]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Terminate register name when reporting bad register
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f47f77df
DE
12012-08-13 Doug Evans <dje@google.com>
2
e202d6e8 3 * gdb.base/help.exp: Update expected output.
f47f77df
DE
4 * gdb.base/default.exp: Update expected output of "show convenience".
5
a72c3253
DE
62012-08-10 Doug Evans <dje@google.com>
7
8 * gdb.python/py-strfns.c: New file.
9 * gdb.python/py-strfns.exp: New file.
10 * gdb.python/py-type.exp (test_fields): Add vector tests.
11
de0bea00
MF
122012-08-10 Mike Frysinger <vapier@gentoo.org>
13
14 PR cli/10436:
15 * gdb.base/completion.exp: Add tests for handle completion.
16
5b9afe8a
YQ
172012-08-09 Yao Qi <yao@codesourcery.com>
18
19 * gdb.mi/mi-cmd-param-changed.exp: New.
20 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
21 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
22 * gdb.mi/mi2-prompt.exp: Likewise.
23
4f485ebc
DE
242012-08-08 Doug Evans <dje@google.com>
25
26 * gdb.base/debug-expr.c: New file.
27 * gdb.base/debug-expr.exp: New file.
28 * gdb.base/exprs.exp: Test {type} casts.
29 * gdb.cp/debug-expr.exp: New file.
30
5888842d
JK
312012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
32
33 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
34 global variable loop, not a 'break'. Add loop count limit to 100.
35 Add new fail case for terminated vgdb.
36
4f69f4c2
JK
372012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
38 Jean-Marc Saffroy <saffroy@gmail.com>
39
40 PR 11804
41 * gdb.base/gcore-relro.exp: New file.
42 * gdb.base/gcore-relro-main.c: New file.
43 * gdb.base/gcore-relro-lib.c: New file.
44
e2de5390
JK
452012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
46
47 Do not false FAIL with old GCCs.
48 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
49 GCC < 4.5 in $no_hw mode.
50
606603c5
JK
512012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
52
53 * gdb.base/default.exp (cd): Accept new directory with no arguments.
54
777f26c2
JK
552012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
56
57 * gdb.base/list.exp (test_only_end): New function.
58 Call it.
59
2c12abee
TT
602012-08-06 Tom Tromey <tromey@redhat.com>
61
62 * gdb.python/py-mi.exp: Add test for printer whose children
63 are a list.
64 * gdb.python/py-prettyprint.c (struct children_as_list): New.
65 (main): New variable children_as_list.
66 * gdb.python/py-prettyprint.py (class pp_children_as_list):
67 New.
68 (register_pretty_printers): Register new printer.
69
0eae2cf4
EBM
702012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
71
72 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
73 symbols. Abort if vgdb remote connection is closed.
74
09e0881d
DE
752012-08-02 Doug Evans <dje@google.com>
76
77 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
78
b40f514f
SDJ
792012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
80
81 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
82 s390x, PowerPC 64 and m68k-linux.
83
11315ae0
UW
842012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
85
86 * gdb.base/annota1.exp: Accept no frames-invalid notification
87 when starting up the program.
88 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
89 show a symbolic value as well.
90 * gdb.server/server-exec-info.exp: Skip test when skipping
91 gdbserver test and/or when skipping shared library tests.
92 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
93 avoid name conflicts with other tests.
94
0547eeed
UW
952012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
96
97 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
98 Fix wrong output on big-endian systems.
99 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
100 4-byte pointer types on 64-bit s390x.
101
bdddb4de
UW
1022012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
103
104 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
105 marker comment at the beginning (after intialization).
106 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
107 breakpoint on marker comment instead of function begin.
108 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
109 PowerPC.
110 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
111 or 64-bit PowerPC.
112 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
113 gdb,no_hardware_watchpoints flag is set.
114 (initialize): Remove now redundant can-use-hw-watchpoints change.
115
5d206025
YQ
1162012-08-02 Yao Qi <yao@codesourcery.com>
117 Pedro Alves <palves@redhat.com>
118
119 * boards/local-remote-host.exp: New.
120
4f665099
UW
1212012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
122
123 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
124 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
125 * gdb.base/print-file-var.exp: Likewise.
126 * gdb.server/solib-list.exp: Skip on remote targets.
127
b62e2b27
UW
1282012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
129
130 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
131 watchpoints on ARM. When expecting software watchpoints, tolerate
132 (remote) targets that report unsupported hardware watchpoint only
133 at continue time.
134 (test_wide_location_2): Likewise.
135
a967a851
JK
1362012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
137
138 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
139 valgrind versions.
140
75d9f9ff 1412012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
142
143 * gdb.base/valgrind-infcall.c: New file.
144 * gdb.base/valgrind-infcall.exp: New file.
145
75d9f9ff
JK
146 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
147
7f9b2034
DE
1482012-07-30 Doug Evans <dje@google.com>
149
85220e01
DE
150 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
151 * gdb.dwarf2/pr13961.S: Ditto.
152
7f9b2034
DE
153 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
154
4e969b4f
AB
1552012-07-30 Andrew Burgess <aburgess@broadcom.com>
156
157 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
158 change its format immediately after reloading the binary.
159
e7de8362
JK
1602012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
161
162 Fix testsuite regression after --use-deprecated-index-sections removal.
163 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
164 string.
165 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
166
7255706c
YQ
1672012-07-27 Yao Qi <yao@codesourcery.com>
168
169 KFAIL for PR remote/14161.
170 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
171 Cleanup socket files.
172 (strace_info_marker): Detach inferior.
173
f2e8016f
TT
1742012-07-26 Tom Tromey <tromey@redhat.com>
175
176 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
177
f66713d2
JK
1782012-07-26 Markus Metzger <markus.t.metzger@intel.com>
179
180 * gdb.python/py-inferior.c (thread): New function.
181 (check_threads): New function.
182 (test_threads): New function.
183 * gdb.python/py-inferior.exp: Added test.
184 Replaced runto with continue to breakpoint.
185
8223e12c
TT
1862012-07-26 Tom Tromey <tromey@redhat.com>
187
188 * lib/ada.exp (standard_ada_testfile): New proc.
189 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
190 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
191 * gdb.ada/array_return.exp: Use standard_ada_testfile.
192 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
193 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
194 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
195 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
196 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
197 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
198 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
199 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
200 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
201 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
202 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
203 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
204 * gdb.ada/char_param.exp: Use standard_ada_testfile.
205 * gdb.ada/complete.exp: Use standard_ada_testfile.
206 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
207 standard_output_file.
208 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
209 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
210 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
211 standard_output_file.
212 * gdb.ada/exprs.exp: Use standard_ada_testfile.
213 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
214 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
215 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
216 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
217 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
218 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
219 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
220 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
221 * gdb.ada/homonym.exp: Use standard_ada_testfile.
222 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
223 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
224 * gdb.ada/interface.exp: Use standard_ada_testfile.
225 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
226 standard_output_file
227 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
228 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
229 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
230 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
231 * gdb.ada/nested.exp: Use standard_ada_testfile.
232 * gdb.ada/null_array.exp: Use standard_ada_testfile.
233 * gdb.ada/null_record.exp: Use standard_ada_testfile.
234 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
235 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
236 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
237 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
238 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
239 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
240 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
241 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
242 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
243 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
244 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
245 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
246 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
247 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
248 * gdb.ada/start.exp: Use standard_ada_testfile.
249 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
250 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
251 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
252 * gdb.ada/tagged.exp: Use standard_ada_testfile.
253 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
254 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
255 * gdb.ada/tasks.exp: Use standard_ada_testfile.
256 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
257 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
258 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
259 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
260 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
261 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
262 * gdb.ada/widewide.exp: Use standard_ada_testfile.
263
bbec57e4
JK
2642012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
265
266 Fix testsuite regression after --use-deprecated-index-sections removal.
267 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
268
9cc8e32c
JK
2692012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
270
271 Fix compatibility with Tcl before 7.5.
272 * lib/future.exp (lreverse): New function if it does not exist.
273
ea5ca7b5
MK
2742012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
275
276 * gdb.mi/mi-pending.c: New method to set a second pending
277 breakpoint.
278 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
279 condition.
280
64776a0b
PA
2812012-07-20 Pedro Alves <palves@redhat.com>
282
283 PR threads/11692
284 PR gdb/12203
285
286 * gdb.threads/create-fail.c: New file.
287 * gdb.threads/create-fail.exp: New file.
288
13e4e967
PA
2892012-07-19 Pedro Alves <palves@redhat.com>
290
291 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
292 * config/vx.exp (gdb_start): Likewise.
293 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
294 * gdb.base/setvar.exp (test_set): Likewise.
295 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
296 * gdb.reverse/sigall-precsave.exp: Likewise.
297 * gdb.reverse/sigall-reverse.exp: Likewise.
298
b7aefa4d
PA
2992012-07-19 Pedro Alves <palves@redhat.com>
300
301 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
302 handler before recording.
303
608b4967
TT
3042012-07-19 Tom Tromey <tromey@redhat.com>
305
306 * gdb.cp/casts.exp: Add tests for typeof and decltype.
307 * gdb.cp/casts.cc (decltype): New function.
308 (main): Use it.
309
b1e0c0fa
PA
3102012-07-19 Pedro Alves <palves@redhat.com>
311
312 * gdb.base/sigall.exp (signals): New list.
313 <top level>: Loop over signals in the $signals list instead of
314 calling a test function once per signal.
315 * gdb.reverse/sigall-precsave.exp (signals): New list.
316 <top level>: Loop over signals in the $signals list instead of
317 calling a test function once per signal.
318 * gdb.reverse/sigall-reverse.exp (signals): New list.
319 <top level>: Loop over signals in the $signals list instead of
320 calling a test function once per signal.
321
6ace3df1
YQ
3222012-07-19 Yao Qi <yao@codesourcery.com>
323
324 * gdb.base/setshow.exp: Test 'set args ~'.
325
263a0f8c
JK
3262012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
327
328 * gdb.base/store.exp (check_set): Import gdb_prompt.
329 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
330 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
331
8f043999
JK
3322012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
333
334 PR 11914
335 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
336 (main): Call eval_sub.
337 * gdb.python/py-prettyprint.exp:
338 (python execfile ('py-prettyprint.py')): Move it earlier.
339 New breakpoint for eval-break.
340 (continue to breakpoint: eval-break, info locals): New test.
341 (python execfile ('py-prettyprint.py')): Move it from here.
342 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
343 (register_pretty_printers): Register pp_eval_type.
344
725c7b66
JK
3452012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
346
347 Fix a testcase regression by me.
348 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
349 DW_FORM_data4.
350
4359dff1
JK
3512012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
352 Doug Evans <dje@google.com>
353
354 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
355 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
356
61e44cfa
JK
3572012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
358
359 Fix gdbserver run regression.
360 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
361
93c0ef37
TT
3622012-07-12 Tom Tromey <tromey@redhat.com>
363
364 * lib/gdb.exp (standard_testfile): Don't declare objdir.
365 (clean_restart): Likewise.
366 (core_find): Use standard_output_file.
367
76027ef5
TT
3682012-07-12 Tom Tromey <tromey@redhat.com>
369
370 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
371 * gdb.dwarf2/dw2-anonymous-func.exp: Use
372 prepare_for_testing_full.
373 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
374 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
375 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
376 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
377 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
378 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
379 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
380 prepare_for_testing_full.
381 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
382 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
383 prepare_for_testing_full.
384 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
385 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
386 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
387
85b4440a
TT
3882012-07-12 Tom Tromey <tromey@redhat.com>
389
390 * lib/gdb.exp (build_executable_from_specs): New proc, from
391 build_executable.
392 (build_executable): Use it.
393 (prepare_for_testing_full): New proc.
394
55baab26
TT
3952012-07-11 Tom Tromey <tromey@redhat.com>
396
397 * gdb.reverse/break-precsave.exp: Use standard_output_file.
398 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
399 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
400 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
401 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
402 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
403 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
404 * gdb.reverse/step-precsave.exp: Use standard_output_file.
405 * gdb.reverse/until-precsave.exp: Use standard_output_file.
406 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
407
298a9cf0
TT
4082012-07-10 Tom Tromey <tromey@redhat.com>
409
410 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
411 standard_output_file.
412 * gdb.mi/gdb2549.exp: Use standard_testfile.
413 * gdb.mi/gdb669.exp: Use standard_testfile.
414 * gdb.mi/gdb701.exp: Use standard_testfile.
415 * gdb.mi/gdb792.exp: Use standard_testfile.
416 * gdb.mi/mi-async.exp: Use standard_testfile.
417 * gdb.mi/mi-basics.exp: Use standard_testfile.
418 * gdb.mi/mi-break.exp: Use standard_testfile.
419 * gdb.mi/mi-cli.exp: Use standard_testfile.
420 * gdb.mi/mi-console.exp: Use standard_testfile.
421 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
422 * gdb.mi/mi-eval.exp: Use standard_testfile.
423 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
424 * gdb.mi/mi-file.exp: Use standard_testfile.
425 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
426 * gdb.mi/mi-logging.exp: Use standard_testfile.
427 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
428 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
429 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
430 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
431 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
432 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
433 * gdb.mi/mi-pending.exp: Use standard_testfile,
434 standard_output_file.
435 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
436 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
437 * gdb.mi/mi-regs.exp: Use standard_testfile.
438 * gdb.mi/mi-return.exp: Use standard_testfile.
439 * gdb.mi/mi-reverse.exp: Use standard_testfile.
440 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
441 * gdb.mi/mi-solib.exp: Use standard_testfile,
442 standard_output_file.
443 * gdb.mi/mi-stack.exp: Use standard_testfile.
444 * gdb.mi/mi-stepi.exp: Use standard_testfile.
445 * gdb.mi/mi-stepn.exp: Use standard_testfile.
446 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
447 * gdb.mi/mi-until.exp: Use standard_testfile.
448 * gdb.mi/mi-var-block.exp: Use standard_testfile.
449 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
450 * gdb.mi/mi-var-child.exp: Use standard_testfile.
451 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
452 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
453 * gdb.mi/mi-var-display.exp: Use standard_testfile.
454 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
455 standard_output_file.
456 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
457 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
458 * gdb.mi/mi-watch.exp: Use standard_testfile.
459 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
460 * gdb.mi/mi2-basics.exp: Use standard_testfile.
461 * gdb.mi/mi2-break.exp: Use standard_testfile.
462 * gdb.mi/mi2-cli.exp: Use standard_testfile.
463 * gdb.mi/mi2-console.exp: Use standard_testfile.
464 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
465 * gdb.mi/mi2-eval.exp: Use standard_testfile.
466 * gdb.mi/mi2-file.exp: Use standard_testfile.
467 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
468 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
469 * gdb.mi/mi2-regs.exp: Use standard_testfile.
470 * gdb.mi/mi2-return.exp: Use standard_testfile.
471 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
472 * gdb.mi/mi2-stack.exp: Use standard_testfile.
473 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
474 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
475 * gdb.mi/mi2-until.exp: Use standard_testfile.
476 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
477 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
478 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
479 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
480 * gdb.mi/mi2-watch.exp: Use standard_testfile.
481
f5f3a911
TT
4822012-07-10 Tom Tromey <tromey@redhat.com>
483
484 * gdb.cp/abstract-origin.exp: Use standard_testfile.
485 * gdb.cp/ambiguous.exp: Use standard_testfile,
486 prepare_for_testing.
487 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
488 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
489 * gdb.cp/anon-ns.exp: Use standard_testfile.
490 * gdb.cp/anon-struct.exp: Use standard_testfile.
491 * gdb.cp/anon-union.exp: Use standard_testfile,
492 prepare_for_testing.
493 * gdb.cp/arg-reference.exp: Use standard_testfile,
494 prepare_for_testing.
495 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
496 * gdb.cp/breakpoint.exp: Use standard_testfile,
497 prepare_for_testing.
498 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
499 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
500 standard_output_file.
501 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
502 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
503 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
504 (test_static_members): Update.
505 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
506 * gdb.cp/converts.exp: Use standard_testfile.
507 * gdb.cp/cp-relocate.exp: Use standard_testfile.
508 * gdb.cp/cpcompletion.exp: Use standard_testfile,
509 prepare_for_testing.
510 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
511 * gdb.cp/cplabel.exp: Use standard_testfile.
512 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
513 prepare_for_testing.
514 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
515 * gdb.cp/derivation.exp: Use standard_testfile,
516 prepare_for_testing.
517 * gdb.cp/destrprint.exp: Use standard_testfile.
518 * gdb.cp/dispcxx.exp: Use standard_testfile.
519 * gdb.cp/exception.exp: Use standard_testfile,
520 prepare_for_testing.
521 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
522 * gdb.cp/extern-c.exp: Use standard_testfile,
523 prepare_for_testing.
524 * gdb.cp/formatted-ref.exp: Use standard_testfile,
525 prepare_for_testing.
526 * gdb.cp/fpointer.exp: Use standard_testfile.
527 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
528 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
529 standard_output_file.
530 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
531 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
532 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
533 standard_output_file.
534 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
535 (do_tests): Update.
536 * gdb.cp/koenig.exp: Use standard_testfile.
537 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
538 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
539 * gdb.cp/m-static.exp: Use standard_testfile,
540 prepare_for_testing.
541 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
542 * gdb.cp/mb-inline.exp: Use standard_testfile,
543 prepare_for_testing.
544 * gdb.cp/mb-templates.exp: Use standard_testfile,
545 prepare_for_testing.
546 * gdb.cp/member-ptr.exp: Use standard_testfile,
547 prepare_for_testing.
548 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
549 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
550 * gdb.cp/method2.exp: Use standard_testfile.
551 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
552 standard_output_file.
553 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
554 (do_tests): Update.
555 * gdb.cp/namespace-enum.exp: Use standard_testfile,
556 prepare_for_testing.
557 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
558 prepare_for_testing.
559 * gdb.cp/namespace.exp: Use standard_testfile,
560 prepare_for_testing.
561 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
562 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
563 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
564 * gdb.cp/nsimport.exp: Use standard_testfile,
565 prepare_for_testing.
566 * gdb.cp/nsnested.exp: Use standard_testfile.
567 * gdb.cp/nsnoimports.exp: Use standard_testfile.
568 * gdb.cp/nsrecurs.exp: Use standard_testfile,
569 prepare_for_testing.
570 * gdb.cp/nsstress.exp: Use standard_testfile,
571 prepare_for_testing.
572 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
573 * gdb.cp/operator.exp: Use standard_testfile.
574 * gdb.cp/oranking.exp: Use standard_testfile.
575 * gdb.cp/overload-const.exp: Use standard_testfile.
576 * gdb.cp/overload.exp: Use standard_testfile,
577 prepare_for_testing.
578 * gdb.cp/ovldbreak.exp: Use standard_testfile.
579 * gdb.cp/ovsrch.exp: Use standard_testfile.
580 * gdb.cp/paren-type.exp: Use standard_testfile.
581 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
582 prepare_for_testing.
583 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
584 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
585 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
586 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
587 * gdb.cp/pr10728.exp: Use standard_testfile,
588 standard_output_file.
589 * gdb.cp/pr12028.exp: Use standard_testfile.
590 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
591 * gdb.cp/pr9167.exp: Use standard_testfile.
592 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
593 * gdb.cp/printmethod.exp: Use standard_testfile,
594 prepare_for_testing.
595 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
596 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
597 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
598 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
599 standard_output_file.
600 * gdb.cp/readnow-language.exp: Use standard_testfile.
601 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
602 (gdb_start_again): Use clean_restart.
603 * gdb.cp/ref-types.exp: Use standard_testfile,
604 prepare_for_testing.
605 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
606 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
607 * gdb.cp/smartp.exp: Use standard_testfile.
608 * gdb.cp/static-method.exp: Use standard_testfile.
609 * gdb.cp/static-print-quit.exp: Use standard_testfile.
610 * gdb.cp/temargs.exp: Use standard_testfile.
611 * gdb.cp/templates.exp: Use standard_testfile,
612 prepare_for_testing.
613 (do_tests): Update.
614 * gdb.cp/try_catch.exp: Use standard_testfile,
615 prepare_for_testing.
616 * gdb.cp/typedef-operator.exp: Use standard_testfile.
617 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
618 * gdb.cp/virtbase.exp: Use standard_testfile,
619 prepare_for_testing.
620 * gdb.cp/virtfunc.exp: Use standard_testfile,
621 prepare_for_testing.
622 (do_tests): Update.
623 * gdb.cp/virtfunc2.exp: Use standard_testfile,
624 prepare_for_testing.
625
686f09d0
TT
6262012-07-10 Tom Tromey <tromey@redhat.com>
627
628 * lib/gdb.exp (standard_testfile): Unset output variables from
629 earlier invocations.
630
9357e021
YQ
6312012-07-10 Yao Qi <yao@codesourcery.com>
632
633 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
634 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
635 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
636 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
637 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
638 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
639 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
640 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
641 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
642 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
643 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
644 * gdb.mi/mi-var-display.exp: Likewise.
645 * gdb.mi/mi-var-invalidate.exp: Likewise.
646 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
647 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
648 * gdb.mi/mi2-console.exp: Likewise.
649 * gdb.mi/mi2-disassemble.exp: Likewise.
650 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
651 * gdb.mi/mi2-read-memory.exp: Likewise.
652 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
653 * gdb.mi/mi2-simplerun.exp: Likewise.
654 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
655 * gdb.mi/mi2-syn-frame.exp: Likewise.
656 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
657 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
658 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
659
e314d629
TT
6602012-07-09 Tom Tromey <tromey@redhat.com>
661
662 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
663 * gdb.base/callfuncs.exp: Add cast-based test.
664 * gdb.base/callfuncs.c (voidfunc): New function.
665
06928b3f
DE
6662012-07-08 Doug Evans <dje@google.com>
667
668 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
669
32f11bad
JK
6702012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
671
672 Fix XFAIL compatibility with old i386 systems.
673 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
674 Check also 'Cannot insert breakpoint 0'.
675
76b83c51
JK
6762012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
677
678 PR 14321
679 * gdb.base/find.exp
680 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
681
a6fb9c08
TT
6822012-07-06 Tom Tromey <tromey@redhat.com>
683
684 * gdb.base/whatis.exp: Add test.
685
71918a86
TT
6862012-07-06 Tom Tromey <tromey@redhat.com>
687
688 * gdb.base/whatis.exp: Add regression test.
689
fcde5961
TT
6902012-07-06 Tom Tromey <tromey@redhat.com>
691
692 * gdb.base/whatis.exp: Add tests.
693
f9cf0f4a
JK
6942012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
695
696 PR 12649
697 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
698 gdb_test_multiple $gdb_prompt terminator.
699
979ade8b
PA
7002012-07-04 Pedro Alves <palves@redhat.com>
701
702 * gdb.mi/mi-reverse.exp: Use supports_reverse and
703 supports_process_record.
704
8a980b44
PA
7052012-07-04 Pedro Alves <palves@redhat.com>
706
707 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
708 endings.
709 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
710
855ba978
SS
7112012-07-03 Stan Shebs <stan@codesourcery.com>
712
713 * gdb.base/info-os.c (main): Retry resource acquisition until an
714 available one is found.
715 * gdb.base/info-os.exp: Collect resource keys from the program
716 and use them in matching.
717
fcb44371
JK
7182012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
719
720 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
721 Wrap the test into loop for corefile and core0file.
722
08a67be6
JK
7232012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
724
725 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
726 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
727 .note.GNU-stack.
728
0f3c2347
JK
729 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
730
ff4a4500
SDJ
7312012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
732
733 * gdb.base/help.exp (help b, help br, help bre, help brea, help
734 break): Include help message for the new `-probe' and `-probe-stap'
735 options.
736
d3ce09f5
SS
7372012-07-02 Stan Shebs <stan@codesourcery.com>
738
739 * gdb.base/dprintf.exp: Add agent style tests.
740
a1624241
JK
7412012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
742
743 * gdb.base/stale-infcall.c (infcall): New label test-next.
744 (main): New labels test-pass and test-fail.
745 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
746 $test_fail_bpnum to test-fail.
747 (test system longjmp tracking support): New test.
748 Delete $test_fail_bpnum.
749 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
750 breakpoint.
751
42e7ad6c
DE
7522012-06-30 Doug Evans <dje@google.com>
753
754 * gdb.dwarf2/fission-reread.S: New file.
755 * gdb.dwarf2/fission-reread.exp: New file.
756
37ce89eb
SS
7572012-06-28 Stan Shebs <stan@codesourcery.com>
758
759 * gdb.mi/mi-logging.exp: New file.
760
e5ef252a
PA
7612012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
762 Pedro Alves <palves@redhat.com>
763
764 * gdb.threads/siginfo-threads.exp: New file.
765 * gdb.threads/siginfo-threads.c: New file.
766 * gdb.threads/sigstep-threads.exp: New file.
767 * gdb.threads/sigstep-threads.c: New file.
768
22f1fbae
TT
7692012-06-28 Tom Tromey <tromey@redhat.com>
770
771 * gdb.go/package.exp: Partially revert earlier patch; use
772 gdb_compile again. Use standard_output_file.
773
2e3cf129
DE
7742012-06-27 Doug Evans <dje@google.com>
775
776 * gdb.dwarf2/fission-base.c: New file.
777 * gdb.dwarf2/fission-base.S: New file.
778 * gdb.dwarf2/fission-base.exp: New file.
779
785fd303
JK
7802012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
781
782 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
783
1bb9788d
TT
7842012-06-27 Tom Tromey <tromey@redhat.com>
785
786 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
787 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
788
c83ee902
TT
7892012-06-27 Tom Tromey <tromey@redhat.com>
790
791 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
792 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
793 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
794 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
795 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
796 prepare_for_testing.
797 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
798 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
799 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
800 standard_testfile.
801 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
802 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
803 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
804 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
805 prepare_for_testing.
806 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
807 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
808 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
809 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
810 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
811 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
812 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
813 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
814 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
815 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
816 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
817 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
818 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
819 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
820 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
821 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
822 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
823 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
824 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
825 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
826 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
827 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
828 standard_output_file.
829 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
830 standard_output_file.
831 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
832 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
833 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
834 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
835 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
836 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
837 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
838 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
839 * gdb.dwarf2/implptr.exp: Use standard_testfile.
840 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
841 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
842 * gdb.dwarf2/pieces.exp: Use standard_testfile.
843 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
844 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
845 * gdb.dwarf2/valop.exp: Use standard_testfile,
846 prepare_for_testing.
847
5204774b
TT
8482012-06-27 Tom Tromey <tromey@redhat.com>
849
850 * gdb.python/python.exp: Fix regexps in pagination tests.
851
ee0bf529
SCR
8522012-06-26 Siva Chandra Reddy <sivachandra@google.com>
853
854 * gdb.python/py-symtab.exp: Add tests to test the new attribute
855 'last' of gdb.Symtab_and_line.
856 * gdb.python/py-symbol.c: Move break point comment to enable
857 testing of gdb.Symtab_and_line.last.
858
14fcc022
TT
8592012-06-26 Tom Tromey <tromey@redhat.com>
860
861 * gdb.threads/step.c: Remove.
862 * gdb.threads/step.exp: Remove.
863 * gdb.threads/step2.exp: Remove.
864
0efbbabc
TT
8652012-06-26 Tom Tromey <tromey@redhat.com>
866
867 * gdb.threads/watchpoint-fork.exp (test): Use
868 standard_output_file. Don't declare objdir.
869 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
870 standard_output_file.
871 * gdb.threads/attach-stopped.exp: Use standard_testfile.
872 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
873 clean_restart. Remove incdir.
874 * gdb.threads/corethreads.exp: Use standard_testfile.
875 * gdb.threads/execl.exp: Use standard_testfile,
876 standard_output_file, clean_restart.
877 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
878 clean_restart.
879 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
880 clean_restart.
881 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
882 incdir.
883 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
884 clean_restart. Remove incdir.
885 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
886 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
887 clean_restart. Remove incdir.
888 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
889 Remove incdir.
890 * gdb.threads/leader-exit.exp: Use standard_testfile.
891 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
892 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
893 clean_restart.
894 * gdb.threads/manythreads.exp: Use standard_testfile,
895 clean_restart. Remove incdir.
896 * gdb.threads/multi-create.exp: Use standard_testfile,
897 clean_restart.
898 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
899 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
900 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
901 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
902 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
903 * gdb.threads/pending-step.exp: Use standard_testfile,
904 clean_restart. Remove incdir.
905 * gdb.threads/print-threads.exp: Use standard_testfile,
906 clean_restart. Remove incdir.
907 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
908 clean_restart. Remove incdir.
909 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
910 Remove incdir.
911 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
912 incdir.
913 * gdb.threads/sigthread.exp: Use standard_testfile,
914 clean_restart.
915 * gdb.threads/staticthreads.exp: Use standard_testfile,
916 clean_restart. Remove incdir.
917 * gdb.threads/switch-threads.exp: Use standard_testfile,
918 clean_restart. Remove incdir.
919 * gdb.threads/thread-execl.exp: Use standard_testfile,
920 clean_restart. Remove incdir.
921 * gdb.threads/thread-find.exp: Use standard_testfile,
922 clean_restart.
923 * gdb.threads/thread-specific.exp: Use standard_testfile,
924 clean_restart. Remove incdir.
925 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
926 clean_restart. Remove incdir.
927 * gdb.threads/thread_check.exp: Use standard_testfile,
928 clean_restart. Remove incdir.
929 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
930 incdir.
931 * gdb.threads/threadapply.exp: Use standard_testfile,
932 clean_restart. Remove incdir.
933 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
934 clean_restart. Remove incdir.
935 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
936 clean_restart.
937 * gdb.threads/tls-shared.exp: Use standard_testfile,
938 clean_restart, standard_output_file.
939 * gdb.threads/tls-var.exp: Use standard_testfile,
940 standard_output_file.
941 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
942 Remove incdir.
943 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
944 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
945 incdir.
946 * gdb.threads/watchthreads2.exp: Use standard_testfile,
947 clean_restart. Remove incdir.
948
497a5eb0
TT
9492012-06-26 Tom Tromey <tromey@redhat.com>
950
951 * gdb.trace/actions.exp: Use standard_testfile.
952 * gdb.trace/ax.exp: Use standard_testfile.
953 * gdb.trace/backtrace.exp: Use standard_testfile.
954 * gdb.trace/change-loc.exp: Use standard_testfile.
955 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
956 * gdb.trace/collection.exp: Use standard_testfile,
957 prepare_for_testing.
958 * gdb.trace/deltrace.exp: Use standard_testfile.
959 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
960 * gdb.trace/ftrace.exp: Use standard_testfile.
961 * gdb.trace/infotrace.exp: Use standard_testfile.
962 * gdb.trace/packetlen.exp: Use standard_testfile.
963 * gdb.trace/passc-dyn.exp: Use standard_testfile.
964 * gdb.trace/passcount.exp: Use standard_testfile.
965 * gdb.trace/pending.exp: Use standard_testfile.
966 * gdb.trace/report.exp: Use standard_testfile.
967 * gdb.trace/save-trace.exp: Use standard_testfile.
968 * gdb.trace/stap-trace.exp: Use standard_testfile.
969 * gdb.trace/status-stop.exp: Use standard_testfile.
970 * gdb.trace/strace.exp: Use standard_testfile.
971 * gdb.trace/tfile.exp: Use standard_testfile.
972 * gdb.trace/tfind.exp: Use standard_testfile.
973 * gdb.trace/trace-break.exp: Use standard_testfile.
974 * gdb.trace/trace-mt.exp: Use standard_testfile.
975 * gdb.trace/tracecmd.exp: Use standard_testfile.
976 * gdb.trace/tspeed.exp: Use standard_testfile.
977 * gdb.trace/tstatus.exp: Use standard_testfile.
978 * gdb.trace/tsv.exp: Use standard_testfile.
979 * gdb.trace/unavailable.exp: Use standard_testfile,
980 prepare_for_testing.
981 * gdb.trace/while-dyn.exp: Use standard_testfile.
982 * gdb.trace/while-stepping.exp: Use standard_testfile.
983
7686c074
TT
9842012-06-26 Tom Tromey <tromey@redhat.com>
985
986 * gdb.reverse/break-precsave.exp: Use standard_testfile.
987 * gdb.reverse/break-reverse.exp: Use standard_testfile.
988 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
989 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
990 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
991 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
992 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
993 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
994 prepare_for_testing.
995 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
996 prepare_for_testing.
997 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
998 prepare_for_testing.
999 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
1000 prepare_for_testing.
1001 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
1002 prepare_for_testing
1003 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
1004 * gdb.reverse/machinestate.exp: Use standard_testfile.
1005 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
1006 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
1007 build_executable.
1008 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
1009 build_executable.
1010 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
1011 standard_output_file.
1012 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
1013 standard_output_file.
1014 * gdb.reverse/step-precsave.exp: Use standard_testfile.
1015 * gdb.reverse/step-reverse.exp: Use standard_testfile.
1016 * gdb.reverse/until-precsave.exp: Use standard_testfile.
1017 * gdb.reverse/until-reverse.exp: Use standard_testfile.
1018 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
1019 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
1020
481fc100
TT
10212012-06-26 Tom Tromey <tromey@redhat.com>
1022
1023 * gdb.stabs/weird.exp: Remove directory-checking code. Use
1024 standard_output_file.
1025 * gdb.stabs/exclfwd.exp: Use standard_testfile,
1026 prepare_for_testing. Remove directory-checking code.
1027
7bb18ae2
TT
10282012-06-25 Tom Tromey <tromey@redhat.com>
1029
1030 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
1031 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
1032 build_executable, not prepare_for_testing.
1033 * gdb.multi/base.exp: Use standard_output_file. Use
1034 build_executable, not prepare_for_testing.
1035
cf09b3e4
TT
10362012-06-25 Tom Tromey <tromey@redhat.com>
1037
1038 * gdb.fortran/subarray.exp: Use standard_testfile,
1039 prepare_for_testing.
1040 * gdb.fortran/multi-dim.exp: Use standard_testfile.
1041 * gdb.fortran/module.exp: Use standard_testfile.
1042 * gdb.fortran/logical.exp: Use standard_testfile.
1043 * gdb.fortran/library-module.exp: Use standard_testfile,
1044 standard_output_file.
1045 * gdb.fortran/derived-type.exp: Use standard_testfile,
1046 prepare_for_testing.
1047 * gdb.fortran/complex.exp: Use standard_testfile,
1048 prepare_for_testing.
1049 * gdb.fortran/charset.exp: Use standard_testfile.
1050 * gdb.fortran/array-element.exp: Use standard_testfile,
1051 prepare_for_testing.
1052
18b5ff1b
KS
10532012-06-25 Keith Seitz <keiths@redhat.com>
1054
1055 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
1056 Change rbreak-related tests to KFAIL and add bugzilla numbers.
1057
17b77626
TT
10582012-06-25 Tom Tromey <tromey@redhat.com>
1059
1060 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
1061 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
1062 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
1063 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
1064
f91e3dc1
TT
10652012-06-25 Tom Tromey <tromey@redhat.com>
1066
1067 * gdb.linespec/ls-errs.exp: Use standard_testfile.
1068 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
1069 * gdb.linespec/linespec.exp: Use standard_testfile.
1070
a884434d
TT
10712012-06-25 Tom Tromey <tromey@redhat.com>
1072
1073 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
1074 prepare_for_testing.
1075
efc9d70a
TT
10762012-06-25 Tom Tromey <tromey@redhat.com>
1077
1078 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
1079 prepare_for_testing.
1080 * gdb.opt/inline-break.exp: Use standard_testfile,
1081 prepare_for_testing.
1082 * gdb.opt/inline-bt.exp: Use standard_testfile,
1083 prepare_for_testing.
1084 * gdb.opt/inline-cmds.exp: Use standard_testfile,
1085 prepare_for_testing.
1086 * gdb.opt/inline-locals.exp: Use standard_testfile,
1087 prepare_for_testing.
1088
e2fc92c6
TT
10892012-06-25 Tom Tromey <tromey@redhat.com>
1090
1091 * gdb.asm/asm-source.exp: Use standard_output_file,
1092 standard_testfile. Construct .o files in proper subdir.
1093
b0963d73
TT
10942012-06-25 Tom Tromey <tromey@redhat.com>
1095
1096 * gdb.server/ext-attach.exp: Use standard_testfile,
1097 prepare_for_testing.
1098 * gdb.server/ext-run.exp: Use standard_testfile,
1099 build_executable.
1100 * gdb.server/file-transfer.exp: Use standard_testfile,
1101 prepare_for_testing.
1102 * gdb.server/server-exec-info.exp: Use standard_testfile.
1103 * gdb.server/server-mon.exp: Use standard_testfile,
1104 prepare_for_testing.
1105 * gdb.server/server-run.exp: Use standard_testfile,
1106 build_executable.
1107 * gdb.server/solib-list.exp: Use standard_testfile,
1108 standard_output_file.
1109
8a3e1f8d
TT
11102012-06-25 Tom Tromey <tromey@redhat.com>
1111
1112 * lib/gdb.exp (standard_output_file): Use "file join".
1113 * gdb.go/chan.exp: Use standard_testfile.
1114 * gdb.go/handcall.exp: Use standard_testfile.
1115 * gdb.go/hello.exp: Use standard_testfile.
1116 * gdb.integers/chan.exp: Use standard_testfile.
1117 * gdb.go/methods.exp: Use standard_testfile.
1118 * gdb.go/package.exp: Use standard_testfile.
1119 * gdb.go/strings.exp: Use standard_testfile.
1120 * gdb.go/types.exp: Use standard_testfile.
1121 * gdb.go/unsafe.exp: Use standard_testfile.
1122
944a9061
MGD
11232012-06-25 Greta Yorsh <greta.yorsh@arm.com>
1124
1125 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
1126
1c06bd58
JK
11272012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1128
1129 Fix regression by the previous commit.
1130 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
1131
b4a58790
TT
11322012-06-22 Tom Tromey <tromey@redhat.com>
1133
1134 * gdb.python/lib-types.exp: Use standard_testfile,
1135 prepare_for_testing.
1136 * gdb.python/py-block.exp: Use standard_testfile.
1137 * gdb.python/py-breakpoint.exp: Use standard_testfile.
1138 * gdb.python/py-events.exp: Use standard_testfile,
1139 standard_output_file.
1140 * gdb.python/py-evsignal.exp: Use standard_testfile.
1141 * gdb.python/py-evethreads.exp: Use standard_testfile.
1142 * gdb.python/py-explore-cc.exp: Use standard_testfile.
1143 * gdb.python/py-explore.exp: Use standard_testfile.
1144 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
1145 standard_output_file.
1146 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
1147 prepare_for_testing.
1148 * gdb.python/py-frame-inline.exp: Use standard_testfile.
1149 * gdb.python/py-frame.exp: Use standard_testfile.
1150 * gdb.python/py-inferior.exp: Use standard_testfile.
1151 * gdb.python/py-infthread.exp: Use standard_testfile.
1152 * gdb.python/py-mi.exp: Use standard_testfile.
1153 * gdb.python/py-objfile-script.exp: Use standard_testfile,
1154 build_executable.
1155 * gdb.python/py-objfile.exp: Use standard_testfile.
1156 * gdb.python/py-pp-maint.exp: Use standard_testfile,
1157 prepare_for_testing.
1158 * gdb.python/py-prettyprint.exp: Use standard_testfile.
1159 * gdb.python/py-progspace.exp: Use standard_testfile,
1160 build_executable.
1161 * gdb.python/py-prompt.exp: Use standard_testfile,
1162 build_executable.
1163 * gdb.python/py-section-script.exp: Use standard_testfile,
1164 build_executable.
1165 * gdb.python/py-shared.exp: Use standard_testfile,
1166 standard_output_file, clean_restart.
1167 * gdb.python/py-symbol.exp: Use standard_output_file,
1168 prepare_for_testing.
1169 * gdb.python/py-symtab.exp: Use standard_output_file,
1170 prepare_for_testing
1171 * gdb.python/py-template.exp: Use standard_testfile.
1172 * gdb.python/py-type.exp: Use standard_testfile.
1173 * gdb.python/py-value-cc.exp: Use standard_testfile.
1174 * gdb.python/py-value.exp: Use standard_testfile.
1175 * gdb.python/python.exp: Use standard_testfile, build_executable.
1176
2c44deac
TT
11772012-06-22 Tom Tromey <tromey@redhat.com>
1178
1179 * gdb.objc/basicclass.exp: Use standard_testfile.
1180 (do_objc_tests): Don't declare objdir.
1181 * gdb.objc/nondebug.exp: Use standard_testfile.
1182 (do_objc_tests): Don't declare objdir.
1183 * gdb.objc/objcdecode.exp: Use standard_testfile.
1184 (do_objc_tests): Don't declare objdir.
1185
c24ccbce
TT
11862012-06-22 Tom Tromey <tromey@redhat.com>
1187
1188 * gdb.java/jmain.exp: Use standard_testfile.
1189 * gdb.java/jmisc.exp: Use standard_testfile.
1190 * gdb.java/jnpe.exp: Use standard_testfile.
1191 * gdb.java/jprint.exp: Use standard_testfile.
1192
0a6d0306
TT
11932012-06-22 Tom Tromey <tromey@redhat.com>
1194
1195 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
1196 (standard_output_file, standard_testfile): New procs.
1197 (build_executable, clean_restart): Use standard_output_file.
1198
6ea815ef
YQ
11992012-06-22 Yao Qi <yao@codesourcery.com>
1200
1201 * boards/native-gdbserver.exp: New proc ${board}_exec.
1202 * boards/native-stdio-gdbserver.exp: Likewise.
1203
4c93b1db
TT
12042012-06-21 Tom Tromey <tromey@redhat.com>
1205
1206 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
1207 (build_executable): Update.
1208 (get_compiler_info): Remove 'binfile' argument.
1209 * gdb.ada/arrayidx.exp: Update.
1210 * gdb.ada/null_array.exp: Update.
1211 * gdb.arch/altivec-abi.exp: Update.
1212 * gdb.arch/altivec-regs.exp: Update.
1213 * gdb.arch/amd64-byte.exp: Update.
1214 * gdb.arch/amd64-dword.exp: Update.
1215 * gdb.arch/amd64-word.exp: Update.
1216 * gdb.arch/i386-avx.exp: Update.
1217 * gdb.arch/i386-byte.exp: Update.
1218 * gdb.arch/i386-sse.exp: Update.
1219 * gdb.arch/i386-word.exp: Update.
1220 * gdb.arch/ppc-dfp.exp: Update.
1221 * gdb.arch/ppc-fp.exp: Update.
1222 * gdb.arch/vsx-regs.exp: Update.
1223 * gdb.base/all-bin.exp: Update.
1224 * gdb.base/annota1.exp: Update.
1225 * gdb.base/async.exp: Update.
1226 * gdb.base/attach.exp: Update.
1227 * gdb.base/break-interp.exp: Update.
1228 * gdb.base/call-ar-st.exp: Update.
1229 * gdb.base/call-rt-st.exp: Update.
1230 * gdb.base/call-sc.exp: Update.
1231 * gdb.base/callfuncs.exp: Update.
1232 * gdb.base/catch-load.exp: Update.
1233 * gdb.base/completion.exp: Update.
1234 * gdb.base/complex.exp: Update.
1235 * gdb.base/condbreak.exp: Update.
1236 * gdb.base/consecutive.exp: Update.
1237 * gdb.base/constvars.exp: Update.
1238 * gdb.base/corefile.exp: Update.
1239 * gdb.base/eval-skip.exp: Update.
1240 * gdb.base/expand-psymtabs.exp: Update.
1241 * gdb.base/exprs.exp: Update.
1242 * gdb.base/fileio.exp: Update.
1243 * gdb.base/fixsection.exp: Update.
1244 * gdb.base/funcargs.exp: Update.
1245 * gdb.base/gdb11530.exp: Update.
1246 * gdb.base/gdb1555.exp: Update.
1247 * gdb.base/gnu-ifunc.exp: Update.
1248 * gdb.base/gnu_vector.exp: Update.
1249 * gdb.base/info-macros.exp: Update.
1250 * gdb.base/jit-simple.exp: Update.
1251 * gdb.base/jit-so.exp: Update.
1252 * gdb.base/jit.exp: Update.
1253 * gdb.base/langs.exp: Update.
1254 * gdb.base/list.exp: Update.
1255 * gdb.base/logical.exp: Update.
1256 * gdb.base/long_long.exp: Update.
1257 * gdb.base/longjmp.exp: Update.
1258 * gdb.base/macscp.exp: Update.
1259 * gdb.base/mips_pro.exp: Update.
1260 * gdb.base/miscexprs.exp: Update.
1261 * gdb.base/morestack.exp: Update.
1262 * gdb.base/nodebug.exp: Update.
1263 * gdb.base/opaque.exp: Update.
1264 * gdb.base/pc-fp.exp: Update.
1265 * gdb.base/pending.exp: Update.
1266 * gdb.base/permissions.exp: Update.
1267 * gdb.base/pointers.exp: Update.
1268 * gdb.base/prelink.exp: Update.
1269 * gdb.base/printcmds.exp: Update.
1270 * gdb.base/psymtab.exp: Update.
1271 * gdb.base/ptype.exp: Update.
1272 * gdb.base/relational.exp: Update.
1273 * gdb.base/scope.exp: Update.
1274 * gdb.base/setvar.exp: Update.
1275 * gdb.base/shlib-call.exp: Update.
1276 * gdb.base/shreloc.exp: Update.
1277 * gdb.base/signals.exp: Update.
1278 * gdb.base/sizeof.exp: Update.
1279 * gdb.base/so-impl-ld.exp: Update.
1280 * gdb.base/so-indr-cl.exp: Update.
1281 * gdb.base/solib-disc.exp: Update.
1282 * gdb.base/solib-display.exp: Update.
1283 * gdb.base/solib-nodir.exp: Update.
1284 * gdb.base/solib-overlap.exp: Update.
1285 * gdb.base/solib-symbol.exp: Update.
1286 * gdb.base/solib-weak.exp: Update.
1287 * gdb.base/solib.exp: Update.
1288 * gdb.base/store.exp: Update.
1289 * gdb.base/structs.exp: Update.
1290 * gdb.base/structs2.exp: Update.
1291 * gdb.base/type-opaque.exp: Update.
1292 * gdb.base/unload.exp: Update.
1293 * gdb.base/varargs.exp: Update.
1294 * gdb.base/volatile.exp: Update.
1295 * gdb.base/watch_thread_num.exp: Update.
1296 * gdb.base/watchpoint-solib.exp: Update.
1297 * gdb.base/watchpoint.exp: Update.
1298 * gdb.base/watchpoints.exp: Update.
1299 * gdb.base/whatis.exp: Update.
1300 * gdb.cell/arch.exp: Update.
1301 * gdb.cell/break.exp: Update.
1302 * gdb.cell/bt.exp: Update.
1303 * gdb.cell/core.exp: Update.
1304 * gdb.cell/data.exp: Update.
1305 * gdb.cell/ea-cache.exp: Update.
1306 * gdb.cell/f-regs.exp: Update.
1307 * gdb.cell/fork.exp: Update.
1308 * gdb.cell/gcore.exp: Update.
1309 * gdb.cell/mem-access.exp: Update.
1310 * gdb.cell/ptype.exp: Update.
1311 * gdb.cell/registers.exp: Update.
1312 * gdb.cell/sizeof.exp: Update.
1313 * gdb.cell/solib-symbol.exp: Update.
1314 * gdb.cell/solib.exp: Update.
1315 * gdb.cp/ambiguous.exp: Update.
1316 * gdb.cp/breakpoint.exp: Update.
1317 * gdb.cp/bs15503.exp: Update.
1318 * gdb.cp/casts.exp: Update.
1319 * gdb.cp/class2.exp: Update.
1320 * gdb.cp/cpexprs.exp: Update.
1321 * gdb.cp/cplusfuncs.exp: Update.
1322 * gdb.cp/ctti.exp: Update.
1323 * gdb.cp/dispcxx.exp: Update.
1324 * gdb.cp/gdb1355.exp: Update.
1325 * gdb.cp/gdb2384.exp: Update.
1326 * gdb.cp/gdb2495.exp: Update.
1327 * gdb.cp/infcall-dlopen.exp: Update.
1328 * gdb.cp/local.exp: Update.
1329 * gdb.cp/m-data.exp: Update.
1330 * gdb.cp/m-static.exp: Update.
1331 * gdb.cp/mb-ctor.exp: Update.
1332 * gdb.cp/mb-inline.exp: Update.
1333 * gdb.cp/mb-templates.exp: Update.
1334 * gdb.cp/member-ptr.exp: Update.
1335 * gdb.cp/method.exp: Update.
1336 * gdb.cp/namespace.exp: Update.
1337 * gdb.cp/nextoverthrow.exp: Update.
1338 * gdb.cp/nsdecl.exp: Update.
1339 * gdb.cp/nsrecurs.exp: Update.
1340 * gdb.cp/nsstress.exp: Update.
1341 * gdb.cp/nsusing.exp: Update.
1342 * gdb.cp/pr-1023.exp: Update.
1343 * gdb.cp/pr-1210.exp: Update.
1344 * gdb.cp/pr-574.exp: Update.
1345 * gdb.cp/pr9631.exp: Update.
1346 * gdb.cp/printmethod.exp: Update.
1347 * gdb.cp/psmang.exp: Update.
1348 * gdb.cp/re-set-overloaded.exp: Update.
1349 * gdb.cp/rtti.exp: Update.
1350 * gdb.cp/shadow.exp: Update.
1351 * gdb.cp/templates.exp: Update.
1352 * gdb.cp/try_catch.exp: Update.
1353 * gdb.dwarf2/dw2-ranges.exp: Update.
1354 * gdb.dwarf2/pr10770.exp: Update.
1355 * gdb.fortran/library-module.exp: Update.
1356 * gdb.hp/gdb.aCC/optimize.exp: Update.
1357 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
1358 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
1359 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
1360 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
1361 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
1362 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
1363 * gdb.hp/gdb.compat/xdb1.exp: Update.
1364 * gdb.hp/gdb.compat/xdb2.exp: Update.
1365 * gdb.hp/gdb.compat/xdb3.exp: Update.
1366 * gdb.hp/gdb.defects/bs14602.exp: Update.
1367 * gdb.hp/gdb.defects/solib-d.exp: Update.
1368 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
1369 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
1370 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
1371 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
1372 * gdb.mi/gdb792.exp: Update.
1373 * gdb.mi/mi-pending.exp: Update.
1374 * gdb.mi/mi-solib.exp: Update.
1375 * gdb.mi/mi-var-cp.exp: Update.
1376 * gdb.opt/clobbered-registers-O2.exp: Update.
1377 * gdb.opt/inline-bt.exp: Update.
1378 * gdb.opt/inline-cmds.exp: Update.
1379 * gdb.opt/inline-locals.exp: Update.
1380 * gdb.python/py-events.exp: Update.
1381 * gdb.python/py-finish-breakpoint.exp: Update.
1382 * gdb.python/py-type.exp: Update.
1383 * gdb.reverse/solib-precsave.exp: Update.
1384 * gdb.reverse/solib-reverse.exp: Update.
1385 * gdb.server/solib-list.exp: Update.
1386 * gdb.stabs/weird.exp: Update.
1387 * gdb.threads/attach-into-signal.exp: Update.
1388 * gdb.threads/attach-stopped.exp: Update.
1389 * gdb.threads/tls-shared.exp: Update.
1390 * gdb.trace/change-loc.exp: Update.
1391 * gdb.trace/strace.exp: Update.
1392
95c391b6
TT
13932012-06-19 Tom Tromey <tromey@redhat.com>
1394
1395 * gdb.base/whatis.exp: Add tests.
1396
e910f0b6
TT
13972012-06-19 Tom Tromey <tromey@redhat.com>
1398
1399 * gdb.cp/m-static.cc (keepalive): New function.
1400 (gnu_obj_1::method): Use it.
1401
422d65e7
DE
14022012-06-18 Doug Evans <dje@google.com>
1403
1404 * gdb.base/info-fun.exp: New file.
1405 * gdb.base/info-fun.c: New file.
1406 * gdb.base/info-fun-solib.c: New file.
1407
e2e4d78b
JK
14082012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1409
1410 Remove stale dummy frames.
1411 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
1412 (maintenance info breakpoints): New tests.
1413 * gdb.base/stale-infcall.c: New file.
1414 * gdb.base/stale-infcall.exp: New file.
1415
1788b2d3
JK
14162012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1417
1418 * gdb.arch/amd64-entry-value-param.S: New file.
1419 * gdb.arch/amd64-entry-value-param.c: New file.
1420 * gdb.arch/amd64-entry-value-param.exp: New file.
1421
663b969e
TT
14222012-06-15 Tom Tromey <tromey@redhat.com>
1423
1424 * gdb.cp/namespace.exp: Add "show lang" test.
1425
8e09ad05
IS
14262012-06-15 Iain Sandoe <iain@codesourcery.com>
1427
1428 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
1429 case. (top level): Use gdb_file_cmd instead of gdb_load.
1430
f85e18ee
JK
14312012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1432
1433 PR tdep/14222
1434 * gdb.arch/i386-sse-stack-align.S: New file.
1435 * gdb.arch/i386-sse-stack-align.c: New file.
1436 * gdb.arch/i386-sse-stack-align.exp: New file.
1437
f3b5e280
KS
14382012-06-13 Keith Seitz <keiths@redhat.com>
1439
1440 PR breakpoints/13798 and mi/11541
1441 * gdb.linespec/ls-errs.exp: Add a few more tests for
1442 filenames with spaces and colons.
1443
50af5481
JK
14442012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1445
1446 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
1447 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
1448 (test_function): Call CV_f.
1449 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
1450 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
1451 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
1452 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
1453 (p CV_f(CV::i)): New tests.
1454
d55637df
TT
14552012-06-13 Tom Tromey <tromey@redhat.com>
1456
1457 * gdb.base/condbreak.exp: Add tests for "condition" completion.
1458
cc80f267
JK
14592012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1460
1461 Fix regression by the "ambiguous linespec" series.
1462 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
1463 tests.
1464
bb2af9cc
JK
14652012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1466
1467 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
1468 missing.
1469
e81a37f7
TT
14702012-06-11 Tom Tromey <tromey@redhat.com>
1471
1472 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
1473 location...
1474 (main): ...here.
1475
8efd7788
YQ
14762012-06-07 Yao Qi <yao@codesourcery.com>
1477
1478 * gdb.trace/strace.exp: Shorten some too-long lines.
1479
359f5fe6
PA
14802012-06-06 Pedro Alves <palves@redhat.com>
1481
1482 * gdb.threads/clone-new-thread-event.c: New file.
1483 * gdb.threads/clone-new-thread-event.exp: New file.
1484
7b2fe205
YQ
14852012-06-06 Yao Qi <yao@codesourcery.com>
1486
1487 * gdb.base/dprintf.c (main): Add extra parameter when calling
1488 printf and fprintf.
1489 (bar): New function. It is a dead function, but to ensure
1490 'malloc' is linked explicitly.
1491
3eca55e8
YQ
14922012-06-06 Yao Qi <yao@codesourcery.com>
1493
1494 * gdb.base/info-proc.exp: Return if target doesn't support
1495 'info proc'.
1496
91cc9324
JK
14972012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1498
1499 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
1500 (run program with breakpoint commands): XFAIl if it is not.
1501
c56e7c43
JB
15022012-06-05 Joel Brobecker <brobecker@adacore.com>
1503
1504 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
1505 and add comment.
1506 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
1507 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
1508 "STOP" marker. Adjust testing strategy to make it work on
1509 all targets.
1510
1511 * gdb.base/print-file-var-main.c (main): Rewrite using local
1512 variables and adjust get_version_2's return value check.
1513 Add small comment.
1514 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
1515 marker. Adjust testing strategy to make it work on all targets.
1516
ccab2054
JB
15172012-06-05 Joel Brobecker <brobecker@adacore.com>
1518
1519 * gdb.ada/bad-task-bp-keyword: New testcase.
1520
d0d86158
JK
15212012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1522
1523 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
1524 Simplify it to ...
1525 (symbol-file ${testfile1}): ... here.
1526 (test eliminated var my_global_symbol)
1527 (test eliminated var my_static_symbol)
1528 (test eliminated var my_global_func, get address of main): Wrap them to
1529 'single psymtabs' and 'single symtabs'
1530 (get address of my_global_symbol, get address of my_static_symbol)
1531 (get address of my_global_func, get address of main): Wrap them to
1532 'order1' and 'order2'.
1533
952cf74c
JK
1534 * gdb.base/code_elim.exp
1535 (add-symbol-file ${testfile1} 0x100000)
1536 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
1537 'order2'.
1538 (order1: add-symbol-file ${testfile1} 0x100000)
1539 (order1: add-symbol-file ${testfile2} 0x200000)
1540 (order2: add-symbol-file ${testfile2} 0x200000)
1541 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
1542 .bss as appropriate.
1543
0c5bf5a9
JK
15442012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1545
1546 * gdb.server/solib-list-lib.c: New file.
1547 * gdb.server/solib-list-main.c: New file.
1548 * gdb.server/solib-list.exp: New file.
1549
4196f325
MR
15502012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
1551
1552 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
1553 for 'set print symbol' change.
1554
bfb05775
JK
15552012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1556
1557 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
1558 .debug_abbrev_seg3.
1559
685b1105
JK
15602012-05-24 John Steele Scott <toojays@toojays.net>
1561
1562 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
1563 * gdb.dwarf2/dw2-icc-opaque.S: New file.
1564 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
1565
f3e0e960
SS
15662012-05-23 Stan Shebs <stan@codesourcery.com>
1567
1568 * gdb.mi/mi-info-os.exp: New file.
1569
11eb1b4d
KS
15702012-05-23 Keith Seitz <keiths@redhat.com>
1571
1572 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
1573 return -1 to suppress the rest of the tests.
1574 (compile_stap_bin): Return boolean success value.
1575
b1af9e97
TT
15762012-05-21 Tom Tromey <tromey@redhat.com>
1577
1578 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
1579 Remove kfails.
1580 (test_print_mi_member_types): Likewise.
1581
248537e3
TT
15822012-05-21 Tom Tromey <tromey@redhat.com>
1583
1584 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
1585 print symbol' change.
1586
d791e155
TJB
15872012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
1588
1589 * gdb.python/py-prompt.exp: Quit if the target is remote.
1590
e77afa2e
JK
15912012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1592
1593 Fix ERROR: internal buffer is full.
1594 * gdb.base/info-os.exp (expect_multiline): New function.
1595 (get process list, get process groups, get threads)
1596 (get file descriptors, get internet-domain sockets)
1597 (get shared-memory regions, get semaphores, get message queues): Use
1598 it for these tests.
1599
9cb709b6
TT
16002012-05-18 Tom Tromey <tromey@redhat.com>
1601
1602 * gdb.mi/mi-var-cmd.exp: Update.
1603 * gdb.objc/basicclass.exp (do_objc_tests): Update.
1604 * gdb.cp/virtbase.exp: Update.
1605 * gdb.cp/classes.exp (test_static_members): Update.
1606 * gdb.cp/casts.exp: Update.
1607 * gdb.base/pointers.exp: Update.
1608 * gdb.base/funcargs.exp (pointer_args): Update.
1609 (structs_by_reference): Update.
1610 * gdb.base/find.exp: Update.
1611 * gdb.base/call-strs.exp: Send "set print symbol off".
1612 * gdb.base/call-ar-st.exp: Update.
1613 * gdb.ada/fun_addr.exp: Update.
1614 * gdb.base/printcmds.exp (test_print_symbol): New proc.
1615 Call it.
1616 (test_print_repeats_10, test_print_strings)
1617 (test_print_char_arrays): Update.
1618
b012acdd
TT
16192012-05-18 Tom Tromey <tromey@redhat.com>
1620
1621 * gdb.base/charset.exp (string_display): Update.
1622
1d51a733
TT
16232012-05-18 Tom Tromey <tromey@redhat.com>
1624
1625 * gdb.mi/mi2-var-display.exp: Update.
1626 * gdb.mi/mi-var-display.exp: Update.
1627 * gdb.mi/mi-var-child.exp: Update.
1628 * gdb.cp/expand-psymtabs-cxx.exp: Update.
1629 * gdb.cp/cp-relocate.exp (get_func_address): Update.
1630
957df313
DE
16312012-05-17 Doug Evans <dje@google.com>
1632
682c7f7b
DE
1633 * info-macros.exp: Pass "debug" to prepare_for_testing.
1634
957df313
DE
1635 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
1636 * gdb.ada/Makefile.in (clean): Ditto.
1637 * gdb.arch/Makefile.in (clean): Ditto.
1638 * gdb.asm/Makefile.in (clean): Ditto.
1639 * gdb.base/Makefile.in (clean): Ditto.
1640 * gdb.cell/Makefile.in (clean): Ditto.
1641 * gdb.cp/Makefile.in (clean): Ditto.
1642 * gdb.disasm/Makefile.in (clean): Ditto.
1643 * gdb.dwarf2/Makefile.in (clean): Ditto.
1644 * gdb.fortran/Makefile.in (clean): Ditto.
1645 * gdb.go/Makefile.in (clean): Ditto.
1646 * gdb.hp/Makefile.in (clean): Ditto.
1647 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
1648 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
1649 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
1650 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
1651 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
1652 * gdb.java/Makefile.in (clean): Ditto.
1653 * gdb.linespec/Makefile.in (clean): Ditto.
1654 * gdb.mi/Makefile.in (clean): Ditto.
1655 * gdb.modula2/Makefile.in (clean): Ditto.
1656 * gdb.multi/Makefile.in (clean): Ditto.
1657 * gdb.objc/Makefile.in (clean): Ditto.
1658 * gdb.opencl/Makefile.in (clean): Ditto.
1659 * gdb.opt/Makefile.in (clean): Ditto.
1660 * gdb.pascal/Makefile.in (clean): Ditto.
1661 * gdb.python/Makefile.in (clean): Ditto.
1662 * gdb.reverse/Makefile.in (clean): Ditto.
1663 * gdb.server/Makefile.in (clean): Ditto.
1664 * gdb.stabs/Makefile.in (clean): Ditto.
1665 * gdb.threads/Makefile.in (clean): Ditto.
1666 * gdb.trace/Makefile.in (clean): Ditto.
1667 * gdb.xml/Makefile.in (clean): Ditto.
1668
abc9d0dc
TT
16692012-05-16 Tom Tromey <tromey@redhat.com>
1670
1671 * gdb.base/macscp1.c (macscp_expr): Add comment.
1672 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
1673
6a3a010b
MR
16742012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
1675
1676 * gdb.base/return-nodebug.exp: Also test float and double types.
1677
01429c8e
JK
16782012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1679
1680 PR testsuite/12649
1681 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
1682
54115cd4
JK
1683 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
1684
0c5f383f
SDJ
16852012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
1686
1687 * gdb.base/stap-probe.exp (stap_test): Remove calls to
1688 `rerun_to_main'.
1689 (stap_test_no_debuginfo): Likewise.
1690
e7e0cddf
SS
16912012-05-14 Stan Shebs <stan@codesourcery.com>
1692
1693 * gdb.base/dprintf.c: New file.
1694 * gdb.base/dprintf.exp: New file.
1695
c772f8e7
HZ
16962012-05-14 Hui Zhu <hui_zhu@mentor.com>
1697
1698 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
1699 * gdb.trace/disconnected-tracing.c: New file.
1700 * gdb.trace/disconnected-tracing.exp: New file.
1701
7efc75aa
SCR
17022012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1703
1704 * gdb.python/python.c: Add a new breakpoint comment.
1705 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
1706
85d4a676
SS
17072011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
1708
1709 * gdb.base/info-os.exp: New file.
1710 * gdb.base/info-os.c: New file.
1711
64ea88dc
JB
17122012-05-10 Joel Brobecker <brobecker@adacore.com>
1713
4647ab1b
JB
1714 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
1715 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
1716 New files.
64ea88dc 1717
afba63f1
JB
17182012-05-10 Joel Brobecker <brobecker@adacore.com>
1719
1720 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
1721 gdb.base/ctxobj.exp: New files.
1722
9d198b1e
TT
17232012-05-09 Tom Tromey <tromey@redhat.com>
1724
1725 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
1726
9bfee719
MR
17272012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
1728
1729 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
1730
3a7341d8
MR
17312012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
1732
1733 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
1734 before using it.
1735
52b3699b
TG
17362012-05-04 Tristan Gingold <gingold@adacore.com>
1737
1738 * gdb.base/set-noassign.exp: New test.
1739
a20ee7a4
SCR
17402012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1741
1742 * gdb.python/py-symbol.exp: Add tests to test the new methods
1743 gdb.Symtab.global_block() and gdb.Symtab.static_block().
1744 * gdb.python/py-symbol.c: Add new struct to help test
1745 gdb.Symtab.static_block().
1746
bf2f0858
DE
17472012-05-03 Doug Evans <dje@google.com>
1748
1749 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
1750 commented out.
1751
2d4e0376
YQ
17522012-05-03 Yao Qi <yao@codesourcery.com>
1753
1754 * gdb.base/catch-syscall.exp: Skip it before compilation if target
1755 doesn't support.
1756 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
1757 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
1758
6d0bb9f3
YQ
17592012-05-03 Yao Qi <yao@codesourcery.com>
1760
1761 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
1762
fd820528
DE
17632012-04-30 Doug Evans <dje@google.com>
1764
1765 PR testsuite/13961
1766 * gdb.dwarf2/pr13961.S: New file.
1767 * gdb.dwarf2/pr13961.exp: New file.
1768
b9e219b9
YQ
17692012-04-29 Yao Qi <yao@codesourcery.com>
1770
1771 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
1772
3019eac3
DE
17732012-04-28 Doug Evans <dje@google.com>
1774
1775 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
1776 .Ltype_int_in_cu2. Use name "int2" instead of "int".
1777 All uses updated.
1778 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
1779 "ptype func_cu1" to expand cu2 before cu1.
1780
62e5f89c
SDJ
17812012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1782 Tom Tromey <tromey@redhat.com>
1783
1784 * gdb.base/default.exp: Add `$_probe_arg*' convenience
1785 variables.
1786 * gdb.base/stap-probe.c: New file.
1787 * gdb.base/stap-probe.exp: New file.
1788 * gdb.trace/stap-trace.c: New file.
1789 * gdb.trace/stap-trace.exp: New file.
1790 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
1791 libgcc's unwinder.
1792
14132e89
MR
17932012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
1794
1795 * gdb.arch/mips16-thunks-inmain.c: New file.
1796 * gdb.arch/mips16-thunks-main.c: New file.
1797 * gdb.arch/mips16-thunks-sin.c: New file.
1798 * gdb.arch/mips16-thunks-sinfrob.c: New file.
1799 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
1800 * gdb.arch/mips16-thunks-sinmain.c: New file.
1801 * gdb.arch/mips16-thunks-sinmips16.c: New file.
1802 * gdb.arch/mips16-thunks.exp: New file.
1803
a766d390
DE
18042012-04-25 Doug Evans <dje@google.com>
1805
1806 * configure.ac: Create gdb.go/Makefile.
1807 * configure: Regenerate.
1808 * gdb.base/default.exp: Add "go" to "set language" testing.
1809 * gdb.go/Makefile.in: New file.
1810 * gdb.go/basic-types.exp: New file.
1811 * gdb.go/chan.exp: New file.
1812 * gdb.go/chan.go: New file.
1813 * gdb.go/handcall.exp: New file.
1814 * gdb.go/handcall.go: New file.
1815 * gdb.go/hello.exp: New file.
1816 * gdb.go/hello.go: New file.
1817 * gdb.go/integers.exp: New file.
1818 * gdb.go/integers.go: New file.
1819 * gdb.go/methods.exp: New file.
1820 * gdb.go/methods.go: New file.
1821 * gdb.go/package.exp: New file.
1822 * gdb.go/package1.go: New file.
1823 * gdb.go/package2.go: New file.
1824 * gdb.go/print.exp: New file.
1825 * gdb.go/strings.exp: New file.
1826 * gdb.go/strings.go: New file.
1827 * gdb.go/types.exp: New file.
1828 * gdb.go/types.go: New file.
1829 * gdb.go/unsafe.exp: New file.
1830 * gdb.go/unsafe.go: New file.
1831 * lib/future.exp: Add Go support.
1832 (gdb_find_go, gdb_find_go_linker): New procs.
1833 (gdb_default_target_compile): Add Go support.
1834 * lib/gdb.exp (skip_go_tests): New proc.
1835 * lib/go.exp: New file.
1836
e65f9ffb
TT
18372012-04-25 Tom Tromey <tromey@redhat.com>
1838
1839 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
1840
14e75d8e
JK
18412012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
1842 Jan Kratochvil <jan.kratochvil@redhat.com>
1843
1844 PR symtab/7259:
1845 * gdb.base/enumval.c: New test case.
1846 * gdb.base/enumval.exp: New test case.
1847 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
1848 field.bitpos.
1849
f3525b70
PA
18502012-04-17 Pedro Alves <palves@redhat.com>
1851
1852 * Makefile.in (site.exp): Make site.exp source
1853 $srcdir/lib/append_gdb_boards_dir.exp.
1854 * lib/append_gdb_boards_dir.exp: New file.
1855
bccbefd2
JK
18562012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1857
1858 New option "set auto-load safe-path".
1859 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
1860 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
1861
bf88dd68
JK
18622012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1863
1864 auto-load: Implementation.
1865 * gdb.base/help.exp (test set height): Increase the height.
1866 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
1867 to ...
1868 (info auto-load python-scripts): ... here.
1869 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
1870 to ...
1871 (info auto-load python-scripts *): ... here.
1872
c0d4d1c0
YQ
18732012-04-16 Yao Qi <yao@codesourcery.com>
1874
1875 * lib/trace-support.exp (get_in_proc_agent): New.
1876 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
1877 of in process trace agent.
1878 * gdb.trace/ftrace.exp: Likewise.
1879 * gdb.trace/pending.exp: Likewise.
1880 * gdb.trace/trace-break.exp: Likewise.
1881 * gdb.trace/trace-mt.exp
1882 * gdb.trace/tspeed.exp: Likewise.
1883 * gdb.trace/tstatus.exp
1884 * gdb.trace/strace.exp: Likewise.
1885
cbf68a60
TS
18862012-04-16 Thomas Schwinge <thomas@codesourcery.com>
1887
dd6d3b70
TS
1888 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
1889 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
1890
cbf68a60
TS
1891 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
1892
8264ba82
AG
18932012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1894
1895 PR mi/13393
1896 * gdb.mi/mi-var-rtti.cc: New file.
1897 * gdb.mi/mi-var-rtti.exp: New file.
1898 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
1899 function.
1900 (mi_varobj_update_with_type_change): updated to avoid code duplication.
1901
de0919f8 19022012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
1903
1904 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
1905 EXECUTABLES.
1906 * gdb.python/py-explore.c: C program used for testing the new
1907 'explore' command on C constructs.
1908 * gdb.python/py-explore.cc: C++ program used for testing the new
1909 'explore' command on C++ constructs.
1910 * gdb-python/py-explore.exp: Tests for the new 'explore'
1911 command on C constructs.
1912 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
1913 command on C++ constructs.
1914
a82da7dd
MK
19152012-04-07 Mark Kettenis <kettenis@gnu.org>
1916
1917 * gdb.base/funcargs.exp (complex_args): Fix typo.
1918
e127cba8
JK
19192012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1920
1921 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
1922 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
1923
40e084e1
KS
19242012-04-05 Keith Seitz <keiths@redhat.com>
1925
1926 * gdb.base/advance.exp: Update error message for
1927 "advance malformed" test.
1928 * gdb.base/break.exp: Likewise for "breakpoint with
1929 trailing garbage" test.
1930 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
1931 with trailing garbage" test.
1932 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
1933 trailng garbage" test.
1934 * gdb.base/until.exp: Likewise for "malformed until" test.
1935 * gdb.cp/ovldbreak.exp: Create the breakpoint table
1936 for "breakpoint info (after setting on all)".
1937 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
1938 tests.
1939 * gdb.cp/cplabel.cc: New file.
1940 * gdb.cp/cplabel.exp: New test.
1941 * gdb.linespec/ls-errs.c: New file.
1942 * gdb.linespec/ls-errs.exp: New test.
1943
a72c8f6a
JK
19442012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1945
1946 * gdb.trace/unavailable.exp
1947 (collect globals: print object on: print derived_partial)
1948 (collect globals: print object on: print derived_whole)
1949 (collect globals: print object off: print derived_partial)
1950 (collect globals: print object off: print derived_whole): Update
1951 expected output.
1952
f87a3023
KS
19532012-03-30 Keith Seitz <keiths@redhat.com>
1954
1955 * gdb.python: Add test for linespecs with commas.
1956
e2171b3c
KS
19572012-03-28 Keith Seitz <keiths@redhat.com>
1958
1959 * gdb.linespec/ls-dollar.cc: New file.
1960 * gdb.linespec/ls-dollar.exp: New test.
1961
19622012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
1963
1964 * gdb.cp/namespace.exp: Add breakpoint tests for functions
1965 starting with the global namespace.
1966
2f4e0a80
DE
19672012-03-23 Doug Evans <dje@google.com>
1968
1969 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
1970
7b282c5a
SCR
19712012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1972
1973 * gdb.python/py-value.cc: Add test case for testing the
1974 methodology exposing C++ values to Python.
1975 * gdb.python/py-value-cc.exp: Add tests testing the methodology
1976 exposing C++ values to Python.
1977 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
1978
2e98ca53
JK
19792012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1980 Siddhesh Poyarekar <siddhesh@redhat.com>
1981
1982 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
1983 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
1984 (generate native core dump): Make the test unsupported if core cannot
1985 be generated.
1986
8320cc4f
JK
19872012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1988
1989 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
1990 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
1991 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
1992
3a69ffb2
JK
19932012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
1994
1995 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
1996
8fabffee
DE
19972012-03-17 Doug Evans <dje@google.com>
1998
1999 * dg-extract-results.sh: Handle KFAILs.
2000
ab260dad
JK
20012012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2002
2003 PR symtab/13777
2004 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
2005
53ba8333
JB
20062012-03-16 Joel Brobecker <brobecker@adacore.com>
2007
2008 * gdb.ada/set_pckd_arr_elt: New testcase.
2009
481860b3
GB
20102012-03-16 Gary Benson <gbenson@redhat.com>
2011
2012 PR breakpoints/10738
2013 * gdb.opt/inline-break.exp: New file.
2014 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
2015 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
2016 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
2017 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
2018 * gdb.base/async-shell.exp: Likewise.
2019 * lib/mi-support.exp (library_loaded_re): Likewise.
2020
410528f0
TT
20212012-03-15 Tom Tromey <tromey@redhat.com>
2022
2023 * gdb.cp/virtfunc2.exp: Update expected output.
2024 * gdb.cp/pr9631.exp: Update expected output.
2025 * gdb.cp/member-ptr.exp: Update expected output.
2026 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
2027 output.
2028 * gdb.cp/casts.exp: Update expected output.
2029
c4aeac85
TT
20302012-03-15 Tom Tromey <tromey@redhat.com>
2031
2032 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
2033 (test_info_vtbl): Likewise.
2034 (do_tests): Call test_info_vtbl.
2035 * gdb.cp/virtfunc.cc (va): New global.
2036
856d06f9
TS
20372012-03-15 Thomas Schwinge <thomas@codesourcery.com>
2038
2039 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
2040 describing DWARF data structures.
2041 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
2042 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
2043 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
2044 * gdb.dwarf2/dw2-entry-value.S: Likewise.
2045 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
2046 * gdb.dwarf2/dw2-param-error.S: Likewise.
2047 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
2048 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
2049 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
2050 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
2051 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2052 * gdb.dwarf2/pr11465.S: Likewise.
2053
e837f12a
JK
20542012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2055
2056 * gdb.mi/mi2-prompt.exp: New file.
2057
ccbb4f28
JB
20582012-03-13 Joel Brobecker <brobecker@adacore.com>
2059
2060 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
2061
32039130
JB
20622012-03-13 Joel Brobecker <brobecker@adacore.com>
2063
2064 * gdb.ada/bp_range_type: New testcase.
2065
16899756
DE
20662012-03-13 Doug Evans <dje@google.com>
2067
2068 * gdb.base/default.exp: Delete tests for symbol-reloading.
2069 * gdb.base/help.exp: Ditto.
2070 * gdb.base/setshow.exp: Ditto.
2071 * gdb.base/gdb_history: Delete references to symbol-reloading.
2072
87b0bb13
JK
20732012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2074
2075 * gdb.base/attach-twice.c: New files.
2076 * gdb.base/attach-twice.exp: New files.
2077
0d7941a9
KS
20782012-03-08 Keith Seitz <keiths@redhat.com>
2079
2080 * lib/gdb.exp (gdb_get_line_number): Throw an
2081 error instead of returning -1.
2082 * gdb.base/break.exp: Remove unused variable
2083 bp_location5.
2084 * gdb.base/hbreak2.exp: Likewise.
2085 * gdb.base/sepdebug.exp: Likewise.
2086
f4647387
YQ
20872012-03-08 Yao Qi <yao@codesourcery.com>
2088 Pedro Alves <palves@redhat.com>
2089
2090 Fix PR server/13392.
2091 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
2092 (tracepoint_change_loc_2): Remove kfail. Return if failed to
2093 download tracepoints.
2094 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
2095 (pending_tracepoint_resolved_during_trace): Likewise.
2096 (pending_tracepoint_installed_during_trace): Likewise.
2097 (pending_tracepoint_with_action_resolved): Likewise.
2098
83c532cb
KS
20992012-03-08 Keith Seitz <keiths@redhat.com>
2100
2101 * gdb.ada/array_bounds.exp: Get breakpoint for line
2102 with "START", not "STOP".
2103 * gdb.python/py-infthread.exp: Do not continue to
2104 line marked "Break here.", which is undefined.
2105
d6b6bbb7
LM
21062012-03-08 Luis Machado <lgustavo@codesourcery.com>
2107
2108 Revert:
2109
2110 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2111
2112 Implement testsuite workaround for PR breakpoints/13781.
2113 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
2114 (set breakpoint condition-evaluation host): New conditional command.
2115
7fe25d9b
JK
21162012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2117
2118 Fix CU relative vs. absolute DIE offsets.
2119 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
2120 one.
2121
51898c15
JK
21222012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2123
2124 Fix false FAIL on distros with relro linkage as default.
2125 * gdb.reverse/solib-precsave.exp: Try to compile the test using
2126 -Wl,-z,norelro first.
2127
8131799e
JB
21282012-03-06 Joel Brobecker <brobecker@adacore.com>
2129
2130 * gdb.ada/bp_on_var: New testcase.
2131
ba241969
JB
21322012-03-06 Joel Brobecker <brobecker@adacore.com>
2133
2134 * gdb.ada/bp_enum_homonym: New testcase.
2135
abe49676
YQ
21362012-03-06 Yao Qi <yao@codesourcery.com>
2137
2138 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
2139 x86_64-*-* and i?86-*-*.
2140 Set up KFAIL for gdb/13808.
2141
d8df103b
TT
21422012-03-05 Tom Tromey <tromey@redhat.com>
2143
2144 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
2145 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
2146
b7b189f3
TT
21472012-03-05 Tom Tromey <tromey@redhat.com>
2148
2149 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
2150
69dc1c4d
YQ
21512012-03-04 Yao Qi <yao@codesourcery.com>
2152
2153 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
2154 messages for KFAIL.
2155
3f20c47f
JK
21562012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2157
2158 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
2159 (print one_two_three, indexes off, print few_reps, indexes off)
2160 (print many_reps, indexes off, print empty, indexes off)
2161 (print one_two_three, print few_reps, print many_reps, print empty):
2162 Call setup_xfail if $gcc_old.
2163
abf1152a
JK
21642012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2165
2166 Implement testsuite workaround for PR breakpoints/13781.
2167 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
2168 (set breakpoint condition-evaluation host): New conditional command.
2169
a06715f8
JK
21702012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2171
2172 Code cleanup.
2173 * gdb.cp/mb-templates.exp: New variables executable. Use it for
2174 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
2175 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
2176 number 1 by $bpnum. Four times.
2177
5808517f
YQ
21782012-03-03 Yao Qi <yao@codesourcery.com>
2179
2180 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
2181
dfe2ac14
JK
21822012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2183
2184 Setup KFAIL for PR server/13796.
2185 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
2186
8bbc467a
JB
21872012-03-02 Joel Brobecker <brobecker@adacore.com>
2188
2189 * gdb.ada/operator_bp: New testcase.
2190
c0eac87f
JB
21912012-03-02 Joel Brobecker <brobecker@adacore.com>
2192
2193 * gdb.ada/info_locals_renaming: New testcase.
2194
4f42c881
TT
21952012-03-02 Tom Tromey <tromey@redhat.com>
2196
2197 * gdb.base/nextoverexit.c: New file.
2198 * gdb.base/nextoverexit.exp: New file.
2199
7380c0c9
EBM
22002012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
2201
2202 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
2203 parameter.
2204
1faeff08
MR
22052012-03-01 Maciej W. Rozycki <macro@mips.com>
2206
2207 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
2208 core registers.
2209
320b6f49
MR
22102012-03-01 Maciej W. Rozycki <macro@mips.com>
2211 Maciej W. Rozycki <macro@codesourcery.com>
2212 Daniel Jacobowitz <dan@codesourcery.com>
2213
2214 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
2215
ad5f7d6e
PA
22162012-03-01 Pedro Alves <palves@redhat.com>
2217
2218 PR gdb/13767
2219
2220 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
2221 (gdb_collect_globals_test): Call it.
2222
d3dc44a6
KS
22232012-03-01 Keith Seitz <keiths@redhat.com>
2224
2225 * gdb.cp/method2.exp: Output of overload menu is now
2226 alphabetized. Update tests for "break A::method".
2227 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
2228 of hard-coding them.
2229 Overload menu is alphabetized: rewrite to accommodate.
2230 Unset variables LINE and TYPES which are used in other tests.
2231 Compute the output of "info break".
2232 Update the breakpoint table after all breakpoints are deleted.
2233 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
2234 compute ACTUALS and the method body based on parameters.
2235 Update expected output accordingly.
2236 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
2237 unique comments to allow the use of gdb_get_line_number.
2238
22392012-03-01 Keith Seitz <keiths@redhat.com>
2240
2241 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
2242 some Tcl syntax.
2243 * gdb.cp/ovldbreak.exp: Likewise.
2244
7949c2a0
KS
22452012-03-01 Keith Seitz <keiths@redhat.com>
2246
2247 * gdb.base/help.exp (help show user): Update expected result
2248 for new doc string changes (add "non-python").
2249
7d74f244
DE
22502012-03-01 Scott J. Goldman <scottjg@vmware.com>
2251
2252 * gdb.python/py-cmd.exp: Add test to verify that python commands can
2253 be put in the user-defined category and that the commands appear in
2254 "help user-defined".
2255
1b611343
JB
22562012-02-29 Joel Brobecker <brobecker@adacore.com>
2257
2258 * gdb.ada/tagged_not_init: New testcase.
2259
99b1c762
JB
22602012-02-29 Joel Brobecker <brobecker@adacore.com>
2261
2262 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
2263 * gdb.ada/enum_idx_packed: New testcase.
2264
2d4a02ee
JB
22652012-02-29 Joel Brobecker <brobecker@adacore.com>
2266
2267 * gdb.ada/aliased_array: New testcase.
2268
2e6fda7d
JB
22692012-02-29 Joel Brobecker <brobecker@adacore.com>
2270
2271 * gdb.ada/whatis_array_val: New testcase.
2272
9a7f938f
JK
22732012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2274
2275 Fix disp-step-syscall.exp: fork: single step over fork.
2276 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
2277 whitespaces.
2278 (single step over $syscall): Remove its check.
2279 (single step over $syscall final pc): New check.
2280
8703a944
JK
22812012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2282
2283 Support processors without SSSE3.
2284 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
2285 pabsd into ...
2286 (ssse3_test): ... a new function.
2287 (main): Call ssse3_test.
2288 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
2289 Update expected values everywhere.
2290 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
2291 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
2292 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
2293 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
2294 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
2295 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
2296 Move these tests lower.
2297 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
2298 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
2299 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
2300 New tests.
2301
c03e6ccc
YQ
23022012-02-29 Yao Qi <yao@codesourcery.com>
2303 Pedro Alves <palves@redhat.com>
2304
2305 * gdb.trace/trace-mt.c: New.
2306 * gdb.trace/trace-mt.exp: New.
2307
7964b62a
TS
23082012-02-28 Thomas Schwinge <thomas@codesourcery.com>
2309
2c8910ba
TS
2310 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
2311 numbers instead of hardcoding them.
2312 * gdb.base/annota1.c: Provide suitable markers.
2313 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
2314 numbers instead of hardcoding them.
2315 * gdb.base/annota3.c: Provide suitable markers.
2316
2317 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
2318 * gdb.base/annota3.c: Likewise.
2319 * gdb.base/sigall.c: Likewise.
2320 * gdb.base/signals.c: Likewise.
2321 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 2322
5a41c0b7
MR
23232012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
2324
2325 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
2326 failure return path.
2327
ebbbe5c5
LM
23282012-02-27 Luis Machado <lgustavo@codesourcery.com>
2329
2330 * gdb.base/save-bp.exp: Account for new condition evaluator output.
2331
8d126d8a
LM
23322012-02-24 Luis Machado <lgustavo@codesourcery.com>
2333
2334 * gdb.base/cond-eval-mode.exp: New file.
2335
11337c2f
PA
23362012-02-24 Pedro Alves <palves@redhat.com>
2337
2338 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
2339 (top level): Use with_test_prefix.
2340
13fc3e3c
PA
23412012-02-24 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.threads/attach-into-signal.exp (corefunc): Use
2344 with_test_prefix.
2345
07c1b626
JK
23462012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2347
2348 Fix false FAILs on old CPUs without SSE.
2349 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
2350 Return untested for Illegal instruction.
2351
596ba138
JK
23522012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2353
2354 Fix false FAILs with glibc debug infos installed.
2355 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
2356 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
2357
aeaa2474
SA
23582012-02-22 Sterling Augustine <saugustine@google.com>
2359
2360 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
2361 constant with cast.
2362
aed555c9
PA
23632012-02-21 Pedro Alves <palves@redhat.com>
2364
2365 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
2366
78afebb4
PA
23672012-02-21 Pedro Alves <palves@redhat.com>
2368
2369 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
2370
fdcfef12
PA
23712012-02-21 Pedro Alves <palves@redhat.com>
2372
2373 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
2374 with_test_prefix.
2375
0f4d39d5
PA
23762012-02-21 Pedro Alves <palves@redhat.com>
2377
2378 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
2379 with_test_prefix here.
2380 (top level): Do it here instead. Remove `:' from the
2381 with_test_prefix string.
2382 * gdb.base/attach-pie-misread.exp: Remove the leading space the
2383 the suffix `:' from the with_test_prefix prefix string.
2384 * gdb.base/break-interp.exp: Ditto.
2385 * gdb.base/catch-load.exp: Ditto.
2386 * gdb.base/disp-step-syscall.exp: Ditto.
2387 * gdb.base/jit-so.exp: Ditto.
2388 * gdb.base/jit.exp: Ditto.
2389 * gdb.base/sepdebug.exp: Ditto.
2390 * gdb.base/solib-display.exp: Ditto.
2391 * gdb.base/solib-overlap.exp: Ditto.
2392 * gdb.base/watch-cond-infcall.exp: Ditto.
2393 * gdb.base/watchpoint.exp: Ditto.
2394 * gdb.dwarf2/dw2-noloc.exp: Ditto.
2395 * gdb.mi/mi-watch.exp: Ditto.
2396 * gdb.mi/mi2-watch.exp: Ditto.
2397 * gdb.threads/non-ldr-exc-1.exp: Ditto.
2398 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2399 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2400 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2401 * gdb.threads/watchpoint-fork.exp: Ditto.
2402 * gdb.threads/watchthreads-reorder.exp: Ditto.
2403 * gdb.trace/change-loc.exp: Ditto.
2404 * gdb.trace/pending.exp: Ditto.
2405 * gdb.trace/status-stop.exp: Ditto.
2406 * gdb.trace/strace.exp: Ditto.
2407 * gdb.trace/trace-break.exp: Ditto.
2408 * gdb.trace/unavailable.exp: Ditto.
2409 * lib/gdb.exp (with_test_prefix): Always prefix with space and
2410 suffix with colon. Adjust leading comments.
2411
6a5870ce
PA
24122012-02-21 Pedro Alves <palves@redhat.com>
2413 Tom Tromey <tromey@redhat.com>
2414
2415 * lib/gdb.exp: Add description of test prefixes.
2416 (with_test_prefix): New procedure.
2417 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
2418 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
2419 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
2420 instead of lappend to append to pf_prefix.
2421 * gdb.base/catch-load.exp: Use with_test_prefix.
2422 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
2423 * gdb.base/jit-so.exp: Use with_test_prefix.
2424 * gdb.base/jit.exp: Use with_test_prefix.
2425 * gdb.base/return-nodebug.exp (do_test): Use append instead of
2426 lappend to append to pf_prefix.
2427 * gdb.base/sepdebug.exp: Use with_test_prefix.
2428 * gdb.base/solib-display.exp: Use with_test_prefix.
2429 * gdb.base/solib-overlap.exp: Use with_test_prefix.
2430 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
2431 * gdb.base/watchpoint.exp: Use with_test_prefix.
2432 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
2433 * gdb.mi/mi-watch.exp: Use with_test_prefix.
2434 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
2435 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
2436 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
2437 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
2438 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
2439 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
2440 append instead of lappend to append to pf_prefix.
2441 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
2442 * gdb.trace/change-loc.exp: Use with_test_prefix.
2443 * gdb.trace/pending.exp: Use with_test_prefix.
2444 * gdb.trace/status-stop.exp: Use with_test_prefix.
2445 * gdb.trace/strace.exp: Use with_test_prefix.
2446 * gdb.trace/trace-break.exp: Use with_test_prefix.
2447 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
2448 instead of lappend to append to pf_prefix.
2449
35dc4a6b
JK
24502012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2451
2452 Fix racy FAILs.
2453 * gdb.base/inferior-died.c (main): Add return of 0.
2454 * gdb.base/inferior-died.exp (continue): Fix expectation of
2455 asynchronous events.
2456 (p 1): New test.
2457
c5a006e6
PA
24582012-02-20 Pedro Alves <palves@redhat.com>
2459
2460 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
2461 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
2462 gdb's internal debug output. For the non-threaded case, look for
2463 "Program received signal SIGLARM", for the threaded case, peek at
2464 the thread's siginfo.
2465
cc51a170
PA
24662012-02-20 Pedro Alves <palves@redhat.com>
2467
2468 General cleanup, make output test messages unique, and build
2469 different executable files for the non-threaded and threaded
2470 cases.
2471
2472 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
2473 Delete.
2474 (executable_nothr, executable_thr): New globals.
2475 (top level): Adjust to delete both executables.
2476 (corefunc): New parameter $executable. Set $pf_prefix instead of
2477 hand writing a prefix in tests. Issue a clean_restart and enable
2478 lin-lwp debug output here.
2479 (top level): Adjust. Use build_executable. Don't start gdb here,
2480 and don't enable lin-lwp debug output here.
2481 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
2482
c755f03d
JK
24832012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2484
2485 Fix racy FAILs.
2486 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
2487 "continue" command.
2488
6bec5e0a
JK
24892012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2490
2491 Fix for gdbserver non-extended mode.
2492 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
2493 and gdb_run_cmd.
2494
2e8265fd
TT
24952012-02-17 Tom Tromey <tromey@redhat.com>
2496
2497 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
2498 * gdb.python/py-events.exp: Check 'dir' output.
2499 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
2500
9e507076
YQ
25012012-02-17 Yao Qi <yao@codesourcery.com>
2502
2503 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
2504
32d22ab1
TT
25052012-02-16 Tom Tromey <tromey@redhat.com>
2506
2507 * gdb.base/inferior-died.c: Don't include stdio.h.
2508
9addecb9
TT
25092012-02-16 Tom Tromey <tromey@redhat.com>
2510
2511 * gdb.base/inferior-died.c: New file.
2512 * gdb.base/inferior-died.exp: New file.
2513
4cb6da1c
AR
25142012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
2515
2516 * gdb.base/break-inline.exp: New file.
2517 * gdb.base/break-inline.c: New file.
2518
3af2590d
TT
25192012-02-15 Tom Tromey <tromey@redhat.com>
2520
2521 * gdb.base/pc-fp.exp: Add "info register" tests.
2522
29988831
TT
25232012-02-15 Tom Tromey <tromey@redhat.com>
2524
2525 * gdb.base/regs.exp: Remove.
2526
10010058
PA
25272012-02-15 Pedro Alves <palves@redhat.com>
2528
2529 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
2530 the target doesn't support tracepoints.
2531 * gdb.trace/circ.exp: Ditto.
2532 * gdb.trace/collection.exp: Ditto.
2533 * gdb.trace/packetlen.exp: Ditto.
2534 * gdb.trace/passc-dyn.exp: Ditto.
2535 * gdb.trace/report.exp: Ditto.
2536 * gdb.trace/tfind.exp: Ditto.
2537 * gdb.trace/tspeed.exp: Ditto.
2538 * gdb.trace/tsv.exp: Ditto.
2539 * gdb.trace/unavailable.exp: Ditto.
2540 * gdb.trace/while-dyn.exp: Ditto.
2541
a2e0062d
PA
25422012-02-15 Pedro Alves <palves@redhat.com>
2543
2544 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
2545 gdb_test_multiple, and call unsupported instead of fail, if the
2546 remote side does not support the request.
2547
a1999d40
PA
25482012-02-15 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
2551 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
2552 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
2553 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
2554 * gdb.server/server-run.exp: Make sure gdb is disconnected.
2555 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
2556 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
2557 doesn't start with "extended-" already.
2558
7cee1e54
PA
25592012-02-15 Pedro Alves <palves@redhat.com>
2560
2561 Support extended-remote. Avoid cascading timeouts.
2562
2563 * gdb.base/attach.exp (do_attach_tests): Add expected output for
2564 the extended-remote target. If attaching with no file fails, load
2565 the file manually.
2566 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
2567
816338b5
SS
25682012-02-14 Stan Shebs <stan@codesourcery.com>
2569
2570 * gdb.base/ena-dis-br.exp: Add enable count test.
2571
cc30c4bd
PA
25722012-02-13 Pedro Alves <palves@redhat.com>
2573
2574 * config/mips-idt.exp: Delete.
2575 * gdb.base/a2-run.exp: Remove mips-idt xfails.
2576 * gdb.base/bitfields.exp: Remove mips-idt restarts.
2577 * gdb.base/break.exp: Remove mips-idt references.
2578 * gdb.base/chng-syms.exp: Ditto.
2579 * gdb.base/default.exp: Ditto.
2580 * gdb.base/funcargs.exp (funcargs_reload): Delete.
2581 (top level): Don't call it.
2582 * gdb.base/opaque.exp: Remove mips-idt restarts.
2583 * gdb.base/ptype.exp: Remove mips-idt xfails.
2584 * gdb.base/scope.exp: Remove mips-idt restarts.
2585 * gdb.base/sepdebug.exp: Remove mips-idt references.
2586 * gdb.base/watchpoint.exp (maybe_clean_restart)
2587 (maybe_reinitialize): Delete.
2588 (test_disabling_watchpoints, test_disabling_watchpoints)
2589 (test_watchpoint_triggered_in_syscall)
2590 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
2591 Don't call them.
2592
57008375
JK
25932012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2594
2595 * gdb.server/server-exec-info.exp: New file.
2596
4a2d9c08
PA
25972012-02-10 Pedro Alves <palves@redhat.com>
2598
2599 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
2600 always non-empty.
2601 (test_attach): Always pass $exec to test_attach_gdb.
2602
09fa21bd
TT
26032012-02-08 Tom Tromey <tromey@redhat.com>
2604
2605 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
2606 before inferior is started.
2607
f0823d2c
TT
26082012-02-07 Tom Tromey <tromey@redhat.com>
2609
2610 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
2611 Symbol.value.
2612 * gdb.python/py-symbol.c (qq): Set default value.
2613
26142012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
2615
2616 * gdb.python/py-symbol.c (qq): New global.
2617 * gdb.python/py-symbol.exp: Add test for frame-less
2618 lookup_symbol.
2619 * gdb.python/py-symtab.exp: Fix line number.
2620
f7e44f65
JB
26212012-02-03 Joel Brobecker <brobecker@adacore.com>
2622
2623 * gdb.ada/mi_task_arg: New testcase.
2624
4c9ed63c
PA
26252012-02-02 Pedro Alves <palves@redhat.com>
2626
2627 * gdb.reverse/until-precsave.exp: Also put "record save" under the
2628 extended timeout.
2629
c0b9f2c6
PA
26302012-02-02 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
2633 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
2634
5f8cefd7
PA
26352012-02-02 Pedro Alves <palves@redhat.com>
2636
2637 * gdb.base/term.exp: Rewrite.
2638 * gdb.base/term.c: New.
2639
2f3a2569
PA
26402012-02-02 Pedro Alves <palves@redhat.com>
2641
2642 * gdb.base/default.exp (run "r" abbreviation, run): Add
2643 extended-remote expected output.
2644
f149aabd
TT
26452012-02-02 Tom Tromey <tromey@redhat.com>
2646
2647 * gdb.cp/dispcxx.exp: New file.
2648 * gdb.cp/dispcxx.cc: New file.
2649
03bef283
TT
26502012-02-01 Tom Tromey <tromey@redhat.com>
2651
2652 * gdb.base/jit-simple.exp: New file.
2653 * gdb.base/jit-simple.c: New file.
2654
a79b18b5
YQ
26552012-01-30 Yao Qi <yao@codesourcery.com>
2656
2657 * gdb.base/skip.exp: Make test result unique.
2658
f0d1a53e
JK
26592012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2660
2661 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
2662 compatibility with valgrind-3.7.0.
2663
4b3c9f41
PA
26642012-01-27 Pedro Alves <palves@redhat.com>
2665
2666 * gdb.base/watchpoint.exp (no_hw): New global.
2667 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
2668 disable hw watchpoints.
2669 (test_wide_location_1, test_wide_location_2): If no_hw is set,
2670 don't expect hw watchpoints.
2671 (no_hw_watchpoints): Always clean restart.
2672 (do_tests): New procedure, factored out from the top level.
2673 (top level): Run tests twice. Once with hw watchpoints enabled,
2674 another time with hw watchpoints disabled.
2675
a13491c8
PA
26762012-01-27 Pedro Alves <palves@redhat.com>
2677
2678 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
2679 out from the top level.
2680 (top level): Call it instead.
2681
f2c8a051
PA
26822012-01-27 Pedro Alves <palves@redhat.com>
2683
2684 * gdb.base/watchpoint.exp (top level): Re-enable hardware
2685 watchpoints sooner.
2686
654d7a9e
PA
26872012-01-27 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
2690
274f47f3
PA
26912012-01-27 Pedro Alves <palves@redhat.com>
2692
2693 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
2694 "You may have requested too many hardware
2695 breakpoints/watchpoints".
2696
e4d63ba2
PA
26972012-01-27 Pedro Alves <palves@redhat.com>
2698
2699 * gdb.base/watchpoint.exp (maybe_clean_restart)
2700 (maybe_reinitialize): New.
2701 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
2702 expect "hit N times".
2703 (test_disabling_watchpoints, test_complex_watchpoint)
2704 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
2705 Call maybe_clean_restart.
2706 (top level): Use clean_restart. Remove "mips-idt-*"
2707 reinitialization.
2708
dbd95daf
PA
27092012-01-27 Pedro Alves <palves@redhat.com>
2710
2711 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
2712
f3ad2025
PA
27132012-01-27 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.base/watchpoint.exp: Clean restart after tests that don't
2716 require `initialize' anymore. Remove unnecessary `initialize'
2717 calls.
2718
100aa3ae
PA
27192012-01-27 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.base/watchpoint.exp (wp_set): Delete.
2722 (initialize, test_simple_watchpoint, top level): Remove dead code.
2723
c79a8e11
PA
27242012-01-27 Pedro Alves <palves@redhat.com>
2725
2726 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
2727 typo.
2728
048fe15a
PA
27292012-01-27 Pedro Alves <palves@redhat.com>
2730
2731 * config/extended-gdbserver.exp: New file.
2732 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
2733 comment.
2734 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
2735 * boards/native-extended-gdbserver.exp: New file.
2736
4033a6bf
PA
27372012-01-26 Pedro Alves <palves@redhat.com>
2738
2739 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
2740 and gdb_test_multiple.
2741
3d7f4b81
PA
27422012-01-26 Pedro Alves <palves@redhat.com>
2743
2744 Make test messages unique, and more identifiable.
2745 * gdb.multi/watchpoint-multi.exp: Change test messages.
2746
484abf42
TT
27472012-01-25 Tom Tromey <tromey@redhat.com>
2748
2749 * gdb.base/solib-disc.exp: Fix regexps.
2750
edcc5120
TT
27512012-01-24 Tom Tromey <tromey@redhat.com>
2752
2753 * lib/mi-support.exp (mi_expect_stop): Add special case for
2754 solib-event.
2755 * gdb.base/catch-load-so.c: New file.
2756 * gdb.base/catch-load.exp: New file.
2757 * gdb.base/catch-load.c: New file.
2758 * gdb.base/break-interp.exp (reach_1): Update regexp.
2759
30b91c90
JK
27602012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2761
2762 Fix fuzzy results.
2763 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
2764 lpsimple and func.
2765
53fe1783
GB
27662012-01-24 Gary Benson <gbenson@redhat.com>
2767
2768 Delete #if 0'd out code.
2769 * gdb.base/default.exp (info catch): Remove.
2770 * gdb.base/gdb_history (info catch): Likewise.
2771 * gdb.base/help.exp (info catch): Likewise.
2772
d0d8b0c6
JK
27732012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2774
2775 Fix watchpoints to be specific for each inferior.
2776 * gdb.multi/watchpoint-multi.c: New file.
2777 * gdb.multi/watchpoint-multi.exp: New file.
2778
4403d8e9
JK
27792012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2780
2781 Fix watchpoints across inferior fork.
2782 * gdb.threads/watchpoint-fork-child.c: New file.
2783 * gdb.threads/watchpoint-fork-mt.c: New file.
2784 * gdb.threads/watchpoint-fork-parent.c: New file.
2785 * gdb.threads/watchpoint-fork-st.c: New file.
2786 * gdb.threads/watchpoint-fork.exp: New file.
2787 * gdb.threads/watchpoint-fork.h: New file.
2788
050a2e1d
PA
27892012-01-23 Pedro Alves <palves@redhat.com>
2790
2791 * gdb.base/call-signal-resume.exp: Allow output after "return".
2792
6a52fb62
PA
27932012-01-20 Pedro Alves <palves@redhat.com>
2794
2795 * gdb.python/py-finish-breakpoint.py: Fix typo.
2796
145b16a9
UW
27972012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2798
2799 * gdb.base/info-proc.exp: Also run on remote targets. Main
2800 "info proc" command is now always present; whether target supports
2801 actual info proc operation is detected when attempting to issue
2802 the command.
2803
26f6125e
JK
28042012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2805
2806 * .gdbinit: Remove.
2807
eb5227ce
PA
28082012-01-19 Pedro Alves <palves@redhat.com>
2809
2810 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
2811 look at the funtions' returns.
2812 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
2813 (jprint.print(int, int)): Change return type to int. Adjust.
2814
1db33378
PP
28152012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2816
2817 PR gdb/9538
2818 * gdb.base/sepdebug.exp: New test.
2819
b9736cf8
PA
28202012-01-18 Pedro Alves <palves@redhat.com>
2821
2822 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
2823 Allow output before ^done.
2824
4aac40c8
TT
28252012-01-16 Tom Tromey <tromey@redhat.com>
2826
2827 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
2828 Add tests for relative directory.
2829
cafec441
TT
28302012-01-16 Tom Tromey <tromey@redhat.com>
2831
2832 * gdb.base/printcmds.c (enum flag_enum): New.
2833 (three): New global.
2834 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
2835 enum printing.
2836 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
2837 FlagEnumerationPrinter.
2838 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
2839 * gdb.python/py-pp-maint.c (enum flag_enum): New.
2840 (fval): New global.
2841
abcc4978
PA
28422012-01-16 Pedro Alves <palves@redhat.com>
2843
2844 * lib/gdb.exp (banned_procedures): New variable.
2845 (banned_variables_traced): Rename to ...
2846 (banned_traced): ... this.
2847 (gdb_init): Also trace banned procedures.
2848 (gdb_finish): Also untrace banned procedures.
2849
97ccebe8
PA
28502012-01-16 Pedro Alves <palves@redhat.com>
2851
2852 Remove all calls to strace.
2853
2af7517b
JK
28542012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2855
2856 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
2857 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
2858
9241a8bc
PP
28592012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2860
2861 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
2862 * gdb.base/pie-execl.exp: Likewise.
2863
3848a17f
KS
28642012-01-12 Keith Seitz <keiths@redhat.com>
2865
2866 PR mi/10586
2867 * gdb.mi/var-cmd.c (struct anonymous): New structure.
2868 (do_anonymous_type_tests): New function.
2869 (main): Call do_anonymous_type_tests.
2870 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
2871 (verify_everything): New procedure.
2872 * gdb.mi/mi-var-cp.cc (class A): New class.
2873 (anonymous_structs_and_unions): New function.
2874 (main): Call anonymous_structs_and_unions.
2875 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
2876 (verify_everything): New procedure.
2877
440e2fca
KS
28782012-01-12 Keith Seitz <keiths@redhat.com>
2879
2880 * lib/mi-support.exp: Expand comments about PATH_EXPR.
2881 (varobj_tree::get_path_expr): Assume that all varobjs are
2882 compound unless they are known simple types.
2883 Adjust path expressions based on parent type, path parent type,
2884 and tree language.
2885 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
2886 the root varobj.
2887 (mi_walk_varobj_tree): Add LANGUAGE parameter.
2888
675399c9
PA
28892012-01-11 Pedro Alves <palves@redhat.com>
2890
2891 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
2892 core files on this machine" anymore.
2893
97ddaa9b
PH
28942012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2895
2896 * gdb.base/watchpoint.c (recurser): Initialize local_x.
2897 (main): Repeat recurser call.
2898 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
2899 equivalent to 'local_x'.
2900
ea733575
PH
29012012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2902 Joel Brobecker <brobecker@adacore.com>
2903
2904 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
2905
2ca0b532
PA
29062012-01-05 Pedro Alves <alves.ped@gmail.com>
2907
2908 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
2909 * gdb.python/py-events.c (first): Add bits for new "step N" test.
2910 * gdb.python/py-events.exp: Test that "step N" tripping on a
2911 breakpoint emits a breakpoint event.
2912
6e681866
JB
29132012-01-03 Joel Brobecker <brobecker@adacore.com>
2914
2915 * gdb.base/auxv.exp: Reformat the copyright notice.
2916
3c2d6aff
YQ
29172012-01-03 Yao Qi <yao@codesourcery.com>
2918
2919 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
2920 (strace_trace_on_diff_addr): New.
2921 * gdb.trace/strace.c: (main): Add two local variables.
2922
0852fee3
UW
29232011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
2924
2925 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
2926 * gdb.cell/gcore.exp: Likewise.
2927 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
2928 to verify the correct instance of main is selected.
2929
12c3e59c
JB
29302012-01-02 Joel Brobecker <brobecker@adacore.com>
2931
2932 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
2933 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
2934 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
2935 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
2936 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
2937 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
2938 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
2939 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
2940 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
2941 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
2942 gdb.threads/thread_check.c: Reformat copyright header.
2943
c0f378ec
EBM
29442011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
2945
e4a7ca93 2946 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
2947 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
2948 is not enabled.
2949
3bc96cfb
JK
29502011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2951
2952 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
2953 parameter to self_exec, adjust the function.
2954 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
2955 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
2956 (set var do_exit = 0): Remove test.
2957 (newline at end of file): Add one.
2958
095bcf5e
JB
29592011-12-27 Joel Brobecker <brobecker@adacore.com>
2960
2961 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
2962 New files.
2963
18d19bd1
JK
29642011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2965
2966 Fix racy FAILs.
2967 * gdb.threads/fork-thread-pending.c (barrier): New variable.
2968 (thread_function, thread_forker): Call pthread_barrier_wait for it.
2969 (main): Call pthread_barrier_init for it.
2970
e809353a
JK
29712011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2972
2973 Fix double send_gdb leading to racy FAILs.
2974 * gdb.base/break.exp (set silent break bp_location1): Replace
2975 3x send_gdb and gdb_expect by gdb_test.
2976 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
2977 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
2978 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
2979 instead of send_gdb. Twice.
2980 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
2981 3x send_gdb and gdb_expect by gdb_test.
2982 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
2983
da8cb7ec
JK
29842011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2985
2986 * gdb.linespec/linespec.exp: Compile using {c++}.
2987
ae1a303e
JK
29882011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2989
2990 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
2991 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
2992 (verify GCC PR debug/51668): New test.
2993
cc72b2a2
KP
29942011-12-23 Kevin Pouget <kevin.pouget@st.com>
2995
2996 Introduce gdb.FinishBreakpoint in Python.
2997 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
2998 py-finish-breakpoint2
2999 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
3000 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
3001 instead of line number.
3002 * gdb.python/py-finish-breakpoint.c: New file.
3003 * gdb.python/py-finish-breakpoint.exp: New file.
3004 * gdb.python/py-finish-breakpoint.py: New file.
3005 * gdb.python/py-finish-breakpoint2.cc: New file.
3006 * gdb.python/py-finish-breakpoint2.exp: New file.
3007 * gdb.python/py-finish-breakpoint2.py: New file.
3008
3b7962f9
JK
30092011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3010
3011 Partial fix of compatibility with gcc-4.7.
3012 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
3013 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
3014 Add comment to add a PASS case in the future.
3015
6538471c
JK
3016 Fix compatibility with gcc-4.7.
3017 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
3018
7052e42c
UW
30192011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
3020
3021 PR tdep/12797
3022 * gdb.base/callfuncs.exp: Remove KFAIL.
3023
9ac7f98e
JB
30242011-12-21 Joel Brobecker <brobecker@adacore.com>
3025
3026 * gdb.ada/task_bp: New testcase.
3027
f6eeced0
JK
30282011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3029
3030 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
3031 -DNO_SECTIONS.
3032 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
3033
72225e17
JK
30342011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3035
3036 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
3037 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
3038 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
3039 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
3040 conditional for gcc <= 4.5.
3041
13ac8d2c
JK
30422011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3043
3044 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
3045 by XFAIL.
3046 * gdb.cp/static-method.exp (info addr A::func())
3047 (list static-method.cc:xxx::(anonymous namespace)::A::func)
3048 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
3049 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
3050 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
3051 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
3052 (test value of F in k3_m): Likewise.
3053 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
3054 Likewise.
3055
049682ba
JK
30562011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3057
3058 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
3059 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
3060 Remove.
3061 * gdb.threads/attachstop-mt.c: Remove.
3062 * gdb.threads/attachstop-mt.exp: Remove.
3063
2c9d8796
MK
30642011-12-17 Mark Kettenis <kettenis@gnu.org>
3065
3066 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
3067
e0f9f062
DE
30682011-12-16 Doug Evans <dje@google.com>
3069
f4aa2101 3070 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
3071 * boards/native-gdbserver.exp: New file.
3072
e0f9f062
DE
3073 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
3074 gdbserver output.
3075 (gdbserver_default_get_remote_address): New function.
3076 (gdbserver_start): Call gdb,get_remote_address to compute argument
3077 to "target remote" command.
3078
80b6e756
PM
30792011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3080
1c3ad6ab 3081 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
3082 python print-stack. Add set/show python print-stack
3083 off|full|message tests.
3084
1576bd00
YQ
30852011-12-15 Yao Qi <yao@codesourcery.com>
3086
3087 * gdb.trace/strace.c: New
3088 * gdb.trace/strace.exp: New.
3089
d6a0f6e0
TT
30902011-12-14 Tom Tromey <tromey@redhat.com>
3091
3092 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
3093
31015e1d
DE
30942011-12-14 Doug Evans <dje@google.com>
3095
3096 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
3097
7b50312a
PA
30982011-12-14 Pedro Alves <pedro@codesourcery.com>
3099
3100 PR threads/10729
3101
3102 * gdb.mi/watch-nonstop.c: New file.
3103 * gdb.mi/mi-watch-nonstop.exp: New file.
3104
924437bc
PA
31052011-12-13 Pedro Alves <pedro@codesourcery.com>
3106 Doug Evans <dje@google.com>
3107
3108 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
3109 (clean_restart): Remove references to the gdb_stub target board
3110 variable.
3111 (gdb_step_for_stub): Delete.
3112
3113 * gdb.base/annota1.exp: Remove all references to [target_info
3114 exists gdb_stub], gdb_step_for_stub and usestubs.
3115 * gdb.base/annota3.exp: Ditto.
3116 * gdb.base/async.exp: Ditto.
3117 * gdb.base/break.exp: Ditto.
3118 * gdb.base/code-expr.exp: Ditto.
3119 * gdb.base/commands.exp: Ditto.
3120 * gdb.base/completion.exp: Ditto.
3121 * gdb.base/condbreak.exp: Ditto.
3122 * gdb.base/consecutive.exp: Ditto.
3123 * gdb.base/cvexpr.exp: Ditto.
3124 * gdb.base/define.exp: Ditto.
3125 * gdb.base/display.exp: Ditto.
3126 * gdb.base/ena-dis-br.exp: Ditto.
3127 * gdb.base/environ.exp: Ditto.
3128 * gdb.base/gnu-ifunc.exp: Ditto.
3129 * gdb.base/maint.exp: Ditto.
3130 * gdb.base/pending.exp: Ditto.
3131 * gdb.base/sect-cmd.exp: Ditto.
3132 * gdb.base/sepdebug.exp: Ditto.
3133 * gdb.base/unload.exp: Ditto.
3134 * gdb.base/watchpoint-solib.exp: Ditto.
3135 * gdb.cp/annota2.exp: Ditto.
3136 * gdb.cp/annota3.exp: Ditto.
3137 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
3138 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
3139 * gdb.mi/mi-pending.exp: Ditto.
3140 * gdb.trace/circ.exp: Ditto.
3141 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
3142 * gdb.base/list.exp: Ditto.
3143
3144 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
3145 breakpoint function and all references to the usestubs macro.
3146 * gdb.base/exprs.c: Ditto.
3147 * gdb.base/freebpcmd.c: Ditto.
3148 * gdb.base/bitfields.c: Ditto.
3149 * gdb.base/bitfields2.c: Ditto.
3150 * gdb.base/break.c: Ditto.
3151 * gdb.base/call-sc.c: Ditto.
3152 * gdb.base/call-signals.c: Ditto.
3153 * gdb.base/callfuncs.c: Ditto.
3154 * gdb.base/charset.c: Ditto.
3155 * gdb.base/consecutive.c: Ditto.
3156 * gdb.base/constvars.c: Ditto.
3157 * gdb.base/funcargs.c: Ditto.
3158 * gdb.base/int-type.c: Ditto.
3159 * gdb.base/interrupt.c: Ditto.
3160 * gdb.base/langs0.c: Ditto.
3161 * gdb.base/list0.c: Ditto.
3162 * gdb.base/mips_pro.c: Ditto.
3163 * gdb.base/miscexprs.c: Ditto.
3164 * gdb.base/nodebug.c: Ditto.
3165 * gdb.base/opaque0.c: Ditto.
3166 * gdb.base/pointers.c: Ditto.
3167 * gdb.base/printcmds.c: Ditto.
3168 * gdb.base/ptype.c: Ditto.
3169 * gdb.base/recurse.c: Ditto.
3170 * gdb.base/reread1.c: Ditto.
3171 * gdb.base/reread2.c: Ditto.
3172 * gdb.base/restore.c: Ditto.
3173 * gdb.base/return.c: Ditto.
3174 * gdb.base/run.c: Ditto.
3175 * gdb.base/scope0.c: Ditto.
3176 * gdb.base/sepdebug.c: Ditto.
3177 * gdb.base/setshow.c: Ditto.
3178 * gdb.base/setvar.c: Ditto.
3179 * gdb.base/sigall.c: Ditto.
3180 * gdb.base/signals.c: Ditto.
3181 * gdb.base/structs.c: Ditto.
3182 * gdb.base/structs2.c: Ditto.
3183 * gdb.base/testenv.c: Ditto.
3184 * gdb.base/twice.c: Ditto.
3185 * gdb.base/unwindonsignal.c: Ditto.
3186 * gdb.base/watchpoint.c: Ditto.
3187 * gdb.base/watchpoints.c: Ditto.
3188 * gdb.base/whatis.c: Ditto.
3189 * gdb.cp/classes.cc: Ditto.
3190 * gdb.cp/cplusfuncs.cc: Ditto.
3191 * gdb.cp/derivation.cc: Ditto.
3192 * gdb.cp/formatted-ref.cc: Ditto.
3193 * gdb.cp/misc.cc: Ditto.
3194 * gdb.cp/overload.cc: Ditto.
3195 * gdb.cp/ovldbreak.cc: Ditto.
3196 * gdb.cp/ref-params.cc: Ditto.
3197 * gdb.cp/ref-types.cc: Ditto.
3198 * gdb.cp/templates.cc: Ditto.
3199 * gdb.cp/virtfunc.cc: Ditto.
3200 * gdb.hp/gdb.aCC/run.c: Ditto.
3201 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
3202 * gdb.hp/gdb.compat/xdb0.c: Ditto.
3203 * gdb.reverse/consecutive-reverse.c: Ditto.
3204 * gdb.reverse/sigall-reverse.c: Ditto.
3205 * gdb.reverse/until-reverse.c: Ditto.
3206 * gdb.reverse/watch-reverse.c: Ditto.
3207 * gdb.trace/actions.c: Ditto.
3208 * gdb.trace/circ.c: Ditto.
3209 * gdb.trace/collection.c: Ditto.
3210
fabde485
PA
32112011-12-13 Pedro Alves <pedro@codesourcery.com>
3212
3213 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
3214 (func6, func7): New.
3215 (main): Call func6 and func7.
3216 * gdb.base/watchpoint.exp (test_wide_location_1)
3217 (test_wide_location_2): New.
3218 (top level): Re-enable hardware watchpoints if necessary. Call
3219 test_wide_location_1 and test_wide_location_2.
3220
ff7d1690
YQ
32212011-12-11 Yao Qi <yao@codesourcery.com>
3222
3223 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
3224
a6af7abe
JB
32252011-12-11 Joel Brobecker <brobecker@adacore.com>
3226
3227 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
3228 expected output for unsupported case.
3229
61638e15
JK
32302011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3231
3232 PR testsuite/12649
3233 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
3234 Protect gdb_test_multiple by final $gdb_prompt match.
3235
0a00efc3
JK
32362011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3237
3238 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
3239 New variable, new test.
3240 (list static-method.cc:xxx::(anonymous namespace)::A::func)
3241 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
3242 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
3243 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
3244 them if HAVE_GCC_45682_FIXED is not set.
3245
4511b1ba
YQ
32462011-12-10 Yao Qi <yao@codesourcery.com>
3247
3248 * gdb.trace/status-stop.exp: New.
3249 * gdb.trace/status-stop.c: New.
3250
27949e73
JK
32512011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3252
3253 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
3254 timeout.
3255
d8ea7931
TT
32562011-12-08 Tom Tromey <tromey@redhat.com>
3257
3258 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
3259 condition.
3260
1cc310d2
SS
32612011-12-07 Stan Shebs <stan@codesourcery.com>
3262
3263 * gdb.trace/tfind.exp: Update for output changes.
3264
d482a875
PA
32652011-12-07 Pedro Alves <pedro@codesourcery.com>
3266
3267 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
3268 throws "Cannot insert catchpoints in this configuration".
3269 * gdb.ada/mi_catch_ex.exp: Likewise.
3270
f0ba3972
PA
32712011-12-06 Pedro Alves <pedro@codesourcery.com>
3272
3273 * gdb.base/break-always.exp: Test changing memory at addresses
3274 with breakpoints inserted.
3275
f8eba3c6
TT
32762011-12-06 Joel Brobecker <brobecker@acacore.com>
3277
3278 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
3279 involving a fully qualified function name.
3280
32812011-12-06 Tom Tromey <tromey@redhat.com>
3282
3283 * gdb.ada/homonym.exp: Add three breakpoint tests.
3284
32852011-12-06 Tom Tromey <tromey@redhat.com>
3286
3287 * gdb.base/solib-weak.exp (do_test): Remove kfail.
3288 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
3289 * gdb.objc/objcdecode.exp: Update for output changes.
3290 * gdb.linespec/linespec.exp: New file.
3291 * gdb.linespec/lspec.cc: New file.
3292 * gdb.linespec/lspec.h: New file.
3293 * gdb.linespec/body.h: New file.
3294 * gdb.linespec/base/two/thefile.cc: New file.
3295 * gdb.linespec/base/one/thefile.cc: New file.
3296 * gdb.linespec/Makefile.in: New file.
3297 * gdb.cp/templates.exp (test_template_breakpoints): Update for
3298 output changes.
3299 * gdb.cp/re-set-overloaded.exp: Remove kfail.
3300 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
3301 makes one breakpoint.
3302 * gdb.cp/method2.exp (test_break): Update for output changes.
3303 * gdb.cp/mb-templates.exp: Update for output changes.
3304 * gdb.cp/mb-inline.exp: Update for output changes.
3305 * gdb.cp/mb-ctor.exp: Update for output changes.
3306 * gdb.cp/ovsrch.exp: Use fully-qualified names.
3307 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
3308 has multiple matches.
3309 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
3310 error message change.
3311 * gdb.base/list.exp (test_list_filename_and_number): Update for
3312 error message change.
3313 * gdb.base/break.exp: Disable pending breakpoints. Update for
3314 output changes.
3315 * configure.ac: Add gdb.linespec.
3316 * configure: Rebuild.
3317 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
3318
c642a434
UW
33192011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
3320
3321 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
3322 last_break register on s390*-*-* targets.
3323
b18003d1
JB
33242011-12-06 Joel Brobecker <brobecker@adacore.com>
3325
3326 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
3327 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
3328 of parameter X in procedure Foo.
3329
fe96589c
SS
33302011-12-05 Stan Shebs <stan@codesourcery.com>
3331
3332 * gdb.trace/tfind.exp: Update help string matches.
3333
1820ab47
JK
33342011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 * gdb.server/ext-run.exp (get process list): Accept also systemd
3337 as PID 1.
3338
e11ac3a3
JK
33392011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3340 Pedro Alves <pedro@codesourcery.com>
3341
3342 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
3343 starting GDB.
3344 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
3345 $use_gdb_stub.
3346 * gdb.base/display.exp: Likewise.
3347 * gdb.base/ending-run.exp: Likewise.
3348 * gdb.base/list.exp (test_listsize): Likewise.
3349 * gdb.base/setshow.exp: Likewise.
3350 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
3351 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
3352 check by global $use_gdb_stub.
3353 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
3354 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
3355 (default_gdb_init): Unset global $use_gdb_stub.
3356 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
3357 by global $use_gdb_stub.
3358 * lib/gdbserver-support.exp: Extend comments for set_board_info
3359 gdb_protocol and gdb,socketport.
3360 (gdbserver_start_extended): Set global gdbserver_protocol and
3361 gdbserver_gdbport. Clear global use_gdb_stub.
3362 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
3363 from target use_gdb_stub.
3364 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
3365
1d41d75c
DE
33662011-12-03 Doug Evans <dje@google.com>
3367
3368 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
3369 (gdb_step_for_stub): Add comments.
3370
d6d7a51a
MR
33712011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
3372
3373 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
3374 to the caller.
3375 (gdb_test_multiple): Likewise.
3376
05acf274
JK
33772011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3378
3379 Fix gdb.mi/mi-solib.exp without system debug info installed.
3380 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
3381 expect attribute, return 0 for it. Update comments.
3382
2268b414
JK
33832011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
3386 (corrupted list): Adjust the expectation.
3387
585861ea
JK
33882011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3389
3390 PR threads/13448
3391 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
3392 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
3393 * gdb.threads/tls-var-main.c: New file.
3394 * gdb.threads/tls-var.c: New file.
3395 * gdb.threads/tls-var.exp: New file.
3396
968643aa
JK
33972011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3398
3399 PR testsuite/12649
3400 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
3401 Protect gdb_test_multiple by final $gdb_prompt match.
3402 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
3403 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3404 (test_tracepoints): Likewise.
3405
9750bca9
JK
34062011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3407
3408 PR breakpoints/13346
3409 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
3410 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
3411 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
3412
ac1349b7
JB
34132011-12-01 Joel Brobecker <brobecker@adacore.com>
3414
3415 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
3416 * gdb.ada/homonym/homonym.adb: For use of all types defined
3417 locally inside both Get_Value subprograms.
3418
26d44faf
JK
34192011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3420
3421 Fix racy FAILs.
3422 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
3423 of send_gdb.
3424
514f6425
UW
34252011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3426
3427 * gdb.base/testenv.exp: Skip on remote targets. Unset global
3428 environment variable after test completed.
3429
4255c8d2
UW
34302011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3431
3432 * gdb.base/solib-nodir.exp: Skip if remote target.
3433 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
3434 application. Call gdb_load_shlibs.
3435 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
3436
a35ad96a
JB
34372011-11-29 Joel Brobecker <brobecker@adacore.com>
3438
3439 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
3440
1a1d5513
JB
34412011-11-28 Joel Brobecker <brobecker@adacore.com>
3442
3443 * gdb.ada/fullname_bp: New testcase.
3444
50b4ddf8
JK
34452011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3446
3447 PR testsuite/12649
3448 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
3449 Wrap send_gdb into a new gdb_test.
3450
fb0aec57
JK
3451 Code cleanup.
3452 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
3453 Convert send_gdb and gdb_expect to gdb_test_multiple.
3454
2376d946
JK
34552011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3456
3457 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
3458
1eec78bd
KS
34592011-11-23 Keith Seitz <keiths@redhat.com>
3460
3461 * lib/mi-support.exp (varobj_tree): New namespace and procs.
3462 (mi_varobj_tree_test_children_callback): New proc.
3463 (mi_walk_varobj_tree): New proc.
3464
36dfb11c
TT
34652011-11-22 Tom Tromey <tromey@redhat.com>
3466
3467 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
3468 Add "use_mi_command" argument.
3469 (mi_run_cmd, mi_run_with_cli): New procs.
3470 * gdb.mi/solib-lib.c: New file.
3471 * gdb.mi/solib-main.c: New file.
3472 * gdb.mi/mi-solib.exp: New file.
3473
0e965dd0
DE
34742011-11-21 Doug Evans <dje@google.com>
3475
3476 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
3477 _Unwind_DebugHook is missing.
3478
f196051f
SS
34792011-11-20 Stan Shebs <stan@codesourcery.com>
3480
3481 * gdb.trace/tstatus.exp: New.
3482 * gdb.trace/actions.c: Include string.h.
3483
bfccc43c
YQ
34842011-11-18 Yao Qi <yao@codesourcery.com>
3485
3486 * gdb.trace/pending.exp: New.
3487 * gdb.trace/pending.c: New.
3488 * gdb.trace/pendshr1.c: New.
3489 * gdb.trace/pendshr2.c: New.
3490 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
3491 tracepoint location becomes pending.
3492 (tracepoint_change_loc_2): New.
3493
73cd8ab1
DM
34942011-11-16 David S. Miller <davem@davemloft.net>
3495
3496 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
3497 target is sparc*-*-linux*
3498
77426730
PK
34992011-11-15 Paul Koning <paul_koning@dell.com>
3500
3501 * gdb.python/py-type.exp: New testcases for exceptions on scalar
3502 types.
3503
ed59ded5
DE
35042011-11-14 Doug Evans <dje@google.com>
3505
3506 * gdb.base/shell.exp: New file.
3507
405f8e94
SS
35082011-11-14 Stan Shebs <stan@codesourcery.com>
3509
3510 * gdb.trace/ftrace.c: New.
3511 * gdb.trace/ftrace.exp: New.
3512
1e4d1764
YQ
35132011-11-14 Yao Qi <yao@codesourcery.com>
3514
3515 * gdb.trace/change-loc-1.c: New.
3516 * gdb.trace/change-loc-2.c: New.
3517 * gdb.trace/change-loc.c: New.
3518 * gdb.trace/change-loc.exp: New.
3519 * gdb.trace/change-loc.h: New.
3520 * gdb.trace/trace-break.c (marker): Define new symbol.
3521 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
3522 New.
3523 (break_trace_same_addr_6): New.
3524
71eba9c2 35252011-11-12 Matt Rice <ratmice@gmail.com>
3526
3527 * gdb.base/info-macros.exp: Make tests for info definitions
3528 test info macro. Add tests for info macro argument processing.
3529 Rename a few tests.
3530
1d93e29a
KS
35312011-11-11 Keith Seitz <keiths@redhat.com>
3532
3533 PR gdb/12843
3534 * gdb.base/linespecs.exp: New file.
3535
a4b5b48a
DE
35362011-11-11 Doug Evans <dje@google.com>
3537
3538 * gdb.threads/print-threads.exp: Extend timeout for slower
3539 tests.
3540
f6b47be4
DE
35412011-11-10 Doug Evans <dje@google.com>
3542
792a0230
DE
3543 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
3544 "record to end of main" test.
3545
f6b47be4
DE
3546 * gdb.python/py-type.c (TS): New typedef.
3547 (ts): New global.
3548 * gdb.python/py-type.exp: Test field list of typedef.
3549
22355c90
JB
35502011-11-10 Joel Brobecker <brobecker@adacore.com>
3551
3552 * gdb.ada/small_reg_param: New testcase.
3553
a7860e76
TT
35542011-11-09 Tom Tromey <tromey@redhat.com>
3555
3556 * gdb.cp/destrprint.exp: New file.
3557 * gdb.cp/destrprint.cc: New file.
3558
72a2e3dc
MI
35592011-11-08 Meador Inge <meadori@codesourcery.com>
3560
3561 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
3562 (switch_stack_to_other): New test function.
3563 * gdb.arch/thumb-prologue.exp: New test cases.
3564
c7195df2 35652011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
3566
3567 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
3568
d3895d7d
YQ
35692011-11-08 Yao Qi <yao@codesourcery.com>
3570
3571 * gdb.exp (supports_process_record): New.
3572 (supports_reverse): New.
3573 * gdb.reverse/break-precsave.exp: Call support_process_record
3574 to run test conditionally.
3575 * gdb.reverse/consecutive-precsave.exp: Likewise.
3576 * gdb.reverse/i386-precsave.exp: Likewise.
3577 * gdb.reverse/machinestate-precsave.exp: Likewise.
3578 * gdb.reverse/solib-precsave.exp: Likewise.
3579 * gdb.reverse/step-precsave.exp: Likewise.
3580 * gdb.reverse/until-precsave.exp: Likewise.
3581 * gdb.reverse/watch-precsave.exp: Likewise.
3582 * gdb.reverse/break-reverse.exp: Call support_reverse to run
3583 test conditionally.
3584 * gdb.reverse/consecutive-reverse.exp: Likewise.
3585 * gdb.reverse/finish-precsave.exp: Likewise.
3586 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3587 * gdb.reverse/finish-reverse.exp: Likewise.
3588 * gdb.reverse/i386-reverse.exp: Likewise.
3589 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3590 * gdb.reverse/machinestate.exp: Likewise.
3591 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
3592 * gdb.reverse/sigall-precsave.exp: Likewise.
3593 * gdb.reverse/sigall-reverse.exp: Likewise.
3594 * gdb.reverse/solib-reverse.exp: Likewise.
3595 * gdb.reverse/step-reverse.exp: Likewise.
3596 * gdb.reverse/until-reverse.exp: Likewise.
3597 * gdb.reverse/watch-reverse.exp: Likewise.
3598
a59306a3
YQ
35992011-11-05 Yao Qi <yao@codesourcery.com>
3600
3601 * gdb.trace/trace-break.exp: Add test on setting two
3602 fast tracepoints at the same address.
3603
87769f59
JK
36042011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3605
3606 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
3607
3065dfb6
SS
36082011-11-02 Stan Shebs <stan@codesourcery.com>
3609
3610 * gdb.trace/collection.c: Add code using strings.
3611 * gdb.trace/collection.exp: Add tests of string collection.
3612
89e208db
JK
36132011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3614
3615 * gdb.base/skip-solib.exp (executable_main): New variable.
3616 (binfile_main): Base it on that.
3617 Use $executable_main in clean_restart calls. Drop gdb_exit and
3618 gdb_start calls.
3619
405e54e9
JK
36202011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3621
3622 Fix racy FAILs.
3623 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
3624 breakpoint_re globals import by async. Set string_regex to .* for
3625 async. Remove the optional thread_selected_re and breakpoint_re
3626 globals expectations.
3627
58e8570a
JM
36282011-11-01 Joseph Myers <joseph@codesourcery.com>
3629
3630 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
3631 well as Cygwin.
3632
7b35ec7f 36332011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
3634
3635 Add tests for skip command.
89e208db
JK
3636 * gdb.base/skip-solib-lib.c: New
3637 * gdb.base/skip-solib-main.c: New
3638 * gdb.base/skip-solib.exp: New
3639 * gdb.base/skip.c: New
3640 * gdb.base/skip.exp: New
3641 * gdb.base/skip1.c: New
3642 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 3643
b9fd1791
PA
36442011-10-31 Yao Qi <yao@codesourcery.com>
3645 Pedro Alves <pedro@codesourcery.com>
3646
3647 * gdb.trace/trace-break.c: New.
3648 * gdb.trace/trace-break.exp: New.
3649
4323fecc
JK
36502011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3651
3652 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
3653 break-here-2.
3654
0e5bf2a8
PA
36552011-10-28 Pedro Alves <pedro@codesourcery.com>
3656
3657 * gdb.threads/no-unwaited-for-left.c: New.
3658 * gdb.threads/no-unwaited-for-left.exp: New.
3659 * gdb.threads/non-ldr-exc-1.c: New.
3660 * gdb.threads/non-ldr-exc-1.exp: New.
3661 * gdb.threads/non-ldr-exc-2.c: New.
3662 * gdb.threads/non-ldr-exc-2.exp: New.
3663 * gdb.threads/non-ldr-exc-3.c: New.
3664 * gdb.threads/non-ldr-exc-3.exp: New.
3665 * gdb.threads/non-ldr-exc-4.c: New.
3666 * gdb.threads/non-ldr-exc-4.exp: New.
3667
3a3dad98
JK
36682011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3669
3670 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
3671 * gdb.base/attach-pie-misread.exp: Likewise.
3672 * gdb.base/break-interp.exp: Likewise.
3673 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
3674 testcases for use_gdb_stub.
3675 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
3676 (continue): New testcase.
3677 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
3678 * gdb.threads/attach-into-signal.exp: Likewise.
3679 * gdb.threads/attach-stopped.exp: Likewise.
3680 * gdb.threads/attachstop-mt.exp: Likewise.
3681
d6a5d40c
PK
36822011-10-28 Paul Koning <paul_koning@dell.com>
3683
3684 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
3685
ca539be8
JK
36862011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3687
3688 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
3689 (mi_gdb_test): Import globals thread_selected_re
3690 and breakpoint_re. Expect them optionally at the regex start.
3691
d234ef5c
DE
36922011-10-27 Doug Evans <dje@google.com>
3693
3694 * gdb.python/python.exp: Test source -s.
3695
ab964825
PK
36962011-10-26 Paul Koning <paul_koning@dell.com>
3697
3698 * gdb.python/lib-types.cc (struct A): New structure.
3699 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 3700
54d8a644
PK
37012011-10-25 Paul Koning <paul_koning@dell.com>
3702
3703 PR python/13327
d234ef5c 3704
54d8a644
PK
3705 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
3706 fetch_lazy method.
3707
b0221781
YQ
37082011-10-24 Yao Qi <yao@codesourcery.com>
3709
3710 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
3711 target is tic6x-*-*.
3712
6cda5a20
JB
37132011-10-21 Joel Brobecker <brobecker@adacore.com>
3714
3715 * gdb.ada/mi_task_info/task_switch.adb: New file.
3716 * gdb.ada/mi_task_info.exp: New file.
3717
5ed9db04
JK
37182011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3719
3720 * gdb.cp/expand-psymtabs-cxx.exp: New file.
3721 * gdb.cp/expand-psymtabs-cxx.cc: New file.
3722
9df2fbc4
PM
37232011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3724
3725 PR python/12656
3726
3727 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
3728 global_block tests.
3729
736086ba
TT
37302011-10-18 Tom Tromey <tromey@redhat.com>
3731
3732 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
3733
4af31552
TT
37342011-10-18 Tom Tromey <tromey@redhat.com>
3735
3736 * gdb.base/source.exp: Don't include full file name in test name.
3737 * gdb.python/python.exp: Don't include full file name in test
3738 name.
3739
43136979
AR
37402011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3741
3742 * gdb.base/attach-pie-noexec.c: New files.
3743 * gdb.base/attach-pie-noexec.exp: New files.
3744
543a9323
JM
37452011-10-17 Joseph Myers <joseph@codesourcery.com>
3746
3747 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
3748 prompt for each extra line in command.
3749
21ae7a4d
JK
37502011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3751
3752 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
3753 Revert the part of:
3754 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3755 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
3756 Change the expected string.
3757
20ec36d9
JK
37582011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3759
3760 Fix results with system glibc debug info installed.
3761 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
3762 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
3763 Accept also __libc_ symbol prefix and no prefix.
3764
6501c2fc
KS
37652011-10-14 Keith Seitz <keiths@redhat.com>
3766
3767 PR c++/13225
3768 * gdb.cp/converts.cc (foo3_1): New function.
3769 (foo3_2): New functions.
3770 * gdb.cp/converts.exp: Add tests for int to pointer conversion
3771 and null pointer conversions of integer constant zero.
3772 Add test to check if all arguments are checked for incompatible
3773 conversion BADNESS.
3774
55b1fd0c
TT
37752011-10-14 Tom Tromey <tromey@redhat.com>
3776
3777 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
3778 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
3779 linespec.
3780
22c05d8a
JK
37812011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3782
3783 Fix internal error regression.
3784 * gdb.dwarf2/implptr-optimized-out.S: New file.
3785 * gdb.dwarf2/implptr-optimized-out.exp: New file.
3786
1d6edc3c
JK
37872011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3788
3789 Fix empty DWARF expressions DATA vs. SIZE conditionals.
3790 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
3791 (loclist): New.
3792 (4): New abbrev.
3793 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
3794 Use prepare_for_testing, remove clean_restart.
3795 (p arraynoloc, p arraycallnoloc): New tests.
3796
9ec72168
JK
37972011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 * gdb.cp/namespace-enum.exp (executable): New variable.
3800 (binfile): Use ${objdir}/${subdir}/ prefix.
3801 Use ${executable} for clean_restart.
3802
9c6c53f7
SA
38032011-10-11 Sterling Augustine <saugustine@google.com>
3804
3805 * gdb.cp/Makefile.in: Add namespace-enum test.
3806 * gdb.cp/namespace-enum.exp: New file.
3807 * gdb.cp/namespace-enum.c: New file.
3808 * gdb.cp/namespace-enum-main.c: New file.
3809
fac7ceb3
UW
38102011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
3811
3812 * gdb.python/py-shared.exp: Relax filename check to handle remote:
3813 sysroot.
3814
941b2081
JK
38152011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3816
3817 Reimplement @entry in input expressions.
3818 * gdb.base/exprs.c (v_int_array_init): New variable.
3819 * gdb.base/exprs.exp (print v_int_array_init)
3820 (print *v_int_array_init@1, print *v_int_array_init@2)
3821 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
3822 (print v_int_array_init[1]@1): New tests.
3823
0344e878
JM
38242011-10-10 Joseph Myers <joseph@codesourcery.com>
3825
3826 * gdb.cp/gdb2495.exp: Do not include directories in filename in
3827 expected message.
3828
5a56e9c5
DE
38292011-10-09 Doug Evans <dje@google.com>
3830
3831 * gdb.base/alias.exp: Add tests for alias command.
3832
2bda9cc5
JK
38332011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3834
3835 * gdb.arch/amd64-entry-value.s: New file.
3836 * gdb.mi/mi2-amd64-entry-value.s: New file.
3837
a471c594
JK
38382011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3839
3840 Display @entry parameter values even for references.
3841 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
3842 functions.
3843 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
3844 reference and datap_input.
3845 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
3846 breakpoints.
3847 (continue to breakpoint: entry_reference: reference)
3848 (entry_reference: bt at entry)
3849 (continue to breakpoint: entry_reference: breakhere_reference)
3850 (entry_reference: bt, entry_reference: ptype regparam)
3851 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
3852 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
3853 (entry_reference: p regcopy, entry_reference: p nodataparam)
3854 (entry_reference: p nodataparam@entry): New tests.
3855
36b11add
JK
38562011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3857
3858 Support @entry in input expressions.
3859 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
3860 (entry_stack: p s1@entry, entry_stack: p s2@entry)
3861 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
3862 (tailcall: p j@entry): New tests.
3863 * gdb.cp/koenig.cc (A::entry): New function.
3864 (main): Call it.
3865 * gdb.cp/koenig.exp (p entry (c)): New test.
3866
e18b2753
JK
38672011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3868
3869 Display @entry parameter values (without references).
3870 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
3871 (different, validity, invalid): New functions.
3872 (main): Call them.
3873 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
3874 stacktest, breakhere_stacktest, different, breakhere_different,
3875 breakhere_validity and breakhere_invalid.
3876 (entry: bt): Update for @entry.
3877 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
3878 (entry_validity: *, entry_invalid: *): Many new tests.
3879 * gdb.base/break.exp
3880 (run until breakpoint set at small function, optimized file): Accept
3881 also the @entry suffix.
3882 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
3883 * gdb.mi/mi2-amd64-entry-value.c: New files.
3884 * gdb.mi/mi2-amd64-entry-value.exp: New files.
3885
2d6c5dc2
JK
38862011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3887
3888 Protect entry values against self tail calls.
3889 * gdb.arch/amd64-entry-value.cc (self2, self): New.
3890 (main): Call self.
3891 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
3892 (set debug entry-values 1, self: bt debug entry-values): New tests.
3893
111c6489
JK
38942011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3895
3896 Recognize virtual tail call frames.
3897 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
3898 (amb_b, amb_a): New.
3899 (main): Call a and b.
3900 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
3901 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
3902 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
3903 New tests.
3904
8e3b41a9
JK
39052011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3906
3907 Implement basic support for DW_TAG_GNU_call_site.
3908 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
3909 * gdb.arch/amd64-entry-value.cc: New file.
3910 * gdb.arch/amd64-entry-value.exp: New file.
3911
181cebd4
JK
39122011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3913
3914 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
3915 * gdb.dwarf2/implptr-64bit.S: New file.
3916 * gdb.dwarf2/implptr-64bit.exp: New file.
3917
741f5e3c
JK
39182011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3919
3920 Fix initial language detection with -readnow.
3921 * gdb.cp/readnow-language.cc: New file.
3922 * gdb.cp/readnow-language.exp: New file.
3923
a73d2258
JK
39242011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3925
3926 Fix printed anonymous struct name.
3927 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
3928
af369495
JM
39292011-10-09 Joseph Myers <joseph@codesourcery.com>
3930
3931 * gdb.base/solib-symbol.exp: Do not include directories in
3932 filenames in expected messages.
3933
1fa57852
DE
39342011-10-07 Doug Evans <dje@google.com>
3935
3936 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
3937
bd054e06
KP
39382011-10-07 Kevin Pouget <kevin.pouget@st.com>
3939
3940 Allow Python notification of new object-file loadings.
3941 * gdb.python/py-events.exp: Test newobjfile event.
3942 * gdb.python/py-events.py: Register newobjfile callback.
3943 * gdb.python/py-events.c: Add call to shared library
3944 * gdb.python/py-events-shlib.c: New file.
3945
8031b6f8
JM
39462011-10-06 Joseph Myers <joseph@codesourcery.com>
3947
3948 * gdb.base/fixsection.exp: Do not include directories in filename
3949 in expected message.
3950
7fea6923
PM
39512011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
3952
3953 Add tests for passing of environment variables to inferior.
3954 * gdb.base/testenv.c: New test source.
3955 * gdb.base/testenv.exp: New expect test.
3956
687f2a88
PK
39572011-10-04 Paul Koning <paul_koning@dell.com>
3958
3959 * gdb.python/py-value.c (main): Break before return.
3960
cb6be26b
KP
39612011-10-04 Kevin Pouget <kevin.pouget@st.com>
3962
3963 PR python/12691: Add the inferior to Python exited event
3964 * gdb.python/py-events.exp: Test the inferior attribute of exited
3965 event with a fork.
3966 * gdb.python/py-events.py: Print inferior number on exit.
3967 * gdb.python/py-events.c: Fork the inferior.
3968
fb213700
EBM
39692011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
3970
3971 * gdb.base/jit.exp: Add testcase name to log message
3972
aa2071bd
PK
39732011-10-03 Paul Koning <paul_koning@dell.com>
3974 Jan Kratochvil <jan.kratochvil@redhat.com>
3975
3976 * gdb.python/py-value.exp
3977 (python inval = gdb.parse_and_eval('*(int*)0'))
3978 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
3979 (set argc=2, python print argc_lazy): New tests.
3980
dd11a36c
JB
39812011-10-02 Joel Brobecker <brobecker@adacore.com>
3982
3983 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
3984
46f886f1
JK
39852011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3986 Pedro Alves <pedro@codesourcery.com>
3987
3988 * gdb.python/py-value.exp (test_value_in_inferior): New variable
3989 can_read_0, test for it.
3990 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
3991 (parse_and_eval with memory error): ... here, make it untested if
3992 can_read_0.
3993
c5cb204f
MP
39942011-09-30 Marek Polacek <mpolacek@redhat.com>
3995
3996 * gdb.python/python.exp (verify pagination beforehand)
3997 (verify pagination afterwards): Fix race by splitting the line.
3998
68fb0ec0
JM
39992011-09-29 Joseph Myers <joseph@codesourcery.com>
4000
4001 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
4002 for 64-bit multilibs from i?86-* targets.
4003
6aee0d90
MP
40042011-09-29 Marek Polacek <mpolacek@redhat.com>
4005
4006 * lib/gdb.exp: Fix a typo in one of the comments.
4007
e9101ff5
MP
40082011-09-29 Marek Polacek <mpolacek@redhat.com>
4009
4010 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
4011 matching pattern.
4012
7a81bdbf
PK
40132011-09-28 Paul Koning <paul_koning@dell.com>
4014
4015 * gdb.python/py-type.c (enum E): New.
4016 * gdb.python/py-type.exp (test_fields): Add tests for Python
4017 mapping access to fields.
4018 (test_enums): New test for field access on enums.
4019
6710bf39
SS
40202011-09-27 Stan Shebs <stan@codesourcery.com>
4021
4022 * gdb.trace/collection.exp: Test collection of $_ret.
4023
b2a6bdeb
AT
40242011-09-22 Andreas Tobler <andreast@fgznet.ch>
4025
4026 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
4027 list of compilation switches for <*-*-freebsd*>.
4028
3c9057f3
SS
40292011-09-19 Stan Shebs <stan@codesourcery.com>
4030
4031 * gdb.trace/tspeed.exp: New file.
4032 * gdb.trace/tspeed.c: New file.
4033
34518530
YQ
40342011-09-18 Yao Qi <yao@codesourcery.com>
4035
4036 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
4037 instructions.
4038 (test_adr_32bit, test_pop_pc): Likewise.
4039 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
4040 Thumb instructions.
4041 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
4042 in gdb_test_multiple.
4043 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
4044
ab254057
YQ
40452011-09-17 Yao Qi <yao@codesourcery.com>
4046
4047 * lib/gdb.exp (can_single_step_to_signal_handler): New.
4048 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
4049 support single step to signal handler.
4050
9c317b71
YQ
40512011-09-17 Yao Qi <yao@codesourcery.com>
4052
4053 * gdb.base/disp-step-fork.c: New.
4054 * gdb.base/disp-step-syscall.exp: New.
4055 * gdb.base/disp-step-vfork.c: New.
4056
a8123151
JB
40572011-09-16 Joel Brobecker <brobecker@adacore.com>
4058
4059 * gdb.ada/tasks.exp: Make the expected output for
4060 the `info tasks' tests more resilient to spacing
4061 changes.
4062
63a9aad8
JK
40632011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
4066 (reached breakpoint 2, reached breakpoint 3): Update expected output.
4067
2aa48337
KP
40682011-09-15 Kevin Pouget <kevin.pouget@st.com>
4069
4070 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4071 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
4072
6839b47f
KP
40732011-04-30 Kevin Pouget <kevin.pouget@st.com>
4074
4075 Handle multiple breakpoint hits in Python interface:
4076 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
4077 presence.
4078 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
4079 breakpoint hits.
4080
0935723e
JK
40812011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
4082 Jan Kratochvil <jan.kratochvil@redhat.com>
4083
4084 * gdb.python/py-events.exp: Remove pretty printing comment.
4085 * gdb.python/py-evsignal.exp: New file.
4086 * gdb.python/py-evthreads.c: Include signal.h.
4087 (thread3): Remove variable count3. Remove variable bad and use raise
4088 instead.
4089 (thread2): Remove variable count2. Move thread3 pthread_create here,
4090 merge pthread_join to a single line.
4091 (main): Remove variable count1. Merge pthread_join with pthread_create
4092 to a single line.
4093 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
4094 KFAIL python/12966 for gdbserver. Test return value of
4095 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
4096 gdb_expect by gdb_test and gdb_test_multiple.
4097 (thread 2, thread 3): New tests.
4098
4801a9a3
PA
40992011-09-12 Matt Rice <ratmice@gmail.com>
4100 Pedro Alves <pedro@codesourcery.com>
4101
4102 PR gdb/13175
4103
4104 * gdb.base/interp.exp: New tests.
4105 * gdb.base/interp.c: New file.
4106
24ece742
DE
41072011-09-12 Doug Evans <dje@google.com>
4108
4109 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
4110 * gdb.dwarf2/typeddwarf.exp: Ditto.
4111
7f062217
JK
41122011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4113
4114 Fix compatibility with x32 arch.
4115 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
4116 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
4117 is_x86_like_target.
4118 * testsuite/gdb.trace/collection.exp: Likewise.
4119 * testsuite/gdb.trace/report.exp: Likewise.
4120 * testsuite/gdb.trace/unavailable.exp: Likewise.
4121 * testsuite/gdb.trace/while-dyn.exp: Likewise.
4122 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
4123 (is_x86_like_target): Check also is_amd64_regs_target.
4124
08711b9a
JK
41252011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4126
4127 PR breakpoints/12435
4128 * gdb.arch/amd64-prologue-xmm.c: New file.
4129 * gdb.arch/amd64-prologue-xmm.exp: New file.
4130 * gdb.arch/amd64-prologue-xmm.s: New file.
4131
b99b5f66
JK
41322011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4133
4134 * gdb.dwarf2/dw2-param-error-main.c: New file.
4135 * gdb.dwarf2/dw2-param-error.S: New file.
4136 * gdb.dwarf2/dw2-param-error.exp: New file.
4137
a391a2f6
PA
41382011-09-08 Pedro Alves <pedro@codesourcery.com>
4139
4140 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
4141 inferior's pid and look for a core dump named core.$pid. Use
4142 `remote_file' commands on the host instead of hand coding shell
4143 commands on the build.
4144 * gdb.base/valgrind-db-attach.exp: Kill the program before
4145 finishing the test.
4146
7d8e6458 41472011-09-02 Matt Rice <ratmice@gmail.com>
4148
4149 * lib/prompt.exp: New file for testing the first prompt.
4150 * gdb.python/py-prompt.exp: Ditto.
4151 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
4152
68e77c9e
PA
41532011-09-02 Pedro Alves <pedro@codesourcery.com>
4154
4155 * gdb.threads/gcore-thread.exp: Set the global core_supported to
4156 0, before testing gcore.
4157
9655e943
JK
41582011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4159
df6dc84d
JK
4160 * dw2-ifort-parameter-debug.S: Update copyright year.
4161 * dw2-ifort-parameter.c: Update copyright year.
4162 * dw2-ifort-parameter.exp: Update copyright year.
4163
9655e943
JK
4164 * dw2-ifort-parameter-debug.S: New file.
4165 * dw2-ifort-parameter.c: New file.
4166 * dw2-ifort-parameter.exp: New file.
4167
353d1d73
JK
41682011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4169
4170 * gdb.base/commands.exp (error_clears_commands_left): New function.
4171 (): Call it.
4172
5c07461a
JK
41732011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4174
4175 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
4176 (C): Initialize `a'.
4177 * gdb.mi/mi-inheritance-syntax-error.exp
4178 (-data-evaluate-expression $path): Expect `a' as 5.
4179
0d932b2f
MK
41802011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
4181
4182 PR mi/11912
4183 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
4184 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
4185 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
4186 keyword in output of -var-info-path-expression.
4187
bdb54049
JK
41882011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4189
4190 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
4191 * gdb.trace/collection.exp: Likewise.
4192 * gdb.trace/report.exp: Likewise.
4193 * gdb.trace/unavailable.exp: Likewise.
4194 * gdb.trace/while-dyn.exp: Likewise.
4195
59cde39c
KS
41962011-08-18 Keith Seitz <keiths@redhat.com>
4197
4198 PR c++/12266
4199 * gdb.cp/meth-typedefs.cc: New file.
4200 * gdb.cp/meth-typedefs.exp: New file.
4201
fa3a4f15
PM
42022011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4203
4204 * gdb.python/python.exp: Add extended-prompt tests.
4205
c1049fca
JK
42062011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4207
4208 * gdb.arch/i386-dr3-watch.exp
4209 (watchpoint on gap1 does not fit debug registers)
4210 (delete all watchpoints): Fix racy expect strings.
4211
d93f7b5c
YQ
42122011-08-14 Yao Qi <yao@codesourcery.com>
4213
4214 * gdb.base/maint.exp: set data_section to ".neardata".
4215 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
4216 * gdb.base/savedregs.exp: Handle SIGILL.
4217 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
4218 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
4219
457e09f0
DE
42202011-08-12 Doug Evans <dje@google.com>
4221
4222 * gdb.python/py-symbol.exp: Add test for symbol.type.
4223
5d0bb2fb
UW
42242011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
4225
4226 * gdb.threads/pthreads.exp: Enable on non-native configurations.
4227 * gdb.mi/mi-pthreads.exp: Likewise.
4228 * gdb.mi/mi2-pthreads.exp: Likewise.
4229 * gdb.mi/gdb669.exp.exp: Likewise.
4230
fcdfa280
PA
42312011-08-09 Pedro Alves <pedro@codesourcery.com>
4232
4233 * lib/mi-support.exp (detect_async): Rename to...
4234 (mi_detect_async): ... this.
4235 * gdb.mi/mi-nonstop-exit.exp: Adjust.
4236 * gdb.mi/mi-nonstop.exp: Adjust.
4237 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
4238 * gdb.mi/mi-nsintrall.exp: Adjust.
4239 * gdb.mi/mi-nsmoribund.exp: Adjust.
4240 * gdb.mi/mi-nsthrexec.exp: Adjust.
4241
9d8fa392
PA
42422011-08-09 Pedro Alves <pedro@codesourcery.com>
4243
4244 * gdb.base/display.c (do_loops): New `p_i' local.
4245 * gdb.base/display.exp: Test displaying a variable that is
4246 temporarily at a bad address.
4247
b6cede78
JK
42482011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4249
4250 * gdb.dwarf2/dw2-op-stack-value.S: New file.
4251 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
4252
67bedb8c
JK
42532011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4254
4255 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
4256 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
4257 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 4258
af6e93b2
PA
42592011-08-05 Pedro Alves <pedro@codesourcery.com>
4260
4261 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
4262 procedure.
4263 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
4264
1cf0e11f
YQ
42652011-08-05 Yao Qi <yao@codesourcery.com>
4266
4267 * gdb.base/callfuncs.exp: Set language after main.
4268 * gdb.cp/cplusfuncs.exp: Likewise.
4269 * gdb.cp/inherit.exp: Likewise.
4270
a1e28cb2
UW
42712011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
4272
4273 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
4274 * gdb.base/watch-vfork.exp: Skip on remote targets.
4275
d4f5bbb9
UW
42762011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
4277
4278 * gdb.threads/thread-find.exp: Support remote targets.
4279
724f4f80
UW
42802011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
4281
4282 * gdb.base/jit.exp: Download solib_binfile to target.
4283 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
4284 and call dlopen without full path name.
4285 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
4286 dlopen without full path name.
4287
934709f0
PW
42882011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4289
4290 * gdb.base/break-always.exp: Complete the test
4291 with duplicated breakpoints and enabling/disabling them.
4292
c26106c4
TT
42932011-08-02 Tom Tromey <tromey@redhat.com>
4294
4295 PR gdb/11289:
4296 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
4297
9300444e 42982011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
4299
4300 PR gdb/13045
4301 * gdb.base/float.exp: Add new test case for PR gdb/13045
4302 * gdb.base/float.c: New file.
4303
00bd41d6
PM
43042011-07-28 Phil Muldoon <pmuldoon@redhat.com>
4305
4306 * gdb.python/py-mi.exp: Test printers returning string hint, and
4307 also not returning a value.
4308 * gdb.python/py-prettyprint.c: Add testcase for above.
4309 * gdb.python/py-prettyprint.py: Add test printer for above.
4310
d24f74ce
JK
43112011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4312
4313 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
4314 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
4315 (.Ldie30) Add as field "data4".
4316 (.Ldie32) Rename field "b" to "shl".
4317 (abbrev4) Change for the "data4" field.
4318 (abbrev5, abbrev6) Remove.
4319 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
4320 (p &s.shl): ... here. Add comment.
4321 (p &s.data4): New.
4322
bb7da2bf
JK
43232011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4324
4325 Fix crash on lval_computed values.
4326 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
4327
11081198
JK
43282011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4329
4330 * gdb.base/help.exp (help whatis): Update the expected string.
4331
3c6e0cb3
JK
43322011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4333
4334 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
4335 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
4336 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
4337 Change the expected string.
4338
efa80663
PA
43392011-07-26 Pedro Alves <pedro@codesourcery.com>
4340
4341 * gdb.base/watchpoint.exp
4342 (test_disable_enable_software_watchpoint): New procedure.
4343 (top level): Run it.
4344
db8e4570
UW
43452011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
4346
4347 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
4348 executable file "${binfile}", C++ version "${binfile}-cxx".
4349 * gdb.python/py-prettyprint.exp: Likewise.
4350 * gdb.python/py-symbol.exp: Likewise.
4351 * gdb.python/py-type.exp: Likewise.
4352 * gdb.python/py-value.exp: Likewise.
4353 * gdb.python/py-template.exp (test_template_arg): Pass full executable
4354 file name instead of just suffix.
4355
543305c9
JK
43562011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4357
4358 Fix implicit pointer offsets.
4359 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
4360 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
4361 (continue to breakpoint: continue to baz breakpoint for implptr)
4362 (sanity check element 0, sanity check element 1)
4363 (enter the inlined function, check element 0 for the offset)
4364 (check element 1 for the offset)
4365 (continue to breakpoint: ignore the second baz breakpoint): New tests.
4366 (set foo breakpoint for implptr): Update the breakpoint number.
4367
b3215adc
UW
43682011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
4369
4370 * gdb.python/py-mi.exp: Use different file names for different
4371 versions of the executable under test.
4372 * gdb.python/py-prettyprint.exp: Likewise.
4373 * gdb.python/py-symbol.exp: Likewise.
4374 * gdb.python/py-template.exp: Likewise.
4375 * gdb.python/py-type.exp: Likewise.
4376 * gdb.python/py-value.exp: Likewise.
4377
182b9acc
UW
43782011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
4379
4380 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
4381 flag after restarting GDB if necessary.
4382
e6052b5d
UW
43832011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
4384
4385 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
4386
1ced966e
PA
43872011-07-22 Pedro Alves <pedro@codesourcery.com>
4388
4389 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
4390 backend doesn't leave used debug registers behind.
4391
3543a589
TT
43922011-07-22 Tom Tromey <tromey@redhat.com>
4393
4394 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
4395 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
4396 argument.
4397 * gdb.dwarf2/typeddwarf-amd64.S: New file.
4398
14d15303 43992011-07-21 Matt Rice <ratmice@gmail.com>
4400
4401 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
4402 in mostlyclean rule. Add files ending in .core.
4403
9b158ba0 44042011-07-21 Matt Rice <ratmice@gmail.com>
4405
4406 PR macros/12999
4407 * gdb.base/info-macros.c: New test sources.
4408 * gdb.base/info-macros.exp: New tests.
4409
d17b6f81
PM
44102011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4411
4412 * gdb.python/python.exp: Add prompt substitution tests.
4413
918dd910
JK
44142011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4415
4416 Fix crash if referenced CU is aged out.
4417 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
4418 New.
4419 * gdb.dwarf2/implptr.exp: Likewise.
4420
0e37a63c
JK
44212011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4422
4423 * gdb.dwarf2/implptr.S: Rebuilt.
4424 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
4425 (bar): Use them for j, k, l.
4426 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
4427 COMPILE.
4428 (print j in implptr:bar): Update for the intp typedef.
4429 (print p[0].x in implptr:foo): Use more exact regex.
4430
f65cf84c
TT
44312011-07-18 Tom Tromey <tromey@redhat.com>
4432
4433 * gdb.cp/static-method.exp: Add missing single quote.
4434
d5b4a7be
YQ
44352011-07-18 Yao Qi <yao@codesourcery.com>
4436
4437 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
4438 supported.
4439 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4440 * gdb.mi/mi-nonstop.exp: Likewise.
4441 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4442 * gdb.mi/mi-nsintrall.exp: Likewise.
4443 * gdb.mi/mi-nsmoribund.exp: Likewise.
4444 * gdb.mi/mi-nsthrexec.exp: Likewise.
4445 * gdb.python/py-evthreads.exp: Likewise.
4446
e9ea2662
JK
44472011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4448
4449 Code cleanup.
4450 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
4451 it. Substitute it instead of test_compiler_info everywhere.
4452
ce451573
UW
44532011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
4454
4455 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
4456 remote targets as well.
4457
756d88a7
UW
44582011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
4459
4460 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
4461 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
4462
31f83dc5
UW
44632011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
4464
4465 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
4466 a remote machine, not the host.
4467 (gdb_compile_shlib): Set soname if target is remote.
4468
059241a0
PP
44692011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
4470
4471 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
4472
28a0b48c 44732011-07-13 Matt Rice <ratmice@gmail.com>
4474
4475 * gdb.python/py-objfile-script-gdb.py: Renamed to
4476 py-objfile-script-gdb.py.in.
4477 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
4478 py-objfile-script-gdb.py.
4479 * gdb.python/py-objfile-script.exp: Update reference to
4480 py-objfile-script-gdb.py.
4481
9a771b67
JK
44822011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4483
4484 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
4485 reference undefined label.
4486
04ad99e6
JK
44872011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4488
4489 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
4490 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
4491 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
4492 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
4493
713389e0
PM
44942011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4495
4496 PR python/12438
4497 * gdb.python/python.exp: Add maint set/show python print-stack
4498 deprecated tests. Add set/show python print-backtrace tests.
4499
97d146f8
JK
45002011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4501
4502 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
4503 debug info.
4504
facde0e5 45052011-07-06 Matt Rice <ratmice@gmail.com>
4506
4507 * gdb.python/python.exp: Update filename paths.
4508 * gdb.python/py-symtab.exp: Ditto.
4509
438640d1
MP
45102011-07-06 Marek Polacek <mpolacek@redhat.com>
4511
4512 * gdb.python/py-evthreads.exp: Add missing `$'.
4513
33a365df
MF
45142011-07-06 Jie Zhang <jie.zhang@analog.com>
4515
4516 * config/bfin.exp: New file.
4517 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
4518 * gdb.asm/bfin.inc: New file.
4519
8f7ae686
MP
45202011-07-06 Marek Polacek <mpolacek@redhat.com>
4521
df46027d 4522 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
4523 the whole output.
4524
eb2a6f42
TT
45252011-07-05 Tom Tromey <tromey@redhat.com>
4526
4527 * gdb.java/jprint.java (jprint.hi): New field.
4528 * gdb.java/jprint.exp: Print string.
4529
177b42fe
TJB
45302011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4531
4532 * gdb.base/call-sc.c: Fix typos.
4533 * gdb.base/ifelse.exp: Likewise.
4534 * gdb.base/structs.c: Likewise.
4535
3b2a0cf2
JB
45362011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4537
4538 * gdb.base/jit-so.exp: New test.
4539 * gdb.base/jit-dlmain.c: New file.
4540 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
4541
46fc714c
JK
45422011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4543
4544 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
4545 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
4546 * gdb.cp/pr9167.exp (p b): Likewise.
4547 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
4548 (test value of P in inner_m, test type of Z in inner_m): Call
4549 setup_xfail for gcc <= 4.5.
46fc714c 4550
418c7cf7
JK
45512011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4552
4553 * gdb.cp/paren-type.cc: New files.
4554 * gdb.cp/paren-type.exp: New files.
4555
3d50dd94
JK
45562011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4557
4558 Stop on first linespec terminator instead of eating what we can.
4559 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
4560 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
4561 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
4562 (break C::f()): ... this one.
4563 (break C::operator()()): New test.
4564 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
4565 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
4566 test.
4567
dcf9f4ab
JK
45682011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4569
4570 Fall back linespec to minimal symbols.
4571 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
4572 error message.
4573 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
4574 * gdb.cp/minsym-fallback-main.cc: New file.
4575 * gdb.cp/minsym-fallback.cc: New file.
4576 * gdb.cp/minsym-fallback.exp: New file.
4577 * gdb.cp/minsym-fallback.h: New file.
4578
3f542ed1
JK
45792011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4580
4581 * gdb.cp/no-dmgl-verbose.cc: New file.
4582 * gdb.cp/no-dmgl-verbose.exp: New file.
4583
45842011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
4585
4586 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
4587 __GI_.
4588 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
4589 (f): New function.
4590 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
4591 (complete p 'func<short>(): ... here.
4592 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
4593 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
4594 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
4595 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
4596 Make them KFAIL gcc/49546.
4597
00eb2c4a
JB
45982011-07-01 Joel Brobecker <brobecker@adacore.com>
4599
4600 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
4601
85a20c42
JK
46022011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4603
4604 Test GCC PR debug/49546.
4605 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
4606 (test type of F in k3_m, test value of F in k3_m): New.
4607 * gdb.cp/temargs.cc (struct S3, struct K3): New.
4608 (main): New variable k3. Call k3.k3_m.
4609
d2d43431
JB
46102011-07-01 Jean-Charles Delay <delay@adacore.com>
4611
4612 * gdb.ada/packed_array.exp: Fix expected outout.
4613
54ae186f
JB
46142011-07-01 Jean-Charles Delay <delay@adacore.com>
4615
4616 * gdb.ada/packed_array.exp: fixed expected output.
4617
8f17729f
JB
46182011-07-01 Joel Brobecker <brobecker@adacore.com>
4619
4620 * gdb.ada/same_enum: New testcase.
4621
f5aa6869
JB
46222011-07-01 Joel Brobecker <brobecker@adacore.com>
4623
4624 * gdb.ada/ptr_typedef: New testcase.
4625
828292f2
JB
46262011-07-01 Joel Brobecker <brobecker@adacore.com>
4627
4628 * gdb.ada/arrayptr.exp: Add ptype test.
4629
18920c42
JB
46302011-07-01 Joel Brobecker <brobecker@adacore.com>
4631
4632 * gdb.ada/char_enum: New testcase.
4633
3536d9e3 46342011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
4635
4636 * gdb.base/dump.exp (capture_pointer_with_type): New.
4637 Get value from address instead of name.
4638 Start GDB once, and do `dump' and `restore'
4639 tests together.
4640
db863c42
MF
46412011-06-30 Jie Zhang <jie.zhang@analog.com>
4642 Mike Frysinger <vapier@gentoo.org>
4643
4644 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
4645 helper functions for getting/setting remotetimeout variable.
4646 * lib/gdb.exp (gdb_load): If the target is remote, set
4647 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
4648 with $loadtimeout. Set $load_ok to 0 before doing the load.
4649 Instead of returning, immediately, set $load_ok to 0. Call
4650 set_remotetimeout with $oldremotetimeout, and then return if
4651 $load_ok is 1.
4652
e9e642a8
AB
46532011-06-30 Andrew Burgess <aburgess@broadcom.com>
4654
4655 * gdb.python/py-template.exp: Don't run this test if the target
4656 does not support c++ tests.
4657
32019081
JK
46582011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4659
4660 Fix non-only rename list for Fortran modules import.
4661 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
4662 tests.
4663 * gdb.fortran/module.f90 (module moduse): New.
4664 (program module): use moduse, test var_x, var_y and var_z.
4665
0ecee54c
TT
46662011-06-29 Tom Tromey <tromey@redhat.com>
4667
4668 PR testsuite/12040:
4669 * gdb.fortran/array-element.exp: Use f90, not f77.
4670 * gdb.fortran/complex.exp: Use f90, not f77.
4671 * gdb.fortran/derived-type.exp: Use f90, not f77.
4672 * gdb.fortran/library-module.exp: Use f90, not f77.
4673 * gdb.fortran/logical.exp: Use f90, not f77.
4674 * gdb.fortran/module.exp: Use f90, not f77.
4675 * gdb.fortran/multi-dim.exp: Use f90, not f77.
4676 * gdb.fortran/subarray.exp: Use f90, not f77.
4677
3b2b8fea
TT
46782011-06-29 Tom Tromey <tromey@redhat.com>
4679
4680 * gdb.fortran/charset.exp: New file.
4681 * gdb.fortran/charset.f90: New file.
4682
42159ca5
TT
46832011-06-29 Tom Tromey <tromey@redhat.com>
4684
4685 PR testsuite/12040:
4686 * lib/future.exp: New file, mostly extracted from ada.exp.
4687 Rewrote compatibility code to use rename.
4688 (gdb_find_gfortran): New proc.
4689 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
4690 gfortran patch.
4691 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
4692 Move to future.exp.
4693 * lib/gdb.exp: Always load future.exp.
4694
af69a5ce
YQ
46952011-06-28 Yao Qi <yao@codesourcery.com>
4696
4697 * gdb.cp/exception.cc: Don't include iostream.
4698 (bar): Remove print statement.
4699 (catcher): New.
4700 (main): Remove print statements. Call function catcher.
4701 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
4702 Set breakpoint on catcher, and check the value of parameter.
4703
ab5c6a72
YQ
47042011-06-23 Yao Qi <yao@codesourcery.com>
4705
4706 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
4707 1.2 is disabled. KFAIL for uclinux.
4708
9497469f
MP
47092011-06-23 Marek Polacek <mpolacek@redhat.com>
4710
4711 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
4712 mi_gdb_test.
4713
b9132588
MP
47142011-06-23 Marek Polacek <mpolacek@redhat.com>
4715
5d197ed0 4716 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 4717
e55595ca
MP
47182011-06-23 Marek Polacek <mpolacek@redhat.com>
4719
5d197ed0
MP
4720 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
4721
47222011-06-23 Marek Polacek <mpolacek@redhat.com>
4723
4724 * gdb.mi/mi2-basics.exp: Fix races. Honour the
4725 `test_exec_and_symbol_mi_operatons' return value.
4726 (test_mi_interpreter_selection): Use mi_gdb_test instead of
4727 gdb_test_multiple.
4728 (test_exec_and_symbol_mi_operatons): Likewise.
4729 (test_path_specification): Likewise.
e55595ca 4730
be777e08
YQ
47312011-06-23 Yao Qi <yao@codesourcery.com>
4732
4733 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
4734 supported.
4735 * lib/gdb.exp (support_displaced_stepping): New.
4736
615556d6
YQ
47372011-06-23 Yao Qi <yao@codesourcery.com>
4738
4739 * gdb.threads/execl.exp: Skip on remote target.
4740
833b0ca7
MP
47412011-06-21 Marek Polacek <mpolacek@redhat.com>
4742
5d197ed0 4743 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
4744 mi_gdb_test.
4745
1ee4023a
MP
47462011-06-20 Marek Polacek <mpolacek@redhat.com>
4747
5d197ed0 4748 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 4749
d0b1d624
MP
47502011-06-20 Marek Polacek <mpolacek@redhat.com>
4751
5d197ed0 4752 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
4753 mi_gdb_test.
4754
79aa92c1
MP
47552011-06-20 Marek Polacek <mpolacek@redhat.com>
4756
5d197ed0 4757 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 4758
5ce5db06
YQ
47592011-06-14 Yao Qi <yao@codesourcery.com>
4760
4761 gdb/testsuite/
4762 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
4763
533a737e
JK
47642011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4765
4766 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
4767
d0e53741
TT
47682011-06-10 Tom Tromey <tromey@redhat.com>
4769
4770 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
4771 Add tests for pointer-to-member-function.
4772 * gdb.cp/temargs.cc (S::somefunc): New function.
4773 (K2): New class.
4774 (main): Instantiate K2; call method.
4775
b5916bbd
JB
47762011-06-08 Joel Brobecker <brobecker@adacore.com>
4777
4778 * gdb.python/py-inferior.c (f2): Make str an array rather
4779 than a pointer.
4780 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
4781
5be4dfca
JK
47822011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4783
4784 * gdb.base/async-shell.c: New file.
4785 * gdb.base/async-shell.exp: New file.
4786
9f47e254
PA
47872011-06-06 Pedro Alves <pedro@codesourcery.com>
4788
4789 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
4790
64b9b334
JB
47912011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
4792
4793 From Stephen Kitt <steve@sk2.org>
4794 * gdb.base/help.exp: Adjust following some spelling corrections
4795 in GDB.
4796
dbc0f131
YQ
47972011-06-01 Yao Qi <yao@codesourcery.com>
4798
4799 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
4800
fd336a18
KS
48012010-05-31 Keith Seitz <keiths@redhat.com>
4802
4803 PR c++/12750
4804 * gdb.cp/static-method.cc: New file.
4805 * gdb.cp/static-method.exp: New file.
4806
fa8b9902
KS
48072010-05-31 Keith Seitz <keiths@redhat.com>
4808
4809 PR symtab/12704
4810 * gdb.cp/anon-ns.cc: New file.
4811 * gdb.cp/anon-ns.exp: New file.
4812
0a5b1e09
PA
48132011-05-31 Pedro Alves <pedro@codesourcery.com>
4814
4815 * gdb.arch/i386-dr3-watch.c: New file.
4816 * gdb.arch/i386-dr3-watch.exp: New file.
4817
0578b8d1
YQ
48182011-05-30 Yao Qi <yao@codesourcery.com>
4819
4820 * gdb.base/callfuncs.c (t_structs_fc): New.
4821 (t_structs_dc, t_structs_ldc): New.
4822 (t_double_many_args):
4823 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
4824 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
4825 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
4826 * gdb.base/callfuncs.exp: Call new functions.
4827
6680506e
YQ
48282011-05-30 Yao Qi <yao@codesourcery.com>
4829
ff4d2c60
YQ
4830 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
4831 Call rerun_and_prepare for each test to isolate effects.
4832
48332011-05-30 Yao Qi <yao@codesourcery.com>
4834
4835 * gdb.base/varargs.c (find_max_float_real): New.
4836 (find_max_double_real, find_max_long_double_real): New.
4837 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
4838 * lib/gdb.exp (setup_kfail_for_target): New.
4839
e43ec454
YQ
48402011-05-30 Yao Qi <yao@codesourcery.com>
4841
4842 * gdb.base/funcargs.c (callca, callcb, callcc): New.
4843 (callcd, callce, callcf, callc1a, callc1b): New.
4844 (callc2a, callc2b): New.
4845 * gdb.base/funcargs.exp (complex_args): New.
4846 (complex_integral_args, complex_float_integral_args): New.
4847 * lib/gdb.exp (support_complex_tests): New. Determine
4848 whether to run test cases on _Complex types.
4849
432b4d03
JK
48502011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4851
4852 * gdb.threads/leader-exit.c: New file.
4853 * gdb.threads/leader-exit.exp: New file.
4854
6caf069d
MP
48552011-05-27 Marek Polacek <mpolacek@redhat.com>
4856
9497469f 4857 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 4858
97fce28b
MP
48592011-05-27 Marek Polacek <mpolacek@redhat.com>
4860
4861 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
4862 remove the `supported' variable.
4863 * gdb.mi/mi-nonstop.exp: Likewise.
4864 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4865 * gdb.mi/mi-nsintrall.exp: Likewise.
4866 * gdb.mi/mi-nsmoribund.exp: Likewise.
4867 * gdb.mi/mi-nsthrexec.exp: Likewise.
4868
9da8c2a0
PA
48692011-05-26 Pedro Alves <pedro@codesourcery.com>
4870
4871 * gdb.reverse/finish-reverse-bkpt.exp: New test.
4872
2c03e5be
PA
48732011-05-26 Pedro Alves <pedro@codesourcery.com>
4874
4875 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
4876
2e21250d
KS
48772011-05-24 Keith Seitz <keiths@redhat.com>
4878
4879 PR breakpoint/12803
4880 * gdb.cp/cmpd-minsyms.cc (a): New method.
4881 (b): New method.
4882 (c): New method.
4883 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
4884
cdac0397
PA
48852011-05-24 Pedro Alves <pedro@codesourcery.com>
4886
4887 * gdb.base/commands.exp (watchpoint_command_test): Check that the
4888 watchpoint's command list didn't execute when the watchpoint went
4889 out of scope.
4890
ee5683ab
PM
48912011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
4892
4893 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
4894 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
4895 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
4896 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4897 * gdb.arch/i386-permbkpt.exp: Likewise.
4898 * gdb.arch/i386-prologue.exp: Likewise.
4899 * gdb.arch/i386-size-overlap.exp: Likewise.
4900 * gdb.arch/i386-size.exp: Likewise.
4901 * gdb.arch/i386-unwind.exp: Likewise.
4902 * gdb.reverse/i386-precsave.exp: Likewise.
4903 * gdb.reverse/i386-reverse.exp: Likewise.
4904 * gdb.reverse/i386-sse-reverse.exp: Likewise.
4905 * gdb.reverse/i387-env-reverse.exp: Likewise.
4906 * gdb.reverse/i387-stack-reverse.exp: Likewise.
4907
c91c8c16
PA
49082011-05-24 Pedro Alves <pedro@codesourcery.com>
4909
4910 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
4911 file doesn't error, using MI.
4912
c50491a7
TT
49132011-05-23 Tom Tromey <tromey@redhat.com>
4914
4915 * gdb.base/charset.exp (string_display): Add tests to assign to
4916 arrays.
4917 * gdb.base/charset.c (short_array, int_array, long_array): New.
4918
4a07b7da
PA
49192011-05-20 Pedro Alves <pedro@codesourcery.com>
4920
4921 Cope with async mode.
4922
4a07b7da
PA
4923 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
4924 into gdb_test + mi_expect_stop.
4925
b275f2d2
PA
49262011-05-20 Pedro Alves <pedro@codesourcery.com>
4927
4928 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
4929 (callme): Remove printf call.
4930
eec52c44
PM
49312011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
4932
4933 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
4934 quote pattern to avoid problems with Cygwin/mingw expect versions.
4935 * gdb.base/default.exp (show convenience): Use double
4936 quote pattern for regular expressions.
4937
b3c8eb43
JK
49382011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4939
4940 Fix -readnow for -gdwarf-4 unused type units.
4941 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
4942 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
4943
ed731959
JK
49442011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4945
4946 * gdb.base/kill-after-signal.c: New file.
4947 * gdb.base/kill-after-signal.exp: New file.
4948
3b48433d
PA
49492011-05-16 Pedro Alves <pedro@codesourcery.com>
4950
4951 * gdb.ada/start.exp: Call untested with the correct test filename.
4952 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
4953 test filename. Make the test's binary unique.
4954 * gdb.arch/i386-signal.exp: Call untested with the correct test
4955 filename.
4956 * gdb.arch/i386-size-overlap.exp: Ditto.
4957 * gdb.arch/Makefile.in (EXECUTABLES): Update.
4958 * gdb.base/gcore-buffer-overflow.exp: Ditto.
4959 * gdb.cp/call-c.exp: Ditto.
4960 * gdb.mi/mi-reverse.exp: Call untested with the correct test
4961 filename. Make the test's binary unique.
4962 * gdb.mi/Makefile.in (EXECUTABLES): Update.
4963 * gdb.python/py-mi.exp: Ditto.
4964 * gdb.python/Makefile.in (EXECUTABLES): Update.
4965 * gdb.reverse/i386-precsave.exp: Ditto.
4966 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
4967 test filename.
4968 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4969 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
4970 unique.
4971 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
4972 test filename.
4973 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
4974 * gdb.trace/tfile.exp: Ditto.
4975
ba4a8bdd
YQ
49762011-05-14 Yao Qi <yao@codesourcery.com>
4977
4978 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
4979 type.
4980
dbaefcf7
DE
49812011-05-13 Doug Evans <dje@google.com>
4982
4983 * gdb.python/py-objfile-script.exp: New file.
4984 * gdb.python/py-objfile-script.c: New file.
4985 * gdb.python/py-objfile-script-gdb.py: New file.
4986 * testsuite/gdb.python/py-section-script.exp: Test
4987 "info auto-load-scripts".
4988
9930639c
TT
49892011-05-13 Tom Tromey <tromey@redhat.com>
4990
4991 * gdb.dwarf2/clztest.exp: New file.
4992 * gdb.dwarf2/clztest.c: New file.
4993 * gdb.dwarf2/clztest.S: New file.
4994
05272e11
DE
49952011-05-13 Doug Evans <dje@google.com>
4996
cc63ef9b
DE
4997 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
4998 String16 tests.
05272e11 4999
6edba76f
TT
50002011-05-13 Tom Tromey <tromey@redhat.com>
5001
5002 * lib/gdb.exp (is_x86_like_target): New proc.
5003 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
5004 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
5005 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
5006 -nostdlib to compiler.
5007 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
5008 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
5009 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
5010 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
5011 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
5012
028d0ed5
TJB
50132011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5014
5015 * gdb.python/py-function.exp: Test setting a value from a function
5016 which executes a command.
5017
8a9b8146
TT
50182011-05-12 Tom Tromey <tromey@redhat.com>
5019
5020 * gdb.dwarf2/typeddwarf.S: New file.
5021 * gdb.dwarf2/typeddwarf.c: New file.
5022 * gdb.dwarf2/typeddwarf.exp: New file.
5023
10483e8e
MP
50242011-05-12 Marek Polacek <mpolacek@redhat.com>
5025
5026 * gdb.mi/mi-basics.exp: Fix races. Honour the
5027 `test_exec_and_symbol_mi_operatons' return value.
5028 (test_mi_interpreter_selection): Use mi_gdb_test instead of
5029 gdb_test_multiple.
5030 (test_exec_and_symbol_mi_operatons): Likewise.
5031 (test_path_specification): Likewise.
5032
faf067f1
JK
50332011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5034
5035 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
5036 (gdb_touch_execfile): Remove catch wrappers. New variable time.
5037 Replace `file copy' and `file rename' by `file mtime'. Twice.
5038
7ff911a3
JK
50392011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5040
5041 * gdb.base/readline-ask.c: New file.
5042 * gdb.base/readline-ask.exp: New file.
5043 * gdb.base/readline-ask.inputrc: New file.
5044
a536c6d7
UW
50452011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5046
5047 * gdb.cell/bt.exp: Delete breakpoints before running to signal
5048 to avoid race condition.
5049 * gdb.cell/coremaker.c: Use small stack size.
5050 * gdb.cell/ea-standalone.exp: Use file name without path as
5051 argument to c_to.
5052 * gdb.cell/fork.exp: Allow other output when continuing to end.
5053
d472a426
JK
50542011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5055
5056 * gdb.threads/corethreads.c: New file.
5057 * gdb.threads/corethreads.exp: New file.
5058
50592011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
5060
5061 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
5062 Try to compile the test using -Wl,-z,norelro first.
5063 (load_core): New variable libthread_db_seen, initialize it.
5064 (zeroed-threads cannot be listed): Protect it by XFAIL on
5065 !$libthread_db_seen.
5066
8be455d7
JK
50672011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5068
5069 PR 12573
5070 * gdb.dwarf2/dw2-skip-prologue.S: New file.
5071 * gdb.dwarf2/dw2-skip-prologue.c: New file.
5072 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
5073
1976171a
JK
50742011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5075
5076 * gdb.cp/psymtab-parameter.cc: New file.
5077 * gdb.cp/psymtab-parameter.exp: New file.
5078
7db6f30f
JK
50792011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5080
5081 Fix a race.
5082 * gdb.cp/static-print-quit.exp (print c): Split to ...
5083 (print c - <return>, print c - q <return>, print c - to quit):
5084 ... these. Make the testfile untested on gdb-7.1.
5085
85161e9e 50862011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
5087
5088 * lib/gdb.exp (exec_target_file, exec_symbol_file,
5089 gdb_rename_execfile, gdb_touch_execfile): New.
5090 * gdb.base/reread.exp: Use new procs to handle multiple
5091 exec files.
5092
0c51be18
YQ
50932011-05-05 Yao Qi <yao@codesourcery.com>
5094
5095 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
5096 (test_adr_32bit, test_pop_pc): New.
5097 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
5098 (test_adr_32bit, test_pop_pc): New.
5099
4d393d60
JM
51002011-05-04 Joseph Myers <joseph@codesourcery.com>
5101
5102 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
5103 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
5104 targets.
5105 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
5106 handle targets.
5107
8ffd0459
JK
51082011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5109
5110 * gdb.base/completion.exp (complete help info wat): Rename to ...
5111 (complete 'help info wat'): ... here.
5112 Remove all `-re ".*' and `-re "^.*' redundant regexes.
5113 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
5114
8e28d804
PA
51152011-05-04 Pedro Alves <pedro@codesourcery.com>
5116
5117 * gdb.base/completion.exp: Use gdb_test_multiple instead of
5118 gdb_test and explicit $gdb_prompt/timeout matches.
5119
3eb2ef34
YQ
51202011-05-04 Yao Qi <yao@codesourcery.com>
5121
5122 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
5123 and __thumb2__.
5124
aaaf81a3
MP
51252011-05-03 Marek Polacek <mpolacek@redhat.com>
5126
5127 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
5128 in place of `gdb_test "delete breakpoints"'. This eliminates two
5129 testcases.
5130
c4cbc0df
PA
51312011-05-02 Pedro Alves <pedro@codesourcery.com>
5132
5133 PR testsuite/12649
5134 Fix races.
5135
5136 * gdb.base/completion.exp: Remove all sleep calls. Remove
5137 unnecessary regexs. Don't explicitly expect anything after the
5138 prompt. Eat the prompt if necessary.
5139
b4cbb4a3
EBM
51402011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5141
5142 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
5143 accept to show the caller line again as well as the line after.
5144
d65aec65
PM
51452011-04-29 Phil Muldoon <pmuldoon@redhat.com>
5146
5147 PR mi/12531
5148
5149 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
5150 compile target.
5151 * gdb.python/py-prettyprint.exp: Add C++ object for
5152 CPLUS_FAKE_CHILD test.
5153
30852783
UW
51542011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
5155
5156 * gdb.base/signest.exp: New file.
5157 * gdb.base/signest.c: Likewise.
5158
c7b1f0d9
JK
51592011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5160
5161 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
5162 thread and breakpoint notifications.
5163
559a7a62
JK
51642011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5165
5166 * gdb.base/fortran-sym-case.c: New file.
5167 * gdb.base/fortran-sym-case.exp: New file.
5168 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
5169 * gdb.dwarf2/dw2-case-insensitive.c: New file.
5170 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
5171
8344e389
JK
51722011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5173
5174 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
5175 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
5176 false #1', `if true else false #2' and `if true else false #3'.
5177
2484c66b
UW
51782011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
5179
5180 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
5181 while delivering signal.
5182
8d3788bd
VP
51832011-04-27 Vladimir Prus <vladimir@codesourcery.com>
5184
5185 MI breakpoint notifications.
5186
5187 * testsuite/gdb.mi/mi-cli.exp: Adust.
5188 * testsuite/gdb.mi/mi2-cli.exp: Adust.
5189 * testsuite/gdb.mi/mi-watch.exp: Adust.
5190 * testsuite/gdb.mi/mi2-watch.exp: Adust.
5191 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
5192 notifications.
5193
3e03848b
JK
51942011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5195
5196 * gdb.base/gdbindex-stabs-dwarf.c: New file.
5197 * gdb.base/gdbindex-stabs.c: New file.
5198 * gdb.base/gdbindex-stabs.exp: New file.
5199
918c9108
YQ
52002011-04-25 Yao Qi <yao@codesourcery.com>
5201
5202 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
5203 with /*...*/.
5204 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5205
90556b8c
JK
52062011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5207
5208 * gdb.python/py-value.exp (test_objfiles): Name the first test
5209 `py-value in file.filename'.
5210
03f2bd59
JK
52112011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5212
5213 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
5214 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
5215 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
5216 !gdbserver_reconnect_p..
5217 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
5218
7b08b9eb
JK
52192011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5220
5221 * gdb.cp/cpcompletion.exp (complete class methods)
5222 (complete class methods beginning with F): Move them above runto. New
5223 comment about the runto delimiter.
5224
b78974c3
PA
52252011-04-20 Pedro Alves <pedro@codesourcery.com>
5226
5227 * gdb.base/maint.exp: Test that "maint print registers" works
5228 without a running program.
5229
20429c40 52302011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 5231
20429c40
MP
5232 * gdb.base/setshow.exp: Fix racy tests.
5233 ($old_gdb_prompt): New variable.
5234
7a9dd1b2
TT
52352011-04-19 Tom Tromey <tromey@redhat.com>
5236
5237 * gdb.mi/mi-nsmoribund.exp:
5238 * gdb.hp/gdb.objdbg/objdbg01.exp:
5239 * gdb.base/structs.exp (test_struct_returns):
5240 * gdb.base/call-sc.exp (test_scalar_returns):
5241 * gdb.base/bigcore.exp: Remove duplicate words.
5242
02835898
JK
52432011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5244
5245 * gdb.base/break-interp-lib.c (v, vptr): New variables.
5246 * gdb.base/break-interp.exp (test_attach): New comment.
5247
254f582e
JK
52482011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5249
5250 * gdb.threads/gcore-thread.exp ($core0file): New variable.
5251 (clear __stack_user.next, clear stack_used.next)
5252 (save a zeroed-threads corefile): New test.
5253 Call core_load for $core0file.
5254 (zeroed-threads cannot be listed): New test.
5255
4fe85f5c
JK
52562011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5257
5258 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
5259 filename.
5260 ($srcfile): Preserve the original value.
5261 ($testfile): Match it the .exp filename.
5262 ($corefile): New variable. Substitute it around.
5263 Use clean_restart.
5264 ($prev_timeout): Remove.
5265 (load_core): Move core loading into this proc.
5266 Fix restore of $timeout if load_core fails.
5267
63524580
JK
52682011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5269
5270 * gdb.base/eu-strip-infcall.c: New file.
5271 * gdb.base/eu-strip-infcall.exp: New file.
5272
90359a16
JK
52732011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5274
5275 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
5276 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
5277
626e7282
JK
52782011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5279
5280 Fix Python access to inlined frames.
5281 * gdb.python/py-frame-inline.c: New file.
5282 * gdb.python/py-frame-inline.exp: New file.
5283
3363d018
EBM
52842011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
5285
5286 * gdb.base/gdb1090.exp: Change breakpoint location to read the
5287 content of 's24' correctly (avoiding "optimized out").
5288 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
5289
28781456
JK
52902011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5291
5292 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
5293
4a4106ca
TJB
52942011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5295
5296 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
5297 expect a colon in watch -location output.
5298
d26ccb4f
JK
52992011-04-13 Marek Polacek <mpolacek@redhat.com>
5300
df46027d 5301 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
5302 New testcase `expect response to define backtrace'. Also remove
5303 redundant `default' block.
5304
e1ab1f9c
JK
53052011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5306
5307 * gdb.python/py-prettyprint.c (struct hint_error): New.
5308 (main): New variable hint_error.
5309 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
5310 "print hint_error".
5311 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
5312 (register_pretty_printers): Register it.
5313
0c2e6019
TT
53142011-04-04 Tom Tromey <tromey@redhat.com>
5315
5316 * gdb.cp/maint.exp (test_help): Update.
5317 (test_namespace): Likewise.
5318
af57139d
JB
53192011-04-01 Joel Brobecker <brobecker@adacore.com>
5320
5321 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
5322 * gdb.ada/arrayptr.exp: Add new tests.
5323
956a9fb9
JB
53242011-04-01 Joel Brobecker <brobecker@adacore.com>
5325
5326 * gdb.ada/mi_catch_ex: New testcase.
5327
d0c4d642
PA
53282011-04-01 Pedro Alves <pedro@codesourcery.com>
5329
5330 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
5331 base::overload(void) method without specifying "const".
5332
18819fa6
UW
53332011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5334
5335 * gdb.arch/thumb-singlestep.S: New file.
5336 * gdb.arch/thumb-singlestep.exp: Likewise.
5337
a4c8e806
TT
53382011-03-31 Tom Tromey <tromey@redhat.com>
5339
5340 * gdb.python/py-prettyprint.py (exception_flag): New global.
5341 (NoStringContainerPrinter._iterator.next): Check it.
5342 * gdb.python/py-prettyprint.c (main): New variable nstype2.
5343 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
5344
53832f31
TT
53452011-03-29 Tom Tromey <tromey@redhat.com>
5346
5347 * gdb.cp/anon-struct.cc: New file.
5348 * gdb.cp/anon-struct.exp: New file.
5349
e4620230
JK
53502011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5351
5352 Test STT_GNU_IFUNC support.
5353 * gdb.base/gnu-ifunc-lib.c: New file.
5354 * gdb.base/gnu-ifunc.c: New file.
5355 * gdb.base/gnu-ifunc.exp: New file.
5356
d0fb5eae
JK
53572011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5358
5359 Support a ring of related breakpoints.
5360 * gdb.base/watchpoint-delete.c: New file.
5361 * gdb.base/watchpoint-delete.exp: New file.
5362
20106cfb
JK
53632011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5364
5365 * gdb.ada/arrayparam.exp (print first after function call): Use
5366 explicit package name. Add a comment
5367 (print lasta after function call): Rename ...
5368 (print last after function call): ... it and use explicit package
5369 name.
5370 (print length after function call): Use explicit package name.
5371 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
5372 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
5373 (multiple matches for symbol i): Rename ...
5374 (multiple matches for symbol integervar): ... it.
5375 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
5376 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
5377
e7ab5e63
AB
53782011-03-25 Andrew Burgess <aburgess@broadcom.com>
5379
5380 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
5381 environment variable to make grep output more predictable. Move
5382 all the environment setup into gdb_init so it's done once per test
5383 case rather than each time we start gdb.
5384
9ef07c8c
TT
53852011-03-24 Tom Tromey <tromey@redhat.com>
5386
5387 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
5388 test.
5389
dd90784c
JK
53902011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5391
5392 * gdb.dwarf2/dw2-entry-value-main.c: New file.
5393 * gdb.dwarf2/dw2-entry-value.S: New file.
5394 * gdb.dwarf2/dw2-entry-value.exp: New file.
5395
05775840
PM
53962011-03-22 Phil Muldoon <pmuldoon@redhat.com>
5397
5398 PR python/12183
5399
5400 * gdb.python/py-function.exp: Add GdbError tests.
5401
8661b11b
PA
54022011-03-18 Pedro Alves <pedro@codesourcery.com>
5403
5404 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
5405 (reglocal_test_func, statlocal_test_func): New functions.
5406 (globals_test_func): Call new functions.
5407 * gdb.trace/unavailable.exp (gdb_collect_args_test)
5408 (gdb_collect_locals_test): New procedure.
5409 (gdb_trace_collection_test): Call new procedures.
5410
0fdb4f18
PA
54112011-03-18 Pedro Alves <pedro@codesourcery.com>
5412
5413 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
5414 (test_register, test_register_unavailable): New procedures.
5415 (gdb_unavailable_registers_test): New procedure.
5416 (gdb_trace_collection_test): Call it.
5417
99c3dc11
PM
54182011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5419
5420 PR python/12149
5421
5422 * gdb.python/python.exp: Add gdb.write tests.
5423
29703da4
PM
54242010-03-17 Phil Muldoon <pmuldoon@redhat.com>
5425
5426 * gdb.python/Makefile.in: Add py-objfile.
5427 * gdb.python/py-objfile.exp: New file.
5428 * gdb.python/py-objfile.c: New file.
5429 * gdb.python/py-block.exp: Add is_valid tests.
5430 * gdb.python/py-inferior.exp: Ditto.
5431 * gdb.python/py-infthread.exp: Ditto.
5432 * gdb.python/py-symbol.exp: Ditto.
5433 * gdb.python/py-symtab.exp: Ditto.
5434
598997c8
KS
54352011-03-16 Keith Seitz <keiths@redhat.com>
5436
5437 PR c++/12273
5438 * gdb.cp/cmpd-minsyms.exp: New test.
5439 * gdb.cp/cmpd-minsyms.cc: New file.
5440
5441 PR c++/11734
5442 * gdb.cp/ovsrch.exp: New test.
5443 * gdb.cp/ovsrch.h: New file.
5444 * gdb.cp/ovsrch1.cc: New file.
5445 * gdb.cp/ovsrch2.cc: New file.
5446 * gdb.cp/ovsrch3.cc: New file.
5447 * gdb.cp/ovsrch4.cc: New file.
5448
c91513d8
PP
54492011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
5450
5451 PR gdb/12528
5452 * gdb.base/Makefile.in: Adjust EXECUTABLES.
5453 * gdb.base/break-on-linker-gcd-function.exp: New test.
5454 * gdb.base/break-on-linker-gcd-function.cc: New file.
5455
7470fc63
AT
54562011-03-15 Andreas Tobler <andreast@fgznet.ch>
5457
5458 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
5459
959e7469
PM
54602011-03-15 Phil Muldoon <pmuldoon@redhat.com>
5461
5462 * lib/gdb.exp (gdb_unload): Add another termination case.
5463
9373cf26
JK
54642011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5465
5466 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
5467 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
5468 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
5469 Provide a stub byte there.
5470 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
5471 DW_AT_entry_pc.
5472 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
5473
24e9cda0
UW
54742011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
5475
5476 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
5477 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
5478 "generic ABI, auto".
5479 (altivec_abi_tests): Accept vectors returned by reference.
5480
7371cf6d
PM
54812010-03-14 Phil Muldoon <pmuldoon@redhat.com>
5482
5483 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
5484
ce77046a
UW
54852011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
5486
5487 * gdb.python/py-section-script.exp: Skip test if no Python support.
5488
176400c3
UW
54892011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
5490
5491 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
5492
ecec24e6
PM
54932011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5494
5495 * gdb.python/py-parameter.exp: Update tests to the new Python
5496 parameter API. Add "no documentation" test. Add deprecated API
5497 backward compatibility test.
5498
5dbdd470
TT
54992011-03-09 Tom Tromey <tromey@redhat.com>
5500
5501 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
5502 gdb_continue_to_end.
5503
b66e66ee
MK
55042011-03-09 Mark Kettenis <kettenis@gnu.org>
5505
5506 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
5507 tabs.
5508
eceb0c5f
TT
55092011-03-09 Tom Tromey <tromey@redhat.com>
5510
5511 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
5512 parentheses.
5513 (gdb_continue_to_end): Add "allow_extra" parameter. Use
5514 $command.
5515 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
5516 argument to gdb_continue_to_end.
5517 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
5518 argument to gdb_continue_to_end.
5519 * gdb.cp/annota3.exp: Fix regex.
5520 * gdb.cp/annota2.exp: Fix regex.
5521 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
5522 gdb_continue_to_end.
5523 * gdb.base/call-signal-resume.exp: Revert earlier patch.
5524 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
5525 gdb_continue_to_end.
5526
63154eca
PA
55272011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5528
5529 * gdb.server/ext-run.exp
5530 (load new file without any gdbserver inferior): New test.
5531
967d1f9b
TT
55322011-03-07 Tom Tromey <tromey@redhat.com>
5533
5534 * Makefile.in (TAGS): Rewrite.
5535
d68dcbb9
JK
55362011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5537
5538 * gdb.trace/report.exp (12.1: trace report #1): New match for the
5539 initial commands echo. New match for `Found trace'. Anchor all the
5540 other matches. Anchor and match for `No trace frame found' the final
5541 match.
5542
6bf58e63
TT
55432011-03-07 Tom Tromey <tromey@redhat.com>
5544
5545 * Makefile.in (TAGS): New target.
5546
fda326dd
TT
55472011-03-07 Tom Tromey <tromey@redhat.com>
5548
5549 * lib/opencl.exp (skip_opencl_tests): Update for exit message
5550 change.
5551 * lib/mi-support.exp (mi_gdb_test): Update for exit message
5552 change.
5553 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
5554 exit message change.
5555 (skip_altivec_tests): Update for exit message change.
5556 (skip_vsx_tests): Likewise.
5557 (gdb_continue_to_end): Likewise. Add 'command' argument.
5558 * lib/cell.exp (skip_cell_tests): Update for exit message change.
5559 * gdb.threads/tls.exp: Update for exit message change.
5560 * gdb.threads/thread-unwindonsignal.exp: Use
5561 gdb_continue_to_end.
5562 * gdb.threads/step.exp (step_it): Update for exit message change.
5563 (continue_all): Likewise.
5564 * gdb.threads/print-threads.exp (test_all_threads): Update for
5565 exit message change.
5566 * gdb.threads/interrupted-hand-call.exp: Use
5567 gdb_continue_to_end.
5568 * gdb.threads/execl.exp: Use gdb_continue_to_end.
5569 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
5570 gdb_continue_to_end.
5571 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
5572 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
5573 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
5574 * gdb.cp/method.exp: Update for exit message change.
5575 * gdb.cp/mb-templates.exp: Update for exit message change.
5576 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
5577 * gdb.cp/annota3.exp: Update for exit message change.
5578 * gdb.cp/annota2.exp: Update for exit message change.
5579 * gdb.cell/fork.exp: Use gdb_continue_to_end.
5580 * gdb.base/term.exp: Update for exit message change.
5581 * gdb.base/step-test.exp (test_i): Update for exit message change.
5582 * gdb.base/sigstep.exp (advance): Update for exit message change.
5583 (advancei): Likewise.
5584 * gdb.base/siginfo.exp: Update for exit message change.
5585 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
5586 * gdb.base/reread.exp: Use gdb_continue_to_end.
5587 * gdb.base/langs.exp: Use gdb_continue_to_end.
5588 * gdb.base/interrupt.exp: Update for exit message change.
5589 * gdb.base/gdb1555.exp: Update for exit message change.
5590 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
5591 * gdb.base/ending-run.exp: Update for exit message change.
5592 * gdb.base/chng-syms.exp: Update for exit message change.
5593 * gdb.base/checkpoint.exp: Update for exit message change.
5594 * gdb.base/catch-syscall.exp (check_for_program_end): Use
5595 gdb_continue_to_end.
5596 (test_catch_syscall_with_wrong_args): Likewise.
5597 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
5598 * gdb.base/break-interp.exp (test_ld): Update for exit message
5599 change.
5600 * gdb.base/bang.exp: Update for exit message change.
5601 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
5602 (do_call_attach_tests): Likewise.
5603 * gdb.base/a2-run.exp: Update for exit message change.
5604 * gdb.arch/ppc-dfp.exp: Update for exit message change.
5605 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
5606 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
5607
dd19bd70
JK
56082011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5609
5610 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
5611
30e62689
TT
56122011-03-03 Tom Tromey <tromey@redhat.com>
5613
5614 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
5615 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
5616 * gdb.hp/gdb.aCC/configure.ac: Remove.
5617 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
5618 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
5619 * gdb.hp/gdb.base-hp/configure.ac: Remove.
5620 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
5621 * gdb.hp/gdb.compat/configure (Makefile): Remove.
5622 * gdb.hp/gdb.compat/configure.ac: Remove.
5623 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
5624 * gdb.hp/gdb.defects/configure (Makefile): Remove.
5625 * gdb.hp/gdb.defects/configure.ac: Remove.
5626 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
5627 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
5628 * gdb.hp/gdb.objdbg/configure.ac: Remove.
5629 * gdb.hp/configure.ac: Remove.
5630 * gdb.hp/configure: Remove.
5631 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
5632 substitution.
5633 (Makefile): Remove rule.
5634 * gdb.cell/configure.ac: Remove.
5635 * gdb.cell/configure: Remove.
5636 * gdb.stabs/Makefile.in (Makefile): Remove.
5637 (distclean): Don't remove config.status or config.log.
5638 * gdb.stabs/configure (Makefile): Remove.
5639 * gdb.stabs/configure.ac: Remove.
5640 * configure: Rebuild.
5641 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
5642 Remove stabs- and cell-specific logic. Test for existence of
5643 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
5644 subdirectories, gdb.cell, and and gdb.stabs.
5645 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
5646
c171f854
JB
56472011-03-03 Joel Brobecker <brobecker@adacore.com>
5648
5649 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
5650 end of buffer.
5651
9a5193cb
JB
56522011-03-02 Joel Brobecker <brobecker@adacore.com>
5653
5654 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
5655 gdb_test when running a test where we expected no output back.
5656
9bb4c1bb
MS
56572011-02-28 Michael Snyder <msnyder@vmware.com>
5658
5659 * gdb.cp/overload.cc: Change initializer value to integer.
5660
3bd0f5ef
MS
56612011-02-27 Michael Snyder <msnyder@vmware.com>
5662
5663 * gdb.multi/base.exp: Add test for remove-inferiors.
5664
2279eaad
JB
56652011-02-26 Joel Brobecker <brobecker@adacore.com>
5666
5667 * gdb.python/py-frame.exp: Simplify the initialization phase
5668 using prepare_for_testing.
5669
c82c0b55
MS
56702011-02-25 Michael Snyder <msnyder@vmware.com>
5671
5672 * gdb.multi/base.exp: Add tests for info inferiors with args.
5673
1d94651b
JK
56742011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5675
5676 * gdb.dwarf2/dw2-ranges.S: Rename to ...
5677 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
5678 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
5679 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
5680 asmfile3. Comment the STABS (#3) file compilation. Compile
5681 everything through assembler. Provide KFAIL for symtab/12497.
5682 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
5683 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
5684 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
5685 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
5686
3bd0f5ef
MS
56872011-02-24 Michael Snyder <msnyder@vmware.com>
5688
5689 * gdb.base/break.exp: Add tests for delete breakpoints using
5690 convenience variables and value history references.
5691
12c1418e
MS
56922011-02-24 Michael Snyder <msnyder@vmware.com>
5693
5694 * gdb.base/break.exp: Remove debugging 'printf' accidentally
5695 left behind in previous check-in.
5696
e5a67952
MS
56972011-02-23 Michael Snyder <msnyder@vmware.com>
5698
5699 * gdb.base/break.exp: Add tests for "info break" with arguments.
5700 * gdb.trace/infotrace.exp: Update patterns for error and help.
5701 * gdb.base/completion.exp: Update pattern.
5702 * gdb.base/ena-dis-br.exp: Update pattern.
5703 * gdb.base/help.exp: Update patterns.
5704
57052011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
5706
5707 * gdb.base/memattr.exp: New test.
5708 * gdb.base/memattr.c: Test load for memattr.exp.
5709
6e6fbe60
DE
57102011-02-22 Doug Evans <dje@google.com>
5711
5712 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
5713
1d41d745
MS
57142011-02-22 Michael Snyder <msnyder@vmware.com>
5715
5716 * Makefile.in: Make more clean.
5717 * gdb.ada/Makefile.in: Ditto.
5718 * gdb.arch/Makefile.in: Ditto.
5719 * gdb.asm/Makefile.in: Ditto.
5720 * gdb.base/Makefile.in: Ditto.
5721 * gdb.cp/Makefile.in: Ditto.
5722 * gdb.dwarf2/Makefile.in: Ditto.
5723 * gdb.java/Makefile.in: Ditto.
5724 * gdb.mi/Makefile.in: Ditto.
5725 * gdb.modula2/Makefile.in: Ditto.
5726 * gdb.python/Makefile.in: Ditto.
5727 * gdb.server/Makefile.in: Ditto.
5728 * gdb.stabs/Makefile.in: Ditto.
5729 * gdb.threads/Makefile.in: Ditto.
5730 * gdb.trace/Makefile.in: Ditto.
5731
79ba84ca
MS
57322011-02-22 Michael Snyder <msnyder@vmware.com>
5733
df46027d 5734 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
5735 info threads.
5736
b9b35694
JB
57372011-02-22 Joel Brobecker <brobecker@adacore.com>
5738
5739 * gdb.python/py-breakpoint.exp: Fix the expected output of
5740 one of the "maint info breakpoints" tests to accept the output
5741 generated on platforms that do not have hardware watchpoints.
5742
8bfb830f
JB
57432011-02-22 Joel Brobecker <brobecker@adacore.com>
5744
5745 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
5746 clean_restart. Be a little stricter in the expected output
5747 for one of the tests. Fix a typo in one of the comments.
5748
c45f3c54
JB
57492011-02-22 Joel Brobecker <brobecker@adacore.com>
5750
5751 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
5752 Delete variable binfile, no longer use. Add or modify test
5753 comments to make them unique.
5754
b97c863c
MS
57552011-02-21 Michael Snyder <msnyder@vmware.com>
5756
5757 * Makefile.in: Update for make clean.
5758 * gdb.ada/Makefile.in: Ditto.
5759 * gdb.arch/Makefile.in: Ditto.
5760 * gdb.asm/Makefile.in: Ditto.
5761 * gdb.base/Makefile.in: Ditto.
5762 * gdb.cp/Makefile.in: Ditto.
5763 * gdb.dwarf2/Makefile.in: Ditto.
5764 * gdb.java/Makefile.in: Ditto.
5765 * gdb.mi/Makefile.in: Ditto.
5766 * gdb.modula2/Makefile.in: Ditto.
5767 * gdb.python/Makefile.in: Ditto.
5768 * gdb.server/Makefile.in: Ditto.
5769 * gdb.stabs/Makefile.in: Ditto.
5770 * gdb.threads/Makefile.in: Ditto.
5771 * gdb.trace/Makefile.in: Ditto.
5772
aea5b279
MS
57732011-02-21 Michael Snyder <msnyder@vmware.com>
5774
5775 * gdb.threads/thread-find.exp: Update patterns for changes in
5776 output of "info threads" command.
5777
e3039479
UW
57782011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5779 Ulrich Weigand <uweigand@de.ibm.com>
5780
5781 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
5782 (skip_hw_watchpoint_tests): Likewise.
5783 (skip_hw_watchpoint_multi_tests): Likewise.
5784
b800ec70
UW
57852011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
5786
5787 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
5788 (skip_hw_watchpoint_tests): Likewise.
5789 (skip_hw_watchpoint_multi_tests): Likewise.
5790 (skip_hw_watchpoint_access_tests): Likewise.
5791
5792 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
5793 * gdb.base/pr11022.exp: Likewise.
5794 * gdb.base/watch-read.exp: Likewise.
5795 * gdb.base/watch_thread_num.exp: Likewise.
5796 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
5797 * gdb.base/watchpoint-hw.exp: Likewise.
5798 * gdb.base/watchpoint.exp: Likewise.
5799 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
5800 * gdb.threads/watchthreads-reorder.exp: Likewise.
5801 * gdb.threads/watchthreads.exp: Likewise.
5802 * gdb.threads/watchthreads2.exp: Likewise.
5803
91033e37
JB
58042011-02-21 Joel Brobecker <brobecker@adacore.com>
5805
5806 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
5807 the debugger is unable to find the array bounds.
5808
eeaafae2
JK
58092011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5810
5811 * gdb.cp/typedef-operator.exp: New file.
5812 * gdb.cp/typedef-operator.cc: New file.
5813
e338d953
MS
58142011-02-17 Michael Snyder <msnyder@vmware.com>
5815
5816 * gdb.threads/thread-find.exp: Fix regular expressions.
5817
e67ad678
JB
58182011-02-17 Joel Brobecker <brobecker@adacore.com>
5819
5820 * gdb.ada/packed_array: Expand testcase to test printing of
5821 unconstrained packed array.
5822
93084bca
JB
58232011-02-17 Joel Brobecker <brobecker@adacore.com>
5824
5825 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
5826
a0c78a73
PA
58272011-02-16 Pedro Alves <pedro@codesourcery.com>
5828
f65d5553 5829 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
5830 (main): Initialize it before collecting, and and clear it
5831 afterwards.
f65d5553
PA
5832 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
5833 collecting with '{type} addr', where the addr expression is not an
5834 rvalue.
a0c78a73 5835
3dfcbbd2
KW
58362011-02-16 Ken Werner <ken.werner@de.ibm.com>
5837
5838 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
5839 a bool variable. Expect correct OpenCL names for vector types. Use the
5840 uc3 variable name instead of referring to the uchar3 built-in type.
5841 Escape the asterisk at the half pointer test.
5842
08807d5a
PA
58432011-02-16 Pedro Alves <pedro@codesourcery.com>
5844
f65d5553 5845 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
5846 (main): Initialize it before collecting, and and clear it
5847 afterwards.
f65d5553
PA
5848 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
5849 collecting overlapping memory ranges.
08807d5a 5850
60f98dde
MS
58512011-02-15 Michael Snyder <msnyder@vmware.com>
5852
5853 * gdb.base/default.exp: Add tests for thread commands.
5854 * gdb.base/help.exp: Add tests for thread commands.
5855 * gdb.threads/thread-find.exp: New test for thread find command.
5856
648cd113
KW
58572011-02-15 Ken Werner <ken.werner@de.ibm.com>
5858
5859 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
5860
494e194e
YQ
58612011-02-15 Yao Qi <yao@codesourcery.com>
5862
5863 PR tdep/12352
5864 * gdb.arch/arm-disp-step.S : New test for str instruction.
5865 * gdb.arch/arm-disp-step.exp : Likewise.
5866
d9492458
TJB
58672011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
5868
5869 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
5870 "vector_register2_vr" test strings. Test the extended floating
5871 point registers (F32~F63).
5872 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
5873 IBM XL C compiler. Make the test program use a register provided
5874 by the compiler for the lxvd2x instruction.
5875
8af8e3bc
PA
58762011-02-14 Pedro Alves <pedro@codesourcery.com>
5877
5878 * gdb.trace/unavailable.cc (class Base, class Middle, class
5879 Derived): New types.
5880 (derived_unavail, derived_partial, derived_whole): New globals.
5881 (virtual_partial): New global.
5882 (virtualp): Point at virtual_partial.
5883 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
5884 related to unavailable vptr.
5885
1b28d0b3
PA
58862011-02-14 Pedro Alves <pedro@codesourcery.com>
5887
5888 * gdb.trace/unavailable.cc (a, b, c): New globals.
5889 (main): Set and clear them.
5890 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
5891 `a' and `c', and check that `b' isn't collected, although `a' and
5892 `c' are.
5893
ec0a52e1
PA
58942011-02-14 Pedro Alves <pedro@codesourcery.com>
5895
5896 * gdb.trace/unavailable.cc (struct Virtual): New.
5897 (virtualp): New global pointer.
5898 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
5899 printing a pointer to an object whose type has a vtable, with
5900 print object on.
5901
24e6bcee
PA
59022011-02-14 Pedro Alves <pedro@codesourcery.com>
5903
5904 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
5905 value repeat handles unavailableness.
5906
39d37385
PA
59072011-02-14 Pedro Alves <pedro@codesourcery.com>
5908
5909 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
5910 tests for building arrays from unavailable values, subscripting
5911 non-memory rvalue unvailable arrays, and accessing fields or
5912 baseclasses of non-lazy unavailable values,
5913 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
5914 struct types.
5915 (g_smallstruct, g_smallstruct_b): New globals.
5916
06d72e16
PA
59172011-02-14 Pedro Alves <pedro@codesourcery.com>
5918
5919 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
5920
bc9a5551
JK
59212011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5922
5923 Fix const/volatile qualifiers of C++ types, PR c++/12328.
5924 * gdb.cp/overload-const.exp: New file.
5925 * gdb.cp/overload-const.cc: New file.
5926
54fcddd0
UW
59272011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
5928
5929 * gdb.opencl/callfuncs.cl: New file.
5930 * gdb.opencl/callfuncs.exp: New test.
5931 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
5932
d6dafb7c
UW
59332011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
5934
5935 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
5936 when computing result.
5937 * gdb.arch/altivec-abi.exp: Update expected results.
5938
a449c2d8
TJB
59392011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5940
5941 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
5942 * gdb.base/jit.exp: Likewise.
5943 * gdb.base/pie-execl.exp: Likewise.
5944 * gdb.base/solib-nodir.exp: Likewise.
5945 * gdb.base/solib-overlap.exp: Likewise.
5946
764880b7
PA
59472011-02-07 Pedro Alves <pedro@codesourcery.com>
5948
5949 * gdb.trace/collection.c (global_pieces): New.
5950 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
5951 New procedure.
5952 (gdb_trace_collection_test): Call it.
5953
505500db
SW
59542011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
5955
5956 * gdb.python/py-evthreads.c: New file.
5957 * gdb.python/py-evthreads.exp: New file.
5958 * gdb.python/py-events.py: New file.
5959 * gdb.python/py-events.exp: New file.
5960 * gdb.python/py-events.c: New file.
5961
385203ed
DD
59622011-02-04 David Daney <ddaney@caviumnetworks.com>
5963
5964 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
5965
9011945e
AB
59662011-02-03 Andrew Burgess <aburgess@broadcom.com>
5967
5968 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
5969 gdb.base/disasm-end-cu.exp: New test for disassembling over the
5970 boundary between two compilation units.
5971
580688f3
PA
59722011-02-02 Pedro Alves <pedro@codesourcery.com>
5973
5974 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
5975 (Virtual): New structs.
5976 (virtual_o, virtual_middle_b): New globals.
5977 * gdb.cp/virtbase.exp: New tests.
5978
d3f0f853
PP
59792011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5980
5981 * gdb.base/jit.exp: New file.
5982 * gdb.base/jit-main.c: New file.
5983 * gdb.base/jit-solib.c: New file.
5984
b2030fb5
UW
59852011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
5986
5987 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
5988 proceed to initial kernel entry point.
5989 * gdb.opencl/datatypes.exp: Likewise.
5990 * gdb.opencl/operators.exp: Likewise.
5991 * gdb.opencl/vec_comps.exp: Likewise.
5992
2db19d1e
SW
59932011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
5994
5995 * gdb.cp/nsnested.cc: New.
5996 * gdb.cp/nsnested.exp: New.
5997 * gdb.cp/nsnoimports.exp: New.
5998 * gdb.cp/nsnoimports.cc: New.
5999
6b0c4c1f
JB
60002011-01-31 Joel Brobecker <brobecker@adacore.com>
6001
6002 * gdb.base/interact.exp: Add extra tests that verify that
6003 the value of the interactive-mode setting does not change
6004 after the script is sourced.
6005
80b23b6a
JK
60062011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6007
6008 * gdb.cp/noparam.exp: New file.
6009 * gdb.cp/noparam.cc: New file.
6010
ffd5ec24
PA
60112011-01-28 Pedro Alves <pedro@codesourcery.com>
6012
6013 * gdb.trace/tfile.exp: Test that with no traceframe selected,
6014 there's no stack or registers.
6015
a81766d8
TT
60162011-01-26 Tom Tromey <tromey@redhat.com>
6017
6018 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
6019 space before string output. Add test for "set print pretty off"
6020 case.
6021
585fdaa1
PA
60222011-01-25 Pedro Alves <pedro@codesourcery.com>
6023
6024 * gdb.base/frame-args.exp: Adjust.
6025 * gdb.dwarf2/dw2-noloc.exp: Adjust.
6026 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
6027 * gdb.dwarf2/pieces.exp: Adjust.
6028 * gdb.opt/clobbered-registers-O2.exp: Adjust.
6029 * gdb.opt/inline-locals.exp: Adjust.
6030 * gdb.threads/fork-child-threads.exp: Adjust.
6031
d468832a
KW
60322011-01-25 Ken Werner <ken.werner@de.ibm.com>
6033
6034 * gdb.opencl/convs_casts.cl: Move program scope variables into the
6035 OpenCL kernel function. Add a comment as marker. Add address space
6036 qualifiers for the remaining program scope variables.
6037 * gdb.opencl/datatypes.cl: Likewise.
6038 * gdb.opencl/operators.cl: Likewise.
6039 * gdb.opencl/vec_comps.cl: Likewise.
6040 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
6041 Add breakpoint at the marker comment.
6042 * gdb.opencl/datatypes.exp: Likewise.
6043 * gdb.opencl/operators.exp: Likewise.
6044 * gdb.opencl/vec_comps.exp: Likewise.
6045
490f124f
PA
60462011-01-24 Pedro Alves <pedro@codesourcery.com>
6047
6048 * gdb.base/printcmds.c (some_struct): New struct and instance.
6049 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
6050 procedure.
6051 <global scope>: Call it.
6052
6da78614
KW
60532011-01-21 Ken Werner <ken.werner@de.ibm.com>
6054
6055 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
6056 argument to the gdb_compile_opencl_hostapp call.
6057
ec64c9aa
YQ
60582011-01-19 Yao Qi <yao@codesourcery.com>
6059
6060 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
6061 positve list.
6062
810cfdbb
YQ
60632011-01-19 Yao Qi <yao@codesourcery.com>
6064
6065 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
6066 canonical form.
6067 Remove "xscale-*-*"
6068 * gdb.xml/tdesc-regs.exp: Likewise.
6069 * gdb.python/py-section-script.exp: Replace ARM target triplet
6070 with canonical form.
6071 Match arm*-*-symbianelf*.
6072 * gdb.base/dup-sect.exp: Likewise.
6073 * lib/dwarf.exp: New.
6074 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
6075 dwarf2_support.
6076 * gdb.dwarf2/dup-psym.exp: Likewise.
6077 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
6078 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6079 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
6080 * gdb.dwarf2/dw2-basic.exp: Likewise.
6081 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6082 * gdb.dwarf2/dw2-const.exp: Likewise.
6083 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
6084 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
6085 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6086 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
6087 * gdb.dwarf2/dw2-filename.exp: Likewise.
6088 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6089 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
6090 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6091 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6092 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
6093 * gdb.dwarf2/dw2-noloc.exp: Likewise.
6094 * gdb.dwarf2/dw2-op-call.exp: Likewise.
6095 * gdb.dwarf2/dw2-producer.exp: Likewise.
6096 * gdb.dwarf2/dw2-ranges.exp: Likewise.
6097 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
6098 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
6099 * gdb.dwarf2/dw2-strp.exp: Likewise.
6100 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
6101 * gdb.dwarf2/implptr.exp: Likewise.
6102 * gdb.dwarf2/mac-fileno.exp: Likewise.
6103 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
6104 * gdb.dwarf2/pieces.exp: Likewise.
6105 * gdb.dwarf2/pr11465.exp: Likewise.
6106 * gdb.dwarf2/valop.exp: Likewise.
6107 * gdb.dwarf2/watch-notconst.exp: Likewise.
6108 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
6109
4694da01
TT
61102011-01-19 Tom Tromey <tromey@redhat.com>
6111
6112 * gdb.python/py-infthread.exp: Add thread tests.
6113
b075872c
JB
61142011-01-14 Joel Brobecker <brobecker@adacore.com>
6115
6116 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
6117
2c3e6e24
JB
61182011-01-14 Joel Brobecker <brobecker@adacore.com>
6119
6120 * gdb.ada/widewide: New testcase.
6121
de8fa76c
JB
61222011-01-13 Joel Brobecker <brobecker@adacore.com>
6123
6124 * gdb.base/interact.exp: New testcase.
6125
1b05df00
TT
61262011-01-12 Tom Tromey <tromey@redhat.com>
6127
6128 * gdb.mi/gdb2549.exp: Update for error message changes.
6129 * gdb.mi/mi-cli.exp: Likewise.
6130 * gdb.mi/mi-disassemble.exp: Likewise.
6131 * gdb.mi/mi-pthreads.exp: Likewise.
6132 * gdb.mi/mi-regs.exp: Likewise.
6133 * gdb.mi/mi-stack.exp: Likewise.
6134 * gdb.mi/mi-var-block.exp: Likewise.
6135 * gdb.mi/mi-var-cmd.exp: Likewise.
6136 * gdb.mi/mi2-cli.exp: Likewise.
6137 * gdb.mi/mi2-disassemble.exp: Likewise.
6138 * gdb.mi/mi2-pthreads.exp: Likewise.
6139 * gdb.mi/mi2-regs.exp: Likewise.
6140 * gdb.mi/mi2-stack.exp: Likewise.
6141 * gdb.mi/mi2-var-block.exp: Likewise.
6142 * gdb.mi/mi2-var-cmd.exp: Likewise.
6143
c2ff108b
JK
61442011-01-12 Andrew Burgess <aburgess@broadcom.com>
6145 Jan Kratochvil <jan.kratochvil@redhat.com>
6146
6147 PR fortran/11104 and DWARF unbound arrays detection.
6148 * gdb.fortran/multi-dim.exp: New file.
6149 * gdb.fortran/multi-dim.f90: New file.
6150
b716877b
AB
61512011-01-12 Andrew Burgess <aburgess@broadcom.com>
6152
6153 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
6154 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
6155 add new tests for opcode dumping.
6156
6c162d5e
TT
61572011-01-11 Tom Tromey <tromey@redhat.com>
6158
6159 * gdb.python/py-infthread.exp: Load gdb-python.exp.
6160
77b06cd7
TJB
61612010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
6162
6163 Convert hardware watchpoints to use breakpoint_ops.
6164 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
6165 type is not supported.
6166 * gdb.base/foll-fork.exp: Likewise.
6167 * gdb.base/foll-vfork.exp: Likewise.
6168
f39a75d0
PM
61692011-01-10 Phil Muldoon <pmuldoon@redhat.com>
6170
6171 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
6172 Use load_lib gdb-python.exp.
6173 * gdb.python/python.exp: Ditto.
6174 * gdb.python/py-function.exp: Ditto.
6175
fc529d80
AS
61762011-01-09 Andreas Schwab <schwab@linux-m68k.org>
6177
6178 * gdb.threads/tls.exp ("info address me"): Fix expected output.
6179
fb03cb59
JK
61802011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6181
6182 * configure: Regenerate.
6183
d8e22779
TT
61842011-01-06 Tom Tromey <tromey@redhat.com>
6185
6186 * gdb.python/py-frame.exp: Test gdb.newest_frame.
6187
09050809
JB
61882011-01-06 Joel Brobecker <brobecker@adacore.com>
6189
fc529d80
AS
6190 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
6191 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
6192 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
6193 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
6194 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
6195 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
6196 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
6197 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
6198 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
6199 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
6200 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
6201 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
6202 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
6203 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
6204 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
6205 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
6206 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
6207 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
6208 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
6209 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
6210 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
6211 gdb.ada/uninitialized_vars.exp,
6212 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
6213 Simplify by using clean_restart.
09050809 6214
8ed5dd9e
JB
62152011-01-06 Joel Brobecker <brobecker@adacore.com>
6216
6217 Add marker to be used as anchor for inserting breakpoints.
6218 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
6219 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
6220 Likewise.
6221
6222 Remove uses of gdb_start_cmd.
6223 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
6224 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
6225
6226 Do not run testcase if testing with GDBserver.
6227 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
6228 if testing with GDBserver.
6229
368a124f
JB
62302011-01-06 Joel Brobecker <brobecker@adacore.com>
6231
6232 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
6233 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
6234 copyright header.
6235
44944448
JB
62362011-01-05 Joel Brobecker <brobecker@adacore.com>
6237
6238 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
6239 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
6240 testsuite/gdb.fortran/complex.f,
6241 testsuite/gdb.fortran/derived-type.f90,
6242 testsuite/gdb.fortran/library-module-lib.f90,
6243 testsuite/gdb.fortran/library-module-main.f90,
6244 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
6245 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
6246 Copyright year update.
6247
31886ea6
JB
62482011-01-05 Joel Brobecker <brobecker@adacore.com>
6249
6250 * gdb.base/langs1.f: Add copyright header.
6251
ebedcab5
JK
62522011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6253
6254 * gdb.base/morestack.exp: New file.
6255 * gdb.base/morestack.c: New file.
6256
de1eb2f9
JK
62572011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6258
6259 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
6260
9e87a409
JB
62612010-12-29 Joel Brobecker <brobecker@adacore.com>
6262
6263 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
6264 * gdb.ada/arrayptr.exp: Add test printing that new variable.
6265
720d1a40
JB
62662010-12-29 Joel Brobecker <brobecker@adacore.com>
6267
6268 * gdb.ada/lang_switch.exp: Correct expected parameter value.
6269
a283af87
AS
62702010-12-25 Andreas Schwab <schwab@linux-m68k.org>
6271
5d3d9cba
AS
6272 * gdb.threads/tls.exp: Fix typo.
6273
a283af87
AS
6274 * gdb.threads/thread-specific.exp (get_thread_list): Update.
6275 * gdb.threads/execl.exp: Update.
6276
2a20745c
YQ
62772010-12-23 Yao Qi <yao@codesourcery.com>
6278
6279 * gdb.arch/arm-disp-step.exp: New.
6280 * gdb.arch/arm-disp-step.S: New.
6281
a7658b96
TT
62822010-12-21 Tom Tromey <tromey@redhat.com>
6283
6284 * gdb.threads/execl.exp: Update.
6285 * gdb.threads/linux-dp.exp: Update.
6286 * gdb.threads/manythreads.exp: Update.
6287 * gdb.threads/tls.exp: Update.
6288
5b79abe7
TT
62892010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6290
6291 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
6292 (NextOverThrowDerivates) <resumebpt>: New.
6293 (resumebpt_test): New.
6294 (main): Call resumebpt_test.
6295 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
6296
0914bcdb
SS
62972010-12-12 Stan Shebs <stan@codesourcery.com>
6298
6299 * gdb.trace/tsv.exp: Test print command on trace state variables.
6300
305aeedc
TT
63012010-12-09 Tom Tromey <tromey@redhat.com>
6302
6303 * gdb.base/interp.exp: Add regression test.
6304
186c406b
TT
63052010-12-09 Tom Tromey <tromey@redhat.com>
6306
6307 * gdb.java/jnpe.java: New file.
6308 * gdb.java/jnpe.exp: New file.
6309 * gdb.cp/nextoverthrow.exp: New file.
6310 * gdb.cp/nextoverthrow.cc: New file.
6311
aae1c79a
DE
63122010-12-07 Doug Evans <dje@google.com>
6313
6314 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
6315 of data-directory.
6316 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
6317 updated.
6318 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
6319
60f98dde 63202010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
6321
6322 * gdb.base/callfuncs.exp: Test for skip_float_tests.
6323 * gdb.base/call-sc.exp: Ditto.
6324 * gdb.base/finish.exp: Ditto.
6325 * gdb.base/return.exp: Ditto.
6326 * gdb.base/return2.exp: Ditto.
6327
5fa290c1
DE
63282010-11-30 Doug Evans <dje@google.com>
6329
6330 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
6331 (gdb_expect_list): Fix spelling errors in comments.
6332 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
6333 send_gdb/gdb_expect_list where applicable.
6334 * gdb.base/call-ar-st.exp: Ditto.
6335 * gdb.base/funcargs.exp: Ditto.
6336 * gdb.base/gcore.exp: Ditto.
6337 * gdb.base/page.exp: Ditto.
6338 * gdb.base/sigaltstack.exp: Ditto.
6339 * gdb.base/siginfo.exp: Ditto.
6340 * gdb.base/sigstep.exp: Ditto.
6341 * gdb.base/trace-commands.exp: Ditto.
6342
4e04c971
DE
63432010-11-29 Doug Evans <dje@google.com>
6344
6345 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
6346 printer-name;subprinter-name.
6347
8cf6f0b1
TT
63482010-11-29 Tom Tromey <tromey@redhat.com>
6349
6350 * gdb.dwarf2/implptr.exp: New file.
6351 * gdb.dwarf2/implptr.c: New file.
6352 * gdb.dwarf2/implptr.S: New file.
6353
94b6973e
PM
63542010-11-29 Phil Muldoon <pmuldoon@redhat.com>
6355
fc529d80 6356 PR python/12199
94b6973e
PM
6357
6358 * gdb.python/py-breakpoint.exp: Test the delete method.
6359
8358c15c
JK
63602010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6361
6362 Fix step_resume_breakpoint unsaved during an infcall.
6363 * gdb.base/step-resume-infcall.exp: New file.
6364 * gdb.base/step-resume-infcall.c: New file.
6365
f6df29bc
TJB
63662010-11-24 Edjunior Machado <emachado@br.ibm.com>
6367
6368 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
6369
f2b5a5cf
TJB
63702010-11-24 Edjunior Machado <emachado@br.ibm.com>
6371
6372 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
6373 on ppc64's symbols; "finish" and "return" commands must accept to
6374 show the caller line again as well as the line after.
6375 * gdb.asm/powerpc64.inc: New file.
6376
6b0ecdc2
DE
63772010-11-23 Doug Evans <dje@google.com>
6378
6379 * lib/gdb.exp (gdb_test_sequence): New function.
6380 (gdb_expect_list): Add verbose -log call for each pattern.
6381 * gdb.base/signals.exp (test_handle_all_print): Call it.
6382 Reduce timeout increment from 6 minutes to 1 minute.
6383 * gdb.server/ext-run.exp: Call it.
6384
ea976c60
PM
63852010-11-23 Phil Muldoon <pmuldoon@redhat.com>
6386
f2b5a5cf 6387 PR python/12212
ea976c60
PM
6388
6389 * gdb.python/python.exp: Check that selected_thread raises an
6390 error when no inferior is loaded.
6391
c0efa795
JK
63922010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6393
6394 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
6395 * gdb.dwarf2/dw2-stack-boundary.S: New file.
6396
ec3aa567
JK
63972010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6398
6399 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
6400 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
6401
d8249011
DE
64022010-11-18 Doug Evans <dje@google.com>
6403
6404 * gdb.server/ext-run.exp: Fix intermittent failures.
6405
d4eba7d1
NF
64062010-11-12 Nathan Froyd <froydnj@codesourcery.com>
6407
6408 * gdb.stabs/gdb11479.exp: Use runto_main.
6409
b04c2f88
NF
64102010-11-12 Nathan Froyd <froydnj@codesourcery.com>
6411
6412 * gdb.base/break-entry.exp: Skip if using a stub.
6413
ae9d7ce4
NF
64142010-11-12 Nathan Froyd <froydnj@codesourcery.com>
6415
6416 * gdb.python/py-inferior.exp: Pack values in target endianness.
6417
621c8364
TT
64182010-11-12 Tom Tromey <tromey@redhat.com>
6419
6420 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
6421 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
6422 MemoryError.
6423 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
6424 type.
6425 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
6426 MemoryError.
6427 (test_subscript_regression): Update exception type.
6428
84f4c1fe
PM
64292010-11-11 Phil Muldoon <pmuldoon@redhat.com>
6430
6431 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
6432 breakpoint tests.
6433
a1442452
PA
64342010-11-09 Pedro Alves <pedro@codesourcery.com>
6435
6436 * gdb.base/watchpoint.exp: Test "watch -location" with an
6437 innacessible location.
6438
efd11a33
JK
64392010-11-09 Edjunior Machado <emachado@br.ibm.com>
6440 Luis Machado <luisgpm@br.ibm.com>
6441
6442 * gdb.base/maint.exp: Expect "." prefix.
6443 * gdb.base/nodebug.exp: Expect "." Likewise.
6444 * gdb.base/sepsymtab.exp: Expect "." Likewise.
6445 * gdb.base/watchpoint-cond-gone.exp: Likewise.
6446 * gdb.base/watchpoint.exp: Expect a software watch to be created for
6447 POWER server processors.
6448
aa00efb5
JK
64492010-11-08 Edjunior Machado <emachado@br.ibm.com>
6450 Luis Machado <luisgpm@br.ibm.com>
6451
6452 * gdb.base/break-entry.exp: convert entry point for
6453 ppc64 and expect leading `.' on ppc64's symbols
6454
99e7ae30
DE
64552010-11-05 Doug Evans <dje@google.com>
6456
6457 * gdb.base/help.exp: Update expected output.
b521dba8
DE
6458 * gdb.python/py-param.exp: Delete, contents moved to ...
6459 * gdb.python/py-parameter.exp: ... here. New file.
6460 Add test for gdb.parameter ("directories").
99e7ae30 6461
f4b8a18d
KW
64622010-11-05 Ken Werner <ken.werner@de.ibm.com>
6463
6464 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
6465 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
6466 * configure: Regenerate.
6467 * gdb.opencl/Makefile.in: New File.
6468 * gdb.opencl/datatypes.exp: Likewise.
6469 * gdb.opencl/datatypes.cl: Likewise.
6470 * gdb.opencl/operators.exp: Likewise.
6471 * gdb.opencl/operators.cl: Likewise.
6472 * gdb.opencl/vec_comps.exp: Likewise.
6473 * gdb.opencl/vec_comps.cl: Likewise.
6474 * gdb.opencl/convs_casts.exp: Likewise.
6475 * gdb.opencl/convs_casts.cl: Likewise.
6476 * lib/opencl.exp: Likewise.
6477 * lib/opencl_hostapp.c: Likewise.
6478 * lib/opencl_kernel.cl: Likewise.
6479 * lib/cl_util.c: Likewise.
6480 * lib/cl_util.c: Likewise.
6481 * gdb.base/default.exp (set language): Add "opencl" to the list of
6482 languages.
6483
a9d5ef47
SW
64842010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
6485
6486 * gdb.cp/overload.exp: Added test for inheritance overload.
6487 * gdb.cp/overload.cc: Ditto.
6488 * gdb.cp/oranking.exp: Removed releveant kfails.
6489
03eb1c79
JK
64902010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6491 Joel Brobecker <brobecker@adacore.com>
6492
6493 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
6494 check test_compiler_info.
6495
dbc98a8b
KW
64962010-11-03 Ken Werner <ken.werner@de.ibm.com>
6497
6498 * gdb.base/gnu_vector.exp: Adjust expect messages.
6499
120bd360
KW
65002010-11-03 Ken Werner <ken.werner@de.ibm.com>
6501
6502 * gdb.base/gnu_vector.exp: Add unary operator tests.
6503
c37f7098
KW
65042010-11-03 Ken Werner <ken.werner@de.ibm.com>
6505
6506 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
6507
7b51bc51
DE
65082010-11-02 Doug Evans <dje@google.com>
6509
6510 * gdb.python/py-pp-maint.c: New file.
6511 * gdb.python/py-pp-maint.exp: New file.
6512 * gdb.python/py-pp-maint.py: New file.
6513
50c97f38
TT
65142010-11-02 Tom Tromey <tromey@redhat.com>
6515
6516 * gdb.base/default.exp: Remove "scheme" from language list.
6517
a289b8f6
JK
65182010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6519
6520 Revert:
6521 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6522 * gdb.threads/sigstep-threads.exp: New file.
6523 * gdb.threads/sigstep-threads.c: New file.
6524
cd017491
MS
65252010-10-20 Michael Snyder <msnyder@vmware.com>
6526
6527 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
6528
8e6a5956
UW
65292010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6530
6531 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
6532 Skip test completely if gdb,no_hardware_watchpoints.
6533
2c04da0d
UW
65342010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6535
6536 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
6537 strict, but do not check for any particular function name within libc.
6538
79afc5ef
SW
65392010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
6540
6541 * gdb.cp/smartp.exp: New test.
6542 * gdb.cp/smartp.cc : New test.
6543
026ffab7
SW
65442010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
6545
6546 * gdb.cp/converts.exp: Test pointer to bool conversion.
6547 Test pointer to long conversion.
6548 * gdb.cp/oranking.exp: Removed relevant kfail.
6549
3a772aa4
TT
65502010-10-18 Tom Tromey <tromey@redhat.com>
6551
6552 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
6553 argument to lazy_string.
6554 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
6555 (pp_ls.to_string): Use it.
6556 * gdb.python/py-prettyprint.c (main): Move declarations to top.
6557 Add "estring2" local.
6558
5fc3827b
JK
65592010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6560
6561 Fix s390x compatibility.
6562 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
6563 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
6564
8aeb23f3
JK
65652010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6566
6567 * gdb.threads/sigstep-threads.exp: New file.
6568 * gdb.threads/sigstep-threads.c: New file.
6569
c1e56572
JK
65702010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6571
6572 * gdb.base/pie-execl.exp: New file.
6573 * gdb.base/pie-execl.c: New file.
6574
92163a10
JK
65752010-10-13 Doug Evans <dje@google.com>
6576 Jan Kratochvil <jan.kratochvil@redhat.com>
6577
6578 PR exp/12117
6579 * gdb.cp/ptype-cv-cp.cc: New file.
6580 * gdb.cp/ptype-cv-cp.exp: New file.
6581
7062b0a0
SW
65822010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
6583
6584 * gdb.cp/converts.cc: New test program.
6585 * gdb.cp/converts.exp: New test.
6586 * gdb.cp/overload.exp: Added test for void* vs int*.
6587 * gdb.cp/overload.exp: Ditto.
6588 * gdb.cp/oranking.exp: Removed related kfail.
6589
0e3509db
DE
65902010-10-13 Doug Evans <dje@google.com>
6591
6592 * lib/gdb-python.exp (gdb_check_python_config): New function.
6593 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
6594 * gdb.python/lib-types.cc: New file.
6595 * gdb.python/lib-types.exp: New file.
6596
8dc78533
JK
65972010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6598
6599 * gdb.python/py-error.exp: New file.
6600 * gdb.python/py-error.py: New file.
6601
93c17e06
JK
66022010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6603
6604 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
6605 gdb_test_multiple.
6606
d8b34041
JK
66072010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6608
6609 * gdb.base/break-interp.exp: Use ldlags for linking flags.
6610 * gdb.base/prelink.exp: Likewise.
6611 * gdb.base/solib-nodir.exp: Likewise.
6612 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
6613 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
6614 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
6615
e0cc584e
UW
66162010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6617
6618 * break-interp.exp (test_ld): Use two separate gdb_expect statements
6619 for the "info files" test to avoid timeouts on slow machines.
6620
cfc353b1
JK
66212010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6622
6623 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
6624 (main): Make openlib dummy call.
6625
d3d7896d
JK
66262010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6627
6628 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
6629 * break-interp.exp (reach): Move the core body ...
6630 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
6631 (test_ld): Provide always real argument, even to the linker. Replace
6632 dl_main by _dl_debug_state.
6633
5e533c94
JK
66342010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6635
6636 Fix results of prelinked PIEs on ppc*.
6637 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
6638 Accept also DISPLACEMENT "PRESENT".
6639 (main): Replace "ZERO" displacements by "PRESENT".
6640
33540610
SW
66412010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
6642
6643 * gdb.cp/oranking.exp: New test.
6644 * gdb.cp/oranking.cc: New test program.
6645
3bdf2bbd
KW
66462010-10-08 Ken Werner <ken.werner@de.ibm.com>
6647
6648 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
6649 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
6650
2f608a3a
KW
66512010-10-06 Ken Werner <ken.werner@de.ibm.com>
6652
6653 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
6654 lush, lynx) New constant.
6655 * gdb.base/constvars.exp: Test const array types.
6656 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
6657
aa2e2d8d
DE
66582010-10-06 Doug Evans <dje@google.com>
6659
6660 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
6661 of syscall staging area.
6662
2844d6b5
KW
66632010-10-06 Ken Werner <ken.werner@de.ibm.com>
6664
6665 * gdb.base/gnu_vector.c: Add variable c4.
6666 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
6667 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
6668
7d8ac8bb
MR
66692010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
6670
6671 * gdb.arch/altivec-abi.exp: Fix a typo.
6672
84a02e58
MR
66732010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
6674
6675 * lib/mi-support.exp (thread_selected_re): Correct pattern used
6676 to match a thread ID.
6677
b18e6318
JK
66782010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6679
6680 Fix s390x testcase compatibility.
6681 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
6682
a2c09bd0
DE
66832010-10-01 Doug Evans <dje@google.com>
6684
6685 * lib/gdb-python.exp: New file.
6686 * gdb.python/py-block.exp: Use it.
6687 * gdb.python/py-breakpoint.exp: Ditto.
6688 * gdb.python/py-frame.exp: Ditto.
6689 * gdb.python/py-inferior.exp: Ditto.
6690 * gdb.python/py-param.exp: Ditto.
6691 * gdb.python/py-prettyprint.exp: Ditto.
6692 * gdb.python/py-shared.exp: Ditto.
6693 * gdb.python/py-symbol.exp: Ditto.
6694 * gdb.python/py-symtab.exp: Ditto.
6695 * gdb.python/py-type.exp: Ditto.
6696 * gdb.python/py-value.exp: Ditto.
6697 * gdb.python/python.exp: Ditto.
6698
38f12cfc
TT
66992010-09-30 Tom Tromey <tromey@redhat.com>
6700
6701 * gdb.base/anon.exp: New file.
6702 * gdb.base/anon.c: New file.
6703
9ae8282d
TT
67042010-09-30 Tom Tromey <tromey@redhat.com>
6705
6706 * gdb.base/completion.exp: Test completion through anonymous
6707 union.
6708 * gdb.base/break1.c (struct some_struct): Add anonymous union.
6709
e9e07ba6
JK
67102010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6711
6712 Fix printing parameters of inlined functions.
6713 * gdb.dwarf2/dw2-inline-param.exp: New file.
6714 * gdb.dwarf2/dw2-inline-param-main.c: New file.
6715 * gdb.dwarf2/dw2-inline-param.S: New file.
6716
cd2effb2
JK
67172010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6718
6719 PR corefiles/12071.
6720 * gdb.base/corefile.exp (quit with a process, no question: load core)
6721 (quit with a core file): New tests.
6722
bceffbf3
JK
67232010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6724
6725 Fix GDB crash on inferior calls with self-referencing classes.
6726 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
6727 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
6728 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
6729
1736ad11
JK
67302010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6731
6732 Fix lost siginfo_t for inferior calls.
6733 * gdb.base/siginfo-infcall.exp: New file.
6734 * gdb.base/siginfo-infcall.c: New file.
6735
a176ad92
JB
67362010-09-22 Joel Brobecker <brobecker@adacore.com>
6737
6738 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
6739
c2b0a229
JK
67402010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6741
6742 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
6743 New test.
6744 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
6745
e8ae22d1
JB
67462010-09-22 Joel Brobecker <brobecker@adacore.com>
6747
6748 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
6749 type of our const type.
6750
ec322823
SW
67512010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
6752
6753 * gdb.cp/pr12028.cc: New.
6754 * gdb.cp/pr12028.exp: New.
6755
72929c62
JB
67562010-09-22 Joel Brobecker <brobecker@adacore.com>
6757
6758 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
6759
875b4ff5 67602010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 6761 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
6762
6763 PR mi/11407
6764 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
6765 * gdb.mi/dw2-ref-missing-frame-main.c New File.
6766 * gdb.mi/dw2-ref-missing-frame.S New File.
6767 * gdb.mi/dw2-ref-missing-frame.exp New File.
6768
7155d578
TT
67692010-09-14 Tom Tromey <tromey@redhat.com>
6770
6771 PR symtab/8399:
6772 * gdb.threads/tls.exp: Remove kfail. Update expected output.
6773
515ed532
TT
67742010-09-14 Tom Tromey <tromey@redhat.com>
6775
6776 PR exp/11803:
6777 * gdb.threads/tls.exp: Use C++.
6778 (check_thread_local): Use K::another_thread_local.
6779 * gdb.threads/tls.c (class K): New.
6780 (another_thread_local): Now a member of K.
6781 (spin): Update. No longer K&R C.
6782
450ca57c
SW
67832010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
6784
6785 * gdb.cp/koenig.cc: created class for testing member lookup.
6786 * gdb.cp/koenig.exp: Added test for member lookup.
6787
dbd492a3
JK
67882010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6789
6790 Fix false FAILs on sourcetree topdir directory containing "kill".
6791 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
6792 source line matching regexp.
6793
8d4d924b
JK
67942010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6795
6796 * gdb.python/python.exp (set height 0, collect help from uiout)
6797 (verify help to uiout): New tests.
6798
8e64f2a0
JK
67992010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6800
6801 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
6802 is_lp64_target to check 64bit target.
6803
4569eed2
JK
68042010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6805
6806 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
6807 (test_ld) <powerpc64-*>: New.
6808
5e1617b1
DJ
68092010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
6810
6811 * gdb.cp/templates.exp (test_template_args): Allow "struct".
6812
c767944b
DJ
68132010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
6814
6815 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
6816 (FunctionArg::method): New function.
6817 (empty, arg): New variables.
6818 (main): Call arg.method.
6819 * gdb.cp/templates.exp (test_template_args): New function.
6820 (do_tests): Call it.
6821
27d3a3fc
UW
68222010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
6823
6824 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
6825 of "next" to proceed over pthread_exit call.
6826
55b7ce7f
UW
68272010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
6828
6829 * gdb.base/maint.exp: Avoid wildcards against potentially very long
6830 "maint print statistics" output to prevent expect timeouts.
6831
809df446
JK
68322010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6833
6834 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
6835 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
6836 (test_float_rejected): ... here.
6837 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
6838 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
6839 (test_float_rejected): ... here.
6840 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
6841 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
6842 (test_float_rejected): ... here.
6843 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
6844 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
6845 (test_float_rejected): ... here.
6846
8464be76
DJ
68472010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6848
6849 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
6850 before disabling hardware watchpoints.
6851 (test_inaccessible_watchpoint): Check that hardware watchpoints
6852 are used. Test for watchpoints on a constant address.
6853
14dba4b4
JK
68542010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6855
6856 * gdb.base/ui-redirect.exp: New file.
6857
3f3540e1 68582010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 6859 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
6860
6861 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
6862
0f254bb7
DE
68632010-08-31 Doug Evans <dje@google.com>
6864
6865 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
6866
03f17ccf
TT
68672010-08-30 Tom Tromey <tromey@redhat.com>
6868
6869 PR python/11792:
6870 * gdb.python/py-value.exp (test_subscript_regression): Add
6871 dynamic_type test.
6872
640617ad
DJ
68732010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
6874
6875 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
6876 instead of running to main. Do not test the main function.
6877 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
6878 Add new main.
6879
2ed91d1b
PA
68802010-08-26 Pedro Alves <pedro@codesourcery.com>
6881
6882 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
6883 one test.
6884
673bfd45
DE
68852010-08-24 Doug Evans <dje@google.com>
6886
6887 PR symtab/11942
6888 * gdb.dwarf2/dw4-sig-types.cc: New file.
6889 * gdb.dwarf2/dw4-sig-types.h: New file.
6890 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
6891 * gdb.dwarf2/dw4-sig-types.exp: New file.
6892
f9ffd4bb
TT
68932010-08-23 Tom Tromey <tromey@redhat.com>
6894
6895 PR python/11145:
6896 * gdb.python/py-value.c (Base, Derived): New types.
6897 (base): New global.
6898 * gdb.python/py-value.exp (test_subscript_regression): Add
6899 dynamic_cast test.
6900
d839c8a4
TT
69012010-08-23 Tom Tromey <tromey@redhat.com>
6902
6903 PR python/10676:
6904 * gdb.python/py-type.exp (test_fields): Add tests for type
6905 equality.
6906
702c2711
TT
69072010-08-23 Tom Tromey <tromey@redhat.com>
6908
6909 PR python/11915:
6910 * gdb.python/py-type.exp (test_fields): Add tests for array.
6911
832bafd3
KS
69122010-08-23 Keith Seitz <keiths@redhat.com>
6913
6914 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
6915 have any children. Create a new abbrev for it.
6916 Add missing terminal sequence to .debug_abbrev.
6917
c37bf528
KS
69182010-08-20 Keith Seitz <keiths@redhat.com>
6919
6920 PR symtab/11465:
6921 * gdb.dwarf2/pr11465.exp: New test.
6922 * gdb.dwarf2/pr11465.S: New file.
6923 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
6924 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
6925
4572cbac
TJB
69262010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
6927
6928 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
6929 registers. Update data sets with the new v2_double element in the
6930 VSX register union. Add vector_register3_vr data set for the AltiVec
6931 registers. Use gdb_test_no_output instead of send_gdb.
6932
e7fbb131
PA
69332010-08-19 Pedro Alves <pedro@codesourcery.com>
6934
6935 * gdb.python/py-shared.exp: New file, factored out from
6936 python.exp.
6937 * gdb.python/py-shared.c: New file.
6938 * gdb.python/py-shared-sl.c: New file.
6939 * gdb.python/python-1.c: New file.
6940 * gdb.python/python-sl.c: Delete.
6941 * gdb.python/python.c: Mention python-1.c.
6942 * gdb.python/python.exp: Move shared library tests to
6943 py-shared.exp.
6944 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
6945 (MISCELLANEOUS): New.
6946 (clean mostlyclean): Also remove $MISCELLANEOUS.
6947
d30f5e1f
DE
69482010-08-19 Doug Evans <dje@google.com>
6949
6950 PR exp/11926
6951 * gdb.base/printcmds.exp (test_float_accepted): New function.
6952 Move existing float tests there. Add tests for floats with suffixes.
6953 (test_float_rejected): New function.
6954 * gdb.java/jv-print.exp (test_float_accepted): New function.
6955 (test_float_rejected): New function.
6956 * gdb.objc/print.exp: New file.
6957 * gdb.pascal/print.exp: New file.
6958 * lib/objc.exp: New file.
6959
7b3fd859
PM
69602010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
6961
6962 * gdb.base/default.exp (info set): Avoid full buffer error and force
6963 reading up to final gdb prompt.
6964 (show): Likewise.
6965
c92817ce
TT
69662010-08-18 Tom Tromey <tromey@redhat.com>
6967
6968 PR symtab/11919:
6969 * gdb.base/completion.exp: Add test.
6970
f1208f9e
DE
69712010-08-18 Doug Evans <dje@google.com>
6972
6973 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
6974 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
6975 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
6976 Simplify, early exit if runto_main fails.
6977 * gdb.fortran/exprs.exp: load_lib fortran.exp.
6978 (set_lang_fortran): Moved to lib/fortran.exp.
6979 * gdb.fortran/types.exp: load_lib fortran.exp.
6980 (set_lang_fortran): Moved to lib/fortran.exp.
6981 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
6982 * gdb.java/jprint.exp (set_lang_java): Ditto.
6983 * gdb.java/jv-exp.exp: load_lib java.exp.
6984 If set_lang_java fails, issue a warning instead of failure to be
6985 consistent with other set_lang_foo uses.
6986 (set_lang_java): Moved to lib/java.exp.
6987 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
6988 If set_lang_java fails, issue a warning instead of failure to be
6989 consistent with other set_lang_foo uses.
6990 * gdb.pascal/types.exp: load_lib pascal.exp.
6991 (set_lang_pascal): Moved to lib/pascal.exp.
6992 * lib/fortran.exp: New file.
6993 * lib/java.exp (set_lang_java): New function.
6994 * lib/pascal.exp (set_lang_pascal): New function.
6995
2f06b485
YQ
69962010-08-18 Yao Qi <yao@codesourcery.com
6997
6998 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
6999 func_nofb_start and func_loopfb_start, so that address of functions
7000 is equal to these labels on Thumb.
7001
96e25403
YQ
70022010-08-18 Yao Qi <yao@codesourcery.com>
7003
7004 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
7005 to reflect latest c source file.
7006
36e6adc4
JK
70072010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7008
7009 * gdb.cp/infcall-dlopen.exp: New file.
7010 * gdb.cp/infcall-dlopen.cc: New file.
7011 * gdb.cp/infcall-dlopen-lib.cc: New file.
7012
f431efe5
PA
70132010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7014 Pedro Alves <pedro@codesourcery.com>
7015
7016 PR breakpoints/11371
7017
7018 * gdb.base/watch-cond-infcall.exp: New file.
7019 * gdb.base/watch-cond-infcall.c: New file.
7020
06a64a0b
TT
70212010-08-16 Tom Tromey <tromey@redhat.com>
7022
7023 * gdb.base/help.exp: Update.
7024 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
7025 watchpoint.
7026 (test_watch_location): New proc.
7027 (test_watchpoint_in_big_blob): Delete watchpoint.
7028 * gdb.base/watchpoint.c (func5): New function.
7029 (main): Call it.
7030
70ebf4ed
DE
70312010-08-16 Doug Evans <dje@google.com>
7032
7033 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
7034
ca5c20b6
PM
70352010-08-11 Phil Muldoon <pmuldoon@redhat.com>
7036
7037 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
7038 tests.
7039
7346b668
KW
70402010-08-11 Ken Werner <ken.werner@de.ibm.com>
7041
7042 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
7043 * gdb.base/gnu_vector.c: New File.
7044 * gdb.base/gnu_vector.exp: Likewise.
7045
cb2e07a6
PM
70462010-08-11 Phil Muldoon <pmuldoon@redhat.com>
7047
7048 * gdb.python/python.c: New File.
7049 * gdb.python/python-sl.c: New File.
7050 * gdb.python/python.exp: Test solib_address and decode_line
7051 * functions.
7052
5da1313b
JK
70532010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7054
7055 * gdb.python/python.exp (show height, set height 10)
7056 (verify pagination beforehand, verify pagination beforehand: q)
7057 (gdb.execute does not page, verify pagination afterwards)
7058 (verify pagination afterwards: q): New.
7059
49c3ccf7
DE
70602010-08-02 Doug Evans <dje@google.com>
7061
7062 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
7063 because of an older gcc, change test2
7064 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
7065 to unsupported.
7066
42c0c4f1
KH
70672010-07-30 Kazu Hirata <kazu@codesourcery.com>
7068
7069 * gdb.base/break-always.exp: Do not expect full paths to file
7070 names.
7071 * gdb.base/commands.exp: Likewise.
7072
d3765805
DE
70732010-07-30 Doug Evans <dje@google.com>
7074
c98ee71b
DE
7075 * gdb.cp/temargs.exp: For new tests that require newer gccs,
7076 xfail them when run with older gccs.
7077
fd961404
DE
7078 * lib/gdb.exp (build_executable): Forward "c++" option to
7079 get_compiler_info.
7080
999adef4
DE
7081 * gdb.python/py-type.exp (test_template): Mark as xfail tests
7082 "python print ttype.template_argument(1)" and
7083 "python print isinstance(ttype.template_argument(1), gdb.Value)"
7084 if using gcc 4.4 or earlier.
7085
d3765805
DE
7086 * gdb.base/valgrind-db-attach.exp: Use unique test name for
7087 attach-to-debugger handling.
7088
1276c759
JK
70892010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7090
7091 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
7092 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
7093 (main): Use copyreloc.
7094 * gdb.base/prelink.exp (split debug of executable)
7095 (.dynbss vs. .bss address shift): New tests.
7096
88caa9b9
PA
70972010-07-29 Pedro Alves <pedro@codesourcery.com>
7098
7099 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
7100 in gdb_test_multiple.
7101
c6f2ac43
PA
71022010-07-29 Pedro Alves <pedro@codesourcery.com>
7103
7104 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
7105 environment.
7106
326fd672
TT
71072010-07-28 Tom Tromey <tromey@redhat.com>
7108
7109 PR python/11060:
7110 * gdb.python/py-type.c (Temargs): New template.
7111 (temvar): New variable.
7112 * gdb.python/py-type.exp (test_template): New proc.
7113
3ce3b1ba
PA
71142010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7115
7116 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
7117 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
7118
34eaf542
TT
71192010-07-28 Tom Tromey <tromey@redhat.com>
7120
7121 PR c++/9946:
7122 * gdb.cp/temargs.exp: New file.
7123 * gdb.cp/temargs.cc: New file.
7124
d41b819e
JK
71252010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7126
7127 * gdb.base/help.exp (help disassemble): Update the content.
7128
26ab7092
JK
71292010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7130
7131 * gdb.threads/ia64-sigill.exp: New file.
7132 * gdb.threads/ia64-sigill.c: New file.
7133
5283e9e1
TT
71342010-07-27 Tom Tromey <tromey@redhat.com>
7135
7136 * gdb.opt/inline-cmds.c (ATTR): New define.
7137 (func1): Use it.
7138 (func2): Likewise.
7139 (func3): Likewise.
7140 (outer_inline1): Likewise.
7141 (outer_inline2): Likewise.
7142 * gdb.opt/inline-bt.c (ATTR): New define.
7143 (func1): Use it.
7144 (func2): Likewise.
7145 * gdb.opt/inline-locals.c (ATTR): New define.
7146 (func1): Use it.
7147 (func2): Likewise.
7148
e992ef73
TT
71492010-07-27 Tom Tromey <tromey@redhat.com>
7150
7151 * gdb.stabs/gdb11479.c (hack): New function.
7152 (test): Use it.
7153 (test2): Use it.
7154 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
7155 (int32_search_buf, int64_search_buf): No longer static.
7156 (x): Remove.
7157 * gdb.base/relocate.c (hack): New function.
7158
5374244e
PM
71592010-07-27 Phil Muldoon <pmuldoon@redhat.com>
7160
7161 * gdb.python/py-value.exp (test_inferior_function_call): New function.
7162 * gdb.python/py-value.c (func1): New function.
7163 (func2): Likewise.
7164
a99aee83
CV
71652010-07-26 Corinna Vinschen <vinschen@redhat.com>
7166
7167 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
7168 as not to clash with .data section.
7169
a04ba985
JG
71702010-07-26 Jerome Guitton <guitton@adacore.com>
7171
7172 * gdb.base/code_elim.exp: New file.
7173 * gdb.base/code_elim1.c: New file.
7174 * gdb.base/code_elim2.c: New file.
7175
23bd0f7c
PA
71762010-07-21 Pedro Alves <pedro@codesourcery.com>
7177
7178 PR symtab/11827
7179
7180 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
7181 (some_volatile_enum): New variable.
7182 * gdb.base/printcmds.exp (test_print_enums): New.
7183 <top level>: Call it.
7184
883df6dd
SW
71852010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
7186
7187 * gdb.cp/fpointer.cc: New test.
7188 * gdb.cp/fpointer.exp: New test.
7189
569b05a5
JK
71902010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7191
7192 * gdb.base/solib-nodir.exp: New file.
7193 * lib/gdb.exp (runto): New case for a GDB internal error.
7194
51d7d803
JK
71952010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7196 Ulrich Weigand <uweigand@de.ibm.com>
7197 Tom Tromey <tromey@redhat.com>
7198
7199 * gdb.base/charset-malloc.c: New file.
7200 * gdb.base/charset.c (malloc_stub): New prototype.
7201 (main): Call it instead of malloc itself.
7202 * gdb.base/charset.exp: Use only prepare_for_testing.
7203 (binfile): Remove the variable.
7204
c0edd9ed
JK
72052010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7206
7207 Make core files the process_stratum.
7208 * gdb.base/corefile.exp (run: load core again)
7209 (run: sanity check we see the core file, run: with core)
7210 (run: core file is cleared, attach: load core again)
7211 (attach: sanity check we see the core file, attach: with core)
7212 (attach: core file is cleared): New tests.
7213 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
7214
3cbaedff
KW
72152010-07-14 Ken Werner <ken.werner@de.ibm.com>
7216
7217 * gdb.arch/altivec-abi.exp: New tests.
7218
91158a56
TT
72192010-07-13 Tom Tromey <tromey@redhat.com>
7220
7221 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
7222 (main): Use it.
7223 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
7224
0f5238ed
TT
72252010-07-13 Tom Tromey <tromey@redhat.com>
7226
7227 * gdb.base/label.exp: New file.
7228 * gdb.base/label.c: New file.
7229
add265ae
L
72302010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
7231 H.J. Lu <hongjiu.lu@intel.com>
7232
7233 * lib/gdb.exp (is_ilp32_target): New.
7234 (is_lp64_target): Likewise.
7235
7236 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
7237 target.
7238 * gdb.arch/amd64-disp-step.exp: Likewise.
7239 * gdb.arch/amd64-dword.exp: Likewise.
7240 * gdb.arch/amd64-i386-address.exp: Likewise.
7241 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 7242
add265ae
L
7243 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
7244 target.
7245 * gdb.arch/i386-bp_permanent.exp: Likewise.
7246 * gdb.arch/i386-byte.exp: Likewise.
7247 * gdb.arch/i386-disp-step.exp: Likewise.
7248 * gdb.arch/i386-gnu-cfi.exp: Likewise.
7249 * gdb.arch/i386-prologue.exp: Likewise.
7250 * gdb.arch/i386-size-overlap.exp: Likewise.
7251 * gdb.arch/i386-size.exp: Likewise.
7252 * gdb.arch/i386-sse.exp: Likewise.
7253 * gdb.arch/i386-unwind.exp: Likewise.
7254 * gdb.arch/i386-word.exp: Likewise.
7255
7256 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
7257 test only when building 64-bit executables. Do not hard-code
7258 -m64 option.
7259
2dfb8c17
DE
72602010-07-07 Doug Evans <dje@google.com>
7261
7262 * lib/gdb.exp (gdb_test_list_exact): New function.
7263 * gdb.base/default.exp (show convenience): Call it, add tests for
7264 $_sdata = void, $_thread = 0.
7265
4e5799b6
JK
72662010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7267 Joel Brobecker <brobecker@adacore.com>
7268
7269 Fix re-run of PIE executable, PR shlibs/11776.
7270 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
7271 Remove $displacement_main to match the solib-svr4.c change. New "kill"
7272 and re-"run" of the inferior.
7273
1a219cc7
JK
72742010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7275 Joel Brobecker <brobecker@adacore.com>
7276
7277 Cope with missing /usr/sbin/prelink.
7278 * lib/prelink-support.exp (prelink_no):
7279 <result == 1 && $output is "no such file or directory">: New.
7280 (prelink_yes): Likewise. Return on failed prelink_no.
7281
5e3b36f8
JK
72822010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7283 Joel Brobecker <brobecker@adacore.com>
7284
7285 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
7286 build_executable by build_executable_own_libs. Replace "prelink -R"
7287 execution by a call of prelink_yes. Comment why "prelink -r" needs no
7288 change.
7289 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
7290 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
7291 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
7292 Replace build_executable by build_executable_own_libs's function
7293 build_executable_own_libs.
7294 (prelinkNO): Create new stub to call prelink_no.
7295 (prelinkYES): Create new stub to call prelink_yes.
7296 (test_attach): Rename calls of copy to file_copy.
7297 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
7298 (copy): Move to ...
7299 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
7300 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
7301 * gdb.base/prelink.exp: Disable testcase also for is_remote and
7302 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
7303 special flags by gdb_compile_shlib. Replace second gdb_compile by
7304 build_executable_own_libs. Replace "prelink -R" execution by a call of
7305 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
7306 a second call of prelink_yes. Replace restart commands by
7307 clean_restart.
7308 (prelink): Rename to ...
7309 (seen displacement message): ... this test. Extend its expectation
7310 strictness.
7311
86e4bafc
JK
73122010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7313
7314 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
7315 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
7316 displacement message exactly once.
7317
3cd07d20
JK
73182010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7319 Joel Brobecker <brobecker@adacore.com>
7320
7321 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
7322 its restore after the <$relink_args != ""> loop. new comment.
7323
0a1e94c7
JK
73242010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7325 Joel Brobecker <brobecker@adacore.com>
7326
7327 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
7328 code for it. New variable relink_args.
7329 (prelinkYES): Call prelinkNO.
7330 (test_attach): Accept new parameter relink_args. Re-prelink the binary
7331 in such case. Move the core code to ...
7332 (test_attach_gdb): ... a new function. Send GDB command "file".
7333 Extend expected "Attaching to " string.
7334
2f70bcfb
TT
73352010-07-02 Tom Tromey <tromey@redhat.com>
7336
7337 * gdb.base/bitops.exp: Remove extraneous "pass".
7338
a17ac5b0
TT
73392010-07-02 Ken Werner <ken.werner@de.ibm.com>
7340
7341 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
7342
dc10affe
PA
73432010-07-01 Pedro Alves <pedro@codesourcery.com>
7344
d41c0fc8
PA
7345 * gdb.base/help.exp: Adjust expected output.
7346
73472010-07-01 Pedro Alves <pedro@codesourcery.com>
7348
7349 * gdb.base/help.exp: Adjust expected output.
dc10affe 7350
0a600c36
JK
73512010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7352
7353 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
7354 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
7355 c++/11702.
7356
37cc8bfe
JK
73572010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7358 Doug Evans <dje@google.com>
7359
7360 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
7361 add .dynamic entry'.
7362
254e6b9e
DE
73632010-06-29 Doug Evans <dje@google.com>
7364
7365 Test PR c++/11702.
7366 * gdb.cp/m-static.exp: Add testcase.
7367 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
7368
595939de 73692010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
7370 Tom Tromey <tromey@redhat.com>
7371 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
7372
7373 * gdb.python/py-inferior.c: New File.
7374 * gdb.python/py-infthread.c: New File.
7375 * gdb.python/py-inferior.exp: New File.
7376 * gdb.python/py-infthread.exp: New File.
7377
98751a41
JK
73782010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7379
7380 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
7381 (ptype ::C::OtherFileClass typedefs): New.
7382 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
7383 (C::OtherFileClass::cOtherFileClassVar2): New.
7384 (C::OtherFileClass::cOtherFileClassVar_use): Use also
7385 cOtherFileClassVar2.
7386 (C::cOtherFileType2, C::cOtherFileVar2): New.
7387 (C::cOtherFileVar_use): use also cOtherFileVar2.
7388 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
7389
41f62f39
JK
73902010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7391
7392 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
7393 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
7394 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
7395 (print ::C::cOtherFileVar)
7396 (whatis C::OtherFileClass::cOtherFileClassType)
7397 (whatis ::C::OtherFileClass::cOtherFileClassType)
7398 (print C::OtherFileClass::cOtherFileClassVar)
7399 (print ::cOtherFileClassVar)
7400 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
7401 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
7402 trailing content.
7403 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
7404 (C::OtherFileClass::cOtherFileClassVar)
7405 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
7406 (C::cOtherFileVar, C::cOtherFileVar_use): New.
7407
af53d231
JK
74082010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7409
7410 Test PR c++/11703 and PR gdb/1448.
7411 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
7412 gdb/1448.
7413
9655fd1a
JK
74142010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7415
7416 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
7417 (main) <rtti_data>: New.
7418 * gdb.cp/virtbase.exp (print rtti_data): New.
7419
824cc8dd
JK
74202010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7421 Joel Brobecker <brobecker@adacore.com>
7422
7423 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
7424
6036c742
JK
74252010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7426
7427 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
7428
de6a0421
DE
74292010-06-28 Doug Evans <dje@google.com>
7430
7431 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
7432
b2dae948
DE
74332010-06-27 Doug Evans <dje@google.com>
7434
7435 * gdb.cp/m-static.exp: Update expected test output.
7436
0f3bb72e
PH
74372010-06-25 Paul Hilfinger <hilfinger@adacore.com>
7438
889bf7c5
PA
7439 * gdb.gdb/selftest.exp: Adjust expected message for
7440 capturing start-up runtime.
0f3bb72e 7441
bc9f0842
TT
74422010-06-25 Tom Tromey <tromey@redhat.com>
7443
7444 PR python/10808:
7445 * gdb.python/python.exp: Add new tests.
7446
099ef718
SW
74472010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
7448
7449 * gdb.cp/operator.cc: Created an import loop.
7450 * gdb.cp/operator.exp: Added testcase for import loop.
7451
5868a632
JK
74522010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7453
7454 Test PR python/11407.
7455 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
7456 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
7457 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
7458 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
7459 executable_nofb and executable_fb. New variables srcsfile, objsfile,
7460 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
7461 binfile. Call gdb_compile with clean_restart twice.
7462 (func_nofb print, func_nofb backtrace, func_loopfb print)
7463 (func_loopfb backtrace): New.
7464
af76db58
JK
74652010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7466
7467 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
7468 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
7469 by a hand made one.
7470 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
7471 i?86 requirement. Remove variables srcfile and binfile. New variable
7472 sources, executable_nofb and executable_fb. Call prepare_for_testing.
7473
f2c7657e
UW
74742010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7475
7476 * gdb.cell/dwarfaddr.exp: New file.
7477 * gdb.cell/dwarfaddr.S: New file.
7478
628fe4e4
JK
74792010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7480
7481 Test PR 9436.
7482 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
7483
f1421989
HZ
74842010-06-24 Hui Zhu <teawater@gmail.com>
7485
7486 * gdb.base/eval.exp: New file.
7487
d03285ec
UW
74882010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7489
7490 * gdb.cell/fork.exp: New file.
7491 * gdb.cell/fork.c: Likewise.
7492 * gdb.cell/fork-spu.c: Likewise.
7493
41b2c92d
PM
74942010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
7495
7496 * lib/gdb.exp (banned_variables_traced): New global variable.
7497 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
7498 (gdb_init): Use `trace add variable' instead of obsolete
7499 `trace variable'.
7500
d5bc977f
DE
75012010-06-21 Doug Evans <dje@google.com>
7502
7503 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
7504
d2ed6730
UW
75052010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7506
7507 * gdb.arch/spu-ls.exp: New file.
7508 * gdb.arch/spu-ls.c: Likewise.
7509
6aed2dbc
SS
75102010-06-18 Stan Shebs <stan@codesourcery.com>
7511
7512 * gdb.threads/thread-specific.exp: Add tests of $_thread.
7513
e0756905
UW
75142010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7515
7516 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
7517 * gdb.base/watch-cond.exp: Likewise.
7518 * gdb.python/py-breakpoint.exp: Likewise.
7519
d8053d4d
PA
75202010-06-18 Pedro Alves <pedro@codesourcery.com>
7521
7522 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
7523 clean_restart, make sure every test has a distinct message, and
7524 that messages don't include the executable' full path.
7525
81ce510c
DE
75262010-06-17 Doug Evans <dje@google.com>
7527
7528 * gdb.arch/i386-size.exp: Updated expected output for
7529 DISASSEMBLY_OMIT_FNAME.
7530
65d79d4b
SDJ
75312010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7532 Sergio Durigan Junior <sergiodj@redhat.com>
7533
7534 * gdb.base/watch-notconst.c: New file.
7535 * gdb.base/watch-notconst.S: New file.
7536 * gdb.base/watch-notconst2.c: New file.
7537 * gdb.base/watch-notconst2.S: New file.
7538 * gdb.base/watch-notconst.exp: New file.
7539 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
7540 (func4): Add operations on `global_ptr_ptr'.
7541 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
7542 routine to test watchpoints created with a constant expression.
7543 (test_inaccessible_watchpoint): Include tests for watchpoints
7544 created with a constant expression.
7545
df0f4836
KB
75462010-06-14 Kevin Buettner <kevinb@redhat.com>
7547
7548 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
7549 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
7550 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
7551 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
7552 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
7553 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
7554 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
7555 of `_start'.
7556
b769def5
UW
75572010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7558
7559 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
7560 not supported on the target.
7561 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7562 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7563 * gdb.mi/mi-nsintrall.exp: Likewise.
7564 * gdb.mi/mi-nsmoribund.exp: Likewise.
7565 * gdb.mi/mi-nsthrexec.exp: Likewise.
7566
d914c394
SS
75672010-06-11 Stan Shebs <stan@codesourcery.com>
7568
7569 * gdb.base/permissions.exp: New file.
7570
75712010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
7572
7573 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
7574 does not support ELF executable class.
7575
f3ce5b9c
UW
75762010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7577
7578 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
7579
8e46892c
JK
75802010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7581
7582 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
7583 (runto): Catch "The target does not support running in non-stop mode.".
7584
6cc55c64
MS
75852010-06-11 Michael Snyder <msnyder@vmware.com>
7586
7587 * gdb.base/setshow.exp (set language asm): Don't use
7588 gdb_test_no_output, fails on some targets.
7589
caddefa4
UW
75902010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7591
7592 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
7593 * gdb.cp/pr9167.exp: Likewise.
7594
468b1aa7
UW
75952010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7596
7597 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
7598
5c3552dc
UW
75992010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7600
7601 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
7602
02e6fe6a
UW
76032010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7604
7605 * gdb.base/charset.c (main): Make sure malloc gets linked in.
7606
0e03807e
TT
76072010-06-11 Tom Tromey <tromey@redhat.com>
7608
7609 PR gdb/9977, PR exp/11636::
7610 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
7611 (pieces_test_f6): Update expected output.
7612
2bdf28a0
JK
76132010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7614
7615 * gdb.base/moribund-step.exp: New.
7616
f6978de9
MS
76172010-06-08 Michael Snyder <msnyder@vmware.com>
7618
7619 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 7620 * gdb.ada/boolean_expr.exp:
f6978de9
MS
7621 * gdb.ada/frame_args.exp: Ditto.
7622 * gdb.ada/lang_switch.exp: Ditto.
7623 * gdb.ada/ptype_arith_binop.exp: Ditto.
7624 * gdb.ada/ref_param.exp: Ditto.
7625 * gdb.ada/type_coercion.exp:Ditto.
7626
7627 * gdb.asm/asm-source.exp: Ditto.
7628
7629 * gdb.base/attach.exp: Ditto.
7630 * gdb.base/bitfields2.exp: Ditto.
7631 * gdb.base/call-signal-resume.exp: Ditto.
7632 * gdb.base/callfuncs.exp: Ditto.
7633 * gdb.base/commands.exp: Ditto.
7634 * gdb.base/dbx.exp: Ditto.
7635 * gdb.base/default.exp: Ditto.
7636 * gdb.base/dump.exp: Ditto.
7637 * gdb.base/exprs.exp: Ditto.
7638 * gdb.base/freebpcmd.exp: Ditto.
7639 * gdb.base/interrupt.exp: Ditto.
7640 * gdb.base/list.exp: Ditto.
7641 * gdb.base/long_long.exp: Ditto.
7642 * gdb.base/maint.exp: Ditto.
7643 * gdb.base/ptype.exp: Ditto.
7644 * gdb.base/return.exp: Ditto.
7645 * gdb.base/setshow.exp: Ditto.
7646 * gdb.base/sigbpt.exp: Ditto.
7647 * gdb.base/sigrepeat.exp: Ditto.
7648
7649 * gdb.cp/classes.exp: Ditto.
7650
7651 * gdb.dwarf2/dw2-restore.exp: Ditto.
7652
7653 * gdb.gdb/selftest.exp: Ditto.
7654
7655 * gdb.multi/base.exp: Ditto.
7656 * gdb.multi/bkpt-multi-exec.exp: Ditto.
7657
7658 * gdb.python/py-block.exp: Ditto.
7659 * gdb.python/py-prettyprint.exp: Ditto.
7660 * gdb.python/py-template.exp: Ditto.
7661
7662 * gdb.server/ext-attach.exp: Ditto.
7663 * gdb.server/ext-run.exp: Ditto.
7664 * gdb.server/server-mon.exp: Ditto.
7665
7666 * gdb.threads/fork-thread-pending.exp: Ditto.
7667 * gdb.threads/hand-call-in-threads.exp: Ditto.
7668 * gdb.threads/interrupted-hand-call.exp: Ditto.
7669 * gdb.threads/linux-dp.exp: Ditto.
7670 * gdb.threads/manythreads.exp: Ditto.
7671 * gdb.threads/print-threads.exp: Ditto.
7672 * gdb.threads/pthreads.exp: Ditto.
7673 * gdb.threads/schedlock.exp: Ditto.
7674 * gdb.threads/thread-unwindonsignal.exp: Ditto.
7675 * gdb.threads/threadapply.exp: Ditto.
7676
de7ff789
MS
76772010-06-08 Michael Snyder <msnyder@vmware.com>
7678
889bf7c5 7679 * gdb.ada/exec_changed.exp:
de7ff789
MS
7680 Use ".*" instead of "" as wildcard regexp.
7681
7682 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
7683 * gdb.base/call-ar-st.exp: Ditto.
7684 * gdb.base/checkpoint.exp: Ditto.
7685 * gdb.base/default.exp: Ditto.
7686 * gdb.base/dump.exp: Ditto.
7687 * gdb.base/ending-run.exp: Ditto.
7688 * gdb.base/fileio.exp: Ditto.
7689 * gdb.base/miscexprs.exp: Ditto.
7690 * gdb.base/pointers.exp: Ditto.
7691 * gdb.base/readline.exp: Ditto.
7692 * gdb.base/reread.exp: Ditto.
7693 * gdb.base/restore.exp: Ditto.
7694 * gdb.base/shlib-call.exp: Ditto.
7695 * gdb.base/valgrind-db-attach.exp: Ditto.
7696 * gdb.base/volatile.exp: Ditto.
7697 * gdb.base/watchpoints.exp: Ditto.
7698
7699 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
7700
7701 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
7702 * gdb.python/py-value.exp: Ditto.
7703
7704 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
7705 * gdb.trace/circ.exp: Ditto.
7706 * gdb.trace/collection.exp: Ditto.
7707 * gdb.trace/packetlen.exp: Ditto.
7708 * gdb.trace/passc-dyn.exp: Ditto.
7709 * gdb.trace/report.exp: Ditto.
7710 * gdb.trace/tfile.exp: Ditto.
7711 * gdb.trace/tfind.exp: Ditto.
7712 * gdb.trace/while-dyn.exp: Ditto.
7713
3bebe2f2
JK
77142010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7715
7716 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
7717
5c631832
JK
77182010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7719
7720 Test PR 10640.
7721 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
7722
4c3376c8
SW
77232010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
7724
7725 * gdb.cp/koenig.exp: Test for ADL operators.
7726 * gdb.cp/koenig.cc: Added ADL operators.
7727 * gdb.cp/operator.exp: New test.
7728 * gdb.cp/operator.cc: New test.
7729
dc226d5a
MS
77302010-06-04 Michael Snyder <msnyder@vmware.com>
7731
dfb88a23
MS
7732 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
7733 * gdb.base/pending.exp: Ditto.
f7ae76b3 7734
dc226d5a
MS
7735 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
7736
967cf477
DE
77372010-06-04 Doug Evans <dje@google.com>
7738
7739 * gdb.python/py-prettyprint.exp: Add new test for enabled and
7740 disabled printers.
7741 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
7742 (enable_lookup_function): New function.
7743
eb801841
TT
77442010-06-04 Tom Tromey <tromey@redhat.com>
7745
7746 * gdb.python/py-value.exp (test_value_hash): Don't test equality
7747 of hash and id.
7748
38979823
JK
77492010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7750
7751 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
7752 newline.
7753 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
7754 (empty verbose non-noisy clear, empty verbose noisy clear)
7755 (empty non-verbose noisy clear): Likewise.
7756
35ec993f
MS
77572010-06-03 Michael Snyder <msnyder@vmware.com>
7758
7759 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
7760 * gdb.base/display.exp: Ditto.
7761 * gdb.base/find.exp: Ditto.
7762 * gdb.base/ifelse.exp: Ditto.
7763 * gdb.base/multi-forks.exp: Ditto.
7764 * gdb.base/recurse.exp: Ditto.
7765 * gdb.base/setshow.exp: Ditto.
7766 * gdb.base/value-double-free.exp: Ditto.
7767 * gdb.base/watch-vfork.exp: Ditto.
7768 * gdb.base/watch_thread_num.exp: Ditto.
7769 * gdb.base/watchpoint-solib.exp: Ditto.
7770 * gdb.base/watchpoint.exp: Ditto.
7771 * gdb.base/watchpoints.exp: Ditto.
7772
7773 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
7774 * gdb.cp/overload.exp: Ditto.
7775 * gdb.cp/virtfunc.exp: Ditto.
7776
7777 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
7778
889bf7c5 7779 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
7780 Replace gdb_test with gdb_test_no_output.
7781
889bf7c5 7782 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
7783 Replace gdb_test with gdb_test_no_output.
7784 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
7785 * gdb.threads/watchthreads.exp: Ditto.
7786 * gdb.threads/watchthreads2.exp: Ditto.
7787
7788 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
7789 * gdb.trace/tfind.exp: Ditto.
7790
c22decce
JB
77912010-06-03 Joel Brobecker <brobecker@adacore.com>
7792
7793 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
7794 successful test if message is the empty string.
7795
fd5700c7
JK
77962010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7797
7798 * gdb.fortran/module.exp (stopped language detection): New test.
7799
f55ee35c
JK
78002010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7801
7802 Support DW_TAG_module as separate namespaces.
7803 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
7804 gdb.fortran/library-module-lib.f90: New.
7805 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
7806 (print i): Remove.
7807 (continue to breakpoint: i-is-1, print var_i value 1)
7808 (continue to breakpoint: i-is-2, print var_i value 2)
7809 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
7810 (print var_d, print var_i value 14, ptype modmany, complete `modm)
7811 (complete `modmany, complete `modmany`, complete `modmany`var)
7812 (show language, setting breakpoint at module): New tests.
7813 * gdb.fortran/module.f90 (module mod): Remove.
7814 (module mod1, module mod2, module modmany, subroutine sub1)
7815 (subroutine sub2, program module): New.
7816
b8e8282f
JK
78172010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7818
7819 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
7820 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
7821 * gdb.cp/anon-union.exp (pass): Rename to ...
7822 (print z 2): ... here.
b8e8282f 7823
019ebafc
MS
78242010-06-02 Michael Snyder <msnyder@vmware.com>
7825
e68d8fd4
MS
7826 * gdb.trace/actions.exp: Use gdb_test_no_output.
7827 * gdb.trace/circ.exp: Ditto.
7828 * gdb.trace/packetlen.exp: Ditto.
7829 * gdb.trace/save-trace.exp: Ditto.
7830 * gdb.trace/tracecmd.exp: Ditto.
7831 * gdb.trace/tsv.exp: Ditto.
7832
12b5d08a
MS
7833 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
7834 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
7835 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
7836 * gdb.threads/manythreads.exp: Ditto.
7837 * gdb.threads/print-threads.exp: Ditto.
7838 * gdb.threads/pthreads.exp: Ditto.
7839 * gdb.threads/schedlock.exp: Ditto.
7840 * gdb.threads/staticthreads.exp: Ditto.
7841 * gdb.threads/thread-specific.exp: Ditto.
7842 * gdb.threads/thread-unwindonsignal.exp: Ditto.
7843 * gdb.threads/threadapply.exp: Ditto.
7844 * gdb.threads/watchthreads.exp: Ditto.
7845 * gdb.threads/watchthreads2.exp: Ditto.
7846
89493308
MS
7847 * gdb.python/py-block.exp: Use gdb_test_no_output.
7848 * gdb.python/py-prettyprint.exp: Ditto.
7849 * gdb.python/py-template.exp: Ditto.
7850 * gdb.python/py-value.exp: Ditto.
7851
7852 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
7853 * gdb.reverse/watch-reverse.exp: Ditto.
7854
7855 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
7856 * gdb.server/ext-run.exp: Ditto.
7857
019ebafc
MS
7858 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
7859 * gdb.dwarf2/dw2-compressed.exp: Ditto.
7860 * gdb.dwarf2/dw2-intercu.exp: Ditto.
7861 * gdb.dwarf2/dw2-intermix.exp: Ditto.
7862 * gdb.dwarf2/dw2-producer.exp: Ditto.
7863 * gdb.dwarf2/mac-fileno.exp: Ditto.
7864
7865 * gdb.gdb/observer.exp: Use gdb_test_no_output.
7866 * gdb.gdb/selftest.exp: Ditto.
7867
7868 * gdb.multi/base.exp: Use gdb_test_no_output.
7869
7870 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
7871
3e0ca3a5
JK
78722010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7873
7874 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
7875
9db70545
MS
78762010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
7877
a8d52276
MS
7878 * gdb.cp/class2.exp: Use gdb_test_no_output.
7879 * gdb.cp/classes.exp: Ditto.
7880 * gdb.cp/extern-c.exp: Ditto.
7881 * gdb.cp/inherit.exp: Ditto.
7882 * gdb.cp/maint.exp: Ditto.
7883 * gdb.cp/mb-inline.exp: Ditto.
7884 * gdb.cp/mb-templates.exp: Ditto.
7885 * gdb.cp/method2.exp: Ditto.
7886 * gdb.cp/misc.exp: Ditto.
7887 * gdb.cp/ovldbreak.exp: Ditto.
7888 * gdb.cp/punctuator.exp: Ditto.
7889 * gdb.cp/templates.exp: Ditto.
7890 * gdb.cp/virtbase.exp: Ditto.
7891
889bf7c5 7892 * gdb.threads/attach-stopped.exp:
9db70545 7893 Replace uses of send_gdb / gdb_expect.
889bf7c5 7894 * gdb.threads/attachstop-mt.exp:
9db70545 7895 Replace uses of send_gdb / gdb_expect.
889bf7c5 7896 * gdb.threads/gcore-thread.exp:
9db70545 7897 Replace uses of send_gdb / gdb_expect.
889bf7c5 7898 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
7899 Replace uses of send_gdb / gdb_expect.
7900 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 7901 * gdb.threads/print-threads.exp:
9db70545
MS
7902 Replace uses of send_gdb / gdb_expect.
7903 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
7904 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
7905 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
7906
7907 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
7908 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
7909 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
7910 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
7911 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
7912 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
7913 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
7914 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
7915 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
7916 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
7917 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
7918
359cc68c
JK
79192010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7920
7921 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
7922
7d3fe98e
SW
79232010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
7924
7925 * gdb.cp/koenig.exp: Added new test case.
7926 * gdb.cp/koenig.cc: Ditto.
7927
27d3a1a2
MS
79282010-06-01 Michael Snyder <msnyder@vmware.com>
7929
7930 * gdb.base/arithmet.exp: Use gdb_test_no_output.
7931 * gdb.base/arrayidx.exp: Ditto.
7932 * gdb.base/attach.exp: Ditto.
7933 * gdb.base/auxv.exp: Ditto.
7934 * gdb.base/bigcre.exp: Ditto.
7935 * gdb.base/break-always.exp: Ditto.
7936 * gdb.base/break-interp.exp: Ditto.
7937 * gdb.base/break.exp: Ditto.
7938 * gdb.base/breakpoint-shadow.exp: Ditto.
7939 * gdb.base/call-ar-st.exp: Ditto.
7940 * gdb.base/call-sc.exp: Ditto.
7941 * gdb.base/call-signal-resume.exp: Ditto.
7942 * gdb.base/callfuncs.exp: Ditto.
7943 * gdb.base/catch-syscall.exp: Ditto.
7944 * gdb.base/charset.exp: Ditto.
7945 * gdb.base/code-expr.exp: Ditto.
7946 * gdb.base/commands.exp: Ditto.
7947 * gdb.base/cond-expr.exp: Ditto.
7948 * gdb.base/condbreak.exp: Ditto.
7949 * gdb.base/cursal.exp: Ditto.
7950 * gdb.base/cvexpr.exp: Ditto.
7951 * gdb.base/default.exp: Ditto.
7952 * gdb.base/del.exp: Ditto.
7953 * gdb.base/detach.exp: Ditto.
7954 * gdb.base/display.exp: Ditto.
7955 * gdb.base/ena-dis-br.exp: Ditto.
7956 * gdb.base/eval-skip.exp: Ditto.
7957 * gdb.base/foll-fork.exp: Ditto.
7958 * gdb.base/foll-vfork.exp: Ditto.
7959 * gdb.base/frame-args.exp: Ditto.
7960 * gdb.base/funcargs.exp: Ditto.
7961 * gdb.base/gcore-buffer-overflow.exp: Ditto.
7962 * gdb.base/gdbvars.exp: Ditto.
7963 * gdb.base/help.exp: Ditto.
7964 * gdb.base/ifelse.exp: Ditto.
7965 * gdb.base/included.exp: Ditto.
7966 * gdb.base/list.exp: Ditto.
7967 * gdb.base/macscp.exp: Ditto.
7968 * gdb.base/maint.exp: Ditto.
7969 * gdb.base/multi-fork.exp: Ditto.
7970 * gdb.base/overlays.exp: Ditto.
7971 * gdb.base/page.exp: Ditto.
7972 * gdb.base/pending.exp: Ditto.
7973 * gdb.base/pointers.exp: Ditto.
7974 * gdb.base/pr11022.exp: Ditto.
7975 * gdb.base/prelink.exp: Ditto.
7976 * gdb.base/printcmds.exp: Ditto.
7977 * gdb.base/psymtab.exp: Ditto.
7978 * gdb.base/randomize.exp: Ditto.
7979 * gdb.base/relational.exp: Ditto.
7980 * gdb.base/relocate.exp: Ditto.
7981 * gdb.base/remote.exp: Ditto.
7982 * gdb.base/sepdebug.exp: Ditto.
7983 * gdb.base/set-lang-auto.exp: Ditto.
7984 * gdb.base/setshow.exp: Ditto.
7985 * gdb.base/setvar.exp: Ditto.
7986 * gdb.base/signals.exp: Ditto.
7987 * gdb.base/signull.exp: Ditto.
7988 * gdb.base/sigstep.exp: Ditto.
7989 * gdb.base/sizeof.exp: Ditto.
7990 * gdb.base/solib-disc.exp: Ditto.
7991 * gdb.base/store.exp: Ditto.
7992 * gdb.base/structs.exp: Ditto.
7993 * gdb.base/structs2.exp: Ditto.
7994 * gdb.base/subst.exp: Ditto.
7995 * gdb.base/term.exp: Ditto.
7996 * gdb.base/trace-commands.exp: Ditto.
7997 * gdb.base/unwindonsignal.exp: Ditto.
7998 * gdb.base/valgrind-db-attach.exp: Ditto.
7999 * gdb.base/varargs.exp: Ditto.
8000 * gdb.base/watch-cond.exp: Ditto.
8001 * gdb.base/watch_thread_num.exp: Ditto.
8002 * gdb.base/watchpoint-cond-gone.exp: Ditto.
8003 * gdb.base/watchpoint.exp: Ditto.
8004 * gdb.base/whatis-exp.exp: Ditto.
8005
f8d3bf8f
MS
80062010-06-01 Michael Snyder <msnyder@vmware.com>
8007
8008 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
8009 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
8010 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
8011 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
8012 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
8013 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
8014 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
8015 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
8016 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
8017 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
8018 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
8019 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
8020 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
8021 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
8022 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
8023
3f9e0d32
JK
80242010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8025
8026 * gdb.base/commands.exp (begin commands on watch): Remove excessive
8027 trailing newline.
8028 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
8029 * gdb.java/jmisc.exp (p *args\n): Rename to ...
8030 (p *args): ... here and remove excessive trailing newline.
8031
f629457d
JB
80322010-05-31 Joel Brobecker <brobecker@adacore.com>
8033
8034 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
8035
09eef106
JK
80362010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
8037
8038 Accept the new Linux kernel "t (tracing stop)" string.
8039 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
8040 Update comment.
8041 (state_wait) <T (tracing stop)>: New.
8042 (main): Update the state_wait expect string.
8043
94f31136
PA
80442010-05-28 Pedro Alves <pedro@codesourcery.com>
8045
8046 * limits.c, limits.exp: Delete files.
8047 * Makefile.in (clean mostlyclean): Adjust.
8048 * tracecmd.exp: Adjust.
8049
096554ab
JK
80502010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8051
8052 * gdb.base/tui-layout.exp: New.
8053
27d3a1a2 80542010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 8055
889bf7c5 8056 * gdb.reverse/break-precsave.exp:
bcd2dc50 8057 Replace uses of send_gdb / gdb_expect.
889bf7c5 8058 * gdb.reverse/break-reverse.exp:
bcd2dc50 8059 Replace uses of send_gdb / gdb_expect.
889bf7c5 8060 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 8061 Replace uses of send_gdb / gdb_expect.
889bf7c5 8062 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 8063 Replace uses of send_gdb / gdb_expect.
889bf7c5 8064 * gdb.reverse/finish-precsave.exp:
bcd2dc50 8065 Replace uses of send_gdb / gdb_expect.
889bf7c5 8066 * gdb.reverse/finish-reverse.exp:
bcd2dc50 8067 Replace uses of send_gdb / gdb_expect.
889bf7c5 8068 * gdb.reverse/i386-precsave.exp:
bcd2dc50 8069 Replace uses of send_gdb / gdb_expect.
889bf7c5 8070 * gdb.reverse/i386-reverse.exp:
bcd2dc50 8071 Replace uses of send_gdb / gdb_expect.
889bf7c5 8072 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 8073 Replace uses of send_gdb / gdb_expect.
889bf7c5 8074 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 8075 Replace uses of send_gdb / gdb_expect.
889bf7c5 8076 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 8077 Replace uses of send_gdb / gdb_expect.
889bf7c5 8078 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 8079 Replace uses of send_gdb / gdb_expect.
889bf7c5 8080 * gdb.reverse/machinestate.exp:
bcd2dc50 8081 Replace uses of send_gdb / gdb_expect.
889bf7c5 8082 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 8083 Replace uses of send_gdb / gdb_expect.
889bf7c5 8084 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 8085 Replace uses of send_gdb / gdb_expect.
889bf7c5 8086 * gdb.reverse/solib-precsave.exp:
bcd2dc50 8087 Replace uses of send_gdb / gdb_expect.
889bf7c5 8088 * gdb.reverse/solib-reverse.exp:
bcd2dc50 8089 Replace uses of send_gdb / gdb_expect.
889bf7c5 8090 * gdb.reverse/step-precsave.exp:
bcd2dc50 8091 Replace uses of send_gdb / gdb_expect.
889bf7c5 8092 * gdb.reverse/step-reverse.exp:
bcd2dc50 8093 Replace uses of send_gdb / gdb_expect.
889bf7c5 8094 * gdb.reverse/until-precsave.exp:
bcd2dc50 8095 Replace uses of send_gdb / gdb_expect.
889bf7c5 8096 * gdb.reverse/until-reverse.exp:
bcd2dc50 8097 Replace uses of send_gdb / gdb_expect.
889bf7c5 8098 * gdb.reverse/watch-precsave.exp:
bcd2dc50 8099 Replace uses of send_gdb / gdb_expect.
889bf7c5 8100 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
8101 Replace uses of send_gdb / gdb_expect.
8102
3def43e0
JK
81032010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8104
8105 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
8106 excessive newline.
8107
27d3a1a2 81082010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
8109
8110 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
8111 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
8112 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
8113 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
8114 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
8115 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
8116 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
8117 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
8118 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
8119 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
8120 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
8121 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
8122 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
8123 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
8124 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
8125 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
8126 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
8127 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
8128 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 8129
27d3a1a2 81302010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 8131
22454424
MS
8132 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
8133 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
8134
8135 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
8136 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
8137 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
8138
889bf7c5 8139 * gdb.reverse/consecutive-reverse.exp:
22454424 8140 Replace uses of send_gdb / gdb_expect.
889bf7c5 8141 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
8142 Replace uses of send_gdb / gdb_expect.
8143
8144 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
8145 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
8146 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 8147 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
8148 Replace uses of send_gdb / gdb_expect.
8149 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
8150 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
8151 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
8152 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
8153 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
8154 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
8155 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
8156 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
8157 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
8158
81592010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 8160
22454424 8161 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 8162
22454424 8163 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 8164
22454424
MS
8165 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
8166 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
8167 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
8168 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
8169 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
8170 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
8171 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
8172 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
8173 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 8174
6e5f2c59
TT
81752010-05-25 Tom Tromey <tromey@redhat.com>
8176
8177 * gdb.base/macscp.exp: Add missing space after setup_kfail.
8178
bbc8b958
TT
81792010-05-25 Tom Tromey <tromey@redhat.com>
8180
8181 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
8182 argument order.
8183 * gdb.base/macscp.exp: Fix setup_kfail argument order.
8184 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
8185 order.
8186 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
8187 order.
8188 * gdb.base/call-sc.exp (setup_kfails): Remove.
8189 (setup_compiler_kfails): Remove.
8190 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
8191 argument order.
8192 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
8193 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
8194 (advancei): Fix setup_kfail argument order.
8195 * gdb.base/radix.exp: Fix setup_kfail argument order.
8196 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
8197 order.
8198 * gdb.base/structs.exp (setup_kfails): Remove.
8199 (setup_compiler_kfails): Fix setup_kfail argument order.
8200 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
8201 order.
8202 * gdb.java/jmain.exp: Fix setup_kfail argument order.
8203 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
8204 setup_kfail argument order.
8205 * gdb.cp/overload.exp: Fix setup_kfail argument order.
8206
83d1babf
TT
82072010-05-25 Tom Tromey <tromey@redhat.com>
8208
8209 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
8210
6acb16a2
MS
82112010-05-25 Michael Snyder <msnyder@vmware.com>
8212
8213 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
8214 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
8215 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
8216 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
8217 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
8218 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
8219 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
8220 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
8221 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
8222 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
8223 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
8224 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
8225 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
8226 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
8227 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
8228 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
8229 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
8230 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
8231 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
8232 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
8233 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
8234 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
8235 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
8236 * gdb.base/default.exp: Replace send_gdb with gdb_test.
8237 * gdb.base/define.exp: Replace send_gdb with gdb_test.
8238 * gdb.base/display.exp: Replace send_gdb with gdb_test.
8239 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
8240 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
8241 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
8242 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
8243 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
8244 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
8245 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
8246 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
8247 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
8248 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
8249 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
8250 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
8251 * gdb.base/help.exp: Replace send_gdb with gdb_test.
8252 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
8253 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
8254 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
8255 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
8256 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
8257 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
8258 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
8259 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 8260 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
8261
82622010-05-25 Doug Evans <dje@google.com>
8263
8264 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
8265 gdb.string_to_argv.
ad3986f0 8266
d3b1e874
TT
82672010-05-21 Tom Tromey <tromey@redhat.com>
8268
8269 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
8270 Call it.
8271 * gdb.dwarf2/pieces.S: Update.
8272 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
8273
cb826367
TT
82742010-05-21 Tom Tromey <tromey@redhat.com>
8275
8276 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
8277 Call it.
8278 * gdb.dwarf2/pieces.c (struct C): New.
8279 (f6): New function.
8280 * gdb.dwarf2/pieces.S: Replace.
8281
74de6778
TT
82822010-05-21 Tom Tromey <tromey@redhat.com>
8283
8284 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
8285 Call it.
8286
afd74c5f
TT
82872010-05-21 Tom Tromey <tromey@redhat.com>
8288
8289 * gdb.dwarf2.pieces.exp: New file.
8290 * gdb.dwarf2.pieces.S: New file.
8291 * gdb.dwarf2.pieces.c: New file.
8292
a7b75dfd 82932010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 8294 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
8295
8296 * lib/gdb.exp (gdb_test_no_output): New function.
8297 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
8298 when testing commands that should produce no output.
8299
c81c812a
JB
83002010-05-17 Joel Brobecker <brobecker@adacore.com>
8301
8302 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
8303 parameter that we want to watch being a constant.
8304
0cce5bd9
JB
83052010-05-17 Joel Brobecker <brobecker@adacore.com>
8306
8307 * gdb.ada/cond_lang: New testcase.
8308
47050449
JB
83092010-05-17 Joel Brobecker <brobecker@adacore.com>
8310
8311 * lib/gdb.exp (banned_variables): New variable/constant.
8312 (gdb_init): Add write trace on variables listed in banned_variables.
8313 (gdb_finish): Remove write traces on variables listed in
8314 banned_variables.
8315
77c01586
JB
83162010-05-17 Joel Brobecker <brobecker@adacore.com>
8317
8318 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
8319 * gdb.cp/koenig.exp: Likewise.
8320
88d4aea7
PM
83212010-05-14 Phil Muldoon <pmuldoon@redhat.com>
8322
889bf7c5 8323 PR python/11482
88d4aea7
PM
8324
8325 * gdb.python/py-value.exp (test_value_hash): New function.
8326
f5a010c0
PM
83272010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
8328
8329 PR exp/11530.
8330 * gdb.base/gdb11530.c: New file.
8331 * gdb.base/gdb11530.exp: New file.
8332
8ef4892f
JK
83332010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8334
8335 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
8336 * gdb.dwarf2/dw2-modula2-self-type.S: New.
8337
7322dca9
SW
83382010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
8339
8340 * gdb.cp/koenig.exp: New test.
8341 * gdb.cp/koenig.cc: New test program.
8342
02e7ea18
JB
83432010-05-05 Joel Brobecker <brobecker@adacore.com>
8344
8345 Remove the use of prms_id and bug_id throughout the testsuite.
8346
e1c34c5d
PM
83472010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
8348
8349 PR exp/11349.
8350 * testsuite/gdb.cp/ref-types.exp: Add test to examine
8351 use a reference local variable.
8352
8e1d0c49
JK
83532010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8354
8355 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
8356 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
8357 variable different_dir. Move debugfile into a full directory pathname
8358 under DIFFERENT_DIR.
8359 * lib/gdb.exp (separate_debug_filename): Remove.
8360 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
8361 variable debug_dir and mkdir of it. Update function comments.
8362
e66408ed
PA
83632010-04-29 Pedro Alves <pedro@codesourcery.com>
8364
8365 PR gdb/11557
8366
8367 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
8368 files.
8369
d7b32ed3
PM
83702010-04-29 Phil Muldoon <pmuldoon@redhat.com>
8371
889bf7c5 8372 * gdb.python/py-param.exp: New File.
d7b32ed3 8373
6aecb9c2
JB
83742010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
8375
8376 * gdb.base/default.exp: Fix "set language" test.
8377
bdf92a1c
PM
83782010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
8379
8380 PR breakpoints/11531.
8381 * gdb.base/gdb11531.c: New file.
8382 * gdb.base/gdb11531.exp: New file.
8383
3f172e24
TT
83842010-04-26 Tom Tromey <tromey@redhat.com>
8385
8386 * gdb.base/completion.exp: Add tests for completion and deprecated
8387 commands.
8388
64af4c92
JK
83892010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8390
8391 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
8392 (print /x char_array): Escape curly brackets.
8393
492928e4
JK
83942010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8395
8396 Fix deadlock on looped list of loaded shared objects.
8397 * gdb.base/solib-corrupted.exp: New.
8398
66d09542
DE
83992010-04-23 Doug Evans <dje@google.com>
8400
8401 * gdb.python/py-section-script.c: New file.
8402 * gdb.python/py-section-script.exp: New file.
8403 * gdb.python/py-section-script.py: New file.
8404
8bd10a10
CM
84052010-04-20 Chris Moller <cmoller@redhat.com>
8406
8407 PR 10179
8408
8409 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
8410 * gdb.base/pr10179-a.c:
8411 * gdb.base/pr10179-b.c:
8412 * gdb.base/pr10179.exp: New files.
8413
c0201579
JK
84142010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8415
8416 Fix crashes on dangling display expressions.
8417 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
8418 is SEP.
8419 (lib_flags): Remove the "debug" keyword.
8420 (libsepdebug): New variable for iterating new loop.
8421 (save_pf_prefix): New variable wrapping the loop.
8422 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
8423 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
8424
793b0ff8
PM
84252010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
8426
8427 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
8428
097f51f7
PM
84292010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
8430
8431 PR stabs/11479.
8432 * gdb.stabs/gdb11479.exp: New file.
8433 * gdb.stabs/gdb11479.c: New file.
8434
9a22f0d0
PM
84352010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
8436
8437 * gdb.base/charset.c (Strin16, String32): New variables.
8438 * gdb.base/charset.exp (gdb_test): Test correct display
8439 of 16 or 32 bit strings.
8440
84412010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
8442
8443 PR 9167
8444 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
8445 * gdb.cp/pr9167.cc: New file.
8446 * gdb.cp/pr9167.exp: New file.
8447
8448
6e354e5e
PM
84492010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
8450
8451 PR pascal/11492.
8452 * gdb.pascal/gdb11492.pas: New file.
8453 * gdb.pascal/gdb11492.exp: New file.
8454
be942545
JB
84552010-04-20 Joel Brobecker <brobecker@adacore.com>
8456
1667e6e3 8457 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 8458
0c3acc09
JB
84592010-04-20 Joel Brobecker <brobecker@adacore.com>
8460
8461 * gdb.ada/dyn_loc: New testcase.
8462
ec31cde5
CM
84632010-04-20 Chris Moller <cmoller@redhat.com>
8464
8465 PR 10867
889bf7c5 8466
ec31cde5
CM
8467 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
8468 * gdb.cp/pr10687.cc: New file.
8469 * gdb.cp/pr10687.exp: New file.
8470
8471
ce4b0682
SDJ
84722010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8473 Sergio Durigan Junior <sergiodj@redhat.com>
8474
8475 * gdb.fortran/logical.exp: New testcase.
8476 * gdb.fortran/logical.f90: New file.
8477
3436961f
DE
84782010-04-19 Doug Evans <dje@google.com>
8479
8480 * gdb.base/help.exp (help source): Update expected output.
8481
4d836c09
JK
84822010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8483
8484 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
8485 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
8486 gdb_exit and return.
8487 (executable): New variable.
8488 (binfile): Use it.
8489
6149aea9
PA
84902010-04-19 Pedro Alves <pedro@codesourcery.com>
8491
8492 PR breakpoints/8554.
8493
8494 * gdb.trace/save-trace.exp: Adjust.
8495
ed41462c
L
84962010-04-17 H.J. Lu <hongjiu.lu@intel.com>
8497
8498 PR corefiles/11511
8499 * gdb.arch/system-gcore.exp: New.
8500 * gdb.arch/gcore.c: Likewise.
8501
3f7b2faa
DE
85022010-04-15 Doug Evans <dje@google.com>
8503
fa33c3cd
DE
8504 * gdb.python/py-progspace.c: New file.
8505 * gdb.python/py-progspace.exp: New file.
8506
3f7b2faa
DE
8507 * gdb.base/source.exp: Add tests for "source -s".
8508
79f283fe
PM
85092010-04-14 Phil Muldoon <pmuldoon@redhat.com>
8510
8511 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
8512 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
8513 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
8514 * gdb.python/py-mi.exp: New test for to_string returning None.
8515
fc8eb08a
PM
85162010-04-12 Phil Muldoon <pmuldoon@redhat.com>
8517
8518 * gdb.python/py-breakpoint.c: Make result global.
8519
26e197f6
JK
85202010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8521
8522 Fix non-GNU make compatibility.
8523 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
8524
adc36818
PM
85252010-04-09 Phil Muldoon <pmuldoon@redhat.com>
8526
8527 * gdb.python/py-breakpoint.exp: New File.
8528 * gdb.python/py-breakpoint.C: Ditto.
8529
64e17368
SS
85302010-04-08 Stan Shebs <stan@codesourcery.com>
8531
8532 * gdb.trace/actions.exp: Clear default-collect.
8533 * gdb.trace/save-trace.exp: Clear default-collect.
8534
fff5cc64
PM
85352010-04-08 Phil Muldoon <pmuldoon@redhat.com>
8536
8537 * gdb.python/py-value: Add null string variable.
8538 (test_lazy_string): Test zero length, NULL address lazy
8539 strings.
8540
a055a187
L
85412010-04-07 H.J. Lu <hongjiu.lu@intel.com>
8542
8543 * gdb.arch/i386-avx.c: New.
8544 * gdb.arch/i386-avx.exp: Likewise.
8545
8546 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
8547
96e39866
DE
85482010-04-06 Doug Evans <dje@google.com>
8549
8550 * gdb.base/source-test.gdb: New file.
8551 * gdb.base/source.exp: Test source -v.
8552
5984a431
UW
85532010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8554
8555 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
8556
ec8a089a
PM
85572010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
8558
8559 * gdb.stabs/aout.sed: Convert all backslash to double backslash
8560 within one line, unless it is followed by a double quote.
8561 * gdb.stabs/hppa.sed: Idem.
8562 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
8563 * gdb.stabs/weird.exp: Check for correct parsing of
8564 char and string constants.
ec8a089a
PM
8565 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
8566 in .stabs to .stabx substitution.
8567
fce3c1f0
SS
85682010-04-05 Stan Shebs <stan@codesourcery.com>
8569
8570 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
8571 constant global.
8572 * gdb.trace/tfile.exp: Try to print them.
8573
d77f58be
SS
85742010-04-04 Stan Shebs <stan@codesourcery.com>
8575
8576 * gdb.base/completion.exp: Update for new "info watchpoints".
8577 * gdb.base/default.exp: Ditto.
8578 * gdb.base/help.exp: Ditto.
8579 * gdb.base/watchpoint.exp: Ditto.
8580 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 8581
af54718e
SS
85822010-04-04 Stan Shebs <stan@codesourcery.com>
8583
8584 * gdb.trace/tfile.exp: Sharpen tfind test.
8585
74d1f91e
JK
85862010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8587
8588 * gdb.base/break-entry.exp: New.
8589
eb8e76db 85902010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 8591 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
8592
8593 * gdb.reverse/i386-sse-reverse.exp: New file.
8594 * gdb.reverse/i386-sse-reverse.c: New file.
8595
bf65cad8
PA
85962010-04-02 Pedro Alves <pedro@codesourcery.com>
8597
8598 * gdb.trace/tfind.exp: Adjust expected disassembly output.
8599
fff87407
SS
86002010-04-01 Stan Shebs <stan@codesourcery.com>
8601
8602 * gdb.trace/actions.exp: Tweak expected output.
8603 * gdb.trace/while-stepping.exp: Tweak expected output.
8604
fe01d668
L
86052010-04-01 H.J. Lu <hongjiu.lu@intel.com>
8606
8607 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
8608
86b17b60
PA
86092010-04-01 Pedro Alves <pedro@codesourcery.com>
8610
8611 * gdb.base/commands.exp: Adjust.
8612 * gdb.cp/extern-c.exp: Adjust.
8613
2c58c0a9
PA
86142010-04-01 Pedro Alves <pedro@codesourcery.com>
8615
8616 * gdb.trace/collection.c (local_test_func): Define a local struct,
8617 and instanciate it.
8618
0db9b91c
PA
86192010-04-01 Pedro Alves <pedro@codesourcery.com>
8620
8621 * gdb.trace/collection.exp (gdb_collect_args_test)
8622 (gdb_collect_argarray_test): XFAIL the tests that assume the
8623 argarray argument's elements are collected.
8624
8072405b
JK
86252010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
8626
8627 * gdb.dwarf2/dw2-bad-parameter-type.exp,
8628 gdb.dwarf2/dw2-bad-parameter-type.S: New.
8629
8bf6485c
SS
86302010-03-31 Stan Shebs <stan@codesourcery.com>
8631
8632 * gdb.trace/save-trace.exp: Test save/restore of default-collect
8633 and tracepoint conditionals.
8634 (gdb_verify_tracepoints): Delete unused return.
8635
fd7f724a
KS
86362010-03-26 Keith Seitz <keiths@redhat.com>
8637
8638 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
8639 appear in the output before main.
8640 Remove KFAIL for gdb/2215 aka bz 9320.
8641
8d9e7719
DE
86422010-03-30 Doug Evans <dje@google.com>
8643
0906dd0b
DE
8644 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
8645 by dejagnu.
8646 * gdb.arch/amd64-dword.exp: Ditto.
8647
8d9e7719
DE
8648 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
8649 match.
8650 (break printf): Ditto.
8651
1da644f0
SW
86522010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
8653
8654 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
8655 gcc < 4.4.
8656 * gdb.cp/shadow.exp: Ditto.
8657
a8121990
PA
86582010-03-29 Pedro Alves <pedro@codesourcery.com>
8659
8660 * gdb.trace/collection.exp (run_trace_experiment): Make sure
8661 "tstart" is silent.
8662
6e79d367
PA
86632010-03-29 Pedro Alves <pedro@codesourcery.com>
8664
8665 * gdb.trace/collection.exp (executable): New.
8666 (binfile): Use it.
8667 (fpreg, spreg, pcreg): New.
8668 (test_register): Use gdb_test_multiple. Pass /x to print.
8669 (prepare_for_trace_test): New.
8670 (run_trace_experiment): Use "continue", not gdb_run_cmd.
8671 (gdb_collect_args_test, gdb_collect_argstruct_test)
8672 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
8673 prepare_for_trace_test.
8674 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
8675 fpreg, spreg and pcreg.
8676 (gdb_collect_expression_test, gdb_collect_globals_test): Use
8677 prepare_for_trace_test.
8678 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
8679 try to detect tracing support here. Don't set breakpoints at
8680 `begin' or `end' here.
8681 <global scope>: Use clean_restart. Run to main before checking
8682 for tracing support. Check for for tracing support here.
8683
09248348
JK
86842010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8685
8686 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
8687 " as $displacement" to "seen displacement message".
8688
d350db38
PA
86892010-03-28 Pedro Alves <pedro@codesourcery.com>
8690
8691 * gdb.trace/while-dyn.exp (executable): New variable.
8692 (binfile): Use it.
8693 (test_while_stepping): New function. Move most tests here. Call
8694 it once for each of the while-stepping, stepping and ws aliases.
8695
907af001
UW
86962010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8697
8698 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
8699 that do not provide the tagless_struct type name at all.
8700 (test_print_anon_union): Do not check value of uninitialized
8701 union member. Do not use cp_test_ptype_class, so we can accept
8702 "long" as well as "long int".
8703
610197fd
PA
87042010-03-26 Pedro Alves <pedro@codesourcery.com>
8705
8706 * gdb.trace/tfile.c (tohex, bin2hex): New.
8707 (write_error_trace_file): Hexify error description.
8708
6c28cbf2
SS
87092010-03-25 Stan Shebs <stan@codesourcery.com>
8710
8711 * gdb.trace/tfile.c: Generate an additional trace file, improve
8712 portability.
8713 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
8714 files in a better way.
8715
e62b8c7e
KS
87162010-03-25 Keith Seitz <keiths@redhat.com>
8717
8718 * gdb.java/jprint.exp: XFAIL printing of static class members
8719 because of GCC debuginfo problem.
8720
82ccf5a5
JK
87212010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8722
8723 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
8724
293e2f9e
DJ
87252010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8726
8727 * gdb.base/completion.exp: Allow long instead of long int.
8728 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
8729 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
8730 variable p.
8731 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
8732 * gdb.base/pointers.exp: Allow long instead of long int.
8733 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
8734 * gdb.base/step-line.exp: Allow a directory before the source file name.
8735
95a42b64
TT
87362010-03-24 Tom Tromey <tromey@redhat.com>
8737
8738 PR breakpoints/9352:
8739 * gdb.base/default.exp: Update.
8740 * gdb.base/commands.exp: Update.
8741 * gdb.cp/extern-c.exp: Test setting commands on multiple
8742 breakpoints at once.
8743
2390201f
DJ
87442010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8745
8746 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
8747 if gdb,nosignals.
8748 * gdb.base/watchpoints.c: Do not include unnecessary headers.
8749 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
8750 exited".
8751
8c9a6790
SS
87522010-03-24 Stan Shebs <stan@codesourcery.com>
8753
8754 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
8755
a6c727b2
DJ
87562010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8757
8758 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
8759 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
8760 argument. Handle "short" and "long".
8761 (Top level): Pass overprototyped output for old_fptr and xptr.
8762
4dfd5423
PA
87632010-03-23 Pedro Alves <pedro@codesourcery.com>
8764
8765 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
8766 format strings and add casts to avoid compiler warnings.
8767
87682010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
8769
8770 * lib/trace-support.exp (gdb_trace_setactions):
8771 Don't expect whitespace after ">" prompt.
8772 * gdb.trace/actions.exp: Adjust for output changes.
8773 * gdb.trace/while-stepping.exp: Likewise.
8774
c847d045
JK
87752010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8776
8777 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
8778 and r157645).
8779
5f717f1d
JK
87802010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8781
8782 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
8783 New.
8784
7d6d51d5
DJ
87852010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
8786
8787 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
8788 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
8789
3b11a015
SS
87902010-03-19 Stan Shebs <stan@codesourcery.com>
8791
8792 * gdb.trace/ax.exp: New file.
8793
d7d158ed
DE
87942010-03-19 Doug Evans <dje@google.com>
8795
6bb85cd1
DE
8796 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
8797 output from gcc.
8798
d7d158ed
DE
8799 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
8800 named /usr/sbin/prelink<foo>.
8801
4daf5ac0
SS
88022010-03-18 Stan Shebs <stan@codesourcery.com>
8803
8804 * gdb.trace/circ.exp: Test circular-trace-buffer.
8805 * gdb.trace/tfile.exp: Update tstatus test.
8806
e8d05480
JB
88072010-03-18 Joel Brobecker <brobecker@adacore.com>
8808
8809 * gdb.dwarf2/dw2-anonymous-func.S: New file.
8810 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
8811
441b986a
UW
88122010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8813
8814 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
8815
4247603b
PA
88162010-03-18 Pedro Alves <pedro@codesourcery.com>
8817
8818 * gdb.base/default.exp: Adjust the expected output of the finish
8819 and until commands when the inferior is not being run.
8820
13387711
SW
88212010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
8822
8823 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
8824 * gdb.cp/nsusing.exp: Ditto.
8825
6e31430b
TT
88262010-03-15 Tom Tromey <tromey@redhat.com>
8827
8828 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
8829 * gdb.cp/userdef.cc (operator==): New function.
8830 (main): New locals mem1, mem2.
8831
e2d69cb5
JZ
88322010-03-15 Jie Zhang <jie@codesourcery.com>
8833
8834 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
8835 Declare and use new loadtimeout variable.
8836
f572f0a9
DJ
88372010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8838
8839 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
8840 Use gdb_load later.
8841
51f4c0b0
PA
88422010-03-14 Pedro Alves <pedro@codesourcery.com>
8843
8844 * gdb.base/solib-disc.c (main): Make format of fprintf a string
8845 literal. Add missing endlines to prints to stderr.
8846
1c809c68
TT
88472010-03-12 Tom Tromey <tromey@redhat.com>
8848
8849 PR c++/9708:
8850 * gdb.cp/m-static.exp: Add regression test.
8851 * gdb.cp/m-static.cc (method): New method.
8852 (main): Call it.
8853
00ae8fef
SW
88542010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
8855
8856 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
8857 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
8858
759f0f0b
PA
88592010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
8860
21e24d21
PA
8861 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
8862
88632010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
8864
759f0f0b
PA
8865 * lib/gdb.exp (skip_stl_tests): New.
8866 (gdb_compile): Symbian needs -ldl.
8867 (shlib_target_file): New.
8868 (shlib_symbol_file): New.
8869 (gdb_load_shlibs): Use shlib_target_file.
8870 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
8871 * gdb.cp/exception.exp: Use skip_stl_tests.
8872 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
8873 * gdb.cp/try_catch.exp: Use skip_stl_tests.
8874 * gdb.cp/mb-templates.exp: Ditto.
8875 * gdb.base/commands.exp: Relax regexes.
8876 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
8877 shlib_target_file and shlib_symbol_file.
8878 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
8879 sections.
8880 * gdb.base/ending-run.exp: Accept E32Main for symbian.
8881 * gdb.base/solib-disc.exp: Use
8882 shlib_target_file and shlib_symbol_file.
8883 * gdb.base/unload.exp: Don't skip on symbian. Use
8884 shlib_target_file and shlib_symbol_file.
8885 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
8886
6a8f2671 88872010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 8888
6a8f2671
PA
8889 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
8890 * gdb.trace/report.exp: Adjust for x86 and x86_64.
8891 Issue a tfind end before looking for a tracepoint frame.
8892 * gdb.trace/tfind.exp: Adjust tstatus output.
8893 Adjust disassembly output.
8894 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
8895
ccf26247
JK
88962010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8897
8898 * gdb.base/break-interp.exp: Create new displacement parameter value
8899 for the test_ld calls.
8900 (reach): New parameter displacement, verify its content. New push of
8901 pf_prefix "reach-$func:". Import global expect_out.
8902 (test_core): New parameter displacement, verify its content. New push
8903 of pf_prefix "core:". New command "set verbose on". Import global
8904 expect_out.
8905 (test_attach): New parameter displacement, verify its content. New
8906 push of pf_prefix "attach:". New command "set verbose on". Import
8907 global expect_out.
8908 (test_ld): New parameter displacement, pass it to the reach, test_core
8909 and test_attach calls and verify its content in the "ld.so exit" test.
8910 * gdb.base/prelink.exp: Remove gdb_exit and final return.
8911 (prelink): Update expected text, use gdb_test.
8912
e469c7fb
DE
89132010-03-10 Doug Evans <dje@google.com>
8914
8915 * gdb.base/checkpoint.exp: Fix comment.
8916 Lengthen timeout while doing >600 checkpoints test.
8917 Rename duplicate "kill all one" test to keep test names unique.
8918
60e1c644
PA
89192010-03-10 Pedro Alves <pedro@codesourcery.com>
8920
8921 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
8922
cec808ec
KS
89232010-03-08 Keith Seitz <keiths@redhat.com>
8924
889bf7c5
PA
8925 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
8926 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
8927 (dm_type_long): New function.
8928 (dm_type_unsigned_short): New function.
8929 (dm_type_unsigned_long): New function.
8930 (myint): New typedef.
8931 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
8932 long, unsigned shor and long, operator char*, and typedef.
8933 (test_lookup_operator_functions): Add operator char* test.
8934 (test_paddr_operator_functions): Likewise.
8935 (test_paddr_overloaded_functions): Use probe values for
8936 short, long, and unsigned short and long.
8937 (test_paddr_hairy_functions): If the demangler probe detected
8938 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
8939 demangler.
8940 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
8941 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
8942 and "print null_pmf".
8943 Add test "ptype a.*pmf".
8944 * gdb.cp/overload.exp: Allow optional "int" to appear with
8945 "short" and "long".
8946 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
8947 long expect value for men_overload1arg.
8948 Allow "int" to appear with "short" and "long".
8949 When testing "info break", add argument for main (void).
8950 Also allow "int" to appear with "short" and "long".
8951 Ditto with "unsigned" and "long long".
cec808ec
KS
8952 * gdb.java/jmain.exp: Do not enclose methods names in single
8953 quotes.
8954 * gdb.java/jmisc.exp: Likewise.
8955 * gdb.java/jprint.exp: Likewise.
8956 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
8957
8958 From Jan Kratochvil <jan.kratochvil@redhat.com>:
8959 * gdb.cp/exception.exp (backtrace after first throw)
8960 (backtrace after second throw): Allow a namespace before __cxa_throw.
8961 (backtrace after first catch, backtrace after second catch): Allow
8962 a namespace before __cxa_begin_catch.
8963
8964 * gdb.cp/cpexprs.exp: New file.
8965 * gdb.cp/cpexprs.cc: New file.
8966
8967 From Daniel Jacobowitz <dan@codesourcery.com>
8968 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
8969 to use string_to_regexp.
8970 (ctor, dtor): New functions. Use them to match constructor
8971 and destructor function types.
8972 (Top level): Use runto_main.
8973
f870a310
TT
89742010-03-05 Tom Tromey <tromey@redhat.com>
8975
8976 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
8977 gdb.target_charset.
8978 (pp_ns.to_string): Likewise.
8979
0c199f28
KS
89802010-03-04 Keith Seitz <keiths@redhat.com>
8981
8982 * gdb.cp/overload.exp: Test that the filename portion of a linespec
8983 can be quoted. Test that both the filename and function/line
8984 portions can be quoted at the same time.
8985
c7437ca6
PA
89862010-03-04 Pedro Alves <pedro@codesourcery.com>
8987
8988 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
8989
b111b805
DE
89902010-03-03 Doug Evans <dje@google.com>
8991
24486cb7
DE
8992 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
8993 libc contains libpthread.
8994
b111b805
DE
8995 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
8996 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
8997 of gdb_compile. Add another pattern to match android backtrace.
8998
a0e0ef55
TT
89992010-03-03 Tom Tromey <tromey@redhat.com>
9000
9001 PR gdb/11345:
9002 * gdb.base/printcmds.exp (test_printf): Add test.
9003
1ba53b71
L
90042010-03-02 H.J. Lu <hongjiu.lu@intel.com>
9005
9006 * gdb.arch/amd64-byte.exp: New.
9007 * gdb.arch/amd64-dword.exp: Likewise.
9008 * gdb.arch/amd64-pseudo.c: Likewise.
9009 * gdb.arch/amd64-word.exp: Likewise.
9010 * gdb.arch/i386-byte.exp: Likewise.
9011 * gdb.arch/i386-pseudo.c: Likewise.
9012 * gdb.arch/i386-word.exp: Likewise.
9013
f5dff777
DJ
90142010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9015
9016 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
9017 types. Add structreg, bitfields, and flags registers.
9018 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
9019 registers.
9020
90884b2b
L
90212010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9022
9023 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
9024 (load_description): Set architecture if defined.
9025
dc00d89f
PM
90262010-02-28 Phil Muldoon <pmuldoon@redhat.com>
9027
9028 * gdb.python/py-frame.exp: Add read_var block tests.
9029 * gdb.python/py-frame.c (block): New function.
9030
0e095b7e
JK
90312010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9032 Daniel Jacobowitz <dan@codesourcery.com>
9033
9034 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
9035
624f1a65
DM
90362010-02-25 David S. Miller <davem@davemloft.net>
9037
9038 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
9039 fix logic for setting all_syscalls_numbers.
9040
f3e9a817
PM
90412010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9042
9043 * Makefile.in: Add py-block and py-symbol.
9044 * gdb.python/py-symbol.exp: New File.
9045 * gdb.python/py-symtab.exp: New File.
9046 * gdb.python/py-block.exp: New File.
9047 * gdb.python/py-symbol.c: New File.
9048 * gdb.python/py-block.c: New File.
9049
f6bbabf0
PM
90502010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9051
9052 PR python/11314
9053 * lib/gdb.exp (skip_python_tests): New function.
9054 * gdb.python/py-cmd.exp: Use skip_python_tests.
9055 * gdb.python/py-frame.exp: Likewise.
9056 * gdb.python/py-function.exp: Likewise.
9057 * gdb.python/py-prettyprint.exp: Likewise.
9058 * gdb.python/py-template.exp: Likewise.
9059 * gdb.python/py-type.exp: Likewise.
9060 * gdb.python/py-value.exp: Likewise.
9061
85d721b8
PA
90622010-02-22 Pedro Alves <pedro@codesourcery.com>
9063
9064 PR9605
9065
9066 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
9067
48e32051
TT
90682010-02-19 Tom Tromey <tromey@redhat.com>
9069
9070 PR c++/8693, PR c++/9496:
9071 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
9072 regression tests.
9073
ac9c0048
JK
90742010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9075
9076 Fix compatibility with m68k as.
9077 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
9078 Use only /* comments */.
9079
57bb97a4
UW
90802010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9081
9082 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
9083 * configure: Regenerate.
9084
7d1bf85c
DJ
90852010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
9086
9087 * gdb.python/py-type.exp: Check for Python support.
9088
061b5285
PA
90892010-02-17 Pedro Alves <pedro@codesourcery.com>
9090
9091 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
9092 `regsub' syntax available.
9093
f8a8bc2c
PA
90942010-02-17 Pedro Alves <pedro@codesourcery.com>
9095
9096 * gdb.base/shmain.c (main): Remove printf call.
9097 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
9098 * gdb.base/unload.c (main): Make format of fprintf a string
9099 literal. Add missing endlines to prints to stderr.
9100 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
9101
6f451e5e
TT
91022010-02-17 Tom Tromey <tromey@redhat.com>
9103
9104 * gdb.java/jprint.java (jprint.props): New field.
9105 * gdb.java/jprint.exp (set_lang_java): Add regression test.
9106
12d79008
PA
91072010-02-17 Pedro Alves <pedro@codesourcery.com>
9108
ef801a0e 9109 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
9110 available.
9111
d252f7e5
DJ
91122010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9113
9114 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
9115 creation to support remote host testing.
9116
67bdab6c
DJ
91172010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9118
9119 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
9120 Recognize "command not found".
9121
bb391223
DJ
91222010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9123
9124 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
9125 single-stepping.
9126
70362913
DJ
91272010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9128
9129 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
9130 if arguments are not supported.
9131
493f3c00
DJ
91322010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9133
9134 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
9135 be const or non-const.
9136
8034c749
DJ
91372010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9138
9139 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
9140 mi_send_resuming_command to send -exec-continue.
9141
791dfb64
DJ
91422010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9143
9144 * gdb.base/list.exp (test_list_filename_and_function): Add test
9145 with single quotes.
9146 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
9147 matching.
9148 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
9149 Add KFAIL'd tests for PR gdb/11289.
9150
7c5fe868
DJ
91512010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9152
9153 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
9154
fdc498b8
DJ
91552010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9156
9157 * gdb.base/comp-dir/subdir/dummy.txt: New file.
9158 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
9159 a temporary directory.
9160
b519e2a6
DJ
91612010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9162
9163 * gdb.base/charset.exp: Use a single regular expression to match
9164 show host-charset and show target-charset output.
9165
74164c56
JK
91662010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9167
9168 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
9169 "Illegal process-id" expect string more exact.
9170 (attach to digits-starting nonsense is prohibited): New.
9171
701ed6dc
JK
91722010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9173
9174 * gdb.base/prelink.exp (set verbose on): New.
9175
889bf7c5 91762010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
9177
9178 * mi-reverse.exp: New file. Test for reverse option to the
9179 following MI commands: exec-continue, exec-finish, exec-next,
9180 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 9181
dadf0e9c
JB
91822010-02-09 Joel Brobecker <brobecker@adacore.com>
9183
9184 * gdb.ada/ptype_tagged_param: New testcase.
9185
714f19d5
TT
91862010-02-08 Tom Tromey <tromey@redhat.com>
9187
9188 PR c++/8017:
9189 * gdb.cp/overload.exp: Add tests.
9190 * gdb.cp/overload.cc (struct K): New.
9191 (namespace N): New.
9192 (main): Call new functions.
9193 (K::staticoverload): Define.
9194
889bf7c5 91952010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
9196
9197 PR gdb/10728
9198 * gdb.cp/pr10728-x.h: New file.
9199 * gdb.cp/pr10728-x.cc: New file.
9200 * gdb.cp/pr10728-y.cc: New file.
9201 * gdb.cp/pr10728.exp: New file.
9202 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
9203
889bf7c5 92042010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
9205
9206 PR gdb/9067
9207 * gdb.cp/pr9067.exp: New
9208 * gdb.cp/pr9067.cc: New
9209 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
9210
7b356089
JB
92112010-02-08 Joel Brobecker <brobecker@adacore.com>
9212
9213 * lib/gdb.exp (gdb_test_timeout): New global variable.
9214 Set it to timeout if not already set.
9215 (gdb_init): Reset the value of timeout to gdb_test_timeout.
9216
1be00882
DE
92172010-02-05 Doug Evans <dje@google.com>
9218
9219 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
9220 user.
9221
82856980
SW
92222010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
9223
9224 PR c++/7935:
9225 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
9226
1a334831
TT
92272010-02-04 Tom Tromey <tromey@redhat.com>
9228
9229 * gdb.cp/virtbase.exp: Make test case names unique.
9230
9c3c02fd
TT
92312010-02-02 Tom Tromey <tromey@redhat.com>
9232
9233 * gdb.cp/virtbase.exp: Add regression tests.
9234 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
9235 (main): Instantiate RHC.
9236
0cc2414c
TT
92372010-02-02 Tom Tromey <tromey@redhat.com>
9238
9239 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
9240 type-printing change.
9241
edf3d5f3
TT
92422010-02-02 Tom Tromey <tromey@redhat.com>
9243
9244 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
9245 * gdb.cp/virtbase.cc: New file.
9246 * gdb.cp/virtbase.exp: New file.
9247 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
9248
e4b7f41c
JK
92492010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9250
9251 PR libc/11214:
9252 * gdb.threads/current-lwp-dead.c: Include features.h.
9253 (HAS_NOMMU): New.
9254 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
9255
b381ea14
JK
92562010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9257
9258 * gdb.base/symbol-without-target_section.exp,
9259 gdb.base/symbol-without-target_section.c: New.
9260
c593ac0e
DJ
92612010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9262
9263 * gdb.base/bigcore.exp: Reset increased timeout.
9264 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
9265
db25f29d
DJ
92662010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9267
9268 * gdb.base/gcore.exp (capture_command_output): Use
9269 gdb_test_multiple.
9270
f9d67f43
DJ
92712010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9272
9273 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
9274 * gdb.arch/thumb2-it.exp (test_it_break): New function.
9275 (Top level): Call it.
9276
177321bd
DJ
92772010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9278
9279 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
9280
97f2ed50
DJ
92812010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9282
9283 * gdb.base/call-strs.exp, gdb.base/default.exp,
9284 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
9285 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
9286 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
9287 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
9288 gdb.base/watchpoint-solib.exp: Save and restore timeout.
9289 * gdb.base/ending-run.exp: Correct restore of timeout.
9290 * gdb.base/page.exp: Remove unnecessary timeout setting.
9291
e4e2711a
JB
92922010-01-29 Joel Brobecker <brobecker@adacore.com>
9293
9294 * gdb.ada/rec_return: New testcase.
9295
ba581dc1
JB
92962010-01-29 Joel Brobecker <brobecker@adacore.com>
9297
9298 * gdb.ada/call_pn: New testcase.
9299
4ea95be9
DJ
93002010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
9301
9302 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
9303 (Top level): Use it to resume.
9304 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
9305 the Thumb mode displaced stepping error as unsupported.
9306
df83a9bf
SW
93072010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
9308
889bf7c5
PA
9309 * gdb.cp/nsusing.exp: Added more tests.
9310 * gdb.cp/nsrecurs.exp: Ditto.
9311 * gdb.cp/nsusing.cc: Added test functions.
9312 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 9313
40b27cdc
JK
93142010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9315
9316 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
9317 absolute directory pathnames in gdb.sum file.
9318
de958931
SW
93192010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
9320
9321 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
9322 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
9323
708ead4e
TT
93242010-01-26 Tom Tromey <tromey@redhat.com>
9325
9326 PR exp/7643:
9327 * gdb.base/printcmds.exp (test_print_string_constants): Remove
9328 setup_kfail.
9329
b14e635e
SW
93302010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
9331
9332 * gdb.cp/nsrecurs.exp: New test.
9333 * gdb.cp/nsrecurs.cc: New test program.
9334 * gdb.cp/nsstress.exp: New test.
9335 * gdb.cp/nsstress.cc: New test program.
9336 * gdb.cp/nsdecl.exp: New test.
9337 * gdb.cp/nsdecl.cc: New test program.
9338
8540c487
SW
93392010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
9340
9341 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
9342 imported into file scope.
9343 Marked test as xfail.
9344 * gdb.cp/namespace-using.cc (marker5): New function.
9345 * gdb.cp/shadow.exp: New test.
9346 * gdb.cp/shadow.cc: New test program.
9347 * gdb.cp/nsimport.exp: New test.
9348 * gdb.cp/nsimport.cc: New test program.
9349
421d5d99
TT
93502010-01-25 Tom Tromey <tromey@redhat.com>
9351
9352 PR gdb/11049:
9353 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
9354 with "set print null-stop on".
9355
691f8dc1
JK
93562010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9357
9358 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
9359 Adjust it for DISASSEMBLY_OMIT_FNAME.
9360
0b92b5bb
TT
93612010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9362
9363 PR symtab/11199:
9364 * gdb.dwarf2/member-ptr-forwardref.exp,
9365 gdb.dwarf2/member-ptr-forwardref.S: New.
9366
23787403
JK
93672010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9368
9369 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
9370 (thread1_func): Protect thread1_tid with thread1_tid_cond by
9371 thread1_tid_mutex. Remove gdbstop_mutex handling.
9372 (thread2_func): Protect thread2_tid with thread2_tid_cond by
9373 thread2_tid_mutex. Remove gdbstop_mutex handling.
9374 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
9375 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
9376 pthread_cond_wait conditionalizations by while loops.
9377
b966cb8a
TT
93782010-01-20 Tom Tromey <tromey@redhat.com>
9379
9380 PR backtrace/10770:
9381 * gdb.dwarf2/pr10770.exp: New file.
9382 * gdb.dwarf2/pr10770.c: New file.
9383 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
9384
fcae584b
VP
93852010-01-20 Vladimir Prus <vladimir@codesourcery.com>
9386
9387 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
9388 that target was removed, and the test always runs native anyway.
9389
a0f49112
JK
93902010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9391
9392 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
9393 gdb.base/watchpoint-cond-gone-stripped.c: New.
9394
ceeb3d5a
TT
93952010-01-19 Tom Tromey <tromey@redhat.com>
9396
9397 PR c++/8000:
9398 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
9399 existing tests.
9400 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
9401 (main): Use AAA::SomeEnum.
9402
dd322c54
JK
94032010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9404
9405 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
9406 (test_ignore_count): Declare line_callme_body global.
9407 (run to breakpoint with ignore count): Use line_callme_body.
9408 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
9409 (set line_main_hello, set line_main_return): Reindent.
9410 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
9411 New.
9412 (continue to callee4): Use line_callee4_body.
9413 (check *stopped from CLI command): Use line_callee4_next.
9414 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
9415 (set line_main_hello, set line_main_return): Reindent.
9416 (set line_callee4_head, set line_callee4_body): New.
9417 (continue to callee4): Use line_callee4_body.
9418
4e8f195d
TT
94192010-01-18 Tom Tromey <tromey@redhat.com>
9420
9421 PR c++/9680:
9422 * gdb.cp/casts.cc: Add new classes and variables.
9423 * gdb.cp/casts.exp: Test new operators.
9424
9e14a9ba
JB
94252010-01-18 Tom Tromey <tromey@redhat.com>
9426 Thiago Jung Bauermann <bauerman@br.ibm.com>
9427
9428 * gdb.python/source2.py: New file.
9429 * gdb.python/source1: New file.
9430 * gdb.python/python.exp: Test "source" command.
9431
00bf0b85
SS
94322010-01-15 Stan Shebs <stan@codesourcery.com>
9433
9434 * gdb.trace/tfile.c: New file.
9435 * gdb.trace/tfile.exp: New file.
889bf7c5 9436
55235ad7
JK
94372010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9438
9439 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
9440
9f2982ff
JK
94412010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9442
9443 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
9444
bbfba9ed
JK
94452010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9446
9447 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
9448 (libfunc): New parameter action. Implement also selectable "sleep".
9449 * gdb.base/break-interp-main.c: Include assert.h.
9450 (libfunc): New parameter action.
9451 (main): New parameters argc and argv. Assert argc. Pass argv.
9452 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
9453 (test_attach): New proc.
9454 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
9455 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
9456
61f0d762
JK
94572010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9458
9459 * gdb.base/break-interp.exp (test_core): New proc.
9460 (test_ld): Call it.
9461
06a6f270
JK
94622010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9463
9464 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
9465 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
9466 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
9467 and gdb_compile_shlib. Use new -Wl compiler options.
9468 (dl bt, main bt): New tests.
9469
51bee8e9
JK
94702010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9471
9472 Support PIEs with no symfile_objfile.
9473 * gdb.base/break-interp.exp: New argument at the test_ld calls.
9474 (test_ld): New parameter trynosym.
9475 (test_ld <$trynosym>): New block.
9476
b8040f19
JK
94772010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9478
9479 * gdb.base/break-interp.exp: New file.
9480
be759fcf
PM
94812010-01-13 Phil Muldoon <pmuldoon@redhat.com>
9482
9483 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
9484 * gdb.python/py-prettyprint.py (pp_ls): New printer.
9485 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
9486 test.
9487 * gdb.python/py-prettyprint.c: Define lazystring test structure.
9488 * gdb.python/py-mi.exp: Add lazy string test.
9489
dc146f7c
VP
94902010-01-13 Vladimir Prus <vladimir@codesourcery.com>
9491
9492 * lib/mi-support.exp (mi_check_thread_states): Handle
9493 core number in thread listing.
9494
b4ba55a1
JB
94952010-01-12 Joel Brobecker <brobecker@adacore.com>
9496
9497 * gdb.base/maint.exp: Adjust the expected output for the
9498 "maint print type" test. Use gdb_test_multiple instead of
9499 gdb_sent/gdb_expect.
9500
08e24bd4
DE
95012010-01-11 Doug Evans <dje@google.com>
9502
6496a609
DE
9503 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
9504 from gdbserver_download. All callers updated.
9505
08e24bd4
DE
9506 * gdb.server/ext-run.exp: "info os processes" requires xml support.
9507
b5cfddf5
JK
95082010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9509
9510 Implement binary numbers parsing.
9511 * gdb.base/printcmds.exp (test_integer_literals_accepted)
9512 (test_integer_literals_rejected): New binary tests.
9513
3725885a
RW
95142010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9515
9516 * gdb.cell/configure: Regenerate.
9517
37aeb5df
JK
95182010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9519
9520 * gdb.base/corefile.exp: Move the core finding block out and call it as
9521 core_find, new variable $corefile, replace corefile by $corefile and
9522 [file tail $corefile] for usage vs. test names resp.
9523 * lib/gdb.exp (core_find): Move it as a new function here. New
9524 parameter binfile and deletefiles. New variable $destcore. Pre-delete
9525 $destcore. Return "" on error.
9526
d521f563
JK
95272010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9528
9529 Workaround PR binutils/10802.
9530 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
9531 (twice).
9532
28f24826
DJ
95332010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9534
9535 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
9536
2de75e71
JB
95372010-01-08 Joel Brobecker <brobecker@adacore.com>
9538
9539 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
9540 call, to avoid interruption.
9541
fe00719b 95422010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
9543
9544 * gdb.stabs/weird.def (args93): New.
9545
d0ef5df8
DE
95462010-01-07 Doug Evans <dje@google.com>
9547
9548 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
9549
3a08d52f
TT
95502010-01-07 Tom Tromey <tromey@redhat.com>
9551
9552 * gdb.base/source.exp: Use correct line number.
9553
7a697b8d
SS
95542010-01-05 Stan Shebs <stan@codesourcery.com>
9555
9556 * gdb.trace/tracecmd.exp: Test ftrace.
9557
7803799a
UW
95582010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9559
9560 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
9561
c54eabfa
JK
95622010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9563
9564 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
9565 "uint_for_mi_testing".
9566
02e7ef19
JB
95672010-01-01 Joel Brobecker <brobecker@adacore.com>
9568
9569 Test indented comment in file being sourced.
9570 * gdb.base/commands.exp: Test indented comment in file being sourced.
9571
abd775ce
JB
95722010-01-01 Joel Brobecker <brobecker@adacore.com>
9573
9574 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
9575 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
9576 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
9577 notice.
9578
79b55b82
JB
95792010-01-01 Joel Brobecker <brobecker@adacore.com>
9580
9581 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
9582 notice.
9583
8997583e
JK
95842010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9585
9586 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
9587 missing $after_stopped and comma (,) expectation.
9588
6da95a67
SS
95892009-12-31 Stan Shebs <stan@codesourcery.com>
9590
9591 * gdb.trace/actions.exp: Test teval action.
889bf7c5 9592
218d2fc6
TJB
95932009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9594
9595 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
9596 (top level): Call test_watchpoint_in_big_blob.
9597 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
9598 watchpoints.
9599 (func3): Write to buf.
9600
236f1d4d
SS
96012009-12-29 Stan Shebs <stan@codesourcery.com>
9602
9603 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 9604
f61e138d
SS
96052009-12-28 Stan Shebs <stan@codesourcery.com>
9606
9607 * gdb.trace/tsv.exp: New file.
9608 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 9609
0219b378
DJ
96102009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
9611
9612 * gdb.base/find.c (main): Reference search buffers.
9613 * gdb.base/included.c (main): Reference integer.
9614 * gdb.base/ptype.c (charfoo): Declare.
9615 (intfoo): Call charfoo.
9616 * gdb.base/scope0.c (useitp): New function.
9617 (usestatics): Use useitp.
9618 (useit): Add a type for val.
9619 * gdb.base/scope1.c (useit1): Take a pointer argument.
9620 (usestatics1): Update calls to useit1.
9621 * gdb.cp/call-c.cc: Declare foo.
9622 (main): Call foo.
9623 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
9624 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
9625 (main): Call C::ensureRefs and ensureOtherRefs.
9626 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
9627 variables.
9628 (ensureOtherRefs): New function.
9629 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
9630 * gdb.cp/templates.cc (main): Call t5i.value.
9631
3f78692f
JK
96322009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9633
9634 Fix compatibility with G++-4.5.
9635 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
9636 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
9637 (uncaught return): Remove.
9638
429374b8
JK
96392009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9640 Phil Muldoon <pmuldoon@redhat.com>
9641
9642 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
9643 (bp_location13, bp_location14, bp_location17, bp_location18)
9644 (marker3_proto, marker4_proto): New variables.
9645 (breakpoint info): Update output.
9646 (run until breakpoint at marker3, run until breakpoint at marker4): New
9647 tests.
9648
859825b8
JK
96492009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9650
9651 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
9652 Replace the printf call of Y by provided "y-set-1" label. New block
9653 for the second shared library.
9654 * gdb.base/unload.exp: Compile also the second library, call
9655 gdb_load_shlibs also for it. Use now gdb_breakpoint.
9656 (single pending breakpoint info): Rename to ...
9657 (pending breakpoint info before run): ... this extended test.
9658 (libfile2, libname2, libsrcfile2, libsrc2)
9659 (lib_sl2): New variables.
9660 (exec_opts): Set also SHLIB_NAME2.
9661 (pending breakpoint info on first run at shrfunc1)
9662 (pending breakpoint info on second run at shrfunc1)
9663 (pending breakpoint info on second run at shrfunc2)
9664 (print y from libfile, print y from libfile2): New tests.
9665 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
9666 * gdb.base/unloadshr2.c: New.
9667
e6a386cd
HZ
96682009-12-22 Hui Zhu <teawater@gmail.com>
9669
9670 * gdb.reverse/sigall-reverse.exp: Adjust.
9671
9e19b45e
VP
96722009-12-21 Vladimir Prus <vladimir@codesourcery.com>
9673
9674 PR gdb/10884
9675
9676 * gdb.mi/var-cmd.c (do_bitfield_tests): New
9677 (main): Call do_bitfield_tests.
aacf5b1e 9678 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 9679
d53a7b30
JB
96802009-12-20 Joel Brobecker <brobecker@adacore.com>
9681
9682 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
9683 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
9684 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
9685 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
9686 gdb.modula2/unbounded1.c: Update copyright header.
9687
191ca0a1
CM
96882009-12-10 Chris Moller <moller@mollerware.com>
9689
9690 PR gdb/9399
9691 * gdb.cp/virtfunc2.exp: New tests
9692 * gdb.cp/virtfunc2.cc: New tests
9693 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
9694
0fa6cf1b
MS
96952009-12-10 Oza Pawandeep (paawan1982@yahoo.com
9696
9697 * gdb.reverse/i387-env-reverse.c: New file.
9698 * gdb.reverse/i387-env-reverse.exp: New file.
9699 * gdb.reverse/i387-stack-reverse.c: New file.
9700 * gdb.reverse/i387-stack-reverse.exp: New file.
9701
361ae042
PM
97022009-12-08 Phil Muldoon <pmuldoon@redhat.com>
9703
9704 * gdb.python/py-type.exp (test_range): New test.
9705
bfd31e71
PM
97062009-12-03 Phil Muldoon <pmuldoon@redhat.com>
9707
9708 PR python/10805
9709
9710 * gdb.python/py-type.exp: New file.
9711 * gdb.python/py-type.c: New file.
9712 * Makefile.in: Add py-type.
9713
57a1d736
TT
97142009-12-03 Tom Tromey <tromey@redhat.com>
9715
9716 * gdb.python/py-value.exp (test_parse_and_eval): New
9717 function.
9718
1f3b5d1b
PP
97192009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
9720
9721 PR gdb/11022
9722
9723 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
9724 * gdb.base/pr11022.c: New test.
9725
8b7dbdc9
JK
97262009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9727
9728 Fix spurious false FAILs.
9729 * gdb.base/structs.c (chartest): New.
9730 (main): Fill-in chartest.
9731 * gdb.base/structs.exp (anychar_re, first): New.
9732 (start_structs_test): Import global anychar_re and first.
9733 New gdb_test call "set print elements 300; ${testfile}"
9734 (start_structs_test <$first>): New block.
9735 (any): Import global anychar_re. New variable ac. Use ${ac}.
9736
6a53b2ec
JK
97372009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9738
9739 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
9740
d7167b4c
JK
97412009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9742
9743 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
9744 Force $srcfile file.
9745 * gdb.base/foll-fork.c (callee): Comment out the printf call.
9746
b1798462
UW
97472009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9748
9749 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
9750 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
9751 * gdb.threads/watchthreads-reorder.exp: Likewise.
9752
b6199126
DJ
97532009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
9754
9755 PR gdb/8704
9756
9757 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
9758 "if", and "thread". Correct matching in the previous test.
9759
b22a0510
DJ
97602009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
9761
9762 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
9763
930636d2
MS
97642009-11-23 Michael Snyder <msnyder@vmware.com>
9765
9766 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
9767 * gdb.reverse-watch-precsave.exp: Ditto.
9768
21a0512e
PP
97692009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
9770
9771 * gdb.asm/asm-source.exp: Adjust.
9772 * gdb.base/help.exp: Adjust.
889bf7c5 9773
fc30d5e0
PA
97742009-11-22 Pedro Alves <pedro@codesourcery.com>
9775
9776 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
9777 (do_syscall_tests_without_xml): Set data-directory to
9778 /the/path/to/nowhere.
9779
f6bc2008
PA
97802009-11-21 Pedro Alves <pedro@codesourcery.com>
9781
9782 * gdb.threads/local-watch-wrong-thread.c,
9783 gdb.threads/local-watch-wrong-thread.exp: New files.
9784
8c2fb5de
PA
97852009-11-21 Pedro Alves <pedro@codesourcery.com>
9786
9787 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
9788 assume new `regsub' syntax available.
9789
ebec9a0f
PA
97902009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9791
a79d3c27
JK
9792 * gdb.base/watchpoint-hw-hit-once.exp,
9793 gdb.base/watchpoint-hw-hit-once.c: New.
9794
97952009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9796
9797 * gdb.threads/watchthreads-reorder.exp,
9798 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 9799
276a961b
MK
98002009-11-17 Nathan Sidwell <nathan@codesourcery.com>
9801
9802 * gdb.xml/tdesc-regs.exp: Use for m68k.
9803
4867c1fb
PA
98042009-11-15 Pedro Alves <pedro@codesourcery.com>
9805
9806 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
9807
f6838f81
DJ
98082009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
9809
9810 * lib/gdb.exp (current_target_name): New procedure.
9811 (gdb_wrapper_target): New variable.
9812 (gdb_wrapper_init): Set gdb_wrapper_target.
9813 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
9814 wrapper.
9815
4ac4dd3f
DJ
98162009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
9817
9818 * gdb.base/remote.exp: Delete the slowest load test.
9819 Do not load with fixed packet sizes.
9820
a7881759
DJ
98212009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
9822
9823 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
9824
97a5b505
DJ
98252009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
9826
9827 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
9828 srcfile when setting a breakpoint.
9829
d3e1fc54
DJ
98302009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
9831
9832 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
9833 macros.
9834
7cbcbded
DJ
98352009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
9836
9837 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
9838 to be in memory.
9839 * gdb.base/display.c (force_mem): New.
9840 (do_loops): Use it. Add breakpoint comments.
9841 (do_vars): Add a breakpoint comment.
9842 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
9843 line numbers.
9844
bdea3a92
NF
98452009-11-13 Nathan Froyd <froydnj@codesourcery.com>
9846
9847 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
9848 instead of a bare "run".
9849
269f82e5
PP
98502009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
9851
9852 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 9853
a69b7d9d
DJ
98542009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
9855
9856 * lib/cell.exp (skip_cell_tests): Clean up test files before
9857 returning.
9858
b598bfda
DJ
98592009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
9860
9861 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
9862 and the breakpoint menu. Do not call perror if a prompt is seen.
9863 Consume the following GDB prompt.
9864 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
9865 * gdb.cp/namespace.exp: Use gdb_test.
9866 * gdb.cp/templates.exp: Use gdb_test.
9867 (test_template_breakpoints): Use gdb_test_multiple.
9868
87728fa0
DJ
98692009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
9870
9871 * gdb.base/break1.c (struct some_struct, values): Move earlier.
9872 (marker4): Reference values.
9873
b67c692f
DJ
98742009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
9875
9876 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
9877 is missing.
9878
f0df251a
DJ
98792009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
9880
9881 * gdb.base/break.c (need_malloc): New.
9882 * gdb.base/constvars.c (main): Reference crass and crisp.
9883 * gdb.base/gdb1821.c (main): Reference bar.
9884 * gdb.cp/gdb1355.cc (main): Reference s1.
9885 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
9886 (main): Call them.
9887 * gdb.cp/hang2.cc (dummy2): Define.
9888 * gdb.cp/hang3.cc (dummy3): Define.
9889 * gdb.cp/m-data.cc (main): Reference shadow.
9890
bdf7534a
NF
98912009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
9892 Nathan Froyd <froydnj@codesourcery.com>
9893
9894 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
9895 remote host.
9896
f24fce77
NF
98972009-11-12 Nathan Froyd <froydnj@codesourcery.com>
9898
9899 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
9900 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
9901 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9902 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9903 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9904 * gdb.dwarf2/dw2-producer.exp: Likewise.
9905 * gdb.dwarf2/mac-fileno.exp: Likewise.
9906 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
9907 py-prettyprint.py to the remote host.
9908 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
9909
40f0318e
KS
99102009-11-11 Keith Seitz <keiths@redhat.com>
9911
9912 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
9913 use it instead of "Foo".
9914 * gdb.cp/classes.exp (do_tests): Add a test to access
9915 a method through a typedef'd class name.
9916
f3d9f7fb
NF
99172009-11-11 Nathan Froyd <froydnj@codesourcery.com>
9918
9919 * gdb.base/long_long.exp: Permit leading zeros on floating-point
9920 exponents.
9921 * gdb.base/pointers.exp: Likewise.
9922 * gdb.cp/ref-types.exp: Likewise.
9923
a4216f37
KS
99242009-11-11 Keith Seitz <keiths@redhat.com>
9925
9926 * gdb.cp/cplusfuncs.cc (class foo): Add operators
9927 new[] and delete[].
9928 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
9929 "void".
9930 (probe_demangler): Remove all single-quoting of
9931 method and variable names.
9932 (info_func_regexp): Remove the word "void" from any
9933 occurrence of "(void)".
9934 (print_addr_2): Remove all single-quoting of
9935 method names.
9936 (print_addr_2_kfail): Likewise.
9937 (print_addr): Single-quote C function names before
9938 passing to print_addr_2.
9939 (test_paddr_operator_functions): Remove single-quoting
9940 for method names.
9941 Add tests for operator new[] and operator delete[].
9942
9b14d7aa
JK
99432009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9944
9945 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
9946
85feb311
KS
99472009-11-09 Keith Seitz <keiths@redhat.com>
9948
9949 * gdb.cp/overload.exp: Add tests for resolving overloaded
9950 methods in expression parsing/evaluation.
9951
fa335448
DJ
99522009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
9953
9954 * lib/gdb.exp (default_gdb_version): Use --version instead of
9955 --command.
9956
ec3c07fc
NS
99572009-11-10 Nathan Sidwell <nathan@codesourcery.com>
9958
9959 * lib/gdb.exp (gdb_compile_test): New.
9960 (skip_ada_tests, skip_java_tests): New.
9961 (gdb_compile): Use gdb_compile_test for f77.
9962 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
9963 * lib/java.exp (compile_java_from_source): Remove runtests check,
9964 use gdb_compile_test to record result.
9965 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
9966 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
9967 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
9968 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
9969 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
9970 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
9971 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
9972 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
9973 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
9974 adjust gdb_compile invocations.
9975
b8b4e42b
JK
99762009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9977
9978 * Makefile.in (abs_builddir): New.
9979 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
9980 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
9981 `$(abs_builddir)/site.exp'.
9982
f8b7eaf3
DJ
99832009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
9984
9985 * config/m68k-emc.exp, lib/emc-support.exp,
9986 gdb.trace/gdb_c_test.c: Delete.
9987 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
9988 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
9989 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
9990 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
9991 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
9992 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
9993 casing for m68k-*-elf.
9994
c4187697
NS
99952009-11-03 Pedro Alves <pedro@codesourcery.com>
9996
9997 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
9998 * gdb.arch/i386-prologue.exp: Likewise.
9999 * gdb.arch/i386-unwind.exp: Likewise.
10000
db16b772
DJ
100012009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10002
10003 * lib/gdb.exp (gdb_expect): Fix timeout typo.
10004
bcf71277
DJ
100052009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10006
10007 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
10008
0105cee2
DJ
100092009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10010
10011 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
10012
24ddea62
JK
100132009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10014
10015 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
10016
287ccc17
JK
100172009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10018
10019 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
10020 * gdb.base/sepdebug2.c: New file.
10021
08bca259 100222009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
10023
10024 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
10025 the modified warnings for catch syscall. Verify if GDB was compiled
10026 with support for lib expat, and choose which tests to run depending
10027 on this.
10028
5d4e2b76
VP
100292009-10-30 Vladimir Prus <vladimir@codesourcery.com>
10030
10031 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
10032 that composite commands are parsed OK. And also test
10033 that breakpoint commands do work.
10034
240e538a
MS
100352009-10-23 Michael Snyder <msnyder@vmware.com>
10036
10037 gdb.reverse/consecutive-precsave.exp: Change expect pattern
10038 to allow for new disassembly style.
10039
9c419145
PP
100402009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
10041
10042 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 10043
02506ff1
MS
100442009-10-22 Michael Snyder <msnyder@vmware.com>
10045
10046 * gdb.reverse/break-precsave.exp: New test.
10047 * gdb.reverse/consecutive-precsave.exp: Ditto.
10048 * gdb.reverse/finish-precsave.exp: Ditto.
10049 * gdb.reverse/i386-precsave.exp: Ditto.
10050 * gdb.reverse/machinestate-precsave.exp: Ditto.
10051 * gdb.reverse/sigall-precsave.exp: Ditto.
10052 * gdb.reverse/solilb-precsave.exp: Ditto.
10053 * gdb.reverse/step-precsave.exp: Ditto.
10054 * gdb.reverse/until-precsave.exp: Ditto.
10055 * gdb.reverse/watch-precsave.exp: Ditto.
10056
4cf866a3
MS
100572009-10-22 Michael Snyder <msnyder@vmware.com>
10058
10059 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
10060 for gdb_expect. Adjust one test's expect strings for the new
10061 format of disassemble.
10062 * gdb.reverse/finish-reverse.exp: Delete 'return'.
10063 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
10064 gdb_test_multiple.
10065 * gdb.reverse/step-reverse.exp: Delete 'return'.
10066 * gdb.reverse/until-reverse.exp: Delete blank lines.
10067 * gdb.reverse/watch-reverse.exp: Delete blank lines.
10068
2b28d209
PP
100692009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
10070
10071 * gdb.base/consecutive.exp: Adjust.
10072 * gdb.base/display.exp: Likewise.
10073 * gdb.base/pc-fp.exp: Likewise.
10074 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 10075
33b9c32b
MS
100762009-10-19 Michael Snyder <msnyder@vmware.com>
10077
10078 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
10079 * gdb.reverse/finish-reverse.c: Ditto.
10080 * gdb.reverse/sigall-reverse.c: Ditto.
10081 * gdb.reverse/solib-reverse.c: Ditto.
10082 * gdb.reverse/step-reverse.c: Ditto.
10083 * gdb.reverse/watch-reverse.c: Ditto.
10084
6c95b8df
PA
100852009-10-19 Pedro Alves <pedro@codesourcery.com>
10086 Stan Shebs <stan@codesourcery.com>
10087
10088 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
10089 * gdb.base/foll-exec.exp: Adjust to expect a process id before
10090 "Executing new program".
10091 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
10092 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
10093 left listed after having been killed.
10094 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
10095 * gdb.base/maint.exp: Adjust test.
10096
10097 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
10098 * gdb.multi/Makefile.in: New.
10099 * gdb.multi/base.exp: New.
10100 * gdb.multi/goodbye.c: New.
10101 * gdb.multi/hangout.c: New.
10102 * gdb.multi/hello.c: New.
10103 * gdb.multi/bkpt-multi-exec.c: New.
10104 * gdb.multi/bkpt-multi-exec.exp: New.
10105 * gdb.multi/crashme.c: New.
10106
279017b7
TG
101072009-10-13 Tristan Gingold <gingold@adacore.com>
10108
10109 * gdb.base/sepdebug.exp: Check debug info are found.
10110
0413d738
PA
101112009-10-08 Pedro Alves <pedro@codesourcery.com>
10112
10113 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
10114 bits.
10115
c628eecc
JK
101162009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10117
10118 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
10119
38af1bfe
JB
101202009-10-07 Joel Brobecker <brobecker@adacore.com>
10121
10122 * gdb.base/watchpoints.c: Add copyright header. Reformat one
10123 of the comments.
10124
2b0adecd
PM
101252009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
10126
10127 * gdb.base/annota1.exp: Remove obsolete match_max increase.
10128 * gdb.base/annota3.exp: Idem.
10129 * gdb.base/maint.exp: Idem.
10130
8d417781
PM
101312009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
10132
889bf7c5 10133 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
10134 to default.
10135
bb61102d
PM
101362009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
10137
889bf7c5 10138 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
10139 mingw and cygwin targets.
10140
ace5c364
PM
101412009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
10142 Pedro Alves <pedro@codesourcery.com>
10143
889bf7c5 10144 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
10145 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
10146
c2d494a0
PM
101472009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
10148
e1b52ce2
PM
10149 * gdb.base/shr1.c: Use %p in format string.
10150 * gdb.base/unload.c: Avoid warning in fprintf.
10151 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 10152
209f53f5
PM
101532009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
10154
10155 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
10156 long type.
10157 (test_unlink): Correct printf string.
10158 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
10159 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
10160
8172766a
JK
101612009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10162
10163 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
10164 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
10165 * gdb.arch/ia64-breakpoint-shadow.S: New file.
10166
0f73703c
UW
101672009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10168
10169 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
10170 * gdb.objc/nondebug.exp: Likewise.
10171
b32306ca
UW
101722009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10173
10174 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
10175 target_info setting.
10176
10177 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
10178 that detect new threads during "info threads".
10179
0057022f
UW
101802009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10181
10182 * gdb.threads/manythreads.c (main): Increase thread stack size
10183 to 2*PTHREAD_STACK_MIN.
10184 * gdb.threads/multi-create.c (main): Likewise.
10185 (create_function): Likewise.
10186
f29c0325
UW
101872009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10188
10189 * gdb.base/dump.exp: Pass difference of pointer types instead
10190 of integer types as offset to restore in intarr3.srec case.
10191
fcb34849
UW
101922009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10193
10194 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
10195
d5142e3b
UW
101962009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10197
10198 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
10199
087b74b2 102002009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 10201
087b74b2
PM
10202 New test for two watchpoints, with disabling of
10203 the first inserted.
10204 * testsuite/gdb.base/watchpoints.c: New file.
10205 * testsuite/gdb.base/watchpoints.exp: New file.
10206
96c07c5b
TT
102072009-09-25 Tom Tromey <tromey@redhat.com>
10208
10209 * gdb.base/charset.exp: Test utf-16 strings with Python.
10210
b8899f2b
TT
102112009-09-25 Tom Tromey <tromey@redhat.com>
10212
10213 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
10214 UCS-4.
10215 * gdb.base/charset.c (utf_32_string): Rename.
10216 (init_utf32): Rename.
10217 (main): Update.
10218
329719ec
TT
102192009-09-22 Tom Tromey <tromey@redhat.com>
10220
10221 * gdb.python/py-function.exp: Add regression tests.
10222
11ef0d76
KS
102232009-09-21 Keith Seitz <keiths@redhat.com>
10224
10225 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
10226 with invalid operator.
10227
3fe8f3b3
KS
102282009-09-21 Keith Seitz <keiths@redhat.com>
10229
10230 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
10231 and destructor using typedef name of class.
10232 * gdb.cp/classes.cc (class Base1): Add a destructor.
10233 (base1): New typedef.
10234 (use_methods): Instanitate an object of type base1.
10235 * gdb.cp/templates.exp (test_template_typedef): New procedure.
10236 (do_tests): Call test_template_typedef.
10237 * gdb.cp/templates.cc (Baz::~Baz): New method.
10238 (intBazOne): New typedef.
10239 (main): Instantiate intBazOne.
10240
7a9fe101
PM
102412009-09-21 Phil Muldoon <pmuldoon@redhat.com>
10242
10243 PR python/10633
10244
10245 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
10246 Function.
10247 (run_lang_tests): Add print elements test.
10248
2e4d963f
PM
102492009-09-21 Phil Muldoon <pmuldoon@redhat.com>
10250
10251 * gdb.python/py-value.exp (test_subscript_regression): New
10252 function. Test for invalid subscripts.
10253 * gdb.python/py-value.c (main): Add test array, and pointer to it.
10254 (ptr_ref): New function.
10255
ec7e75e7
PP
102562009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10257
10258 * gdb.base/default.exp: Fix "show convenience".
10259
0cc7d26f
TT
102602009-09-15 Tom Tromey <tromey@redhat.com>
10261
10262 * lib/mi-support.exp (mi_create_varobj): Update.
10263 (mi_create_floating_varobj): Likewise.
10264 (mi_create_dynamic_varobj): New proc.
10265 (mi_varobj_update): Update.
10266 (mi_varobj_update_with_type_change): Likewise.
10267 (mi_varobj_update_kv_helper): New proc.
10268 (mi_varobj_update_dynamic_helper): Rewrite.
10269 (mi_varobj_update_dynamic): New proc.
10270 (mi_list_varobj_children): Update.
10271 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
10272 * gdb.python/python-prettyprint.py (pp_outer): New class.
10273 (pp_nullstr): Likewise.
10274 (lookup_function): Register new printers.
10275 * gdb.python/python-prettyprint.c (struct substruct): New type.
10276 (struct outerstruct): Likewise.
10277 (substruct_test): New function.
10278 (struct nullstr): New type.
10279 (string_1, string_2): New globals.
10280 (main): Add new tests.
10281 * gdb.python/python-mi.exp: Added regression tests.
10282 * gdb.mi/mi2-var-display.exp: Update.
10283 * gdb.mi/mi2-var-cmd.exp: Update.
10284 * gdb.mi/mi2-var-child.exp: Update.
10285 * gdb.mi/mi2-var-block.exp: Update.
10286 * gdb.mi/mi-var-invalidate.exp: Update.
10287 * gdb.mi/mi-var-display.exp: Update.
10288 * gdb.mi/mi-var-cmd.exp: Update.
10289 * gdb.mi/mi-var-child.exp: Update.
10290 * gdb.mi/mi-var-block.exp: Update.
10291 * gdb.mi/mi-break.exp: Update.
10292 * gdb.mi/gdb701.exp: Update.
10293
a96d9b2e
SDJ
102942009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
10295
10296 * Makefile.in: Inclusion of catch-syscall object.
10297 * gdb.base/catch-syscall.c: New file.
10298 * gdb.base/catch-syscall.exp: New file.
10299
b43b923a
MS
103002009-09-12 Michael Snyder <msnyder@vmware.com>
10301
10302 * gdb.reverse/step-reverse.exp: Explicitly check for targets
10303 that can support reverse debuggnig.
10304
cec03d70
TT
103052009-09-11 Tom Tromey <tromey@redhat.com>
10306
10307 * gdb.dwarf2/valop.S: New file.
10308 * gdb.dwarf2/valop.exp: New file.
10309
e23bb3fc
MK
103102009-09-11 Mark Kettenis <kettenis@gnu.org>
10311
10312 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
10313
37c3696d
DE
103142009-09-10 Doug Evans <dje@google.com>
10315
10316 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
10317 Add $gdb_prompt to second breakpoint regexp.
10318
5172aecb
JB
103192009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
10320
10321 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
10322 names, add missing ones.
10323 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
10324 * gdb.python/py-frame.c: Rename from python-frame.c.
10325 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
10326 testfile name.
10327 * gdb.python/py-function.exp: Rename from python-function.exp.
10328 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
10329 testfile name.
10330 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
10331 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
10332 Adjust testfile name.
10333 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
10334 * gdb.python/py-template.cc: Rename from python-template.cc.
10335 * gdb.python/py-template.exp: Rename from python-template.exp.
10336 Adjust testfile name.
10337 * gdb.python/py-value.c: Rename from python-value.c.
10338 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
10339 testfile name.
10340
b554e4bd
JK
103412009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10342
10343 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
10344 $bpt2address.
10345 (Second breakpoint address is valid on ia64)
10346 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
10347
9a68ae16
JM
103482009-09-03 Joseph Myers <joseph@codesourcery.com>
10349
10350 * gdb.base/ending-run.exp: Restrict regular expression matching
10351 line number to require closing brace following.
10352
146b9145
DE
103532009-09-03 Doug Evans <dje@google.com>
10354
10355 * gdb.base/store.exp (check_set): Fix typo in expected value message.
10356
787d21e1
TT
103572009-09-02 Tom Tromey <tromey@redhat.com>
10358
10359 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
10360
e7802207
TT
103612009-09-02 Tom Tromey <tromey@redhat.com>
10362
10363 * gdb.dwarf2/callframecfa.exp: New file.
10364 * gdb.dwarf2/callframecfa.S: New file.
10365
817aadd2
JK
103662009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10367
10368 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
10369 gdb.base/solib-overlap-main.c: New.
10370
4a76eae5
DJ
103712009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
10372
10373 PR gdb/10565
10374
10375 * gdb.base/bitfields.c (struct container, container): New.
10376 (main): Initialize it and call break5.
10377 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
10378
d4b96c9a
JK
103792009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10380
10381 Support constant DW_AT_data_member_location by GCC PR debug/40659.
10382 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
10383
4e22772d
JK
103842009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10385
10386 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
10387
2efab443
MS
103882009-08-26 Michael Snyder <msnyder@vmware.com>
10389
10390 * gdb.base/i386-reverse.c: New file.
10391 * gdb.base/i386-reverse.exp: New file.
10392 * gdb.base/Makefile.in: Add new files to be removed.
10393
07ab73a0
JM
103942009-08-26 Joseph Myers <joseph@codesourcery.com>
10395
10396 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
10397 environment-pwd for remote host.
10398 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
10399
676accff
KS
104002009-08-24 Keith Seitz <keiths@redhat.com>
10401
10402 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
10403 Add two new C++ completer tests which limit the output to a
889bf7c5 10404 given class.
676accff 10405
f9f7ad22
MS
104062009-08-24 Michael Snyder <msnyder@vmware.com>
10407
10408 * gdb.base/del.exp: Fix typo in comment.
10409 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
10410
81ecdfbb
RW
104112009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10412
10413 * configure: Regenerate.
10414 * gdb.hp/configure: Likewise.
10415 * gdb.hp/gdb.aCC/configure: Likewise.
10416 * gdb.hp/gdb.base-hp/configure: Likewise.
10417 * gdb.hp/gdb.compat/configure: Likewise.
10418 * gdb.hp/gdb.defects/configure: Likewise.
10419 * gdb.hp/gdb.objdbg/configure: Likewise.
10420 * gdb.stabs/configure: Likewise.
10421
cab0c772
UW
104222009-08-19 Doug Evans <dje@google.com>
10423
10424 * gdb.base/gdbvars.c: New file.
10425 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
10426
b8fa0bfa
PA
104272009-08-14 Pedro Alves <pedro@codesourcery.com>
10428
10429 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
10430 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
10431
b84aa90a
PA
104322009-08-13 Pedro Alves <pedro@codesourcery.com>
10433
10434 * gdb.base/default.exp: Adjust "set language test": it's now an
10435 enum command. Larger help string moved to "help set language".
10436 * gdb.base/help.exp: Adjust "help set language" expected output,
10437 now lists all known languages.
10438
0d8f9b2c
NF
104392009-08-11 Nathan Froyd <froydnj@codesourcery.com>
10440
10441 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
10442 all frame arguments.
10443 * gdb.arch/altivec-regs.exp: Likewise.
10444
bda180e0
TT
104452009-08-07 Tom Tromey <tromey@redhat.com>
10446
10447 * gdb.base/setshow.exp: Add tests for changes to set language, set
10448 check range, and set check type.
10449
48cb2d85
VP
104502009-08-03 Vladimir Prus <vladimir@codesourcery.com>
10451
10452 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
10453 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 10454 Call it.
48cb2d85 10455
1ea34204
UW
104562009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10457
10458 * configure.ac: Run gdb.cell tests when appropriate.
10459 * configure: Regenerate.
10460 * lib/cell.exp: New file.
10461 * gdb.cell: New directory.
10462 * gdb.cell/configure.ac: New file.
10463 * gdb.cell/configure: New file.
10464 * gdb.cell/Makefile.in: New file.
10465 * gdb.cell/arch.exp: New file.
10466 * gdb.cell/break.c: New file.
10467 * gdb.cell/break.exp: New file.
10468 * gdb.cell/break-spu.c: New file.
10469 * gdb.cell/bt.c: New file.
10470 * gdb.cell/bt2-spu.c: New file.
10471 * gdb.cell/bt-spu.c: New file.
10472 * gdb.cell/bt.exp: New file.
10473 * gdb.cell/coremaker.c: New file.
10474 * gdb.cell/coremaker-spu.c: New file.
10475 * gdb.cell/core.exp: New file.
10476 * gdb.cell/gcore.exp: New file.
10477 * gdb.cell/data.c: New file.
10478 * gdb.cell/data.exp: New file.
10479 * gdb.cell/data-spu.c: New file.
10480 * gdb.cell/ea-cache.exp: New file.
10481 * gdb.cell/ea-cache.c: New file.
10482 * gdb.cell/ea-cache-spu.c: New file.
10483 * gdb.cell/ea-standalone.c: New file.
10484 * gdb.cell/ea-standalone.exp: New file.
10485 * gdb.cell/ea-test.c: New file.
10486 * gdb.cell/ea-test.exp: New file.
10487 * gdb.cell/f-regs.exp: New file.
10488 * gdb.cell/mem-access.c: New file.
10489 * gdb.cell/mem-access.exp: New file.
10490 * gdb.cell/mem-access-spu.c: New file.
10491 * gdb.cell/ptype.exp: New file.
10492 * gdb.cell/registers.exp: New file.
10493 * gdb.cell/size.c: New file.
10494 * gdb.cell/sizeof.exp: New file.
10495 * gdb.cell/size-spu.c: New file.
10496 * gdb.cell/solib.exp: New file.
10497 * gdb.cell/solib-symbol.exp: New file.
10498
85e747d2
UW
104992009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10500
10501 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
10502
58d6951d
DJ
105032009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10504
10505 * gdb.base/float.exp: Handle VFP registers.
10506
6e0a4f15
MS
105072009-07-14 Michael Snyder <msnyder@vmware.com>
10508
dcd5da87
MS
10509 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
10510 to bring gdb to the beginning of the calling line.
10511
6e0a4f15
MS
10512 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
10513 confusing the i386 epilogue unwinder.
10514
782b2b07
SS
105152009-07-14 Stan Shebs <stan@codesourcery.com>
10516
10517 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
10518
f662c3bc
MS
105192009-07-14 Michael Snyder <msnyder@vmware.com>
10520
10521 * gdb.reverse/step-reverse.exp (stepi into function call):
10522 Call instruction may not be first instruction in the line.
10523 (reverse stepi from a function call): Used wrong line number.
10524
8f313923
JK
105252009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10526
10527 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
10528
4662c76e
JK
105292009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10530
10531 Fix gdb.base/macscp.exp when using custom inputrc.
10532 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
10533 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
10534 env(TERM) set.
10535 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
10536 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
10537
aa81e255
JK
105382009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10539
10540 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
10541 * gdb.base/annota1.exp (thread_test): Import global $testfile.
10542 Change the compilation target to match the testcase name.
10543 * gdb.base/sect-cmd.exp: Change the compilation target to match the
10544 testcase name.
10545 * a2-run.exp: Use for setup prepare_for_testing. Change the
10546 compilation target to match the testcase name.
10547 * gdb.base/commands.exp: Likewise.
10548 * gdb.base/finish.exp: Likewise.
10549 * gdb.base/float.exp: Likewise.
10550 * gdb.base/info-target.exp: Likewise.
10551 * gdb.base/relational.exp: Likewise.
10552 * gdb.base/term.exp: Likewise.
10553 * gdb.base/until.exp: Likewise.
10554 * gdb.base/volatile.exp: Likewise.
10555 * gdb.base/whatis-exp.exp: Likewise.
10556
4c93b1d7
HZ
105572009-07-11 Hui Zhu <teawater@gmail.com>
10558
10559 * gdb.base/help.exp (disassemble): Update expected help text.
10560
812f7342
TT
105612009-07-09 Tom Tromey <tromey@redhat.com>
10562
10563 * lib/gdb.exp: Handle TRANSCRIPT.
10564 (remote_spawn, remote_close, send_gdb): New procs.
10565
fbb8f299
PM
105662009-07-10 Phil Muldoon <pmuldoon@redhat.com>
10567
10568 * gdb.python/python-prettyprint.c: Add counted null string
10569 structure.
10570 * gdb.python/python-prettyprint.exp: Print null string. Test for
10571 embedded nulls.
10572 * gdb.python/python-prettyprint.py (pp_ns): New Function.
10573 * gdb.python/python-value.exp (test_value_in_inferior): Add
10574 variable length string fetch tests.
10575 * gdb.python/python-value.c (main): Add strings for string fetch tests.
10576
c0ac0ec7
JK
105772009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10578
10579 * gdb.base/dump.exp (inaccessible memory is reported): New test.
10580
30b66ecc
TT
105812009-07-07 Tom Tromey <tromey@redhat.com>
10582
10583 * gdb.base/call-rt-st.exp: Update for change to escape output.
10584 * gdb.base/callfuncs.exp: Likewise.
10585 * gdb.base/charset.exp: Likewise.
10586 * gdb.base/constvars.exp: Likewise.
10587 * gdb.base/long_long.exp: Likewise.
10588 * gdb.base/pointers.exp: Likewise.
10589 * gdb.base/printcmds.exp: Likewise.
10590 * gdb.base/setvar.exp: Likewise.
10591 * gdb.base/store.exp: Likewise.
10592 * gdb.cp/ref-types.exp: Likewise.
10593 * gdb.mi/mi-var-child.exp: Likewise.
10594 * gdb.mi/mi-var-display.exp: Likewise.
10595 * gdb.mi/mi2-var-display.exp: Likewise.
10596 * gdb.base/charset.exp: Test octal escape sequence length.
10597 Update for change to escape output.
10598
187c4a2b
JK
105992009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10600
10601 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
10602
d80a43f9
DJ
106032009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
10604
10605 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
10606
047427a8
JK
106072009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10608
10609 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
10610 gdbserver increasing $portnum if "Can't bind address" has been seen.
10611
8b5a0f4f
PA
106122009-07-05 Pedro Alves <pedro@codesourcery.com>
10613
10614 * gdb.base/ending-run.exp: Add "step out of main" pattern for
10615 mingw32ce.
10616
7d93ba58
PA
106172009-07-05 Pedro Alves <pedro@codesourcery.com>
10618
10619 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
10620 VFP format.
10621
2277426b
PA
106222009-07-02 Pedro Alves <pedro@codesourcery.com>
10623
10624 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
10625 linux. Adjust to use "inferior", "info inferiors", "detach
10626 inferior" and "kill inferior" instead of "restart", "info fork",
10627 "detach fork" and "delete fork".
10628 * gdb.base/ending-run.exp: Spell out "info".
10629 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
10630 the "kill" command.
10631
5af949e3
UW
106322009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10633
10634 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
10635 change to prefix TLS offset in hex with 0x.
10636
5d3729b5
UW
106372009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10638
10639 * gdb.base/default.exp: Update test case for "x" changes.
10640
af589bd0
TG
106412009-07-01 Tristan Gingold <gingold@adacore.com>
10642
10643 * gdb.base/bigcore.exp: Make darwin untested.
10644
40974f91
JK
106452009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10646
10647 * gdb.base/completion.exp (directory completion): Create the directory.
10648 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
10649 escapeuniquesub.
10650 (directory completion 2): Expect now ${escapeuniquesub}.
10651 (Glob remaining of directory test): Remove one excessive newline.
10652 Expect the real output.
10653
59dd3af6
JK
106542009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10655
10656 Fix `make check//%' target after `make check' has been ran.
10657 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
10658 a mkdir call.
10659 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
10660 (%/.dir): Remove.
10661
f4e164aa
JK
106622009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10663
10664 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
10665 the expected result record.
10666
69af2122
JK
106672009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10668
10669 Remove racy FAILs relying just on the timeouts.
10670 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
10671 (annotation_level 2): Remove racy FAILs.
10672
2fd481e1
PP
106732009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
10674
10675 gdb/10275
889bf7c5
PA
10676 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
10677
c38f313d
DJ
106782009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
10679
10680 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
10681
8b777f02
VP
106822009-06-30 Vladimir Prus <vladimir@codesourcery.com>
10683
10684 * gdb.mi/mi-stack.exp: Testing symbolic options
10685 to -stack-list-locals and -stack-list-arguments.
10686
00c7eacf
JK
106872009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10688
10689 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
10690
6bc80edc
TT
106912009-06-29 Tom Tromey <tromey@redhat.com>
10692
10693 * dg-extract-results.sh: New file.
10694 * Makefile.in (FORCE_PARALLEL): New variable.
10695 (CHECK_TARGET): New conditional variable.
10696 (check): Use CHECK_TARGET.
10697 (DO_RUNTEST): New variable.
10698 (check-single): New target.
10699 (TEST_DIRS): New variable.
10700 (TEST_TARGETS): Likewise.
10701 (check-parallel): New target.
10702 (check-gdb.%): New pattern.
10703 (BASE1_FILES): New variable.
10704 (BASE2_FILES): Likewise.
10705 (check-gdb.base%): New pattern.
10706 (%/.dir): New pattern.
10707 * configure: Rebuild.
10708 * aclocal.m4 (AM_CONDITIONAL): New defun.
10709 * configure.ac: Check whether user is using GNU make.
10710 (GMAKE): New conditional.
10711
794684b6
SW
107122009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
10713
10714 * gdb.cp/namespace-nested-import.cc: New test.
10715 * gdb.cp/namespace-nested-import.exp: New test.
10716
edb3359d
DJ
107172009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
10718
10719 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
10720 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
10721 * gdb.opt/Makefile.in (EXECUTABLES): Update.
10722 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
10723 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
10724 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
10725 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
10726 gdb.opt/inline-markers.c: New files.
10727 * lib/gdb.exp (skip_inline_frame_tests): New function.
10728 (skip_inline_var_tests): New function.
10729
cf657a0c
AS
107302009-06-27 Andreas Schwab <schwab@linux-m68k.org>
10731
10732 * gdb.cp/exception.exp: Don't require $hex before inner frame in
10733 backtrace.
10734
28d41a99
MS
107352009-06-27 Michael Snyder <msnyder@vmware.com>
10736
10737 * gdb.reverse: New directory.
10738 * gdb.reverse/break-reverse.c: New test.
10739 * gdb.reverse/break-reverse.exp: New test.
10740 * gdb.reverse/consecutive-reverse.c: New test.
10741 * gdb.reverse/consecutive-reverse.exp: New test.
10742 * gdb.reverse/finish-reverse.c: New test.
10743 * gdb.reverse/finish-reverse.exp: New test.
10744 * gdb.reverse/machinestate.c: New test.
10745 * gdb.reverse/ms1.c: New test.
10746 * gdb.reverse/machinestate.exp: New test.
10747 * gdb.reverse/Makefile.in: New file.
10748 * gdb.reverse/shr2.c: New test.
10749 * gdb.reverse/solib-reverse.c: New test.
10750 * gdb.reverse/solib-reverse.exp: New test.
10751 * gdb.reverse/step-reverse.c: New test.
10752 * gdb.reverse/step-reverse.exp: New test.
10753 * gdb.reverse/until-reverse.c: New test.
10754 * gdb.reverse/ur1.c: New test.
10755 * gdb.reverse/until-reverse.exp: New test.
10756 * gdb.reverse/watch-reverse.c: New test.
10757 * gdb.reverse/watch-reverse.exp: New test.
10758 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
10759 * configure: Regenerate.
10760
fe3c8b0d
DE
107612009-06-26 Doug Evans <dje@google.com>
10762
10763 * gdb.base/psymtab.exp: Turn off pending breakpoints.
10764
3a72a602
PM
107652009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
10766
10767 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
10768 windows problem for 'file delete $binfile'.
10769
27aa8d6a
SW
107702009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
10771
10772 * gdb.cp/namespace-using.exp: New test.
10773 * gdb.cp/namespace-using.cc: New test.
10774
8ac055f8
JB
107752009-05-20 Joel Brobecker <brobecker@adacore.com>
10776
10777 * gdb.ada/variant_record_packed_array: New testcase.
10778
85e306ed
TT
107792009-06-23 Tom Tromey <tromey@redhat.com>
10780
10781 * gdb.base/charset.exp (test_combination): Regression test.
10782 * gdb.base/charset.c (my_wchar_t): New typedef.
10783 (myvar): New global.
10784 (main): Set myvar.
10785
56643c5e
PM
107862009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
10787
10788 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
10789 target.
10790
1fac167a
UW
107912009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10792
10793 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
10794
7ccb0be9
UW
107952009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10796
10797 * gdb.mi/gdb680.exp: Update test for error message.
10798
568d6575
UW
107992009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10800
10801 * gdb.base/annota1.exp: Allow multiple occurrences of the
10802 frames-invalid annotation.
10803 * gdb.cp/annota2.exp: Likewise.
10804
7cd1089b
PM
108052009-06-15 Phil Muldoon <pmuldoon@redhat.com>
10806
10807 * gdb.cp/gdb2495.cc: New file.
10808 * gdb.cp/gdb2495.exp: New file.
10809
72c63395
JK
108102009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10811
10812 Report error on GDB crash during runto.
10813 * lib/gdb.exp (runto <eof>): New.
10814
3788363d
DJ
108152009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
10816
10817 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
10818 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
10819 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
10820 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
10821 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
10822 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
10823 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
10824 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
10825 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
10826 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
10827 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
10828 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
10829 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
10830 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
10831 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
10832 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
10833 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
10834 gdb.server/server-mon.exp, gdb.server/server-run.exp,
10835 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
10836 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
10837 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
10838 gdb.trace/passcount.exp, gdb.trace/report.exp,
10839 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
10840 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
10841 gdb.trace/while-stepping.exp: Use a unique name for the compiled
10842 executable.
10843
17592de3
PA
108442009-06-07 Pedro Alves <pedro@codesourcery.com>
10845
10846 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
10847 defined before referencing it.
10848
701e355d
DE
108492009-06-03 Doug Evans <dje@google.com>
10850
10851 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
10852 * gdb.arch/i386-see.c: Ditto.
10853
f2292c65
PM
108542009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
10855
10856 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
10857 (check_macro): Return 1 if undefined.
10858 If first test fails, check if macro debug information is available,
10859 and report unsupported test if no macro information is found.
10860
5a437975
DE
108612009-05-29 Doug Evans <dje@google.com>
10862
10863 * gdb.threads/hand-call-in-threads.exp: New.
10864 * gdb.threads/hand-call-in-threads.c: New.
10865
c141c696
MS
108662009-05-29 Michael Snyder <msnyder@vmware.com>
10867
10868 * gdb.base/break-always.exp: Change "1" to "on".
10869 Add confirmation check.
10870
b3444185
PA
108712009-05-28 Pedro Alves <pedro@codesourcery.com>
10872
10873 * gdb.threads/threxit-hop-specific.c: New.
10874 * gdb.threads/threxit-hop-specific.exp: New.
10875 * gdb.threads/thread-execl.c: New.
10876 * gdb.threads/thread-execl.exp: New.
10877
b6313243
TT
108782009-05-27 Tom Tromey <tromey@redhat.com>
10879 Thiago Jung Bauermann <bauerman@br.ibm.com>
10880
10881 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
10882 (mi_child_regexp): Likewise.
10883 (mi_list_varobj_children_range): Likewise.
10884 (mi_get_features): Likewise.
10885 (mi_list_varobj_children): Rewrite.
10886 * gdb.python/python-mi.exp: New file.
10887
a6bac58e
TT
108882009-05-27 Tom Tromey <tromey@redhat.com>
10889 Thiago Jung Bauermann <bauerman@br.ibm.com>
10890 Phil Muldoon <pmuldoon@redhat.com>
10891 Paul Pluzhnikov <ppluzhnikov@google.com>
10892
10893 * gdb.python/python-prettyprint.exp: New file.
10894 * gdb.python/python-prettyprint.c: New file.
10895 * gdb.python/python-prettyprint.py: New file.
10896 * gdb.base/display.exp: print/r is now valid.
10897
2c74e833
TT
108982009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
10899 Tom Tromey <tromey@redhat.com>
10900 Pedro Alves <pedro@codesourcery.com>
10901 Paul Pluzhnikov <ppluzhnikov@google.com>
10902
10903 * gdb.python/python-template.exp: New file.
10904 * gdb.python/python-template.cc: New file.
10905 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
10906 tests.
10907 * gdb.python/python-value.exp (py_objfile_tests): New proc.
10908 Call it.
10909 (test_value_after_death): New proc.
10910 * gdb.python/python-value.c (PTR): New typedef.
10911 (main): New variable 'x'.
10912
89c73ade
TT
109132009-05-27 Tom Tromey <tromey@redhat.com>
10914
10915 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
10916 tests.
10917 * gdb.python/python-value.exp (py_objfile_tests): New proc.
10918 Call it.
10919
a75724bc
PA
109202009-05-27 Pedro Alves <pedro@codesourcery.com>
10921
10922 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
10923
e58b0e63
PA
109242009-05-24 Pedro Alves <pedro@codesourcery.com>
10925
10926 * gdb.threads/fork-thread-pending.c: New.
10927 * gdb.threads/fork-thread-pending.exp: New.
10928
4ac36638
JK
109292009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10930
10931 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
10932 * gdb.dwarf2/dw2-strp.S (a_string2): New.
10933
889bf7c5 109342009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 10935
889bf7c5 10936 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 10937
b242c3c2
PA
109382009-05-17 Pedro Alves <pedro@codesourcery.com>
10939
10940 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
10941 `gdb_get_line_number'. Call `callee' in both parent and child.
10942 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
10943 `gdb_get_line_number' instead of hardcoding line numbers.
10944 (catch_fork_unpatch_child): New procedure to test detaching
10945 breakpoints from child fork.
10946 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
10947 hardcoding line numbers.
10948 (do_fork_tests): Run `catch_fork_unpatch_child'.
10949
ee342b23
VP
109502009-05-17 Vladimir Prus <vladimir@codesourcery.com>
10951
10952 * gdb.mi/mi-cmd-var.exp: Check that when varobj
10953 of structure type enters or leaves the scope, it
10954 is reported by -var-update.
10955
e2009e98
DE
109562009-05-11 Doug Evans <dje@sebabeach.org>
10957
10958 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 10959 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
10960 * gdb.threads/schedlock.c (main): Fix off-by-one error.
10961
00903456
JK
109622009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10963
10964 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
10965
dc621c35
DE
109662009-04-30 Doug Evans <dje@google.com>
10967
10968 * gdb.threads/watchthreads2.exp: New testcase.
10969 * gdb.threads/watchthreads2.c: New testcase.
10970
9ab4e744
DE
109712009-04-29 Doug Evans <dje@google.com>
10972
10973 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
10974 * gdb.cp/mb-ctor.cc: Ditto.
10975 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
10976 * gdb.cp/mb-inline.h (multi_line_foo): New function.
10977 * gdb.cp/mb-inline1.cc: Call it.
10978 * gdb.cp/mb-inline2.cc: Ditto.
10979 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
10980 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
10981
484086b7
JK
109822009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10983
10984 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
10985 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
10986 Replace all uses of `decimal' by `nonzero'.
10987 (info macro FROM_COMMANDLINE): New test.
10988
379a77b5
TT
109892009-04-27 Tom Tromey <tromey@redhat.com>
10990
10991 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
10992
b92b73c2
DE
109932009-04-27 Doug Evans <dje@google.com>
10994
10995 * gdb.threads/watchthreads.c (main): Initialize args before starting
10996 the threads. Plus formatting cleanup.
10997 * gdb.threads/watchthreads.exp: Avoid errant failures due to
10998 biased scheduling of one thread.
10999
945a118d
JG
110002009-04-27 Jerome Guitton <guitton@adacore.com>
11001
11002 * gdb.cp/templates.cc (GetMax): New template.
11003 (main): Declare two instances of GetMax.
11004 * gdb.cp/templates.exp: Add new test.
11005
d389af10
JK
110062009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11007
11008 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
11009
e7f86de9
JM
110102009-04-22 Joseph Myers <joseph@codesourcery.com>
11011
11012 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
11013
334cc82d
TT
110142009-04-15 Tom Tromey <tromey@redhat.com>
11015
11016 * gdb.base/charset.exp: Add regression test.
11017
d12672cc
JB
110182009-04-14 Joel Brobecker <brobecker@adacore.com>
11019
11020 * gdb.base/exe-lock.exp: New testcase.
11021
18e8c3bc
TT
110222009-04-13 Tom Tromey <tromey@redhat.com>
11023
11024 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
11025 operator on Frame.
11026
5ecd5cbe
UW
110272009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11028
11029 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
11030 * gdb.server/ext-attach.exp: Likewise.
11031
7309f756
VP
110322009-04-03 Vladimir Prus <vladimir@codesourcery.com>
11033
11034 Eliminate some sleep usage.
11035
889bf7c5
PA
11036 * gdb.mi/basics.c (do_nothing): New.
11037 (main): Use do_nothing instead of printf, so that
11038 not to introduce race condition between output of
11039 inferiour and output of gdb. Do not use sleep as it
11040 is not generally available on embedded targets.
7309f756 11041
f4b95f6f
PA
110422009-04-02 Pedro Alves <pedro@codesourcery.com>
11043
11044 * gdb.server/ext-attach.exp: Expect an optional process id after
11045 "Detached from remote process".
11046
de40b933
JK
110472009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11048
11049 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
11050 gdb.dwarf2/dw2-unresolved.exp: New.
11051
2ae101a4
PA
110522009-04-02 Pedro Alves <pedro@codesourcery.com>
11053
11054 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
11055 mi_run_to_main.
11056
56a8e183
PA
110572009-04-02 Pedro Alves <pedro@codesourcery.com>
11058
11059 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
11060 mi_run_to_main. Skip thread exit test on remote targets.
11061 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
11062 mi_run_to_main.
11063 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
11064 mi_run_to_main.
11065 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
11066 when expecting ^connected. Detect when the target doesn't support
11067 non-stop mode.
11068 (mi_run_cmd): Detect if non-stop mode was requested by isn't
11069 supported. Return -1 on error, 0 on success.
11070 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
11071 (mi_runto): Return mi_runto_helper's result explicitly.
11072
c35fafde
PA
110732009-04-01 Pedro Alves <pedro@codesourcery.com>
11074
11075 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
11076
f8a8dce6
JB
110772009-04-01 Tom Tromey <tromey@redhat.com>
11078
11079 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
11080 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
11081 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
11082 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
11083
71c25dea
TT
110842009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
11085 Jan Kratochvil <jan.kratochvil@redhat.com>
11086
11087 PR gdb/931
11088 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
11089 output.
11090 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
11091 for gdb/931.
11092 * dw2-strp.S (DW_AT_language): Change to C++.
11093 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
11094
02d9a9ce
JB
110952009-03-31 Joel Brobecker <brobecker@adacore.com>
11096
11097 * gdb.ada/tasks: New testcase.
11098
1042e4c0
SS
110992009-03-30 Stan Shebs <stan@codesourcery.com>
11100
11101 * gdb.trace/actions.exp: Update to match new info trace format.
11102 * gdb.trace/deltrace.exp: Ditto.
11103 * gdb.trace/infotrace.exp: Ditto.
11104 * gdb.trace/passcount.exp: Ditto.
11105 * gdb.trace/save-trace.exp: Ditto.
11106 * gdb.trace/while-stepping.exp: Ditto.
11107 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
11108
f8f6f20b
TJB
111092009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
11110
11111 * gdb.python/python-frame.c: New file.
11112 * gdb.python/python-frame.exp: New file.
11113
c0c6f777
TJB
111142009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
11115
11116 * gdb.python/python-value.exp: Add tests for the address
11117 attribute.
11118
3cb51905
AS
111192009-03-29 Andreas Schwab <schwab@linux-m68k.org>
11120
11121 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
11122
88fc996f
DE
111232009-03-26 Doug Evans <dje@google.com>
11124
11125 * gdb.mi/mi-nonstop-exit.exp: New file.
11126 * gdb.mi/non-stop-exit.c: New file.
11127
56ef84b1
TT
111282009-03-26 Tom Tromey <tromey@redhat.com>
11129
11130 Update for change to prologue skipping:
11131 * gdb.mi/mi2-simplerun.exp: Update.
11132 * gdb.mi/mi2-break.exp: Update.
11133 * gdb.mi/mi-simplerun.exp: Update.
11134 * gdb.mi/mi-break.exp: Update.
11135 * gdb.base/ending-run.exp: Update.
11136
def2b000
TJB
111372009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
11138
11139 * gdb.python/python-value.exp (test_value_in_inferior): Test
11140 gdb.Value.is_optimized_out attribute.
11141
442ddf59
JK
111422009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11143
11144 * gdb.dwarf2/dw2-noloc-main.c: New file.
11145 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
11146 (.text): Remove.
11147 (.data): New.
11148 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
11149 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
11150 (DW_TAG_subprogram func_cu1, noloc): Remove.
11151 (main): New.
11152 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
11153 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
11154 (file_symbols): New procedure.
11155
a8df5de4
TT
111562009-03-25 Tom Tromey <tromey@redhat.com>
11157
11158 * gdb.base/charset.exp (valid_target_charset): New proc.
11159 Use it to skip tests on invalid charsets.
11160
cc1d7add
PM
111612009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
11162
11163 * gdb.base/completion.exp: Add a test for directory completion.
11164
bcd5727b
JK
111652009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11166
11167 Fix a racy FAIL.
11168 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
11169 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
11170
cc924cad
TJB
111712009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
11172
11173 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
11174 * gdb.python/python-function.exp: Add test for function returning
11175 a GDB value.
11176
bc3b79fd
TJB
111772009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
11178
11179 * gdb.python/python-function.exp: New file.
11180
6c7a06a3
TT
111812009-03-20 Tom Tromey <tromey@redhat.com>
11182
11183 * gdb.base/store.exp: Update for change to escape output.
11184 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
11185 to escape output.
11186 * gdb.base/pointers.exp: Update for change to escape output.
11187 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
11188 to escape output.
11189 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
11190 escape output.
11191 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
11192 to escape output.
11193 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
11194 escape output.
11195 * gdb.base/setvar.exp: Update for change to escape output.
11196 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
11197 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
11198 to escape output.
11199 (test_print_string_constants): Likewise.
11200 * gdb.base/charset.exp (valid_host_charset): Check size of
11201 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
11202 cases. Handle "auto"-related output.
11203 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
11204 (uvar, Uvar): New globals.
11205
c31af87b
JG
112062009-03-19 Jerome Guitton <guitton@adacore.com>
11207
11208 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
11209 deltas.
11210 * gdb.ada/fixed_points.exp: Ditto.
11211
51272cf2
PA
112122009-03-18 Pedro Alves <pedro@codesourcery.com>
11213
11214 * return-nodebug.c: Don't include stdio.h.
11215 (init): Delete.
11216 (func): Delete definition and provide extern declaration.
11217 (t): New.
11218 (main): Don't call printf. Call func and store its result in t.
11219 * return-nodebug1.c: New.
11220 * return-nodebug.exp: Don't expect stdio output. Instead, print
11221 the global variable t. Drop printf formatters and cast types from
11222 foreach loop. Don't use prepare_for_testing. Compile
11223 return-nodebug.c and return-nodebug1.c in separate steps. Don't
11224 define FORMAT or CAST.
11225
d24948ac
PP
112262009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
11227
11228 * gdb.base/solib-display.exp: Disable test for remote targers.
11229
61ff14c6
JK
112302009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11231
11232 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
11233
cb4dce93
JK
112342009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11235
11236 Fix a racy FAIL.
11237 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
11238 code from `follow parent, print pids'.
11239 (`follow child, print pids', `follow parent, print pids'): Call it.
11240 Replace `gdb_test "break..."' by gdb_breakpoint.
11241
f7c60c5e
VP
112422009-03-13 Vladimir Prus <vladimir@codesourcery.com>
11243
11244 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 11245 sync and async modes.
f7c60c5e 11246
383ace49
JB
112472009-03-12 Joel Brobecker <brobecker@adacore.com>
11248
11249 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
11250 that was checked in by mistake. Remove loading of ada.exp, since
11251 this is not necessary in this case.
11252
4ce102af
JB
112532009-03-12 Joel Brobecker <brobecker@adacore.com>
11254
11255 * gdb.ada/ptype_arith_binop.exp: New testcase.
11256
529a2aef
JB
112572009-03-12 Joel Brobecker <brobecker@adacore.com>
11258
11259 * gdb.ada/mod_from_name: New testcase.
11260
8a38181c
JB
112612009-03-12 Joel Brobecker <brobecker@adacore.com>
11262
11263 * gdb.ada/tick_last_segv: New testcase.
11264
11436dee
VP
112652009-03-12 Vladimir Prus <vladimir@codesourcery.com>
11266
61ff14c6 11267 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 11268
1f31650a
VP
112692009-03-12 Vladimir Prus <vladimir@codesourcery.com>
11270
61ff14c6
JK
11271 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
11272 include the token in ^running and frame info in *stopped.
1f31650a 11273
a3247a22
PP
112742009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
11275
11276 * solib-display.exp: New file.
11277 * solib-display-main.c: New file.
11278 * solib-display-lib.c: New file.
61ff14c6 11279
aae64587
PA
112802009-03-05 Pedro Alves <pedro@codesourcery.com>
11281
11282 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
11283
44aabfbc
JK
112842009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11285
11286 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
11287 (list_and_check_macro): Use more specific test name.
11288 (next to definition): Make the test names unique.
11289
c087fcd3
PM
112902009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11291
11292 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 11293
c86cf029
VP
112942009-02-17 Vladimir Prus <vladimir@codesourcery.com>
11295
11296 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
11297 notifications.
11298 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
11299 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
11300 * lib/mi-support.exp (library_loaded_re): New.
11301 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
11302
3ea85240
VP
113032009-02-17 Vladimir Prus <vladimir@codesourcery.com>
11304
11305 * gdb.gdb/observer.exp: Use test_notification observer, not
11306 normal_stop, everywhere.
11307 (test_normal_stop_notifications): Rename to...
11308 (test_notifications): ...this.
11309 (test_observer_normal_stop): Rename to...
11310 (test_observer): ...this.
11311
1903f0e6
DE
113122009-02-16 Doug Evans <dje@google.com>
11313
11314 * gdb.arch/amd64-disp-step.S (test_int3): New test.
11315 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
11316 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
11317 (test_prefixed_syscall,test_int3): New tests.
11318 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
11319 (test_prefixed_syscall,test_int3): New tests.
11320
1d33d6ba
VP
113212009-02-14 Vladimir Prus <vladimir@codesourcery.com>
11322
3cb51905
AS
11323 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
11324 (mi_expect_interrupt): Likewise.
11325 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
11326 response.
1d33d6ba 11327
faafb047
PM
113282009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11329
11330 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
11331 * gdb.base/pc-fp.exp (get_valueofx): Remove.
11332 Replace calls to get_valueofx by get_hexadecimal_valueof.
11333
417e16e2
PM
113342009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11335
11336 * lib/gdb.exp (get_valueof): Accept anything as a return value.
11337 (get_integer_valueof): New procedure.
11338 (get_sizeof): Use new get_integer_value_of.
11339 * gdb.base/sizeof.exp: Replace all uses of get_valueof
11340 by get_integer_valueof.
11341
7065b901
TT
113422009-02-13 Tom Tromey <tromey@redhat.com>
11343
11344 * gdb.base/remote.exp (get_sizeof): Remove.
11345 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
11346 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
11347 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
11348 * lib/gdb.exp (get_valueof): Move from long_long.exp.
11349 (get_sizeof): Likewise.
11350
5d7cb8df
JK
113512009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11352
11353 PR fortran/9806
11354 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
11355
b2febfff
PP
113562009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
11357
11358 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
11359
4aa995e1
PA
113602009-02-06 Pedro Alves <pedro@codesourcery.com>
11361
11362 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
11363
d8906c6f
TJB
113642009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
11365
11366 * gdb.python/python-cmd.exp: New file.
11367
ff4ab08d
TG
113682009-02-06 Tristan Gingold <gingold@adacore.com>
11369
11370 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
11371
aacd552b
TG
113722009-02-05 Tristan Gingold <gingold@adacore.com>
11373
11374 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
11375 pointer is dereferenced and use this signal name in regexp.
11376 * gdb.base/signull.exp: Ditto.
11377 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
11378 * gdb.base/signull.c (main): Ditto.
11379
08c637de
TJB
113802009-02-04 Tom Tromey <tromey@redhat.com>
11381 Thiago Jung Bauermann <bauerman@br.ibm.com>
11382
11383 * gdb.python/python-value.exp: Use `gdb.history' instead of
11384 `gdb.value_from_history'.
11385 (test_value_numeric_ops): Add test for conversion of enum constant.
11386 * gdb.python/python-value.c (enum e): New type.
11387 (evalue): New global.
11388 (main): Use argv.
11389
20261af8
JG
113902009-02-04 Jerome Guitton <guitton@adacore.com>
11391
11392 * gdb.ada/uninitialized_vars: New test program.
11393 * gdb.ada/uninitialized_vars.exp: New testcase.
11394
52e44b43
TT
113952009-02-02 Tom Tromey <tromey@redhat.com>
11396
11397 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
11398 * gdb.cp/pr2489.cc: Rename...
11399 * gdb.cp/pr9594.cc: ... to this.
11400
1c71341a
TT
114012009-02-02 Tom Tromey <tromey@redhat.com>
11402
11403 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
11404 * gdb.cp/pr2489.cc: New file.
11405 * gdb.cp/cpcompletion.exp: New file.
11406
a4295225
TT
114072009-02-02 Tom Tromey <tromey@redhat.com>
11408
11409 PR exp/9059:
11410 * gdb.cp/call-c.exp: Add regression test.
11411 * gdb.cp/call-c.cc (FooHandle): New typedef.
11412 (main): New variable 'handle'.
11413
592375cd
VP
114142009-01-30 Vladimir Prus <vladimir@codesourcery.com>
11415
11416 * lib/mi-support.exp (et_mi_thread_list)
11417 (check_mi_and_console_threads): Adjust for current thread in
11418 -thread-list-ids output.
11419
41447f92
VP
114202009-01-30 Vladimir Prus <vladimir@codesourcery.com>
11421
889bf7c5
PA
11422 * gdb.mi/mi-break.exp (test_disabled_creation): New.
11423 Call it.
41447f92 11424
35669430
DE
114252009-01-28 Doug Evans <dje@google.com>
11426
11427 * gdb.arch/amd64-disp-step.S: New file.
11428 * gdb.arch/amd64-disp-step.exp: New file.
11429 * gdb.arch/i386-disp-step.S: New file.
11430 * gdb.arch/i386-disp-step.exp: New file.
11431
09f00d9a
PM
114322009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
11433
11434 * gdb.base/find.exp: Set newline variable
11435 using quotes instead of braces to fix cygwin failures.
11436
1e8fb976
PA
114372009-01-23 Pedro Alves <pedro@codesourcery.com>
11438
11439 * gdb.base/radix.exp: Add tests to ensure that that set
11440 input-radix 0 and set output-radix 0 are really rejected.
11441
da061712
PA
114422009-01-23 Pedro Alves <pedro@codesourcery.com>
11443
11444 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
11445 copyright years.
11446
dd7e2d2b
PA
114472009-01-23 Pedro Alves <pedro@codesourcery.com>
11448
11449 PR gdb/9664:
11450 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
11451
392452f6
PA
114522009-01-22 Pedro Alves <pedro@codesourcery.com>
11453
11454 PR c++/9631:
11455 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
11456
8653e71c
PM
114572009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
11458
11459 * gdb.server/file-transfer.exp: Use EXEEXT variable for
11460 binfile definition to fix Windows OS failure.
11461
a12cc160
DJ
114622009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
11463
11464 PR gdb/9346
11465 * gdb.base/interrupt.c (sigint_handler): New.
11466 (main): Install a SIGINT handler if SIGNALS is defined. Exit
11467 on error.
11468 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
11469 Test "signal SIGINT".
11470
b89667eb
DE
114712009-01-19 Doug Evans <dje@google.com>
11472
11473 * gdb.base/break.exp: Update expected gdb output.
11474 * gdb.base/sepdebug.exp: Ditto.
11475 * gdb.mi/mi-syn-frame.exp: Ditto.
11476 * gdb.mi/mi2-syn-frame.exp: Ditto.
11477 * gdb.base/call-signal-resume.exp: New file.
11478 * gdb.base/call-signals.c: New file.
11479 * gdb.base/unwindonsignal.exp: New file.
11480 * gdb.base/unwindonsignal.c: New file.
11481 * gdb.threads/interrupted-hand-call.exp: New file.
11482 * gdb.threads/interrupted-hand-call.c: New file.
11483 * gdb.threads/thread-unwindonsignal.exp: New file.
11484
adb483fe
DJ
114852009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
11486
11487 * gdb.base/define.exp: Test defining and hooking prefix commands.
11488 * gdb.python/python.exp: Update test for "show user" output.
11489
60023297
JK
114902009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11491
11492 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
11493 now the output exactly, using less wildcards. Expect also the output
11494 of gfortran-4.3. Update for the f-valprint.c modification from
11495 2008-04-22.
11496 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
11497 Remove gdb_test test names where matching the command.
11498
ccc57cf9
PA
114992009-01-01 Pedro Alves <pedro@codesourcery.com>
11500
11501 PR breakpoints/9681:
11502 * gdb.base/watchpoint.exp: Add regression test.
11503
c7a6ca08
PA
115042008-12-31 Pedro Alves <pedro@codesourcery.com>
11505
11506 * gdb.threads/attach-into-signal.exp: Don't use
11507 gdb_suppress_entire_file.
11508 * gdb.threads/attach-stopped.exp: Ditto.
11509 * gdb.threads/attachstop-mt.exp: Ditto.
11510
3a031f65
PA
115112008-12-31 Pedro Alves <pedro@codesourcery.com>
11512
11513 PR gdb/8812:
11514 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
11515
09e6485f
PA
115162008-12-29 Pedro Alves <pedro@codesourcery.com>
11517
11518 PR gdb/7536:
11519 * gdb.base/radix.exp: Add tests to ensure invalid input radices
11520 and unsupported output radices are really rejected.
11521
0cd53049
JK
115222008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11523
11524 * gdb.cp/punctuator.exp: Backslash the '$' signs.
11525
ba163c7e
TT
115262008-12-22 Tom Tromey <tromey@redhat.com>
11527
11528 * gdb.cp/punctuator.exp: New file.
11529
6f4de6c9
JK
115302008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11531
11532 * gdb.base/completion.exp (Completing non-existing component): New test.
11533
0f34d0b4
JK
115342008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11535
11536 Fix for PR gdb/8648.
11537 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
11538 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
11539 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
11540 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
11541
db2ad4c3
JK
115422008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11543
11544 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
11545
bb5ef15e
DP
115462008-12-16 Christophe Lyon <christophe.lyon@st.com>
11547
11548 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
11549 compiler actually generate code at the expected line number.
11550
90142adc
JZ
115512008-12-15 Jie Zhang <jie.zhang@analog.com>
11552
11553 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
11554
fad6eecd
TT
115552008-12-12 Tom Tromey <tromey@redhat.com>
11556
11557 * gdb.base/commands.exp (redefine_hook_test): New proc.
11558 Call it.
11559
17c8aaf5
TT
115602008-12-11 Tom Tromey <tromey@redhat.com>
11561
11562 * gdb.base/macscp.exp: New regression test.
11563
7c8adf68
TT
115642008-12-11 Tom Tromey <tromey@redhat.com>
11565
11566 * gdb.base/macscp.exp: Print "address.addr".
11567 * gdb.base/macscp1.c (struct outer): New struct.
11568 (address): New global.
11569
b05dcbb7
TT
115702008-12-09 Tom Tromey <tromey@redhat.com>
11571
11572 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
11573 Call it.
11574
2d476de1
DE
115752008-12-04 Doug Evans <dje@google.com>
11576
11577 * gdb.server/ext-run.exp: Relax regexp for init program.
11578
87bdc959
TG
115792008-12-03 Tristan Gingold <gingold@adacore.com>
11580
11581 * gdb.base/macscp.exp: Generate an object file during compilation
11582 to work around Darwin dsymutil limitations.
11583
e0740f77
JK
115842008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11585
11586 Test resolving external references to TLS variables.
11587 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
11588 FILE2_THREAD_LOCAL.
11589 (testfile2, srcfile2): New variables.
11590 * gdb.threads/tls.c (file2_thread_local)
11591 (function_referencing_file2_thread_local): New.
11592 * gdb.threads/tls2.c: New file.
11593
67f0aac5
JB
115942008-11-28 Joel Brobecker <brobecker@adacore.com>
11595
11596 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
11597 rather than integer, as integer might not be big enough when
11598 on 64bit targets.
67f0aac5 11599
c332165e
JG
116002008-11-27 Jerome Guitton <guitton@adacore.com>
11601
11602 * gdb.cp/formatted-ref.exp: Add equality test.
11603 * gdb.ada/formatted_ref.exp: Ditto.
11604
fc9b693c
JK
116052008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11606
11607 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
11608 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
11609
a9c64011
AS
116102008-11-20 Andreas Schwab <schwab@suse.de>
11611
11612 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
11613 matching syscall entry point.
11614 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11615 (tcatch_vfork_then_child_follow): Likewise. Finish through
11616 vfork even if we stopped at the syscall trampoline.
11617
e2fd701e
DE
116182008-11-20 Doug Evans <dje@google.com>
11619
11620 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
11621
69abc51c
TJB
116222008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
11623
11624 * gdb.arch/ppc-dfp.exp: New file.
11625 * gdb.arch/ppc-dfp.c: New file.
11626
c14c28ba
PP
116272008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11628
11629 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 11630
2e74121d
DE
116312008-11-17 Doug Evans <dje@google.com>
11632
11633 * gdb.mi/mi-syn-frame.exp: Update expected output.
11634 * gdb.mi/mi2-syn-frame.exp: Update expected output.
11635
66bb093b
VP
116362008-11-17 Vladimir Prus <vladimir@codesourcery.com>
11637
11638 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
11639 "thread N" results in =thread-selected.
11640 * lib/mi-support (mi_run_cmd, mi_expect_stop)
11641 (mi_send_resuming_command_raw): Be prepared for
11642 =thread-selected.
11643
3d043ef6
VP
116442008-11-17 Vladimir Prus <vladimir@codesourcery.com>
11645
a9c64011
AS
11646 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
11647 * lib/mi-support.exp: Likewise.
3d043ef6 11648
808104c8
JB
116492008-11-16 Joel Brobecker <brobecker@adacore.com>
11650
11651 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
11652 commands from the expected output for "help catch".
11653
00b22944
JB
116542008-11-15 Joel Brobecker <brobecker@adacore.com>
11655
11656 * gdb.ada/int_deref.exp: New testcase.
11657
59669435
TT
116582008-11-14 Nick Roberts <nickrob@snap.net.nz>
11659
11660 * gdb.mi/gdb2549.exp: New file.
11661
de04a248
DE
116622008-11-11 Doug Evans <dje@google.com>
11663
11664 * gdb.base/callexit.exp: New file.
11665 * gdb.base/callexit.c: New file.
11666
6b8ce727
DE
116672008-11-10 Doug Evans <dje@google.com>
11668
11669 * lib/gdb.exp (GDBFLAGS): Move -nx ...
11670 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
11671 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
11672 (default_gdb_start,default_gdb_exit): Ditto.
11673 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
11674 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
11675 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
11676 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
11677 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
11678 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
11679
1b14b8aa
AS
116802008-11-03 Andreas Schwab <schwab@suse.de>
11681
11682 * gdb.base/hashline2.exp: Fix typo.
11683 * gdb.base/hashline3.exp: Likewise.
11684
f3134b88
TT
116852008-10-30 Tom Tromey <tromey@redhat.com>
11686
11687 * gdb.base/pointers.exp: Add test.
11688 * gdb.base/pointers.c (k, S): New typedefs.
11689 (instance): New global.
11690
c2226152
AS
116912008-10-30 Andreas Schwab <schwab@suse.de>
11692
11693 * gdb.base/args.exp: Add tests for newlines.
11694
462f405c
JB
116952008-10-30 Joel Brobecker <brobecker@adacore.com>
11696
11697 gdb.base/foll-exec.exp: Update the expected output of a couple
11698 of "info breakpoints" tests.
11699
79a45b7d
TT
117002008-10-28 Tom Tromey <tromey@redhat.com>
11701
11702 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
11703
adc13a14
PA
117042008-10-24 Pedro Alves <pedro@codesourcery.com>
11705
11706 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
11707 gdb_start_cmd.
11708 Use runto_main before any test that requires execution.
11709
252fbfc8
PA
117102008-10-23 Pedro Alves <pedro@codesourcery.com>
11711
11712 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
11713 instead of SIGINT.
11714
28148e3d
JB
117152008-10-22 Joel Brobecker <brobecker@adacore.com>
11716
11717 * gdb.base/completion.exp: Update expected output following
11718 the addition of the "info tasks" command.
11719
c209f847
TT
117202008-10-22 Tom Tromey <tromey@redhat.com>
11721
11722 * gdb.base/exprs.exp (test_expr): Add test for string
11723 concatenation.
11724
f177e350
PA
117252008-10-19 Pedro Alves <pedro@codesourcery.com>
11726
11727 * configure.ac: Output gdb.python/Makefile.
11728 * configure: Regenerate.
11729 * gdb.python/Makefile.in: New.
11730
cce89356
JB
117312008-10-16 Joel Brobecker <brobecker@adacore.com>
11732
11733 * gdb.base/foll-fork.exp: Adjust the expected output to match
11734 the new description for fork/vfork catchpoints in the "info
11735 breakpoints" output.
11736
176d289d
TJB
117372008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
11738
11739 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
11740
a08702d6
TJB
117412008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
11742
11743 * gdb.python/python-value.c: New file.
11744 * gdb.python/python-value.exp: New file.
11745
1c5cfe86
PA
117462008-10-15 Pedro Alves <pedro@codesourcery.com>
11747
11748 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
11749
5a98ad69
DP
117502008-10-15 Denis Pilat <denis.pilat@st.com>
11751
41702f1b 11752 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 11753
dcb1a1e2
TT
117542008-10-09 Tom Tromey <tromey@redhat.com>
11755
11756 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
11757 'fprintf' and 'stderr'.
11758
9124fe48
JB
117592008-10-07 Joel Brobecker <brobecker@adacore.com>
11760
11761 * gdb.ada/ref_tick_size.exp: New testcase.
11762
45452591
DE
117632008-10-06 Doug Evans <dje@google.com>
11764
11765 * gdb.dwarf2/dw2-cu-size.exp: New file.
11766 * gdb.dwarf2/dw2-cu-size.S: New file.
11767
11768 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
11769 .Ltype_int for clarity.
11770
4fc5b208
PP
117712008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
11772
11773 PR gdb/2384:
11774 * gdb.cp/gdb2384.exp: Extended to test more cases.
11775 * gdb.cp/gdb2384.cc: Likewise.
11776 * gdb.cp/gdb2384-base.h: Likewise.
11777 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 11778
d78df370
JK
117792008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11780
11781 * gdb.base/maint.exp (maint print type): Remove printing
11782 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
11783
9a044a89
TT
117842008-09-30 Tom Tromey <tromey@redhat.com>
11785
11786 * gdb.base/macscp.exp: Add completion tests.
11787 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
11788 (TWENTY_THREE): Likewise.
11789 (FORTY_EIGHT): Likewise.
11790
506800a9
TT
117912008-09-30 Tom Tromey <tromey@redhat.com>
11792
11793 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
11794 everywhere.
11795 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
11796
1a6f01b5
JK
117972008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11798
11799 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
11800 testcase is derived from. Fix racy dependency on an expected PID
11801 number. No longer support the testcase on Linux kernel 2.4.x.
11802
2fae03e8
TT
118032008-09-27 Tom Tromey <tromey@redhat.com>
11804
11805 * gdb.base/macscp.exp: Add tests for stringification, splicing,
11806 and varargs.
11807
1ad15515
PA
118082008-09-22 Pedro Alves <pedro@codesourcery.com>
11809
11810 * lib/mi-support.exp (mi_expect_interrupt): New.
11811 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
11812 from gdb.mi/mi-nonstop.exp.
11813 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
11814 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
11815 lib/mi-support.exp.
11816 Use mi_check_thread_states throughout. Avoid ".*" and do not
11817 require an anchor after -exec-run.
11818
d0b76dc6
DJ
118192008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
11820
11821 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
11822 stop is pending. Avoid ".*" when two stops are pending.
11823 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
11824 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
11825 newlines in fullnames.
11826 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
11827 (mi_expect_stop): Update comments. Only anchor in sync mode.
11828 Do not match newlines.
11829 (mi_send_resuming_command_raw): Always return status.
11830 (mi_get_stop_line): Do not match more than one line by accident.
11831 Only anchor in sync mode.
11832 (mi_run_inline_test): If -exec-next fails, give up.
11833
9990c830
UW
118342008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11835
11836 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
11837 on SPU.
11838
ebcf6f00
JB
118392008-09-10 Joel Brobecker <brobecker@adacore.com>
11840
11841 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
11842
b6db24e5
JB
118432008-09-10 Joel Brobecker <brobecker@adacore.com>
11844
11845 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
11846 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11847 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
11848 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11849 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
11850 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
11851 gdb.ada/interface.exp, gdb.ada/null_array.exp,
11852 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11853 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11854 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11855 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
11856 Include the "= " sequence in the expected output of print tests.
11857
2bf448e0
JB
118582008-09-10 Joel Brobecker <brobecker@adacore.com>
11859
11860 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
11861 description for boolean types.
11862
d51fd4c8
PA
118632008-09-09 Pedro Alves <pedro@codesourcery.com>
11864
11865 * gdb.base/hook-stop-continue.c: New.
11866 * gdb.base/hook-stop-continue.exp: New.
11867
694182d2
DJ
118682008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11869
11870 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
11871
3b8a7fc0
JG
118722008-09-08 Jerome Guitton <guitton@adacore.com>
11873
11874 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
11875 (stack_check_probe_2, stack_check_probe_loop_1)
11876 (stack_check_probe_loop_2): New functions.
11877 (main): Add call to these new functions.
11878 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
11879 functions, check that the breakpoint is inserted at the appropriate
11880 location.
11881 (insert_breakpoint): Slightly refine this procedure so that it can
11882 be called several times in the test.
11883
96cc0ae8
JG
118842008-09-08 Jerome Guitton <guitton@adacore.com>
11885
11886 * gdb.base/stack-checking.c: New file.
11887 * gdb.base/stack-checking.exp: New file.
11888
1f08b409
TJB
118892008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
11890
11891 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
11892 * gdb.arch/altivec-regs.exp: Likewise.
11893 * gdb.arch/vsx-regs.exp: Likewise.
11894
3099e1c4
TJB
118952008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
11896
11897 * gdb.arch/ppc-fp.exp: New file.
11898 * gdb.arch/ppc-fp.c: New file.
11899
cc69bfc1
PP
119002008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
11901
11902 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
11903 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 11904
b02a33db
MS
119052008-09-04 Michael Snyder <msnyder@vmware.com>
11906
11907 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
11908 as "at" (for non-debug functions such as _start).
11909
2992cbe0
UW
119102008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11911
11912 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
11913 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
11914 software watchpoints.
11915 * gdb.base/watch_thread_num.exp: Likewise.
11916
514f746b
AR
119172008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
11918
11919 * gdb.arch/i386-bp_permanent.exp: New test.
11920
876cecd0
TT
119212008-08-24 Tom Tromey <tromey@redhat.com>
11922
11923 * gdb.base/maint.exp: Update "maint print type".
11924
80f73d71
VP
119252008-08-21 Vladimir Prus <vladimir@codesourcery.com>
11926
11927 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
11928 support. Adjust the order of "*running" notifications.
11929 * gdb.mi/non-stop.c: Don't cast from int to void* and
11930 back.
11931
d9c78d7d
MK
119322008-08-20 Mark Kettenis <kettenis@gnu.org>
11933
11934 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
11935 expect to find it in the "info frame" output.
11936
97a2d1d3
DJ
119372008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
11938
11939 * gdb.base/interp.exp: Always consume both prompts.
11940
b96e2927
PA
119412008-08-20 Pedro Alves <pedro@codesourcery.com>
11942
11943 * gdb.base/pending.exp: Test pending breakpoints without symbols
11944 loaded.
11945
8cf6e61a
VP
119462008-08-19 Vladimir Prus <vladimir@codesourcery.com>
11947
11948 * lib/mi-support.exp (mi_expect_stop): Produce
11949 more details on failures.
11950 * gdb.mi/mi-nonstop.exp: New.
11951 * gdb.mi/non-stop.c: New.
11952
c6ebd6cf
VP
119532008-08-19 Vladimir Prus <vladimir@codesourcery.com>
11954
a9c64011
AS
11955 * gdb.mi/mi-async.exp: Use 'set target-async'.
11956 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 11957
46a9b8ed
DJ
119582008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
11959
11960 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
11961
44feb3ce
TT
119622008-08-17 Tom Tromey <tromey@redhat.com>
11963
11964 * gdb.base/help.exp (help catch): Rewrite.
11965
311a4e6b
TJB
119662008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
11967
11968 * gdb.base/define.exp: Test indented command documentation.
11969 * gdb.python/python.exp: Test indented multi-line command.
11970
604c2f83
LM
119712008-08-15 Luis Machado <luisgpm@br.ibm.com>
11972
11973 * testsuite/gdb.arch/vsx-regs.c: New source file.
11974 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
11975 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
11976
886a217c
TT
119772008-08-14 Tom Tromey <tromey@redhat.com>
11978
11979 * gdb.base/macscp.exp: Add regression test for "macro define" or
11980 "macro undef" with no arguments.
11981
c814a4f3
PP
119822008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
11983
11984 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 11985
12ab8a60
UW
119862008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11987
11988 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
11989
d57a3c85
TJB
119902008-08-06 Tom Tromey <tromey@redhat.com>
11991
11992 * gdb.python/python.exp: New file.
11993
c7b778ff
JK
119942008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11995
11996 Fix for PR gdb/1543.
11997 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
11998 $LOCATION.
11999 (location): New variable.
12000 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
12001 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
12002 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
12003 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
12004 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
12005 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
12006 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
12007 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
12008 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
12009 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
12010 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
12011 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
12012 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
12013 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
12014 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
12015 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
12016 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
12017 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
12018 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
12019 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
12020 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
12021 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
12022 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
12023 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
12024 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
12025 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
12026 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
12027 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
12028 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
12029 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
12030 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
12031 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
12032 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
12033 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
12034 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
12035 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
12036 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
12037 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
12038 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
12039 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
12040 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
12041 gdb.base/type-opaque.exp, gdb.base/until.exp,
12042 gdb.base/value-double-free.c, gdb.base/varargs.exp,
12043 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
12044 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
12045 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12046 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
12047 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
12048 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12049 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12050 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
12051 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
12052 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
12053 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
12054 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
12055 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
12056 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
12057 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
12058 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
12059 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
12060 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
12061 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
12062 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
12063 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
12064 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
12065 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
12066 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
12067 gdb.pascal/types.exp, gdb.stabs/weird.exp,
12068 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
12069 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
12070 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
12071 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
12072 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
12073 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
12074 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12075 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
12076 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12077 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
12078 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12079 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
12080 lib/mi-support.exp, lib/trace-support.exp: Remove reference
12081 to bug-gdb@prep.ai.mit.edu .
12082
5e06a3d1
VP
120832008-07-31 Vladimir Prus <vladimir@codesourcery.com>
12084
12085 * lib/mi-support.exp (mi_load_shlibs): New.
12086 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
12087
9d81d21b
VP
120882008-07-30 Vladimir Prus <vladimir@codesourcery.com>
12089
12090 * lib/mi-support.exp (get_mi_thread_list)
12091 (check_mi_and_console_threads): New, moved from ...
12092 * gdb.mi/mi-pthread.exp: ...here.
12093 * gdb.mi/gdb669.exp (get_mi_thread_list)
12094 (check_mi_and_console_threads): Delete.
12095 * gdb.mi/mi2-pthread.exp: Likewise.
12096
bae98fe0
TT
120972008-07-28 Tom Tromey <tromey@redhat.com>
12098
12099 * Makefile.in (just-check): Remove. Move body to...
12100 (check): ... here.
12101
57380f4e
DJ
121022008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12103
12104 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
12105 Add a test for duplicated SIGINTs.
12106
e09490f1
DJ
121072008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12108
12109 * gdb.threads/schedlock.exp (get_args): Update to work for any
12110 value of NUM.
12111 (Top level): Report the number of threads that did not resume.
12112
6387b45f
DJ
121132008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12114
12115 * gdb.dwarf2/dw2-compressed.S: Also define __start.
12116
62f64ff2
DJ
121172008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12118
12119 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
12120 non-MI prompt.
12121
fa8de41e
TT
121222008-07-26 Tom Tromey <tromey@redhat.com>
12123
12124 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
12125 (function_struct, function_struct_ptr): New globals.
12126 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
12127 function pointer in a struct.
12128
ccb3ac8a
TT
121292008-07-26 Tom Tromey <tromey@redhat.com>
12130
12131 * gdb.base/macscp.exp: Add test for macro lexing bug.
12132
d7d9f01e
TT
121332008-07-18 Tom Tromey <tromey@redhat.com>
12134
12135 * gdb.base/macscp.exp: Add macro tests.
12136
9bf07184
PP
121372008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12138
12139 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
12140
becf6477
PP
121412008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12142
12143 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
12144
0709f7d3
PP
121452008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
12146
12147 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 12148
7093c834
PP
121492008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
12150
12151 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 12152
b432ffe3
JK
121532008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12154
12155 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
12156
b1a268e5
VP
121572008-07-12 Vladimir Prus <vladimir@codesourcery.com>
12158
12159 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
12160
e2995f8e
KB
121612008-07-11 Kevin Buettner <kevinb@redhat.com>
12162
12163 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
12164 of regexp to account for changes made to GDB in the printing of
12165 byte vectors.
12166
14032a66
TT
121672008-07-11 Tom Tromey <tromey@redhat.com>
12168
12169 * gdb.base/completion.exp: Add 'help' completion test.
12170
981505ef
JK
121712008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12172
12173 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
12174
10568435
JK
121752008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12176
12177 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
12178
4487aabf
PA
121792008-07-09 Pedro Alves <pedro@codesourcery.com>
12180
12181 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
12182
a4a9b1c4
PA
121832008-07-09 Pedro Alves <pedro@codesourcery.com>
12184
12185 * gdb.base/fullname.exp: Restore pwd if compiling failed.
12186
3c3185ac
JK
121872008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12188
12189 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
12190
7ebd49dc
VP
121912008-06-28 Vladimir Prus <vladimir@codesourcery.com>
12192
12193 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
12194 previous commit. Add a comment.
12195
84e46146
PA
121962008-06-28 Pedro Alves <pedro@codesourcery.com>
12197
12198 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
12199
0f8d4a2f
VP
122002008-06-28 Vladimir Prus <vladimir@codesourcery.com>
12201
12202 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
12203
f747e0ce
PA
122042008-06-27 Pedro Alves <pedro@codesourcery.com>
12205
12206 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
12207 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
12208 compiling an executable, link in an object that forces unbuffered
12209 output.
12210 * lib/set_unbuffered_mode.c: New file.
12211
734a5c36
JK
122122008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12213
12214 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
12215
a2840c35
VP
122162008-06-25 Vladimir Prus <vladimir@codesourcery.com>
12217
a9c64011
AS
12218 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
12219 mi_expect_stop.
12220 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
12221 Demand that *running is output.
12222 (detect_async): Perform checking every time.
12223 (mi_send_resuming_command): Extract everything into...
12224 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
12225 (mi_expect_stop): Don't accept any output before *stopped.
12226
6ae37fef
VP
122272008-06-13 Vladimir Prus <vladimir@codesourcery.com>
12228
12229 Robustify mi-simplerun.
a9c64011
AS
12230 * gdb.mi/basics.c (main): Add a call to sleep.
12231 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
12232 * gdb.mi/mi2-cli.exp: Likewise.
12233 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 12234
b4aa76f0 122352008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
12236
12237 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
12238
e1ac3328
VP
122392008-06-10 Vladimir Prus <vladimir@codesourcery.com>
12240
a9c64011
AS
12241 * gdb.mi/mi-console.exp: Adjust.
12242 * gdb.mi/mi-syn-frame.exp: Adjust.
12243 * gdb.mi/mi2-console.exp: Adjust.
12244 * gdb.mi/mi2-syn-frame.exp: Adjust.
12245 * lib/mi-support.exp (mi_run_cmd): Adjust.
12246 (mi_send_resuming_command): Adjust.
e1ac3328 12247
f7f9a841
VP
122482008-06-10 Vladimir Prus <vladimir@codesourcery.com>
12249
12250 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
12251 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
12252 testing of stopped.
12253 * gdb.mi/mi2-syn-frame.exp: Likewise.
12254 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
12255 (async, detect_async): New.
12256 (mi_expect_stop, mi_continue_to_line): Adjust expectation
12257 depending on if we're running in sync or async mode.
f7f9a841 12258
37cd5d19
TT
122592008-06-09 Tom Tromey <tromey@redhat.com>
12260
12261 * gdb.base/completion.exp: New tests for field name completion
12262 with spaces, and field name completion with '->'.
12263
65d12d83
TT
122642008-06-06 Tom Tromey <tromey@redhat.com>
12265
12266 * gdb.base/break1.c (struct some_struct): New struct.
12267 (values): New global.
12268 * gdb.base/completion.exp: Add field name completion test.
12269
ebfe2e3f
PP
122702008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
12271
12272 * gdb.cp/call-c.exp: Test for incorrect handling of reference
12273 to pointer.
12274 * gdb.cp/call-c.cc: Likewise.
12275
bcf6fc3a
NR
122762008-06-06 Nick Roberts <nickrob@snap.net.nz>
12277
12278 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
12279 annotation.
12280
49fd4a42 122812008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 12282 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
12283
12284 * gdb.threads/execl.c, gdb.threads/execl1.c,
12285 gdb.threads/execl.exp: New tests.
a9c64011 12286
8a34ac3f
AR
122872008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
12288 Daniel Jacobowitz <dan@codesourcery.com>
12289
12290 * gdb.cp/exception.exp: Activate test, make it work with pending
12291 catchpoints.
12292
86ae69ef
JK
122932008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12294
12295 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
12296
f7f9ae2c
VP
122972008-05-28 Vladimir Prus <vladimir@codesourcery.com>
12298
a9c64011
AS
12299 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
12300 now printed.
12301 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 12302
2a2d4dc3
AS
123032008-05-27 Andreas Schwab <schwab@suse.de>
12304
12305 * gdb.base/frame-args.exp: Handle arguments that are optimized
12306 out.
12307
5099e4d9
LM
123082008-05-26 Luis Machado <luisgpm@br.ibm.com>
12309
12310 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
12311 quiet for ppc32 and group options into a single variable.
12312
d9c36a91
JB
123132008-05-23 Joel Brobecker <brobecker@adacore.com>
12314
12315 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
12316 of zero-size elements.
12317 * gdb.ada/null_array.exp: Test printing this new array.
12318
103a8671
JK
123192008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12320
12321 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
12322
07a4cc1a 123232008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
12324
12325 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
12326 of the "finish" command.
12327
55f996a7
NR
123282008-05-21 Nick Roberts <nickrob@snap.net.nz>
12329
12330 * gdb.base/annota1.exp: Test for new annotation.
12331
907fc202
UW
123322008-05-16 Pedro Alves <pedro@codesourcery.com>
12333
12334 * gdb.base/fixsection.exp: New file.
12335 * gdb.base/fixsection0.c: New file.
12336 * gdb.base/fixsection1.c: New file.
12337
e8f97270
UW
123382008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12339
12340 * gdb.base/annota1.exp: Accept printf@... in place of printf.
12341 * gdb.base/annota3.exp: Likewise.
12342
ac0bb574
NF
123432008-05-13 Nathan Froyd <froydnj@codesourcery.com>
12344
12345 * gdb.base/watch_thread_num.exp: Don't run tests that require
12346 watchpoints if the target doesn't support them.
12347
6fadd07a
DE
123482008-05-12 Doug Evans <dje@google.com>
12349
12350 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
12351
6e9a4a30
JB
123522008-05-09 Joel Brobecker <brobecker@adacore.com>
12353
12354 * gdb.ada/assign_1.exp: New testcase.
12355
08388c79
DE
123562008-05-09 Doug Evans <dje@google.com>
12357
a3c83fae
DE
12358 * gdb.base/find.exp: New file.
12359 * gdb.base/find.c: New file.
08388c79 12360
bd5ddfe8
DJ
123612008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
12362
12363 * gdb.base/commands.exp (watchpoint_command_test): Handle
12364 gdb,no_hardware_watchpoints.
12365 * gdb.base/float.exp: Allow ARM targets without floating point.
12366 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
12367
b5dd68e2 123682008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 12369 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
12370
12371 * gdb.ada/lang_switch: New test program.
12372 * gdb.ada/lang_switch.exp: New testcase.
12373
382d13d1
DE
123742008-05-05 Doug Evans <dje@google.com>
12375
12376 * gdb.base/help.exp (disassemble): Update expected help text.
12377
9dd789d0
PA
123782008-05-04 Pedro Alves <pedro@codesourcery.com>
12379
12380 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
12381
611c83ae
PA
123822008-05-04 Pedro Alves <pedro@codesourcery.com>
12383
12384 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
12385 different times.
12386
ff013f42
JK
123872008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12388
12389 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
12390 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
12391 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
12392 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
12393
96dff6a2
VP
123942008-05-04 Vladimir Prus <vladimir@codesourcery.com>
12395
12396 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
12397 notification to appear.
12398
55cd6f92
DJ
123992008-05-04 Daniel Jacobowitz <dan@debian.org>
12400
12401 * gdb.base/fullname.c: New file.
12402 * gdb.base/fullname.exp: New file.
12403 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
12404
d705c43c
PA
124052008-05-03 Pedro Alves <pedro@codesourcery.com>
12406
12407 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
12408 expressions with macros.
12409
333222e1
JK
124102008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12411
12412 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
12413
5ac01682
DJ
124142008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
12415
12416 * gdb.base/completion.exp: Handle lack of other symbols beginning
12417 with "a".
12418
12419 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
12420
237fc4c9
PA
124212008-05-02 Jim Blandy <jimb@codesourcery.com>
12422
12423 * gdb.asm/asmsrc1.s: Add scratch space.
12424
ed5e9466
DJ
124252008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12426 Daniel Jacobowitz <dan@codesourcery.com>
12427
12428 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
12429 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
12430 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
12431
b39cc962
DJ
124322007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
12433
12434 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
12435
36d520f5
JB
124362008-05-01 Joel Brobecker <brobecker@adacore.com>
12437
12438 * gdb.base/info-target.exp: New testcase.
12439
8d4e3071
DJ
124402008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
12441
12442 * gdb.cp/hang.exp: Use .cc instead of .C.
12443 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
12444 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
12445
6f3f3097
DJ
124462008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
12447
12448 * gdb.base/gdb1250.exp: Remove perror.
12449 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
12450
5550a914
PA
124512008-04-30 Pedro Alves <pedro@codesourcery.com>
12452
12453 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
12454 .2byte.
12455
d848e687
DJ
124562008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
12457
12458 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
12459 (maybe_kfail): New.
12460
93b5768b
PA
124612008-04-25 Pedro Alves <pedro@codesourcery.com>
12462
12463 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
12464
721c02de
VP
124652008-04-24 Vladimir Prus <vladimir@codesourcery.com>
12466
a9c64011
AS
12467 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
12468 * gdb.mi/mi2-syn-frame.exp: Likewise.
12469 * lib/mi-support.exp: Likewise.
721c02de 12470
74960c60
VP
124712008-04-24 Vladimir Prus <vladimir@codesourcery.com>
12472
12473 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
12474 to specify regexp for the location to stop at.
12475 * gdb.base/break-always.c: New.
12476 * gdb.base/break-always.exp: New.
12477
d24317b4
VP
124782008-04-24 Vladimir Prus <vladimir@codesourcery.com>
12479
12480 * lib/mi-support.exp (mi_runto_helper): Adjust
12481 for the original-location field.
12482 (mi_create_breakpoint, mi_list_breakpoints): New.
12483 * gdb.mi/mi-break.exp: Adjust.
12484 * gdb.mi/mi2-break.exp: Adjust.
12485 * gdb.mi/mi-pending.exp: Adjust.
12486 * gdb.mi/mi-simplerun.exp: Adjust.
12487 * gdb.mi/mi2-simplerun.exp: Adjust.
12488 * gdb.mi/mi-syn-frame.exp: Adjust.
12489 * gdb.mi/mi2-syn-frame.exp: Adjust.
12490 * gdb.mi/mi-until.exp: Adjust.
12491 * gdb.mi/mi2-until.exp: Adjust.
12492 * gdb.mi/mi-var-display.exp: Adjust.
12493 * gdb.mi/mi2-var-display.exp: Adjust.
12494 * gdb.mi/mi-watch.exp: Adjust.
12495 * gdb.mi/mi2-watch.exp: Adjust.
12496
fdc59709 124972008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 12498
a9c64011
AS
12499 * aclocal.m4: Add override.m4.
12500 * configure: Regenerate.
fdc59709 12501
8e91f023
VP
125022008-04-19 Vladimir Prus <vladimir@codesourcery.com>
12503
12504 * gdb.mi/var-cmd.c (do_at_tests): Verify that
12505 '-var-update --all-values' reports new value even the type
12506 of a variable object has changed.
12507
233a11ab
CS
125082008-04-18 Craig Silverstein <csilvers@google.com>
12509
12510 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
12511 files.
d24317b4 12512
9c1137ad
JB
125132008-04-18 Joel Brobecker <brobecker@adacore.com>
12514
12515 * gdb.ada/atomic_enum: New test program.
12516 * gdb.ada/atomic_enum.exp: New testcase.
12517
66d0bbc7
DE
125182008-04-17 Doug Evans <dje@google.com>
12519
12520 * gdb.opt/Makefile.in: Fix whitespace.
12521
100906b0
UW
125222008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
12523
12524 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
12525
4584e32e
DE
125262008-04-17 Doug Evans <dje@google.com>
12527
12528 * gdb.base/hashline1.exp: New testcase.
12529 * gdb.base/hashline2.exp: New testcase.
12530 * gdb.base/hashline2.exp: New testcase.
12531
0a320680
PA
125322008-04-17 Pedro Alves <pedro@codesourcery.com>
12533
12534 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
12535
18ac113b
AR
125362008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
12537
12538 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
12539 temporary breakpoint to match "Temporary breakpoint".
12540 * gdb.base/break.exp (delete_breakpoints): Likewise.
12541 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
12542 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
12543 * gdb.base/display.exp: Likewise.
12544 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
12545 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
12546 * gdb.base/restore.exp (restore_tests): Likewise.
12547 * gdb.base/sepdebug.exp: Likewise.
12548 * gdb.base/watchpoint.exp: Likewise.
12549 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
12550 * gdb.mi/mi-pending.exp: Likewise.
12551 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
12552 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
12553 * gdb.mi/mi-var-cmd.exp: Likewise.
12554 * gdb.mi/mi-var-display.exp: Likewise.
12555 * gdb.mi/mi2-cli.exp: Likewise.
12556 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
12557 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
12558 * gdb.mi/mi2-var-display.exp: Likewise.
12559 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
12560 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
12561 new "disp" field.
a9c64011 12562 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
12563 reason. This is to support fix for PR2424.
12564
add38693
JK
125652008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12566
12567 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
12568
fcacd99f
VP
125692008-04-13 Vladimir Prus <vladimir@codesourcery.com>
12570
12571 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 12572 field. Add more floating varobj tests.
fcacd99f 12573 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
12574 field.
12575 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
12576 (main): Call do_at_tests.
12577 * lib/mi-support.exp (mi_create_floating_varobj)
12578 (mi_varobj_update_with_type_change): New.
fcacd99f 12579
de051565
MK
125802008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
12581
12582 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
12583 option of -var-evaluate-expression.
12584 * gdb.mi/mi2-var-display.exp: Likewise.
12585
dbc52822
VP
125862008-04-07 Vladimir Prus <vladimir@codesourcery.com>
12587
12588 Introduce test setup helpers.
a9c64011
AS
12589 * lib/gdb.exp (build_executable, clean_restart)
12590 (prepare_for_testing): New.
12591 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
12592 * gdb.base/return.exp: Likewise.
12593 * gdb.base/ending-run.exp: Likewise.
dbc52822 12594
473591da
NR
125952008-04-07 Nick Roberts <nickrob@snap.net.nz>
12596
12597 * gdb.mi/mi-async.exp: New test for asynchronous Machine
12598 Interface (MI) responses.
12599
2b2d9e11
VP
126002008-04-06 Vladimir Prus <vladimir@codesourcery.com>
12601
a9c64011
AS
12602 * gdb.cp/breakpoint.cc: New code to test conditions involving
12603 member variables.
12604 * gdb.cp/breakpoint.exp: Test condition involving member
12605 variables.
2b2d9e11 12606
bb378428
VP
126072008-04-05 Vladimir Prus <vladimir@codesourcery.com>
12608
12609 * lib/mi-support.exp (mi_expect_stop): New.
12610 (mi_run_cmd): Change the
12611 token. Use mi_send_resuming_command, use
12612 mi_expect_stop.
12613 (mi_execute_to_helper): Rename to mi_execute_to.
12614 (mi_send_resuming_command): Add more error patterns.
12615 (mi_wait_for_stop): Renamed to...
12616 (mi_get_stop_line): ...this.
12617 (mi_run_inline_test): Adjust.
12618
12619 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
12620 * gdb.mi/mi-console.exp: Likewise.
12621 * gdb.mi/mi-pending.exp: Likewise.
12622 * gdb.mi/mi-simplerun.exp: Likewise.
12623 * gdb.mi/mi-stack.exp: Likewise.
12624 * gdb.mi/mi-stepi.exp: Likewise.
12625 * gdb.mi/mi-syn-frame.exp: Add comment.
12626 * gdb.mi/mi-until.exp: Likewise.
12627 * gdb.mi/mi-var-display.exp: Likewise.
12628 * gdb.mi/mi-watch.exp: Likewise.
12629 * gdb.mi/mi2-cli.exp: Likewise.
12630 * gdb.mi/mi2-console.exp: Likewise.
12631 * gdb.mi/mi2-simplerun.exp: Likewise.
12632 * gdb.mi/mi2-stack.exp: Likewise.
12633 * gdb.mi/mi2-stepi.exp: Likewise.
12634 * gdb.mi/mi2-until.exp: Likewise.
12635 * gdb.mi/mi2-var-display.exp: Likewise.
12636 * gdb.mi/mi2-watch.exp: Likewise.
12637
62172bb9
UW
126382008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12639
12640 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
12641
12642 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
12643
a13e061a
PA
126442008-04-04 Pedro Alves <pedro@codesourcery.com>
12645
12646 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
12647 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
12648 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
12649 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
12650 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
12651 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
12652 expect an mi error duplicated in stderr.
12653
eae06beb
JB
126542008-04-03 Joel Brobecker <brobecker@adacore.com>
12655
12656 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
12657 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
12658 Add a couple of tests that verify the behavior when the new setting
12659 is set to "cancel" and "all".
12660 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
12661 "ask" before we start the testing.
12662
79c6ced6
AR
126632008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
12664
12665 * gdb.cp/casts.cc: Add class reference variables.
12666 * gdb.cp/casts.exp: New test cases for up/down casting references.
12667
6c2d1a6b
MK
126682008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
12669
12670 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
12671 instead of beginning to make an extra test pass.
12672 * gdb.mi/mi2-var-display.exp: Likewise.
12673
55b411d9
MR
126742008-03-31 Maciej W. Rozycki <macro@mips.com>
12675
12676 * gdb.base/break.exp: Mark failures as such. Fix formatting.
12677
c6140da2
MD
126782008-03-31 Markus Deuling <deuling@de.ibm.com>
12679 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12680
12681 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
12682 value. Add xfail for older kernels.
12683
79732189
AR
126842008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
12685
12686 Bring mi-support in line with gdb.exp.
12687 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
12688 (mi_gdb_start): New function.
12689
33c3676e
MR
126902008-03-28 Maciej W. Rozycki <macro@mips.com>
12691
12692 * gdb.mi/mi-var-cmd.exp: Fix a typo.
12693
92e28119
VP
126942008-03-26 Vladimir Prus <vladimir@codesourcery.com>
12695
12696 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
12697 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 12698
9e8e3afe
VP
126992008-03-26 Vladimir Prus <vladimir@codesourcery.com>
12700
12701 * lib/mi-support.exp (mi_create_varobj_checked): New.
12702 (mi_list_varobj_children): Allow to check for a
12703 value.
12704 (mi_list_array_varobj_children): New.
12705
12706 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
12707 and mi_list_varobj_children, as opposed to hardcoding
12708 expected strings.
12709 * gdb.mi/gdb701.exp: Likewise.
12710 * gdb.mi/gdb792.exp: Likewise.
12711 * gdb.mi/mi-var-block.exp: Likewise.
12712 * gdb.mi/mi-var-cmd.exp: Likewise.
12713 * gdb.mi/mi-var-invalidate.exp: Likewise.
12714 * gdb.mi/mi2-var-block.exp: Likewise.
12715 * gdb.mi/mi2-var-child.exp: Likewise.
12716 * gdb.mi/mi2-var-cmd.exp: Likewise.
12717 * gdb.mi/mi2-var-display.exp: Likewise.
12718
9df50351
JK
127192008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12720
12721 Fix random false FAILs on i386.
12722 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
12723
31e5d73a
DJ
127242008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
12725
12726 PR gdb/544
12727 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
12728
12f4afab
DJ
127292008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
12730
12731 PR gdb/544
12732 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
12733
b562a0cb
DJ
127342008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
12735
12736 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
12737 fixed PR gdb/544.
12738
17faa917
DJ
127392008-03-21 Pedro Alves <pedro@codesourcery.com>
12740
12741 * gdb.threads/fork-child-threads.exp: Test next over fork.
12742
6214f497
DJ
127432008-03-21 Chris Demetriou <cgd@google.com>
12744
12745 * gdb.base/break.exp (rbreak junk): New test for rbreak
12746 "Junk at end of arguments" issue.
12747
63092375
DJ
127482008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
12749
12750 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
12751 *& to work on created array elements.
12752 (Top level): Test print $pc with a file. Test string operations
12753 without a target.
12754 * gdb.base/ptype.exp: Do not expect *& to work on created array
12755 elements.
12756
b21991b0
DJ
127572008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
12758
12759 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
12760 gdb.threads/staticthreads.exp: Update exit query.
12761
c4b347c7
SL
127622008-03-07 Sandra Loosemore <sandra@codesourcery.com>
12763
12764 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
12765
fa4727a6
DJ
127662008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
12767
12768 * gdb.base/watchpoint.c (global_ptr, func4): New.
12769 (main): Call func4.
12770 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
12771 (test_inaccessible_watchpoint): New.
12772
2f34202f
MR
127732008-02-29 Maciej W. Rozycki <macro@mips.com>
12774
12775 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
12776 select the largest.
12777
0d6ba1b1
DJ
127782008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
12779
12780 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
12781 frames-invalid annotations.
12782
e691325a
PM
127832008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
12784
a9c64011 12785 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 12786
f85b5ecc
DE
127872008-02-27 Doug Evans <dje@google.com>
12788
12789 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
12790 for bug 1738.
12791 (breakpoint_to_handler_entry): Ditto.
12792
b40e7bf3
JB
127932008-02-27 Joel Brobecker <brobecker@adacore.com>
12794
12795 * gdb.base/ending-run.exp: Use the first line of code inside
12796 function body to test breakpoints.
12797 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
12798 location where the breakpoint is inserted when using the line
12799 where a function is declared. Fix typo in the description of
12800 one of the tests.
12801 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
12802
2faca73a
PM
128032008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
12804
12805 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 12806 tests.
2faca73a 12807
6f439c36
PM
128082008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
12809
12810 * gdb.base/args.exp: avoid same output for tests
12811 with single quotes.
12812
54e52265
VP
128132008-02-26 Vladimir Prus <vladimir@codesourcery.com>
12814
a9c64011
AS
12815 * gdb.base/annota1.exp: Adjust for 'info break'
12816 format changes.
12817 * gdb.base/annota3.exp: Likewise.
12818 * gdb.base/break.exp: Likewise.
12819 * gdb.base/condbreak.exp: Likewise.
12820 * gdb.base/pending.exp: Likewise.
12821 * gdb.base/sepdebug.exp: Likewise.
12822 * gdb.base/unload.exp: Likewise.
12823 * gdb.cp/ovldbreak.exp: Likewise.
12824 * gdb.mi/mi-pending.exp: Likewise.
54e52265 12825
897b09ca
DE
128262008-02-07 Doug Evans <dje@google.com>
12827
12828 * gdb.cp/mb-inline.exp: New.
12829 * gdb.cp/mb-inline.h: New.
12830 * gdb.cp/mb-inline1.cc: New.
12831 * gdb.cp/mb-inline2.cc: New.
12832
b1c32d35
PM
128332008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
12834
12835 * gdb.pascal/floats.pas: New test program.
12836 * gdb.pascal/floats.exp: New testcase.
12837
1a4ca44a
TJB
128382008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
12839
12840 * gdb.base/callfuncs.c (t_float_many_args): New function.
12841 (t_double_many_args): New function.
12842 * gdb.base/callfuncs.exp: Add tests for exceeding float
12843 and double parameters passed through the stack.
12844
439048e8
JB
128452008-02-05 Joel Brobecker <brobecker@adacore.com>
12846
12847 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
12848 gdb.ada/complete/foo.adb: New files.
12849 * gdb.ada/complete.exp: New testcase.
12850
81fe8080
DE
128512008-02-03 Doug Evans <dje@google.com>
12852
301f0ecf
DE
12853 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
12854
81fe8080
DE
12855 * gdb.cp/gdb2384.exp: New file.
12856 * gdb.cp/gdb2384.cc: New file.
12857 * gdb.cp/gdb2384-base.h: New file.
12858 * gdb.cp/gdb2384-base.cc: New file.
12859
4b071aec
DE
128602008-02-02 Doug Evans <dje@google.com>
12861
12862 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
12863
61137ba6
JB
128642007-02-01 Joel Brobecker <brobecker@adacore.com>
12865
12866 * gdb.ada/sym_print_name: New test program.
12867 * gdb.ada/sym_print_name.exp: New testcase.
12868
128692007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
12870
12871 * gdb.ada/nested/hello.adb: New file.
12872 * gdb.ada/nested.exp: New testcase.
12873 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
12874
98deb0da
VP
128752008-02-01 Vladimir Prus <vladimir@codesourcery.com>
12876
12877 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
12878 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
12879 don't cause future evaluations of function to report
12880 creation of internal breakpoints.
98deb0da 12881
723a2275
VP
128822008-02-01 Vladimir Prus <vladimir@codesourcery.com>
12883
12884 * gdb.mi/mi-break.exp (test_error): New.
12885 Call it.
12886
fb546a2f
LM
128872008-01-31 Luis Machado <luisgpm@br.ibm.com>
12888
12889 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
12890 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
12891
2d8fd90a
PM
128922008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
12893
12894 * gdb.pascal/integers.pas: New test program.
12895 * gdb.pascal/integers.exp: New testcase.
12896
a7fa0ded
PM
128972008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
12898
12899 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
12900
5e1a1926
TJB
129012008-01-30 Luis Machado <luisgpm@br.ibm.com>
12902
12903 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
12904 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
12905
8d04f9f0
JB
129062008-01-30 Paul Hilfinger <hilfinger@adacore.com>
12907
12908 * gdb.ada/formatted_ref: New test program.
12909 * gdb.ada/formatted_ref.exp: New testcase.
12910
12911 * gdb.cp/formatted-ref.cc: New file.
12912 * gdb.cp/formatted-ref.exp: New testcase.
12913
ce75a98f
JB
129142008-01-30 Joel Brobecker <brobecker@adacore.com>
12915
12916 * gdb.base/ptype.exp: Add testing of "ptype $pc".
12917
e835f6bf
NR
129182008-01-30 Nick Roberts <nickrob@snap.net.nz>
12919
12920 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
12921 (test_file_list_exec_source_file): Update to new macro-info field.
12922
d118ef87
PH
129232008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
12924
12925 * gdb.ada/exprs: New test program.
12926 * gdb.ada/exprs.exp: New testcase.
12927
7d35ab09
TJB
129282008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
12929
12930 * dfp-test.c (DELTA, DELTA_B): New definitions.
12931 (double_val1, double_val2, double_val3, double_val4, double_val5,
12932 double_val6, double_val7, double_val8, double_val9, double_val10,
12933 double_val11, double_val12, double_val13, double_val14, dec32_val1,
12934 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
12935 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
12936 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
12937 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
12938 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
12939 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
12940 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
12941 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
12942 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
12943 dec128_val16): New global variables.
12944 (decimal_dec128_align): New function.
12945 (decimal_mixed): Likewise.
12946 (decimal_many_args_dec32): Likewise.
12947 (decimal_many_args_dec64): Likewise.
12948 (decimal_many_args_dec128): Likewise.
12949 (decimal_many_args_mixed): Likewise.
12950 * dfp-test.exp: Add tests calling new inferior functions.
12951
2d717e4f
DJ
129522008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12953
12954 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
12955 gdb.server/ext-run.exp: New files.
12956 * lib/gdbserver-support.exp (gdbserver_download): New.
12957 (gdbserver_start): New. Update gdbserver expected
12958 output.
12959 (gdbserver_spawn): Use them.
12960 (gdbserver_start_extended): New.
12961
e85a822c
DJ
129622008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12963
12964 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
12965 Run on GNU/Linux.
12966 (do_exec_tests): Check for systems which do not support catchpoints.
12967 Do not match START.
12968 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
12969 Run on GNU/Linux. Enable verbose output.
12970 (check_fork_catchpoints): New.
12971 (explicit_fork_child_follow, catch_fork_child_follow)
12972 (tcatch_fork_parent_follow): Update expected messages.
12973 (do_fork_tests): Use check_fork_catchpoints.
12974 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
12975 Run on GNU/Linux. Enable verbose output.
12976 (check_vfork_catchpoints): New.
12977 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
12978 expected messages.
12979 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
12980
401ea829
JB
129812008-01-29 Jim Blandy <jimb@red-bean.com>
12982
12983 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
12984 host' errors.
12985 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
12986
aceaf3ad
JB
129872008-01-29 Jim Blandy <jimb@red-bean.com>
12988
12989 * gdb.threads/sigthread.c: Use barriers to ensure that
12990 child_thread and child_thread_two are always initialized before we
12991 start to use them.
12992
a5606eee
VP
129932008-01-29 Vladimir Prus <vladimir@codesourcery.com>
12994
12995 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
12996 * gdb.base/watchpoint-solib.c: New.
12997 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 12998
c55a82bb
PM
129992008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
13000
13001 * gdb.base/gdb1056.exp: Add unsigned integer test.
13002
0993fe05
DE
130032008-01-28 Doug Evans <dje@google.com>
13004
13005 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
13006
4fe42e7f
JB
130072008-01-27 Jim Blandy <jimb@codesourcery.com>
13008
c7a69933
JB
13009 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
13010
4fe42e7f
JB
13011 * gdb.base/expand-psymtabs.exp: Doc fix.
13012
5def8285
MK
130132008-01-26 Mark Kettenis <kettenis@gnu.org>
13014
13015 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
13016
5313c911
NR
130172008-01-24 Nick Roberts <nickrob@snap.net.nz>
13018
a9c64011 13019 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
13020 -var-set-format.
13021
93815fbf
VP
130222008-01-23 Chris Demetriou <cgd@google.com>
13023
13024 * gdb.threads/thread_events.c: New testcase source file.
13025 * gdb.threads/thread_events.exp: New testcase expect file.
13026
467a88ee
NR
130272008-01-23 Nick Roberts <nickrob@snap.net.nz>
13028
13029 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
13030
13031 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
13032 -var-set-format.
13033
d8f82aba
DJ
130342008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
13035 Vladimir Prus <vladimir@codesourcery.com>
13036
13037 * gdb.base/float.exp: Allow missing floating point for m68k and
13038 PowerPC.
13039
60c46647
VP
130402008-01-22 Vladimir Prus <vladimir@codesourcery.com>
13041
13042 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
13043 ignore count.
13044 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
13045 * gdb.mi/mi-cli.exp: Adjust.
13046 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 13047
c7dd36a1
PA
130482008-01-17 Pedro Alves <pedro@codesourcery.com>
13049
13050 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
13051 and 'dummy_ptr' integer pointer. Initialize struct_declarations
13052 with dummy_ptr's address.
13053 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
13054 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
13055 all targets.
13056 * gdb.mi/mi2-var-child.exp: Likewise.
13057
39d5313e
JB
130582008-01-09 Joel Brobecker <brobecker@adacore.com>
13059
13060 * gdb.ada/null_array: New test program.
13061 * gdb.ada/null_array.exp: New testcase.
13062
0aea4bf3
LM
130632008-01-09 Luis Machado <luisgpm@br.ibm.com>
13064
13065 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
13066 with required float modifiers.
13067
0b354900
JB
130682008-01-08 Joel Brobecker <brobecker@adacore.com>
13069
13070 * gdb.ada/funcall_param: New test program.
13071 * gdb.ada/funcall_param.exp: New testcase.
13072
cdb7f5d4
JB
130732008-01-08 Joel Brobecker <brobecker@adacore.com>
13074
13075 * gdb.ada/arrayparam: New test program.
13076 * gdb.ada/arrayparam.exp: New testcase.
13077
88e2547f
JB
130782008-01-08 Joel Brobecker <brobecker@adacore.com>
13079
13080 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
13081 landed. Should also fix random failures in the test following it.
13082
f6867ce0
TJB
130832008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
13084
13085 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
13086 for expressions with decimal float values.
13087 (test_dfp_conversions): New function to test casts to and from
13088 decimal float types.
13089 Call test_dfp_conversions.
13090 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
13091 elements.
13092 (main): Initialize ds.float4 and ds.double8 elements.
13093 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
13094 string to new error message.
13095 (d64_set_tests): Likewise.
13096 (d128_set_tests): Likewise.
13097 Add tests for expressions with decimal float variables. Add tests for
13098 conversions to and from decimal float types.
13099
f9c11282
JB
131002008-01-05 Joel Brobecker <brobecker@adacore.com>
13101
13102 * gdb.ada/packed_tagged/comp_bug.adb: New file.
13103 * gdb.ada/packed_tagged.exp: New testcase.
13104
0ecbca72
JB
131052008-01-04 Joel Brobecker <brobecker@adacore.com>
13106
13107 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
13108 gdb.ada/homonym/homonym_main.adb: New files.
13109 * gdb.ada/homonym.exp: New testcase.
13110
c18d3d89
JB
131112008-01-04 Joel Brobecker <brobecker@adacore.com>
13112
13113 * gdb.ada/packed_array.exp: Add testing of references to
13114 a packed array.
13115
ecc7085b
JB
131162008-01-04 Joel Brobecker <brobecker@adacore.com>
13117
13118 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
13119 New files.
13120 * gdb.ada/type_coercion.exp: New testcase.
13121
c474c922
JB
131222008-01-04 Joel Brobecker <brobecker@adacore.com>
13123
13124 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
13125 gdb.ada/tagged/foo.adb: New file.
13126 * gdb.ada/tagged.exp: New testcase.
13127
9005b927
JB
131282008-01-04 Joel Brobecker <brobecker@adacore.com>
13129
13130 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
13131 gdb.ada/ptype_field/foo.adb: New files.
13132 * gdb.ada/ptype_field.exp: New testcase.
13133
1a6aaad8
JB
131342008-01-03 Joel Brobecker <brobecker@adacore.com>
13135
13136 * gdb.ada/print_pc.exp: New testcase.
13137
0ef22f53
JB
131382008-01-03 Joel Brobecker <brobecker@adacore.com>
13139
13140 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
13141 gdb.ada/taft_type/p.adb: New files.
13142 * gdb.ada/taft_type.exp: New testcase.
13143
1689ecf8
JB
131442008-01-03 Joel Brobecker <brobecker@adacore.com>
13145
13146 * gdb.ada/array_bounds/bar.adb: New file.
13147 * gdb.ada/array_bounds.exp: New testcase.
13148
a4d0b9c3
JB
131492008-01-03 Joel Brobecker <brobecker@adacore.com>
13150
13151 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
13152 gdb.ada/arrayptr/foo.adb: New files.
13153 * gdb.ada/arrayptr.exp: New testcase.
13154
a31ace00
JB
131552008-01-03 Joel Brobecker <brobecker@adacore.com>
13156
13157 * gdb.base/set-lang-auto.exp: New testcase.
13158
a97fced3
JB
131592008-01-03 Joel Brobecker <brobecker@adacore.com>
13160
13161 * gdb.ada/fun_addr/foo.adb: New file.
13162 * gdb.ada/fun_addr.exp: New testcase.
13163
ef29ce1a
JK
131642008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13165
13166 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
13167 New files
13168
0fafefe3
JB
131692008-01-02 Joel Brobecker <brobecker@adacore.com>
13170
13171 * array_subscript_addr/p.adb: New file.
a9c64011 13172 * array_subscript_addr.exp: New testcase.
0fafefe3 13173
c4359f8d
JB
131742008-01-02 Joel Brobecker <brobecker@adacore.com>
13175
a9c64011 13176 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
13177 New files.
13178 * gdb.ada/str_cmp_ref.exp: New testcase.
13179
1aa1b15b
JB
131802008-01-01 Joel Brobecker <brobecker@adacore.com>
13181
13182 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
13183 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 13184 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 13185
81c9b2cf
JB
131862008-01-01 Joel Brobecker <brobecker@adacore.com>
13187
13188 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
13189 gdb.ada/ref_param/pck.ads: New files.
13190 * gdb.ada/ref_param.exp: New testcase.
13191
319e4674
JB
131922008-01-01 Joel Brobecker <brobecker@adacore.com>
13193
13194 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
13195 gdb.ada/interface/foo.adb: New files.
13196 * gdb.ada/interface.exp: New testcase.
13197
ef682c56
JB
131982007-12-31 Jim Blandy <jimb@codesourcery.com>
13199
13200 * gdb.base/multi-forks.exp: Consume all output from child
13201 processes before proceeding to next test.
13202
f6f3eb6c
JB
132032007-12-29 Jim Blandy <jimb@codesourcery.com>
13204
13205 * configure: Regenerated.
13206
f652e42f
JB
132072007-12-27 Joel Brobecker <brobecker@adacore.com>
13208
13209 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
13210 gdb.ada/fixed_cmp/fixed.adb: New files.
13211 * gdb.ada/fixed_cmp.exp: New testcase.
13212
6943e596
JB
132132007-12-27 Joel Brobecker <brobecker@adacore.com>
13214
13215 * gdb.ada/boolean_expr.exp: New testcase.
13216
aad9a193
JB
132172007-12-26 Jim Blandy <jimb@codesourcery.com>
13218
13219 * gdb.base/multi-forks.exp: Doc fix.
13220
fb5f3683
JB
132212007-12-26 Joel Brobecker <brobecker@adacore.com>
13222
13223 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
13224 * gdb.ada/char_param.exp: Do not compile our test program with
13225 -gnata, this is unnecessary.
13226 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
13227
384e4a9c
JB
132282007-12-24 Joel Brobecker <brobecker@adacore.com>
13229
13230 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
13231 gdb.ada/print_chars/foo.adb: New files.
13232 * gdb.ada/print_chars.exp: New testcase.
13233
01e044f7
JB
132342007-12-24 Joel Brobecker <brobecker@adacore.com>
13235
13236 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
13237 gdb.ada/char_param/foo.adb: New files.
13238 * gdb.ada/char_param.exp: New testcase.
13239
0ce17860
JB
132402007-12-22 Jim Blandy <jimb@codesourcery.com>
13241
13242 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
13243 hard-coding source line numbers into the test.
13244 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
13245 gdb_get_line_number to find.
13246
919809b9
JB
132472007-12-22 Joel Brobecker <brobecker@adacore.com>
13248
13249 * gdb.base/ptype.c (highest): New struct type.
13250 (the_highest): New variable of that type.
13251 (main): Add dummy assignment to a field of variable the_highest.
13252 * gdb.base/ptype.exp: Test type printing of our new variable.
13253
abc8a88d
PM
132542007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
13255
13256 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 13257 and record first explicitly generated thread number.
abc8a88d
PM
13258 Use that thread number for thread specific watchpoint test.
13259 Add iteration number to repetitive tests.
13260
5158f3e3
CES
132612007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
13262 Jim Blandy <jimb@codesourcery.com>
13263
13264 * gdb.base/expand-psymtabs.c: New testcase
13265 source file.
13266 * gdb.base/expand-psymtabs.exp: New testcase
13267 expect file.
13268
37e4754d
LM
132692007-12-17 Luis Machado <luisgpm@br.ibm.com>
13270
13271 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
13272 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
13273
551e5d04
JB
132742007-12-17 Joel Brobecker <brobecker@adacore.com>
13275
13276 * gdb.ada/frame_args/foo.adb: New file.
13277 * gdb.ada/frame_args/pck.ads: New file.
13278 * gdb.ada/frame_args/pck.adb: New file.
13279 * gdb.ada/frame_args.exp: New testcase.
13280
a05ee097
JB
132812007-12-17 Joel Brobecker <brobecker@adacore.com>
13282
13283 * gdb.base/frame-args.c: New file.
13284 * gdb.base/frame-args.exp: New testcase.
13285
c162e8c9 132862007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 13287 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
13288
13289 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
13290
afe8ab22 132912007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 13292
afe8ab22
VP
13293 * gdb.mi/mi-pending.exp: New.
13294 * gdb.mi/mi-pending.c: New.
13295 * gdb.mi/mi-pendshr.c: New.
13296
dfdfb3ca
JB
132972007-12-06 Jim Blandy <jimb@codesourcery.com>
13298
13299 * gdb.base/default.exp: Update expected output for 'info catch'.
13300
b7fca990
JK
133012007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13302
13303 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
13304 must be set to binary.
13305
6a1afc1e
PA
133062007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
13307
13308 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
13309
a6b151f1
DJ
133102007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
13311
13312 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
13313 gdb.mi/mi-file-transfer.exp: New.
13314
43039443
JK
133152007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13316
13317 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
13318
0ef2251b
MR
133192007-11-22 Maciej W. Rozycki <macro@mips.com>
13320
13321 * gdb.trace/backtrace.exp: Fix a typo.
13322 * gdb.trace/circ.exp: Likewise.
13323 * gdb.trace/collection.exp: Likewise.
13324 * gdb.trace/limits.exp: Likewise.
13325 * gdb.trace/report.exp: Likewise.
13326 * gdb.trace/tfind.exp: Likewise.
13327 * gdb.trace/while-dyn.exp: Likewise.
13328
5443631e
NR
133292007-11-21 Nick Roberts <nickrob@snap.net.nz>
13330
13331 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
13332 objects of pointers that can't be dereferenced are now
13333 "noneditable".
13334
a4ce5b0d
UW
133352007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13336
13337 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
13338 (target_cpu): Remove.
13339
d6e956e5
VP
133402007-10-15 Vladimir Prus <vladimir@codesourcery.com>
13341
13342 * gdb.base/ending-run.exp: Expect the list of cleared
13343 breakpoint to come in natural order, not the reversed one.
a9c64011 13344
214270ab
VP
133452007-11-07 Vladimir Prus <vladimir@codesourcery.com>
13346
13347 * gdb.mi/mi-var-child.c (do_child_deletion): New.
13348 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 13349
1a619819
LM
133502007-11-05 Luis Machado <luisgpm@br.ibm.com>
13351
13352 * gdb.base/printcmds.exp: New function
13353 test_printf_with_dfp.
13354
5b01a6fa
DE
133552007-11-02 Doug Evans <dje@google.com>
13356
13357 * gdb.disasm/t01_mov.s: Remove carriage returns.
13358 * gdb.disasm/t02_mova.s: Ditto.
13359 * gdb.disasm/t03_add.s: Ditto.
13360 * gdb.disasm/t04_sub.s: Ditto.
13361 * gdb.disasm/t05_cmp.s: Ditto.
13362 * gdb.disasm/t06_ari2.s: Ditto.
13363 * gdb.disasm/t07_ari3.s: Ditto.
13364 * gdb.disasm/t08_or.s: Ditto.
13365 * gdb.disasm/t09_xor.s: Ditto.
13366 * gdb.disasm/t10_and.s: Ditto.
13367 * gdb.disasm/t11_logs.s: Ditto.
13368 * gdb.disasm/t12_bit.s: Ditto.
13369 * gdb.disasm/t13_otr.s: Ditto.
13370
ec33ab7f
JK
133712007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13372
13373 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
13374
ae0d01ff
UW
133752007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13376
13377 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
13378 provide DFP support.
13379
55eddb0f
DJ
133802007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
13381
13382 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
13383 Test "set powerpc vector-abi". Skip auto-detection tests for old
13384 toolchains.
13385
7020f05c
PA
133862007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
13387
13388 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
13389 with [string compare].
13390
84bc3db9
PA
133912007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
13392
13393 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
13394 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
13395
5876dc88
LM
133962007-10-25 Luis Machado <luisgpm@br.ibm.com>
13397
13398 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
13399 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
13400 * gdb.opt/Makefile.in: New makefile.
13401 * Makefile.in: Create new directory "gdb.opt".
13402 * configure.ac: Add "gdb.opt" directory.
13403 * configure: Regenerated.
a9c64011 13404
c3ea9a14
DE
134052007-10-25 Doug Evans <dje@google.com>
13406
13407 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
13408 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
13409
a9c64011 134102007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
13411 Thiago Jung Bauermann <bauerman@br.ibm.com>
13412
13413 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
13414 Floating Point expressions.
13415 * gdb.base/dfp-test.exp: new file adding tests for Decimal
13416 Floating Point variables.
13417 * gdb.base/dfp-test.c: new file containing program with Decimal
13418 Floating variables, used by gdb.base/dfp-test.exp.
13419
62a24a2b
DJ
134202007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
13421
13422 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
13423
e7b1eae6
UW
134242007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13425
13426 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
13427 compiling test case with GCC.
13428 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
13429
c641edcc
UW
134302007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13431
13432 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
13433 format changes.
13434
5e5ebfe6
MS
134352007-10-18 Michael Snyder <msnyder@specifix.com>
13436
13437 * gdb.base/dbx.exp: Add missing "-re " operator.
13438
e831e7b6
GM
134392007-10-16 Gaius Mulley <gaius@glam.ac.uk>
13440
13441 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
13442 * configure.ac: Removed trailing spaces after backslash.
13443 * gdb.modula2: New directory.
13444 * gdb.modula2/Makefile.in: New file.
13445 * gdb.modula2/unbounded-array.exp: New file.
13446 * gdb.modula2/unbounded1.c: New file.
13447
7cc46491
DJ
134482007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
13449
13450 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
13451
134522007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
13453
13454 * gdb.base/sigstep.c (main): Add checks for
13455 return values for setitimer call.
13456 Call setitimer again with itimer = ITIMER_REAL
13457 if first call to setitimer fails.
13458
e91528f0
KH
134592007-10-11 Kazu Hirata <kazu@codesourcery.com>
13460
13461 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
13462 of $timeout.
13463
2ec9a4f8
DJ
134642007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
13465
13466 * gdb.server/server-run.exp: Test for dynamic linker symbols.
13467
134682007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
13469
13470 * lib/gdb.exp (gdb_run_cmd): Move comment outside
13471 of gdb_expect call, to avoid interruption.
13472
64b2fa04
PA
134732007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
13474
13475 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
13476 (v_unsigned_long_long, v_long_long_array)
13477 (v_signed_long_long_array, v_unsigned_long_long_array)
13478 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
13479 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
13480 [!NO_LONG_LONG]: New.
13481 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
13482 v_long_long_member.
13483
13484 (v_long_long_func, v_signed_long_long_func)
13485 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
13486 (main) [!NO_LONG_LONG]: Initialize long long variants.
13487
13488 * gdb.base/whatis.exp: If board file requests no_long_long, build
13489 test with NO_LONG_LONG defined. Test long long, signed long long,
13490 and unsigned long long variants but only if board file doesn't
13491 disable it.
13492
a912286e 134932007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 13494 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
13495
13496 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
13497 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
13498 * configure: Regenerated.
13499 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
13500 gdb.pascal/types.exp, lib/pascal.exp: New files.
13501
471ba8c9
DJ
135022007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
13503
13504 * gdb.cp/classes.exp (do_tests): Always step to the line after the
13505 call.
13506 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
13507 to return to the call.
13508 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
13509 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
13510 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
13511 * gdb.mi/mi-until.exp (test_until): Likewise.
13512 * gdb.mi/mi2-until.exp (test_until): Likewise.
13513
fef8a650
DJ
135142007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
13515
13516 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
13517 two-char array.
13518 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
13519
d983da9c
DJ
135202007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
13521
13522 * gdb.threads/watchthreads.c (thread_function): Sleep between
13523 iterations.
13524 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
13525 at once for S/390. Generate matching fails and passes.
13526
17f62551
VP
135272007-09-27 Vladimir Prus <vladimir@codesourcery.com>
13528
13529 * gdb.mi/var-cmd.c (do_children_tests): Initialize
13530 the 'struct_declarations' variable to zeros.
a9c64011 13531
ed0616c6
VP
135322007-09-24 Vladimir Prus <vladimir@codesourcery.com>
13533
13534 * gdb.cp/mb-ctor.cc: New.
13535 * gdb.cp/mb-ctor.exp: New.
13536 * gdb.cp/mb-templates.cc: New.
13537 * gdb.cp/mb-templates.exp: New.
13538
41f1b697
DJ
135392007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
13540
13541 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
13542
3f213f78
PA
135432007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
13544
13545 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
13546 targets.
13547 * configure: Regenerate.
13548
0d381245 135492007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 13550
0d381245
VP
13551 * gdb.base/annota1.exp: Adjust for 'info break'
13552 format changes.
13553 * gdb.base/annota3.exp: Likewise.
13554 * gdb.base/break.exp: Likewise.
13555 * gdb.base/condbreak.exp: Likewise.
13556 * gdb.base/pending.exp: Likewise.
13557 * gdb.base/sepdebug.exp: Likewise.
13558 * gdb.base/unload.exp: Likewise.
13559 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 13560
fe3f5fa8
VP
135612007-09-22 Vladimir Prus <vladimir@codesourcery.com>
13562
13563 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
13564 messages.
13565 * gdb.base/chng-syms.exp: Likewise.
13566 * gdb.base/unload.exp: Likewise.
a9c64011 13567
a75cf6c0
DJ
135682007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
13569
13570 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
13571
18ecae38
DJ
135722007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
13573
13574 * schedlock.c (NUM): Change to 1.
13575 (main): Use args[0] for the main thread.
13576 * schedlock.exp: Only expect two threads. Only issue one pass or fail
13577 regardless of the number of threads.
13578
5509918f
MR
135792007-09-14 Maciej W. Rozycki <macro@mips.com>
13580
4a543daf
MR
13581 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
13582 type down.
13583 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
13584 test.
13585 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
13586 watchpoint type down.
13587 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
13588 test.
13589
135902007-09-14 Maciej W. Rozycki <macro@mips.com>
13591
5509918f
MR
13592 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
13593 Move all the tests here and run them twice, once using software
13594 watchpoints and once using hardware watchpoints.
13595 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
13596
40b53987
DJ
135972007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
13598
13599 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
13600 test.
13601
695e2681
MK
136022007-09-10 Mark Kettenis <kettenis@gnu.org>
13603
8b3fc8d8
MK
13604 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
13605 build-id.
13606
695e2681
MK
13607 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
13608 know about $ORIGIN. Calculate output dir from $dest instead of
13609 using ${objdir}/{$subdir}.
13610
58d69f29
MK
136112007-09-09 Mark Kettenis <kettenis@gnu.org>
13612
13613 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
13614 gcore, before continuing with the test.
13615
3e347599
DJ
136162007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
13617
13618 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
13619 * gdb.mi/mi-watch.exp: Likewise.
13620
ea37ba09
DJ
136212007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
13622 Jim Blandy <jimb@codesourcery.com>
13623
13624 * gdb.arch/i386-sse.exp: Do not expect character constants.
13625 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
13626 * gdb.base/display.exp: Allow print/s.
13627 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
13628 and unsigned char array changes.
13629
2025a643
DJ
136302007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
13631
13632 * gdb.base/display.exp: Add tests for printf %p.
13633
26669a27
PA
136342007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
13635
13636 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
13637 the dll name to unicode.
13638
c8f021f8
JK
136392007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13640
13641 * gdb.base/default.exp (show version): Update the version text.
13642 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
13643
4cf31eea
JK
136442007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13645
13646 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
13647 New files.
13648
4935890f
JK
136492007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13650
13651 * lib/gdb.exp (build_id_debug_filename_get): New function.
13652 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
13653 Remove the generate DEBUG file for the future testcase runs.
13654 New testcase for the NT_GNU_BUILD_ID retrieval.
13655 Move the final testing step to ...
13656 (test_different_dir): ... a new function.
13657 New parameter XFAIL to XFAIL all the tests performed.
13658 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
13659 New parameter TYPE to PF_PREFIX all the tests performed.
13660
02142340
VP
136612007-08-31 Vladimir Prus <vladimir@codesourcery.com>
13662
13663 * gdb.mi/mi-var-cp.cc (path_expression): New
13664 function.
13665 * gdb.mi/mi-var-cp.exp: Run path exression tests.
13666
36acd84e
UW
136672007-08-27 Markus Deuling <deuling@de.ibm.com>
13668
13669 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
13670 to fit into SPU Local Store memory.
13671
a896d121
JB
136722007-08-23 Joel Brobecker <brobecker@adacore.com>
13673
13674 * gdb.base/default.exp: Adjust the expected output of "info
13675 warranty" after the switch to GPLv3.
13676
7b433602
JB
136772007-08-23 Joel Brobecker <brobecker@adacore.com>
13678
13679 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
13680 to 30000 (from 20000).
13681
e22f8b7c
JB
136822007-08-23 Joel Brobecker <brobecker@adacore.com>
13683
13684 Switch the license of all .exp files to GPLv3.
13685 Switch the license of all .f and .f90 files to GPLv3.
13686 Switch the license of all .s and .S files to GPLv3.
13687
5a0e3bd0
JB
136882007-08-23 Joel Brobecker <brobecker@adacore.com>
13689
13690 * configure.ac: Switch license to GPLv3.
13691
cc00619d
JB
136922007-08-23 Joel Brobecker <brobecker@adacore.com>
13693
13694 Switch the licensing to GPLv3 for all .ads and .adb files.
13695
8d26208a
DJ
136962007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
13697
13698 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
13699 and t_int_double.
13700 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
13701
4fcb9948
JB
137022007-08-17 Joel Brobecker <brobecker@adacore.com>
13703
13704 * gdb.base/step-line.c: Switch license to GPL version 3, and
13705 update copyright year.
13706 * gdb.base/step-line.inp: Likewise.
13707
b9c34f67
JB
137082007-08-17 Joel Brobecker <brobecker@adacore.com>
13709
13710 * gdb.base/gdb1555.exp: Make expected output immune to formatting
13711 changes inside gdb1555.c.
13712 * gdb.base/pending.exp: Likewise.
13713
2cc17678
DJ
137142007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
13715
13716 * config/default.exp: New file.
13717
e48883f7
DJ
137182007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13719
13720 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
13721 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
13722
1ab80e5b
MR
137232007-07-30 Maciej W. Rozycki <macro@mips.com>
13724
13725 * gdb.base/dump.exp: Force the correct endianness for binary
13726 formats not carrying this information.
13727
aba471f5
DJ
137282007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
13729
13730 * gdb.threads/staticthreads.exp: Match .*sem_post.
13731
d4e07204
DJ
137322007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
13733
13734 * gdb.base/readline.exp (operate_and_get_next): Match the final
13735 prompt.
13736
2b97317d
KB
137372007-07-23 Kevin Buettner <kevinb@redhat.com>
13738
13739 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
13740 to restarting SID.
13741
44efa07a
KB
137422007-07-18 Kevin Buettner <kevinb@redhat.com>
13743
13744 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
13745 prior to `gdb_start'.
13746
7b5ebade
KB
137472007-07-18 Kevin Buettner <kevinb@redhat.com>
13748
13749 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
13750 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
13751 Remove call to gdb_unload.
13752
255e7678
DJ
137532007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
13754 Daniel Jacobowitz <dan@codesourcery.com>
13755
13756 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
13757 for __WIN32__.
13758 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
13759 * gdb.base/unload.exp: Use shared library test routines.
13760
3a40aaa0
UW
137612007-07-03 Markus Deuling <deuling@de.ibm.com>
13762
13763 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
13764 * gdb.base/solib-symbol-lib.c: Likewise.
13765 * gdb.base/solib-symbol-main.c: Likewise.
13766
b0f4b84b
DJ
137672007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
13768
13769 * config/gdbserver.exp (gdb_reconnect): New.
13770 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
13771 gdb.base/solib-disc.exp: New files.
13772 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
13773 remote debugging".
13774 (gdb_compile): Add shlib_load flag.
13775 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
13776 port.
13777 (gdbserver_reconnect): New.
13778
1b05479a
DJ
137792007-07-01 Nick Roberts <nickrob@snap.net.nz>
13780 Daniel Jacobowitz <dan@codesourcery.com>
13781
13782 * gdb.base/annota3.exp: Test for if construct.
13783
86f78eb2
DJ
137842007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
13785
13786 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
13787
6a2eb474 137882007-06-21 Chris Dearman <chris@mips.com>
a9c64011 13789 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
13790
13791 * gdb.base/display.exp: Allow a newline after display/i.
13792 * gdb.base/pc-fp.exp: Likewise.
13793 * gdb.base/sigbpt.exp: Likewise.
13794
f8b73d13
DJ
137952007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
13796
13797 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
13798 required features to be included.
13799
4339e69e
DJ
138002007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
13801
13802 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
13803 in info threads output.
13804
23d964e7
UW
138052007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13806 Markus Deuling <deuling@de.ibm.com>
13807
13808 * gdb.arch/spu-info.exp: New testcase.
13809 * gdb.arch/spu-info.c: New file.
13810
fd20f75b
DJ
138112007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
13812
13813 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
13814 tpcs_offset. Restore lr after the call.
13815 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
13816
2226f861
DJ
138172007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
13818
13819 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
13820 (gdbserver_run): Kill any running gdbserver.
13821 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
13822
d12371a9
MR
138232007-05-17 Maciej W. Rozycki <macro@mips.com>
13824
13825 * gdb.base/sigbpt.exp: Preset segv_addr.
13826
93f02886
DJ
138272007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
13828
13829 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
13830 (gdb_compile_shlib): Likewise.
13831 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
13832 (default_gdb_init): Clear cleanfiles.
13833 (gdb_finish): Delete recorded cleanfiles.
13834 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
13835
13836 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
13837 Do not use isnative.
13838 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
13839 gdb.base/so-impl-ld.exp: Likewise.
13840 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
13841 * gdb.base/unload.exp: Likewise. Do not pass empty option to
13842 gdb_compile.
13843
b04e06d7
VP
138442007-05-15 Vladimir Prus <vladimir@codesourcery.com>
13845
13846 * config/unknown.exp: Remove.
13847
069ed931
UW
138482007-05-15 Markus Deuling <deuling@de.ibm.com>
13849
13850 * gdb.base/info-proc.exp: Check is_remote.
13851
09db0d03
UW
138522007-05-14 Markus Deuling <deuling@de.ibm.com>
13853
13854 * gdb.base/gcore.exp: Initialize variable core_supported.
13855
af2cbe8c
DJ
138562007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
13857
13858 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
13859
027c0295
DJ
138602007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
13861
13862 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
13863 * gdb.threads/print-threads.exp (test_all_threads): Allow
13864 negative and hexadecimal thread IDs.
13865
dc5000e7
DJ
138662007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
13867
13868 * gdb.java/jprint.java (public): Avoid invalid call to static
13869 method.
13870
2e74ed18
DP
138712007-05-14 Denis Pilat <denis.pilat@st.com>
13872
13873 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
13874 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
13875 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
13876 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
13877 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
13878
83547f02
UW
138792007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13880
13881 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 13882 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
13883 this mode.
13884 * gdb.base/ovlymgr.c: Provide stubs for spu target.
13885 * gdb.base/spu.ld: New file.
13886
b18be20d
DJ
138872007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
13888
13889 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
13890
be444858
DJ
138912007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
13892
13893 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
13894
b1d53152
DJ
138952007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
13896
13897 * gdb.java/jmain.exp: Handle demangled names with and without method
13898 signatures.
13899
d084b331
DJ
139002007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
13901
13902 * gdb.mi/mi-syn-frame.c (main, foo, bar)
13903 (have_a_very_merry_interrupt): Remove calls to puts.
13904 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
13905 inferior output.
13906 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
13907 test names.
13908
db9d7fc5
DJ
139092007-04-29 Markus Deuling <deuling@de.ibm.com>
13910 Daniel Jacobowitz <dan@codesourcery.com>
13911
13912 * gdb.base/auxv.exp (core_works): Also check is_remote.
13913 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
13914
ef783a7d 139152007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 13916
ef783a7d
VP
13917 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
13918 message, not the undefined 'module' variable.
13919 * gdb.base/siginfo.exp: Likewise.
13920 * gdb.base/sigstep.exp: Likewise.
13921 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
13922 serialport.
13923 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
13924
b7b73cae
CV
139252007-04-25 Corinna Vinschen <vinschen@redhat.com>
13926
13927 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
13928 target sim fails. Return 0 otherwise.
13929 (gdb_load): Return prematurely if gdb_target_sim fails.
13930
7d90fdfa
DP
139312007-04-16 Denis Pilat <denis.pilat@st.com>
13932
13933 * gdb.base/setshow.exp: Reset height after having set it to 100.
13934
5d3e9c85
DP
139352007-04-16 Denis Pilat <denis.pilat@st.com>
13936
13937 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
13938
18e75969
DP
139392007-04-16 Denis Pilat <denis.pilat@st.com>
13940
13941 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
13942
25d5ea92
VP
139432007-04-14 Vladimir Prus <vladimir@codesourcery.com>
13944
13945 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
13946 tests. Run the frozen varobjs test.
13947 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 13948 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 13949
0b49cb80
JK
139502007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13951
13952 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
13953 gdb.base/type-opaque.exp: New files.
13954
a73bafbc 139552007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
13956
13957 * gdb.mi/mi-var-child.c
a73bafbc
VP
13958 (do_children_tests): User char[2] instead of
13959 char so that automatic printing of pointers to char
13960 don't give unpredicable result.
13961 * gdb.mi/var-cmd.c (do_locals_test): Initialize
13962 local variables.
13963 * gdb.mi/mi-var-child.exp: Step to right line
13964 of do_children_tests.
13965 * gdb.mi/mi2-var-child.exp: Likewise.
13966 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 13967 do_locals_tests.
a73bafbc
VP
13968 (do_children_tests): User char[2] instead of
13969 char so that automatic printing of pointers to char
a9c64011 13970 don't give unpredicable result.
a73bafbc 13971 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 13972 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
13973 Pass test name to mi_wait_for_stop.
13974
7ce59000
DJ
139752007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
13976
13977 * gdb.asm/asm-source.exp: Remove d10v case.
13978 * lib/gdb.exp (skip_cplus_tests): Likewise.
13979 * gdb.asm/d10v.inc: Deleted.
13980
20389057
DJ
139812007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
13982
13983 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
13984
8807d78b
DJ
139852007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
13986
13987 * config/netware.exp: Delete file.
13988
aa3edb8e
JB
139892007-03-29 Joel Brobecker <brobecker@adacore.com>
13990
13991 * gdb.dwarf2/dw2-noloc.S: New file.
13992 * gdb.dwarf2/dw2-noloc.exp: New file.
13993
297561ac
PA
139942007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
13995
13996 * gdb.cp/method2.cc: New test.
13997 * gdb.cp/method2.exp: New test.
13998 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
13999
1f81bd39
DJ
140002007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
14001
14002 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
14003
9453113a
DJ
140042007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
14005
14006 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
14007
b741e217
DJ
140082007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
14009
14010 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
14011 (gdb_load): Delete, replace with...
14012 (gdb_reload): ...this.
14013 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
14014 * gdb.server/server-mon.exp: Likewise.
14015 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
14016 (gdb_start_cmd): New.
14017 (gdb_file_cmd): Save the last loaded file.
14018 (gdb_reload): New.
14019 (gdb_gnu_strip_debug): Use transform.
14020 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
14021 support here. Use new $last_loaded_file. Check mtime.
14022 (gdb_target_cmd): Handle ObjC failure case.
14023 (infer_host_exec): Delete.
14024 (gdbserver_load): Rename to...
14025 (gdbserver_run): ...this. Simplify.
14026 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
14027 (mi_gdb_load): Move most contents to a new function...
14028 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
14029 (mi_run_cmd): Use mi_gdb_target_load.
14030 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
14031 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
14032 Use gdb_run_cmd.
14033 * gdb.base/charsign.exp: Remove incorrect comment.
14034 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
14035 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
14036 gdb.base/start.exp: Use gdb_start_cmd.
14037
446ab585 140382007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 14039 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
14040
14041 * gdb.base/sigbpt.exp: Fix the message when skipping test.
14042 * gdb.base/signull.exp: Similarly.
14043
bbb88ebf
UW
140442007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14045
14046 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
14047 messages available to test cases (like chng-sym.exp).
14048
cb8c4a99
AS
140492007-03-14 Andreas Schwab <schwab@suse.de>
14050
14051 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
14052 format changes.
14053
4e463ff5
DJ
140542007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
14055
14056 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
14057 (optimized_1): New.
14058 (main): Call optimized_1.
14059 (gdb2029): Correct typos. Call gdb2029_marker.
14060 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
14061 for gdb2029.
14062
b6db2c47
MK
140632007-03-12 Mark Kettenis <kettenis@gnu.org>
14064
14065 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
14066 as tabs. Remove redundant test pattern.
14067
70ed3737
UW
140682007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14069
14070 * gdb.base/long_long.exp: Accept optional symbol name in <...>
14071 for /a format output.
14072
47b67b60
DJ
140732007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
14074
14075 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
14076 collect output incrementally.
14077
b8953b0e
UW
140782007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14079
14080 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
14081 for -var-create lpcharacter test.
14082 * gdb.mi/mi2-var-cmd.exp: Likewise.
14083
7acd5c40
UW
140842007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14085
14086 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
14087 pass on targets where address zero is readable.
14088
9c6759c1
UW
140892007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14090
14091 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
14092 just a single architecture.
14093
a2f1aeb4
UW
140942007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14095
14096 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
14097 (fetch_all_registers): New function, uses gdb_test_multiple and
14098 exp_continue to fetch inferior output line-by-line.
14099 Replace all uses of do_get_all_registers by fetch_all_registers.
14100
46579ac2
UW
141012007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14102
14103 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
14104 in target_info.
14105
fc133f24
MS
141062007-03-02 Michael Snyder <michael.snyder@palmsource.com>
14107
a9c64011 14108 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
14109 consistancy; add a default (timeout) case.
14110
7646a51d
MS
141112007-03-02 Michael Snyder <michael.snyder@palmsource.com>
14112
14113 * gdb.base/watchpoint.exp: Fix truncated comment.
14114
dcfff61f
MS
141152007-03-02 Michael Snyder <michael.snyder@palmsource.com>
14116
14117 * Makefile.in: Remove spurious single-quotes from sed command.
14118
664e3ee9
DJ
141192007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
14120
14121 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
14122 func.
14123 * gdb.mi/mi2-var-cmd.exp: Likewise.
14124
d7cc6f2f
JB
141252007-02-27 Joel Brobecker <brobecker@adacore.com>
14126
a9c64011
AS
14127 * gdb.dwarf2/dw2-producer.S: New file.
14128 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
14129
141302007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
14131
14132 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
14133 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
14134 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
14135 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
14136 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
14137 Revert tests to use mi_gdb_test and include value field in output
14138 of -var-create.
14139
93d42b30
DJ
141402007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
14141
14142 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
14143
c499ed39
DJ
141442007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
14145
14146 * gdb.base/maint.exp: Remove full paths from test names.
14147 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
14148 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
14149
9836f81b
JB
141502007-02-27 Joel Brobecker <brobecker@adacore.com>
14151
14152 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
14153
c74d0ad8
DJ
141542007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
14155
14156 * gdb.server/server-mon.exp: New test.
14157
2711e456
DJ
141582007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
14159
14160 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
14161
ff6f572f
DJ
141622007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
14163
14164 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
14165 register capitalization.
14166
fada3feb
DP
141672007-02-13 Denis Pilat <denis.pilat@st.com>
14168
14169 * gdb.mi/mi-var-invalidate.exp: New file.
14170
fb1e4ffc
DJ
141712007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14172
14173 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
14174
3da939d7
DJ
141752007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14176
14177 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
14178
123dc839
DJ
141792007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14180
14181 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
14182 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
14183
877e3645 141842007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
14185
14186 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
14187 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
14188 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
14189 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
14190 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 14191 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 14192 Update tests to include value field in output of -var-create.
a9c64011 14193
3c0a2960
AS
141942007-02-08 Andreas Schwab <schwab@suse.de>
14195
14196 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
14197
108546a0
DJ
141982007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
14199
14200 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
14201 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
14202
d701dcab
DP
142032007-02-02 Denis Pilat <denis.pilat@st.com>
14204
14205 * gdb.threads/threadapply.exp: check that frame is not changed by
14206 the thread apply all command.
14207
783e3e2f
AS
142082007-01-31 Andreas Schwab <schwab@suse.de>
14209
6d9c3a87
AS
14210 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
14211
3c50d7b9
AS
14212 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
14213 in the dwarf sections.
14214 * gdb.dwarf2/mac-fileno.S: Likewise.
14215
783e3e2f
AS
14216 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
14217 bspstore register on ia64.
14218
78ff580e
AS
142192007-01-29 Andreas Schwab <schwab@suse.de>
14220
cc8e9b12
AS
14221 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
14222 "frame-begin" annotation.
14223
78ff580e
AS
14224 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
14225 number of "frames-invalid" annotations.
14226
704a4f78
DJ
142272007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14228
14229 * gdb.base/commands.exp: Call if_commands_test.
14230 (gdb_test_no_prompt, if_commands_test): New.
14231
e741bf94
MK
142322007-01-28 Mark Kettenis <kettenis@gnu.org>
14233
14234 * gdb.threads/sigthread.c (NSIGS): Make bigger.
14235
474d0ad3
AS
142362007-01-27 Andreas Schwab <schwab@suse.de>
14237
14238 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
14239 .short/.int/.quad in the dwarf sections.
14240 * gdb.dwarf2/dw2-intercu.S: Likewise.
14241 * gdb.dwarf2/dw2-intermix.S: Likewise.
14242
e784b426
JK
142432007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14244
14245 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
14246 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
14247 array.
e784b426
JK
14248 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
14249 * gdb.base/setvar.exp: Likewise.
14250
37f08e04
AS
142512007-01-26 Andreas Schwab <schwab@suse.de>
14252
9a01813a
AS
14253 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
14254 test.
14255
37f08e04
AS
14256 * gdb.base/multi-forks.exp ("restart $i"): Also match
14257 __kernel_syscall_via_break.
14258
6e2a9270
VP
142592007-01-24 Vladimir Prus <vladimir@codesourcery.com>
14260
14261 * lib/mi-support.exp (mi_delete_varobj): New.
14262 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
14263 testcase.
14264 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
14265 (main): Call the above.
14266 (reference_update_test, base_in_reference_test)
14267 (reference_to_pointer): Delete the created varobjs.
a9c64011 14268
e515b470
DJ
142692007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
14270
14271 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
14272 * configure: Regenerated.
14273 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
14274 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
14275 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
14276 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
14277 * lib/gdb.exp (gdb_skip_xml_test): New function.
14278
08d8bcd7
DJ
142792007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
14280
14281 * gdb.base/sigrepeat.exp: Correct error message.
14282
142832007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
14284 Daniel Jacobowitz <dan@codesourcery.com>
14285
14286 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
14287 gdb.arch/i386-gnu-cfi-asm.S: New files.
14288
97c3f1f3
JK
142892007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14290
14291 * lib/gdb.exp: Abort on missing `site.exp'.
14292
cb1df416
DJ
142932007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14294 Daniel Jacobowitz <dan@codesourcery.com>
14295
14296 * gdb.base/included.c, gdb.base/included.exp,
14297 gdb.base/included.h: New files.
14298
35990120
DJ
142992007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
14300
14301 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
14302 (maximize_rlimit): Reduce limits on 64-bit systems.
14303
6e81a116 143042007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
14305
14306 From Marcus Deuling <deuling@de.ibm.com>:
14307 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
14308 every case.
14309
6c3c41f3
NR
143102007-01-13 Nick Roberts <nickrob@snap.net.nz>
14311
14312 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
14313 (test_path_specification): Use objdir instead of srcdir to always
14314 get an absolute filename.
14315
2f12c312
DJ
143162007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
14317
14318 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
14319
81121995
VP
143202007-01-11 Vladimir Prus <vladimir@codesourcery.com>
14321
14322 * gdb.mi/mi-var-cp.cc (reference_update_tests):
14323 Make sure the variable we're using is in scope.
14324 (reference_to_pointer): Likewise.
14325
4741b737
DJ
143262007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
14327
14328 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
14329 has no debug information.
14330
054410c3
DJ
143312007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
14332
14333 * gdb.base/annota1.exp: Remove extra send_gdb.
14334
818f79f6
DJ
143352007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14336
14337 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
14338
f7a6bb70
DJ
143392007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14340
14341 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
14342
57e66780
DJ
143432007-01-08 Nick Roberts <nickrob@snap.net.nz>
14344 Daniel Jacobowitz <dan@codesourcery.com>
14345
14346 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
14347 lcharacter or linteger change. Correct duplicated test name.
14348 * gdb.mi/mi2-var-cmd.exp: Likewise.
14349
3d799a95
DJ
143502007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14351
14352 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
14353
143542007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 14355
a9c64011
AS
14356 * gdb.base/nofield.c: New file.
14357 * gdb.base/nofield.exp: New testcase.
51679ba9 14358
eafb94e8
NR
143592007-01-05 Nick Roberts <nickrob@snap.net.nz>
14360
14361 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
14362
14363 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
14364 test.
14365
5e572bb4
DJ
143662007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
14367
14368 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
14369
74a44383
DJ
143702007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
14371
14372 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
14373 when continuing.
14374
1b572db9
DJ
143752007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
14376
14377 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
14378 Expect ".exe" extension.
14379
381bc39b
DJ
143802007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
14381
14382 * gdb.base/charset.exp: Add explicit filename to break.
14383 * gdb.base/dbx.exp: Add explicit filename to breaks.
14384
2b70e4c6
DJ
143852007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
14386
14387 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
14388 * gdb.mi/mi2-file.exp: Likewise.
14389
303b6f5d
DJ
143902007-01-04 Vladimir Prus <vladimir@codesourcery.com>
14391
14392 Implement specification of MI tests as comments
14393 in C and C++ sources.
14394 * lib/mi-support.exp (mi_autotest_data): New variable.
14395 (mi_autotest_source): New variable.
14396 (count_newlines, mi_prepare_inline_tests)
14397 (mi_get_inline_test, mi_continue_to_line)
14398 (mi_run_inline_test, mi_tbreak)
14399 (mi_send_resuming_command, mi_wait_for_stop): New functions.
14400 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
14401 Run inline tests.
14402 * gdb.mi/mi-var-cp.cc: Define tests here.
14403
23da0d94
VP
144042007-01-04 Vladimir Prus <vladimir@codesourcery.com>
14405
14406 Simplify usage of mi_continue_to.
14407 * lib/mi-support.exp (mi_runto_helper): Renamed
14408 from mi_runto, added new parameter 'run_or_continue'.
14409 (mi_runto): Use mi_runto_helper.
14410 (mi_continue_to): Accept just function name as parameter.
14411 Use mi_runto_helper.
14412 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
14413 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 14414
f9e18282
JB
144152006-01-04 Joel Brobecker <brobecker@adacore.com>
14416
14417 Make this testcase a bit more realistic. The current code
14418 is too simplistic, and allows the compiler to optimize out
14419 some of the entities we need for this testcase.
14420 * gdb.ada/null_record/bar.ads (Void_Star): New type.
14421 (Do_Nothing): Add extra parameter.
14422 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
14423 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
14424 by using a variable of type Void_Star.
14425
fd678c65
JB
144262006-01-04 Joel Brobecker <brobecker@adacore.com>
14427
14428 * gdb.ada/catch_ex/foo.adb: New file.
14429 * gdb.ada/catch_ex.exp: New testcase.
14430
05cfdb42
DJ
144312007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
14432
14433 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
14434 pass --image-base to linker.
14435
2e03ee74
DJ
144362007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14437 Daniel Jacobowitz <dan@codesourcery.com>
14438
14439 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
14440 secondary prompts.
14441
0d5de010
DJ
144422007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
14443
14444 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
14445 output. Test the types of members and member pointers.
14446 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
14447 gdb/2092.
14448 * gdb.cp/member-ptr.exp: Search for a comment instead of a
14449 statement. Enable for GCC. Update expected output for some tests
14450 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
14451 layout.
14452 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
14453 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
14454 (Diamond::vget_base): New.
14455 (main): Add new tests.
14456 * gdb.cp/printmethod.exp: Update expected output for member functions.
14457 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
14458 print pEe->D::vg().
14459
61a771aa
DJ
144602007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
14461
14462 * gdb.threads/tls.exp: Allow stops in sem_post.
14463
2fa63963
DJ
144642006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
14465
14466 * gdb.base/annota1.exp: Allow .*printf in backtraces.
14467 * gdb.base/annota3.exp: Likewise.
14468 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
14469 again (instead of timing out).
14470 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
14471 GCC bug 26475.
14472 * gdb.java/jmisc.exp: Adjust to work with method signatures including
14473 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
14474 test from jmisc1.exp.
14475 * gdb.java/jmisc1.exp: Delete.
14476 * gdb.java/jprint.exp: Adjust to work with method signatures including
14477 return types.
14478 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
14479 * gdb.threads/linux-dp.exp: Don't be confused by program output.
14480 * lib/java.exp (compile_java_from_source): Pass the correct type
14481 to target_compile.
14482
5eefc2b7
JB
144832006-12-31 Joel Brobecker <brobecker@adacore.com>
14484
14485 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
14486 (stack_align_edx): New function.
14487 (stack_align_eax): New function.
14488 (main): Add calls to stack_align_edx and stack_align_eax.
14489 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
14490 Add testing for the cases where the register used during a stack
14491 realignment is edx. Same for eax.
14492
227c54da
DJ
144932006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
14494
14495 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
14496 and generic PE targets.
14497
cab8ac94
JB
144982006-12-29 Joel Brobecker <brobecker@adacore.com>
14499
14500 * gdb.ada/array_return.exp: Update copyright date list.
14501
ba54f318
JB
145022006-12-27 Joel Brobecker <brobecker@adacore.com>
14503
14504 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
14505 (Create_Small_Float_Vector): New function.
14506 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
14507 function body.
14508 * gdb.ada/array_return/p.adb: Use new type and function from
14509 package Pck.
14510 * gdb.ada/array_return.exp: Add a test verifying that GDB is
14511 able to print the value returned by a function returning an
14512 array of float.
14513
6b7a35dd
JB
145142006-12-20 Joel Brobecker <brobecker@adacore.com>
14515
14516 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
14517 The associated tests should be PASSing.
14518
038224f6
VP
145192006-12-08 Vladimir Prus <vladimir@codesourcery.com>
14520
14521 Test for base in references.
14522 * gdb.mi/mi-var-cp.cc: Add test code.
14523 * gdb.mi/mi-var-cp.exp: Test for bases in references.
14524 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
14525 * gdb.mi/mi2-watch.exp: Likewise.
14526 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
14527 (mi_list_varobj_children): New function.
14528
b26ed50d
VP
145292006-12-08 Vladimir Prus <vladimir@codesourcery.com>
14530
14531 * lib/mi-support.exp
14532 (mi_runto): Accept "()" after function name.
14533 (mi_create_varobj): New function.
14534 (mi_varobj_update): New function.
14535 (mi_Check_varobj_value): New function.
14536 * gdb.mi/mi-var-cp.exp: New file.
14537 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 14538
08232497
DJ
145392006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
14540
14541 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
14542 gdb.base/weaklib2.c: New files.
14543
d394c993 145442006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 14545
ac6c2fba
NS
14546 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
14547 info. Adjust test names.
14548
8ec659a0 14549 * gdb.base/break.c (main): Move position of malloc.
d394c993 14550 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 14551
acd65feb
VP
145522006-11-28 Vladimir Prus <vladimir@codesourcery.com>
14553
14554 * gdb.mi/mi-var-cmd.exp: Check -var-update after
14555 assignement of arrays and function pointers.
14556 * gdb.mi/var-cmd.c: Add declaration necessary for above
14557 tests.
14558
f556d5e5
NS
145592006-11-27 Nathan Sidwell <nathan@codesourcery.com>
14560
14561 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
14562
14563 * gdb.threads/linux-dp.exp: Read thread table before and after
14564 creating each philosopher and verify it.
14565
697bc68d
NS
145662006-11-27 Nathan Sidwell <nathan@codesourcery.com>
14567 Paul Brook <paul@codesourcery.com>
14568 Daniel Jacobowitz <dan@codesourcery.com>
14569
14570 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 14571 main to remove duplication. Add start function of the form
697bc68d
NS
14572 '_*start[1-9]*'. Add RVDS start function.
14573
29d73ae4
DJ
145742006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
14575
14576 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
14577
c1d88655
UW
145782006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14579
14580 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
14581 * gdb.asm/spu.inc: New file.
14582 * gdb.base/term.exp: Disable if [target_info exists noargs].
14583 * gdb.gdb/complaints.exp: Disable if ![isnative].
14584 * gdb.gdb/selftest.exp: Likewise.
14585 * gdb.gdb/observer.exp: Likewise.
14586 * gdb.gdb/xfullpath.exp: Likewise.
14587 * gdb.base/attach.exp: Disable on SPU target.
14588 * gdb.cp/bs145503.exp: Likewise.
14589 * gdb.cp/exception.exp: Likewise.
14590 * gdb.cp/userdef.exp: Likewise.
14591
32a13b1a
DJ
145922006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
14593
14594 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
14595
d8295fe9
VP
145962006-11-10 Vladimir Prus <vladimir@codesourcery.com>
14597
14598 * gdb.base/completion.exp: Fix completion tests for
14599 'info' and 'info '.
14600 * gdb.base/help.exp (help_test_raw, test_class_help)
14601 (test_prefix_command_help): Move...
14602 * lib/gdb.exp: Here.
14603 * gdb.base/main.exp: Adjust.
14604 * gdb.cp/maint.exp: Adjust.
14605 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 14606
8c394015
VP
146072006-11-09 Vladimir Prus <vladimir@codesourcery.com>
14608
14609 * gdb.stabs/weird.exp (print_weird_var): Use
14610 gdb_test_multiple instead of gdb_expect.
14611
027fc1bc
VP
146122006-11-09 Vladimir Prus <vladimir@codesourcery.com>
14613
14614 * gdb.base/help.exp (help_test_raw): New.
14615 (test_class_help): New.
14616 (test_prefix_command_help): New.
14617 Adjust testcases.
14618
67609209
FR
146192006-11-09 Christophe Lyon <christophe.lyon@st.com>
14620
14621 * gdb.base/constvars.c (main): Write to crass and crips, so that
14622 they are allocated by the compiler.
14623
f73adfeb
AS
146242006-10-27 Andreas Schwab <schwab@suse.de>
14625
14626 * gdb.base/multi-forks.exp: Use "detach fork" instead of
14627 "detach-fork".
14628
2f83a18e
DJ
146292006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
14630
14631 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
14632 of patterns.
14633
94277a38
DJ
146342006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
14635
14636 * gdb.base/sepdebug.exp: Remove debug format test.
14637 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
14638 Handle no-symtab.
14639 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
14640
5bd2f6e2
DJ
146412006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
14642
14643 * gdb.threads/manythreads.c (thread_function, main): Don't cast
14644 int to pointer or pointer to int.
14645 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
14646
8c008720
DJ
146472006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
14648
14649 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
14650
9e35dae4
DJ
146512006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14652
14653 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
14654
d9639e13
DJ
146552006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
14656
14657 PR c++/2116
14658 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
14659
390a1bd0
JB
146602006-10-06 Joel Brobecker <brobecker@adacore.com>
14661
14662 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
14663 the corresponding bug has been fixed in GDB (PR/2018).
14664
dd920c33
JB
146652006-10-06 Joel Brobecker <brobecker@adacore.com>
14666
14667 * gdb.base/subst.exp: New testcase.
14668
53bbefe9
JB
146692006-10-06 Joel Brobecker <brobecker@adacore.com>
14670
14671 * gdb.ada/array_return/pck.ads: Add copyright notice.
14672 * gdb.ada/array_return/pck.adb: Likewise.
14673 * gdb.ada/array_return/p.adb: Likewise.
14674 * gdb.ada/exec_changed/first.adb: Likewise.
14675 * gdb.ada/exec_changed/second.adb: Likewise.
14676
09851417
JB
146772006-10-06 Joel Brobecker <brobecker@adacore.com>
14678
14679 * gdb.ada/watch_arg/watch.adb: New file.
14680 * gdb.ada/watch_arg.exp: New testcase.
14681
041bf30d
VP
146822006-10-02 Vladimir Prus <vladimir@codesourcery.com>
14683
14684 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 14685 via string_to_regexp.
041bf30d 14686 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 14687
f286fbdd 146882006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
14689
14690 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
14691 Remove unused / obsolete files.
14692
7c07f349
NR
146932006-09-19 Nick Roberts <nickrob@snap.net.nz>
14694
14695 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
14696
cd5ff84a
VP
146972006-09-17 Vladimir Prus <vladimir@codesourcery.com>
14698
14699 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
14700 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 14701 the number of frames.
cd5ff84a 14702
ae018d1a
DJ
147032006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
14704
14705 * gdb.base/args.c (main): Add breakpoint marker.
14706 * gdb.base/args.exp: Use args_test for tests. Add new tests which
14707 really test empty arguments.
14708 (args_load): Delete.
14709 (args_test): New.
14710
b399c549
NR
147112006-09-13 Nick Roberts <nickrob@snap.net.nz>
14712
14713 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 14714 check for one file.
b399c549 14715
2ab1eb7a
VP
147162006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
14717
14718 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
14719 HIGH_FRAME argument to -stack-list-locals can be larger than
14720 the number of frames.
a9c64011 14721
476308bf
FF
147222006-08-18 Fred Fish <fnf@specifix.com>
14723
14724 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
14725 '$' in front of skip_vmx_tests_saved when setting that.
14726
8625200f
AS
147272006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
14728
14729 * gdb.base/trace-commands.exp: New file.
14730
089ec8f1
DJ
147312006-08-10 Joel Brobecker <brobecker@adacore.com>
14732 Daniel Jacobowitz <dan@codesourcery.com>
14733
14734 * gdb.base/step-bt.exp: Make hexadecimal address optional in
14735 expected output of the backtrace commands.
14736
b60f0898
JB
147372006-08-09 Joel Brobecker <brobecker@adacore.com>
14738
14739 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
14740 untested followed by return combination.
14741 * gdb.arch/altivec-regs.exp: Likewise.
14742 * gdb.arch/e500-abi.exp: Likewise.
14743 * gdb.arch/e500-regs.exp: Likewise.
14744 * gdb.arch/gdb1291.exp: Likewise.
14745 * gdb.arch/gdb1431.exp: Likewise.
14746 * gdb.arch/gdb1558.exp: Likewise.
14747 * gdb.arch/i386-prologue.exp: Likewise.
14748 * gdb.arch/i386-unwind.exp: Likewise.
14749 * gdb.asm/asm-source.exp: Likewise.
14750 * gdb.base/a2-run.exp: Likewise.
14751 * gdb.base/advance.exp: Likewise.
14752 * gdb.base/all-bin.exp: Likewise.
14753 * gdb.base/annota1.exp: Likewise.
14754 * gdb.base/annota3.exp: Likewise.
14755 * gdb.base/args.exp: Likewise.
14756 * gdb.base/arithmet.exp: Likewise.
14757 * gdb.base/assign.exp: Likewise.
14758 * gdb.base/async.exp: Likewise.
14759 * gdb.base/attach.exp: Likewise.
14760 * gdb.base/bang.exp: Likewise.
14761 * gdb.base/bigcore.exp: Likewise.
14762 * gdb.base/bitfields.exp: Likewise.
14763 * gdb.base/bitfields2.exp: Likewise.
14764 * gdb.base/break.exp: Likewise.
14765 * gdb.base/call-sc.exp: Likewise.
14766 * gdb.base/call-strs.exp: Likewise.
14767 * gdb.base/callfuncs.exp: Likewise.
14768 * gdb.base/checkpoint.exp: Likewise.
14769 * gdb.base/chng-syms.exp: Likewise.
14770 * gdb.base/code-expr.exp: Likewise.
14771 * gdb.base/commands.exp: Likewise.
14772 * gdb.base/completion.exp: Likewise.
14773 * gdb.base/cond-expr.exp: Likewise.
14774 * gdb.base/condbreak.exp: Likewise.
14775 * gdb.base/consecutive.exp: Likewise.
14776 * gdb.base/constvars.exp: Likewise.
14777 * gdb.base/corefile.exp: Likewise.
14778 * gdb.base/cvexpr.exp: Likewise.
14779 * gdb.base/dbx.exp: Likewise.
14780 * gdb.base/define.exp: Likewise.
14781 * gdb.base/detach.exp: Likewise.
14782 * gdb.base/display.exp: Likewise.
14783 * gdb.base/dump.exp: Likewise.
14784 * gdb.base/ena-dis-br.exp: Likewise.
14785 * gdb.base/ending-run.exp: Likewise.
14786 * gdb.base/environ.exp: Likewise.
14787 * gdb.base/eval-skip.exp: Likewise.
14788 * gdb.base/exprs.exp: Likewise.
14789 * gdb.base/fileio.exp: Likewise.
14790 * gdb.base/finish.exp: Likewise.
14791 * gdb.base/float.exp: Likewise.
14792 * gdb.base/foll-exec.exp: Likewise.
14793 * gdb.base/foll-fork.exp: Likewise.
14794 * gdb.base/foll-vfork.exp: Likewise.
14795 * gdb.base/freebpcmd.exp: Likewise.
14796 * gdb.base/funcargs.exp: Likewise.
14797 * gdb.base/gcore.exp: Likewise.
14798 * gdb.base/gdb1090.exp: Likewise.
14799 * gdb.base/gdb1250.exp: Likewise.
14800 * gdb.base/huge.exp: Likewise.
14801 * gdb.base/info-proc.exp: Likewise.
14802 * gdb.base/interrupt.exp: Likewise.
14803 * gdb.base/jump.exp: Likewise.
14804 * gdb.base/langs.exp: Likewise.
14805 * gdb.base/lineinc.exp: Likewise.
14806 * gdb.base/list.exp: Likewise.
14807 * gdb.base/logical.exp: Likewise.
14808 * gdb.base/long_long.exp: Likewise.
14809 * gdb.base/macscp.exp: Likewise.
14810 * gdb.base/maint.exp: Likewise.
14811 * gdb.base/mips_pro.exp: Likewise.
14812 * gdb.base/miscexprs.exp: Likewise.
14813 * gdb.base/multi-forks.exp: Likewise.
14814 * gdb.base/opaque.exp: Likewise.
14815 * gdb.base/overlays.exp: Likewise.
14816 * gdb.base/pc-fp.exp: Likewise.
14817 * gdb.base/pointers.exp: Likewise.
14818 * gdb.base/printcmds.exp: Likewise.
14819 * gdb.base/psymtab.exp: Likewise.
14820 * gdb.base/ptype.exp: Likewise.
14821 * gdb.base/recurse.exp: Likewise.
14822 * gdb.base/relational.exp: Likewise.
14823 * gdb.base/relocate.exp: Likewise.
14824 * gdb.base/remote.exp: Likewise.
14825 * gdb.base/reread.exp: Likewise.
14826 * gdb.base/restore.exp: Likewise.
14827 * gdb.base/return.exp: Likewise.
14828 * gdb.base/return2.exp: Likewise.
14829 * gdb.base/scope.exp: Likewise.
14830 * gdb.base/sect-cmd.exp: Likewise.
14831 * gdb.base/sep.exp: Likewise.
14832 * gdb.base/sepdebug.exp: Likewise.
14833 * gdb.base/setshow.exp: Likewise.
14834 * gdb.base/setvar.exp: Likewise.
14835 * gdb.base/sigall.exp: Likewise.
14836 * gdb.base/sigbpt.exp: Likewise.
14837 * gdb.base/signals.exp: Likewise.
14838 * gdb.base/signull.exp: Likewise.
14839 * gdb.base/sizeof.exp: Likewise.
14840 * gdb.base/solib.exp: Likewise.
14841 * gdb.base/step-line.exp: Likewise.
14842 * gdb.base/step-test.exp: Likewise.
14843 * gdb.base/structs.exp: Likewise.
14844 * gdb.base/structs2.exp: Likewise.
14845 * gdb.base/term.exp: Likewise.
14846 * gdb.base/twice.exp: Likewise.
14847 * gdb.base/until.exp: Likewise.
14848 * gdb.base/varargs.exp: Likewise.
14849 * gdb.base/volatile.exp: Likewise.
14850 * gdb.base/watchpoint.exp: Likewise.
14851 * gdb.base/whatis-exp.exp: Likewise.
14852 * gdb.base/whatis.exp: Likewise.
14853 * gdb.cp/ambiguous.exp: Likewise.
14854 * gdb.cp/annota2.exp: Likewise.
14855 * gdb.cp/annota3.exp: Likewise.
14856 * gdb.cp/bool.exp: Likewise.
14857 * gdb.cp/breakpoint.exp: Likewise.
14858 * gdb.cp/casts.exp: Likewise.
14859 * gdb.cp/class2.exp: Likewise.
14860 * gdb.cp/classes.exp: Likewise.
14861 * gdb.cp/cplusfuncs.exp: Likewise.
14862 * gdb.cp/ctti.exp: Likewise.
14863 * gdb.cp/derivation.exp: Likewise.
14864 * gdb.cp/exception.exp: Likewise.
14865 * gdb.cp/gdb1355.exp: Likewise.
14866 * gdb.cp/hang.exp: Likewise.
14867 * gdb.cp/inherit.exp: Likewise.
14868 * gdb.cp/local.exp: Likewise.
14869 * gdb.cp/m-data.exp: Likewise.
14870 * gdb.cp/m-static.exp: Likewise.
14871 * gdb.cp/member-ptr.exp: Likewise.
14872 * gdb.cp/method.exp: Likewise.
14873 * gdb.cp/misc.exp: Likewise.
14874 * gdb.cp/namespace.exp: Likewise.
14875 * gdb.cp/overload.exp: Likewise.
14876 * gdb.cp/ovldbreak.exp: Likewise.
14877 * gdb.cp/pr-1023.exp: Likewise.
14878 * gdb.cp/pr-1210.exp: Likewise.
14879 * gdb.cp/pr-574.exp: Likewise.
14880 * gdb.cp/printmethod.exp: Likewise.
14881 * gdb.cp/psmang.exp: Likewise.
14882 * gdb.cp/ref-params.exp: Likewise.
14883 * gdb.cp/ref-types.exp: Likewise.
14884 * gdb.cp/rtti.exp: Likewise.
14885 * gdb.cp/templates.exp: Likewise.
14886 * gdb.cp/try_catch.exp: Likewise.
14887 * gdb.cp/userdef.exp: Likewise.
14888 * gdb.cp/virtfunc.exp: Likewise.
14889 * gdb.disasm/am33.exp: Likewise.
14890 * gdb.disasm/h8300s.exp: Likewise.
14891 * gdb.disasm/mn10300.exp: Likewise.
14892 * gdb.disasm/sh3.exp: Likewise.
14893 * gdb.disasm/t01_mov.exp: Likewise.
14894 * gdb.disasm/t02_mova.exp: Likewise.
14895 * gdb.disasm/t03_add.exp: Likewise.
14896 * gdb.disasm/t04_sub.exp: Likewise.
14897 * gdb.disasm/t05_cmp.exp: Likewise.
14898 * gdb.disasm/t06_ari2.exp: Likewise.
14899 * gdb.disasm/t07_ari3.exp: Likewise.
14900 * gdb.disasm/t08_or.exp: Likewise.
14901 * gdb.disasm/t09_xor.exp: Likewise.
14902 * gdb.disasm/t10_and.exp: Likewise.
14903 * gdb.disasm/t11_logs.exp: Likewise.
14904 * gdb.disasm/t12_bit.exp: Likewise.
14905 * gdb.disasm/t13_otr.exp: Likewise.
14906 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
14907 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
14908 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14909 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
14910 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
14911 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
14912 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
14913 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
14914 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
14915 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
14916 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
14917 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
14918 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
14919 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
14920 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
14921 * gdb.mi/gdb701.exp: Likewise.
14922 * gdb.mi/gdb792.exp: Likewise.
14923 * gdb.mi/mi-basics.exp: Likewise.
14924 * gdb.mi/mi-break.exp: Likewise.
14925 * gdb.mi/mi-cli.exp: Likewise.
14926 * gdb.mi/mi-console.exp: Likewise.
14927 * gdb.mi/mi-disassemble.exp: Likewise.
14928 * gdb.mi/mi-eval.exp: Likewise.
14929 * gdb.mi/mi-file.exp: Likewise.
14930 * gdb.mi/mi-read-memory.exp: Likewise.
14931 * gdb.mi/mi-regs.exp: Likewise.
14932 * gdb.mi/mi-return.exp: Likewise.
14933 * gdb.mi/mi-simplerun.exp: Likewise.
14934 * gdb.mi/mi-stack.exp: Likewise.
14935 * gdb.mi/mi-stepi.exp: Likewise.
14936 * gdb.mi/mi-syn-frame.exp: Likewise.
14937 * gdb.mi/mi-until.exp: Likewise.
14938 * gdb.mi/mi-var-block.exp: Likewise.
14939 * gdb.mi/mi-var-child.exp: Likewise.
14940 * gdb.mi/mi-var-cmd.exp: Likewise.
14941 * gdb.mi/mi-var-display.exp: Likewise.
14942 * gdb.mi/mi-watch.exp: Likewise.
14943 * gdb.mi/mi2-basics.exp: Likewise.
14944 * gdb.mi/mi2-break.exp: Likewise.
14945 * gdb.mi/mi2-cli.exp: Likewise.
14946 * gdb.mi/mi2-console.exp: Likewise.
14947 * gdb.mi/mi2-disassemble.exp: Likewise.
14948 * gdb.mi/mi2-eval.exp: Likewise.
14949 * gdb.mi/mi2-file.exp: Likewise.
14950 * gdb.mi/mi2-read-memory.exp: Likewise.
14951 * gdb.mi/mi2-regs.exp: Likewise.
14952 * gdb.mi/mi2-return.exp: Likewise.
14953 * gdb.mi/mi2-simplerun.exp: Likewise.
14954 * gdb.mi/mi2-stack.exp: Likewise.
14955 * gdb.mi/mi2-stepi.exp: Likewise.
14956 * gdb.mi/mi2-syn-frame.exp: Likewise.
14957 * gdb.mi/mi2-until.exp: Likewise.
14958 * gdb.mi/mi2-var-block.exp: Likewise.
14959 * gdb.mi/mi2-var-child.exp: Likewise.
14960 * gdb.mi/mi2-var-cmd.exp: Likewise.
14961 * gdb.mi/mi2-var-display.exp: Likewise.
14962 * gdb.mi/mi2-watch.exp: Likewise.
14963 * gdb.stabs/exclfwd.exp: Likewise.
14964 * gdb.stabs/weird.exp: Likewise.
14965 * gdb.threads/gcore-thread.exp: Likewise.
14966 * gdb.trace/actions.exp: Likewise.
14967 * gdb.trace/backtrace.exp: Likewise.
14968 * gdb.trace/circ.exp: Likewise.
14969 * gdb.trace/collection.exp: Likewise.
14970 * gdb.trace/deltrace.exp: Likewise.
14971 * gdb.trace/infotrace.exp: Likewise.
14972 * gdb.trace/limits.exp: Likewise.
14973 * gdb.trace/packetlen.exp: Likewise.
14974 * gdb.trace/passc-dyn.exp: Likewise.
14975 * gdb.trace/passcount.exp: Likewise.
14976 * gdb.trace/report.exp: Likewise.
14977 * gdb.trace/save-trace.exp: Likewise.
14978 * gdb.trace/tfind.exp: Likewise.
14979 * gdb.trace/tracecmd.exp: Likewise.
14980 * gdb.trace/while-dyn.exp: Likewise.
14981 * gdb.trace/while-stepping.exp: Likewise.
14982
f4b618d1
JB
149832006-08-08 Joel Brobecker <brobecker@adacore.com>
14984
14985 * gdb.base/step-bt.c: New file.
14986 * gdb.base/step-bt.exp: New testcase.
14987
3d00d119
DJ
149882006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
14989
14990 * config/monitor.exp (gdb_load): Remove support for obsolete
14991 download-write-size.
14992 * gdb.base/remote.exp: Likewise. Update all callers of
14993 gdb_timed_load.
14994
017b5bd4
DJ
149952006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
14996
14997 * cursal.exp: Pass binfile to gdb_load.
14998
837c599d
DJ
149992006-08-01 Nathan Sidwell <nathan@codesourcery.com>
15000
15001 * gdb.base/cursal.exp: Add "" to gdb_load call.
15002
8dd4540b
MK
150032006-07-29 Mark Kettenis <kettenis@gnu.org>
15004
15005 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
15006 NetBSD/ELF targets.
15007
ab5c9f60
DJ
150082006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
15009
15010 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
15011 operator*.
15012
4c42eaff
DJ
150132006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
15014
15015 * gdb.base/completion.exp: Update for change in "file" behavior.
15016 * gdb.stabs/weird.exp: Likewise.
15017 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
15018 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
15019
0155cc76
NS
150202006-07-24 Nathan Sidwell <nathan@codesourcery.com>
15021
15022 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
15023 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
15024
16026cd7
AS
150252006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
15026
15027 * gdb.base/default.exp: Update source command error message.
15028 * gdb.base/help.exp: Update 'help source' message.
15029
16963cb6
DJ
150302006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
15031
15032 * gdb.cp/bs15503.exp: Update comment for no longer crashing
15033 test.
15034
6d7fd486
AS
150352006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
15036
15037 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
15038
29e8a844
DJ
150392006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
15040
15041 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
15042
6afcfa39
DJ
150432006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
15044
15045 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
15046
267a692b
MK
150472006-07-17 Mark Kettenis <kettenis@gnu.org>
15048
15049 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
15050 *-*-openbsd* from targets for wich we expect ARM FPA floating
15051 point format.
15052
85d2fec4
NR
150532006-07-17 Nick Roberts <nickrob@snap.net.nz>
15054
15055 * gdb.cp/annota3.exp: Expect frame-begin annotation.
15056
150572006-07-17 Mark Kettenis <kettenis@gnu.org>
15058
15059 * gdb.base/annota3.exp: Expect frame-begin annotation.
15060
85b4c6e8
JB
150612006-07-14 Joel Brobecker <brobecker@adacore.com>
15062
15063 * gdb.base/help.exp: Adjust "help unset" test to accept
15064 any list of unset commands.
15065
fb933624
DJ
150662006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
15067 Daniel Jacobowitz <dan@codesourcery.com>
15068
15069 * gdb.cp/ref-params.exp: New test.
15070 * gdb.cp/ref-params.cc: New source file.
15071 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
15072
1dff4b64
MK
150732006-07-08 Mark Kettenis <kettenis@gnu.org>
15074
15075 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
15076 spaces/tabs in regular expressions since they might not be there.
15077
40d2e0e3
AS
150782006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
15079
15080 * gdb.base/ifelse.exp: New file.
15081
f6c957d2
NS
150822006-07-04 Nathan Sidwell <nathan@codesourcery.com>
15083
15084 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
15085 line.
15086 * gdb.base/huge.exp: Loop over compilation to find a size that
15087 is acceptable.
15088 * gdb.base/remote.exp: Correct expected strings.
15089 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
15090
b9c5a23d
DJ
150912006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15092
15093 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
15094
9af2e58d
DJ
150952006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15096
15097 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
15098 native.
15099
30930ca5
DJ
151002006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15101
15102 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
15103 enable stabs testing.
15104
aa32fa1d
DJ
151052006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15106
bd4a4c80 15107 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
15108 gdb_test_multiple does.
15109
321fef15
DJ
151102006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15111
15112 * Makefile.in (host_alias): Remove.
15113 (target_alias): Use @target_noncanonical@.
15114 (site.exp): Don't set host_alias.
15115 * aclocal.m4: Remove contents. Include acx.m4.
15116 * configure: Regenerated.
15117 * configure.ac: Use ACX_NONCANONICAL_TARGET.
15118
e1c2defa
NS
151192006-06-13 Nathan Sidwell <nathan@codesourcery.com>
15120
e63b55d1
NS
15121 * lib/gdb.exp (gdb_load_cmd): New.
15122
5600ea19
NS
15123 * gdb.base/fileio.c: Add system(NULL) test.
15124 * gdb.base/fileio.exp: Check it.
15125
e1c2defa
NS
15126 * gdb.base/break.c: Add 10a breakpoint at }
15127 * gdb.base/break.exp: Add test for breakpoint at }
15128 * gdb.cp/anon-union.cc: Add code at end of function.
15129 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
15130 * gdb.mi/var-cmd.c: Add code at end of function.
15131 * gdb.mi/mi-var-display.exp: Adjust end of next.
15132 * gdb.mi/mi2-var-display.exp: Likewise.
15133 * gdb.base/fileio.c: Add stop function and insert calls at
15134 stopping places.
15135 * gdb.base/fileio.exp: Breakpoint stop function and remove
15136 explicit line number references.
15137
6c0112ec
JB
151382006-05-19 Joel Brobecker <brobecker@adacore.com>
15139
a9c64011
AS
15140 * gdb.base/del.exp (test_delete_alias): New function.
15141 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 15142
154189a4
FF
151432006-05-18 Fred Fish <fnf@specifix.com>
15144
15145 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
15146 required. Check for spurious output after program exits normally.
15147
582e64c2
FF
151482006-05-17 Fred Fish <fnf@specifix.com>
15149
15150 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
15151 gdb_load, so it works in the simulator.
15152
8ef6493a
FF
151532006-05-11 Fred Fish <fnf@specifix.com>
15154
15155 * gdb.base/bang.exp: Ignore unexpected output between the
15156 "program exited normally" and the gdb prompt, as many other
15157 tests do.
15158
692b141c
MK
151592006-05-07 Mark Kettenis <kettenis@gnu.org>
15160
15161 * gdb.base/help.exp: Make "delete checkpoint" part option for
15162 "help d" and "help delete" tests.
15163
540b8a30
UW
151642006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15165
a9c64011 15166 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
15167 expected output in some mi_gdb_test statements.
15168 * gdb.mi/mi2-basics.exp: Likewise.
15169
9b6462d9
JB
151702006-05-05 Joel Brobecker <brobecker@adacore.com>
15171
15172 * gdb.base/del.c: New file.
15173 * gdb.base/del.exp: New testcase.
15174
954de43b
DM
151752006-05-05 David S. Miller <davem@sunset.davemloft.net>
15176
15177 * gdb.base/break.exp: Do not assume a breakpoint on
15178 main will actually be in $srcfile when optimizing.
1303f75e
DM
15179 * gdb.base/savedregs.exp: Do not require that the dummy
15180 frame location match up to a symbol and source file location.
c3242428
DM
15181 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
15182 will get printed without a mi_cmd_data_list_register_values prefix.
15183 (*-data-list-register-*): Correct regular expressions to expect the new
15184 pseudo d? floating point registers.
15185 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 15186
c7e64c9a
DJ
151872006-05-05 Christophe Lyon <christophe.lyon@st.com>
15188
15189 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
15190 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
15191 is allocated by the compiler.
15192 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
15193 anons, e, anone to force their allocation by the compiler.
15194
151952006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
15196
15197 * gdb.base/help.exp: Update expected text for help d and
15198 help delete.
15199
27ce9a6d
MK
152002006-05-02 Mark Kettenis <kettenis@gnu.org>
15201
15202 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
15203 NetBSD/ELF targets.
15204
8608915f
MK
152052006-04-30 Mark Kettenis <kettenis@gnu.org>
15206
15207 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
15208 single-step breakpoint fails; make this a KFAIL on
15209 sparc*-*-openbsd*.
15210 * gdb.base/siginfo.exp: Likewise.
15211 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15212
b8db102d
MS
152132006-04-26 Michael Snyder <msnyder@redhat.com>
15214
15215 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
15216 which may have to consume output from other forks.
15217 Add tests to make sure that "delete fork" succeeded.
15218
c702009a
MS
152192006-04-20 Michael Snyder <msnyder@redhat.com>
15220
15221 * 2006-03-22 Jim Blandy <jimb@redhat.com>
15222 Add support for the Renesas M32C and M16C.
15223
15224 * gdb.asm/asm-source.exp: Add m32c target.
15225 * gdb.asm/m32c.inc: Support for m32c target.
15226
e28493f2
AS
152272006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
15228
15229 * gdb.base/commands.exp (recursive_source_test): New test.
15230
880da185
DM
152312006-04-04 David S. Miller <davem@sunset.davemloft.net>
15232
15233 * gdb.base/float.exp: Add pattern for sparc targets.
15234
61d9b92f
DJ
152352006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15236
15237 * gdb.base/commands.exp (stray_arg0_test): New test.
15238
bd717df8
PB
152392006-03-30 Paul Brook <paul@codesourcery.com>
15240
15241 * gdb.mi/mi-until.exp: kfail broken until command.
15242 * gdb.mi/mi2-until.exp: Ditto.
15243
ec793d3c
NR
152442006-03-27 Nick Roberts <nickrob@snap.net.nz>
15245
15246 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
15247
831004b7
AO
152482006-03-08 Alexandre Oliva <aoliva@redhat.com>
15249
15250 * gdb.base/prelink.exp: Anchor tested-for regular expression
15251 on gdb prompt.
15252
effe49a0
PB
152532006-03-07 Paul Brook <paul@codesourcery.com>
15254
15255 * gdb.base/assign.exp: Correct fail message.
15256
e5461016
PB
152572006-03-07 Paul Brook <paul@codesourcery.com>
15258
15259 * lib/compiler.c: Extract armcc version number.
15260 * lib/compiler.cc: Ditto.
15261
fc91c6c2
PB
152622006-03-07 Paul Brook <paul@codesourcery.com>
15263
15264 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
15265 additional_flags=-w.
15266 * gdb.arch/altivec-regs.exp: Ditto.
15267 * gdb.arch/e500-abi.exp: Ditto.
15268 * gdb.arch/e500-regs.exp: Ditto.
15269 * gdb.base/all-bin.exp: Ditto.
15270 * gdb.base/annota1.exp: Ditto.
15271 * gdb.base/annota3.exp: Ditto.
15272 * gdb.base/args.exp: Ditto.
15273 * gdb.base/arithmet.exp: Ditto.
15274 * gdb.base/assign.exp: Ditto.
15275 * gdb.base/async.exp: Ditto.
15276 * gdb.base/bang.exp: Ditto.
15277 * gdb.base/break.exp: Ditto.
15278 * gdb.base/call-rt-st.exp: Ditto.
15279 * gdb.base/completion.exp: Ditto.
15280 * gdb.base/cond-expr.exp: Ditto.
15281 * gdb.base/condbreak.exp: Ditto.
15282 * gdb.base/consecutive.exp: Ditto.
15283 * gdb.base/define.exp: Ditto.
15284 * gdb.base/display.exp: Ditto.
15285 * gdb.base/ena-dis-br.exp: Ditto.
15286 * gdb.base/environ.exp: Ditto.
15287 * gdb.base/eval-skip.exp: Ditto.
15288 * gdb.base/info-proc.exp: Ditto.
15289 * gdb.base/jump.exp: Ditto.
15290 * gdb.base/logical.exp: Ditto.
15291 * gdb.base/long_long.exp: Ditto.
15292 * gdb.base/maint.exp: Ditto.
15293 * gdb.base/miscexprs.exp: Ditto.
15294 * gdb.base/pc-fp.exp: Ditto.
15295 * gdb.base/pointers.exp: Ditto.
15296 * gdb.base/relational.exp: Ditto.
15297 * gdb.base/reread.exp: Ditto.
15298 * gdb.base/sect-cmd.exp: Ditto.
15299 * gdb.base/sep.exp: Ditto.
15300 * gdb.base/sepdebug.exp: Ditto.
15301 * gdb.base/until.exp: Ditto.
15302 * gdb.base/whatis-exp.exp: Ditto.
15303 * gdb.cp/annota2.exp: Ditto.
15304 * gdb.cp/annota3.exp: Ditto.
15305 * gdb.trace/actions.exp: Ditto.
15306 * gdb.trace/backtrace.exp: Ditto.
15307 * gdb.trace/circ.exp: Ditto.
15308 * gdb.trace/collection.exp: Ditto.
15309 * gdb.trace/deltrace.exp: Ditto.
15310 * gdb.trace/infotrace.exp: Ditto.
15311 * gdb.trace/limits.exp: Ditto.
15312 * gdb.trace/packetlen.exp: Ditto.
15313 * gdb.trace/passc-dyn.exp: Ditto.
15314 * gdb.trace/passcount.exp: Ditto.
15315 * gdb.trace/report.exp: Ditto.
15316 * gdb.trace/save-trace.exp: Ditto.
15317 * gdb.trace/tfind.exp: Ditto.
15318 * gdb.trace/tracecmd.exp: Ditto.
15319 * gdb.trace/while-dyn.exp: Ditto.
15320 * gdb.trace/while-stepping.exp: Ditto.
15321 * lib/gdb.exp: Ditto.
15322 (gdb_compile): Handle nowarning option.
15323
5f4a23d9
AO
153242006-03-07 Alexandre Oliva <aoliva@redhat.com>
15325
15326 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
15327 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
15328 Rename executable to prelinkt. Don't re-prelink if we didn't
15329 get a core file. Test prelink -u exit status to tell whether
15330 prelinking failed. Use gdb_test_multiple.
15331
9733fc94
DJ
153322006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
15333
15334 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
15335 (do_tests): Call it.
15336
cc10cae3
AO
153372006-02-28 Alexandre Oliva <aoliva@redhat.com>
15338
15339 * gdb.base/prelink.exp: New test.
15340 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
15341
15c46491
WZ
153422006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
15343
15344 * gdb.fortran/derived-type.f90: New file.
15345 * gdb.fortran/derived-type.exp: New testcase.
15346
5c9f7ded
DJ
153472006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
15348
15349 * gdb.base/default.exp: Allow ';' as a directory separator.
15350
5b96932b
AS
153512006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
15352
15353 * gdb.base/help.exp (help add-symbol-file): Update.
15354
1986bccd
AS
153552006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
15356
15357 * gdb.base/help.exp (help load): Update expected results.
15358
a8b7528f
FF
153592006-02-19 Fred Fish <fnf@specifix.com>
15360
15361 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
15362 specifix hex value as part of results.
15363 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 15364
f8261448
FF
153652006-02-16 Fred Fish <fnf@specifix.com>
15366
15367 * gdb.base/whatis.c: Define variables using typedefs char_addr,
15368 ushort_addr, and slong_addr, so the typedefs are not optimized
15369 away.
15370 * gdb.base/whatis.exp: Add tests using type name for struct type,
15371 union type, enum type, and typedef.
a9c64011 15372
31d8bdd2
MK
153732006-02-13 Mark Kettenis <kettenis@gnu.org>
15374
15375 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
15376
34e41e63
JB
153772006-02-13 Jim Blandy <jimb@redhat.com>
15378
15379 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
15380 case where it takes two "next" commands to skip past the init
15381 call.
15382
ac6e4f31
FF
153832006-02-12 Fred Fish <fnf@specifix.com>
15384
15385 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
15386 to handle cases where it takes two "next" commands to skip
15387 past the init call.
15388
2db2d571
JB
153892006-02-07 Joel Brobecker <brobecker@adacore.com>
15390
15391 * gdb.ada/array_return.exp: Mark the last test as expected to fail
15392 on hppa32 targets.
15393
38fcd64c
DJ
153942006-02-06 Vladimir Prus <ghost@cs.msu.su>
15395
15396 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
15397 field.
15398
1315ad46
MK
153992006-01-29 Mark Kettenis <kettenis@gnu.org>
15400
15401 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
15402
5625b943
DJ
154032006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
15404
15405 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
15406 files.
15407
80df1bbe
DJ
154082006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15409
15410 * gdb.cp/maint.exp: Set complaints to a positive value.
15411
9078e690
DJ
154122006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
15413
15414 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
15415 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
15416 function name.
15417
9c903399
DJ
154182006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
15419
15420 * gdb.base/checkpoint.c: Update copyright notice. Include
15421 <stdlib.h>.
15422
761ae4d6
JB
154232006-01-04 Jim Blandy <jimb@redhat.com>
15424
15425 * gdb.asm/asm-source.exp: Independently provide default values for
15426 asm-flags and debug-flags. Use 'string equal' to do the
15427 comparison, not the implicit expr's '==' operator. Remove
15428 now-unneeded assignments to asm-flags. In h8300 case, place
15429 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
15430
099ac3dd
MS
154312006-01-04 Michael Snyder <msnyder@redhat.com>
15432
15433 * gdb.base/checkpoint.c: New file.
15434 * gdb.base/checkpoint.exp: New file.
15435 * gdb.base/multi-fork.c: New file.
15436 * gdb.base/multi-fork.exp: New file.
15437 * gdb.base/pi.txt: New file (data for checkpoint.c test).
15438
f4d85314
FF
154392006-01-04 Fred Fish <fnf@specifix.com>
15440
15441 * gdb.base/ptype.c (foo): Add typedef.
15442 (intfoo): Add function.
15443 * gdb.base/ptype1.c: New file.
15444 * gdb.base/ptype.exp: Handle compilation and linking with two
15445 source files. Test that proper type for "foo" is found based
15446 on source context rather than first match found in symtabs.
15447
a1b06f35
MK
154482005-12-28 Mark Kettenis <kettenis@gnu.org>
15449
15450 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
15451 * gdb.asm/openbsd.inc: Indent commands.
15452
d082a1e2
MK
154532005-12-26 Mark Kettenis <kettenis@gnu.org>
15454
c65016bd
MK
15455 * gdb.base/freebpcmd.exp: Increase timeout.
15456
d082a1e2
MK
15457 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
15458
d3c32a0e
DJ
154592005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
15460
15461 * gdb.base/default.exp: Update check for "show version".
15462
9fdb1f50
RC
154632005-12-09 Randolph Chung <tausq@debian.org>
15464
15465 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
15466 * gdb.asm/pa64.inc: New file.
15467
5f2c56f7
RC
154682005-12-09 Randolph Chung <tausq@debian.org>
15469
15470 * gdb.asm/common.inc: Indent commands.
15471 * gdb.asm/asmsrc1.s: Likewise.
15472 * gdb.asm/asmsrc2.s: Likewise.
15473
8117349c
RC
154742005-12-09 Randolph Chung <tausq@debian.org>
15475
15476 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
15477 (get_addr_of_sym): Remove duplicate print.
15478 (gen_core): xfail hppa*-*-hpux*, update expected output.
15479 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
15480 * gdb.arch/pa64-nullify.s: New file.
15481
8f07f25a
RC
154822005-12-09 Randolph Chung <tausq@debian.org>
15483
15484 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
15485
55b39184
DJ
154862005-12-07 Christophe Lyon <christophe.lyon@st.com>
15487
15488 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
15489 code generation for these functions.
15490 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
15491 error message.
15492
31e2b00f
AS
154932005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
15494
15495 * gdb.base/help.exp (help b, help br, help bre, help brea)
15496 (help break): Update the expected message.
15497
c3d0b56e
SC
154982005-11-11 Stephane Carrez <stcarrez@nerim.fr>
15499
15500 * gdb.asm/m68hc11.inc: Setup the data section.
15501 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
15502 script for this test.
15503 (m6812-*-*): Likewise.
15504
36ae0ea9
RC
155052005-11-09 Randolph Chung <tausq@debian.org>
15506
15507 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
15508
9d6f42e9
WZ
155092005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
15510
15511 * gdb.base/break.exp: Fix a comment typo.
15512
e2126a14
EZ
155132005-11-03 Jim Blandy <jimb@redhat.com>
15514
a9c64011
AS
15515 Checked in by Elena Zannoni <ezannoni@redhat.com>
15516
889bf7c5 15517 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 15518
e0ac7199
CV
155192005-11-02 Corinna Vinschen <vinschen@redhat.com>
15520
15521 * gdb.arch/gdb1558.c: Include stdio.h.
15522
31d3fb18
MK
155232005-10-31 Mark Kettenis <kettenis@gnu.org>
15524
15525 * gdb.asm/asm-source.exp: Use -e instead of --entry.
15526
e52b687c
MK
155272005-10-31 Mark Kettenis <kettenis@gnu.org>
15528
15529 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
15530
f4711d79
PG
155312005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
15532
a9c64011
AS
15533 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
15534 vscr" tests to better match output.
f4711d79 15535
987a9106
JB
155362005-10-12 Jim Blandy <jimb@redhat.com>
15537
15538 * gdb.base/structs.exp (any): New function.
15539 (test_struct_returns): Don't make any assumptions at all about
15540 what value the function returns when GDB can't set the return
15541 value.
15542
2336bb58
JB
155432005-10-09 Joel Brobecker <brobecker@adacore.com>
15544
15545 * gdb.ada/arrayidx/p.adb: New file.
15546 * gdb.ada/arrayidx.exp: New testcase
15547
155482005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
15549
15550 * gdb.ada/array_return/pck.ads: New file.
15551 * gdb.ada/array_return/pck.adb: New file.
15552 * gdb.ada/array_return/p.adb: New file.
15553 * gdb.ada/array_return.exp: New testcase.
15554
705335ea
JB
155552005-10-03 Joel Brobecker <brobecker@adacore.com>
15556
a9c64011
AS
15557 * gdb.base/arrayidx.c: New file.
15558 * gdb.base/arrayidx.exp: New testcase.
705335ea 15559
11ee9940
NR
155602005-09-29 Nick Roberts <nickrob@snap.net.nz>
15561
15562 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
15563 frames-invalid and breakpoints-invalid are no longer generated
15564 with level 3 so don't expect them in the output.
15565
39fb8e9e
BR
155662005-09-27 Bob Rossi <bob@brasko.net>
15567
a9c64011 15568 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
15569 from test. Escape the | in mi_gdb_test call.
15570 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
15571 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
15572 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
15573 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
15574 expected regex's in mi_gdb_test calls.
15575 * lib/mi-support.exp: Remove arbitrary .* from tests.
15576 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
15577 Fully anchor GDB/MI expected results in mi_gdb_test.
15578 * lib/gdb.exp (string_to_regexp): Escape the ] character.
15579 * gdb.base/sizeof.exp: Remove escape character. Correct test.
15580
2af48f68
PB
155812005-09-26 Paul Brook <paul@codesourcery.com>
15582
15583 * long_long.exp: Exclude eabi targets from arm FPA float format test.
15584
f34502bc
WZ
155852005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
15586
15587 * bfp-test.c: New file.
15588 * bfp-test.exp: New testcase.
15589
ca929517
WZ
155902005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
15591
15592 * gdb.fortran/subarray.exp: New testcase to test the evaluation
15593 of subarray and substring variable.
15594 * gdb.fortran/subarray.f: New source file for the test of subarray
15595 and substring variable evaluation.
15596 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
15597 of string constant.
15598
c761af65
DJ
155992005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
15600
15601 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
15602 copyright dates.
15603
561d7a1d
PG
156042005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
15605
15606 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
15607 powerpc altivec' test with an almost identical 'info vector' test.
15608
b2b64cc9
PG
156092005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
15610
a9c64011
AS
15611 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
15612 vscr" tests to match output.
b2b64cc9 15613
6ac4d15a
PG
156142005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
15615
a9c64011
AS
15616 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
15617 output.
6ac4d15a 15618
40e55bef
BR
156192005-09-11 Bob Rossi <bob@brasko.net>
15620
889bf7c5
PA
15621 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
15622 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
15623 commands that return an MI output command and an asyncronous MI output
15624 command.
40e55bef
BR
15625 * gdb.mi/mi-console.exp: Ditto.
15626
3c7385ec
BR
156272005-09-11 Bob Rossi <bob@brasko.net>
15628
15629 * gdb.mi/mi-var-child.c: Include <string.h>.
15630
a6cd0eb3
DJ
156312005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
15632
15633 * killed.exp: Correct gdb_expect syntax.
15634
2f168eed
CV
156352005-08-09 Corinna Vinschen <vinschen@redhat.com>
15636
15637 * lib/mi-support.exp (mi_gdb_load): Fix typo.
15638
ecd3fd0f
BR
156392005-08-02 Bob Rossi <bob@brasko.net>
15640
15641 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
15642 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
15643 Change tests to inferior-tty-set/show.
15644 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
15645 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
15646 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
15647 inferior. Use mi_gdb_test to get GDB and Inferior output.
15648 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
15649 descriptor.
15650 (mi_inferior_tty_name): Add inferior PTY file name.
15651 (mi_gdb_start): Add INFERIOR_PTY parameter.
15652 (mi_gdb_test): Add IPATTERN parameter.
15653
f1ea48cb 156542005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 15655
f1ea48cb
BR
15656 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
15657 parameter to mi_gdb_test.
15658 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
15659
6e650a67
DJ
156602005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
15661
15662 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
15663 struct_declarations.
15664 * gdb.mi/mi-var-child.exp: Step over the initialization of
15665 struct_declarations.
15666
8be260b6
DJ
156672005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
15668
15669 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
15670 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
15671 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
15672 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
15673 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
15674 file.
15675
4e660f07
NR
156762005-07-27 Nick Roberts <nickrob@snap.net.nz>
15677
15678 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
15679 (do_children_tests): Assign values to the extra elements.
15680
15681 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
15682 them for tests for "-var-update --no-values" and
a9c64011 15683 "-var-update --all-values".
4e660f07
NR
15684 Add test for "-var-list-children --simple-values".
15685
15686 * gdb.mi/basics.c (callee4): Add integer array D[3]...
15687
15688 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
15689 "-stack-list-locals --simple-values" Improve doc strings and
15690 comments.
15691
6bdae935
MK
156922005-07-18 Mark Kettenis <kettenis@gnu.org>
15693
598b7a6f
MK
15694 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
15695 *-*-openbsd*.
15696 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
15697
6bdae935
MK
15698 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
15699 sigaltsatck'.
15700
1323e929 157012005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 15702
1323e929
BR
15703 * gdb.base/default.exp (tty): Changed output of command.
15704 * gdb.base/help.exp (help tty): Ditto.
15705
b1a9c082
MK
157062005-07-12 Mark Kettenis <kettenis@gnu.org>
15707
15708 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
15709
10a844a2
MK
157102005-07-10 Mark Kettenis <kettenis@gnu.org>
15711
15712 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
15713 -stack-select-frame without arguments.
15714 (test_stack_frame_listing): Add test for newly implemented command
15715 -stack-info-frame.
15716
3cb3b8df
BR
157172005-07-06 Bob Rossi <bob@brasko.net>
15718
15719 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
15720 command.
15721 (Copyright): Update copyright.
15722
a0c5fbcf
WZ
157232005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
15724
15725 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
15726 tests to evaluate exponentiation expression.
15727
984971d0
AS
157282005-06-29 Andreas Schwab <schwab@suse.de>
15729
15730 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
15731 main to avoid warnings.
15732
15733 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
15734
fe03833f
NR
157352005-06-20 Nick Roberts <nickrob@snap.net.nz>
15736
15737 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
15738 -stack-select-frame without arguments.
15739 (test_stack_frame_listing): Add test for newly implemented command
15740 -stack-info-frame.
a9c64011 15741
7a55f279
WZ
157422005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
15743
0ffa0ea5
DJ
15744 * gdb.fortran/array-element.f: New file.
15745 * gdb.fortran/array-element.exp: New testcase.
7a55f279 15746
26585198
DJ
157472005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
15748
15749 * gdb.base/bigcore.exp: Correct checks for systems which can
15750 not dump a large core file.
15751
c1bd25fd
DJ
157522005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
15753
15754 * gdb.base/relocate.c: Add a copyright notice.
15755 (dummy): Remove.
15756 * gdb.base/relocate.exp: Test printing the values of variables
15757 from a relocatable file.
15758
589e074d
DJ
157592005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
15760
15761 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
15762 excess MI output after an error.
15763
0915f927
JB
157642005-05-29 Joel Brobecker <brobecker@adacore.com>
15765
15766 * gdb.arch/alpha-step.c: New file.
15767 * gdb.arch/alpha-step.exp: New testcase.
15768
76ff342d
DJ
157692005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
15770 Dennis Brueni <dennis@slickedit.com>
15771
15772 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
15773 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
15774 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
15775 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
15776 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15777 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
15778 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
15779
96b0c7ac
DJ
157802005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
15781 Wu Zhou <woodzltc@cn.ibm.com>
15782
15783 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
15784 IBM's xlc compiler.
15785 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
15786 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
15787
f21565d2
JB
157882005-05-13 Jim Blandy <jimb@redhat.com>
15789
15790 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
15791 calling gdb_suppress_entire_file.
15792 * gdb.base/charset.exp: Same.
15793 * gdb.base/call-rt-st.exp: Same.
15794
6006a3a1
BR
157952005-05-05 Bob Rossi <bob_rossi@cox.net>
15796
15797 * lib/gdb.exp (fullname_syntax): Added global regex.
15798 (fullname_syntax_POSIX): Ditto.
15799 (fullname_syntax_UNC): Ditto.
15800 (fullname_syntax_DOS_CASE): Ditto.
15801 (fullname_syntax_DOS): Ditto.
15802 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
15803 fullname_syntax variable to scope and use it.
15804 (test_file_list_exec_source_files): Ditto.
15805 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
15806
c3b69c04
DJ
158072005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
15808
15809 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
15810
3c95e6af
PG
158112004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
15812
a9c64011
AS
15813 * lib/gdb.exp (skip_altivec_tests): New function, based on
15814 check_vmx_hw_available from the GCC testsuite.
15815 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
15816 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 15817
78df6c56
JB
158182005-05-02 Jim Blandy <jimb@redhat.com>
15819
15820 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
15821 calling gdb_suppress_entire_file.
15822
1690f9cf
DJ
158232005-04-30 Randolph Chung <tausq@debian.org>
15824
15825 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
15826 Slightly relax "sem_post" name checking.
15827
5ea106f7
PG
158282005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
15829
15830 * gdb.base/unload.exp: Use new shared library infrastructure.
15831
bf7234cf
PG
158322005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
15833
15834 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 15835 infrastructure.
bf7234cf 15836
547b869a
CV
158372005-04-29 Corinna Vinschen <vinschen@redhat.com>
15838
15839 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
15840 * gdb.asm/h8300.inc: New file.
15841
f07e55f0
PG
158422005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
15843
15844 * gdb.base/shlib-call.exp: Change to use new shared library
15845 infrastructure.
15846
3cbba3d1
PG
158472005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
15848
a9c64011
AS
15849 * gdb.base/pending.exp: Change to use new shared library
15850 infrastructure.
3cbba3d1 15851
ed6df200
PG
158522005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
15853
a9c64011
AS
15854 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
15855 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 15856
8c8f4ebe
PG
158572005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
15858
a9c64011
AS
15859 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
15860 shared objects being adjusted and update copyright years.
8c8f4ebe 15861
607fbc54
DJ
158622005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
15863
15864 * ChangeLog: Correct some 2003-01-13 dates.
15865 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
15866 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
15867 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
15868 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
15869 gdb.trace/tfind.exp: Update copyright years.
15870
57bf0e56
DJ
158712005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
15872 Daniel Jacobowitz <dan@codesourcery.com>
15873
15874 * lib/gdb.exp (gdb_compile): Handle shlib=.
15875 (gdb_compile_shlib): New function.
15876
9b593790
PG
158772005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
15878
a9c64011 15879 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 15880
9494c6a5
DJ
158812005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
15882
15883 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
15884 gdb.server.
15885 * configure.ac: Likewise.
15886 * configure: Regenerated.
15887 * gdb.gdbserver/Makefile.in: Moved to...
15888 * gdb.server/Makefile.in: ... here.
15889 * gdb.gdbserver/server.c: Moved to...
15890 * gdb.server/server.c: ... here.
15891 * gdb.gdbserver/server-run.exp: Moved to...
15892 * gdb.server/server-run.exp: ... here.
15893
6f8eac0e
DJ
158942005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
15895
15896 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
15897 * configure.ac: Create gdb.gdbserver/Makefile.
15898 * configure: Regenerated.
15899 * lib/gdbserver-support.exp: New file, derived from
15900 config/gdbserver.exp.
15901 * config/gdbserver.exp: Use gdbserver-support.exp.
15902 * gdb.gdbserver/Makefile.in: New file.
15903 * gdb.gdbserver/server.c: New file.
15904 * gdb.gdbserver/server-run.exp: New file.
15905
6e87504d
PG
159062005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
15907
a9c64011
AS
15908 * lib/gdb.exp (test_compiler_info): Return compiler_info
15909 if no arguments are given.
6e87504d 15910
d1779be4
PG
159112005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
15912
15913 * gdb.arch/altivec-abi.exp: Check for compiler and set
15914 use altivec' flag accordingly.
15915 * gdb.arch/altivec-regs.exp: Likewise.
15916
88750304
DJ
159172005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
15918
15919 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
15920
f3fb768d
AS
159212005-03-27 Andreas Schwab <schwab@suse.de>
15922
15923 * gdb.base/bigcore.c (main): Add missing mode argument in open
15924 call.
15925
7e813ac5
DJ
159262005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
15927
15928 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
15929 downloads.
15930 * config/gdbserver.exp (gdb_load): Likewise.
15931
8e3049aa
PB
159322005-03-14 Paul Brook <paul@codesourcery.com>
15933
15934 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
15935 targets.
15936
a9df7c44
JB
159372005-03-09 Joel Brobecker <brobecker@adacore.com>
15938
15939 * gdb.dwarf2/dup-psym.S: New file.
15940 * gdb.dwarf2/dup-psym.exp: New testcase.
15941
9f0d94e8
JB
159422005-03-09 Joel Brobecker <brobecker@adacore.com>
15943
15944 * gdb.ada/exec_changed/first.adb: New file.
15945 * gdb.ada/exec_changed/second.adb: New file.
15946 * gdb.ada/exec_changed.exp: New testcase.
15947
5f579bc5
NS
159482005-03-08 Nathan Sidwell <nathan@codesourcery.com>
15949
36e9969c
NS
15950 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
15951 (A2): New class.
15952 (main): Test operator+.
15953 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
15954 breakpoint test.
15955
5f579bc5
NS
15956 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
15957 * gdb.base/signull.exp: Disable if gdb,nosignals.
15958 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
15959 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
15960 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
15961 * gdb.mi/mi2-console.exp: Likewise.
15962 * gdb.trace/collection.exp (run_trace_experiment): Consume the
15963 continue output at start.
15964 (gdb_collect_locals_test): Robustify regexp.
15965 * gdb.trace/passc-dyn.exp: Fix comment typo.
15966 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
15967
be46087e
CV
159682005-03-08 Corinna Vinschen <vinschen@redhat.com>
15969
15970 * gdb.asm/asm-source.exp: Add iq2000 case.
15971 * gdb.asm/iq2000.inc: New file.
15972
384e1a61 159732005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 15974
384e1a61
MI
15975 * gdb.base/command.exp: Change hardcoded value to regular expression.
15976 * gdb.base/float.exp: Add powerpc to the list of targets checked.
15977
584b6e9e
DJ
159782005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
15979
15980 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
15981 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
15982 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
15983 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
15984 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
15985
ab5b5d61
MK
159862005-03-05 Mark Kettenis <kettenis@gnu.org>
15987
15988 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
15989 changes.
15990
ae051c1b
PG
159912004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
15992
a9c64011
AS
15993 * lib/compiler.c: Add test for IBM's xlc compiler.
15994 * lib/compiler.cc: Likewise.
ae051c1b 15995
3f0f6ed2
JB
159962004-02-24 Joel Brobecker <brobecker@adacore.com>
15997
15998 * gdb.ada/fixed_points.exp: Create compilation object directory
15999 before running the test.
16000 * gdb.ada/null_record.exp: Likewise.
16001 * gdb.ada/packed_array.exp: Likewise.
16002 * gdb.ada/start.exp: Likewise.
16003
724f452b
JB
160042005-02-15 Joel Brobecker <brobecker@adacore.com>
16005
16006 * gdb.ada/packed_array/pa.adb: New file.
16007 * gdb.ada/packed_array.exp: New testcase.
16008
57f5cdfb 160092005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 16010
1f393151
MK
16011 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
16012 files.
16013
ebdda337
MK
16014 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
16015 on *-*-openbsd*. Correctly match whitespace in regukar
16016 expressions.
16017
cf309262
DJ
160182005-02-10 Daniel Jacobowitz <dan@debian.org>
16019
16020 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
16021 PR exp/1821
16022 * gdb.base/gdb1821.c: New test file.
16023 * gdb.base/gdb1821.exp: New test file.
16024
3be49e7a
JB
160252005-02-09 Joel Brobecker <brobecker@adacore.com>
16026
16027 * gdb.base/start.c: New file.
16028 * gdb.base/start.exp: New testcase.
16029
e292e67d
JB
160302005-02-09 Joel Brobecker <brobecker@adacore.com>
16031
16032 * gdb.ada/start/dummy.adb: New file.
16033 * gdb.ada/start.exp: New testcase.
16034
dbdfa66c
CV
160352005-02-09 Corinna Vinschen <vinschen@redhat.com>
16036
16037 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
16038 for printing symbols and statistics.
16039 Add test for using relative pathnames in "maint print msymbols" test.
16040 Mark "maint info sections DATA" XFAIL on Cygwin.
16041 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
16042 tests.
16043
d7941671
AC
160442005-02-09 Andreas Schwab <schwab@suse.de>
16045
16046 Committed by Andrew Cagney <cagney@gnu.org>
16047 * gdb.base/remotetimeout.exp: New file.
16048
74e5ef44
MK
160492005-02-07 Mark Kettenis <kettenis@gnu.org>
16050
16051 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
16052
464dd14d
JB
160532005-02-03 Joel Brobecker <brobecker@adacore.com>
16054
16055 * gdb.ada/gnat_ada.gpr: New file.
16056 * gdb.ada/gnat_ada.gin: Delete, no longer used.
16057 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
16058 * configure.ac: No longer generate gnat_ada.gpr.
16059 * configure: Regenerate.
16060 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
16061 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
16062 * gdb.ada/null_record/bar.ads: Likewise.
16063 * gdb.ada/null_record/bar.adb: Likewise.
16064 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
16065 * gdb.ada/null_record.exp (testdir): New variable.
16066 (testfile): executable is now in testdir subdirectory.
16067 (srcfile): Use full path to the main compilation unit.
16068 * gdb.ada/fixed_points.exp: Same changes as above.
16069
30d756ae
NR
160702005-02-03 Nick Roberts <nickrob@snap.net.nz>
16071
16072 * gdb.base/interp.exp: New test.
16073
9d799f85
AC
160742005-01-24 Andrew Cagney <cagney@gnu.org>
16075
16076 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
16077
15656118
AC
160782005-01-19 Andrew Cagney <cagney@gnu.org>
16079
a892c31b
AC
16080 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
16081 configure.ac not configure.in.
16082
15656118
AC
16083 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
16084 of powerpc*-*-*.
16085 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 16086 * gdb.base/list.exp (test_list_function)
15656118
AC
16087 (test_list_filename_and_function): Ditto.
16088 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
16089
a7b01baf
AC
160902005-01-16 Andrew Cagney <cagney@gnu.org>
16091
17d92a02
AC
16092 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
16093
a7b01baf
AC
16094 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
16095
bc8332bb
AC
160962005-01-14 Andrew Cagney <cagney@gnu.org>
16097
16098 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
16099 * gdb.mi/mi2-var-cmd.exp: Ditto.
16100
4d074752
CV
161012005-01-10 Corinna Vinschen <vinschen@redhat.com>
16102
16103 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
16104
bec39cab
AC
161052005-01-07 Andrew Cagney <cagney@gnu.org>
16106
16107 * configure.ac: Rename configure.in, require autoconf 2.59.
16108 * configure: Re-generate.
16109 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
16110 * gdb.stabs/configure: Re-generate.
16111 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
16112 * gdb.hp/configure: Re-generate.
16113 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
16114 autoconf 2.59.
16115 * gdb.hp/gdb.objdbg/configure: Re-generate.
16116 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
16117 autoconf 2.59.
16118 * gdb.hp/gdb.defects/configure: Re-generate.
16119 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
16120 autoconf 2.59.
16121 * gdb.hp/gdb.compat/configure: Re-generate.
16122 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
16123 autoconf 2.59.
16124 * gdb.hp/gdb.base-hp/configure: Re-generate.
16125 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
16126 autoconf 2.59.
16127 * gdb.hp/gdb.aCC/configure: Re-generate.
16128
f10b16d4
JB
161292004-12-15 Jim Blandy <jimb@redhat.com>
16130
16131 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
16132 under NPTL when there is debugging info available for libpthread.
16133
fb6e1814
JG
161342004-12-13 Jerome Guitton <guitton@gnat.com>
16135
16136 * gdb.ada/fixed_points.c: New file.
16137 * gdb.ada/fixed_points.exp: New file.
16138
fe46cd3a
RC
161392004-12-03 Randolph Chung <tausq@debian.org>
16140
16141 * gdb.arch/pa-nullify.exp: New file.
16142 * gdb.arch/pa-nullify.s: New file.
16143
8de0841b
RC
161442004-11-30 Randolph Chung <tausq@debian.org>
16145
16146 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
16147 instead of "tbug". Fix regexp to work properly with gdb_test.
16148
c8170782
PH
161492004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
16150
16151 * gdb.base/bitfields2.exp: New test.
16152 * gdb.base/bitfields2.c: New file.
16153
954269c2
RE
161542004-11-28 Richard Earnshaw <rearnsha@arm.com>
16155
16156 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
16157
0107feed
RC
161582004-11-16 Randolph Chung <tausq@debian.org>
16159
16160 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
16161
f073ae8c
DJ
161622004-11-14 Daniel Jacobowitz <dan@debian.org>
16163
16164 * gdb.threads/threadapply.exp: Correct "macro details" test.
16165
19ad59e7
JJ
161662004-11-11 Jeff Johnston <jjohnstn@redhat.com>
16167
16168 * gdb.threads/threadapply.exp: New test.
16169 * gdb.threads/threadapply.c: New file.
16170
9cf0961b
MK
161712004-11-07 Mark Kettenis <kettenis@gnu.org>
16172
16173 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
16174 frames.
16175
c789492a
FL
161762004-11-05 Felix Lee <felix+log1@specifixinc.com>
16177
16178 * gdb.base/cursal.exp: New file.
16179 * gdb.base/cursal.c: New file.
16180
a1e167bb
AC
161812004-11-03 Andrew Cagney <cagney@gnu.org>
16182
16183 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
16184
b7cbf173
MK
161852004-10-30 Mark Kettenis <kettenis@gnu.org>
16186
16187 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
16188 NetBSD/ELF targets.
16189
88f9d34f
JB
161902004-10-29 Joel Brobecker <brobecker@gnat.com>
16191
16192 * gdb.threads/bp_in_thread.c: New file, copied from
16193 pthread_cond_wait.c.
16194 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
16195 file, rather than reusing the .c file from another testcase.
16196
ca7d6a0c
JB
161972004-10-20 Joel Brobecker <brobecker@gnat.com>
16198
16199 * gdb.ada/null_record.exp: Check where we stopped after
16200 sending the start command, instead of where the associated
16201 temporary breakpoint was inserted.
16202
0d863d03
AC
162032004-10-14 Andrew Cagney <cagney@gnu.org>
16204
16205 * gdb.mi/gdb701.c (main): Return 0.
16206
d11e72cb
DJ
162072004-10-13 Daniel Jacobowitz <dan@debian.org>
16208
d40539a4 16209 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 16210
e1923096
JJ
162112004-10-12 Jeff Johnston <jjohnstn@redhat.com>
16212
16213 * gdb.threads/schedlock.c: Add comment markers to use to find
16214 line numbers.
16215 * gdb.threads/schedlock.exp: Adjust regex to handle the new
16216 comments.
16217 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
16218 breakpoint lines.
16219
ec8ba2c9
DJ
162202004-10-12 Daniel Jacobowitz <dan@debian.org>
16221
16222 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
16223
0eb3658b
DJ
162242004-10-12 Daniel Jacobowitz <dan@debian.org>
16225
16226 * configure.in: Add gdb.dwarf2.
16227 * configure: Regenerated.
16228 * Makefile.in: Add gdb.dwarf2.
16229 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
16230 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
16231 gdb.dwarf2/file1.txt: New files.
16232
a271cc33
OF
162332004-10-11 Orjan Friberg <orjanf@axis.com>
16234
a9c64011 16235 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
16236 of "run", since the latter doesn't work with remote targets. Adjust
16237 the breakpoint numbering accordingly.
16238 * gdb.threads/pthread_cond_wait.exp: Ditto.
16239
895ce074
MC
162402004-10-08 Michael Chastain <mec.gnu@mindspring.com>
16241
16242 * gdb.base/overlays.exp: Update copyright years.
16243
6be3092d
KI
162442004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
16245
16246 * gdb.base/overlays.exp: Disable if target is Linux.
16247
e05389b8
FL
162482004-10-06 Felix Lee <felix+log1@specifixinc.com>
16249
16250 * config/gdbserver.exp (gdb_load): Use right filename on remote.
16251
73cb587d
KI
162522004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
16253
16254 * gdb.asm/asm-source.exp: Add m32r-linux target.
16255 * gdb.asm/m32r-linux.inc: New file.
16256
3c0edcdc
AC
162572004-09-24 Andrew Cagney <cagney@redhat.com>
16258 David Anderson <anderson@redhat.com>
16259
16260 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
16261 command fails, assume things will work.
16262 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
16263 (_GNU_SOURCE): Define.
16264 (print_unsigned, print_hex): Change parameter to "long long".
16265 (print_byte_count): New function, use to print byte counts.
16266 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
16267 O_LARGEFILE.
16268 (main): Compute an upper bound on a corefile in max_core_size.
16269 Limit memory chunk size to max_core_size. Limit total memory
16270 allocated to max_core_size.
16271
4bb3667f
AC
162722004-09-23 Andrew Cagney <cagney@gnu.org>
16273
16274 * gdb.base/bigcore.exp: Replace the code that creates a corefile
16275 from a separate process with code that creates a corefile by
16276 making the inferior dump core.
16277
60fe1a51
MK
162782004-09-23 Mark Kettenis <kettenis@gnu.org>
16279
16280 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
16281 block.
16282
8e937346
MC
162832004-09-23 Michael Chastain <mec.gnu@mindspring.com>
16284
16285 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
16286 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
16287 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
16288 Likewise.
16289
7213f6d6
JJ
162902004-09-20 Jeff Johnston <jjohnstn@redhat.com>
16291
16292 * gdb.java/jprint.exp: New test case for java inferior call.
16293 * gdb.java/jprint.java: Ditto.
16294
eac69dca
JB
162952004-09-15 Joel Brobecker <brobecker@gnat.com>
16296
16297 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
16298
22227696
MC
162992004-09-14 Michael Chastain <mec.gnu@mindspring.com>
16300
16301 * gdb.threads/killed.c: Include <stdlib.h>.
16302 * gdb.threads/pthreads.c: Likewise.
16303
7dd403a4
MC
163042004-09-14 Michael Chastain <mec.gnu@mindspring.com>
16305
16306 * gdb.threads/killed.c: Add copyright notice.
16307
33f2d567
JM
163082004-09-10 Jason Molenda (jmolenda@apple.com)
16309
a9c64011
AS
16310 * gdb.base/define.exp: Two new tests to verify zero space chars
16311 after 'if' and 'while' commands in a user-defined command is correctly
16312 parsed.
33f2d567 16313
e05b62ac
AC
163142004-09-08 Andrew Cagney <cagney@gnu.org>
16315
16316 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
16317 delivery test with duplicate at end of file.
16318
9cbe82da
MK
163192004-09-06 Mark Kettenis <kettenis@jive.nl>
16320
16321 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
16322
564803d9
MC
163232004-09-05 Michael Chastain <mec.gnu@mindspring.com>
16324
16325 * config/hppro.exp: Removed.
16326
7c6807ce
MC
163272004-09-05 Michael Chastain <mec.gnu@mindspring.com>
16328
16329 * config/sparclet.exp: Removed.
16330
bf7e26dd
MC
163312004-09-05 Michael Chastain <mec.gnu@mindspring.com>
16332
16333 * config/udi.exp: Removed.
16334
714e341b
MC
163352004-09-02 Michael Chastain <mec.gnu@mindspring.com>
16336
16337 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
16338 of "exp_continue".
16339 (advancei): Likewise.
16340
1236e623
JJ
163412004-09-01 Jeff Johnston <jjohnstn@redhat.com>
16342
16343 * gdb.base/unload.exp: Fix so messages aren't duplicated.
16344
3bdcad15
MI
163452004-09-01 Manoj Iyer <manjo@austin.ibm.com>
16346
228af206 16347 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
16348 to check for nodebug in executable.
16349 * gdb.gdb/observer.exp (setup_test): Likewise.
16350 * gdb.gdb/selftest.exp (test_with_self): Likewise.
16351 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
16352
c72b934c
AC
163532004-09-01 Andrew Cagney <cagney@gnu.org>
16354
16355 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
16356 files.
16357
edd9b715
JJ
163582004-09-01 Jeff Johnston <jjohnstn@redhat.com>
16359
16360 * gdb.base/unload.exp: Fix expected warning message to match
16361 latest format.
16362
fb4ce06b
CV
163632004-09-01 Corinna Vinschen <vinschen@redhat.com>
16364
16365 * gdb.base/call-rt-st.exp: Fix typos.
16366
ce78e7c3
MI
163672004-08-31 Manoj Iyer <manjo@austin.ibm.com>
16368
16369 * gdb.threads/thread_check.exp: New testcase.
16370 * gdb.threads/thread_check.c: New testcase.
16371
2dedb159
AC
163722004-08-31 Andrew Cagney <cagney@gnu.org>
16373
16374 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
16375 (skip_to_handler_entry): New procedures. Test stepping into a
16376 handler when the breakpoint is at the handler's entry point.
16377
68f53502
AC
163782004-08-30 Andrew Cagney <cagney@gnu.org>
16379
16380 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
16381 gdb/1757.
16382
3e3ffd2b
MC
163832004-08-27 Michael Chastain <mec.gnu@mindspring.com>
16384
16385 With code from Manoj Iyer <manjo@austin.ibm.com>:
16386 * lib/gdb.exp (gdb_file_cmd): Return more information in the
16387 return value. Add an arm for "no debugging symbols found".
16388 Change a stray "error" to "perror".
16389 (gdb_run_cmd): Adapt to new return value.
16390 * gdb.base/remote.exp: Adapt to new return value.
16391 * gdb.gdb/complaints.exp: Likewise.
16392 * gdb.gdb/observer.exp: Likewise.
16393 * gdb.gdb/selftest.exp: Likewise.
16394 * gdb.gdb/xfullpath.exp: Likewise.
16395
4b6f5fd2
JB
163962004-08-27 Joel Brobecker <brobecker@gnat.com>
16397
16398 * gdb.threads/bp_in_thread.exp: New testcase.
16399
e5b25496
MC
164002004-08-27 Michael Chastain <mec.gnu@mindspring.com>
16401
16402 Fix PR testsuite/1735.
16403 * gdb.threads/schedlock.c (thread_function): Add a cast
16404 to suppress a gcc warning.
16405 * gdb.threads/thread-specific.c (thread_function): Likewise.
16406
934353d6
MC
164072004-08-26 Michael Chastain <mec.gnu@mindspring.com>
16408
16409 * gdb.base/unload.c: Include <stdlib.h>.
16410
f98a0aef 164112004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 16412
f98a0aef 16413 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
16414 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
16415 synchronized after the "return".
16416
5a2e8882
MC
164172004-08-26 Michael Chastain <mec.gnu@mindspring.com>
16418
16419 * gdb.mi/basics.c: Include <stdio.h>.
16420 * gdb.mi/pthreads.c: Include <stdlib.h>.
16421 * gdb.mi/var-cmd.c: Include <stdlib.h>.
16422
a9640423
MC
164232004-08-26 Michael Chastain <mec.gnu@mindspring.com>
16424
16425 * gdb.threads/schedlock.c: Add copyright notice.
16426
b04e311d
AC
164272004-08-25 Andrew Cagney <cagney@gnu.org>
16428
16429 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
16430 (skip_over_handler, breakpoint_over_hander): New test procedures.
16431 (advance, advancei): Add a proper prefix, do not use
16432 rerun_to_main.
16433 * gdb.base/sigstep.c (main): Change to use an infinite loop.
16434
7c27f15b
MC
164352004-08-24 Michael Chastain <mec.gnu@mindspring.com>
16436
16437 * gdb.mi/basics.c: Add copyright notice.
16438 * gdb.mi/var-cmd.c: Add copyright notice.
16439
fffc87ae
MC
164402004-08-23 Michael Chastain <mec.gnu@mindspring.com>
16441
16442 * lib/gdb.exp: Remove signed_keyword_not_used.
16443 * lib/compiler.c: Likewise.
16444 * lib/compiler.cc: Likewise.
16445
d782e0bf
MC
164462004-08-23 Michael Chastain <mec.gnu@mindspring.com>
16447
16448 * gdb.base/whatis.c: Remove conditional disabling of "signed".
16449 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
16450
96033e83
MC
164512004-08-23 Michael Chastain <mec.gnu@mindspring.com>
16452
16453 * gdb.base/whatis.c: Add copyright notice.
16454
cf38c229
MK
164552004-08-20 Mark Kettenis <kettenis@gnu.org>
16456
16457 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
16458 it to skip the breakpoints encoded in the inline assembly.
16459
f4b49756
MC
164602004-08-20 Michael Chastain <mec.gnu@mindspring.com>
16461
16462 * Makefile.in: Add gdb.fortran.
16463
2f193b69
MC
164642004-08-20 Michael Chastain <mec.gnu@mindspring.com>
16465
16466 * gdb.base/call-sc.exp (test_scalar_returns):
16467 Fix cut-and-paste glitch in "Make fun return now".
16468
89a237cb
MC
164692004-08-17 Michael Chastain <mec.gnu@mindspring.com>
16470
16471 * configure.in: Add gdb.fortran.
16472 * configure: Regenerate.
16473 * gdb.fortran/Makefile.in: New file.
16474 * lib/gdb.exp (skip_fortran_tests): New procedure.
16475
469aff8e
MC
164762004-08-17 Michael Chastain <mec.gnu@mindspring.com>
16477
16478 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
16479 reference to bug-gnu@prep.ai.mit.edu.
16480 * gdb.mi/mi-var-child.exp: Likewise.
16481 * gdb.mi/mi-var-cmd.exp: Likewise.
16482 * gdb.mi/mi-var-display.exp: Likewise.
16483 * gdb.mi/mi2-var-block.exp: Likewise.
16484 * gdb.mi/mi2-var-child.exp: Likewise.
16485 * gdb.mi/mi2-var-cmd.exp: Likewise.
16486 * gdb.mi/mi2-var-display.exp: Likewise.
16487
00b51b9f
MK
164882004-08-15 Mark Kettenis <kettenis@gnu.org>
16489
16490 * gdb.base/unload.c (main): Make local variable msg const.
16491
45f07fef
MC
164922004-08-15 Michael Chastain <mec.gnu@mindspring.com>
16493
16494 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
16495 to bug-gnu@prep.ai.mit.edu.
16496 * gdb.mi/mi-disassemble.exp: Likewise.
16497 * gdb.mi/mi-eval.exp: Likewise.
16498 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
16499 default line number.
16500 * gdb.mi/mi-return.exp: Likewise.
16501 * gdb.mi/mi-simplerun.exp: Likewise.
16502 * gdb.mi/mi-stack.exp: Likewise.
16503 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
16504 number with explicit range test.
16505 * gdb.mi/mi-watch.exp: Likewise.
16506 * gdb.mi/mi2-break.exp: Likewise.
16507 * gdb.mi/mi2-cli.exp: Likewise.
16508 * gdb.mi/mi2-disassemble.exp: Likewise.
16509 * gdb.mi/mi2-eval.exp: Likewise.
16510 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
16511 default line number.
16512 * gdb.mi/mi2-return.exp: Likewise.
16513 * gdb.mi/mi2-simplerun.exp: Likewise.
16514 * gdb.mi/mi2-stack.exp: Likewise.
16515 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
16516 number with explicit range test.
16517 * gdb.mi/mi2-watch.exp: Likewise.
16518
dd8c8ee7
MC
165192004-08-15 Michael Chastain <mec.gnu@mindspring.com>
16520
16521 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
16522 * gdb.cp/m-static.exp: Likewise.
16523 * gdb.cp/rtti.exp: Likewise.
16524
4e838464
MK
165252004-08-14 Mark Kettenis <kettenis@gnu.org>
16526
16527 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
16528
8d8cb839
EZ
165292004-08-14 Eli Zaretskii <eliz@gnu.org>
16530
16531 * ChangeLog: Prefix Local Variables with semi-colons and indent
16532 the reference to older ChangeLog files, to fix fontification in
16533 Emacs.
16534
deea8bb0
MC
165352004-08-13 Michael Chastain <mec.gnu@mindspring.com>
16536
16537 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
16538 * gdb.mi/mi2-break.exp: Likewise.
16539
c3297504
MC
165402004-08-13 Michael Chastain <mec.gnu@mindspring.com>
16541
16542 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
16543
25808999
MC
165442004-08-13 Michael Chastain <mec.gnu@mindspring.com>
16545
16546 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
16547
226a8d71
MC
165482004-08-13 Michael Chastain <mec.gnu@mindspring.com>
16549
16550 * gdb.cp/classes.exp: Remove unused declarations. Just let
16551 test names default instead of providing special names. Remove
16552 extraneous demangler test.
16553
37fdf854
JJ
165542004-08-12 Jeff Johnston <jjohnstn@redhat.com>
16555
16556 * gdb.base/unload.exp: New test for breakpoints in dynamically
16557 loaded libraries.
16558 * gdb.base/unload.c: Ditto.
16559 * gdb.base/unloadshr.c: Ditto.
16560
2d3a7986
MC
165612004-08-12 Michael Chastain <mec.gnu@mindspring.com>
16562
16563 * gdb.cp/classes.exp (test_ptype_class_objects): Call
16564 cp_test_ptype_class.
16565 (test_enums): Likewise.
16566
c72b934c
AC
165672004-08-10 Andrew Cagney <cagney@gnu.org>
16568
16569 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
16570 files.
16571
cc503c8a
AC
165722004-08-10 Andrew Cagney <cagney@gnu.org>
16573
16574 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
16575 init_malloc call.
16576
902f2ccb
MC
165772004-08-10 Michael Chastain <mec.gnu@mindspring.com>
16578
16579 * ChangeLog: Add copyright notice. The notice is copied
16580 from emacs 21.3 top level ChangeLog.
16581
78c90502
MC
165822004-08-09 Michael Chastain <mec.gnu@mindspring.com>
16583
16584 * lib/cp-support.exp: New file.
16585 * lib/cp-support.exp (cp_test_type_class): New function.
16586 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
16587 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
16588 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
16589 cp_test_ptype_class.
16590
88e5ea78
MC
165912004-08-09 Michael Chastain <mec.gnu@mindspring.com>
16592
16593 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
16594 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
16595 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
16596 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
16597 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
16598 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
16599 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
16600 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
16601 gdb.mi/mi2-watch.exp: Update copyright years.
16602
6a89fc9c
MK
166032004-08-09 Mark Kettenis <kettenis@gnu.org>
16604
16605 * gdb.base/sigaltstack.exp: Provide proper anchoring.
16606
1482e0de
MC
166072004-08-09 Michael Chastain <mec.gnu@mindspring.com>
16608
16609 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
16610 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
16611 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
16612 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
16613 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
16614 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
16615 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
16616 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
16617 gdb.mi/mi-watch.exp: Update copyright years.
16618
1a5ce3f3
DJ
166192004-08-08 Daniel Jacobowitz <dan@debian.org>
16620
16621 PR gdb/1738
16622 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
16623 from a breakpoint with a pending signal.
16624
04f6ecf2
DJ
166252004-08-08 Daniel Jacobowitz <dan@debian.org>
16626
16627 PR gdb/1736
16628 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
16629 * gdb.base/sigaltstack.exp (finish_test): Consume output until
16630 the prompt.
16631 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
16632
54d90d35
DJ
166332004-08-08 Daniel Jacobowitz <dan@debian.org>
16634
16635 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
16636
d2f6abb0
DJ
166372004-08-08 Daniel Jacobowitz <dan@debian.org>
16638
16639 PR gdb/1736
16640 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
16641 for i?86-*-linux*.
16642
5598c03d
DJ
166432004-08-08 Daniel Jacobowitz <dan@debian.org>
16644
16645 * gdb.arch/i386-prologue.exp: Compile without debug information.
16646
c6fee705
MC
166472004-08-08 Michael Chastain <mec.gnu@mindspring.com>
16648
16649 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
16650 rather than asking gdb to search.
16651
dd90efdb
MC
166522004-08-05 Michael Chastain <mec.gnu@mindspring.com>
16653
16654 * gdb.base/gcore.c: Include <string.h>.
16655
1e84bec1
MC
166562004-08-05 Michael Chastain <mec.gnu@mindspring.com>
16657
16658 * gdb.base/gcore.c: Add copyright notice.
16659
e425eb2b
MC
166602004-08-05 Michael Chastain <mec.gnu@mindspring.com>
16661
16662 * gdb.base/freebpcmd.c: Include <stdio.h>.
16663 * gdb.base/long_long.c: Include <string.h>.
16664 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
16665 * gdb.base/siginfo.c: Include <string.h>.
16666 * gdb.base/sigstep.c: Include <string.h>.
16667
cb9aaed5
MC
166682004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16669
16670 * gdb.base/complex.c: Include <stdlib.h>.
16671
55944f3d
MC
166722004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16673
16674 * gdb.base/complex.c: Add copyright notice.
16675
7b2953d9
MC
166762004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16677
16678 * gdb.base/charset.c: Include <stdlib.h>.
16679
c9133d23
MC
166802004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16681
16682 * gdb.base/auxv.c: Include <stdlib.h>.
16683
0a8490ad
MC
166842004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16685
16686 * gdb.base/auxv.c: Add copyright notice.
16687
3426d5ec
MC
166882004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16689
16690 * gdb.base/coremaker.c: Add copyright notice.
16691 * gdb.base/coremaker2.c: Add copyright notice.
16692
8da195dd
AC
166932004-08-04 Andrew Cagney <cagney@gnu.org>
16694
16695 * gdb.base/store.exp: Update copyright.
16696 (check_set, up_set, check_struct, up_struct): Add a prefix to test
16697 names, do not import gdb_prompt.
16698
8d394f98
AC
166992004-08-01 Andrew Cagney <cagney@gnu.org>
16700
16701 Fix PR testsuite/1729.
16702 * gdb.base/dump.exp: Add test name to callers of capture_value, do
16703 not use capture_value with value 4.
16704 (capture_value): Add optional test name parameter.
16705 (test_reload_saved_value, test_restore_saved_value): Use $msg as
16706 the prefix, pass to capture_value.
16707
b6702b23
MK
167082004-08-01 Mark Kettenis <kettenis@gnu.org>
16709
16710 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
16711 * gdb.arch/i386-prologue.c (standard): New prototype and function.
16712 (main): Call new function.
16713
c203e0ca
MC
167142004-07-31 Michael Chastain <mec.gnu@mindspring.com>
16715
16716 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
16717
a7995a30
MC
167182004-07-31 Michael Chastain <mec.gnu@mindspring.com>
16719
16720 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
16721
9366563b
MC
167222004-07-31 Michael Chastain <mec.gnu@mindspring.com>
16723
b6eeaf26 16724 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
16725 Accept more values of vtbl pointer. Remove some messages
16726 about "obsolete gcc or gdb".
16727
2fc1f950
MC
167282004-07-30 Michael Chastain <mec.gnu@mindspring.com>
16729
16730 * gdb.cp/classes.exp: Accept more varieties of ptype output.
16731
c724d49b
MC
167322004-07-30 Michael Chastain <mec.gnu@mindspring.com>
16733
16734 * gdb.base/asm-source.exp: Properly convert target board
16735 debug flags from gcc format to binutils format.
16736
736b0fce
MK
167372004-07-28 Mark Kettenis <kettenis@gnu.org>
16738
16739 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
16740 gdb1718". PR backtrace/1718 partially fixed.
16741
5633ea5c
JJ
167422004-07-27 Jeff Johnston <jjohnstn@redhat.com>
16743
16744 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
16745
575eebb1
NC
167462004-07-26 Nick Clifton <nickc@redhat.com>
16747
16748 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
16749 good default value for a specific architecture is available then
16750 set it to that value. Otherwise default to the -gstabs switch.
16751 Remove the -g... switches from the asm-flags variable. Allow the
16752 target board info to override the value if it wants to. Pass the
16753 switch on the assembler command line.
16754
62104619
MK
167552004-07-23 Mark Kettenis <kettenis@gnu.org>
16756
16757 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
16758 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
16759 (main): Call new function.
16760
4a1135b8
MC
167612004-07-22 Michael Chastain <mec.gnu@mindspring.com>
16762
16763 Test for PR exp/1715.
16764 * gdb.base/radix.exp: Refactor common procedures. Make all
16765 test names unique. Change XFAIL to KFAIL.
16766
8a12c1f0
MC
167672004-07-20 Michael Chastain <mec.gnu@mindspring.com>
16768
16769 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
16770 * gdb.ada/gnat_ada.gin: ... to here.
16771 * configure.in: Use gnat_ada.gin.
16772 * configure: Regenerate.
16773
23b451cf
AC
167742004-07-20 Andrew Cagney <cagney@gnu.org>
16775
16776 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
16777 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
16778 XFAILs. Clean up test messages and comments. Check backtraces.
16779 Delete re-sync code.
16780
ab618a02
MC
167812004-07-19 Michael Chastain <mec.gnu@mindspring.com>
16782
16783 Fix PR cli/740.
16784 * gdb.base/annota1.exp: Honor gdb,nosignals.
16785 * gdb.base/annota3.exp: Likewise.
16786
46dad340
MC
167872004-07-19 Michael Chastain <mec.gnu@mindspring.com>
16788
16789 * lib/java.exp: Update copyright notice.
16790
756d8c70
AC
167912004-07-19 Andrew Cagney <cagney@gnu.org>
16792
16793 * gdb.base/selftest.exp: Copy file from here ...
16794 * gdb.gdb/selftest.exp: ... to here.
16795
586027e6
AC
167962004-07-16 Andrew Cagney <cagney@redhat.com>
16797
16798 * lib/insight-support.exp: Delete file.
16799 * lib/java.exp (java_init): Fix copyright.
16800
029d2200
AC
168012004-07-16 Andrew Cagney <cagney@gnu.org>
16802
16803 * gdb.base/restore.c: Append "prologue" to comments marking the a
16804 function's prologue.
16805 * gdb.base/restore.exp: Update copyright, re-indent.
16806 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
16807 callerN" prefix where needed. Update patterns that match a
16808 function's prologue.
16809
653b62c5
MC
168102004-07-16 Michael Chastain <mec.gnu@mindspring.com>
16811
16812 * gdb.base/restore.c: Add copyright notice.
16813
f7d690e5
AC
168142004-07-16 Andrew Cagney <cagney@gnu.org>
16815
16816 * gdb.base/logical.exp: Update copyright.
16817 (evaluate): New procedure. Use to re-implement tests using
16818 several tables.
16819
d629a7cb
MH
168202004-07-14 Martin Hunt <hunt@redhat.com>
16821
16822 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
16823 which fixes some problems where init.tcl was not found.
16824
9c7bb332
AC
168252004-07-13 Andrew Cagney <cagney@gnu.org>
16826
6bf46641
AC
16827 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
16828 (check_sizeof, check_valueof): Do not include the output in the
16829 test name. Use gdb_test.
16830 (get_valueof): Use gdb_test_multiple.
16831
c4ffd4c0
AC
16832 * gdb.base/step-test.exp: Update copyright. Use
16833 gdb_test_multiple. Ensure that test names do not include
16834 architecture dependent output.
16835
ab89363a
AC
16836 * gdb.gdb/observer.exp: Update copyright.
16837 (setup_test): Use gdb_test_multiple.
16838 (attach_first_observer, attach_second_observer)
16839 (attach_third_observer, detach_first_observer)
16840 (detach_second_observer, detach_third_observer)
16841 (reset_counters, check_counters): Make $message a prefix.
16842 (test_normal_stop_notifications): Add "args" parameter - a list of
16843 init functions to be called. Make $message a prefix,
16844 (test_observer_normal_stop): Change the message prefixes so that
16845 they are unique, pass the attach / detach procedures to
16846 test_normal_stop_notifications.
16847
ec58997a
AC
16848 * gdb.base/signull.exp (test_segv): Prefix all tests with
16849 "${name}". Clean up test messages.
16850
b475183b
AC
16851 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
16852
9c7bb332
AC
16853 * gdb.base/ena-dis-br.exp: Update copyright.
16854 (break_at): New function. Replace send_gdb with gdb_test,
16855 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
16856 ignore count, not stopped at bpt", with KFAIL.
16857
2dd95497
CV
168582004-07-13 Corinna Vinschen <vinschen@redhat.com>
16859
16860 * gdb.base/attach.exp: Remove cleanupfile handling.
16861
419e626b
AC
168622004-07-12 Andrew Cagney <cagney@gnu.org>
16863
16864 * gdb.base/annota1.exp: Cleanup corefile test name.
16865 * gdb.base/annota3.exp: Ditto.
16866
8b1b3228
AC
168672004-07-12 Andrew Cagney <cagney@gnu.org>
16868
78650829
AC
16869 * gdb.base/signals.exp: Clean up copyright, re-indent.
16870
8b1b3228
AC
16871 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
16872 gdb_test and gdb_test_multiple.
16873
935c2760
JJ
168742004-07-08 Jeff Johnston <jjohnstn@redhat.com>
16875
16876 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 16877 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
16878 provide line number info for first statement in main.
16879
1544280f
AC
168802004-07-08 Andrew Cagney <cagney@gnu.org>
16881
1279f4ff
AC
16882 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
16883
1544280f
AC
16884 * gdb.base/sigbpt.exp: Make the common part of each test name a
16885 prefix instead of suffix.
16886
bcc82369
BR
168872004-07-07 Bob Rossi <bob_rossi@cox.net>
16888
16889 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
16890 test from test_tbreak_creation_and_listing to
16891 test_file_list_exec_source_file
16892 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
16893 Changed name of test from test_tbreak_creation_and_listing to
16894 test_file_list_exec_source_file
16895
23f4b0aa
JJ
168962004-07-07 Jeff Johnston <jjohnstn@redhat.com>
16897
16898 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
16899 the jmisc() constructor instead of <init>.
16900 * gdb.java/jmisc1.exp: Ditto.
16901
56401cd5
AC
169022004-07-07 Andrew Cagney <cagney@gnu.org>
16903
16904 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
16905 corrupting the PC.
16906
44ae2f6a
MC
169072004-07-06 Michael Chastain <mec.gnu@mindspring.com>
16908
16909 * gdb.cp/templates.exp: Accept whitespace change in demangler
16910 output.
16911
45a83408
AC
169122004-07-06 Andrew Cagney <cagney@gnu.org>
16913
16914 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
16915
d205ad70
MC
169162004-07-02 Michael Chastain <mec.gnu@mindspring.com>
16917
16918 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
16919 * lib/compiler.cc: Likewise.
16920
06ea1a61
MC
169212004-06-30 Michael Chastain <mec.gnu@mindspring.com>
16922
16923 * lib/compiler.cc: Work around string preprocessing problem
16924 with old hp c++ compiler.
16925 * lib/compiler.c: Likewise.
16926
daab1251
CV
169272004-06-29 Corinna Vinschen <vinschen@redhat.com>
16928
16929 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
16930 directives to conditionalize symbol prefixing.
16931 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
16932 additional_flags handling. Add underscore prefix for Cygwin.
16933 * gdb.arch/i386-unwind.c: Use preprocessor directives to
16934 conditionalize symbol prefixing.
16935 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
16936 additional_flags handling. Add underscore prefix for Cygwin.
16937
cc984116
CV
169382004-06-29 Corinna Vinschen <vinschen@redhat.com>
16939
16940 * gdb.base/bigcore.exp: Skip test on Cygwin.
16941
c279b077
MC
169422004-06-28 Michael Chastain <mec.gnu@mindspring.com>
16943
16944 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
16945 formats for "info register". Use gdb_test_multiple. Fix
16946 the "invalid register" test.
16947
0e915747
CV
169482004-06-28 Corinna Vinschen <vinschen@redhat.com>
16949
16950 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
16951 PID for Cygwin. Add Cygwin specific strings to check for in some
16952 tests.
16953 (do_attach_tests): Add a test for user interaction when attaching
16954 to a process with no matching symbol table already loaded.
16955
11422c86
AC
169562004-06-26 Andrew Cagney <cagney@gnu.org>
16957
16958 Test PR java/1567 and PR java/1565.
16959 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
16960 * gdb.java/jmisc2.exp: Delete file.
16961
cefbce26
MC
169622004-06-26 Michael Chastain <mec.gnu@mindspring.com>
16963
16964 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
16965
e19f872c
CV
169662004-06-25 Corinna Vinschen <vinschen@redhat.com>
16967
16968 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
16969 attach process.
16970
d931ba3b
MC
169712004-06-23 Michael Chastain <mec.gnu@mindspring.com>
16972
16973 * gdb.cp/pr-1553.exp: Remove.
16974
aef68c48
MC
169752004-06-22 Michael Chastain <mec.gnu@mindspring.com>
16976
16977 * gdb.cp/pr-1553.cc: Remove.
16978 * gdb.cp/pr-1553.exp: Disable this test.
16979
8d5df71a
JB
169802004-06-20 Jim Blandy <jimb@redhat.com>
16981
a9c64011 16982 Fix PR testsuite/1680.
8d5df71a
JB
16983 * gdb.arch/i386-sse.exp: Properly quote curly braces in
16984 regular expressions.
16985
4ac6f39d
MC
169862004-06-19 Michael Chastain <mec.gnu@mindspring.com>
16987
16988 Fix PR testsuite/1679.
16989 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
16990 Issue an UNSUPPORTED result instead.
16991
1b413552
JB
169922004-06-18 Jim Blandy <jimb@redhat.com>
16993
16994 * gdb.base/charset.exp: Only send a control-C if we see a new
16995 prompt and incomplete command.
16996
6daa6ebd
MC
169972004-06-18 Michael Chastain <mec.gnu@mindspring.com>
16998
16999 * gdb.cp/pr-574.cc: Add copyright notice.
17000
51fa4ae0
JB
170012004-06-17 Jim Blandy <jimb@redhat.com>
17002
17003 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
17004 cases where the regexp has no groups; this grabs random text from
17005 the previous test suite, whatever that was.
17006
8fea26c5
MC
170072004-06-17 Michael Chastain <mec.gnu@mindspring.com>
17008
17009 * gdb.cp/printmethod.cc: Add copyright notice.
17010
1e3aeb41
MC
170112004-06-16 Michael Chastain <mec.gnu@mindspring.com>
17012
17013 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
17014
9d9030bc
AC
170152004-06-16 Andrew Cagney <cagney@gnu.org>
17016
17017 * gdb.base/signull.c: Update copyright. Include <string.h>.
17018 (bowler): Replace data_pointer with data_read
17019 and data_write cases. Add code_descriptor case.
17020 (zero, desc): New array and pointer.
17021 (data, code): Change to simple pointers.
17022 * gdb.base/signull.exp: Fix probe pattern matching a function
17023 descriptor SIGSEGV. Replace data_pointer with data_read and
17024 data_write tests.
17025
acd4ad44
AC
170262004-06-16 Andrew Cagney <cagney@gnu.org>
17027
17028 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
17029
08fd625c
MC
170302004-06-15 Michael Chastain <mec.gnu@mindspring.com>
17031
17032 * gdb.base/long_long.c: Add copyright notice.
17033
1903502c
MC
170342004-06-15 Michael Chastain <mec.gnu@mindspring.com>
17035
17036 * gdb.base/long_long.exp: Remove reference to
17037 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
17038 to gdb_breakpoint and gdb_continue_to_breakpoint.
17039
83313cb1
JB
170402004-06-14 Jim Blandy <jimb@redhat.com>
17041
17042 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
17043 endian case.
17044
1bf404ef
AC
170452004-06-14 Andrew Cagney <cagney@gnu.org>
17046
17047 * gdb.base/gcore.exp (capture_command_output): Delete the always
17048 passing tests containing inferior values.
17049 * gdb.base/ending-run.exp: Do not include the breakpoint address
17050 in the test message. Update copyright.
17051 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
17052 size in the test name, use gdb_test_multiple. Update copyright.
17053
ef220b33
MC
170542004-06-14 Michael Chastain <mec.gnu@mindspring.com>
17055
17056 * gdb.cp/ref-types.cc: Add copyright notice.
17057
4f70a4c9
MC
170582004-06-14 Michael Chastain <mec.gnu@mindspring.com>
17059
17060 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
17061 hp_aCC_compiler.
17062 * lib/compiler.cc: Likewise.
17063 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
17064 'set' commands. Log diagnostics for other lines. Set
17065 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
17066
335928ac
MC
170672004-06-13 Michael Chastain <mec.gnu@mindspring.com>
17068
17069 * gdb.cp/try_catch.cc: Add copyright notice.
17070
2efb12e8
MC
170712004-06-12 Michael Chastain <mec.gnu@mindspring.com>
17072
17073 * gdb.cp/userdef.cc: Add copyright notice.
17074
0bbed51a
MC
170752004-06-11 Michael Chastain <mec.gnu@mindspring.com>
17076
17077 * gdb.cp/virtfunc.cc: Add copyright notice.
17078
e12a46c9
RC
170792004-06-11 Randolph Chung <tausq@debian.org>
17080
17081 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
17082 problem.
17083
338e05af
AC
170842004-06-10 Andrew Cagney <cagney@gnu.org>
17085
17086 * lib/compiler.cc, lib/compiler.c: Append either
17087 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
17088 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
17089 instead of gcc-3-3.
17090
dc3f10cb
AC
170912004-06-09 Andrew Cagney <cagney@gnu.org>
17092
b4d946af
AC
17093 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
17094 gdb/1455, bug is specific to "long long" and "double".
a9c64011 17095
dc3f10cb
AC
17096 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
17097 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
17098 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
17099 fixed.
17100
b5c0bfa2
AC
171012004-06-09 Andrew Cagney <cagney@gnu.org>
17102
17103 * gdb.base/structs.exp (test_struct_returns): Replace
17104 "return_value_unknown" and "finish_value_unknown" by
17105 "return_value_known" and "finish_value_known". Instead of
17106 "return_value_unknown" iff "finish_value_unknown", check
17107 "return_value_known" implies "finish_value_known".
17108
caeb605f
MH
171092004-06-08 Martin Hunt <hunt@redhat.com>
17110
17111 * gdb.base/float.exp: Add pattern for mips targets.
17112
c892bb64
RC
171132004-06-08 Randolph Chung <tausq@debian.org>
17114
17115 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
17116 message for unknown architectures more clear.
17117
48306d3e
JB
171182004-06-08 Joel Brobecker <brobecker@gnat.com>
17119
17120 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
17121 start the execution of the program.
17122
83ecb59f
JB
171232004-06-07 Jim Blandy <jimb@redhat.com>
17124
17125 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
17126 * gdb.arch/i386-cpuid.h: New helper file.
17127
55264cb4
RC
171282004-06-07 Randolph Chung <tausq@debian.org>
17129
17130 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
17131 has started.
17132
23cadb28
RM
171332004-06-04 Roland McGrath <roland@redhat.com>
17134
17135 Fix PR gdb/1647.
17136 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
17137 differently to be robust to output buffering differences.
17138
51d01eda
MC
171392004-06-04 Michael Chastain <mec.gnu@mindspring.com>
17140
17141 * gdb.threads/pthreads.exp: Update copyright years.
17142 (check_control_c): Change asynchronous 'after' to synchronous.
17143
f4fc3b93
RM
171442004-06-04 Roland McGrath <roland@redhat.com>
17145
17146 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
17147 next gdb prompt.
17148
4013522b
MC
171492004-06-02 Michael Chastain <mec.gnu@mindspring.com>
17150
17151 Fix PR gdb/1636.
17152 * gdb.threads/manythreads.exp: Change asynchronous 'after'
17153 calls to synchronous.
17154
7a8f1e6b
JB
171552004-05-26 Jim Blandy <jimb@redhat.com>
17156
17157 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
17158
81bb3443
RC
171592004-05-24 Randolph Chung <tausq@debian.org>
17160
17161 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
17162 * gdb.asm/pa.inc: New file.
17163
8f5a3103
MK
171642004-05-22 Mark Kettenis <kettenis@gnu.org>
17165
17166 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
17167
734b8fe8 171682004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 17169 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
17170
17171 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
17172 GDB prompt.
17173
725603e1
UW
171742004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17175
f4fc3b93 17176 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
17177 setjmp/longjmp. Use sigaction instead of signal.
17178
8b923272 171792004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 17180 Michael Snyder <msnyder@redhat.com>
8b923272
JB
17181
17182 * gdb.threads/pthread_cond_wait.c: New file.
17183 * gdb.threads/pthread_cond_wait.exp: New testcase.
17184
8bfabb04
AC
171852004-05-13 Andrew Cagney <cagney@redhat.com>
17186
17187 * gdb.base/signull.exp, gdb.base/signull.c: New files.
17188 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
17189
42edda50
AC
171902004-05-11 Andrew Cagney <cagney@redhat.com>
17191
17192 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
17193 fixed but revealed gdb/1639.
17194
d303a6c7
AC
171952004-05-10 Andrew Cagney <cagney@redhat.com>
17196
17197 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
17198 func1" and "next to 2nd alarm", kernel bug avoided.
17199
bf08c2a1
DJ
172002004-05-10 Daniel Jacobowitz <dan@debian.org>
17201
17202 PR external/1568
17203 * gdb.base/bigcore.exp: Check the size of the dumped core file.
17204 XFAIL if it is smaller than bytes_allocated.
17205 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
17206 (main): Make chunks_allocated unsigned. Correct comment.
17207
c0586a34
JB
172082004-05-07 Joel Brobecker <brobecker@gnat.com>
17209
17210 * gdb.arch/powerpc-aix-prologue.c: New file.
17211 * gdb.arch/powerpc-aix-prologue.exp: New file.
17212
f2785d12
JB
172132004-05-07 Jim Blandy <jimb@redhat.com>
17214
17215 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
17216 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
17217
bd7f6e30
JB
172182004-05-06 Joel Brobecker <brobecker@gnat.com>
17219
17220 * gdb.base/sep.exp: No longer setup_kfail when the program was
17221 built with dwarf2.
17222
0a5e7efe
JI
172232004-05-05 Jim Ingham <jingham@apple.com>
17224
17225 * gdb.base/pending.exp: Make sure pending breakpoints
17226 preserve the ignore count.
f4fc3b93 17227
a8958849
MK
172282004-04-27 Jerome Guitton <guitton@gnat.com>
17229
17230 * i386-prologue.exp: Add testcase for jump instruction as first
17231 instruction of the real code.
17232 * i386-prologue.c (jump_at_beginning): New function.
17233
7e103f5b
MK
172342004-04-28 Mark Kettenis <kettenis@gnu.org>
17235
17236 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
17237 x86_64-*-*.
17238
5d38b224
MK
172392004-04-28 Mark Kettenis <kettenis@gnu.org>
17240
17241 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
17242 i*86-*-*.
17243
0ef32fd9
MK
172442004-04-25 Mark Kettenis <kettenis@gnu.org>
17245
17246 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
17247 expression that checks the return type.
17248
71d7dd7c
AC
172492004-04-23 Andrew Cagney <cagney@redhat.com>
17250
17251 * gdb.base/call-sc.exp: New test of scalar call/return values.
17252 * gdb.base/call-sc.c: Ditto.
17253
1e9f977e
JJ
172542004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17255
17256 * gdb.threads/manythreads.c: Reduce thread stack size.
17257
899d9e3a
JJ
172582004-04-23 Jeff Johnston <jjohnstn@redhat.com>
17259
17260 * gdb.threads/manythreads.c: Add copyright notice.
17261
61bcae62
AC
172622004-04-23 Andrew Cagney <cagney@redhat.com>
17263
17264 * gdb.base/siginfo.exp: Better handle step out of signal.
17265 * gdb.base/sigstep.exp: Ditto.
17266
7339a42e 172672004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 17268 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
17269
17270 * gdb.threads/manythreads.c: New testcase.
17271 * gdb.threads/manythreads.exp: Ditto.
17272
5c98409b
JB
172732004-04-22 Jim Blandy <jimb@redhat.com>
17274
17275 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
17276 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
17277
3b611f1a
MC
172782004-04-21 Michael Chastain <mec.gnu@mindspring.com>
17279
17280 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
17281
f0fd9238
AC
172822004-04-21 Andrew Cagney <cagney@redhat.com>
17283
17284 * gdb.base/sigstep.c: New file.
17285 * gdb.base/sigstep.exp: New file.
17286
90990674
JB
172872004-04-16 Joel Brobecker <brobecker@gnat.com>
17288
17289 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
17290 call to observer_notify_normal_stop.
17291
78cef34b
AC
172922004-04-15 Andrew Cagney <cagney@redhat.com>
17293
17294 * gdb.base/siginfo.c: New file.
17295 * gdb.base/siginfo.exp: New file.
17296
d2343407
JB
172972004-04-12 J. Brobecker <brobecker@gnat.com>
17298
17299 * gdb.base/sep.exp: Fix typo in comment.
17300
a2dba3c8
JB
173012004-04-12 J. Brobecker <brobecker@gnat.com>
17302
17303 * gdb.base/sep.c: New file.
17304 * gdb.base/sep-proc.c: New file.
17305 * gdb.base/sep.exp: New testcase.
17306
15f7b60e
MK
173072004-04-09 Mark Kettenis <kettenis@gnu.org>
17308
17309 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
17310 support.
17311
44f4de1a
AC
173122004-04-05 Andrew Cagney <cagney@redhat.com>
17313
17314 * gdb.base/sigaltstack.c: New file.
17315 * gdb.base/sigaltstack.exp: New file.
17316
ef04f396
JB
173172004-04-04 Joel Brobecker <brobecker@gnat.com>
17318
17319 * gdb.base/foll-fork.exp: Update the expected output for
17320 "help set follow-fork-mode", to match a change that was made
17321 to the help of this variable on 2004-01-13.
17322
d40d2c92
JB
173232004-04-01 Joel Brobecker <brobecker@gnat.com>
17324
17325 * lib/ada.exp: Add copyright notice.
17326 * bar.ads: Likewise.
17327 * bar.adb: Likewise.
17328 * null_record.adb: Likewise.
17329 * null_record.exp: Likewise.
17330 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
17331
f86ef5a3
JB
173322004-04-01 Joel Brobecker <brobecker@gnat.com>
17333
17334 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
17335 * configure: Regenerate.
17336
414e70e3
JB
173372004-04-01 Joel Brobecker <brobecker@gnat.com>
17338
17339 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
17340 to build the application. Remove the message printed when in
17341 verbose mode, redundant with the UNSUPPORTED message above.
17342
f0aaee49
JB
173432004-03-31 Joel Brobecker <brobecker@gnat.com>
17344
17345 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
17346 * gdb.ada (null_record.exp): New testcase.
17347
ac81cb54
JB
173482004-03-31 Joel Brobecker <brobecker@gnat.com>
17349
17350 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
17351
854af2f7
JB
173522004-03-31 Joel Brobecker <brobecker@gnat.com>
17353
17354 * gdb.ada: New subdirectory.
17355 * gdb.ada/Makefile.in: New file.
17356 * gdb.ada/gnat_ada.gpr.in: New file.
17357
034cb681
JB
173582004-03-31 Joel Brobecker <brobecker@gnat.com>
17359
17360 * lib/ada.exp: New file.
17361
78a1a894
DJ
173622004-03-24 Daniel Jacobowitz <drow@mvista.com>
17363
17364 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
17365 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
17366
4b2b3b3e
AC
173672004-03-22 Andrew Cagney <cagney@redhat.com>
17368
17369 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
17370 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
17371 Problem identified by Ulrich Weigand.
17372
23c73aa3
DC
173732004-03-17 David Carlton <carlton@kealia.com>
17374
17375 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
17376 PR c++/826.
17377
d63a86f8
RM
173782004-03-16 Roland McGrath <roland@redhat.com>
17379
17380 * gdb.base/auxv.exp: New file.
17381 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
17382
0e02aa50
DC
173832004-03-12 David Carlton <carlton@kealia.com>
17384
17385 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
17386 * gdb.cp/pr-1553.cc: Ditto.
17387 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
17388 pass branch.
17389
c20b71be
MC
173902004-03-12 Michael Chastain <mec.gnu@mindspring.com>
17391
17392 * gdb.cp/templates.exp: Accept more template types.
17393
c7414a01
MC
173942004-03-09 Michael Chastain <mec.gnu@mindspring.com>
17395
17396 From Corinna Vinschen with modifications.
17397 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
17398 local variable obj_with_enum.
17399 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
17400 results with obj_with_enum.
17401
ed69573c
MC
174022004-03-09 Michael Chastain <mec.gnu@mindspring.com>
17403
17404 * gdb.cp/classes.cc: New file, copied from misc.cc.
17405 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
17406
28301461
MC
174072004-03-09 Michael Chastain <mec.gnu@mindspring.com>
17408
17409 * gdb.cp/misc.cc: Add copyright notice.
17410
1198ecbe
DC
174112004-03-05 David Carlton <carlton@kealia.com>
17412
17413 * gdb.cp/rtti.exp: Add 'print *obj3' test.
17414 * gdb.cp/rtti.h: Update copyright.
17415 (namespace n2::n3): New.
17416 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
17417 (n2::n3::func3): New.
17418 (main): Call n2::n3::func3.
17419 * gdb.cp/rtti2.cc: Update copyright.
17420 (n2::create3): New.
17421
9e08c470
MK
174222004-03-04 Mark Kettenis <kettenis@gnu.org>
17423
17424 * gdb.asm/openbsd.inc: Fix typo.
17425
4bebc3aa
FF
174262004-03-03 Fred Fish <fnf@redhat.com>
17427
17428 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
17429 "val" instead of unused "size". Update copyright year.
17430
6ea9fb37
DJ
174312004-02-29 Daniel Jacobowitz <drow@mvista.com>
17432
17433 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
17434 to use unsigned char.
17435 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
17436 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
17437
23b23974
DJ
174382004-02-29 Daniel Jacobowitz <drow@mvista.com>
17439
17440 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
17441 line of output.
17442
7574fd53
DJ
174432004-02-28 Daniel Jacobowitz <drow@mvista.com>
17444
17445 * gdb.base/relocate.c (dummy): Initialize.
17446
a195357f
DJ
174472004-02-28 Daniel Jacobowitz <drow@mvista.com>
17448
17449 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
17450 a breakpoint at exit.
17451
72fd54a9
FF
174522004-02-27 Fred Fish <fnf@redhat.com>
17453
17454 * gdb.base/chng-syms.exp: Add expect condition to match failing
17455 case that isn't a timeout.
17456
b9d23137
AC
174572004-02-27 Andrew Cagney <cagney@redhat.com>
17458
17459 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
17460 support.
17461
15d208f6 174622004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 17463
15d208f6
FF
17464 * gdb.arch/gdb1431.c: Remove.
17465 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
17466 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
17467 of "until" incorrectly.
17468
98f9cd2d
JB
174692004-02-26 J. Brobecker <brobecker@gnat.com>
17470
17471 * gdb.cp/class2.cc (empty): New class.
17472 (refer): New function.
17473 (main): Declare an object of type empty and use it.
17474 * gdb.cp/class2.exp: Print the value of an object of type empty.
17475
9b50c11b
JJ
174762004-02-26 Jeff Johnston <jjohnstn@redhat.com>
17477
17478 * gdb.base/langs.exp: Update query string to match the
17479 new nquery format used for pending breakpoints.
17480
0dcd613f
AC
174812004-02-26 Andrew Cagney <cagney@redhat.com>
17482
17483 Fix PR i18n/1570.
17484 * gdb.base/charset.c: Update copyright notice.
17485 (main, init_string): Remove the escape character '\e' tests.
17486 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
17487 * gdb.base/charset.exp (valid_host_charset): Ditto.
17488 * gdb.base/setvar.exp: Ditto.
17489
b8a56647
AC
174902004-02-24 Andrew Cagney <cagney@redhat.com>
17491
90d59e34
AC
17492 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
17493 mmapped data in core file" PASS and FAIL messages consistent.
17494
b8a56647
AC
17495 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
17496 setting a breakpoint. Work around PR java/1565.
17497
9f27c604
JJ
174982004-02-23 Jeff Johnston <jjohnstn@redhat.com>
17499
17500 * lib/gdb.exp (gdb_breakpoint): Update query string to match
17501 new nquery format.
17502 * gdb.base/pending.exp: Ditto.
17503
3224a706
MK
175042004-02-22 Mark Kettenis <kettenis@gnu.org>
17505
17506 * configure.in: Run stabs tests on *BSD.
17507 * configure: Regenerated.
17508
41e0a9ca
MK
175092004-02-21 Mark Kettenis <kettenis@gnu.org>
17510
17511 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
17512
1e1b3428
FF
175132004-02-20 Fred Fish <fnf@redhat.com>
17514
17515 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
17516 blank in test for "returns short", for consistency with other
17517 "returns xxx" tests. Update copyright year.
17518
f9a7572a
FF
175192004-02-19 Fred Fish <fnf@redhat.com>
17520
17521 New testcase for PR breakpoint/1558.
17522 * gdb.arch/gdb1558.exp: New file.
17523 * gdb.arch/gdb1558.c: New file.
17524
b2ce2854
EZ
175252004-02-19 Elena Zannoni <ezannoni@redhat.com>
17526
17527 * gdb.base/nodebug.exp: Fix typo.
17528
e7c9ff01
JB
175292004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17530
17531 Committed by Jim Blandy <jimb@redhat.com>.
17532
62f4b920
JB
17533 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
17534
2db536a1
JB
17535 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
17536
e7c9ff01
JB
17537 * gdb.base/float.exp: Support s390*-*-* targets.
17538
f3205b34
AF
175392004-02-17 Adam Fedor <fedor@gnu.org>
17540
17541 * gdb.base/gdb1555.exp: New file.
17542 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
17543
9d62932d
EZ
175442004-02-17 Elena Zannoni <ezannoni@redhat.com>
17545
17546 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
17547
344c9711
FF
175482004-02-16 Fred Fish <fnf@redhat.com>
17549
17550 * gdb.arch/gdb1291.c: Remove
17551 * gdb.arch/gdb1291.s: New test input file.
17552 * gdb.arch/gdb1291.exp: Expand test to check case that should not
17553 fail. Test for correct result, known incorrect result, other
17554 failures and timeouts.
17555
2d822687
AC
175562004-02-16 Andrew Cagney <cagney@redhat.com>
17557
17558 * gdb.base/bigcore.exp: New file.
17559 * gdb.base/bigcore.c: New file.
17560
dac15b66
AC
175612004-02-13 Andrew Cagney <cagney@redhat.com>
17562
17563 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
17564 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
17565 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
17566 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
17567 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
17568 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
17569 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
17570 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
17571 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
17572 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
17573
6bdfc2c4
JJ
175742004-02-11 Jeff Johnston <jjohnstn@redhat.com>
17575
17576 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
17577 executed is an alloc instruction.
17578
87b3ede8
DC
175792004-02-11 David Carlton <carlton@kealia.com>
17580
17581 * gdb.cp/breakpoint.exp: New.
17582 * gdb.cp/breakpoint.cc: New.
17583
6e19e2bf
MC
175842004-02-11 Michael Chastain <mec.gnu@mindspring.com>
17585
17586 Partial fix for PR gdb/1543.
17587 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
17588 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
17589 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
17590 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
17591 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
17592 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
17593 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
17594 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
17595 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
17596 to bug-gdb@prep.ai.mit.edu .
17597 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
17598 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
17599 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
17600 Likewise.
17601
5c5455dc
AC
176022004-02-10 Andrew Cagney <cagney@redhat.com>
17603
17604 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
17605 using gdb_internal_error_resync.
17606
9cf689d7
DJ
176072004-02-09 Daniel Jacobowitz <drow@mvista.com>
17608
17609 * gdb.threads/thread-specific.exp: Stop early if no threads are
17610 found.
17611
d2dc51db
MC
176122004-02-09 Michael Chastain <mec.gnu@mindspring.com>
17613
17614 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
17615
14b1a056
DJ
176162004-02-08 Daniel Jacobowitz <drow@mvista.com>
17617
17618 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
17619 breakpoints.
17620
83f66e8f
DJ
176212004-02-07 Daniel Jacobowitz <drow@mvista.com>
17622
17623 * config/sim.exp (gdb_load): Handle $arg == "".
17624 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
17625 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
17626
30fc0091
EZ
176272004-02-07 Elena Zannoni <ezannoni@redhat.com>
17628
a9c64011
AS
17629 * gdb.base/maint.exp: Update test to reflect
17630 obstack changes.
30fc0091 17631
4d806929
JJ
176322004-02-04 Jeff Johnston <jjohnstn@redhat.com>
17633
17634 * gdb.base/pendshr.c (pendfunc): New function that calls
17635 pendfunc1.
17636 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
17637
7bfdd688
FF
176382004-02-04 Fred Fish <fnf@redhat.com>
17639
17640 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
17641 function symbols and update copyright years.
17642 * gdb.arch/gdb1291.c: Ditto.
17643
aaa08ee4
MC
176442004-02-03 Michael Chastain <mec.gnu@mindspring.com>
17645
17646 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
17647
dbad7755
MC
176482004-02-03 Michael Chastain <mec.gnu@mindspring.com>
17649
17650 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
17651
ec4646ef
MC
176522004-02-03 Michael Chastain <mec.gnu@mindspring.com>
17653
17654 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
17655
1b802196
FF
176562004-02-02 Fred Fish <fnf@redhat.com>
17657
17658 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
17659 remote targets. Update copyright years.
17660
18fe2033
JJ
176612004-02-02 Jeff Johnston <jjohnstn@redhat.com>
17662
17663 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
17664 support.
17665 * gdb.base/langs.exp: Fix test which attempts to create
17666 breakpoint on non-existent function to handle new pending
17667 support.
17668 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
17669 a breakpoint.
17670 * gdb.base/pending.exp: New test.
17671 * gdb.base/pending.c: New file.
17672 * gdb.base/pendshr.c: Ditto.
17673
8d577d32
DC
176742004-02-02 David Carlton <carlton@kealia.com>
17675
17676 * gdb.cp/overload.exp: Add overloadNamespace tests.
17677 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
17678 (overloadNamespace, XXX): New.
17679 (main): Call XXX::marker2.
17680
3ad13771
FF
176812004-02-01 Fred Fish <fnf@redhat.com>
17682
17683 * gdb.base/dump.exp: Use runto_main instead of "runto main".
17684 * gdb.base/finish.exp: Ditto.
17685 * gdb.base/gcore.exp: Ditto.
17686 * gdb.base/huge.exp: Ditto.
17687 * gdb.base/info-proc.exp: Ditto.
17688 * gdb.base/return2.exp: Ditto.
17689 * gdb.threads/gcore-thread.exp: Ditto.
17690
44c75849
DJ
176912004-02-01 Daniel Jacobowitz <drow@mvista.com>
17692
17693 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
17694
005bc093
MK
176952004-02-01 Mark Kettenis <kettenis@gnu.org>
17696
17697 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
17698 that opening the file succeeds on OpenBSD.
17699
c47cebdb
DJ
177002004-02-01 Daniel Jacobowitz <drow@mvista.com>
17701
17702 * gdb.threads/thread-specific.c: New file.
17703 * gdb.threads/threads-specific.exp: New test script.
17704 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
17705 to expect_out.
17706
5a01311c
MK
177072004-02-01 Mark Kettenis <kettenis@gnu.org>
17708
17709 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
17710 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
17711 only on the "print_small_structs from print_long_arg_list" test.
17712
ce22a4f1
DJ
177132004-02-01 Daniel Jacobowitz <drow@mvista.com>
17714
17715 * gdb.base/completion.exp: Kill a stray backslash.
17716
17717 From Jim Ingham <jingham@apple.com>:
17718 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
17719 agrees with the result from sending a tab.
17720
abbab9d3
DJ
177212004-01-31 Daniel Jacobowitz <drow@mvista.com>
17722
17723 * gdb.base/chng-syms.exp: Remove stray newline.
17724
53904d1e
MK
177252004-01-31 Mark Kettenis <kettenis@gnu.org>
17726
17727 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
17728 *-*-openbsd*.
17729 * gdb.asm/openbsd.inc: New file.
17730
3a4b3aac
MK
177312004-01-30 Mark Kettenis <kettenis@gnu.org>
17732
17733 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
17734 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
17735 *-*solaris2*. Remove commented out default settings for
17736 asm-flags. Replace gdb_compile with target_link.
17737
ebac27b4
MC
177382004-01-29 Michael Chastain <mec.gnu@mindspring.com>
17739
17740 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
17741 for all tests. Remove old hp-ux and cygnus xfail cases.
17742
d8679d84
PH
177432004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
17744
17745 * gdb.base/chng-syms.exp: New file.
17746 * gdb.base/chng-syms.c: New file.
17747
0a55bc22
MC
177482004-01-24 Michael Chastain <mec.gnu@mindspring.com>
17749
17750 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
17751 Provide arms for current output in all my configurations.
17752
94b8e876
MC
177532004-01-24 Michael Chastain <mec.gnu@mindspring.com>
17754
17755 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
17756 * lib/compiler.cc: Likewise.
17757 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
17758 get the right preprocessor. Eval the output directly. Remove
17759 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
17760 hp_f77_compiler and hp_f90_compiler completely.
17761 (gdb_preprocess): Delete.
17762 (get_compiler): Delete.
17763
7cf03d44
MK
177642004-01-24 Mark Kettenis <kettenis@gnu.org>
17765
17766 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
17767 <string.h>.
17768
68b6dce9
NR
177692004-01-24 Nick Roberts <nick@nick.uklinux.net>
17770
17771 * gdb.mi/mi-stack.exp: Update copyright.
17772
b368761e
DC
177732004-01-23 David Carlton <carlton@kealia.com>
17774
17775 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
17776 test for cp_lookup_transparent_type.
17777 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
17778 call them.
17779
f2061b53
DJ
177802004-01-23 Daniel Jacobowitz <drow@mvista.com>
17781
17782 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
17783 after -var-update.
17784
37fc574a
DC
177852004-01-23 David Carlton <carlton@kealia.com>
17786
17787 * gdb.cp/namespace.cc (C::ensureRefs): New.
17788 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
17789
8e94b928
NR
177902004-01-20 Nick Roberts <nick@nick.uklinux.net>
17791
17792 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
17793 case "-stack-list-locals 2".
17794 * gdb.mi/mi-var-child.exp: Test for case
17795 "-var-list-children --all-values NAME".
17796
997b0952
MC
177972004-01-18 Michael Chastain <mec.gnu@mindspring.com>
17798
17799 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
17800
52470da3
MK
178012004-01-18 Mark Kettenis <kettenis@gnu.org>
17802
7049b4b8
MK
17803 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
17804 used with gdb_test_multiple.
17805
52470da3
MK
17806 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
17807 read at address 0. This fixes PR testsuite/1504.
17808
da6012e5
DJ
178092004-01-18 Daniel Jacobowitz <drow@mvista.com>
17810
17811 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
17812 Remove downloading, guessing the host executable, the calls to
17813 gdb_file_cmd and gdb_target_cmd, and "load" support.
17814 (infer_host_exec): New function broken out from gdb_load.
17815 (gdb_load): New wrapper for gdbserver_gdb_load.
17816 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
17817 gdb_target_cmd. Use -target-select.
17818 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
17819 Download binaries to the host. Clear last_mi_remote_file when
17820 we load a new binary.
17821 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
17822 call gdbserver_gdb_load and mi_gdb_target_cmd.
17823
32c70722
MC
178242004-01-17 Michael Chastain <mec.gnu@mindspring.com>
17825
17826 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
17827 type patterns.
17828
b0cecf36
MC
178292004-01-17 Michael Chastain <mec.gnu@mindspring.com>
17830
17831 * gdb.cp/templates.exp: Fix typo in test name of
17832 "print Foo<volatile char*>::foo".
17833
4120d7e6
MC
178342004-01-15 Michael Chastain <mec.gnu@mindspring.com>
17835
17836 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
17837
f679e530
BE
178382004-01-16 Ben Elliston <bje@wasabisystems.com>
17839
17840 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
17841 (clean mostlyclean): Remove empty rm.
17842
091c48f6
MC
178432004-01-15 Michael Chastain <mec.gnu@mindspring.com>
17844
17845 * gdb.base/setvar.exp: Add copyright years.
17846
3e5fc8d2
DC
178472004-01-14 David Carlton <carlton@bactrian.org>
17848
17849 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
17850 PR c++/1511 and update coment.
17851 * gdb.cp/templates.exp: Update patterns to match current output.
17852 If changes involve something other than whitespace, KFAIL
17853 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
17854
63d06c5c
DC
178552004-01-14 David Carlton <carlton@kealia.com>
17856
17857 * gdb.cp/namespace.exp: Add tests involving classes defined within
17858 namespaces.
17859 * gdb.cp/namespace.cc (C::CClass): New.
17860 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
17861
a51dab88
EZ
178622004-01-14 Elena Zannoni <ezannoni@redhat.com>
17863
17864 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
17865 what debug info we have. Print a better message if something goes
17866 wrong while producing the separate debug info file.
17867
a476ccc9
MC
178682004-01-14 Michael Chastain <mec.gnu@mindspring.com>
17869
17870 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
17871
f453692c
MC
178722004-01-14 Michael Chastain <mec.gnu@mindspring.com>
17873
17874 * gdb.base/callfuncs.c: Add copyright notice.
17875
f40063a5
MC
178762004-01-13 Michael Chastain <mec.gnu@mindspring.com>
17877
17878 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
17879 inheritance. PR gdb/1498, PR gcc/13539.
17880
19ac3974
EZ
178812004-01-13 Elena Zannoni <ezannoni@redhat.com>
17882
a9c64011
AS
17883 * gdb.threads/gcore-thread.exp: Prefix name of binary with
17884 test specific name.
17885 * gdb.mi/gdb669.exp: Ditto.
17886 * gdb.mi/mi-pthreads.exp: Ditto.
17887 * gdb.mi/mi1-pthreads.exp: Ditto.
17888 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 17889
56c97c6e
MC
178902004-01-12 Michael Chastain <mec.gnu@mindspring.com>
17891
17892 * gdb.cp/member-ptr.cc: Add copyright notice.
17893
a0644324
MC
178942004-01-12 Michael Chastain <mec.gnu@mindspring.com>
17895
17896 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
17897 some patterns for recent versions of gcc and hpacc. Delete
17898 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
17899 Delete tests that access a NULL pointer-to-member-data. This
17900 script is still disabled for gcc.
17901
32fabe09
EZ
179022004-01-12 Elena Zannoni <ezannoni@redhat.com>
17903
17904 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 17905 escaped correctly.
32fabe09 17906
1f8a6abb
EZ
179072004-01-12 Elena Zannoni <ezannoni@redhat.com>
17908
17909 * gdb.base/sepdebug.exp: New file.
17910 * gdb.base/sepdebug.c: New file.
17911 * lib/gdb.exp (separate_debug_filename): New procedure.
17912 (gdb_gnu_strip_debug): New procedure.
17913
48efe704
AC
179142004-01-12 Andrew Cagney <cagney@redhat.com>
17915
17916 * gdb.mi/ChangeLog: Delete file. Renamed to ...
17917 * gdb.mi/ChangeLog-1999-2003: New file.
17918
a9415475
AC
179192004-01-12 Andrew Cagney <cagney@redhat.com>
17920
17921 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
17922 "Renaming a directory to a non-empty directory returns ENOTEMPTY
17923 or EEXIST", treat EBUSY as an XFAIL.
17924
83b8cf9d
MC
179252004-01-11 Michael Chastain <mec.gnu@mindspring.com>
17926
17927 * gdb.base/scope.exp: Remove obsolete setup_xfail for
17928 hp_cc_compiler.
17929
9939d2a8
MC
179302004-01-10 Michael Chastain <mec.gnu@mindspring.com>
17931
17932 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
17933 decorations.
17934
1ff8cadf
MC
179352004-01-10 Michael Chastain <mec.gnu@mindspring.com>
17936
17937 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
17938 and "(aCC)" decorations. Remove obsolete doco about old
17939 test results.
17940
6fa9022e
MC
179412004-01-09 Michael Chastain <mec.gnu@mindspring.com>
17942
17943 * gdb.cp/exception.exp: Fix typo in doco.
17944
209721fe
MK
179452004-01-09 Mark Kettenis <kettenis@gnu.org>
17946
17947 * gdb.base/gdb1476.exp: Fix typo.
17948
ef11303e
MC
179492004-01-09 Michael Chastain <mec.gnu@mindspring.com>
17950
17951 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
17952 file.
17953
041ab88c
MC
179542004-01-09 Michael Chastain <mec.gnu@mindspring.com>
17955
17956 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
17957 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
17958 Use gdb_compile. Remove restriction on gcc. Add some patterns
17959 for recent version of gdb. Delete second half, which was a copy
17960 of the first half with different build flags. This test is
17961 still disabled because it is still not ready for production.
17962
e36d075a
MC
179632004-01-08 Michael Chastain <mec.gnu@mindspring.com>
17964
17965 * gdb.cp/exception.cc: Add copyright notice.
17966 * gdb.cp/exception.exp: Add a notice that this file is broken
17967 because of line number changes caused by addition of copyright
17968 notice.
17969
42b190ad
MC
179702004-01-08 Michael Chastain <mec.gnu@mindspring.com>
17971
17972 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
17973 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
17974
8f25f06b
MC
179752004-01-08 Michael Chastain <mec.gnu@mindspring.com>
17976
17977 * gdb.cp/classes.exp: Accept gnu abi 2.
17978 * gdb.cp/derivation.exp: Likewise.
17979 * gdb.cp/overload.exp: Likewise.
17980 * gdb.cp/virtfunc.exp: Likewise.
17981
06ded8b8
MC
179822004-01-08 Michael Chastain <mec.gnu@mindspring.com>
17983
17984 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
17985 semicolon after end of function.
17986
77c26ae3
MC
179872004-01-07 Michael Chastain <mec.gnu@mindspring.com>
17988
17989 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
17990 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
17991 boilerplate code for compiling and running the program under
17992 test. Add some string method tests.
17993
20757486
MC
179942004-01-07 Michael Chastain <mec.gnu@mindspring.com>
17995
17996 * gdb.cp/bs15503.cc: Add copyright notice.
17997 * gdb.cp/bs15503.exp: Adjust line number.
17998
0fd3b503
MC
179992004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18000
18001 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
18002 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
18003
10d1bea8
MC
180042004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18005
18006 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
18007 hp_cc_compiler.
18008
2789202a
MC
180092004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18010
18011 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
18012 * gdb.cp/ctti.exp: Use the marker instead of "next".
18013 With gcc, run further before bailing.
18014
b862f14c
MC
180152004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18016
18017 * gdb.cp/cttiadd.cc: Add copyright notice.
18018 * gdb.cp/cttiadd1.cc: Likewise.
18019 * gdb.cp/cttiadd2.cc: Likewise.
18020 * gdb.cp/cttiadd3.cc: Likewise.
18021
96da2469
MC
180222004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18023
18024 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
18025 Use gdb_test, gdb_test_multiple. Use floating-point values that
18026 have exact representations in IEEE-ish formats.
18027
053248ff
MC
180282004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18029
18030 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
18031 compilers. Delete duplicate call to get_compiler_info.
18032 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
18033 * gdb.base/volatile.exp: Likewise.
18034
84acecdd
MK
180352004-01-07 Mark Kettenis <kettenis@gnu.org>
18036
18037 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
18038 memory at address 0.
18039
fe11a27f
MC
180402004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18041
18042 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
18043 to test for hp-ux assembler. Fix copyright years.
18044
60ad077b
AC
180452004-01-07 Andrew Cagney <cagney@redhat.com>
18046
18047 * gdb.base/fileio.c (strerrno): Add "EBUSY".
18048
1c9b8f33
AC
180492004-01-07 Andrew Cagney <cagney@redhat.com>
18050
18051 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
18052 when creating the read-only file. From analysis by Roland McGrath
18053 and Elena Zannoni.
18054
753ccc7a
MC
180552004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18056
18057 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
18058
eca3e36b
MC
180592004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18060
18061 * gdb.base/cvexpr.c: Be type-safe with function pointers and
18062 data pointers.
18063
f8d4bac4
MC
180642004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18065
18066 * gdb.cp/m-static.exp: Compile one source file at a time.
18067 Delete unused call to get_compiler_info.
18068
9b4e0f94
MC
180692004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18070
18071 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
18072 * gdb.base/call-rt-st.exp: Likewise.
18073 * gdb.base/nodebug.exp: Likewise.
18074 * gdb.base/volatile.exp: Likewise.
18075 * gdb.cp/ref-types.exp: Likewise.
18076 * gdb.cp/templates.exp: Likewise.
18077
023c1024
MK
180782004-01-05 Mark Kettenis <kettenis@gnu.org>
18079
18080 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
18081
19703c4a
MC
180822004-01-05 Michael Chastain <mec.gnu@mindspring.com>
18083
18084 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
18085 hppa*-hp-hpux*.
18086
18b67037
MK
180872004-01-04 Mark Kettenis <kettenis@gnu.org>
18088
ba6219c8
MK
18089 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
18090 x86_64-*-*.
18091
18b67037
MK
18092 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
18093 sparc64-*-* and sparc*-solaris2*.
18094
1bfbbb9d
MK
180952004-01-04 Mark Kettenis <kettenis@gnu.org>
18096
18097 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
18098 return ${tests}" test. The ${tests} already mentions the
18099 filename.
18100
06846494
MC
181012004-01-02 Michael Chastain <mec.gnu@mindspring.com>
18102
18103 * gdb.cp/local.exp: Accept gcc abi 2.
18104
3b0cb202
MC
181052004-01-02 Michael Chastain <mec.gnu@mindspring.com>
18106
18107 * gdb.cp/templates.exp: Accept gcc abi 2.
18108
0643ec3f
MC
181092004-01-02 Michael Chastain <mec.gnu@mindspring.com>
18110
18111 * lib/compiler.cc: Remove supports_template_debugging.
18112 * gdb.cp/templates.exp: Do not test supports_template_debugging.
18113
d231d0b1
MC
181142004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18115
18116 * gdb.cp/namespace.exp: Accept gcc abi 2.
18117
44ffb27c
MC
181182004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18119
18120 * gdb.cp/method.exp: Accept gcc abi 2.
18121
184ad485
MC
181222004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18123
18124 * gdb.cp/classes.exp: Generate identical results as old version.
18125 * gdb.cp/derivation.exp: Likewise.
18126 * gdb.cp/overload.exp: Likewise.
18127 * gdb.cp/virtfunc.exp: Likewise.
18128
116f09e7
MC
181292004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18130
18131 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
18132 mysterious bug with sourceware version of expect.
18133
b1379776
MC
181342004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18135
18136 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
18137 current versions of gcc, including gcc abi 2. Remove gratuitous
18138 restart of test program. Use gdb_test_multiple and gdb_test for
18139 all tests. Add patterns to xfail missing "const" in "const char *"
18140 and kfail PR gdb/1155.
18141
6b7a4c0e
MC
181422004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18143
18144 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
18145 current versions of gcc, including gcc abi 2. Remove gratuitous
18146 restart of test program. Use gdb_test_multiple and gdb_test for
18147 all tests. Add patterns to kfail PR gdb/1498.
18148
51615d72
MC
181492003-12-31 Michael Chastain <mec.gnu@mindspring.com>
18150
18151 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
18152 current versions of gcc, including gcc abi 2. Use "breakpoint"
18153 and "continue" instead of restarting the target program. Use
18154 gdb_test_multiple and gdb_test for all tests.
18155
7b79a9d7
MK
181562004-01-01 Mark Kettenis <kettenis@gnu.org>
18157
18158 * gdb.asm/asm-source.exp: Update copyright year. Link statically
18159 for *-*-solaris2*.
18160
1cd3489f
MC
181612003-12-31 Michael Chastain <mec.gnu@mindspring.com>
18162
18163 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
18164 current versions of gcc, including gcc abi 2. Use "breakpoint"
18165 and "continue" instead of restarting the target program several
18166 times. Use gdb_test_multiple and gdb_test for all tests.
18167
850742db
MC
181682003-12-18 Michael Chastain <mec.gnu@mindspring.com>
18169
18170 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
18171 source files.
18172
eb4bbda8
MC
181732003-12-16 Michael Chastain <mec.gnu@mindspring.com>
18174
18175 * gdb.base/environ.exp: Handle compiling test case from multiple
18176 source files.
18177
e42c7771
MC
181782003-12-16 Michael Chastain <mec.gnu@mindspring.com>
18179
18180 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
18181
80e4b428
JB
181822003-12-17 Jim Blandy <jimb@redhat.com>
18183
5f06973a
JB
18184 * gdb.base/freebpcmd.c: Add copyright notice.
18185
80e4b428
JB
18186 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
18187
0ab84fb7
MC
181882003-12-16 Michael Chastain <mec.gnu@mindspring.com>
18189
18190 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
18191
1b3bb3d0
JB
181922003-12-13 Jim Blandy <jimb@redhat.com>
18193
18194 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
18195
3a4c9371
KB
181962003-12-12 Kevin Buettner <kevinb@redhat.com>
18197
18198 * gdb.asm/frv.inc: New file.
18199 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
18200
a1dea79a
FF
182012003-12-09 Fred Fish <fnf@redhat.com>
18202
18203 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
18204 functions to break1.c and leave prototypes behind. Add more
18205 "set breakpoint NN here" comments.
18206 * gdb.base/break1.c: New file.
18207
18208 * gdb.base/break.exp: Handle compiling test case from multiple
18209 source files and change source file references as needed.
18210 * gdb.base/completion.exp: Ditto.
18211 * gdb.base/condbreak.exp: Ditto.
18212 * gdb.base/define.exp: Ditto.
18213 * gdb.base/ena-dis-br.exp: Ditto.
18214 * gdb.base/info-proc.exp: Ditto.
18215 * gdb.base/maint.exp: Ditto.
18216 * gdb.base/until.exp: Ditto.
18217
18218 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
18219 hardcoded line numbers.
18220 * gdb.base/define.exp: Ditto.
18221 * gdb.base/ena-dis-br.exp: Ditto.
18222 * gdb.base/maint.exp: Ditto.
18223 * gdb.base/until.exp: Ditto.
18224
18225 * gdb.base/completion.exp: Use "break1" for completion tests since
18226 "break" is no longer a unique prefix.
18227
5266b69c
AC
182282003-12-06 Andrew Cagney <cagney@redhat.com>
18229
18230 * gdb.base/structs.exp (test_struct_returns): When applicable, set
18231 "return_value_unimplemented". When an unimplemented struct return
18232 architecture, report incorrect values as a KFAIL
18233
374451f0
MC
182342003-12-05 Michael Chastain <mec.gnu@mindspring.com>
18235
18236 * gdb.cp/rtti.exp: Accept new wording of warning from
18237 cp_lookup_rtti_type.
18238
ba9b20a7
MC
182392003-12-05 Michael Chastain <mec.gnu@mindspring.com>
18240
18241 Partial fix for PR testsuite/1456.
18242 * gdb.base/scope.exp (test_at_main): Replace references to
18243 gcc_compiled with calls to test_compiler_info.
18244 (test_at_foo): Likewise.
18245 (test_at_bar): Likewise.
18246
b74b6d0b
MC
182472003-12-04 Michael Chastain <mec.gnu@mindspring.com>
18248
18249 Partial fix for PR testsuite/1456.
18250 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
18251 to test_compiler_info.
18252
ccfa3402
MC
182532003-12-03 Michael Chastain <mec.gnu@mindspring.com>
18254
18255 * gdb.base/so-impl-ld.exp: Update copyright notice.
18256
f6246aba
MC
182572003-12-02 Michael Chastain <mec.gnu@mindspring.com>
18258
18259 Partial fix for PR testsuite/1456.
18260 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
18261 to test_compiler_info.
18262
13ae734a
MC
182632003-11-28 Michael Chastain <mec.gnu@mindspring.com>
18264
18265 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
18266 from current versions of gdb. Clean up regular expressions.
18267 Delete redundant timeout case.
18268
d8e1cdee
MC
182692003-11-28 Michael Chastain <mec.gnu@mindspring.com>
18270
18271 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
18272 from current versions of gdb. Clean up regular expressions.
18273 Delete redundant timeout case.
18274
96457b64
MC
182752003-12-01 Michael Chastain <mec.gnu@mindspring.com>
18276
18277 Partial fix for PR testsuite/1456.
18278 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
18279 gcc_compiled with call to test_compiler_info.
18280
f35309fc
MC
182812003-11-30 Michael Chastain <mec.gnu@mindspring.com>
18282
18283 Partial fix for PR testsuite/1456.
18284 * gdb.base/list.exp (test_list_function): Delete unused declaration
18285 of gcc_compiled.
18286
d7afdf9b
MC
182872003-11-29 Michael Chastain <mec.gnu@mindspring.com>
18288
18289 Partial fix for PR testsuite/1456.
18290 * gdb.base/complex.exp: Replace reference to gcc_compiled with
18291 call to test_compiler_info.
18292
71507b56
MK
182932003-11-29 Mark Kettenis <kettenis@gnu.org>
18294
18295 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
18296 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
18297 it to create the appropriate note.inc.
18298 * gdb.asm/asmsrc1.s: Include "note.inc".
18299 * gdb.asm/netbsd.inc: New file.
18300 * gdb.asm/empty.inc: New file.
18301
f81f93f7
MC
183022003-11-28 Michael Chastain <mec.gnu@mindspring.com>
18303
18304 Partial fix for PR testsuite/1456.
18305 * gdb.base/constvars.exp: Replace references to gcc_compiled with
18306 calls to test_compiler_info.
18307
9a77938e
MC
183082003-11-27 Michael Chastain <mec.gnu@mindspring.com>
18309
18310 Partial fix for PR testsuite/1456.
18311 * gdb.base/volatile.exp: Replace references to gcc_compiled with
18312 calls to test_compiler_info.
18313
e8367dc7
MK
183142003-11-27 Mark Kettenis <kettenis@gnu.org>
18315
18316 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
18317 pattern for the KFAILs.
18318
526c61ee
AF
183192003-11-25 Adam Fedor <fedor@gnu.org>
18320
18321 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
18322 * gdb.objc/objcdecode.m: New file.
18323
28f2d600
AF
183242003-11-25 Adam Fedor <fedor@gnu.org>
18325
18326 * gdb.objc/nondebug.exp: Test for PR objc/1236.
18327 * gdb.objc/nondebug.m: New file.
18328
a3895cee
BE
183292003-11-26 Ben Elliston <bje@wasabisystems.com>
18330
18331 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
18332 NetBSD as it does on FreeBSD. Modelled on a similar change by
18333 Mark Kettenis on 2003-05-30.
18334 (link-flags): Set to "--entry _start" regardless of target.
18335 Special linker flags are to be appended to $link-flags.
18336 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
18337
c9f2c8a3
MC
183382003-11-25 Michael Chastain <mec.gnu@mindspring.com>
18339
18340 * gdb.cp/method.exp: Accept output of new demangler.
18341
15a0587a 183422003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
18343
18344 * gdb/class2.exp: New file.
18345 * gdb/class2.cc: New file.
18346
3c00b570
MC
183472003-11-25 Michael Chastain <mec.gnu@mindspring.com>
18348
18349 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
18350 of new demangler.
18351
7027acc7
MK
183522003-11-23 Mark Kettenis <kettenis@gnu.org>
18353
18354 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
18355 of gdb_test "run".
18356
b0e1598a
MK
183572003-11-23 Mark Kettenis <kettenis@gnu.org>
18358
18359 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
18360 "continue" into "run".
18361
4d9eda44
MC
183622003-11-23 Michael Chastain <mec.gnu@mindspring.com>
18363
18364 Partial fix for PR testsuite/1456.
18365 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
18366 call to test_compiler_info.
18367 * gdb.cp/ctti.exp: Likewise.
18368 * gdb.cp/derivation.exp: Likewise.
18369 * gdb.cp/member-ptr.exp: Likewise.
18370 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
18371 reference to gcc_compiled.
18372
183732003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
18374
18375 Fix PR testsuite/1463.
18376 * gdb.base/structs.exp (start_structs_test): Call
18377 get_debug_format before using the debug format.
18378
d422fe19
AC
183792003-11-22 Andrew Cagney <cagney@redhat.com>
18380
18381 * lib/gdb.exp (gdb_test_multiple): Add simple example.
18382 * gdb.base/structs.exp: Use gdb_test_multiple.
18383
039cf96d
AC
183842003-11-20 Andrew Cagney <cagney@redhat.com>
18385
6882279b
AC
18386 * gdb.base/structs.exp: Handle and recover from internal errors.
18387 Replace "foo${n}" with "foo<n>" in test messages.
18388
e53890ae
AC
18389 * gdb.base/structs.exp: Update copyright. Rewrite.
18390 * gdb.base/structs.c: Update copyright. Rewrite.
18391
2b211c59
AC
18392 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
18393 resync count exceeded.
d63a86f8 18394
039cf96d
AC
18395 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
18396 from the internal error.
18397 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
18398 Original from Jim Blandy.
18399 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 18400
eac98b22
AC
184012003-11-19 Andrew Cagney <cagney@redhat.com>
18402
18403 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
18404 KFAIL.
18405
67455b2a
MK
184062003-11-17 Mark Kettenis <kettenis@gnu.org>
18407
18408 New testcase for PR backtrace/1435.
18409 * gdb.arch/i386-unwind.exp: New file.
18410 * gdb.arch/i386-unwind.c: New file.
18411
853d6e5b
AC
184122003-11-17 Andrew Cagney <cagney@redhat.com>
18413
18414 * lib/gdb.exp (compiler_info): New global.
18415 (test_compiler_info): New function.
18416 (get_compiler_info): Set compiler_info.
18417 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
18418 "compiler_info" to gcc-<major>-<minor>.
18419
38cf6e11
MC
184202003-11-15 Michael Chastain <mec.gnu@mindspring.com>
18421
18422 * gdb.trace/configure: Remove.
18423
a50d3602
EZ
184242003-11-13 Elena Zannoni <ezannoni@redhat.com>
18425
18426 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 18427 breakpoints.
a50d3602
EZ
18428 * gdb.base/break.exp: Remove all references to explicit line
18429 numbers.
18430
d9407aaa
NC
184312003-11-11 Nick Clifton <nickc@redhat.com>
18432
18433 * gdb.base/shreloc.exp: Do not run for targets which do not
18434 support shared objects.
18435
db488fc1
CV
184362003-11-10 Corinna Vinschen <vinschen@redhat.com>
18437
18438 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
18439 Don't run tests if nofileio flag is given.
18440
6a90a18e
EZ
184412003-11-07 Elena Zannoni <ezannoni@redhat.com>
18442
18443 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 18444 as well as 'Watchpoint'.
6a90a18e 18445
0b915e9c
EZ
184462003-11-06 Elena Zannoni <ezannoni@redhat.com>
18447
18448 Reported by Jim Ingham <jingham@apple.com>:
18449 * gdb.base/annota1.exp: Match at least one occurrence of the
18450 signal handler annotation.
18451
d7e4b55f
EZ
184522003-11-06 Elena Zannoni <ezannoni@redhat.com>
18453
a9c64011
AS
18454 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
18455 as well as 'Watchpoint'.
d7e4b55f 18456
2fe4e8d0
MC
184572003-11-05 Michael Chastain <mec@shout.net>
18458
18459 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
18460
6ef88553
KW
184612003-11-03 Kris Warkentin <kewarken@qnx.com>
18462
18463 * gdb.arch/gdb1291.c: New test file.
18464 * gdb.arch/gdb1291.exp: New test script.
18465 * gdb.arch/gdb1431.c: New test file.
18466 * gdb.arch/gdb1431.exp: New test script.
18467
ae7dc4d8
MC
184682003-10-22 Michael Chastain <mec@shout.net>
18469
18470 * gdb.mi/pthreads.c: Add copyright notice.
18471
c39d7427
MC
184722003-10-22 Michael Chastain <mec@shout.net>
18473
18474 * gdb.threads/pthreads.c: Add copyright notice.
18475
8b7d96c1
MC
184762003-10-20 Michael Chastain <mec@shout.net>
18477
18478 * gdb.base/gdb1056.exp: New test script.
18479
d1d69fdd
DJ
184802003-10-13 Daniel Jacobowitz <drow@mvista.com>
18481
18482 * gdb.threads/killed.exp: Use gdb_run_cmd.
18483
7d605576
DJ
184842003-10-13 Daniel Jacobowitz <drow@mvista.com>
18485
18486 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
18487 create a core file.
18488 * gdb.threads/gcore-thread.exp: Likewise.
18489
618ec112
CV
184902003-10-13 Corinna Vinschen <vinschen@redhat.com>
18491
18492 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
18493 type, based on char type.
18494 (struct bit_flags_short_t): New bitfield type, based on short type.
18495 (init_bit_flags_char): New fuction.
18496 (init_bit_flags_short): Ditto.
18497 (print_bit_flags_char): Ditto.
18498 (print_bit_flags_short): Ditto.
18499 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
18500
9367a73c
MC
185012003-10-11 Michael Chastain <mec@shout.net>
18502
18503 * gdb.base/call-rt-st.exp: Update copyright year.
18504
1decf120
KI
185052003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
18506
18507 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
18508 * gdb.disasm/sh3.s: Ditto.
18509
5445b2ae
DJ
185102003-10-07 Daniel Jacobowitz <drow@mvista.com>
18511
18512 * gdb.threads/switch-threads.exp: New test.
18513 * gdb.threads/switch-threads.c: New source file.
18514
aec24853
CV
185152003-10-07 Corinna Vinschen <vinschen@redhat.com>
18516
18517 * gdb.base/ending-run.exp: Add sh specific case.
18518
adc7428d
AC
185192003-10-06 Andrew Cagney <cagney@redhat.com>
18520
18521 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
18522 * gdb.disasm/mn10200.exp: Delete obsolete file.
18523
c9d37158
DJ
185242003-09-29 Daniel Jacobowitz <drow@mvista.com>
18525
18526 * ChangeLog: Correct an entry command.exp -> commands.exp.
18527 * gdb.base/commands.exp (bp_deleted_in_command_test)
18528 (temporary_breakpoint_commands): Check noargs.
18529
79c2c32d
DC
185302003-09-25 David Carlton <carlton@kealia.com>
18531
18532 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
18533 of some print tests, where appropriate. Add tests for C::D::cd,
18534 E::ce, F::cXfX, G::XgX.
18535 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
18536
594e6d67
RE
185372003-09-25 Richard Earnshaw <rearnsha@arm.com>
18538
18539 * lib/java.exp (java_init): Import target_alias before using it.
18540
10f0d451
DC
185412003-09-25 David Carlton <carlton@kealia.com>
18542
18543 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
18544
274bcba0
EZ
185452003-09-23 Elena Zannoni <ezannoni@redhat.com>
18546
d63a86f8 18547 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 18548 weirdness.
274bcba0 18549
cdbf20f7
MC
185502003-09-17 Michael Chastain <mec@shout.net>
18551
18552 * gdb.cp/gdb1355.exp: New file.
18553 * gdb.cp/gdb1355.c: New file.
18554
71e06f80
CV
185552003-09-15 Corinna Vinschen <vinschen@redhat.com>
18556
18557 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
18558 * gdb.asm/sh.inc: New file.
18559
5c4e30ca
DC
185602003-09-11 David Carlton <carlton@kealia.com>
18561
bd45b7af
DC
18562 * gdb.cp/namespace.exp: Add tests for namespace types.
18563 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
18564 (test_namespace): New.
18565
1c199746
EZ
185662003-09-11 Elena Zannoni <ezannoni@redhat.com>
18567
a9c64011 18568 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 18569 * gdb.stabs/weird.exp: Ditto.
1c199746 18570
04ed252f
MC
185712003-09-08 Michael Chastain <mec@shout.net>
18572
18573 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
18574
d8a2d9e7
MC
185752003-09-07 Michael Chastain <mec@shout.net>
18576
18577 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
18578 'parse error'.
18579
161afb24
MK
185802003-09-07 Mark Kettenis <m.kettenis@osp.nl>
18581
18582 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
18583
49f2741a
MC
185842003-08-30 Michael Chastain <mec@shout.net>
18585
18586 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
18587 * gdb.gdb/observer.exp: Ditto.
18588 * gdb.gdb/xfullpath.exp: Ditto.
18589
8afa723e
MK
185902003-08-29 Mark Kettenis <kettenis@gnu.org>
18591
18592 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
18593 *-*-*bsd*.
18594
f31dfe3b
JJ
185952003-08-28 Jeff Johnston <jjohnstn@redhat.com>
18596
18597 * gdb.base/dump.exp: Skip for ia64.
18598
4630e498
JJ
185992003-08-25 Jeff Johnston <jjohnstn@redhat.com>
18600
18601 * gdb.asm/asm-source.exp: Add ia64 support.
18602 * gdb.asm/ia64.inc: New file.
18603
1105b7ef
MC
186042003-08-22 Michael Chastain <mec@shout.net>
18605
18606 * gdb.cp: New directory.
18607 * gdb.cp/*: Copy from gdb.c++/*.
18608 * gdb.c++/*: Remove.
18609 * Makefile.in: Change gdb.c++ to gdb.cp.
18610 * configure.in: Ditto.
18611 * configure: Regnerate.
18612
c945b932
MK
186132003-08-18 Mark Kettenis <kettenis@gnu.org>
18614
18615 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
18616 * gdb.arch/i386-prologue.c (gdb1338): Add function.
18617
2b66634b
DJ
186182003-08-17 Daniel Jacobowitz <drow@mvista.com>
18619
18620 * mi-var-display.exp (-var-list-children weird): Accept function
18621 pointers with argument types.
18622 * mi1-var-display.exp (-var-list-children weird): Likewise.
18623 * mi2-var-display.exp (-var-list-children weird): Likewise.
18624
a356f73b
DJ
186252003-08-17 Daniel Jacobowitz <drow@mvista.com>
18626
18627 * gdb.base/annota3.exp: Add missing newline.
18628
483417b8
MC
186292003-08-06 Michael Chastain <mec@shout.net>
18630
18631 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
18632
c99c59c3
MS
186332003-08-12 Michael Snyder <msnyder@redhat.com>
18634
18635 * gdb.base/float.exp: Add test for SH.
18636
55ed7501
MK
186372003-08-10 Mark Kettenis <kettenis@gnu.org>
18638
18639 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
18640
1a371f2e
EZ
186412003-08-07 Elena Zannoni <ezannoni@redhat.com>
18642
18643 * gdb.base/completion.exp: Remove reduntant completion test
18644 on filename.
18645
e0f353ce
EZ
186462003-08-07 Elena Zannoni <ezannoni@redhat.com>
18647
a9c64011
AS
18648 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
18649 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
18650 gdb.trace/save-trace.exp: Make sure that full pathnames are
18651 escaped correctly.
e0f353ce 18652
5710a1af 186532003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 18654
a9c64011
AS
18655 * configure.in: Don't generate config.h from config.hin.
18656 * configure: Regenerate.
18657 * config.hin: Remove file.
18658 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
18659 * gdb.threads/pthreads.c: Ditto.
5710a1af 18660
dcd81ce9
DJ
186612003-08-07 Daniel Jacobowitz <drow@mvista.com>
18662
18663 From Kei Sakamoto <sakamoto.kei@renesas.com>:
18664 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
18665 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
18666 Replace ld24 with seth/add3.
18667
6009d884
AC
186682003-08-02 Andrew Cagney <cagney@redhat.com>
18669
18670 * gdb.base/annota3.exp: New file.
18671 * gdb.base/annota3.c: New file.
18672 * gdb.c++/annota3.exp: New file.
18673 * gdb.c++/annota3.cc: New file.
18674
51514e06
MC
186752003-07-29 Michael Chastain <mec@shout.net>
18676
18677 * gdb.threads/tls.c (spin): Check errno only if sem_wait
18678 actually failed.
18679 (do_pass): Likewise.
18680 * gdb.threads/tls.exp: Always initialize no_of_threads.
18681
4ee6625b
DJ
186822003-07-27 Daniel Jacobowitz <drow@mvista.com>
18683
18684 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
18685 pattern.
18686 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
18687 * gdb.threads/tls.exp: Recognize one case of the host library not
18688 supporting TLS.
18689
225f2bf6
AC
186902003-07-27 Andrew Cagney <cagney@redhat.com>
18691
18692 * gdb.base/fileio.exp: Use SH when running commands using
18693 remote_exec.
18694
bcb27c9f
DJ
186952003-07-24 Daniel Jacobowitz <drow@mvista.com>
18696
18697 From Kei Sakamoto <sakamoto.kei@renesas.com>:
18698 * gdb.base/relocate.c (dummy): New padding array.
18699
3d67be83
MS
187002003-07-22 Michael Snyder <msnyder@redhat.com>
18701
d63a86f8 18702 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
18703
18704 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
18705 patterns to be more general, accepting old and new output.
18706 Some output chars (such as '+') also must be quoted.
d63a86f8 18707 Some addresses are displayed numerically instead of
3d67be83
MS
18708 symbolically.
18709
57ba3b85
MS
187102003-07-23 Michael Snyder <msnyder@redhat.com>
18711
686d097c
MS
18712 * gdb.base/return2.exp: Don't test long-long return.
18713
57ba3b85
MS
18714 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
18715 * gdb.disasm/t01_mov.exp: Ditto.
18716 * gdb.disasm/t02_mova.s: Ditto.
18717 * gdb.disasm/t02_mova.exp: Ditto.
18718 * gdb.disasm/t03_add.s: Ditto.
18719 * gdb.disasm/t03_add.exp: Ditto.
18720 * gdb.disasm/t04_sub.s: Ditto.
18721 * gdb.disasm/t04_sub.exp: Ditto.
18722 * gdb.disasm/t05_cmp.s: Ditto.
18723 * gdb.disasm/t05_cmp.exp: Ditto.
18724 * gdb.disasm/t06_ari2.s: Ditto.
18725 * gdb.disasm/t06_ari2.exp: Ditto.
18726 * gdb.disasm/t07_ari3.s: Ditto.
18727 * gdb.disasm/t07_ari3.exp: Ditto.
18728 * gdb.disasm/t08_or.s: Ditto.
18729 * gdb.disasm/t08_or.exp: Ditto.
18730 * gdb.disasm/t09_xor.s: Ditto.
18731 * gdb.disasm/t09_xor.exp: Ditto.
18732 * gdb.disasm/t10_and.s: Ditto.
18733 * gdb.disasm/t10_and.exp: Ditto.
18734 * gdb.disasm/t11_logs.s: Ditto.
18735 * gdb.disasm/t11_logs.exp: Ditto.
18736 * gdb.disasm/t12_bit.s: Ditto.
18737 * gdb.disasm/t12_bit.exp: Ditto.
18738 * gdb.disasm/t13_otr.s: Ditto.
18739 * gdb.disasm/t13_otr.exp: Ditto.
18740
e00759ef
EZ
187412003-07-22 Elena Zannoni <ezannoni@redhat.com>
18742
18743 * gdb.threads/tls.exp :Add kfail for 'info address' case.
18744
8bc2021f
EZ
187452003-07-22 Elena Zannoni <ezannoni@redhat.com>
18746
a9c64011
AS
18747 * gdb.threads/tls.c : New file.
18748 * gdb.threads/tls.exp : New file.
18749 * gdb.threads/tls-main.c : New file.
18750 * gdb.threads/tls-shared.c : New file.
18751 * gdb.threads/tls-shared.exp : New file.
8bc2021f 18752
89320c4c
AS
187532003-07-22 Andreas Schwab <schwab@suse.de>
18754
18755 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
18756
180dea7c
AS
187572003-07-20 Andreas Schwab <schwab@suse.de>
18758
18759 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
18760 due to insn reordering.
18761
0714963c
AC
187622003-07-15 Andrew Cagney <cagney@redhat.com>
18763
18764 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
18765
98a23b3f
MC
187662003-07-15 Michael Chastain <mec@shout.net>
18767
18768 * gdb.base/gdb1250.exp: New file.
18769 * gdb.base/gdb1250.c: New file.
18770
27e417a2
ML
187712003-07-09 Michal Ludvig <mludvig@suse.cz>
18772
18773 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
18774 expansion of size_t to 'unsigned long', not only to 'unsigned'.
18775
8bc2021f
EZ
187762003-07-09 Elena Zannoni <ezannoni@redhat.com>
18777
a9c64011
AS
18778 * gdb.threads/tls.c: New file.
18779 * gdb.threads/tls.exp: New file.
18780 * gdb.threads/tls-main.c: New file.
18781 * gdb.threads/tls-shared.c: New file.
18782 * gdb.threads/tls-shared.exp: New file.
8bc2021f 18783
d99968dc
EZ
187842003-07-09 Elena Zannoni <ezannoni@redhat.com>
18785
18786 * gdb.base/annota1.exp: Make sure that we properly escape the
18787 full path of the source file. Xfail more permissive patterns,
d63a86f8 18788 due to a compiler debug info problem.
d99968dc 18789
83876b3b
AS
187902003-07-07 Andreas Schwab <schwab@suse.de>
18791
2705e972
AS
18792 * gdb.asm/m68k.inc: New file.
18793 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
18794
83876b3b
AS
18795 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
18796 arguments"): Also match negative number.
18797
18798 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
18799
3a871b37
DJ
188002003-07-03 Daniel Jacobowitz <drow@mvista.com>
18801
18802 * gdb.base/store.c (charest): New typedef.
18803 (add_char): Rename to add_charest, update.
18804 (wack_char): Rename to wack_charest, update types. Return l + r
18805 to keep r live across the call.
18806 (wack_short, wack_int, wack_long, wack_longest, wack_float)
18807 (wack_double, wack_doublest): Return l + r to keep r live across
18808 the call.
18809 * gdb.base/store.exp: Accomodate store.c changes.
18810
b2a7f303
DC
188112003-06-30 David Carlton <carlton@kealia.com>
18812
18813 * gdb.c++/maint.exp (test_invalid_name): New.
18814 (test_first_component): Add tests for invalid names.
18815
3c6cb4a1
MC
188162003-06-29 Michael Chastain <mec@shout.net>
18817
18818 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
18819 output of '<VTT for class>' for virtual base classes.
18820
f1c2644b
DJ
188212003-06-29 Daniel Jacobowitz <drow@mvista.com>
18822
18823 * gdb.base/completion.exp: Tab-complete "complet" instead of
18824 "compl".
18825 * gdb.base/complex.exp, gdb.base/complex.c: New files.
18826
18080350
DJ
188272003-06-29 Daniel Jacobowitz <drow@mvista.com>
18828
18829 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
18830 * gdb.base/volatile.exp: Likewise.
18831
f56973f8
DJ
188322003-06-29 Daniel Jacobowitz <drow@mvista.com>
18833
18834 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
18835 gdb/1265.
18836
188372003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
18838 Daniel Jacobowitz <drow@mvista.com>
18839
18840 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
18841 initial line count of 'captured_main' from 26 to 32.
18842 (test_with_self): Allow xmalloc call to be interleaved with the
18843 preceding two lines.
18844
e766d4d6
JB
188452003-06-24 Joel Brobecker <brobecker@gnat.com>
18846
18847 * gdb.base/bang.exp: New testcase.
18848
f125c9a4
JB
188492003-06-23 Joel Brobecker <brobecker@gnat.com>
18850
18851 * gdb.base/langs.exp: Add some tests for the "minimal" language
18852 support.
18853
6e25beaf
EZ
188542003-06-23 Elena Zannoni <ezannoni@redhat.com>
18855
18856 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
18857 the testcase.
18858
2f816dda
DJ
188592003-06-22 Daniel Jacobowitz <drow@mvista.com>
18860
18861 * gdb.base/relocate.exp: Test add-symbol-file with a variable
18862 offset.
18863
db5a5748
DJ
188642003-06-22 Daniel Jacobowitz <drow@mvista.com>
18865
18866 * gdb.c++/pr-1210.cc: New file.
18867 * gdb.c++/pr-1210.exp: New file.
18868
1df0c130
DJ
188692003-06-21 Daniel Jacobowitz <drow@mvista.com>
18870
18871 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
18872 000-exec-continue.
18873
a92feac0
MK
188742003-06-15 Mark Kettenis <kettenis@gnu.org>
18875
18876 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
18877 on *-*-*bsd* instead of *-*-freebsd*.
18878
81a58f5b
AC
188792003-06-14 Andrew Cagney <cagney@redhat.com>
18880
18881 * gdb.base/store.exp: Test longest and doublest. Test all
18882 parameters. Weaken return statement match.
18883 * gdb.base/store.c: Add longest and doublest - aka long long and
18884 long double functions. Put all parameters into local register
18885 variables. Use negative values.
18886
b257a0d3
AC
188872003-06-14 Andrew Cagney <cagney@redhat.com>
18888
18889 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
18890 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
18891 exit status.
18892 * gdb.base/fileio.exp: Disable target when nointerrupts and
18893 noinferiorio, instead of limiting it to remote. Use remote_exec
18894 instead of system.
d63a86f8 18895
21c38304
JJ
188962003-06-12 Jeff Johnston <jjohnstn@redhat.com>
18897
18898 * gdb.base/float.exp: Add ia64 support.
18899
1bcdb424
CV
189002003-06-12 Corinna Vinschen <vinschen@redhat.com>
18901
18902 * gdb.base/fileio.exp: Run only on remote targets.
18903
6aeb981f
CV
189042003-06-10 Corinna Vinschen <vinschen@redhat.com>
18905
18906 * gdb.base/fileio.c: New file, testing File-I/O.
18907 * gdb.base/fileio.exp: Ditto.
18908
53df362e
RG
189092003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
18910
18911 * gdb.base/shreloc.exp: New file, check symbol values obtained from
18912 shared objects after relocation at load time (gdb PR/1132).
18913 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 18914 as above, part of the shared object relocation test.
53df362e 18915
ffee1b46
MK
189162003-06-08 Mark Kettenis <kettenis@gnu.org>
18917
b5ca3722
MK
18918 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
18919 fully filled history list.
18920 * gdb.base/gdb_history: New file.
18921
03ed860d
MK
18922 * gdb.base/signals.exp: XFAIL "continue to func1" on
18923 i*86-*-freebsd*.
18924
ffee1b46
MK
18925 * gdb.base/attach.exp: When trying to attach to a nonexistent
18926 process, make it possible to specify the PID based on the target,
18927 and do so for *-*-freebsd*.
18928
d80dbb52
RH
189292003-06-02 Richard Henderson <rth@redhat.com>
18930
18931 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
18932
6dd77b81
RH
189332003-06-02 Richard Henderson <rth@redhat.com>
18934
18935 * gdb.base/selftest.exp: Next over lim_at_start initialization.
18936
f6347e16
RH
189372003-06-02 Richard Henderson <rth@redhat.com>
18938
18939 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
18940
2c161407
DJ
189412003-06-01 Daniel Jacobowitz <drow@mvista.com>
18942
18943 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
18944 of globalvar.
18945
572eb746
MK
189462003-06-01 Mark Kettenis <kettenis@gnu.org>
18947
18948 * gdb.asm/asm-source.exp: Check for memory read errors in
18949 disassembler test on *BSD too.
18950
9e9617a5
RH
189512003-06-01 Richard Henderson <rth@redhat.com>
18952
18953 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
18954 for .frame.
18955 (gdbasm_call): Lose ldgp.
18956 (gdbasm_startup): Add frame information.
18957 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
18958
7b34ad4e
MK
189592003-05-31 Mark Kettenis <kettenis@gnu.org>
18960
18961 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
18962 i?86-*-*.
18963
10059fdf
MK
189642003-05-30 Mark Kettenis <kettenis@gnu.org>
18965
18966 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
18967 FreeBSD.
18968
acf4b816
RH
189692003-05-29 Richard Henderson <rth@redhat.com>
18970
18971 * gdb.asm/alpha.inc: New file.
18972 * gdb.asm/asm-source.exp: Use it.
18973
e9ecd949
JB
189742003-05-29 Jim Blandy <jimb@redhat.com>
18975
18976 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
18977 'core.PID'.
18978
e3e5a4f3
JB
189792003-05-22 Jim Blandy <jimb@redhat.com>
18980
18981 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
18982 backtrace.
d63a86f8 18983
72fe3d25
DC
189842003-05-20 David Carlton <carlton@math.stanford.edu>
18985
18986 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
18987 this time.
18988
58da2eb2
DC
189892003-05-19 David Carlton <carlton@bactrian.org>
18990
18991 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
18992 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
18993
1fcb5155
DC
189942003-05-19 David Carlton <carlton@bactrian.org>
18995
18996 * gdb.c++/namespace.exp: Add namespace scope and anonymous
18997 namespace tests.
18998 Bump copyright date.
18999 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
19000 (main): Call C::D::marker2.
19001 * gdb.c++/namespace1.cc: New file.
19002
85e85163
JJ
190032003-05-14 Jeff Johnston <jjohnstn@redhat.com>
19004
19005 Roland McGrath <roland@redhat.com>
d63a86f8 19006 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
19007 there is no manager thread.
19008
a25fbfec
JJ
190092003-05-08 Jeff Johnston <jjohnstn@redhat.com>
19010
d63a86f8
RM
19011 * gdb.threads/schedlock.exp: Remove assumption that all threads
19012 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
19013 in one of the child threads rather than the main thread.
19014
be375bae
JB
190152003-05-07 Jim Blandy <jimb@redhat.com>
19016
09bf6082
JB
19017 Add support for assembly source testing on the s390x.
19018 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
19019 architecture.
19020 * gdb.asm/s390x.inc: New file.
19021
be375bae
JB
19022 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
19023 succession of 'if' statements.
19024
00905d52
AC
190252003-05-05 Andrew Cagney <cagney@redhat.com>
19026
19027 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
19028
b1e29e33
AC
190292003-05-05 Andrew Cagney <cagney@redhat.com>
19030
19031 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
19032 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
19033
e33d66ec
EZ
190342003-05-02 Elena Zannoni <ezannoni@redhat.com>
19035
19036 * gdb.base/charset.exp: Update based on new behavior of set/show
19037 charset commands.
19038
2b6fd0d8
AC
190392003-05-01 Andrew Cagney <cagney@redhat.com>
19040
19041 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
19042 variable do not give memory errors.
19043
130cacce
AF
190442003-04-30 Adam Fedor <fedor@gnu.org>
19045
19046 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
19047 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
19048 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
19049 gdb.objc/basicclass.m: : New files
19050
19051 * lib/gdb.exp (gdb_compile_objc): New procedure.
19052
bea71854
DJ
190532003-04-27 Daniel Jacobowitz <drow@mvista.com>
19054
19055 * gdb.base/signals.exp: Make backtrace tests more specific.
19056
0f20eeea
DC
190572003-04-23 David Carlton <carlton@bactrian.org>
19058
19059 * gdb.c++/maint.exp (test_first_component): Add tests for
19060 'operator' in more locations.
19061
c8c4d8dc
KB
190622003-04-16 Kevin Buettner <kevinb@redhat.com>
19063
19064 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
19065
3fe60e3c
EZ
190662003-04-16 Elena Zannoni <ezannoni@redhat.com>
19067
19068 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 19069 func marke' instead. Update test name.
3fe60e3c 19070
9219021c
DC
190712003-04-15 David Carlton <carlton@math.stanford.edu>
19072
19073 * gdb.c++/maint.exp: New file.
19074
5dd55bdd
EZ
190752003-04-14 Elena Zannoni <ezannoni@redhat.com>
19076
19077 * gdb.threads/schedlock.c: Change type of thread function argument
19078 to long, to avoid warnings on 64-bit platforms.
19079
00890572
EZ
190802003-04-14 Elena Zannoni <ezannoni@redhat.com>
19081
a9c64011
AS
19082 * gdb.base/attach.exp: Add new message from ptrace in case of
19083 attaching to nonexistent process.
d63a86f8 19084
93201743
JB
190852003-04-11 Jim Blandy <jimb@redhat.com>
19086
19087 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
19088 gdb.c++/userdef.cc: Place comments on the lines to which the
19089 marker function might return.
19090 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
19091 gdb.c++/userdef.exp: Look for those comments to check that we've
19092 returned to the right place, instead of checking line numbers.
19093
2a11c64d
EZ
190942003-04-11 Elena Zannoni <ezannoni@redhat.com>
19095
a9c64011
AS
19096 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
19097 match on sourcefile name, instead of directory name.
2a11c64d 19098
68ab8fc5
EZ
190992003-04-10 Elena Zannoni <ezannoni@redhat.com>
19100
d63a86f8 19101 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
19102 working directory name.
19103
5624293a
JB
191042003-04-09 Jim Blandy <jimb@redhat.com>
19105
19106 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
19107 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
19108 after an inferior function call, report the failure, but allow the
19109 test to continue.
19110
f1f02ee4
SC
191112003-04-05 Stephane Carrez <stcarrez@nerim.fr>
19112
19113 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
19114 with -DPROTOTYPES.
19115
6eb79af0
SC
191162003-04-05 Stephane Carrez <stcarrez@nerim.fr>
19117
19118 * gdb.base/break.exp: Revert last patch.
19119
8dfb4cf0
SC
191202003-04-04 Stephane Carrez <stcarrez@nerim.fr>
19121
19122 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
19123 with -DPROTOTYPES.
19124
ed4c619a
AC
191252003-04-02 Andrew Cagney <cagney@redhat.com>
19126
19127 * gdb.base/callfuncs.exp: Make "print add" messages unique.
19128 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
19129 matching directories by the name breakpoint.
19130 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
19131 Make "continue to marker1" consistent.
19132 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
19133 message consistent.
19134 * lib/gdb.exp: Put "the program is no longer running", and "the
19135 program exited" in parenthesis.
19136 * lib/mi-support.exp: Ditto.
d63a86f8 19137
4e35d5f0 191382003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 19139
4e35d5f0
BR
19140 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
19141
71900fe8
AC
191422003-03-29 Andrew Cagney <cagney@redhat.com>
19143
19144 * gdb.base/sizeof.c (main): Print the value of '\377'.
19145 * gdb.base/sizeof.exp: Check the sign of '\377'.
19146
c0655a16
MC
191472003-03-27 Michael Chastain <mec@shout.net>
19148
19149 * gdb.base/gdb1090.exp: New file.
19150 * gdb.base/gdb1090.cc: New file.
19151
5b2a3989
JB
191522003-03-27 J. Brobecker <brobecker@gnat.com>
19153
19154 * gdb.gdb/observer.exp: New regression test.
19155
79876890
MC
191562003-03-27 Michael Chastain <mec@shout.net>
19157
19158 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
19159 * gdb.base/ptype.exp: Likewise.
19160
6eac95e3
CV
191612003-03-27 Corinna Vinschen <vinschen@redhat.com>
19162
19163 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
19164
e8c71839
MC
191652003-03-26 Michael Chastain <mec@shout.net>
19166
19167 * gdb.base/ptype.exp: Actually use some typedef'd types.
19168
71b10041
SC
191692003-03-21 Stephane Carrez <stcarrez@nerim.fr>
19170
19171 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
19172 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
19173
2512cf80
CV
191742003-03-20 Corinna Vinschen <vinschen@redhat.com>
19175
19176 * gdb.base/default.exp: Fix regular expression.
19177
0d195a4f
CV
191782003-03-20 Corinna Vinschen <vinschen@redhat.com>
19179
19180 * gdb.base/args.exp: Fix regular expression.
19181
8a2dbca8
CV
191822003-03-20 Corinna Vinschen <vinschen@redhat.com>
19183
19184 * gdb.base/help.exp: Allow Win32 child process.
19185
bf028682
CV
191862003-03-20 Corinna Vinschen <vinschen@redhat.com>
19187
19188 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
19189 when stepping out of main().
19190
182dbe85
CV
191912003-03-20 Corinna Vinschen <vinschen@redhat.com>
19192
19193 * gdb.base/default.exp: Check for win32 specific message when calling
19194 "run" without executable.
19195
d67a6ba5
CV
191962003-03-20 Corinna Vinschen <vinschen@redhat.com>
19197
19198 * gdb.base/args.exp: Expect .exe in output.
19199
a955b5bb
CV
192002003-03-20 Corinna Vinschen <vinschen@redhat.com>
19201
19202 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
19203 Cygwin native.
19204
bf6bad4b
AC
192052003-03-17 Andrew Cagney <cagney@redhat.com>
19206
19207 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
19208 vector registes.
19209 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
19210 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
19211
293e9a31
DC
192122003-03-17 David Carlton <carlton@math.stanford.edu>
19213
19214 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
19215 test, for PR breakpoints/38.
19216 Call test_watchpoint_and_breakpoint.
19217 * gdb.base/watchpoint.c (func3): New function.
19218 (main): Call func3.
19219
5330f2db
DC
192202003-03-04 David Carlton <carlton@math.stanford.edu>
19221
19222 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
19223 Garply<Garply<char> >:: garply".
19224 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
19225 with respect to PR c++/1111; note also PR c++/1113.
19226 (test_template_breakpoints): KFAIL "constructor breakpoint" with
19227 respect to PR c++/1062.
19228 KFAIL "destructor breakpoint" with respect to PR c++/1112.
19229
6ece72da
DC
192302003-03-03 David Carlton <carlton@math.stanford.edu>
19231
19232 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
19233 with respect to PR c++/57.
19234 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
19235 c++/826.
19236 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
19237 respect to PR c++/57.
19238
85ca1584
DC
192392003-03-03 David Carlton <carlton@math.stanford.edu>
19240
19241 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
19242 respect to PR c++/33 into FAILs.
19243
98e9c5b8
MC
192442003-03-03 Michael Chastain <mec@shout.net>
19245
7bedbf27
MC
19246 * configure.in: Update copyright years.
19247
192482003-03-03 Michael Chastain <mec@shout.net>
19249
19250 * Makefile.in: Update copyright years.
98e9c5b8 19251
f683e100
DC
192522003-02-28 David Carlton <carlton@math.stanford.edu>
19253
19254 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
19255 print class instead of struct and/or superfluous protection
19256 specifiers, as long as the resulting output is equivalent to the
19257 source code.
19258 Delete FIXME from end of messages on tests that don't need
19259 fixing.
19260
a9e0cf2c
DC
192612003-02-28 David Carlton <carlton@math.stanford.edu>
19262
19263 * gdb.c++/templates.exp (do_tests): Allow const in the two
19264 Foo<volatile char *>::foo tests.
19265
e8d359df
MS
192662003-02-27 Michael Snyder <msnyder@redhat.com>
19267
d63a86f8 19268 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
19269 will be consistant.
19270
0b71dc91
DC
192712003-02-26 David Carlton <carlton@math.stanford.edu>
19272
19273 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
19274 char *>::foo" test with respect to PR c++/33. Create a new test
19275 which is identical to that one except that it doesn't put the
19276 space between the "char" and the "*"; KFAIL it, too.
19277
dd14ab43
DC
192782003-02-26 David Carlton <carlton@math.stanford.edu>
19279
19280 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
19281 template types into either PASSes or KFAILs (corresponding to PR
19282 c++/57). Tweak indentation. Update copyright.
19283
1146c7f1
SC
192842003-02-23 Stephane Carrez <stcarrez@nerim.fr>
19285
19286 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
19287
74641dfb
MC
192882003-02-13 Michael Chastain <mec@shout.net>
19289
19290 * gdb.base/exprs.exp: Remove i960 remnants.
19291 * gdb.base/funcargs.exp: Likewise.
19292 * gdb.base/list.exp: Likewise.
19293 * gdb.base/ptype.exp: Likewise.
19294
559cd2d0
DC
192952003-02-14 David Carlton <carlton@math.stanford.edu>
19296
19297 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
19298 pEe->D::vg()" from XFAIL to KFAIL.
19299
c4f90d87
JM
193002003-02-13 Jason Molenda (jmolenda@apple.com)
19301
19302 * gdb.base/maint.exp: Update maint print statistics regexp to include
19303 new entries.
19304
cbc4d97c
MC
193052003-02-13 Michael Chastain <mec@shout.net>
19306
19307 * gdb.c++/inherit.exp: Remove call to get_debug_format.
19308
40f235b7
MC
193092003-02-12 Michael Chastain <mec@shout.net>
19310
19311 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
19312 * gdb.c++/inherit.exp: Likewise.
19313 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
19314 * gdb.c++/templates.exp: Likewise.
19315 * gdb.c++/virtfunc.exp: Likewise.
19316
c56716b0
JM
193172003-02-06 Jason Molenda (jason-cl@molenda.com)
19318
19319 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
19320 why the code is written that way.
19321
070afcf8
MC
193222003-02-05 Michael Chastain <mec@shout.net>
19323
19324 * gdb.base/dump.exp: Add missing copyright line.
19325
5d0331e5
JM
193262003-02-05 Jason Molenda (jason-cl@molenda.com)
19327
f7ae6d3e 19328 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
19329 at the beginning so the breakpoint doesn't get set on the loop.
19330
92851186
MC
193312003-02-05 Michael Chastain <mec@shout.net>
19332
19333 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
19334 output for configurations with gcc 2.95.3.
19335
cbf1e085
AC
193362003-02-05 Keith Seitz <keiths@redhat.com>
19337 Andrew Cagney <ac131313@redhat.com>
19338
19339 * gdb.mi/mi-cli.exp: New file.
d63a86f8 19340
29518e1e
MC
193412003-02-04 Michael Chastain <mec@shout.net>
19342
19343 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
19344 Call perror and then continue.
19345
5af1d5f3
MC
193462003-02-03 Michael Chastain <mec@shout.net>
19347
19348 * gdb.c++/pr-1023.cc: New file.
19349 * gdb.c++/pr-1023.exp: New file.
19350
6b549786
JB
193512003-02-05 Jim Blandy <jimb@redhat.com>
19352
19353 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
19354 it's local to foobar. Check for it there, and check that it's not
19355 present in main.
19356 * gdb.c++/local.cc (marker2): New function.
19357 (foobar): Call marker1.
19358 (main): Call marker2 instead of marker1.
19359
67f16606
AC
193602003-02-04 Andrew Cagney <ac131313@redhat.com>
19361
19362 * gdb.disasm/mn10200.exp: Obsolete file.
19363 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
19364 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
19365 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
19366
1c5cb38e
DC
193672003-02-04 David Carlton <carlton@math.stanford.edu>
19368
19369 * gdb.c++/overload.exp: Test intToChar(1).
19370 * gdb.c++/overload.cc (intToChar): New.
19371 (main): Call intToChar.
19372
d1fe6965
DC
193732003-02-03 David Carlton <carlton@math.stanford.edu>
19374
19375 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
19376 'might_kfail' arg.
19377 KFAIL some of the continue_to_bp_overloaded calls, according to
19378 PR c++/1025.
19379
9ba61c5d
MC
193802003-02-01 Michael Chastain <mec@shout.net>
19381
19382 * gdb.base/advance.c (marker1): New marker function.
19383 * gdb.base/advance.exp: When the 'advance' command lands on the
19384 return breakpoint, it can legitimately stop on either the
19385 current line or the next line. Accommodate both outcomes.
19386 * gdb.base/until.exp: Likewise.
19387
e7494ffb
AC
193882003-02-02 Andrew Cagney <ac131313@redhat.com>
19389
19390 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
19391 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
19392 now a list, not a tuple.
19393 * gdb.mi/mi-var-display.exp: Ditto.
19394 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 19395
075559bc
AC
193962003-02-01 Andrew Cagney <ac131313@redhat.com>
19397
19398 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
19399 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
19400 stack backtraces.
19401 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 19402
2bd4c7b1
MK
194032003-02-01 Mark Kettenis <kettenis@gnu.org>
19404
19405 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
19406 gdb.mi/mi1-pthreads.exp: Return instead of calling
19407 gdb_suppress_entire_file.
19408
eabd8992
MS
194092003-02-01 Mark Salter <msalter@redhat.com>
19410
19411 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
19412
71469e2f
MS
194132003-01-31 Mark Salter <msalter@redhat.com>
19414
19415 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
19416 Support empty arg.
19417
38a94d44
MC
194182003-01-30 Michael Chastain <mec@shout.net>
19419
19420 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
19421 This was a workaround for a UTF-8 bug in readline 4.3. The bug
19422 has been fixed in gdb/readline on 2003-01-09.
19423
19ea9e73
MS
194242003-01-29 Michael Snyder <msnyder@redhat.com>
19425
e8d359df
MS
19426 * gdb.base/maint.exp: Allow for leading underscore in symbol.
19427 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
19428 * gdb.base/args.exp: Skip if target does not support args passing.
19429
2307bd6a
DJ
194302003-01-22 Daniel Jacobowitz <drow@mvista.com>
19431
19ea9e73 19432 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
19433 gdb_test. Accept a list of expect arguments as the third
19434 parameter.
19435 (gdb_test): Use it.
19436
f2dd3617
EZ
194372003-01-20 Elena Zannoni <ezannoni@redhat.com>
19438
19439 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
19440 allow for different test tree configurations. Update some
19441 tescases accordingly.
19442 * gdb.arch/altivec-regs.exp: Ditto.
19443 * gdb.asm/asm-source.exp: Ditto.
19444 * gdb.base/advance.exp: Ditto.
19445 * gdb.base/display.exp: Ditto.
d63a86f8 19446 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
19447 * gdb.base/mips_pro.exp: Ditto.
19448 * gdb.base/overlays.exp: Ditto.
19449 * gdb.base/relocate.exp: Ditto.
19450 * gdb.base/setshow.exp: Ditto.
19451 * gdb.base/step-line.exp: Ditto.
19452 * gdb.base/step-test.exp: Ditto.
19453 * gdb.base/until.exp: Ditto.
19454 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
19455
c71cdefd
DC
194562003-01-17 David Carlton <carlton@math.stanford.edu>
19457
19458 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
19459 corresponding to PR c++/945.
19460 Update copyright.
19461
fdba05d7
DC
194622003-01-17 David Carlton <carlton@math.stanford.edu>
19463
19464 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
19465 corresponding to PR c++/68.
19466
194672003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
19468
19469 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
19470 (test_paddr_hairy_functions): Call print_addr_2_kfail for
19471 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
19472
c362c33a
EZ
194732003-01-15 Elena Zannoni <ezannoni@redhat.com>
19474
0fbc361c
EZ
19475 * gdb.base/break.exp: Fix change of default location, because of
19476 removal of until tests.
19477 * gdb.base/help.exp: Update test for new 'until' help message.
19478 Add test for help on 'advance'.
a9c64011 19479 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 19480
dabf8a35
MK
194812003-01-15 Mark Kettenis <kettenis@gnu.org>
19482
19483 * gdb.base/default.exp: Adapt "info float" test for recent changes
19484 to that command. Add test for "info vector".
19485 * gdb.base/float.exp: New file. Add test for "info float" that
19486 resembles the old test in gdb.base/default.exp.
19487
a1769aca
DC
194882003-01-15 David Carlton <carlton@math.stanford.edu>
19489
19490 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
19491
82025e13
EZ
194922003-01-15 Elena Zannoni <ezannoni@redhat.com>
19493
19494 * gdb.base/break.exp: Move the tests of until command from here...
19495 * gdb.base/until.exp: ... to here. New file. Add other tests.
19496 * gdb.base/advance.c: New file.
19497 * gdb.base/advance.exp: New file.
19498
8f9ab801
EZ
194992003-01-14 Elena Zannoni <ezannoni@redhat.com>
19500
a9c64011
AS
19501 * gdb.base/args.c: New file.
19502 * gdb.base/args.exp: New file.
8f9ab801 19503
9ae66589
DJ
195042003-01-14 Daniel Jacobowitz <drow@mvista.com>
19505
19506 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
19507
8d77e5c3
DJ
195082003-01-14 Daniel Jacobowitz <drow@mvista.com>
19509
19510 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
19511
12d2f0a1
DJ
195122003-01-14 Daniel Jacobowitz <drow@mvista.com>
19513
19514 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
19515 dates.
19516
6ca37014
DJ
195172003-01-13 Daniel Jacobowitz <drow@mvista.com>
19518
19519 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
19520
b0023472
DJ
195212003-01-13 Daniel Jacobowitz <drow@mvista.com>
19522
19523 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
19524 (ptype &*"foo").
19525 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
19526
607fbc54 195272003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
19528
19529 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
19530 * gdb.mi/mi1-console.exp: Likewise.
19531
607fbc54 195322003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
19533
19534 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
19535 * gdb.mi/mi1-console.exp: Likewise.
19536
a1fb14a2
DJ
195372003-01-13 Daniel Jacobowitz <drow@mvista.com>
19538
19539 * gdb.c++/overload.exp: Remove some fixed XFAILs.
19540
c4cf40b7
DJ
195412003-01-09 Daniel Jacobowitz <drow@mvista.com>
19542
19543 * gdb.base/detach.exp: New test.
19544
696d5a5b
DJ
195452003-01-09 Daniel Jacobowitz <drow@mvista.com>
19546
19547 * Makefile.in (ALL_SUBDIRS): New variable.
19548 (subdirs, clean, distclean): Use it.
19549 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
19550 regenerating Makefile, since it is generated from the top level.
19551 * gdb.asm/Makefile.in: Likewise.
19552 * gdb.base/Makefile.in: Likewise.
19553 * gdb.c++/Makefile.in: Likewise.
19554 * gdb.disasm/Makefile.in: Likewise.
19555 * gdb.java/Makefile.in: Likewise.
19556 * gdb.mi/Makefile.in: Likewise.
19557 * gdb.threads/Makefile.in: Likewise.
19558 * gdb.trace/Makefile.in: Likewise.
19559
754533e4
DC
195602003-01-09 David Carlton <carlton@math.stanford.edu>
19561
19562 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
19563 Add copyright year 2003.
19564
d8b3e9ee
MC
195652003-01-06 Michael Chastain <mec@shout.net>
19566
19567 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
19568 When selecting a thread, 'line' and 'file' are optional.
19569 * gdb.mi/mi1-pthreads.exp: Likewise.
19570
8e9e0fe6
AS
195712003-01-06 Andreas Schwab <schwab@suse.de>
19572
19573 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
19574 failures.
19575
b5ab8ff3
DJ
195762003-01-04 Daniel Jacobowitz <drow@mvista.com>
19577
19578 Fix PR gdb/844
19579 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
19580 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
19581
19582 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
19583 instead of calling gdb_suppress_entire_file.
19584 * gdb.threads/print-threads.exp: Likewise.
19585 * gdb.threads/schedlock.exp: Likewise.
19586
19587 * gdb.threads/killed.exp: Return instead of calling
19588 gdb_suppress_entire_file.
19589 * gdb.threads/linux-dp.exp: Likewise.
19590 * gdb.threads/pthreads.exp: Likewise.
19591
1e698235
DJ
195922003-01-04 Daniel Jacobowitz <drow@mvista.com>
19593
19594 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
19595 stabs.
19596 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
19597 * gdb.base/whatis.exp: Always allow (void) after function names.
19598
147ff08c
DJ
195992003-01-04 Daniel Jacobowitz <drow@mvista.com>
19600
19601 * gdb.c++/casts.exp: Correct regexp.
19602
dc62bfc2
MK
196032003-01-04 Mark Kettenis <kettenis@gnu.org>
19604
19605 * configure.in: Call AC_CONFIG_HEADER. Don't call
19606 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
19607 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
19608 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
19609 aforementioned directories in the AC_OUPUT call.
19610 * config.hin: New file.
19611 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
19612 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
19613 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
19614 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
19615 pass -I$objdir instead of -I$objdir/$subdir in compilation.
19616 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
19617 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
19618 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
19619 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
19620 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
19621 gdb.threads/configure.in, gdb.threads/configure,
19622 gdb.threads/config.in, gdb.trace/configure.in,
19623 gdb.trace/configure: Removed.
19624
77afa639
MC
196252003-01-03 Michael Chastain <mec@shout.net>
19626
19627 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
19628 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
19629
7634bb6e
DJ
196302003-01-03 Daniel Jacobowitz <drow@mvista.com>
19631
19632 * gdb.base/store.exp: Fix regular expressions.
19633
b39c905e
MK
196342002-12-28 Mark Kettenis <kettenis@gnu.org>
19635
19636 * configure.in: Rewrite.
19637 * configure: Regenerated.
19638
0a8551dd
DC
196392003-01-03 David Carlton <carlton@math.stanford.edu>
19640
19641 * gdb.base/psymtab.exp: New file.
19642 * gdb.base/psymtab1.c: Ditto.
19643 * gdb.base/psymtab2.c: Ditto.
19644
c60b7188
AF
196452002-12-23 Adam Fedor <fedor@gnu.org>
19646
19647 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
19648
ee73db83
DC
196492002-12-23 David Carlton <carlton@math.stanford.edu>
19650
19651 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
19652 and current_directory initialization.
19653
d6c1774e
JB
196542002-12-22 Jim Blandy <jimb@redhat.com>
19655
f0a847b8
JB
19656 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
19657 rather than as part of the output file name.
19658
d6c1774e
JB
19659 * gdb.base/attach.exp: There's no need to copy the test program to
19660 /tmp; that was only ever necessary on HP/UX, and this test is
19661 entirely disabled there anyway.
19662
f0708dbb
JB
196632002-12-21 Jim Blandy <jimb@redhat.com>
19664
4c2acfea
JB
19665 * gdb.c++/psmang.exp: Doc fix.
19666
f0708dbb
JB
19667 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
19668 test.
19669
9579e000
DC
196702002-12-20 David Carlton <carlton@math.stanford.edu>
19671
19672 * gdb.c++/annota2.exp: KFAIL annotate-quit.
19673
d1810171
MC
196742002-12-18 Michael Chastain <mec@shout.net>
19675
19676 * gdb.c++/annota2.exp: Add copyright year 2002.
19677
76565097
DC
196782002-12-17 David Carlton <carlton@math.stanford.edu>
19679
19680 * gdb.c++/try_catch.cc: Add marker comments.
19681 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
19682 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
19683 * gdb.c++/m-static.cc: Ditto.
19684 * gdb.c++/m-static1.cc: Ditto.
19685 * gdb.c++/try_catch.cc: Ditto.
19686
da81390b
JJ
196872002-12-16 Jeff Johnston <jjohnstn@redhat.com>
19688
19689 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
19690 to see whether we are using the new -environment-directory
19691 command which resets via -r or the old version of the command
19692 which may prompt the user. Part of fix for gdb/741.
19693
b304d130
AC
196942002-12-13 Andrew Cagney <ac131313@redhat.com>
19695
19696 * gdb.fortran/types.exp: Update obsolete comment.
19697 * gdb.fortran/exprs.exp: Ditto.
19698 * lib/gdb.exp: Delete obsolete code.
19699 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
19700 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
19701 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
19702 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
19703 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
19704 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
19705 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
19706 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
19707 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
19708 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
19709 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
19710 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
19711 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
19712 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
19713 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
19714 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
19715 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
19716 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
19717 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
19718 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
19719 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
19720 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
19721 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
19722 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
19723 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
19724 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
19725 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
19726 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
19727 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
19728 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
19729 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
19730 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
19731 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
19732 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
19733 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
19734 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
19735 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
19736
a23b6e6a
DC
197372002-12-11 David Carlton <carlton@math.stanford.edu>
19738
19739 * gdb.c++/m-data.exp: Add test for members that shadow global
19740 variables: see PR gdb/804.
19741 * gdb.c++/m-data.cc: Ditto.
19742
6604731b
DJ
197432002-12-10 Daniel Jacobowitz <drow@mvista.com>
19744
19745 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
19746
de46ecd7
DC
197472002-12-06 David Carlton <carlton@math.stanford.edu>
19748
19749 * gdb.base/store.c: Don't declare functions static.
19750
27e829d0
AC
197512002-12-04 Andrew Cagney <ac131313@redhat.com>
19752
19753 * gdb.base/store.exp, gdb.base/store.c: New files.
19754
92806416
DJ
197552002-12-03 Daniel Jacobowitz <drow@mvista.com>
19756
19757 * gdb.base/selftest.exp: Update for current gdb.
19758
3bcbaac5
DJ
197592002-12-03 Daniel Jacobowitz <drow@mvista.com>
19760
19761 * gdb.base/maint.exp: Only dump symbols from one source file
19762 or objfile.
19763
f4f00b1f
DJ
197642002-12-03 Daniel Jacobowitz <drow@mvista.com>
19765
19766 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
19767 function call.
19768
f1c8a949
JB
197692002-11-25 Jim Blandy <jimb@redhat.com>
19770
19771 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
19772 function appearing in error message.
19773
9e297a97
DJ
197742002-11-21 Daniel Jacobowitz <drow@mvista.com>
19775
19776 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
19777
1f312e79
JJ
197782002-11-08 Jeff Johnston <jjohnstn@redhat.com>
19779
d63a86f8
RM
19780 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
19781 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
19782 should be in mi console format. This is part of fix for PR gdb/604.
19783
83c31e7d
FN
197842002-09-18 Fernando Nasser <fnasser@redhat.com>
19785
19786 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
19787 which explicitly prints the zero offset as "+0".
19788
322b3f65
DJ
197892002-10-22 Daniel Jacobowitz <drow@mvista.com>
19790
19791 * gdb.threads/schedlock.c (args): Make unsigned.
19792
197932002-10-21 Daniel Jacobowitz <drow@mvista.com>
19794
19795 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
19796 numbers. Allow "foo2|selected stack frame".
19797 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
19798 * gdb.asm/asmsrc2.s: Likewise.
19799 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
19800 comments.
19801 * gdb.asm/mips.inc: New file.
19802
5e2fe5b8
AF
198032002-10-18 Adam Fedor <fedor@gnu.org>
19804
19805 * gdb.base/default.exp: Update expected output to include 'ObjC'.
19806 * gdb.base/help.exp: Likewise.
19807
abe1a5d0
KB
198082002-10-17 Kevin Buettner <kevinb@redhat.com>
19809
19810 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
19811 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
19812
10abb1d4
JB
198132002-10-02 Jim Blandy <jimb@redhat.com>
19814
19815 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
19816
1f609b42
AC
198172002-10-01 Andrew Cagney <ac131313@redhat.com>
19818
19819 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
19820 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
19821 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
19822 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
19823 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
19824 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
19825 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
19826
0aee02e4
AC
198272002-09-29 Andrew Cagney <ac131313@redhat.com>
19828
19829 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
19830 * mi0-disassemble.exp, mi0-eval.exp: Delete.
19831 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
19832 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
19833 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
19834 * mi0-var-block.exp, mi0-var-child.exp: Delete.
19835 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 19836
6fde09ad
KB
198372002-09-27 Kevin Buettner <kevinb@redhat.com>
19838
19839 * gdb.base/annota1.exp (info break): Make directory components of
19840 path optional since not all compilers emit this debug information.
19841
889bf7c5
PA
19842 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
19843 step ends up stepping out of the function instead of stopping on
19844 the epilogue.
6fde09ad 19845
9e8aab75
KS
198462002-09-26 Keith Seitz <keiths@redhat.com>
19847
19848 * lib/insight-support.exp (gdbtk_start): Figure out where
19849 the insight executable is based on where gdb is. Use this
19850 executable to start insight instead of gdb.
19851
e36180d7
AC
198522002-09-25 Andrew Cagney <cagney@redhat.com>
19853
19854 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
19855
9dd34b2b
AC
198562002-09-24 Andrew Cagney <ac131313@redhat.com>
19857
19858 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
19859 test_isolated_complaints.
19860 (test_empty_complaint): New function.
19861 (test_empty_complaints): New function. Check no output when no
19862 complaints.
d63a86f8 19863
dea97812
KB
198642002-09-19 Jim Blandy <jimb@redhat.com>
19865
a9c64011 19866 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 19867
54951bd7
AC
198682002-09-19 Andrew Cagney <ac131313@redhat.com>
19869
19870 * gdb.gdb/complaints.exp: New file.
19871
dec43320
AC
198722002-09-18 Andrew Cagney <ac131313@redhat.com>
19873
19874 * gdb.base/maint.exp: Check `help maint internal-warning'.
19875
e70d6e3f
DC
198762002-09-18 David Carlton <carlton@math.stanford.edu>
19877
19878 * gdb.c++/m-static.exp: Remove breakpoints depending on line
19879 numbers, and replace them by a single breakpoint after the
19880 constructors are all finished.
19881 Add test 4.
19882 * gdb.c++/m-static.cc: Add test 4.
19883 * gdb.c++/m-static.h: New file.
19884 * gdb.c++/m-static1.cc: New file.
19885
19886 * gdb.c++/printmethod.exp: New file.
19887 * gdb.c++/printmethod.cc: New file.
19888
19889 * gdb.c++/pr-574.exp: New file.
19890 * gdb.c++/pr-574.cc: New file.
19891
afb5c968
CV
198922002-09-18 Corinna Vinschen <vinschen@redhat.com>
19893
19894 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
19895 embedded targets which never actually exit.
19896
31e45dee
FN
198972002-09-18 Fernando Nasser <fnasser@redhat.com>
19898
19899 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
19900 "don't step after run" as unresolved or unsupported, instead of xfail.
19901
a283c5a1
CV
199022002-09-18 Corinna Vinschen <vinschen@redhat.com>
19903
19904 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
19905 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
19906 Add newline to expected string in "step out of main (status wrapper)"
19907 case.
19908
11350d2a
CV
199092002-09-18 Corinna Vinschen <vinschen@redhat.com>
19910
19911 * lib/gdb.exp (rerun_to_main): Allow restarting application.
19912 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
19913
0deec7d6
TT
199142002-09-17 Tom Tromey <tromey@redhat.com>
19915
19916 * gdb.base/printcmds.exp (test_print_string_constants): Expect
19917 \000, not \0, in double-quoted string.
19918
b2b4a1b5
CV
199192002-09-14 Corinna Vinschen <vinschen@redhat.com>
19920
c9d37158 19921 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
19922 string after running the commands execution on breakpoint tests.
19923
1c56143a
CV
199242002-09-13 Corinna Vinschen <vinschen@redhat.com>
19925
19926 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
19927
37f8da45
JB
199282002-09-12 Joel Brobecker <brobecker@gnat.com>
19929
19930 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
19931
08b468e0
KS
199322002-09-10 Keith Seitz <keiths@redhat.com>
19933
19934 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
19935 runto proc.
19936 (mi_run_to_main): Use mi_runto.
19937 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
19938
dc360f58
KS
199392002-09-10 Keith Seitz <keiths@redhat.com>
19940
19941 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
19942 regexp for stopping at main. Could have multiple event notifications.
19943 Don't assume that main was declared with no parameters.
19944 (mi_next): Use mi_step_to.
19945 (mi_step): Use mi_next_to.
19946
ce3abcfb
CV
199472002-09-09 Corinna Vinschen <vinschen@redhat.com>
19948
19949 * gdb.base/default.exp: Fix expected string in `info float' test.
19950
d1f5b980
BE
199512002-09-09 Ben Elliston <bje@redhat.com>
19952
19953 * config/mips.exp: Update comments.
19954 * config/mips-idt.exp: Likewise.
19955 * config/nind.exp: Likewise.
19956 * config/slite.exp: Likewise.
19957 * config/sparclet.exp: Likewise.
19958 * config/udi.exp: Likewise.
19959 * config/vx.exp: Likewise.
19960 * config/vxworks29k.exp: Likewise.
19961
2f71430b
JB
199622002-09-05 Jim Blandy <jimb@redhat.com>
19963
19964 * gdb.threads/killed.exp: Fix test failure message.
19965
7ddebc7e
KS
199662002-09-04 Keith Seitz <keiths@redhat.com>
19967
19968 * lib/mi-support.exp: Update copyright.
19969 (mi_gdb_test): Increase the priority of the expected pattern
19970 so that it matches gdb_test.
19971
0ae67eb3
KS
199722002-09-03 Keith Seitz <keiths@redhat.com>
19973
19974 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
19975 Use integer comparison instead of string comparison for testing
19976 whether binary was built.
19977
38fc42c8
JB
199782002-09-03 Jim Blandy <jimb@redhat.com>
19979
19980 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
19981
b6ff0e81
JB
199822002-08-29 Jim Blandy <jimb@redhat.com>
19983
19984 * gdb.threads/pthreads.exp: Move the portable thread compilation
19985 code into a function in lib/gdb.exp, and call that from here.
19986 * lib/gdb.exp (gdb_compile_pthreads): New function.
19987
07c98896
KS
199882002-08-29 Keith Seitz <keiths@redhat.com>
19989
19990 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
19991 expect_out so that callers can get at it.
19992
0312286c
DJ
199932002-08-23 Daniel Jacobowitz <drow@mvista.com>
19994
19995 * gdb.threads/print-threads.c: New file.
19996 * gdb.threads/print-threads.exp: New file.
19997 * gdb.threads/schedlock.c: New file.
19998 * gdb.threads/schedlock.exp: New file.
19999
dd039bc4
EZ
200002002-08-22 Elena Zannoni <ezannoni@redhat.com>
20001
a9c64011
AS
20002 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
20003 not altivec.c.
dd039bc4 20004
1f36144c
MK
200052002-08-17 Mark Kettenis <kettenis@gnu.org>
20006
20007 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
20008 targets. The problem should be fixed now.
20009
16057ec7 200102002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
20011
20012 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
20013 2002-07-24 change that removes final dots from error messages.
20014
3c1499ad
TT
200152002-08-13 Tom Tromey <tromey@redhat.com>
20016
20017 * gdb.base/readline.exp: New file.
20018
a20ce2c3
AC
200192002-08-01 Andrew Cagney <ac131313@redhat.com>
20020
20021 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
20022 supress message.
20023
db034ac5
AC
200242002-08-01 Andrew Cagney <cagney@redhat.com>
20025
20026 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
20027 CHILL_FOR_TARGET and CHILL_LIB.
20028 * configure.in (configdirs): Remove gdb.chill.
20029 * configure: Regenerate.
20030 * lib/gdb.exp: Obsolete references to chill.
20031 * gdb.fortran/types.exp: Ditto.
20032 * gdb.fortran/exprs.exp: Ditto.
20033
3e000b18
KB
200342002-07-30 Kevin Buettner <kevinb@redhat.com>
20035
20036 * gdb.base/shlib-call.exp (additional_flags): Conditionally
20037 set Irix-specific compile and link flags.
20038
28f4966b
KB
200392002-07-29 Kevin Buettner <kevinb@redhat.com>
20040
20041 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
20042 source files. The ``-o'' option doesn't work with the ``-E'' option
20043 when using the Irix compiler.
20044
46c0d5a6
DJ
200452002-07-19 Daniel Jacobowitz <drow@mvista.com>
20046
20047 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
20048 Improve support for reusing an exec file. Copy exec file
20049 to target, and run gdbserver on the target instead of on the host.
20050
eecf4bed
JB
200512002-07-18 Jim Blandy <jimb@redhat.com>
20052
0f815cdf
JB
20053 * gdb.base/ending-run.exp: Don't expect to see the program end in
20054 some orderly fashion when we're running on a real stand-alone
20055 board.
20056
eecf4bed
JB
20057 * gdb.base/interrupt.exp: Correct logic for skipping tests on
20058 targets that don't support interrupts.
20059
52d309e4
JB
200602002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
20061
20062 * gdb.base/attach.exp: Add patterns to match output from /proc-based
20063 systems.
20064 Move comments in expect statements to inside the actions, so that they
20065 don't get matched against.
20066
ff683d9e
MK
200672002-07-10 Mark Kettenis <kettenis@gnu.org>
20068
20069 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
20070 function when asleep" test.
20071
b5356753
AC
200722002-07-10 Andrew Cagney <ac131313@redhat.com>
20073
20074 * gdb.base/page.exp: Rewrite to handle problems with very long
20075 `info set' output. Update copyright.
20076
6aa4d13a
AC
200772002-06-26 Andrew Cagney <ac131313@redhat.com>
20078
20079 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
20080 gdb.threads-hp.
20081 * gdb.hp/configure: Regenerate.
20082 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
20083 * gdb.hp/gdb.threads-hp/configure: Delete file.
20084 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
20085
8cf8c2b8
AC
200862002-06-22 Andrew Cagney <ac131313@redhat.com>
20087
20088 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
20089 setlocale, bindtextdomain and textdomain.
20090
6827a8f8
JB
200912002-06-11 Jim Blandy <jimb@redhat.com>
20092
919d772c
JB
20093 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
20094 preprocessor macro information is present.
20095
6827a8f8
JB
20096 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
20097 tests.
20098
c15b0d21
MS
200992002-06-06 Michael Snyder <msnyder@redhat.com>
20100
c5984d70
MS
20101 * gdb.base/overlays.exp: Record addresses of overlay
20102 functions in TCL variables rather than in GDB variables,
20103 to avoid having GDB convert them to pointers (with loss
20104 of information).
20105
d63a86f8 20106 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 20107 default linker script changes.
c15b0d21
MS
20108 * gdb.base/long_long.exp: Add check for sizeof (long double).
20109
be26fe0d
ML
201102002-06-06 Michal Ludvig <mludvig@suse.cz>
20111
20112 * gdb.asm/asm-source.exp: Add x86-64 target.
20113 * gdb.asm/x86_64.inc: New.
d63a86f8 20114
258093ca 201152002-05-30 Michael Chastain <mec@shout.net>
258093ca 20116
4b3153f1 20117 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
20118 * gdb.c++/m-static.cc: New file.
20119 * gdb.c++/m-static.exp: New file.
20120
241264c6
MS
201212002-05-28 Michael Snyder <msnyder@redhat.com>
20122
20123 * gdb.base/call-ar-st.exp: Allow for reduced floating point
20124 precision.
20125
9bba8c8f 201262002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 20127
4b3153f1 20128 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
20129 * gdb.c++/m-data.cc: New file.
20130 * gdb.c++/m-data.exp: New file.
20131
201322002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 20133
4b3153f1 20134 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 20135 * gdb.c++/try_catch.cc: New file.
d63a86f8 20136 * gdb.c++/try_catch.exp: New file.
9bba8c8f 20137
def1b996
MC
201382002-05-27 Michael Chastain <mec@shout.net>
20139
20140 * gdb.c++/local.exp: Accept more nested types in output.
20141
522ba268
MC
201422002-05-26 Michael Chastain <mec@shout.net>
20143
20144 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
20145
277254ba
MS
201462002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
20147
20148 * lib/gdb.exp (gdb_wrapper_init): Just because
20149 gdb_wrapper_file exists, this does not mean that the file
20150 should not be rebuilt. That is what gdb_wrapper_initialized
20151 is for.
20152 (default_gdb_init): Reset gdb_wrapper_initialized.
20153
b61a8733
MS
201542002-05-23 Michael Snyder <msnyder@redhat.com>
20155
d63a86f8 20156 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
20157 the precision of the floating point test results.
20158 * gdb.base/call-rt-st.exp: Ditto.
20159
b61a8733
MS
20160 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
20161 * gdb.base/call-rt-st.exp: Ditto.
20162
56f6e910
MC
201632002-05-19 Michael Chastain <mec@shout.net>
20164
20165 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
20166
ad0b0016
EZ
201672002-05-19 Elena Zannoni <ezannoni@redhat.com>
20168
a9c64011
AS
20169 * configure.in (configdirs): Add gdb.arch.
20170 * configure: Regenerate.
ad0b0016 20171
f617d2b6
JB
201722002-05-17 Jim Blandy <jimb@redhat.com>
20173
20174 * gdb.base/completion.exp: Recognize the more detailed error
20175 messages produced by the macro expander's lexical analyzer.
20176
eac2a696
EZ
201772002-05-14 Elena Zannoni <ezannoni@redhat.com>
20178
a9c64011
AS
20179 * gdb.arch/altivec-abi.c: New file.
20180 * gdb.arch/altivec-abi.exp: New file.
20181 * gdb.arch/altivec-regs.c: New file.
20182 * gdb.arch/altivec-regs.exp: New file.
eac2a696 20183
2fdde8f8
DJ
201842002-05-14 Daniel Jacobowitz <drow@mvista.com>
20185
20186 * gdb.base/maint.exp (maint print type): Update for new type
20187 structure.
d63a86f8 20188
e31f1a7c
EZ
201892002-05-14 Elena Zannoni <ezannoni@redhat.com>
20190
20191 * gdb.arch: New directory.
20192 * gdb.arch/configure.in: New file.
20193 * gdb.arch/configure: New file.
20194 * gdb.arch/Makefile.in: New file.
20195
db589741
CV
201962002-05-13 Corinna Vinschen <vinschen@redhat.com>
20197
20198 * gdb.asm/asm-source.exp: Add v850 as supported target.
20199 * gdb.asm/v850.inc: New file.
20200
8ce2a7dc
DJ
202012002-05-13 Daniel Jacobowitz <drow@mvista.com>
20202
20203 * gdb.c++/annota2.exp (annotate-quit): Add comment.
20204
df763c7f
DJ
202052002-05-12 Daniel Jacobowitz <drow@mvista.com>
20206
20207 * gdb.base/break.exp: Check 'break "marker2"'.
20208
377daeed
MS
202092002-05-10 Michael Snyder <msnyder@redhat.com>
20210
20211 * gdb.base/long_long.exp: Fix typo.
20212
c4b7bc2b
JB
202132002-05-10 Jim Blandy <jimb@redhat.com>
20214
ecac9a4e
JB
20215 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
20216 a bug.
20217
c4b7bc2b
JB
20218 * gdb.base/printcmds.exp (test_integer_literals_rejected):
20219 Recognize more detailed error message produced by the macro
20220 expander's lexical analyzer.
20221 * lib/gdb.exp (test_print_reject): Same.
20222
e71019a1
MK
202232002-05-09 Mark Kettenis <kettenis@gnu.org>
20224
20225 * gdb.c++/method.exp: Fix typo.
20226
fedfc8e6
MS
202272002-05-08 Michael Snyder <msnyder@redhat.com>
20228
166a1957
MS
20229 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
20230 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 20231 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
20232 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
20233 Add iftarget clause for strongarm.
d63a86f8 20234
f1c47eb2
MS
202352002-05-06 Michael Snyder <msnyder@redhat.com>
20236
cb9a9d3e
MS
20237 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
20238 (gdb_continue_to_end): Accept output from status wrapper.
20239 * gdb.base/ending-run.exp: Add case for output from status wrapper.
20240 Clean up fail messages to match pass messages.
20241
f1c47eb2
MS
20242 Enable the "needs_status_wrapper" testsuite feature.
20243 * lib/gdb.exp (gdb_wrapper_init): New procedure.
20244 (gdb_compile): Conditionally call gdb_wrapper_init.
20245 * gdb.base/a2-run.exp: Recognize output from status wrapper.
20246 * gdb.c++/method.exp: Recognize output from status wrapper.
20247
6079c749
BE
202482002-05-06 Ben Elliston <bje@redhat.com>
20249From Graydon Hoare <graydon@redhat.com>
20250
20251 * config/sid.exp: Include support for "rawsid" protocol.
20252
188baff3
JB
202532002-05-03 Jim Blandy <jimb@redhat.com>
20254
20255 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
20256 * gdb.c++/hang3.C: New file.
20257
b9c07f0f
AC
202582002-05-04 Andrew Cagney <ac131313@redhat.com>
20259
20260 * gdb.base/default.exp: Remove obsolete code.
20261 * gdb.c++/misc.exp: Ditto. Update copyright.
20262 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
20263 * gdb.base/whatis.exp: Ditto. Update copyright.
20264 * gdb.base/scope.exp: Ditto. Update copyright.
20265 * gdb.base/ptype.exp: Ditto. Update copyright.
20266 * gdb.base/printcmds.exp: Ditto. Update copyright.
20267 * gdb.base/opaque.exp: Ditto. Update copyright.
20268 * gdb.base/list.exp: Ditto.
20269 * gdb.base/funcargs.exp: Ditto. Update copyright.
20270 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
20271 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
20272 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
20273 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
20274 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
20275 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
20276
5c7a0397
MS
202772002-05-02 Michael Snyder <msnyder@redhat.com>
20278
d6dcc264 20279 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
20280 * gdb.base/long_long.exp: Add xscale target.
20281 * gdb.base/default.exp: Add xscale target.
20282
eb7f1c48
JB
202832002-05-01 Jim Blandy <jimb@redhat.com>
20284
20285 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
20286 gdb.c++/hang.exp: New test.
20287
a6befae8
FF
202882002-05-01 Fred Fish <fnf@redhat.com>
20289
20290 * gdb.base/completion.exp: Handle completions of "./Make" for
20291 more than one completion possibility, as is the case when we
20292 build and test in the source tree.
20293
0a310277
AG
202942002-04-29 Anthony Green <green@redhat.com>
20295
20296 * gdb.java/jmisc1.exp: New file.
20297 * gdb.java/jmisc2.exp: New file.
20298
6ff9af88
DJ
202992002-04-24 Daniel Jacobowitz <drow@mvista.com>
20300
20301 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
20302
96b3d632
EZ
203032002-04-23 Elena Zannoni <ezannoni@redhat.com>
20304
20305 * gdb.base/help.exp: Change 'help status' to allow for target
20306 dependent output differences.
20307
5019bb54
MC
203082002-04-22 Michael Chastain <mec@shout.net>
20309
20310 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
20311
a805a116
MC
203122002-04-22 Michael Chastain <mec@shout.net>
20313
20314 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
20315
a1706bfd
DM
203162002-04-17 David S. Miller <davem@redhat.com>
20317
20318 * gdb.asm/sparc64.inc: New file.
20319 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
20320
a73a20a2
EZ
203212002-04-19 Elena Zannoni <ezannoni@redhat.com>
20322
20323 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
20324 instruction file directly into the build tree. Clean up at end of
20325 test.
20326
ba678339
DM
203272002-04-18 David S. Miller <davem@redhat.com>
20328
20329 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
20330 handle 64-bit platforms correctly.
20331 * gdb.base/maint.exp: Likewise.
20332
b03399da
KB
203332002-04-18 Kevin Buettner <kevinb@redhat.com>
20334
20335 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
20336 ``-fpic'' when compiling files comprising a shared library, but
20337 it does need additional linker flags in order to find shared
20338 libraries at run time.
20339
e2004992
KB
203402002-04-18 Kevin Buettner <kevinb@redhat.com>
20341
20342 * gdb.base/cvexpr.c (use): New function.
20343 (main): Invoke use() on all global variables to prevent
20344 some linkers from deleting these otherwise unused symbols.
20345
d8937120
MC
203462002-04-17 Michael Chastain <mec@shout.net>
20347From David S. Miller <davem@redhat.com>
20348
20349 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
20350 handle 64-bit platforms correctly.
20351
ffd61a58
MS
203522002-04-12 Michael Snyder <msnyder@redhat.com>
20353From Jim Blandy <jimb@redhat.com>
a9c64011 20354 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
20355 script can handle this instead.
20356 * gdb.base/bar.c (barx): Same.
20357 * gdb.base/baz.c (bazx): Same.
20358 * gdb.base/grbx.c (grbxx): Same.
20359
20360 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
20361 manager doesn't automatically unmap overlays unnecessarily.
20362
6b8426a6
MH
203632002-04-10 Martin M. Hunt <hunt@redhat.com>
20364
20365 * gdb.base/ending-run.exp: Fix pattern for Mips targets
20366 stepping out of main.
20367
34af4875
MC
203682002-04-09 Michael Chastain <mec@shout.net>
20369
20370 * gdb.c++/local.cc (main): Move call to marker1() inside nested
20371 scope so that the nested scope tests will make sense.
20372 * gdb.c++/local.exp: Write patterns that actually work with gcc
20373 (the HP patterns "were never known to work with gcc").
20374 Keep the old aCC patterns too.
20375
2d1676a0
DJ
203762002-04-09 Daniel Jacobowitz <drow@mvista.com>
20377
20378 * gdb.base/attach.exp: Correct target board test.
20379
3a63e3f9
MC
203802002-04-08 Michael Chastain <mec@shout.net>
20381
20382 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
20383 in a const method. Add some xfail and fail cases for configurations
20384 that do not emit the "const ...".
20385
f18dabd2
MC
203862002-04-07 Michael Chastain <mec@shout.net>
20387
20388 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
20389 Accept "A * const" and "const A * const" as type of "this".
20390 Fix spelling of getFunky throughout. Make messages uniform.
20391
0fcddd82
EZ
203922002-04-07 Elena Zannoni <ezannoni@redhat.com>
20393
a9c64011 20394 Work around for PR gdb/285:
0fcddd82
EZ
20395 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
20396
16a8534a
EZ
203972002-04-07 Elena Zannoni <ezannoni@redhat.com>
20398
20399 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
20400 instructions file at run time instead of configure time.
20401 Sometimes we run the test in a directory that is not the one we
20402 configured in.
20403 * gdb.asm/configure.in: Delete creation of symlink.
20404 * gdb.asm/configure: Regenerate.
20405
24181d81
JB
204062002-04-05 J. Brobecker <brobecker@gnat.com>
20407
20408 * gdb.gdb/xfullpath.exp: New test, to exercise the new
20409 xfullpath () function.
20410
7cdb7107
DJ
204112002-04-04 Daniel Jacobowitz <drow@mvista.com>
20412
20413 * gdb.asm/Makefile.in: Correct dependencies.
20414
20415 * gdb.asm/powerpc.inc: New file.
20416 * gdb.asm/asm-source.exp: Add PowerPC.
20417 * gdb.asm/configure.in: Likewise.
20418 * gdb.asm/configure: Regenerated.
20419
a7d17088
DJ
204202002-04-04 Daniel Jacobowitz <drow@mvista.com>
20421
20422 * gdb.base/relocate.exp: New file.
20423 * gdb.base/relocate.c: New file.
20424
cd721503
FF
204252002-04-04 Fred Fish <fnf@redhat.com>
20426
20427 * gdb.base/step-test.exp: Update comment regarding stopping in
20428 memcpy/bcopy calls inserted as part of the compiler runtime.
20429
b22ad7a7
MS
204302002-04-04 Michael Snyder <msnyder@redhat.com>
20431
20432 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
20433
5f279fa6
DJ
204342002-04-03 Daniel Jacobowitz <drow@mvista.com>
20435
20436 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
20437 (gdb_expect): Remove $notransfer hack.
20438
dd0fd3ce
DJ
204392002-04-02 Daniel Jacobowitz <drow@mvista.com>
20440
20441 * gdb.c++/classes.exp ("calling method for small class"): Match
20442 updated register output.
20443
1e50cda1
DJ
204442002-03-30 Daniel Jacobowitz <drow@mvista.com>
20445
20446 Fix PR gdb/452
20447 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
20448 when finished. Make gdb_file_cmd send "exec-file" when
20449 appropriate.
20450
24015922
DJ
204512002-03-30 Daniel Jacobowitz <drow@mvista.com>
20452
20453 * gdb.base/attach.exp: Remove extra setup_xfail.
20454
dd7dfd64
MS
204552002-03-26 Michael Snyder <msnyder@redhat.com>
20456
20457 * gdb.base/default.exp: Add tests for dump, append, and restore.
20458 * gdb.base/help.exp: Add tests for dump, append, and restore.
20459 * gdb.base/dump.exp: New file, test dump, append and restore.
20460 * gdb.base/dump.c: New file.
20461
48b2f8d7
MS
204622002-03-27 Michael Snyder <msnyder@redhat.com>
20463
d63a86f8 20464 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
20465 clean-ups in help messages.
20466
05b4d525
FF
204672002-03-26 Fred Fish <fnf@redhat.com>
20468
20469 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
20470 have debugging info for those functions and the compiler uses them
20471 internally to copy structs around.
20472
d7679631
FF
204732002-03-26 Fred Fish <fnf@redhat.com>
20474
20475 * gdb.base/list.exp: Revert the change made yesterday and add note
20476 about why we don't list the default lines for remote targets.
20477
523ac3f9
MS
204782002-03-25 Michael Snyder <msnyder@redhat.com>
20479
20480 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
20481
754b2b8d
FF
204822002-03-25 Fred Fish <fnf@redhat.com>
20483
20484 * gdb.base/list.exp: This test works on remote targets so remove
20485 the short circuit for remote targets. Update copyright.
20486
33c3e192
FF
204872002-03-25 Fred Fish <fnf@redhat.com>
20488
20489 * gdb.base/attach.exp: Fix logic error that was suppressing this
20490 test for all non hppa*-*-hpux* targets, instead of the hp target.
20491 Move comments closer to the suppression point. Also now need to
20492 check that we are running natively.
20493
d43e73ee
MS
204942002-03-22 Michael Snyder <msnyder@redhat.com>
20495
882c8f02
MS
20496 * gdb.base/default.exp: Add test for gcore. Update copyright.
20497 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 20498
04c12f60
FF
204992002-03-06 Fred Fish <fnf@redhat.com>
20500
20501 * gdb.base/funcargs.c: Remove extraneous ';' character.
20502 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
20503
b43df995
MC
205042002-03-04 Michael Chastain <mec@shout.net>
20505
20506 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
20507 accommodate gcc v3 function signature.
20508 * gdb.mi/mi0-var-cmd-exp: Ditto.
20509
92362027
AC
205102002-02-24 Andrew Cagney <ac131313@redhat.com>
20511
20512 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
20513 ``GNU/Linux'' or ``Linux kernel''
20514 * testsuite/gdb.threads/pthreads.c: Ditto.
20515
258ad32d
MC
205162002-02-24 Michael Chastain <mec@shout.net>
20517
20518 * gdb.threads/pthreads.c (thread1): Add a return statement.
20519 (thread2): Likewise.
20520 (foo): Likewise.
20521
04c3b3d4
MC
205222002-02-23 Michael Chastain <mec@shout.net>
20523
20524 * gdb.threads/linux-dp.c (philosopher): Add a return statement
20525 to placate gcc.
20526
5a2a0a20
MC
205272002-02-23 Michael Chastain <mec@shout.net>
20528
20529 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
20530 test "ptype bint". The test passes on all my stabs configurations.
20531
a640f7fc
JB
205322002-02-21 Jim Blandy <jimb@redhat.com>
20533
27924826
JB
20534 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
20535 filename at a time, and watch for the ones we want to see.
20536
a640f7fc
JB
20537 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
20538 types of pointers to prototyped functions.
20539
edcc8c75
AC
205402002-02-20 Andrew Cagney <ac131313@redhat.com>
20541
20542 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
20543 signed, unsigned and straight char.
20544 (padding_char, padding_short, padding_int, padding_long,
20545 padding_long_long, padding_float, padding_double,
20546 padding_long_double): New global variables.
20547 (fill, fill_structs): New functions.
20548
20549 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
20550 for correctly sized writes. Update copyright.
20551 (get_valueof): New procedure.
20552 (get_sizeof): Call get_valueof.
20553 (check_valueof): New procedure.
20554 (check_padding): New procedure.
20555
ac57ea44
MC
205562002-02-20 Michael Chastain <mec@shout.net>
20557
20558 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
20559 to setup_xfail. Document some of the remaining calls.
20560
7a10c941
MC
205612002-02-18 Michael Chastain <mec@shout.net>
20562
20563 * gdb.c++/userdef.exp: Update copyright year.
20564
fb8acdcc
DJ
205652002-02-18 Daniel Jacobowitz <drow@mvista.com>
20566
20567 * gdb.c++/userdef.exp: Test overloaded operators properly.
20568 Remove xfails.
20569
fda6ae12
MS
205702002-02-14 Michael Snyder <msnyder@redhat.com>
20571
20572 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
20573
676a0442
DJ
205742002-02-14 Daniel Jacobowitz <drow@mvista.com>
20575
20576 * gdb.base/a2-run.exp: Check for a remote target properly.
20577 * gdb.base/annota1.exp: Likewise.
20578 * gdb.base/list.exp: Likewise.
20579 * gdb.base/reread.exp: Likewise.
20580 * gdb.base/scope.exp: Likewise.
20581 * gdb.base/shlib-call.exp: Likewise.
20582 * gdb.base/term.exp: Likewise.
20583 * gdb.c++/annota2.exp: Likewise.
20584
78b4f468
RE
205852002-02-13 Richard Earnshaw <rearnsha@arm.com>
20586
20587 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
20588
9a81ba51
MC
205892002-02-10 Michael Chastain <mec@shout.net>
20590
20591 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
20592 (call_after_alloca): Ditto.
20593
004af6c7
DJ
205942002-02-10 Daniel Jacobowitz <drow@mvista.com>
20595
20596 * gdb.base/ending-run.exp: Guard "cont" test with
20597 gdb_skip_stdio_test.
20598
37225f62
JB
205992002-02-06 Jim Blandy <jimb@redhat.com>
20600
20601 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
20602 from here...
20603 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
20604 To here. Disable this test on non-HP platforms. Add big comment.
20605
fe6fdd96
MS
206062002-02-04 Michael Snyder <msnyder@redhat.com>
20607
20608 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
20609 other than d10v and m32r.
20610
036fad3f
RE
206112002-02-02 Richard Earnshaw <rearnsha@arm.com>
20612
20613 * gdb.base/default.exp: Rewrite test patterns to reduce time
20614 taken to match them.
20615
7148ab62
DJ
206162002-01-30 Daniel Jacobowitz <drow@mvista.com>
20617
20618 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
20619 Allow a start function above main.
20620 * gdb.threads/linux-dp.exp: Fix copyright date.
20621
396cc255
DJ
206222002-01-30 Daniel Jacobowitz <drow@mvista.com>
20623
a9c64011
AS
20624 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
20625 (check_philosopher_stack): Check for manager thread before checking
20626 for a just-starting thread.
396cc255 20627
f038d31b
DJ
206282002-01-30 Daniel Jacobowitz <drow@mvista.com>
20629
20630 From Neil Booth <neil@daikokuya.demon.co.uk>:
20631 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
20632 warnings.
20633
b3ff9d9a
FF
206342002-01-21 Fred Fish <fnf@redhat.com>
20635
20636 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
20637 not caller.
20638
39ad761d
JB
206392002-01-21 Jim Blandy <jimb@redhat.com>
20640
20641 * gdb.base/reread.exp: Check that GDB properly re-reads the
20642 executable file when it changes while no inferior is running.
20643
aaf320fa
FF
206442002-01-21 Fred Fish <fnf@redhat.com>
20645
a9c64011
AS
20646 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
20647 optionally accept the "shlib events" variation.
aaf320fa 20648
808a31f5
JB
206492002-01-21 Jim Blandy <jimb@redhat.com>
20650
20651 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
20652 call `fflush' after every `printf', so that the output is produced
20653 at predictable points, regardless of whatever buffering does (or
20654 doesn't) take place.
20655 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
20656 at different points.
20657
4420d5e2
DJ
206582002-01-20 Daniel Jacobowitz <drow@mvista.com>
20659
20660 * gdb.c++/inherit.exp: Update copyright years.
20661 * gdb.c++/method.exp: Likewise.
20662
3e36a0f4
DJ
206632002-01-20 Daniel Jacobowitz <drow@mvista.com>
20664
20665 * gdb.c++/classes.exp: Update for improved v3 support and skipping
20666 artificial methods/arguments.
20667 * gdb.c++/derivation.exp: Likewise.
20668 * gdb.c++/inherit.exp: Likewise.
20669 * gdb.c++/method.exp: Likewise.
20670 * gdb.c++/virtfunc.exp: Likewise.
20671
b4ceaee6
AC
206722002-01-18 Andrew Cagney <ac131313@redhat.com>
20673
20674 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
20675 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
20676 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
20677 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
20678 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
20679 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
20680
ecace851
JB
206812002-01-17 Jim Blandy <jimb@redhat.com>
20682
20683 * gdb.asm/asm-source.exp (info symbol): Take another shot at
20684 anchoring the pattern matching the entry point symbol's name.
20685
375fc983
AC
206862002-01-17 Andrew Cagney <ac131313@redhat.com>
20687
20688 * gdb.base/maint.exp: Update ``maint internal-error'' to match
20689 continue/quit query. Update copyright.
20690
fe6fdd96
MS
206912002-01-14 Michael Snyder <msnyder@redhat.com>
20692
20693 * gdb.base/gcore.exp: Remove extra debugging output.
20694
e017c81f
DJ
206952002-01-13 Daniel Jacobowitz <drow@mvista.com>
20696
20697 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
20698 for slightly dubious v2 mangled string.
20699
37ab3bf8
DJ
207002002-01-13 Daniel Jacobowitz <drow@mvista.com>
20701
20702 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
20703
1bc05c3a 207042002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 20705
1bc05c3a 20706 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 20707
1bc05c3a
JM
20708 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
20709 constructors.
20710 * gdb.c++/derivation.exp: Likewise.
20711 * gdb.c++/templates.exp: Likewise.
20712 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 20713
1bc05c3a
JM
207142002-01-10 Michael Snyder <msnyder@redhat.com>
20715
20716 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 20717
a911c360
MS
207182002-01-08 Michael Snyder <msnyder@redhat.com>
20719
20720 * gdb.base/gcore.exp: New test for generate-core-file command.
20721 * gdb.base/gcore.c: Testcase for above.
20722 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
20723
ea2119ec
JM
207242002-01-08 Jason Merrill <jason@redhat.com>
20725
20726 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
20727
68203136
FF
207282002-01-07 Fred Fish <fnf@redhat.com>
20729
20730 * gdb.c++/overload.exp: Remove unconditional xfails for:
20731 print foo_instance1.overloadargs(1)
20732 print foo_instance1.overloadargs(1, 2)
20733 print foo_instance1.overloadargs(1, 2, 3)
20734 print foo_instance1.overloadargs(1, 2, 3, 4)
20735 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
20736 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
20737 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
20738 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
20739 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
20740 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
20741 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
20742 print foo_instance1.overload1arg()
20743 print foo_instance1.overload1arg((char)arg2)
20744 print foo_instance1.overload1arg((signed char)arg3)
20745 print foo_instance1.overload1arg((unsigned char)arg4)
20746 print foo_instance1.overload1arg((int)arg7)
20747 print foo_instance1.overload1arg((unsigned int)arg8)
20748 print foo_instance1.overload1arg((float)arg11)
20749 print foo_instance1.overload1arg((double)arg12)
d63a86f8 20750
21b9b5b1
MS
207512002-01-07 Michael Snyder <msnyder@redhat.com>
20752
20753 * gdb.base/huge.exp: New test. Print a very large target data object.
20754 (skip_huge_test): New test variable. Define if you want to skip this
20755 test. The test reads an 8 megabyte data object from the target, so it
20756 might be very time consuming on remote targets with a slow connection.
20757 * gdb.base/huge.c: New file. Test case for above.
20758
725f922e
FF
207592002-01-07 Fred Fish <fnf@redhat.com>
20760
20761 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
20762 g_instance.bfoo, and g_instance.cfoo.
20763
889bf7c5 207642002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 20765
889bf7c5
PA
20766 * gdb.base/break.c (multi_line_if_conditional): New function.
20767 (multi_ilne_while_conditional): Likewise.
20768 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
20769 IF or WHILE condition puts the breakpoint at the start of
20770 the condition.
f286b2c3 20771
634d57ec
JL
20772 * gdb.base/selftest.exp (backtrace through signal handler): Remove
20773 hppa*-*-hpux* expected failure.
20774 * gdb.base/structs.exp (do_function_calls): Similarly.
20775
20776 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
20777 watchpoints.
20778
9fbfe2dc
AC
207792002-01-06 Andrew Cagney <ac131313@redhat.com>
20780
20781 Fix PR gdb/66.
20782 * gdb.base/structs.exp: Replace skip for a29k with skip for
20783 gdb,cannot_call_functions.
20784 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
20785 * gdb.base/callfuncs.exp: Ditto.
20786 * gdb.base/call-rt-st.exp: Ditto.
20787 * gdb.base/call-strs.exp: Ditto.
20788 * gdb.base/callfwmall.exp: Ditto.
20789 * gdb.base/scope.exp: Obsolete xfail a29k.
20790 * gdb.c++/misc.exp: Ditto.
20791 * gdb.c++/cplusfuncs.exp: Ditto.
20792 * gdb.base/ptype.exp: Ditto.
20793 * gdb.base/printcmds.exp: Ditto.
20794 * gdb.base/opaque.exp: Ditto.
20795 * gdb.base/list.exp: Ditto.
20796 * gdb.base/funcargs.exp: Ditto.
20797 * gdb.base/default.exp: Ditto.
20798
8ddad156
MS
207992002-01-04 Michael Snyder <msnyder@redhat.com>
20800
ca4976a6 20801 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
20802 * gdb.base/maint.exp: Add tests for maint info sections options.
20803
1b074332
JL
20804Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
20805
20806 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
20807
7d159115
CV
208082001-12-20 Corinna Vinschen <vinschen@redhat.com>
20809
20810 * gdb.asm/arm.inc: New file.
20811 * gdb.asm/asm-source.exp: Add arm targets.
20812 * gdb.asm/configure.in: Ditto.
20813 * gdb.asm/configure: Recreated from configure.in.
20814
8fb87725
JL
20815Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
20816
afabe08c
JL
20817 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
20818 with HP's compiler.
20819 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
20820 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
20821 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
20822 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
20823
20824 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
20825 either HP's compilers or GCC.
20826
db521deb
JL
20827 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
20828 a SIGBUS or SIGSEGV.
20829
20830 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
20831
20832 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
20833 can be compiled with either HP's compiler or GCC.
20834
cfa88ab7
JL
20835 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
20836 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
20837 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
20838
ca344dff
JL
20839 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
20840 to match current gdb output. Update due to using auto-solib-limit
20841 for limiting instead of overloading auto-solib-add.
20842 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
20843 test program.
20844
3f3c6e55 20845 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
20846 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
20847 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
20848 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
20849 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
20850 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
20851 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
20852 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
20853 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
20854 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
20855 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
20856 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
20857 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 20858
8fb87725
JL
20859 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
20860 a SIGTRAP to the inferior.
20861
cf599fa7
CV
208622001-12-19 Corinna Vinschen <vinschen@redhat.com>
20863
20864 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
20865 Substitute call to target_link by call to gdb_compile.
20866
2cd045cd
JL
20867Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
20868
a9c64011
AS
20869 * gdb.base/break.exp: Fix HP specific search string when testing
20870 backtracing in a called function.
2cd045cd 20871
a9c64011
AS
20872 * gdb.base/constvars.exp: Only set lang to C++ if we're
20873 compiling the test with HP's compilers.
20874 * gdb.base/volatile.exp: Similarly.
2cd045cd 20875
99ebe9ac
JB
208762001-12-19 Jim Blandy <jimb@redhat.com>
20877
20878 * gdb.base/printcmds.exp: Expect the null character to be printed
20879 as '\0', and the '\013' to be printed as '\v'.
20880 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
20881 * gdb.base/setvar.exp: Same.
20882
b9891b29
JB
208832001-12-17 Jim Blandy <jimb@redhat.com>
20884
0eba65ab
JB
20885 * gdb.base/completion.exp: Rather than completing very long
20886 filenames, which can make the readline library produce output we
20887 don't recognize, cd to the directory first, and then complete
20888 using nice, short relative paths.
20889
6970b5b1
JB
20890 * gdb.base/completion.exp: On some systems, there is, in fact, a
20891 variable named `b' in scope, since GDB treats all static
a9c64011
AS
20892 variables as being in scope. So use `no_var_named_this'
20893 instead of `b'.
6970b5b1 20894
b9891b29 20895 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 20896 can't find the core file's registers as a failure.
b9891b29 20897
e6ccd35f
JSC
208982001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
20899
a9c64011
AS
20900 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
20901 test expect string more specific.
e6ccd35f 20902
105ba819
CV
209032001-12-13 Corinna Vinschen <vinschen@redhat.com>
20904
20905 * gdb.asm/asm-source.exp: Add support for xstormy16.
20906 * gdb.asm/configure.in: Ditto.
20907 * gdb.asm/configure: Rebuild.
20908 * gdb.asm/xstormy16.inc: New file.
20909
e9e79dd9
FF
209102001-12-10 Fred Fish <fnf@redhat.com>
20911
20912 * gdb.base/maint.exp: Update to match changes in type dumping code.
20913
347dc97d
JB
209142001-12-10 Jim Blandy <jimb@redhat.com>
20915
20916 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
20917 matching the entry point symbol's name at the beginning of the
20918 line.
347dc97d 20919
5178b9d6
DJ
209202001-12-07 Daniel Jacobowitz <drow@mvista.com>
20921
20922 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
20923 gdb.c++/inherit.exp, gdb.c++/method.exp,
20924 gdb.c++/namespace.exp, gdb.c++/templates.exp,
20925 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
20926 and class layout support.
20927
af890c52
DJ
209282001-12-07 Daniel Jacobowitz <drow@mvista.com>
20929
20930 * gdb.c++/classes.exp: Add test for static member function.
20931 * gdb.c++/misc.cc: Add class with static member function.
20932
7a345fb3
JB
209332001-12-07 Jim Blandy <jimb@redhat.com>
20934
f2e54a80 20935 If GDB says it can't find the struct the function returned, report
8032bf31
JB
20936 those tests as `unsupported'.
20937 * gdb.base/call-rt-st.exp (print_struct_call): New function.
20938 Rewrite subsequent tests to use it.
20939
20940 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
20941 those tests as `unsupported'.
20942 * gdb.base/structs.exp (call_struct_func): New function.
20943 (do_function_calls): Use call_struct_func to call the functions
20944 returning structs.
20945
0bc69509
JB
20946 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
20947 whether functions are prototyped or not, so we can't possibly pass
20948 arguments to t_float_values2 properly.
20949
7a345fb3
JB
20950 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
20951 value of `timeout' for targets other than the mips*tx39-*.
20952
edb6ede1
MS
209532001-12-06 Michael Snyder <msnyder@redhat.com>
20954
d63a86f8 20955 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
20956 and detect whether the start symbol has a leading underscore.
20957
2d842f13
JB
209582001-12-04 Jim Blandy <jimb@redhat.com>
20959
20960 * gdb.base/completion.exp: Clarify indentation.
20961
68550daf
JB
209622001-12-03 Jim Blandy <jimb@redhat.com>
20963
20964 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
20965 variables on the S/390, not `.word'.
20966
cd5195a8
JB
209672001-11-30 Jim Blandy <jimb@redhat.com>
20968
20969 Add assembly-source tests for s390-ibm-linux.
20970 * gdb.asm/s390.inc: New file.
20971 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
20972 the S/390 architecture.
a9c64011 20973 * gdb.asm/configure: Regenerated.
cd5195a8 20974
ca9efc90
MS
209752001-11-30 Michael Snyder <msnyder@redhat.com>
20976
20977 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
20978 next, info source, info sources, info line, global and static
20979 variables, and static functions.
20980 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
20981 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
20982 * gdb.asm/asmsrc1.s: Add a static function and some variables.
20983 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
20984 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
20985 (gdbasm_leave): Restore frame pointer.
20986 (gdbasm_startup): Copy stack set-up from crt0.S.
20987
d0e66976
FN
209882001-11-26 Fernando Nasser <fnasser@redhat.com>
20989
20990 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
20991 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
20992 to a local (non-static) variable. Copy tstruct.a to a static buffer
20993 and return a pointer to that buffer.
20994 * gdb.base/callfwmall.c (t_structs_a): Ditto.
20995
e2334072
MK
209962001-11-24 Mark Kettenis <kettenis@gnu.org>
20997
20998 * gdb.asm/configure.in: Fix recognition of ix86 target.
20999 * gdb.asm/configure: Regenerate.
21000
756caa3d
MS
210012001-11-21 Michael Snyder <msnyder@redhat.com>
21002
21003 * gdb.asm/sparc.inc: New file.
21004 * gdb.asm/asm-source.exp: Recognize sparc target.
21005 * gdb.asm/configure.in: Recognize sparc target.
21006 * gdb.asm/configure: Regenerate.
d63a86f8 21007
9a4d72d5
MS
210082001-11-21 Michael Snyder <msnyder@redhat.com>
21009
21010 * gdb.asm/m32r.inc: New file.
21011 * gdb.asm/asm-source.exp: Recognize m32r target.
21012 * gdb.asm/configure.in: Recognize m32r target.
21013 * gdb.asm/configure: Regenerate.
21014
a773d1cd
MS
210152001-11-20 Michael Snyder <msnyder@redhat.com>
21016
017ac23d
MS
21017 * gdb.asm/i386.inc: New file.
21018 * gdb.asm/asm-source.exp: Recognize ix86 target.
21019 * gdb.asm/configure.in: Recognize ix86 target.
21020 * gdb.asm/configure: Regenerate.
21021
a773d1cd
MS
21022 * gdb.c++/namespace.exp: Fix quotes in output messages.
21023
bb632afb
MS
210242001-11-14 Michael Snyder <msnyder@redhat.com>
21025
25d559ca 21026 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
21027 qualifier in a type cast expression, to designate an address
21028 in the instruction space (Harvard architecture).
21029
4749e309
MS
210302001-11-13 Michael Snyder <msnyder@redhat.com>
21031
21032 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
21033 Tests for expressions using 'const' and 'volatile'.
21034
25050984
CV
210352001-11-13 Corinna Vinschen <vinschen@redhat.com>
21036
21037 * gdb.asm/asm-sources.exp: Allow defining linker flags.
21038
1902c51f
DJ
210392001-11-12 Daniel Jacobowitz <drow@mvista.com>
21040
21041 * lib/mi-support.exp (mi_run_to_helper): Move comments
21042 outside of gdb_expect.
21043
dcf95b47
DJ
210442001-11-11 Daniel Jacobowitz <drow@mvista.com>
21045
21046 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
21047 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
21048 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
21049 mi0_run_to): New functions.
21050 * gdb.mi/mi-simplerun.exp: Use them.
21051 * gdb.mi/mi0-simplerun.exp: Likewise.
21052 * gdb.mi/mi-var-cmd.exp: Likewise.
21053 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 21054
45b074e1
AC
210552001-11-10 Andrew Cagney <ac131313@redhat.com>
21056
21057 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
21058 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
21059
bf50d346
AC
210602001-11-09 Andrew Cagney <ac131313@redhat.com>
21061
21062 * gdb.base/restore.exp: Include $expected value in restored test
21063 message.
21064
9383332c
AC
210652001-11-09 Andrew Cagney <ac131313@redhat.com>
21066
21067 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
21068 implemented.
21069
db62520a
MS
210702001-11-08 Michael Snyder <msnyder@redhat.com>
21071
21072 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
21073 Add pass/fail message for stop at breakpoint in call dummy function.
21074
b5703437
MS
210752001-11-07 Michael Snyder <msnyder@redhat.com>
21076
d63a86f8
RM
21077 * gdb.c++/templates.exp (test_template_breakpoints):
21078 If we get an overload menu, but it does not match what
760f6330 21079 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
21080 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
21081 making the whitespace optional. Argument for "new" may be
21082 "unsigned" as well as "unsigned int/long".
d63a86f8 21083 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
21084 making the whitespace optional. Also replace "(void) with
21085 "((void|)), making the keyword "void" optional.
d63a86f8 21086 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
21087 making the whitespace optional. Also replace "(void) with
21088 "((void|)), making the keyword "void" optional.
3bf40917
MS
21089 * gdb.base/callfuncs.c (t_float_values): This function must
21090 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 21091 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
21092 can be tested against both cases. Usually one case involves
21093 promotion of float to double, while the other does not.
21094 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
21095 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
21096 includes a stack frame for "start".
21097
c8ab4e6d
JB
210982001-11-05 Jim Blandy <jimb@redhat.com>
21099
21100 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
21101 pointers are 32 bits long, and that offsets of relocs are always
21102 stored in the data (REL-style), and not in the reloc entry itself
21103 (RELA-style).
21104 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
21105 stabs.
21106
3f08ced9
MS
211072001-11-01 Michael Snyder <msnyder@redhat.com>
21108
21109 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
21110 and regular expression operators by using quoting.
21111
cbfa24cd
MS
211122001-10-31 Michael Snyder <msnyder@redhat.com>
21113
21114 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
21115 depending on what the symbol table contains.
21116 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
21117 the output of the ptype command. Similarly, accept both "const &"
21118 and "const&".
21119
aaa68313
CV
211202001-10-31 Corinna Vinschen <vinschen@redhat.com>
21121
21122 * gdb.base/miscexprs.c (main): Add usage of preprocessor
21123 symbol `STORAGE' to allow to choose the storage class of
21124 the local datastructures.
21125 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
21126 compiler directive.
21127
91740388
MS
211282001-10-30 Michael Snyder <msnyder@redhat.com>
21129
21130 * gdb.base/jump.exp: Allow it to run for all targets.
21131
1b7c05e7
CV
211322001-10-29 Corinna Vinschen <vinschen@redhat.com>
21133
21134 * gdb.base/call-ar-st.c (print_double_array): Match for loop
21135 with new double_array size.
21136 (main): Change storage class of all local variables to static.
21137 Reduce size of double_array to 9.
21138 * gdb.base/call-ar-st.exp: Increase timeout value.
21139 Change expected output for double array to match new size in
21140 call-ar-st.c.
21141
36a22261
CV
211422001-10-29 Corinna Vinschen <vinschen@redhat.com>
21143
21144 * gdb.base/ending-run.exp: Create identical output when passing
21145 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 21146 Stormy16 target.
36a22261 21147
92b8ae91
MK
211482001-10-28 Mark Kettenis <kettenis@gnu.org>
21149
21150 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
21151 that we catch the expected failure under Linux/x86.
21152
cb135b83
OF
211532001-10-29 Orjan Friberg <orjanf@axis.com>
21154
21155 * gdb.base/setvar.exp: Escape curly braces.
21156 * gdb.stabs/weird.exp: Ditto.
21157
6884aa54
DJ
211582001-10-27 Daniel Jacobowitz <drow@mvista.com>
21159
21160 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
21161 * gdm.mi/mi0-hack-cli.exp: Likewise.
21162
0398c9aa
AC
211632001-10-25 Andrew Cagney <ac131313@redhat.com>
21164
21165 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
21166 messages.
21167
d20bf2e8
AC
211682001-10-21 Andrew Cagney <ac131313@redhat.com>
21169
21170 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
21171 checking MI enabled.
21172
03dd63aa
CV
211732001-10-09 Corinna Vinschen <vinschen@redhat.com>
21174
21175 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
21176
1d9d99f3
FCE
211772001-10-04 Frank Ch. Eigler <fche@redhat.com>
21178
21179 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
21180 if gdb child process crashes, just signal an error.
21181
838ae6c4
JB
211822001-10-02 Jim Blandy <jimb@redhat.com>
21183
21184 * lib/gdb.exp (test_xfail_format): Simplify.
21185
21186 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
21187 front of the variable name `format'. Simplify `if'.
21188
8f0cbc1c
DJ
211892001-10-01 Daniel Jacobowitz <drow@mvista.com>
21190
21191 * gdb.threads/pthreads.exp: Wait for output and delay
21192 before sending ^C.
21193
1f08dafd
DJ
211942001-10-01 Daniel Jacobowitz <drow@mvista.com>
21195
21196 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
21197 some incorrect output instead of timing out.
21198 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
21199
674f90ff
CV
212002001-09-28 Corinna Vinschen <vinschen@redhat.com>
21201
21202 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
21203 check to allow additional `int'.
21204
9b284272
DJ
212052001-09-27 Daniel Jacobowitz <drow@mvista.com>
21206
21207 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
21208 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
21209
b55a4771
MS
212102001-09-27 Michael Snyder <msnyder@redhat.com>
21211
21212 * lib/gdb.exp (test_debug_format): New proc.
21213 (setup_xfail_format): Use new proc test_debug_format.
21214 * gdb.base/constvars.exp (local_compiler_xfail_check): New
21215 proc; use new service proc test_debug_format.
21216 Replace all other "gcc_compiled" tests with this test.
21217 * gdb.base/volatile.exp (local_compiler_xfail_check): New
21218 proc; use new service proc test_debug_format.
21219 Replace all other "gcc_compiled" tests with this test.
21220
212212001-09-27 Michael Snyder <msnyder@redhat.com>
21222
21223 * gdb.base/cvexpr.exp: New file.
21224 * gdb.base/cvexpr.c: New file
21225 Test for expressions using const and volatile keywords.
21226
4e6667ac
CV
212272001-09-26 Corinna Vinschen <vinschen@redhat.com>
21228
21229 * gdb.base/constvars.exp: Check for different orders of keywords
21230 and additional "int" strings in output.
21231
4f337972
AC
212322001-09-22 Andrew Cagney <ac131313@redhat.com>
21233
21234 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
21235 responses from "help maint".
21236
2015650d
FCE
212372001-09-19 Frank Ch. Eigler <fche@redhat.com>
21238
21239 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
21240 to localhost:NNN instead of :NNN, in case Xvfb is listening
21241 only on TCP.
21242
f3bcedc1
CV
212432001-09-19 Corinna Vinschen <vinschen@redhat.com>
21244
21245 * gdb.base/recurse.exp: When checking leaving the watchpoint
21246 scope, recognize when gdb is in function's epilogue and pass.
21247
6b819c92
KS
212482001-09-18 Keith Seitz <keiths@redhat.com>
21249
21250 * lib/insight-support.exp (_gdbtk_export_target_info): Add
21251 support for running tests against sid targets.
21252 (gdbtk_done): Ditto.
21253
a10c9419
CV
212542001-09-18 Corinna Vinschen <vinschen@redhat.com>
21255
21256 * gdb.base/ending-run.c (main): Set stdout buffersize
21257 to the same reasonable value for any target.
21258 * gdb.base/ending-run.exp: Add a regular expression
21259 to make testsuite happy on Sanyo Stormy16 target.
21260
739d0d99
CV
212612001-09-17 Corinna Vinschen <vinschen@redhat.com>
21262
21263 * gdb.base/display.c (do_loops): Add float variable `f'.
21264 Increment f in loop.
21265 * gdb.base/display.exp: Increment timeout by 60 seconds.
21266 Change float display test to use variable `f'.
21267
1b8947f0
JB
212682001-09-17 Jim Blandy <jimb@redhat.com>
21269
21270 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
21271 overflowing the limited breakpoint tables on some ROM monitors
21272 (like the ROM68K).
21273
9890ac81
FCE
212742001-09-15 Frank Ch. Eigler <fche@redhat.com>
21275
21276 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
21277 the "-ac" (disable access control) flag.
21278
6db765ea
JH
212792001-08-30 Jeff Holcomb <jeffh@redhat.com>
21280
21281 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
21282 ints.
21283
4c32cc04
KS
212842001-08-30 Keith Seitz <keiths@redhat.com>
21285
21286 * lib/gdb.exp: Move all insight-related functionality into
21287 separate file.
21288 * lib/insight-support.exp: New file.
21289
8d6e6f81
FCE
212902001-08-29 Frank Ch. Eigler <fche@redhat.com>
21291
21292 * config/sid.exp (sid_start): Never set sid verbosity; disable
21293 expect_background {} that consumed its stdout; tolerate </dev/null.
21294 Attempt to set endianness override in "sid" protocol mode. Cleanup.
21295
6a90e1d0
AC
212962001-08-18 Andrew Cagney <ac131313@redhat.com>
21297
21298 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
21299 CLI jump command to start it.
21300 (mi_run_to_main): Fail immediatly when unexpected output.
21301
1759b3c3
AC
213022001-08-18 Andrew Cagney <ac131313@redhat.com>
21303
21304 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
21305 beginning of function. Fix PR gdb/191.
21306
61d11d80
FCE
213072001-08-16 Frank Ch. Eigler <fche@redhat.com>
21308
21309 * config/sid.exp (sid_start): Don't warn if we cannot figure out
21310 what to force sid endianness to.
21311
942a4df2
KS
213122001-08-15 Keith Seitz <keiths@redhat.com>
21313
21314 * lib/gdb.exp (gdbtk_start): Don't set environment
21315 variables for TCL_LIBRARY and friends. Insight will
21316 now figure these out for itself.
21317
0521c418
MS
213182001-08-02 Michael Snyder <msnyder@redhat.com>
21319
21320 * gdb.base/completion.exp: Remove the symbol "a64l" from
21321 the expect string; this is target-specific, and not related
21322 to what is being tested.
21323
74a9a58a
DB
213242001-08-02 Dave Brolley <brolley@redhat.com>
21325
21326 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
21327
c70819fa
MS
213282001-07-25 Michael Snyder <msnyder@redhat.com>
21329
c2b8fa57
MS
21330 * gdb.base/consecutive.exp: New file. Test stepping over
21331 breakpoints on consecutive instructions.
21332 * gdb.base/consecutive.c: New file.
21333
c70819fa
MS
21334 * gdb.base/call-rt-st.exp: Use double-backslash to quote
21335 curly braces in regular expressions.
21336
2b1a1355
MS
213372001-07-25 Michael Snyder <msnyder@redhat.com>
21338
21339 * gdb.base/ending-run.exp: Accept "Program exited normally" as
21340 legitimate output from stepping out of main.
21341
413eca6f
KS
213422001-07-22 Keith Seitz <keiths@redhat.com>
21343
21344 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
21345 the empty string, do not run the tests.
21346
7e5a9322
SC
213472001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21348
21349 * gdb.base/long_long.exp: Detect size of pointer. Take into
21350 account 2-byte pointers when testing for p/a results.
21351
de58f10f
SC
213522001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21353
d63a86f8 21354 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
21355 and defined to 1K for m68hc11.
21356 (random_data): Reduce table to 1K for embedded platforms (68hc11).
21357 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
21358 (sizeof_random_data): New variable to tell the size of the data table;
21359 don't test past this size; always run to main.
21360
d6f5fea1
SC
213612001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21362
21363 * gdb.base/return2.exp: return of long long and double fails for
21364 68HC11; don't execute these tests on that platform.
21365 * gdb.base/return.exp: Return of a double fails for 68hc11.
21366
c477543d
SC
213672001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21368
21369 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
21370 tests that print a float.
21371 * call-rt-st.exp: Likewise.
21372
63cf1c79
MK
213732001-07-12 Mark Kettenis <kettenis@gnu.org>
21374
21375 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
21376 running this test on Linux.
21377
112f9ab5
MC
213782001-06-24 Michael Chastain <chastain@redhat.com>
21379
21380 * gdb.base/arithmet.exp: Remove some tests to make all test names
21381 unique.
21382
4970cb0f
MS
213832001-07-03 Michael Snyder <msnyder@redhat.com>
21384
21385 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
21386 the output of the ptype command.
21387
d85da69f
MS
213882001-07-02 Michael Snyder <msnyder@redhat.com>
21389
4c8a82de
MS
21390 * gdb.base/completion.exp: Don't assume that break.c is the only
21391 source file that may contain functions named "marker".
d85da69f
MS
21392 * gdb.base/corefile.exp: Quote the curly braces in regexp.
21393
8afc772b
AC
213942001-06-28 Andrew Cagney <ac131313@redhat.com>
21395
21396 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
21397 of files to delete.
21398
21399 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
21400 * gdb.disasm/h8300s.exp: New file.
21401 gdb.disasm/h8300s.s: Likewise.
21402
cff22675
AC
214032001-06-27 Andrew Cagney <ac131313@redhat.com>
21404
21405 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
21406 empty breakpoint tables.
21407
68c81b54
AC
214082001-06-25 Andrew Cagney <ac131313@redhat.com>
21409
21410 * lib/mi-support.exp: Update args=... part of stop-reason
21411 patterns. Accept either a list or a tuple.
21412
2dd62704
AC
214132001-06-23 Andrew Cagney <ac131313@redhat.com>
21414
21415 * lib/mi-support.exp: Remove local emacs variable defining
21416 change-log-default-name.
21417
b4127474
MC
214182001-06-22 Michael Chastain <chastain@redhat.com>
21419
21420 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
21421 This is operationally compatible with the previous version.
21422
8dbfb380
JB
214232001-06-13 Jim Blandy <jimb@redhat.com>
21424
21425 * lib/gdb.exp (gdb_test): Doc fix.
21426
f2d8c86d
MC
214272001-06-10 Michael Chastain <chastain@redhat.com>
21428
21429 * gdb.base/exprs.exp: Remove a duplicate test.
21430
81564d34
JB
214312001-06-06 Jim Blandy <jimb@redhat.com>
21432
21433 * gdb.base/return2.exp (main): Use values to test float and double
21434 returns that are not NaN's, to avoid being confused by IEEE
21435 comparison rules.
21436
da55addb
MS
214372001-06-04 Michael Snyder <msnyder@redhat.com>
21438
21439 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 21440 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
21441 rather than wait for 12 more tests to time out.
21442
42c65987
JB
214432001-06-06 Jim Blandy <jimb@redhat.com>
21444
b18bced9 21445 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 21446 Don't forget to match the GDB prompt.
b18bced9 21447
42c65987
JB
21448 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
21449
5b41e5f0
JB
214502001-06-04 Jim Blandy <jimb@redhat.com>
21451
21452 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
21453 command.
21454
015e046f
KB
214552001-05-31 Kevin Buettner <kevinb@redhat.com>
21456
21457 * gdb.base/annota1.exp (info break): Match four or more spaces
21458 after "Address".
21459
fb1ffbbe
MC
214602001-05-31 Michael Chastain <chastain@redhat.com>
21461
21462 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
21463 (dm_type_int_star): Likewise.
21464 (dm_type_long_star): Likewise.
21465 (dm_type_void_star): Likewise.
21466
5ea2a32c
KB
214672001-05-29 Kevin Buettner <kevinb@redhat.com>
21468
21469 * gdb.base/completion.exp (INPUTRC): Set this environment variable
21470 to a known value in order to get consistent results regardless
21471 of the setting of INPUTRC or the presence or contents of .inputrc.
21472
ae23c492
MS
214732001-05-24 Michael Snyder <msnyder@redhat.com>
21474
ac55707e
MS
21475 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
21476 Don't require that the main thread and the manager thread are the
21477 first in the list.
21478
ae23c492
MS
21479 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
21480 debugging. If test fails, issue an "unsupported" not a "fail".
21481
400071f1
JB
214822001-05-24 Jim Blandy <jimb@redhat.com>
21483
21484 Don't assume that short is shorter than int.
21485 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
21486 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 21487 this isn't true.
400071f1
JB
21488 ("print unsigned char == (~0)"): Add test that verifies that ~0,
21489 an int, is not equal to ~0 stored in an unsigned char. This tests
21490 the same thing that the previous test meant to, but works on
21491 16-bit machines, too.
21492 ("print unsigned char != (~0)"): Same test, complemented.
21493
0816a3e5
MS
214942001-05-24 Michael Snyder <msnyder@redhat.com>
21495
21496 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 21497 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
21498 and prevents dejagnu getting out of step.
21499
f6dc23a9
KB
215002001-05-23 Kevin Buettner <kevinb@redhat.com>
21501
21502 * gdb.base/finish.exp (finish_void): Revise pattern for
21503 stopping on the call statement to not permit stopping at
21504 the start of the instructions comprising the call sequence.
21505
7dbd117d
MC
215062001-05-19 Michael Chastain <chastain@redhat.com>
21507
21508 * gdb.base/callfuncs.exp: Make all test names unique.
21509 * gdb.base/commands.exp: Make all test names unique.
21510 * gdb.base/condbreak.exp: Make all test names unique.
21511 * gdb.base/dbx.exp: Make all test names unique.
21512 * gdb.base/default.exp: Make all test names unique.
21513 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
21514 and TIMEOUT messages to their corresponding PASS message.
21515 * gdb.base/ending-run.exp: Make all test names unique.
21516 * gdb.base/long_long.exp: Remove duplicate test.
21517
6b0b0a9e
KB
215182001-05-21 Kevin Buettner <kevinb@redhat.com>
21519
21520 * gdb.base/finish.exp (finish_void): Allow "finish" command to
21521 stop on the call statement as well as the statement after the
21522 call.
21523
2caa35cb
MS
215242001-05-21 Michael Snyder <msnyder@redhat.com>
21525
21526 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
21527
40713331
EZ
215282001-05-10 Elena Zannoni <ezannoni@redhat.com>
21529
a9c64011
AS
21530 * gdb.base/completion.exp: Revamp test. Make it execute on all
21531 platforms.
40713331 21532
c2c1be8d
EZ
215332001-05-10 Elena Zannoni <ezannoni@redhat.com>
21534
a9c64011
AS
21535 * config/gdbserver.exp (gdb_load): Handle the case
21536 in which the arguments to gdbserver are given in the
21537 baseboard configuration file.
21538 Also handle the case in which the server needs to do a
21539 load.
2c9cd303 21540
9671de48
KS
215412001-05-07 Keith Seitz <keiths@cygnus.com>
21542
a9c64011
AS
21543 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
21544 set up the display for testing.
21545 (gdbtk_start): Convert all paths to paths that tcl will like.
21546 Export target information to environment.
21547 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
21548 necessary.
21549 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
21550 (to_tcl_path): New proc to convert a given pathname into
21551 a path acceptible as an argument to a tcl command.
21552 (_gdbtk_export_target_info): New proc to export target info
21553 into the environment for gdbtk testing.
21554 (gdbtk_done): New proc to signal end-of-test.
9671de48 21555
5a360f47
JB
215562001-05-06 Jim Blandy <jimb@redhat.com>
21557
21558 * restore.c: Make the code of caller0 correspond to its comment.
21559
66c756c6
MS
215602001-05-03 Michael Snyder <msnyder@redhat.com>
21561
21562 * config/sid.exp (gdb_target_sid): Check for error messages.
21563 On error or timeout, don't make expect exit (which will terminate
21564 all subsequent tests); instead just make gdb exit.
d63a86f8 21565 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
21566 return a negative value.
21567
a966fde5
JB
215682001-04-24 Jim Blandy <jimb@redhat.com>
21569
851c18e0
JB
21570 * gdb.c++/templates.exp: If we see the prompt for the overload
21571 list, but we haven't recognized any of the longer patterns,
21572 arrange for this test to fail, not hang.
21573
a966fde5
JB
21574 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
21575 variations.
21576
db144853
MC
215772001-04-22 Michael Chastain <chastain@redhat.com>
21578
21579 * gdb.c++/local.exp: Use the 'runto' library function.
21580 * gdb.c++/namespace.exp: Likewise.
21581 * gdb.c++/overload.exp: Likewise.
21582
3207ec21
KB
215832001-03-26 Kevin Buettner <kevinb@redhat.com>
21584
21585 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
21586 * gdb.base/step-line.exp: New file. Test step/next in presence of
21587 #line directives.
21588 * gdb.base/step-line.c: New file. Test program for the above.
21589 * gdb.base/step-line.inp: New file. We pretend that this file has
21590 been transformed by some other tool into step-line.c.
21591
13b57657
JB
215922001-03-21 Jim Blandy <jimb@redhat.com>
21593
21594 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
21595 unmangled operator names.
21596
754cbe1c
JB
215972001-03-20 Jim Blandy <jimb@redhat.com>
21598
21599 * gdb.threads/linux-dp.exp: Recognize an additional message
21600 generated by GDB when it doesn't understand how to debug threads
21601 on the target system.
21602
177495c9
AC
216032001-03-19 Andrew Cagney <ac131313@redhat.com>
21604
21605 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
21606
f266096b
MC
216072001-03-12 Michael Chastain <chastain@redhat.com>
21608
21609 * gdb.c++/derivation.exp: Use the 'runto' library function.
21610
cac3c2ff
MC
216112001-03-12 Michael Chastain <chastain@redhat.com>
21612
21613 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
21614
b6c11a24
MC
216152001-02-24 Michael Chastain <chastain@redhat.com>
21616
21617 * gdb.c++/ref-types.exp: Change handwritten code to library
21618 function 'runto'.
21619
6bae5bce
OF
216202001-03-16 Orjan Friberg <orjanf@axis.com>
21621
21622 * gdb.base/signals.exp: Set count to 0 explicitly.
21623
0015fd9a
MS
216242001-03-15 Mark Salter <msalter@redhat.com>
21625
21626 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
21627 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
21628 (gdb_load): Add support for additional target_info: gdb_download_size
21629 and gdb_load_timeout.
0015fd9a 21630
fc33412a
DT
21631Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
21632
21633 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
21634 file -- to prevent failing when the compile fails but we have no
21635 intention of running the tests anyway.
fc33412a
DT
21636
21637 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
21638 tests if set.
21639
21640 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 21641 integers.
fc33412a
DT
21642
21643 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
21644 * gdb.c++/namespace.exp: Ditto.
21645
115f06de
OF
216462001-03-07 Orjan Friberg <orjanf@axis.com>
21647
21648 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
21649 * gdb.base/pointers.exp: Relax pattern match of decimals.
21650
b6ba6518
KB
216512001-03-06 Kevin Buettner <kevinb@redhat.com>
21652
21653 * Makefile.in, config/abug.exp, config/cfdbug.exp,
21654 config/cpu32bug.exp, config/dve.exp, config/est.exp,
21655 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
21656 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
21657 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
21658 config/sh.exp, config/sid.exp, config/slite.exp,
21659 config/sparclet.exp, config/udi.exp, config/unknown.exp,
21660 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
21661 config/vxworks.exp, config/vxworks29k.exp,
21662 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
21663 gdb.base/all-bin.exp, gdb.base/annota1.exp,
21664 gdb.base/arithmet.exp, gdb.base/assign.exp,
21665 gdb.base/async.exp, gdb.base/attach.exp,
21666 gdb.base/bitfields.exp, gdb.base/bitops.exp,
21667 gdb.base/break.exp, gdb.base/call-ar-st.exp,
21668 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
21669 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
21670 gdb.base/commands.exp, gdb.base/completion.exp,
21671 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
21672 gdb.base/constvars.exp, gdb.base/corefile.exp,
21673 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
21674 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
21675 gdb.base/ending-run.exp, gdb.base/environ.exp,
21676 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
21677 gdb.base/finish.exp, gdb.base/foll-exec.exp,
21678 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
21679 gdb.base/funcargs.exp, gdb.base/help.exp,
21680 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
21681 gdb.base/logical.exp, gdb.base/long_long.exp,
21682 gdb.base/maint.exp, gdb.base/mips_pro.exp,
21683 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
21684 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
21685 gdb.base/pointers.exp, gdb.base/printcmds.exp,
21686 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
21687 gdb.base/regs.exp, gdb.base/relational.exp,
21688 gdb.base/remote.exp, gdb.base/reread.exp,
21689 gdb.base/restore.exp, gdb.base/return2.exp,
21690 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
21691 gdb.base/selftest.exp, gdb.base/setshow.exp,
21692 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
21693 gdb.base/sigall.exp, gdb.base/signals.exp,
21694 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
21695 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
21696 gdb.base/step-test.exp, gdb.base/structs.c,
21697 gdb.base/structs.exp, gdb.base/structs2.exp,
21698 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
21699 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
21700 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
21701 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
21702 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
21703 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
21704 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
21705 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
21706 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
21707 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
21708 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
21709 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
21710 gdb.fortran/types.exp, gdb.java/jmisc.exp,
21711 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
21712 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
21713 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
21714 gdb.trace/circ.exp, gdb.trace/collection.exp,
21715 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
21716 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
21717 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
21718 gdb.trace/report.exp, gdb.trace/save-trace.exp,
21719 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
21720 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
21721 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
21722 notices.
21723
dc96c6c7 217242001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
21725
21726 * gdb.base/varargs.c (find_max_double): Fix printf format string:
21727 first arg is int not float.
21728
dc96c6c7 217292001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
21730
21731 * gdb.base/reread.exp: Unsupported for non-native targets;
21732 doesn't work for remote debugging.
21733
9b0c4aeb
FN
217342001-02-19 Fernando Nasser <fnasser@redhat.com>
21735
21736 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
21737 * gdb.base/ending-run.exp: Properly handle the BSP state when
21738 stepping past the end of main.
9b0c4aeb 21739
02aa71d5
MC
217402001-02-19 John Moore <jmoore@redhat.com>
21741
21742 * gdb.base/commands.exp (infrun_breakpoint_command_test):
21743 Converted HPUX fix for non-expected items following multiple
21744 step commands into general solution for all platforms.
21745
1fa449a4
MC
217462001-02-18 Michael Chastain <chastain@redhat.com>
21747
21748 * gdb.c++/classes.exp (do_tests): Change runto statements
21749 from "runto 'foo(void)'" to "runto 'foo'". This makes the
21750 statements demangler agnostic.
21751 * gdb.c++/virtfunc.exp (do_tests): Likewise.
21752 (gdb_virtfunc_restart): Likewise.
21753
b2f9ec70
MC
217542001-02-14 Michael Chastain <chastain@redhat.com>
21755
21756 * gdb.c++/inherit.exp (do_tests): Change runto statements
21757 from "runto 'foo(void)'" to "runto 'foo'". This makes the
21758 statements demangler agnostic.
21759
cf74b8ca
AC
21760Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
21761
21762 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
21763 ``continue to bkpt at common_routine in thread 2'' and ``stopped
21764 before calling common_routine 15 times'' tests.
cf74b8ca 21765
99f78f56
MC
217662001-02-11 Michael Chastain <chastain@redhat.com>
21767
21768 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
21769 Helps the test script figure out which demangler is in use.
21770 (dm_type_foo_ref): Ditto.
21771 (dm_type_int_star): Ditto.
21772 (dm_type_long_star): Ditto.
21773 (dm_type_unsigned_int): Ditto.
21774 (dm_type_void): Ditto.
21775 (dm_type_void_star): Ditto.
99707966 21776 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
21777 Probe the gdb demangler and set variables to accommodate
21778 formatting differences.
21779 (info_func_regexp): New function. Same as info_func, but
21780 matches against a regexp.
21781 (info_func): Match against a literal string.
21782 (print_addr_2): New function. Match against a literal string,
21783 which can be different from the input to gdb.
21784 (print_addr): Simply call print_addr_2 with the same argument twice.
21785 (test_lookup_operator_functions): Use demangler formatting variables.
21786 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
21787 the tests in the same order as the C++ class declaration.
21788 (test_paddr_operator_functions): Ditto.
21789 (test_paddr_overloaded_functions): Ditto.
21790 (test_paddr_hairy_functions): Use demangler formatting variables.
21791 Add reference to gdb/19 for related tests.
21792 (do_tests): Call probe_demangler.
21793
1de8f023
KB
217942001-01-30 Kevin Buettner <kevinb@redhat.com>
21795
21796 * gdb.c++/templates.cc (printf): Remove unused function definition.
21797
ca3f91ed
MS
217982001-01-26 Felix Lee <flee@redhat.com>
21799
21800 * sid.exp (sid_exit): Pass host, not target, to remote_close.
21801
218022001-01-25 matthew green <mrg@redhat.com>
21803
21804 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
21805 up sid.
21806 (sid_exit): Call `remote_pop_conn' after GDB is gone.
21807
218082001-01-25 matthew green <mrg@redhat.com>
21809
21810 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 21811 Deprecate $sid_spawn_id.
ca3f91ed
MS
21812 (sid_exit): Remove code necessary only for `spawn.'
21813
218142001-01-25 matthew green <mrg@redhat.com>
21815
21816 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
21817
fb18ec4a
MC
218182001-01-28 Michael Chastain <chastain@redhat.com>
21819
21820 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
21821 to call when tests fail. It takes gdb out of the overloaded
21822 function choice menu back to the main prompt, so that the test
21823 program stays synchronized.
21824 (set_bp_overloaded): New proc to collect all the common
21825 code for setting a breakpoint on an overloaded name. Calls
21826 take_gdb_out_of_choice_menu when needed.
21827 (menu_overload1arg): New variable to collect the repeated
21828 instances of the expected menu for an overloaded name. Change
21829 the regular expression to handle changes in g++ type encoding:
21830 "void" can be either "void" or "", and "unsigned int" can be
21831 either "unsigned int" or "unsigned".
21832 (continue_to_bp_overloaded): Change regular expressions to handle
21833 changes in g++ type encoding.
21834 (no proc): Call take_gdb_out_of_choice_menu when needed.
21835 Remove redundant calls to "info break". Accept either "canceled"
21836 or "cancelled". Change regular expressions in "info break"
21837 calls to handle changes in g++ type encoding. Give all tests
21838 unique strings.
21839
9c646a6e
BE
218402001-01-17 Ben Elliston <bje@redhat.com>
21841
21842 * config/sid.exp: New file.
21843
9549d9c1
AC
21844Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
21845
21846 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
21847
dc96c6c7 218482000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
21849
21850 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
21851 Add a RE to accept a non-ascii char if one is ever presented.
21852
b4df4f68
FN
218532000-12-20 Fernando Nasser <fnasser@redhat.com>
21854
297dd0fd 21855 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 21856
dc96c6c7 218572000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 21858
d63a86f8 21859 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
21860 in regexp. One '\' does not suffice on Linux.
21861
4a7bddb6
MC
218622000-12-09 Michael Chastain <chastain@redhat.com>
21863
21864 * gdb.base/break.exp (test_clear_command): Use a marker function
21865 rather than 'main' for the test function. Also move this
21866 test to an execution point where the marker function names are
21867 guaranteed to be bound to functions. (Executing tests after a
21868 'finish' from main runs into name conflicts with local names
21869 in __libc_start_main).
21870
dc96c6c7 218712000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
21872
21873 * gdb.base/finish.exp: New test for gdb's "finish" command.
21874 * gdb.base/return2.exp: New test for gdb's "return" command.
21875 * gdb.base/return2.c: New source file for above.
21876
dc96c6c7 218772000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
21878
21879 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
21880 * gdb.base/miscexprs.exp: Ditto.
21881 * gdb.base/pointers.exp: Ditto.
21882 * gdb.c++/derivation.exp: Ditto.
21883 * gdb.c++/local.exp: Ditto.
21884 * gdb.c++/namespace.exp: Ditto.
21885 * gdb.c++/overload.exp: Ditto.
21886 * gdb.c++/ref-types.exp: Ditto.
21887
dc96c6c7 218882000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
21889
21890 * gdb.base/constvars.exp: Test result of "up" command.
21891 * gdb.base/miscexprs.exp: Ditto.
21892 * gdb.base/pointers.exp: Ditto.
21893 * gdb.base/scope.exp: Ditto.
21894 * gdb.c++/derivation.exp: Ditto.
21895 * gdb.c++/local.exp: Ditto.
21896 * gdb.c++/namespace.exp: Ditto.
21897 * gdb.c++/overload.exp: Ditto.
21898 * gdb.c++/ref-types.exp: Ditto.
21899
44097287
FN
219002000-11-22 Michael Chastain <chastain@redhat.com>
21901
21902 * mips_pro.exp: Accept either "middle -> top -> main" or
21903 "middle -> main" in the backtrace, because gcc can optimize
21904 tail calls to jumps. Remove setup_xfail for the hppa case.
21905 Add a comment with the original warning messages from PR 3016,
21906 which was filed in 1993, to preserve them for posterity.
21907
9d2e1bab
ND
219082000-11-17 Nick Duffek <nsd@redhat.com>
21909
21910 * lib/gdb.exp (gdb_test): Override timeout with board info.
21911
1aca8eb7
ND
219122000-11-17 Nick Duffek <nsd@redhat.com>
21913
21914 * gdb.base/display.exp: Don't kill running stub. Add "again" to
21915 the second kill and detach messages.
21916
93076499
ND
219172000-11-17 Nick Duffek <nsd@redhat.com>
21918
21919 * configure.in: Add AC_EXEEXT.
21920 * configure: Regenerate.
21921 * Makefile.in (just-check): Export EXEEXT.
21922 * lib/gdb.exp ($EXEEXT): Import from environment.
21923 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
21924 expect "maint dump-me" on Cygwin.
21925 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
21926 $EXEEXT.
21927
30e87cd3
ND
219282000-11-17 Nick Duffek <nsd@redhat.com>
21929
21930 * gdb.base/break.exp: Test backtrace and finish from called
21931 function on all platforms, not just HP-UX.
21932
dc96c6c7 219332000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
21934
21935 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
21936 code from gdb_target_monitor, so it can be used independantly
21937 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 21938
dc96c6c7 219392000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
21940
21941 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
21942 * gdb.base/corefile.exp: Expect the message "Program is being
21943 debugged already" when we send the "corefile" command, since
21944 the preceeding gdb_load may have connected gdb to a remote target.
21945 * gdb.base/display.exp: Disable hardware watchpoints if new
21946 board info variable "no_hardware_watchpoints" is true.
21947 Replace single-letter commands with more readable ones.
21948 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
21949 if new board info variable "no_hardware_watchpoints" is true.
21950 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
21951 to see if stdio (printf) testing is possible.
21952 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
21953 board info variable "no_hardware_watchpoints" is true. Use new
21954 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
21955
39124dea
FN
219562000-11-13 Fernando Nasser <fnasser@redhat.com>
21957
21958 From Orjan Friberg <orjanf@axis.com>:
21959 * gdb.base/printcmds.exp: Escape curly braces followed by a number
21960 in array print pattern match.
21961
a9e2e984
FN
219622000-11-09 Fernando Nasser <fnasser@redhat.com>
21963
21964 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
21965 spelling "cancelled" to U.S. spelling "canceled" to match changes
21966 made to gdb.
21967 * gdb.c++/ovldbreak.exp: Ditto.
21968
c7db355b
PS
219692000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
21970
21971 * gdb.base/callfuncs.c (main): Moved to end of file, call
21972 t_double_values to initialize the FPU before inferior calls are made.
21973 * gdb.base/callfuncs.exp: Test for register preservation after calling
21974 inferior functions. Add tests for continuining, finishing and
21975 returning from a stop in a call dummy.
21976
dc96c6c7 219772000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
21978
21979 * gdb.base/commands.exp: Break up long lines, and re-indent.
21980
dc96c6c7 219812000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
21982
21983 * config/gdbserver.exp: Rewritten from the ground up, to make it
21984 compatible with the current dejagnu tree, and to make it work with
21985 the new "gdbserver" in libremote.
21986
dc96c6c7 219872000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
21988
21989 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
21990 * gdb.base/varargs.exp: Skip entire test if no printf support.
21991 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
21992 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
21993
dc96c6c7 219942000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
21995
21996 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
21997 no floating point support.
21998 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
21999 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
22000 * gdb.base/call-rt-st.exp: Ditto.
22001 * gdb.base/call-strs.exp: Ditto.
22002
bac5fc66
JG
220032000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
22004
22005 * gdb.base/sizeof.c: include <stdio.h>.
22006
22007 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
22008 'finish', otherwise uncaptured gdb_prompt would potentially
22009 throw remaining test points out of sync.
bac5fc66 22010
b22a6027
SB
220112000-07-26 Scott Bambrough <scottb@netwinder.org>
22012
22013 * gdb.base/recurse.exp: Run tests for all targets.
22014 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
22015 gnu-oldld case on ARM.
22016 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
22017 for ARM targets.
d63a86f8 22018
d8231941
AG
22019Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
22020
22021 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
22022 * gdb.java/configure: Rebuild.
22023
8caabe69
AG
22024Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
22025
22026 * gdb.java/jv-exp.exp: New file.
22027
9d273ca3
AG
22028Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
22029
22030 * configure: Rebuilt.
22031 * configure.in (configdirs): Add gdb.java.
22032 * gdb.java/jmisc.java: New file.
22033 * gdb.java/jmisc.exp: New file.
22034 * gdb.java/Makefile.in: New file.
22035 * gdb.java/configure: Rebuilt.
22036 * gdb.java/configure.in: New file.
22037 * lib/java.exp: New file.
22038
4f823a66
AC
22039Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
22040
22041 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 22042 underflow.
4f823a66 22043
2391e11d
AC
22044Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
22045
22046 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 22047 and the compilers sizes.
2391e11d 22048
54602222
ND
220492000-07-09 Nick Duffek <nsd@redhat.com>
22050
22051 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
22052 (use_methods): New function.
22053 (main): Call use_methods().
22054 * gdb.c++/classes.exp (test_method_param_class): New procedure.
22055 (do_tests): Call test_method_param_class.
22056
2bec0572
ND
220572000-07-09 Nick Duffek <nsd@redhat.com>
22058
22059 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
22060 spelling.
22061 (test_enums): New procedure. Move enum tests from end of script
22062 to here. Set breakpoint on function name instead of line number.
22063 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
22064 (enums2): New marker function.
22065 (enums1): New function.
22066 (main): Call enums1(). Move enum tests to enums1().
22067
78492fde
AC
22068Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
22069
22070 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 22071 compile/link program. Update line numbers.
78492fde
AC
22072 * gdb.asm/d10v.inc: Define ``startup''.
22073 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 22074
49a2cef8
AC
22075Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
22076
22077 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
22078
3e6c8688
EZ
220792000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22080
22081 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 22082 of 'help maint print' command.
3e6c8688 22083
9ff5cbe9
AC
22084Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
22085
22086 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 22087 they use gdb_expect_list.
9ff5cbe9 22088
17c579bd
AC
22089Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
22090
22091 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
22092 memory-read-packet-size'' instead of ``set endian big'' to test
22093 long commands.
17c579bd 22094
e6d71bf3
DB
220952000-06-03 Daniel Berlin <dan@cgsoftware.com>
22096
22097 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 22098 g++, and stop skipping them.
e6d71bf3
DB
22099
22100 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
22101 work under g++.
22102
d63a86f8 22103 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
22104 initialization.
22105
dc96c6c7 221062000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
22107
22108 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
22109 the regular expression: accept an (almost) arbitrary sequence of
22110 "frames-invalid" and "breakpoints-invalid" messages both before
22111 and after the "starting" message.
22112
dc96c6c7 221132000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
22114
22115 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 22116
dc96c6c7 221172000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
22118
22119 * gdb.base/annota1.exp (annotate-signal-handler-caller):
22120 Relax the regular expression a little, make it pass on Solaris 8.
22121
8216cda9
KB
221222000-05-12 Kevin Buettner <kevinb@redhat.com>
22123
22124 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 22125 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
22126 Instead, it is permissible for gdb to stop on the line of the
22127 call itself.
22128
1a570b2f
MS
221292000-05-12 Michael Snyder <msnyder@.cygnus.com>
22130
22131 * gdb.base/break.exp (bp on small function, optimized file):
22132 Add a second pass pattern. The behavior differs here between stabs
22133 and dwarf for one-line functions. Stabs preserves two line symbols
22134 (one before the prologue and one after) with the same line number,
22135 but dwarf regards these as duplicates and discards one of them.
22136 Therefore the address after the prologue (where the breakpoint is)
22137 has no exactly matching line symbol, and GDB reports the breakpoint
22138 as if it were in the middle of a line rather than at the beginning.
22139
dc96c6c7 221402000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 22141
d63a86f8 22142 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
22143 rather than "send_gdb" (for consistancy).
22144
7d418785
AC
22145Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
22146
22147 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
22148 * gdb.c++/templates.cc: Properly check for GCC version number.
22149 * lib/compiler.cc: Likewise
22150
dc96c6c7 221512000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 22152
d63a86f8 22153 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
22154 gdb may not stop at the first line of main, due to code motion.
22155
dc96c6c7 221562000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
22157
22158 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
22159 This test depends on parsing the printf output from the target.
22160 Since the sparclet stub doesn't do stdio, this will never work.
22161 * gdb.base/call-rt-st.exp: ditto.
22162 * gdb.base/call-strs: ditto.
22163
dc96c6c7 221642000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
22165
22166 * gdb.base/miscexprs.exp: make sizeof long array test portable.
22167
22168 * gdb.base/ending-run.exp: After connecting to a remote target,
22169 but before running, the target will appear to be in a random
22170 location. Specify both a file and a line for breakpoints.
22171 Also, the function that calls main may be called 'init'
22172 rather than 'start'.
22173
a5a51225
EZ
221742000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22175
22176 * gdb.base/help.exp: Update output for add-symbol-file command.
22177
7930cc7c
FN
221782000-04-10 Fernando Nasser <fnasser@cygnus.com>
22179
22180 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
22181 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
22182
23e37ab1
C
221832000-04-07 J.T. Conklin <jtc@redback.com>
22184
e93c542c
C
22185 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
22186
23e37ab1
C
22187 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
22188
591b8fa3
PDM
22189Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
22190
22191 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 22192 values that can be represented exactly.
591b8fa3
PDM
22193 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
22194 above change, and to not check against the directory part of the source
22195 file name.
22196 (step into print_long_arg_list): Likewise.
22197 (print print_small_structs from print_long_arg_list): Likewise.
22198 (print print_long_arg_list): Likewise.
22199
7a495180
EZ
222002000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22201
30b53638 22202 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 22203
beb998c6
AC
22204Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
22205
22206 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
22207
1c689132
DB
222082000-03-25 Daniel Berlin <dan@cgsoftware.com>
22209
22210 * gdb.base/commands.exp (deprecated_command_test): Add test for
22211 deprecate with no arguments.
22212
c1790a9d
JL
222132000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
22214
22215 * gdb.base/break.exp: Add new test for setting breakpoints on
22216 optimized code so we can test breakpoints work even when function
22217 prologues may be optimized away
22218
003ba290
FN
222192000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
22220
22221 From David Whedon <dwhedon@gordian.com>
a9c64011 22222 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 22223
6837a0a2
DB
222242000-03-22 Daniel Berlin <dan@cgsoftware.com>
22225
22226 * gdb.base/help.exp: Added test for new apropos command.
22227
b9593231
KB
222282000-03-21 Kevin Buettner <kevinb@redhat.com>
22229
22230 * gdb.base/pointers.c (usevar): New function.
22231 (main): Make sure that global variables v_int_pointer2, rptr,
22232 and y are all referenced someplace in the program by calling
22233 usevar() on them. [Some linkers delete symbols which are
22234 never referenced. The space remains, but there's no way to
22235 get a (symbolic) handle on the variable from the debugger.]
22236
751a959b
EZ
222372000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22238
22239 * gdb.base/printcmds.c: Add typedeffed arrays.
22240
22241 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 22242 procedure to test arrays that are typedef'd.
751a959b 22243
73a93a32
JI
222442000-03-13 James Ingham <jingham@leda.cygnus.com>
22245
22246 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 22247 the library directories.
73a93a32 22248
fb40c209
AC
22249Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
22250
22251 * configure.in (configdirs): Add sub directory gdb.mi.
22252 * configure: Re-generate.
22253
22254 * gdb.mi: New directory.
d63a86f8 22255
ee4dd2c9
AC
222562000-02-25 Scott Bambrough <scottb@netwinder.org>
22257
22258 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 22259 a long long value as a double on ARM platforms.
ee4dd2c9 22260
70f0cc22
JB
222612000-02-16 Jim Blandy <jimb@redhat.com>
22262
22263 * gdb.base/break.exp ("breakpoint line number"): Make sure the
22264 default source file is set properly before running this test.
22265
853819b8
EZ
222662000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22267
22268 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 22269 gdbtk/library directory, not in gdbtcl2.
853819b8 22270
dfcd3bfb
JM
222712000-02-04 Jim Blandy <jimb@redhat.com>
22272
22273 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
22274 backslash from regexp pattern.
22275
22276 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
22277 procedure. Use it to run all the "continue to bp overloaded"
22278 tests. Note that this changes the names of the tests slightly.
22279 If the breakpoint hit message includes a hex PC value, because
22280 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
22281 from the real source code, still consider that a pass.
22282
22283 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
22284 XFAIL here if the breakpoint message contains a hex address. Note
22285 similar change on 1999-11-02.
22286
22287 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
22288
22289 * gdb.base/ptype.exp: Establish a default source file before
22290 calling get_debug_format.
22291
222922000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
22293
22294 * gdb.base/watchpoint.exp: Remove duplication of test messages.
22295
8b93c638
JM
222962000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
22297
22298 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
22299 of successive stepi commands -- while in the prologue we should see
22300 the function entry bracket.
22301
223022000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
22303
22304 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
22305 reach __change_mode() when stepping through the end of main().
22306
c5394b80
JM
223072000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
22308
22309 * gdb.base/default.exp: Fix expected pattern.
22310 * gdb.base/help.exp: Same.
22311
0d06e24b
JM
223122000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22313
22314 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 22315 Don't use xfail's because that affects only the following test.
d63a86f8 22316
0d06e24b 22317 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 22318 solaris or linux.
0d06e24b
JM
22319
22320 * gdb.base/selftest.exp: Update to reflect changes to main.c.
22321
dc96c6c7 223222000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 22323
d63a86f8 22324 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
22325 "A syntax error" rather than "A parse error". Accept both.
22326
223272000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
22328
22329 * gdb.base/default.exp: Remove OS dependent string from "target
22330 remote" test.
22331 * gdb.base/help.exp: Same for "help target remote" test.
22332
c3f6f71d
JM
223332000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22334
22335 From Jim Kingdon <kingdon@redhat.com>:
22336
22337 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
22338 prompt (cleanup rather than necessity, but still might keep output
22339 from spilling to next test).
c3f6f71d
JM
22340
223412000-01-02 Fred Fish <fnf@cygnus.com>
22342
22343 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
22344 AIX, which defines them in <sys/types.h>.
22345
ed9a39eb 223461999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 22347
ed9a39eb 22348 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 22349 float" test.
ed9a39eb
JM
22350
223511999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 22352
ed9a39eb 22353 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
22354
22355 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
22356 outermost frame disallowed".
22357
223581999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
22359
22360 * gdb.base/setvar.exp: New tests for setting the value of a struct
22361 with a constant list.
22362
223631999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
22364
22365 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
22366 require the user to type a cast before setting the value of a struct.
22367
de57eccd
JM
223681999-12-06 Jim Blandy <jimb@cygnus.com>
22369
22370 * gdb.base/default.exp: Expect the new 'info float' command on
22371 all i386 platforms.
22372
22373 * gdb.threads/linux-dp.exp: Expand our ability to recognize
22374 LinuxThreads libraries that don't support debugging.
22375
c2d11a7d
JM
22376Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
22377
22378 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
22379 Change the buffer type to ``unsigned char'' to simplify size
22380 arithmetic.
c2d11a7d
JM
22381
22382 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
22383 stub only handles 400-1 byte packets. Verify that the download
22384 worked.
c2d11a7d
JM
22385
223861999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
22387
22388 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
22389 tests, using UNRESOLVED for the untested cases. Also, does not wait
22390 for a timeout if the prompt was received before a recognizable pattern.
22391
223921999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
22393
22394 * lib/gdb.exp (gdb_expect_list): Fix spelling.
22395
223961999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22397
22398 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 22399 watchpoints.
c2d11a7d
JM
22400
224011999-11-24 Jason Merrill <jason@casey.cygnus.com>
22402
22403 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
22404
22405 * gdb.c++/local.exp: Be more flexible in recognizing local class
22406 name mangling. Don't allow horribly truncated method names.
22407 * gdb.c++/derivation.exp: Expect protected inheritance.
22408 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
22409 * gdb.c++/virtfunc.exp: Likewise.
22410 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
22411 when printing a nested enum.
22412
224131999-11-22 Jim Blandy <jimb@cygnus.com>
22414
22415 * gdb.base/step-test.exp: Properly await GDB's response to setting
22416 a breakpoint on the call to large_struct_by_value.
22417
22418 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
22419 just because we have debug info for the `start' function.
22420
224211999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
22422
22423 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
22424 "Unknown signal" messages, which indicate (on LinuxThreads) that
22425 GDB doesn't know how to debug threads on this system. This is
22426 better than hanging while philosopher 0 dumps chatter into gdb.log.
22427
224281999-11-18 Tom Tromey <tromey@cygnus.com>
22429
22430 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
22431
224321999-11-18 Fred Fish <fnf@cygnus.com>
22433
22434 * gdb.base/coremaker2.c: Add sample program for generating
22435 cores that is more self contained than coremaker.c. Eventually
22436 I'll add more code to this and tie it into the testsuite.
22437
4ce44c66
JM
224381999-11-12 Stan Shebs <shebs@andros.cygnus.com>
22439
22440 * gdb.base/dollar.exp: Remove, now in gdb.hp.
22441
224421999-11-10 Jimmy Guo <guo@cup.hp.com>
22443
22444 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 22445 from $srcdir/lib/.
4ce44c66 22446 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 22447 and gdb.c++/.
4ce44c66
JM
22448
22449 * gdb.c++/derivation.exp: remove redundant get compiler info code.
22450
d63a86f8 22451 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
22452 'continue with watch' test point.
22453
224541999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
22455
22456 Merged from p2linux-990323-branch:
d63a86f8 22457
4ce44c66
JM
22458 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
22459
11cf8741
JM
22460Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
22461
22462 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 22463 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
22464
22465Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
22466
22467 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 22468 gdb_expect_list.
11cf8741
JM
22469
22470Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
22471
22472 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
22473
224741999-11-03 Mark Salter <msalter@cygnus.com>
22475
22476 * gdb.base/break.exp: Fix "stub continue" pattern.
22477
224781999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
22479
22480 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
22481
224821999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
22483
22484 * gdb.base/display.exp ("finish"): Add timeout clause.
22485
22486 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
22487 plain prompt clause, so this doesn't have to time out in order to
22488 fail.
22489
22490 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 22491 breakpoint hit messages include an address.
11cf8741
JM
22492
22493 * gdb.base/display.exp: Don't forget to escape parens in regular
22494 expressions. Unix regexp notatation sucks.
22495
224961999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22497
22498 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 22499 order for 'signalled' message.
11cf8741 22500
5c44784c
JM
225011999-11-01 Stan Shebs <shebs@andros.cygnus.com>
22502
22503 From Jimmy Guo <guo@cup.hp.com>:
22504 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
22505 * gdb.base/annota1.c: Add code for tests to work with.
22506
225071999-10-26 Frank Ch. Eigler <fche@cygnus.com>
22508
22509 * gdb.base/remote.exp: New test for remote downloading settings.
22510 * gdb.base/remote.c: New file with large .data.
22511
917317f4
JM
225121999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
22513
22514 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
22515 for LinuxThreads support, merged from the Code Fusion branch.
22516
22517Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
22518
22519 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
22520 containing exp_continue into a while within an expect. Don't
22521 attempt a start more than three times. Check return value from
22522 gdb_load.
d63a86f8 22523
2df3850c
JM
22524Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
22525
22526 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 22527 a pass case.
2df3850c 22528
2acceee2
JM
225291999-10-01 Kevin Buettner <kevinb@cygnus.com>
22530
22531 * gdb.base/break.c (main): Added a statement that we can step
22532 off of.
22533 * gdb.base/break.exp: Added tests for setting a breakpoint
22534 at an offset and stepping onto a breakpoint.
22535
225361999-10-01 Fred Fish <fnf@cygnus.com>
22537
d63a86f8 22538 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
22539 gdb output.
22540
c2c6d25f
JM
225411999-09-18 Jim Blandy <jimb@cris.red-bean.com>
22542
22543 * gdb.base/break.exp: Code locations are in hex, don't forget!
22544 (For HP-UX.)
22545
225461999-09-17 Stan Shebs <shebs@andros.cygnus.com>
22547
22548 * condbreak.exp: Use break.c as test program.
22549 * condbreak.c: Remove, redundant with break.c.
22550
225511999-09-15 Stan Shebs <shebs@andros.cygnus.com>
22552
22553 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 22554 Z-packets if the target needs it.
c2c6d25f
JM
22555
225561999-09-13 James Ingham <jingham@leda.cygnus.com>
22557
22558 * gdb.c++/overload.exp: Added tests for listing overloaded
22559 functions with function pointers in the arg, explicitly calling
22560 out the version you want.
22561
cff3e48b
JM
225621999-09-09 Stan Shebs <shebs@andros.cygnus.com>
22563
22564 * long_long.exp: Add variations of test cases that work for
22565 targets with 16-bit ints and 32-bit doubles.
22566
d4f3574e
SS
225671999-09-08 Stan Shebs <shebs@andros.cygnus.com>
22568
22569 * break.c (main): Compare a possibly-uninitialized argc with an
22570 unlikely value that fits in 16 bits.
22571
225721999-09-07 Stan Shebs <shebs@andros.cygnus.com>
22573
22574 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
22575 0xfeeb, don't want negative numbers if ints are 16 bits.
22576
22577 * lib/gdb.exp (skip_cplus_tests): New proc.
22578 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
22579 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
22580 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
22581 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
22582 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
22583 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
22584 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
22585 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
22586
22587 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
22588
22589Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
22590
22591 * gdb.base/corefile.exp (up): Allow a parameter to appear
22592 in the frame that we're going up to.
22593
22594 From Jim Blandy <jimb@cygnus.com>:
22595
22596 * gdb.base/default.exp (info float): Expect some output now.
22597
22598 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
22599 returning floating-point values to fail on the x86.
22600 * gdb.base/callfwmall.exp (do_function_calls): Same.
22601
22602 * gdb.base/list.exp (test_listsize): Correct expectations for
22603 listing line 1 with listsize 2. Also, listing a single line
22604 works now, as does listing three lines. [Kevin's note: There
22605 were a number of other cases fixed too where the expectations
22606 differed...]
22607
226081999-09-02 Stan Shebs <shebs@andros.cygnus.com>
22609
22610 * gdb.base/selftest.exp: Add case for when version prints as
22611 constant string instead of char pointer.
22612
104c1213
JM
226131999-08-25 Stan Shebs <shebs@andros.cygnus.com>
22614
22615 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 22616 stepping out of main.
104c1213
JM
22617
22618 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
22619 G++ used.
22620
22621 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 22622 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
22623
22624 * gdb.c++/ovldbreak.exp: Update match string in test that
22625 includes a warning of multiple breakpoints.
22626
226271999-08-24 Stan Shebs <shebs@andros.cygnus.com>
22628
22629 * gdb.base/display.exp: Improve precision of step-after-finish
22630 added yesterday.
22631
22632 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 22633 test.
104c1213
JM
22634
22635 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
22636 configs when using G++, not just hppa*.
22637
226381999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22639
22640 * gdb.base/async.c: New file.
22641 * gdb.base/async.exp: New file.
22642
22643Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
22644
22645 * gdb.base/break.exp: Tweak PA specific tests to properly handle
22646 PA64.
22647
53a5351d
JM
22648Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
22649
104c1213
JM
22650 * gdb.base/display.exp: "finish" can leave us mid-line on many
22651 targets, deal with it. Add a small constant to main, instead of
22652 1000 since main+1000 may not be a valid address in the target.
22653
53a5351d
JM
22654 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
22655 on hpux11.
22656
22657 * gdb.base/attach.exp: Handle another hpux11 error message variant
22658 when attaching to a process that does not exist.
22659
226601999-08-19 J.T. Conklin <jtc@redback.com>
22661
22662 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 22663 characters in 'continue to 1241' test.
53a5351d
JM
22664
226651999-08-17 Stan Shebs <shebs@andros.cygnus.com>
22666
22667 * gdb.base/call-ar-st.exp: Add a shorter match case for the
22668 stop in print_long_arg_list, define and use a whitespace
22669 variable in print_small_structs test, add an XFAIL for Solaris.
22670 * gdb.base/dbx.exp: XFAIL func commands until somebody is
22671 interested enough to fix.
22672
7be570e7
JM
226731999-08-13 Keith Seitz <keiths@cygnus.com>
22674
22675 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
22676 (dbx_gdb_load): Remove. Use gdb_load instead, since that
22677 proc knows about targets other than the natives.
22678 (test_assign): Use "gdb_run_cmd" to "run" the target.
22679 Check that we've actually hit the breakpoint at main.
22680 When we attempt to assign a value to a local variable, check
22681 that the variable is in the current scope, i.e., don't use
22682 a test with an empty result.
22683
22684Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
22685
22686 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 22687 command.
7be570e7
JM
22688
226891999-08-09 Stan Shebs <shebs@andros.cygnus.com>
22690
22691 From Jimmy Guo <guo@cup.hp.com> and others at HP:
22692 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
22693 gdb.compat, gdb.threads-hp.
22694 gdb.hp/configure, gdb.hp/configure.in: New files.
22695 gdb.hp/Makefile.in: Recurse into new subdirs.
22696 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
22697 gdb.hp/gdb.objdbg: New directory, tests for debugging info
22698 in object files.
22699 gdb.hp/tools: New directory, aux tools for HP-specific tests.
22700
96baa820
JM
227011999-08-05 Stan Shebs <shebs@andros.cygnus.com>
22702
22703 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 22704 funky printf, remove a bogus p/a test.
96baa820
JM
22705
227061999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22707
22708 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
22709 connected to the target. This is necessary when running not
22710 natively.
96baa820
JM
22711
227121999-08-03 Stan Shebs <shebs@andros.cygnus.com>
22713
22714 * gdb.base/step-test.exp: Removed some extraneous messages.
22715
22716 * gdb.base/long_long.exp: Don't run memory examination tests
22717 on little-endian targets (they will need a different set of
22718 results to match).
22719
227201999-08-02 Stan Shebs <shebs@andros.cygnus.com>
22721
22722 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
22723 until somebody decides to fix GDB.
22724
22725 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 22726 constant as "ULL".
96baa820
JM
22727 * gdb.base/long_long.exp: Loosen x/c test, add partial result
22728 matches for a couple x/2 commands.
22729
a0b3c4fd
JM
227301999-07-30 Stan Shebs <shebs@andros.cygnus.com>
22731
22732 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
22733 by merging in ref-types2 tests.
22734 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
22735
22736 From Jimmy Guo <guo@cup.hp.com> and others at HP:
22737 * gdb.c++/Makefile.in: Add standard actions.
22738 (EXECUTABLES): Rename from PROGS, update list.
22739 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
22740 from gdb.hp.
22741 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
22742 foo and bar locals.
22743 * gdb.c++/anon-union.exp: Fix tests to match.
22744 * gdb.c++/classes.exp: Run if HP compiler used, add extra
22745 expect matches to handle output variations.
22746 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
22747 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 22748 output, add HP alternatives for new and delete prints.
a0b3c4fd 22749 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 22750 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
22751 * gdb.c++/demangle.exp: Use $style when reporting failure.
22752 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
22753 * gdb.c++/inherit.exp: Run if HP compiler used, add some
22754 match alternatives.
22755 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 22756 compilers.
a0b3c4fd
JM
22757 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
22758 * gdb.c++/method.exp: Add match alternatives.
22759 * gdb.c++/misc.cc: Add bool types.
22760 * gdb.c++/misc.exp: Add tests for bool types.
22761 * gdb.c++/overload.exp: Add xfails.
22762 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
22763 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
22764 add some more template parameter tests (only for HP currently).
22765 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
22766 * gdb.c++/virtfunc.cc: Add return type and value for main.
22767 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
22768 match alternatives.
d63a86f8 22769
a0b3c4fd
JM
227701999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22771
22772 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
22773
227741999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
22775
22776 * gdb.base/signals.exp: Don't expect getting a backtrace from
22777 within a signal handler to fail on Linux.
22778
227791999-07-29 Stan Shebs <shebs@andros.cygnus.com>
22780
22781 From Jimmy Guo <guo@cup.hp.com> and others at HP:
22782 * lib/gdb.exp: Remove some gratuitious semicolons.
22783 (delete_breakpoints): Increase timeout.
22784 (gdb_expect): Add -notransfer option.
22785 (gdb_test): Use -notransfer option.
22786 (get_compiler_info): Add f77 case.
22787 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 22788 case.
a0b3c4fd
JM
22789 (gdb_preprocess): Call get_compiler.
22790
22791 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
22792 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
22793 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
22794 gdb.base/long_long.exp, gdb.base/printcmds.exp,
22795 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
22796 third arg to gdb_test.
a0b3c4fd
JM
22797 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
22798 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 22799 HP-UX xfails, add others.
a0b3c4fd
JM
22800 * gdb.base/completion.exp: Reflect name change of self-test.
22801 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
22802 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
22803 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
22804 HP failure number.
a0b3c4fd
JM
22805 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
22806 useless HP-UX 10.30 references.
22807 * gdb.base/maint.exp: Loosen matches.
22808 * gdb.base/pointers.c (main): Declare more_code.
22809 * gdb.base/pointers.exp: Match on output of a `next'.
22810 * gdb.base/structs.c: Add prototypes.
22811 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
22812 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
22813
228141999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22815
22816 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 22817 command.
a0b3c4fd
JM
22818
228191999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22820
22821 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
22822 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
22823
22824 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
22825 debug info. Deal with lack of signal hanlder info in stack.
22826
a9c64011 22827 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
22828 * gdb.base/annota1.exp: If printf has debug info, deal with it.
22829
5a2468f5
JM
228301999-07-19 Stan Shebs <shebs@andros.cygnus.com>
22831
22832 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 22833 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 22834
adf40b2e
JM
22835Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
22836
22837 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 22838 a1-selftest.exp.
adf40b2e
JM
22839 * gdb.base/configure: Re-generate.
22840
228411999-07-12 Stan Shebs <shebs@andros.cygnus.com>
22842
22843 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
22844 in trying to run first and name is too long.
22845
22846 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
22847 pointers2.c and pointers2.exp, respectively.
22848 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
22849 doschk happier.
22850
43e526b9
JM
228511999-07-08 Stan Shebs <shebs@andros.cygnus.com>
22852
22853 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
22854 callfuncs2.c and callfuncs2.exp.
22855
22856 * gdb.base/list.exp: Remove mistaken xfails.
22857 * gdb.base/list0.h: Add optional prototypes.
22858
9846de1b
JM
22859Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
22860
a9c64011 22861 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 22862 calling malloc.
a9c64011
AS
22863 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
22864 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 22865 use.
9846de1b
JM
22866
228671999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22868
22869 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
22870 * gdb.base/annota2.cc, annota2.exp: Move from here.
22871 * gdb.c++/annota2.cc, annota2.exp: To here.
22872 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
22873
43ff13b4
JM
22874Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
22875
22876 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 22877 a consistent format.
43ff13b4 22878
085dd6e6
JM
228791999-06-25 Stan Shebs <shebs@andros.cygnus.com>
22880
22881 From Jimmy Guo <guo@cup.hp.com> and others at HP:
22882 * lib/gdb.exp (get_compiler_info): Add detection for assorted
22883 HP compilers, also set the globals $true and $false.
22884
22885 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
22886 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
22887 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
22888 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
22889 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
22890 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
22891 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
22892 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
22893 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
22894 whatis.c} Add C++ compatible function definitions and return
22895 types, add includes for library functions.
085dd6e6
JM
22896 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
22897 * gdb.base/step-test.c (myglob): Rename from glob.
22898 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
22899 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
22900 files, move here from gdb.hp.
085dd6e6 22901 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
22902 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
22903 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
22904 Adjust line numbers in regexps.
085dd6e6
JM
22905
22906 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
22907 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
22908 instead of 0/1.
22909
22910 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
22911 foll-vfork.exp: New files, move here from gdb.hp.
22912 * gdb.base/page.exp: New file, test of pagination command.
22913
22914 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
22915 recursion test.
22916 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
22917
22918 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 22919 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
22920
22921 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 22922 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 22923 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 22924 watchpoint test.
085dd6e6
JM
22925 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
22926 them work.
22927 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
22928 expressions properly.
22929 * gdb.base/corefile.exp: Loosen the match slightly.
22930 * gdb.base/default.exp: Allow "Error accessing memory" message
22931 also.
22932 * gdb.base/display.exp: Skip over x/0 j if PA64.
22933 * gdb.base/funcargs.exp: Add xfails for HP-UX.
22934 * gdb.base/interrupt.exp: Ditto.
22935 * gdb.base/langs.exp: Add symbolic matches governed by compiler
22936 in use.
22937 * gdb.base/list.exp: Add xfails for HP-UX.
22938 * gdb.base/long_long.exp: Refine some of the numeric matches.
22939 * gdb.base/mips_pro.exp: Xfail on HP-UX.
22940 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
22941 * gdb.base/nodebug.exp: Succeed on more varieties of output.
22942 * gdb.base/opaque.exp: Remove some HP-UX xfails.
22943 * gdb.base/ptype.exp: Succeed on more varieties of output.
22944 * gdb.base/scope.exp: Add xfails for HP-UX.
22945 * gdb.base/sect-cmd.exp: Add more cases.
22946 * gdb.base/setvar.exp: Add xfails for HP-UX.
22947 * gdb.base/shlib-call.exp: Loosen some matches slightly.
22948 * gdb.base/signals.exp: Match on void symbolically.
22949 * gdb.base/step-test.exp: Add case for PA64.
22950 * gdb.base/term.exp: Add exit and restart.
22951 * gdb.base/twice.exp: Clean up after self.
22952 * gdb.base/varargs.exp: Disable overload resolution explicitly.
22953 * gdb.base/whatis.exp: Allow more ways to pass tests.
22954
22955 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 22956 no longer useful.
085dd6e6
JM
22957
22958Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
22959
22960 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 22961 list of patterns.
085dd6e6 22962 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
22963 print_double_array(double_array)", "continuing to breakpoint
22964 1018", "print print_double_array(array_d)" and "continuing to
22965 1034" tests.
d63a86f8 22966
085dd6e6
JM
229671999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
22968
a9c64011 22969 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
22970
229711999-06-24 Stan Shebs <shebs@andros.cygnus.com>
22972
22973 * config/mt-*: Remove, these haven't been used since 1996.
22974
229751999-06-22 Stan Shebs <shebs@andros.cygnus.com>
22976
22977 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 22978 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
22979 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
22980
9e0b60a8
JM
229811999-06-18 Stan Shebs <shebs@andros.cygnus.com>
22982
22983 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
22984 simpler match case for the ptype of the big class.
22985
229861999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
22987
22988 * gdb.exp: Fix test for gdb_prompt existence.
22989
229901999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
22991
22992 * gdb.exp (gdb_test): Add fail after calls to perror.
22993
229941999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
22995
22996 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
22997
229981999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
22999
23000 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
23001
0f71a2f6
JM
23002Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
23003
23004 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 23005 malloc() is linked in.
0f71a2f6
JM
23006
230071999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
23008
23009 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
23010 step at end.
23011
23012 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
23013
230141999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
23015
23016 * gdb.java/jv-print.exp: New file. (Our first Java test!)
23017
cce74817
JM
23018Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
23019
23020 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
23021 * gdb.base/mips_pro.exp: Likewise.
23022
230231999-06-02 Keith Seitz <keiths@cygnus.com>
23024
23025 * gdb.c++/templates.cc: Change all "new" operators to throw
23026 an exception.
23027 * gdb.c++/cplusfuncs.cc: Likewise.
23028
23029 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
23030
23031Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
23032
23033 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
23034 * gdb.base/ending-run.exp: When stepping out of main, accept a
23035 step into an arbitrary assembler file.
cce74817 23036
392a587b
JM
230371999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23038
d63a86f8 23039 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 23040 "breakpoint-invalid" to be printed.
d63a86f8 23041 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
23042 number of "frames-invalid" and "breakpoint-invalid" to be printed.
23043 * gdb.base/annota2.cc: Initialize a.x to 0.
23044
9e086581
JM
230451999-05-17 Keith Seitz <keiths@cygnus.com>
23046
23047 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
23048 when "skip_float_tests" set.
23049 Ditto for "print print_double_array(array_d)", "print print_small_structs",
23050 "print print_ten_doubles", and "step into print_long_arg_list".
23051 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
23052 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
23053 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
23054 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
23055 "skip_float_tests" is set.
23056 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
23057 when "skip_float_tests" set.
d63a86f8 23058
cd0fc7c3
SS
230591999-05-06 Keith Seitz <keiths@cygnus.com>
23060
23061 * gdb.base/annota2.cc: Include stdio.h.
23062
23063Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
23064
23065 * gdb.base/crossload.exp: Remove, this has been disabled ever
23066 since BFD stopped including all targets, and cross-GDB gets
23067 plenty of testing anyway.
23068 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
23069 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
23070 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
23071 * gdb.base/README: Remove, was doc for this.
23072 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 23073 needed.
cd0fc7c3 23074
b83266a0
SS
230751999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23076
23077 * gdb.base/call-ar-st.exp: Fix one regular expression in test
23078 output.
23079
23080 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
23081 * gdb.base/annota2.exp: New file. More annotation tests.
23082 * gdb.base/annota1.c: New file. Source file for annota1.exp.
23083 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
23084
230851999-04-23 Angela Marie Thomas <angela@cygnus.com>
23086
23087 * config/cfdbug.exp: New file.
23088
7a292a7a
SS
230891999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
23090
23091 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
23092 Marcus Daniel's and Dale Hawkins's demangler crashes.
23093
23094 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
23095 test_lucid_style_demangling, test_arm_style_demangling,
23096 test_hp_style_demangling): Try Tom Tromey's core-dumping
23097 identifier under each demangling style.
7a292a7a
SS
23098
230991999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
23100
23101 * gdb.c++/demangle.exp: Include the current demangling style
23102 in all test names.
23103 (current_demangling_style): New global variable.
23104 (set_demangling_style, test_demangling_core, test_demangling,
23105 test_demangling_exact): New functions.
23106 (test_gnu_style_demangling, test_lucid_style_demangling,
23107 test_arm_style_demangling, test_hp_style_demangling): Use those,
23108 instead of calling gdb_test and gdb_test_exact directly.
23109 (catch_demangling_errors): New function, which reports errors
23110 signalled by the demangling test functions in an orderly way.
23111 (do_tests): Use catch_demangling_errors.
23112
231131999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
23114
23115 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 23116 grouping in expressions, not {}.
7a292a7a
SS
23117
23118 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 23119 initialized yet.
7a292a7a
SS
23120
231211999-04-01 Stan Shebs <shebs@andros.cygnus.com>
23122
23123 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
23124 are listed.
23125
231261999-03-26 Stan Shebs <shebs@andros.cygnus.com>
23127
23128 * gdb.stabs/weird.exp: Test for CC being defined before
23129 looking at its value.
23130
231311999-03-25 Stan Shebs <shebs@andros.cygnus.com>
23132
23133 * gdb.base/call-ar-st.exp: Remove stray '#'.
23134 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
23135 "short int" and "long int".
23136 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 23137 change, to mollify finicky HP compiler.
7a292a7a
SS
23138 * gdb.hp/reg-test.exp (testfile): Fix file name.
23139 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 23140
7a292a7a
SS
23141 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
23142 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
23143 alternate form of enum ptype.
23144
c906108c
SS
231451999-03-23 Stan Shebs <shebs@andros.cygnus.com>
23146
7a292a7a
SS
23147 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
23148 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
23149 passing skip_hp_tests, so as not to waste time on guaranteed
23150 failure.
7a292a7a 23151
c906108c
SS
23152 * gdb.c++/overload.cc: Pass string instead of char addr, always
23153 init ccpfoo.
23154 * gdb.c++/templates.cc: Fix syntax error.
23155
7a292a7a
SS
23156Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23157
23158 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 23159 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
23160 command.
23161
231621999-03-18 James Ingham <jingham@cygnus.com>
23163
23164 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
23165
23166 * gdb.c++/method.exp: It was testing an uninitialized int on the
23167 stack and assuming it was positive.
23168
23169 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
23170
23171 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 23172 keep it from killing the rest of the tests.
7a292a7a
SS
23173 Use gdb_continue_to_end.
23174
23175 * gdb.base/sigall.exp: use gdb_continue_to_end.
23176
23177 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
23178
23179 * gdb.base/display.exp: use runto_main, not run.
23180
d63a86f8
RM
23181 * gdb.base/default.exp: Check for the current error message in the
23182 r abbreviation test.
7a292a7a
SS
23183 Add strongarm to the targets that know info float.
23184
d63a86f8 23185 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
23186 run which doesn't work with monitors.
23187
23188 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
23189
23190 * gdb.base/break.exp: use the gdb_continue_to_end proc.
23191
23192 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
23193 program. Traps the case (in Cygmon) when the program never really
23194 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
23195 more places, so I used my name. Sorry Mark...
23196
23197 * config/monitor.exp (gdb_target_monitor): added another
23198 target_info parameter: remotebinarydownload. This will set the
23199 remotebinarydownload flag if this is causing some boards trouble.
23200
232011999-03-18 Mark Salter <msalter@cygnus.com>
23202
23203 * lib/gdb.exp (continue_to_exit): New function.
23204
23205 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
23206 * gdb.base/ending-run.exp: Ditto.
23207 * gdb.base/step-test.exp: Ditto.
23208
232091999-03-16 Stan Shebs <shebs@andros.cygnus.com>
23210
23211 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
23212 (suggested by Art Haas <ahaas@neosoft.com>).
23213
232141999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
23215
889bf7c5 23216 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
23217
23218Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
23219
23220 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 23221 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
23222
232231999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
23224
23225 * gdb.base/call-strs.exp: Don't assume that `step' will step over
23226 a call to strlen; sometimes we do have sources.
23227
232281999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
23229
23230 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 23231 character, so GDB won't print garbage after its end.
d63a86f8 23232
c906108c
SS
23233 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
23234 breakpoint there instead. Sometimes GCC emits memcpy to handle
23235 the large structures being passed by value, so we step into that
23236 instead of sum_array_print, which obscures what we're really testing.
23237 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
23238 the bizarre steps into memcpy, so do that here. Add check for
23239 stepping into function calls that pass large structures by value.
23240 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
23241 Remove all references to specific line numbers.
23242 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
23243 New type and function.
23244 (main): Call large_struct_by_value, passing it a large struct by value.
23245 * lib/gdb.exp (gdb_get_line_number): New function.
23246
23247 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
23248 more portable.
23249
7a292a7a
SS
232501999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
23251
c906108c
SS
23252 * lib/gdb.exp: Doc fixes.
23253
7a292a7a
SS
232541999-03-05 Nick Clifton <nickc@cygnus.com>
23255
d63a86f8 23256 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
23257
232581999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
23259
c906108c 23260 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
23261 commands. They're not germane to this test, and they don't work
23262 that way on remote targets.
c906108c 23263
3fc11d3e
JM
232641999-03-01 James Ingham <jingham@cygnus.com>
23265
23266 * Changelog entries merged over from gdb development branch.
23267
3fc11d3e
JM
23268 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
23269
23270 * lib/gdb.exp (gdbtk_analyze_results): Generic function
23271 for outputting results of test run.
23272
2d4a1622 23273 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
23274
23275 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 23276
7a292a7a
SS
232771999-02-25 Felix Lee <flee@cygnus.com>
23278
23279 * lib/gdb.exp (debug_format): initialize
23280
c906108c
SS
232811999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
23282
23283 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
23284 * gdb.base/call-rt-st.c: Ditto.
23285
c906108c
SS
232861999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
23287
23288 * gdb.threads/pthreads.exp (horiz): New variable.
23289 (test_startup): Fix regexps that capture thread numbers.
23290
232911999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
23292
23293 * gdb.base/smoke.exp: Disambiguate two test case names (both
23294 called ``print'').
23295
23296Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
23297
23298 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 23299 compilation.
c906108c
SS
23300
233011999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
23302
23303 * gdb.base/miscexprs.exp: Change patterns to match GDB's
23304 actual output formatting.
23305 * gdb.base/smoke.exp: GDB removes leading 0's.
23306 * gdb.base/volatile.exp: Don't check type of remuneration;
23307 that variable is no longer defined in constvars.c.
23308 * gdb.base/step-test.c (main): Exit with explicit exit code.
23309 * gdb.base/step-test.exp: Remove two nexti checks--they are
23310 not portable.
23311
233121999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
23313
23314 * gdb.base/help.exp ("help delete display"): Fix test to match
23315 gdb's output.
23316
23317 * gdb.base/long_long.c (known_types): Initialize values to zero.
23318 * gdb.base/long_long.exp: Step one more line
23319 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
23320 leading zeros. Explicitly ask for hex formatting. Use
23321 unique test case names.
c906108c
SS
23322
23323Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23324
d63a86f8 23325 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
23326
23327 * gdb.c++/method.exp: Add missing close brace.
23328
233291999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
23330
23331 * gdb.base/maint.exp: Use 'set height 0' to disable page
23332 prompting, not 'set height 400'.
23333
23334 Fix a bunch of timeouts.
23335 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
23336 four separate tests, so expect doesn't take forever to match a ton
23337 of text against a regexp with lots of .* forms.
23338 ("maint print psymbols", "maint print symbols"): Make some of
23339 these greps more selective, so that expect doesn't try to wade
23340 through huge piles of output and time out.
23341
23342 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
23343
23344 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
23345 tests: one which doesn't expect shlib events to be reported, and
23346 another which does, but is XFAIL for all platforms other than
23347 HP/UX.
c906108c
SS
23348
23349 * gdb.base/break.exp: Teach the test suite that the `catch
23350 fork', `catch vfork', and `catch exec' commands produce error
23351 messages on platforms that don't provide these features.
23352
23353Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
23354
23355 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
23356 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
23357 (shortening names from solib_threshold.exp etc), won't run on
23358 anything but HP-UX for the foreseeable future.
c906108c 23359 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 23360 reflect move.
c906108c
SS
23361
23362Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
23363
23364 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 23365 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
23366
23367Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
23368
23369 * gdb.base/shlib-call.exp: add test cases to verify that gdb
23370 successfully re-sets breakpoints in shared libraries.
23371 * gdb.base/shmain.c (main): return 0, don't fall off the end.
23372
23373Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23374
d63a86f8
RM
23375 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
23376 and compiled w/o GCC.
c906108c
SS
23377
23378 * gdb.hp/watch-cmd.exp: ditto.
23379
23380 * gdb.hp/watch-hp.exp: ditto.
23381
23382 * gdb.hp/xdb1.exp: ditto.
23383
23384 * gdb.hp/xdb2.exp: ditto.
23385
23386 * gdb.hp/dbx.exp: ditto.
23387
23388Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
23389
23390 * constvars.c: Remove C++-isms.
23391 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 23392 with GCC.
c906108c
SS
23393
23394Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
23395
23396 The following changes are part of the HP merge.
23397
23398 * gdb.base/break.exp: new tests to verify that catchpoints for
23399 fork, vfork, and exec don't trigger inappropriately.
23400
23401 * gdb.base/opaque.exp: compile one file at a time, then link.
23402
23403 * gdb.base/signals.exp: be more restrictive about which hppa
23404 systems receive a setup_xfail. new tests.
23405
23406 * gdb.base/solib_threshold.build: new file.
23407 * gdb.base/solib_threshold.exp: new file.
23408 * gdb.base/solib_threshold.link_opts: new file.
23409 * gdb.base/solib_threshold.mk: new file.
23410 * gdb.base/gen_solib_threshold.c: new file.
23411
23412 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
23413 tests. New tests for enums inside classes.
23414
23415 * gdb.c++/compiler.cc: indicate support of template debugging.
23416
23417 * gdb.c++/demangle.exp: run hp style demangling tests.
23418
23419 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
23420 tests.
23421
23422 * gdb.c++/misc.cc: changes to support new tests.
23423
23424 * gdb.c++/templates.cc: changes to support HP's compiler; changes
23425 to support new tests.
23426
23427 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
23428 gcc, then skip these tests.
23429
23430Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
23431
23432 The following files are part of the HP merge; some had longer
23433 names at HP, but have been renamed to be no more than 14
23434 characters in length.
23435
23436 * gdb.hp/ambiguous.cc: new file.
23437 * gdb.hp/ambiguous.exp: new file.
23438 * gdb.hp/attach.exp: new file.
23439 * gdb.hp/attach2.exp: new file.
23440 * gdb.hp/classes-hp.exp: new file.
23441 * gdb.hp/ctti.exp: new file.
23442 * gdb.hp/ctti-add.cc: new file.
23443 * gdb.hp/ctti-add1.cc: new file.
23444 * gdb.hp/ctti-add2.cc: new file.
23445 * gdb.hp/ctti-add3.cc: new file.
23446 * gdb.hp/dbx.exp: new file.
23447 * gdb.hp/exception.cc: new file.
23448 * gdb.hp/exception.exp: new file.
23449 * gdb.hp/foll-exec.c: new file.
23450 * gdb.hp/foll-exec.exp: new file.
23451 * gdb.hp/foll-fork.c: new file.
23452 * gdb.hp/foll-fork.exp: new file.
23453 * gdb.hp/foll-vfork.c: new file.
23454 * gdb.hp/foll-vfork.exp: new file.
23455 * gdb.hp/inherit-hp.exp: new file.
23456 * gdb.hp/more-steps.exp: new file.
23457 * gdb.hp/namespace.cc: new file.
23458 * gdb.hp/namespace.exp: new file.
23459 * gdb.hp/optimize.exp: new file.
23460 * gdb.hp/pxdb.c: new file.
23461 * gdb.hp/pxdb.exp: new file.
23462 * gdb.hp/quicksort.exp: new file.
23463 * gdb.hp/reg-test.exp: new file.
23464 * gdb.hp/reg-test.s: new file.
23465 * gdb.hp/sized-enum.c: new file.
23466 * gdb.hp/sized-enum.exp: new file.
23467 * gdb.hp/start-stop.exp: new file.
23468 * gdb.hp/templ-hp.cc: new file.
23469 * gdb.hp/templ-hp.exp: new file.
23470 * gdb.hp/thr-lib.c: new file.
23471 * gdb.hp/thr-lib.exp: new file.
23472 * gdb.hp/thr-lib.h: new file.
23473 * gdb.hp/thr-liblib.c: new file.
23474 * gdb.hp/virtfun-hp.c: new file.
23475 * gdb.hp/virtfun-hp.exp: new file.
23476 * gdb.hp/watch-cmd.exp: new file.
23477 * gdb.hp/watch-hp.exp: new file.
23478 * gdb.hp/xdb1.exp: new file.
23479 * gdb.hp/xdb2.exp: new file.
23480 * gdb.hp/xdb3.exp: new file.
23481
23482Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
23483
23484 The following files are part of the HP merge; some had longer
23485 names at HP, but have been renamed to be no more than 14
23486 characters in length.
23487
23488 * gdb.base/ss.h: new file.
23489 * gdb.base/call-ar-st.c: new file.
23490 * gdb.base/call-ar-st.exp: new file.
23491 * gdb.base/call-rt-st.c: new file.
23492 * gdb.base/call-rt-st-exp: new file.
23493 * gdb.base/call-strs.exp: new file.
23494 * gdb.base/ena-dis-br.exp: new file.
23495 * gdb.base/environ.exp: new file.
23496 * gdb.base/long_long.exp: new file.
23497 * gdb.base/sect-cmd.exp: new file.
23498 * gdb.base/shlib-cl2.exp: new file.
23499 * gdb.base/smoke.exp: new file.
23500 * gdb.base/so-impl-ld.c: new file.
23501 * gdb.base/so-impl-ld.exp: new file.
23502 * gdb.base/so-indr-cl.c: new file.
23503 * gdb.base/so-indr-cl.exp: new file.
23504 * gdb.base/varargs.exp: new file.
23505 * gdb.base/volatile.exp: new file.
23506 * gdb.base/whatis-exp.exp: new file.
7a292a7a 23507 * gdb.base/display.exp: new file.
c906108c
SS
23508 * gdb.c++/derivation.exp: new file.
23509 * gdb.c++/local.exp: new file.
23510 * gdb.c++/member-ptr.exp: new file.
23511 * gdb.c++/overload.exp: new file.
23512 * gdb.c++/ovldbreak.exp: new file.
23513 * gdb.c++/ref-types.exp: new file.
23514 * gdb.c++/ref-types2.exp: new file.
23515 * gdb.c++/userdef.exp: new file.
d63a86f8 23516
c906108c
SS
23517Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
23518
23519 * gdb.base/default.exp: Reflect wording change in remote.c.
23520
dc96c6c7 23521Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
23522
23523 * gdb.base/help.exp: Update to reflect current text.
23524
23525Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
23526
23527 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
23528 they're stack variables and contain garbage.
23529 * gdb.c++/anon-union.exp: new file.
23530
23531 The following changes were made by David Taylor
889bf7c5
PA
23532 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
23533 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
23534 in changes by HP.
c906108c
SS
23535
23536 * gdb.base/bitops.exp: new file.
23537 * gdb.base/default.exp: change expected messages for catch and
23538 info catch tests to reflect HP merge changes.
23539 * gdb.base/enable-disable-break.exp
23540 * gdb.base/ending-run.c: new file.
23541 * gdb.base/long_long.c: new file.
23542 * gdb.base/maint.exp: new file.
23543 * gdb.base/pointers2.exp: new file.
23544 * gdb.base/shlib-call2.exp: new file.
23545 * gdb.base/solib.exp: new file.
23546 * gdb.base/step-test.c: new file.
23547 * gdb.c++/anon-union.cc: new file.
23548 * gdb.c++/local.cc: new file.
23549 * gdb.c++/member-pointer.cc: new file.
23550 * gdb.c++/method.cc: new file.
23551 * gdb.c++/ref-types.cc: new file.
23552 * gdb.c++/ref-types2.cc: new file.
23553 * gdb.c++/userdef.cc: new file.
d63a86f8 23554
c906108c
SS
23555 * gdb.base/scope.exp: compile one file at a time, then link.
23556 * gdb.base/langs.exp: ditto.
23557 * gdb.base/list.exp: ditto.
d63a86f8 23558
c906108c
SS
23559Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
23560
23561 The following changes were made by David Taylor
889bf7c5
PA
23562 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
23563 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
23564 in changes by HP.
d63a86f8 23565
c906108c
SS
23566 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
23567 skip tests. When compiling pass c++ flag to gdb_compile.
23568 * gdb.c++/
d63a86f8 23569
c906108c
SS
23570 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
23571 test for on hppa*-*-hpux*; use args to see if c++ was specified.
23572 (skip_hp_tests): new function.
23573 (gdb_preprocess): new function.
23574
23575 * configure.in (hpdir): decide whether to configure gdb.hp.
23576 * configure: regenerated.
23577
23578 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
23579 to delete on clean.
23580 (EXECUTABLES): update to reflect new additions.
23581 * gdb.base/commands.exp: update message expected.
23582 * gdb.base/default.exp: add copyright notice.
23583 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
23584 * gdb.base/help.exp: update messages to reflect current text.
23585 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
23586 targets for recurse tests.
23587 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
23588 skip this file.
23589
23590 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
23591 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
23592 compilation.
23593 * gdb.c++/misc.exp: ditto.
23594 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
23595 run the tests. tell gdb_compile that it's a c++ compilation.
23596
23597 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 23598
c906108c
SS
23599 * gdb.base/all-bin.exp: new file.
23600 * gdb.base/arithmet.exp: new file.
23601 * gdb.base/assign.exp: new file.
23602 * gdb.base/completion.exp: new file.
23603 * gdb.base/cond-expr.exp: new file.
23604 * gdb.base/condbreak.exp: new file.
23605 * gdb.base/define.exp: new file.
23606 * gdb.base/dollar.exp: new file.
23607 * gdb.base/environment.exp: new file.
23608 * gdb.base/eval-skip.exp: new file.
23609 * gdb.base/jump.exp: new file.
23610 * gdb.base/logical.exp: new file.
23611 * gdb.base/pointers.exp: new file.
23612 * gdb.base/relational.exp: new file.
23613 * gdb.base/section_command.exp: new file.
23614 * gdb.base/whatis-expr.exp: new file.
23615
23616 * gdb.base/all-types.c: new file.
23617 * gdb.base/call-array-struct.c: new file.
23618 * gdb.base/call-return-struct.c: new file.
23619 * gdb.base/call-strings.c: new file.
23620 * gdb.base/callfuncs2.c: new file.
23621 * gdb.base/condbreak.c: new file.
23622 * gdb.base/constvars.c: new file.
23623 * gdb.base/display.c: new file.
23624 * gdb.base/int-type.c: new file.
23625 * gdb.base/jump.c: new file.
23626 * gdb.base/miscexprs.c: new file.
23627 * gdb.base/pointers.c: new file.
23628 * gdb.base/pointers2.c: new file.
23629 * gdb.base/shmain.c: new file.
23630 * gdb.base/shr1.c: new file.
23631 * gdb.base/shr2.c: new file.
23632 * gdb.base/solib.c: new file.
23633 * gdb.base/solib1.c: new file.
23634 * gdb.base/solib2.c: new file.
23635 * gdb.base/varargs.c: new file.
23636 * gdb.c++/derivation.cc: new file.
23637 * gdb.c++/overload.cc: new file.
23638 * gdb.c++/ovldbreak.cc: new file.
23639 * gdb.hp/attach.c: new file.
23640 * gdb.hp/attach2.c: new file.
23641 * gdb.hp/average.c: new file.
23642 * gdb.hp/compiler.c: new file.
23643 * gdb.hp/compiler.cc: new file.
23644 * gdb.hp/execd-program.c: new file.
23645 * gdb.hp/follow-exec.c: new file.
23646 * gdb.hp/follow-fork.c: new file.
23647 * gdb.hp/follow-vfork-and-exec.c: new file.
23648 * gdb.hp/misc-hp.cc: new file.
23649 * gdb.hp/more-steps.c: new file.
23650 * gdb.hp/optimize.c: new file.
23651 * gdb.hp/quicksort.c: new file.
23652 * gdb.hp/run-hp.c: new file.
23653 * gdb.hp/start-stop.c: new file.
23654 * gdb.hp/sum.c: new file.
23655 * gdb.hp/templates-hp.cc: new file.
23656 * gdb.hp/thread-local-in-lib.c: new file.
23657 * gdb.hp/thread-local-in-lib.h: new file.
23658 * gdb.hp/thread-local-in-lib.lib.c: new file.
23659 * gdb.hp/vforked-program.c: new file.
23660 * gdb.hp/virtfunc-hp.cc: new file.
23661 * gdb.hp/watchpoint-hp.c: new file.
23662 * gdb.hp/xdb.c: new file.
23663 * gdb.hp/xdb0.c: new file.
23664 * gdb.hp/xdb0.h: new file.
23665 * gdb.hp/xdb1.c: new file.
23666
23667Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
23668
23669 The following change was made by Edith Epstein
889bf7c5
PA
23670 <eepstein@cygnus.com> as part of a project to merge in changes
23671 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
23672
23673 * gdb.c++/demangle.exp: changed the expected output for some
23674 ARM-style mangling -- removed second reference to datatype.
889bf7c5 23675 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 23676 T1<char>::~T1<char>(void)
c906108c 23677 becomes,
a9c64011
AS
23678 maint demangle __dt__11T1__pt__2_cFv
23679 T1<char>::~T1(void)
c906108c 23680
889bf7c5 23681 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 23682
c906108c
SS
23683Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
23684
23685 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
23686 * gdb.trace/backtrace.exp: Likewise.
23687 * gdb.trace/circ.exp: Likewise.
23688 * gdb.trace/collection.exp: Likewise.
23689 * gdb.trace/deltrace.exp: Likewise.
23690 * gdb.trace/infotrace.exp: Likewise.
23691 * gdb.trace/limits.exp: Likewise.
23692 * gdb.trace/packetlen.exp: Likewise.
23693 * gdb.trace/passc-dyn.exp: Likewise.
23694 * gdb.trace/passcount.exp: Likewise.
23695 * gdb.trace/report.exp: Likewise.
23696 * gdb.trace/save-trace.exp: Likewise.
23697 * gdb.trace/tfind.exp: Likewise.
23698 * gdb.trace/tracecmd.exp: Likewise.
23699 * gdb.trace/while-dyn.exp: Likewise.
23700 * gdb.trace/while-stepping.exp: Likewise.
23701
237021998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
23703
23704 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
23705
23706Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
23707
23708 From Brendan Kehoe:
23709 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
23710 int return types.
23711
23712Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
23713
23714 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 23715 remote dos host testing right.
c906108c
SS
23716
23717Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
23718
23719 * gdb.base/corefile.exp: remove some xfails.
23720
23721Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
23722
23723 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 23724 have different timestamps.
c906108c
SS
23725
23726Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
23727
23728 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 23729 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
23730
23731Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
23732
23733 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 23734 delta.
c906108c
SS
23735
23736Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
23737
23738 * gdb.base/default.exp: Add brace missing from previous delta.
23739
23740Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
23741
23742 * gdb.base/default.exp: Support test for info float for all
23743 varieties of arm toolchain.
23744
dc96c6c7 23745Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
23746
23747 * gdb.trace/*.exp: remove "remote_download" command.
23748
dc96c6c7 23749Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
23750
23751 * gdb.trace/*.exp: remove -gdwarf from compile.
23752
23753Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
23754
23755 * gdb.trace/configure.in(AC_INIT): typo
23756 * gdb.trace/configure: regenerated
23757
dc96c6c7 23758Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
23759
23760 * config/m68k-emc.exp: New file.
23761 * lib/<emc-support.exp trace-support.exp}: New files.
23762 * configure.in: add new test directory gdb.trace.
23763 * gdb.trace/{configure configure.in Makefile.in}: New files.
23764 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
23765 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
23766 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
23767 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
23768 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
23769 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
23770 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 23771
dc96c6c7 23772Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
23773
23774 * gdb.c++/classes.exp: Change all regular expressions to match
23775 arbitrary combinations of newline/carriage-return, so that they
23776 will work equally well on Unix and Windows.
23777 * gdb.c++/inherit.exp: ditto.
23778 * gdb.c++/virtfunc.exp: ditto.
23779
237801998-08-11 Dawn Perchik <dawn@cygnus.com>
23781
23782 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
23783
c2d11a7d
JM
23784Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
23785
23786 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
23787 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
23788 to use a0-a3/d0-d3 as needed.
23789
23790Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
23791
23792 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
23793 * gdb.disasm/am33.exp: Corresponding changes.
23794
c906108c
SS
237951998-07-11 Felix Lee <flee@cygnus.com>
23796
23797 * gdb.base/callfuncs.exp: add cmp10 test.
23798 * gdb.base/callfuncs.c (cmp10): new function.
23799
23800Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
23801
d63a86f8 23802 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
23803 into two parts to get around a synchronization problem in expect.
23804
3fc11d3e
JM
23805Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
23806
23807 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
23808
23809 * configure.in: Add options for gdbtk testsuite.
23810
23811 * configure: Regenerate.
23812
23813 * gdb.gdbtk: New directory to hold gdbtk tests.
23814
c906108c
SS
23815Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
23816
23817 * gdb.fortran/types.exp: Escape brackets in expect patterns
23818 for test_float_literal_types_accepted tests.
23819 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
23820 before run test.
23821
c2d11a7d
JM
23822Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
23823
23824 * am33.exp: Just compile, do not link the testcase.
23825 * am33.s: Add ".am33" pseudoop to force am33 mode.
23826
c906108c
SS
238271998-06-25 Felix Lee <flee@cygnus.com>
23828
23829 * gdb.base/setshow.exp: make sure $pc is sane.
23830
23831 * gdb.stabs/weird.exp: split expect patterns properly.
23832
c2d11a7d
JM
23833Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
23834
23835 * gdb.disasm/am33.s: New disassembler testfile for the am33.
23836 * gdb.disasm/am33.exp: Run it.
23837
dc96c6c7 23838Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
23839
23840 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
23841 match processing (and eliminate spurious timeouts when running).
23842
dc96c6c7 23843Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
23844
23845 * gdb.base/signals.exp (test_handle_all_print): put back Mach
23846 exception test, but conditionalize it on target [mach | gnu].
23847
dc96c6c7 23848Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
23849
23850 * gdb.base/overlays.exp: fixup compile line for linker script.
23851
23852Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
23853
23854 * gdb.fortran/types.exp: don't guess at float size.
23855
23856Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
23857
23858 * gdb.base/exprs.exp: delete test that depends on int size.
23859
23860Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
23861
23862 * config/sim.exp: Removed checks for target triplets.
23863 (gdb_target_sim): Use gdb,target_sim_options.
23864
23865Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
23866
23867 * gdb.base/reread.exp: New file.
23868 * gdb.base/reread1.c: New file.
23869 * gdb.base/reread2.c: New file.
23870
23871Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
23872
23873 * config/sim.exp: Use 'target sim -sparclite' when running
23874 SPARClite programs.
23875
23876Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
23877
23878 * gdb.base/structs2.exp: New file.
23879 * gdb.base/structs2.c: New file.
23880
23881Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
23882
23883 * gdb.asm/common.inc: New file.
23884 * gdb.asm/d10v.inc: New file.
23885 * asm-source.exp: Pass -I's to gas to find .inc files.
23886 Update line numbers in expected output.
23887 * asmsrc1.s: Rewrite.
23888 * asmsrc2.s: Rewrite.
23889 * configure.in: Create arch.inc symlink.
23890 * configure: Regenerate.
23891 * Makefile.in (distclean): Delete arch.inc.
23892
23893Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
23894
23895 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
23896 (t_enum_value2): ditto
23897 (t_enum_value3): ditto
23898 (main): ditto
c906108c
SS
23899Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
23900
23901 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
23902 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
23903 change.
23904 Use gdb_test instead of send_gdb/gdb_expect sequences.
23905
23906Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
23907
23908 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
23909 not void.
23910
23911Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
23912
23913 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
23914 subroutines. Used to test gdbs ability to single step through PC
23915 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
23916
23917Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
23918
23919 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
23920 more rigorous EGCS C++ error checking.
23921
23922Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23923
a9c64011
AS
23924 * gdb.base/help.exp: Clean up `help set args' and `help show args'
23925 tests.
23926 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
23927 function when asleep.
23928 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
23929 for i*86 Linux and SVR4 signal handling problems.
23930 Remove linux xfail for `next to handler in signals_tests_1', fixed
23931 by recent infrun.c change.
23932 Limit backtrace to 10 frames to avoid timeout problems with infinite
23933 stack backtraces.
23934 Adjust expect pattern in `handle all print' test to match Apr 28 1997
23935 target.[ch] change.
c906108c
SS
23936
23937Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
23938
23939 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
23940 for a newline from gdb before continuing.
23941 (default_gdb_exit): Just look for y or n.
23942 (gdb_test): Detect abnormal exit from GDB running on DOS; if
23943 it does, fail the rests of the tests in the file.
23944
23945Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
23946
23947 * config/cygmon.exp: New file.
23948
23949Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
23950
23951 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 23952 main" test on remote targets.
c906108c
SS
23953
23954 * gdb.base/scope.exp: Fix problem with filelocal_bss before
23955 run test on remote targets.
23956
23957Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
23958
23959 * gdb.asm: New directory.
23960 * configure.in: Configure it.
23961 * configure: Regenerate.
23962 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
23963 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
23964
23965Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
23966
23967 * config/mn10300-eval.exp: New file to support MN10300 eval board.
23968
dc96c6c7 23969Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 23970
a9c64011
AS
23971 * gdb.base/overlays (several files): Merge the two overlay
23972 managers into one. Change variables (foox, barx, bazx, grbxx)
23973 back into ints but force them to load in their proper sections.
c906108c
SS
23974
23975Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
23976
23977 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 23978 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
23979 (D10VCopy): Handle memory regions crossing 16k boundaries.
23980 (D10VCopy): Transfer data in 32 bit chunks.
23981
23982Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
23983
23984 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 23985 correct.
c906108c
SS
23986
23987 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 23988 map. Include space for printf in .text segment.
c906108c
SS
23989
23990 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 23991 updated d10v memory VMA/LMA map.
c906108c 23992 (D10VCopy): Call D10VTranslate.
d63a86f8 23993
c906108c
SS
23994Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
23995
23996 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
23997
23998 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
23999 that it won't be put into the .sdata - small data -
24000 section. Update reference.
c906108c
SS
24001 * gdb.base/baz.c (bazx, baz): Ditto.
24002 * gdb.base/foo.c (foox, foo): Ditto.
24003 * gdb.base/grbx.c (grbxx, grbx): Ditto.
24004
24005 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 24006 to be arrays.
d63a86f8 24007
dc96c6c7 24008Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 24009
a9c64011
AS
24010 * gdb.base/overlays.exp: fix up and get working again.
24011 Add tests for backtraces from an overlay function.
d63a86f8 24012
c906108c
SS
24013Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
24014
24015 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
24016 "calling function with watchpoint enabled".
24017
24018Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
24019
24020 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 24021 gdb_suppress_tests for d10v-*-*.
c906108c
SS
24022 * lib/gdb.exp (gdb_suppress_tests): Disable this function
24023 pending review of whether it is useful or not.
24024
24025Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
24026
24027 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
24028
24029Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
24030
24031 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
24032 * config/dve.exp: New file to support Densan boards.
24033
24034Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
24035
24036 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 24037 reads and BSD.
c906108c
SS
24038
24039Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
24040
24041 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
24042 response.
24043
24044 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
24045
24046Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
24047
24048 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 24049 test.
c906108c
SS
24050
24051 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 24052 target_sizeof_long and target_bigendian_p.
c906108c 24053 (structs_by_value, structs_by_reference): Check values according
889bf7c5 24054 to targets word size and endianess.
d63a86f8 24055
c906108c
SS
24056Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
24057
24058 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 24059 output.
c906108c
SS
24060
24061Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
24062
24063 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 24064 Update test of set args help to match source change.
c906108c
SS
24065
24066Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
24067
24068 * gdb.base/default.exp: Expect help system output to be in
24069 alphabetical order.
24070 * gdb.base/help.exp: Ditto.
24071
24072Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
24073
24074 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
24075 "i*86-pc-linux-gnu*".
24076 * gdb.base/interrupt.exp: Ditto.
24077 * gdb.base/corefile.exp: Ditto.
24078
24079 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 24080 define vxworks when building the testcase.
c906108c
SS
24081
24082 * gdb.base/ptype.exp: Fix testnames to be unique.
24083 * gdb.base/radix.exp: Ditto.
24084 * gdb.base/term.exp: Ditto.
24085 * gdb.base/whatis.exp: Ditto.
24086 * gdb.c++/classes.exp: Ditto.
24087
24088Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
24089
24090 * gdb.base/callfuncs.exp: Fix indentation.
24091
24092 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
24093 suppress_flag has been set.
24094 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
24095 target feature.
24096
24097Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
24098
24099 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
24100 the testcase.
24101
24102 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 24103 set_debug_traps() and breakpoint().
c906108c
SS
24104 * gdb.c++/misc.cc (main): Ditto.
24105 * gdb.c++/templates.cc (main): Ditto.
24106 * gdb.c++/virtfunc.cc (main): Ditto.
24107
24108Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
24109
24110 * lib/gdb.exp(gdb_step_for_stub): New function.
24111 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
24112 exists, reload the executable and do a "continue" instead of
24113 doing a jump.
24114 (runto_main): Use gdb_step_for_stub.
d63a86f8 24115
c906108c 24116 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 24117 tests to have unique names.
c906108c
SS
24118 * gdb.base/callfuncs.exp: Ditto.
24119 * gdb.base/commands.exp: Ditto.
24120 * gdb.base/default.exp: Ditto.
24121 * gdb.base/help.exp: Ditto.
24122 * gdb.base/list.exp: Ditto.
24123 * gdb.base/opaque.exp: Ditto.
24124 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
24125 similar tests.
d63a86f8 24126
c906108c
SS
24127 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
24128 * gdb.c++/cplusfuncs.cc: Ditto.
24129 * gdb.c++/virtfunc.cc: Ditto.
24130
24131 * config/monitor.exp: Keep track of the last file we saw, rather
24132 than trying to get the info from gdb.
24133
24134 * gdb.fortran/types.exp: Move comment to previous line.
24135
24136Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
24137
24138 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 24139 target mode.
c906108c
SS
24140
24141Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
24142
24143 From Bob Manson:
24144 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 24145 string from GDB when it connects.
c906108c
SS
24146
24147 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
24148
24149Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
24150
24151 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
24152 if we can't get a debug format from GDB (we may be testing an
24153 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
24154
24155 * gdb.stabs/weird.exp: Fix quoting.
24156
24157 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
24158
24159Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
24160
24161 * config/arm-ice.exp: New file.
24162
24163Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
24164
24165 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 24166 until it has been modified to work with the new testsuite.
c906108c 24167
99707966 24168 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
24169 testcase won't compile, cause all of the testcases in the file to
24170 fail instead.
c906108c
SS
24171
24172 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
24173 (gdb_clear_suppressed): New procedure.
24174 (gdb_stop_suppressing_tests): Only clear suppress_flag if
24175 it contains a positive value.
24176
24177Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
24178
24179 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
24180
24181 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
24182
24183Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
24184
24185 * lib/gdb.exp (setup_xfail_format): New function.
24186 (get_debug_format): New function to get debug format.
24187 (debug_format): New global variable to hold last value set
24188 by get_debug_format.
24189 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 24190 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
24191 * gdb.c++/ptype.exp: Ditto.
24192 * gdb.c++/classes.exp: Ditto.
24193 * gdb.c++/cplusfuncs.exp: Ditto.
24194 * gdb.c++/inherit.exp: Ditto.
24195 * gdb.c++/templates.exp: Ditto.
24196 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 24197
c906108c
SS
24198Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
24199
24200 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
24201 host doesn't have a currently-open connection.
24202
24203 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
24204 any gdb stub target. Handle cases where gdb doesn't respond when
24205 interrupted in a sane fashion.
c906108c
SS
24206
24207 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 24208 same thing in a totally different way.
c906108c
SS
24209
24210 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 24211 setting "timeout".
c906108c 24212 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 24213 default_gdb_init now.
c906108c
SS
24214
24215Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
24216
24217 * gdb.base/printcmds.exp: Fix "check for floating addition"
24218 regexp to accept results within approx +/- .01 of exact value.
24219 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
24220
24221Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
24222
24223 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 24224 properly.
c906108c
SS
24225 (gdb_expect): Add optional timeout parameter, and add timeout
24226 value to various calls.
24227 (gdb_suppress_tests): Only give one warning message per group.
24228
24229Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
24230
24231 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
24232 global variables. Handle getting a value for $timeout more
24233 gracefully.
c906108c
SS
24234
24235Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
24236
24237 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 24238 initialize.
c906108c 24239 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 24240 by a target configuration file.
c906108c
SS
24241 (gdb_expect): Pass the timeout to remote_expect.
24242
24243 * config/monitor.exp(gdb_load): Fix typo in regexp.
24244
24245Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
24246
24247 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
24248
24249Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
24250
24251 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
24252 here. Call gdb_target_exec before rebooting the target, to make
24253 sure the connection to the target is closed.
c906108c
SS
24254 (gdb_load): Pass the name of the executable to gdb_target_monitor.
24255 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
24256 Also detect "Timeout reading from remote" error.
24257
24258 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
24259 gdb_target_monitor. Don't call gdb_file_cmd here; let
24260 gdb_target_monitor do it.
c906108c
SS
24261
24262 * gdb.disasm/hppa.exp: Don't use exec_output.
24263
24264Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
24265
24266 * gdb.base/list.exp: If we're debugging a non-native target,
24267 try to set the pc register to point to the start of the
24268 program before doing the first list command.
24269
24270 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 24271 test_calls after restarting.
c906108c
SS
24272
24273 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 24274 reloading.
c906108c
SS
24275
24276 * gdb.base/watchpoint.exp: Fix typo.
24277
24278 * gdb.base/setshow.exp: Check for use_gdb_stub.
24279
24280 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 24281 stub case.
c906108c
SS
24282 * gdb.base/langs.exp: Ditto.
24283
24284 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
24285 gdb_load_offset. If we weren't given a file to load, figure out
24286 what the current file is and use it.
c906108c
SS
24287
24288 * config/i386-bozo.exp: New file.
24289
24290Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
24291
24292 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
24293 feature.
24294
24295 * config/proelf.exp: New entry.
24296
24297Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
24298
24299 * lib/gdb.exp: Remove spurious .* patterns at the beginning
24300 of regexps.
24301
24302 * gdb.base/watchpoint.exp: Don't run the test_stepping
24303 tests if gdb can't call functions on the target.
24304
24305 * gdb.base/setshow.exp: Don't run the set prompt tests if
24306 the board has gdb_prompt set.
24307
24308Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
24309
24310 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
24311 * gdb.base/commands.exp: Likewise.
24312 * gdb.base/setshow.exp: Likewise.
24313
24314Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
24315
24316 * config/monitor.exp(gdb_start): Look for gdb_prompt target
24317 feature.
24318
24319 * config/i960.exp: New file.
24320
24321Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
24322
24323 * gdb.base/funcargs.exp: Check for gdb,short_int target
24324 feature instead of looking for explicit target triplets.
24325
dc96c6c7 24326Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 24327
d63a86f8 24328 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
24329 "p 123DEADBEEF", to check parse_number.
24330 * top.c: change "to enable to enable" to "to enable" in a couple
24331 of help strings.
24332
24333Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
24334
24335 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
24336 on the mn10300.
d63a86f8 24337
c906108c
SS
24338Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
24339
24340 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
24341 where the test executable is run with explicit args.
24342 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
24343
24344Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
24345
24346 * gdb.base/run.c: Use FAKEARGV to build test executable that
24347 does not require a command line arg, since most simulators
24348 don't currently support passing such an arg into the simulated
24349 program.
24350 * gdb.base/commands.exp: Change tests to insert the proper
24351 value as the arg to the first recursive factorial call. Change
24352 compilation line to define FAKEARGV at compile time.
24353
24354Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
24355
24356 * gdb.base/recurse.exp: Enable these tests for the mn10300.
24357 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
24358 function with watchpoint enabled" test.
24359
24360Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
24361
24362 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 24363 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
24364
24365 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 24366 "Tests restarted" messages.
c906108c
SS
24367
24368Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
24369
24370 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
24371
dc96c6c7 24372Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24373
24374 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
24375 for INFO SYMBOL; add help tests for OVERLAY commands.
24376 * gdb.base/default.exp: add tests for INFO SYMBOL command;
24377 add tests for OVERLAY commands
24378 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
24379 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
24380 * gdb.base/sigall.c: add usestubs code frag
24381 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 24382
c906108c
SS
24383Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
24384
24385 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
24386 failures.
24387 (gdb_stop_suppressing_tests): Note that tests have restarted.
24388
24389Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
24390
24391 * config/h8300.exp: New file.
24392
24393Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
24394
24395 * gdb.base/setshow.exp: Check for the existence of a
24396 feature, not its value.
24397
24398Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
24399
24400 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
24401
24402 * gdb.base/scope.exp: It's now init0(), not init().
24403
24404 * gdb.base/scope0.c: For now, change init() to be init0().
24405
24406 * config/monitor.exp: Use gdb_serial in preference to serial
24407 or netport.
24408
24409 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 24410 and it's not already set.
c906108c
SS
24411
24412Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
24413
24414 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 24415 isn't using a stub and if it supports argument passing.
c906108c
SS
24416
24417Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
24418
24419 * config/udi.exp(gdb_start): Make sure UDICONF is set
24420 properly before starting gdb.
24421
24422Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
24423
24424 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
24425 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
24426 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
24427
24428Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
24429
24430 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 24431 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
24432
24433 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
24434
24435 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
24436
24437 * config/monitor.exp: Make sure we disconnect from the target.
24438 Also, try a reboot/reload cycle instead of failing if the
24439 load fails.
24440
24441Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
24442
24443 * gdb.base/default.exp: Don't set match_max.
24444 * gdb.base/help.exp: Ditto.
24445 * gdb.base/list.exp: Ditto.
24446 * gdb.base/signals.exp: Ditto.
24447
24448 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
24449 set, use remote_ld to download the testcase instead of
24450 the GDB loader.
24451
24452Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
24453
24454 * config/vr5000.exp: New file.
24455
24456 * config/monitor.exp(gdb_target_monitor): Add pattern for
24457 "Ending remote" to detect errors in connecting.
24458
24459 * gdb.base/setshow.exp: Add .* within auto language test.
24460
24461 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
24462 target feature.
24463
24464 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 24465 and reboot the board if necessary.
c906108c
SS
24466
24467 * gdb.base/setvar.exp(test_set): Handle multiple prints within
24468 a set of tests. Remove print.* from the patterns being checked.
24469
24470Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
24471
24472 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
24473 refer to gdb_spawn_id.
24474
24475 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
24476 longer used.
24477 * config/sparclet.exp: Ditto.
24478 * config/sparclet-old.exp: Ditto.
24479 * config/slite.exp: Ditto.
24480 * config/sim.exp: Ditto.
24481 * gdb.base/funcargs.exp: Ditto.
24482
24483 * lib/gdb.exp:Remove references to gdb_spawn_id.
24484 (gdb_expect): Move to remote.exp.
24485
24486Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
24487
24488 * config/monitor.exp: Detect the "Couldn't establish connection"
24489 message from GDB.
24490
24491Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
24492
24493 * gdb.base/bitfields.exp: Use runto instead of explicit
24494 gdb_run_cmd/gdb_expect sequences.
24495
24496 * gdb.base/break.exp(text_next_with_recursion): Add match for
24497 gdb_expect call.
24498
24499 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
24500 We also need to handle the "A program is being debugged already"
24501 prompt from gdb. Use gdb_test to set the baud rate.
24502
24503 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
24504 to 20000. Really. I mean it.
24505
24506Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
24507
24508 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
24509 fails. If suppress_flag is set, skip perror message about not
24510 being able to send to GDB.
c906108c 24511 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 24512 GDB.
c906108c
SS
24513 (gdb_expect): If suppress_flag is set, always fail immediately.
24514 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
24515 (gdb_init): Call gdb_stop_suppressing_tests.
24516 (default_gdb_exit): Ditto.
24517 (default_gdb_start): Ditto.
24518
24519 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 24520 gdb_stop_suppressing_tests as appropriate.
c906108c 24521 * gdb.base/break.exp: Ditto.
889bf7c5 24522 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
24523 * gdb.base/commands.exp: Ditto.
24524 * gdb.base/exprs.exp: Ditto.
889bf7c5 24525 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
24526 * gdb.base/list.exp: Ditto.
24527 * gdb.base/recurse.exp: Ditto.
889bf7c5 24528 * gdb.base/scope.exp: Ditto.
c906108c
SS
24529 * gdb.base/structs.exp: Ditto.
24530 * gdb.c++/inherit.exp: Ditto.
24531
24532Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
24533
24534 * config/vr4300.exp: New file.
24535
99707966 24536 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 24537
99707966 24538 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
24539
24540Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
24541
24542 * lib/gdb.exp(gdb_init): New function.
24543
24544 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 24545 for each individual variable set.
c906108c
SS
24546
24547 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
24548 name.
24549
24550 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
24551
24552 * gdb.base/scope.exp: Use gdb_test.
24553
24554 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
24555 aborting; the testsuite driver will do that for us (see
24556 gdb_finish). Also, use gdb_test in a few more places.
24557
24558Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
24559
24560 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
24561
24562Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
24563
24564 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
24565 and "add_tests" are not at the same address.
24566
24567Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
24568
24569 * gdb.base/ptype.exp: Use gdb_test.
24570
24571Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
24572
24573 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
24574 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
24575 left in. No longer expect them to fail.
24576
24577 * gdb.stabs/*.mt; Deleted, no longer used.
24578 * gdb.stabs/configure.in: Remove references to target makefile
24579 frags.
24580 * gdb.stabs/configure: Rebuilt.
24581
24582 * gdb.disasm/*.mt: Deleted, no longer used.
24583 * gdb.disasm/configure.in: Remove references to target makefile
24584 frags. Use "sh3.s" as the unique filename for this directory.
24585 * gdb.disasm/configure: Rebuilt.
24586
24587 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
24588 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
24589 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
24590
24591Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
24592
24593 * config/udi.exp: Use mondfe,name instead of remote_host.
24594
24595Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
24596
24597 * gdb.base/watchpoint.exp: Don't expect a failure when calling
24598 a function with a watchpoint enabled on the mn10200.
24599
24600 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
24601 before trying to create it!
24602
24603Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
24604
24605 * config/vx.exp: Use hostname instead of netport.
24606
24607 * config/vxworks.exp: New file.
24608
24609 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
24610
24611 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 24612 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
24613 occurs.
24614
24615 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
24616 $gdb_spawn_id directly.
24617 (gdb_run_cmd): Try _start as well as start. Use the target feature
24618 gdb,start_symbol as the symbol to start from when jumping.
24619
24620Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
24621
24622 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
24623 redundant) test.
24624
24625 * gdb.base/recurse.exp: Relax final value test for 'b' so that
24626 it doesn't lose for 16bit integer systems.
24627
24628Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
24629
24630 * gdb.fortran/types.exp: If the target doesn't support "double"
24631 data types, then expect "real" types to only be 4 bytes.
24632
24633 * gdb.c++/virtfunc.exp: Expect failure for virtual function
24634 call tests if the target doesn't support inferior function calls.
24635
24636 * gdb.base/printcmds.exp: Allow minor deviation in FP values
24637 in printf tests.
24638
24639Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
24640
24641 * gdb.base/help.exp: Disable "help set", "help show", and
24642 "help support". Simplify regexp for "help stack".
24643
24644 * gdb.base/default.exp: Set match_max to 5000 and the timeout
24645 to 60 seconds. Temporarily set match_max to 15000 around the
24646 "info copying" test.
24647
24648 * gdb.base/nodebug.exp: Don't try to do an inferior function
24649 call if the target doesn't support them.
24650 * gdb.base/printcmds.exp: Likewise.
24651 * gdb.base/setvar.exp: Likewise.
24652 * gdb.base/structs.exp: Likewise.
24653 * gdb.c++/templates.exp: Likewise.
24654 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
24655
24656 * gdb.base/recurse.exp: Enable for the mn10200.
24657
24658 * configure.in: Do configure gdb.stabs directory for *-*-elf
24659 targets.
24660 * configure: Rebuilt.
24661
24662 * gdb.base/break.exp: Check for gdb,noresults before testing
24663 exit status and/or results from the target.
24664 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
24665 * lib/gdb.exp: Remove old (now bogus) initialization of
24666 noinferior, noargs, noresults and nosignals.
24667
24668Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
24669
24670 * config/sh.exp: New file.
24671
24672 * config/slite.exp: Try to connect multiple times to the board
24673 before rebooting. Only send a "monitor run" if need_monitor_run
24674 is set.
24675
24676 * gdb.base/break.exp: Don't do the "stub continue" test if
24677 the target has gdb_stub set.
24678
24679 * gdb.base/callfuncs.exp: Increase the timeout.
24680
24681 * gdb.base/interrupt.exp: Don't even try to compile the testcase
24682 if the target has gdb,noinferiorio set.
24683
24684 * gdb.base/list.exp: Increase match_max to 10000 characters.
24685
24686 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
24687
24688 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
24689 target.
24690
24691 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
24692
24693Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
24694
24695 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
24696 trying to delete the copy of gdb. Catch the file delete so we
24697 don't die if the delete fails; also, the file should be copied to
24698 the host, not to the build.
c906108c
SS
24699
24700Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
24701
24702 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 24703 parenthesis in case it contains multiple regexps separated
c906108c
SS
24704 with |.
24705
24706 * gdb.base/watchpoint.exp: Use gdb_test.
24707 * gdb.base/default.exp: Ditto.
24708
24709Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
24710
99707966 24711 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 24712
c906108c
SS
24713 * gdb.base/scope.exp: Use gdb_test.
24714 * gdb.c++/classes.exp: Ditto.
24715 * gdb.c++/inherit.exp: Ditto.
24716
24717Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
24718
24719 * gdb.base/crossload.exp: Don't use execute_anywhere, use
24720 remote_exec instead.
24721 * gdb.base/corefile.exp: Don't be ridiculous.
24722 * gdb.base/*.c: Add missing stub invocations.
24723
24724Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
24725
24726 * config/slite.exp: Miscellaneous fixes.
24727
24728 * lib/gdb.exp: Fix runto.
24729
24730 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
24731 the target.
24732
24733 * gdb.base/watchpoint.exp: Fix regexp.
24734
24735 * lib/gdb.exp(default_gdb_exit): Add a catch to the
24736 close and wait commands, as the descriptor may now be
24737 invalid. Always call "remote_close host".
24738
24739Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
24740
24741 Major rewrite for testsuite revision.
d63a86f8 24742
c906108c
SS
24743 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
24744 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
24745 instead of relying on spawn_id to always contain a valid
24746 spawn id.
24747 (get_compiler_info): New procedure to build the ${binfile}.ci
24748 file, instead of replicating this in N different places.
24749 (gdb_compile): New procedure.
d63a86f8 24750
c906108c 24751 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
24752 appropriate arguments) instead of compile. Use gdb_test in a lot
24753 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
24754 at the start of a testcase, as this is no longer done magically.
24755
24756 config/*-gdb.exp: Rename without the -gdb suffix.
24757
24758 config/mips.exp: Use remote_close instead of exit_remote_shell.
24759 config/monitor.exp: Use target_info instead of looking at
24760 baud, timeout, etc.
24761 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
24762
24763Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24764
24765 * gdb.c++/templates.exp (test_ptype_of_templates),
24766 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
24767 Update expect patterns for destructors and assignment operators
24768 to match corresponding c-typeprint.c changes.
24769 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
24770 to destructor breakpoint test, GDB should be able to set the
24771 destructor breakpoint without specifying arguments.
24772
24773Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
24774
24775 * gdb.threads/pthreads.exp: Change result for failure to compile due
24776 to lack of pthreads runtime support from an error to simply an
24777 unsupported test, per dejagnu standards.
24778
24779Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24780
24781 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
24782 where GDB exits to reduce pattern match time.
24783 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
24784
24785 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
24786
dc96c6c7 24787Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24788
24789 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
24790 * gdb.base/default.exp: ditto.
24791 * gdb.base/nodebug.exp: ditto.
24792 * gdb.base/printcmds.exp: ditto.
24793 * gdb.base/ptype.exp: ditto.
24794 * gdb.base/setvar.exp: ditto.
24795 * gdb.base/structs.exp: ditto.
24796 * gdb.base/setshow.c: Guard against uninitialized values of argc.
24797
24798Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
24799
24800 * configure, */configure: Rebuild with autoconf 2.12.
24801
24802Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
24803
24804 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
24805 use new i*86-pc-linux*-gnu quads.
24806 * gdb.base/corefile.exp: Ditto.
24807 * gdb.base/signals.exp: Ditto.
24808 * gdb.base/sigall.exp: Ditto.
24809 * gdb.base/interrupt.exp: Ditto.
24810
24811 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
24812 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
24813 RedHat 4.0.
d63a86f8 24814
c906108c 24815 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
24816 linux. This allows the test case to at least compile on latest
24817 linux, but still not run due to missing the threads runtime library.
c906108c
SS
24818
24819Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24820
24821 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
24822 directory to search gdb directory. Accept and step over conditional
24823 stack alignment code. Consume $prompt in failure cases.
24824 Reset timeout to $oldtimeout instead of some arbitrary value.
24825 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
24826 timeout problems with infinite stack backtraces.
24827 * gdb.base/ptype.exp (ptype struct link, union tu_link):
24828 Accept function parameters for linkfunc member.
24829
24830Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
24831
24832 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
24833 (CXXFLAGS): Remove, unreferenced.
24834 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
24835 previous -B options and also add -B option to pick up cross compiled
24836 runtime.
c906108c
SS
24837 (TARGET_INCLUDES): Add for -I options and add code to initialize when
24838 doing cross compiles.
24839 (target_alias): Declare global.
24840 (xgcc): Set variable to full path of gcc in build tree. Use findfile
24841 to verify that gcc exists in build tree, and if so set CC to that
24842 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 24843
c906108c
SS
24844Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
24845
24846 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
24847 ptype test for anonymous union. Fixup testcase to match
24848 current gcc debug output.
24849
24850Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
24851
24852 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
24853 force argument to an unsigned long type.
24854
24855Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
24856
24857 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 24858 tests and anonymous union print/ptype tests.
c906108c
SS
24859 * gdb.base/list.exp (test_forward-search): Increase timeout by
24860 5 minutes for the "search extremely long line" case.
24861 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
24862 completely optional and that the pass/fail messages use the command as
24863 the message if that third arg is a null string.
24864 (gdb_test_exact): Arrange that a null string pattern means match a
24865 null string output rather than any output, which might include random
889bf7c5 24866 errors.
c906108c
SS
24867 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
24868 backtrace test.
24869 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
24870 always failing and failure is now exposed by gdb.exp changes.
24871
24872Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
24873
24874 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
24875 weren't being noted.
24876
24877Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24878
24879 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
24880 * gdb.stabs/weird.exp: Remove v_comb xfails.
24881
dc96c6c7 24882Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24883
24884 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 24885 list.exp scope.exp watchpoint.exp]
c906108c 24886 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 24887
dc96c6c7 24888Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24889
24890 * config/monitor.exp: Increase download timeout to 1000 seconds.
24891
dc96c6c7 24892Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24893
24894 * config/m32r.exp: Increase timeout to 120 seconds.
24895
24896Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
24897
24898 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
24899 and accept older ordering as obsolescent gcc or gdb.
24900 * gdb.c++/templates.exp: Ditto.
24901 * gdb.c++/virtfunc.exp: Ditto.
24902
24903Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
24904
24905 * gdb.base/coremaker.c: Add code to mmap some data so we
24906 can check that it ends up in the core file.
24907 * gdb.base/corefile.exp: Add test to read mmapped data
24908 from core file.
24909
dc96c6c7 24910Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24911
24912 * config/m32r.exp: New file.
24913
24914Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
24915
24916 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
24917 that cflags can contains -gstabs, and work correctly for other tests.
24918
dc96c6c7 24919Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
24920
24921 * gdb.base/setshow.exp: New file, tests show and set.
24922 * gdb.base/setshow.c: New file, tests show and set.
24923 * gdb.base/help.exp: Add test for help set|show annotate.
24924 * gdb.base/default.exp: Add test for set|show annotate.
24925
24926Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
24927
24928 * testsuite/gdb.base/break.exp: Make backtrace from factorial
24929 errors unique.
24930 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
24931 explicitly.
24932
24933Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
24934
24935 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
24936 and width commands. This is done elsewhere.
24937 * (gdb_start): Don't call gdb_start_sim here. That's already
24938 done in gdb_load. This fixes lots of failures in default.exp.
24939
24940Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
24941
24942 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
24943 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
24944 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
24945 in the same we we treat other failures (since it may be an expected
889bf7c5 24946 condition), rather than as an error.
c906108c
SS
24947 * gdb.base/signals.exp (test_handle_all_print): Revert back to
24948 old test format.
24949
24950Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
24951
24952 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
24953 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 24954 twice. Nuke the duplicates.
c906108c 24955 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 24956 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
24957 Remove config.h along with other config files.
24958
24959Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
24960
24961 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
24962 "p func1 ()" and note that rests of tests are skipped.
24963 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 24964 setup_xfails for "print func2::coremaker_local".
c906108c
SS
24965 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
24966 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
24967 affected by the previous run test.
24968 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
24969 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
24970 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
24971 "pass int powerset tuple" and "pass modeless int powerset tuple".
24972 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
24973 "real write 4" and "real write 8".
24974 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 24975 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
24976 "print \$i after tuple assign 2", and
24977 "print vs2 after tuple assign 2".
24978 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
24979 meaningful error message and return -1 so the caller can
24980 suppress further tests and avoid a cascade of errors.
d63a86f8 24981
c906108c
SS
24982Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
24983
24984 * gdb.base/a1-selftest.exp: Tweak tests to account for new
24985 format for printing version.
24986 * gdb.base/default.exp: Ditto.
24987 * gdb.base/interrupt.exp: Fix problem with cascade of
24988 errors if child process dies while calling a function.
d63a86f8 24989
c906108c
SS
24990Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
24991
24992 * Makefile.in (VPATH): Add
24993 * Makefile.in (Makefile, config.status): Fix rules so things get
24994 remade when necessary.
24995
24996Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
24997
24998 * Makefile.in (just-check): Add path to sibling expect dir
24999 to environment variable specified by RPATH_ENVVAR.
25000
25001Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
25002
25003 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
25004 (just-check): Add shared library paths for libstdc++, tk,
25005 tcl, bfd, and opcodes to the environment variable specified
25006 in RPATH_ENVVAR.
25007 * configure.in: Add support to recognize --enable-shared flag
25008 and generate correct value for RPATH_ENVVAR.
25009 * configure: Regenerated with autoconf.
25010
25011Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
25012
25013 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 25014 include all osf versions.
c906108c
SS
25015 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
25016 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
25017 when target is linux. When failing to build pthreads test
25018 executable, give more meaningful message.
25019 * gdb.threads/pthreads.c: Hpux also uses old definition of second
25020 arg for pthread_create.
d63a86f8 25021
c906108c
SS
25022Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
25023
25024 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 25025 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 25026 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 25027 and -lpthreads (everybody else).
c906108c
SS
25028 (test_startup): Fail gracefully if threads are not supported.
25029 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
25030 "p/c array_index("abcdef",2)" when not gcc compiled.
25031 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
25032 "print func2::coremaker_local" when not gcc compiled.
25033 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
25034 "ptype on opaque struct tagname (statically)",
25035 "ptype on opaque struct tagname (dynamically) 1", and
25036 "ptype on opaque struct tagname (dynamically) 2"
25037 for not compiled with gcc.
25038 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
25039 backtrace when compiled with gcc.
d63a86f8 25040 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
25041 than always return success.
25042
25043Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
25044
25045 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
25046
25047Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
25048
25049 * gdb.base/structs.exp: Undo last change.
25050
25051Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
25052
25053 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
25054 encapsulate all the steps/nexts done during self test, starting
25055 at main, and makes them less sensitive to optimization issues.
25056 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
25057 signal handler" test.
25058 * gdb.threads/pthreads.exp: Only run this for native configs.
25059 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
25060 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
25061 tests.
25062 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
25063 for "runto test_calls(void)" test.
d63a86f8 25064
c906108c
SS
25065Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
25066
25067 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
25068 and don't expect address info in breakpoint confirmations.
25069
25070Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
25071
25072 * gdb.base/list.exp (test_forward_search): Increase timeout
25073 temporarily by 60 seconds for searching extremely long line,
889bf7c5 25074 and then reset to old value when done. Increase expect input
c906108c
SS
25075 buffer to 10000.
25076
25077Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
25078
25079 * gdb.base/list.exp (test_forward_search): Fix to handle very
25080 long source line without overflowing expect's input buffer.
25081
25082Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
25083
25084 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
25085 "buffer_full".
25086
25087 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
25088 "buffer_full".
25089
25090 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
25091 "buffer_full".
25092
25093 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
25094 "buffer_full".
25095
25096Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
25097
25098 * configure.in (configdirs): Add gdb.threads.
25099 * configure: Regenerated with autoconf.
25100 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
25101 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
25102 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 25103
c906108c
SS
25104Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
25105
25106 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
25107
25108Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
25109
25110 * gdb.base/signals.exp (test_handle_all_print): Test separately for
25111 each signal's status in the output of "handle all print".
25112 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
25113 the \r\n sequence that immediately precedes the gdb prompt.
25114 * gdb.base/a1-selftest.exp: Save original timeout and restore
25115 after test.
25116
25117Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
25118
25119 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
25120 symbol.
25121
25122Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
25123
25124 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
25125
25126Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
25127
25128 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
25129 timeout by 60 seconds.
25130
25131Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
25132
25133 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
25134 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
25135 error return.
25136
25137Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
25138
25139 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
25140 gdb initialization, also report how long dejagnu waited. Restore
25141 old timeout before doing error return. Temporarily increase timeout
889bf7c5 25142 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
25143
25144Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
25145
25146 * lib/gdb.exp: Report timeout value for verbosity level 2.
25147 * config/gdbserver.exp: Ditto.
25148 * config/hppro.exp: Ditto.
25149 * config/mips-gdb.exp: Ditto.
25150 * config/monitor.exp: Ditto.
25151 * config/netware.exp: Ditto.
25152 * config/sim-gdb.exp: Ditto.
25153 * config/slite-gdb.exp: Ditto.
25154 * config/udi-gdb.exp: Ditto.
25155 * config/unix-gdb.exp: Ditto.
25156 * config/vx-gdb.exp: Ditto.
25157 * gdb.base/a1-selftest.exp: Ditto.
25158 * gdb.base/a2-run.exp: Ditto.
25159 * gdb.base/break.exp: Ditto.
25160 * gdb.base/corefile.exp: Ditto.
25161 * gdb.base/list.exp: Ditto.
25162 * gdb.base/recurse.exp: Ditto.
25163 * gdb.base/scope.exp: Ditto.
25164 * gdb.base/signals.exp: Ditto.
25165
25166Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
25167
25168 * gdb.threads/Makefile.in (docdir): Removed.
25169
25170Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
25171
25172 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 25173 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 25174 @srcdir@.
d63a86f8 25175 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
25176 autoconf 2.5 or higher.
25177 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
25178
25179Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
25180
25181 * configure: Regenerated.
25182 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
25183 avoid name clashes with SunOS headers.
25184
25185Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
25186
25187 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
25188
25189Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
25190
25191 * gdb.base/callfuncs.exp: Finish last change -- make sure the
25192 prototype information ends up in the compiler info file.
25193
25194Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
25195
25196 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
25197 attempting to regenerate it. Eliminate use of a temporary file
25198 and just generate the info file directly. Source it immediately,
25199 for consistency of use.
25200 * gdb.base/corefile.exp: Ditto
25201 * gdb.base/exprs.exp: Ditto.
25202 * gdb.base/funcargs.exp: Ditto.
25203 * gdb.base/langs.exp: Ditto.
25204 * gdb.base/list.exp: Ditto.
25205 * gdb.base/mips_pro.exp: Ditto.
25206 * gdb.base/nodebug.exp: Ditto.
25207 * gdb.base/opaque.exp: Ditto.
25208 * gdb.base/ptype.exp: Ditto.
25209 * gdb.base/scope.exp: Ditto.
25210 * gdb.base/setvar.exp: Ditto.
25211 * gdb.base/signals.exp: Ditto.
25212 * gdb.base/whatis.exp: Ditto.
25213 * gdb.c++/templates.exp: Ditto.
25214 * gdb.c++/virtfunc.exp: Ditto.
25215 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 25216 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
25217
25218Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25219
25220 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
25221 it got fixed by the recent lookup_minimal_symbol_by_pc change.
25222 Increase timeout, a lot of single stepping might be needed if the
25223 target has no hardware watchpoints.
25224
25225Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
25226
25227 * gdb.base/break.exp: Ignore compiler warnings when compiling
25228 break.c.
25229 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
25230 * gdb.base/default.exp: Add h8300 xfails. Handle messages
25231 from remote-sim.
25232 * gdb.base/exprs.exp: Add h8300 xfails.
25233 * gdb.base/funcargs.exp: Likewise.
25234 * gdb.base/nodebug.exp: Likewise.
25235 * gdb.base/printcmds.exp: Likewise.
25236 * gdb.base/ptype.exp: Likewise.
25237 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
25238 h8300 xfails.
d63a86f8 25239 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
25240 on the h8300.
25241 * gdb.base/funcargs.c: Explicitly make last constant argument to
25242 call_after_alloca_subr an unsigned long type.
25243 * gdb.base/return.c: Include stdio.h.
25244
25245Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
25246
25247 * config/abug.exp: New file for the older Motorola Bug monitor
25248 that runs on the mvme13x series VME boards.
25249 * config/monitor.exp: Use the new config array for target settings
25250 if they exist.
25251
25252Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
25253
25254 * sim-gdb.exp: Make the SH simulator allocate less space when
25255 it is targeted.
25256
25257Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
25258
25259 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
25260 test.
25261
25262Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
25263
25264 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
25265 "rs6000-*-*" for "list function in include file" when gcc compiled.
25266 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
25267 for "p ctable1[120]".
25268 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
25269 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
25270 Remove setup_xfail for "rs6000-*-*" for
25271 "print 'scope0.c'::filelocal before run".
25272 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
25273 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
25274 since some compilers don't allow both options to be given
25275 on the same command line. Create object file and move it.
d63a86f8 25276
c906108c
SS
25277Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
25278
25279 * gdb.base/corefile.exp: Always regenerate the core file, since
25280 we always regenerate the coremaker program. Detect special case
25281 where registers cannot be read from core file.
d63a86f8 25282
c906108c
SS
25283Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
25284
25285 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
25286 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
25287 * gdb.c++/templates.exp: Only match on basename of file since
25288 some formats like xcoff don't encode directory information.
25289 * gdb.stabs/weird.exp: Use the right sed script for powerpc
25290 and rs6000 AIX xcoff targets.
25291 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
25292 * configure: Regenerate.
25293 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
25294 here, rather than in distclean.
d63a86f8 25295
c906108c
SS
25296Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
25297
25298 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
25299 defined, and use it to compile the test case with -O2. The
25300 native compilation still uses no optimization.
25301 * gdb.base/mips_pro.c: Remove inline assembly code since
25302 it is compiled PIC by default, which results in assembler
25303 warnings that make the testsuite think the compilation
25304 was unsuccessful.
25305
25306Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
25307
25308 * gdb.c++/misc.exp: Add note to message for
25309 "print s.a for foo struct" that this is a known gcc 2.7.2
25310 and earlier bug.
25311
25312Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
25313
25314 * gdb.base/break.exp: Fix pattern for matching "Delete all
25315 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
25316 setup_xfail for deleting all breakpoints test. Fix various
25317 timeout messages to include "(timeout)".
25318 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
25319 for "p t_float_values2(3.14159,float_val2)".
25320 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
25321 for "continue to call2g" when gcc compiled.
25322 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
25323 "up to foo in langs.exp", "show language at foo in langs.exp",
25324 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
25325 and "show language at fsub in langs.exp".
25326 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
25327 "list line 1 in include file", "list message for lines past EOF",
25328 "list function in include file", "list list0.h:foo", and
25329 "list filename:function; nonexistant function".
25330 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
25331 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
25332 and "ptype t_char_array" to be for native cc only.
d63a86f8 25333
c906108c
SS
25334Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
25335
d63a86f8 25336 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 25337 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 25338 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
25339
25340Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
25341
25342 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
25343 "bt in signals.exp". This problem only appears when running
25344 the testsuite, and then only intermittently.
25345
25346Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
25347
25348 * gdb.base/return.exp (return_tests): Differentiate between
25349 two tests of continuing.
25350
25351Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
25352
25353 * */Makefile.in (maintainer-clean): Remove config.log.
25354 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
25355 * gdb.c++/Makefile.in (PROGS): Add inherit.
25356 (clean): Remove *.ci.
25357
25358Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
25359
25360 * gdb.c++/misc.cc: Add test code from Mike Stump.
25361 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
25362
25363Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
25364
25365 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
25366 to "alpha-*-osf2*" and add comment.
25367 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
25368 setup_xfail for "step over execarg initialization" and
25369 "step over corearg initialization".
c906108c
SS
25370 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
25371 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
25372 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 25373 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
25374 "print func2::coremaker_local", and "backtrace in corefile.exp".
25375 * gdb.base/signals.exp: Build and source signals.ci.
25376 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
25377 to be for gcc only.
25378 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 25379
c906108c
SS
25380Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25381
25382 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
25383 Feb 3 procfs.c change.
25384
25385Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
25386
25387 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
25388
25389Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
25390
25391 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
25392 from dejagnu's apparent default of 10 seconds, which gives random
25393 results when running the tests over NFS on moderately loaded systems.
25394 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
25395
25396Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
25397
25398 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
25399 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 25400 result reports.
c906108c
SS
25401
25402Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
25403
25404 * configure.in (CY_AC_PATH_TCLH): Remove.
25405 * configure: Regenerate.
25406
25407Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
25408
25409 * gdb.c++/Makefile.in (clean): Add missing '{'.
25410
25411Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
25412
25413 * lib/gdb.exp: Provide a default value for noinferior.
25414
25415 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
25416 Load libgloss.exp.
25417
25418Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
25419
25420 * gdb.disasm/hppa.exp: Compile directly into an executable, use
25421 the executable, not the .o to run the tests from.
25422
25423Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
25424
25425 * gdb.base/break.exp: Don't test for program exit or exit status
25426 if $noresults if nonzero.
25427 * gdb.base/langs.exp: Likewise.
25428 * gdb.base/watchpoint.exp: Likewise.
25429
25430 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
25431 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
25432 trying to compile the testcase.
25433
25434Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
25435
25436 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
25437 * gdb.base/signals.exp (continue to handler): Likewise.
25438
25439Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
25440
25441 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
25442
25443 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
25444
25445Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
25446
25447 * gdb.base/corefile.exp: Recognize "not found" as failure
25448 when trying to determine if a core file was generated.
25449 If no core file was generate the first time, try again without
25450 the ulimit -c to work around braindamaged shells.
25451
25452Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
25453
25454 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
25455 [] tests with "test" and enclose string in quotes.
25456 * gdb.stabs/configure: Rebuild
d63a86f8 25457
c906108c
SS
25458Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
25459
25460 Changes in sync with expect:
25461 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
25462 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
25463 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
25464 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
25465 argument to AC_REQUIRE.
25466 * configure: Regenerated.
25467
25468Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
25469
25470 * gdb.base/corefile.exp: When generating a core, discard any
25471 error messages about ulimit not found and the "core dumped"
25472 message from the shell that runs the coredumper.
25473
25474Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
25475
25476 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
25477
25478 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
25479 which sed script to run. Expect failure for v_comb test
25480 on PA targets too.
d63a86f8 25481
c906108c
SS
25482Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
25483
25484 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 25485 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
25486
25487Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
25488
25489 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
25490 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 25491 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
25492 * lib/gdb.exp (default_gdb_start): Fix typo.
25493 * gdb.base/corefile.exp: Allow "Core was generated by ..."
25494 messages to not include the full program name that caused
25495 the core dump since some systems (such as solaris) apparently
25496 truncate this path to about 80 characters.
25497 When generating a core file first try increasing the core file
25498 size limit to unlimited since some systems may default it to
25499 zero, and it is harmless to try it. Move the test for failing
25500 to generate a core file to where it will actually get executed.
25501 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
25502 new gdb result from g++ debug info improvements and make old
25503 pattern obsolescent. Also account for size_t differences
25504 (may be int or long).
25505 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
25506 initialization before function call is placed in the delay slot
25507 and thus appears to be skipped over by commands such as "next".
25508
25509Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
25510
25511 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
25512
25513Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
25514
25515 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
25516 input source file; fix code to compile test to deal with this
25517 convention.
25518 * gdb.c++/*.exp: Likewise.
25519
25520Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
25521
25522 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
25523 "bt in signals.exp".
25524
25525Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
25526
25527 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
25528 "step over execarg initialization" and
889bf7c5 25529 "step over corearg initialization".
c906108c
SS
25530
25531Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
25532
25533 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
25534 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
25535
25536Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
25537
25538 From Rob Savoye (rob@poseidon.cygnus.com)
25539 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
25540 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
25541 configure.in}, gdb.disasm/{Makefile.in, configure.in},
25542 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
25543 configure.in}: Major reworking for autoconfig.
c906108c
SS
25544 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
25545 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 25546 New files.
c906108c
SS
25547 * config/unix-gdb.exp: Make GDB global.
25548 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
25549 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
25550 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
25551 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
25552 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
25553 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 25554 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
25555 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
25556 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
25557 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
25558 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 25559 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
25560 to returns as necessary, arrange for test to compile own testcase
25561 executable.
c906108c 25562 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 25563
c906108c
SS
25564Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
25565
25566 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 25567 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
25568 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
25569 "backtrace through signal handler".
25570
25571Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25572
25573 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
25574 continuing from a job control stop signal.
25575 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
25576
25577Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
25578
25579 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
25580 * gdb.base/corefile.exp: Likewise.
25581 * gdb.base/funcargs.exp: Likewise.
25582
25583Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
25584
25585 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
25586 * config/monitor.exp: Add support for setting baud rate.
25587
25588Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
25589
25590 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
25591 i*86-*-linux* xfails for "backtrace through signal handler".
25592 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
25593 "print func2::coremaker_local".
25594 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 25595 alpha-dec-osf2* xfail for
c906108c
SS
25596 "delete all breakpoints when none".
25597
25598Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
25599
25600 * gdb.base/break.exp: Change test that deletes all breakpoints
25601 when no user breakpoints are installed. A post 4.15 change
25602 causes gdb to no longer prompt in this case.
25603
25604Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
25605
25606 * gdb.base/return.exp (return_tests): Change xfail for test
25607 "correct value returned double test" to stop xfailing at
25608 Solaris 2.5. Apparently the bug has been fixed.
25609
25610Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
25611
25612 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
25613 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
25614
25615Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
25616
25617 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
25618 * gdb.disasm/hppa.s: Corresponding changes.
25619
25620Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
25621
25622 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
25623 makefile fragment.
25624 * config/mt-hpux: Deleted.
25625
25626Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
25627
d63a86f8 25628 * Many files: When warning about suppressed tests due to a
c906108c
SS
25629 nonexistant test binary, avoid incrementing the warning count.
25630
25631Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
25632
25633 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 25634
c906108c
SS
25635Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25636
25637 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
25638 "sparc-*-solaris2*".
25639
25640Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25641
25642 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
25643 Add global and local variables and initialize them.
25644 * gdb.base/corefile.exp: Test correct mapping of corefile sections
25645 by printing variables. Remove rs6000 and powerpc xfails, BFD now
25646 extracts the file name and terminating signal from the core file.
25647 * TODO: Remove note about tests for correct mapping of corefile.
25648 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
25649 from optimizing it away.
25650 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
25651 handles common blocks.
25652
25653Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
25654
25655 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
25656 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
25657
25658Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
25659
25660 * Makefile.in (maintainer-clean): New target, synonym for
25661 realclean.
25662 * gdb.base/Makefile.in (maintainer-clean): Likewise.
25663 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
25664 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
25665 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
25666 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
25667 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
25668
25669Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
25670
25671 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
25672 xfails when not gcc compiled for "print foo::funclocal".
25673 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
25674 "print foo::funclocal at foo",
25675 "print 'scope1.c'::foo::funclocal at foo",
25676 "print foo::funclocal_bss at foo",
25677 "print 'scope1.c'::foo::funclocal_bss at foo",
25678 "print foo::funclocal_ro at foo",
25679 "print 'scope1.c'::foo::funclocal_ro at foo",
25680 "print bar::funclocal at foo" and
25681 "print 'scope1.c'::bar::funclocal at foo".
25682 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
25683 gcc compiled for "print foo::funclocal at bar".
25684 Expand all messages to ensure that they identify that
25685 the test is at bar().
25686 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
25687 gcc compiled for:
25688 "ptype on opaque struct pointer (statically)",
25689 "ptype on opaque struct tagname (statically)",
25690 "ptype on opaque struct pointer (dynamically) 1",
25691 "ptype on opaque struct tagname (dynamically) 1",
25692 "ptype on opaque struct pointer (dynamically) 2" and
25693 "ptype on opaque struct tagname (dynamically) 2
25694 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
25695 gcc compiled for:
25696 "p datalocal"
25697 "whatis datalocal",
25698 "ptype datalocal",
25699 "p bsslocal",
25700 "whatis bsslocal", and
25701 "ptype bsslocal".
25702 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
25703 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
25704 when not gcc compiled.
25705 * gdb.base/funcargs.exp (float_and_integral_args): Add
25706 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
25707 compiled.
25708 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
25709 "backtrace from call6a" when not gcc compiled.
25710 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
25711 "backtrace from call7a" when not gcc compiled.
25712 * gdb.base/callfuncs.exp (do_function_calls):
25713 Add "hppa*-*-hpux*" xfail when not gcc compiled for
25714 "p t_char_array_values(char_array_val2,char_array_val1)",
25715 "p t_char_array_values(char_array_val1,char_array_val2)",
25716 "p t_char_array_values("carray 1","carray 2")",
25717 "p t_char_array_values("carray 1",char_array_val2)",
25718 "p t_char_array_values(char_array_val1,"carray 2")",
25719 "p sum_args(1,{2})",
25720 "p sum_args(2,{2,3})",
25721 "p sum_args(3,{2,3,4})",
25722 "p sum_args(4,{2,3,4,5})"
25723 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
25724 "backtrace in corefile.exp" when not gcc compiled.
25725
25726Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25727
25728 * gdb.base/signals.exp: Rewrite `handle all print' test as
25729 a procedure. Accept blanks or TABs as whitespace, increase
25730 timeout and expect input buffer size for the large output
25731 from the command. Remove "i*86-*-bsdi2.0" xfail.
25732
25733Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25734
25735 * gdb.base/setvar.exp: Add new testcases for truncation when
25736 assigning invalid values to bitfields.
25737
25738Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
25739
d63a86f8 25740 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
25741 mips-sgi-irix* xfail for
25742 "call inferior func with struct - returns char *"
25743 and fix test so that an optional (unsigned char *) cast is
889bf7c5 25744 accepted in the result.
c906108c
SS
25745
25746Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
25747
25748 * gdb.base/funcargs.exp (float_and_integral_args): Remove
25749 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
25750 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
25751 * gdb.base/signals.exp: Remove duplicate "handle all print" test
25752 that accidentally got checked in.
25753
25754Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
25755
d63a86f8 25756 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
25757 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
25758 compiled test.
25759 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
25760 Add mips-sgi-irix5* xfail for not gcc compiled.
25761 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
25762 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
25763 "p top", "whatis top", "p middle", and "whatis middle".
25764 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
25765 "whatis signed char" for not gcc compiled.
25766 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
25767 "set variable signed char=-1 (-1)" and
25768 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
25769 * gdb.base/funcargs.exp (float_and_integral_args):
25770 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
25771 Add mips-sgi-irix* xfail when not gcc compiled for
25772 "continue to call2b".
25773 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
25774 "continue to call2g".
25775 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
25776 "backtrace from call6a"
25777 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
25778 "backtrace from call7k".
25779 Add mips-sgi-irix5* xfail when not gcc compiled for
25780 "backtrace from call7a".
25781 (localvars_after_alloca): Fix gdb_test cmds for
25782 "print * after runto ...".
25783 Remove rs6000-*-* xfails for
25784 "print i after runto localvars_after_alloca" and
25785 "print l after runto localvars_after_alloca"
25786 for all compilers.
25787 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 25788 when not compiled with gcc, for:
c906108c
SS
25789 "print signed char == (minus)",
25790 "print signed char != (minus)",
25791 "print signed char < (minus)",
25792 "print signed char > (minus)".
25793 * gdb.base/callfuncs.exp (do_function_calls):
25794 Add mips-sgi-irix* xfail, when compiled with native compiler, for
25795 "call inferior func with struct - returns char *".
d63a86f8 25796 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
25797 "correct value returned double test" to include Solaris 2.4.
25798 * gdb.base/funcargs.exp (float_and_integral_args):
25799 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 25800
c906108c
SS
25801Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25802
25803 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
25804 enumeration bitfields if compiling with GNU C.
25805 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
25806 to empty' prompt.
25807
25808Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
25809
25810 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
25811 test for PRO targets.
25812
25813 * gdb.base/funcargs.exp: Avoid ever setting more than 8
25814 breakpoints in the inferior at any given time by making
25815 two groups of breakpoints for call2*, call6* and call7*
25816 tests.
25817
25818Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25819
25820 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
25821 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
25822 from optimizing it away.
25823 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
25824 "call inferior func with struct".
25825
25826Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
25827
25828 * configure.in: Only configure gdb.chill for particular targets.
25829
25830Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
25831
25832 * gdb.base/Makefile.in: Add action to .c.o transformation
25833 rule that generates a .ci file for each .o file and remove
25834 explicit .c.o rules except for callfuncs.o.
25835 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
25836 generates a .ci file for each .o file and remove explicit
25837 .cc.o rules.
25838 (clean): Remove *.tmp *.ci files.
25839 (EXECUTABLES): Remove templ-info.exp.
25840 * gdb.base/compiler.c: New file.
25841 * gdb.c++/compiler.cc: New file
25842 * gdb.base/scope.exp: Source gdb.base/scope.ci.
25843 Change rs6000-*-* xfail for
25844 "print 'scope0.c'::filelocal_ro" and
25845 "print 'scope1.c'::filelocal" and
25846 "print 'scope1.c'::filelocal_bss" and
25847 "print 'scope1.c'::filelocal_ro" and
25848 "print 'scope1.c'::foo::funclocal" and
25849 "print 'scope1.c'::foo::funclocal_ro" and
25850 "print 'scope1.c'::bar::funclocal" and
25851 "print 'scope0.c'::filelocal_ro" and
25852 "print 'scope1.c'::filelocal at foo" and
25853 "print 'scope1.c'::filelocal_bss at foo" and
25854 "print 'scope1.c'::filelocal_ro at foo" and
25855 "print 'scope1.c'::foo::funclocal at foo" and
25856 "print 'scope1.c'::foo::funclocal_bss at foo" and
25857 "print 'scope1.c'::foo::funclocal_ro at foo" and
25858 "print 'scope1.c'::bar::funclocal at foo" and
25859 "print 'scope0.c'::filelocal_ro" and
25860 "print 'scope1.c'::filelocal" and
25861 "print 'scope1.c'::filelocal_bss" and
25862 "print 'scope1.c'::filelocal_ro" and
25863 "print 'scope1.c'::foo::funclocal" and
25864 "print 'scope1.c'::foo::funclocal_bss" and
25865 "print 'scope1.c'::foo::funclocal_ro" and
25866 "print 'scope1.c'::bar::funclocal" and
25867 "print 'scope1.c'::bar::funclocal_bss"
25868 to only be xfail'd when not compiled with gcc.
d63a86f8 25869 Add rs6000-*-* xfail for
c906108c
SS
25870 "print 'scope0.c'::filelocal_bss before run"
25871 when compiled with gcc.
25872 (test_at_main): Add rs6000-*-* xfail for
25873 "print filelocal_ro in test_at_main"
25874 when compiled with gcc.
25875 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 25876 Add rs6000-*-aix* xfail for
c906108c
SS
25877 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
25878 "ptype t_char_array", not compiled with gcc.
25879 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
25880 xfail for "list foo (in include file)" when gcc compiled.
25881 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 25882 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
25883 "run to call0a" if not compiled with gcc.
25884 (unsigned_integral_args): Add rs6000-*-* xfail for
25885 "run to call1a" if not compiled with gcc.
25886 (float_and_integral_args): Add rs6000-*-* xfail for
25887 "run to call2a" if not compiled with gcc and for
25888 "continue to call2b" for any compiler.
25889 Add rs6000-*-* xfail to
25890 "print f1 after run to call2a" for gcc compiled.
25891 (discard_and_shuffle): Add rs6000-*-* xfail for
25892 "run to call6a".
25893 (shuffle_round_robin): Add rs6000-*-* xfail for
25894 "backtrace from call7a" if not compiled with gcc.
25895 Add rs6000-*-* xfail for
25896 "backtrace from call7b" if compiled with gcc.
25897 (call_after_alloca): Add rs6000-*-* xfail for
25898 "print c in call_after_alloca" and
25899 "print s in call_after_alloca" and
25900 "backtrace from call_after_alloca_subr"
25901 if not compiled with gcc.
25902 (localvars_in_indirect_call): Add rs6000-*-* xfail for
25903 "print c in localvars_in_indirect_call" and
25904 "print c in localvars_in_indirect_call" and
25905 "backtrace in indirectly called function" and
25906 "stepping into indirectly called function"
25907 if not compiled with gcc.
25908 (localvars_after_alloca): Add rs6000-*-* xfail for
25909 "print c after runto localvars_after_alloca" and
25910 "print s after runto localvars_after_alloca" and
25911 "print i after runto localvars_after_alloca" and
25912 "print l after runto localvars_after_alloca"
25913 for all compilers.
25914 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
25915 than whatis-info.exp.
25916 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
25917 than opaque-info.exp.
25918 Setup rs6000-*-* xfail for
d63a86f8 25919 "ptype on opaque struct pointer (statically)" and
c906108c
SS
25920 "ptype on opaque struct pointer (dynamically)" when
25921 not compiled with gcc.
25922 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
25923 rather than callf-info.exp.
25924 (do_function_calls): Add clear_xfail for rs6000-*-* for
25925 "p t_float_values2(3.14159,float_val2)". Seems to work
25926 fine there, both with xlc and gcc. Need to find out what
25927 it is doing right and fix other platforms.
25928 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
25929 "call inferior func with struct - returns int",
25930 "call inferior func with struct - returns long",
25931 "call inferior func with struct - returns float",
25932 "call inferior func with struct - returns double",
25933 "call inferior func with struct - returns char *",
25934 but only if not gcc compiled (presumes xlc compiled).
25935 Change rs6000-*-* xfails for
25936 "call inferior func with struct - returns char" and
25937 " call inferior func with struct - returns short" to only
25938 xfail if not using gcc.
25939 (clean mostlyclean): Remove *.ci and *.tmp files.
25940 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
25941 than templ-info.exp.
25942 * gdb.base/langs.exp: Source gdb.base/langs.ci.
25943 Add rs6000-*-* xfail for "up to foo in langs.exp"
25944 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 25945 when not gcc compiled.
d63a86f8 25946
c906108c
SS
25947Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
25948
25949 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
25950 * gdb.base/corefile.exp: Likewise.
25951 * gdb.base/list.exp: Likewise.
25952 * gdb.base/scope.exp: Likewise.
25953 * gdb.base/siganls.exp: Likewise.
25954
25955 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
25956 compiler output.
25957 * gdb.base/whatis.exp: Likewise.
25958
25959Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
25960
25961 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
25962 failure (opcode table has been fixed to match reality).
25963
25964Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
25965
25966 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
25967 "call inferior func with struct - returns char",
25968 "call inferior func with struct - returns short"
25969
25970 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
25971 "print 'scope0.c'::filelocal at main",
25972 "print 'scope0.c'::filelocal_bss in test_at_main",
25973 "print 'scope0.c'::filelocal at foo",
25974 "print 'scope0.c'::filelocal_bss in test_at_foo",
25975 "print 'scope0.c'::filelocal at bar",
25976 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 25977
c906108c
SS
25978 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
25979 in source file 1". This bug seems to have been fixed with both
25980 gcc and native cc (was native assembler bug?).
25981
25982Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
25983
25984 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
25985 "backtrace through signal handler" to "i*86-*-sysv4*".
25986 * gdb.base/signals.exp: Add xfail for "'next' behaved as
25987 continue" case. Add "known SVR4 bug" to fail message.
25988 Add "i*86-*-bsdi2.0" xfail for "handle all print".
25989 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
25990 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
25991 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
25992 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
25993 "up to foo in langs.exp", "show language at foo in
25994 langs.exp", "up to cppsub_ in langs.exp", "show
25995 language at cppsub_ in langs.exp", "up to fsub in
25996 langs.exp", and "show language at fsub in langs.exp".
25997 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
25998 "bactrace in corefile.exp".
25999 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
26000 "call inferior function with struct - returns float" and
26001 "call inferior function with struct - returns double".
d63a86f8 26002
c906108c
SS
26003Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
26004
26005 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
26006 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
26007 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
26008 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
26009
26010Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
26011
26012 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
26013 (or overriden) "CHILL" macro rather then bare "gcc".
26014 Also look for ../../gcc/xgcc since that is what we will
26015 actually need, not "Makefile". Remove following assignment
26016 of CHILL to CHILL_FOR_TARGET because that results in
26017 recursive definition.
26018
26019Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
26020
26021 * gdb.base/corefile.exp: Change xfail for backtrace in
26022 corefile.exp from linuxaout to all linux.
26023 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
26024 cases where we miss the breakpoint at the signal handler
26025 for some reason. Setup xfail for linuxoldld/linuxaout and
26026 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
26027 hitting SIGURG breakpoint.
26028 * gdb.base/signals.exp: Setup xfail for "next" acting like
26029 continue to add linuxoldld. Setup xfail for all linux for
26030 "next to handler in signals_tests_1", "backtrace in
26031 signals_tests_1", "continue to func1", "pass SIGUSR1",
26032 and continue to handler".
26033
26034Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
26035
26036 * Update all FSF addresses except those in COPYING* files.
26037
26038Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
26039
26040 * gdb.base/a2-run.exp: Change messages to be more explicit about
26041 the status of args, and quote binfile in results.
26042
26043Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
26044
26045 * gdb.base/callfuncs.exp: Add tests for passing structs to
26046 inferior functions and return various types.
26047 * gdb.base/callfuncs.c: Add functions to receive a struct
26048 and return a member of the struct, in various types.
26049
26050Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26051
26052 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
26053
26054Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
26055
26056 * config/vxworks29k.exp: New file, sources vxworks.exp.
26057
26058Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26059
26060 * config/gdbremote.exp: New file. Testing framework using
26061 gdbserver.
26062
26063Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
26064
26065 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
26066 "call function when asleep" and "send end of file".
26067 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
26068 for "backtrace in corefile.exp".
26069 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
26070 for "backtrace through signal handler".
26071 * gdb.base/corefile.exp: Make sure we actually generate a core file
26072 before trying the core tests. Some systems allow the user to suppress
26073 generation of core files and default to that (linux for example).
26074 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
26075 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
26076
26077Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26078
26079 * gdb.threads: New directory with some crude multi-threaded
26080 gdb tests (step.exp and step2.exp).
26081 * config/mt-lynx (STEP_EXECUTABLE): Define.
26082 (THREADFLAGS): Define.
26083
26084Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
26085
26086 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
26087
26088 * gdb.base/signals.exp: Disable whole file for lynx until
26089 further notice.
26090
26091 * gdb.base/signals.exp: xfail test where "next" acts like
26092 "continue" for lynx.
26093
26094 * gdb.base/interrupt.exp: xfail test for calling function while
26095 inferior is asleep for lynx.
26096
26097 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
26098 than one cr-lf after each command.
26099
26100Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26101
26102 * configure.in: Reinstate setting of stabsdirs variable, fix
26103 typo in setting up configdirs for native builds.
26104
26105 * gdb.base/return.exp: Fix typo in return double test.
26106 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
26107 compiler from optimizing them away.
26108
26109Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
26110
26111 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
26112 sequences to be echo'd by gdb when using gdb_test.
26113 * gdb.chill/chexp.exp: Likewise.
26114 * gdb.fortran/exprs.exp: Likewise
26115
26116Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26117
26118 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
26119 after the inferior gdb has started.
26120
26121 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
26122 after each command.
26123 * gdb.base/funcargs.exp: Likewise.
26124 * gdb.base/gdbvars.exp: Likewise.
26125 * gdb.base/interrupt.exp: Likewise.
26126 * gdb.base/list.exp: Likewise.
26127 * gdb.base/watchpoint.exp: Likewise.
26128 * gdb.c++/demangle.exp: Likewise.
26129 * gdb.c++/inherit.exp: Likewise.
26130 * gdb.chill/chexp.exp: Likewise.
26131 * gdb.fortran/exprs.exp: Likewise.
26132
26133 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
26134 test if we can't handle IO to/from the inferior.
26135
26136 * gdb.c++/misc.exp: Always check for a program already being
26137 started after sending a "run" command to gdb.
26138
26139 * gdb.base/twice.exp: Start with a fresh gdb.
26140
26141 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
26142 only depend on gdb's expression code, not the chill runtime.
26143
26144 * gdb.base/return.c: Put return values into variables so we
26145 can have gdb print them rather than depending on the program
26146 to print them.
26147 * gdb.base/return.exp: Corresponding changes.
26148
26149 * lib/gdb.exp: Provide default value for noinferiorio.
26150 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
26151 the inferior.
26152
26153 * gdb.base/break.exp: Always check for a program already being
26154 started after sending a "run" command to gdb.
26155 (text_next_with_recursion): Don't check the output from the
26156 program's printf statement. Instead just make sure the program
26157 exited.
26158
26159 * gdb.base/commands.exp: Protect tests which need arguments with
26160 $noargs conditionals.
26161
26162Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26163
26164 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
26165 of structure member arrays to match gdb/valops.c:value_addr change.
26166
26167Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
26168
26169 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
26170 cases.
26171
26172Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
26173
26174 * configure.in (configdirs): Remove gdb.chill from default list
26175 of subdirs and then add it back in only if doing a native build.
26176 The current chill compiler does not yet work in any cross build.
26177 * Revert all signal changes from Jul 6.
26178 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
26179 for sh-hms targets, allowing these tests to link, with no other
26180 changes. Testing is suppressed by setting "nosignals" in site.exp.
26181
26182Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
26183
26184 * configure.in (signaldirs): Define and add to configdirs for all
26185 targets except some specific ones that are known to not support signals.
26186 Also clean up formatting.
26187 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
26188 (signals, sigall): Remove rules to build.
26189 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
26190 Moved to new gdb.signals directory.
26191 * gdb.signals: New test directory.
26192 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
26193 signals.c signals.exp}: New or moved files.
26194
26195Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
26196
26197 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
26198
26199Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
26200
26201 * gdb.base/return.exp: Xfail `return double' test failure
26202 on at least Solaris 2.3 and handle future/past versions on
26203 a case by case basis as appropriate. Also update message
26204 to include i*86 failures.
26205
26206Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26207
26208 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
26209
26210 * lib/gdb.exp: Fix comment which erroneously identified
26211 gdb_file_cmd as gdb_load (the 19 May change was in fact to
26212 gdb_file_cmd not gdb_load).
26213 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
26214
26215 * gdb.base/setvar.exp: Make test names consistent between pass and
26216 fail cases. Use gdb_test more.
26217
26218Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26219
26220 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
26221
26222Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26223
26224 * gdb.base/help.exp: Fix expected help string for `show commands'.
26225
26226Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
26227
26228 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
26229
26230 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
26231 of a text section.
26232
26233Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
26234
26235 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
26236 that loop eventually terminates. Fix Connection refused logic so
26237 that testsuite will expire nicely.
26238
26239Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
26240
26241 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
26242 config/rom68k.exp: New tcl glue for the appropriate monitors.
26243 These all just end up calling monitor.exp.
26244 * config/monitor.exp (gdb_target_monitor): Handle `Connection
26245 refused' by retrying. Cleanup some timeout issues.
26246 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
26247 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
26248 callers don't have to set/restore global timeout variable.
26249
26250 * The following set of changes centralizes management of the global
26251 timeout variable. This way, it can be set in one target dependent
26252 place instead of dozens of places scattered throughout the test suite.
26253 If you need to lengthen a timeout, then you should either set timeout
26254 in one of the config/{target}.exp files, or multiply it by a factor.
26255 Setting it to an absolute value is always going to lose for some
26256 targets.
26257 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
26258 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
26259 * gdb.base/funcargs.exp: Don't set timeout.
26260 * gdb.base/list.exp (test_forward_search): Only use local timeout.
26261 * gdb.base/printcmds.exp (test_print_string_constants
26262 test_print_array_constants): Don't set timeout.
26263 * gdb.base/ptype.exp: Don't set timeout.
26264 * gdb.base/recurse.exp: Don't set timeout.
26265 * gdb.base/return.exp: Don't set timeout.
26266 * gdb.base/watchpoint.exp: Don't set timeout.
26267 * gdb.c++/classes.exp (do_tests): Don't set timeout.
26268 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
26269
26270Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
26271
26272 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
26273
26274Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26275
26276 * lib/gdb.exp: Disable chill tests for irix5.
26277
26278Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26279
26280 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
26281 each test pass or fail.
26282
26283Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26284
26285 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
26286 xlc not gcc.
26287
26288Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
26289
26290 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
26291
26292Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
26293
26294 * config/est.exp: Fix copyright and comments. Remove dead code.
26295 Use targetname, serialport and baud variables instead of fixed
26296 constants.
26297 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
26298 * config/cpu32bug.exp: New file to support cpu32bug monitors.
26299
26300Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26301
26302 * gdb.base/watchpoint.exp: Don't run
26303 test_watchpoint_triggered_in_syscall for sunos.
26304
26305Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26306
26307 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
26308 they don't seem to exist. Do include stdio.h.
26309
26310Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26311
26312 * gdb.base/a1-selftest.exp: Add alpha xfail.
26313
26314Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26315
26316 * gdb.base/watchpoint.c (main): Prompt before calling read().
26317 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
26318 Revise accordingly. Remove cruft about sending "123" several
26319 times, until it gets noticed. Clean up the "print buf[0]" stuff
26320 so that it passes or fails, and waits for prompts in the usual way.
26321
26322Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26323
26324 * gdb.base/recurse.exp: Fix comment.
26325
26326 * TODO: Remove item about printing variables in nodebug.exp. Add
26327 item about enabling tests which are only run on some targets.
26328
26329 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
26330 fail, make test names unique, use new gdb_test convention
26331 regarding pattern, use gdb_test more, etc.).
26332
26333 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
26334 fail, make test names unique, etc.).
26335
26336Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26337
26338 * gdb.base/nodebug.c: Change return type of top and middle to
26339 short.
26340 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
26341 are fixed by the recent mdebugread.c changes. Allow `short ()'
26342 as type for top and middle.
26343
26344Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26345
26346 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
26347 nearly as I can tell, the whole thing was an accident in Stu's
26348 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
26349 to replace a send/expect pair with gdb_test, but ended up only
26350 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
26351 of 30 Mar 1995 took care of it, but left this vestigial comment
26352 which I am now nuking.
26353
26354Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26355
26356 * gdb.base/break.exp: Look for different line number for
26357 breakpoint at main depending on usestubs.
26358
26359Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26360
26361 * gdb.base/list.exp: Adjust some alternate expect patterns to
26362 match recent list0.c change. Add alternate expect pattern for
26363 output from `list default lines around main' for optimizing
26364 compilers.
26365
26366Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26367
26368 * lib/gdb.exp: If nosignals is not set, set it to 0.
26369
26370Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
26371
26372 * config/slite-gdb.exp: Responds to load symbol table prompt.
26373 * gdb.base/break.exp: Adjust line number, fix rerun.
26374 * gdb.base/langs0.c: Add #ifdef usestubs.
26375
26376Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
26377
26378 * gdb.base/list.exp: Adjust line contents after adding new lines in
26379 list0.c. Also fix a syntax error.
26380
26381 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
26382 * gdb.base/break.exp: ditto.
26383 * gdb.base/list.exp: ditto.
26384 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
26385 * gdb.base/run.c: ditto.
26386 * gdb.base/list0.c: ditto.
26387 * gdb.base/funcargs.c: ditto.
26388
26389Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
26390
26391 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
26392 $targetname, $serialport and $baud instead of hardwired variables.
26393 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
26394 target doesn't support signals.
26395
26396Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
26397
26398 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
26399
26400Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26401
26402 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
26403 Don't rely on the value of an auto variable before it has been
26404 initialized. Use gdb_test more.
26405
26406Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26407
26408 * lib/gdb.exp (default_gdb_version): A version number must start
26409 with a digit, but other than that contains all characters up to
26410 the first whitespace character.
26411
26412Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26413
26414 * gdb.base/commands.exp (breakpoint_command_test): New tests.
26415
26416Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26417
26418 * gdb.c++/*.exp: Warn if executable does not exist. The original
26419 reason for skipping the warning was that configure.in sometimes
26420 intentionally skipped building the executables but the tcl code
26421 had no way of knowing. That (a) was always bogus with respect to
26422 error handling, (b) is no longer true (right now there is no way
26423 to skip C++ tests).
26424
26425 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
26426
26427Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26428
26429 * gdb.base/list.exp: Add expect patterns for output from
26430 SunPRO compiled executables.
26431 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
26432 types.
26433
26434Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26435
26436 * gdb.base/break.exp (test_next_with_recursion): Accept any line
26437 number (we are already testing that the correct source line text
26438 gets printed).
26439
26440 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
26441 that is what is intended, but something needed to be done to get
26442 sunos4 native working again.
26443
26444 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
26445
26446 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
26447 apparently went with a (very) old xfail.
26448
26449Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
26450
26451 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
26452 runto_main is a proc in gdb.exp that will do 'step' for target use
26453 stubs.
26454 * gdb.base/exprs.exp: ditto.
26455 * gdb.base/interrupt.exp: ditto.
26456 * gdb.base/opaque.exp: ditto.
26457 * gdb.base/printcmds.exp: ditto.
26458 * gdb.base/ptype.exp: ditto.
26459 * gdb.base/scope.exp: ditto.
26460 * gdb.base/setvar.exp: ditto.
26461 * gdb.base/signals.exp: ditto.
26462 * gdb.base/twice.exp: ditto.
26463 * gdb.c++/classes.exp: ditto.
26464 * gdb.c++/inherit.exp: ditto.
26465 * gdb.c++/templates.exp: ditto.
26466 * gdb.base/break.exp: no run and hit main for stubs. Change line
26467 numbers for breakpoints and info breakpoint.
26468 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
26469 breakpoint().
26470 * gdb.base/callfuncs.c: ditto.
26471 * gdb.base/exprs: ditto.
26472 * gdb.base/interrupt.c: ditto.
26473 * gdb.base/opaque0.c: ditto.
26474 * gdb.base/printcmds.c: ditto.
26475 * gdb.base/ptype.c: ditto.
26476 * gdb.base/scope0.c: ditto.
26477 * gdb.base/setvar.c: ditto.
26478 * gdb.base/signals.c: ditto.
26479 * gdb.base/twice.c: ditto.
26480 * gdb.c++/misc.cc: ditto.
26481 * gdb.c++/templates.cc: ditto.
26482
26483Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26484
26485 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
26486
26487 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
26488 somewhere between `read' and `main.c'. I'm pretty sure the
26489 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
26490 and it isn't particularly useful.
26491
26492 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
26493
26494Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26495
26496 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
26497
26498Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
26499
26500 * config/mt-slite: add LIBS and -nostdlib.
26501 * config/slite-gdb.exp: add this new file to support sparclite target.
26502
26503Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
26504
26505 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
26506
26507 * gdb.base/a2-run.exp: Change argument to istarget from
26508 "*-*-vxworks" to "*-*-vxworks*".
26509 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
26510
26511Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
26512
26513 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
26514 will not runto main but do a 'step' to step out of breakpoint().
26515 * config/mt-slite: add -Dusestubs.
26516
26517Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26518
26519 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
26520 instead of just @.
26521
26522 * gdb.base/signals.exp: Add test for "handle all print".
26523 * TODO: Remove "handle all print". Also remove item about
26524 checking copyright date (I don't like the idea of a spurious FAIL
26525 based on when we run the tests).
26526
26527 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
26528 for SunOS4 (reason for failure not investigated). Remove
26529 redundant test for $binfile.
26530
26531 * gdb.base/nodebug.c (array_index): Call malloc.
26532
26533 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
26534
26535Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
26536
26537 * gdb.base/recurse.exp: Update gdb_test invocation to use new
26538 conventions and slightly simplify the matching regexp.
26539
26540Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26541
26542 * gdb.base/break.exp: Update gdb_test invocation to use new
26543 convention.
26544
26545 * lib/gdb.exp: If noargs is not set, set it to 0.
26546
26547 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
26548 tests unique.
26549
26550 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
26551
26552Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26553
26554 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
26555 one argument of type "<non-float parameter>".
26556
26557Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
26558
26559 * config/rom68k.exp: New file to support Motorola IDP board.
26560 * gdb.base/a2-run.exp: Skip this file if noargs is set.
26561 * gdb.base/break.c: Change things around so that this program
26562 doesn't depend upon args. This is necessary to make remote
26563 targets work (in general, they can't take args).
26564 * gdb.base/break.exp: Don't try to send args to program. Don't
26565 expect output. Also, replace lots of code with gdb_test.
26566
26567Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26568
26569 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
26570 printing of '\'' (which is what the comment says we are testing,
26571 even though we were not), not '''.
26572 (test_integer_literals_rejected): Test that printing ''' is an error.
26573
26574 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
26575 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
26576 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
26577 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
26578 Use gdb_test not test_print_accept.
26579 * lib/gdb.exp: Remove test_print_accept.
26580
26581 * gdb.base/signals.exp (signal_tests_1): Make pass message
26582 consistent with fail message.
26583
26584 * gdb.base/whatis.exp: Remove xfails for printing char vs.
26585 unsigned char; the bug (PR 1821) is fixed.
26586
26587 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
26588
26589 * gdb.base/scope.exp (test_at_localscopes): Call pass for
26590 successful tests--makes xfailing them work right.
26591
26592Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26593
26594 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
26595 only \r\n, not .*. The test can pass .* as the last thing in
26596 $pattern if that is what it wants. In addition to providing this
26597 flexibility, this change should speed up pattern matching in cases
26598 where the pattern already ended with .* (there were a number of
26599 them). This change also helps catch bad patterns--in the old
26600 scheme the typo "char \*" instead of "char \\*" would pass. Now
26601 it is caught.
26602 * Many .exp files: Update callers.
26603
26604 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
26605 clearer and does not spuriously match multiple ('s. Likewise for
26606 ) and *.
26607
26608 * gdb.base/nodebug.exp: Test ability to call a function and pass
26609 it a string (even with no debugging info).
26610
26611 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
26612 "p '\'", which is the same as "p ''" once tcl gets done with
26613 quoting, to "p '\\'", which I suspect is what is intended (one
26614 backslash gets sent to GDB).
26615
26616 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
26617
26618Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26619
26620 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
26621 1817) was fixed literally years ago.
26622
26623Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26624
26625 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
26626 test, it causes stepping out of call_after_alloca_subr with
26627 optimizing compilers.
26628 (localvars_in_indirect_call): Consume GDB prompt if `finish'
26629 fails.
26630
26631 * gdb.c++/templates.exp: Source templ-info.exp only if
26632 the templates executable exists.
26633
26634 * gdb.c++/misc.cc (class Contains_static_instance,
26635 class Contains_nested_static_instance),
26636 gdb.c++/classes.exp (test_static_members): Test printing of
26637 a class that contains a static instance of the class.
26638
26639Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26640
26641 * gdb.base/langs2.c (cppsub_): Don't prototype.
26642 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
26643 only, I believe).
26644
26645Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26646
26647 * lib/gdb.exp (skip_chill_tests): New procedure.
26648
26649 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
26650
26651Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
26652
26653 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
26654 each expect pattern. Cuts runtime from 12 to about 4 seconds.
26655
26656Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26657
26658 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
26659
26660 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
26661 disassemble 8, not 16, instructions for part 4.
26662
26663 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
26664 support the latter anymore.
26665
26666 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
26667 -DNO_PROTOTYPES.
26668 * gdb.base/callfuncs.c: Control use of prototypes based on
26669 NO_PROTOTYPES, not __STDC__.
26670 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
26671 t_float_values2 tests if prototypes in use.
26672
26673 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
26674 t_double_values): When checking differences against DELTA, check
26675 that difference is within the range (-DELTA,DELTA), not just
26676 (-infinity,DELTA).
26677
26678Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
26679
26680 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
26681 'file' command firts, then 'target', then 'load', this is due to gdb
26682 target set up.
26683 * config/mips-gdb.exp: Fix a couple regular exp bugs.
26684
26685Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
26686
26687 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
26688 FP load/store variants.
26689 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
26690
26691Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
26692
26693 * gdb.base/term.exp: Do not give a warning if not native, it is
26694 not an abnormal condition.
26695
26696Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
26697
26698 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
26699 t_char_array".
26700
26701Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
26702
26703 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
26704 are getting the version number.
26705
26706 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
26707 if not native, it is not an abnormal condition.
26708
26709Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26710
26711 * lib/gdb.exp: Just use "file exists", rather than undocumented
26712 dejagnu procedure "findfile".
26713
26714Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
26715
26716 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
26717 (LDFLAGS): Set to -Xlinker -Ur.
26718
26719 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
26720 Removed, these values are set by lib/gdb.exp.
26721
26722 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
26723
26724Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
26725
26726 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
26727 of replicating gdb startup code.
26728
26729 * config/mt-vxworks (LDFLAGS): Set to -r.
26730 (CFLAGS_FOR_TARGET): Removed.
26731
26732 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
26733 (gdb) and gdb for vxworks uses (vxgdb).
26734
26735 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
26736 executable is not in the tree and host != target, use sed and
26737 program_transform_name to determine the gdb name used by the
26738 target.
26739
26740 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
26741 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
26742
26743Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26744
26745 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
26746 floats, chars, and shorts where there are ANSI-style function
26747 definitions.
26748
26749 * gdb.base/langs.exp, gdb.base/langs*: New test.
26750 * gdb.base/Makefile.in: Build it.
26751 * TODO: Remove item about checking that C names don't get C++
26752 demangling applied; this test tests it.
26753
26754Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26755
26756 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
26757 went with the const70 xfail. The xfail went away a year ago.
26758
26759 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
26760
26761 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
26762 for hp300.
26763
26764 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
26765
26766 * gdb.base/a1-selftest.exp: Don't run on hp300.
26767
26768Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26769
26770 * Makefile.in (site.exp): Set host_alias and target_alias as well
26771 as host_triplet and target_triplet.
26772
26773Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26774
26775 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
26776
26777 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
26778 places as other ecoff systems).
26779
26780 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
26781 ultrix.
26782
26783Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26784
26785 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
26786 remove them.
26787 * gdb.base/nodebug.exp: Accept "function" in addition to "text
26788 variable and "variable" in addition to "data variable".
26789 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
26790
26791 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
26792 2.
26793 * gdb.base/list1.c (long_line): Add additional statement at start
26794 of function.
26795 * gdb.base/list.exp (test_forward_search): Update line number to
26796 reflect new statement.
26797
26798Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26799
26800 * gdb.base/signals.exp: Reinitialize searched source directories
26801 after gdb_start call.
26802
26803Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
26804
26805 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
26806 * gdb.stabs/Makefile.in: Likewise.
26807
26808 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
26809 change. Instead split the tests into smaller pieces.
26810 * gdb.disasm/hppa.s: Corresponding changes.
26811
26812Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26813
26814 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
26815 Quote ^C when passing it to stty. For some shells ^ is a pipe.
26816
26817 * gdb.base/funcargs.exp: Modify many tests so that every test
26818 either passes or fails. Make some test names unique.
26819
26820Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26821
26822 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
26823 Call stty to set interrupt character.
26824
26825 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
26826 for HP assembler versus GNU assembler based on actual behavior of
26827 $(CC), rather than assuming that $(AS) is always the GNU assembler.
26828
26829 * TODO: Suggest a few more stepping tests.
26830
26831Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
26832
26833 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
26834 restart GDB for h8300 after a continue.
26835 (return): Add pattern to match a29k-udi behavior.
26836 * gdb.base/nodebug.exp: Remove obsolete comment.
26837 * gdb.base/regs.exp: New file, testing of register displays.
26838 * gdb.base/return.exp: Fix typo in reference to $objdir.
26839 * gdb.base/whatis.exp: Always start with a fresh GDB.
26840
26841Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26842
26843 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
26844 higher, these tests generate a lot of output.
26845
26846Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26847
26848 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
26849 code following the catch silently ignored some errors; without the
26850 catch they should be thrown like any other tcl error. Also, the
26851 catch used "" instead of {} which meant all the callers who wanted
26852 to include one of the characters "[]$ had to quote it an extra time.
26853 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
26854 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
26855 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
26856 Remove extra quoting.
26857
26858Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
26859
26860 * gdb.base/commands.exp: Make test names unique; every test either
26861 passes or fails. Update some comments.
26862
26863 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
26864
26865Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26866
26867 The following fixes a FAIL caused by the fact that the alpha stabs
26868 configuration didn't use the ".if alpha" code in weird.def.
26869 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
26870 bit pointer, so the 32 bit version works even on the alpha.
26871 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
26872 Remove the stuff which allowed us to have separate versions for
26873 alpha and everything else.
26874
26875 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
26876 regexp which "info func operator\[\](" is supposed to match. Fix
26877 string to send to GDB. Note that GDB still doesn't work right. Add a
26878 new test for "info func .perator\[\](" which GDB does handle correctly.
26879
26880 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
26881
26882Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26883
26884 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
26885 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
26886 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
26887 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
26888 it makes the tests harder to understand and confuses test-o-matic.
26889 The preferred style is that each test provides a PASS or a FAIL,
26890 and has a unique message (e.g. "continue #54" not just "continue")
26891 which is the same for the pass and the fail.
26892 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
26893 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
26894 to lib/gdb.exp.
26895 * gdb.base/printcmds.exp: Use test_print_accept. Remove
26896 prt_accept which was basically the same thing. Likewise for
26897 test_print_reject and prt_reject.
26898 * lib/gdb.exp (test_print_reject): Add some more error message
26899 patterns to match from the former printcmds.exp (prt_reject).
26900 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
26901 One defect of the passcount stuff is that some of it failed to
26902 report XPASS where appropriate.
26903 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
26904 stuff before and after arg in expected pattern.
26905 (test_paddr_operator_functions): Re-do test without print_addr_of;
26906 this is the only test which seems to want extra stuff there.
26907
26908Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
26909
26910 * gdb.base/nodebug.exp: Update new tests to reflect improved
26911 wording of gdb output.
26912
26913 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
26914 and "ptype" work on variables in files compiled without -g.
26915 Replaces commented out "maint print msymbol" tests.
26916
26917Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
26918
26919 * gdb.base/setvar.c (dummy): Call malloc.
26920
26921 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
26922 losing with the irix4 sed.
26923
26924 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
26925 ALRM" on irix4.
26926
26927Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
26928
26929 * TODO: Remove items about corefile.exp testing new exec-file and
26930 backtrace; both are now done. Add items about printing enums.
26931
26932Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
26933
26934 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
26935 "get signal $thissig" test fails.
26936
26937 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
26938
26939Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
26940
26941 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
26942 compiler warning with dec alpha compiler.
26943
26944 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
26945 extra \n from gdb_test call (this explains why the prompt test
26946 that I removed yesterday was there).
26947 (user_defined_command_test): Remove extra \n and prompt test.
26948
26949 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
26950 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
26951 doesn't exist.
26952 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
26953 Also remove alpha workaround, which turns out to be because
26954 SIGABRT == SIGLOST.
26955
26956 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
26957
26958 * gdb.base/help.exp: Don't test "help show".
26959
26960Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
26961
26962 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
26963 "set print address" is on.
26964 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
26965 pass prompt to gdb_test; gdb_test already looks for the prompt.
26966
26967 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
26968
26969 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
26970 was a vestige of the manual TESTSTRATEGY, and the purpose of it
26971 was to make sure that gdb can read a core file. But (a) the "read
26972 the corefile" part didn't make it to a1-selftest.exp, we just
26973 delete the corefile after creating it, and (b) we test reading
26974 corefiles in corefile.exp anyway. Also, this test left around a
26975 xgdb process on Solaris.
26976
26977 * gdb.base/corefile.exp: Also test backtrace.
26978
26979Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
26980
26981 * gdb.base/commands.exp: Test a simple user defined command with
26982 arguments and if/while statements; verify the full user command is
26983 printed by "show user".
26984
26985 * gdb.base/commands.exp: Test if/while commands as part of a
26986 breakpoint command list; verify they appear in breakpoint
26987 information.
26988
26989Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
26990
26991 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
26992 than by dividing by zero.
26993
26994Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
26995
26996 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
26997 performing an inferior call with watchpoints enabled.
26998 * gdb.base/watchpoint.c (main): Delete second unnecessary read
26999 call.
27000
27001Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27002
27003 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
27004 of "file" command.
27005
27006 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
27007 Add additional pattern for when "int operator int(void);" appears
27008 in a different order.
27009
27010Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27011
27012 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
27013
27014 * gdb.base/help.exp: Replace most of docstrings for "info signals"
27015 and "signal" with ".*".
27016
27017Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27018
27019 * TODO: Add note about "handle all nostop".
27020
27021 * gdb.base/{sigall.c, sigall.exp}: New test.
27022 * gdb.base/Makefile.in: Add it.
27023
27024Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
27025
27026 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
27027 when invoking GDB, suppresses any windowing interface.
27028
27029Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
27030
27031 * config/sim-gdb: New file, simulator testing support.
27032
27033Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
27034
27035 * gdb.base/interrupt.exp: Test calling func1 twice.
27036
27037Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
27038
27039 * gdb.base/list.exp (test_forward_search): Set timeout higher
27040 when we'll be getting lots of output from gdb.
27041
27042 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
27043 "init_malloc" to after the expect statement. Run it if that
27044 regexp is taken, but also for two others which happen if source
27045 cannot be found.
27046
27047Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27048
27049 * gdb.base/printcmds.exp: New test, for printing register before
27050 program is running.
27051
27052Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27053
27054 * gdb.base/list.exp: Correct some alternate expect patterns
27055 to reflect changes in list1.c.
27056
27057Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27058
27059 * TODO: Add item regarding large frames.
27060
27061 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
27062
27063 * TODO: Remove item about enabling return.exp; it
27064 is enabled. Suggest a few more "return" tests.
27065
27066Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27067
27068 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
27069 anonymous unions.
27070
27071Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27072
27073 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
27074 and pr-5646.o, so "make" is the same as "make all", not "make
27075 pr-4975.o".
27076
27077Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
27078
27079 * gdb.base/list.exp: Adjust expectations to reflect changes in
27080 list1.c.
27081 (test_forward_search): New test proc.
27082 * gdb.base/list1.c (long_line): New function, has long source line.
27083
27084Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
27085
27086 * gdb.base/a1-selftest.exp: Change initial stepping to know about
27087 additional line of code that was added.
27088
27089Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
27090
27091 * gdb.disasm/hppa.s: Break the large branching tests into smaller
27092 tests so as not to overflow expect's input buffers.
27093 * gdb.disasm/hppa.exp: Corresponding changes.
27094
27095Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27096
27097 Beginnings of template debugging tests.
27098 * gdb.c++/templ-info.cc: New file to test for template
27099 debugging capability of the compiler.
27100 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
27101 templ-info.cc.
27102 * gdb.c++/templates.cc: Add explicit template instantiations
27103 to enable compiling with -fno-implicit-templates. Add destructor
27104 and 'value' method to T5 class for template tests.
27105 * gdb.c++/templates.exp: Add testcases for printing of template
27106 types, setting breakpoints on template methods and calling a
d63a86f8 27107 template method.
c906108c
SS
27108
27109Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
27110
27111 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
27112 branch target since some assemblers (gas-2.5) may emit a
27113 relocation for the branch instead of resolving it in the
27114 assembler.
27115
27116Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27117
27118 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
27119 through signal handler.
27120
27121Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27122
27123 * configure.in (*-*-netware): Use config/mt-netware.
27124
27125 * config/mt-netware: New file.
27126 * config/mt-i386-netware: Removed, separate configs for different
27127 netware architectures are no longer needed now that we have
27128 --with-headers.
27129
27130Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27131
27132 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
27133 by the recent changes to use ANSI C arithmetic conversions.
27134
27135Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27136
27137 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
27138 bug involving using inferior_pid to figure out whether to select a
27139 frame.
27140
27141Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
27142
27143 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
27144 match the current disassembler output.
27145
27146Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
27147
27148 * gdb.fortran/exprs.exp: Expect VOID instead of void.
27149 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
27150 types, expect "int" as type of integer values (for now).
27151
27152Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
27153
27154 * gdb.base/commands.exp: New tests for if/while commands.
27155
27156Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
27157
27158 * lib/gdb.exp (runto): Replace sub-pattern for hex value
27159 by .*, since hex values have different syntax in Chill mode.
27160
27161Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27162
27163 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
27164 linefeed from expect pattern for repeated types with indices > 9.
27165
27166Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
27167
27168 First part of Fortran test suite.
27169 * gdb.fortran: New directory.
27170 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
27171
27172Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27173
27174 * gdb.base/default.exp: Update expect pattern for load command
27175 without arguments.
27176
27177Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
27178
27179 * configure.in: Change i386 to i[345]86.
27180 * gdb.base/configure.in: Likewise.
27181 * gdb.c++/configure.in: Likewise.
27182 * gdb.chill/configure.in: Likewise.
27183
27184Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
27185
27186 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
27187 patterns, since that is not a valid context for comments.
27188
27189Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
27190
27191 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
27192 repeated types and repeated types with indices > 9.
27193
27194Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
27195
27196 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
27197 2417; old bug has been fixed.
27198
27199Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
27200
27201 * gdb.base/interrupt.exp: When trying to wake up the inferior,
27202 send the newline ourselves instead of assuming gdb_test will do
27203 so when passed an empty input string.
27204
27205 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
27206 stabs testcode.
27207
27208Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27209
27210 * lib/gdb.exp (gdb_test): Don't send anything if the first
27211 argument is an empty string. This makes cases where we want to
27212 match output that is already in expect's buffers (for example,
27213 matching a breakpoint after gdb_run_cmd has been called) work
27214 reliably.
27215
27216Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27217
27218 * config/netware.exp: New file.
27219
27220Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27221
27222 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
27223 the -B and -L prefixes so we can find the debugging stub.
27224
27225 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
27226 there and we are using the gcc from the tree.
27227
27228 * gdb.base/types.c: Removed.
27229
27230 * gdb.base/configure.in: Look for makefile fragments in ../config.
27231 Recognize i386-*-netware.
27232 * gdb.c++/configure.in: Likewise.
27233
27234Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27235
27236 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
27237 the correct TCL syntax.
27238
27239Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27240
27241 * gdb.base/opaque.exp: use runto instead of messing around with
27242 breakpoints. Simplify by using gdb_test.
27243
27244 * gdb.base/bitfields.exp: restart between tests on netware targets
27245 because breakpoints aren't relocated after target death. Run
27246 processes to completion.
27247
27248 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
27249
27250Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
27251
27252 * Makefile.in: Remove extra tabs that confuse some versions
27253 of "make". Use the newly built gdb to test with by default,
27254 rather than the first one in the tester's search path.
27255
27256Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
27257
27258 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
27259
27260 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
27261 condition help.
27262
27263Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27264
27265 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
27266
27267 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
27268 running.
27269 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
27270 * gdb.base/funcargs.exp: Likewise.
27271
27272 * gdb.base/bitfields.exp: Simplify by using gdb_test.
27273 * gdb.base/funcargs.exp: Likewise.
27274
27275 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
27276 message is "".
27277
27278Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27279
27280 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
27281 return,signals,twice}.exp: Handle non-existant binaries
27282 consistantly.
27283
27284 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
27285 * gdb.base/Makefile.in: Don't try to generate a core dump, we
27286 might testing a cross development system.
27287
27288Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27289
27290 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
27291 runtest script is relative to ${srcdir}, not ${rootdir}.
27292
27293Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
27294
27295 * gdb.base/signals.exp: Allow for optionality of breakpoint
27296 address.
27297
27298Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27299
27300 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
27301
27302Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27303
27304 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
27305 for size_t definition.
27306 * gdb.c++/templates.cc: Likewise
27307
27308 * config/mt-i386-netware: New file.
27309
27310 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
27311 defined.
27312
27313 * gdb.base/Makefile.in: Added support for systems that name core
27314 files by appending "core" to the program name.
27315 * gdb.base/a1-selftest.exp: Likewise.
27316
27317Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27318
27319 * gdb.base/return.exp: Add comment and message for `return double'
27320 test failure on Sparc Solaris.
27321
27322Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
27323
27324 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
27325
27326Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27327
27328 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
27329 from optimizing them away.
27330 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
27331 patterns to include default constructors and assignment operators,
27332 to match gcc versions beyond 2.5.8. Accept any cplus demangling
27333 character in the output of the virtual base pointer.
27334
27335Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27336
27337 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
27338 expression match in print_addr_of to avoid unintented matches.
27339 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
27340 versions up to 2.5.8.
27341
27342Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27343
27344 * gdb.base/list.exp: Tweak alternate pattern for listing of an
27345 included file to run under newer versions of expect.
27346 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
27347 consecutive >'s in templates to accomodate recent cplus-dem.c change.
27348 Remove xfail for the virtual table of BDDHookV.
27349
27350Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
27351
27352 * lib/gdb.exp (string_to_regexp): Set a default result.
27353 (default_gdb_start): Fix misleading message.
27354
27355Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
27356
27357 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
27358 Remove all CC, etc definitions.
27359 * config/mt-hpux: New file.
27360 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
27361 (CFLAGS, LDFLAGS): Define.
27362 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
27363
27364 * Makefile.in (site.exp): Don't insert host_os, etc.
27365 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
27366 (distclean): Check existence of subdir.
27367 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
27368 * gdb.base/Makefile.in: General cleanup and simplification.
27369 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
27370 to build executables. Use default rule to build .o files.
27371 (EXPECT, RUNTEST, CC): Fix relative pathname.
27372 (site.exp): Don't insert host_os, etc.
27373 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
27374 and/or SIGUSR1 defined.
27375 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
27376 * gdb.c++/Makefile.in: General cleanup and simplification.
27377 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
27378 (CFLAGS): Remove.
27379 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
27380
27381Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
27382
27383 * gdb.base/recurse.exp: Misc changes to get tests running again
27384 after Kung's changes to the watchpoint code.
27385 * gdb.base/watchpoint.exp: Likewise.
27386
27387Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
27388
27389 * lib/gdb.exp (string_to_regexp): Convert {\} also.
27390
27391Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
27392
27393 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
27394 * lib/gdb.exp (default_gdb_start): Define.
27395 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
27396 gdb.base/funcargs.exp, gdb.base/opaque.exp,
27397 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
27398 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
27399 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
27400 Don't call gdb_target_udi in between tests.
27401
27402Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27403
27404 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
27405 (which was basically just a local version of the same thing). In
27406 addition to avoiding duplication, gdb_test_exact is faster.
27407 * lib/gdb.exp (gdb_test_exact): Fix typo.
27408
27409 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
27410 don't give an error.
27411
27412 * gdb.base/term.exp: Call delete_breakpoints before starting.
27413
27414 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
27415 (t10): Add comment.
27416
27417Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
27418
27419 Reorganization of the GDB Test Suite.
27420
27421 * gdb.base: New directory, contains all the basic tests.
27422 * gdb.c++: New directory, tests specific to C++.
27423 * gdb.chill: New directory, tests specific to Chill.
27424 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
27425 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
27426 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
27427 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
27428 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
27429 t30-31 to chill).
27430 * */gdbme.*: Rename to match appropriate expect scripts.
27431 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
27432 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
27433 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
27434 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
27435 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
27436 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
27437 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
27438 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
27439 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
27440 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
27441 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
27442 gdb.c++/virtfunc.cc: New names of C++ files.
27443 * gdb.chill/chillvars.ch: New name of Chill file.
27444 * gdb.base/configure.in, gdb.c++/configure.in,
27445 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
27446 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
27447 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
27448 * configure.in (configdirs): Update to reflect directory changes.
27449 (target_abbrev): No longer define for any configuration.
27450 * Makefile.in: Cosmetic improvements to header comments.
27451
27452Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
27453
27454 Various changes to gdb.t31:
27455
27456 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
27457 * gdbme.ch: Make all key-words and predefineds be upper-case.
27458 * chillvars.exp: Expect key-words and predefinds in upper-case.
27459
27460 * chillvars.exp: Use gdb_test_exact many places.
27461 Change expected output for arrays (which now includes index labels).
27462
27463 * pr-5020.exp, gdme.ch (module PR_5020):
27464 New test, for PR-5020.
27465
27466Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
27467
27468 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
27469 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
27470
27471Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
27472
27473 * Makefile.in: Fix bit-rot in definitions of CHILL,
27474 CHILL_FOR_TARGET and Chill_LIB.
27475 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
27476 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
27477 CHILL, and CHILL_LIB.
27478
27479Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
27480
27481 * Revert the previous changes. Please see Rob's directory
27482 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
27483
27484Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
27485
27486 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
27487 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
27488 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
27489 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
27490 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
27491 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
27492 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
27493 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
27494 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
27495 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
27496 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
27497 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
27498 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
27499 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
27500 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
27501 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
27502 changes from 94Q1.
27503
27504Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
27505
27506 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
27507 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
27508 Rob's new testing fragments.
27509
27510Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
27511
27512 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 27513 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
27514
27515Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
27516
27517 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
27518 version also, match on casted version strings, and match on
27519 gdb startup case where the line numbers might be messed up.
27520
27521Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
27522
27523 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 27524 (CFLAGS): Delete it from here.
c906108c
SS
27525
27526Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
27527
27528 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
27529
27530Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
27531
27532 * Makefile.in (RUNTEST): Default to just "runtest".
27533
27534Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27535
27536 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
27537 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
27538 the code has been restructured.
27539
27540Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27541
27542 * gdb.t00/default.exp (set write): Allow any number of \r and/or
27543 \n, not just one of each.
27544
27545 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
27546 /bin/cc gives a warning if you do.
27547
27548Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
27549
d63a86f8 27550 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
27551 __t10ListS_link1ZUiRCUiPT0
27552
27553Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27554
27555 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
27556 on local variables in recursive functions.
27557
27558 * gdb.t07/Makefile.in: Build the new test.
27559
27560Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27561
27562 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
27563 directly. Instead compare the return values from actual calls.
27564
27565Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
27566
27567 * Makefile.in (check): Set TCL_LIBRARY for runtest.
27568
27569Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27570
27571 * From Peter Schauer with minor modifications.
a9c64011
AS
27572 * gdb.t15/return.exp (return_tests): Handle targets where "return"
27573 stops in mid-line in the caller. Add xfail for returning a float
27574 value on X86 targets.
c906108c
SS
27575
27576Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27577
27578 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
27579 to avoid expect lossage.
27580 (fmem_LRbug_tests): Likewise.
27581 * gdb.disasm/hppa.s: Corresponding changes.
27582
27583 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
27584 conditions to work with latest dejagnu/expect.
27585
27586 * gdb.t15/funcargs.exp (finish from indirect call): No longer
27587 expected to fail on the PA.
27588 (backtrace in call with trampolines): Explicitly require main
27589 to be frame #1 (no trampolines should show up in backtrace).
27590
27591 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
27592 "continue -expect".
27593 * gdb.t06/break.exp: Likewise.
27594 * gdb.t07/watchpoint.exp: Likewise.
27595 * gdb.t13/bitfields.exp: Likewise.
27596 * gdb.t15/{funcargs,return}.exp: Likewise.
27597 * gdb.stabs/weird.exp: Likewise.
27598 * config/{mips,udi}-gdb.exp: Likewise.
27599
27600 * hppa.sed: Enclose comments within a sed command to avoid
27601 losing with the old OSF1 sed.
27602
27603Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27604
27605 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
27606 sequent dynix.
27607 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
27608 * gdb.t15/funcargs.exp: Conditionally step again to really
27609 finish from marker_call_with_trampolines. Handle the case where
27610 the first step from within call_with_trampolines already steps
27611 us back to main.
27612 * gdb.t15/gdbme.c: Add comment to closing brace of
27613 call_with_trampolines for funcargs.exp.
27614
27615Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27616
d63a86f8 27617 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
27618 Fix typo(s).
27619
27620Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27621
27622 * gdb.t07/gdbme.c: More code for watchpoint testing.
27623
27624 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
27625 "Hardware watchpoint" throughout file.
27626 (test_watchpoint_triggered_in_syscall): New test.
27627 (test_complex_watchpoint): New test.
27628
27629Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27630
27631 * gdbme.c (call_with_trampolines): New function to try and step
27632 into. Tests trampoline problems on the PA.
27633
27634 * funcargs.exp (localvars_in_indirect_call): No longer expect
27635 stepping into indirect call to fail on PAs.
27636 (test_stepping_over_trampolines): New test.
27637
27638Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27639
27640 * TODO: Add suggestions for static member function tests, and
27641 completion tests.
27642
27643Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27644
27645 * TODO: Add suggestions for "p/a" tests.
27646
27647 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
27648 (default_gdb_exit): Replace all the hair with sending "quit" to
27649 the process with a simple close.
27650
27651Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27652
27653 * TODO: Add suggestions for shared library tests.
27654
27655Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27656
27657 * TODO: Add suggestions for x/s tests.
27658
27659Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27660
27661 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
27662 "enable once", and "enable breakpoints once" with ".*".
27663
27664Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27665
27666 * TODO: Add suggestions about structure passing tests.
27667
27668Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27669
27670 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
27671 the primary1 test, use work around if __GNUC__ < 2.
27672 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
27673 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
27674 Test for bad output rather than waiting for timeout. Issue
27675 second continue only if first continue failed.
27676
27677Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
27678
27679 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
27680 operator[] test with gdb_test because the old code didn't seem to
27681 be getting the quoting right with the new dejagnu.
27682
27683Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
27684
27685 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
27686 one from the path.
27687 * Makefile.in: Use a fresh expect if there is one, use runtest
27688 from the src tree if there is one.
d63a86f8 27689
c906108c
SS
27690Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
27691
27692 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
27693 next over recursive call. Revise the tests from that point on
27694 (which had been skipped) to match GDB's actual (correct) output.
27695
27696 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
27697 with next over a breakpoint whose condition is false.
27698
27699 * gdb.t00/help.exp: Comment out "help set print" tests just like
27700 (and for same reason as) "help set" test.
27701
27702Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27703
27704 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
27705 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
27706
27707Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27708
27709 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
27710 necessary gdb_target_udi.
27711
27712 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
27713
27714 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
27715 1838 and 2417; they are fixed.
27716
27717 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
27718 gdb.t03/ptype.exp (ptype structure, ptype union):
27719 Remove xfails; the test is looser than when the xfails were added.
27720
27721 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
27722 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
27723
27724 * gdb.t01/run.exp: Only run shell test if isnative.
27725
27726 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
27727 since "run" automatically loads if necessary. Call gdb_target_udi
27728 after the "file" since "file" kills any execution target.
27729
27730 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
27731 GDB. GDB doesn't work that way (not anymore at least) on UDI.
27732 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
27733 argument for UDI.
27734
27735Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
27736
27737 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
27738
27739 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
27740
27741Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27742
27743 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
27744 properly quoting regexps. This makes the second argument to
27745 demangle a fixed string, which matches the callers, instead of a
27746 shell-style pattern which is what the previous implementation
27747 used. Update some of the callers.
27748
27749Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27750
27751 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
27752 (comib_nullified_tests): Fix typo.
27753 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
27754 strings. No longer expected to fail.
27755
27756 * gdb.disasm/hppa.s (addib_tests): Fix typo.
27757 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
27758 strings. No longer expected to fail.
27759
27760 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
27761 string. No longer expected to fail.
27762
27763Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27764
27765 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
27766 No longer expected to fail.
27767
27768 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
27769 string. No longer expected to fail.
27770
27771Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27772
27773 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
27774 only in the names (I probably got most of them). I was even
27775 generous with some which differed in underscores in names, and
27776 probably missed a few, and I *still* was able to remove almost a
27777 third of the file with almost no impact on testsuite coverage.
27778
27779Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27780
27781 * gdb.t00/default.exp: Match udi_attach error message as well as
27782 the one from child_attach.
27783
27784 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
27785
27786 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
27787
27788 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
27789 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
27790
27791 * Move test with enums and partial symbols back to
27792 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
27793 Reverts the change of 26 May 93. Per today's change to
27794 stabs.texinfo, the behavior that weird.exp was expecting was
27795 unreasonable; what is important is that the compiler+gdb get
27796 things right, which happens with a recent gcc. Also fix the test
27797 to deal with native compilers which put out the stab gdb can't
27798 deal with.
27799
27800Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27801
27802 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
27803 in the names. The main thing these accomplish is to slow things down.
27804 Many more such duplicates surely remain.
27805
27806 * gdb.t00/help.exp: Comment out "help support" test just like
27807 (and for same reason as) "help set" test.
27808
27809Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
27810
27811 * gdb.t06/break.exp: Remove setup_xfails for
27812 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
27813 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
27814 about known bug in gcc to include up through 2.5.8.
27815 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
27816 well as "_vb$".
27817 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
27818 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
27819 with latest gcc and gdb.
27820 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
27821 well as "_vb$".
27822
27823Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27824
27825 * configure.in (hppa*-*-*): Also configure and build stabs-only
27826 tests.
27827
27828Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27829
27830 * gdb.t10/hppa.mt: A makefile fragment for the PA.
27831 * gdb.t10/configure.in (hppa*-*-*): Use it.
27832
27833Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27834
27835 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
27836
27837Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27838
27839 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
27840 versions prior to 1.13.5.
27841
27842Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27843
27844 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
27845 the prompt is at the start of a line.
27846
27847Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27848
27849 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
27850 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
27851 in the copr tests now.
27852 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
27853 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
27854 expected to fail.
27855
27856Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
27857
27858 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
27859 gdb.t31/chillvars.exp, lib/gdb.exp:
27860 Tweak to run under either version of expect.
27861 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
27862 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
27863 * gdb.t11/list.exp: Remove extraneous whitespace.
27864
27865Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27866
27867 * gdb.t16/printcmds.exp (test_print_strings): Accept
27868 "(unsigned char *) " before the string.
27869
27870 * TODO: Add notes about printing of fancy types and GDB expressions.
27871
27872Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
27873
27874 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
27875 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 27876 if doing mips-idt-ecoff.
c906108c
SS
27877
27878Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
27879
27880 * Most .exp files: Tweak to run under either version of expect.
27881
27882Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27883
27884 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
27885 xfails; I'm not sure why they are failing, but not because of PR 1806.
27886
27887Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
27888
27889 * config/unix-gdb.exp: Remove gdb_unload cause it's already
27890 defined in lib/gdb.exp.
27891
27892Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27893
27894 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
27895 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
27896 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
27897 have to be typeless.
27898
27899Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27900
27901 * TODO: Add suggestion for copyright year test.
27902
27903Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
27904
27905 * configure.in (*-*-lynxos*): Add stabs tests.
27906
27907Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
27908
27909 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
27910 so insert a tab before any assembler directive in column zero.
27911
27912 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
27913 stores.
27914 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
27915 stores.
27916 (fpu_short_memory_tests): Likewise.
27917
27918Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27919
27920 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
27921 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
27922 .stabs directives in comments.
27923
27924Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27925
27926 * TODO: New file, describing tests we could write.
27927 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
27928
27929Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27930
27931 * gdb.t06/signals.exp: Add kludge to force re-sync.
27932
27933 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
27934 to xgdb instead of gdb, get out of gdb.
27935
27936Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
27937
27938 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
27939 for info.
27940
27941Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
27942
27943 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
27944 * gdb.stabs/configure.in (hppa*-*-*): Use it.
27945 * gdb.stabs/hppa.sed: New sed script for the PA.
27946
27947Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27948
27949 * gdb.stabs: Re-write weird.def and configuration to use sed
27950 instead of cpp. sed is portable and POSIX; cpp is neither.
27951
27952Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27953
27954 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
27955
27956Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27957
27958 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
27959
27960Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27961
27962 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
27963 "_vb$".
27964 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
27965 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
27966
27967Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27968
27969 * lib/gdb.exp: Comment out code which depends on non-existent
27970 `transform' procedure.
27971
27972Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
27973
27974 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
27975 * lib/gdb.exp: Transform tool name.
27976 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
27977 1.1's new error handling system.
27978
27979Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27980
27981 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
27982
27983Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27984
27985 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
27986 They made pattern matching so slow that timeouts happened on
27987 heavily loaded systems. Now any output from "show print" which
27988 gets us back to the GDB prompt is a PASS.
27989
27990Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
27991
27992 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
27993
27994Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27995
27996 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
27997
27998 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
27999 It is not from PR 3220.
28000
28001Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28002
28003 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
28004 just started failing because they depended on the order the
28005 subcommands are presented, or exact docstring text. This kind of
28006 test is a pain and has minimal benefit.
28007
28008Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28009
28010 * gdb.t09/corefile.exp: At end of test, use "core" command with
28011 no arguments.
28012
28013Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
28014
28015 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
28016 17}/Makefile.in: Make it possible to run the testsuite with Sun
28017 make and CC = cross gcc by adding explicit build rules for .o
28018 files.
28019
28020Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28021
28022 * gdb.t15/funcargs.exp: Don't put comments on same line as
28023 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 28024
c906108c
SS
28025Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28026
28027 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
28028
28029Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
28030
28031 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
28032 * gdb.t20/inherit.exp: remove three dumplicate entries.
28033
28034Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28035
28036 * gdb.t06/break.exp: For "next over recursive call", fail on any
28037 incorrect output, not just on "factorial (value=2)".
28038
28039Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28040
28041 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
28042 working now. Add an xfail if accesing a bss variable causes
28043 a memory error if the target is not yet run.
28044
28045Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28046
28047 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
28048 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
28049 name of __st* demangling (2 strings). Did Kung really get the
28050 more than 95 others right without testing them?
28051
28052Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
28053
28054 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
28055
28056Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
28057
28058 * configure.in (configdirs): Add gdb.disasm
28059 * gdb.disasm: New directory for GDB disassembler tests.
28060 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
28061
28062Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28063
28064 * gdb.t00/help.exp: Don't test "help set".
28065
28066 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
28067 from within expect statements. None of these happen anymore and
28068 they cause regressions to be silently unnoticed.
28069
28070 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
28071 messages) about known failures with gcc cygnus-2.4.5-930417.
28072
28073 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
28074 comp-info.exp so it gets built if it doesn't exist.
28075
28076 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
28077 it is no longer used.
28078 * gdb.t13/comp-info.c: Removed.
28079
28080Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
28081
28082 * gdb.t06/signals.exp: Add xfail for sun3.
28083
28084Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28085
28086 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
28087 relevant because ^C doesn't get sent but failure can be reproduced
28088 interactively).
28089
28090Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28091
28092 * gdb.stabs/alpha.mt: New configuration file for alpha.
28093 * gdb.stabs/configure.in: Use it.
28094 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
28095 sharing with alpha.mt, redefine long to word via preprocessor.
28096 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
28097 for alpha.
28098 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
28099 native cc.
28100 * gdb.t00/teststrategy.exp: Change expect string so that we
28101 consume the `(xgdb)' from the command echo and from the gdb prompt.
28102 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
28103 gdb currently compares all values as long, so this failure probably
28104 applies to any configuration where LONGEST is bigger than a target int.
28105 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
28106 with gcc.
28107 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
28108 to handle opaque pointers, gcc is.
28109 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
28110 as first argument. Include <sys/types.h> and change all operator
28111 new definitions to use size_t.
28112 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
28113 now that we use size_t.
28114
28115Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28116
a9c64011 28117 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 28118 a long or float array cast all array members to the same type.
a9c64011 28119 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 28120 with 64 bit longs.
a9c64011 28121 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 28122 on alpha.
a9c64011 28123 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
28124
28125Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28126
28127 * gdb.t24 (demangle.exp): Constructors of templates have names like
28128 vector<int>::vector(int) not vector<int>::vector<int>(int). See
28129 section 14.6 of the ARM.
28130
28131 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
28132 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
28133 accomplish little and slow down the testsuite.
28134
28135 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
28136 Accept spaces various places.
28137
28138Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28139
28140 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
28141 with watchpoint enabled.
28142
28143 * Makefile.in: Remove definition of CC and remove the second
28144 definition of CXX (the "CXX = gcc" one remains). These definitions
28145 were causing backquotes to be expanded within backquotes, which
28146 doesn't work.
28147
28148Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
28149
28150 * gdb.t17/callfuncs.exp: Add "return 0" to end.
28151
28152Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28153
a9c64011
AS
28154 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
28155 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
28156 by mips cc and contains no stabs entries.
28157
28158Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
28159
28160 * config/vx-gdb.exp: Use fake device to load files rather than
28161 NFS.
28162 * lib/gdb.exp: New proc to do "file" command.
28163 * config/unix-gdb.exp: Use new "file" proc.
28164
28165Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
28166
28167 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
28168 Rework board rebooting slightly.
28169 (gdb_exit): Don't exit from the remote shell; there isn't one.
28170 * gdb.stabs/weird.exp: If a program is being debugged already,
28171 kill it.
28172 * gdb.t04/setvar.exp: Stop and restart gdb.
28173 * gdb.t05/expr.exp: Likewise.
28174 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
28175 restart gdb and reload the program.
28176 * gdb.t08/opaque.exp: Likewise.
28177 * gdb.t12/scope.exp: Likewise.
28178 * gdb.t13/bitfields.exp: Likewise.
28179 * gdb.t15/funcargs.exp: Likewise.
28180 * gdb.t20/classes.exp: Likewise.
28181 * gdb.t03/ptype.exp: Increase timeout.
28182 * gdb.t16/printcmds.exp (test_print_string_constants,
28183 test_print_array_constants): Likewise.
28184 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
28185 * gdb.t20/classes.exp (do_tests): Likewise.
28186 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
28187
28188Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
28189
28190 * gdb.stabs: Renamed *wierd* to *weird*.
28191
28192Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
28193
28194 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
28195 for timeout. Add "known gcc 2.4.5 bug" to failure message.
28196
28197Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
28198
28199 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
28200 (do_tests): Remove xfail for whatis on one_var and two_var.
28201
28202Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
28203
28204 * Makefile.in: Made cross building work better by adding
28205 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
28206
28207Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28208
28209 * gdb.t15/{return.c,return.exp,Makefile.in}:
28210 New test, currently commented out.
28211
28212Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
28213
28214 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
28215 still running and removes the leftover named socket so GDb can do
28216 clean restarts.
28217
28218Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
28219
28220 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
28221 console, not GDB.
28222 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
28223 cross testing works better with "make check"
28224 * config/unix-gdb: Use default procedures for exit and version.
28225 * config/vx-gdb.exp: Cleaned up and massaged back to working order
28226 with the newest VxWorks.
28227
28228Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28229
28230 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
28231 old form.
28232
28233 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
28234 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
28235
28236 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
28237
28238 * config/unix-gdb.exp: Remove this version of gdb_exit
28239 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
28240 Rob says he'll look at it when he gets back to testing boards.
28241
28242Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
28243
28244 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
28245 an expected fail for certain ptype commands.
28246
28247 * gdb.t20/classes.exp: Update expected results of "ptype class
28248 Base1" to account for the constructor that now appears in the type.
28249
28250Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
28251
28252 * configure.in (configdirs): Restore gdb.t04, which mysteriously
28253 disappeared from list.
28254 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
28255 "alldone" proc with call to cleanup and exit.
28256 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
28257 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
28258 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
28259 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
28260 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
28261 "alldone" proc with simple returns that suppress remaining
28262 tests. The alldone proc went away many months ago.
28263
28264Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28265
28266 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
28267
28268 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
28269
28270Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28271
28272 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
28273 as vax gdb will display them.
28274
28275Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28276
28277 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
28278 optimizers.
28279
28280 * scope.exp: Change "bad value for localval" messages so each one
28281 is unique.
28282
28283 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
28284 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
28285
28286 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
28287
28288Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28289
28290 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
28291 doesn't exist (due to optimization).
28292
28293Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28294
28295 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
28296 contains \r because the filename is long.
28297
28298 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
28299 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
28300
28301Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28302
28303 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
28304 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
28305 Ultrix.
28306 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
28307 int tests.
28308 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
28309
28310Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
28311
28312 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
28313
28314 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 28315 to match does not match the passing case but still matches the
c906108c
SS
28316 failing case.
28317
28318Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28319
28320 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
28321
28322Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
28323
28324 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
28325 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
28326 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
28327 Remove various versions of gdb_exit.
28328 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
28329 gdb_exit.
28330 * config/unix-gdb.exp: gdb_exit remains here, and should override
28331 the generic version, since it's doing a lot of wierd stuff that
28332 the other versions aren't. FIXME, fold it in, or abandon this
28333 version.
28334
28335Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28336
28337 * gdb.t24/demangle.exp: Add tests for PR 3220.
28338
28339Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28340
28341 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
28342
28343Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
28344
28345 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
28346 "i386-*-*". Works for i486 as well.
28347
28348 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
28349 bug, and expand domain of xfail to all SVR4 systems, since the
28350 actual problem is likely to be in generic SVR4 /proc support.
28351
28352Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28353
28354 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
28355
28356Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
28357
28358 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
28359 xfails for other systems. Match a missing 'Continuing.' as an
28360 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
28361
28362 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
28363 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
28364 Only issue warning for missing executables if -all option is used.
28365
28366 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
28367 file if -all option is used. It's like an unpredictable XFAIL.
28368
28369Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28370
28371 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
28372 for dynamically linked binaries.
28373
28374 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
28375
28376Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28377
28378 * gdb.t20/inherit.exp: Change message for "print tagless struct"
28379 to state that this is a known bug in old versions of g++.
28380
28381Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28382
28383 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
28384 while waiting for `Continuing'.
28385
28386Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
28387
28388 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
28389 in text, data, and bss.
28390 * gdb.t10/nodebug.c: Add local and global test variables for
28391 initialized and uninitialized data.
28392
28393Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28394
28395 * config/unix-gdb.exp (gdb_exit): Add "wait".
28396
28397Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28398
28399 * gdb.t06/signals.exp: xfail the continue from the handler for all
28400 targets.
28401
28402 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
28403 function with watchpoints enabled, the i386 call dummy starts with
28404 a call.
28405
28406 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
28407 386 bsd names its corefiles.
28408
28409Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
28410
28411 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
28412 compilers don't grok it.
28413 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
28414 with small octal ints rather than character constants, which
28415 are signed and might not fit if first promoted to int.
28416
28417Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
28418
28419 * gdb.t09/Makefile.in (clean): Remove corefile.
28420
28421Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28422
28423 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
28424
28425Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28426 and Jim Kingdon (kingdon@cygnus.com)
28427
28428 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
28429 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
28430 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
28431
28432Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28433
28434 * gdb.t17/interrupt.exp: Add xfail for hppa.
28435
28436Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28437
28438 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
28439 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
28440 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
28441 to determine signed-ness of bitfields and use the result to setup
28442 the xfail.
28443 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
28444 * gdb.t15/funcargs.exp: Use them to step until the second indirect
28445 call line is reached if necessary.
28446
28447Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28448
28449 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
28450
28451Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28452
28453 * gdb.t06/break.exp: Also test `clear' command.
28454
28455Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
28456
28457 * gdb.t00/teststrategy.exp: Remove extra quote.
28458
28459 * gdb.t07/watchpoint.exp: Change xfail for calling function with
28460 watchpoint enabled to be for all non-68k machines.
28461
28462 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
28463
28464Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28465
28466 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
28467 targets use aout.mt instead of ecoff.mt as gas understands
28468 standard aout format.
28469
28470Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
28471
28472 * lib/gdb.exp (runto): Don't insist that function we are running to
28473 was compiled with -g.
28474
28475 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
28476
28477 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
28478 to get back into the read system call.
28479 Accept leading newline in case where we woke it up.
28480
28481Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28482
28483 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
28484 to make the stabs test work on ecoff systems using gcc and -with-stabs.
28485 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
28486 enable ecoff configuration.
28487
28488Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28489
28490 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
28491
28492Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28493
28494 * gdb.t16/printcmds.exp: Add another printf test.
28495
28496Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
28497
28498 * configure.in: If configured -with-stabs on any target, add
28499 stabsdirs to configdirs.
28500
28501Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28502
28503 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
28504 fun" so pattern does not match the command itself.
28505
28506Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28507
28508 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
28509
28510Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28511
28512 * gdb.t17/interrupt.exp: Test for more things.
28513
28514Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28515
28516 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
28517 compiler arranges the code and line numbers.
28518
28519 * gdb.t17/interrupt.exp: Don't send \n after ^C.
28520
28521Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28522
28523 * gdb.t00/help.exp: Increase expect input buffer size.
28524
28525Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28526
28527 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
28528
28529 * gdb.t07/watchpoint.exp: Add xfail for hppa.
28530
28531 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
28532
28533 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
28534 [0-9]*, not just [0-9].
28535
28536Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28537
28538 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
28539
28540 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
28541
28542Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28543
28544 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
28545
28546Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28547
28548 * gdb.t06/signals.c: Add xfails for sun3.
28549
28550 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
28551
28552 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
28553 test_stepping tests.
28554
28555Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28556
28557 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
28558
28559 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
28560
28561 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
28562 rather than actually putting it through cpp twice.
28563
28564 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
28565
28566Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
28567
28568 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
28569 no longer needed.
28570
28571Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28572
28573 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
28574
28575 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
28576 C++ features prints as "struct", make it a pass, not an xfail.
28577
28578Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28579
28580 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
28581 Don't require VA to print as "class" rather than "struct".
28582
28583Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
28584
28585 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
28586
28587Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28588
28589 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
28590
28591Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28592
28593 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
28594 order.
28595
28596Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28597
28598 * gdb.t16/printcmds.exp: Add printf tests.
28599
28600 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
28601
28602 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
28603
28604Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
28605
28606 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
28607 pass counts, to counteract any existing or future setup_xfails.
28608
28609Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28610
28611 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
28612 {BEGIN,END}_COMMON for common block instead of STAB.
28613 * gdb.stabs/wierd.exp: Add xfail for rs6000.
28614
28615 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
28616 intp_var should be N_GSYM not N_LSYM.
28617 wierd-aout.S: Use a label for the value of the N_SO.
28618 wierd.def: Remove all backslashes.
28619 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
28620
28621Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28622
28623 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
28624 get the expected next to inheritance3.
28625
28626Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28627
28628 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
28629 now that gcc-2.4 gets it right.
28630
28631Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28632
28633 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
28634
28635 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
28636 generating comp-info.exp which works for cross-compilation.
28637
28638Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
28639
28640 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
28641 "*-*-sysv4.*".
28642
28643Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
28644
28645 * gdb.t01/run.exp: Start with a fresh gdb.
28646 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
28647 SVR4.x.
28648
28649Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
28650
28651 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
28652 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
28653 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
28654 Makefile.in (distclean, realclean): Remove gdbme.c from list of
28655 things to remove.
28656
28657Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
28658
28659 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
28660 test cases from bug reports.
28661
28662Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
28663
28664 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
28665 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
28666 avoid spurious xfails.
28667 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
28668 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
28669 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
28670
28671Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
28672
28673 * gdb.t00/teststrategy.exp: Rework to provide more useful
28674 description of each test, fix problem with systems that define
28675 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
28676 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
28677 results for "next over recursive call" so timeouts aren't taken
28678 by error.
28679
28680Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
28681
28682 * gdb.t12/scope.exp: Test printing of variables before run.
28683
28684 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
28685 printed in wrong order due to sorting.
28686
28687Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
28688
28689 * gdb.t00/teststrategy.exp: Fix expected results for printing
28690 user entered string constant. Is array of char, prints with no
28691 address.
28692
28693 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
28694 commands.
28695 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
28696 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
28697 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
28698 of struct of char arrays.
28699 * gdb.t00/radix.exp: New tests for radix commands.
28700
28701Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
28702
28703 * gdb.t16/printcmd.exp: Print a variable before running program
28704 (with xfail for AIX).
28705
28706Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
28707
28708 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
28709
28710 * gdb.t16/printcmd.exp: Don't print variables before running program.
28711
28712 * gdb.t06/break.exp: Don't require envp argument to main.
28713
28714 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
28715
28716 * gdb.t02/whatis.exp, gdb.t11/list.exp:
28717 Add xfails for rs6000.
28718
28719 * gdb.t02/whatis.exp: Change other tests not to re-test something
28720 we already tested.
28721
28722 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
28723 each type used has a variable of that type.
28724
28725Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
28726
28727 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
28728
28729Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
28730
28731 * configure.in: change srctrigger to be a file, not a directory
28732
28733Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
28734
28735 * configure.in (mips-idt-ecoff*): Added trailing '*'.
28736
28737 * gdb.t11/list.exp: Fixed a couple of typos.
28738
28739Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
28740
28741 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
28742 is fixed and PR is closed.
28743 * gdb.t16 (gdbme.c): Add simple test string variable.
28744 * gdb.t16 (printcmds.exp): Add tests with simple test string
28745 variable, primarily for boundaries on "set print elements".
28746
28747Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
28748
28749 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
28750 Make leading 0's optional and don't expect a tab in the middle
28751 of the number.
28752
28753 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
28754
28755 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
28756 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
28757 don't end command passed to gdb_test with newline.
28758
28759 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
28760 signed keyword away, don't expect signed bitfields to be signed.
28761
28762 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
28763 printing with only as many 1's as are in the field as well as printing
28764 with 32 1's (see comment).
28765
28766Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
28767
28768 * gdb.t00/default.exp: Start with a fresh gdb.
28769 * configure.in (configdirs): Remove gdb.t31 until the chill
28770 compiler works again. It no longer is able to find chillrt0
28771 since it isn't in libchill.a anymore.
28772 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
28773 wierd.o, make more modular.
28774 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
28775 spurious newlines that caused problems.
28776
28777Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28778
28779 * Move test with enums and partial symbols from gdb.t03/ptype.exp
28780 to gdb.stabs/wierd.exp since GCC has worked around the bug.
28781 gdb.stabs/wierd.{exp,def}: Many new tests.
28782
28783 * gdb.t00/default.exp: update info line for new message.
28784
28785 * gdb.t02/{whatis.exp,gdbme.c}:
28786 Test that "char *" doesn't print as "caddr_t".
28787
28788Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28789
28790 * gdb.t00/help.exp: Use .* in place of some help messages which
28791 just changed.
28792 gdb.t00/default.exp: Update "info frame" test for new message.
28793 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
28794 Remove some xfails
28795
28796Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28797
28798 * gdb.t03/{gdbme.c,ptype.exp}:
28799 Add tests for typedef'd struct and union without tags.
28800 Also check "whatis" on a variable of a typedef'd enum without a tag.
28801
28802 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
28803 PRMS 1823; the bug still exists but isn't reproduced by this test
28804 anymore), and remove rs6000 XFAIL (the bug is fixed).
28805
28806 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
28807 duplicated from whatis.exp. For those that are left, accept
28808 "long", "long int", or "int" for long variables (whatis.exp already
28809 has an XFAIL for "int", so no need to fail it here).
28810
28811 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
28812 Deal with GCC's names for types now that GDB uses the compiler's names.
28813
28814 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
28815 setup_xfail's for sunos4. If we #defined the signed keyword away,
28816 don't expect GDB to know that char it is signed.
28817
28818 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
28819
28820Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
28821
28822 * configure.in (configdirs): Add gdb.t24 for C++ tests that
28823 should work on any system, regardless of debugging format.
28824 * gdb.t21/demangle.exp: Move to gdb.t24.
28825 * gdb.t24/demangle.exp: Move from gdb.t21.
28826 * gdb.t24/{Makefile.in, configure.in}: New files.
28827
28828Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28829
28830 * configure.in: Do gdb.stabs and C++ tests only for stabs.
28831 * gdb.stabs: New directory.
28832
28833Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28834
28835 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
28836 not just "Quit anyway?".
28837
28838Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
28839
28840 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
28841 that all setup_xfails are immediately followed by clear_xfails.
28842
28843Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
28844
28845 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
28846 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
28847 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
28848 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
28849 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
28850 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
28851 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
28852 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
28853 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
28854 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
28855 gdb.t31/chillvars.exp, lib/gdb.exp:
28856 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
28857 bug-gdb@prep.ai.mit.edu.
28858
28859Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
28860
28861 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
28862 with 0.0, not integer 0.
28863
28864Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
28865
28866 * gdb.t06/break.exp: Update for "Kill the program" message change.
28867
28868Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
28869
28870 * Makefile.in (GDBFLAGS): Set to -nx.
28871 * Makefile.in (site.exp): Use GDBFLAGS.
28872
28873Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
28874
28875 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
28876 Makefiles.
28877 (check): depend on just-check.
28878 (just-check): added so that tests can be run without a noop
28879 build pass.
28880
28881Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
28882
28883 Switch to using configure's configdirs.
28884 * Makefile.in (Makefile): add configure.in dependency.
28885 (SUBDIRS): removed redundant assignment.
28886 * configure.in: switch subdirs assignment to configdirs.
28887 * gdb.t*/configure.in: new files.
28888
28889Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
28890
28891 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
28892 works.
28893
28894Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
28895
28896 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
28897 in explicit rules. Apparently this is not supported by some makes.
28898
28899Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
28900
28901 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
28902
28903Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28904
28905 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
28906 disappeared.
28907
28908Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
28909
28910 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
28911
28912Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
28913
28914 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
28915 watchpoint problem that is now fixed.
28916 * gdb.t30/chexp.exp: Remove setup_xfail for printing
28917 uninitialized convenience variables.
28918 * gdb.t31/chillvars.exp: Fix expected patterns for printing
28919 structures.
28920
28921Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28922
28923 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
28924 which causes expect to get out of sync with gdb on long output
28925 from help set.
28926 * gdb.t09/corefile.exp: Make expected pattern for core file
28927 failing signal and frame output format less sun specific.
28928
28929Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
28930
28931 * gdb.t31/chillvars.exp: Add and remove initial dummy
28932 breakpoint, so that symbol table is forced in.
28933 (Needed at least on Sunos4, though it seems not SVR4.)
28934 * gdb.t31/chillvars.exp: Update for changed output format.
28935
28936Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
28937
a9c64011 28938 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
28939
28940Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
28941
28942 * Makefile.in: Added --srcdir when invoking runtest, removed the
28943 need for a local config file. (optional now)
28944
28945Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
28946
28947 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
28948 failure count used to force early termination. Add some more
28949 expected failures for gnu style demangling.
28950
28951Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28952
28953 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
28954 pmi variable from gdb.t20/gdbme to get optimized away.
28955 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
28956 Check for written corefile upon timeout _and_ eof.
28957
28958Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28959
28960 * config/unix-gdb.exp: Add missing return 0.
28961
28962Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28963
28964 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
28965 test termination.
28966
28967Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
28968
28969 * configure.in (subdirs): Put back gdb.t17 which mysteriously
28970 disappeared.
28971
28972Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
28973
28974 * gdb.t10/crossload.exp: Disable the i860-elf test until such
28975 time as i860 support works.
28976
d63a86f8 28977 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
28978 "backtrace 100\r" rather than just "backtrace\r", to match last
28979 change.
28980
28981Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
28982
28983 * config/udi-gdb.exp (gdb_exit): Remove close command.
28984 (gdb_target_udi): New procedure to set the UDI target.
28985 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
28986 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
28987 Added waits for prompts after several question responses. Added
28988 some more responses used by a29k-amd-udi-gdb.
28989 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
28990 pass different arguments, restart UDI connection after program
28991 completion.
28992 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
28993 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
28994 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
28995 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
28996 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
28997 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
28998 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
28999 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
29000 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
29001 after program completion.
29002 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
29003 compiled with a SELECT_VECS setting.
29004 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
29005 infinite recursion.
29006
29007 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
29008 Added checks for COFF results, and made them expected failures for
29009 all targets. It would be better to make them expected failures
29010 for COFF targets only.
29011
29012Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
29013
29014 * Makefile.in: add null dvi target, don't bother to recurse
29015 through test directories for info and install-info; rename
29016 $(datadir) to be dejagnu instead of deja-gnu
29017
29018Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
29019
29020 * gdb.t31/gdbme.ch: Re-enable code that previously caused
29021 compiler to coredump.
29022 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
29023 code.
29024
29025Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
29026
29027 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
29028 coredump.
29029 * gdb.t31/chillvars.exp: Comment out tests that depend on that
29030 code.
29031
29032Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
29033
29034 * gdb.t03/ptype.exp: tests for return code from gdb_test.
29035 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
29036 which in a shell. Deletes xgdb when done.
29037 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
29038 Tests the return from the "set height" or "set width" commands.
29039 Added a few return codes where needed.
29040
29041Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
29042
29043 * Makefile.in (SUBDIRS): Add gdb.t17.
29044 * configure.in (subdirs): Add gdb.t17.
29045 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
29046 files to test gdb's calling of functions in the inferior with
29047 the correct arguments and gdb's ability to retrieve any
29048 result returned.
29049
29050Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
29051
29052 * config/unix-gdb.exp (gdb_exit): Remove close commands that
29053 may be called after gdb goes away. Previous versions of expect
29054 needed these to avoid file descriptor leaks, but they cause
29055 errors with the current revision of expect.
29056 * gdb.t00/gdbvars.exp: Use -re on expected output after
29057 setting sevenbit-strings.
29058 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
29059 to set sevenbit-strings consistent across tests.
29060 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
29061 set sevenbit-strings consistent across tests.
29062
29063Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
29064
29065 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
29066 expected output to match current "expect" expectations.
29067
29068Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
29069
29070 * gdb.t00/default.exp: Change expected output for default "source"
29071 command, to match new gdb behavior which requires a filename to
29072 source.
29073
29074Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
29075
29076 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
29077 expected fail for i486-*-* that misses the marker2 function.
29078 * gdb.t10/crossload.exp (bfddefault): Allow successful
29079 recognition of a format to pass even if no symbols are found.
29080 Explicitly catch failures where the format is not recognized
29081 or is ambiguous, and add the reason to the fail message.
29082 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
29083 the cause is and invalid target and add reason to failure message.
29084 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
29085 elf32-i386, elf32-sparc, and elf32-i860.
29086 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
29087 Set up expected failure for 'filename'::variable scope resolution,
29088 which is now apparently broken on all targets.
29089 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
29090 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
29091 gdb.t23/templates.exp: Change failure for missing binfile into
29092 just a warning.
29093 gdb.t21/demangle.exp: Change all cfront references to 'arm'
29094 references.
29095
29096Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
29097
29098 * gdb.t00/default.exp: Add expected output for default "source"
29099 command, to match new gdb behavior.
29100 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
29101
29102Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
29103
29104 * config/*-gdb.exp: returns an error, rather than exiting on
29105 internal errors.
29106
29107Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
29108
29109 * gdb.t03/gdbme.c: Add pointer to struct variable.
29110 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
29111 referencing struct members.
29112
29113Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
29114
29115 * configure.in (mips-idt-ecoff): New target.
29116 * config/mips-gdb.exp: New file for remote board using MIPS remote
29117 debugging protocol.
29118
29119 * Redid configuration scheme. Removed gdb.t*/configure.in.
29120 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
29121 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
29122 distclean targets. Built executables via .o files. Adjusted
29123 tests to account for source files in $(srcdir) rather than
29124 $(objdir).
29125 * lib/gdb.exp (runto): Don't expect () after the function name,
29126 because it may have arguments.
29127
29128Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
29129
29130 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
29131 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
29132 expected failures for mips-idt-* and mips-sgi-*.
29133 * gdb.t00/default.exp (attach): Kill process if requested.
29134 * gdb.t00/help.exp (help target core, help target): Accept a gdb
29135 that does not read core files.
29136 * gdb.t01/run.exp: Removed checks for exit status code.
29137 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
29138 it is linked in.
29139 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
29140 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
29141 appropriate, rather than doing it by hand.
29142 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
29143 execution.
29144 * gdb.t10/crossload.exp: Kill existing program if needed.
29145 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
29146 appropriate, rather than doing it by hand. Always increase
29147 timeout for this test, not just for VxWorks.
29148
29149Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
29150
29151 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
29152 of Chill STRUCT types and STRUCT values.
29153 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
29154 than "char".
29155 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 29156 struct2): New struct definitions and initializations to test
c906108c
SS
29157 simple Chill STRUCT types.
29158
29159Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
29160
29161 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
29162 the null byte at the end of strings.
29163 * gdb.t00/default.exp: Make show version insensitive to copyright
29164 date.
29165 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
29166 to avoid dependencies on target char signedness.
29167 * gdb.t16/printcmds.exp: Update expected results for explicitly
29168 unsigned char.
29169 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
29170 now work.
29171 * gdb.t21/demangle.exp: Add many more patterns for template
29172 demangling, most of them being expected failures.
29173 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
29174 string we are matching for, to match on the whole string.
29175 * gdb.t21/demangle.exp: Add many new test strings to demangle,
29176 and fix a whole bunch that had incorrect expected output but were
29177 passing anyway because of the bug in "proc demangle".
29178 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
29179 type.
29180 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
29181
29182Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
29183
a9c64011
AS
29184 * gdb/testsuite: made modifications to testcases, etc., to allow
29185 them to work properly given the reorganization of deja-gnu and the
29186 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
29187
29188Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
29189
29190 * gdb/testsuite: Initial creation of gdb/testsuite.
29191 Migrated dejagnu testcases and support files for testing nm to
29192 gdb/testsuite from deja-gnu. These files were moved "as is"
29193 with no modifications. This migration is part of a major overhaul
29194 of dejagnu. The modifications to these testcases, etc., which
29195 will allow them to work with the new version of dejagnu will be
29196 made in a future update.
48efe704 29197
8d8cb839 29198 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 29199\f
8d8cb839
EZ
29200;; Local Variables:
29201;; mode: change-log
29202;; left-margin: 8
29203;; fill-column: 74
29204;; version-control: never
29205;; End:
902f2ccb 29206
0b302171 29207 Copyright 1993-2005, 2012 Free Software Foundation, Inc.
902f2ccb
MC
29208 Copying and distribution of this file, with or without modification,
29209 are permitted provided the copyright notice and this notice are preserved.