]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Andrew Haley found a bug on GDB running on ARM when using
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
9991b207
SDJ
12013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * gdb.arch/arm-bl-branch-dest.c: New file.
4 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
5
433730c9
PA
62013-04-19 Vladimir Kargov <kargov@gmail.com>
7 Pedro Alves <palves@redhat.com>
8
9 * gdb.arch/i386-float.S: New file.
10 * gdb.arch/i386-float.exp: New file.
11
9a908334
LM
122013-04-18 Luis Machado <lgustavo@codesourcery.com>
13
14 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
15 type void *.
16
4f22ed5c
DE
172013-04-17 Doug Evans <dje@google.com>
18
19 * lib/dwarf.exp (Dwarf): New proc "tu".
20 * gdb.dwarf2/missing-sig-type.exp: New file.
21
a0d3f2f5
SCR
222013-04-15 Siva Chandra Reddy <sivachandra@google.com>
23
24 Add option to link testcases with Pthreads library when
25 using 'prepare_for_testing' in tests.
26
27 * lib/gdb.exp (build_executable_from_specs): Use
28 gdb_compile_pthreads to compile if option "pthreads" is
29 specified.
30
cc16e6c9
TT
312013-04-15 Tom Tromey <tromey@redhat.com>
32
33 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
34
72f1fe8a
TT
352013-04-15 Tom Tromey <tromey@redhat.com>
36
37 * gdb.base/default.exp: Update for $_exception.
38 * gdb.cp/exceptprint.cc: New file.
39 * gdb.cp/exceptprint.exp: New file.
40 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
41
6e72ca20
TT
422013-04-15 Tom Tromey <tromey@redhat.com>
43
44 * gdb.cp/typeid.cc: New file.
45 * gdb.cp/typeid.exp: New file.
46
591f19e8
TT
472013-04-15 Tom Tromey <tromey@redhat.com>
48
49 * gdb.cp/exception.exp: Add "catch rethrow" tests.
50
da9160e4
YQ
512013-04-13 Yao Qi <yao@codesourcery.com>
52
53 * gdb.base/completion.exp: Test completion of command
54 'target ctf' if target ctf is supported.
55
f81d1120
PA
562013-04-10 Pedro Alves <palves@redhat.com>
57
58 * gdb.base/completion.exp: Test "set height", "set listsize" and
59 "set trace-buffer-size" completion.
60 * gdb.base/setshow.exp: Test "set height unlimited".
61 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
62 unlimited".
63
393fd4c3
YQ
642013-04-10 Yao Qi <yao@codesourcery.com>
65
66 * gdb.trace/actions.exp: Save trace data to CTF.
67 Change to ctf target if GDB supports, read CTF data in ctf
68 target, and check the actions of tracepoints.
69 * gdb.trace/while-stepping.exp: Likewise.
70 * gdb.trace/report.exp: Test GDB saves trace data to CTF
71 format and read CTF trace file if GDB supports.
72 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
73 target is supported, change to ctf target, read trace data and
74 check output of command "tstatus".
75 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
76 read CTF data by target ctf and call check_tsv.
77
b7a273f8
YQ
782013-04-10 Yao Qi <yao@codesourcery.com>
79
80 * gdb.trace/actions.exp (check_tracepoint): New.
81 (top level): Start the tracing and check the actions of
82 tracepoints. Save trace data to tfile format. Restart GDB
83 and read trace file in tfile target. Check the actions of
84 tracepoints again.
85 * gdb.trace/while-stepping.exp: Likewise.
86
f3786771
YQ
872013-04-10 Yao Qi <yao@codesourcery.com>
88
89 * gdb.trace/report.exp: Use standard_output_file for saved
90 trace file.
91
5c2b4418
HZ
922013-04-10 Hui Zhu <hui@codesourcery.com>
93
94 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
95 (MISCELLANEOUS): Add dprintf-pendshr.sl.
96 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
97
f7543f0a
JK
982013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
99
100 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
101 response.
102
f6de8ec2
PA
1032013-04-08 Pedro Alves <palves@redhat.com>
104
105 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
106 the location.
107
b8abfd58
SL
1082013-04-04 Sandra Loosemore <sandra@codesourcery.com>
109
110 * gdb.cp/cplabel.exp: Allow empty directory in file reported
111 for breakpoint location.
112
156bffd0
SL
1132013-04-04 Sandra Loosemore <sandra@codesourcery.com>
114
115 * gdb.linespec/linespec.exp: Make dir/file:line tests
116 conditional for non-remote hosts only.
117
c9a6ce02
PA
1182013-04-04 Stan Shebs <stan@codesourcery.com>
119 Pedro Alves <palves@redhat.com>
120
121 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
122 * gdb.trace/actions-changed.c: New file.
123 * gdb.trace/actions-changed.exp: New file.
124 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
125 (gdb_trace_setactions_command): ... this. Add "actions_command"
126 parameter, and handle it.
127 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
128
4bd05f24
YQ
1292013-04-04 Yao Qi <yao@codesourcery.com>
130
131 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
132 'step'.
133
3758b5ce
YQ
1342013-04-03 Yao Qi <yao@codesourcery.com>
135
136 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
137 "tfile-basic.tf".
138 (test_tfind_tfile): Likewise.
139
1dcaed0d
YQ
1402013-04-03 Yao Qi <yao@codesourcery.com>
141
142 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
143 "tfile-basic.tf" instead of "basic.tf".
144 (write_error_trace_file): Pass argument "tfile-error.tf"
145 instead of "error.tf".
146 * gdb.trace/tfile.exp: Update tfile names to
147 "tfile-basic.tf" and "tfile-error.tf".
148
0e7a53fc
SL
1492013-04-02 Sandra Loosemore <sandra@codesourcery.com>
150
151 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
152 empty directory in file for breakpoint hit.
153
9852c492
YQ
1542013-03-29 Yao Qi <yao@codesourcery.com>
155
156 * gdb.base/completion.exp: Test completion of commands
157 "target core", "target tfile" and "target exec".
158 * gdb.trace/tfile.exp: Test completion of command
159 "target tfile".
160
af312be7
JB
1612013-03-28 Joel Brobecker <brobecker@adacore.com>
162
163 * gdb.ada/win_fu_syms: New testcase.
164
e4a48d9d
DE
1652013-03-28 Doug Evans <dje@google.com>
166
167 * gdb.base/maint.exp (maint print statistics): Update expected output.
168
7f7cc265
PA
1692013-03-28 Pedro Alves <palves@redhat.com>
170
171 PR gdb/15294
172
173 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
174 mean unlimited instead of $arg < 0.
175 (test_listsize): Remove "listsize of 0 suppresses output" test.
176 Test that "set listsize 0" ends up with an unlimited listsize.
177
fc0da894
PA
1782013-03-28 Pedro Alves <palves@redhat.com>
179
180 * gdb.base/list.exp (last_line): New global.
181 (last_line_re): New global.
182 (test_listsize, test_list_function, test_list_forward)
183 (test_repeat_list_command, test_list_range)
184 (test_list_filename_and_function): Use them.
185 * gdb.base/list0.c: Comment the last line of the file with "last
186 line".
187
abe7b711
PA
1882013-03-28 Pedro Alves <palves@redhat.com>
189
190 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
191 list the whole file.
192
15b3979c
PA
1932013-03-28 Pedro Alves <palves@redhat.com>
194
195 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
196 "set listsize".
197
96811e3b
KS
1982013-03-26 Keith Seitz <keiths@redhat.com>
199
200 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
201 from passing.
202
4043f22b
PA
2032013-03-26 Pedro Alves <palves@redhat.com>
204
205 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
206 until after GDB has run.
207
14a1aa17
YQ
2082013-03-26 Yao Qi <yao@codesourcery.com>
209
210 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
211 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
212
99c819ee
MM
2132013-03-26 Markus Metzger <markus.t.metzger@intel.com>
214
215 * gdb.btrace/enable.exp: Add regression test.
216
24955f63
TT
2172013-03-25 Tom Tromey <tromey@redhat.com>
218
219 * gdb.cp/m-static.exp: Add destructor-printing tests.
220
fce632b6
TT
2212013-03-25 Tom Tromey <tromey@redhat.com>
222
223 * gdb.cp/m-static.exp: Add constructor ptype tests.
224 * gdb.cp/m-static.cc (single_constructor): New class.
225 (main): Make instance of single_constructor.
226
598d3636
JK
2272013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
228 Pedro Alves <palves@redhat.com>
229
230 * gdb.server/server-kill.c: New file.
231 * gdb.server/server-kill.exp: New file.
232
c12440c9
PA
2332013-03-21 Pedro Alves <palves@redhat.com>
234
235 * gdb.trace/trace-buffer-size.exp (get default buffer size):
236 Expect $gdb_prompt in gdb_test_multiple.
237
bd712aed
DE
2382013-03-21 Doug Evans <dje@google.com>
239
240 * gdb.base/maint.exp: Update tests for per-command stats.
241
b2f83c08
TT
2422013-03-21 Tom Tromey <tromey@redhat.com>
243
244 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
245 * gdb.cp/misc.exp: Add test for FILENAME:: case.
246
ef0026f0
PA
2472013-03-20 Pedro Alves <palves@redhat.com>
248
249 PR gdb/15289
250
251 * gdb.base/remote.exp: Test
252 "set remote hardware-watchpoint-limit -1",
253 "set remote hardware-breakpoint-limit -1",
254 "set remote hardware-watchpoint-limit 2147483647" and
255 "set remote hardware-breakpoint-limit 2147483647".
256
3f1175a9
PA
2572013-03-20 Pedro Alves <palves@redhat.com>
258 Yao Qi <yao@codesourcery.com>
259
260 * gdb.trace/tfile.c: Add comments.
261 (nonconstglob): New global.
262 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
263 global that is not covered by the trace frame. Test
264 disassembling.
265
a09ae1c1
JK
2662013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
267
268 * gdb.base/valgrind-infcall.exp
269 (continue #$continue_count) <remote connection closed>
270 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
271 $valgrind_pid.
272
9ce98649
TT
2732013-03-15 Tom Tromey <tromey@redhat.com>
274
275 * gdb.cp/overload.cc (intintfunc): New.
276 * gdb.cp/overload.exp: Add regression test.
277
0a251e08
YQ
2782013-03-15 Yao Qi <yao@codesourcery.com>
279
280 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
281 using with_test_prefix.
282 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
283 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
284 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
285 * gdb.threads/watchpoint-fork.exp (test): Likewise.
286 * gdb.base/break-interp.exp (test_core): Likewise.
287 (test_attach_gdb): Likewise.
288 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
289 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
290 Likewise.
291 * gdb.base/jit-so.exp (one_jit_test): Likewise.
292 * gdb.base/jit.exp (one_jit_test): Likewise.
293 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
294 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
295 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
296 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
297 Likewise.
298 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
299 Likewise.
300 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
301 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
302 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
303 (tracepoint_change_loc_2): Likewise.
304 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
305 Likewise.
306 (disconnected_tfind): Likewise.
307 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
308 Likewise.
309 (test_tfind_remote): Likewise.
310 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
311 Likewise.
312 (test_pending_resolved): Likewise.
313 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
314 Likewise.
315 (test_upload_tsv): Likewise.
316 * gdb.trace/pending.exp (pending_tracepoint_resolved):
317 Likewise.
318 (pending_tracepoint_works): Likewise.
319 * gdb.trace/report.exp (use_collected_data): Likewise.
320 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
321 Likewise.
322 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
323 * gdb.trace/strace.exp (strace_info_marker): Likewise.
324 (strace_trace_on_same_addr): Likewise.
325 (strace_trace_on_diff_addr): Likewise.
326 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
327 (gdb_collect_locals_test): Likewise.
328 (gdb_unavailable_registers_test): Likewise.
329 (gdb_collect_globals_test): Likewise.
330
2c415c0f
YQ
3312013-03-15 Yao Qi <yao@codesourcery.com>
332
333 * gdb.base/condbreak.exp: Add semicolon back which was removed
334 by my previous commit.
335
ae59b1da
YQ
3362013-03-14 Yao Qi <yao@codesourcery.com>
337
338 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
339 'return'.
340 (gdb_target_monitor, gdb_load): Likewise.
341 * config/sid.exp (gdb_load): Likewise.
342 * config/slite.exp (gdb_load): Likewise.
343 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
344 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
345 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
346 (single_step_until): Likewise.
347 * gdb.arch/powerpc-d128-regs.exp: Likewise.
348 * gdb.arch/system-gcore.exp: Likewise.
349 * gdb.base/bigcore.exp (extract_heap): Likewise.
350 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
351 * gdb.base/call-ar-st.exp: Likewise.
352 * gdb.base/call-rt-st.exp: Likewise.
353 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
354 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
355 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
356 * gdb.base/corefile.exp: Likewise.
357 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
358 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
359 * gdb.base/fixsection.exp: Likewise.
360 * gdb.base/funcargs.exp: Likewise.
361 * gdb.base/gcore-buffer-overflow.exp: Likewise.
362 * gdb.base/gcore-relro.exp: Likewise.
363 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
364 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
365 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
366 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
367 * gdb.base/list.exp: Likewise.
368 (set_listsize): Likewise.
369 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
370 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
371 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
372 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
373 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
374 * gdb.base/setvar.exp: Likewise.
375 (test_set): Likewise.
376 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
377 * gdb.base/solib-overlap.exp: Likewise.
378 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
379 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
380 * gdb.base/watchpoint.exp (initialize): Likewise.
381 (test_simple_watchpoint): Likewise.
382 (test_disabling_watchpoints): Likewise.
383 (test_watchpoint_triggered_in_syscall): Likewise.
384 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
385 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
386 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
387 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
388 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
389 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
390 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
391 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
392 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
393 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
394 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
395 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
396 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
397 * gdb.mi/gdb792.exp: Likewise.
398 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
399 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
400 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
401 * gdb.threads/gcore-thread.exp: Likewise.
402 (load_core): Likewise.
403 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
404 (test_startup, check_control_c): Likewise.
405 * gdb.threads/sigstep-threads.exp: Likewise.
406 * gdb.threads/thread_check.exp: Likewise.
407 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
408 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
409 (set_a_tracepoint, trace_buffer_normal): Likewise.
410 (gdb_trace_circular_tests): Likewise.
411 * gdb.trace/collection.exp: Likewise.
412 * gdb.trace/disconnected-tracing.exp: Likewise.
413 * gdb.trace/infotrace.exp: Likewise.
414 * gdb.trace/mi-traceframe-changed.exp: Likewise.
415 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
416 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
417 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
418 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
419 * gdb.trace/stap-trace.exp: Likewise.
420 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
421 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
422 * gdb.trace/trace-buffer-size.exp: Likewise.
423 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
424 * gdb.trace/unavailable.exp: Likewise.
425 * gdb.trace/while-dyn.exp: Likewise.
426 * lib/fortran.exp (set_lang_fortran): Likewise.
427 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
428 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
429 (default_gdb_start, get_compiler_info): Likewise.
430 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
431 (get_debug_format, setup_xfail_format): Likewise.
432 (rerun_to_main, gdb_skip_float_test): Likewise.
433 (build_id_debug_filename_get, get_remotetimeout): Likewise.
434 * lib/java.exp (set_lang_java): Likewise.
435 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
436 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
437 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
438 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
439 * lib/objc.exp (set_lang_objc): Likewise.
440 * lib/pascal.exp (set_lang_pascal): Likewise.
441 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
442 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
443 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
444
bb869963
SDJ
4452013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
446
447 PR c++/15203
448 PR c++/15210
449 * gdb.cp/m-static.cc (keepalive_int): New function.
450 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
451 * gdb.cp/m-static.exp: New test for `sintvar'.
452
e2be70a0
YQ
4532013-03-14 Yao Qi <yao@codesourcery.com>
454
455 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
456 of 'tstatus' into tstatus_output.
457 (top level): Save the trace data to tfile. Read trace file in
458 tfile target. Check the trace status.
459
8ddb1965
YQ
4602013-03-13 Yao Qi <yao@codesourcery.com>
461
462 * gdb.trace/tsv.exp (check_tsv): New.
463 (top level): Save a tfile on current trace session. Call
464 check_tsv on live target. Load the tfile with target tfile
465 and call check_tsv again.
466
045dd51f
YQ
4672013-03-13 Yao Qi <yao@codesourcery.com>
468
469 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
470 Replace some "gdb_test" with "gdb_test_no_output".
471
82d049ab
PH
4722013-03-12 Paul Hilfinger <hilfingr@adacore.com>
473
474 * gdb.ada/expr_delims.exp: New file.
475 * gdb.ada/expr_delims/foo.adb: New file.
476 * gdb.ada/expr_delims/pck.ads: New file.
477 * gdb.ada/expr_delims/pck.adb: New file.
478
cb8ea32b
KS
4792013-03-11 Keith Seitz <keiths@redhat.com>
480
481 * watchpoint.exp (test_no_hw_watchpoints): Add test using
482 both condition and thread. Then delete the watchpoint.
483
2f1d9bdd
MM
4842013-03-11 Christian Himpel <christian.himpel@intel.com>
485
486 * Makefile.in: Add btrace testsuite.
487 * configure: Regenerated.
488 * configure.ac: Add btrace testsuite.
489 * gdb.btrace/Makefile.in: New file.
490 * gdb.btrace/enable.c: New file.
491 * gdb.btrace/enable.exp: New file.
492 * gdb.btrace/function_call_history.c: New file.
493 * gdb.btrace/function_call_history.exp: New file.
494 * gdb.btrace/instruction_history.c: New file.
495 * gdb.btrace/instruction_history.exp: New file.
496 * gdb.btrace/instruction_history.S: New file.
497 * lib/gdb.exp: Add btrace skip proc.
498
05c56a9d
JK
4992013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
500
501 Fix entry-values if the callee called a noreturn function.
502 * gdb.arch/amd64-tailcall-noret.S: New file.
503 * gdb.arch/amd64-tailcall-noret.c: New file.
504 * gdb.arch/amd64-tailcall-noret.exp: New file.
505
9112db09
JK
5062013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
507
508 Fix entry-values in C++ across CUs.
509 * gdb.arch/amd64-tailcall-cxx.exp: New file.
510 * gdb.arch/amd64-tailcall-cxx1.S: New file.
511 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
512 * gdb.arch/amd64-tailcall-cxx2.S: New file.
513 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
514
be9a119c 5152013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
516 Hafiz Abid Qadeer <abidh@codesourcery.com>
517
518 gdb/testsuite/
519 * gdb.trace/trace-buffer-size.exp: New file.
520 * gdb.trace/trace-buffer-size.c: New file.
521
049109b0
PA
5222013-03-06 Pedro Alves <palves@redhat.com>
523
524 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
525 doesn't support the tested optional feature, call "unsupported"
526 with the same test message as the "pass" case, instead of calling
527 "pass" with a different message. Use the same text for the "fail"
528 cases too.
529
4aa54120
YQ
5302013-03-06 Yao Qi <yao@codesourcery.com>
531
532 * gdb.trace/tstatus.exp: Remove the invocation of
533 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
534 (test_tracepoints): Don't set fast tracepoint.
535 (top level): Don't check agent library is loaded or not.
536
b8b71e63
YQ
5372013-03-06 Yao Qi <yao@codesourcery.com>
538
539 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
540 parentheses by "\\".
541
33f448b1
JK
5422013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
543
544 * gdb.linespec/base/one/thefile.cc (twodup): New.
545 (m): Call it.
546 * gdb.linespec/base/two/thefile.cc (dupname): New.
547 (n): Call it.
548 * gdb.linespec/break-ask.exp: New file.
549 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
550
1c942fb9
YQ
5512013-02-28 Yao Qi <yao@codesourcery.com>
552
553 * gdb.trace/report.exp: Move some code to ...
554 (use_collected_data): New.
555 (top level): Call use_collected_data once on the live target.
556 Save at file of the current trace session, load it with target
557 tfile, and call use_collected_data again.
558
5b967901
JK
5592013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
560
561 * gdb.threads/fork-thread-pending.c (main): Add alarm.
562
6447023f
JK
5632013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
564
565 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
566 Add final kill of ${valgrind_pid}.
567
9f44fbc0
SCR
5682013-02-20 Siva Chandra Reddy <sivachandra@google.com>
569
570 * gdb.python/py-arch.c: New test case
571 * gdb.python/py-arch.exp: New tests to test
572 gdb.Architecture.disassemble
573 * gdb.python/Makefile.in: Add py-arch to the list of
574 EXECUTABLES.
575
4c9ad8c2
TT
5762013-02-18 Tom Tromey <tromey@redhat.com>
577
578 * gdb.dwarf2/subrange.exp: New file.
579
f5911ea1
HAQ
5802013-02-15 Pedro Alves <pedro@codesourcery.com>
581 Hafiz Abid Qadeer <abidh@codesourcery.com>
582
583 * gdb.trace/tfile.exp: Add test for -trace-status command.
584
420f4384
JK
5852013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
586
587 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
588 nanosleep by sleep.
589
4819b3f8
PA
5902013-02-14 Pedro Alves <palves@redhat.com>
591
592 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
593
1773c82c
HAQ
5942013-02-14 Pedro Alves <pedro@codesourcery.com>
595 Hafiz Abid Qadeer <abidh@codesourcery.com>
596
597 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
598
e234dfaf
TT
5992013-02-12 Tom Tromey <tromey@redhat.com>
600
601 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
602 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
603
6c01dd94
PA
6042013-02-12 Pedro Alves <palves@redhat.com>
605
606 * gdb.base/catch-signal.c: Update copyright years.
607 * gdb.base/catch-signal.exp: Update copyright years.
608 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
609 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
610 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
611 * gdb.dwarf2/dw2-error.S: Update copyright years.
612 * gdb.dwarf2/dw2-error.c: Update copyright years.
613 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
614 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
615 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
616
595fc67f
PA
6172013-02-12 Pedro Alves <palves@redhat.com>
618
619 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
620 message.
621 * gdb.base/sigaltstack.exp: Ditto.
622 * gdb.base/siginfo.exp: Ditto.
623 * gdb.base/sizeof.exp: Ditto.
624
17282693
PA
6252013-02-12 Pedro Alves <palves@redhat.com>
626
627 * gdb.mi/mi-basics.exp: Tweak intro comment.
628 * gdb.mi/mi-break.exp: Tweak intro comment.
629 * gdb.mi/mi-console.exp: Tweak intro comment.
630 * gdb.mi/mi-file.exp: Tweak intro comment.
631 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
632 * gdb.mi/mi-return.exp: Tweak intro comment.
633 * gdb.mi/mi-stepi.exp: Tweak intro comment.
634 * gdb.mi/mi-until.exp: Tweak intro comment.
635 * gdb.mi/mi-watch.exp: Tweak intro comment.
636
8a4ac37e
PA
6372013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
638
639 * gdb.server/no-thread-db.exp: New file.
640 * gdb.server/no-thread-db.c: New file.
641 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
642
c2792f5a
DE
6432013-02-11 Doug Evans <dje@google.com>
644
645 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
646 two decfloats.
647
d9e98382
SDJ
6482013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
649
650 * gdb.base/bitfields.c (struct internalvartest): New declaration.
651 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
652
a321661a
JK
6532013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
654
655 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
656
134a2066
YQ
6572013-02-06 Yao Qi <yao@codesourcery.com>
658
659 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
660 to ...
661 (test_create_delete_modify_tsv): ... here. New test on modifying
662 the initial value of a tsv.
663
5a2dc60a
JK
6642013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
665
666 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
667 (cd .../rdir): ... here.
668
233d95b5
JK
6692013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
670
671 * gdb.linespec/base/one/header.h: New file.
672 * gdb.linespec/base/two/header.h: New file.
673 * gdb.linespec/macro-relative.c: New file.
674 * gdb.linespec/macro-relative.exp: New file.
675
fbd9ab74
JK
6762013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
677
678 * gdb.base/fullpath-expand-func.c: New file.
679 * gdb.base/fullpath-expand.c: New file.
680 * gdb.base/fullpath-expand.exp: New file.
681 * gdb.base/realname-expand-real.c: New file.
682 * gdb.base/realname-expand.c: New file.
683 * gdb.base/realname-expand.exp: New file.
684
1b56eb55
JK
6852013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
686
687 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
688 * gdb.dwarf2/dw2-dir-file-name.c: New file.
689
af529f8f
JK
6902013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
691
692 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
693 (compare_filenames_for_search does not match)
694 (compare_filenames_for_search does match): New tests.
695
f5b95b50
JK
6962013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
697
698 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
699
d47921b9
JK
7002013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
701
702 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
703
8a92335b
JK
7042013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
705
706 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
707 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
708 ${binfile}.mini_debuginfo-debuglink and
709 ${binfile}.mini_debuginfo-debuglink.xz.
710
17f2157d
TT
7112013-02-01 Tom Tromey <tromey@redhat.com>
712
713 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
714 attributes.
715
d65f0a9c
TT
7162013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
717 Tom Tromey <tromey@redhat.com>
718
719 * gdb.dwarf2/method-ptr.exp: Link with c++.
720 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
721
f25c0135
TT
7222013-01-31 Tom Tromey <tromey@redhat.com>
723
724 * gdb.base/jit.exp (compile_jit_test): New proc.
725 Add PIE tests.
726
7078baeb
TT
7272013-01-31 Tom Tromey <tromey@redhat.com>
728
729 * gdb.dwarf2/method-ptr.cc: New file.
730 * gdb.dwarf2/method-ptr.exp: New file.
731
1d24041a
TT
7322013-01-31 Tom Tromey <tromey@redhat.com>
733
734 * lib/dwarf.exp (namespace Dwarf): New.
735
8d9878a4
TT
7362013-01-29 Tom Tromey <tromey@redhat.com>
737
738 * gdb.dwarf2/fission-reread.exp: Add unload test.
739
bed911e5
DE
7402013-01-28 Doug Evans <dje@google.com>
741
742 * gdb.dwarf2/fission-loclists.exp: New file.
743 * gdb.dwarf2/fission-loclists.S: New file.
744
e229648e
JK
7452013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
746
747 Code cleanup.
748 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
749 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
750 and prepare_for_testing.
751 * gdb.base/store.exp: Likewise.
752
86700f00
TT
7532013-01-25 Tom Tromey <tromey@redhat.com>
754
755 * gdb.python/py-explore.exp: Expect the gdb prompt.
756
8954db33
AB
7572013-01-25 Andrew Burgess <aburgess@broadcom.com>
758
759 * gdb.base/gnu_vector.c: New variable for use in tests.
760 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
761 changes in scalar to vector casting and widening.
762 * gdb.python/py-type.c: New variables for use in tests.
763 * gdb.python/py-type.exp: Update vector related tests to reflect
764 changes in scalar to vector casting and widening.
765
2077afdd
TD
7662013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
767
768 * gdb.base/prologue-include.c: New file.
769 * gdb.base/prologue-include.exp: New file.
770 * gdb.base/prologue-include.h: New file.
771
d7499464
HAQ
7722013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
773
774 PR gdb/13443
775 * gdb.mi/mi-var-block.exp: Make test messages unique.
776
e2a3e0f1
TT
7772013-01-23 Tom Tromey <tromey@redhat.com>
778
779 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
780
152fcc9c
TT
7812013-01-23 Tom Tromey <tromey@redhat.com>
782
783 * gdb.cp/converts.cc (main): Initialize 'a'.
784
bea883fd
SCR
7852013-01-23 Siva Chandra Reddy <sivachandra@google.com>
786
787 * testsuite/gdb.python/frame.exp: Add a test for
788 gdb.Frame.architecture() method.
789
0928e93d
PA
7902013-01-22 Pedro Alves <palves@redhat.com>
791
792 * gdb.base/annota1.exp (signal sent): No longer expect
793 breakpoints-invalid.
794 * gdb.cp/annota2.exp (continue until exit)
795 (watch triggered on a.x): Ditto.
796
9c97429f
PA
7972013-01-22 Pedro Alves <palves@redhat.com>
798
799 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
800 Adjust tests to breakpoints-invalid changes.
801 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
802 variables.
803 Adjust tests to breakpoints-invalid changes.
804
187d10dd
PA
8052013-01-22 Pedro Alves <palves@redhat.com>
806
807 * gdb.base/annota1.exp (annotate ignore count change): Add
808 expected output for failure case.
809
ea3aedcb
TT
8102013-01-22 Tom Tromey <tromey@redhat.com>
811
812 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
813 call.
814
998580f1
MK
8152013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
816
817 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 818 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
819 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
820 Also handle 'thread' field.
821 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
822 * gdb.mi/mi-watch.exp: Ditto.
823 * lib/mi-support.exp: Ditto.
824
8f1d5693
MK
8252013-01-21 Siva Chandra Reddy <sivachandra@google.com>
826
827 * gdb.python/py-explore.exp: Improve a test
828
2d8c5d7c
DB
8292013-01-18  David Blaikie  <dblaikie@gmail.com>
830
831 * gdb.base/label.c (main): Correct the type of the second
832 parameter.
833
46f35228
TT
8342013-01-18 Tom Tromey <tromey@redhat.com>
835
836 * gdb.dwarf2/trace-crash.s: New file.
837 * gdb.dwarf2/trace-crash.exp: New file.
838
5965d69d
HAQ
8392013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
840
43aaf8b6
PA
841 PR gdb/13443
842 * gdb.base/checkpoint.exp: Update test messages to make them
843 unique.
5965d69d 844
5ae4861a
YQ
8452013-01-18 Yao Qi <yao@codesourcery.com>
846
847 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
848 output of 'info tracepoints'.
849 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
850 Likewise.
851 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
852 * gdb.trace/disconnected-tracing.c (struct foo): New.
853
d84fca2c
JK
8542013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
855
856 * gdb.dwarf2/dw2-dos-drive.S: New file.
857 * gdb.dwarf2/dw2-dos-drive.exp: New file.
858
aebb1cc9
DE
8592013-01-17 Doug Evans <dje@google.com>
860
2782d512
DE
861 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
862 CXX_FOR_TARGET.
863
aebb1cc9
DE
864 * boards/cc-with-tweaks.exp: New file.
865
db2b2972
TT
8662013-01-17 Tom Tromey <tromey@redhat.com>
867
868 * gdb.base/completion.exp: Add "set cp-abi" completion test.
869
96343774
PA
8702013-01-17 Pedro Alves <palves@redhat.com>
871
872 Merge dg-extract-results.sh from upstream (svn 195224).
873
874 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 875 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
876
877 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 878 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
879
880 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 881 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
882
883 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
884 * dg-extract-results.sh: Redirect grep output to /dev/null instead
885 of grep -q.
886
675921c0
SD
8872012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
888
889 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
890 interface.
891 * gdb.base/jithost.c: New file.
892 * gdb.base/jithost.h: New file.
893 * gdb.base/jitreader.c : New file.
894 * gdb.base/jit-protocol.h: New file.
895
ab04a2af
TT
8962013-01-16 Tom Tromey <tromey@redhat.com>
897
898 * gdb.base/catch-signal.c: New file.
899 * gdb.base/catch-signal.exp: New file.
900
8ac3646f
TT
9012013-01-16 Tom Tromey <tromey@redhat.com>
902
903 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
904
22fc223e
JK
9052013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
906
907 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
908
44478ab3
TT
9092013-01-14 Tom Tromey <tromey@redhat.com>
910
911 * gdb.base/completion.exp: Add "set gnutarget" test.
912
06d66ee9
TT
9132013-01-14 Tom Tromey <tromey@redhat.com>
914
915 * gdb.dwarf2/dw2-restrict.S: New file.
916 * gdb.dwarf2/dw2-restrict.c: New file.
917 * gdb.dwarf2/dw2-restrict.exp: New file.
918
c9bf0622
TT
9192013-01-14 Tom Tromey <tromey@redhat.com>
920
921 * gdb.dwarf2/dw2-error.exp: New file.
922 * gdb.dwarf2/dw2-error.c: New file.
923 * gdb.dwarf2/dw2-error.S: New file.
924
5b12a61c
JK
9252013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
926
927 * gdb.cp/parse-lang.cc: New file.
928 * gdb.cp/parse-lang.exp: New file.
929
f0a4b570
JK
9302013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
931
932 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
933 (set substitute-path): New test.
934 (fullname present): Remove content.
935 (substituted fullname): New test.
936
f751cc97
JB
9372013-01-13 Joel Brobecker <brobecker@adacore.com>
938
939 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
940 check. Move $gdb_py_is_py24 value check right after.
941
04164e8e
JK
9422013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
943
944 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
945 targets.
946
5bf480a5
YQ
9472013-01-11 Yao Qi <yao@codesourcery.com>
948
949 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
950 for dprintf.
951 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
952 Check the fields in "=breakpoint-created" for dprintf.
953
f35a17b5
JK
9542012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
955
956 * gdb.mi/mi-fullname-deleted.exp: New file.
957
85817405
JK
9582012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
959
960 * gdb.base/skip-solib.exp (info skip with pending file): Update the
961 expected output.
962 (info skip with pending file): Remove.
963 (ignoring function in solib, info skip for function multiply): Update
964 the expected output.
965 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
966 (info skip (delete 1), info skip after disabling all)
967 (info skip after enabling all, info skip after disabling 4 2-3)
968 (info skip after enabling 2-3, info skip 2-3)
969 (info skip after deleting 2 3): Update the expected output.
970 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
971 statement to its initialization and return.
972 * gdb.linespec/skip-two.exp: New file.
973
27210e12
DE
9742012-12-19 Doug Evans <dje@google.com>
975
976 * gdb.base/maint.exp: Handle testing with .gdb_index.
977
bb627a12
JB
9782012-12-19 Joel Brobecker <brobecker@adacore.com>
979
980 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
981 Cavium to FSF.
982
7785b880
JB
9832012-12-19 Joel Brobecker <brobecker@adacore.com>
984
985 * dg-extract-results.sh: Update contact info in copyright notice.
986 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
987 GPL v3 or later. Update contact info.
988 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
989 gdb.threads/watchpoint-fork-mt.c,
990 gdb.threads/watchpoint-fork-parent.c,
991 gdb.threads/watchpoint-fork-st.c,
992 gdb.threads/watchpoint-fork.h: Likewise.
993
f2a8bc8a
YQ
9942012-12-15 Yao Qi <yao@codesourcery.com>
995
996 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
997 'installed' field in '=breakpoint-modified'.
998 (test_reconnect): Check 'installed' field in
999 '=breakpoint-modified' and '=breakpoint-created'.
1000
1001 * gdb.trace/actions.exp: Update test for 'installed' field.
1002 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
1003 (tracepoint_change_loc_2): Likewise.
1004 Check 'info tracepoint' display nothing else.
1005 * gdb.trace/deltrace.exp: Likewise.
1006 * gdb.trace/infotrace.exp: Likewise.
1007 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
1008 Likewise.
1009 * gdb.trace/passcount.exp: Likewise.
1010 * gdb.trace/tracecmd.exp: Likewise.
1011 * gdb.trace/while-stepping.exp: Likewise.
1012
6592e36f
TT
10132012-12-14 Tom Tromey <tromey@redhat.com>
1014
1015 * gdb.cp/member-name.exp: New file.
1016 * gdb.cp/member-name.cc: New file.
1017
7d27a96d
TT
10182012-12-14 Tom Tromey <tromey@redhat.com>
1019
1020 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
1021
f8c05d0d
DE
10222012-12-14 Doug Evans <dje@google.com>
1023
1024 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
1025 DW_OP_GNU_implicit_pointer is section-relative.
1026
451b7c33
TT
10272012-12-14 Tom Tromey <tromey@redhat.com>
1028
43aaf8b6 1029 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 1030
10e339df
PA
10312012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
1032
6fdff2c5 1033 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 1034
e780d813
DE
10352012-12-13 Doug Evans <dje@google.com>
1036
1037 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
1038 * gdb.multi/multi-arch.exp: Ditto.
1039
ca3dbcc8 10402012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 1041
ca3dbcc8
MG
1042 * gdb.mi/mi-catch-load-so.c: New. Clone of the
1043 catch load test library source file.
1044 * gdb.mi/mi-catch-load.c: New. Clone of the catch
1045 load test source file.
1046 * gdb.mi/mi-catch-load.exp: New. Test file for
1047 basic MI -catch-load and -catch-unload tests.
1048
2960a434
PK
10492012-12-11 Paul Koning <paul_koning@dell.com>
1050
1051 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
1052 exception.
1053 (_iterator_except): New function.
1054 (ArrayPrinter): Use _iterator function instead of local _iterator
1055 class for Python 3 compatibility.
1056 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 1057 _iterator.
2960a434
PK
1058 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
1059 execfile for Python 3 compatibility.
1060 * gdb.python/python.exp: Handle Python 2.4 exception traceback
1061 format in error_prompt test.
6fdff2c5 1062
9325cb04
PK
10632012-12-10 Paul Koning <paul_koning@dell.com>
1064
1065 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 1066 compatibility.
9325cb04
PK
1067 * gdb.python/py-block.exp: Ditto.
1068 * gdb.python/py-breakpoint.exp: Ditto.
1069 * gdb.python/py-cmd.exp: Ditto.
1070 * gdb.python/py-events.py: Ditto.
1071 * gdb.python/py-finish-breakpoint.py: Ditto.
1072 * gdb.python/py-finish-breakpoint2.exp: Ditto.
1073 * gdb.python/py-finish-breakpoint2.py: Ditto.
1074 * gdb.python/py-frame-inline.exp: Ditto.
1075 * gdb.python/py-frame.exp: Ditto.
1076 * gdb.python/py-infthread.exp: Ditto.
1077 * gdb.python/py-objfile.exp: Ditto.
1078 * gdb.python/py-parameter.exp: Ditto.
1079 * gdb.python/py-progspace.exp: Ditto.
1080 * gdb.python/py-prompt.exp: Ditto.
1081 * gdb.python/py-symbol.exp: Ditto.
1082 * gdb.python/py-symtab.exp: Ditto.
1083 * gdb.python/py-template.exp: Ditto.
1084 * gdb.python/py-value-cc.exp: Ditto.
1085 * gdb.python/python.exp: Ditto.
1086 * gdb.python/source2.py: Ditto.
1087 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 1088 compatibility.
9325cb04
PK
1089 Use sorted() function rather than sort() method.
1090 Accept either int or long values for enum values.
1091 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
1092 execfile for Python 3 compatibility.
1093 * gdb.python/py-evsignal.exp: Ditto.
1094 * gdb.python/py-evthreads.exp: Ditto.
1095 * gdb.python/py-mi.exp: Ditto.
1096 * gdb.python/py-pp-maint.exp: Ditto.
1097 * gdb.python/py-prettyprint.exp: Ditto.
1098 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 1099 Python 3 compatibility.
9325cb04
PK
1100 Skip tests for Python 2.4.
1101 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 1102 Python 3 compatibility.
9325cb04
PK
1103 Use byte string rather than character string in memory write test
1104 if Python 3.
1105 * gdb.python/py-pp-maint.py: Change class declarations to "new
1106 class" syntax.
1107 * gdb.python/py-prettyprint.py: Change iterator class to generator
1108 function for Python 3 compatibility.
1109 Make all classes "new style".
1110 Fix indentation issue and stray semicolon.
1111 * gdb.python/py-shared.expChange print syntax for Python 3
1112 compatibility.
1113 Define "long" if Python 3.
1114 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 1115 compatibility.
9325cb04
PK
1116 Accept either int or long values for enum values.
1117 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 1118 compatibility.
9325cb04
PK
1119 Skip "long" and "unicode" tests if Python 3.
1120 Accept either "type" or "class" in type checks.
1121 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
1122 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
1123
8b9737bf
TT
11242012-12-10 Tom Tromey <tromey@redhat.com>
1125
1126 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
1127 (test): Add "two_cu" argument.
1128 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
1129 for types; allow two CUs.
1130
1b80a9fa
JK
11312012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1132
1133 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
1134 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
1135
f0b6d50a
YQ
11362012-12-08 Yao Qi <yao@codesourcery.com>
1137 Pedro Alves <palves@redhat.com>
1138
1139 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
1140 '=breakpoint-created' when GDB merges the tracepoints of both
1141 sides.
1142
2f68a895
TT
11432012-12-07 Tom Tromey <tromey@redhat.com>
1144
1145 * gdb.base/break1.c (enum some_enum, union some_union): New.
1146 (some_enum_global, some_union_global, some_value): New globals.
1147 * gdb.base/completion.exp: Add tag completion tests.
1148
4fc5d43e
TT
11492012-12-07 Tom Tromey <tromey@redhat.com>
1150
1151 * gdb.base/completion.exp: Add tests for ptype and whatis
1152 completion.
1153
6559e013
JB
11542012-12-07 Joel Brobecker <brobecker@adacore.com>
1155
1156 * gdb.base/stale-infcall.exp: Fix copyright line.
1157
ae2b630d
JB
11582012-12-07 Joel Brobecker <brobecker@adacore.com>
1159
1160 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
1161
0ba2eb0f
TT
11622012-12-06 Pedro Alves <palves@redhat.com>
1163 Tom Tromey <tromey@redhat.com>
1164
1165 * gdb.base/exprs.exp: Add tests for cast to void.
1166
731145cb
TT
11672012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
1168
1169 * gdb.python/py-mi.exp: Correct expected results for attribute
1170 "dynamic" returned by -var-update.
1171 Add test case for correct handling of "diplayhint" for children
1172 of dynamic varobjs.
1173 * gdb.python/py-prettyprint.c (set_itme): New function.
1174 (bug_14741) New function.
1175 (main) Add call to bug_14741().
1176 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
1177
e58fcc15
UW
11782012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
1179
1180 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
1181 ${binfile}.funcsyms list.
1182
e9eb0d14
YQ
11832012-12-04 Yao Qi <yao@codesourcery.com>
1184
1185 PR gdb/13443
1186 * gdb.trace/actions.exp: Make test messages unique.
1187
4983028c
TT
11882012-11-29 Tom Tromey <tromey@redhat.com>
1189
1190 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
1191
ea5e6b0e
UW
11922012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1193
1194 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
1195 * gdb.opencl/datatypes.exp: Likewise.
1196 * gdb.opencl/operators.exp: Likewise.
1197 * gdb.opencl/vec_comps.exp: Likewise.
1198
cdde3dfb
JG
11992012-11-29 Jerome Guitton <guitton@adacore.com>
1200
1201 * gdb.ada/iwide: New testcase.
1202
b50d69b5
JG
12032012-11-29 Jerome Guitton <guitton@adacore.com>
1204
1205 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
1206 ptype test.
1207
c2d3fccf
JG
12082012-11-29 Jerome Guitton <guitton@adacore.com>
1209
1210 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
1211 form {VARIANT_TYPE}ADDRESS.
1212
5edf51fe
YQ
12132012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1214
1215 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
1216 (func): New function.
1217 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
1218 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
1219 pointers to members with pointer-to-function type.
1220
608e2dbb
TT
12212012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1222 Tom Tromey <tromey@redhat.com>
1223
1224 * gdb.base/gnu-debugdata.exp: New file.
1225 * gdb.base/gnu-debugdata.c: New file.
1226 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
1227 (gdb_unload): Return 0 on success.
1228
4648e588
JK
12292012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1230
1231 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
1232
17d6efc4
JB
12332012-11-26 Joel Brobecker <brobecker@adacore.com>
1234
1235 * gdb.base/empty_exe.exp: New testcase.
1236
ace21957
MF
12372012-11-20 Mike Frysinger <vapier@gentoo.org>
1238
1239 * gdb.base/completion.exp: Add test for help aliases completion.
1240
5c401a0a
YQ
12412012-11-20 Yao Qi <yao@codesourcery.com>
1242
1243 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1244 Don't test 'maint set show-debug-regs'.
1245 Use command 'set remotecache' instead of
1246 'set circular-trace-buffer'.
1247
8dea366b
KS
12482012-11-16 Keith Seitz <keiths@redhat.com>
1249
1250 PR c++/13615
1251 * gdb.cp/baseenum.cc: New file.
1252 * gdb.cp/baseenum.exp: New file.
1253 * gdb.cp/derivation.cc (A): Add copyright.
1254 Add a typedef.
1255 (B): Use A::value_type instead of int. Change all references.
1256 (D): Use value_type instead of int. Change all references.
1257 (E): Likewise.
1258 (F); Likewise.
1259 (Z): New class.
1260 (ZZ): New class.
6fdff2c5 1261 (N, Base, Derived): New namespace and classes.
8dea366b
KS
1262 (main): Add instances of Z and ZZ.
1263 Make sure all symbols from N are kept.
1264 * gdb.cp/derivation.exp: Update typedef changes in tests.
1265 Add tests for class typedefs both before and after starting
1266 the inferior.
1267 Add tests for searching for a typedef while stopped in a
1268 method.
1269
5e34c6c3
LM
12702012-11-14 Luis Machado <lgustavo@codesourcery.com>
1271
1272 * gdb.mi/mi-var-create-rtti.c: New file.
1273 * gdb.mi/mi-var-create-rtti.exp: New file.
1274
5e487a5f
LM
12752012-11-14 Luis Machado <lgustavo@codesourcery.com>
1276
1277 * gdb.base/structs3.exp: Run to main before doing any tests.
1278
6d67b990
AB
12792012-11-14 Andrew Burgess <aburgess@broadcom.com>
1280
1281 * gdb.python/py-type.exp: Uniquify test names.
1282
e5d98164
YQ
12832012-11-14 Yao Qi <yao@codesourcery.com>
1284
1285 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
1286 (thread_function) [DEBUG]: Call 'printf'.
1287 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
1288 command line if 'DEBUG=1' is passed to test.
1289 Remove a pattern to match inferior's output.
1290
62747a60
TT
12912012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1292
1293 * gdb.mi/mi-fill-memory.exp: New test.
1294
18a9fc12
TT
12952012-11-12 Tom Tromey <tromey@redhat.com>
1296
1297 * gdb.base/completion.exp: Update for "info type-printers".
1298 * gdb.python/py-typeprint.cc: New file.
1299 * gdb.python/py-typeprint.exp: New file.
1300 * gdb.python/py-typeprint.py: New file.
1301
bd69fc68
TT
13022012-11-12 Tom Tromey <tromey@redhat.com>
1303
1304 * gdb.base/call-sc.exp: Use "ptype/r".
1305 * gdb.base/volatile.exp: Don't expect "int".
1306 * gdb.cp/ptype-flags.cc: New file.
1307 * gdb.cp/ptype-flags.exp: New file.
1308 * gdb.cp/templates.exp: Use ptype/r.
1309 (test_ptype_of_templates, test_template_typedef): Likewise.
1310 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
1311 argument. Handle template names and template parameters.
1312 * gdb.mi/mi-var-cmd.exp: Accept "long".
1313 * gdb.mi/mi-var-child.exp: Accept "long".
1314 * gdb.mi/mi-var-display.exp: Accept "long".
1315 * gdb.mi/mi2-var-child.exp: Accept "long".
1316
b3720c3a
TT
13172012-11-12 Tom Tromey <tromey@redhat.com>
1318
1319 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
1320 "ptype" from calls to cp_test_ptype_class.
1321 (test_enums): Likewise.
1322 * gdb.cp/derivation.exp: Remove "ptype" from calls to
1323 cp_test_ptype_class.
1324 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
1325 calls to cp_test_ptype_class.
1326 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
1327 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
1328 from calls to cp_test_ptype_class.
1329 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
1330 command here. Change "in_command" argument to "in_exp".
1331
0d63ecda
KS
13322012-11-10 Keith Seitz <keiths@redhat.com>
1333
1334 PR gdb/14288
1335 * gdb.base/printcmds.c: Add invalid_XXX globals
1336 for repeated byte tests.
1337 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
1338 * gdb.base/wchar.c (main): Add and construct a wchar_t
1339 array with repeated characters.
1340 * gdb.base/wchar.exp: Add repeated character tests.
1341
ed8a1c2d
AB
13422012-11-09 Andrew Burgess <aburgess@broadcom.com>
1343
1344 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
1345 disassembly output.
1346
9107fc8d
PA
13472012-11-09 Pedro Alves <palves@redhat.com>
1348
1349 PR gdb/14306
1350
1351 * gdb.multi/multi-arch-exec.c: New file.
1352 * gdb.multi/multi-arch-exec.exp: New file.
1353
558a9d82
YQ
13542012-11-09 Yao Qi <yao@codesourcery.com>
1355
1356 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
1357 (top level): Call it.
1358
e714f336
YQ
13592012-11-09 Yao Qi <yao@codesourcery.com>
1360
1361 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
1362 typo.
1363
6ecd4729
PA
13642012-11-09 Pedro Alves <palves@redhat.com>
1365
1366 * gdb.multi/multi-arch.exp: New.
1367
9015683b
TT
13682012-11-08 Tom Tromey <tromey@redhat.com>
1369
1370 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
1371 core files, if possible.
1372 * gdb.base/siginfo-thread.c: New file
1373 * gdb.base/siginfo-thread.exp: New file
1374
ea9f10bb
TT
13752012-11-08 Tom Tromey <tromey@redhat.com>
1376
1377 * gdb.base/comprdebug.exp: New file.
1378
f6592439
PA
13792012-11-06 Pedro Alves <palves@redhat.com>
1380
1381 PR gdb/14810
1382
1383 * gdb.base/disabled-location.c: New file.
1384 * gdb.base/disabled-location.exp: New file.
1385
2d338fa9
TT
13862012-11-06 Tom Tromey <tromey@redhat.com>
1387
1388 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
1389 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1390 gdb_gcore_cmd.
1391 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
1392 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
1393 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
1394 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
1395 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
1396 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
1397 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
1398 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
1399 * lib/gdb.exp (gdb_gcore_cmd): New proc.
1400
68c9da30
PA
14012012-11-05 Pedro Alves <palves@redhat.com>
1402
1403 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
1404 procedure.
1405 (do_vfork_and_follow_child_tests_exec)
1406 (do_vfork_and_follow_child_tests_exit): Call it.
1407
a7c8c931
PA
14082012-11-05 Pedro Alves <palves@redhat.com>
1409
1410 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
1411 fails.
1412
6f6484cd
YQ
14132012-11-03 Yao Qi <yao@codesourcery.com>
1414
1415 Fix PR gdb/14617.
1416 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1417 Remove setup_kfail, and update test.
1418
b45627a0
TT
14192012-11-02 Tom Tromey <tromey@redhat.com>
1420
1421 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
1422 test.
1423
f50f4e56
PA
14242012-11-02 Pedro Alves <palves@redhat.com>
1425
1426 PR gdb/14766
1427
1428 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
1429 setup_kfail.
1430 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
1431 get registers".
1432
71ce889d
PA
14332012-11-02 Pedro Alves <palves@redhat.com>
1434
1435 * gdb.base/foll-vfork-exit.c: New file.
1436 * gdb.base/foll-vfork.exp (top level): New file-describing
1437 comment.
1438 (vfork_child_follow_to_exit): New procedure.
1439 (tcatch_vfork_then_child_follow): Rename as ...
1440 (tcatch_vfork_then_child_follow_exec): ... this.
1441 (tcatch_vfork_then_child_follow_exit): New procedure.
1442 (do_vfork_and_follow_parent_tests): New procedure, factored out
1443 from do_vfork_and_exec_tests.
1444 (do_vfork_and_follow_child_tests_exec): Ditto.
1445 (do_vfork_and_exec_tests): Delete.
1446 (do_vfork_and_follow_child_tests_exit): New procedure.
1447 (top level): Run tests with both the program that has the vfork
1448 child execing, and the program has the vfork child exiting.
1449
1e35b1a9
PA
14502012-11-02 Pedro Alves <palves@redhat.com>
1451
1452 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
1453 (check_vfork_catchpoints, vfork_parent_follow_through_step)
1454 (vfork_parent_follow_to_bp): Call it.
1455 (kill_child): Delete.
1456 (vfork_and_exec_child_follow_to_main_bp)
1457 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
1458 longer call kill_child.
1459 (tcatch_vfork_then_parent_follow): Call setup_gdb.
1460 (do_vfork_and_exec_tests): Don't runto_main before calling each
1461 test procedure.
1462 (top level): Don't clean restart and set verbose before running
1463 each test procedure.
1464
14652012-11-02 Pedro Alves <palves@redhat.com>
1466
1467 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
1468 (vfork_parent_follow_to_bp)
1469 (vfork_and_exec_child_follow_to_main_bp)
1470 (vfork_and_exec_child_follow_through_step)
1471 (tcatch_vfork_then_parent_follow)
1472 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
1473 Use with_test_prefix.
1474
14752012-11-02 Pedro Alves <palves@redhat.com>
1476
1477 * gdb.base/foll-vfork.c: Add copyright header.
1478 * gdb.base/vforked-prog.c: Add copyright header.
1479
14802012-11-02 Pedro Alves <palves@redhat.com>
1481
1482 * gdb.base/foll-vfork.exp
1483 (vfork_and_exec_child_follow_through_step): Don't skip on
1484 non-HP/UX targets. Expect the next to only step one line on
1485 non-HP/UX targets, rather than stopping only after the exec.
1486
14872012-11-02 Pedro Alves <palves@redhat.com>
1488
1489 Don't hard code line numbers.
1490
1491 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
1492 Expect text from the sources instead of a line number.
1493 (vfork_parent_follow_to_bp)
1494 (vfork_and_exec_child_follow_to_main_bp)
1495 (vfork_and_exec_child_follow_through_step)
1496 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
1497 Use gdb_get_line_number.
1498
14992012-11-02 Pedro Alves <palves@redhat.com>
1500
1501 Modernize.
1502
1503 * gdb.base/foll-vfork.exp: Use standard_testfile and
1504 build_executable. Pass descriptive string to untested.
1505 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
1506 (vfork_and_exec_child_follow_to_main_bp)
1507 (vfork_and_exec_child_follow_through_step)
1508 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
1509 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
1510 of send_gdb/gdb_expect.
1511
1512 (kill_child): New procedure.
1513 (vfork_and_exec_child_follow_to_main_bp)
1514 (vfork_and_exec_child_follow_through_step): Use it.
1515
f0559fff
YQ
15162012-11-02 Yao Qi <yao@codesourcery.com>
1517
1518 * gdb.base/setvar.exp: Test setting nested struct.
1519 * gdb.base/setvar.c (v_struct3): New.
1520
c207c6da
DE
15212012-11-01 Doug Evans <dje@google.com>
1522
1523 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
1524 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
1525 use them.
1526
2f27adfe
AB
15272012-10-31 Andrew Burgess <aburgess@broadcom.com>
1528
1529 PR cli/14772
1530 * gdb.base/gnu_vector.c (union_with_vector_1)
1531 (struct_with_vector_1): Add new struct and union for testing
1532 ptype.
1533 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
1534 structs / unions containing vectors.
1535
bb662ca6
YQ
15362012-10-25 Yao Qi <yao@codesourcery.com>
1537
1538 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
1539 'setup_kfail' instead of 'setup_kfail_for_target'.
1540 * gdb.base/varargs.exp: Likewise.
1541 * lib/gdb.exp (setup_kfail_for_target): Remove.
1542
635d23ff
MK
15432012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
1544
1545 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
1546
afdb064f
MK
15472012-10-25 Mark Kettenis <kettenis@gnu.org>
1548
1549 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
1550
d99dcf51
JB
15512012-10-24 Joel Brobecker <brobecker@adacore.com>
1552
1553 * gdb.ada/set_wstr: New testcase.
1554
32560274
JB
15552012-10-24 Joel Brobecker <brobecker@adacore.com>
1556
1557 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
1558
5ded5331
JB
15592012-10-24 Joel Brobecker <brobecker@adacore.com>
1560
1561 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
1562
d8d84291
MK
15632012-10-24 Mark Kettenis <kettenis@gnu.org>
1564
1565 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
1566
6e933c51
JK
15672012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1568
1569 * gdb.base/callfuncs.exp (do_function_calls): Fix
1570 setup_kfail_for_target for -m32 mode.
1571
274bd000
MK
15722012-10-23 Mark Kettenis <kettenis@gnu.org>
1573
1574 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
1575 are now fixed.
1576
545f743d
YQ
15772012-10-23 Yao Qi <yao@codesourcery.com>
1578
1579 * gdb.base/info-os.exp: Resume the inferior until it exits.
1580
48b56b6a 15812012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
1582
99c7d5a8 1583 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
1584 * gdb.base/print-file-var.exp: Likewise.
1585 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 1586
8de0566d
YQ
15872012-10-17 Yao Qi <yao@codesourcery.com>
1588
1589 * gdb.mi/mi-memory-changed.exp: New.
1590
44883546
YQ
15912012-10-16 Yao Qi <yao@codesourcery.com>
1592
1593 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
1594 returns true.
1595 Call gdb_load_shlibs.
1596 * gdb.reverse/solib-reverse.exp: Likewise.
1597
345f514a
KS
15982012-10-15 Keith Seitz <keiths@redhat.com>
1599
1600 * lib/cp-support.exp (cp_test_ptype_class): Add support
1601 for class typedefs.
1602
1603 * gdb.cp/derivation.exp: Add tests for g_instance.
1604
9e3a7d65
JK
16052012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1606
1607 Fix entry values resolving in inlined frames.
1608 * gdb.arch/amd64-entry-value-inline.S: New file.
1609 * gdb.arch/amd64-entry-value-inline.c: New file.
1610 * gdb.arch/amd64-entry-value-inline.exp: New file.
1611
21a7b089
JK
16122012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1613 Doug Evans <dje@google.com>
1614
1615 Fix recent gdb_breakpoint regression.
1616 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
1617 braces from the parameter.
1618 * gdb.java/jprint.exp: Likewise.
1619
2c47921e
DE
16202012-10-15 Doug Evans <dje@google.com>
1621
1622 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
1623
89398707
JB
16242012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
1625
1626 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
1627
801e4185
TT
16282012-10-15 Tom Tromey <tromey@redhat.com>
1629
1630 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
1631
74f910c8
TT
16322012-10-15 Tom Tromey <tromey@redhat.com>
1633
1634 * gdb.python/py-symbol.exp: Test symbol destructor.
1635
91567807
YQ
16362012-10-14 Yao Qi <yao@codesourcery.com>
1637
1638 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
1639 * gdb.mi/mi-cli.exp: New.
1640
1641 * gdb.mi/mi2-basics.exp: Remove.
1642 * gdb.mi/mi2-break.exp: Remove.
1643 * gdb.mi/mi2-console.exp: Remove.
1644 * gdb.mi/mi2-disassemble.exp: Remove.
1645 * gdb.mi/mi2-eval.exp: Remove.
1646 * gdb.mi/mi2-file.exp: Remove.
1647 * gdb.mi/mi2-hack-cli.exp: Remove.
1648 * gdb.mi/mi2-pthreads.exp: Remove.
1649 * gdb.mi/mi2-read-memory.exp: Remove.
1650 * gdb.mi/mi2-regs.exp: Remove.
1651 * gdb.mi/mi2-return.exp: Remove.
1652 * gdb.mi/mi2-simplerun.exp: Remove.
1653 * gdb.mi/mi2-stack.exp: Remove.
1654 * gdb.mi/mi2-stepi.exp: Remove.
1655 * gdb.mi/mi2-syn-frame.exp: Remove.
1656 * gdb.mi/mi2-until.exp: Remove.
1657 * gdb.mi/mi2-watch.exp: Remove.
1658 * gdb.mi/mi2-var-block.exp: Remove.
1659 * gdb.mi/mi2-var-cmd.exp: Remove.
1660 * gdb.mi/mi2-var-display.exp: Remove.
1661
87332029
YQ
16622012-10-12 Yao Qi <yao@codesourcery.com>
1663
1664 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
1665 trail '.*' on matching patterns.
1666
11fc9057
L
16672012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1668
1669 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
1670 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
1671 * gdb.arch/i386-disp-step.exp: Likewise.
1672 * gdb.arch/i386-gnu-cfi.exp: Likewise.
1673 * gdb.arch/i386-prologue.exp: Likewise.
1674 * gdb.arch/i386-size-overlap.exp: Likewise.
1675 * gdb.arch/i386-size.exp: Likewise.
1676 * gdb.arch/i386-unwind.exp: Likewise.
1677
7d46bcdc
L
16782012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1679
1680 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
1681 * gdb.arch/i386-word.exp: Likewise.
1682
31224d9d
L
16832012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1684
1685 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
1686 is_ilp32_target to set nr_regs.
1687 * gdb.arch/i386-sse.exp: Likewise.
1688
5b7d0050
DE
16892012-10-11 Doug Evans <dje@google.com>
1690
7c09e5a0
DE
1691 PR breakpoints/14643.
1692 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
1693 * gdb.linespec/thread.c: New file.
1694 * gdb.linespec/thread.exp: New file.
1695
5b7d0050
DE
1696 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
1697 Recognize "message" -> print pass and fail. Add eof case.
1698 (runto): Recognize message, no-message. Print pass/fail if requested,
1699 with same treatment as gdb_breakpoint.
1700 (runto_main): Pass no-message to runto.
1701 (gdb_internal_error_resync): Add log message.
1702 (gdb_file_cmd): Tweak internal error fail text for consistency.
1703
2e24f4aa
JK
17042012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1705
1706 Fix crash during stepping on ppc32.
1707 * gdb.base/step-symless.c: New file.
1708 * gdb.base/step-symless.exp: New file.
1709
aa14df25
DE
17102012-10-03 Doug Evans <dje@google.com>
1711
1712 PR symtab/14601
1713 * gdb.cp/using-crash.exp: New file.
1714 * gdb.cp/using-crash.cc: New file.
1715
975531db
DE
17162012-10-02 Doug Evans <dje@google.com>
1717
1718 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
1719 more consistent.
1720 (runto,gdb_debug_format): Ditto.
1721 (gdb_file_cmd): Watch for eof in nested gdb_expect.
1722 Clean up logging and error messages.
1723
b3dc46ff
AB
17242012-10-01 Andrew Burgess <aburgess@broadcom.com>
1725
1726 Test find command on unmapped memory.
1727 * gdb.base/find-unmapped.c: New file.
1728 * gdb.base/find-unmapped.exp: New file.
1729
45814d45
YQ
17302012-09-29 Yao Qi <yao@codesourcery.com>
1731
1732 * gdb.trace/mi-tracepoint-changed.exp: New.
1733 * gdb.mi/mi-breakpoint-changed.exp: New.
1734 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
1735 * gdb.mi/pendshr2.c: New.
1736
4c2786ba
YQ
17372012-09-28 Yao Qi <yao@codesourcery.com>
1738
1739 * gdb.mi/pr11022.exp: New.
1740 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
1741
7977e5d2
TT
17422012-09-27 Tom Tromey <tromey@redhat.com>
1743
1744 * gdb.cp/derivation.exp: Add regression test.
1745 * gdb.cp/derivation.cc (class V_base, class V_inter, class
1746 V_derived): New.
1747 (vderived): New global.
1748
0971de02
TT
17492012-09-26 Tom Tromey <tromey@redhat.com>
1750
1751 * gdb.dwarf2/dw2-common-block.S: New file.
1752 * gdb.dwarf2/dw2-common-block.exp: New file.
1753
4357ac6c
TT
17542012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1755
1756 * gdb.fortran/common-block.exp: New file.
1757 * gdb.fortran/common-block.f90: New file.
1758
6f380991
AB
17592012-09-26 Andrew Burgess <aburgess@broadcom.com>
1760
1761 * gdb.base/duplicate-bp.c: New file.
1762 * gdb.base/duplicate-bp.exp: New file.
1763
8ae551cf
YQ
17642012-09-26 Yao Qi <yao@codesourcery.com>
1765
1766 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
1767
1768 Revert:
1769 2012-09-21 Yao Qi <yao@codesourcery.com>
1770
1771 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
1772
318102b9
SP
17732012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1774
1775 * gdb.base/longest-types.c: New test case.
1776 * gdb.base/longest-types.exp: New test case.
1777
a1e5fd69
YQ
17782012-09-25 Yao Qi <yao@codesourcery.com>
1779
1780 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
1781
04e7407c
JK
17822012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1783
1784 Fix internal error on canonicalization of clang types.
1785 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
1786 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
1787 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
1788
9bf4bce9
JK
17892012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1790
1791 Fix disassemble without parameters in tailcall frame.
1792 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
1793
2603f7ee
AB
17942012-09-21 Andrew Burgess <aburgess@broadcom.com>
1795
1796 * gdb.dwarf2/dw2-op-out-param.S: New file.
1797 * gdb.dwarf2/dw2-op-out-param.exp: New file.
1798
a3569abd
YQ
17992012-09-21 Yao Qi <yao@codesourcery.com>
1800
1801 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
1802
a065d7af
YQ
18032012-09-21 Yao Qi <yao@codesourcery.com>
1804
1805 * gdb.mi/mi-cli.exp: Remove.
1806 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
1807
15544bd9
YQ
18082012-09-21 Yao Qi <yao@codesourcery.com>
1809
1810 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
1811 "=record-started" notification.
1812
82a90ccf
YQ
18132012-09-21 Yao Qi <yao@codesourcery.com>
1814
1815 * gdb.mi/mi-record-changed.exp: New.
1816 * gdb.mi/mi-reverse.exp: Adjust expected output.
1817
d7de8e3c
TT
18182012-09-20 Tom Tromey <tromey@redhat.com>
1819
1820 * gdb.python/python.exp: Test atexit.register.
1821
1aa99537
DE
18222012-09-20 Doug Evans <dje@google.com>
1823
05eade73
DE
1824 * boards/dwarf4-gdb-index.exp: New file.
1825
1aa99537
DE
1826 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
1827 while running the tests.
1828
4ae24af0
JB
18292012-09-18 Joel Brobecker <brobecker@adacore.com>
1830
1831 * gdb.ada/bp_reset: New testcase.
1832
bb25a15c
YQ
18332012-09-18 Yao Qi <yao@codesourcery.com>
1834
1835 * gdb.trace/mi-tsv-changed.exp: New.
1836
201b4506
YQ
18372012-09-18 Yao Qi <yao@codesourcery.com>
1838
1839 * gdb.trace/mi-traceframe-changed.exp: New.
1840
6fc1c773
YQ
18412012-09-17 Yao Qi <yao@codesourcery.com>
1842
1843 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
1844 when it is less than 0.
1845
1ab3b62c
JK
18462012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1847
1848 PR 14119
1849 * gdb.arch/amd64-tailcall-ret.S: New file.
1850 * gdb.arch/amd64-tailcall-ret.c: New file.
1851 * gdb.arch/amd64-tailcall-ret.exp: New file.
1852 * gdb.reverse/amd64-tailcall-reverse.S: New file.
1853 * gdb.reverse/amd64-tailcall-reverse.c: New file.
1854 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
1855
acf9414f
JK
18562012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1857
1858 PR 14548
1859 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
1860 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
1861 * gdb.reverse/singlejmp-reverse.S: New file.
1862 * gdb.reverse/singlejmp-reverse.c: New file.
1863 * gdb.reverse/singlejmp-reverse.exp: New file.
1864
666b578b
JK
18652012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1866
1867 Fix compatibility with old GCC (~4.1).
1868 * gdb.cp/converts.cc (my_enum_var): New variable.
1869
42056501
AB
18702012-09-14 Andrew Burgess <aburgess@broadcom.com>
1871
1872 * gdb.xml/tdesc-regs.exp: Update expected output for new
1873 vector_size syntax of vector types.
1874
b9516fa1
YPK
18752012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1876
1877 Refactor Python "gdb" module into a proper Python package, by
1878 introducing a new "_gdb" module for code implemented in C, and
1879 using reload/__import__ instead of exec.
1880 * gdb.python/python.exp (Test stderr location): Update module
1881 location of GDB-specific sys.stderr.
1882 (Test stdout location): Ditto for sys.stdout.
1883
18dc9ad8
JK
18842012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1885
1886 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
1887
ea3a9873
KS
18882012-09-12 Keith Seitz <keiths@redhat.com>
1889
1890 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
1891 conversion statement.
1892
5941debb
DE
18932012-09-12 Doug Evans <dje@google.com>
1894
1895 * gdb.base/help.exp: Remove testing of individual command help text,
1896 too much of a maintenance burden. Instead, test the functionality
1897 of "help" itself.
1898
cfc35e02
DE
18992012-09-11 Doug Evans <dje@google.com>
1900
3a0ed5d7
DE
1901 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
1902 breakpoint.
1903
cfc35e02
DE
1904 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
1905 * gdb.dwarf2/fission-reread.S: Ditto.
1906 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
1907 * gdb.dwarf2/fission-reread.exp: Ditto.
1908
350b1b26
AB
19092012-09-11 Andrew Burgess <aburgess@broadcom.com>
1910
1911 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
1912
2fa15f23
JB
19132012-09-10 Joel Brobecker <brobecker@adacore.com>
1914
1915 * gdb.ada/optim_drec: New testcase.
1916
09be558e
DE
19172012-09-10 Doug Evans <dje@google.com>
1918
1919 * boards/fission.exp: Explicitly mark "board" as not remote.
1920
5b4f6e25
KS
19212012-09-10 Keith Seitz <keiths@redhat.com>
1922
1923 PR gdb/13483
1924 * gdb.cp/converts.cc (A::A): Add ctor.
1925 (A::member_): Add member.
1926 (enum my_enum): New enumeration.
1927 (main): Add calls to foo1_7 with various
1928 permitted arguments.
1929 * gdb.cp/converts.exp: Add tests for boolean
1930 conversions permitted by the standard.
1931
b4ca5ed9
YPK
19322012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
1933
1934 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
1935 avoid spurious results due to ~/.gdbinit.
1936 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
1937 $INTERNAL_GDBFLAGS in run command.
1938 * gdb.gdb/observer.exp (setup_test): Ditto.
1939 * gdb.gdb/selftest.exp (test_with_self): Ditto.
1940 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
1941
d54b30bb
DE
19422012-09-06 Doug Evans <dje@google.com>
1943
14910956
DE
1944 * boards/fission.exp: New file.
1945
d54b30bb
DE
1946 * gdb.python/py-value.exp: Use clean_restart.
1947
91b253e1
DE
19482012-09-05 Doug Evans <dje@google.com>
1949
1950 * gdb.base/info-macros.c: Fix whitespace.
1951
1292279a
PA
19522012-08-28 Pedro Alves <palves@redhat.com>
1953
1954 PR gdb/14428
1955
1956 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
1957
1c8cdcb1
JK
19582012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1959
1960 * gdb.base/break-caller-line.c: New file.
1961 * gdb.base/break-caller-line.exp: New file.
1962
1e8e8b51
JK
19632012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1964
1965 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
1966 * gdb.arch/i386-cfi-notcurrent.S: New file.
1967 * gdb.arch/i386-cfi-notcurrent.exp: New file.
1968
1591a1e8
PA
19692012-08-27 Wei-cheng Wang <cole945@gmail.com>
1970 Yao Qi <yao@codesourcery.com>
1971 Pedro Alves <palves@redhat.com>
1972
1973 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
1974 New procedures.
1975 (top level): Add overlap checking tests.
1976
4442ada7
TT
19772012-08-24 Tom Tromey <tromey@redhat.com>
1978
1979 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
1980 gdb_test_multiple fails for other reasons.
1981
e7d50cc9
YQ
19822012-08-24 Yao Qi <yao@codesourcery.com>
1983
1984 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
1985
dfbd5e7b
PA
19862012-08-23 Pedro Alves <palves@redhat.com>
1987
1988 * gdb.base/help.exp: Adjust to "handle" help text change.
1989
8d735b87
YQ
19902012-08-23 Yao Qi <yao@codesourcery.com>
1991
1992 * gdb.trace/disconnected-tracing.c (start, end): New.
1993 (main): Call start and end.
1994 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
1995 existing tests into this proc.
1996 (disconnected_tfind): New.
1997
61b1d759
YQ
19982012-08-23 Yao Qi <yao@codesourcery.com>
1999
2000 * boards/native-gdbserver.exp (${board}_upload): New.
2001 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
2002 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
2003 Execute tfile on remote target.
2004 Copy trace file from target to host.
2005
6ca1b147
JM
20062012-08-22 Joseph Myers <joseph@codesourcery.com>
2007
2008 * gdb.arch/thumb-bx-pc.S: New file.
2009 * gdb.arch/thumb-bx-pc.exp: New file.
2010
706e3705
TT
20112012-08-22 Tom Tromey <tromey@redhat.com>
2012
2013 * gdb.base/maint.exp: Update.
2014
b4893d48
TT
20152012-08-22 Tom Tromey <tromey@redhat.com>
2016
2017 * lib/gdb.exp (skip_unwinder_tests): New proc.
2018 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
2019 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
2020
45b7da81
TT
20212012-08-21 Tom Tromey <tromey@redhat.com>
2022
2023 * gdb.hp/gdb.aCC/exception.exp: Remove.
2024
f94363d7
AP
2025012-08-19 Andrew Pinski <apinski@cavium.com>
2026
2027 * gdb.arch/mips-octeon-bbit.c: New file.
2028 * gdb.arch/mips-octeon-bbit.exp: New Test.
2029
e5afdbd7
KS
2030012-08-19 Keith Seitz <keiths@redhat.com>
2031
2032 PR c++/14365
2033 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
2034 * gdb.dwarf2/dw2-anon-mptr.S: New file.
2035
c29e8b64
JK
20362012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2037
2038 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
2039 verbose -log by more specific untested call.
2040
15a7e7bc
YQ
20412012-08-18 Yao Qi <yao@codesourcery.com>
2042
2043 * gdb.trace/tfind.exp: Move tests on various command help before
2044 checking target supports trace.
2045 Fix the expected output of 'help tfind end'.
2046
a451cb65
KS
20472012-08-17 Keith Seitz <keiths@redhat.com>
2048
2049 PR c++/13356
2050 * gdb.base/default.exp: Update all "check type" tests.
2051 * gdb.base/help.exp: Likewise.
2052 * gdb.base/setshow.exp: Likewise.
2053 * gdb.cp/converts.cc (foo1_type_check): New function.
2054 (foo2_type_check): New function.
2055 (foo3_type_check): New function.
2056 (main): Call new functions.
2057 * converts.exp: Add tests for integer-to-pointer conversions
2058 with/without strict type-checking.
2059
dbf6a605
MF
20602012-08-16 Mike Frysinger <vapier@gentoo.org>
2061
2062 * gdb.base/help.exp: Update expected output.
2063
0c92d8c1
JB
20642012-08-16 Joel Brobecker <brobecker@adacore.com>
2065
2066 * gdb.ada/rdv_wait: New testcase.
2067
e56f7f42
JK
20682012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2069
2070 * gdb.base/attach-twice.exp: Remove excessive ps exec.
2071
f47f77df
DE
20722012-08-13 Doug Evans <dje@google.com>
2073
e202d6e8 2074 * gdb.base/help.exp: Update expected output.
f47f77df
DE
2075 * gdb.base/default.exp: Update expected output of "show convenience".
2076
a72c3253
DE
20772012-08-10 Doug Evans <dje@google.com>
2078
2079 * gdb.python/py-strfns.c: New file.
2080 * gdb.python/py-strfns.exp: New file.
2081 * gdb.python/py-type.exp (test_fields): Add vector tests.
2082
de0bea00
MF
20832012-08-10 Mike Frysinger <vapier@gentoo.org>
2084
2085 PR cli/10436:
2086 * gdb.base/completion.exp: Add tests for handle completion.
2087
5b9afe8a
YQ
20882012-08-09 Yao Qi <yao@codesourcery.com>
2089
2090 * gdb.mi/mi-cmd-param-changed.exp: New.
2091 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
2092 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
2093 * gdb.mi/mi2-prompt.exp: Likewise.
2094
4f485ebc
DE
20952012-08-08 Doug Evans <dje@google.com>
2096
2097 * gdb.base/debug-expr.c: New file.
2098 * gdb.base/debug-expr.exp: New file.
2099 * gdb.base/exprs.exp: Test {type} casts.
2100 * gdb.cp/debug-expr.exp: New file.
2101
5888842d
JK
21022012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
2105 global variable loop, not a 'break'. Add loop count limit to 100.
2106 Add new fail case for terminated vgdb.
2107
4f69f4c2
JK
21082012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2109 Jean-Marc Saffroy <saffroy@gmail.com>
2110
2111 PR 11804
2112 * gdb.base/gcore-relro.exp: New file.
2113 * gdb.base/gcore-relro-main.c: New file.
2114 * gdb.base/gcore-relro-lib.c: New file.
2115
e2de5390
JK
21162012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2117
2118 Do not false FAIL with old GCCs.
2119 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
2120 GCC < 4.5 in $no_hw mode.
2121
606603c5
JK
21222012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2123
2124 * gdb.base/default.exp (cd): Accept new directory with no arguments.
2125
777f26c2
JK
21262012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2127
2128 * gdb.base/list.exp (test_only_end): New function.
2129 Call it.
2130
2c12abee
TT
21312012-08-06 Tom Tromey <tromey@redhat.com>
2132
2133 * gdb.python/py-mi.exp: Add test for printer whose children
2134 are a list.
2135 * gdb.python/py-prettyprint.c (struct children_as_list): New.
2136 (main): New variable children_as_list.
2137 * gdb.python/py-prettyprint.py (class pp_children_as_list):
2138 New.
2139 (register_pretty_printers): Register new printer.
2140
0eae2cf4
EBM
21412012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
2142
2143 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
2144 symbols. Abort if vgdb remote connection is closed.
2145
09e0881d
DE
21462012-08-02 Doug Evans <dje@google.com>
2147
2148 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
2149
b40f514f
SDJ
21502012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
2151
2152 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
2153 s390x, PowerPC 64 and m68k-linux.
2154
11315ae0
UW
21552012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2156
2157 * gdb.base/annota1.exp: Accept no frames-invalid notification
2158 when starting up the program.
2159 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
2160 show a symbolic value as well.
2161 * gdb.server/server-exec-info.exp: Skip test when skipping
2162 gdbserver test and/or when skipping shared library tests.
2163 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
2164 avoid name conflicts with other tests.
2165
0547eeed
UW
21662012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2167
2168 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
2169 Fix wrong output on big-endian systems.
2170 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
2171 4-byte pointer types on 64-bit s390x.
2172
bdddb4de
UW
21732012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2174
2175 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
2176 marker comment at the beginning (after intialization).
2177 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
2178 breakpoint on marker comment instead of function begin.
2179 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
2180 PowerPC.
2181 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
2182 or 64-bit PowerPC.
2183 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
2184 gdb,no_hardware_watchpoints flag is set.
2185 (initialize): Remove now redundant can-use-hw-watchpoints change.
2186
5d206025
YQ
21872012-08-02 Yao Qi <yao@codesourcery.com>
2188 Pedro Alves <palves@redhat.com>
2189
2190 * boards/local-remote-host.exp: New.
2191
4f665099
UW
21922012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2193
2194 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
2195 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
2196 * gdb.base/print-file-var.exp: Likewise.
2197 * gdb.server/solib-list.exp: Skip on remote targets.
2198
b62e2b27
UW
21992012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2200
2201 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
2202 watchpoints on ARM. When expecting software watchpoints, tolerate
2203 (remote) targets that report unsupported hardware watchpoint only
2204 at continue time.
2205 (test_wide_location_2): Likewise.
2206
a967a851
JK
22072012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2208
2209 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
2210 valgrind versions.
2211
75d9f9ff 22122012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
2213
2214 * gdb.base/valgrind-infcall.c: New file.
2215 * gdb.base/valgrind-infcall.exp: New file.
2216
75d9f9ff
JK
2217 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
2218
1c9f2ed2
KS
22192012-07-30 Keith Seitz <keiths@redhat.com>
2220
2221 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
2222 linespecs.
2223
7f9b2034
DE
22242012-07-30 Doug Evans <dje@google.com>
2225
85220e01
DE
2226 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
2227 * gdb.dwarf2/pr13961.S: Ditto.
2228
7f9b2034
DE
2229 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
2230
4e969b4f
AB
22312012-07-30 Andrew Burgess <aburgess@broadcom.com>
2232
2233 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
2234 change its format immediately after reloading the binary.
2235
e7de8362
JK
22362012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2237
2238 Fix testsuite regression after --use-deprecated-index-sections removal.
2239 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
2240 string.
2241 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
2242
7255706c
YQ
22432012-07-27 Yao Qi <yao@codesourcery.com>
2244
2245 KFAIL for PR remote/14161.
2246 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
2247 Cleanup socket files.
2248 (strace_info_marker): Detach inferior.
2249
f2e8016f
TT
22502012-07-26 Tom Tromey <tromey@redhat.com>
2251
6fdff2c5 2252 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 2253
f66713d2
JK
22542012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2255
2256 * gdb.python/py-inferior.c (thread): New function.
2257 (check_threads): New function.
2258 (test_threads): New function.
2259 * gdb.python/py-inferior.exp: Added test.
2260 Replaced runto with continue to breakpoint.
2261
8223e12c
TT
22622012-07-26 Tom Tromey <tromey@redhat.com>
2263
2264 * lib/ada.exp (standard_ada_testfile): New proc.
2265 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
2266 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
2267 * gdb.ada/array_return.exp: Use standard_ada_testfile.
2268 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
2269 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
2270 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
2271 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
2272 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
2273 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
2274 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
2275 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
2276 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
2277 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
2278 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
2279 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
2280 * gdb.ada/char_param.exp: Use standard_ada_testfile.
2281 * gdb.ada/complete.exp: Use standard_ada_testfile.
2282 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
2283 standard_output_file.
2284 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
2285 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
2286 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
2287 standard_output_file.
2288 * gdb.ada/exprs.exp: Use standard_ada_testfile.
2289 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
2290 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
2291 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
2292 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
2293 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
2294 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
2295 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
2296 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
2297 * gdb.ada/homonym.exp: Use standard_ada_testfile.
2298 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
2299 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
2300 * gdb.ada/interface.exp: Use standard_ada_testfile.
2301 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
2302 standard_output_file
2303 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
2304 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
2305 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
2306 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
2307 * gdb.ada/nested.exp: Use standard_ada_testfile.
2308 * gdb.ada/null_array.exp: Use standard_ada_testfile.
2309 * gdb.ada/null_record.exp: Use standard_ada_testfile.
2310 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
2311 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
2312 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
2313 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
2314 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
2315 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
2316 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
2317 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
2318 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
2319 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
2320 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
2321 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
2322 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
2323 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
2324 * gdb.ada/start.exp: Use standard_ada_testfile.
2325 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
2326 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
2327 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
2328 * gdb.ada/tagged.exp: Use standard_ada_testfile.
2329 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
2330 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
2331 * gdb.ada/tasks.exp: Use standard_ada_testfile.
2332 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
2333 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
2334 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
2335 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
2336 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
2337 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
2338 * gdb.ada/widewide.exp: Use standard_ada_testfile.
2339
bbec57e4
JK
23402012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2341
2342 Fix testsuite regression after --use-deprecated-index-sections removal.
2343 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
2344
9cc8e32c
JK
23452012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2346
2347 Fix compatibility with Tcl before 7.5.
2348 * lib/future.exp (lreverse): New function if it does not exist.
2349
ea5ca7b5
MK
23502012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
2351
2352 * gdb.mi/mi-pending.c: New method to set a second pending
2353 breakpoint.
2354 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
2355 condition.
2356
64776a0b
PA
23572012-07-20 Pedro Alves <palves@redhat.com>
2358
2359 PR threads/11692
2360 PR gdb/12203
2361
2362 * gdb.threads/create-fail.c: New file.
2363 * gdb.threads/create-fail.exp: New file.
2364
13e4e967
PA
23652012-07-19 Pedro Alves <palves@redhat.com>
2366
2367 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
2368 * config/vx.exp (gdb_start): Likewise.
2369 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
2370 * gdb.base/setvar.exp (test_set): Likewise.
2371 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
2372 * gdb.reverse/sigall-precsave.exp: Likewise.
2373 * gdb.reverse/sigall-reverse.exp: Likewise.
2374
b7aefa4d
PA
23752012-07-19 Pedro Alves <palves@redhat.com>
2376
2377 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
2378 handler before recording.
2379
608b4967
TT
23802012-07-19 Tom Tromey <tromey@redhat.com>
2381
2382 * gdb.cp/casts.exp: Add tests for typeof and decltype.
2383 * gdb.cp/casts.cc (decltype): New function.
2384 (main): Use it.
2385
b1e0c0fa
PA
23862012-07-19 Pedro Alves <palves@redhat.com>
2387
2388 * gdb.base/sigall.exp (signals): New list.
2389 <top level>: Loop over signals in the $signals list instead of
2390 calling a test function once per signal.
2391 * gdb.reverse/sigall-precsave.exp (signals): New list.
2392 <top level>: Loop over signals in the $signals list instead of
2393 calling a test function once per signal.
2394 * gdb.reverse/sigall-reverse.exp (signals): New list.
2395 <top level>: Loop over signals in the $signals list instead of
2396 calling a test function once per signal.
2397
6ace3df1
YQ
23982012-07-19 Yao Qi <yao@codesourcery.com>
2399
2400 * gdb.base/setshow.exp: Test 'set args ~'.
2401
263a0f8c
JK
24022012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2403
2404 * gdb.base/store.exp (check_set): Import gdb_prompt.
2405 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
2406 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
2407
8f043999
JK
24082012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2409
2410 PR 11914
2411 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
2412 (main): Call eval_sub.
2413 * gdb.python/py-prettyprint.exp:
2414 (python execfile ('py-prettyprint.py')): Move it earlier.
2415 New breakpoint for eval-break.
2416 (continue to breakpoint: eval-break, info locals): New test.
2417 (python execfile ('py-prettyprint.py')): Move it from here.
2418 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
2419 (register_pretty_printers): Register pp_eval_type.
2420
725c7b66
JK
24212012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2422
2423 Fix a testcase regression by me.
2424 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
2425 DW_FORM_data4.
2426
4359dff1
JK
24272012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2428 Doug Evans <dje@google.com>
2429
2430 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
2431 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
2432
61e44cfa
JK
24332012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 Fix gdbserver run regression.
2436 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
2437
93c0ef37
TT
24382012-07-12 Tom Tromey <tromey@redhat.com>
2439
2440 * lib/gdb.exp (standard_testfile): Don't declare objdir.
2441 (clean_restart): Likewise.
2442 (core_find): Use standard_output_file.
2443
76027ef5
TT
24442012-07-12 Tom Tromey <tromey@redhat.com>
2445
2446 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
2447 * gdb.dwarf2/dw2-anonymous-func.exp: Use
2448 prepare_for_testing_full.
2449 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
2450 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
2451 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
2452 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
2453 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
2454 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
2455 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
2456 prepare_for_testing_full.
2457 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
2458 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
2459 prepare_for_testing_full.
2460 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
2461 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
2462 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
2463
85b4440a
TT
24642012-07-12 Tom Tromey <tromey@redhat.com>
2465
2466 * lib/gdb.exp (build_executable_from_specs): New proc, from
2467 build_executable.
2468 (build_executable): Use it.
2469 (prepare_for_testing_full): New proc.
2470
55baab26
TT
24712012-07-11 Tom Tromey <tromey@redhat.com>
2472
2473 * gdb.reverse/break-precsave.exp: Use standard_output_file.
2474 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
2475 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
2476 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
2477 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
2478 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
2479 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
2480 * gdb.reverse/step-precsave.exp: Use standard_output_file.
2481 * gdb.reverse/until-precsave.exp: Use standard_output_file.
2482 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
2483
298a9cf0
TT
24842012-07-10 Tom Tromey <tromey@redhat.com>
2485
2486 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
2487 standard_output_file.
2488 * gdb.mi/gdb2549.exp: Use standard_testfile.
2489 * gdb.mi/gdb669.exp: Use standard_testfile.
2490 * gdb.mi/gdb701.exp: Use standard_testfile.
2491 * gdb.mi/gdb792.exp: Use standard_testfile.
2492 * gdb.mi/mi-async.exp: Use standard_testfile.
2493 * gdb.mi/mi-basics.exp: Use standard_testfile.
2494 * gdb.mi/mi-break.exp: Use standard_testfile.
2495 * gdb.mi/mi-cli.exp: Use standard_testfile.
2496 * gdb.mi/mi-console.exp: Use standard_testfile.
2497 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
2498 * gdb.mi/mi-eval.exp: Use standard_testfile.
2499 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
2500 * gdb.mi/mi-file.exp: Use standard_testfile.
2501 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
2502 * gdb.mi/mi-logging.exp: Use standard_testfile.
2503 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
2504 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
2505 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
2506 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
2507 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
2508 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
2509 * gdb.mi/mi-pending.exp: Use standard_testfile,
2510 standard_output_file.
2511 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
2512 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
2513 * gdb.mi/mi-regs.exp: Use standard_testfile.
2514 * gdb.mi/mi-return.exp: Use standard_testfile.
2515 * gdb.mi/mi-reverse.exp: Use standard_testfile.
2516 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
2517 * gdb.mi/mi-solib.exp: Use standard_testfile,
2518 standard_output_file.
2519 * gdb.mi/mi-stack.exp: Use standard_testfile.
2520 * gdb.mi/mi-stepi.exp: Use standard_testfile.
2521 * gdb.mi/mi-stepn.exp: Use standard_testfile.
2522 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
2523 * gdb.mi/mi-until.exp: Use standard_testfile.
2524 * gdb.mi/mi-var-block.exp: Use standard_testfile.
2525 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
2526 * gdb.mi/mi-var-child.exp: Use standard_testfile.
2527 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
2528 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
2529 * gdb.mi/mi-var-display.exp: Use standard_testfile.
2530 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
2531 standard_output_file.
2532 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
2533 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
2534 * gdb.mi/mi-watch.exp: Use standard_testfile.
2535 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
2536 * gdb.mi/mi2-basics.exp: Use standard_testfile.
2537 * gdb.mi/mi2-break.exp: Use standard_testfile.
2538 * gdb.mi/mi2-cli.exp: Use standard_testfile.
2539 * gdb.mi/mi2-console.exp: Use standard_testfile.
2540 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
2541 * gdb.mi/mi2-eval.exp: Use standard_testfile.
2542 * gdb.mi/mi2-file.exp: Use standard_testfile.
2543 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
2544 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
2545 * gdb.mi/mi2-regs.exp: Use standard_testfile.
2546 * gdb.mi/mi2-return.exp: Use standard_testfile.
2547 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
2548 * gdb.mi/mi2-stack.exp: Use standard_testfile.
2549 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
2550 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
2551 * gdb.mi/mi2-until.exp: Use standard_testfile.
2552 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
2553 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
2554 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
2555 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
2556 * gdb.mi/mi2-watch.exp: Use standard_testfile.
2557
f5f3a911
TT
25582012-07-10 Tom Tromey <tromey@redhat.com>
2559
2560 * gdb.cp/abstract-origin.exp: Use standard_testfile.
2561 * gdb.cp/ambiguous.exp: Use standard_testfile,
2562 prepare_for_testing.
2563 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
2564 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
2565 * gdb.cp/anon-ns.exp: Use standard_testfile.
2566 * gdb.cp/anon-struct.exp: Use standard_testfile.
2567 * gdb.cp/anon-union.exp: Use standard_testfile,
2568 prepare_for_testing.
2569 * gdb.cp/arg-reference.exp: Use standard_testfile,
2570 prepare_for_testing.
2571 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
2572 * gdb.cp/breakpoint.exp: Use standard_testfile,
2573 prepare_for_testing.
2574 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
2575 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
2576 standard_output_file.
2577 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
2578 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
2579 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
2580 (test_static_members): Update.
2581 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
2582 * gdb.cp/converts.exp: Use standard_testfile.
2583 * gdb.cp/cp-relocate.exp: Use standard_testfile.
2584 * gdb.cp/cpcompletion.exp: Use standard_testfile,
2585 prepare_for_testing.
2586 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
2587 * gdb.cp/cplabel.exp: Use standard_testfile.
2588 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
2589 prepare_for_testing.
2590 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
2591 * gdb.cp/derivation.exp: Use standard_testfile,
2592 prepare_for_testing.
2593 * gdb.cp/destrprint.exp: Use standard_testfile.
2594 * gdb.cp/dispcxx.exp: Use standard_testfile.
2595 * gdb.cp/exception.exp: Use standard_testfile,
2596 prepare_for_testing.
2597 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
2598 * gdb.cp/extern-c.exp: Use standard_testfile,
2599 prepare_for_testing.
2600 * gdb.cp/formatted-ref.exp: Use standard_testfile,
2601 prepare_for_testing.
2602 * gdb.cp/fpointer.exp: Use standard_testfile.
2603 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
2604 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
2605 standard_output_file.
2606 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
2607 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
2608 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
2609 standard_output_file.
2610 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
2611 (do_tests): Update.
2612 * gdb.cp/koenig.exp: Use standard_testfile.
2613 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
2614 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
2615 * gdb.cp/m-static.exp: Use standard_testfile,
2616 prepare_for_testing.
2617 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
2618 * gdb.cp/mb-inline.exp: Use standard_testfile,
2619 prepare_for_testing.
2620 * gdb.cp/mb-templates.exp: Use standard_testfile,
2621 prepare_for_testing.
2622 * gdb.cp/member-ptr.exp: Use standard_testfile,
2623 prepare_for_testing.
2624 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
2625 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
2626 * gdb.cp/method2.exp: Use standard_testfile.
2627 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
2628 standard_output_file.
2629 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
2630 (do_tests): Update.
2631 * gdb.cp/namespace-enum.exp: Use standard_testfile,
2632 prepare_for_testing.
2633 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
2634 prepare_for_testing.
2635 * gdb.cp/namespace.exp: Use standard_testfile,
2636 prepare_for_testing.
2637 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
2638 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
2639 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
2640 * gdb.cp/nsimport.exp: Use standard_testfile,
2641 prepare_for_testing.
2642 * gdb.cp/nsnested.exp: Use standard_testfile.
2643 * gdb.cp/nsnoimports.exp: Use standard_testfile.
2644 * gdb.cp/nsrecurs.exp: Use standard_testfile,
2645 prepare_for_testing.
2646 * gdb.cp/nsstress.exp: Use standard_testfile,
2647 prepare_for_testing.
2648 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
2649 * gdb.cp/operator.exp: Use standard_testfile.
2650 * gdb.cp/oranking.exp: Use standard_testfile.
2651 * gdb.cp/overload-const.exp: Use standard_testfile.
2652 * gdb.cp/overload.exp: Use standard_testfile,
2653 prepare_for_testing.
2654 * gdb.cp/ovldbreak.exp: Use standard_testfile.
2655 * gdb.cp/ovsrch.exp: Use standard_testfile.
2656 * gdb.cp/paren-type.exp: Use standard_testfile.
2657 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
2658 prepare_for_testing.
2659 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
2660 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
2661 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
2662 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
2663 * gdb.cp/pr10728.exp: Use standard_testfile,
2664 standard_output_file.
2665 * gdb.cp/pr12028.exp: Use standard_testfile.
2666 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
2667 * gdb.cp/pr9167.exp: Use standard_testfile.
2668 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
2669 * gdb.cp/printmethod.exp: Use standard_testfile,
2670 prepare_for_testing.
2671 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
2672 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
2673 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
2674 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
2675 standard_output_file.
2676 * gdb.cp/readnow-language.exp: Use standard_testfile.
2677 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
2678 (gdb_start_again): Use clean_restart.
2679 * gdb.cp/ref-types.exp: Use standard_testfile,
2680 prepare_for_testing.
2681 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
2682 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
2683 * gdb.cp/smartp.exp: Use standard_testfile.
2684 * gdb.cp/static-method.exp: Use standard_testfile.
2685 * gdb.cp/static-print-quit.exp: Use standard_testfile.
2686 * gdb.cp/temargs.exp: Use standard_testfile.
2687 * gdb.cp/templates.exp: Use standard_testfile,
2688 prepare_for_testing.
2689 (do_tests): Update.
2690 * gdb.cp/try_catch.exp: Use standard_testfile,
2691 prepare_for_testing.
2692 * gdb.cp/typedef-operator.exp: Use standard_testfile.
2693 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
2694 * gdb.cp/virtbase.exp: Use standard_testfile,
2695 prepare_for_testing.
2696 * gdb.cp/virtfunc.exp: Use standard_testfile,
2697 prepare_for_testing.
2698 (do_tests): Update.
2699 * gdb.cp/virtfunc2.exp: Use standard_testfile,
2700 prepare_for_testing.
2701
686f09d0
TT
27022012-07-10 Tom Tromey <tromey@redhat.com>
2703
2704 * lib/gdb.exp (standard_testfile): Unset output variables from
2705 earlier invocations.
2706
9357e021
YQ
27072012-07-10 Yao Qi <yao@codesourcery.com>
2708
2709 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
2710 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
2711 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
2712 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
2713 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
2714 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
2715 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
2716 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
2717 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
2718 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
2719 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
2720 * gdb.mi/mi-var-display.exp: Likewise.
2721 * gdb.mi/mi-var-invalidate.exp: Likewise.
2722 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
2723 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
2724 * gdb.mi/mi2-console.exp: Likewise.
2725 * gdb.mi/mi2-disassemble.exp: Likewise.
2726 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
2727 * gdb.mi/mi2-read-memory.exp: Likewise.
2728 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
2729 * gdb.mi/mi2-simplerun.exp: Likewise.
2730 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
2731 * gdb.mi/mi2-syn-frame.exp: Likewise.
2732 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
2733 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
2734 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
2735
e314d629
TT
27362012-07-09 Tom Tromey <tromey@redhat.com>
2737
2738 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
2739 * gdb.base/callfuncs.exp: Add cast-based test.
2740 * gdb.base/callfuncs.c (voidfunc): New function.
2741
06928b3f
DE
27422012-07-08 Doug Evans <dje@google.com>
2743
2744 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
2745
32f11bad
JK
27462012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2747
2748 Fix XFAIL compatibility with old i386 systems.
2749 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
2750 Check also 'Cannot insert breakpoint 0'.
2751
76b83c51
JK
27522012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2753
2754 PR 14321
2755 * gdb.base/find.exp
2756 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
2757
a6fb9c08
TT
27582012-07-06 Tom Tromey <tromey@redhat.com>
2759
2760 * gdb.base/whatis.exp: Add test.
2761
71918a86
TT
27622012-07-06 Tom Tromey <tromey@redhat.com>
2763
2764 * gdb.base/whatis.exp: Add regression test.
2765
fcde5961
TT
27662012-07-06 Tom Tromey <tromey@redhat.com>
2767
2768 * gdb.base/whatis.exp: Add tests.
2769
f9cf0f4a
JK
27702012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2771
2772 PR 12649
2773 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
2774 gdb_test_multiple $gdb_prompt terminator.
2775
979ade8b
PA
27762012-07-04 Pedro Alves <palves@redhat.com>
2777
2778 * gdb.mi/mi-reverse.exp: Use supports_reverse and
2779 supports_process_record.
2780
8a980b44
PA
27812012-07-04 Pedro Alves <palves@redhat.com>
2782
2783 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
2784 endings.
2785 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
2786
855ba978
SS
27872012-07-03 Stan Shebs <stan@codesourcery.com>
2788
2789 * gdb.base/info-os.c (main): Retry resource acquisition until an
2790 available one is found.
2791 * gdb.base/info-os.exp: Collect resource keys from the program
2792 and use them in matching.
2793
fcb44371
JK
27942012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
2797 Wrap the test into loop for corefile and core0file.
2798
08a67be6
JK
27992012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2800
2801 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
2802 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
2803 .note.GNU-stack.
2804
0f3c2347
JK
2805 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
2806
ff4a4500
SDJ
28072012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
2808
2809 * gdb.base/help.exp (help b, help br, help bre, help brea, help
2810 break): Include help message for the new `-probe' and `-probe-stap'
2811 options.
2812
d3ce09f5
SS
28132012-07-02 Stan Shebs <stan@codesourcery.com>
2814
2815 * gdb.base/dprintf.exp: Add agent style tests.
2816
a1624241
JK
28172012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2818
2819 * gdb.base/stale-infcall.c (infcall): New label test-next.
2820 (main): New labels test-pass and test-fail.
2821 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
2822 $test_fail_bpnum to test-fail.
2823 (test system longjmp tracking support): New test.
2824 Delete $test_fail_bpnum.
2825 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
2826 breakpoint.
2827
42e7ad6c
DE
28282012-06-30 Doug Evans <dje@google.com>
2829
2830 * gdb.dwarf2/fission-reread.S: New file.
2831 * gdb.dwarf2/fission-reread.exp: New file.
2832
37ce89eb
SS
28332012-06-28 Stan Shebs <stan@codesourcery.com>
2834
2835 * gdb.mi/mi-logging.exp: New file.
2836
e5ef252a
PA
28372012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2838 Pedro Alves <palves@redhat.com>
2839
2840 * gdb.threads/siginfo-threads.exp: New file.
2841 * gdb.threads/siginfo-threads.c: New file.
2842 * gdb.threads/sigstep-threads.exp: New file.
2843 * gdb.threads/sigstep-threads.c: New file.
2844
22f1fbae
TT
28452012-06-28 Tom Tromey <tromey@redhat.com>
2846
2847 * gdb.go/package.exp: Partially revert earlier patch; use
2848 gdb_compile again. Use standard_output_file.
2849
2e3cf129
DE
28502012-06-27 Doug Evans <dje@google.com>
2851
2852 * gdb.dwarf2/fission-base.c: New file.
2853 * gdb.dwarf2/fission-base.S: New file.
2854 * gdb.dwarf2/fission-base.exp: New file.
2855
785fd303
JK
28562012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2857
2858 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
2859
1bb9788d
TT
28602012-06-27 Tom Tromey <tromey@redhat.com>
2861
2862 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
2863 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
2864
c83ee902
TT
28652012-06-27 Tom Tromey <tromey@redhat.com>
2866
2867 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
2868 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
2869 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
2870 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
2871 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
2872 prepare_for_testing.
2873 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
2874 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
2875 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
2876 standard_testfile.
2877 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
2878 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
2879 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
2880 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
2881 prepare_for_testing.
2882 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
2883 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
2884 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
2885 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
2886 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
2887 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
2888 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
2889 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
2890 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
2891 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
2892 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
2893 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
2894 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
2895 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
2896 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
2897 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
2898 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
2899 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
2900 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
2901 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
2902 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
2903 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
2904 standard_output_file.
2905 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
2906 standard_output_file.
2907 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
2908 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
2909 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
2910 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
2911 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
2912 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
2913 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
2914 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
2915 * gdb.dwarf2/implptr.exp: Use standard_testfile.
2916 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
2917 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
2918 * gdb.dwarf2/pieces.exp: Use standard_testfile.
2919 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
2920 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
2921 * gdb.dwarf2/valop.exp: Use standard_testfile,
2922 prepare_for_testing.
2923
5204774b
TT
29242012-06-27 Tom Tromey <tromey@redhat.com>
2925
2926 * gdb.python/python.exp: Fix regexps in pagination tests.
2927
ee0bf529
SCR
29282012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2929
2930 * gdb.python/py-symtab.exp: Add tests to test the new attribute
2931 'last' of gdb.Symtab_and_line.
2932 * gdb.python/py-symbol.c: Move break point comment to enable
2933 testing of gdb.Symtab_and_line.last.
2934
14fcc022
TT
29352012-06-26 Tom Tromey <tromey@redhat.com>
2936
2937 * gdb.threads/step.c: Remove.
2938 * gdb.threads/step.exp: Remove.
2939 * gdb.threads/step2.exp: Remove.
2940
0efbbabc
TT
29412012-06-26 Tom Tromey <tromey@redhat.com>
2942
2943 * gdb.threads/watchpoint-fork.exp (test): Use
2944 standard_output_file. Don't declare objdir.
2945 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
2946 standard_output_file.
2947 * gdb.threads/attach-stopped.exp: Use standard_testfile.
2948 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
2949 clean_restart. Remove incdir.
2950 * gdb.threads/corethreads.exp: Use standard_testfile.
2951 * gdb.threads/execl.exp: Use standard_testfile,
2952 standard_output_file, clean_restart.
2953 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
2954 clean_restart.
2955 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
2956 clean_restart.
2957 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
2958 incdir.
2959 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
2960 clean_restart. Remove incdir.
2961 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
2962 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
2963 clean_restart. Remove incdir.
2964 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
2965 Remove incdir.
2966 * gdb.threads/leader-exit.exp: Use standard_testfile.
2967 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
2968 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
2969 clean_restart.
2970 * gdb.threads/manythreads.exp: Use standard_testfile,
2971 clean_restart. Remove incdir.
2972 * gdb.threads/multi-create.exp: Use standard_testfile,
2973 clean_restart.
2974 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
2975 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
2976 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
2977 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
2978 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
2979 * gdb.threads/pending-step.exp: Use standard_testfile,
2980 clean_restart. Remove incdir.
2981 * gdb.threads/print-threads.exp: Use standard_testfile,
2982 clean_restart. Remove incdir.
2983 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
2984 clean_restart. Remove incdir.
2985 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
2986 Remove incdir.
2987 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
2988 incdir.
2989 * gdb.threads/sigthread.exp: Use standard_testfile,
2990 clean_restart.
2991 * gdb.threads/staticthreads.exp: Use standard_testfile,
2992 clean_restart. Remove incdir.
2993 * gdb.threads/switch-threads.exp: Use standard_testfile,
2994 clean_restart. Remove incdir.
2995 * gdb.threads/thread-execl.exp: Use standard_testfile,
2996 clean_restart. Remove incdir.
2997 * gdb.threads/thread-find.exp: Use standard_testfile,
2998 clean_restart.
2999 * gdb.threads/thread-specific.exp: Use standard_testfile,
3000 clean_restart. Remove incdir.
3001 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
3002 clean_restart. Remove incdir.
3003 * gdb.threads/thread_check.exp: Use standard_testfile,
3004 clean_restart. Remove incdir.
3005 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
3006 incdir.
3007 * gdb.threads/threadapply.exp: Use standard_testfile,
3008 clean_restart. Remove incdir.
3009 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
3010 clean_restart. Remove incdir.
3011 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
3012 clean_restart.
3013 * gdb.threads/tls-shared.exp: Use standard_testfile,
3014 clean_restart, standard_output_file.
3015 * gdb.threads/tls-var.exp: Use standard_testfile,
3016 standard_output_file.
3017 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
3018 Remove incdir.
3019 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
3020 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
3021 incdir.
3022 * gdb.threads/watchthreads2.exp: Use standard_testfile,
3023 clean_restart. Remove incdir.
3024
497a5eb0
TT
30252012-06-26 Tom Tromey <tromey@redhat.com>
3026
3027 * gdb.trace/actions.exp: Use standard_testfile.
3028 * gdb.trace/ax.exp: Use standard_testfile.
3029 * gdb.trace/backtrace.exp: Use standard_testfile.
3030 * gdb.trace/change-loc.exp: Use standard_testfile.
3031 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
3032 * gdb.trace/collection.exp: Use standard_testfile,
3033 prepare_for_testing.
3034 * gdb.trace/deltrace.exp: Use standard_testfile.
3035 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
3036 * gdb.trace/ftrace.exp: Use standard_testfile.
3037 * gdb.trace/infotrace.exp: Use standard_testfile.
3038 * gdb.trace/packetlen.exp: Use standard_testfile.
3039 * gdb.trace/passc-dyn.exp: Use standard_testfile.
3040 * gdb.trace/passcount.exp: Use standard_testfile.
3041 * gdb.trace/pending.exp: Use standard_testfile.
3042 * gdb.trace/report.exp: Use standard_testfile.
3043 * gdb.trace/save-trace.exp: Use standard_testfile.
3044 * gdb.trace/stap-trace.exp: Use standard_testfile.
3045 * gdb.trace/status-stop.exp: Use standard_testfile.
3046 * gdb.trace/strace.exp: Use standard_testfile.
3047 * gdb.trace/tfile.exp: Use standard_testfile.
3048 * gdb.trace/tfind.exp: Use standard_testfile.
3049 * gdb.trace/trace-break.exp: Use standard_testfile.
3050 * gdb.trace/trace-mt.exp: Use standard_testfile.
3051 * gdb.trace/tracecmd.exp: Use standard_testfile.
3052 * gdb.trace/tspeed.exp: Use standard_testfile.
3053 * gdb.trace/tstatus.exp: Use standard_testfile.
3054 * gdb.trace/tsv.exp: Use standard_testfile.
3055 * gdb.trace/unavailable.exp: Use standard_testfile,
3056 prepare_for_testing.
3057 * gdb.trace/while-dyn.exp: Use standard_testfile.
3058 * gdb.trace/while-stepping.exp: Use standard_testfile.
3059
7686c074
TT
30602012-06-26 Tom Tromey <tromey@redhat.com>
3061
3062 * gdb.reverse/break-precsave.exp: Use standard_testfile.
3063 * gdb.reverse/break-reverse.exp: Use standard_testfile.
3064 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
3065 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
3066 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
3067 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
3068 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
3069 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
3070 prepare_for_testing.
3071 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
3072 prepare_for_testing.
3073 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
3074 prepare_for_testing.
3075 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
3076 prepare_for_testing.
3077 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
3078 prepare_for_testing
3079 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
3080 * gdb.reverse/machinestate.exp: Use standard_testfile.
3081 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
3082 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
3083 build_executable.
3084 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
3085 build_executable.
3086 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
3087 standard_output_file.
3088 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
3089 standard_output_file.
3090 * gdb.reverse/step-precsave.exp: Use standard_testfile.
3091 * gdb.reverse/step-reverse.exp: Use standard_testfile.
3092 * gdb.reverse/until-precsave.exp: Use standard_testfile.
3093 * gdb.reverse/until-reverse.exp: Use standard_testfile.
3094 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
3095 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
3096
481fc100
TT
30972012-06-26 Tom Tromey <tromey@redhat.com>
3098
3099 * gdb.stabs/weird.exp: Remove directory-checking code. Use
3100 standard_output_file.
3101 * gdb.stabs/exclfwd.exp: Use standard_testfile,
3102 prepare_for_testing. Remove directory-checking code.
3103
7bb18ae2
TT
31042012-06-25 Tom Tromey <tromey@redhat.com>
3105
3106 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
3107 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
3108 build_executable, not prepare_for_testing.
3109 * gdb.multi/base.exp: Use standard_output_file. Use
3110 build_executable, not prepare_for_testing.
3111
cf09b3e4
TT
31122012-06-25 Tom Tromey <tromey@redhat.com>
3113
3114 * gdb.fortran/subarray.exp: Use standard_testfile,
3115 prepare_for_testing.
3116 * gdb.fortran/multi-dim.exp: Use standard_testfile.
3117 * gdb.fortran/module.exp: Use standard_testfile.
3118 * gdb.fortran/logical.exp: Use standard_testfile.
3119 * gdb.fortran/library-module.exp: Use standard_testfile,
3120 standard_output_file.
3121 * gdb.fortran/derived-type.exp: Use standard_testfile,
3122 prepare_for_testing.
3123 * gdb.fortran/complex.exp: Use standard_testfile,
3124 prepare_for_testing.
3125 * gdb.fortran/charset.exp: Use standard_testfile.
3126 * gdb.fortran/array-element.exp: Use standard_testfile,
3127 prepare_for_testing.
3128
18b5ff1b
KS
31292012-06-25 Keith Seitz <keiths@redhat.com>
3130
3131 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
3132 Change rbreak-related tests to KFAIL and add bugzilla numbers.
3133
17b77626
TT
31342012-06-25 Tom Tromey <tromey@redhat.com>
3135
3136 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
3137 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
3138 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
3139 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
3140
f91e3dc1
TT
31412012-06-25 Tom Tromey <tromey@redhat.com>
3142
3143 * gdb.linespec/ls-errs.exp: Use standard_testfile.
3144 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
3145 * gdb.linespec/linespec.exp: Use standard_testfile.
3146
a884434d
TT
31472012-06-25 Tom Tromey <tromey@redhat.com>
3148
3149 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
3150 prepare_for_testing.
3151
efc9d70a
TT
31522012-06-25 Tom Tromey <tromey@redhat.com>
3153
3154 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
3155 prepare_for_testing.
3156 * gdb.opt/inline-break.exp: Use standard_testfile,
3157 prepare_for_testing.
3158 * gdb.opt/inline-bt.exp: Use standard_testfile,
3159 prepare_for_testing.
3160 * gdb.opt/inline-cmds.exp: Use standard_testfile,
3161 prepare_for_testing.
3162 * gdb.opt/inline-locals.exp: Use standard_testfile,
3163 prepare_for_testing.
3164
e2fc92c6
TT
31652012-06-25 Tom Tromey <tromey@redhat.com>
3166
3167 * gdb.asm/asm-source.exp: Use standard_output_file,
3168 standard_testfile. Construct .o files in proper subdir.
3169
b0963d73
TT
31702012-06-25 Tom Tromey <tromey@redhat.com>
3171
3172 * gdb.server/ext-attach.exp: Use standard_testfile,
3173 prepare_for_testing.
3174 * gdb.server/ext-run.exp: Use standard_testfile,
3175 build_executable.
3176 * gdb.server/file-transfer.exp: Use standard_testfile,
3177 prepare_for_testing.
3178 * gdb.server/server-exec-info.exp: Use standard_testfile.
3179 * gdb.server/server-mon.exp: Use standard_testfile,
3180 prepare_for_testing.
3181 * gdb.server/server-run.exp: Use standard_testfile,
3182 build_executable.
3183 * gdb.server/solib-list.exp: Use standard_testfile,
3184 standard_output_file.
3185
8a3e1f8d
TT
31862012-06-25 Tom Tromey <tromey@redhat.com>
3187
3188 * lib/gdb.exp (standard_output_file): Use "file join".
3189 * gdb.go/chan.exp: Use standard_testfile.
3190 * gdb.go/handcall.exp: Use standard_testfile.
3191 * gdb.go/hello.exp: Use standard_testfile.
3192 * gdb.integers/chan.exp: Use standard_testfile.
3193 * gdb.go/methods.exp: Use standard_testfile.
3194 * gdb.go/package.exp: Use standard_testfile.
3195 * gdb.go/strings.exp: Use standard_testfile.
3196 * gdb.go/types.exp: Use standard_testfile.
3197 * gdb.go/unsafe.exp: Use standard_testfile.
3198
944a9061
MGD
31992012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3200
3201 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
3202
1c06bd58
JK
32032012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3204
3205 Fix regression by the previous commit.
3206 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
3207
b4a58790
TT
32082012-06-22 Tom Tromey <tromey@redhat.com>
3209
3210 * gdb.python/lib-types.exp: Use standard_testfile,
3211 prepare_for_testing.
3212 * gdb.python/py-block.exp: Use standard_testfile.
3213 * gdb.python/py-breakpoint.exp: Use standard_testfile.
3214 * gdb.python/py-events.exp: Use standard_testfile,
3215 standard_output_file.
3216 * gdb.python/py-evsignal.exp: Use standard_testfile.
3217 * gdb.python/py-evethreads.exp: Use standard_testfile.
3218 * gdb.python/py-explore-cc.exp: Use standard_testfile.
3219 * gdb.python/py-explore.exp: Use standard_testfile.
3220 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
3221 standard_output_file.
3222 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
3223 prepare_for_testing.
3224 * gdb.python/py-frame-inline.exp: Use standard_testfile.
3225 * gdb.python/py-frame.exp: Use standard_testfile.
3226 * gdb.python/py-inferior.exp: Use standard_testfile.
3227 * gdb.python/py-infthread.exp: Use standard_testfile.
3228 * gdb.python/py-mi.exp: Use standard_testfile.
3229 * gdb.python/py-objfile-script.exp: Use standard_testfile,
3230 build_executable.
3231 * gdb.python/py-objfile.exp: Use standard_testfile.
3232 * gdb.python/py-pp-maint.exp: Use standard_testfile,
3233 prepare_for_testing.
3234 * gdb.python/py-prettyprint.exp: Use standard_testfile.
3235 * gdb.python/py-progspace.exp: Use standard_testfile,
3236 build_executable.
3237 * gdb.python/py-prompt.exp: Use standard_testfile,
3238 build_executable.
3239 * gdb.python/py-section-script.exp: Use standard_testfile,
3240 build_executable.
3241 * gdb.python/py-shared.exp: Use standard_testfile,
3242 standard_output_file, clean_restart.
3243 * gdb.python/py-symbol.exp: Use standard_output_file,
3244 prepare_for_testing.
3245 * gdb.python/py-symtab.exp: Use standard_output_file,
3246 prepare_for_testing
3247 * gdb.python/py-template.exp: Use standard_testfile.
3248 * gdb.python/py-type.exp: Use standard_testfile.
3249 * gdb.python/py-value-cc.exp: Use standard_testfile.
3250 * gdb.python/py-value.exp: Use standard_testfile.
3251 * gdb.python/python.exp: Use standard_testfile, build_executable.
3252
2c44deac
TT
32532012-06-22 Tom Tromey <tromey@redhat.com>
3254
3255 * gdb.objc/basicclass.exp: Use standard_testfile.
3256 (do_objc_tests): Don't declare objdir.
3257 * gdb.objc/nondebug.exp: Use standard_testfile.
3258 (do_objc_tests): Don't declare objdir.
3259 * gdb.objc/objcdecode.exp: Use standard_testfile.
3260 (do_objc_tests): Don't declare objdir.
3261
c24ccbce
TT
32622012-06-22 Tom Tromey <tromey@redhat.com>
3263
3264 * gdb.java/jmain.exp: Use standard_testfile.
3265 * gdb.java/jmisc.exp: Use standard_testfile.
3266 * gdb.java/jnpe.exp: Use standard_testfile.
3267 * gdb.java/jprint.exp: Use standard_testfile.
3268
0a6d0306
TT
32692012-06-22 Tom Tromey <tromey@redhat.com>
3270
3271 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
3272 (standard_output_file, standard_testfile): New procs.
3273 (build_executable, clean_restart): Use standard_output_file.
3274
6ea815ef
YQ
32752012-06-22 Yao Qi <yao@codesourcery.com>
3276
3277 * boards/native-gdbserver.exp: New proc ${board}_exec.
3278 * boards/native-stdio-gdbserver.exp: Likewise.
3279
4c93b1db
TT
32802012-06-21 Tom Tromey <tromey@redhat.com>
3281
3282 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
3283 (build_executable): Update.
3284 (get_compiler_info): Remove 'binfile' argument.
3285 * gdb.ada/arrayidx.exp: Update.
3286 * gdb.ada/null_array.exp: Update.
3287 * gdb.arch/altivec-abi.exp: Update.
3288 * gdb.arch/altivec-regs.exp: Update.
3289 * gdb.arch/amd64-byte.exp: Update.
3290 * gdb.arch/amd64-dword.exp: Update.
3291 * gdb.arch/amd64-word.exp: Update.
3292 * gdb.arch/i386-avx.exp: Update.
3293 * gdb.arch/i386-byte.exp: Update.
3294 * gdb.arch/i386-sse.exp: Update.
3295 * gdb.arch/i386-word.exp: Update.
3296 * gdb.arch/ppc-dfp.exp: Update.
3297 * gdb.arch/ppc-fp.exp: Update.
3298 * gdb.arch/vsx-regs.exp: Update.
3299 * gdb.base/all-bin.exp: Update.
3300 * gdb.base/annota1.exp: Update.
3301 * gdb.base/async.exp: Update.
3302 * gdb.base/attach.exp: Update.
3303 * gdb.base/break-interp.exp: Update.
3304 * gdb.base/call-ar-st.exp: Update.
3305 * gdb.base/call-rt-st.exp: Update.
3306 * gdb.base/call-sc.exp: Update.
3307 * gdb.base/callfuncs.exp: Update.
3308 * gdb.base/catch-load.exp: Update.
3309 * gdb.base/completion.exp: Update.
3310 * gdb.base/complex.exp: Update.
3311 * gdb.base/condbreak.exp: Update.
3312 * gdb.base/consecutive.exp: Update.
3313 * gdb.base/constvars.exp: Update.
3314 * gdb.base/corefile.exp: Update.
3315 * gdb.base/eval-skip.exp: Update.
3316 * gdb.base/expand-psymtabs.exp: Update.
3317 * gdb.base/exprs.exp: Update.
3318 * gdb.base/fileio.exp: Update.
3319 * gdb.base/fixsection.exp: Update.
3320 * gdb.base/funcargs.exp: Update.
3321 * gdb.base/gdb11530.exp: Update.
3322 * gdb.base/gdb1555.exp: Update.
3323 * gdb.base/gnu-ifunc.exp: Update.
3324 * gdb.base/gnu_vector.exp: Update.
3325 * gdb.base/info-macros.exp: Update.
3326 * gdb.base/jit-simple.exp: Update.
3327 * gdb.base/jit-so.exp: Update.
3328 * gdb.base/jit.exp: Update.
3329 * gdb.base/langs.exp: Update.
3330 * gdb.base/list.exp: Update.
3331 * gdb.base/logical.exp: Update.
3332 * gdb.base/long_long.exp: Update.
3333 * gdb.base/longjmp.exp: Update.
3334 * gdb.base/macscp.exp: Update.
3335 * gdb.base/mips_pro.exp: Update.
3336 * gdb.base/miscexprs.exp: Update.
3337 * gdb.base/morestack.exp: Update.
3338 * gdb.base/nodebug.exp: Update.
3339 * gdb.base/opaque.exp: Update.
3340 * gdb.base/pc-fp.exp: Update.
3341 * gdb.base/pending.exp: Update.
3342 * gdb.base/permissions.exp: Update.
3343 * gdb.base/pointers.exp: Update.
3344 * gdb.base/prelink.exp: Update.
3345 * gdb.base/printcmds.exp: Update.
3346 * gdb.base/psymtab.exp: Update.
3347 * gdb.base/ptype.exp: Update.
3348 * gdb.base/relational.exp: Update.
3349 * gdb.base/scope.exp: Update.
3350 * gdb.base/setvar.exp: Update.
3351 * gdb.base/shlib-call.exp: Update.
3352 * gdb.base/shreloc.exp: Update.
3353 * gdb.base/signals.exp: Update.
3354 * gdb.base/sizeof.exp: Update.
3355 * gdb.base/so-impl-ld.exp: Update.
3356 * gdb.base/so-indr-cl.exp: Update.
3357 * gdb.base/solib-disc.exp: Update.
3358 * gdb.base/solib-display.exp: Update.
3359 * gdb.base/solib-nodir.exp: Update.
3360 * gdb.base/solib-overlap.exp: Update.
3361 * gdb.base/solib-symbol.exp: Update.
3362 * gdb.base/solib-weak.exp: Update.
3363 * gdb.base/solib.exp: Update.
3364 * gdb.base/store.exp: Update.
3365 * gdb.base/structs.exp: Update.
3366 * gdb.base/structs2.exp: Update.
3367 * gdb.base/type-opaque.exp: Update.
3368 * gdb.base/unload.exp: Update.
3369 * gdb.base/varargs.exp: Update.
3370 * gdb.base/volatile.exp: Update.
3371 * gdb.base/watch_thread_num.exp: Update.
3372 * gdb.base/watchpoint-solib.exp: Update.
3373 * gdb.base/watchpoint.exp: Update.
3374 * gdb.base/watchpoints.exp: Update.
3375 * gdb.base/whatis.exp: Update.
3376 * gdb.cell/arch.exp: Update.
3377 * gdb.cell/break.exp: Update.
3378 * gdb.cell/bt.exp: Update.
3379 * gdb.cell/core.exp: Update.
3380 * gdb.cell/data.exp: Update.
3381 * gdb.cell/ea-cache.exp: Update.
3382 * gdb.cell/f-regs.exp: Update.
3383 * gdb.cell/fork.exp: Update.
3384 * gdb.cell/gcore.exp: Update.
3385 * gdb.cell/mem-access.exp: Update.
3386 * gdb.cell/ptype.exp: Update.
3387 * gdb.cell/registers.exp: Update.
3388 * gdb.cell/sizeof.exp: Update.
3389 * gdb.cell/solib-symbol.exp: Update.
3390 * gdb.cell/solib.exp: Update.
3391 * gdb.cp/ambiguous.exp: Update.
3392 * gdb.cp/breakpoint.exp: Update.
3393 * gdb.cp/bs15503.exp: Update.
3394 * gdb.cp/casts.exp: Update.
3395 * gdb.cp/class2.exp: Update.
3396 * gdb.cp/cpexprs.exp: Update.
3397 * gdb.cp/cplusfuncs.exp: Update.
3398 * gdb.cp/ctti.exp: Update.
3399 * gdb.cp/dispcxx.exp: Update.
3400 * gdb.cp/gdb1355.exp: Update.
3401 * gdb.cp/gdb2384.exp: Update.
3402 * gdb.cp/gdb2495.exp: Update.
3403 * gdb.cp/infcall-dlopen.exp: Update.
3404 * gdb.cp/local.exp: Update.
3405 * gdb.cp/m-data.exp: Update.
3406 * gdb.cp/m-static.exp: Update.
3407 * gdb.cp/mb-ctor.exp: Update.
3408 * gdb.cp/mb-inline.exp: Update.
3409 * gdb.cp/mb-templates.exp: Update.
3410 * gdb.cp/member-ptr.exp: Update.
3411 * gdb.cp/method.exp: Update.
3412 * gdb.cp/namespace.exp: Update.
3413 * gdb.cp/nextoverthrow.exp: Update.
3414 * gdb.cp/nsdecl.exp: Update.
3415 * gdb.cp/nsrecurs.exp: Update.
3416 * gdb.cp/nsstress.exp: Update.
3417 * gdb.cp/nsusing.exp: Update.
3418 * gdb.cp/pr-1023.exp: Update.
3419 * gdb.cp/pr-1210.exp: Update.
3420 * gdb.cp/pr-574.exp: Update.
3421 * gdb.cp/pr9631.exp: Update.
3422 * gdb.cp/printmethod.exp: Update.
3423 * gdb.cp/psmang.exp: Update.
3424 * gdb.cp/re-set-overloaded.exp: Update.
3425 * gdb.cp/rtti.exp: Update.
3426 * gdb.cp/shadow.exp: Update.
3427 * gdb.cp/templates.exp: Update.
3428 * gdb.cp/try_catch.exp: Update.
3429 * gdb.dwarf2/dw2-ranges.exp: Update.
3430 * gdb.dwarf2/pr10770.exp: Update.
3431 * gdb.fortran/library-module.exp: Update.
3432 * gdb.hp/gdb.aCC/optimize.exp: Update.
3433 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
3434 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
3435 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
3436 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
3437 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
3438 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
3439 * gdb.hp/gdb.compat/xdb1.exp: Update.
3440 * gdb.hp/gdb.compat/xdb2.exp: Update.
3441 * gdb.hp/gdb.compat/xdb3.exp: Update.
3442 * gdb.hp/gdb.defects/bs14602.exp: Update.
3443 * gdb.hp/gdb.defects/solib-d.exp: Update.
3444 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
3445 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
3446 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
3447 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
3448 * gdb.mi/gdb792.exp: Update.
3449 * gdb.mi/mi-pending.exp: Update.
3450 * gdb.mi/mi-solib.exp: Update.
3451 * gdb.mi/mi-var-cp.exp: Update.
3452 * gdb.opt/clobbered-registers-O2.exp: Update.
3453 * gdb.opt/inline-bt.exp: Update.
3454 * gdb.opt/inline-cmds.exp: Update.
3455 * gdb.opt/inline-locals.exp: Update.
3456 * gdb.python/py-events.exp: Update.
3457 * gdb.python/py-finish-breakpoint.exp: Update.
3458 * gdb.python/py-type.exp: Update.
3459 * gdb.reverse/solib-precsave.exp: Update.
3460 * gdb.reverse/solib-reverse.exp: Update.
3461 * gdb.server/solib-list.exp: Update.
3462 * gdb.stabs/weird.exp: Update.
3463 * gdb.threads/attach-into-signal.exp: Update.
3464 * gdb.threads/attach-stopped.exp: Update.
3465 * gdb.threads/tls-shared.exp: Update.
3466 * gdb.trace/change-loc.exp: Update.
3467 * gdb.trace/strace.exp: Update.
3468
95c391b6
TT
34692012-06-19 Tom Tromey <tromey@redhat.com>
3470
3471 * gdb.base/whatis.exp: Add tests.
3472
e910f0b6
TT
34732012-06-19 Tom Tromey <tromey@redhat.com>
3474
3475 * gdb.cp/m-static.cc (keepalive): New function.
3476 (gnu_obj_1::method): Use it.
3477
422d65e7
DE
34782012-06-18 Doug Evans <dje@google.com>
3479
3480 * gdb.base/info-fun.exp: New file.
3481 * gdb.base/info-fun.c: New file.
3482 * gdb.base/info-fun-solib.c: New file.
3483
e2e4d78b
JK
34842012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3485
3486 Remove stale dummy frames.
3487 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
3488 (maintenance info breakpoints): New tests.
3489 * gdb.base/stale-infcall.c: New file.
3490 * gdb.base/stale-infcall.exp: New file.
3491
1788b2d3
JK
34922012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3493
3494 * gdb.arch/amd64-entry-value-param.S: New file.
3495 * gdb.arch/amd64-entry-value-param.c: New file.
3496 * gdb.arch/amd64-entry-value-param.exp: New file.
3497
663b969e
TT
34982012-06-15 Tom Tromey <tromey@redhat.com>
3499
3500 * gdb.cp/namespace.exp: Add "show lang" test.
3501
8e09ad05
IS
35022012-06-15 Iain Sandoe <iain@codesourcery.com>
3503
3504 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
3505 case. (top level): Use gdb_file_cmd instead of gdb_load.
3506
f85e18ee
JK
35072012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3508
3509 PR tdep/14222
3510 * gdb.arch/i386-sse-stack-align.S: New file.
3511 * gdb.arch/i386-sse-stack-align.c: New file.
3512 * gdb.arch/i386-sse-stack-align.exp: New file.
3513
f3b5e280
KS
35142012-06-13 Keith Seitz <keiths@redhat.com>
3515
3516 PR breakpoints/13798 and mi/11541
3517 * gdb.linespec/ls-errs.exp: Add a few more tests for
3518 filenames with spaces and colons.
3519
50af5481
JK
35202012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3521
3522 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3523 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
3524 (test_function): Call CV_f.
3525 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
3526 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
3527 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
3528 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
3529 (p CV_f(CV::i)): New tests.
3530
d55637df
TT
35312012-06-13 Tom Tromey <tromey@redhat.com>
3532
3533 * gdb.base/condbreak.exp: Add tests for "condition" completion.
3534
cc80f267
JK
35352012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3536
3537 Fix regression by the "ambiguous linespec" series.
3538 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
3539 tests.
3540
bb2af9cc
JK
35412012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3542
3543 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
3544 missing.
3545
e81a37f7
TT
35462012-06-11 Tom Tromey <tromey@redhat.com>
3547
3548 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
3549 location...
3550 (main): ...here.
3551
8efd7788
YQ
35522012-06-07 Yao Qi <yao@codesourcery.com>
3553
3554 * gdb.trace/strace.exp: Shorten some too-long lines.
3555
359f5fe6
PA
35562012-06-06 Pedro Alves <palves@redhat.com>
3557
3558 * gdb.threads/clone-new-thread-event.c: New file.
3559 * gdb.threads/clone-new-thread-event.exp: New file.
3560
7b2fe205
YQ
35612012-06-06 Yao Qi <yao@codesourcery.com>
3562
3563 * gdb.base/dprintf.c (main): Add extra parameter when calling
3564 printf and fprintf.
3565 (bar): New function. It is a dead function, but to ensure
3566 'malloc' is linked explicitly.
3567
3eca55e8
YQ
35682012-06-06 Yao Qi <yao@codesourcery.com>
3569
3570 * gdb.base/info-proc.exp: Return if target doesn't support
3571 'info proc'.
3572
91cc9324
JK
35732012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3574
3575 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
3576 (run program with breakpoint commands): XFAIl if it is not.
3577
c56e7c43
JB
35782012-06-05 Joel Brobecker <brobecker@adacore.com>
3579
3580 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
3581 and add comment.
3582 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
3583 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
3584 "STOP" marker. Adjust testing strategy to make it work on
3585 all targets.
3586
3587 * gdb.base/print-file-var-main.c (main): Rewrite using local
3588 variables and adjust get_version_2's return value check.
3589 Add small comment.
3590 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
3591 marker. Adjust testing strategy to make it work on all targets.
3592
ccab2054
JB
35932012-06-05 Joel Brobecker <brobecker@adacore.com>
3594
3595 * gdb.ada/bad-task-bp-keyword: New testcase.
3596
d0d86158
JK
35972012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3598
3599 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
3600 Simplify it to ...
3601 (symbol-file ${testfile1}): ... here.
3602 (test eliminated var my_global_symbol)
3603 (test eliminated var my_static_symbol)
3604 (test eliminated var my_global_func, get address of main): Wrap them to
3605 'single psymtabs' and 'single symtabs'
3606 (get address of my_global_symbol, get address of my_static_symbol)
3607 (get address of my_global_func, get address of main): Wrap them to
3608 'order1' and 'order2'.
3609
952cf74c
JK
3610 * gdb.base/code_elim.exp
3611 (add-symbol-file ${testfile1} 0x100000)
3612 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
3613 'order2'.
3614 (order1: add-symbol-file ${testfile1} 0x100000)
3615 (order1: add-symbol-file ${testfile2} 0x200000)
3616 (order2: add-symbol-file ${testfile2} 0x200000)
3617 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
3618 .bss as appropriate.
3619
0c5bf5a9
JK
36202012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3621
3622 * gdb.server/solib-list-lib.c: New file.
3623 * gdb.server/solib-list-main.c: New file.
3624 * gdb.server/solib-list.exp: New file.
3625
4196f325
MR
36262012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
3627
3628 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
3629 for 'set print symbol' change.
3630
bfb05775
JK
36312012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3632
3633 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
3634 .debug_abbrev_seg3.
3635
685b1105
JK
36362012-05-24 John Steele Scott <toojays@toojays.net>
3637
3638 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
3639 * gdb.dwarf2/dw2-icc-opaque.S: New file.
3640 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
3641
f3e0e960
SS
36422012-05-23 Stan Shebs <stan@codesourcery.com>
3643
3644 * gdb.mi/mi-info-os.exp: New file.
3645
11eb1b4d
KS
36462012-05-23 Keith Seitz <keiths@redhat.com>
3647
3648 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
3649 return -1 to suppress the rest of the tests.
3650 (compile_stap_bin): Return boolean success value.
3651
b1af9e97
TT
36522012-05-21 Tom Tromey <tromey@redhat.com>
3653
3654 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
3655 Remove kfails.
3656 (test_print_mi_member_types): Likewise.
3657
248537e3
TT
36582012-05-21 Tom Tromey <tromey@redhat.com>
3659
3660 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
3661 print symbol' change.
3662
d791e155
TJB
36632012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3664
3665 * gdb.python/py-prompt.exp: Quit if the target is remote.
3666
e77afa2e
JK
36672012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3668
3669 Fix ERROR: internal buffer is full.
3670 * gdb.base/info-os.exp (expect_multiline): New function.
3671 (get process list, get process groups, get threads)
3672 (get file descriptors, get internet-domain sockets)
3673 (get shared-memory regions, get semaphores, get message queues): Use
3674 it for these tests.
3675
9cb709b6
TT
36762012-05-18 Tom Tromey <tromey@redhat.com>
3677
3678 * gdb.mi/mi-var-cmd.exp: Update.
3679 * gdb.objc/basicclass.exp (do_objc_tests): Update.
3680 * gdb.cp/virtbase.exp: Update.
3681 * gdb.cp/classes.exp (test_static_members): Update.
3682 * gdb.cp/casts.exp: Update.
3683 * gdb.base/pointers.exp: Update.
3684 * gdb.base/funcargs.exp (pointer_args): Update.
3685 (structs_by_reference): Update.
3686 * gdb.base/find.exp: Update.
3687 * gdb.base/call-strs.exp: Send "set print symbol off".
3688 * gdb.base/call-ar-st.exp: Update.
3689 * gdb.ada/fun_addr.exp: Update.
3690 * gdb.base/printcmds.exp (test_print_symbol): New proc.
3691 Call it.
3692 (test_print_repeats_10, test_print_strings)
3693 (test_print_char_arrays): Update.
3694
b012acdd
TT
36952012-05-18 Tom Tromey <tromey@redhat.com>
3696
3697 * gdb.base/charset.exp (string_display): Update.
3698
1d51a733
TT
36992012-05-18 Tom Tromey <tromey@redhat.com>
3700
3701 * gdb.mi/mi2-var-display.exp: Update.
3702 * gdb.mi/mi-var-display.exp: Update.
3703 * gdb.mi/mi-var-child.exp: Update.
3704 * gdb.cp/expand-psymtabs-cxx.exp: Update.
3705 * gdb.cp/cp-relocate.exp (get_func_address): Update.
3706
957df313
DE
37072012-05-17 Doug Evans <dje@google.com>
3708
682c7f7b
DE
3709 * info-macros.exp: Pass "debug" to prepare_for_testing.
3710
957df313
DE
3711 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
3712 * gdb.ada/Makefile.in (clean): Ditto.
3713 * gdb.arch/Makefile.in (clean): Ditto.
3714 * gdb.asm/Makefile.in (clean): Ditto.
3715 * gdb.base/Makefile.in (clean): Ditto.
3716 * gdb.cell/Makefile.in (clean): Ditto.
3717 * gdb.cp/Makefile.in (clean): Ditto.
3718 * gdb.disasm/Makefile.in (clean): Ditto.
3719 * gdb.dwarf2/Makefile.in (clean): Ditto.
3720 * gdb.fortran/Makefile.in (clean): Ditto.
3721 * gdb.go/Makefile.in (clean): Ditto.
3722 * gdb.hp/Makefile.in (clean): Ditto.
3723 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
3724 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
3725 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
3726 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
3727 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
3728 * gdb.java/Makefile.in (clean): Ditto.
3729 * gdb.linespec/Makefile.in (clean): Ditto.
3730 * gdb.mi/Makefile.in (clean): Ditto.
3731 * gdb.modula2/Makefile.in (clean): Ditto.
3732 * gdb.multi/Makefile.in (clean): Ditto.
3733 * gdb.objc/Makefile.in (clean): Ditto.
3734 * gdb.opencl/Makefile.in (clean): Ditto.
3735 * gdb.opt/Makefile.in (clean): Ditto.
3736 * gdb.pascal/Makefile.in (clean): Ditto.
3737 * gdb.python/Makefile.in (clean): Ditto.
3738 * gdb.reverse/Makefile.in (clean): Ditto.
3739 * gdb.server/Makefile.in (clean): Ditto.
3740 * gdb.stabs/Makefile.in (clean): Ditto.
3741 * gdb.threads/Makefile.in (clean): Ditto.
3742 * gdb.trace/Makefile.in (clean): Ditto.
3743 * gdb.xml/Makefile.in (clean): Ditto.
3744
abc9d0dc
TT
37452012-05-16 Tom Tromey <tromey@redhat.com>
3746
3747 * gdb.base/macscp1.c (macscp_expr): Add comment.
3748 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
3749
6a3a010b
MR
37502012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
3751
3752 * gdb.base/return-nodebug.exp: Also test float and double types.
3753
01429c8e
JK
37542012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3755
3756 PR testsuite/12649
3757 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
3758
54115cd4
JK
3759 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
3760
0c5f383f
SDJ
37612012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
3762
3763 * gdb.base/stap-probe.exp (stap_test): Remove calls to
3764 `rerun_to_main'.
3765 (stap_test_no_debuginfo): Likewise.
3766
e7e0cddf
SS
37672012-05-14 Stan Shebs <stan@codesourcery.com>
3768
3769 * gdb.base/dprintf.c: New file.
3770 * gdb.base/dprintf.exp: New file.
3771
c772f8e7
HZ
37722012-05-14 Hui Zhu <hui_zhu@mentor.com>
3773
3774 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
3775 * gdb.trace/disconnected-tracing.c: New file.
3776 * gdb.trace/disconnected-tracing.exp: New file.
3777
7efc75aa
SCR
37782012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3779
3780 * gdb.python/python.c: Add a new breakpoint comment.
3781 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
3782
85d4a676
SS
37832011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
3784
3785 * gdb.base/info-os.exp: New file.
3786 * gdb.base/info-os.c: New file.
3787
64ea88dc
JB
37882012-05-10 Joel Brobecker <brobecker@adacore.com>
3789
4647ab1b
JB
3790 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
3791 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
3792 New files.
64ea88dc 3793
afba63f1
JB
37942012-05-10 Joel Brobecker <brobecker@adacore.com>
3795
3796 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
3797 gdb.base/ctxobj.exp: New files.
3798
9d198b1e
TT
37992012-05-09 Tom Tromey <tromey@redhat.com>
3800
3801 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
3802
9bfee719
MR
38032012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
3804
3805 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
3806
3a7341d8
MR
38072012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
3808
3809 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
3810 before using it.
3811
52b3699b
TG
38122012-05-04 Tristan Gingold <gingold@adacore.com>
3813
3814 * gdb.base/set-noassign.exp: New test.
3815
a20ee7a4
SCR
38162012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3817
3818 * gdb.python/py-symbol.exp: Add tests to test the new methods
3819 gdb.Symtab.global_block() and gdb.Symtab.static_block().
3820 * gdb.python/py-symbol.c: Add new struct to help test
3821 gdb.Symtab.static_block().
3822
bf2f0858
DE
38232012-05-03 Doug Evans <dje@google.com>
3824
3825 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
3826 commented out.
3827
2d4e0376
YQ
38282012-05-03 Yao Qi <yao@codesourcery.com>
3829
3830 * gdb.base/catch-syscall.exp: Skip it before compilation if target
3831 doesn't support.
3832 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
3833 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
3834
6d0bb9f3
YQ
38352012-05-03 Yao Qi <yao@codesourcery.com>
3836
3837 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
3838
fd820528
DE
38392012-04-30 Doug Evans <dje@google.com>
3840
3841 PR testsuite/13961
3842 * gdb.dwarf2/pr13961.S: New file.
3843 * gdb.dwarf2/pr13961.exp: New file.
3844
b9e219b9
YQ
38452012-04-29 Yao Qi <yao@codesourcery.com>
3846
3847 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
3848
3019eac3
DE
38492012-04-28 Doug Evans <dje@google.com>
3850
3851 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
3852 .Ltype_int_in_cu2. Use name "int2" instead of "int".
3853 All uses updated.
3854 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
3855 "ptype func_cu1" to expand cu2 before cu1.
3856
62e5f89c
SDJ
38572012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3858 Tom Tromey <tromey@redhat.com>
3859
3860 * gdb.base/default.exp: Add `$_probe_arg*' convenience
3861 variables.
3862 * gdb.base/stap-probe.c: New file.
3863 * gdb.base/stap-probe.exp: New file.
3864 * gdb.trace/stap-trace.c: New file.
3865 * gdb.trace/stap-trace.exp: New file.
3866 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
3867 libgcc's unwinder.
3868
14132e89
MR
38692012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
3870
3871 * gdb.arch/mips16-thunks-inmain.c: New file.
3872 * gdb.arch/mips16-thunks-main.c: New file.
3873 * gdb.arch/mips16-thunks-sin.c: New file.
3874 * gdb.arch/mips16-thunks-sinfrob.c: New file.
3875 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
3876 * gdb.arch/mips16-thunks-sinmain.c: New file.
3877 * gdb.arch/mips16-thunks-sinmips16.c: New file.
3878 * gdb.arch/mips16-thunks.exp: New file.
3879
a766d390
DE
38802012-04-25 Doug Evans <dje@google.com>
3881
3882 * configure.ac: Create gdb.go/Makefile.
3883 * configure: Regenerate.
3884 * gdb.base/default.exp: Add "go" to "set language" testing.
3885 * gdb.go/Makefile.in: New file.
3886 * gdb.go/basic-types.exp: New file.
3887 * gdb.go/chan.exp: New file.
3888 * gdb.go/chan.go: New file.
3889 * gdb.go/handcall.exp: New file.
3890 * gdb.go/handcall.go: New file.
3891 * gdb.go/hello.exp: New file.
3892 * gdb.go/hello.go: New file.
3893 * gdb.go/integers.exp: New file.
3894 * gdb.go/integers.go: New file.
3895 * gdb.go/methods.exp: New file.
3896 * gdb.go/methods.go: New file.
3897 * gdb.go/package.exp: New file.
3898 * gdb.go/package1.go: New file.
3899 * gdb.go/package2.go: New file.
3900 * gdb.go/print.exp: New file.
3901 * gdb.go/strings.exp: New file.
3902 * gdb.go/strings.go: New file.
3903 * gdb.go/types.exp: New file.
3904 * gdb.go/types.go: New file.
3905 * gdb.go/unsafe.exp: New file.
3906 * gdb.go/unsafe.go: New file.
3907 * lib/future.exp: Add Go support.
3908 (gdb_find_go, gdb_find_go_linker): New procs.
3909 (gdb_default_target_compile): Add Go support.
3910 * lib/gdb.exp (skip_go_tests): New proc.
3911 * lib/go.exp: New file.
3912
e65f9ffb
TT
39132012-04-25 Tom Tromey <tromey@redhat.com>
3914
3915 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
3916
14e75d8e
JK
39172012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
3918 Jan Kratochvil <jan.kratochvil@redhat.com>
3919
3920 PR symtab/7259:
3921 * gdb.base/enumval.c: New test case.
3922 * gdb.base/enumval.exp: New test case.
3923 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
3924 field.bitpos.
3925
f3525b70
PA
39262012-04-17 Pedro Alves <palves@redhat.com>
3927
3928 * Makefile.in (site.exp): Make site.exp source
3929 $srcdir/lib/append_gdb_boards_dir.exp.
3930 * lib/append_gdb_boards_dir.exp: New file.
3931
bccbefd2
JK
39322012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3933
3934 New option "set auto-load safe-path".
3935 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
3936 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
3937
bf88dd68
JK
39382012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3939
3940 auto-load: Implementation.
3941 * gdb.base/help.exp (test set height): Increase the height.
3942 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
3943 to ...
3944 (info auto-load python-scripts): ... here.
3945 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
3946 to ...
3947 (info auto-load python-scripts *): ... here.
3948
c0d4d1c0
YQ
39492012-04-16 Yao Qi <yao@codesourcery.com>
3950
3951 * lib/trace-support.exp (get_in_proc_agent): New.
3952 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
3953 of in process trace agent.
3954 * gdb.trace/ftrace.exp: Likewise.
3955 * gdb.trace/pending.exp: Likewise.
3956 * gdb.trace/trace-break.exp: Likewise.
3957 * gdb.trace/trace-mt.exp
3958 * gdb.trace/tspeed.exp: Likewise.
3959 * gdb.trace/tstatus.exp
3960 * gdb.trace/strace.exp: Likewise.
3961
cbf68a60
TS
39622012-04-16 Thomas Schwinge <thomas@codesourcery.com>
3963
dd6d3b70
TS
3964 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
3965 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
3966
cbf68a60
TS
3967 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
3968
8264ba82
AG
39692012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3970
3971 PR mi/13393
3972 * gdb.mi/mi-var-rtti.cc: New file.
3973 * gdb.mi/mi-var-rtti.exp: New file.
3974 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
3975 function.
3976 (mi_varobj_update_with_type_change): updated to avoid code duplication.
3977
de0919f8 39782012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
3979
3980 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
3981 EXECUTABLES.
3982 * gdb.python/py-explore.c: C program used for testing the new
3983 'explore' command on C constructs.
3984 * gdb.python/py-explore.cc: C++ program used for testing the new
3985 'explore' command on C++ constructs.
3986 * gdb-python/py-explore.exp: Tests for the new 'explore'
3987 command on C constructs.
3988 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
3989 command on C++ constructs.
3990
a82da7dd
MK
39912012-04-07 Mark Kettenis <kettenis@gnu.org>
3992
3993 * gdb.base/funcargs.exp (complex_args): Fix typo.
3994
e127cba8
JK
39952012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3996
3997 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
3998 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
3999
40e084e1
KS
40002012-04-05 Keith Seitz <keiths@redhat.com>
4001
4002 * gdb.base/advance.exp: Update error message for
4003 "advance malformed" test.
4004 * gdb.base/break.exp: Likewise for "breakpoint with
4005 trailing garbage" test.
4006 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
4007 with trailing garbage" test.
4008 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
4009 trailng garbage" test.
4010 * gdb.base/until.exp: Likewise for "malformed until" test.
4011 * gdb.cp/ovldbreak.exp: Create the breakpoint table
4012 for "breakpoint info (after setting on all)".
4013 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
4014 tests.
4015 * gdb.cp/cplabel.cc: New file.
4016 * gdb.cp/cplabel.exp: New test.
4017 * gdb.linespec/ls-errs.c: New file.
4018 * gdb.linespec/ls-errs.exp: New test.
4019
a72c8f6a
JK
40202012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4021
4022 * gdb.trace/unavailable.exp
4023 (collect globals: print object on: print derived_partial)
4024 (collect globals: print object on: print derived_whole)
4025 (collect globals: print object off: print derived_partial)
4026 (collect globals: print object off: print derived_whole): Update
4027 expected output.
4028
f87a3023
KS
40292012-03-30 Keith Seitz <keiths@redhat.com>
4030
4031 * gdb.python: Add test for linespecs with commas.
4032
e2171b3c
KS
40332012-03-28 Keith Seitz <keiths@redhat.com>
4034
4035 * gdb.linespec/ls-dollar.cc: New file.
4036 * gdb.linespec/ls-dollar.exp: New test.
4037
40382012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
4039
4040 * gdb.cp/namespace.exp: Add breakpoint tests for functions
4041 starting with the global namespace.
4042
2f4e0a80
DE
40432012-03-23 Doug Evans <dje@google.com>
4044
4045 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
4046
7b282c5a
SCR
40472012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4048
4049 * gdb.python/py-value.cc: Add test case for testing the
4050 methodology exposing C++ values to Python.
4051 * gdb.python/py-value-cc.exp: Add tests testing the methodology
4052 exposing C++ values to Python.
4053 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
4054
2e98ca53
JK
40552012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4056 Siddhesh Poyarekar <siddhesh@redhat.com>
4057
4058 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
4059 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
4060 (generate native core dump): Make the test unsupported if core cannot
4061 be generated.
4062
8320cc4f
JK
40632012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
4066 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
4067 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
4068
3a69ffb2
JK
40692012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
4070
4071 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
4072
8fabffee
DE
40732012-03-17 Doug Evans <dje@google.com>
4074
4075 * dg-extract-results.sh: Handle KFAILs.
4076
ab260dad
JK
40772012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4078
4079 PR symtab/13777
4080 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
4081
53ba8333
JB
40822012-03-16 Joel Brobecker <brobecker@adacore.com>
4083
4084 * gdb.ada/set_pckd_arr_elt: New testcase.
4085
481860b3
GB
40862012-03-16 Gary Benson <gbenson@redhat.com>
4087
4088 PR breakpoints/10738
4089 * gdb.opt/inline-break.exp: New file.
4090 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
4091 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
4092 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
4093 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
4094 * gdb.base/async-shell.exp: Likewise.
4095 * lib/mi-support.exp (library_loaded_re): Likewise.
4096
410528f0
TT
40972012-03-15 Tom Tromey <tromey@redhat.com>
4098
4099 * gdb.cp/virtfunc2.exp: Update expected output.
4100 * gdb.cp/pr9631.exp: Update expected output.
4101 * gdb.cp/member-ptr.exp: Update expected output.
4102 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
4103 output.
4104 * gdb.cp/casts.exp: Update expected output.
4105
c4aeac85
TT
41062012-03-15 Tom Tromey <tromey@redhat.com>
4107
4108 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
4109 (test_info_vtbl): Likewise.
4110 (do_tests): Call test_info_vtbl.
4111 * gdb.cp/virtfunc.cc (va): New global.
4112
856d06f9
TS
41132012-03-15 Thomas Schwinge <thomas@codesourcery.com>
4114
4115 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
4116 describing DWARF data structures.
4117 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
4118 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
4119 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
4120 * gdb.dwarf2/dw2-entry-value.S: Likewise.
4121 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
4122 * gdb.dwarf2/dw2-param-error.S: Likewise.
4123 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
4124 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
4125 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
4126 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
4127 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
4128 * gdb.dwarf2/pr11465.S: Likewise.
4129
e837f12a
JK
41302012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4131
4132 * gdb.mi/mi2-prompt.exp: New file.
4133
ccbb4f28
JB
41342012-03-13 Joel Brobecker <brobecker@adacore.com>
4135
4136 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
4137
32039130
JB
41382012-03-13 Joel Brobecker <brobecker@adacore.com>
4139
4140 * gdb.ada/bp_range_type: New testcase.
4141
16899756
DE
41422012-03-13 Doug Evans <dje@google.com>
4143
4144 * gdb.base/default.exp: Delete tests for symbol-reloading.
4145 * gdb.base/help.exp: Ditto.
4146 * gdb.base/setshow.exp: Ditto.
4147 * gdb.base/gdb_history: Delete references to symbol-reloading.
4148
87b0bb13
JK
41492012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4150
4151 * gdb.base/attach-twice.c: New files.
4152 * gdb.base/attach-twice.exp: New files.
4153
0d7941a9
KS
41542012-03-08 Keith Seitz <keiths@redhat.com>
4155
4156 * lib/gdb.exp (gdb_get_line_number): Throw an
4157 error instead of returning -1.
4158 * gdb.base/break.exp: Remove unused variable
4159 bp_location5.
4160 * gdb.base/hbreak2.exp: Likewise.
4161 * gdb.base/sepdebug.exp: Likewise.
4162
f4647387
YQ
41632012-03-08 Yao Qi <yao@codesourcery.com>
4164 Pedro Alves <palves@redhat.com>
4165
4166 Fix PR server/13392.
4167 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
4168 (tracepoint_change_loc_2): Remove kfail. Return if failed to
4169 download tracepoints.
4170 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
4171 (pending_tracepoint_resolved_during_trace): Likewise.
4172 (pending_tracepoint_installed_during_trace): Likewise.
4173 (pending_tracepoint_with_action_resolved): Likewise.
4174
83c532cb
KS
41752012-03-08 Keith Seitz <keiths@redhat.com>
4176
4177 * gdb.ada/array_bounds.exp: Get breakpoint for line
4178 with "START", not "STOP".
4179 * gdb.python/py-infthread.exp: Do not continue to
4180 line marked "Break here.", which is undefined.
4181
d6b6bbb7
LM
41822012-03-08 Luis Machado <lgustavo@codesourcery.com>
4183
4184 Revert:
4185
4186 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4187
4188 Implement testsuite workaround for PR breakpoints/13781.
4189 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
4190 (set breakpoint condition-evaluation host): New conditional command.
4191
7fe25d9b
JK
41922012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4193
4194 Fix CU relative vs. absolute DIE offsets.
4195 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
4196 one.
4197
51898c15
JK
41982012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4199
4200 Fix false FAIL on distros with relro linkage as default.
4201 * gdb.reverse/solib-precsave.exp: Try to compile the test using
4202 -Wl,-z,norelro first.
4203
8131799e
JB
42042012-03-06 Joel Brobecker <brobecker@adacore.com>
4205
4206 * gdb.ada/bp_on_var: New testcase.
4207
ba241969
JB
42082012-03-06 Joel Brobecker <brobecker@adacore.com>
4209
4210 * gdb.ada/bp_enum_homonym: New testcase.
4211
abe49676
YQ
42122012-03-06 Yao Qi <yao@codesourcery.com>
4213
4214 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
4215 x86_64-*-* and i?86-*-*.
4216 Set up KFAIL for gdb/13808.
4217
d8df103b
TT
42182012-03-05 Tom Tromey <tromey@redhat.com>
4219
4220 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
4221 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
4222
b7b189f3
TT
42232012-03-05 Tom Tromey <tromey@redhat.com>
4224
4225 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
4226
69dc1c4d
YQ
42272012-03-04 Yao Qi <yao@codesourcery.com>
4228
4229 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
4230 messages for KFAIL.
4231
3f20c47f
JK
42322012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4233
4234 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
4235 (print one_two_three, indexes off, print few_reps, indexes off)
4236 (print many_reps, indexes off, print empty, indexes off)
4237 (print one_two_three, print few_reps, print many_reps, print empty):
4238 Call setup_xfail if $gcc_old.
4239
abf1152a
JK
42402012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4241
4242 Implement testsuite workaround for PR breakpoints/13781.
4243 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
4244 (set breakpoint condition-evaluation host): New conditional command.
4245
a06715f8
JK
42462012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4247
4248 Code cleanup.
4249 * gdb.cp/mb-templates.exp: New variables executable. Use it for
4250 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
4251 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
4252 number 1 by $bpnum. Four times.
4253
5808517f
YQ
42542012-03-03 Yao Qi <yao@codesourcery.com>
4255
4256 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
4257
dfe2ac14
JK
42582012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4259
4260 Setup KFAIL for PR server/13796.
4261 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
4262
8bbc467a
JB
42632012-03-02 Joel Brobecker <brobecker@adacore.com>
4264
4265 * gdb.ada/operator_bp: New testcase.
4266
c0eac87f
JB
42672012-03-02 Joel Brobecker <brobecker@adacore.com>
4268
4269 * gdb.ada/info_locals_renaming: New testcase.
4270
4f42c881
TT
42712012-03-02 Tom Tromey <tromey@redhat.com>
4272
4273 * gdb.base/nextoverexit.c: New file.
4274 * gdb.base/nextoverexit.exp: New file.
4275
7380c0c9
EBM
42762012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
4277
4278 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
4279 parameter.
4280
1faeff08
MR
42812012-03-01 Maciej W. Rozycki <macro@mips.com>
4282
4283 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
4284 core registers.
4285
320b6f49 42862012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
4287 Maciej W. Rozycki <macro@codesourcery.com>
4288 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
4289
4290 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
4291
ad5f7d6e
PA
42922012-03-01 Pedro Alves <palves@redhat.com>
4293
4294 PR gdb/13767
4295
4296 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
4297 (gdb_collect_globals_test): Call it.
4298
d3dc44a6
KS
42992012-03-01 Keith Seitz <keiths@redhat.com>
4300
4301 * gdb.cp/method2.exp: Output of overload menu is now
4302 alphabetized. Update tests for "break A::method".
4303 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
4304 of hard-coding them.
4305 Overload menu is alphabetized: rewrite to accommodate.
4306 Unset variables LINE and TYPES which are used in other tests.
4307 Compute the output of "info break".
4308 Update the breakpoint table after all breakpoints are deleted.
4309 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
4310 compute ACTUALS and the method body based on parameters.
4311 Update expected output accordingly.
4312 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
4313 unique comments to allow the use of gdb_get_line_number.
4314
43152012-03-01 Keith Seitz <keiths@redhat.com>
4316
4317 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
4318 some Tcl syntax.
4319 * gdb.cp/ovldbreak.exp: Likewise.
4320
7949c2a0
KS
43212012-03-01 Keith Seitz <keiths@redhat.com>
4322
4323 * gdb.base/help.exp (help show user): Update expected result
4324 for new doc string changes (add "non-python").
4325
7d74f244
DE
43262012-03-01 Scott J. Goldman <scottjg@vmware.com>
4327
4328 * gdb.python/py-cmd.exp: Add test to verify that python commands can
4329 be put in the user-defined category and that the commands appear in
4330 "help user-defined".
4331
1b611343
JB
43322012-02-29 Joel Brobecker <brobecker@adacore.com>
4333
4334 * gdb.ada/tagged_not_init: New testcase.
4335
99b1c762
JB
43362012-02-29 Joel Brobecker <brobecker@adacore.com>
4337
4338 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
4339 * gdb.ada/enum_idx_packed: New testcase.
4340
2d4a02ee
JB
43412012-02-29 Joel Brobecker <brobecker@adacore.com>
4342
4343 * gdb.ada/aliased_array: New testcase.
4344
2e6fda7d
JB
43452012-02-29 Joel Brobecker <brobecker@adacore.com>
4346
4347 * gdb.ada/whatis_array_val: New testcase.
4348
9a7f938f
JK
43492012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4350
4351 Fix disp-step-syscall.exp: fork: single step over fork.
4352 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
4353 whitespaces.
4354 (single step over $syscall): Remove its check.
4355 (single step over $syscall final pc): New check.
4356
8703a944
JK
43572012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4358
4359 Support processors without SSSE3.
4360 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
4361 pabsd into ...
4362 (ssse3_test): ... a new function.
4363 (main): Call ssse3_test.
4364 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
4365 Update expected values everywhere.
4366 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
4367 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
4368 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
4369 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
4370 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
4371 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
4372 Move these tests lower.
4373 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
4374 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
4375 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
4376 New tests.
4377
c03e6ccc
YQ
43782012-02-29 Yao Qi <yao@codesourcery.com>
4379 Pedro Alves <palves@redhat.com>
4380
4381 * gdb.trace/trace-mt.c: New.
4382 * gdb.trace/trace-mt.exp: New.
4383
7964b62a
TS
43842012-02-28 Thomas Schwinge <thomas@codesourcery.com>
4385
2c8910ba
TS
4386 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
4387 numbers instead of hardcoding them.
4388 * gdb.base/annota1.c: Provide suitable markers.
4389 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
4390 numbers instead of hardcoding them.
4391 * gdb.base/annota3.c: Provide suitable markers.
4392
4393 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
4394 * gdb.base/annota3.c: Likewise.
4395 * gdb.base/sigall.c: Likewise.
4396 * gdb.base/signals.c: Likewise.
4397 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 4398
5a41c0b7
MR
43992012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
4400
4401 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
4402 failure return path.
4403
ebbbe5c5
LM
44042012-02-27 Luis Machado <lgustavo@codesourcery.com>
4405
4406 * gdb.base/save-bp.exp: Account for new condition evaluator output.
4407
8d126d8a
LM
44082012-02-24 Luis Machado <lgustavo@codesourcery.com>
4409
4410 * gdb.base/cond-eval-mode.exp: New file.
4411
11337c2f
PA
44122012-02-24 Pedro Alves <palves@redhat.com>
4413
4414 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
4415 (top level): Use with_test_prefix.
4416
13fc3e3c
PA
44172012-02-24 Pedro Alves <palves@redhat.com>
4418
4419 * gdb.threads/attach-into-signal.exp (corefunc): Use
4420 with_test_prefix.
4421
07c1b626
JK
44222012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4423
4424 Fix false FAILs on old CPUs without SSE.
4425 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
4426 Return untested for Illegal instruction.
4427
596ba138
JK
44282012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4429
4430 Fix false FAILs with glibc debug infos installed.
4431 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
4432 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
4433
aeaa2474
SA
44342012-02-22 Sterling Augustine <saugustine@google.com>
4435
4436 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
4437 constant with cast.
4438
aed555c9
PA
44392012-02-21 Pedro Alves <palves@redhat.com>
4440
4441 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
4442
78afebb4
PA
44432012-02-21 Pedro Alves <palves@redhat.com>
4444
4445 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
4446
fdcfef12
PA
44472012-02-21 Pedro Alves <palves@redhat.com>
4448
4449 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
4450 with_test_prefix.
4451
0f4d39d5
PA
44522012-02-21 Pedro Alves <palves@redhat.com>
4453
4454 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
4455 with_test_prefix here.
4456 (top level): Do it here instead. Remove `:' from the
4457 with_test_prefix string.
4458 * gdb.base/attach-pie-misread.exp: Remove the leading space the
4459 the suffix `:' from the with_test_prefix prefix string.
4460 * gdb.base/break-interp.exp: Ditto.
4461 * gdb.base/catch-load.exp: Ditto.
4462 * gdb.base/disp-step-syscall.exp: Ditto.
4463 * gdb.base/jit-so.exp: Ditto.
4464 * gdb.base/jit.exp: Ditto.
4465 * gdb.base/sepdebug.exp: Ditto.
4466 * gdb.base/solib-display.exp: Ditto.
4467 * gdb.base/solib-overlap.exp: Ditto.
4468 * gdb.base/watch-cond-infcall.exp: Ditto.
4469 * gdb.base/watchpoint.exp: Ditto.
4470 * gdb.dwarf2/dw2-noloc.exp: Ditto.
4471 * gdb.mi/mi-watch.exp: Ditto.
4472 * gdb.mi/mi2-watch.exp: Ditto.
4473 * gdb.threads/non-ldr-exc-1.exp: Ditto.
4474 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4475 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4476 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4477 * gdb.threads/watchpoint-fork.exp: Ditto.
4478 * gdb.threads/watchthreads-reorder.exp: Ditto.
4479 * gdb.trace/change-loc.exp: Ditto.
4480 * gdb.trace/pending.exp: Ditto.
4481 * gdb.trace/status-stop.exp: Ditto.
4482 * gdb.trace/strace.exp: Ditto.
4483 * gdb.trace/trace-break.exp: Ditto.
4484 * gdb.trace/unavailable.exp: Ditto.
4485 * lib/gdb.exp (with_test_prefix): Always prefix with space and
4486 suffix with colon. Adjust leading comments.
4487
6a5870ce
PA
44882012-02-21 Pedro Alves <palves@redhat.com>
4489 Tom Tromey <tromey@redhat.com>
4490
4491 * lib/gdb.exp: Add description of test prefixes.
4492 (with_test_prefix): New procedure.
4493 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
4494 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
4495 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
4496 instead of lappend to append to pf_prefix.
4497 * gdb.base/catch-load.exp: Use with_test_prefix.
4498 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
4499 * gdb.base/jit-so.exp: Use with_test_prefix.
4500 * gdb.base/jit.exp: Use with_test_prefix.
4501 * gdb.base/return-nodebug.exp (do_test): Use append instead of
4502 lappend to append to pf_prefix.
4503 * gdb.base/sepdebug.exp: Use with_test_prefix.
4504 * gdb.base/solib-display.exp: Use with_test_prefix.
4505 * gdb.base/solib-overlap.exp: Use with_test_prefix.
4506 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
4507 * gdb.base/watchpoint.exp: Use with_test_prefix.
4508 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
4509 * gdb.mi/mi-watch.exp: Use with_test_prefix.
4510 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
4511 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
4512 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
4513 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
4514 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
4515 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
4516 append instead of lappend to append to pf_prefix.
4517 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
4518 * gdb.trace/change-loc.exp: Use with_test_prefix.
4519 * gdb.trace/pending.exp: Use with_test_prefix.
4520 * gdb.trace/status-stop.exp: Use with_test_prefix.
4521 * gdb.trace/strace.exp: Use with_test_prefix.
4522 * gdb.trace/trace-break.exp: Use with_test_prefix.
4523 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
4524 instead of lappend to append to pf_prefix.
4525
35dc4a6b
JK
45262012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4527
4528 Fix racy FAILs.
4529 * gdb.base/inferior-died.c (main): Add return of 0.
4530 * gdb.base/inferior-died.exp (continue): Fix expectation of
4531 asynchronous events.
4532 (p 1): New test.
4533
c5a006e6
PA
45342012-02-20 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
4537 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
4538 gdb's internal debug output. For the non-threaded case, look for
4539 "Program received signal SIGLARM", for the threaded case, peek at
4540 the thread's siginfo.
4541
cc51a170
PA
45422012-02-20 Pedro Alves <palves@redhat.com>
4543
4544 General cleanup, make output test messages unique, and build
4545 different executable files for the non-threaded and threaded
4546 cases.
4547
4548 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
4549 Delete.
4550 (executable_nothr, executable_thr): New globals.
4551 (top level): Adjust to delete both executables.
4552 (corefunc): New parameter $executable. Set $pf_prefix instead of
4553 hand writing a prefix in tests. Issue a clean_restart and enable
4554 lin-lwp debug output here.
4555 (top level): Adjust. Use build_executable. Don't start gdb here,
4556 and don't enable lin-lwp debug output here.
4557 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
4558
c755f03d
JK
45592012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4560
4561 Fix racy FAILs.
4562 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
4563 "continue" command.
4564
6bec5e0a
JK
45652012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4566
4567 Fix for gdbserver non-extended mode.
4568 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
4569 and gdb_run_cmd.
4570
2e8265fd
TT
45712012-02-17 Tom Tromey <tromey@redhat.com>
4572
4573 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
4574 * gdb.python/py-events.exp: Check 'dir' output.
4575 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
4576
9e507076
YQ
45772012-02-17 Yao Qi <yao@codesourcery.com>
4578
4579 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
4580
32d22ab1
TT
45812012-02-16 Tom Tromey <tromey@redhat.com>
4582
4583 * gdb.base/inferior-died.c: Don't include stdio.h.
4584
9addecb9
TT
45852012-02-16 Tom Tromey <tromey@redhat.com>
4586
4587 * gdb.base/inferior-died.c: New file.
4588 * gdb.base/inferior-died.exp: New file.
4589
4cb6da1c
AR
45902012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
4591
4592 * gdb.base/break-inline.exp: New file.
4593 * gdb.base/break-inline.c: New file.
4594
3af2590d
TT
45952012-02-15 Tom Tromey <tromey@redhat.com>
4596
4597 * gdb.base/pc-fp.exp: Add "info register" tests.
4598
29988831
TT
45992012-02-15 Tom Tromey <tromey@redhat.com>
4600
4601 * gdb.base/regs.exp: Remove.
4602
10010058
PA
46032012-02-15 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
4606 the target doesn't support tracepoints.
4607 * gdb.trace/circ.exp: Ditto.
4608 * gdb.trace/collection.exp: Ditto.
4609 * gdb.trace/packetlen.exp: Ditto.
4610 * gdb.trace/passc-dyn.exp: Ditto.
4611 * gdb.trace/report.exp: Ditto.
4612 * gdb.trace/tfind.exp: Ditto.
4613 * gdb.trace/tspeed.exp: Ditto.
4614 * gdb.trace/tsv.exp: Ditto.
4615 * gdb.trace/unavailable.exp: Ditto.
4616 * gdb.trace/while-dyn.exp: Ditto.
4617
a2e0062d
PA
46182012-02-15 Pedro Alves <palves@redhat.com>
4619
4620 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
4621 gdb_test_multiple, and call unsupported instead of fail, if the
4622 remote side does not support the request.
4623
a1999d40
PA
46242012-02-15 Pedro Alves <palves@redhat.com>
4625
4626 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
4627 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
4628 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
4629 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
4630 * gdb.server/server-run.exp: Make sure gdb is disconnected.
4631 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
4632 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
4633 doesn't start with "extended-" already.
4634
7cee1e54
PA
46352012-02-15 Pedro Alves <palves@redhat.com>
4636
4637 Support extended-remote. Avoid cascading timeouts.
4638
4639 * gdb.base/attach.exp (do_attach_tests): Add expected output for
4640 the extended-remote target. If attaching with no file fails, load
4641 the file manually.
4642 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
4643
816338b5
SS
46442012-02-14 Stan Shebs <stan@codesourcery.com>
4645
4646 * gdb.base/ena-dis-br.exp: Add enable count test.
4647
cc30c4bd
PA
46482012-02-13 Pedro Alves <palves@redhat.com>
4649
4650 * config/mips-idt.exp: Delete.
4651 * gdb.base/a2-run.exp: Remove mips-idt xfails.
4652 * gdb.base/bitfields.exp: Remove mips-idt restarts.
4653 * gdb.base/break.exp: Remove mips-idt references.
4654 * gdb.base/chng-syms.exp: Ditto.
4655 * gdb.base/default.exp: Ditto.
4656 * gdb.base/funcargs.exp (funcargs_reload): Delete.
4657 (top level): Don't call it.
4658 * gdb.base/opaque.exp: Remove mips-idt restarts.
4659 * gdb.base/ptype.exp: Remove mips-idt xfails.
4660 * gdb.base/scope.exp: Remove mips-idt restarts.
4661 * gdb.base/sepdebug.exp: Remove mips-idt references.
4662 * gdb.base/watchpoint.exp (maybe_clean_restart)
4663 (maybe_reinitialize): Delete.
4664 (test_disabling_watchpoints, test_disabling_watchpoints)
4665 (test_watchpoint_triggered_in_syscall)
4666 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
4667 Don't call them.
4668
57008375
JK
46692012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4670
4671 * gdb.server/server-exec-info.exp: New file.
4672
4a2d9c08
PA
46732012-02-10 Pedro Alves <palves@redhat.com>
4674
4675 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
4676 always non-empty.
4677 (test_attach): Always pass $exec to test_attach_gdb.
4678
09fa21bd
TT
46792012-02-08 Tom Tromey <tromey@redhat.com>
4680
4681 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
4682 before inferior is started.
4683
f0823d2c
TT
46842012-02-07 Tom Tromey <tromey@redhat.com>
4685
4686 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
4687 Symbol.value.
4688 * gdb.python/py-symbol.c (qq): Set default value.
4689
46902012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
4691
4692 * gdb.python/py-symbol.c (qq): New global.
4693 * gdb.python/py-symbol.exp: Add test for frame-less
4694 lookup_symbol.
4695 * gdb.python/py-symtab.exp: Fix line number.
4696
f7e44f65
JB
46972012-02-03 Joel Brobecker <brobecker@adacore.com>
4698
4699 * gdb.ada/mi_task_arg: New testcase.
4700
4c9ed63c
PA
47012012-02-02 Pedro Alves <palves@redhat.com>
4702
4703 * gdb.reverse/until-precsave.exp: Also put "record save" under the
4704 extended timeout.
4705
c0b9f2c6
PA
47062012-02-02 Pedro Alves <palves@redhat.com>
4707
4708 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
4709 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
4710
5f8cefd7
PA
47112012-02-02 Pedro Alves <palves@redhat.com>
4712
4713 * gdb.base/term.exp: Rewrite.
4714 * gdb.base/term.c: New.
4715
2f3a2569
PA
47162012-02-02 Pedro Alves <palves@redhat.com>
4717
4718 * gdb.base/default.exp (run "r" abbreviation, run): Add
4719 extended-remote expected output.
4720
f149aabd
TT
47212012-02-02 Tom Tromey <tromey@redhat.com>
4722
4723 * gdb.cp/dispcxx.exp: New file.
4724 * gdb.cp/dispcxx.cc: New file.
4725
03bef283
TT
47262012-02-01 Tom Tromey <tromey@redhat.com>
4727
4728 * gdb.base/jit-simple.exp: New file.
4729 * gdb.base/jit-simple.c: New file.
4730
a79b18b5
YQ
47312012-01-30 Yao Qi <yao@codesourcery.com>
4732
4733 * gdb.base/skip.exp: Make test result unique.
4734
f0d1a53e
JK
47352012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4736
4737 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
4738 compatibility with valgrind-3.7.0.
4739
4b3c9f41
PA
47402012-01-27 Pedro Alves <palves@redhat.com>
4741
4742 * gdb.base/watchpoint.exp (no_hw): New global.
4743 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
4744 disable hw watchpoints.
4745 (test_wide_location_1, test_wide_location_2): If no_hw is set,
4746 don't expect hw watchpoints.
4747 (no_hw_watchpoints): Always clean restart.
4748 (do_tests): New procedure, factored out from the top level.
4749 (top level): Run tests twice. Once with hw watchpoints enabled,
4750 another time with hw watchpoints disabled.
4751
a13491c8
PA
47522012-01-27 Pedro Alves <palves@redhat.com>
4753
4754 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
4755 out from the top level.
4756 (top level): Call it instead.
4757
f2c8a051
PA
47582012-01-27 Pedro Alves <palves@redhat.com>
4759
4760 * gdb.base/watchpoint.exp (top level): Re-enable hardware
4761 watchpoints sooner.
4762
654d7a9e
PA
47632012-01-27 Pedro Alves <palves@redhat.com>
4764
4765 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
4766
274f47f3
PA
47672012-01-27 Pedro Alves <palves@redhat.com>
4768
4769 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
4770 "You may have requested too many hardware
4771 breakpoints/watchpoints".
4772
e4d63ba2
PA
47732012-01-27 Pedro Alves <palves@redhat.com>
4774
4775 * gdb.base/watchpoint.exp (maybe_clean_restart)
4776 (maybe_reinitialize): New.
4777 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
4778 expect "hit N times".
4779 (test_disabling_watchpoints, test_complex_watchpoint)
4780 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
4781 Call maybe_clean_restart.
4782 (top level): Use clean_restart. Remove "mips-idt-*"
4783 reinitialization.
4784
dbd95daf
PA
47852012-01-27 Pedro Alves <palves@redhat.com>
4786
4787 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
4788
f3ad2025
PA
47892012-01-27 Pedro Alves <palves@redhat.com>
4790
4791 * gdb.base/watchpoint.exp: Clean restart after tests that don't
4792 require `initialize' anymore. Remove unnecessary `initialize'
4793 calls.
4794
100aa3ae
PA
47952012-01-27 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.base/watchpoint.exp (wp_set): Delete.
4798 (initialize, test_simple_watchpoint, top level): Remove dead code.
4799
c79a8e11
PA
48002012-01-27 Pedro Alves <palves@redhat.com>
4801
4802 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
4803 typo.
4804
048fe15a
PA
48052012-01-27 Pedro Alves <palves@redhat.com>
4806
4807 * config/extended-gdbserver.exp: New file.
4808 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
4809 comment.
4810 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
4811 * boards/native-extended-gdbserver.exp: New file.
4812
4033a6bf
PA
48132012-01-26 Pedro Alves <palves@redhat.com>
4814
4815 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
4816 and gdb_test_multiple.
4817
3d7f4b81
PA
48182012-01-26 Pedro Alves <palves@redhat.com>
4819
4820 Make test messages unique, and more identifiable.
4821 * gdb.multi/watchpoint-multi.exp: Change test messages.
4822
484abf42
TT
48232012-01-25 Tom Tromey <tromey@redhat.com>
4824
4825 * gdb.base/solib-disc.exp: Fix regexps.
4826
edcc5120
TT
48272012-01-24 Tom Tromey <tromey@redhat.com>
4828
4829 * lib/mi-support.exp (mi_expect_stop): Add special case for
4830 solib-event.
4831 * gdb.base/catch-load-so.c: New file.
4832 * gdb.base/catch-load.exp: New file.
4833 * gdb.base/catch-load.c: New file.
4834 * gdb.base/break-interp.exp (reach_1): Update regexp.
4835
30b91c90
JK
48362012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4837
4838 Fix fuzzy results.
4839 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
4840 lpsimple and func.
4841
53fe1783
GB
48422012-01-24 Gary Benson <gbenson@redhat.com>
4843
4844 Delete #if 0'd out code.
4845 * gdb.base/default.exp (info catch): Remove.
4846 * gdb.base/gdb_history (info catch): Likewise.
4847 * gdb.base/help.exp (info catch): Likewise.
4848
d0d8b0c6
JK
48492012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4850
4851 Fix watchpoints to be specific for each inferior.
4852 * gdb.multi/watchpoint-multi.c: New file.
4853 * gdb.multi/watchpoint-multi.exp: New file.
4854
4403d8e9
JK
48552012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4856
4857 Fix watchpoints across inferior fork.
4858 * gdb.threads/watchpoint-fork-child.c: New file.
4859 * gdb.threads/watchpoint-fork-mt.c: New file.
4860 * gdb.threads/watchpoint-fork-parent.c: New file.
4861 * gdb.threads/watchpoint-fork-st.c: New file.
4862 * gdb.threads/watchpoint-fork.exp: New file.
4863 * gdb.threads/watchpoint-fork.h: New file.
4864
050a2e1d
PA
48652012-01-23 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.base/call-signal-resume.exp: Allow output after "return".
4868
6a52fb62
PA
48692012-01-20 Pedro Alves <palves@redhat.com>
4870
4871 * gdb.python/py-finish-breakpoint.py: Fix typo.
4872
145b16a9
UW
48732012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4874
4875 * gdb.base/info-proc.exp: Also run on remote targets. Main
4876 "info proc" command is now always present; whether target supports
4877 actual info proc operation is detected when attempting to issue
4878 the command.
4879
26f6125e
JK
48802012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4881
4882 * .gdbinit: Remove.
4883
eb5227ce
PA
48842012-01-19 Pedro Alves <palves@redhat.com>
4885
4886 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
4887 look at the funtions' returns.
4888 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
4889 (jprint.print(int, int)): Change return type to int. Adjust.
4890
1db33378
PP
48912012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4892
4893 PR gdb/9538
4894 * gdb.base/sepdebug.exp: New test.
4895
b9736cf8
PA
48962012-01-18 Pedro Alves <palves@redhat.com>
4897
4898 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
4899 Allow output before ^done.
4900
4aac40c8
TT
49012012-01-16 Tom Tromey <tromey@redhat.com>
4902
4903 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
4904 Add tests for relative directory.
4905
cafec441
TT
49062012-01-16 Tom Tromey <tromey@redhat.com>
4907
4908 * gdb.base/printcmds.c (enum flag_enum): New.
4909 (three): New global.
4910 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
4911 enum printing.
4912 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
4913 FlagEnumerationPrinter.
4914 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
4915 * gdb.python/py-pp-maint.c (enum flag_enum): New.
4916 (fval): New global.
4917
abcc4978
PA
49182012-01-16 Pedro Alves <palves@redhat.com>
4919
4920 * lib/gdb.exp (banned_procedures): New variable.
4921 (banned_variables_traced): Rename to ...
4922 (banned_traced): ... this.
4923 (gdb_init): Also trace banned procedures.
4924 (gdb_finish): Also untrace banned procedures.
4925
97ccebe8
PA
49262012-01-16 Pedro Alves <palves@redhat.com>
4927
4928 Remove all calls to strace.
4929
2af7517b
JK
49302012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4931
4932 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
4933 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
4934
9241a8bc
PP
49352012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
4936
4937 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
4938 * gdb.base/pie-execl.exp: Likewise.
4939
3848a17f
KS
49402012-01-12 Keith Seitz <keiths@redhat.com>
4941
4942 PR mi/10586
4943 * gdb.mi/var-cmd.c (struct anonymous): New structure.
4944 (do_anonymous_type_tests): New function.
4945 (main): Call do_anonymous_type_tests.
4946 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
4947 (verify_everything): New procedure.
4948 * gdb.mi/mi-var-cp.cc (class A): New class.
4949 (anonymous_structs_and_unions): New function.
4950 (main): Call anonymous_structs_and_unions.
4951 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
4952 (verify_everything): New procedure.
4953
440e2fca
KS
49542012-01-12 Keith Seitz <keiths@redhat.com>
4955
4956 * lib/mi-support.exp: Expand comments about PATH_EXPR.
4957 (varobj_tree::get_path_expr): Assume that all varobjs are
4958 compound unless they are known simple types.
4959 Adjust path expressions based on parent type, path parent type,
4960 and tree language.
4961 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
4962 the root varobj.
4963 (mi_walk_varobj_tree): Add LANGUAGE parameter.
4964
675399c9
PA
49652012-01-11 Pedro Alves <palves@redhat.com>
4966
4967 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
4968 core files on this machine" anymore.
4969
97ddaa9b
PH
49702012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4971
4972 * gdb.base/watchpoint.c (recurser): Initialize local_x.
4973 (main): Repeat recurser call.
4974 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
4975 equivalent to 'local_x'.
4976
ea733575 49772012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 4978 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
4979
4980 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
4981
2ca0b532
PA
49822012-01-05 Pedro Alves <alves.ped@gmail.com>
4983
4984 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
4985 * gdb.python/py-events.c (first): Add bits for new "step N" test.
4986 * gdb.python/py-events.exp: Test that "step N" tripping on a
4987 breakpoint emits a breakpoint event.
4988
6e681866
JB
49892012-01-03 Joel Brobecker <brobecker@adacore.com>
4990
4991 * gdb.base/auxv.exp: Reformat the copyright notice.
4992
3c2d6aff
YQ
49932012-01-03 Yao Qi <yao@codesourcery.com>
4994
4995 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
4996 (strace_trace_on_diff_addr): New.
4997 * gdb.trace/strace.c: (main): Add two local variables.
4998
0852fee3
UW
49992011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
5000
5001 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
5002 * gdb.cell/gcore.exp: Likewise.
5003 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
5004 to verify the correct instance of main is selected.
5005
12c3e59c
JB
50062012-01-02 Joel Brobecker <brobecker@adacore.com>
5007
5008 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
5009 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
5010 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
5011 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
5012 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
5013 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
5014 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
5015 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
5016 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
5017 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
5018 gdb.threads/thread_check.c: Reformat copyright header.
5019
c0f378ec
EBM
50202011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5021
e4a7ca93 5022 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
5023 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
5024 is not enabled.
5025
3bc96cfb
JK
50262011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5027
5028 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
5029 parameter to self_exec, adjust the function.
5030 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
5031 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
5032 (set var do_exit = 0): Remove test.
5033 (newline at end of file): Add one.
5034
095bcf5e
JB
50352011-12-27 Joel Brobecker <brobecker@adacore.com>
5036
5037 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
5038 New files.
5039
18d19bd1
JK
50402011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5041
5042 Fix racy FAILs.
5043 * gdb.threads/fork-thread-pending.c (barrier): New variable.
5044 (thread_function, thread_forker): Call pthread_barrier_wait for it.
5045 (main): Call pthread_barrier_init for it.
5046
e809353a
JK
50472011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5048
5049 Fix double send_gdb leading to racy FAILs.
5050 * gdb.base/break.exp (set silent break bp_location1): Replace
5051 3x send_gdb and gdb_expect by gdb_test.
5052 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
5053 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
5054 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
5055 instead of send_gdb. Twice.
5056 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
5057 3x send_gdb and gdb_expect by gdb_test.
5058 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
5059
da8cb7ec
JK
50602011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5061
5062 * gdb.linespec/linespec.exp: Compile using {c++}.
5063
ae1a303e
JK
50642011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5065
5066 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
5067 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
5068 (verify GCC PR debug/51668): New test.
5069
cc72b2a2
KP
50702011-12-23 Kevin Pouget <kevin.pouget@st.com>
5071
5072 Introduce gdb.FinishBreakpoint in Python.
5073 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
5074 py-finish-breakpoint2
5075 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
5076 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
5077 instead of line number.
5078 * gdb.python/py-finish-breakpoint.c: New file.
5079 * gdb.python/py-finish-breakpoint.exp: New file.
5080 * gdb.python/py-finish-breakpoint.py: New file.
5081 * gdb.python/py-finish-breakpoint2.cc: New file.
5082 * gdb.python/py-finish-breakpoint2.exp: New file.
5083 * gdb.python/py-finish-breakpoint2.py: New file.
5084
3b7962f9
JK
50852011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5086
5087 Partial fix of compatibility with gcc-4.7.
5088 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
5089 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
5090 Add comment to add a PASS case in the future.
5091
6538471c
JK
5092 Fix compatibility with gcc-4.7.
5093 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
5094
7052e42c
UW
50952011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
5096
5097 PR tdep/12797
5098 * gdb.base/callfuncs.exp: Remove KFAIL.
5099
9ac7f98e
JB
51002011-12-21 Joel Brobecker <brobecker@adacore.com>
5101
5102 * gdb.ada/task_bp: New testcase.
5103
f6eeced0
JK
51042011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5105
5106 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
5107 -DNO_SECTIONS.
5108 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
5109
72225e17
JK
51102011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5111
5112 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
5113 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
5114 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
5115 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
5116 conditional for gcc <= 4.5.
5117
13ac8d2c
JK
51182011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5119
5120 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
5121 by XFAIL.
5122 * gdb.cp/static-method.exp (info addr A::func())
5123 (list static-method.cc:xxx::(anonymous namespace)::A::func)
5124 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
5125 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
5126 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
5127 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
5128 (test value of F in k3_m): Likewise.
5129 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
5130 Likewise.
5131
049682ba
JK
51322011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5133
5134 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
5135 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
5136 Remove.
5137 * gdb.threads/attachstop-mt.c: Remove.
5138 * gdb.threads/attachstop-mt.exp: Remove.
5139
2c9d8796
MK
51402011-12-17 Mark Kettenis <kettenis@gnu.org>
5141
5142 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
5143
e0f9f062
DE
51442011-12-16 Doug Evans <dje@google.com>
5145
f4aa2101 5146 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
5147 * boards/native-gdbserver.exp: New file.
5148
e0f9f062
DE
5149 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
5150 gdbserver output.
5151 (gdbserver_default_get_remote_address): New function.
5152 (gdbserver_start): Call gdb,get_remote_address to compute argument
5153 to "target remote" command.
5154
80b6e756
PM
51552011-12-16 Phil Muldoon <pmuldoon@redhat.com>
5156
1c3ad6ab 5157 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
5158 python print-stack. Add set/show python print-stack
5159 off|full|message tests.
5160
1576bd00
YQ
51612011-12-15 Yao Qi <yao@codesourcery.com>
5162
5163 * gdb.trace/strace.c: New
5164 * gdb.trace/strace.exp: New.
5165
d6a0f6e0
TT
51662011-12-14 Tom Tromey <tromey@redhat.com>
5167
5168 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
5169
31015e1d
DE
51702011-12-14 Doug Evans <dje@google.com>
5171
5172 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
5173
7b50312a
PA
51742011-12-14 Pedro Alves <pedro@codesourcery.com>
5175
5176 PR threads/10729
5177
5178 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 5179 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 5180
924437bc
PA
51812011-12-13 Pedro Alves <pedro@codesourcery.com>
5182 Doug Evans <dje@google.com>
5183
5184 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
5185 (clean_restart): Remove references to the gdb_stub target board
5186 variable.
5187 (gdb_step_for_stub): Delete.
5188
5189 * gdb.base/annota1.exp: Remove all references to [target_info
5190 exists gdb_stub], gdb_step_for_stub and usestubs.
5191 * gdb.base/annota3.exp: Ditto.
5192 * gdb.base/async.exp: Ditto.
5193 * gdb.base/break.exp: Ditto.
5194 * gdb.base/code-expr.exp: Ditto.
5195 * gdb.base/commands.exp: Ditto.
5196 * gdb.base/completion.exp: Ditto.
5197 * gdb.base/condbreak.exp: Ditto.
5198 * gdb.base/consecutive.exp: Ditto.
5199 * gdb.base/cvexpr.exp: Ditto.
5200 * gdb.base/define.exp: Ditto.
5201 * gdb.base/display.exp: Ditto.
5202 * gdb.base/ena-dis-br.exp: Ditto.
5203 * gdb.base/environ.exp: Ditto.
5204 * gdb.base/gnu-ifunc.exp: Ditto.
5205 * gdb.base/maint.exp: Ditto.
5206 * gdb.base/pending.exp: Ditto.
5207 * gdb.base/sect-cmd.exp: Ditto.
5208 * gdb.base/sepdebug.exp: Ditto.
5209 * gdb.base/unload.exp: Ditto.
5210 * gdb.base/watchpoint-solib.exp: Ditto.
5211 * gdb.cp/annota2.exp: Ditto.
5212 * gdb.cp/annota3.exp: Ditto.
5213 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
5214 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
5215 * gdb.mi/mi-pending.exp: Ditto.
5216 * gdb.trace/circ.exp: Ditto.
5217 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
5218 * gdb.base/list.exp: Ditto.
5219
5220 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
5221 breakpoint function and all references to the usestubs macro.
5222 * gdb.base/exprs.c: Ditto.
5223 * gdb.base/freebpcmd.c: Ditto.
5224 * gdb.base/bitfields.c: Ditto.
5225 * gdb.base/bitfields2.c: Ditto.
5226 * gdb.base/break.c: Ditto.
5227 * gdb.base/call-sc.c: Ditto.
5228 * gdb.base/call-signals.c: Ditto.
5229 * gdb.base/callfuncs.c: Ditto.
5230 * gdb.base/charset.c: Ditto.
5231 * gdb.base/consecutive.c: Ditto.
5232 * gdb.base/constvars.c: Ditto.
5233 * gdb.base/funcargs.c: Ditto.
5234 * gdb.base/int-type.c: Ditto.
5235 * gdb.base/interrupt.c: Ditto.
5236 * gdb.base/langs0.c: Ditto.
5237 * gdb.base/list0.c: Ditto.
5238 * gdb.base/mips_pro.c: Ditto.
5239 * gdb.base/miscexprs.c: Ditto.
5240 * gdb.base/nodebug.c: Ditto.
5241 * gdb.base/opaque0.c: Ditto.
5242 * gdb.base/pointers.c: Ditto.
5243 * gdb.base/printcmds.c: Ditto.
5244 * gdb.base/ptype.c: Ditto.
5245 * gdb.base/recurse.c: Ditto.
5246 * gdb.base/reread1.c: Ditto.
5247 * gdb.base/reread2.c: Ditto.
5248 * gdb.base/restore.c: Ditto.
5249 * gdb.base/return.c: Ditto.
5250 * gdb.base/run.c: Ditto.
5251 * gdb.base/scope0.c: Ditto.
5252 * gdb.base/sepdebug.c: Ditto.
5253 * gdb.base/setshow.c: Ditto.
5254 * gdb.base/setvar.c: Ditto.
5255 * gdb.base/sigall.c: Ditto.
5256 * gdb.base/signals.c: Ditto.
5257 * gdb.base/structs.c: Ditto.
5258 * gdb.base/structs2.c: Ditto.
5259 * gdb.base/testenv.c: Ditto.
5260 * gdb.base/twice.c: Ditto.
5261 * gdb.base/unwindonsignal.c: Ditto.
5262 * gdb.base/watchpoint.c: Ditto.
5263 * gdb.base/watchpoints.c: Ditto.
5264 * gdb.base/whatis.c: Ditto.
5265 * gdb.cp/classes.cc: Ditto.
5266 * gdb.cp/cplusfuncs.cc: Ditto.
5267 * gdb.cp/derivation.cc: Ditto.
5268 * gdb.cp/formatted-ref.cc: Ditto.
5269 * gdb.cp/misc.cc: Ditto.
5270 * gdb.cp/overload.cc: Ditto.
5271 * gdb.cp/ovldbreak.cc: Ditto.
5272 * gdb.cp/ref-params.cc: Ditto.
5273 * gdb.cp/ref-types.cc: Ditto.
5274 * gdb.cp/templates.cc: Ditto.
5275 * gdb.cp/virtfunc.cc: Ditto.
5276 * gdb.hp/gdb.aCC/run.c: Ditto.
5277 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
5278 * gdb.hp/gdb.compat/xdb0.c: Ditto.
5279 * gdb.reverse/consecutive-reverse.c: Ditto.
5280 * gdb.reverse/sigall-reverse.c: Ditto.
5281 * gdb.reverse/until-reverse.c: Ditto.
5282 * gdb.reverse/watch-reverse.c: Ditto.
5283 * gdb.trace/actions.c: Ditto.
5284 * gdb.trace/circ.c: Ditto.
5285 * gdb.trace/collection.c: Ditto.
5286
fabde485
PA
52872011-12-13 Pedro Alves <pedro@codesourcery.com>
5288
5289 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
5290 (func6, func7): New.
5291 (main): Call func6 and func7.
5292 * gdb.base/watchpoint.exp (test_wide_location_1)
5293 (test_wide_location_2): New.
5294 (top level): Re-enable hardware watchpoints if necessary. Call
5295 test_wide_location_1 and test_wide_location_2.
5296
ff7d1690
YQ
52972011-12-11 Yao Qi <yao@codesourcery.com>
5298
5299 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
5300
a6af7abe
JB
53012011-12-11 Joel Brobecker <brobecker@adacore.com>
5302
5303 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
5304 expected output for unsupported case.
5305
61638e15
JK
53062011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5307
5308 PR testsuite/12649
5309 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
5310 Protect gdb_test_multiple by final $gdb_prompt match.
5311
0a00efc3
JK
53122011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5313
5314 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
5315 New variable, new test.
5316 (list static-method.cc:xxx::(anonymous namespace)::A::func)
5317 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
5318 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
5319 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
5320 them if HAVE_GCC_45682_FIXED is not set.
5321
4511b1ba
YQ
53222011-12-10 Yao Qi <yao@codesourcery.com>
5323
5324 * gdb.trace/status-stop.exp: New.
5325 * gdb.trace/status-stop.c: New.
5326
27949e73
JK
53272011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5328
5329 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
5330 timeout.
5331
d8ea7931
TT
53322011-12-08 Tom Tromey <tromey@redhat.com>
5333
5334 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
5335 condition.
5336
1cc310d2
SS
53372011-12-07 Stan Shebs <stan@codesourcery.com>
5338
5339 * gdb.trace/tfind.exp: Update for output changes.
5340
d482a875
PA
53412011-12-07 Pedro Alves <pedro@codesourcery.com>
5342
5343 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
5344 throws "Cannot insert catchpoints in this configuration".
5345 * gdb.ada/mi_catch_ex.exp: Likewise.
5346
f0ba3972
PA
53472011-12-06 Pedro Alves <pedro@codesourcery.com>
5348
5349 * gdb.base/break-always.exp: Test changing memory at addresses
5350 with breakpoints inserted.
5351
f8eba3c6
TT
53522011-12-06 Joel Brobecker <brobecker@acacore.com>
5353
6fdff2c5
PA
5354 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
5355 involving a fully qualified function name.
f8eba3c6
TT
5356
53572011-12-06 Tom Tromey <tromey@redhat.com>
5358
5359 * gdb.ada/homonym.exp: Add three breakpoint tests.
5360
53612011-12-06 Tom Tromey <tromey@redhat.com>
5362
5363 * gdb.base/solib-weak.exp (do_test): Remove kfail.
5364 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
5365 * gdb.objc/objcdecode.exp: Update for output changes.
5366 * gdb.linespec/linespec.exp: New file.
5367 * gdb.linespec/lspec.cc: New file.
5368 * gdb.linespec/lspec.h: New file.
5369 * gdb.linespec/body.h: New file.
5370 * gdb.linespec/base/two/thefile.cc: New file.
5371 * gdb.linespec/base/one/thefile.cc: New file.
5372 * gdb.linespec/Makefile.in: New file.
5373 * gdb.cp/templates.exp (test_template_breakpoints): Update for
5374 output changes.
5375 * gdb.cp/re-set-overloaded.exp: Remove kfail.
5376 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
5377 makes one breakpoint.
5378 * gdb.cp/method2.exp (test_break): Update for output changes.
5379 * gdb.cp/mb-templates.exp: Update for output changes.
5380 * gdb.cp/mb-inline.exp: Update for output changes.
5381 * gdb.cp/mb-ctor.exp: Update for output changes.
5382 * gdb.cp/ovsrch.exp: Use fully-qualified names.
5383 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
5384 has multiple matches.
5385 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
5386 error message change.
5387 * gdb.base/list.exp (test_list_filename_and_number): Update for
5388 error message change.
5389 * gdb.base/break.exp: Disable pending breakpoints. Update for
5390 output changes.
5391 * configure.ac: Add gdb.linespec.
5392 * configure: Rebuild.
5393 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
5394
c642a434
UW
53952011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
5396
5397 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
5398 last_break register on s390*-*-* targets.
5399
b18003d1
JB
54002011-12-06 Joel Brobecker <brobecker@adacore.com>
5401
5402 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
5403 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
5404 of parameter X in procedure Foo.
5405
fe96589c
SS
54062011-12-05 Stan Shebs <stan@codesourcery.com>
5407
5408 * gdb.trace/tfind.exp: Update help string matches.
5409
1820ab47
JK
54102011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5411
5412 * gdb.server/ext-run.exp (get process list): Accept also systemd
5413 as PID 1.
5414
e11ac3a3
JK
54152011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5416 Pedro Alves <pedro@codesourcery.com>
5417
5418 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
5419 starting GDB.
5420 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
5421 $use_gdb_stub.
5422 * gdb.base/display.exp: Likewise.
5423 * gdb.base/ending-run.exp: Likewise.
5424 * gdb.base/list.exp (test_listsize): Likewise.
5425 * gdb.base/setshow.exp: Likewise.
5426 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
5427 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
5428 check by global $use_gdb_stub.
5429 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
5430 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
5431 (default_gdb_init): Unset global $use_gdb_stub.
5432 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
5433 by global $use_gdb_stub.
5434 * lib/gdbserver-support.exp: Extend comments for set_board_info
5435 gdb_protocol and gdb,socketport.
5436 (gdbserver_start_extended): Set global gdbserver_protocol and
5437 gdbserver_gdbport. Clear global use_gdb_stub.
5438 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
5439 from target use_gdb_stub.
5440 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
5441
1d41d75c
DE
54422011-12-03 Doug Evans <dje@google.com>
5443
5444 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
5445 (gdb_step_for_stub): Add comments.
5446
d6d7a51a
MR
54472011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
5448
5449 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
5450 to the caller.
5451 (gdb_test_multiple): Likewise.
5452
05acf274
JK
54532011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5454
5455 Fix gdb.mi/mi-solib.exp without system debug info installed.
5456 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
5457 expect attribute, return 0 for it. Update comments.
5458
2268b414
JK
54592011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5460
5461 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
5462 (corrupted list): Adjust the expectation.
5463
585861ea
JK
54642011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5465
5466 PR threads/13448
5467 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
5468 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
5469 * gdb.threads/tls-var-main.c: New file.
5470 * gdb.threads/tls-var.c: New file.
5471 * gdb.threads/tls-var.exp: New file.
5472
968643aa
JK
54732011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5474
5475 PR testsuite/12649
5476 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
5477 Protect gdb_test_multiple by final $gdb_prompt match.
5478 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
5479 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
5480 (test_tracepoints): Likewise.
5481
9750bca9
JK
54822011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5483
5484 PR breakpoints/13346
5485 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
5486 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
5487 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
5488
ac1349b7
JB
54892011-12-01 Joel Brobecker <brobecker@adacore.com>
5490
5491 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
5492 * gdb.ada/homonym/homonym.adb: For use of all types defined
5493 locally inside both Get_Value subprograms.
5494
26d44faf
JK
54952011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5496
5497 Fix racy FAILs.
5498 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
5499 of send_gdb.
5500
514f6425
UW
55012011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5502
5503 * gdb.base/testenv.exp: Skip on remote targets. Unset global
5504 environment variable after test completed.
5505
4255c8d2
UW
55062011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5507
5508 * gdb.base/solib-nodir.exp: Skip if remote target.
5509 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
5510 application. Call gdb_load_shlibs.
5511 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
5512
a35ad96a
JB
55132011-11-29 Joel Brobecker <brobecker@adacore.com>
5514
5515 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
5516
1a1d5513
JB
55172011-11-28 Joel Brobecker <brobecker@adacore.com>
5518
5519 * gdb.ada/fullname_bp: New testcase.
5520
50b4ddf8
JK
55212011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5522
5523 PR testsuite/12649
5524 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
5525 Wrap send_gdb into a new gdb_test.
5526
fb0aec57
JK
5527 Code cleanup.
5528 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
5529 Convert send_gdb and gdb_expect to gdb_test_multiple.
5530
2376d946
JK
55312011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5532
5533 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
5534
1eec78bd
KS
55352011-11-23 Keith Seitz <keiths@redhat.com>
5536
5537 * lib/mi-support.exp (varobj_tree): New namespace and procs.
5538 (mi_varobj_tree_test_children_callback): New proc.
5539 (mi_walk_varobj_tree): New proc.
5540
36dfb11c
TT
55412011-11-22 Tom Tromey <tromey@redhat.com>
5542
5543 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
5544 Add "use_mi_command" argument.
5545 (mi_run_cmd, mi_run_with_cli): New procs.
5546 * gdb.mi/solib-lib.c: New file.
5547 * gdb.mi/solib-main.c: New file.
5548 * gdb.mi/mi-solib.exp: New file.
5549
0e965dd0
DE
55502011-11-21 Doug Evans <dje@google.com>
5551
5552 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
5553 _Unwind_DebugHook is missing.
5554
f196051f
SS
55552011-11-20 Stan Shebs <stan@codesourcery.com>
5556
5557 * gdb.trace/tstatus.exp: New.
5558 * gdb.trace/actions.c: Include string.h.
5559
bfccc43c
YQ
55602011-11-18 Yao Qi <yao@codesourcery.com>
5561
5562 * gdb.trace/pending.exp: New.
5563 * gdb.trace/pending.c: New.
5564 * gdb.trace/pendshr1.c: New.
5565 * gdb.trace/pendshr2.c: New.
5566 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
5567 tracepoint location becomes pending.
5568 (tracepoint_change_loc_2): New.
5569
73cd8ab1
DM
55702011-11-16 David S. Miller <davem@davemloft.net>
5571
5572 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
5573 target is sparc*-*-linux*
5574
77426730
PK
55752011-11-15 Paul Koning <paul_koning@dell.com>
5576
5577 * gdb.python/py-type.exp: New testcases for exceptions on scalar
5578 types.
5579
ed59ded5
DE
55802011-11-14 Doug Evans <dje@google.com>
5581
5582 * gdb.base/shell.exp: New file.
5583
405f8e94
SS
55842011-11-14 Stan Shebs <stan@codesourcery.com>
5585
5586 * gdb.trace/ftrace.c: New.
5587 * gdb.trace/ftrace.exp: New.
5588
1e4d1764
YQ
55892011-11-14 Yao Qi <yao@codesourcery.com>
5590
5591 * gdb.trace/change-loc-1.c: New.
5592 * gdb.trace/change-loc-2.c: New.
5593 * gdb.trace/change-loc.c: New.
5594 * gdb.trace/change-loc.exp: New.
5595 * gdb.trace/change-loc.h: New.
5596 * gdb.trace/trace-break.c (marker): Define new symbol.
5597 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 5598 New.
1e4d1764
YQ
5599 (break_trace_same_addr_6): New.
5600
71eba9c2 56012011-11-12 Matt Rice <ratmice@gmail.com>
5602
5603 * gdb.base/info-macros.exp: Make tests for info definitions
5604 test info macro. Add tests for info macro argument processing.
5605 Rename a few tests.
5606
1d93e29a
KS
56072011-11-11 Keith Seitz <keiths@redhat.com>
5608
5609 PR gdb/12843
5610 * gdb.base/linespecs.exp: New file.
5611
a4b5b48a
DE
56122011-11-11 Doug Evans <dje@google.com>
5613
5614 * gdb.threads/print-threads.exp: Extend timeout for slower
5615 tests.
5616
f6b47be4
DE
56172011-11-10 Doug Evans <dje@google.com>
5618
792a0230
DE
5619 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
5620 "record to end of main" test.
5621
f6b47be4
DE
5622 * gdb.python/py-type.c (TS): New typedef.
5623 (ts): New global.
5624 * gdb.python/py-type.exp: Test field list of typedef.
5625
22355c90
JB
56262011-11-10 Joel Brobecker <brobecker@adacore.com>
5627
5628 * gdb.ada/small_reg_param: New testcase.
5629
a7860e76
TT
56302011-11-09 Tom Tromey <tromey@redhat.com>
5631
5632 * gdb.cp/destrprint.exp: New file.
5633 * gdb.cp/destrprint.cc: New file.
5634
72a2e3dc
MI
56352011-11-08 Meador Inge <meadori@codesourcery.com>
5636
5637 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
5638 (switch_stack_to_other): New test function.
5639 * gdb.arch/thumb-prologue.exp: New test cases.
5640
c7195df2 56412011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
5642
5643 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
5644
d3895d7d
YQ
56452011-11-08 Yao Qi <yao@codesourcery.com>
5646
5647 * gdb.exp (supports_process_record): New.
5648 (supports_reverse): New.
5649 * gdb.reverse/break-precsave.exp: Call support_process_record
5650 to run test conditionally.
5651 * gdb.reverse/consecutive-precsave.exp: Likewise.
5652 * gdb.reverse/i386-precsave.exp: Likewise.
5653 * gdb.reverse/machinestate-precsave.exp: Likewise.
5654 * gdb.reverse/solib-precsave.exp: Likewise.
5655 * gdb.reverse/step-precsave.exp: Likewise.
5656 * gdb.reverse/until-precsave.exp: Likewise.
5657 * gdb.reverse/watch-precsave.exp: Likewise.
5658 * gdb.reverse/break-reverse.exp: Call support_reverse to run
5659 test conditionally.
5660 * gdb.reverse/consecutive-reverse.exp: Likewise.
5661 * gdb.reverse/finish-precsave.exp: Likewise.
5662 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5663 * gdb.reverse/finish-reverse.exp: Likewise.
5664 * gdb.reverse/i386-reverse.exp: Likewise.
5665 * gdb.reverse/i386-sse-reverse.exp: Likewise.
5666 * gdb.reverse/machinestate.exp: Likewise.
5667 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
5668 * gdb.reverse/sigall-precsave.exp: Likewise.
5669 * gdb.reverse/sigall-reverse.exp: Likewise.
5670 * gdb.reverse/solib-reverse.exp: Likewise.
5671 * gdb.reverse/step-reverse.exp: Likewise.
5672 * gdb.reverse/until-reverse.exp: Likewise.
5673 * gdb.reverse/watch-reverse.exp: Likewise.
5674
a59306a3
YQ
56752011-11-05 Yao Qi <yao@codesourcery.com>
5676
5677 * gdb.trace/trace-break.exp: Add test on setting two
5678 fast tracepoints at the same address.
5679
87769f59
JK
56802011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5681
5682 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
5683
3065dfb6
SS
56842011-11-02 Stan Shebs <stan@codesourcery.com>
5685
5686 * gdb.trace/collection.c: Add code using strings.
5687 * gdb.trace/collection.exp: Add tests of string collection.
5688
89e208db
JK
56892011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5690
5691 * gdb.base/skip-solib.exp (executable_main): New variable.
5692 (binfile_main): Base it on that.
5693 Use $executable_main in clean_restart calls. Drop gdb_exit and
5694 gdb_start calls.
5695
405e54e9
JK
56962011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5697
5698 Fix racy FAILs.
5699 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
5700 breakpoint_re globals import by async. Set string_regex to .* for
5701 async. Remove the optional thread_selected_re and breakpoint_re
5702 globals expectations.
5703
58e8570a
JM
57042011-11-01 Joseph Myers <joseph@codesourcery.com>
5705
5706 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
5707 well as Cygwin.
5708
7b35ec7f 57092011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
5710
5711 Add tests for skip command.
89e208db
JK
5712 * gdb.base/skip-solib-lib.c: New
5713 * gdb.base/skip-solib-main.c: New
5714 * gdb.base/skip-solib.exp: New
5715 * gdb.base/skip.c: New
5716 * gdb.base/skip.exp: New
5717 * gdb.base/skip1.c: New
5718 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 5719
b9fd1791
PA
57202011-10-31 Yao Qi <yao@codesourcery.com>
5721 Pedro Alves <pedro@codesourcery.com>
5722
6fdff2c5
PA
5723 * gdb.trace/trace-break.c: New.
5724 * gdb.trace/trace-break.exp: New.
b9fd1791 5725
4323fecc
JK
57262011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5727
5728 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
5729 break-here-2.
5730
0e5bf2a8
PA
57312011-10-28 Pedro Alves <pedro@codesourcery.com>
5732
5733 * gdb.threads/no-unwaited-for-left.c: New.
5734 * gdb.threads/no-unwaited-for-left.exp: New.
5735 * gdb.threads/non-ldr-exc-1.c: New.
5736 * gdb.threads/non-ldr-exc-1.exp: New.
5737 * gdb.threads/non-ldr-exc-2.c: New.
5738 * gdb.threads/non-ldr-exc-2.exp: New.
5739 * gdb.threads/non-ldr-exc-3.c: New.
5740 * gdb.threads/non-ldr-exc-3.exp: New.
5741 * gdb.threads/non-ldr-exc-4.c: New.
5742 * gdb.threads/non-ldr-exc-4.exp: New.
5743
3a3dad98
JK
57442011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5745
5746 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
5747 * gdb.base/attach-pie-misread.exp: Likewise.
5748 * gdb.base/break-interp.exp: Likewise.
5749 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
5750 testcases for use_gdb_stub.
5751 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
5752 (continue): New testcase.
5753 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
5754 * gdb.threads/attach-into-signal.exp: Likewise.
5755 * gdb.threads/attach-stopped.exp: Likewise.
5756 * gdb.threads/attachstop-mt.exp: Likewise.
5757
d6a5d40c
PK
57582011-10-28 Paul Koning <paul_koning@dell.com>
5759
5760 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
5761
ca539be8
JK
57622011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5763
5764 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
5765 (mi_gdb_test): Import globals thread_selected_re
5766 and breakpoint_re. Expect them optionally at the regex start.
5767
d234ef5c
DE
57682011-10-27 Doug Evans <dje@google.com>
5769
5770 * gdb.python/python.exp: Test source -s.
5771
ab964825
PK
57722011-10-26 Paul Koning <paul_koning@dell.com>
5773
5774 * gdb.python/lib-types.cc (struct A): New structure.
5775 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 5776
54d8a644
PK
57772011-10-25 Paul Koning <paul_koning@dell.com>
5778
5779 PR python/13327
d234ef5c 5780
54d8a644
PK
5781 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
5782 fetch_lazy method.
5783
b0221781
YQ
57842011-10-24 Yao Qi <yao@codesourcery.com>
5785
5786 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
5787 target is tic6x-*-*.
5788
6cda5a20
JB
57892011-10-21 Joel Brobecker <brobecker@adacore.com>
5790
5791 * gdb.ada/mi_task_info/task_switch.adb: New file.
5792 * gdb.ada/mi_task_info.exp: New file.
5793
5ed9db04
JK
57942011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5795
5796 * gdb.cp/expand-psymtabs-cxx.exp: New file.
5797 * gdb.cp/expand-psymtabs-cxx.cc: New file.
5798
9df2fbc4
PM
57992011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5800
5801 PR python/12656
5802
5803 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
5804 global_block tests.
5805
736086ba
TT
58062011-10-18 Tom Tromey <tromey@redhat.com>
5807
5808 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
5809
4af31552
TT
58102011-10-18 Tom Tromey <tromey@redhat.com>
5811
5812 * gdb.base/source.exp: Don't include full file name in test name.
5813 * gdb.python/python.exp: Don't include full file name in test
5814 name.
5815
43136979
AR
58162011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5817
5818 * gdb.base/attach-pie-noexec.c: New files.
5819 * gdb.base/attach-pie-noexec.exp: New files.
5820
543a9323
JM
58212011-10-17 Joseph Myers <joseph@codesourcery.com>
5822
5823 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
5824 prompt for each extra line in command.
5825
21ae7a4d
JK
58262011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5827
5828 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
5829 Revert the part of:
5830 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5831 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
5832 Change the expected string.
5833
20ec36d9
JK
58342011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5835
5836 Fix results with system glibc debug info installed.
5837 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
5838 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
5839 Accept also __libc_ symbol prefix and no prefix.
5840
6501c2fc
KS
58412011-10-14 Keith Seitz <keiths@redhat.com>
5842
5843 PR c++/13225
5844 * gdb.cp/converts.cc (foo3_1): New function.
5845 (foo3_2): New functions.
5846 * gdb.cp/converts.exp: Add tests for int to pointer conversion
5847 and null pointer conversions of integer constant zero.
5848 Add test to check if all arguments are checked for incompatible
5849 conversion BADNESS.
5850
55b1fd0c
TT
58512011-10-14 Tom Tromey <tromey@redhat.com>
5852
5853 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
5854 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
5855 linespec.
5856
22c05d8a
JK
58572011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5858
5859 Fix internal error regression.
5860 * gdb.dwarf2/implptr-optimized-out.S: New file.
5861 * gdb.dwarf2/implptr-optimized-out.exp: New file.
5862
1d6edc3c
JK
58632011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5864
5865 Fix empty DWARF expressions DATA vs. SIZE conditionals.
5866 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
5867 (loclist): New.
5868 (4): New abbrev.
5869 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
5870 Use prepare_for_testing, remove clean_restart.
5871 (p arraynoloc, p arraycallnoloc): New tests.
5872
9ec72168
JK
58732011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5874
5875 * gdb.cp/namespace-enum.exp (executable): New variable.
5876 (binfile): Use ${objdir}/${subdir}/ prefix.
5877 Use ${executable} for clean_restart.
5878
9c6c53f7
SA
58792011-10-11 Sterling Augustine <saugustine@google.com>
5880
5881 * gdb.cp/Makefile.in: Add namespace-enum test.
5882 * gdb.cp/namespace-enum.exp: New file.
5883 * gdb.cp/namespace-enum.c: New file.
5884 * gdb.cp/namespace-enum-main.c: New file.
5885
fac7ceb3
UW
58862011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
5887
5888 * gdb.python/py-shared.exp: Relax filename check to handle remote:
5889 sysroot.
5890
941b2081
JK
58912011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5892
5893 Reimplement @entry in input expressions.
5894 * gdb.base/exprs.c (v_int_array_init): New variable.
5895 * gdb.base/exprs.exp (print v_int_array_init)
5896 (print *v_int_array_init@1, print *v_int_array_init@2)
5897 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
5898 (print v_int_array_init[1]@1): New tests.
5899
0344e878
JM
59002011-10-10 Joseph Myers <joseph@codesourcery.com>
5901
5902 * gdb.cp/gdb2495.exp: Do not include directories in filename in
5903 expected message.
5904
5a56e9c5
DE
59052011-10-09 Doug Evans <dje@google.com>
5906
5907 * gdb.base/alias.exp: Add tests for alias command.
5908
2bda9cc5
JK
59092011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5910
5911 * gdb.arch/amd64-entry-value.s: New file.
5912 * gdb.mi/mi2-amd64-entry-value.s: New file.
5913
a471c594
JK
59142011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5915
5916 Display @entry parameter values even for references.
5917 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
5918 functions.
5919 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
5920 reference and datap_input.
5921 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
5922 breakpoints.
5923 (continue to breakpoint: entry_reference: reference)
5924 (entry_reference: bt at entry)
5925 (continue to breakpoint: entry_reference: breakhere_reference)
5926 (entry_reference: bt, entry_reference: ptype regparam)
5927 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
5928 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
5929 (entry_reference: p regcopy, entry_reference: p nodataparam)
5930 (entry_reference: p nodataparam@entry): New tests.
5931
36b11add
JK
59322011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5933
5934 Support @entry in input expressions.
5935 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
5936 (entry_stack: p s1@entry, entry_stack: p s2@entry)
5937 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
5938 (tailcall: p j@entry): New tests.
5939 * gdb.cp/koenig.cc (A::entry): New function.
5940 (main): Call it.
5941 * gdb.cp/koenig.exp (p entry (c)): New test.
5942
e18b2753
JK
59432011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5944
5945 Display @entry parameter values (without references).
5946 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
5947 (different, validity, invalid): New functions.
5948 (main): Call them.
5949 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
5950 stacktest, breakhere_stacktest, different, breakhere_different,
5951 breakhere_validity and breakhere_invalid.
5952 (entry: bt): Update for @entry.
5953 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
5954 (entry_validity: *, entry_invalid: *): Many new tests.
5955 * gdb.base/break.exp
5956 (run until breakpoint set at small function, optimized file): Accept
5957 also the @entry suffix.
5958 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
5959 * gdb.mi/mi2-amd64-entry-value.c: New files.
5960 * gdb.mi/mi2-amd64-entry-value.exp: New files.
5961
2d6c5dc2
JK
59622011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5963
5964 Protect entry values against self tail calls.
5965 * gdb.arch/amd64-entry-value.cc (self2, self): New.
5966 (main): Call self.
5967 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
5968 (set debug entry-values 1, self: bt debug entry-values): New tests.
5969
111c6489
JK
59702011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5971
5972 Recognize virtual tail call frames.
5973 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
5974 (amb_b, amb_a): New.
5975 (main): Call a and b.
5976 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
5977 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
5978 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
5979 New tests.
5980
8e3b41a9
JK
59812011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5982
5983 Implement basic support for DW_TAG_GNU_call_site.
5984 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
5985 * gdb.arch/amd64-entry-value.cc: New file.
5986 * gdb.arch/amd64-entry-value.exp: New file.
5987
181cebd4
JK
59882011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5989
5990 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
5991 * gdb.dwarf2/implptr-64bit.S: New file.
5992 * gdb.dwarf2/implptr-64bit.exp: New file.
5993
741f5e3c
JK
59942011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5995
5996 Fix initial language detection with -readnow.
5997 * gdb.cp/readnow-language.cc: New file.
5998 * gdb.cp/readnow-language.exp: New file.
5999
a73d2258
JK
60002011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6001
6002 Fix printed anonymous struct name.
6003 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
6004
af369495
JM
60052011-10-09 Joseph Myers <joseph@codesourcery.com>
6006
6007 * gdb.base/solib-symbol.exp: Do not include directories in
6008 filenames in expected messages.
6009
1fa57852
DE
60102011-10-07 Doug Evans <dje@google.com>
6011
6012 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
6013
bd054e06
KP
60142011-10-07 Kevin Pouget <kevin.pouget@st.com>
6015
6016 Allow Python notification of new object-file loadings.
6017 * gdb.python/py-events.exp: Test newobjfile event.
6018 * gdb.python/py-events.py: Register newobjfile callback.
6019 * gdb.python/py-events.c: Add call to shared library
6020 * gdb.python/py-events-shlib.c: New file.
6021
8031b6f8
JM
60222011-10-06 Joseph Myers <joseph@codesourcery.com>
6023
6024 * gdb.base/fixsection.exp: Do not include directories in filename
6025 in expected message.
6026
7fea6923
PM
60272011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
6028
6029 Add tests for passing of environment variables to inferior.
6030 * gdb.base/testenv.c: New test source.
6031 * gdb.base/testenv.exp: New expect test.
6032
687f2a88
PK
60332011-10-04 Paul Koning <paul_koning@dell.com>
6034
6035 * gdb.python/py-value.c (main): Break before return.
6036
cb6be26b
KP
60372011-10-04 Kevin Pouget <kevin.pouget@st.com>
6038
6039 PR python/12691: Add the inferior to Python exited event
6040 * gdb.python/py-events.exp: Test the inferior attribute of exited
6041 event with a fork.
6042 * gdb.python/py-events.py: Print inferior number on exit.
6043 * gdb.python/py-events.c: Fork the inferior.
6044
fb213700
EBM
60452011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
6046
6047 * gdb.base/jit.exp: Add testcase name to log message
6048
aa2071bd
PK
60492011-10-03 Paul Koning <paul_koning@dell.com>
6050 Jan Kratochvil <jan.kratochvil@redhat.com>
6051
6052 * gdb.python/py-value.exp
6053 (python inval = gdb.parse_and_eval('*(int*)0'))
6054 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
6055 (set argc=2, python print argc_lazy): New tests.
6056
dd11a36c
JB
60572011-10-02 Joel Brobecker <brobecker@adacore.com>
6058
6059 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
6060
46f886f1
JK
60612011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6062 Pedro Alves <pedro@codesourcery.com>
6063
6064 * gdb.python/py-value.exp (test_value_in_inferior): New variable
6065 can_read_0, test for it.
6066 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
6067 (parse_and_eval with memory error): ... here, make it untested if
6068 can_read_0.
6069
c5cb204f
MP
60702011-09-30 Marek Polacek <mpolacek@redhat.com>
6071
6072 * gdb.python/python.exp (verify pagination beforehand)
6073 (verify pagination afterwards): Fix race by splitting the line.
6074
68fb0ec0
JM
60752011-09-29 Joseph Myers <joseph@codesourcery.com>
6076
6077 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
6078 for 64-bit multilibs from i?86-* targets.
6079
6aee0d90
MP
60802011-09-29 Marek Polacek <mpolacek@redhat.com>
6081
6082 * lib/gdb.exp: Fix a typo in one of the comments.
6083
e9101ff5
MP
60842011-09-29 Marek Polacek <mpolacek@redhat.com>
6085
6086 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
6087 matching pattern.
6088
7a81bdbf
PK
60892011-09-28 Paul Koning <paul_koning@dell.com>
6090
6091 * gdb.python/py-type.c (enum E): New.
6092 * gdb.python/py-type.exp (test_fields): Add tests for Python
6093 mapping access to fields.
6094 (test_enums): New test for field access on enums.
6095
6710bf39
SS
60962011-09-27 Stan Shebs <stan@codesourcery.com>
6097
6098 * gdb.trace/collection.exp: Test collection of $_ret.
6099
b2a6bdeb
AT
61002011-09-22 Andreas Tobler <andreast@fgznet.ch>
6101
6102 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
6103 list of compilation switches for <*-*-freebsd*>.
6104
3c9057f3
SS
61052011-09-19 Stan Shebs <stan@codesourcery.com>
6106
6107 * gdb.trace/tspeed.exp: New file.
6108 * gdb.trace/tspeed.c: New file.
6109
34518530
YQ
61102011-09-18 Yao Qi <yao@codesourcery.com>
6111
6112 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
6113 instructions.
6114 (test_adr_32bit, test_pop_pc): Likewise.
6115 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
6116 Thumb instructions.
6117 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
6118 in gdb_test_multiple.
6119 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
6120
ab254057
YQ
61212011-09-17 Yao Qi <yao@codesourcery.com>
6122
6123 * lib/gdb.exp (can_single_step_to_signal_handler): New.
6124 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
6125 support single step to signal handler.
6126
9c317b71
YQ
61272011-09-17 Yao Qi <yao@codesourcery.com>
6128
6129 * gdb.base/disp-step-fork.c: New.
6130 * gdb.base/disp-step-syscall.exp: New.
6131 * gdb.base/disp-step-vfork.c: New.
6132
a8123151
JB
61332011-09-16 Joel Brobecker <brobecker@adacore.com>
6134
6135 * gdb.ada/tasks.exp: Make the expected output for
6136 the `info tasks' tests more resilient to spacing
6137 changes.
6138
63a9aad8
JK
61392011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6140
6141 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
6142 (reached breakpoint 2, reached breakpoint 3): Update expected output.
6143
2aa48337
KP
61442011-09-15 Kevin Pouget <kevin.pouget@st.com>
6145
6146 PR Python/12692 Add gdb.selected_inferior() to Python interface.
6147 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
6148
6839b47f
KP
61492011-04-30 Kevin Pouget <kevin.pouget@st.com>
6150
6151 Handle multiple breakpoint hits in Python interface:
6152 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
6153 presence.
6154 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
6155 breakpoint hits.
6156
0935723e
JK
61572011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
6158 Jan Kratochvil <jan.kratochvil@redhat.com>
6159
6160 * gdb.python/py-events.exp: Remove pretty printing comment.
6161 * gdb.python/py-evsignal.exp: New file.
6162 * gdb.python/py-evthreads.c: Include signal.h.
6163 (thread3): Remove variable count3. Remove variable bad and use raise
6164 instead.
6165 (thread2): Remove variable count2. Move thread3 pthread_create here,
6166 merge pthread_join to a single line.
6167 (main): Remove variable count1. Merge pthread_join with pthread_create
6168 to a single line.
6169 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
6170 KFAIL python/12966 for gdbserver. Test return value of
6171 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
6172 gdb_expect by gdb_test and gdb_test_multiple.
6173 (thread 2, thread 3): New tests.
6174
4801a9a3
PA
61752011-09-12 Matt Rice <ratmice@gmail.com>
6176 Pedro Alves <pedro@codesourcery.com>
6177
6178 PR gdb/13175
6179
6180 * gdb.base/interp.exp: New tests.
6181 * gdb.base/interp.c: New file.
6182
24ece742
DE
61832011-09-12 Doug Evans <dje@google.com>
6184
6185 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
6186 * gdb.dwarf2/typeddwarf.exp: Ditto.
6187
7f062217
JK
61882011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6189
6190 Fix compatibility with x32 arch.
6191 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
6192 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
6193 is_x86_like_target.
6194 * testsuite/gdb.trace/collection.exp: Likewise.
6195 * testsuite/gdb.trace/report.exp: Likewise.
6196 * testsuite/gdb.trace/unavailable.exp: Likewise.
6197 * testsuite/gdb.trace/while-dyn.exp: Likewise.
6198 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
6199 (is_x86_like_target): Check also is_amd64_regs_target.
6200
08711b9a
JK
62012011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6202
6203 PR breakpoints/12435
6204 * gdb.arch/amd64-prologue-xmm.c: New file.
6205 * gdb.arch/amd64-prologue-xmm.exp: New file.
6206 * gdb.arch/amd64-prologue-xmm.s: New file.
6207
b99b5f66
JK
62082011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6209
6210 * gdb.dwarf2/dw2-param-error-main.c: New file.
6211 * gdb.dwarf2/dw2-param-error.S: New file.
6212 * gdb.dwarf2/dw2-param-error.exp: New file.
6213
a391a2f6
PA
62142011-09-08 Pedro Alves <pedro@codesourcery.com>
6215
6216 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
6217 inferior's pid and look for a core dump named core.$pid. Use
6218 `remote_file' commands on the host instead of hand coding shell
6219 commands on the build.
6220 * gdb.base/valgrind-db-attach.exp: Kill the program before
6221 finishing the test.
6222
7d8e6458 62232011-09-02 Matt Rice <ratmice@gmail.com>
6224
6225 * lib/prompt.exp: New file for testing the first prompt.
6226 * gdb.python/py-prompt.exp: Ditto.
6227 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
6228
68e77c9e
PA
62292011-09-02 Pedro Alves <pedro@codesourcery.com>
6230
6231 * gdb.threads/gcore-thread.exp: Set the global core_supported to
6232 0, before testing gcore.
6233
9655e943
JK
62342011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6235
df6dc84d
JK
6236 * dw2-ifort-parameter-debug.S: Update copyright year.
6237 * dw2-ifort-parameter.c: Update copyright year.
6238 * dw2-ifort-parameter.exp: Update copyright year.
6239
9655e943
JK
6240 * dw2-ifort-parameter-debug.S: New file.
6241 * dw2-ifort-parameter.c: New file.
6242 * dw2-ifort-parameter.exp: New file.
6243
353d1d73
JK
62442011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6245
6246 * gdb.base/commands.exp (error_clears_commands_left): New function.
6247 (): Call it.
6248
5c07461a
JK
62492011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6250
6251 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
6252 (C): Initialize `a'.
6253 * gdb.mi/mi-inheritance-syntax-error.exp
6254 (-data-evaluate-expression $path): Expect `a' as 5.
6255
0d932b2f
MK
62562011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
6257
6258 PR mi/11912
6259 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
6260 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
6261 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
6262 keyword in output of -var-info-path-expression.
6263
bdb54049
JK
62642011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6265
6266 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
6267 * gdb.trace/collection.exp: Likewise.
6268 * gdb.trace/report.exp: Likewise.
6269 * gdb.trace/unavailable.exp: Likewise.
6270 * gdb.trace/while-dyn.exp: Likewise.
6271
59cde39c
KS
62722011-08-18 Keith Seitz <keiths@redhat.com>
6273
6274 PR c++/12266
6275 * gdb.cp/meth-typedefs.cc: New file.
6276 * gdb.cp/meth-typedefs.exp: New file.
6277
fa3a4f15
PM
62782011-08-17 Phil Muldoon <pmuldoon@redhat.com>
6279
6fdff2c5 6280 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 6281
c1049fca
JK
62822011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6283
6284 * gdb.arch/i386-dr3-watch.exp
6285 (watchpoint on gap1 does not fit debug registers)
6286 (delete all watchpoints): Fix racy expect strings.
6287
d93f7b5c
YQ
62882011-08-14 Yao Qi <yao@codesourcery.com>
6289
6290 * gdb.base/maint.exp: set data_section to ".neardata".
6291 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
6292 * gdb.base/savedregs.exp: Handle SIGILL.
6293 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
6294 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
6295
457e09f0
DE
62962011-08-12 Doug Evans <dje@google.com>
6297
6298 * gdb.python/py-symbol.exp: Add test for symbol.type.
6299
5d0bb2fb
UW
63002011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
6301
6302 * gdb.threads/pthreads.exp: Enable on non-native configurations.
6303 * gdb.mi/mi-pthreads.exp: Likewise.
6304 * gdb.mi/mi2-pthreads.exp: Likewise.
6305 * gdb.mi/gdb669.exp.exp: Likewise.
6306
fcdfa280
PA
63072011-08-09 Pedro Alves <pedro@codesourcery.com>
6308
6309 * lib/mi-support.exp (detect_async): Rename to...
6310 (mi_detect_async): ... this.
6311 * gdb.mi/mi-nonstop-exit.exp: Adjust.
6312 * gdb.mi/mi-nonstop.exp: Adjust.
6313 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
6314 * gdb.mi/mi-nsintrall.exp: Adjust.
6315 * gdb.mi/mi-nsmoribund.exp: Adjust.
6316 * gdb.mi/mi-nsthrexec.exp: Adjust.
6317
9d8fa392
PA
63182011-08-09 Pedro Alves <pedro@codesourcery.com>
6319
6320 * gdb.base/display.c (do_loops): New `p_i' local.
6321 * gdb.base/display.exp: Test displaying a variable that is
6322 temporarily at a bad address.
6323
b6cede78
JK
63242011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6325
6326 * gdb.dwarf2/dw2-op-stack-value.S: New file.
6327 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
6328
67bedb8c
JK
63292011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6330
6331 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
6332 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
6333 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 6334
af6e93b2
PA
63352011-08-05 Pedro Alves <pedro@codesourcery.com>
6336
6337 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
6338 procedure.
6339 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
6340
1cf0e11f
YQ
63412011-08-05 Yao Qi <yao@codesourcery.com>
6342
6343 * gdb.base/callfuncs.exp: Set language after main.
6344 * gdb.cp/cplusfuncs.exp: Likewise.
6345 * gdb.cp/inherit.exp: Likewise.
6346
a1e28cb2
UW
63472011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6348
6349 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
6350 * gdb.base/watch-vfork.exp: Skip on remote targets.
6351
d4f5bbb9
UW
63522011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6353
6354 * gdb.threads/thread-find.exp: Support remote targets.
6355
724f4f80
UW
63562011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6357
6358 * gdb.base/jit.exp: Download solib_binfile to target.
6359 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
6360 and call dlopen without full path name.
6361 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
6362 dlopen without full path name.
6363
934709f0
PW
63642011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6365
6366 * gdb.base/break-always.exp: Complete the test
6367 with duplicated breakpoints and enabling/disabling them.
6368
c26106c4
TT
63692011-08-02 Tom Tromey <tromey@redhat.com>
6370
6371 PR gdb/11289:
6372 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
6373
9300444e 63742011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
6375
6376 PR gdb/13045
6377 * gdb.base/float.exp: Add new test case for PR gdb/13045
6378 * gdb.base/float.c: New file.
6379
00bd41d6
PM
63802011-07-28 Phil Muldoon <pmuldoon@redhat.com>
6381
6382 * gdb.python/py-mi.exp: Test printers returning string hint, and
6383 also not returning a value.
6384 * gdb.python/py-prettyprint.c: Add testcase for above.
6385 * gdb.python/py-prettyprint.py: Add test printer for above.
6386
d24f74ce
JK
63872011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6388
6389 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
6390 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
6391 (.Ldie30) Add as field "data4".
6392 (.Ldie32) Rename field "b" to "shl".
6393 (abbrev4) Change for the "data4" field.
6394 (abbrev5, abbrev6) Remove.
6395 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
6396 (p &s.shl): ... here. Add comment.
6397 (p &s.data4): New.
6398
bb7da2bf
JK
63992011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6400
6401 Fix crash on lval_computed values.
6402 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
6403
11081198
JK
64042011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6405
6406 * gdb.base/help.exp (help whatis): Update the expected string.
6407
3c6e0cb3
JK
64082011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6409
6410 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
6411 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
6412 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
6413 Change the expected string.
6414
efa80663
PA
64152011-07-26 Pedro Alves <pedro@codesourcery.com>
6416
6417 * gdb.base/watchpoint.exp
6418 (test_disable_enable_software_watchpoint): New procedure.
6419 (top level): Run it.
6420
db8e4570
UW
64212011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
6422
6423 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
6424 executable file "${binfile}", C++ version "${binfile}-cxx".
6425 * gdb.python/py-prettyprint.exp: Likewise.
6426 * gdb.python/py-symbol.exp: Likewise.
6427 * gdb.python/py-type.exp: Likewise.
6428 * gdb.python/py-value.exp: Likewise.
6429 * gdb.python/py-template.exp (test_template_arg): Pass full executable
6430 file name instead of just suffix.
6431
543305c9
JK
64322011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6433
6434 Fix implicit pointer offsets.
6435 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
6436 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
6437 (continue to breakpoint: continue to baz breakpoint for implptr)
6438 (sanity check element 0, sanity check element 1)
6439 (enter the inlined function, check element 0 for the offset)
6440 (check element 1 for the offset)
6441 (continue to breakpoint: ignore the second baz breakpoint): New tests.
6442 (set foo breakpoint for implptr): Update the breakpoint number.
6443
b3215adc
UW
64442011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6445
6446 * gdb.python/py-mi.exp: Use different file names for different
6447 versions of the executable under test.
6448 * gdb.python/py-prettyprint.exp: Likewise.
6449 * gdb.python/py-symbol.exp: Likewise.
6450 * gdb.python/py-template.exp: Likewise.
6451 * gdb.python/py-type.exp: Likewise.
6452 * gdb.python/py-value.exp: Likewise.
6453
182b9acc
UW
64542011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6455
6456 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
6457 flag after restarting GDB if necessary.
6458
e6052b5d
UW
64592011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6460
6461 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
6462
1ced966e
PA
64632011-07-22 Pedro Alves <pedro@codesourcery.com>
6464
6465 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
6466 backend doesn't leave used debug registers behind.
6467
3543a589
TT
64682011-07-22 Tom Tromey <tromey@redhat.com>
6469
6470 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
6471 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
6472 argument.
6473 * gdb.dwarf2/typeddwarf-amd64.S: New file.
6474
14d15303 64752011-07-21 Matt Rice <ratmice@gmail.com>
6476
6477 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
6478 in mostlyclean rule. Add files ending in .core.
6479
9b158ba0 64802011-07-21 Matt Rice <ratmice@gmail.com>
6481
6482 PR macros/12999
6483 * gdb.base/info-macros.c: New test sources.
6484 * gdb.base/info-macros.exp: New tests.
6485
d17b6f81
PM
64862011-07-21 Phil Muldoon <pmuldoon@redhat.com>
6487
6488 * gdb.python/python.exp: Add prompt substitution tests.
6489
918dd910
JK
64902011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6491
6492 Fix crash if referenced CU is aged out.
6493 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
6494 New.
6495 * gdb.dwarf2/implptr.exp: Likewise.
6496
0e37a63c
JK
64972011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6498
6499 * gdb.dwarf2/implptr.S: Rebuilt.
6500 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
6501 (bar): Use them for j, k, l.
6502 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
6503 COMPILE.
6504 (print j in implptr:bar): Update for the intp typedef.
6505 (print p[0].x in implptr:foo): Use more exact regex.
6506
f65cf84c
TT
65072011-07-18 Tom Tromey <tromey@redhat.com>
6508
6509 * gdb.cp/static-method.exp: Add missing single quote.
6510
d5b4a7be
YQ
65112011-07-18 Yao Qi <yao@codesourcery.com>
6512
6513 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
6514 supported.
6515 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6516 * gdb.mi/mi-nonstop.exp: Likewise.
6517 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6518 * gdb.mi/mi-nsintrall.exp: Likewise.
6519 * gdb.mi/mi-nsmoribund.exp: Likewise.
6520 * gdb.mi/mi-nsthrexec.exp: Likewise.
6521 * gdb.python/py-evthreads.exp: Likewise.
6522
e9ea2662
JK
65232011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6524
6525 Code cleanup.
6526 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
6527 it. Substitute it instead of test_compiler_info everywhere.
6528
ce451573
UW
65292011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6530
6531 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
6532 remote targets as well.
6533
756d88a7
UW
65342011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6535
6536 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
6537 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
6538
31f83dc5
UW
65392011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6540
6541 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
6542 a remote machine, not the host.
6543 (gdb_compile_shlib): Set soname if target is remote.
6544
059241a0
PP
65452011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
6546
6547 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
6548
28a0b48c 65492011-07-13 Matt Rice <ratmice@gmail.com>
6550
6551 * gdb.python/py-objfile-script-gdb.py: Renamed to
6552 py-objfile-script-gdb.py.in.
6553 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
6554 py-objfile-script-gdb.py.
6555 * gdb.python/py-objfile-script.exp: Update reference to
6556 py-objfile-script-gdb.py.
6557
9a771b67
JK
65582011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6559
6560 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
6561 reference undefined label.
6562
04ad99e6
JK
65632011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6564
6565 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
6566 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
6567 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
6568 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
6569
713389e0
PM
65702011-07-11 Phil Muldoon <pmuldoon@redhat.com>
6571
6fdff2c5 6572 PR python/12438
713389e0 6573 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 6574 deprecated tests. Add set/show python print-backtrace tests.
713389e0 6575
97d146f8
JK
65762011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6577
6578 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
6579 debug info.
6580
facde0e5 65812011-07-06 Matt Rice <ratmice@gmail.com>
6582
6583 * gdb.python/python.exp: Update filename paths.
6584 * gdb.python/py-symtab.exp: Ditto.
6585
438640d1
MP
65862011-07-06 Marek Polacek <mpolacek@redhat.com>
6587
6588 * gdb.python/py-evthreads.exp: Add missing `$'.
6589
33a365df
MF
65902011-07-06 Jie Zhang <jie.zhang@analog.com>
6591
6592 * config/bfin.exp: New file.
6593 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
6594 * gdb.asm/bfin.inc: New file.
6595
8f7ae686
MP
65962011-07-06 Marek Polacek <mpolacek@redhat.com>
6597
df46027d 6598 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
6599 the whole output.
6600
eb2a6f42
TT
66012011-07-05 Tom Tromey <tromey@redhat.com>
6602
6603 * gdb.java/jprint.java (jprint.hi): New field.
6604 * gdb.java/jprint.exp: Print string.
6605
177b42fe
TJB
66062011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
6607
6608 * gdb.base/call-sc.c: Fix typos.
6609 * gdb.base/ifelse.exp: Likewise.
6610 * gdb.base/structs.c: Likewise.
6611
3b2a0cf2
JB
66122011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6613
6614 * gdb.base/jit-so.exp: New test.
6615 * gdb.base/jit-dlmain.c: New file.
6616 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
6617
46fc714c
JK
66182011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6619
6620 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
6621 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
6622 * gdb.cp/pr9167.exp (p b): Likewise.
6623 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
6624 (test value of P in inner_m, test type of Z in inner_m): Call
6625 setup_xfail for gcc <= 4.5.
46fc714c 6626
418c7cf7
JK
66272011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6628
6629 * gdb.cp/paren-type.cc: New files.
6630 * gdb.cp/paren-type.exp: New files.
6631
3d50dd94
JK
66322011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6633
6634 Stop on first linespec terminator instead of eating what we can.
6635 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
6636 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
6637 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
6638 (break C::f()): ... this one.
6639 (break C::operator()()): New test.
6640 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
6641 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
6642 test.
6643
dcf9f4ab
JK
66442011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6645
6646 Fall back linespec to minimal symbols.
6647 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
6648 error message.
6649 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
6650 * gdb.cp/minsym-fallback-main.cc: New file.
6651 * gdb.cp/minsym-fallback.cc: New file.
6652 * gdb.cp/minsym-fallback.exp: New file.
6653 * gdb.cp/minsym-fallback.h: New file.
6654
3f542ed1
JK
66552011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6656
6657 * gdb.cp/no-dmgl-verbose.cc: New file.
6658 * gdb.cp/no-dmgl-verbose.exp: New file.
6659
66602011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
6661
6662 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
6663 __GI_.
6664 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
6665 (f): New function.
6666 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
6667 (complete p 'func<short>(): ... here.
6668 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
6669 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
6670 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
6671 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
6672 Make them KFAIL gcc/49546.
6673
00eb2c4a
JB
66742011-07-01 Joel Brobecker <brobecker@adacore.com>
6675
6676 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
6677
85a20c42
JK
66782011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6679
6680 Test GCC PR debug/49546.
6681 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
6682 (test type of F in k3_m, test value of F in k3_m): New.
6683 * gdb.cp/temargs.cc (struct S3, struct K3): New.
6684 (main): New variable k3. Call k3.k3_m.
6685
d2d43431
JB
66862011-07-01 Jean-Charles Delay <delay@adacore.com>
6687
6688 * gdb.ada/packed_array.exp: Fix expected outout.
6689
54ae186f
JB
66902011-07-01 Jean-Charles Delay <delay@adacore.com>
6691
6692 * gdb.ada/packed_array.exp: fixed expected output.
6693
8f17729f
JB
66942011-07-01 Joel Brobecker <brobecker@adacore.com>
6695
6696 * gdb.ada/same_enum: New testcase.
6697
f5aa6869
JB
66982011-07-01 Joel Brobecker <brobecker@adacore.com>
6699
6700 * gdb.ada/ptr_typedef: New testcase.
6701
828292f2
JB
67022011-07-01 Joel Brobecker <brobecker@adacore.com>
6703
6704 * gdb.ada/arrayptr.exp: Add ptype test.
6705
18920c42
JB
67062011-07-01 Joel Brobecker <brobecker@adacore.com>
6707
6708 * gdb.ada/char_enum: New testcase.
6709
3536d9e3 67102011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
6711
6712 * gdb.base/dump.exp (capture_pointer_with_type): New.
6713 Get value from address instead of name.
6714 Start GDB once, and do `dump' and `restore'
6715 tests together.
6716
db863c42
MF
67172011-06-30 Jie Zhang <jie.zhang@analog.com>
6718 Mike Frysinger <vapier@gentoo.org>
6719
6720 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
6721 helper functions for getting/setting remotetimeout variable.
6722 * lib/gdb.exp (gdb_load): If the target is remote, set
6723 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
6724 with $loadtimeout. Set $load_ok to 0 before doing the load.
6725 Instead of returning, immediately, set $load_ok to 0. Call
6726 set_remotetimeout with $oldremotetimeout, and then return if
6727 $load_ok is 1.
6728
e9e642a8
AB
67292011-06-30 Andrew Burgess <aburgess@broadcom.com>
6730
6731 * gdb.python/py-template.exp: Don't run this test if the target
6732 does not support c++ tests.
6733
32019081
JK
67342011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6735
6736 Fix non-only rename list for Fortran modules import.
6737 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
6738 tests.
6739 * gdb.fortran/module.f90 (module moduse): New.
6740 (program module): use moduse, test var_x, var_y and var_z.
6741
0ecee54c
TT
67422011-06-29 Tom Tromey <tromey@redhat.com>
6743
6744 PR testsuite/12040:
6745 * gdb.fortran/array-element.exp: Use f90, not f77.
6746 * gdb.fortran/complex.exp: Use f90, not f77.
6747 * gdb.fortran/derived-type.exp: Use f90, not f77.
6748 * gdb.fortran/library-module.exp: Use f90, not f77.
6749 * gdb.fortran/logical.exp: Use f90, not f77.
6750 * gdb.fortran/module.exp: Use f90, not f77.
6751 * gdb.fortran/multi-dim.exp: Use f90, not f77.
6752 * gdb.fortran/subarray.exp: Use f90, not f77.
6753
3b2b8fea
TT
67542011-06-29 Tom Tromey <tromey@redhat.com>
6755
6756 * gdb.fortran/charset.exp: New file.
6757 * gdb.fortran/charset.f90: New file.
6758
42159ca5
TT
67592011-06-29 Tom Tromey <tromey@redhat.com>
6760
6761 PR testsuite/12040:
6762 * lib/future.exp: New file, mostly extracted from ada.exp.
6763 Rewrote compatibility code to use rename.
6764 (gdb_find_gfortran): New proc.
6765 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
6766 gfortran patch.
6767 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
6768 Move to future.exp.
6769 * lib/gdb.exp: Always load future.exp.
6770
af69a5ce
YQ
67712011-06-28 Yao Qi <yao@codesourcery.com>
6772
6773 * gdb.cp/exception.cc: Don't include iostream.
6774 (bar): Remove print statement.
6775 (catcher): New.
6776 (main): Remove print statements. Call function catcher.
6777 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
6778 Set breakpoint on catcher, and check the value of parameter.
6779
ab5c6a72
YQ
67802011-06-23 Yao Qi <yao@codesourcery.com>
6781
6fdff2c5
PA
6782 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
6783 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 6784
9497469f
MP
67852011-06-23 Marek Polacek <mpolacek@redhat.com>
6786
6787 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
6788 mi_gdb_test.
6789
b9132588
MP
67902011-06-23 Marek Polacek <mpolacek@redhat.com>
6791
5d197ed0 6792 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 6793
e55595ca
MP
67942011-06-23 Marek Polacek <mpolacek@redhat.com>
6795
5d197ed0
MP
6796 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
6797
67982011-06-23 Marek Polacek <mpolacek@redhat.com>
6799
6800 * gdb.mi/mi2-basics.exp: Fix races. Honour the
6801 `test_exec_and_symbol_mi_operatons' return value.
6802 (test_mi_interpreter_selection): Use mi_gdb_test instead of
6803 gdb_test_multiple.
6804 (test_exec_and_symbol_mi_operatons): Likewise.
6805 (test_path_specification): Likewise.
e55595ca 6806
be777e08
YQ
68072011-06-23 Yao Qi <yao@codesourcery.com>
6808
6809 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
6810 supported.
6811 * lib/gdb.exp (support_displaced_stepping): New.
6812
615556d6
YQ
68132011-06-23 Yao Qi <yao@codesourcery.com>
6814
6815 * gdb.threads/execl.exp: Skip on remote target.
6816
833b0ca7
MP
68172011-06-21 Marek Polacek <mpolacek@redhat.com>
6818
5d197ed0 6819 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
6820 mi_gdb_test.
6821
1ee4023a
MP
68222011-06-20 Marek Polacek <mpolacek@redhat.com>
6823
5d197ed0 6824 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 6825
d0b1d624
MP
68262011-06-20 Marek Polacek <mpolacek@redhat.com>
6827
5d197ed0 6828 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
6829 mi_gdb_test.
6830
79aa92c1
MP
68312011-06-20 Marek Polacek <mpolacek@redhat.com>
6832
5d197ed0 6833 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 6834
5ce5db06
YQ
68352011-06-14 Yao Qi <yao@codesourcery.com>
6836
6837 gdb/testsuite/
6838 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
6839
533a737e
JK
68402011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6841
6842 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
6843
d0e53741
TT
68442011-06-10 Tom Tromey <tromey@redhat.com>
6845
6846 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
6847 Add tests for pointer-to-member-function.
6848 * gdb.cp/temargs.cc (S::somefunc): New function.
6849 (K2): New class.
6850 (main): Instantiate K2; call method.
6851
b5916bbd
JB
68522011-06-08 Joel Brobecker <brobecker@adacore.com>
6853
6854 * gdb.python/py-inferior.c (f2): Make str an array rather
6855 than a pointer.
6856 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
6857
5be4dfca
JK
68582011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6859
6860 * gdb.base/async-shell.c: New file.
6861 * gdb.base/async-shell.exp: New file.
6862
9f47e254
PA
68632011-06-06 Pedro Alves <pedro@codesourcery.com>
6864
6865 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
6866
64b9b334
JB
68672011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
6868
6869 From Stephen Kitt <steve@sk2.org>
6870 * gdb.base/help.exp: Adjust following some spelling corrections
6871 in GDB.
6872
dbc0f131
YQ
68732011-06-01 Yao Qi <yao@codesourcery.com>
6874
6875 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
6876
fd336a18
KS
68772010-05-31 Keith Seitz <keiths@redhat.com>
6878
6879 PR c++/12750
6880 * gdb.cp/static-method.cc: New file.
6881 * gdb.cp/static-method.exp: New file.
6882
fa8b9902
KS
68832010-05-31 Keith Seitz <keiths@redhat.com>
6884
6885 PR symtab/12704
6886 * gdb.cp/anon-ns.cc: New file.
6887 * gdb.cp/anon-ns.exp: New file.
6888
0a5b1e09
PA
68892011-05-31 Pedro Alves <pedro@codesourcery.com>
6890
6891 * gdb.arch/i386-dr3-watch.c: New file.
6892 * gdb.arch/i386-dr3-watch.exp: New file.
6893
0578b8d1
YQ
68942011-05-30 Yao Qi <yao@codesourcery.com>
6895
6896 * gdb.base/callfuncs.c (t_structs_fc): New.
6897 (t_structs_dc, t_structs_ldc): New.
6898 (t_double_many_args):
6899 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
6900 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
6901 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
6902 * gdb.base/callfuncs.exp: Call new functions.
6903
6680506e
YQ
69042011-05-30 Yao Qi <yao@codesourcery.com>
6905
ff4d2c60
YQ
6906 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
6907 Call rerun_and_prepare for each test to isolate effects.
6908
69092011-05-30 Yao Qi <yao@codesourcery.com>
6910
6911 * gdb.base/varargs.c (find_max_float_real): New.
6912 (find_max_double_real, find_max_long_double_real): New.
6913 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
6914 * lib/gdb.exp (setup_kfail_for_target): New.
6915
e43ec454
YQ
69162011-05-30 Yao Qi <yao@codesourcery.com>
6917
6918 * gdb.base/funcargs.c (callca, callcb, callcc): New.
6919 (callcd, callce, callcf, callc1a, callc1b): New.
6920 (callc2a, callc2b): New.
6921 * gdb.base/funcargs.exp (complex_args): New.
6922 (complex_integral_args, complex_float_integral_args): New.
6923 * lib/gdb.exp (support_complex_tests): New. Determine
6924 whether to run test cases on _Complex types.
6925
432b4d03
JK
69262011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6927
6928 * gdb.threads/leader-exit.c: New file.
6929 * gdb.threads/leader-exit.exp: New file.
6930
6caf069d
MP
69312011-05-27 Marek Polacek <mpolacek@redhat.com>
6932
9497469f 6933 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 6934
97fce28b
MP
69352011-05-27 Marek Polacek <mpolacek@redhat.com>
6936
6937 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
6938 remove the `supported' variable.
6939 * gdb.mi/mi-nonstop.exp: Likewise.
6940 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6941 * gdb.mi/mi-nsintrall.exp: Likewise.
6942 * gdb.mi/mi-nsmoribund.exp: Likewise.
6943 * gdb.mi/mi-nsthrexec.exp: Likewise.
6944
9da8c2a0
PA
69452011-05-26 Pedro Alves <pedro@codesourcery.com>
6946
6947 * gdb.reverse/finish-reverse-bkpt.exp: New test.
6948
2c03e5be
PA
69492011-05-26 Pedro Alves <pedro@codesourcery.com>
6950
6951 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
6952
2e21250d
KS
69532011-05-24 Keith Seitz <keiths@redhat.com>
6954
6955 PR breakpoint/12803
6956 * gdb.cp/cmpd-minsyms.cc (a): New method.
6957 (b): New method.
6958 (c): New method.
6959 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
6960
cdac0397
PA
69612011-05-24 Pedro Alves <pedro@codesourcery.com>
6962
6963 * gdb.base/commands.exp (watchpoint_command_test): Check that the
6964 watchpoint's command list didn't execute when the watchpoint went
6965 out of scope.
6966
ee5683ab
PM
69672011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
6968
6969 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
6970 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
6971 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
6972 * gdb.arch/i386-gnu-cfi.exp: Likewise.
6973 * gdb.arch/i386-permbkpt.exp: Likewise.
6974 * gdb.arch/i386-prologue.exp: Likewise.
6975 * gdb.arch/i386-size-overlap.exp: Likewise.
6976 * gdb.arch/i386-size.exp: Likewise.
6977 * gdb.arch/i386-unwind.exp: Likewise.
6978 * gdb.reverse/i386-precsave.exp: Likewise.
6979 * gdb.reverse/i386-reverse.exp: Likewise.
6980 * gdb.reverse/i386-sse-reverse.exp: Likewise.
6981 * gdb.reverse/i387-env-reverse.exp: Likewise.
6982 * gdb.reverse/i387-stack-reverse.exp: Likewise.
6983
c91c8c16
PA
69842011-05-24 Pedro Alves <pedro@codesourcery.com>
6985
6986 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
6987 file doesn't error, using MI.
6988
c50491a7
TT
69892011-05-23 Tom Tromey <tromey@redhat.com>
6990
6991 * gdb.base/charset.exp (string_display): Add tests to assign to
6992 arrays.
6993 * gdb.base/charset.c (short_array, int_array, long_array): New.
6994
4a07b7da
PA
69952011-05-20 Pedro Alves <pedro@codesourcery.com>
6996
6997 Cope with async mode.
6998
4a07b7da
PA
6999 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
7000 into gdb_test + mi_expect_stop.
7001
b275f2d2
PA
70022011-05-20 Pedro Alves <pedro@codesourcery.com>
7003
7004 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
7005 (callme): Remove printf call.
7006
eec52c44
PM
70072011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
7008
7009 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
7010 quote pattern to avoid problems with Cygwin/mingw expect versions.
7011 * gdb.base/default.exp (show convenience): Use double
7012 quote pattern for regular expressions.
7013
b3c8eb43
JK
70142011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7015
7016 Fix -readnow for -gdwarf-4 unused type units.
7017 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
7018 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
7019
ed731959
JK
70202011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7021
7022 * gdb.base/kill-after-signal.c: New file.
7023 * gdb.base/kill-after-signal.exp: New file.
7024
3b48433d
PA
70252011-05-16 Pedro Alves <pedro@codesourcery.com>
7026
7027 * gdb.ada/start.exp: Call untested with the correct test filename.
7028 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
7029 test filename. Make the test's binary unique.
7030 * gdb.arch/i386-signal.exp: Call untested with the correct test
7031 filename.
7032 * gdb.arch/i386-size-overlap.exp: Ditto.
7033 * gdb.arch/Makefile.in (EXECUTABLES): Update.
7034 * gdb.base/gcore-buffer-overflow.exp: Ditto.
7035 * gdb.cp/call-c.exp: Ditto.
7036 * gdb.mi/mi-reverse.exp: Call untested with the correct test
7037 filename. Make the test's binary unique.
7038 * gdb.mi/Makefile.in (EXECUTABLES): Update.
7039 * gdb.python/py-mi.exp: Ditto.
7040 * gdb.python/Makefile.in (EXECUTABLES): Update.
7041 * gdb.reverse/i386-precsave.exp: Ditto.
7042 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
7043 test filename.
7044 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7045 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
7046 unique.
7047 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
7048 test filename.
7049 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
7050 * gdb.trace/tfile.exp: Ditto.
7051
ba4a8bdd
YQ
70522011-05-14 Yao Qi <yao@codesourcery.com>
7053
7054 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
7055 type.
7056
dbaefcf7
DE
70572011-05-13 Doug Evans <dje@google.com>
7058
7059 * gdb.python/py-objfile-script.exp: New file.
7060 * gdb.python/py-objfile-script.c: New file.
7061 * gdb.python/py-objfile-script-gdb.py: New file.
7062 * testsuite/gdb.python/py-section-script.exp: Test
7063 "info auto-load-scripts".
7064
9930639c
TT
70652011-05-13 Tom Tromey <tromey@redhat.com>
7066
7067 * gdb.dwarf2/clztest.exp: New file.
7068 * gdb.dwarf2/clztest.c: New file.
7069 * gdb.dwarf2/clztest.S: New file.
7070
05272e11
DE
70712011-05-13 Doug Evans <dje@google.com>
7072
cc63ef9b
DE
7073 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
7074 String16 tests.
05272e11 7075
6edba76f
TT
70762011-05-13 Tom Tromey <tromey@redhat.com>
7077
7078 * lib/gdb.exp (is_x86_like_target): New proc.
7079 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
7080 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
7081 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
7082 -nostdlib to compiler.
7083 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
7084 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
7085 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
7086 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
7087 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
7088
028d0ed5
TJB
70892011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7090
7091 * gdb.python/py-function.exp: Test setting a value from a function
7092 which executes a command.
7093
8a9b8146
TT
70942011-05-12 Tom Tromey <tromey@redhat.com>
7095
7096 * gdb.dwarf2/typeddwarf.S: New file.
7097 * gdb.dwarf2/typeddwarf.c: New file.
7098 * gdb.dwarf2/typeddwarf.exp: New file.
7099
10483e8e
MP
71002011-05-12 Marek Polacek <mpolacek@redhat.com>
7101
7102 * gdb.mi/mi-basics.exp: Fix races. Honour the
7103 `test_exec_and_symbol_mi_operatons' return value.
7104 (test_mi_interpreter_selection): Use mi_gdb_test instead of
7105 gdb_test_multiple.
7106 (test_exec_and_symbol_mi_operatons): Likewise.
7107 (test_path_specification): Likewise.
7108
faf067f1
JK
71092011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7110
7111 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
7112 (gdb_touch_execfile): Remove catch wrappers. New variable time.
7113 Replace `file copy' and `file rename' by `file mtime'. Twice.
7114
7ff911a3
JK
71152011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7116
7117 * gdb.base/readline-ask.c: New file.
7118 * gdb.base/readline-ask.exp: New file.
7119 * gdb.base/readline-ask.inputrc: New file.
7120
a536c6d7
UW
71212011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7122
7123 * gdb.cell/bt.exp: Delete breakpoints before running to signal
7124 to avoid race condition.
7125 * gdb.cell/coremaker.c: Use small stack size.
7126 * gdb.cell/ea-standalone.exp: Use file name without path as
7127 argument to c_to.
7128 * gdb.cell/fork.exp: Allow other output when continuing to end.
7129
d472a426
JK
71302011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7131
7132 * gdb.threads/corethreads.c: New file.
7133 * gdb.threads/corethreads.exp: New file.
7134
71352011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
7136
7137 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
7138 Try to compile the test using -Wl,-z,norelro first.
7139 (load_core): New variable libthread_db_seen, initialize it.
7140 (zeroed-threads cannot be listed): Protect it by XFAIL on
7141 !$libthread_db_seen.
7142
8be455d7
JK
71432011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7144
7145 PR 12573
7146 * gdb.dwarf2/dw2-skip-prologue.S: New file.
7147 * gdb.dwarf2/dw2-skip-prologue.c: New file.
7148 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
7149
1976171a
JK
71502011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7151
7152 * gdb.cp/psymtab-parameter.cc: New file.
7153 * gdb.cp/psymtab-parameter.exp: New file.
7154
7db6f30f
JK
71552011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7156
7157 Fix a race.
7158 * gdb.cp/static-print-quit.exp (print c): Split to ...
7159 (print c - <return>, print c - q <return>, print c - to quit):
7160 ... these. Make the testfile untested on gdb-7.1.
7161
85161e9e 71622011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
7163
7164 * lib/gdb.exp (exec_target_file, exec_symbol_file,
7165 gdb_rename_execfile, gdb_touch_execfile): New.
7166 * gdb.base/reread.exp: Use new procs to handle multiple
7167 exec files.
7168
0c51be18
YQ
71692011-05-05 Yao Qi <yao@codesourcery.com>
7170
7171 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
7172 (test_adr_32bit, test_pop_pc): New.
7173 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
7174 (test_adr_32bit, test_pop_pc): New.
7175
4d393d60
JM
71762011-05-04 Joseph Myers <joseph@codesourcery.com>
7177
7178 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
7179 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
7180 targets.
7181 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
7182 handle targets.
7183
8ffd0459
JK
71842011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7185
7186 * gdb.base/completion.exp (complete help info wat): Rename to ...
7187 (complete 'help info wat'): ... here.
7188 Remove all `-re ".*' and `-re "^.*' redundant regexes.
7189 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
7190
8e28d804
PA
71912011-05-04 Pedro Alves <pedro@codesourcery.com>
7192
7193 * gdb.base/completion.exp: Use gdb_test_multiple instead of
7194 gdb_test and explicit $gdb_prompt/timeout matches.
7195
3eb2ef34
YQ
71962011-05-04 Yao Qi <yao@codesourcery.com>
7197
7198 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
7199 and __thumb2__.
7200
aaaf81a3
MP
72012011-05-03 Marek Polacek <mpolacek@redhat.com>
7202
7203 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
7204 in place of `gdb_test "delete breakpoints"'. This eliminates two
7205 testcases.
7206
c4cbc0df
PA
72072011-05-02 Pedro Alves <pedro@codesourcery.com>
7208
7209 PR testsuite/12649
7210 Fix races.
7211
7212 * gdb.base/completion.exp: Remove all sleep calls. Remove
7213 unnecessary regexs. Don't explicitly expect anything after the
7214 prompt. Eat the prompt if necessary.
7215
b4cbb4a3
EBM
72162011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7217
7218 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
7219 accept to show the caller line again as well as the line after.
7220
d65aec65
PM
72212011-04-29 Phil Muldoon <pmuldoon@redhat.com>
7222
7223 PR mi/12531
7224
7225 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
7226 compile target.
7227 * gdb.python/py-prettyprint.exp: Add C++ object for
7228 CPLUS_FAKE_CHILD test.
7229
30852783
UW
72302011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
7231
7232 * gdb.base/signest.exp: New file.
7233 * gdb.base/signest.c: Likewise.
7234
c7b1f0d9
JK
72352011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7236
7237 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
7238 thread and breakpoint notifications.
7239
559a7a62
JK
72402011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7241
7242 * gdb.base/fortran-sym-case.c: New file.
7243 * gdb.base/fortran-sym-case.exp: New file.
7244 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
7245 * gdb.dwarf2/dw2-case-insensitive.c: New file.
7246 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
7247
8344e389
JK
72482011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7249
7250 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
7251 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
7252 false #1', `if true else false #2' and `if true else false #3'.
7253
2484c66b
UW
72542011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
7255
7256 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
7257 while delivering signal.
7258
8d3788bd
VP
72592011-04-27 Vladimir Prus <vladimir@codesourcery.com>
7260
7261 MI breakpoint notifications.
7262
7263 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
7264 * testsuite/gdb.mi/mi2-cli.exp: Adust.
7265 * testsuite/gdb.mi/mi-watch.exp: Adust.
7266 * testsuite/gdb.mi/mi2-watch.exp: Adust.
7267 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
7268 notifications.
8d3788bd 7269
3e03848b
JK
72702011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7271
7272 * gdb.base/gdbindex-stabs-dwarf.c: New file.
7273 * gdb.base/gdbindex-stabs.c: New file.
7274 * gdb.base/gdbindex-stabs.exp: New file.
7275
918c9108
YQ
72762011-04-25 Yao Qi <yao@codesourcery.com>
7277
7278 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
7279 with /*...*/.
7280 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7281
90556b8c
JK
72822011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7283
7284 * gdb.python/py-value.exp (test_objfiles): Name the first test
7285 `py-value in file.filename'.
7286
03f2bd59
JK
72872011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7288
7289 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
7290 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
7291 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
7292 !gdbserver_reconnect_p..
7293 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
7294
7b08b9eb
JK
72952011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7296
7297 * gdb.cp/cpcompletion.exp (complete class methods)
7298 (complete class methods beginning with F): Move them above runto. New
7299 comment about the runto delimiter.
7300
b78974c3
PA
73012011-04-20 Pedro Alves <pedro@codesourcery.com>
7302
7303 * gdb.base/maint.exp: Test that "maint print registers" works
7304 without a running program.
7305
20429c40 73062011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 7307
20429c40
MP
7308 * gdb.base/setshow.exp: Fix racy tests.
7309 ($old_gdb_prompt): New variable.
7310
7a9dd1b2
TT
73112011-04-19 Tom Tromey <tromey@redhat.com>
7312
7313 * gdb.mi/mi-nsmoribund.exp:
7314 * gdb.hp/gdb.objdbg/objdbg01.exp:
7315 * gdb.base/structs.exp (test_struct_returns):
7316 * gdb.base/call-sc.exp (test_scalar_returns):
7317 * gdb.base/bigcore.exp: Remove duplicate words.
7318
02835898
JK
73192011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7320
7321 * gdb.base/break-interp-lib.c (v, vptr): New variables.
7322 * gdb.base/break-interp.exp (test_attach): New comment.
7323
254f582e
JK
73242011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7325
7326 * gdb.threads/gcore-thread.exp ($core0file): New variable.
7327 (clear __stack_user.next, clear stack_used.next)
7328 (save a zeroed-threads corefile): New test.
7329 Call core_load for $core0file.
7330 (zeroed-threads cannot be listed): New test.
7331
4fe85f5c
JK
73322011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7333
7334 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
7335 filename.
7336 ($srcfile): Preserve the original value.
7337 ($testfile): Match it the .exp filename.
7338 ($corefile): New variable. Substitute it around.
7339 Use clean_restart.
7340 ($prev_timeout): Remove.
7341 (load_core): Move core loading into this proc.
7342 Fix restore of $timeout if load_core fails.
7343
63524580
JK
73442011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7345
7346 * gdb.base/eu-strip-infcall.c: New file.
7347 * gdb.base/eu-strip-infcall.exp: New file.
7348
90359a16
JK
73492011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7350
7351 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
7352 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
7353
626e7282
JK
73542011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7355
7356 Fix Python access to inlined frames.
7357 * gdb.python/py-frame-inline.c: New file.
7358 * gdb.python/py-frame-inline.exp: New file.
7359
3363d018
EBM
73602011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
7361
7362 * gdb.base/gdb1090.exp: Change breakpoint location to read the
7363 content of 's24' correctly (avoiding "optimized out").
7364 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
7365
28781456
JK
73662011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7367
7368 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
7369
4a4106ca
TJB
73702011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7371
7372 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
7373 expect a colon in watch -location output.
7374
d26ccb4f
JK
73752011-04-13 Marek Polacek <mpolacek@redhat.com>
7376
df46027d 7377 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
7378 New testcase `expect response to define backtrace'. Also remove
7379 redundant `default' block.
7380
e1ab1f9c
JK
73812011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7382
7383 * gdb.python/py-prettyprint.c (struct hint_error): New.
7384 (main): New variable hint_error.
7385 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
7386 "print hint_error".
7387 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
7388 (register_pretty_printers): Register it.
7389
0c2e6019
TT
73902011-04-04 Tom Tromey <tromey@redhat.com>
7391
7392 * gdb.cp/maint.exp (test_help): Update.
7393 (test_namespace): Likewise.
7394
af57139d
JB
73952011-04-01 Joel Brobecker <brobecker@adacore.com>
7396
7397 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
7398 * gdb.ada/arrayptr.exp: Add new tests.
7399
956a9fb9
JB
74002011-04-01 Joel Brobecker <brobecker@adacore.com>
7401
7402 * gdb.ada/mi_catch_ex: New testcase.
7403
d0c4d642
PA
74042011-04-01 Pedro Alves <pedro@codesourcery.com>
7405
7406 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
7407 base::overload(void) method without specifying "const".
7408
18819fa6
UW
74092011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
7410
7411 * gdb.arch/thumb-singlestep.S: New file.
7412 * gdb.arch/thumb-singlestep.exp: Likewise.
7413
a4c8e806
TT
74142011-03-31 Tom Tromey <tromey@redhat.com>
7415
7416 * gdb.python/py-prettyprint.py (exception_flag): New global.
7417 (NoStringContainerPrinter._iterator.next): Check it.
7418 * gdb.python/py-prettyprint.c (main): New variable nstype2.
7419 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
7420
53832f31
TT
74212011-03-29 Tom Tromey <tromey@redhat.com>
7422
7423 * gdb.cp/anon-struct.cc: New file.
7424 * gdb.cp/anon-struct.exp: New file.
7425
e4620230
JK
74262011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7427
7428 Test STT_GNU_IFUNC support.
7429 * gdb.base/gnu-ifunc-lib.c: New file.
7430 * gdb.base/gnu-ifunc.c: New file.
7431 * gdb.base/gnu-ifunc.exp: New file.
7432
d0fb5eae
JK
74332011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7434
7435 Support a ring of related breakpoints.
7436 * gdb.base/watchpoint-delete.c: New file.
7437 * gdb.base/watchpoint-delete.exp: New file.
7438
20106cfb
JK
74392011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7440
7441 * gdb.ada/arrayparam.exp (print first after function call): Use
7442 explicit package name. Add a comment
7443 (print lasta after function call): Rename ...
7444 (print last after function call): ... it and use explicit package
7445 name.
7446 (print length after function call): Use explicit package name.
7447 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
7448 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
7449 (multiple matches for symbol i): Rename ...
7450 (multiple matches for symbol integervar): ... it.
7451 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
7452 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
7453
e7ab5e63
AB
74542011-03-25 Andrew Burgess <aburgess@broadcom.com>
7455
7456 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
7457 environment variable to make grep output more predictable. Move
7458 all the environment setup into gdb_init so it's done once per test
7459 case rather than each time we start gdb.
7460
9ef07c8c
TT
74612011-03-24 Tom Tromey <tromey@redhat.com>
7462
7463 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
7464 test.
7465
dd90784c
JK
74662011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7467
7468 * gdb.dwarf2/dw2-entry-value-main.c: New file.
7469 * gdb.dwarf2/dw2-entry-value.S: New file.
7470 * gdb.dwarf2/dw2-entry-value.exp: New file.
7471
05775840
PM
74722011-03-22 Phil Muldoon <pmuldoon@redhat.com>
7473
6fdff2c5 7474 PR python/12183
05775840
PM
7475
7476 * gdb.python/py-function.exp: Add GdbError tests.
7477
8661b11b
PA
74782011-03-18 Pedro Alves <pedro@codesourcery.com>
7479
7480 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
7481 (reglocal_test_func, statlocal_test_func): New functions.
7482 (globals_test_func): Call new functions.
7483 * gdb.trace/unavailable.exp (gdb_collect_args_test)
7484 (gdb_collect_locals_test): New procedure.
7485 (gdb_trace_collection_test): Call new procedures.
7486
0fdb4f18
PA
74872011-03-18 Pedro Alves <pedro@codesourcery.com>
7488
7489 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
7490 (test_register, test_register_unavailable): New procedures.
7491 (gdb_unavailable_registers_test): New procedure.
7492 (gdb_trace_collection_test): Call it.
7493
99c3dc11
PM
74942011-03-18 Phil Muldoon <pmuldoon@redhat.com>
7495
6fdff2c5 7496 PR python/12149
99c3dc11
PM
7497
7498 * gdb.python/python.exp: Add gdb.write tests.
7499
29703da4
PM
75002010-03-17 Phil Muldoon <pmuldoon@redhat.com>
7501
7502 * gdb.python/Makefile.in: Add py-objfile.
7503 * gdb.python/py-objfile.exp: New file.
7504 * gdb.python/py-objfile.c: New file.
7505 * gdb.python/py-block.exp: Add is_valid tests.
7506 * gdb.python/py-inferior.exp: Ditto.
7507 * gdb.python/py-infthread.exp: Ditto.
7508 * gdb.python/py-symbol.exp: Ditto.
7509 * gdb.python/py-symtab.exp: Ditto.
7510
598997c8
KS
75112011-03-16 Keith Seitz <keiths@redhat.com>
7512
7513 PR c++/12273
7514 * gdb.cp/cmpd-minsyms.exp: New test.
7515 * gdb.cp/cmpd-minsyms.cc: New file.
7516
7517 PR c++/11734
7518 * gdb.cp/ovsrch.exp: New test.
7519 * gdb.cp/ovsrch.h: New file.
7520 * gdb.cp/ovsrch1.cc: New file.
7521 * gdb.cp/ovsrch2.cc: New file.
7522 * gdb.cp/ovsrch3.cc: New file.
7523 * gdb.cp/ovsrch4.cc: New file.
7524
c91513d8
PP
75252011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7526
7527 PR gdb/12528
7528 * gdb.base/Makefile.in: Adjust EXECUTABLES.
7529 * gdb.base/break-on-linker-gcd-function.exp: New test.
7530 * gdb.base/break-on-linker-gcd-function.cc: New file.
7531
7470fc63
AT
75322011-03-15 Andreas Tobler <andreast@fgznet.ch>
7533
7534 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
7535
959e7469
PM
75362011-03-15 Phil Muldoon <pmuldoon@redhat.com>
7537
7538 * lib/gdb.exp (gdb_unload): Add another termination case.
7539
9373cf26
JK
75402011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7541
7542 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
7543 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
7544 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
7545 Provide a stub byte there.
7546 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
7547 DW_AT_entry_pc.
7548 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
7549
24e9cda0
UW
75502011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
7551
7552 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
7553 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
7554 "generic ABI, auto".
7555 (altivec_abi_tests): Accept vectors returned by reference.
7556
7371cf6d
PM
75572010-03-14 Phil Muldoon <pmuldoon@redhat.com>
7558
7559 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
7560
ce77046a
UW
75612011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
7562
7563 * gdb.python/py-section-script.exp: Skip test if no Python support.
7564
176400c3
UW
75652011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
7566
7567 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
7568
ecec24e6
PM
75692011-03-10 Phil Muldoon <pmuldoon@redhat.com>
7570
7571 * gdb.python/py-parameter.exp: Update tests to the new Python
7572 parameter API. Add "no documentation" test. Add deprecated API
7573 backward compatibility test.
7574
5dbdd470
TT
75752011-03-09 Tom Tromey <tromey@redhat.com>
7576
7577 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
7578 gdb_continue_to_end.
7579
b66e66ee
MK
75802011-03-09 Mark Kettenis <kettenis@gnu.org>
7581
7582 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
7583 tabs.
7584
eceb0c5f
TT
75852011-03-09 Tom Tromey <tromey@redhat.com>
7586
7587 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
7588 parentheses.
7589 (gdb_continue_to_end): Add "allow_extra" parameter. Use
7590 $command.
7591 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
7592 argument to gdb_continue_to_end.
7593 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
7594 argument to gdb_continue_to_end.
7595 * gdb.cp/annota3.exp: Fix regex.
7596 * gdb.cp/annota2.exp: Fix regex.
7597 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
7598 gdb_continue_to_end.
7599 * gdb.base/call-signal-resume.exp: Revert earlier patch.
7600 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
7601 gdb_continue_to_end.
7602
63154eca
PA
76032011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7604
7605 * gdb.server/ext-run.exp
7606 (load new file without any gdbserver inferior): New test.
7607
967d1f9b
TT
76082011-03-07 Tom Tromey <tromey@redhat.com>
7609
7610 * Makefile.in (TAGS): Rewrite.
7611
d68dcbb9
JK
76122011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7613
7614 * gdb.trace/report.exp (12.1: trace report #1): New match for the
7615 initial commands echo. New match for `Found trace'. Anchor all the
7616 other matches. Anchor and match for `No trace frame found' the final
7617 match.
7618
6bf58e63
TT
76192011-03-07 Tom Tromey <tromey@redhat.com>
7620
7621 * Makefile.in (TAGS): New target.
7622
fda326dd
TT
76232011-03-07 Tom Tromey <tromey@redhat.com>
7624
7625 * lib/opencl.exp (skip_opencl_tests): Update for exit message
7626 change.
7627 * lib/mi-support.exp (mi_gdb_test): Update for exit message
7628 change.
7629 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
7630 exit message change.
7631 (skip_altivec_tests): Update for exit message change.
7632 (skip_vsx_tests): Likewise.
7633 (gdb_continue_to_end): Likewise. Add 'command' argument.
7634 * lib/cell.exp (skip_cell_tests): Update for exit message change.
7635 * gdb.threads/tls.exp: Update for exit message change.
7636 * gdb.threads/thread-unwindonsignal.exp: Use
7637 gdb_continue_to_end.
7638 * gdb.threads/step.exp (step_it): Update for exit message change.
7639 (continue_all): Likewise.
7640 * gdb.threads/print-threads.exp (test_all_threads): Update for
7641 exit message change.
7642 * gdb.threads/interrupted-hand-call.exp: Use
7643 gdb_continue_to_end.
7644 * gdb.threads/execl.exp: Use gdb_continue_to_end.
7645 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
7646 gdb_continue_to_end.
7647 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
7648 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
7649 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
7650 * gdb.cp/method.exp: Update for exit message change.
7651 * gdb.cp/mb-templates.exp: Update for exit message change.
7652 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
7653 * gdb.cp/annota3.exp: Update for exit message change.
7654 * gdb.cp/annota2.exp: Update for exit message change.
7655 * gdb.cell/fork.exp: Use gdb_continue_to_end.
7656 * gdb.base/term.exp: Update for exit message change.
7657 * gdb.base/step-test.exp (test_i): Update for exit message change.
7658 * gdb.base/sigstep.exp (advance): Update for exit message change.
7659 (advancei): Likewise.
7660 * gdb.base/siginfo.exp: Update for exit message change.
7661 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
7662 * gdb.base/reread.exp: Use gdb_continue_to_end.
7663 * gdb.base/langs.exp: Use gdb_continue_to_end.
7664 * gdb.base/interrupt.exp: Update for exit message change.
7665 * gdb.base/gdb1555.exp: Update for exit message change.
7666 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
7667 * gdb.base/ending-run.exp: Update for exit message change.
7668 * gdb.base/chng-syms.exp: Update for exit message change.
7669 * gdb.base/checkpoint.exp: Update for exit message change.
7670 * gdb.base/catch-syscall.exp (check_for_program_end): Use
7671 gdb_continue_to_end.
7672 (test_catch_syscall_with_wrong_args): Likewise.
7673 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
7674 * gdb.base/break-interp.exp (test_ld): Update for exit message
7675 change.
7676 * gdb.base/bang.exp: Update for exit message change.
7677 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
7678 (do_call_attach_tests): Likewise.
7679 * gdb.base/a2-run.exp: Update for exit message change.
7680 * gdb.arch/ppc-dfp.exp: Update for exit message change.
7681 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
7682 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
7683
dd19bd70
JK
76842011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7685
7686 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
7687
30e62689
TT
76882011-03-03 Tom Tromey <tromey@redhat.com>
7689
7690 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
7691 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
7692 * gdb.hp/gdb.aCC/configure.ac: Remove.
7693 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
7694 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
7695 * gdb.hp/gdb.base-hp/configure.ac: Remove.
7696 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
7697 * gdb.hp/gdb.compat/configure (Makefile): Remove.
7698 * gdb.hp/gdb.compat/configure.ac: Remove.
7699 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
7700 * gdb.hp/gdb.defects/configure (Makefile): Remove.
7701 * gdb.hp/gdb.defects/configure.ac: Remove.
7702 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
7703 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
7704 * gdb.hp/gdb.objdbg/configure.ac: Remove.
7705 * gdb.hp/configure.ac: Remove.
7706 * gdb.hp/configure: Remove.
7707 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
7708 substitution.
7709 (Makefile): Remove rule.
7710 * gdb.cell/configure.ac: Remove.
7711 * gdb.cell/configure: Remove.
7712 * gdb.stabs/Makefile.in (Makefile): Remove.
7713 (distclean): Don't remove config.status or config.log.
7714 * gdb.stabs/configure (Makefile): Remove.
7715 * gdb.stabs/configure.ac: Remove.
7716 * configure: Rebuild.
7717 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
7718 Remove stabs- and cell-specific logic. Test for existence of
7719 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
7720 subdirectories, gdb.cell, and and gdb.stabs.
7721 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
7722
c171f854
JB
77232011-03-03 Joel Brobecker <brobecker@adacore.com>
7724
7725 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
7726 end of buffer.
7727
9a5193cb
JB
77282011-03-02 Joel Brobecker <brobecker@adacore.com>
7729
7730 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
7731 gdb_test when running a test where we expected no output back.
7732
9bb4c1bb
MS
77332011-02-28 Michael Snyder <msnyder@vmware.com>
7734
7735 * gdb.cp/overload.cc: Change initializer value to integer.
7736
3bd0f5ef
MS
77372011-02-27 Michael Snyder <msnyder@vmware.com>
7738
7739 * gdb.multi/base.exp: Add test for remove-inferiors.
7740
2279eaad
JB
77412011-02-26 Joel Brobecker <brobecker@adacore.com>
7742
7743 * gdb.python/py-frame.exp: Simplify the initialization phase
7744 using prepare_for_testing.
7745
c82c0b55
MS
77462011-02-25 Michael Snyder <msnyder@vmware.com>
7747
7748 * gdb.multi/base.exp: Add tests for info inferiors with args.
7749
1d94651b
JK
77502011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7751
7752 * gdb.dwarf2/dw2-ranges.S: Rename to ...
7753 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
7754 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
7755 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
7756 asmfile3. Comment the STABS (#3) file compilation. Compile
7757 everything through assembler. Provide KFAIL for symtab/12497.
7758 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
7759 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
7760 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
7761 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
7762
3bd0f5ef
MS
77632011-02-24 Michael Snyder <msnyder@vmware.com>
7764
7765 * gdb.base/break.exp: Add tests for delete breakpoints using
7766 convenience variables and value history references.
7767
12c1418e
MS
77682011-02-24 Michael Snyder <msnyder@vmware.com>
7769
7770 * gdb.base/break.exp: Remove debugging 'printf' accidentally
7771 left behind in previous check-in.
7772
e5a67952
MS
77732011-02-23 Michael Snyder <msnyder@vmware.com>
7774
7775 * gdb.base/break.exp: Add tests for "info break" with arguments.
7776 * gdb.trace/infotrace.exp: Update patterns for error and help.
7777 * gdb.base/completion.exp: Update pattern.
7778 * gdb.base/ena-dis-br.exp: Update pattern.
7779 * gdb.base/help.exp: Update patterns.
7780
77812011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
7782
7783 * gdb.base/memattr.exp: New test.
7784 * gdb.base/memattr.c: Test load for memattr.exp.
7785
6e6fbe60
DE
77862011-02-22 Doug Evans <dje@google.com>
7787
7788 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
7789
1d41d745
MS
77902011-02-22 Michael Snyder <msnyder@vmware.com>
7791
7792 * Makefile.in: Make more clean.
7793 * gdb.ada/Makefile.in: Ditto.
7794 * gdb.arch/Makefile.in: Ditto.
7795 * gdb.asm/Makefile.in: Ditto.
7796 * gdb.base/Makefile.in: Ditto.
7797 * gdb.cp/Makefile.in: Ditto.
7798 * gdb.dwarf2/Makefile.in: Ditto.
7799 * gdb.java/Makefile.in: Ditto.
7800 * gdb.mi/Makefile.in: Ditto.
7801 * gdb.modula2/Makefile.in: Ditto.
7802 * gdb.python/Makefile.in: Ditto.
7803 * gdb.server/Makefile.in: Ditto.
7804 * gdb.stabs/Makefile.in: Ditto.
7805 * gdb.threads/Makefile.in: Ditto.
7806 * gdb.trace/Makefile.in: Ditto.
7807
79ba84ca
MS
78082011-02-22 Michael Snyder <msnyder@vmware.com>
7809
df46027d 7810 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
7811 info threads.
7812
b9b35694
JB
78132011-02-22 Joel Brobecker <brobecker@adacore.com>
7814
7815 * gdb.python/py-breakpoint.exp: Fix the expected output of
7816 one of the "maint info breakpoints" tests to accept the output
7817 generated on platforms that do not have hardware watchpoints.
7818
8bfb830f
JB
78192011-02-22 Joel Brobecker <brobecker@adacore.com>
7820
7821 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
7822 clean_restart. Be a little stricter in the expected output
7823 for one of the tests. Fix a typo in one of the comments.
7824
c45f3c54
JB
78252011-02-22 Joel Brobecker <brobecker@adacore.com>
7826
7827 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
7828 Delete variable binfile, no longer use. Add or modify test
7829 comments to make them unique.
7830
b97c863c
MS
78312011-02-21 Michael Snyder <msnyder@vmware.com>
7832
7833 * Makefile.in: Update for make clean.
7834 * gdb.ada/Makefile.in: Ditto.
7835 * gdb.arch/Makefile.in: Ditto.
7836 * gdb.asm/Makefile.in: Ditto.
7837 * gdb.base/Makefile.in: Ditto.
7838 * gdb.cp/Makefile.in: Ditto.
7839 * gdb.dwarf2/Makefile.in: Ditto.
7840 * gdb.java/Makefile.in: Ditto.
7841 * gdb.mi/Makefile.in: Ditto.
7842 * gdb.modula2/Makefile.in: Ditto.
7843 * gdb.python/Makefile.in: Ditto.
7844 * gdb.server/Makefile.in: Ditto.
7845 * gdb.stabs/Makefile.in: Ditto.
7846 * gdb.threads/Makefile.in: Ditto.
7847 * gdb.trace/Makefile.in: Ditto.
7848
aea5b279
MS
78492011-02-21 Michael Snyder <msnyder@vmware.com>
7850
7851 * gdb.threads/thread-find.exp: Update patterns for changes in
7852 output of "info threads" command.
7853
e3039479
UW
78542011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7855 Ulrich Weigand <uweigand@de.ibm.com>
7856
7857 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
7858 (skip_hw_watchpoint_tests): Likewise.
7859 (skip_hw_watchpoint_multi_tests): Likewise.
7860
b800ec70
UW
78612011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
7862
7863 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
7864 (skip_hw_watchpoint_tests): Likewise.
7865 (skip_hw_watchpoint_multi_tests): Likewise.
7866 (skip_hw_watchpoint_access_tests): Likewise.
7867
7868 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
7869 * gdb.base/pr11022.exp: Likewise.
7870 * gdb.base/watch-read.exp: Likewise.
7871 * gdb.base/watch_thread_num.exp: Likewise.
7872 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
7873 * gdb.base/watchpoint-hw.exp: Likewise.
7874 * gdb.base/watchpoint.exp: Likewise.
7875 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
7876 * gdb.threads/watchthreads-reorder.exp: Likewise.
7877 * gdb.threads/watchthreads.exp: Likewise.
7878 * gdb.threads/watchthreads2.exp: Likewise.
7879
91033e37
JB
78802011-02-21 Joel Brobecker <brobecker@adacore.com>
7881
7882 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
7883 the debugger is unable to find the array bounds.
7884
eeaafae2
JK
78852011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7886
7887 * gdb.cp/typedef-operator.exp: New file.
7888 * gdb.cp/typedef-operator.cc: New file.
7889
e338d953
MS
78902011-02-17 Michael Snyder <msnyder@vmware.com>
7891
7892 * gdb.threads/thread-find.exp: Fix regular expressions.
7893
e67ad678
JB
78942011-02-17 Joel Brobecker <brobecker@adacore.com>
7895
7896 * gdb.ada/packed_array: Expand testcase to test printing of
7897 unconstrained packed array.
7898
93084bca
JB
78992011-02-17 Joel Brobecker <brobecker@adacore.com>
7900
7901 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
7902
a0c78a73
PA
79032011-02-16 Pedro Alves <pedro@codesourcery.com>
7904
f65d5553 7905 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
7906 (main): Initialize it before collecting, and and clear it
7907 afterwards.
f65d5553
PA
7908 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
7909 collecting with '{type} addr', where the addr expression is not an
7910 rvalue.
a0c78a73 7911
3dfcbbd2
KW
79122011-02-16 Ken Werner <ken.werner@de.ibm.com>
7913
7914 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
7915 a bool variable. Expect correct OpenCL names for vector types. Use the
7916 uc3 variable name instead of referring to the uchar3 built-in type.
7917 Escape the asterisk at the half pointer test.
7918
08807d5a
PA
79192011-02-16 Pedro Alves <pedro@codesourcery.com>
7920
f65d5553 7921 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
7922 (main): Initialize it before collecting, and and clear it
7923 afterwards.
f65d5553
PA
7924 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
7925 collecting overlapping memory ranges.
08807d5a 7926
60f98dde
MS
79272011-02-15 Michael Snyder <msnyder@vmware.com>
7928
7929 * gdb.base/default.exp: Add tests for thread commands.
7930 * gdb.base/help.exp: Add tests for thread commands.
7931 * gdb.threads/thread-find.exp: New test for thread find command.
7932
648cd113
KW
79332011-02-15 Ken Werner <ken.werner@de.ibm.com>
7934
7935 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
7936
494e194e
YQ
79372011-02-15 Yao Qi <yao@codesourcery.com>
7938
7939 PR tdep/12352
7940 * gdb.arch/arm-disp-step.S : New test for str instruction.
7941 * gdb.arch/arm-disp-step.exp : Likewise.
7942
d9492458
TJB
79432011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
7944
7945 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
7946 "vector_register2_vr" test strings. Test the extended floating
7947 point registers (F32~F63).
7948 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
7949 IBM XL C compiler. Make the test program use a register provided
7950 by the compiler for the lxvd2x instruction.
7951
8af8e3bc
PA
79522011-02-14 Pedro Alves <pedro@codesourcery.com>
7953
7954 * gdb.trace/unavailable.cc (class Base, class Middle, class
7955 Derived): New types.
7956 (derived_unavail, derived_partial, derived_whole): New globals.
7957 (virtual_partial): New global.
7958 (virtualp): Point at virtual_partial.
7959 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
7960 related to unavailable vptr.
7961
1b28d0b3
PA
79622011-02-14 Pedro Alves <pedro@codesourcery.com>
7963
7964 * gdb.trace/unavailable.cc (a, b, c): New globals.
7965 (main): Set and clear them.
7966 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
7967 `a' and `c', and check that `b' isn't collected, although `a' and
7968 `c' are.
7969
ec0a52e1
PA
79702011-02-14 Pedro Alves <pedro@codesourcery.com>
7971
7972 * gdb.trace/unavailable.cc (struct Virtual): New.
7973 (virtualp): New global pointer.
7974 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
7975 printing a pointer to an object whose type has a vtable, with
7976 print object on.
7977
24e6bcee
PA
79782011-02-14 Pedro Alves <pedro@codesourcery.com>
7979
7980 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
7981 value repeat handles unavailableness.
7982
39d37385
PA
79832011-02-14 Pedro Alves <pedro@codesourcery.com>
7984
7985 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
7986 tests for building arrays from unavailable values, subscripting
7987 non-memory rvalue unvailable arrays, and accessing fields or
7988 baseclasses of non-lazy unavailable values,
7989 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
7990 struct types.
7991 (g_smallstruct, g_smallstruct_b): New globals.
7992
06d72e16
PA
79932011-02-14 Pedro Alves <pedro@codesourcery.com>
7994
7995 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
7996
bc9a5551
JK
79972011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7998
7999 Fix const/volatile qualifiers of C++ types, PR c++/12328.
8000 * gdb.cp/overload-const.exp: New file.
8001 * gdb.cp/overload-const.cc: New file.
8002
54fcddd0
UW
80032011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8004
8005 * gdb.opencl/callfuncs.cl: New file.
8006 * gdb.opencl/callfuncs.exp: New test.
8007 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
8008
d6dafb7c
UW
80092011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8010
8011 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
8012 when computing result.
8013 * gdb.arch/altivec-abi.exp: Update expected results.
8014
a449c2d8
TJB
80152011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8016
8017 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
8018 * gdb.base/jit.exp: Likewise.
8019 * gdb.base/pie-execl.exp: Likewise.
8020 * gdb.base/solib-nodir.exp: Likewise.
8021 * gdb.base/solib-overlap.exp: Likewise.
8022
764880b7
PA
80232011-02-07 Pedro Alves <pedro@codesourcery.com>
8024
8025 * gdb.trace/collection.c (global_pieces): New.
8026 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
8027 New procedure.
8028 (gdb_trace_collection_test): Call it.
8029
505500db
SW
80302011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
8031
8032 * gdb.python/py-evthreads.c: New file.
8033 * gdb.python/py-evthreads.exp: New file.
8034 * gdb.python/py-events.py: New file.
8035 * gdb.python/py-events.exp: New file.
8036 * gdb.python/py-events.c: New file.
8037
385203ed
DD
80382011-02-04 David Daney <ddaney@caviumnetworks.com>
8039
8040 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
8041
9011945e
AB
80422011-02-03 Andrew Burgess <aburgess@broadcom.com>
8043
8044 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
8045 gdb.base/disasm-end-cu.exp: New test for disassembling over the
8046 boundary between two compilation units.
8047
580688f3
PA
80482011-02-02 Pedro Alves <pedro@codesourcery.com>
8049
8050 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
8051 (Virtual): New structs.
8052 (virtual_o, virtual_middle_b): New globals.
8053 * gdb.cp/virtbase.exp: New tests.
8054
d3f0f853
PP
80552011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
8056
8057 * gdb.base/jit.exp: New file.
8058 * gdb.base/jit-main.c: New file.
8059 * gdb.base/jit-solib.c: New file.
8060
b2030fb5
UW
80612011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
8062
8063 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
8064 proceed to initial kernel entry point.
8065 * gdb.opencl/datatypes.exp: Likewise.
8066 * gdb.opencl/operators.exp: Likewise.
8067 * gdb.opencl/vec_comps.exp: Likewise.
8068
2db19d1e
SW
80692011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
8070
8071 * gdb.cp/nsnested.cc: New.
8072 * gdb.cp/nsnested.exp: New.
8073 * gdb.cp/nsnoimports.exp: New.
8074 * gdb.cp/nsnoimports.cc: New.
8075
6b0c4c1f
JB
80762011-01-31 Joel Brobecker <brobecker@adacore.com>
8077
8078 * gdb.base/interact.exp: Add extra tests that verify that
8079 the value of the interactive-mode setting does not change
8080 after the script is sourced.
8081
80b23b6a
JK
80822011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8083
8084 * gdb.cp/noparam.exp: New file.
8085 * gdb.cp/noparam.cc: New file.
8086
ffd5ec24
PA
80872011-01-28 Pedro Alves <pedro@codesourcery.com>
8088
8089 * gdb.trace/tfile.exp: Test that with no traceframe selected,
8090 there's no stack or registers.
8091
a81766d8
TT
80922011-01-26 Tom Tromey <tromey@redhat.com>
8093
8094 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
8095 space before string output. Add test for "set print pretty off"
8096 case.
8097
585fdaa1
PA
80982011-01-25 Pedro Alves <pedro@codesourcery.com>
8099
8100 * gdb.base/frame-args.exp: Adjust.
8101 * gdb.dwarf2/dw2-noloc.exp: Adjust.
8102 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
8103 * gdb.dwarf2/pieces.exp: Adjust.
8104 * gdb.opt/clobbered-registers-O2.exp: Adjust.
8105 * gdb.opt/inline-locals.exp: Adjust.
8106 * gdb.threads/fork-child-threads.exp: Adjust.
8107
d468832a
KW
81082011-01-25 Ken Werner <ken.werner@de.ibm.com>
8109
8110 * gdb.opencl/convs_casts.cl: Move program scope variables into the
8111 OpenCL kernel function. Add a comment as marker. Add address space
8112 qualifiers for the remaining program scope variables.
8113 * gdb.opencl/datatypes.cl: Likewise.
8114 * gdb.opencl/operators.cl: Likewise.
8115 * gdb.opencl/vec_comps.cl: Likewise.
8116 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
8117 Add breakpoint at the marker comment.
8118 * gdb.opencl/datatypes.exp: Likewise.
8119 * gdb.opencl/operators.exp: Likewise.
8120 * gdb.opencl/vec_comps.exp: Likewise.
8121
490f124f
PA
81222011-01-24 Pedro Alves <pedro@codesourcery.com>
8123
8124 * gdb.base/printcmds.c (some_struct): New struct and instance.
8125 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
8126 procedure.
8127 <global scope>: Call it.
8128
6da78614
KW
81292011-01-21 Ken Werner <ken.werner@de.ibm.com>
8130
8131 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
8132 argument to the gdb_compile_opencl_hostapp call.
8133
ec64c9aa
YQ
81342011-01-19 Yao Qi <yao@codesourcery.com>
8135
8136 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
8137 positve list.
8138
810cfdbb
YQ
81392011-01-19 Yao Qi <yao@codesourcery.com>
8140
8141 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
8142 canonical form.
8143 Remove "xscale-*-*"
8144 * gdb.xml/tdesc-regs.exp: Likewise.
8145 * gdb.python/py-section-script.exp: Replace ARM target triplet
8146 with canonical form.
8147 Match arm*-*-symbianelf*.
8148 * gdb.base/dup-sect.exp: Likewise.
8149 * lib/dwarf.exp: New.
8150 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
8151 dwarf2_support.
8152 * gdb.dwarf2/dup-psym.exp: Likewise.
8153 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
8154 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8155 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
8156 * gdb.dwarf2/dw2-basic.exp: Likewise.
8157 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8158 * gdb.dwarf2/dw2-const.exp: Likewise.
8159 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
8160 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
8161 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
8162 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
8163 * gdb.dwarf2/dw2-filename.exp: Likewise.
8164 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
8165 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
8166 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8167 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8168 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
8169 * gdb.dwarf2/dw2-noloc.exp: Likewise.
8170 * gdb.dwarf2/dw2-op-call.exp: Likewise.
8171 * gdb.dwarf2/dw2-producer.exp: Likewise.
8172 * gdb.dwarf2/dw2-ranges.exp: Likewise.
8173 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
8174 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
8175 * gdb.dwarf2/dw2-strp.exp: Likewise.
8176 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
8177 * gdb.dwarf2/implptr.exp: Likewise.
8178 * gdb.dwarf2/mac-fileno.exp: Likewise.
8179 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
8180 * gdb.dwarf2/pieces.exp: Likewise.
8181 * gdb.dwarf2/pr11465.exp: Likewise.
8182 * gdb.dwarf2/valop.exp: Likewise.
8183 * gdb.dwarf2/watch-notconst.exp: Likewise.
8184 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
8185
4694da01
TT
81862011-01-19 Tom Tromey <tromey@redhat.com>
8187
8188 * gdb.python/py-infthread.exp: Add thread tests.
8189
b075872c
JB
81902011-01-14 Joel Brobecker <brobecker@adacore.com>
8191
8192 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
8193
2c3e6e24
JB
81942011-01-14 Joel Brobecker <brobecker@adacore.com>
8195
8196 * gdb.ada/widewide: New testcase.
8197
de8fa76c
JB
81982011-01-13 Joel Brobecker <brobecker@adacore.com>
8199
8200 * gdb.base/interact.exp: New testcase.
8201
1b05df00
TT
82022011-01-12 Tom Tromey <tromey@redhat.com>
8203
8204 * gdb.mi/gdb2549.exp: Update for error message changes.
8205 * gdb.mi/mi-cli.exp: Likewise.
8206 * gdb.mi/mi-disassemble.exp: Likewise.
8207 * gdb.mi/mi-pthreads.exp: Likewise.
8208 * gdb.mi/mi-regs.exp: Likewise.
8209 * gdb.mi/mi-stack.exp: Likewise.
8210 * gdb.mi/mi-var-block.exp: Likewise.
8211 * gdb.mi/mi-var-cmd.exp: Likewise.
8212 * gdb.mi/mi2-cli.exp: Likewise.
8213 * gdb.mi/mi2-disassemble.exp: Likewise.
8214 * gdb.mi/mi2-pthreads.exp: Likewise.
8215 * gdb.mi/mi2-regs.exp: Likewise.
8216 * gdb.mi/mi2-stack.exp: Likewise.
8217 * gdb.mi/mi2-var-block.exp: Likewise.
8218 * gdb.mi/mi2-var-cmd.exp: Likewise.
8219
c2ff108b
JK
82202011-01-12 Andrew Burgess <aburgess@broadcom.com>
8221 Jan Kratochvil <jan.kratochvil@redhat.com>
8222
8223 PR fortran/11104 and DWARF unbound arrays detection.
8224 * gdb.fortran/multi-dim.exp: New file.
8225 * gdb.fortran/multi-dim.f90: New file.
8226
b716877b
AB
82272011-01-12 Andrew Burgess <aburgess@broadcom.com>
8228
8229 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
8230 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
8231 add new tests for opcode dumping.
8232
6c162d5e
TT
82332011-01-11 Tom Tromey <tromey@redhat.com>
8234
8235 * gdb.python/py-infthread.exp: Load gdb-python.exp.
8236
77b06cd7
TJB
82372010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
8238
8239 Convert hardware watchpoints to use breakpoint_ops.
8240 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
8241 type is not supported.
8242 * gdb.base/foll-fork.exp: Likewise.
8243 * gdb.base/foll-vfork.exp: Likewise.
8244
f39a75d0
PM
82452011-01-10 Phil Muldoon <pmuldoon@redhat.com>
8246
8247 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
8248 Use load_lib gdb-python.exp.
8249 * gdb.python/python.exp: Ditto.
8250 * gdb.python/py-function.exp: Ditto.
8251
fc529d80
AS
82522011-01-09 Andreas Schwab <schwab@linux-m68k.org>
8253
8254 * gdb.threads/tls.exp ("info address me"): Fix expected output.
8255
fb03cb59
JK
82562011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8257
8258 * configure: Regenerate.
8259
d8e22779
TT
82602011-01-06 Tom Tromey <tromey@redhat.com>
8261
8262 * gdb.python/py-frame.exp: Test gdb.newest_frame.
8263
09050809
JB
82642011-01-06 Joel Brobecker <brobecker@adacore.com>
8265
fc529d80
AS
8266 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
8267 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
8268 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
8269 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
8270 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
8271 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
8272 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
8273 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
8274 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
8275 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
8276 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
8277 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
8278 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
8279 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
8280 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
8281 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
8282 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
8283 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
8284 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
8285 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
8286 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
8287 gdb.ada/uninitialized_vars.exp,
8288 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
8289 Simplify by using clean_restart.
09050809 8290
8ed5dd9e
JB
82912011-01-06 Joel Brobecker <brobecker@adacore.com>
8292
8293 Add marker to be used as anchor for inserting breakpoints.
8294 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
8295 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
8296 Likewise.
8297
8298 Remove uses of gdb_start_cmd.
8299 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
8300 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
8301
8302 Do not run testcase if testing with GDBserver.
8303 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
8304 if testing with GDBserver.
8305
368a124f
JB
83062011-01-06 Joel Brobecker <brobecker@adacore.com>
8307
8308 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
8309 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
8310 copyright header.
8311
44944448
JB
83122011-01-05 Joel Brobecker <brobecker@adacore.com>
8313
8314 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
8315 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
8316 testsuite/gdb.fortran/complex.f,
8317 testsuite/gdb.fortran/derived-type.f90,
8318 testsuite/gdb.fortran/library-module-lib.f90,
8319 testsuite/gdb.fortran/library-module-main.f90,
8320 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
8321 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
8322 Copyright year update.
8323
31886ea6
JB
83242011-01-05 Joel Brobecker <brobecker@adacore.com>
8325
8326 * gdb.base/langs1.f: Add copyright header.
8327
ebedcab5
JK
83282011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8329
8330 * gdb.base/morestack.exp: New file.
8331 * gdb.base/morestack.c: New file.
8332
de1eb2f9
JK
83332011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8334
8335 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
8336
9e87a409
JB
83372010-12-29 Joel Brobecker <brobecker@adacore.com>
8338
8339 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
8340 * gdb.ada/arrayptr.exp: Add test printing that new variable.
8341
720d1a40
JB
83422010-12-29 Joel Brobecker <brobecker@adacore.com>
8343
8344 * gdb.ada/lang_switch.exp: Correct expected parameter value.
8345
a283af87
AS
83462010-12-25 Andreas Schwab <schwab@linux-m68k.org>
8347
5d3d9cba
AS
8348 * gdb.threads/tls.exp: Fix typo.
8349
a283af87
AS
8350 * gdb.threads/thread-specific.exp (get_thread_list): Update.
8351 * gdb.threads/execl.exp: Update.
8352
2a20745c
YQ
83532010-12-23 Yao Qi <yao@codesourcery.com>
8354
8355 * gdb.arch/arm-disp-step.exp: New.
8356 * gdb.arch/arm-disp-step.S: New.
8357
a7658b96
TT
83582010-12-21 Tom Tromey <tromey@redhat.com>
8359
8360 * gdb.threads/execl.exp: Update.
8361 * gdb.threads/linux-dp.exp: Update.
8362 * gdb.threads/manythreads.exp: Update.
8363 * gdb.threads/tls.exp: Update.
8364
5b79abe7
TT
83652010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8366
8367 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
8368 (NextOverThrowDerivates) <resumebpt>: New.
8369 (resumebpt_test): New.
8370 (main): Call resumebpt_test.
8371 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
8372
0914bcdb
SS
83732010-12-12 Stan Shebs <stan@codesourcery.com>
8374
8375 * gdb.trace/tsv.exp: Test print command on trace state variables.
8376
305aeedc
TT
83772010-12-09 Tom Tromey <tromey@redhat.com>
8378
8379 * gdb.base/interp.exp: Add regression test.
8380
186c406b
TT
83812010-12-09 Tom Tromey <tromey@redhat.com>
8382
8383 * gdb.java/jnpe.java: New file.
8384 * gdb.java/jnpe.exp: New file.
8385 * gdb.cp/nextoverthrow.exp: New file.
8386 * gdb.cp/nextoverthrow.cc: New file.
8387
aae1c79a
DE
83882010-12-07 Doug Evans <dje@google.com>
8389
8390 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
8391 of data-directory.
8392 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
8393 updated.
8394 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
8395
60f98dde 83962010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
8397
8398 * gdb.base/callfuncs.exp: Test for skip_float_tests.
8399 * gdb.base/call-sc.exp: Ditto.
8400 * gdb.base/finish.exp: Ditto.
8401 * gdb.base/return.exp: Ditto.
8402 * gdb.base/return2.exp: Ditto.
8403
5fa290c1
DE
84042010-11-30 Doug Evans <dje@google.com>
8405
8406 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
8407 (gdb_expect_list): Fix spelling errors in comments.
8408 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
8409 send_gdb/gdb_expect_list where applicable.
8410 * gdb.base/call-ar-st.exp: Ditto.
8411 * gdb.base/funcargs.exp: Ditto.
8412 * gdb.base/gcore.exp: Ditto.
8413 * gdb.base/page.exp: Ditto.
8414 * gdb.base/sigaltstack.exp: Ditto.
8415 * gdb.base/siginfo.exp: Ditto.
8416 * gdb.base/sigstep.exp: Ditto.
8417 * gdb.base/trace-commands.exp: Ditto.
8418
4e04c971
DE
84192010-11-29 Doug Evans <dje@google.com>
8420
8421 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
8422 printer-name;subprinter-name.
8423
8cf6f0b1
TT
84242010-11-29 Tom Tromey <tromey@redhat.com>
8425
8426 * gdb.dwarf2/implptr.exp: New file.
8427 * gdb.dwarf2/implptr.c: New file.
8428 * gdb.dwarf2/implptr.S: New file.
8429
94b6973e
PM
84302010-11-29 Phil Muldoon <pmuldoon@redhat.com>
8431
fc529d80 8432 PR python/12199
94b6973e
PM
8433
8434 * gdb.python/py-breakpoint.exp: Test the delete method.
8435
8358c15c
JK
84362010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8437
8438 Fix step_resume_breakpoint unsaved during an infcall.
8439 * gdb.base/step-resume-infcall.exp: New file.
8440 * gdb.base/step-resume-infcall.c: New file.
8441
f6df29bc
TJB
84422010-11-24 Edjunior Machado <emachado@br.ibm.com>
8443
8444 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
8445
f2b5a5cf
TJB
84462010-11-24 Edjunior Machado <emachado@br.ibm.com>
8447
8448 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
8449 on ppc64's symbols; "finish" and "return" commands must accept to
8450 show the caller line again as well as the line after.
8451 * gdb.asm/powerpc64.inc: New file.
8452
6b0ecdc2
DE
84532010-11-23 Doug Evans <dje@google.com>
8454
8455 * lib/gdb.exp (gdb_test_sequence): New function.
8456 (gdb_expect_list): Add verbose -log call for each pattern.
8457 * gdb.base/signals.exp (test_handle_all_print): Call it.
8458 Reduce timeout increment from 6 minutes to 1 minute.
8459 * gdb.server/ext-run.exp: Call it.
8460
ea976c60
PM
84612010-11-23 Phil Muldoon <pmuldoon@redhat.com>
8462
f2b5a5cf 8463 PR python/12212
ea976c60
PM
8464
8465 * gdb.python/python.exp: Check that selected_thread raises an
8466 error when no inferior is loaded.
8467
c0efa795
JK
84682010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8469
8470 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
8471 * gdb.dwarf2/dw2-stack-boundary.S: New file.
8472
ec3aa567
JK
84732010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8474
8475 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
8476 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
8477
d8249011
DE
84782010-11-18 Doug Evans <dje@google.com>
8479
8480 * gdb.server/ext-run.exp: Fix intermittent failures.
8481
d4eba7d1
NF
84822010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8483
8484 * gdb.stabs/gdb11479.exp: Use runto_main.
8485
b04c2f88
NF
84862010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8487
8488 * gdb.base/break-entry.exp: Skip if using a stub.
8489
ae9d7ce4
NF
84902010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8491
8492 * gdb.python/py-inferior.exp: Pack values in target endianness.
8493
621c8364
TT
84942010-11-12 Tom Tromey <tromey@redhat.com>
8495
8496 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
8497 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
8498 MemoryError.
8499 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
8500 type.
8501 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
8502 MemoryError.
8503 (test_subscript_regression): Update exception type.
8504
84f4c1fe
PM
85052010-11-11 Phil Muldoon <pmuldoon@redhat.com>
8506
8507 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
8508 breakpoint tests.
8509
a1442452
PA
85102010-11-09 Pedro Alves <pedro@codesourcery.com>
8511
8512 * gdb.base/watchpoint.exp: Test "watch -location" with an
8513 innacessible location.
8514
efd11a33
JK
85152010-11-09 Edjunior Machado <emachado@br.ibm.com>
8516 Luis Machado <luisgpm@br.ibm.com>
8517
8518 * gdb.base/maint.exp: Expect "." prefix.
8519 * gdb.base/nodebug.exp: Expect "." Likewise.
8520 * gdb.base/sepsymtab.exp: Expect "." Likewise.
8521 * gdb.base/watchpoint-cond-gone.exp: Likewise.
8522 * gdb.base/watchpoint.exp: Expect a software watch to be created for
8523 POWER server processors.
8524
aa00efb5
JK
85252010-11-08 Edjunior Machado <emachado@br.ibm.com>
8526 Luis Machado <luisgpm@br.ibm.com>
8527
8528 * gdb.base/break-entry.exp: convert entry point for
8529 ppc64 and expect leading `.' on ppc64's symbols
8530
99e7ae30
DE
85312010-11-05 Doug Evans <dje@google.com>
8532
8533 * gdb.base/help.exp: Update expected output.
b521dba8
DE
8534 * gdb.python/py-param.exp: Delete, contents moved to ...
8535 * gdb.python/py-parameter.exp: ... here. New file.
8536 Add test for gdb.parameter ("directories").
99e7ae30 8537
f4b8a18d
KW
85382010-11-05 Ken Werner <ken.werner@de.ibm.com>
8539
8540 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
8541 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
8542 * configure: Regenerate.
8543 * gdb.opencl/Makefile.in: New File.
8544 * gdb.opencl/datatypes.exp: Likewise.
8545 * gdb.opencl/datatypes.cl: Likewise.
8546 * gdb.opencl/operators.exp: Likewise.
8547 * gdb.opencl/operators.cl: Likewise.
8548 * gdb.opencl/vec_comps.exp: Likewise.
8549 * gdb.opencl/vec_comps.cl: Likewise.
8550 * gdb.opencl/convs_casts.exp: Likewise.
8551 * gdb.opencl/convs_casts.cl: Likewise.
8552 * lib/opencl.exp: Likewise.
8553 * lib/opencl_hostapp.c: Likewise.
8554 * lib/opencl_kernel.cl: Likewise.
8555 * lib/cl_util.c: Likewise.
8556 * lib/cl_util.c: Likewise.
8557 * gdb.base/default.exp (set language): Add "opencl" to the list of
8558 languages.
8559
a9d5ef47
SW
85602010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
8561
8562 * gdb.cp/overload.exp: Added test for inheritance overload.
8563 * gdb.cp/overload.cc: Ditto.
8564 * gdb.cp/oranking.exp: Removed releveant kfails.
8565
03eb1c79
JK
85662010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8567 Joel Brobecker <brobecker@adacore.com>
8568
8569 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
8570 check test_compiler_info.
8571
dbc98a8b
KW
85722010-11-03 Ken Werner <ken.werner@de.ibm.com>
8573
8574 * gdb.base/gnu_vector.exp: Adjust expect messages.
8575
120bd360
KW
85762010-11-03 Ken Werner <ken.werner@de.ibm.com>
8577
8578 * gdb.base/gnu_vector.exp: Add unary operator tests.
8579
c37f7098
KW
85802010-11-03 Ken Werner <ken.werner@de.ibm.com>
8581
8582 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
8583
7b51bc51
DE
85842010-11-02 Doug Evans <dje@google.com>
8585
8586 * gdb.python/py-pp-maint.c: New file.
8587 * gdb.python/py-pp-maint.exp: New file.
8588 * gdb.python/py-pp-maint.py: New file.
8589
50c97f38
TT
85902010-11-02 Tom Tromey <tromey@redhat.com>
8591
8592 * gdb.base/default.exp: Remove "scheme" from language list.
8593
a289b8f6
JK
85942010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8595
8596 Revert:
8597 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8598 * gdb.threads/sigstep-threads.exp: New file.
8599 * gdb.threads/sigstep-threads.c: New file.
8600
cd017491
MS
86012010-10-20 Michael Snyder <msnyder@vmware.com>
8602
8603 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
8604
8e6a5956
UW
86052010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8606
8607 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
8608 Skip test completely if gdb,no_hardware_watchpoints.
8609
2c04da0d
UW
86102010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8611
8612 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
8613 strict, but do not check for any particular function name within libc.
8614
79afc5ef
SW
86152010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
8616
8617 * gdb.cp/smartp.exp: New test.
8618 * gdb.cp/smartp.cc : New test.
8619
026ffab7
SW
86202010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
8621
8622 * gdb.cp/converts.exp: Test pointer to bool conversion.
8623 Test pointer to long conversion.
8624 * gdb.cp/oranking.exp: Removed relevant kfail.
8625
3a772aa4
TT
86262010-10-18 Tom Tromey <tromey@redhat.com>
8627
8628 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
8629 argument to lazy_string.
8630 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
8631 (pp_ls.to_string): Use it.
8632 * gdb.python/py-prettyprint.c (main): Move declarations to top.
8633 Add "estring2" local.
8634
5fc3827b
JK
86352010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8636
8637 Fix s390x compatibility.
8638 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
8639 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
8640
8aeb23f3
JK
86412010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8642
8643 * gdb.threads/sigstep-threads.exp: New file.
8644 * gdb.threads/sigstep-threads.c: New file.
8645
c1e56572
JK
86462010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8647
8648 * gdb.base/pie-execl.exp: New file.
8649 * gdb.base/pie-execl.c: New file.
8650
92163a10
JK
86512010-10-13 Doug Evans <dje@google.com>
8652 Jan Kratochvil <jan.kratochvil@redhat.com>
8653
8654 PR exp/12117
8655 * gdb.cp/ptype-cv-cp.cc: New file.
8656 * gdb.cp/ptype-cv-cp.exp: New file.
8657
7062b0a0
SW
86582010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
8659
8660 * gdb.cp/converts.cc: New test program.
8661 * gdb.cp/converts.exp: New test.
8662 * gdb.cp/overload.exp: Added test for void* vs int*.
8663 * gdb.cp/overload.exp: Ditto.
8664 * gdb.cp/oranking.exp: Removed related kfail.
8665
0e3509db
DE
86662010-10-13 Doug Evans <dje@google.com>
8667
8668 * lib/gdb-python.exp (gdb_check_python_config): New function.
8669 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
8670 * gdb.python/lib-types.cc: New file.
8671 * gdb.python/lib-types.exp: New file.
8672
8dc78533
JK
86732010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8674
8675 * gdb.python/py-error.exp: New file.
8676 * gdb.python/py-error.py: New file.
8677
93c17e06
JK
86782010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8679
8680 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
8681 gdb_test_multiple.
8682
d8b34041
JK
86832010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8684
8685 * gdb.base/break-interp.exp: Use ldlags for linking flags.
8686 * gdb.base/prelink.exp: Likewise.
8687 * gdb.base/solib-nodir.exp: Likewise.
8688 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
8689 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
8690 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
8691
e0cc584e
UW
86922010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8693
8694 * break-interp.exp (test_ld): Use two separate gdb_expect statements
8695 for the "info files" test to avoid timeouts on slow machines.
8696
cfc353b1
JK
86972010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8698
8699 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
8700 (main): Make openlib dummy call.
8701
d3d7896d
JK
87022010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8703
8704 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
8705 * break-interp.exp (reach): Move the core body ...
8706 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
8707 (test_ld): Provide always real argument, even to the linker. Replace
8708 dl_main by _dl_debug_state.
8709
5e533c94
JK
87102010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8711
8712 Fix results of prelinked PIEs on ppc*.
8713 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
8714 Accept also DISPLACEMENT "PRESENT".
8715 (main): Replace "ZERO" displacements by "PRESENT".
8716
33540610
SW
87172010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
8718
8719 * gdb.cp/oranking.exp: New test.
8720 * gdb.cp/oranking.cc: New test program.
8721
3bdf2bbd
KW
87222010-10-08 Ken Werner <ken.werner@de.ibm.com>
8723
8724 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
8725 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
8726
2f608a3a
KW
87272010-10-06 Ken Werner <ken.werner@de.ibm.com>
8728
8729 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
8730 lush, lynx) New constant.
8731 * gdb.base/constvars.exp: Test const array types.
8732 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
8733
aa2e2d8d
DE
87342010-10-06 Doug Evans <dje@google.com>
8735
8736 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
8737 of syscall staging area.
8738
2844d6b5
KW
87392010-10-06 Ken Werner <ken.werner@de.ibm.com>
8740
8741 * gdb.base/gnu_vector.c: Add variable c4.
8742 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
8743 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
8744
7d8ac8bb
MR
87452010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
8746
8747 * gdb.arch/altivec-abi.exp: Fix a typo.
8748
84a02e58
MR
87492010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
8750
8751 * lib/mi-support.exp (thread_selected_re): Correct pattern used
8752 to match a thread ID.
8753
b18e6318
JK
87542010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8755
8756 Fix s390x testcase compatibility.
8757 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
8758
a2c09bd0
DE
87592010-10-01 Doug Evans <dje@google.com>
8760
8761 * lib/gdb-python.exp: New file.
8762 * gdb.python/py-block.exp: Use it.
8763 * gdb.python/py-breakpoint.exp: Ditto.
8764 * gdb.python/py-frame.exp: Ditto.
8765 * gdb.python/py-inferior.exp: Ditto.
8766 * gdb.python/py-param.exp: Ditto.
8767 * gdb.python/py-prettyprint.exp: Ditto.
8768 * gdb.python/py-shared.exp: Ditto.
8769 * gdb.python/py-symbol.exp: Ditto.
8770 * gdb.python/py-symtab.exp: Ditto.
8771 * gdb.python/py-type.exp: Ditto.
8772 * gdb.python/py-value.exp: Ditto.
8773 * gdb.python/python.exp: Ditto.
8774
38f12cfc
TT
87752010-09-30 Tom Tromey <tromey@redhat.com>
8776
8777 * gdb.base/anon.exp: New file.
8778 * gdb.base/anon.c: New file.
8779
9ae8282d
TT
87802010-09-30 Tom Tromey <tromey@redhat.com>
8781
8782 * gdb.base/completion.exp: Test completion through anonymous
8783 union.
8784 * gdb.base/break1.c (struct some_struct): Add anonymous union.
8785
e9e07ba6
JK
87862010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8787
8788 Fix printing parameters of inlined functions.
8789 * gdb.dwarf2/dw2-inline-param.exp: New file.
8790 * gdb.dwarf2/dw2-inline-param-main.c: New file.
8791 * gdb.dwarf2/dw2-inline-param.S: New file.
8792
cd2effb2
JK
87932010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8794
8795 PR corefiles/12071.
8796 * gdb.base/corefile.exp (quit with a process, no question: load core)
8797 (quit with a core file): New tests.
8798
bceffbf3
JK
87992010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8800
8801 Fix GDB crash on inferior calls with self-referencing classes.
8802 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
8803 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
8804 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
8805
1736ad11
JK
88062010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8807
8808 Fix lost siginfo_t for inferior calls.
8809 * gdb.base/siginfo-infcall.exp: New file.
8810 * gdb.base/siginfo-infcall.c: New file.
8811
a176ad92
JB
88122010-09-22 Joel Brobecker <brobecker@adacore.com>
8813
8814 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
8815
c2b0a229
JK
88162010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8817
8818 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
8819 New test.
8820 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
8821
e8ae22d1
JB
88222010-09-22 Joel Brobecker <brobecker@adacore.com>
8823
8824 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
8825 type of our const type.
8826
ec322823
SW
88272010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
8828
8829 * gdb.cp/pr12028.cc: New.
8830 * gdb.cp/pr12028.exp: New.
8831
72929c62
JB
88322010-09-22 Joel Brobecker <brobecker@adacore.com>
8833
8834 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
8835
875b4ff5 88362010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 8837 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
8838
8839 PR mi/11407
8840 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
8841 * gdb.mi/dw2-ref-missing-frame-main.c New File.
8842 * gdb.mi/dw2-ref-missing-frame.S New File.
8843 * gdb.mi/dw2-ref-missing-frame.exp New File.
8844
7155d578
TT
88452010-09-14 Tom Tromey <tromey@redhat.com>
8846
8847 PR symtab/8399:
8848 * gdb.threads/tls.exp: Remove kfail. Update expected output.
8849
515ed532
TT
88502010-09-14 Tom Tromey <tromey@redhat.com>
8851
8852 PR exp/11803:
8853 * gdb.threads/tls.exp: Use C++.
8854 (check_thread_local): Use K::another_thread_local.
8855 * gdb.threads/tls.c (class K): New.
8856 (another_thread_local): Now a member of K.
8857 (spin): Update. No longer K&R C.
8858
450ca57c
SW
88592010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8860
8861 * gdb.cp/koenig.cc: created class for testing member lookup.
8862 * gdb.cp/koenig.exp: Added test for member lookup.
8863
dbd492a3
JK
88642010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8865
8866 Fix false FAILs on sourcetree topdir directory containing "kill".
8867 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
8868 source line matching regexp.
8869
8d4d924b
JK
88702010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8871
8872 * gdb.python/python.exp (set height 0, collect help from uiout)
8873 (verify help to uiout): New tests.
8874
8e64f2a0
JK
88752010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8876
8877 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
8878 is_lp64_target to check 64bit target.
8879
4569eed2
JK
88802010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8881
8882 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
8883 (test_ld) <powerpc64-*>: New.
8884
5e1617b1
DJ
88852010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8886
8887 * gdb.cp/templates.exp (test_template_args): Allow "struct".
8888
c767944b
DJ
88892010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8890
8891 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
8892 (FunctionArg::method): New function.
8893 (empty, arg): New variables.
8894 (main): Call arg.method.
8895 * gdb.cp/templates.exp (test_template_args): New function.
8896 (do_tests): Call it.
8897
27d3a3fc
UW
88982010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
8899
8900 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
8901 of "next" to proceed over pthread_exit call.
8902
55b7ce7f
UW
89032010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
8904
8905 * gdb.base/maint.exp: Avoid wildcards against potentially very long
8906 "maint print statistics" output to prevent expect timeouts.
8907
809df446
JK
89082010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8909
8910 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
8911 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8912 (test_float_rejected): ... here.
8913 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
8914 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8915 (test_float_rejected): ... here.
8916 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
8917 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8918 (test_float_rejected): ... here.
8919 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
8920 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8921 (test_float_rejected): ... here.
8922
8464be76
DJ
89232010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8924
8925 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
8926 before disabling hardware watchpoints.
8927 (test_inaccessible_watchpoint): Check that hardware watchpoints
8928 are used. Test for watchpoints on a constant address.
8929
14dba4b4
JK
89302010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8931
8932 * gdb.base/ui-redirect.exp: New file.
8933
3f3540e1 89342010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 8935 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
8936
8937 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
8938
0f254bb7
DE
89392010-08-31 Doug Evans <dje@google.com>
8940
8941 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
8942
03f17ccf
TT
89432010-08-30 Tom Tromey <tromey@redhat.com>
8944
8945 PR python/11792:
8946 * gdb.python/py-value.exp (test_subscript_regression): Add
8947 dynamic_type test.
8948
640617ad
DJ
89492010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
8950
8951 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
8952 instead of running to main. Do not test the main function.
8953 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
8954 Add new main.
8955
2ed91d1b
PA
89562010-08-26 Pedro Alves <pedro@codesourcery.com>
8957
8958 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
8959 one test.
8960
673bfd45
DE
89612010-08-24 Doug Evans <dje@google.com>
8962
8963 PR symtab/11942
8964 * gdb.dwarf2/dw4-sig-types.cc: New file.
8965 * gdb.dwarf2/dw4-sig-types.h: New file.
8966 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
8967 * gdb.dwarf2/dw4-sig-types.exp: New file.
8968
f9ffd4bb
TT
89692010-08-23 Tom Tromey <tromey@redhat.com>
8970
8971 PR python/11145:
8972 * gdb.python/py-value.c (Base, Derived): New types.
8973 (base): New global.
8974 * gdb.python/py-value.exp (test_subscript_regression): Add
8975 dynamic_cast test.
8976
d839c8a4
TT
89772010-08-23 Tom Tromey <tromey@redhat.com>
8978
8979 PR python/10676:
8980 * gdb.python/py-type.exp (test_fields): Add tests for type
8981 equality.
8982
702c2711
TT
89832010-08-23 Tom Tromey <tromey@redhat.com>
8984
8985 PR python/11915:
8986 * gdb.python/py-type.exp (test_fields): Add tests for array.
8987
832bafd3
KS
89882010-08-23 Keith Seitz <keiths@redhat.com>
8989
8990 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
8991 have any children. Create a new abbrev for it.
8992 Add missing terminal sequence to .debug_abbrev.
8993
c37bf528
KS
89942010-08-20 Keith Seitz <keiths@redhat.com>
8995
8996 PR symtab/11465:
8997 * gdb.dwarf2/pr11465.exp: New test.
8998 * gdb.dwarf2/pr11465.S: New file.
8999 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
9000 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
9001
4572cbac
TJB
90022010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
9003
9004 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
9005 registers. Update data sets with the new v2_double element in the
9006 VSX register union. Add vector_register3_vr data set for the AltiVec
9007 registers. Use gdb_test_no_output instead of send_gdb.
9008
e7fbb131
PA
90092010-08-19 Pedro Alves <pedro@codesourcery.com>
9010
9011 * gdb.python/py-shared.exp: New file, factored out from
9012 python.exp.
9013 * gdb.python/py-shared.c: New file.
9014 * gdb.python/py-shared-sl.c: New file.
9015 * gdb.python/python-1.c: New file.
9016 * gdb.python/python-sl.c: Delete.
9017 * gdb.python/python.c: Mention python-1.c.
9018 * gdb.python/python.exp: Move shared library tests to
9019 py-shared.exp.
9020 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
9021 (MISCELLANEOUS): New.
9022 (clean mostlyclean): Also remove $MISCELLANEOUS.
9023
d30f5e1f
DE
90242010-08-19 Doug Evans <dje@google.com>
9025
9026 PR exp/11926
9027 * gdb.base/printcmds.exp (test_float_accepted): New function.
9028 Move existing float tests there. Add tests for floats with suffixes.
9029 (test_float_rejected): New function.
9030 * gdb.java/jv-print.exp (test_float_accepted): New function.
9031 (test_float_rejected): New function.
9032 * gdb.objc/print.exp: New file.
9033 * gdb.pascal/print.exp: New file.
9034 * lib/objc.exp: New file.
9035
7b3fd859
PM
90362010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
9037
9038 * gdb.base/default.exp (info set): Avoid full buffer error and force
9039 reading up to final gdb prompt.
9040 (show): Likewise.
9041
c92817ce
TT
90422010-08-18 Tom Tromey <tromey@redhat.com>
9043
9044 PR symtab/11919:
9045 * gdb.base/completion.exp: Add test.
9046
f1208f9e
DE
90472010-08-18 Doug Evans <dje@google.com>
9048
9049 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
9050 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
9051 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
9052 Simplify, early exit if runto_main fails.
9053 * gdb.fortran/exprs.exp: load_lib fortran.exp.
9054 (set_lang_fortran): Moved to lib/fortran.exp.
9055 * gdb.fortran/types.exp: load_lib fortran.exp.
9056 (set_lang_fortran): Moved to lib/fortran.exp.
9057 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
9058 * gdb.java/jprint.exp (set_lang_java): Ditto.
9059 * gdb.java/jv-exp.exp: load_lib java.exp.
9060 If set_lang_java fails, issue a warning instead of failure to be
9061 consistent with other set_lang_foo uses.
9062 (set_lang_java): Moved to lib/java.exp.
9063 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
9064 If set_lang_java fails, issue a warning instead of failure to be
9065 consistent with other set_lang_foo uses.
9066 * gdb.pascal/types.exp: load_lib pascal.exp.
9067 (set_lang_pascal): Moved to lib/pascal.exp.
9068 * lib/fortran.exp: New file.
9069 * lib/java.exp (set_lang_java): New function.
9070 * lib/pascal.exp (set_lang_pascal): New function.
9071
2f06b485
YQ
90722010-08-18 Yao Qi <yao@codesourcery.com
9073
9074 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
9075 func_nofb_start and func_loopfb_start, so that address of functions
9076 is equal to these labels on Thumb.
9077
96e25403
YQ
90782010-08-18 Yao Qi <yao@codesourcery.com>
9079
9080 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
9081 to reflect latest c source file.
9082
36e6adc4
JK
90832010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9084
9085 * gdb.cp/infcall-dlopen.exp: New file.
9086 * gdb.cp/infcall-dlopen.cc: New file.
9087 * gdb.cp/infcall-dlopen-lib.cc: New file.
9088
f431efe5
PA
90892010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9090 Pedro Alves <pedro@codesourcery.com>
9091
9092 PR breakpoints/11371
9093
9094 * gdb.base/watch-cond-infcall.exp: New file.
9095 * gdb.base/watch-cond-infcall.c: New file.
9096
06a64a0b
TT
90972010-08-16 Tom Tromey <tromey@redhat.com>
9098
9099 * gdb.base/help.exp: Update.
9100 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
9101 watchpoint.
9102 (test_watch_location): New proc.
9103 (test_watchpoint_in_big_blob): Delete watchpoint.
9104 * gdb.base/watchpoint.c (func5): New function.
9105 (main): Call it.
9106
70ebf4ed
DE
91072010-08-16 Doug Evans <dje@google.com>
9108
9109 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
9110
ca5c20b6
PM
91112010-08-11 Phil Muldoon <pmuldoon@redhat.com>
9112
9113 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
9114 tests.
9115
7346b668
KW
91162010-08-11 Ken Werner <ken.werner@de.ibm.com>
9117
9118 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
9119 * gdb.base/gnu_vector.c: New File.
9120 * gdb.base/gnu_vector.exp: Likewise.
9121
cb2e07a6
PM
91222010-08-11 Phil Muldoon <pmuldoon@redhat.com>
9123
9124 * gdb.python/python.c: New File.
9125 * gdb.python/python-sl.c: New File.
9126 * gdb.python/python.exp: Test solib_address and decode_line
9127 * functions.
9128
5da1313b
JK
91292010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9130
9131 * gdb.python/python.exp (show height, set height 10)
9132 (verify pagination beforehand, verify pagination beforehand: q)
9133 (gdb.execute does not page, verify pagination afterwards)
9134 (verify pagination afterwards: q): New.
9135
49c3ccf7
DE
91362010-08-02 Doug Evans <dje@google.com>
9137
9138 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
9139 because of an older gcc, change test2
9140 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
9141 to unsupported.
9142
42c0c4f1
KH
91432010-07-30 Kazu Hirata <kazu@codesourcery.com>
9144
9145 * gdb.base/break-always.exp: Do not expect full paths to file
9146 names.
9147 * gdb.base/commands.exp: Likewise.
9148
d3765805
DE
91492010-07-30 Doug Evans <dje@google.com>
9150
c98ee71b
DE
9151 * gdb.cp/temargs.exp: For new tests that require newer gccs,
9152 xfail them when run with older gccs.
9153
fd961404
DE
9154 * lib/gdb.exp (build_executable): Forward "c++" option to
9155 get_compiler_info.
9156
999adef4
DE
9157 * gdb.python/py-type.exp (test_template): Mark as xfail tests
9158 "python print ttype.template_argument(1)" and
9159 "python print isinstance(ttype.template_argument(1), gdb.Value)"
9160 if using gcc 4.4 or earlier.
9161
d3765805
DE
9162 * gdb.base/valgrind-db-attach.exp: Use unique test name for
9163 attach-to-debugger handling.
9164
1276c759
JK
91652010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9166
9167 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
9168 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
9169 (main): Use copyreloc.
9170 * gdb.base/prelink.exp (split debug of executable)
9171 (.dynbss vs. .bss address shift): New tests.
9172
88caa9b9
PA
91732010-07-29 Pedro Alves <pedro@codesourcery.com>
9174
9175 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
9176 in gdb_test_multiple.
9177
c6f2ac43
PA
91782010-07-29 Pedro Alves <pedro@codesourcery.com>
9179
9180 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
9181 environment.
9182
326fd672
TT
91832010-07-28 Tom Tromey <tromey@redhat.com>
9184
9185 PR python/11060:
9186 * gdb.python/py-type.c (Temargs): New template.
9187 (temvar): New variable.
9188 * gdb.python/py-type.exp (test_template): New proc.
9189
3ce3b1ba
PA
91902010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
9191
9192 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
9193 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
9194
34eaf542
TT
91952010-07-28 Tom Tromey <tromey@redhat.com>
9196
9197 PR c++/9946:
9198 * gdb.cp/temargs.exp: New file.
9199 * gdb.cp/temargs.cc: New file.
9200
d41b819e
JK
92012010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9202
9203 * gdb.base/help.exp (help disassemble): Update the content.
9204
26ab7092
JK
92052010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9206
9207 * gdb.threads/ia64-sigill.exp: New file.
9208 * gdb.threads/ia64-sigill.c: New file.
9209
5283e9e1
TT
92102010-07-27 Tom Tromey <tromey@redhat.com>
9211
9212 * gdb.opt/inline-cmds.c (ATTR): New define.
9213 (func1): Use it.
9214 (func2): Likewise.
9215 (func3): Likewise.
9216 (outer_inline1): Likewise.
9217 (outer_inline2): Likewise.
9218 * gdb.opt/inline-bt.c (ATTR): New define.
9219 (func1): Use it.
9220 (func2): Likewise.
9221 * gdb.opt/inline-locals.c (ATTR): New define.
9222 (func1): Use it.
9223 (func2): Likewise.
9224
e992ef73
TT
92252010-07-27 Tom Tromey <tromey@redhat.com>
9226
9227 * gdb.stabs/gdb11479.c (hack): New function.
9228 (test): Use it.
9229 (test2): Use it.
9230 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
9231 (int32_search_buf, int64_search_buf): No longer static.
9232 (x): Remove.
9233 * gdb.base/relocate.c (hack): New function.
9234
5374244e
PM
92352010-07-27 Phil Muldoon <pmuldoon@redhat.com>
9236
9237 * gdb.python/py-value.exp (test_inferior_function_call): New function.
9238 * gdb.python/py-value.c (func1): New function.
9239 (func2): Likewise.
9240
a99aee83
CV
92412010-07-26 Corinna Vinschen <vinschen@redhat.com>
9242
9243 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
9244 as not to clash with .data section.
9245
a04ba985
JG
92462010-07-26 Jerome Guitton <guitton@adacore.com>
9247
9248 * gdb.base/code_elim.exp: New file.
9249 * gdb.base/code_elim1.c: New file.
9250 * gdb.base/code_elim2.c: New file.
9251
23bd0f7c
PA
92522010-07-21 Pedro Alves <pedro@codesourcery.com>
9253
9254 PR symtab/11827
9255
9256 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
9257 (some_volatile_enum): New variable.
9258 * gdb.base/printcmds.exp (test_print_enums): New.
9259 <top level>: Call it.
9260
883df6dd
SW
92612010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
9262
9263 * gdb.cp/fpointer.cc: New test.
9264 * gdb.cp/fpointer.exp: New test.
9265
569b05a5
JK
92662010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9267
9268 * gdb.base/solib-nodir.exp: New file.
9269 * lib/gdb.exp (runto): New case for a GDB internal error.
9270
51d7d803
JK
92712010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9272 Ulrich Weigand <uweigand@de.ibm.com>
9273 Tom Tromey <tromey@redhat.com>
9274
9275 * gdb.base/charset-malloc.c: New file.
9276 * gdb.base/charset.c (malloc_stub): New prototype.
9277 (main): Call it instead of malloc itself.
9278 * gdb.base/charset.exp: Use only prepare_for_testing.
9279 (binfile): Remove the variable.
9280
c0edd9ed
JK
92812010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9282
9283 Make core files the process_stratum.
9284 * gdb.base/corefile.exp (run: load core again)
9285 (run: sanity check we see the core file, run: with core)
9286 (run: core file is cleared, attach: load core again)
9287 (attach: sanity check we see the core file, attach: with core)
9288 (attach: core file is cleared): New tests.
9289 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
9290
3cbaedff
KW
92912010-07-14 Ken Werner <ken.werner@de.ibm.com>
9292
9293 * gdb.arch/altivec-abi.exp: New tests.
9294
91158a56
TT
92952010-07-13 Tom Tromey <tromey@redhat.com>
9296
9297 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
9298 (main): Use it.
9299 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
9300
0f5238ed
TT
93012010-07-13 Tom Tromey <tromey@redhat.com>
9302
9303 * gdb.base/label.exp: New file.
9304 * gdb.base/label.c: New file.
9305
add265ae
L
93062010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
9307 H.J. Lu <hongjiu.lu@intel.com>
9308
9309 * lib/gdb.exp (is_ilp32_target): New.
9310 (is_lp64_target): Likewise.
9311
9312 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
9313 target.
9314 * gdb.arch/amd64-disp-step.exp: Likewise.
9315 * gdb.arch/amd64-dword.exp: Likewise.
9316 * gdb.arch/amd64-i386-address.exp: Likewise.
9317 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 9318
add265ae
L
9319 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
9320 target.
9321 * gdb.arch/i386-bp_permanent.exp: Likewise.
9322 * gdb.arch/i386-byte.exp: Likewise.
9323 * gdb.arch/i386-disp-step.exp: Likewise.
9324 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9325 * gdb.arch/i386-prologue.exp: Likewise.
9326 * gdb.arch/i386-size-overlap.exp: Likewise.
9327 * gdb.arch/i386-size.exp: Likewise.
9328 * gdb.arch/i386-sse.exp: Likewise.
9329 * gdb.arch/i386-unwind.exp: Likewise.
9330 * gdb.arch/i386-word.exp: Likewise.
9331
9332 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
9333 test only when building 64-bit executables. Do not hard-code
9334 -m64 option.
9335
2dfb8c17
DE
93362010-07-07 Doug Evans <dje@google.com>
9337
9338 * lib/gdb.exp (gdb_test_list_exact): New function.
9339 * gdb.base/default.exp (show convenience): Call it, add tests for
9340 $_sdata = void, $_thread = 0.
9341
4e5799b6
JK
93422010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9343 Joel Brobecker <brobecker@adacore.com>
9344
9345 Fix re-run of PIE executable, PR shlibs/11776.
9346 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
9347 Remove $displacement_main to match the solib-svr4.c change. New "kill"
9348 and re-"run" of the inferior.
9349
1a219cc7
JK
93502010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9351 Joel Brobecker <brobecker@adacore.com>
9352
9353 Cope with missing /usr/sbin/prelink.
9354 * lib/prelink-support.exp (prelink_no):
9355 <result == 1 && $output is "no such file or directory">: New.
9356 (prelink_yes): Likewise. Return on failed prelink_no.
9357
5e3b36f8
JK
93582010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9359 Joel Brobecker <brobecker@adacore.com>
9360
9361 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
9362 build_executable by build_executable_own_libs. Replace "prelink -R"
9363 execution by a call of prelink_yes. Comment why "prelink -r" needs no
9364 change.
9365 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
9366 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
9367 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
9368 Replace build_executable by build_executable_own_libs's function
9369 build_executable_own_libs.
9370 (prelinkNO): Create new stub to call prelink_no.
9371 (prelinkYES): Create new stub to call prelink_yes.
9372 (test_attach): Rename calls of copy to file_copy.
9373 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
9374 (copy): Move to ...
9375 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
9376 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
9377 * gdb.base/prelink.exp: Disable testcase also for is_remote and
9378 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
9379 special flags by gdb_compile_shlib. Replace second gdb_compile by
9380 build_executable_own_libs. Replace "prelink -R" execution by a call of
9381 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
9382 a second call of prelink_yes. Replace restart commands by
9383 clean_restart.
9384 (prelink): Rename to ...
9385 (seen displacement message): ... this test. Extend its expectation
9386 strictness.
9387
86e4bafc
JK
93882010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9389
9390 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
9391 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
9392 displacement message exactly once.
9393
3cd07d20
JK
93942010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9395 Joel Brobecker <brobecker@adacore.com>
9396
9397 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
9398 its restore after the <$relink_args != ""> loop. new comment.
9399
0a1e94c7
JK
94002010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9401 Joel Brobecker <brobecker@adacore.com>
9402
9403 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
9404 code for it. New variable relink_args.
9405 (prelinkYES): Call prelinkNO.
9406 (test_attach): Accept new parameter relink_args. Re-prelink the binary
9407 in such case. Move the core code to ...
9408 (test_attach_gdb): ... a new function. Send GDB command "file".
9409 Extend expected "Attaching to " string.
9410
2f70bcfb
TT
94112010-07-02 Tom Tromey <tromey@redhat.com>
9412
9413 * gdb.base/bitops.exp: Remove extraneous "pass".
9414
a17ac5b0
TT
94152010-07-02 Ken Werner <ken.werner@de.ibm.com>
9416
9417 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
9418
dc10affe
PA
94192010-07-01 Pedro Alves <pedro@codesourcery.com>
9420
d41c0fc8
PA
9421 * gdb.base/help.exp: Adjust expected output.
9422
94232010-07-01 Pedro Alves <pedro@codesourcery.com>
9424
9425 * gdb.base/help.exp: Adjust expected output.
dc10affe 9426
0a600c36
JK
94272010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9428
9429 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
9430 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
9431 c++/11702.
9432
37cc8bfe
JK
94332010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9434 Doug Evans <dje@google.com>
9435
9436 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
9437 add .dynamic entry'.
9438
254e6b9e
DE
94392010-06-29 Doug Evans <dje@google.com>
9440
9441 Test PR c++/11702.
9442 * gdb.cp/m-static.exp: Add testcase.
9443 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
9444
595939de 94452010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
9446 Tom Tromey <tromey@redhat.com>
9447 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
9448
9449 * gdb.python/py-inferior.c: New File.
9450 * gdb.python/py-infthread.c: New File.
9451 * gdb.python/py-inferior.exp: New File.
9452 * gdb.python/py-infthread.exp: New File.
9453
98751a41
JK
94542010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9455
9456 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
9457 (ptype ::C::OtherFileClass typedefs): New.
9458 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
9459 (C::OtherFileClass::cOtherFileClassVar2): New.
9460 (C::OtherFileClass::cOtherFileClassVar_use): Use also
9461 cOtherFileClassVar2.
9462 (C::cOtherFileType2, C::cOtherFileVar2): New.
9463 (C::cOtherFileVar_use): use also cOtherFileVar2.
9464 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
9465
41f62f39
JK
94662010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9467
9468 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
9469 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
9470 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
9471 (print ::C::cOtherFileVar)
9472 (whatis C::OtherFileClass::cOtherFileClassType)
9473 (whatis ::C::OtherFileClass::cOtherFileClassType)
9474 (print C::OtherFileClass::cOtherFileClassVar)
9475 (print ::cOtherFileClassVar)
9476 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
9477 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
9478 trailing content.
9479 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
9480 (C::OtherFileClass::cOtherFileClassVar)
9481 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
9482 (C::cOtherFileVar, C::cOtherFileVar_use): New.
9483
af53d231
JK
94842010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9485
9486 Test PR c++/11703 and PR gdb/1448.
9487 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
9488 gdb/1448.
9489
9655fd1a
JK
94902010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9491
9492 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
9493 (main) <rtti_data>: New.
9494 * gdb.cp/virtbase.exp (print rtti_data): New.
9495
824cc8dd
JK
94962010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9497 Joel Brobecker <brobecker@adacore.com>
9498
9499 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
9500
6036c742
JK
95012010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9502
9503 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
9504
de6a0421
DE
95052010-06-28 Doug Evans <dje@google.com>
9506
9507 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
9508
b2dae948
DE
95092010-06-27 Doug Evans <dje@google.com>
9510
9511 * gdb.cp/m-static.exp: Update expected test output.
9512
0f3bb72e
PH
95132010-06-25 Paul Hilfinger <hilfinger@adacore.com>
9514
889bf7c5
PA
9515 * gdb.gdb/selftest.exp: Adjust expected message for
9516 capturing start-up runtime.
0f3bb72e 9517
bc9f0842
TT
95182010-06-25 Tom Tromey <tromey@redhat.com>
9519
9520 PR python/10808:
9521 * gdb.python/python.exp: Add new tests.
9522
099ef718
SW
95232010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
9524
9525 * gdb.cp/operator.cc: Created an import loop.
9526 * gdb.cp/operator.exp: Added testcase for import loop.
9527
5868a632
JK
95282010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9529
9530 Test PR python/11407.
9531 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
9532 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
9533 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
9534 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
9535 executable_nofb and executable_fb. New variables srcsfile, objsfile,
9536 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
9537 binfile. Call gdb_compile with clean_restart twice.
9538 (func_nofb print, func_nofb backtrace, func_loopfb print)
9539 (func_loopfb backtrace): New.
9540
af76db58
JK
95412010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9542
9543 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
9544 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
9545 by a hand made one.
9546 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
9547 i?86 requirement. Remove variables srcfile and binfile. New variable
9548 sources, executable_nofb and executable_fb. Call prepare_for_testing.
9549
f2c7657e
UW
95502010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9551
9552 * gdb.cell/dwarfaddr.exp: New file.
9553 * gdb.cell/dwarfaddr.S: New file.
9554
628fe4e4
JK
95552010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9556
9557 Test PR 9436.
9558 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
9559
f1421989
HZ
95602010-06-24 Hui Zhu <teawater@gmail.com>
9561
9562 * gdb.base/eval.exp: New file.
9563
d03285ec
UW
95642010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9565
9566 * gdb.cell/fork.exp: New file.
9567 * gdb.cell/fork.c: Likewise.
9568 * gdb.cell/fork-spu.c: Likewise.
9569
41b2c92d
PM
95702010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
9571
9572 * lib/gdb.exp (banned_variables_traced): New global variable.
9573 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
9574 (gdb_init): Use `trace add variable' instead of obsolete
9575 `trace variable'.
9576
d5bc977f
DE
95772010-06-21 Doug Evans <dje@google.com>
9578
9579 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
9580
d2ed6730
UW
95812010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9582
9583 * gdb.arch/spu-ls.exp: New file.
9584 * gdb.arch/spu-ls.c: Likewise.
9585
6aed2dbc
SS
95862010-06-18 Stan Shebs <stan@codesourcery.com>
9587
9588 * gdb.threads/thread-specific.exp: Add tests of $_thread.
9589
e0756905
UW
95902010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9591
9592 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
9593 * gdb.base/watch-cond.exp: Likewise.
9594 * gdb.python/py-breakpoint.exp: Likewise.
9595
d8053d4d
PA
95962010-06-18 Pedro Alves <pedro@codesourcery.com>
9597
9598 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
9599 clean_restart, make sure every test has a distinct message, and
9600 that messages don't include the executable' full path.
9601
81ce510c
DE
96022010-06-17 Doug Evans <dje@google.com>
9603
9604 * gdb.arch/i386-size.exp: Updated expected output for
9605 DISASSEMBLY_OMIT_FNAME.
9606
65d79d4b
SDJ
96072010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9608 Sergio Durigan Junior <sergiodj@redhat.com>
9609
9610 * gdb.base/watch-notconst.c: New file.
9611 * gdb.base/watch-notconst.S: New file.
9612 * gdb.base/watch-notconst2.c: New file.
9613 * gdb.base/watch-notconst2.S: New file.
9614 * gdb.base/watch-notconst.exp: New file.
9615 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
9616 (func4): Add operations on `global_ptr_ptr'.
9617 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
9618 routine to test watchpoints created with a constant expression.
9619 (test_inaccessible_watchpoint): Include tests for watchpoints
9620 created with a constant expression.
9621
df0f4836
KB
96222010-06-14 Kevin Buettner <kevinb@redhat.com>
9623
9624 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
9625 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
9626 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
9627 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
9628 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
9629 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
9630 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
9631 of `_start'.
9632
b769def5
UW
96332010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9634
9635 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
9636 not supported on the target.
9637 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9638 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9639 * gdb.mi/mi-nsintrall.exp: Likewise.
9640 * gdb.mi/mi-nsmoribund.exp: Likewise.
9641 * gdb.mi/mi-nsthrexec.exp: Likewise.
9642
d914c394
SS
96432010-06-11 Stan Shebs <stan@codesourcery.com>
9644
9645 * gdb.base/permissions.exp: New file.
9646
96472010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
9648
9649 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
9650 does not support ELF executable class.
9651
f3ce5b9c
UW
96522010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9653
9654 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
9655
8e46892c
JK
96562010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9657
9658 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
9659 (runto): Catch "The target does not support running in non-stop mode.".
9660
6cc55c64
MS
96612010-06-11 Michael Snyder <msnyder@vmware.com>
9662
9663 * gdb.base/setshow.exp (set language asm): Don't use
9664 gdb_test_no_output, fails on some targets.
9665
caddefa4
UW
96662010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9667
9668 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
9669 * gdb.cp/pr9167.exp: Likewise.
9670
468b1aa7
UW
96712010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9672
9673 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
9674
5c3552dc
UW
96752010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9676
9677 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
9678
02e6fe6a
UW
96792010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9680
9681 * gdb.base/charset.c (main): Make sure malloc gets linked in.
9682
0e03807e
TT
96832010-06-11 Tom Tromey <tromey@redhat.com>
9684
9685 PR gdb/9977, PR exp/11636::
9686 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
9687 (pieces_test_f6): Update expected output.
9688
2bdf28a0
JK
96892010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9690
9691 * gdb.base/moribund-step.exp: New.
9692
f6978de9
MS
96932010-06-08 Michael Snyder <msnyder@vmware.com>
9694
9695 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 9696 * gdb.ada/boolean_expr.exp:
f6978de9
MS
9697 * gdb.ada/frame_args.exp: Ditto.
9698 * gdb.ada/lang_switch.exp: Ditto.
9699 * gdb.ada/ptype_arith_binop.exp: Ditto.
9700 * gdb.ada/ref_param.exp: Ditto.
9701 * gdb.ada/type_coercion.exp:Ditto.
9702
9703 * gdb.asm/asm-source.exp: Ditto.
9704
9705 * gdb.base/attach.exp: Ditto.
9706 * gdb.base/bitfields2.exp: Ditto.
9707 * gdb.base/call-signal-resume.exp: Ditto.
9708 * gdb.base/callfuncs.exp: Ditto.
9709 * gdb.base/commands.exp: Ditto.
9710 * gdb.base/dbx.exp: Ditto.
9711 * gdb.base/default.exp: Ditto.
9712 * gdb.base/dump.exp: Ditto.
9713 * gdb.base/exprs.exp: Ditto.
9714 * gdb.base/freebpcmd.exp: Ditto.
9715 * gdb.base/interrupt.exp: Ditto.
9716 * gdb.base/list.exp: Ditto.
9717 * gdb.base/long_long.exp: Ditto.
9718 * gdb.base/maint.exp: Ditto.
9719 * gdb.base/ptype.exp: Ditto.
9720 * gdb.base/return.exp: Ditto.
9721 * gdb.base/setshow.exp: Ditto.
9722 * gdb.base/sigbpt.exp: Ditto.
9723 * gdb.base/sigrepeat.exp: Ditto.
9724
9725 * gdb.cp/classes.exp: Ditto.
9726
9727 * gdb.dwarf2/dw2-restore.exp: Ditto.
9728
9729 * gdb.gdb/selftest.exp: Ditto.
9730
9731 * gdb.multi/base.exp: Ditto.
9732 * gdb.multi/bkpt-multi-exec.exp: Ditto.
9733
9734 * gdb.python/py-block.exp: Ditto.
9735 * gdb.python/py-prettyprint.exp: Ditto.
9736 * gdb.python/py-template.exp: Ditto.
9737
9738 * gdb.server/ext-attach.exp: Ditto.
9739 * gdb.server/ext-run.exp: Ditto.
9740 * gdb.server/server-mon.exp: Ditto.
9741
9742 * gdb.threads/fork-thread-pending.exp: Ditto.
9743 * gdb.threads/hand-call-in-threads.exp: Ditto.
9744 * gdb.threads/interrupted-hand-call.exp: Ditto.
9745 * gdb.threads/linux-dp.exp: Ditto.
9746 * gdb.threads/manythreads.exp: Ditto.
9747 * gdb.threads/print-threads.exp: Ditto.
9748 * gdb.threads/pthreads.exp: Ditto.
9749 * gdb.threads/schedlock.exp: Ditto.
9750 * gdb.threads/thread-unwindonsignal.exp: Ditto.
9751 * gdb.threads/threadapply.exp: Ditto.
9752
de7ff789
MS
97532010-06-08 Michael Snyder <msnyder@vmware.com>
9754
889bf7c5 9755 * gdb.ada/exec_changed.exp:
de7ff789
MS
9756 Use ".*" instead of "" as wildcard regexp.
9757
9758 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
9759 * gdb.base/call-ar-st.exp: Ditto.
9760 * gdb.base/checkpoint.exp: Ditto.
9761 * gdb.base/default.exp: Ditto.
9762 * gdb.base/dump.exp: Ditto.
9763 * gdb.base/ending-run.exp: Ditto.
9764 * gdb.base/fileio.exp: Ditto.
9765 * gdb.base/miscexprs.exp: Ditto.
9766 * gdb.base/pointers.exp: Ditto.
9767 * gdb.base/readline.exp: Ditto.
9768 * gdb.base/reread.exp: Ditto.
9769 * gdb.base/restore.exp: Ditto.
9770 * gdb.base/shlib-call.exp: Ditto.
9771 * gdb.base/valgrind-db-attach.exp: Ditto.
9772 * gdb.base/volatile.exp: Ditto.
9773 * gdb.base/watchpoints.exp: Ditto.
9774
9775 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
9776
9777 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
9778 * gdb.python/py-value.exp: Ditto.
9779
9780 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
9781 * gdb.trace/circ.exp: Ditto.
9782 * gdb.trace/collection.exp: Ditto.
9783 * gdb.trace/packetlen.exp: Ditto.
9784 * gdb.trace/passc-dyn.exp: Ditto.
9785 * gdb.trace/report.exp: Ditto.
9786 * gdb.trace/tfile.exp: Ditto.
9787 * gdb.trace/tfind.exp: Ditto.
9788 * gdb.trace/while-dyn.exp: Ditto.
9789
3bebe2f2
JK
97902010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9791
9792 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
9793
5c631832
JK
97942010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9795
9796 Test PR 10640.
9797 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
9798
4c3376c8
SW
97992010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
9800
9801 * gdb.cp/koenig.exp: Test for ADL operators.
9802 * gdb.cp/koenig.cc: Added ADL operators.
9803 * gdb.cp/operator.exp: New test.
9804 * gdb.cp/operator.cc: New test.
9805
dc226d5a
MS
98062010-06-04 Michael Snyder <msnyder@vmware.com>
9807
dfb88a23
MS
9808 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
9809 * gdb.base/pending.exp: Ditto.
f7ae76b3 9810
dc226d5a
MS
9811 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
9812
967cf477
DE
98132010-06-04 Doug Evans <dje@google.com>
9814
9815 * gdb.python/py-prettyprint.exp: Add new test for enabled and
9816 disabled printers.
9817 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
9818 (enable_lookup_function): New function.
9819
eb801841
TT
98202010-06-04 Tom Tromey <tromey@redhat.com>
9821
9822 * gdb.python/py-value.exp (test_value_hash): Don't test equality
9823 of hash and id.
9824
38979823
JK
98252010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9826
9827 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
9828 newline.
9829 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
9830 (empty verbose non-noisy clear, empty verbose noisy clear)
9831 (empty non-verbose noisy clear): Likewise.
9832
35ec993f
MS
98332010-06-03 Michael Snyder <msnyder@vmware.com>
9834
9835 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
9836 * gdb.base/display.exp: Ditto.
9837 * gdb.base/find.exp: Ditto.
9838 * gdb.base/ifelse.exp: Ditto.
9839 * gdb.base/multi-forks.exp: Ditto.
9840 * gdb.base/recurse.exp: Ditto.
9841 * gdb.base/setshow.exp: Ditto.
9842 * gdb.base/value-double-free.exp: Ditto.
9843 * gdb.base/watch-vfork.exp: Ditto.
9844 * gdb.base/watch_thread_num.exp: Ditto.
9845 * gdb.base/watchpoint-solib.exp: Ditto.
9846 * gdb.base/watchpoint.exp: Ditto.
9847 * gdb.base/watchpoints.exp: Ditto.
9848
9849 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
9850 * gdb.cp/overload.exp: Ditto.
9851 * gdb.cp/virtfunc.exp: Ditto.
9852
9853 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
9854
889bf7c5 9855 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
9856 Replace gdb_test with gdb_test_no_output.
9857
889bf7c5 9858 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
9859 Replace gdb_test with gdb_test_no_output.
9860 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
9861 * gdb.threads/watchthreads.exp: Ditto.
9862 * gdb.threads/watchthreads2.exp: Ditto.
9863
9864 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
9865 * gdb.trace/tfind.exp: Ditto.
9866
c22decce
JB
98672010-06-03 Joel Brobecker <brobecker@adacore.com>
9868
9869 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
9870 successful test if message is the empty string.
9871
fd5700c7
JK
98722010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9873
9874 * gdb.fortran/module.exp (stopped language detection): New test.
9875
f55ee35c
JK
98762010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9877
9878 Support DW_TAG_module as separate namespaces.
9879 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
9880 gdb.fortran/library-module-lib.f90: New.
9881 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
9882 (print i): Remove.
9883 (continue to breakpoint: i-is-1, print var_i value 1)
9884 (continue to breakpoint: i-is-2, print var_i value 2)
9885 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
9886 (print var_d, print var_i value 14, ptype modmany, complete `modm)
9887 (complete `modmany, complete `modmany`, complete `modmany`var)
9888 (show language, setting breakpoint at module): New tests.
9889 * gdb.fortran/module.f90 (module mod): Remove.
9890 (module mod1, module mod2, module modmany, subroutine sub1)
9891 (subroutine sub2, program module): New.
9892
b8e8282f
JK
98932010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9894
9895 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
9896 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
9897 * gdb.cp/anon-union.exp (pass): Rename to ...
9898 (print z 2): ... here.
b8e8282f 9899
019ebafc
MS
99002010-06-02 Michael Snyder <msnyder@vmware.com>
9901
e68d8fd4
MS
9902 * gdb.trace/actions.exp: Use gdb_test_no_output.
9903 * gdb.trace/circ.exp: Ditto.
9904 * gdb.trace/packetlen.exp: Ditto.
9905 * gdb.trace/save-trace.exp: Ditto.
9906 * gdb.trace/tracecmd.exp: Ditto.
9907 * gdb.trace/tsv.exp: Ditto.
9908
12b5d08a
MS
9909 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
9910 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
9911 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
9912 * gdb.threads/manythreads.exp: Ditto.
9913 * gdb.threads/print-threads.exp: Ditto.
9914 * gdb.threads/pthreads.exp: Ditto.
9915 * gdb.threads/schedlock.exp: Ditto.
9916 * gdb.threads/staticthreads.exp: Ditto.
9917 * gdb.threads/thread-specific.exp: Ditto.
9918 * gdb.threads/thread-unwindonsignal.exp: Ditto.
9919 * gdb.threads/threadapply.exp: Ditto.
9920 * gdb.threads/watchthreads.exp: Ditto.
9921 * gdb.threads/watchthreads2.exp: Ditto.
9922
89493308
MS
9923 * gdb.python/py-block.exp: Use gdb_test_no_output.
9924 * gdb.python/py-prettyprint.exp: Ditto.
9925 * gdb.python/py-template.exp: Ditto.
9926 * gdb.python/py-value.exp: Ditto.
9927
9928 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
9929 * gdb.reverse/watch-reverse.exp: Ditto.
9930
9931 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
9932 * gdb.server/ext-run.exp: Ditto.
9933
019ebafc
MS
9934 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
9935 * gdb.dwarf2/dw2-compressed.exp: Ditto.
9936 * gdb.dwarf2/dw2-intercu.exp: Ditto.
9937 * gdb.dwarf2/dw2-intermix.exp: Ditto.
9938 * gdb.dwarf2/dw2-producer.exp: Ditto.
9939 * gdb.dwarf2/mac-fileno.exp: Ditto.
9940
9941 * gdb.gdb/observer.exp: Use gdb_test_no_output.
9942 * gdb.gdb/selftest.exp: Ditto.
9943
9944 * gdb.multi/base.exp: Use gdb_test_no_output.
9945
9946 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
9947
3e0ca3a5
JK
99482010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9949
9950 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
9951
9db70545
MS
99522010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
9953
a8d52276
MS
9954 * gdb.cp/class2.exp: Use gdb_test_no_output.
9955 * gdb.cp/classes.exp: Ditto.
9956 * gdb.cp/extern-c.exp: Ditto.
9957 * gdb.cp/inherit.exp: Ditto.
9958 * gdb.cp/maint.exp: Ditto.
9959 * gdb.cp/mb-inline.exp: Ditto.
9960 * gdb.cp/mb-templates.exp: Ditto.
9961 * gdb.cp/method2.exp: Ditto.
9962 * gdb.cp/misc.exp: Ditto.
9963 * gdb.cp/ovldbreak.exp: Ditto.
9964 * gdb.cp/punctuator.exp: Ditto.
9965 * gdb.cp/templates.exp: Ditto.
9966 * gdb.cp/virtbase.exp: Ditto.
9967
889bf7c5 9968 * gdb.threads/attach-stopped.exp:
9db70545 9969 Replace uses of send_gdb / gdb_expect.
889bf7c5 9970 * gdb.threads/attachstop-mt.exp:
9db70545 9971 Replace uses of send_gdb / gdb_expect.
889bf7c5 9972 * gdb.threads/gcore-thread.exp:
9db70545 9973 Replace uses of send_gdb / gdb_expect.
889bf7c5 9974 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
9975 Replace uses of send_gdb / gdb_expect.
9976 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 9977 * gdb.threads/print-threads.exp:
9db70545
MS
9978 Replace uses of send_gdb / gdb_expect.
9979 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
9980 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
9981 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
9982
9983 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
9984 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
9985 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
9986 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
9987 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
9988 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
9989 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
9990 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
9991 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
9992 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
9993 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
9994
359cc68c
JK
99952010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9996
9997 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
9998
7d3fe98e
SW
99992010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
10000
10001 * gdb.cp/koenig.exp: Added new test case.
10002 * gdb.cp/koenig.cc: Ditto.
10003
27d3a1a2
MS
100042010-06-01 Michael Snyder <msnyder@vmware.com>
10005
10006 * gdb.base/arithmet.exp: Use gdb_test_no_output.
10007 * gdb.base/arrayidx.exp: Ditto.
10008 * gdb.base/attach.exp: Ditto.
10009 * gdb.base/auxv.exp: Ditto.
10010 * gdb.base/bigcre.exp: Ditto.
10011 * gdb.base/break-always.exp: Ditto.
10012 * gdb.base/break-interp.exp: Ditto.
10013 * gdb.base/break.exp: Ditto.
10014 * gdb.base/breakpoint-shadow.exp: Ditto.
10015 * gdb.base/call-ar-st.exp: Ditto.
10016 * gdb.base/call-sc.exp: Ditto.
10017 * gdb.base/call-signal-resume.exp: Ditto.
10018 * gdb.base/callfuncs.exp: Ditto.
10019 * gdb.base/catch-syscall.exp: Ditto.
10020 * gdb.base/charset.exp: Ditto.
10021 * gdb.base/code-expr.exp: Ditto.
10022 * gdb.base/commands.exp: Ditto.
10023 * gdb.base/cond-expr.exp: Ditto.
10024 * gdb.base/condbreak.exp: Ditto.
10025 * gdb.base/cursal.exp: Ditto.
10026 * gdb.base/cvexpr.exp: Ditto.
10027 * gdb.base/default.exp: Ditto.
10028 * gdb.base/del.exp: Ditto.
10029 * gdb.base/detach.exp: Ditto.
10030 * gdb.base/display.exp: Ditto.
10031 * gdb.base/ena-dis-br.exp: Ditto.
10032 * gdb.base/eval-skip.exp: Ditto.
10033 * gdb.base/foll-fork.exp: Ditto.
10034 * gdb.base/foll-vfork.exp: Ditto.
10035 * gdb.base/frame-args.exp: Ditto.
10036 * gdb.base/funcargs.exp: Ditto.
10037 * gdb.base/gcore-buffer-overflow.exp: Ditto.
10038 * gdb.base/gdbvars.exp: Ditto.
10039 * gdb.base/help.exp: Ditto.
10040 * gdb.base/ifelse.exp: Ditto.
10041 * gdb.base/included.exp: Ditto.
10042 * gdb.base/list.exp: Ditto.
10043 * gdb.base/macscp.exp: Ditto.
10044 * gdb.base/maint.exp: Ditto.
10045 * gdb.base/multi-fork.exp: Ditto.
10046 * gdb.base/overlays.exp: Ditto.
10047 * gdb.base/page.exp: Ditto.
10048 * gdb.base/pending.exp: Ditto.
10049 * gdb.base/pointers.exp: Ditto.
10050 * gdb.base/pr11022.exp: Ditto.
10051 * gdb.base/prelink.exp: Ditto.
10052 * gdb.base/printcmds.exp: Ditto.
10053 * gdb.base/psymtab.exp: Ditto.
10054 * gdb.base/randomize.exp: Ditto.
10055 * gdb.base/relational.exp: Ditto.
10056 * gdb.base/relocate.exp: Ditto.
10057 * gdb.base/remote.exp: Ditto.
10058 * gdb.base/sepdebug.exp: Ditto.
10059 * gdb.base/set-lang-auto.exp: Ditto.
10060 * gdb.base/setshow.exp: Ditto.
10061 * gdb.base/setvar.exp: Ditto.
10062 * gdb.base/signals.exp: Ditto.
10063 * gdb.base/signull.exp: Ditto.
10064 * gdb.base/sigstep.exp: Ditto.
10065 * gdb.base/sizeof.exp: Ditto.
10066 * gdb.base/solib-disc.exp: Ditto.
10067 * gdb.base/store.exp: Ditto.
10068 * gdb.base/structs.exp: Ditto.
10069 * gdb.base/structs2.exp: Ditto.
10070 * gdb.base/subst.exp: Ditto.
10071 * gdb.base/term.exp: Ditto.
10072 * gdb.base/trace-commands.exp: Ditto.
10073 * gdb.base/unwindonsignal.exp: Ditto.
10074 * gdb.base/valgrind-db-attach.exp: Ditto.
10075 * gdb.base/varargs.exp: Ditto.
10076 * gdb.base/watch-cond.exp: Ditto.
10077 * gdb.base/watch_thread_num.exp: Ditto.
10078 * gdb.base/watchpoint-cond-gone.exp: Ditto.
10079 * gdb.base/watchpoint.exp: Ditto.
10080 * gdb.base/whatis-exp.exp: Ditto.
10081
f8d3bf8f
MS
100822010-06-01 Michael Snyder <msnyder@vmware.com>
10083
10084 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
10085 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
10086 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
10087 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
10088 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
10089 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
10090 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
10091 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
10092 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
10093 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
10094 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
10095 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
10096 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
10097 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
10098 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
10099
3f9e0d32
JK
101002010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10101
10102 * gdb.base/commands.exp (begin commands on watch): Remove excessive
10103 trailing newline.
10104 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
10105 * gdb.java/jmisc.exp (p *args\n): Rename to ...
10106 (p *args): ... here and remove excessive trailing newline.
10107
f629457d
JB
101082010-05-31 Joel Brobecker <brobecker@adacore.com>
10109
10110 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
10111
09eef106
JK
101122010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
10113
10114 Accept the new Linux kernel "t (tracing stop)" string.
10115 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
10116 Update comment.
10117 (state_wait) <T (tracing stop)>: New.
10118 (main): Update the state_wait expect string.
10119
94f31136
PA
101202010-05-28 Pedro Alves <pedro@codesourcery.com>
10121
10122 * limits.c, limits.exp: Delete files.
10123 * Makefile.in (clean mostlyclean): Adjust.
10124 * tracecmd.exp: Adjust.
10125
096554ab
JK
101262010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10127
10128 * gdb.base/tui-layout.exp: New.
10129
27d3a1a2 101302010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 10131
889bf7c5 10132 * gdb.reverse/break-precsave.exp:
bcd2dc50 10133 Replace uses of send_gdb / gdb_expect.
889bf7c5 10134 * gdb.reverse/break-reverse.exp:
bcd2dc50 10135 Replace uses of send_gdb / gdb_expect.
889bf7c5 10136 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 10137 Replace uses of send_gdb / gdb_expect.
889bf7c5 10138 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 10139 Replace uses of send_gdb / gdb_expect.
889bf7c5 10140 * gdb.reverse/finish-precsave.exp:
bcd2dc50 10141 Replace uses of send_gdb / gdb_expect.
889bf7c5 10142 * gdb.reverse/finish-reverse.exp:
bcd2dc50 10143 Replace uses of send_gdb / gdb_expect.
889bf7c5 10144 * gdb.reverse/i386-precsave.exp:
bcd2dc50 10145 Replace uses of send_gdb / gdb_expect.
889bf7c5 10146 * gdb.reverse/i386-reverse.exp:
bcd2dc50 10147 Replace uses of send_gdb / gdb_expect.
889bf7c5 10148 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 10149 Replace uses of send_gdb / gdb_expect.
889bf7c5 10150 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 10151 Replace uses of send_gdb / gdb_expect.
889bf7c5 10152 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 10153 Replace uses of send_gdb / gdb_expect.
889bf7c5 10154 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 10155 Replace uses of send_gdb / gdb_expect.
889bf7c5 10156 * gdb.reverse/machinestate.exp:
bcd2dc50 10157 Replace uses of send_gdb / gdb_expect.
889bf7c5 10158 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 10159 Replace uses of send_gdb / gdb_expect.
889bf7c5 10160 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 10161 Replace uses of send_gdb / gdb_expect.
889bf7c5 10162 * gdb.reverse/solib-precsave.exp:
bcd2dc50 10163 Replace uses of send_gdb / gdb_expect.
889bf7c5 10164 * gdb.reverse/solib-reverse.exp:
bcd2dc50 10165 Replace uses of send_gdb / gdb_expect.
889bf7c5 10166 * gdb.reverse/step-precsave.exp:
bcd2dc50 10167 Replace uses of send_gdb / gdb_expect.
889bf7c5 10168 * gdb.reverse/step-reverse.exp:
bcd2dc50 10169 Replace uses of send_gdb / gdb_expect.
889bf7c5 10170 * gdb.reverse/until-precsave.exp:
bcd2dc50 10171 Replace uses of send_gdb / gdb_expect.
889bf7c5 10172 * gdb.reverse/until-reverse.exp:
bcd2dc50 10173 Replace uses of send_gdb / gdb_expect.
889bf7c5 10174 * gdb.reverse/watch-precsave.exp:
bcd2dc50 10175 Replace uses of send_gdb / gdb_expect.
889bf7c5 10176 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
10177 Replace uses of send_gdb / gdb_expect.
10178
3def43e0
JK
101792010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10180
10181 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
10182 excessive newline.
10183
27d3a1a2 101842010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
10185
10186 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
10187 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
10188 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
10189 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
10190 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
10191 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
10192 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
10193 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
10194 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
10195 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
10196 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
10197 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
10198 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
10199 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
10200 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
10201 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
10202 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
10203 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
10204 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 10205
27d3a1a2 102062010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 10207
22454424
MS
10208 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
10209 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
10210
10211 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
10212 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
10213 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
10214
889bf7c5 10215 * gdb.reverse/consecutive-reverse.exp:
22454424 10216 Replace uses of send_gdb / gdb_expect.
889bf7c5 10217 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
10218 Replace uses of send_gdb / gdb_expect.
10219
10220 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
10221 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
10222 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 10223 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
10224 Replace uses of send_gdb / gdb_expect.
10225 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
10226 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
10227 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
10228 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
10229 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
10230 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
10231 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
10232 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
10233 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
10234
102352010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 10236
22454424 10237 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 10238
22454424 10239 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 10240
22454424
MS
10241 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
10242 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
10243 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
10244 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
10245 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
10246 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
10247 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
10248 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
10249 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 10250
6e5f2c59
TT
102512010-05-25 Tom Tromey <tromey@redhat.com>
10252
10253 * gdb.base/macscp.exp: Add missing space after setup_kfail.
10254
bbc8b958
TT
102552010-05-25 Tom Tromey <tromey@redhat.com>
10256
10257 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
10258 argument order.
10259 * gdb.base/macscp.exp: Fix setup_kfail argument order.
10260 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
10261 order.
10262 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
10263 order.
10264 * gdb.base/call-sc.exp (setup_kfails): Remove.
10265 (setup_compiler_kfails): Remove.
10266 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
10267 argument order.
10268 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
10269 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
10270 (advancei): Fix setup_kfail argument order.
10271 * gdb.base/radix.exp: Fix setup_kfail argument order.
10272 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
10273 order.
10274 * gdb.base/structs.exp (setup_kfails): Remove.
10275 (setup_compiler_kfails): Fix setup_kfail argument order.
10276 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
10277 order.
10278 * gdb.java/jmain.exp: Fix setup_kfail argument order.
10279 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
10280 setup_kfail argument order.
10281 * gdb.cp/overload.exp: Fix setup_kfail argument order.
10282
83d1babf
TT
102832010-05-25 Tom Tromey <tromey@redhat.com>
10284
10285 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
10286
6acb16a2
MS
102872010-05-25 Michael Snyder <msnyder@vmware.com>
10288
10289 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
10290 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
10291 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
10292 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
10293 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
10294 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
10295 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
10296 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
10297 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
10298 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
10299 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
10300 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
10301 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
10302 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
10303 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
10304 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
10305 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
10306 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
10307 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
10308 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
10309 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
10310 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
10311 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
10312 * gdb.base/default.exp: Replace send_gdb with gdb_test.
10313 * gdb.base/define.exp: Replace send_gdb with gdb_test.
10314 * gdb.base/display.exp: Replace send_gdb with gdb_test.
10315 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
10316 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
10317 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
10318 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
10319 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
10320 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
10321 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
10322 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
10323 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
10324 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
10325 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
10326 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
10327 * gdb.base/help.exp: Replace send_gdb with gdb_test.
10328 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
10329 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
10330 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
10331 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
10332 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
10333 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
10334 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
10335 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 10336 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
10337
103382010-05-25 Doug Evans <dje@google.com>
10339
10340 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
10341 gdb.string_to_argv.
ad3986f0 10342
d3b1e874
TT
103432010-05-21 Tom Tromey <tromey@redhat.com>
10344
10345 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
10346 Call it.
10347 * gdb.dwarf2/pieces.S: Update.
10348 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
10349
cb826367
TT
103502010-05-21 Tom Tromey <tromey@redhat.com>
10351
10352 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
10353 Call it.
10354 * gdb.dwarf2/pieces.c (struct C): New.
10355 (f6): New function.
10356 * gdb.dwarf2/pieces.S: Replace.
10357
74de6778
TT
103582010-05-21 Tom Tromey <tromey@redhat.com>
10359
10360 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
10361 Call it.
10362
afd74c5f
TT
103632010-05-21 Tom Tromey <tromey@redhat.com>
10364
10365 * gdb.dwarf2.pieces.exp: New file.
10366 * gdb.dwarf2.pieces.S: New file.
10367 * gdb.dwarf2.pieces.c: New file.
10368
a7b75dfd 103692010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 10370 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
10371
10372 * lib/gdb.exp (gdb_test_no_output): New function.
10373 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
10374 when testing commands that should produce no output.
10375
c81c812a
JB
103762010-05-17 Joel Brobecker <brobecker@adacore.com>
10377
10378 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
10379 parameter that we want to watch being a constant.
10380
0cce5bd9
JB
103812010-05-17 Joel Brobecker <brobecker@adacore.com>
10382
10383 * gdb.ada/cond_lang: New testcase.
10384
47050449
JB
103852010-05-17 Joel Brobecker <brobecker@adacore.com>
10386
10387 * lib/gdb.exp (banned_variables): New variable/constant.
10388 (gdb_init): Add write trace on variables listed in banned_variables.
10389 (gdb_finish): Remove write traces on variables listed in
10390 banned_variables.
10391
77c01586
JB
103922010-05-17 Joel Brobecker <brobecker@adacore.com>
10393
10394 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
10395 * gdb.cp/koenig.exp: Likewise.
10396
88d4aea7
PM
103972010-05-14 Phil Muldoon <pmuldoon@redhat.com>
10398
889bf7c5 10399 PR python/11482
88d4aea7
PM
10400
10401 * gdb.python/py-value.exp (test_value_hash): New function.
10402
f5a010c0
PM
104032010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
10404
10405 PR exp/11530.
10406 * gdb.base/gdb11530.c: New file.
10407 * gdb.base/gdb11530.exp: New file.
10408
8ef4892f
JK
104092010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10410
10411 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
10412 * gdb.dwarf2/dw2-modula2-self-type.S: New.
10413
7322dca9
SW
104142010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
10415
10416 * gdb.cp/koenig.exp: New test.
10417 * gdb.cp/koenig.cc: New test program.
10418
02e7ea18
JB
104192010-05-05 Joel Brobecker <brobecker@adacore.com>
10420
10421 Remove the use of prms_id and bug_id throughout the testsuite.
10422
e1c34c5d
PM
104232010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
10424
10425 PR exp/11349.
10426 * testsuite/gdb.cp/ref-types.exp: Add test to examine
10427 use a reference local variable.
10428
8e1d0c49
JK
104292010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10430
10431 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
10432 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
10433 variable different_dir. Move debugfile into a full directory pathname
10434 under DIFFERENT_DIR.
10435 * lib/gdb.exp (separate_debug_filename): Remove.
10436 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
10437 variable debug_dir and mkdir of it. Update function comments.
10438
e66408ed
PA
104392010-04-29 Pedro Alves <pedro@codesourcery.com>
10440
10441 PR gdb/11557
10442
10443 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
10444 files.
10445
d7b32ed3
PM
104462010-04-29 Phil Muldoon <pmuldoon@redhat.com>
10447
889bf7c5 10448 * gdb.python/py-param.exp: New File.
d7b32ed3 10449
6aecb9c2
JB
104502010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
10451
10452 * gdb.base/default.exp: Fix "set language" test.
10453
bdf92a1c
PM
104542010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
10455
10456 PR breakpoints/11531.
10457 * gdb.base/gdb11531.c: New file.
10458 * gdb.base/gdb11531.exp: New file.
10459
3f172e24
TT
104602010-04-26 Tom Tromey <tromey@redhat.com>
10461
10462 * gdb.base/completion.exp: Add tests for completion and deprecated
10463 commands.
10464
64af4c92
JK
104652010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10466
10467 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
10468 (print /x char_array): Escape curly brackets.
10469
492928e4
JK
104702010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10471
10472 Fix deadlock on looped list of loaded shared objects.
10473 * gdb.base/solib-corrupted.exp: New.
10474
66d09542
DE
104752010-04-23 Doug Evans <dje@google.com>
10476
10477 * gdb.python/py-section-script.c: New file.
10478 * gdb.python/py-section-script.exp: New file.
10479 * gdb.python/py-section-script.py: New file.
10480
8bd10a10
CM
104812010-04-20 Chris Moller <cmoller@redhat.com>
10482
10483 PR 10179
10484
10485 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
10486 * gdb.base/pr10179-a.c:
10487 * gdb.base/pr10179-b.c:
10488 * gdb.base/pr10179.exp: New files.
10489
c0201579
JK
104902010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10491
10492 Fix crashes on dangling display expressions.
10493 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
10494 is SEP.
10495 (lib_flags): Remove the "debug" keyword.
10496 (libsepdebug): New variable for iterating new loop.
10497 (save_pf_prefix): New variable wrapping the loop.
10498 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
10499 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
10500
793b0ff8
PM
105012010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10502
10503 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
10504
097f51f7
PM
105052010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10506
10507 PR stabs/11479.
10508 * gdb.stabs/gdb11479.exp: New file.
10509 * gdb.stabs/gdb11479.c: New file.
10510
9a22f0d0
PM
105112010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10512
10513 * gdb.base/charset.c (Strin16, String32): New variables.
10514 * gdb.base/charset.exp (gdb_test): Test correct display
10515 of 16 or 32 bit strings.
10516
105172010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
10518
10519 PR 9167
10520 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
10521 * gdb.cp/pr9167.cc: New file.
10522 * gdb.cp/pr9167.exp: New file.
10523
10524
6e354e5e
PM
105252010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
10526
10527 PR pascal/11492.
10528 * gdb.pascal/gdb11492.pas: New file.
10529 * gdb.pascal/gdb11492.exp: New file.
10530
be942545
JB
105312010-04-20 Joel Brobecker <brobecker@adacore.com>
10532
1667e6e3 10533 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 10534
0c3acc09
JB
105352010-04-20 Joel Brobecker <brobecker@adacore.com>
10536
10537 * gdb.ada/dyn_loc: New testcase.
10538
ec31cde5
CM
105392010-04-20 Chris Moller <cmoller@redhat.com>
10540
10541 PR 10867
889bf7c5 10542
ec31cde5
CM
10543 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
10544 * gdb.cp/pr10687.cc: New file.
10545 * gdb.cp/pr10687.exp: New file.
10546
10547
ce4b0682
SDJ
105482010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10549 Sergio Durigan Junior <sergiodj@redhat.com>
10550
10551 * gdb.fortran/logical.exp: New testcase.
10552 * gdb.fortran/logical.f90: New file.
10553
3436961f
DE
105542010-04-19 Doug Evans <dje@google.com>
10555
10556 * gdb.base/help.exp (help source): Update expected output.
10557
4d836c09
JK
105582010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10559
10560 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
10561 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
10562 gdb_exit and return.
10563 (executable): New variable.
10564 (binfile): Use it.
10565
6149aea9
PA
105662010-04-19 Pedro Alves <pedro@codesourcery.com>
10567
10568 PR breakpoints/8554.
10569
10570 * gdb.trace/save-trace.exp: Adjust.
10571
ed41462c
L
105722010-04-17 H.J. Lu <hongjiu.lu@intel.com>
10573
10574 PR corefiles/11511
10575 * gdb.arch/system-gcore.exp: New.
10576 * gdb.arch/gcore.c: Likewise.
10577
3f7b2faa
DE
105782010-04-15 Doug Evans <dje@google.com>
10579
fa33c3cd
DE
10580 * gdb.python/py-progspace.c: New file.
10581 * gdb.python/py-progspace.exp: New file.
10582
3f7b2faa
DE
10583 * gdb.base/source.exp: Add tests for "source -s".
10584
79f283fe
PM
105852010-04-14 Phil Muldoon <pmuldoon@redhat.com>
10586
10587 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
10588 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
10589 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
10590 * gdb.python/py-mi.exp: New test for to_string returning None.
10591
fc8eb08a
PM
105922010-04-12 Phil Muldoon <pmuldoon@redhat.com>
10593
10594 * gdb.python/py-breakpoint.c: Make result global.
10595
26e197f6
JK
105962010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10597
10598 Fix non-GNU make compatibility.
10599 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
10600
adc36818
PM
106012010-04-09 Phil Muldoon <pmuldoon@redhat.com>
10602
10603 * gdb.python/py-breakpoint.exp: New File.
10604 * gdb.python/py-breakpoint.C: Ditto.
10605
64e17368
SS
106062010-04-08 Stan Shebs <stan@codesourcery.com>
10607
10608 * gdb.trace/actions.exp: Clear default-collect.
10609 * gdb.trace/save-trace.exp: Clear default-collect.
10610
fff5cc64
PM
106112010-04-08 Phil Muldoon <pmuldoon@redhat.com>
10612
10613 * gdb.python/py-value: Add null string variable.
10614 (test_lazy_string): Test zero length, NULL address lazy
10615 strings.
10616
a055a187
L
106172010-04-07 H.J. Lu <hongjiu.lu@intel.com>
10618
10619 * gdb.arch/i386-avx.c: New.
10620 * gdb.arch/i386-avx.exp: Likewise.
10621
10622 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
10623
96e39866
DE
106242010-04-06 Doug Evans <dje@google.com>
10625
10626 * gdb.base/source-test.gdb: New file.
10627 * gdb.base/source.exp: Test source -v.
10628
5984a431
UW
106292010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10630
10631 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
10632
ec8a089a
PM
106332010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
10634
10635 * gdb.stabs/aout.sed: Convert all backslash to double backslash
10636 within one line, unless it is followed by a double quote.
10637 * gdb.stabs/hppa.sed: Idem.
10638 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
10639 * gdb.stabs/weird.exp: Check for correct parsing of
10640 char and string constants.
ec8a089a
PM
10641 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
10642 in .stabs to .stabx substitution.
10643
fce3c1f0
SS
106442010-04-05 Stan Shebs <stan@codesourcery.com>
10645
10646 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
10647 constant global.
10648 * gdb.trace/tfile.exp: Try to print them.
10649
d77f58be
SS
106502010-04-04 Stan Shebs <stan@codesourcery.com>
10651
10652 * gdb.base/completion.exp: Update for new "info watchpoints".
10653 * gdb.base/default.exp: Ditto.
10654 * gdb.base/help.exp: Ditto.
10655 * gdb.base/watchpoint.exp: Ditto.
10656 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 10657
af54718e
SS
106582010-04-04 Stan Shebs <stan@codesourcery.com>
10659
10660 * gdb.trace/tfile.exp: Sharpen tfind test.
10661
74d1f91e
JK
106622010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10663
10664 * gdb.base/break-entry.exp: New.
10665
eb8e76db 106662010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 10667 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
10668
10669 * gdb.reverse/i386-sse-reverse.exp: New file.
10670 * gdb.reverse/i386-sse-reverse.c: New file.
10671
bf65cad8
PA
106722010-04-02 Pedro Alves <pedro@codesourcery.com>
10673
10674 * gdb.trace/tfind.exp: Adjust expected disassembly output.
10675
fff87407
SS
106762010-04-01 Stan Shebs <stan@codesourcery.com>
10677
10678 * gdb.trace/actions.exp: Tweak expected output.
10679 * gdb.trace/while-stepping.exp: Tweak expected output.
10680
fe01d668
L
106812010-04-01 H.J. Lu <hongjiu.lu@intel.com>
10682
10683 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
10684
86b17b60
PA
106852010-04-01 Pedro Alves <pedro@codesourcery.com>
10686
10687 * gdb.base/commands.exp: Adjust.
10688 * gdb.cp/extern-c.exp: Adjust.
10689
2c58c0a9
PA
106902010-04-01 Pedro Alves <pedro@codesourcery.com>
10691
10692 * gdb.trace/collection.c (local_test_func): Define a local struct,
10693 and instanciate it.
10694
0db9b91c
PA
106952010-04-01 Pedro Alves <pedro@codesourcery.com>
10696
10697 * gdb.trace/collection.exp (gdb_collect_args_test)
10698 (gdb_collect_argarray_test): XFAIL the tests that assume the
10699 argarray argument's elements are collected.
10700
8072405b
JK
107012010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
10702
10703 * gdb.dwarf2/dw2-bad-parameter-type.exp,
10704 gdb.dwarf2/dw2-bad-parameter-type.S: New.
10705
8bf6485c
SS
107062010-03-31 Stan Shebs <stan@codesourcery.com>
10707
10708 * gdb.trace/save-trace.exp: Test save/restore of default-collect
10709 and tracepoint conditionals.
10710 (gdb_verify_tracepoints): Delete unused return.
10711
fd7f724a
KS
107122010-03-26 Keith Seitz <keiths@redhat.com>
10713
10714 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
10715 appear in the output before main.
10716 Remove KFAIL for gdb/2215 aka bz 9320.
10717
8d9e7719
DE
107182010-03-30 Doug Evans <dje@google.com>
10719
0906dd0b
DE
10720 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
10721 by dejagnu.
10722 * gdb.arch/amd64-dword.exp: Ditto.
10723
8d9e7719
DE
10724 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
10725 match.
10726 (break printf): Ditto.
10727
1da644f0
SW
107282010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
10729
10730 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
10731 gcc < 4.4.
10732 * gdb.cp/shadow.exp: Ditto.
10733
a8121990
PA
107342010-03-29 Pedro Alves <pedro@codesourcery.com>
10735
10736 * gdb.trace/collection.exp (run_trace_experiment): Make sure
10737 "tstart" is silent.
10738
6e79d367
PA
107392010-03-29 Pedro Alves <pedro@codesourcery.com>
10740
10741 * gdb.trace/collection.exp (executable): New.
10742 (binfile): Use it.
10743 (fpreg, spreg, pcreg): New.
10744 (test_register): Use gdb_test_multiple. Pass /x to print.
10745 (prepare_for_trace_test): New.
10746 (run_trace_experiment): Use "continue", not gdb_run_cmd.
10747 (gdb_collect_args_test, gdb_collect_argstruct_test)
10748 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
10749 prepare_for_trace_test.
10750 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
10751 fpreg, spreg and pcreg.
10752 (gdb_collect_expression_test, gdb_collect_globals_test): Use
10753 prepare_for_trace_test.
10754 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
10755 try to detect tracing support here. Don't set breakpoints at
10756 `begin' or `end' here.
10757 <global scope>: Use clean_restart. Run to main before checking
10758 for tracing support. Check for for tracing support here.
10759
09248348
JK
107602010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10761
10762 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
10763 " as $displacement" to "seen displacement message".
10764
d350db38
PA
107652010-03-28 Pedro Alves <pedro@codesourcery.com>
10766
10767 * gdb.trace/while-dyn.exp (executable): New variable.
10768 (binfile): Use it.
10769 (test_while_stepping): New function. Move most tests here. Call
10770 it once for each of the while-stepping, stepping and ws aliases.
10771
907af001
UW
107722010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10773
10774 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
10775 that do not provide the tagless_struct type name at all.
10776 (test_print_anon_union): Do not check value of uninitialized
10777 union member. Do not use cp_test_ptype_class, so we can accept
10778 "long" as well as "long int".
10779
610197fd
PA
107802010-03-26 Pedro Alves <pedro@codesourcery.com>
10781
10782 * gdb.trace/tfile.c (tohex, bin2hex): New.
10783 (write_error_trace_file): Hexify error description.
10784
6c28cbf2
SS
107852010-03-25 Stan Shebs <stan@codesourcery.com>
10786
10787 * gdb.trace/tfile.c: Generate an additional trace file, improve
10788 portability.
10789 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
10790 files in a better way.
10791
e62b8c7e
KS
107922010-03-25 Keith Seitz <keiths@redhat.com>
10793
10794 * gdb.java/jprint.exp: XFAIL printing of static class members
10795 because of GCC debuginfo problem.
10796
82ccf5a5
JK
107972010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10798
10799 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
10800
293e2f9e
DJ
108012010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10802
10803 * gdb.base/completion.exp: Allow long instead of long int.
10804 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
10805 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
10806 variable p.
10807 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
10808 * gdb.base/pointers.exp: Allow long instead of long int.
10809 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
10810 * gdb.base/step-line.exp: Allow a directory before the source file name.
10811
95a42b64
TT
108122010-03-24 Tom Tromey <tromey@redhat.com>
10813
10814 PR breakpoints/9352:
10815 * gdb.base/default.exp: Update.
10816 * gdb.base/commands.exp: Update.
10817 * gdb.cp/extern-c.exp: Test setting commands on multiple
10818 breakpoints at once.
10819
2390201f
DJ
108202010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10821
10822 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
10823 if gdb,nosignals.
10824 * gdb.base/watchpoints.c: Do not include unnecessary headers.
10825 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
10826 exited".
10827
8c9a6790
SS
108282010-03-24 Stan Shebs <stan@codesourcery.com>
10829
10830 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
10831
a6c727b2
DJ
108322010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10833
10834 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
10835 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
10836 argument. Handle "short" and "long".
10837 (Top level): Pass overprototyped output for old_fptr and xptr.
10838
4dfd5423
PA
108392010-03-23 Pedro Alves <pedro@codesourcery.com>
10840
10841 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
10842 format strings and add casts to avoid compiler warnings.
10843
108442010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
10845
10846 * lib/trace-support.exp (gdb_trace_setactions):
10847 Don't expect whitespace after ">" prompt.
10848 * gdb.trace/actions.exp: Adjust for output changes.
10849 * gdb.trace/while-stepping.exp: Likewise.
10850
c847d045
JK
108512010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10852
10853 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
10854 and r157645).
10855
5f717f1d
JK
108562010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10857
10858 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
10859 New.
10860
7d6d51d5
DJ
108612010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
10862
10863 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
10864 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
10865
3b11a015
SS
108662010-03-19 Stan Shebs <stan@codesourcery.com>
10867
10868 * gdb.trace/ax.exp: New file.
10869
d7d158ed
DE
108702010-03-19 Doug Evans <dje@google.com>
10871
6bb85cd1
DE
10872 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
10873 output from gcc.
10874
d7d158ed
DE
10875 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
10876 named /usr/sbin/prelink<foo>.
10877
4daf5ac0
SS
108782010-03-18 Stan Shebs <stan@codesourcery.com>
10879
10880 * gdb.trace/circ.exp: Test circular-trace-buffer.
10881 * gdb.trace/tfile.exp: Update tstatus test.
10882
e8d05480
JB
108832010-03-18 Joel Brobecker <brobecker@adacore.com>
10884
10885 * gdb.dwarf2/dw2-anonymous-func.S: New file.
10886 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
10887
441b986a
UW
108882010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10889
10890 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
10891
4247603b
PA
108922010-03-18 Pedro Alves <pedro@codesourcery.com>
10893
10894 * gdb.base/default.exp: Adjust the expected output of the finish
10895 and until commands when the inferior is not being run.
10896
13387711
SW
108972010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
10898
10899 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
10900 * gdb.cp/nsusing.exp: Ditto.
10901
6e31430b
TT
109022010-03-15 Tom Tromey <tromey@redhat.com>
10903
10904 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
10905 * gdb.cp/userdef.cc (operator==): New function.
10906 (main): New locals mem1, mem2.
10907
e2d69cb5
JZ
109082010-03-15 Jie Zhang <jie@codesourcery.com>
10909
10910 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
10911 Declare and use new loadtimeout variable.
10912
f572f0a9
DJ
109132010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
10914
10915 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
10916 Use gdb_load later.
10917
51f4c0b0
PA
109182010-03-14 Pedro Alves <pedro@codesourcery.com>
10919
10920 * gdb.base/solib-disc.c (main): Make format of fprintf a string
10921 literal. Add missing endlines to prints to stderr.
10922
1c809c68
TT
109232010-03-12 Tom Tromey <tromey@redhat.com>
10924
10925 PR c++/9708:
10926 * gdb.cp/m-static.exp: Add regression test.
10927 * gdb.cp/m-static.cc (method): New method.
10928 (main): Call it.
10929
00ae8fef
SW
109302010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
10931
10932 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
10933 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
10934
759f0f0b
PA
109352010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
10936
21e24d21
PA
10937 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
10938
109392010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
10940
759f0f0b
PA
10941 * lib/gdb.exp (skip_stl_tests): New.
10942 (gdb_compile): Symbian needs -ldl.
10943 (shlib_target_file): New.
10944 (shlib_symbol_file): New.
10945 (gdb_load_shlibs): Use shlib_target_file.
10946 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
10947 * gdb.cp/exception.exp: Use skip_stl_tests.
10948 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
10949 * gdb.cp/try_catch.exp: Use skip_stl_tests.
10950 * gdb.cp/mb-templates.exp: Ditto.
10951 * gdb.base/commands.exp: Relax regexes.
10952 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
10953 shlib_target_file and shlib_symbol_file.
10954 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
10955 sections.
10956 * gdb.base/ending-run.exp: Accept E32Main for symbian.
10957 * gdb.base/solib-disc.exp: Use
10958 shlib_target_file and shlib_symbol_file.
10959 * gdb.base/unload.exp: Don't skip on symbian. Use
10960 shlib_target_file and shlib_symbol_file.
10961 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
10962
6a8f2671 109632010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 10964
6a8f2671
PA
10965 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
10966 * gdb.trace/report.exp: Adjust for x86 and x86_64.
10967 Issue a tfind end before looking for a tracepoint frame.
10968 * gdb.trace/tfind.exp: Adjust tstatus output.
10969 Adjust disassembly output.
10970 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
10971
ccf26247
JK
109722010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10973
10974 * gdb.base/break-interp.exp: Create new displacement parameter value
10975 for the test_ld calls.
10976 (reach): New parameter displacement, verify its content. New push of
10977 pf_prefix "reach-$func:". Import global expect_out.
10978 (test_core): New parameter displacement, verify its content. New push
10979 of pf_prefix "core:". New command "set verbose on". Import global
10980 expect_out.
10981 (test_attach): New parameter displacement, verify its content. New
10982 push of pf_prefix "attach:". New command "set verbose on". Import
10983 global expect_out.
10984 (test_ld): New parameter displacement, pass it to the reach, test_core
10985 and test_attach calls and verify its content in the "ld.so exit" test.
10986 * gdb.base/prelink.exp: Remove gdb_exit and final return.
10987 (prelink): Update expected text, use gdb_test.
10988
e469c7fb
DE
109892010-03-10 Doug Evans <dje@google.com>
10990
10991 * gdb.base/checkpoint.exp: Fix comment.
10992 Lengthen timeout while doing >600 checkpoints test.
10993 Rename duplicate "kill all one" test to keep test names unique.
10994
60e1c644
PA
109952010-03-10 Pedro Alves <pedro@codesourcery.com>
10996
10997 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
10998
cec808ec
KS
109992010-03-08 Keith Seitz <keiths@redhat.com>
11000
889bf7c5
PA
11001 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
11002 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
11003 (dm_type_long): New function.
11004 (dm_type_unsigned_short): New function.
11005 (dm_type_unsigned_long): New function.
11006 (myint): New typedef.
11007 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
11008 long, unsigned shor and long, operator char*, and typedef.
11009 (test_lookup_operator_functions): Add operator char* test.
11010 (test_paddr_operator_functions): Likewise.
11011 (test_paddr_overloaded_functions): Use probe values for
11012 short, long, and unsigned short and long.
11013 (test_paddr_hairy_functions): If the demangler probe detected
11014 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
11015 demangler.
11016 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
11017 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
11018 and "print null_pmf".
11019 Add test "ptype a.*pmf".
11020 * gdb.cp/overload.exp: Allow optional "int" to appear with
11021 "short" and "long".
11022 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
11023 long expect value for men_overload1arg.
11024 Allow "int" to appear with "short" and "long".
11025 When testing "info break", add argument for main (void).
11026 Also allow "int" to appear with "short" and "long".
11027 Ditto with "unsigned" and "long long".
cec808ec
KS
11028 * gdb.java/jmain.exp: Do not enclose methods names in single
11029 quotes.
11030 * gdb.java/jmisc.exp: Likewise.
11031 * gdb.java/jprint.exp: Likewise.
11032 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
11033
11034 From Jan Kratochvil <jan.kratochvil@redhat.com>:
11035 * gdb.cp/exception.exp (backtrace after first throw)
11036 (backtrace after second throw): Allow a namespace before __cxa_throw.
11037 (backtrace after first catch, backtrace after second catch): Allow
11038 a namespace before __cxa_begin_catch.
11039
11040 * gdb.cp/cpexprs.exp: New file.
11041 * gdb.cp/cpexprs.cc: New file.
11042
11043 From Daniel Jacobowitz <dan@codesourcery.com>
11044 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
11045 to use string_to_regexp.
11046 (ctor, dtor): New functions. Use them to match constructor
11047 and destructor function types.
11048 (Top level): Use runto_main.
11049
f870a310
TT
110502010-03-05 Tom Tromey <tromey@redhat.com>
11051
11052 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
11053 gdb.target_charset.
11054 (pp_ns.to_string): Likewise.
11055
0c199f28
KS
110562010-03-04 Keith Seitz <keiths@redhat.com>
11057
11058 * gdb.cp/overload.exp: Test that the filename portion of a linespec
11059 can be quoted. Test that both the filename and function/line
11060 portions can be quoted at the same time.
11061
c7437ca6
PA
110622010-03-04 Pedro Alves <pedro@codesourcery.com>
11063
11064 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
11065
b111b805
DE
110662010-03-03 Doug Evans <dje@google.com>
11067
24486cb7
DE
11068 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
11069 libc contains libpthread.
11070
b111b805
DE
11071 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
11072 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
11073 of gdb_compile. Add another pattern to match android backtrace.
11074
a0e0ef55
TT
110752010-03-03 Tom Tromey <tromey@redhat.com>
11076
11077 PR gdb/11345:
11078 * gdb.base/printcmds.exp (test_printf): Add test.
11079
1ba53b71
L
110802010-03-02 H.J. Lu <hongjiu.lu@intel.com>
11081
11082 * gdb.arch/amd64-byte.exp: New.
11083 * gdb.arch/amd64-dword.exp: Likewise.
11084 * gdb.arch/amd64-pseudo.c: Likewise.
11085 * gdb.arch/amd64-word.exp: Likewise.
11086 * gdb.arch/i386-byte.exp: Likewise.
11087 * gdb.arch/i386-pseudo.c: Likewise.
11088 * gdb.arch/i386-word.exp: Likewise.
11089
f5dff777
DJ
110902010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
11091
11092 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
11093 types. Add structreg, bitfields, and flags registers.
11094 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
11095 registers.
11096
90884b2b
L
110972010-03-01 H.J. Lu <hongjiu.lu@intel.com>
11098
11099 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
11100 (load_description): Set architecture if defined.
11101
dc00d89f
PM
111022010-02-28 Phil Muldoon <pmuldoon@redhat.com>
11103
11104 * gdb.python/py-frame.exp: Add read_var block tests.
11105 * gdb.python/py-frame.c (block): New function.
11106
0e095b7e
JK
111072010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11108 Daniel Jacobowitz <dan@codesourcery.com>
11109
11110 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
11111
624f1a65
DM
111122010-02-25 David S. Miller <davem@davemloft.net>
11113
11114 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
11115 fix logic for setting all_syscalls_numbers.
11116
f3e9a817
PM
111172010-02-24 Phil Muldoon <pmuldoon@redhat.com>
11118
11119 * Makefile.in: Add py-block and py-symbol.
11120 * gdb.python/py-symbol.exp: New File.
11121 * gdb.python/py-symtab.exp: New File.
11122 * gdb.python/py-block.exp: New File.
11123 * gdb.python/py-symbol.c: New File.
11124 * gdb.python/py-block.c: New File.
11125
f6bbabf0
PM
111262010-02-24 Phil Muldoon <pmuldoon@redhat.com>
11127
11128 PR python/11314
11129 * lib/gdb.exp (skip_python_tests): New function.
11130 * gdb.python/py-cmd.exp: Use skip_python_tests.
11131 * gdb.python/py-frame.exp: Likewise.
11132 * gdb.python/py-function.exp: Likewise.
11133 * gdb.python/py-prettyprint.exp: Likewise.
11134 * gdb.python/py-template.exp: Likewise.
11135 * gdb.python/py-type.exp: Likewise.
11136 * gdb.python/py-value.exp: Likewise.
11137
85d721b8
PA
111382010-02-22 Pedro Alves <pedro@codesourcery.com>
11139
11140 PR9605
11141
11142 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
11143
48e32051
TT
111442010-02-19 Tom Tromey <tromey@redhat.com>
11145
11146 PR c++/8693, PR c++/9496:
11147 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
11148 regression tests.
11149
ac9c0048
JK
111502010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11151
11152 Fix compatibility with m68k as.
11153 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
11154 Use only /* comments */.
11155
57bb97a4
UW
111562010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11157
11158 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
11159 * configure: Regenerate.
11160
7d1bf85c
DJ
111612010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
11162
11163 * gdb.python/py-type.exp: Check for Python support.
11164
061b5285
PA
111652010-02-17 Pedro Alves <pedro@codesourcery.com>
11166
11167 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
11168 `regsub' syntax available.
11169
f8a8bc2c
PA
111702010-02-17 Pedro Alves <pedro@codesourcery.com>
11171
11172 * gdb.base/shmain.c (main): Remove printf call.
11173 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
11174 * gdb.base/unload.c (main): Make format of fprintf a string
11175 literal. Add missing endlines to prints to stderr.
11176 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
11177
6f451e5e
TT
111782010-02-17 Tom Tromey <tromey@redhat.com>
11179
11180 * gdb.java/jprint.java (jprint.props): New field.
11181 * gdb.java/jprint.exp (set_lang_java): Add regression test.
11182
12d79008
PA
111832010-02-17 Pedro Alves <pedro@codesourcery.com>
11184
ef801a0e 11185 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
11186 available.
11187
d252f7e5
DJ
111882010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11189
11190 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
11191 creation to support remote host testing.
11192
67bdab6c
DJ
111932010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11194
11195 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
11196 Recognize "command not found".
11197
bb391223
DJ
111982010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11199
11200 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
11201 single-stepping.
11202
70362913
DJ
112032010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11204
11205 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
11206 if arguments are not supported.
11207
493f3c00
DJ
112082010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11209
11210 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
11211 be const or non-const.
11212
8034c749
DJ
112132010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11214
11215 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
11216 mi_send_resuming_command to send -exec-continue.
11217
791dfb64
DJ
112182010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11219
11220 * gdb.base/list.exp (test_list_filename_and_function): Add test
11221 with single quotes.
11222 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
11223 matching.
11224 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
11225 Add KFAIL'd tests for PR gdb/11289.
11226
7c5fe868
DJ
112272010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11228
11229 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
11230
fdc498b8
DJ
112312010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11232
11233 * gdb.base/comp-dir/subdir/dummy.txt: New file.
11234 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
11235 a temporary directory.
11236
b519e2a6
DJ
112372010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11238
11239 * gdb.base/charset.exp: Use a single regular expression to match
11240 show host-charset and show target-charset output.
11241
74164c56
JK
112422010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11243
11244 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
11245 "Illegal process-id" expect string more exact.
11246 (attach to digits-starting nonsense is prohibited): New.
11247
701ed6dc
JK
112482010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11249
11250 * gdb.base/prelink.exp (set verbose on): New.
11251
889bf7c5 112522010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
11253
11254 * mi-reverse.exp: New file. Test for reverse option to the
11255 following MI commands: exec-continue, exec-finish, exec-next,
11256 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 11257
dadf0e9c
JB
112582010-02-09 Joel Brobecker <brobecker@adacore.com>
11259
11260 * gdb.ada/ptype_tagged_param: New testcase.
11261
714f19d5
TT
112622010-02-08 Tom Tromey <tromey@redhat.com>
11263
11264 PR c++/8017:
11265 * gdb.cp/overload.exp: Add tests.
11266 * gdb.cp/overload.cc (struct K): New.
11267 (namespace N): New.
11268 (main): Call new functions.
11269 (K::staticoverload): Define.
11270
889bf7c5 112712010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
11272
11273 PR gdb/10728
11274 * gdb.cp/pr10728-x.h: New file.
11275 * gdb.cp/pr10728-x.cc: New file.
11276 * gdb.cp/pr10728-y.cc: New file.
11277 * gdb.cp/pr10728.exp: New file.
11278 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
11279
889bf7c5 112802010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
11281
11282 PR gdb/9067
11283 * gdb.cp/pr9067.exp: New
11284 * gdb.cp/pr9067.cc: New
11285 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
11286
7b356089
JB
112872010-02-08 Joel Brobecker <brobecker@adacore.com>
11288
11289 * lib/gdb.exp (gdb_test_timeout): New global variable.
11290 Set it to timeout if not already set.
11291 (gdb_init): Reset the value of timeout to gdb_test_timeout.
11292
1be00882
DE
112932010-02-05 Doug Evans <dje@google.com>
11294
11295 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
11296 user.
11297
82856980
SW
112982010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
11299
11300 PR c++/7935:
11301 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
11302
1a334831
TT
113032010-02-04 Tom Tromey <tromey@redhat.com>
11304
11305 * gdb.cp/virtbase.exp: Make test case names unique.
11306
9c3c02fd
TT
113072010-02-02 Tom Tromey <tromey@redhat.com>
11308
11309 * gdb.cp/virtbase.exp: Add regression tests.
11310 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
11311 (main): Instantiate RHC.
11312
0cc2414c
TT
113132010-02-02 Tom Tromey <tromey@redhat.com>
11314
11315 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
11316 type-printing change.
11317
edf3d5f3
TT
113182010-02-02 Tom Tromey <tromey@redhat.com>
11319
11320 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
11321 * gdb.cp/virtbase.cc: New file.
11322 * gdb.cp/virtbase.exp: New file.
11323 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
11324
e4b7f41c
JK
113252010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11326
11327 PR libc/11214:
11328 * gdb.threads/current-lwp-dead.c: Include features.h.
11329 (HAS_NOMMU): New.
11330 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
11331
b381ea14
JK
113322010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11333
11334 * gdb.base/symbol-without-target_section.exp,
11335 gdb.base/symbol-without-target_section.c: New.
11336
c593ac0e
DJ
113372010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11338
11339 * gdb.base/bigcore.exp: Reset increased timeout.
11340 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
11341
db25f29d
DJ
113422010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11343
11344 * gdb.base/gcore.exp (capture_command_output): Use
11345 gdb_test_multiple.
11346
f9d67f43
DJ
113472010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11348
11349 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
11350 * gdb.arch/thumb2-it.exp (test_it_break): New function.
11351 (Top level): Call it.
11352
177321bd
DJ
113532010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11354
11355 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
11356
97f2ed50
DJ
113572010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11358
11359 * gdb.base/call-strs.exp, gdb.base/default.exp,
11360 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
11361 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
11362 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
11363 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
11364 gdb.base/watchpoint-solib.exp: Save and restore timeout.
11365 * gdb.base/ending-run.exp: Correct restore of timeout.
11366 * gdb.base/page.exp: Remove unnecessary timeout setting.
11367
e4e2711a
JB
113682010-01-29 Joel Brobecker <brobecker@adacore.com>
11369
11370 * gdb.ada/rec_return: New testcase.
11371
ba581dc1
JB
113722010-01-29 Joel Brobecker <brobecker@adacore.com>
11373
11374 * gdb.ada/call_pn: New testcase.
11375
4ea95be9
DJ
113762010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
11377
11378 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
11379 (Top level): Use it to resume.
11380 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
11381 the Thumb mode displaced stepping error as unsupported.
11382
df83a9bf
SW
113832010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
11384
889bf7c5
PA
11385 * gdb.cp/nsusing.exp: Added more tests.
11386 * gdb.cp/nsrecurs.exp: Ditto.
11387 * gdb.cp/nsusing.cc: Added test functions.
11388 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 11389
40b27cdc
JK
113902010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11391
11392 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
11393 absolute directory pathnames in gdb.sum file.
11394
de958931
SW
113952010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
11396
11397 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
11398 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
11399
708ead4e
TT
114002010-01-26 Tom Tromey <tromey@redhat.com>
11401
11402 PR exp/7643:
11403 * gdb.base/printcmds.exp (test_print_string_constants): Remove
11404 setup_kfail.
11405
b14e635e
SW
114062010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
11407
11408 * gdb.cp/nsrecurs.exp: New test.
11409 * gdb.cp/nsrecurs.cc: New test program.
11410 * gdb.cp/nsstress.exp: New test.
11411 * gdb.cp/nsstress.cc: New test program.
11412 * gdb.cp/nsdecl.exp: New test.
11413 * gdb.cp/nsdecl.cc: New test program.
11414
8540c487
SW
114152010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
11416
11417 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
11418 imported into file scope.
11419 Marked test as xfail.
11420 * gdb.cp/namespace-using.cc (marker5): New function.
11421 * gdb.cp/shadow.exp: New test.
11422 * gdb.cp/shadow.cc: New test program.
11423 * gdb.cp/nsimport.exp: New test.
11424 * gdb.cp/nsimport.cc: New test program.
11425
421d5d99
TT
114262010-01-25 Tom Tromey <tromey@redhat.com>
11427
11428 PR gdb/11049:
11429 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
11430 with "set print null-stop on".
11431
691f8dc1
JK
114322010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11433
11434 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
11435 Adjust it for DISASSEMBLY_OMIT_FNAME.
11436
0b92b5bb
TT
114372010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11438
11439 PR symtab/11199:
11440 * gdb.dwarf2/member-ptr-forwardref.exp,
11441 gdb.dwarf2/member-ptr-forwardref.S: New.
11442
23787403
JK
114432010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11444
11445 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
11446 (thread1_func): Protect thread1_tid with thread1_tid_cond by
11447 thread1_tid_mutex. Remove gdbstop_mutex handling.
11448 (thread2_func): Protect thread2_tid with thread2_tid_cond by
11449 thread2_tid_mutex. Remove gdbstop_mutex handling.
11450 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
11451 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
11452 pthread_cond_wait conditionalizations by while loops.
11453
b966cb8a
TT
114542010-01-20 Tom Tromey <tromey@redhat.com>
11455
11456 PR backtrace/10770:
11457 * gdb.dwarf2/pr10770.exp: New file.
11458 * gdb.dwarf2/pr10770.c: New file.
11459 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
11460
fcae584b
VP
114612010-01-20 Vladimir Prus <vladimir@codesourcery.com>
11462
11463 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
11464 that target was removed, and the test always runs native anyway.
11465
a0f49112
JK
114662010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11467
11468 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
11469 gdb.base/watchpoint-cond-gone-stripped.c: New.
11470
ceeb3d5a
TT
114712010-01-19 Tom Tromey <tromey@redhat.com>
11472
11473 PR c++/8000:
11474 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
11475 existing tests.
11476 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
11477 (main): Use AAA::SomeEnum.
11478
dd322c54
JK
114792010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11480
11481 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
11482 (test_ignore_count): Declare line_callme_body global.
11483 (run to breakpoint with ignore count): Use line_callme_body.
11484 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
11485 (set line_main_hello, set line_main_return): Reindent.
11486 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
11487 New.
11488 (continue to callee4): Use line_callee4_body.
11489 (check *stopped from CLI command): Use line_callee4_next.
11490 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
11491 (set line_main_hello, set line_main_return): Reindent.
11492 (set line_callee4_head, set line_callee4_body): New.
11493 (continue to callee4): Use line_callee4_body.
11494
4e8f195d
TT
114952010-01-18 Tom Tromey <tromey@redhat.com>
11496
11497 PR c++/9680:
11498 * gdb.cp/casts.cc: Add new classes and variables.
11499 * gdb.cp/casts.exp: Test new operators.
11500
9e14a9ba
JB
115012010-01-18 Tom Tromey <tromey@redhat.com>
11502 Thiago Jung Bauermann <bauerman@br.ibm.com>
11503
11504 * gdb.python/source2.py: New file.
11505 * gdb.python/source1: New file.
11506 * gdb.python/python.exp: Test "source" command.
11507
00bf0b85
SS
115082010-01-15 Stan Shebs <stan@codesourcery.com>
11509
11510 * gdb.trace/tfile.c: New file.
11511 * gdb.trace/tfile.exp: New file.
889bf7c5 11512
55235ad7
JK
115132010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11514
11515 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
11516
9f2982ff
JK
115172010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11518
11519 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
11520
bbfba9ed
JK
115212010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11522
11523 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
11524 (libfunc): New parameter action. Implement also selectable "sleep".
11525 * gdb.base/break-interp-main.c: Include assert.h.
11526 (libfunc): New parameter action.
11527 (main): New parameters argc and argv. Assert argc. Pass argv.
11528 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
11529 (test_attach): New proc.
11530 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
11531 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
11532
61f0d762
JK
115332010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11534
11535 * gdb.base/break-interp.exp (test_core): New proc.
11536 (test_ld): Call it.
11537
06a6f270
JK
115382010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11539
11540 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
11541 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
11542 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
11543 and gdb_compile_shlib. Use new -Wl compiler options.
11544 (dl bt, main bt): New tests.
11545
51bee8e9
JK
115462010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11547
11548 Support PIEs with no symfile_objfile.
11549 * gdb.base/break-interp.exp: New argument at the test_ld calls.
11550 (test_ld): New parameter trynosym.
11551 (test_ld <$trynosym>): New block.
11552
b8040f19
JK
115532010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11554
11555 * gdb.base/break-interp.exp: New file.
11556
be759fcf
PM
115572010-01-13 Phil Muldoon <pmuldoon@redhat.com>
11558
11559 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
11560 * gdb.python/py-prettyprint.py (pp_ls): New printer.
11561 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
11562 test.
11563 * gdb.python/py-prettyprint.c: Define lazystring test structure.
11564 * gdb.python/py-mi.exp: Add lazy string test.
11565
dc146f7c
VP
115662010-01-13 Vladimir Prus <vladimir@codesourcery.com>
11567
11568 * lib/mi-support.exp (mi_check_thread_states): Handle
11569 core number in thread listing.
11570
b4ba55a1
JB
115712010-01-12 Joel Brobecker <brobecker@adacore.com>
11572
11573 * gdb.base/maint.exp: Adjust the expected output for the
11574 "maint print type" test. Use gdb_test_multiple instead of
11575 gdb_sent/gdb_expect.
11576
08e24bd4
DE
115772010-01-11 Doug Evans <dje@google.com>
11578
6496a609
DE
11579 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
11580 from gdbserver_download. All callers updated.
11581
08e24bd4
DE
11582 * gdb.server/ext-run.exp: "info os processes" requires xml support.
11583
b5cfddf5
JK
115842010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11585
11586 Implement binary numbers parsing.
11587 * gdb.base/printcmds.exp (test_integer_literals_accepted)
11588 (test_integer_literals_rejected): New binary tests.
11589
3725885a
RW
115902010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11591
11592 * gdb.cell/configure: Regenerate.
11593
37aeb5df
JK
115942010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11595
11596 * gdb.base/corefile.exp: Move the core finding block out and call it as
11597 core_find, new variable $corefile, replace corefile by $corefile and
11598 [file tail $corefile] for usage vs. test names resp.
11599 * lib/gdb.exp (core_find): Move it as a new function here. New
11600 parameter binfile and deletefiles. New variable $destcore. Pre-delete
11601 $destcore. Return "" on error.
11602
d521f563
JK
116032010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11604
11605 Workaround PR binutils/10802.
11606 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
11607 (twice).
11608
28f24826
DJ
116092010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
11610
11611 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
11612
2de75e71
JB
116132010-01-08 Joel Brobecker <brobecker@adacore.com>
11614
11615 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
11616 call, to avoid interruption.
11617
fe00719b 116182010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
11619
11620 * gdb.stabs/weird.def (args93): New.
11621
d0ef5df8
DE
116222010-01-07 Doug Evans <dje@google.com>
11623
11624 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
11625
3a08d52f
TT
116262010-01-07 Tom Tromey <tromey@redhat.com>
11627
11628 * gdb.base/source.exp: Use correct line number.
11629
7a697b8d
SS
116302010-01-05 Stan Shebs <stan@codesourcery.com>
11631
11632 * gdb.trace/tracecmd.exp: Test ftrace.
11633
7803799a
UW
116342010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11635
11636 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
11637
c54eabfa
JK
116382010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11639
11640 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
11641 "uint_for_mi_testing".
11642
02e7ef19
JB
116432010-01-01 Joel Brobecker <brobecker@adacore.com>
11644
11645 Test indented comment in file being sourced.
11646 * gdb.base/commands.exp: Test indented comment in file being sourced.
11647
abd775ce
JB
116482010-01-01 Joel Brobecker <brobecker@adacore.com>
11649
11650 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
11651 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
11652 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
11653 notice.
11654
79b55b82
JB
116552010-01-01 Joel Brobecker <brobecker@adacore.com>
11656
11657 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
11658 notice.
11659
8997583e
JK
116602010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11661
11662 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
11663 missing $after_stopped and comma (,) expectation.
11664
6da95a67
SS
116652009-12-31 Stan Shebs <stan@codesourcery.com>
11666
11667 * gdb.trace/actions.exp: Test teval action.
889bf7c5 11668
218d2fc6
TJB
116692009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
11670
11671 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
11672 (top level): Call test_watchpoint_in_big_blob.
11673 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
11674 watchpoints.
11675 (func3): Write to buf.
11676
236f1d4d
SS
116772009-12-29 Stan Shebs <stan@codesourcery.com>
11678
11679 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 11680
f61e138d
SS
116812009-12-28 Stan Shebs <stan@codesourcery.com>
11682
11683 * gdb.trace/tsv.exp: New file.
11684 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 11685
0219b378
DJ
116862009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
11687
11688 * gdb.base/find.c (main): Reference search buffers.
11689 * gdb.base/included.c (main): Reference integer.
11690 * gdb.base/ptype.c (charfoo): Declare.
11691 (intfoo): Call charfoo.
11692 * gdb.base/scope0.c (useitp): New function.
11693 (usestatics): Use useitp.
11694 (useit): Add a type for val.
11695 * gdb.base/scope1.c (useit1): Take a pointer argument.
11696 (usestatics1): Update calls to useit1.
11697 * gdb.cp/call-c.cc: Declare foo.
11698 (main): Call foo.
11699 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
11700 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
11701 (main): Call C::ensureRefs and ensureOtherRefs.
11702 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
11703 variables.
11704 (ensureOtherRefs): New function.
11705 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
11706 * gdb.cp/templates.cc (main): Call t5i.value.
11707
3f78692f
JK
117082009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11709
11710 Fix compatibility with G++-4.5.
11711 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
11712 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
11713 (uncaught return): Remove.
11714
429374b8
JK
117152009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11716 Phil Muldoon <pmuldoon@redhat.com>
11717
11718 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
11719 (bp_location13, bp_location14, bp_location17, bp_location18)
11720 (marker3_proto, marker4_proto): New variables.
11721 (breakpoint info): Update output.
11722 (run until breakpoint at marker3, run until breakpoint at marker4): New
11723 tests.
11724
859825b8
JK
117252009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11726
11727 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
11728 Replace the printf call of Y by provided "y-set-1" label. New block
11729 for the second shared library.
11730 * gdb.base/unload.exp: Compile also the second library, call
11731 gdb_load_shlibs also for it. Use now gdb_breakpoint.
11732 (single pending breakpoint info): Rename to ...
11733 (pending breakpoint info before run): ... this extended test.
11734 (libfile2, libname2, libsrcfile2, libsrc2)
11735 (lib_sl2): New variables.
11736 (exec_opts): Set also SHLIB_NAME2.
11737 (pending breakpoint info on first run at shrfunc1)
11738 (pending breakpoint info on second run at shrfunc1)
11739 (pending breakpoint info on second run at shrfunc2)
11740 (print y from libfile, print y from libfile2): New tests.
11741 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
11742 * gdb.base/unloadshr2.c: New.
11743
e6a386cd
HZ
117442009-12-22 Hui Zhu <teawater@gmail.com>
11745
11746 * gdb.reverse/sigall-reverse.exp: Adjust.
11747
9e19b45e
VP
117482009-12-21 Vladimir Prus <vladimir@codesourcery.com>
11749
11750 PR gdb/10884
11751
11752 * gdb.mi/var-cmd.c (do_bitfield_tests): New
11753 (main): Call do_bitfield_tests.
aacf5b1e 11754 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 11755
d53a7b30
JB
117562009-12-20 Joel Brobecker <brobecker@adacore.com>
11757
11758 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
11759 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
11760 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
11761 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
11762 gdb.modula2/unbounded1.c: Update copyright header.
11763
191ca0a1
CM
117642009-12-10 Chris Moller <moller@mollerware.com>
11765
11766 PR gdb/9399
11767 * gdb.cp/virtfunc2.exp: New tests
11768 * gdb.cp/virtfunc2.cc: New tests
11769 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
11770
0fa6cf1b
MS
117712009-12-10 Oza Pawandeep (paawan1982@yahoo.com
11772
11773 * gdb.reverse/i387-env-reverse.c: New file.
11774 * gdb.reverse/i387-env-reverse.exp: New file.
11775 * gdb.reverse/i387-stack-reverse.c: New file.
11776 * gdb.reverse/i387-stack-reverse.exp: New file.
11777
361ae042
PM
117782009-12-08 Phil Muldoon <pmuldoon@redhat.com>
11779
11780 * gdb.python/py-type.exp (test_range): New test.
11781
bfd31e71
PM
117822009-12-03 Phil Muldoon <pmuldoon@redhat.com>
11783
11784 PR python/10805
11785
11786 * gdb.python/py-type.exp: New file.
11787 * gdb.python/py-type.c: New file.
11788 * Makefile.in: Add py-type.
11789
57a1d736
TT
117902009-12-03 Tom Tromey <tromey@redhat.com>
11791
11792 * gdb.python/py-value.exp (test_parse_and_eval): New
11793 function.
11794
1f3b5d1b
PP
117952009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
11796
11797 PR gdb/11022
11798
11799 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
11800 * gdb.base/pr11022.c: New test.
11801
8b7dbdc9
JK
118022009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11803
11804 Fix spurious false FAILs.
11805 * gdb.base/structs.c (chartest): New.
11806 (main): Fill-in chartest.
11807 * gdb.base/structs.exp (anychar_re, first): New.
11808 (start_structs_test): Import global anychar_re and first.
11809 New gdb_test call "set print elements 300; ${testfile}"
11810 (start_structs_test <$first>): New block.
11811 (any): Import global anychar_re. New variable ac. Use ${ac}.
11812
6a53b2ec
JK
118132009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11814
11815 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
11816
d7167b4c
JK
118172009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11818
11819 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
11820 Force $srcfile file.
11821 * gdb.base/foll-fork.c (callee): Comment out the printf call.
11822
b1798462
UW
118232009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11824
11825 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
11826 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
11827 * gdb.threads/watchthreads-reorder.exp: Likewise.
11828
b6199126
DJ
118292009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
11830
11831 PR gdb/8704
11832
11833 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
11834 "if", and "thread". Correct matching in the previous test.
11835
b22a0510
DJ
118362009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
11837
11838 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
11839
930636d2
MS
118402009-11-23 Michael Snyder <msnyder@vmware.com>
11841
11842 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
11843 * gdb.reverse-watch-precsave.exp: Ditto.
11844
21a0512e
PP
118452009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
11846
11847 * gdb.asm/asm-source.exp: Adjust.
11848 * gdb.base/help.exp: Adjust.
889bf7c5 11849
fc30d5e0
PA
118502009-11-22 Pedro Alves <pedro@codesourcery.com>
11851
11852 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
11853 (do_syscall_tests_without_xml): Set data-directory to
11854 /the/path/to/nowhere.
11855
f6bc2008
PA
118562009-11-21 Pedro Alves <pedro@codesourcery.com>
11857
11858 * gdb.threads/local-watch-wrong-thread.c,
11859 gdb.threads/local-watch-wrong-thread.exp: New files.
11860
8c2fb5de
PA
118612009-11-21 Pedro Alves <pedro@codesourcery.com>
11862
11863 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
11864 assume new `regsub' syntax available.
11865
ebec9a0f
PA
118662009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11867
a79d3c27
JK
11868 * gdb.base/watchpoint-hw-hit-once.exp,
11869 gdb.base/watchpoint-hw-hit-once.c: New.
11870
118712009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11872
11873 * gdb.threads/watchthreads-reorder.exp,
11874 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 11875
276a961b
MK
118762009-11-17 Nathan Sidwell <nathan@codesourcery.com>
11877
11878 * gdb.xml/tdesc-regs.exp: Use for m68k.
11879
4867c1fb
PA
118802009-11-15 Pedro Alves <pedro@codesourcery.com>
11881
11882 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
11883
f6838f81
DJ
118842009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11885
11886 * lib/gdb.exp (current_target_name): New procedure.
11887 (gdb_wrapper_target): New variable.
11888 (gdb_wrapper_init): Set gdb_wrapper_target.
11889 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
11890 wrapper.
11891
4ac4dd3f
DJ
118922009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11893
11894 * gdb.base/remote.exp: Delete the slowest load test.
11895 Do not load with fixed packet sizes.
11896
a7881759
DJ
118972009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11898
11899 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
11900
97a5b505
DJ
119012009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11902
11903 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
11904 srcfile when setting a breakpoint.
11905
d3e1fc54
DJ
119062009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
11907
11908 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
11909 macros.
11910
7cbcbded
DJ
119112009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11912
11913 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
11914 to be in memory.
11915 * gdb.base/display.c (force_mem): New.
11916 (do_loops): Use it. Add breakpoint comments.
11917 (do_vars): Add a breakpoint comment.
11918 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
11919 line numbers.
11920
bdea3a92
NF
119212009-11-13 Nathan Froyd <froydnj@codesourcery.com>
11922
11923 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
11924 instead of a bare "run".
11925
269f82e5
PP
119262009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
11927
11928 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 11929
a69b7d9d
DJ
119302009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11931
11932 * lib/cell.exp (skip_cell_tests): Clean up test files before
11933 returning.
11934
b598bfda
DJ
119352009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11936
11937 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
11938 and the breakpoint menu. Do not call perror if a prompt is seen.
11939 Consume the following GDB prompt.
11940 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
11941 * gdb.cp/namespace.exp: Use gdb_test.
11942 * gdb.cp/templates.exp: Use gdb_test.
11943 (test_template_breakpoints): Use gdb_test_multiple.
11944
87728fa0
DJ
119452009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11946
11947 * gdb.base/break1.c (struct some_struct, values): Move earlier.
11948 (marker4): Reference values.
11949
b67c692f
DJ
119502009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11951
11952 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
11953 is missing.
11954
f0df251a
DJ
119552009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11956
11957 * gdb.base/break.c (need_malloc): New.
11958 * gdb.base/constvars.c (main): Reference crass and crisp.
11959 * gdb.base/gdb1821.c (main): Reference bar.
11960 * gdb.cp/gdb1355.cc (main): Reference s1.
11961 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
11962 (main): Call them.
11963 * gdb.cp/hang2.cc (dummy2): Define.
11964 * gdb.cp/hang3.cc (dummy3): Define.
11965 * gdb.cp/m-data.cc (main): Reference shadow.
11966
bdf7534a
NF
119672009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11968 Nathan Froyd <froydnj@codesourcery.com>
11969
11970 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
11971 remote host.
11972
f24fce77
NF
119732009-11-12 Nathan Froyd <froydnj@codesourcery.com>
11974
11975 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
11976 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
11977 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11978 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11979 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11980 * gdb.dwarf2/dw2-producer.exp: Likewise.
11981 * gdb.dwarf2/mac-fileno.exp: Likewise.
11982 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
11983 py-prettyprint.py to the remote host.
11984 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
11985
40f0318e
KS
119862009-11-11 Keith Seitz <keiths@redhat.com>
11987
11988 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
11989 use it instead of "Foo".
11990 * gdb.cp/classes.exp (do_tests): Add a test to access
11991 a method through a typedef'd class name.
11992
f3d9f7fb
NF
119932009-11-11 Nathan Froyd <froydnj@codesourcery.com>
11994
11995 * gdb.base/long_long.exp: Permit leading zeros on floating-point
11996 exponents.
11997 * gdb.base/pointers.exp: Likewise.
11998 * gdb.cp/ref-types.exp: Likewise.
11999
a4216f37
KS
120002009-11-11 Keith Seitz <keiths@redhat.com>
12001
12002 * gdb.cp/cplusfuncs.cc (class foo): Add operators
12003 new[] and delete[].
12004 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
12005 "void".
12006 (probe_demangler): Remove all single-quoting of
12007 method and variable names.
12008 (info_func_regexp): Remove the word "void" from any
12009 occurrence of "(void)".
12010 (print_addr_2): Remove all single-quoting of
12011 method names.
12012 (print_addr_2_kfail): Likewise.
12013 (print_addr): Single-quote C function names before
12014 passing to print_addr_2.
12015 (test_paddr_operator_functions): Remove single-quoting
12016 for method names.
12017 Add tests for operator new[] and operator delete[].
12018
9b14d7aa
JK
120192009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12020
12021 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
12022
85feb311
KS
120232009-11-09 Keith Seitz <keiths@redhat.com>
12024
12025 * gdb.cp/overload.exp: Add tests for resolving overloaded
12026 methods in expression parsing/evaluation.
12027
fa335448
DJ
120282009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
12029
12030 * lib/gdb.exp (default_gdb_version): Use --version instead of
12031 --command.
12032
ec3c07fc
NS
120332009-11-10 Nathan Sidwell <nathan@codesourcery.com>
12034
12035 * lib/gdb.exp (gdb_compile_test): New.
12036 (skip_ada_tests, skip_java_tests): New.
12037 (gdb_compile): Use gdb_compile_test for f77.
12038 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
12039 * lib/java.exp (compile_java_from_source): Remove runtests check,
12040 use gdb_compile_test to record result.
12041 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
12042 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
12043 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
12044 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
12045 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
12046 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
12047 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
12048 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
12049 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
12050 adjust gdb_compile invocations.
12051
b8b4e42b
JK
120522009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12053
12054 * Makefile.in (abs_builddir): New.
12055 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
12056 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
12057 `$(abs_builddir)/site.exp'.
12058
f8b7eaf3
DJ
120592009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
12060
12061 * config/m68k-emc.exp, lib/emc-support.exp,
12062 gdb.trace/gdb_c_test.c: Delete.
12063 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
12064 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
12065 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12066 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
12067 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12068 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
12069 casing for m68k-*-elf.
12070
c4187697
NS
120712009-11-03 Pedro Alves <pedro@codesourcery.com>
12072
12073 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
12074 * gdb.arch/i386-prologue.exp: Likewise.
12075 * gdb.arch/i386-unwind.exp: Likewise.
12076
db16b772
DJ
120772009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
12078
12079 * lib/gdb.exp (gdb_expect): Fix timeout typo.
12080
bcf71277
DJ
120812009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
12082
12083 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
12084
0105cee2
DJ
120852009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
12086
12087 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
12088
24ddea62
JK
120892009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12090
12091 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
12092
287ccc17
JK
120932009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12094
12095 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
12096 * gdb.base/sepdebug2.c: New file.
12097
08bca259 120982009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
12099
12100 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
12101 the modified warnings for catch syscall. Verify if GDB was compiled
12102 with support for lib expat, and choose which tests to run depending
12103 on this.
12104
5d4e2b76
VP
121052009-10-30 Vladimir Prus <vladimir@codesourcery.com>
12106
12107 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
12108 that composite commands are parsed OK. And also test
12109 that breakpoint commands do work.
12110
240e538a
MS
121112009-10-23 Michael Snyder <msnyder@vmware.com>
12112
12113 gdb.reverse/consecutive-precsave.exp: Change expect pattern
12114 to allow for new disassembly style.
12115
9c419145
PP
121162009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
12117
12118 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 12119
02506ff1
MS
121202009-10-22 Michael Snyder <msnyder@vmware.com>
12121
12122 * gdb.reverse/break-precsave.exp: New test.
12123 * gdb.reverse/consecutive-precsave.exp: Ditto.
12124 * gdb.reverse/finish-precsave.exp: Ditto.
12125 * gdb.reverse/i386-precsave.exp: Ditto.
12126 * gdb.reverse/machinestate-precsave.exp: Ditto.
12127 * gdb.reverse/sigall-precsave.exp: Ditto.
12128 * gdb.reverse/solilb-precsave.exp: Ditto.
12129 * gdb.reverse/step-precsave.exp: Ditto.
12130 * gdb.reverse/until-precsave.exp: Ditto.
12131 * gdb.reverse/watch-precsave.exp: Ditto.
12132
4cf866a3
MS
121332009-10-22 Michael Snyder <msnyder@vmware.com>
12134
12135 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
12136 for gdb_expect. Adjust one test's expect strings for the new
12137 format of disassemble.
12138 * gdb.reverse/finish-reverse.exp: Delete 'return'.
12139 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
12140 gdb_test_multiple.
12141 * gdb.reverse/step-reverse.exp: Delete 'return'.
12142 * gdb.reverse/until-reverse.exp: Delete blank lines.
12143 * gdb.reverse/watch-reverse.exp: Delete blank lines.
12144
2b28d209
PP
121452009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
12146
12147 * gdb.base/consecutive.exp: Adjust.
12148 * gdb.base/display.exp: Likewise.
12149 * gdb.base/pc-fp.exp: Likewise.
12150 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 12151
33b9c32b
MS
121522009-10-19 Michael Snyder <msnyder@vmware.com>
12153
12154 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
12155 * gdb.reverse/finish-reverse.c: Ditto.
12156 * gdb.reverse/sigall-reverse.c: Ditto.
12157 * gdb.reverse/solib-reverse.c: Ditto.
12158 * gdb.reverse/step-reverse.c: Ditto.
12159 * gdb.reverse/watch-reverse.c: Ditto.
12160
6c95b8df
PA
121612009-10-19 Pedro Alves <pedro@codesourcery.com>
12162 Stan Shebs <stan@codesourcery.com>
12163
12164 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
12165 * gdb.base/foll-exec.exp: Adjust to expect a process id before
12166 "Executing new program".
12167 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
12168 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
12169 left listed after having been killed.
12170 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
12171 * gdb.base/maint.exp: Adjust test.
12172
12173 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
12174 * gdb.multi/Makefile.in: New.
12175 * gdb.multi/base.exp: New.
12176 * gdb.multi/goodbye.c: New.
12177 * gdb.multi/hangout.c: New.
12178 * gdb.multi/hello.c: New.
12179 * gdb.multi/bkpt-multi-exec.c: New.
12180 * gdb.multi/bkpt-multi-exec.exp: New.
12181 * gdb.multi/crashme.c: New.
12182
279017b7
TG
121832009-10-13 Tristan Gingold <gingold@adacore.com>
12184
12185 * gdb.base/sepdebug.exp: Check debug info are found.
12186
0413d738
PA
121872009-10-08 Pedro Alves <pedro@codesourcery.com>
12188
12189 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
12190 bits.
12191
c628eecc
JK
121922009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12193
12194 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
12195
38af1bfe
JB
121962009-10-07 Joel Brobecker <brobecker@adacore.com>
12197
12198 * gdb.base/watchpoints.c: Add copyright header. Reformat one
12199 of the comments.
12200
2b0adecd
PM
122012009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
12202
12203 * gdb.base/annota1.exp: Remove obsolete match_max increase.
12204 * gdb.base/annota3.exp: Idem.
12205 * gdb.base/maint.exp: Idem.
12206
8d417781
PM
122072009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
12208
889bf7c5 12209 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
12210 to default.
12211
bb61102d
PM
122122009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
12213
889bf7c5 12214 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
12215 mingw and cygwin targets.
12216
ace5c364
PM
122172009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
12218 Pedro Alves <pedro@codesourcery.com>
12219
889bf7c5 12220 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
12221 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
12222
c2d494a0
PM
122232009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
12224
e1b52ce2
PM
12225 * gdb.base/shr1.c: Use %p in format string.
12226 * gdb.base/unload.c: Avoid warning in fprintf.
12227 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 12228
209f53f5
PM
122292009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
12230
12231 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
12232 long type.
12233 (test_unlink): Correct printf string.
12234 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
12235 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
12236
8172766a
JK
122372009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12238
12239 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
12240 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
12241 * gdb.arch/ia64-breakpoint-shadow.S: New file.
12242
0f73703c
UW
122432009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12244
12245 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
12246 * gdb.objc/nondebug.exp: Likewise.
12247
b32306ca
UW
122482009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12249
12250 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
12251 target_info setting.
12252
12253 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
12254 that detect new threads during "info threads".
12255
0057022f
UW
122562009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12257
12258 * gdb.threads/manythreads.c (main): Increase thread stack size
12259 to 2*PTHREAD_STACK_MIN.
12260 * gdb.threads/multi-create.c (main): Likewise.
12261 (create_function): Likewise.
12262
f29c0325
UW
122632009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12264
12265 * gdb.base/dump.exp: Pass difference of pointer types instead
12266 of integer types as offset to restore in intarr3.srec case.
12267
fcb34849
UW
122682009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12269
12270 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
12271
d5142e3b
UW
122722009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12273
12274 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
12275
087b74b2 122762009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 12277
087b74b2
PM
12278 New test for two watchpoints, with disabling of
12279 the first inserted.
12280 * testsuite/gdb.base/watchpoints.c: New file.
12281 * testsuite/gdb.base/watchpoints.exp: New file.
12282
96c07c5b
TT
122832009-09-25 Tom Tromey <tromey@redhat.com>
12284
12285 * gdb.base/charset.exp: Test utf-16 strings with Python.
12286
b8899f2b
TT
122872009-09-25 Tom Tromey <tromey@redhat.com>
12288
12289 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
12290 UCS-4.
12291 * gdb.base/charset.c (utf_32_string): Rename.
12292 (init_utf32): Rename.
12293 (main): Update.
12294
329719ec
TT
122952009-09-22 Tom Tromey <tromey@redhat.com>
12296
12297 * gdb.python/py-function.exp: Add regression tests.
12298
11ef0d76
KS
122992009-09-21 Keith Seitz <keiths@redhat.com>
12300
12301 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
12302 with invalid operator.
12303
3fe8f3b3
KS
123042009-09-21 Keith Seitz <keiths@redhat.com>
12305
12306 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
12307 and destructor using typedef name of class.
12308 * gdb.cp/classes.cc (class Base1): Add a destructor.
12309 (base1): New typedef.
12310 (use_methods): Instanitate an object of type base1.
12311 * gdb.cp/templates.exp (test_template_typedef): New procedure.
12312 (do_tests): Call test_template_typedef.
12313 * gdb.cp/templates.cc (Baz::~Baz): New method.
12314 (intBazOne): New typedef.
12315 (main): Instantiate intBazOne.
12316
7a9fe101
PM
123172009-09-21 Phil Muldoon <pmuldoon@redhat.com>
12318
12319 PR python/10633
12320
12321 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
12322 Function.
12323 (run_lang_tests): Add print elements test.
12324
2e4d963f
PM
123252009-09-21 Phil Muldoon <pmuldoon@redhat.com>
12326
12327 * gdb.python/py-value.exp (test_subscript_regression): New
12328 function. Test for invalid subscripts.
12329 * gdb.python/py-value.c (main): Add test array, and pointer to it.
12330 (ptr_ref): New function.
12331
ec7e75e7
PP
123322009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12333
12334 * gdb.base/default.exp: Fix "show convenience".
12335
0cc7d26f
TT
123362009-09-15 Tom Tromey <tromey@redhat.com>
12337
12338 * lib/mi-support.exp (mi_create_varobj): Update.
12339 (mi_create_floating_varobj): Likewise.
12340 (mi_create_dynamic_varobj): New proc.
12341 (mi_varobj_update): Update.
12342 (mi_varobj_update_with_type_change): Likewise.
12343 (mi_varobj_update_kv_helper): New proc.
12344 (mi_varobj_update_dynamic_helper): Rewrite.
12345 (mi_varobj_update_dynamic): New proc.
12346 (mi_list_varobj_children): Update.
12347 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
12348 * gdb.python/python-prettyprint.py (pp_outer): New class.
12349 (pp_nullstr): Likewise.
12350 (lookup_function): Register new printers.
12351 * gdb.python/python-prettyprint.c (struct substruct): New type.
12352 (struct outerstruct): Likewise.
12353 (substruct_test): New function.
12354 (struct nullstr): New type.
12355 (string_1, string_2): New globals.
12356 (main): Add new tests.
12357 * gdb.python/python-mi.exp: Added regression tests.
12358 * gdb.mi/mi2-var-display.exp: Update.
12359 * gdb.mi/mi2-var-cmd.exp: Update.
12360 * gdb.mi/mi2-var-child.exp: Update.
12361 * gdb.mi/mi2-var-block.exp: Update.
12362 * gdb.mi/mi-var-invalidate.exp: Update.
12363 * gdb.mi/mi-var-display.exp: Update.
12364 * gdb.mi/mi-var-cmd.exp: Update.
12365 * gdb.mi/mi-var-child.exp: Update.
12366 * gdb.mi/mi-var-block.exp: Update.
12367 * gdb.mi/mi-break.exp: Update.
12368 * gdb.mi/gdb701.exp: Update.
12369
a96d9b2e
SDJ
123702009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
12371
12372 * Makefile.in: Inclusion of catch-syscall object.
12373 * gdb.base/catch-syscall.c: New file.
12374 * gdb.base/catch-syscall.exp: New file.
12375
b43b923a
MS
123762009-09-12 Michael Snyder <msnyder@vmware.com>
12377
12378 * gdb.reverse/step-reverse.exp: Explicitly check for targets
12379 that can support reverse debuggnig.
12380
cec03d70
TT
123812009-09-11 Tom Tromey <tromey@redhat.com>
12382
12383 * gdb.dwarf2/valop.S: New file.
12384 * gdb.dwarf2/valop.exp: New file.
12385
e23bb3fc
MK
123862009-09-11 Mark Kettenis <kettenis@gnu.org>
12387
12388 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
12389
37c3696d
DE
123902009-09-10 Doug Evans <dje@google.com>
12391
12392 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
12393 Add $gdb_prompt to second breakpoint regexp.
12394
5172aecb
JB
123952009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
12396
12397 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
12398 names, add missing ones.
12399 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
12400 * gdb.python/py-frame.c: Rename from python-frame.c.
12401 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
12402 testfile name.
12403 * gdb.python/py-function.exp: Rename from python-function.exp.
12404 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
12405 testfile name.
12406 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
12407 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
12408 Adjust testfile name.
12409 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
12410 * gdb.python/py-template.cc: Rename from python-template.cc.
12411 * gdb.python/py-template.exp: Rename from python-template.exp.
12412 Adjust testfile name.
12413 * gdb.python/py-value.c: Rename from python-value.c.
12414 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
12415 testfile name.
12416
b554e4bd
JK
124172009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12418
12419 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
12420 $bpt2address.
12421 (Second breakpoint address is valid on ia64)
12422 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
12423
9a68ae16
JM
124242009-09-03 Joseph Myers <joseph@codesourcery.com>
12425
12426 * gdb.base/ending-run.exp: Restrict regular expression matching
12427 line number to require closing brace following.
12428
146b9145
DE
124292009-09-03 Doug Evans <dje@google.com>
12430
12431 * gdb.base/store.exp (check_set): Fix typo in expected value message.
12432
787d21e1
TT
124332009-09-02 Tom Tromey <tromey@redhat.com>
12434
12435 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
12436
e7802207
TT
124372009-09-02 Tom Tromey <tromey@redhat.com>
12438
12439 * gdb.dwarf2/callframecfa.exp: New file.
12440 * gdb.dwarf2/callframecfa.S: New file.
12441
817aadd2
JK
124422009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12443
12444 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
12445 gdb.base/solib-overlap-main.c: New.
12446
4a76eae5
DJ
124472009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
12448
12449 PR gdb/10565
12450
12451 * gdb.base/bitfields.c (struct container, container): New.
12452 (main): Initialize it and call break5.
12453 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
12454
d4b96c9a
JK
124552009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12456
12457 Support constant DW_AT_data_member_location by GCC PR debug/40659.
12458 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
12459
4e22772d
JK
124602009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12461
12462 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
12463
2efab443
MS
124642009-08-26 Michael Snyder <msnyder@vmware.com>
12465
12466 * gdb.base/i386-reverse.c: New file.
12467 * gdb.base/i386-reverse.exp: New file.
12468 * gdb.base/Makefile.in: Add new files to be removed.
12469
07ab73a0
JM
124702009-08-26 Joseph Myers <joseph@codesourcery.com>
12471
12472 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
12473 environment-pwd for remote host.
12474 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
12475
676accff
KS
124762009-08-24 Keith Seitz <keiths@redhat.com>
12477
12478 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
12479 Add two new C++ completer tests which limit the output to a
889bf7c5 12480 given class.
676accff 12481
f9f7ad22
MS
124822009-08-24 Michael Snyder <msnyder@vmware.com>
12483
12484 * gdb.base/del.exp: Fix typo in comment.
12485 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
12486
81ecdfbb
RW
124872009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12488
12489 * configure: Regenerate.
12490 * gdb.hp/configure: Likewise.
12491 * gdb.hp/gdb.aCC/configure: Likewise.
12492 * gdb.hp/gdb.base-hp/configure: Likewise.
12493 * gdb.hp/gdb.compat/configure: Likewise.
12494 * gdb.hp/gdb.defects/configure: Likewise.
12495 * gdb.hp/gdb.objdbg/configure: Likewise.
12496 * gdb.stabs/configure: Likewise.
12497
cab0c772
UW
124982009-08-19 Doug Evans <dje@google.com>
12499
12500 * gdb.base/gdbvars.c: New file.
12501 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
12502
b8fa0bfa
PA
125032009-08-14 Pedro Alves <pedro@codesourcery.com>
12504
12505 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
12506 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
12507
b84aa90a
PA
125082009-08-13 Pedro Alves <pedro@codesourcery.com>
12509
12510 * gdb.base/default.exp: Adjust "set language test": it's now an
12511 enum command. Larger help string moved to "help set language".
12512 * gdb.base/help.exp: Adjust "help set language" expected output,
12513 now lists all known languages.
12514
0d8f9b2c
NF
125152009-08-11 Nathan Froyd <froydnj@codesourcery.com>
12516
12517 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
12518 all frame arguments.
12519 * gdb.arch/altivec-regs.exp: Likewise.
12520
bda180e0
TT
125212009-08-07 Tom Tromey <tromey@redhat.com>
12522
12523 * gdb.base/setshow.exp: Add tests for changes to set language, set
12524 check range, and set check type.
12525
48cb2d85
VP
125262009-08-03 Vladimir Prus <vladimir@codesourcery.com>
12527
12528 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
12529 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 12530 Call it.
48cb2d85 12531
1ea34204
UW
125322009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12533
12534 * configure.ac: Run gdb.cell tests when appropriate.
12535 * configure: Regenerate.
12536 * lib/cell.exp: New file.
12537 * gdb.cell: New directory.
12538 * gdb.cell/configure.ac: New file.
12539 * gdb.cell/configure: New file.
12540 * gdb.cell/Makefile.in: New file.
12541 * gdb.cell/arch.exp: New file.
12542 * gdb.cell/break.c: New file.
12543 * gdb.cell/break.exp: New file.
12544 * gdb.cell/break-spu.c: New file.
12545 * gdb.cell/bt.c: New file.
12546 * gdb.cell/bt2-spu.c: New file.
12547 * gdb.cell/bt-spu.c: New file.
12548 * gdb.cell/bt.exp: New file.
12549 * gdb.cell/coremaker.c: New file.
12550 * gdb.cell/coremaker-spu.c: New file.
12551 * gdb.cell/core.exp: New file.
12552 * gdb.cell/gcore.exp: New file.
12553 * gdb.cell/data.c: New file.
12554 * gdb.cell/data.exp: New file.
12555 * gdb.cell/data-spu.c: New file.
12556 * gdb.cell/ea-cache.exp: New file.
12557 * gdb.cell/ea-cache.c: New file.
12558 * gdb.cell/ea-cache-spu.c: New file.
12559 * gdb.cell/ea-standalone.c: New file.
12560 * gdb.cell/ea-standalone.exp: New file.
12561 * gdb.cell/ea-test.c: New file.
12562 * gdb.cell/ea-test.exp: New file.
12563 * gdb.cell/f-regs.exp: New file.
12564 * gdb.cell/mem-access.c: New file.
12565 * gdb.cell/mem-access.exp: New file.
12566 * gdb.cell/mem-access-spu.c: New file.
12567 * gdb.cell/ptype.exp: New file.
12568 * gdb.cell/registers.exp: New file.
12569 * gdb.cell/size.c: New file.
12570 * gdb.cell/sizeof.exp: New file.
12571 * gdb.cell/size-spu.c: New file.
12572 * gdb.cell/solib.exp: New file.
12573 * gdb.cell/solib-symbol.exp: New file.
12574
85e747d2
UW
125752009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12576
12577 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
12578
58d6951d
DJ
125792009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12580
12581 * gdb.base/float.exp: Handle VFP registers.
12582
6e0a4f15
MS
125832009-07-14 Michael Snyder <msnyder@vmware.com>
12584
dcd5da87
MS
12585 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
12586 to bring gdb to the beginning of the calling line.
12587
6e0a4f15
MS
12588 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
12589 confusing the i386 epilogue unwinder.
12590
782b2b07
SS
125912009-07-14 Stan Shebs <stan@codesourcery.com>
12592
12593 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
12594
f662c3bc
MS
125952009-07-14 Michael Snyder <msnyder@vmware.com>
12596
12597 * gdb.reverse/step-reverse.exp (stepi into function call):
12598 Call instruction may not be first instruction in the line.
12599 (reverse stepi from a function call): Used wrong line number.
12600
8f313923
JK
126012009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12602
12603 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
12604
4662c76e
JK
126052009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12606
12607 Fix gdb.base/macscp.exp when using custom inputrc.
12608 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
12609 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
12610 env(TERM) set.
12611 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
12612 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
12613
aa81e255
JK
126142009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12615
12616 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
12617 * gdb.base/annota1.exp (thread_test): Import global $testfile.
12618 Change the compilation target to match the testcase name.
12619 * gdb.base/sect-cmd.exp: Change the compilation target to match the
12620 testcase name.
12621 * a2-run.exp: Use for setup prepare_for_testing. Change the
12622 compilation target to match the testcase name.
12623 * gdb.base/commands.exp: Likewise.
12624 * gdb.base/finish.exp: Likewise.
12625 * gdb.base/float.exp: Likewise.
12626 * gdb.base/info-target.exp: Likewise.
12627 * gdb.base/relational.exp: Likewise.
12628 * gdb.base/term.exp: Likewise.
12629 * gdb.base/until.exp: Likewise.
12630 * gdb.base/volatile.exp: Likewise.
12631 * gdb.base/whatis-exp.exp: Likewise.
12632
4c93b1d7
HZ
126332009-07-11 Hui Zhu <teawater@gmail.com>
12634
12635 * gdb.base/help.exp (disassemble): Update expected help text.
12636
812f7342
TT
126372009-07-09 Tom Tromey <tromey@redhat.com>
12638
12639 * lib/gdb.exp: Handle TRANSCRIPT.
12640 (remote_spawn, remote_close, send_gdb): New procs.
12641
fbb8f299
PM
126422009-07-10 Phil Muldoon <pmuldoon@redhat.com>
12643
12644 * gdb.python/python-prettyprint.c: Add counted null string
12645 structure.
12646 * gdb.python/python-prettyprint.exp: Print null string. Test for
12647 embedded nulls.
12648 * gdb.python/python-prettyprint.py (pp_ns): New Function.
12649 * gdb.python/python-value.exp (test_value_in_inferior): Add
12650 variable length string fetch tests.
12651 * gdb.python/python-value.c (main): Add strings for string fetch tests.
12652
c0ac0ec7
JK
126532009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12654
12655 * gdb.base/dump.exp (inaccessible memory is reported): New test.
12656
30b66ecc
TT
126572009-07-07 Tom Tromey <tromey@redhat.com>
12658
12659 * gdb.base/call-rt-st.exp: Update for change to escape output.
12660 * gdb.base/callfuncs.exp: Likewise.
12661 * gdb.base/charset.exp: Likewise.
12662 * gdb.base/constvars.exp: Likewise.
12663 * gdb.base/long_long.exp: Likewise.
12664 * gdb.base/pointers.exp: Likewise.
12665 * gdb.base/printcmds.exp: Likewise.
12666 * gdb.base/setvar.exp: Likewise.
12667 * gdb.base/store.exp: Likewise.
12668 * gdb.cp/ref-types.exp: Likewise.
12669 * gdb.mi/mi-var-child.exp: Likewise.
12670 * gdb.mi/mi-var-display.exp: Likewise.
12671 * gdb.mi/mi2-var-display.exp: Likewise.
12672 * gdb.base/charset.exp: Test octal escape sequence length.
12673 Update for change to escape output.
12674
187c4a2b
JK
126752009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12676
12677 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
12678
d80a43f9
DJ
126792009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
12680
12681 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
12682
047427a8
JK
126832009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12684
12685 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
12686 gdbserver increasing $portnum if "Can't bind address" has been seen.
12687
8b5a0f4f
PA
126882009-07-05 Pedro Alves <pedro@codesourcery.com>
12689
12690 * gdb.base/ending-run.exp: Add "step out of main" pattern for
12691 mingw32ce.
12692
7d93ba58
PA
126932009-07-05 Pedro Alves <pedro@codesourcery.com>
12694
12695 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
12696 VFP format.
12697
2277426b
PA
126982009-07-02 Pedro Alves <pedro@codesourcery.com>
12699
12700 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
12701 linux. Adjust to use "inferior", "info inferiors", "detach
12702 inferior" and "kill inferior" instead of "restart", "info fork",
12703 "detach fork" and "delete fork".
12704 * gdb.base/ending-run.exp: Spell out "info".
12705 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
12706 the "kill" command.
12707
5af949e3
UW
127082009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12709
12710 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
12711 change to prefix TLS offset in hex with 0x.
12712
5d3729b5
UW
127132009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12714
12715 * gdb.base/default.exp: Update test case for "x" changes.
12716
af589bd0
TG
127172009-07-01 Tristan Gingold <gingold@adacore.com>
12718
12719 * gdb.base/bigcore.exp: Make darwin untested.
12720
40974f91
JK
127212009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12722
12723 * gdb.base/completion.exp (directory completion): Create the directory.
12724 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
12725 escapeuniquesub.
12726 (directory completion 2): Expect now ${escapeuniquesub}.
12727 (Glob remaining of directory test): Remove one excessive newline.
12728 Expect the real output.
12729
59dd3af6
JK
127302009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12731
12732 Fix `make check//%' target after `make check' has been ran.
12733 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
12734 a mkdir call.
12735 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
12736 (%/.dir): Remove.
12737
f4e164aa
JK
127382009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12739
12740 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
12741 the expected result record.
12742
69af2122
JK
127432009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12744
12745 Remove racy FAILs relying just on the timeouts.
12746 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
12747 (annotation_level 2): Remove racy FAILs.
12748
2fd481e1
PP
127492009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
12750
12751 gdb/10275
889bf7c5
PA
12752 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
12753
c38f313d
DJ
127542009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
12755
12756 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
12757
8b777f02
VP
127582009-06-30 Vladimir Prus <vladimir@codesourcery.com>
12759
12760 * gdb.mi/mi-stack.exp: Testing symbolic options
12761 to -stack-list-locals and -stack-list-arguments.
12762
00c7eacf
JK
127632009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12764
12765 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
12766
6bc80edc
TT
127672009-06-29 Tom Tromey <tromey@redhat.com>
12768
12769 * dg-extract-results.sh: New file.
12770 * Makefile.in (FORCE_PARALLEL): New variable.
12771 (CHECK_TARGET): New conditional variable.
12772 (check): Use CHECK_TARGET.
12773 (DO_RUNTEST): New variable.
12774 (check-single): New target.
12775 (TEST_DIRS): New variable.
12776 (TEST_TARGETS): Likewise.
12777 (check-parallel): New target.
12778 (check-gdb.%): New pattern.
12779 (BASE1_FILES): New variable.
12780 (BASE2_FILES): Likewise.
12781 (check-gdb.base%): New pattern.
12782 (%/.dir): New pattern.
12783 * configure: Rebuild.
12784 * aclocal.m4 (AM_CONDITIONAL): New defun.
12785 * configure.ac: Check whether user is using GNU make.
12786 (GMAKE): New conditional.
12787
794684b6
SW
127882009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
12789
12790 * gdb.cp/namespace-nested-import.cc: New test.
12791 * gdb.cp/namespace-nested-import.exp: New test.
12792
edb3359d
DJ
127932009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
12794
12795 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
12796 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
12797 * gdb.opt/Makefile.in (EXECUTABLES): Update.
12798 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
12799 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
12800 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
12801 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
12802 gdb.opt/inline-markers.c: New files.
12803 * lib/gdb.exp (skip_inline_frame_tests): New function.
12804 (skip_inline_var_tests): New function.
12805
cf657a0c
AS
128062009-06-27 Andreas Schwab <schwab@linux-m68k.org>
12807
12808 * gdb.cp/exception.exp: Don't require $hex before inner frame in
12809 backtrace.
12810
28d41a99
MS
128112009-06-27 Michael Snyder <msnyder@vmware.com>
12812
12813 * gdb.reverse: New directory.
12814 * gdb.reverse/break-reverse.c: New test.
12815 * gdb.reverse/break-reverse.exp: New test.
12816 * gdb.reverse/consecutive-reverse.c: New test.
12817 * gdb.reverse/consecutive-reverse.exp: New test.
12818 * gdb.reverse/finish-reverse.c: New test.
12819 * gdb.reverse/finish-reverse.exp: New test.
12820 * gdb.reverse/machinestate.c: New test.
12821 * gdb.reverse/ms1.c: New test.
12822 * gdb.reverse/machinestate.exp: New test.
12823 * gdb.reverse/Makefile.in: New file.
12824 * gdb.reverse/shr2.c: New test.
12825 * gdb.reverse/solib-reverse.c: New test.
12826 * gdb.reverse/solib-reverse.exp: New test.
12827 * gdb.reverse/step-reverse.c: New test.
12828 * gdb.reverse/step-reverse.exp: New test.
12829 * gdb.reverse/until-reverse.c: New test.
12830 * gdb.reverse/ur1.c: New test.
12831 * gdb.reverse/until-reverse.exp: New test.
12832 * gdb.reverse/watch-reverse.c: New test.
12833 * gdb.reverse/watch-reverse.exp: New test.
12834 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
12835 * configure: Regenerate.
12836
fe3c8b0d
DE
128372009-06-26 Doug Evans <dje@google.com>
12838
12839 * gdb.base/psymtab.exp: Turn off pending breakpoints.
12840
3a72a602
PM
128412009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
12842
12843 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
12844 windows problem for 'file delete $binfile'.
12845
27aa8d6a
SW
128462009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
12847
12848 * gdb.cp/namespace-using.exp: New test.
12849 * gdb.cp/namespace-using.cc: New test.
12850
8ac055f8
JB
128512009-05-20 Joel Brobecker <brobecker@adacore.com>
12852
12853 * gdb.ada/variant_record_packed_array: New testcase.
12854
85e306ed
TT
128552009-06-23 Tom Tromey <tromey@redhat.com>
12856
12857 * gdb.base/charset.exp (test_combination): Regression test.
12858 * gdb.base/charset.c (my_wchar_t): New typedef.
12859 (myvar): New global.
12860 (main): Set myvar.
12861
56643c5e
PM
128622009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
12863
12864 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
12865 target.
12866
1fac167a
UW
128672009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12868
12869 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
12870
7ccb0be9
UW
128712009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12872
12873 * gdb.mi/gdb680.exp: Update test for error message.
12874
568d6575
UW
128752009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12876
12877 * gdb.base/annota1.exp: Allow multiple occurrences of the
12878 frames-invalid annotation.
12879 * gdb.cp/annota2.exp: Likewise.
12880
7cd1089b
PM
128812009-06-15 Phil Muldoon <pmuldoon@redhat.com>
12882
12883 * gdb.cp/gdb2495.cc: New file.
12884 * gdb.cp/gdb2495.exp: New file.
12885
72c63395
JK
128862009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12887
12888 Report error on GDB crash during runto.
12889 * lib/gdb.exp (runto <eof>): New.
12890
3788363d
DJ
128912009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
12892
12893 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
12894 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
12895 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
12896 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
12897 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
12898 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
12899 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
12900 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
12901 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
12902 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
12903 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
12904 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
12905 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
12906 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
12907 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
12908 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
12909 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
12910 gdb.server/server-mon.exp, gdb.server/server-run.exp,
12911 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12912 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
12913 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
12914 gdb.trace/passcount.exp, gdb.trace/report.exp,
12915 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
12916 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
12917 gdb.trace/while-stepping.exp: Use a unique name for the compiled
12918 executable.
12919
17592de3
PA
129202009-06-07 Pedro Alves <pedro@codesourcery.com>
12921
12922 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
12923 defined before referencing it.
12924
701e355d
DE
129252009-06-03 Doug Evans <dje@google.com>
12926
12927 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
12928 * gdb.arch/i386-see.c: Ditto.
12929
f2292c65
PM
129302009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
12931
12932 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
12933 (check_macro): Return 1 if undefined.
12934 If first test fails, check if macro debug information is available,
12935 and report unsupported test if no macro information is found.
12936
5a437975
DE
129372009-05-29 Doug Evans <dje@google.com>
12938
12939 * gdb.threads/hand-call-in-threads.exp: New.
12940 * gdb.threads/hand-call-in-threads.c: New.
12941
c141c696
MS
129422009-05-29 Michael Snyder <msnyder@vmware.com>
12943
12944 * gdb.base/break-always.exp: Change "1" to "on".
12945 Add confirmation check.
12946
b3444185
PA
129472009-05-28 Pedro Alves <pedro@codesourcery.com>
12948
12949 * gdb.threads/threxit-hop-specific.c: New.
12950 * gdb.threads/threxit-hop-specific.exp: New.
12951 * gdb.threads/thread-execl.c: New.
12952 * gdb.threads/thread-execl.exp: New.
12953
b6313243
TT
129542009-05-27 Tom Tromey <tromey@redhat.com>
12955 Thiago Jung Bauermann <bauerman@br.ibm.com>
12956
12957 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
12958 (mi_child_regexp): Likewise.
12959 (mi_list_varobj_children_range): Likewise.
12960 (mi_get_features): Likewise.
12961 (mi_list_varobj_children): Rewrite.
12962 * gdb.python/python-mi.exp: New file.
12963
a6bac58e
TT
129642009-05-27 Tom Tromey <tromey@redhat.com>
12965 Thiago Jung Bauermann <bauerman@br.ibm.com>
12966 Phil Muldoon <pmuldoon@redhat.com>
12967 Paul Pluzhnikov <ppluzhnikov@google.com>
12968
12969 * gdb.python/python-prettyprint.exp: New file.
12970 * gdb.python/python-prettyprint.c: New file.
12971 * gdb.python/python-prettyprint.py: New file.
12972 * gdb.base/display.exp: print/r is now valid.
12973
2c74e833
TT
129742009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
12975 Tom Tromey <tromey@redhat.com>
12976 Pedro Alves <pedro@codesourcery.com>
12977 Paul Pluzhnikov <ppluzhnikov@google.com>
12978
12979 * gdb.python/python-template.exp: New file.
12980 * gdb.python/python-template.cc: New file.
12981 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
12982 tests.
12983 * gdb.python/python-value.exp (py_objfile_tests): New proc.
12984 Call it.
12985 (test_value_after_death): New proc.
12986 * gdb.python/python-value.c (PTR): New typedef.
12987 (main): New variable 'x'.
12988
89c73ade
TT
129892009-05-27 Tom Tromey <tromey@redhat.com>
12990
12991 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
12992 tests.
12993 * gdb.python/python-value.exp (py_objfile_tests): New proc.
12994 Call it.
12995
a75724bc
PA
129962009-05-27 Pedro Alves <pedro@codesourcery.com>
12997
12998 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
12999
e58b0e63
PA
130002009-05-24 Pedro Alves <pedro@codesourcery.com>
13001
13002 * gdb.threads/fork-thread-pending.c: New.
13003 * gdb.threads/fork-thread-pending.exp: New.
13004
4ac36638
JK
130052009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13006
13007 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
13008 * gdb.dwarf2/dw2-strp.S (a_string2): New.
13009
889bf7c5 130102009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 13011
889bf7c5 13012 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 13013
b242c3c2
PA
130142009-05-17 Pedro Alves <pedro@codesourcery.com>
13015
13016 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
13017 `gdb_get_line_number'. Call `callee' in both parent and child.
13018 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
13019 `gdb_get_line_number' instead of hardcoding line numbers.
13020 (catch_fork_unpatch_child): New procedure to test detaching
13021 breakpoints from child fork.
13022 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
13023 hardcoding line numbers.
13024 (do_fork_tests): Run `catch_fork_unpatch_child'.
13025
ee342b23
VP
130262009-05-17 Vladimir Prus <vladimir@codesourcery.com>
13027
13028 * gdb.mi/mi-cmd-var.exp: Check that when varobj
13029 of structure type enters or leaves the scope, it
13030 is reported by -var-update.
13031
e2009e98
DE
130322009-05-11 Doug Evans <dje@sebabeach.org>
13033
13034 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 13035 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
13036 * gdb.threads/schedlock.c (main): Fix off-by-one error.
13037
00903456
JK
130382009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13039
13040 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
13041
dc621c35
DE
130422009-04-30 Doug Evans <dje@google.com>
13043
13044 * gdb.threads/watchthreads2.exp: New testcase.
13045 * gdb.threads/watchthreads2.c: New testcase.
13046
9ab4e744
DE
130472009-04-29 Doug Evans <dje@google.com>
13048
13049 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
13050 * gdb.cp/mb-ctor.cc: Ditto.
13051 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
13052 * gdb.cp/mb-inline.h (multi_line_foo): New function.
13053 * gdb.cp/mb-inline1.cc: Call it.
13054 * gdb.cp/mb-inline2.cc: Ditto.
13055 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
13056 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
13057
484086b7
JK
130582009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13059
13060 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
13061 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
13062 Replace all uses of `decimal' by `nonzero'.
13063 (info macro FROM_COMMANDLINE): New test.
13064
379a77b5
TT
130652009-04-27 Tom Tromey <tromey@redhat.com>
13066
13067 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
13068
b92b73c2
DE
130692009-04-27 Doug Evans <dje@google.com>
13070
13071 * gdb.threads/watchthreads.c (main): Initialize args before starting
13072 the threads. Plus formatting cleanup.
13073 * gdb.threads/watchthreads.exp: Avoid errant failures due to
13074 biased scheduling of one thread.
13075
945a118d
JG
130762009-04-27 Jerome Guitton <guitton@adacore.com>
13077
13078 * gdb.cp/templates.cc (GetMax): New template.
13079 (main): Declare two instances of GetMax.
13080 * gdb.cp/templates.exp: Add new test.
13081
d389af10
JK
130822009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13083
13084 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
13085
e7f86de9
JM
130862009-04-22 Joseph Myers <joseph@codesourcery.com>
13087
13088 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
13089
334cc82d
TT
130902009-04-15 Tom Tromey <tromey@redhat.com>
13091
13092 * gdb.base/charset.exp: Add regression test.
13093
d12672cc
JB
130942009-04-14 Joel Brobecker <brobecker@adacore.com>
13095
13096 * gdb.base/exe-lock.exp: New testcase.
13097
18e8c3bc
TT
130982009-04-13 Tom Tromey <tromey@redhat.com>
13099
13100 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
13101 operator on Frame.
13102
5ecd5cbe
UW
131032009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13104
13105 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
13106 * gdb.server/ext-attach.exp: Likewise.
13107
7309f756
VP
131082009-04-03 Vladimir Prus <vladimir@codesourcery.com>
13109
13110 Eliminate some sleep usage.
13111
889bf7c5
PA
13112 * gdb.mi/basics.c (do_nothing): New.
13113 (main): Use do_nothing instead of printf, so that
13114 not to introduce race condition between output of
13115 inferiour and output of gdb. Do not use sleep as it
13116 is not generally available on embedded targets.
7309f756 13117
f4b95f6f
PA
131182009-04-02 Pedro Alves <pedro@codesourcery.com>
13119
13120 * gdb.server/ext-attach.exp: Expect an optional process id after
13121 "Detached from remote process".
13122
de40b933
JK
131232009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13124
13125 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
13126 gdb.dwarf2/dw2-unresolved.exp: New.
13127
2ae101a4
PA
131282009-04-02 Pedro Alves <pedro@codesourcery.com>
13129
13130 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
13131 mi_run_to_main.
13132
56a8e183
PA
131332009-04-02 Pedro Alves <pedro@codesourcery.com>
13134
13135 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
13136 mi_run_to_main. Skip thread exit test on remote targets.
13137 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
13138 mi_run_to_main.
13139 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
13140 mi_run_to_main.
13141 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
13142 when expecting ^connected. Detect when the target doesn't support
13143 non-stop mode.
13144 (mi_run_cmd): Detect if non-stop mode was requested by isn't
13145 supported. Return -1 on error, 0 on success.
13146 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
13147 (mi_runto): Return mi_runto_helper's result explicitly.
13148
c35fafde
PA
131492009-04-01 Pedro Alves <pedro@codesourcery.com>
13150
13151 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
13152
f8a8dce6
JB
131532009-04-01 Tom Tromey <tromey@redhat.com>
13154
13155 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
13156 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
13157 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
13158 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
13159
71c25dea
TT
131602009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
13161 Jan Kratochvil <jan.kratochvil@redhat.com>
13162
13163 PR gdb/931
13164 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
13165 output.
13166 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
13167 for gdb/931.
13168 * dw2-strp.S (DW_AT_language): Change to C++.
13169 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
13170
02d9a9ce
JB
131712009-03-31 Joel Brobecker <brobecker@adacore.com>
13172
13173 * gdb.ada/tasks: New testcase.
13174
1042e4c0
SS
131752009-03-30 Stan Shebs <stan@codesourcery.com>
13176
13177 * gdb.trace/actions.exp: Update to match new info trace format.
13178 * gdb.trace/deltrace.exp: Ditto.
13179 * gdb.trace/infotrace.exp: Ditto.
13180 * gdb.trace/passcount.exp: Ditto.
13181 * gdb.trace/save-trace.exp: Ditto.
13182 * gdb.trace/while-stepping.exp: Ditto.
13183 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
13184
f8f6f20b
TJB
131852009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13186
13187 * gdb.python/python-frame.c: New file.
13188 * gdb.python/python-frame.exp: New file.
13189
c0c6f777
TJB
131902009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
13191
13192 * gdb.python/python-value.exp: Add tests for the address
13193 attribute.
13194
3cb51905
AS
131952009-03-29 Andreas Schwab <schwab@linux-m68k.org>
13196
13197 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
13198
88fc996f
DE
131992009-03-26 Doug Evans <dje@google.com>
13200
13201 * gdb.mi/mi-nonstop-exit.exp: New file.
13202 * gdb.mi/non-stop-exit.c: New file.
13203
56ef84b1
TT
132042009-03-26 Tom Tromey <tromey@redhat.com>
13205
13206 Update for change to prologue skipping:
13207 * gdb.mi/mi2-simplerun.exp: Update.
13208 * gdb.mi/mi2-break.exp: Update.
13209 * gdb.mi/mi-simplerun.exp: Update.
13210 * gdb.mi/mi-break.exp: Update.
13211 * gdb.base/ending-run.exp: Update.
13212
def2b000
TJB
132132009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
13214
13215 * gdb.python/python-value.exp (test_value_in_inferior): Test
13216 gdb.Value.is_optimized_out attribute.
13217
442ddf59
JK
132182009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13219
13220 * gdb.dwarf2/dw2-noloc-main.c: New file.
13221 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
13222 (.text): Remove.
13223 (.data): New.
13224 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
13225 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
13226 (DW_TAG_subprogram func_cu1, noloc): Remove.
13227 (main): New.
13228 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
13229 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
13230 (file_symbols): New procedure.
13231
a8df5de4
TT
132322009-03-25 Tom Tromey <tromey@redhat.com>
13233
13234 * gdb.base/charset.exp (valid_target_charset): New proc.
13235 Use it to skip tests on invalid charsets.
13236
cc1d7add
PM
132372009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
13238
13239 * gdb.base/completion.exp: Add a test for directory completion.
13240
bcd5727b
JK
132412009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13242
13243 Fix a racy FAIL.
13244 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
13245 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
13246
cc924cad
TJB
132472009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
13248
13249 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
13250 * gdb.python/python-function.exp: Add test for function returning
13251 a GDB value.
13252
bc3b79fd
TJB
132532009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
13254
13255 * gdb.python/python-function.exp: New file.
13256
6c7a06a3
TT
132572009-03-20 Tom Tromey <tromey@redhat.com>
13258
13259 * gdb.base/store.exp: Update for change to escape output.
13260 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
13261 to escape output.
13262 * gdb.base/pointers.exp: Update for change to escape output.
13263 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
13264 to escape output.
13265 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
13266 escape output.
13267 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
13268 to escape output.
13269 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
13270 escape output.
13271 * gdb.base/setvar.exp: Update for change to escape output.
13272 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
13273 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
13274 to escape output.
13275 (test_print_string_constants): Likewise.
13276 * gdb.base/charset.exp (valid_host_charset): Check size of
13277 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
13278 cases. Handle "auto"-related output.
13279 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
13280 (uvar, Uvar): New globals.
13281
c31af87b
JG
132822009-03-19 Jerome Guitton <guitton@adacore.com>
13283
13284 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
13285 deltas.
13286 * gdb.ada/fixed_points.exp: Ditto.
13287
51272cf2
PA
132882009-03-18 Pedro Alves <pedro@codesourcery.com>
13289
13290 * return-nodebug.c: Don't include stdio.h.
13291 (init): Delete.
13292 (func): Delete definition and provide extern declaration.
13293 (t): New.
13294 (main): Don't call printf. Call func and store its result in t.
13295 * return-nodebug1.c: New.
13296 * return-nodebug.exp: Don't expect stdio output. Instead, print
13297 the global variable t. Drop printf formatters and cast types from
13298 foreach loop. Don't use prepare_for_testing. Compile
13299 return-nodebug.c and return-nodebug1.c in separate steps. Don't
13300 define FORMAT or CAST.
13301
d24948ac
PP
133022009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
13303
13304 * gdb.base/solib-display.exp: Disable test for remote targers.
13305
61ff14c6
JK
133062009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13307
13308 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
13309
cb4dce93
JK
133102009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13311
13312 Fix a racy FAIL.
13313 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
13314 code from `follow parent, print pids'.
13315 (`follow child, print pids', `follow parent, print pids'): Call it.
13316 Replace `gdb_test "break..."' by gdb_breakpoint.
13317
f7c60c5e
VP
133182009-03-13 Vladimir Prus <vladimir@codesourcery.com>
13319
13320 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 13321 sync and async modes.
f7c60c5e 13322
383ace49
JB
133232009-03-12 Joel Brobecker <brobecker@adacore.com>
13324
13325 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
13326 that was checked in by mistake. Remove loading of ada.exp, since
13327 this is not necessary in this case.
13328
4ce102af
JB
133292009-03-12 Joel Brobecker <brobecker@adacore.com>
13330
13331 * gdb.ada/ptype_arith_binop.exp: New testcase.
13332
529a2aef
JB
133332009-03-12 Joel Brobecker <brobecker@adacore.com>
13334
13335 * gdb.ada/mod_from_name: New testcase.
13336
8a38181c
JB
133372009-03-12 Joel Brobecker <brobecker@adacore.com>
13338
13339 * gdb.ada/tick_last_segv: New testcase.
13340
11436dee
VP
133412009-03-12 Vladimir Prus <vladimir@codesourcery.com>
13342
61ff14c6 13343 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 13344
1f31650a
VP
133452009-03-12 Vladimir Prus <vladimir@codesourcery.com>
13346
61ff14c6
JK
13347 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
13348 include the token in ^running and frame info in *stopped.
1f31650a 13349
a3247a22
PP
133502009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
13351
13352 * solib-display.exp: New file.
13353 * solib-display-main.c: New file.
13354 * solib-display-lib.c: New file.
61ff14c6 13355
aae64587
PA
133562009-03-05 Pedro Alves <pedro@codesourcery.com>
13357
13358 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
13359
44aabfbc
JK
133602009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13361
13362 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
13363 (list_and_check_macro): Use more specific test name.
13364 (next to definition): Make the test names unique.
13365
c087fcd3
PM
133662009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
13367
13368 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 13369
c86cf029
VP
133702009-02-17 Vladimir Prus <vladimir@codesourcery.com>
13371
13372 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
13373 notifications.
13374 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
13375 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
13376 * lib/mi-support.exp (library_loaded_re): New.
13377 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
13378
3ea85240
VP
133792009-02-17 Vladimir Prus <vladimir@codesourcery.com>
13380
13381 * gdb.gdb/observer.exp: Use test_notification observer, not
13382 normal_stop, everywhere.
13383 (test_normal_stop_notifications): Rename to...
13384 (test_notifications): ...this.
13385 (test_observer_normal_stop): Rename to...
13386 (test_observer): ...this.
13387
1903f0e6
DE
133882009-02-16 Doug Evans <dje@google.com>
13389
13390 * gdb.arch/amd64-disp-step.S (test_int3): New test.
13391 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
13392 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
13393 (test_prefixed_syscall,test_int3): New tests.
13394 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
13395 (test_prefixed_syscall,test_int3): New tests.
13396
1d33d6ba
VP
133972009-02-14 Vladimir Prus <vladimir@codesourcery.com>
13398
3cb51905
AS
13399 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
13400 (mi_expect_interrupt): Likewise.
13401 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
13402 response.
1d33d6ba 13403
faafb047
PM
134042009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
13405
13406 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
13407 * gdb.base/pc-fp.exp (get_valueofx): Remove.
13408 Replace calls to get_valueofx by get_hexadecimal_valueof.
13409
417e16e2
PM
134102009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
13411
13412 * lib/gdb.exp (get_valueof): Accept anything as a return value.
13413 (get_integer_valueof): New procedure.
13414 (get_sizeof): Use new get_integer_value_of.
13415 * gdb.base/sizeof.exp: Replace all uses of get_valueof
13416 by get_integer_valueof.
13417
7065b901
TT
134182009-02-13 Tom Tromey <tromey@redhat.com>
13419
13420 * gdb.base/remote.exp (get_sizeof): Remove.
13421 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
13422 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
13423 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
13424 * lib/gdb.exp (get_valueof): Move from long_long.exp.
13425 (get_sizeof): Likewise.
13426
5d7cb8df
JK
134272009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13428
13429 PR fortran/9806
13430 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
13431
b2febfff
PP
134322009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
13433
13434 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
13435
4aa995e1
PA
134362009-02-06 Pedro Alves <pedro@codesourcery.com>
13437
13438 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
13439
d8906c6f
TJB
134402009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
13441
13442 * gdb.python/python-cmd.exp: New file.
13443
ff4ab08d
TG
134442009-02-06 Tristan Gingold <gingold@adacore.com>
13445
13446 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
13447
aacd552b
TG
134482009-02-05 Tristan Gingold <gingold@adacore.com>
13449
13450 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
13451 pointer is dereferenced and use this signal name in regexp.
13452 * gdb.base/signull.exp: Ditto.
13453 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
13454 * gdb.base/signull.c (main): Ditto.
13455
08c637de
TJB
134562009-02-04 Tom Tromey <tromey@redhat.com>
13457 Thiago Jung Bauermann <bauerman@br.ibm.com>
13458
13459 * gdb.python/python-value.exp: Use `gdb.history' instead of
13460 `gdb.value_from_history'.
13461 (test_value_numeric_ops): Add test for conversion of enum constant.
13462 * gdb.python/python-value.c (enum e): New type.
13463 (evalue): New global.
13464 (main): Use argv.
13465
20261af8
JG
134662009-02-04 Jerome Guitton <guitton@adacore.com>
13467
13468 * gdb.ada/uninitialized_vars: New test program.
13469 * gdb.ada/uninitialized_vars.exp: New testcase.
13470
52e44b43
TT
134712009-02-02 Tom Tromey <tromey@redhat.com>
13472
13473 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
13474 * gdb.cp/pr2489.cc: Rename...
13475 * gdb.cp/pr9594.cc: ... to this.
13476
1c71341a
TT
134772009-02-02 Tom Tromey <tromey@redhat.com>
13478
13479 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
13480 * gdb.cp/pr2489.cc: New file.
13481 * gdb.cp/cpcompletion.exp: New file.
13482
a4295225
TT
134832009-02-02 Tom Tromey <tromey@redhat.com>
13484
13485 PR exp/9059:
13486 * gdb.cp/call-c.exp: Add regression test.
13487 * gdb.cp/call-c.cc (FooHandle): New typedef.
13488 (main): New variable 'handle'.
13489
592375cd
VP
134902009-01-30 Vladimir Prus <vladimir@codesourcery.com>
13491
13492 * lib/mi-support.exp (et_mi_thread_list)
13493 (check_mi_and_console_threads): Adjust for current thread in
13494 -thread-list-ids output.
13495
41447f92
VP
134962009-01-30 Vladimir Prus <vladimir@codesourcery.com>
13497
889bf7c5
PA
13498 * gdb.mi/mi-break.exp (test_disabled_creation): New.
13499 Call it.
41447f92 13500
35669430
DE
135012009-01-28 Doug Evans <dje@google.com>
13502
13503 * gdb.arch/amd64-disp-step.S: New file.
13504 * gdb.arch/amd64-disp-step.exp: New file.
13505 * gdb.arch/i386-disp-step.S: New file.
13506 * gdb.arch/i386-disp-step.exp: New file.
13507
09f00d9a
PM
135082009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
13509
13510 * gdb.base/find.exp: Set newline variable
13511 using quotes instead of braces to fix cygwin failures.
13512
1e8fb976
PA
135132009-01-23 Pedro Alves <pedro@codesourcery.com>
13514
13515 * gdb.base/radix.exp: Add tests to ensure that that set
13516 input-radix 0 and set output-radix 0 are really rejected.
13517
da061712
PA
135182009-01-23 Pedro Alves <pedro@codesourcery.com>
13519
13520 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
13521 copyright years.
13522
dd7e2d2b
PA
135232009-01-23 Pedro Alves <pedro@codesourcery.com>
13524
13525 PR gdb/9664:
13526 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
13527
392452f6
PA
135282009-01-22 Pedro Alves <pedro@codesourcery.com>
13529
13530 PR c++/9631:
13531 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
13532
8653e71c
PM
135332009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
13534
13535 * gdb.server/file-transfer.exp: Use EXEEXT variable for
13536 binfile definition to fix Windows OS failure.
13537
a12cc160
DJ
135382009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
13539
13540 PR gdb/9346
13541 * gdb.base/interrupt.c (sigint_handler): New.
13542 (main): Install a SIGINT handler if SIGNALS is defined. Exit
13543 on error.
13544 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
13545 Test "signal SIGINT".
13546
b89667eb
DE
135472009-01-19 Doug Evans <dje@google.com>
13548
13549 * gdb.base/break.exp: Update expected gdb output.
13550 * gdb.base/sepdebug.exp: Ditto.
13551 * gdb.mi/mi-syn-frame.exp: Ditto.
13552 * gdb.mi/mi2-syn-frame.exp: Ditto.
13553 * gdb.base/call-signal-resume.exp: New file.
13554 * gdb.base/call-signals.c: New file.
13555 * gdb.base/unwindonsignal.exp: New file.
13556 * gdb.base/unwindonsignal.c: New file.
13557 * gdb.threads/interrupted-hand-call.exp: New file.
13558 * gdb.threads/interrupted-hand-call.c: New file.
13559 * gdb.threads/thread-unwindonsignal.exp: New file.
13560
adb483fe
DJ
135612009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
13562
13563 * gdb.base/define.exp: Test defining and hooking prefix commands.
13564 * gdb.python/python.exp: Update test for "show user" output.
13565
60023297
JK
135662009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13567
13568 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
13569 now the output exactly, using less wildcards. Expect also the output
13570 of gfortran-4.3. Update for the f-valprint.c modification from
13571 2008-04-22.
13572 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
13573 Remove gdb_test test names where matching the command.
13574
ccc57cf9
PA
135752009-01-01 Pedro Alves <pedro@codesourcery.com>
13576
13577 PR breakpoints/9681:
13578 * gdb.base/watchpoint.exp: Add regression test.
13579
c7a6ca08
PA
135802008-12-31 Pedro Alves <pedro@codesourcery.com>
13581
13582 * gdb.threads/attach-into-signal.exp: Don't use
13583 gdb_suppress_entire_file.
13584 * gdb.threads/attach-stopped.exp: Ditto.
13585 * gdb.threads/attachstop-mt.exp: Ditto.
13586
3a031f65
PA
135872008-12-31 Pedro Alves <pedro@codesourcery.com>
13588
13589 PR gdb/8812:
13590 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
13591
09e6485f
PA
135922008-12-29 Pedro Alves <pedro@codesourcery.com>
13593
13594 PR gdb/7536:
13595 * gdb.base/radix.exp: Add tests to ensure invalid input radices
13596 and unsupported output radices are really rejected.
13597
0cd53049
JK
135982008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13599
13600 * gdb.cp/punctuator.exp: Backslash the '$' signs.
13601
ba163c7e
TT
136022008-12-22 Tom Tromey <tromey@redhat.com>
13603
13604 * gdb.cp/punctuator.exp: New file.
13605
6f4de6c9
JK
136062008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13607
13608 * gdb.base/completion.exp (Completing non-existing component): New test.
13609
0f34d0b4
JK
136102008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13611
13612 Fix for PR gdb/8648.
13613 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
13614 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
13615 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
13616 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
13617
db2ad4c3
JK
136182008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13619
13620 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
13621
bb5ef15e
DP
136222008-12-16 Christophe Lyon <christophe.lyon@st.com>
13623
13624 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
13625 compiler actually generate code at the expected line number.
13626
90142adc
JZ
136272008-12-15 Jie Zhang <jie.zhang@analog.com>
13628
13629 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
13630
fad6eecd
TT
136312008-12-12 Tom Tromey <tromey@redhat.com>
13632
13633 * gdb.base/commands.exp (redefine_hook_test): New proc.
13634 Call it.
13635
17c8aaf5
TT
136362008-12-11 Tom Tromey <tromey@redhat.com>
13637
13638 * gdb.base/macscp.exp: New regression test.
13639
7c8adf68
TT
136402008-12-11 Tom Tromey <tromey@redhat.com>
13641
13642 * gdb.base/macscp.exp: Print "address.addr".
13643 * gdb.base/macscp1.c (struct outer): New struct.
13644 (address): New global.
13645
b05dcbb7
TT
136462008-12-09 Tom Tromey <tromey@redhat.com>
13647
13648 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
13649 Call it.
13650
2d476de1
DE
136512008-12-04 Doug Evans <dje@google.com>
13652
13653 * gdb.server/ext-run.exp: Relax regexp for init program.
13654
87bdc959
TG
136552008-12-03 Tristan Gingold <gingold@adacore.com>
13656
13657 * gdb.base/macscp.exp: Generate an object file during compilation
13658 to work around Darwin dsymutil limitations.
13659
e0740f77
JK
136602008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13661
13662 Test resolving external references to TLS variables.
13663 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
13664 FILE2_THREAD_LOCAL.
13665 (testfile2, srcfile2): New variables.
13666 * gdb.threads/tls.c (file2_thread_local)
13667 (function_referencing_file2_thread_local): New.
13668 * gdb.threads/tls2.c: New file.
13669
67f0aac5
JB
136702008-11-28 Joel Brobecker <brobecker@adacore.com>
13671
13672 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
13673 rather than integer, as integer might not be big enough when
13674 on 64bit targets.
67f0aac5 13675
c332165e
JG
136762008-11-27 Jerome Guitton <guitton@adacore.com>
13677
13678 * gdb.cp/formatted-ref.exp: Add equality test.
13679 * gdb.ada/formatted_ref.exp: Ditto.
13680
fc9b693c
JK
136812008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13682
13683 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
13684 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
13685
a9c64011
AS
136862008-11-20 Andreas Schwab <schwab@suse.de>
13687
13688 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
13689 matching syscall entry point.
13690 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13691 (tcatch_vfork_then_child_follow): Likewise. Finish through
13692 vfork even if we stopped at the syscall trampoline.
13693
e2fd701e
DE
136942008-11-20 Doug Evans <dje@google.com>
13695
13696 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
13697
69abc51c
TJB
136982008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
13699
13700 * gdb.arch/ppc-dfp.exp: New file.
13701 * gdb.arch/ppc-dfp.c: New file.
13702
c14c28ba
PP
137032008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
13704
13705 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 13706
2e74121d
DE
137072008-11-17 Doug Evans <dje@google.com>
13708
13709 * gdb.mi/mi-syn-frame.exp: Update expected output.
13710 * gdb.mi/mi2-syn-frame.exp: Update expected output.
13711
66bb093b
VP
137122008-11-17 Vladimir Prus <vladimir@codesourcery.com>
13713
13714 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
13715 "thread N" results in =thread-selected.
13716 * lib/mi-support (mi_run_cmd, mi_expect_stop)
13717 (mi_send_resuming_command_raw): Be prepared for
13718 =thread-selected.
13719
3d043ef6
VP
137202008-11-17 Vladimir Prus <vladimir@codesourcery.com>
13721
a9c64011
AS
13722 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
13723 * lib/mi-support.exp: Likewise.
3d043ef6 13724
808104c8
JB
137252008-11-16 Joel Brobecker <brobecker@adacore.com>
13726
13727 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
13728 commands from the expected output for "help catch".
13729
00b22944
JB
137302008-11-15 Joel Brobecker <brobecker@adacore.com>
13731
13732 * gdb.ada/int_deref.exp: New testcase.
13733
59669435
TT
137342008-11-14 Nick Roberts <nickrob@snap.net.nz>
13735
13736 * gdb.mi/gdb2549.exp: New file.
13737
de04a248
DE
137382008-11-11 Doug Evans <dje@google.com>
13739
13740 * gdb.base/callexit.exp: New file.
13741 * gdb.base/callexit.c: New file.
13742
6b8ce727
DE
137432008-11-10 Doug Evans <dje@google.com>
13744
13745 * lib/gdb.exp (GDBFLAGS): Move -nx ...
13746 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
13747 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
13748 (default_gdb_start,default_gdb_exit): Ditto.
13749 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
13750 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
13751 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
13752 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
13753 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
13754 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
13755
1b14b8aa
AS
137562008-11-03 Andreas Schwab <schwab@suse.de>
13757
13758 * gdb.base/hashline2.exp: Fix typo.
13759 * gdb.base/hashline3.exp: Likewise.
13760
f3134b88
TT
137612008-10-30 Tom Tromey <tromey@redhat.com>
13762
13763 * gdb.base/pointers.exp: Add test.
13764 * gdb.base/pointers.c (k, S): New typedefs.
13765 (instance): New global.
13766
c2226152
AS
137672008-10-30 Andreas Schwab <schwab@suse.de>
13768
13769 * gdb.base/args.exp: Add tests for newlines.
13770
462f405c
JB
137712008-10-30 Joel Brobecker <brobecker@adacore.com>
13772
13773 gdb.base/foll-exec.exp: Update the expected output of a couple
13774 of "info breakpoints" tests.
13775
79a45b7d
TT
137762008-10-28 Tom Tromey <tromey@redhat.com>
13777
13778 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
13779
adc13a14
PA
137802008-10-24 Pedro Alves <pedro@codesourcery.com>
13781
13782 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
13783 gdb_start_cmd.
13784 Use runto_main before any test that requires execution.
13785
252fbfc8
PA
137862008-10-23 Pedro Alves <pedro@codesourcery.com>
13787
13788 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
13789 instead of SIGINT.
13790
28148e3d
JB
137912008-10-22 Joel Brobecker <brobecker@adacore.com>
13792
13793 * gdb.base/completion.exp: Update expected output following
13794 the addition of the "info tasks" command.
13795
c209f847
TT
137962008-10-22 Tom Tromey <tromey@redhat.com>
13797
13798 * gdb.base/exprs.exp (test_expr): Add test for string
13799 concatenation.
13800
f177e350
PA
138012008-10-19 Pedro Alves <pedro@codesourcery.com>
13802
13803 * configure.ac: Output gdb.python/Makefile.
13804 * configure: Regenerate.
13805 * gdb.python/Makefile.in: New.
13806
cce89356
JB
138072008-10-16 Joel Brobecker <brobecker@adacore.com>
13808
13809 * gdb.base/foll-fork.exp: Adjust the expected output to match
13810 the new description for fork/vfork catchpoints in the "info
13811 breakpoints" output.
13812
176d289d
TJB
138132008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
13814
13815 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
13816
a08702d6
TJB
138172008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
13818
13819 * gdb.python/python-value.c: New file.
13820 * gdb.python/python-value.exp: New file.
13821
1c5cfe86
PA
138222008-10-15 Pedro Alves <pedro@codesourcery.com>
13823
13824 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
13825
5a98ad69
DP
138262008-10-15 Denis Pilat <denis.pilat@st.com>
13827
41702f1b 13828 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 13829
dcb1a1e2
TT
138302008-10-09 Tom Tromey <tromey@redhat.com>
13831
13832 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
13833 'fprintf' and 'stderr'.
13834
9124fe48
JB
138352008-10-07 Joel Brobecker <brobecker@adacore.com>
13836
13837 * gdb.ada/ref_tick_size.exp: New testcase.
13838
45452591
DE
138392008-10-06 Doug Evans <dje@google.com>
13840
13841 * gdb.dwarf2/dw2-cu-size.exp: New file.
13842 * gdb.dwarf2/dw2-cu-size.S: New file.
13843
13844 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
13845 .Ltype_int for clarity.
13846
4fc5b208
PP
138472008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13848
13849 PR gdb/2384:
13850 * gdb.cp/gdb2384.exp: Extended to test more cases.
13851 * gdb.cp/gdb2384.cc: Likewise.
13852 * gdb.cp/gdb2384-base.h: Likewise.
13853 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 13854
d78df370
JK
138552008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13856
13857 * gdb.base/maint.exp (maint print type): Remove printing
13858 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
13859
9a044a89
TT
138602008-09-30 Tom Tromey <tromey@redhat.com>
13861
13862 * gdb.base/macscp.exp: Add completion tests.
13863 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
13864 (TWENTY_THREE): Likewise.
13865 (FORTY_EIGHT): Likewise.
13866
506800a9
TT
138672008-09-30 Tom Tromey <tromey@redhat.com>
13868
13869 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
13870 everywhere.
13871 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
13872
1a6f01b5
JK
138732008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13874
13875 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
13876 testcase is derived from. Fix racy dependency on an expected PID
13877 number. No longer support the testcase on Linux kernel 2.4.x.
13878
2fae03e8
TT
138792008-09-27 Tom Tromey <tromey@redhat.com>
13880
13881 * gdb.base/macscp.exp: Add tests for stringification, splicing,
13882 and varargs.
13883
1ad15515
PA
138842008-09-22 Pedro Alves <pedro@codesourcery.com>
13885
13886 * lib/mi-support.exp (mi_expect_interrupt): New.
13887 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
13888 from gdb.mi/mi-nonstop.exp.
13889 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
13890 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
13891 lib/mi-support.exp.
13892 Use mi_check_thread_states throughout. Avoid ".*" and do not
13893 require an anchor after -exec-run.
13894
d0b76dc6
DJ
138952008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
13896
13897 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
13898 stop is pending. Avoid ".*" when two stops are pending.
13899 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
13900 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
13901 newlines in fullnames.
13902 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
13903 (mi_expect_stop): Update comments. Only anchor in sync mode.
13904 Do not match newlines.
13905 (mi_send_resuming_command_raw): Always return status.
13906 (mi_get_stop_line): Do not match more than one line by accident.
13907 Only anchor in sync mode.
13908 (mi_run_inline_test): If -exec-next fails, give up.
13909
9990c830
UW
139102008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13911
13912 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
13913 on SPU.
13914
ebcf6f00
JB
139152008-09-10 Joel Brobecker <brobecker@adacore.com>
13916
13917 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
13918
b6db24e5
JB
139192008-09-10 Joel Brobecker <brobecker@adacore.com>
13920
13921 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
13922 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
13923 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
13924 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
13925 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
13926 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
13927 gdb.ada/interface.exp, gdb.ada/null_array.exp,
13928 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
13929 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
13930 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
13931 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
13932 Include the "= " sequence in the expected output of print tests.
13933
2bf448e0
JB
139342008-09-10 Joel Brobecker <brobecker@adacore.com>
13935
13936 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
13937 description for boolean types.
13938
d51fd4c8
PA
139392008-09-09 Pedro Alves <pedro@codesourcery.com>
13940
13941 * gdb.base/hook-stop-continue.c: New.
13942 * gdb.base/hook-stop-continue.exp: New.
13943
694182d2
DJ
139442008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
13945
13946 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
13947
3b8a7fc0
JG
139482008-09-08 Jerome Guitton <guitton@adacore.com>
13949
13950 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
13951 (stack_check_probe_2, stack_check_probe_loop_1)
13952 (stack_check_probe_loop_2): New functions.
13953 (main): Add call to these new functions.
13954 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
13955 functions, check that the breakpoint is inserted at the appropriate
13956 location.
13957 (insert_breakpoint): Slightly refine this procedure so that it can
13958 be called several times in the test.
13959
96cc0ae8
JG
139602008-09-08 Jerome Guitton <guitton@adacore.com>
13961
13962 * gdb.base/stack-checking.c: New file.
13963 * gdb.base/stack-checking.exp: New file.
13964
1f08b409
TJB
139652008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
13966
13967 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
13968 * gdb.arch/altivec-regs.exp: Likewise.
13969 * gdb.arch/vsx-regs.exp: Likewise.
13970
3099e1c4
TJB
139712008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
13972
13973 * gdb.arch/ppc-fp.exp: New file.
13974 * gdb.arch/ppc-fp.c: New file.
13975
cc69bfc1
PP
139762008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
13977
13978 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
13979 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 13980
b02a33db
MS
139812008-09-04 Michael Snyder <msnyder@vmware.com>
13982
13983 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
13984 as "at" (for non-debug functions such as _start).
13985
2992cbe0
UW
139862008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13987
13988 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
13989 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
13990 software watchpoints.
13991 * gdb.base/watch_thread_num.exp: Likewise.
13992
514f746b
AR
139932008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
13994
13995 * gdb.arch/i386-bp_permanent.exp: New test.
13996
876cecd0
TT
139972008-08-24 Tom Tromey <tromey@redhat.com>
13998
13999 * gdb.base/maint.exp: Update "maint print type".
14000
80f73d71
VP
140012008-08-21 Vladimir Prus <vladimir@codesourcery.com>
14002
14003 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
14004 support. Adjust the order of "*running" notifications.
14005 * gdb.mi/non-stop.c: Don't cast from int to void* and
14006 back.
14007
d9c78d7d
MK
140082008-08-20 Mark Kettenis <kettenis@gnu.org>
14009
14010 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
14011 expect to find it in the "info frame" output.
14012
97a2d1d3
DJ
140132008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
14014
14015 * gdb.base/interp.exp: Always consume both prompts.
14016
b96e2927
PA
140172008-08-20 Pedro Alves <pedro@codesourcery.com>
14018
14019 * gdb.base/pending.exp: Test pending breakpoints without symbols
14020 loaded.
14021
8cf6e61a
VP
140222008-08-19 Vladimir Prus <vladimir@codesourcery.com>
14023
14024 * lib/mi-support.exp (mi_expect_stop): Produce
14025 more details on failures.
14026 * gdb.mi/mi-nonstop.exp: New.
14027 * gdb.mi/non-stop.c: New.
14028
c6ebd6cf
VP
140292008-08-19 Vladimir Prus <vladimir@codesourcery.com>
14030
a9c64011
AS
14031 * gdb.mi/mi-async.exp: Use 'set target-async'.
14032 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 14033
46a9b8ed
DJ
140342008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
14035
14036 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
14037
44feb3ce
TT
140382008-08-17 Tom Tromey <tromey@redhat.com>
14039
14040 * gdb.base/help.exp (help catch): Rewrite.
14041
311a4e6b
TJB
140422008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
14043
14044 * gdb.base/define.exp: Test indented command documentation.
14045 * gdb.python/python.exp: Test indented multi-line command.
14046
604c2f83
LM
140472008-08-15 Luis Machado <luisgpm@br.ibm.com>
14048
14049 * testsuite/gdb.arch/vsx-regs.c: New source file.
14050 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
14051 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
14052
886a217c
TT
140532008-08-14 Tom Tromey <tromey@redhat.com>
14054
14055 * gdb.base/macscp.exp: Add regression test for "macro define" or
14056 "macro undef" with no arguments.
14057
c814a4f3
PP
140582008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
14059
14060 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 14061
12ab8a60
UW
140622008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14063
14064 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
14065
d57a3c85
TJB
140662008-08-06 Tom Tromey <tromey@redhat.com>
14067
14068 * gdb.python/python.exp: New file.
14069
c7b778ff
JK
140702008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14071
14072 Fix for PR gdb/1543.
14073 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
14074 $LOCATION.
14075 (location): New variable.
14076 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
14077 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
14078 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
14079 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
14080 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
14081 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
14082 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
14083 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
14084 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
14085 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
14086 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
14087 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
14088 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
14089 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
14090 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14091 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
14092 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
14093 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
14094 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
14095 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14096 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
14097 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
14098 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
14099 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
14100 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
14101 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
14102 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
14103 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
14104 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
14105 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
14106 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
14107 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
14108 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
14109 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
14110 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
14111 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
14112 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
14113 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14114 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
14115 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
14116 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
14117 gdb.base/type-opaque.exp, gdb.base/until.exp,
14118 gdb.base/value-double-free.c, gdb.base/varargs.exp,
14119 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
14120 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
14121 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
14122 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
14123 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
14124 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
14125 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
14126 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
14127 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
14128 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
14129 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
14130 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
14131 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
14132 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
14133 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
14134 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14135 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
14136 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
14137 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
14138 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
14139 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
14140 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
14141 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
14142 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
14143 gdb.pascal/types.exp, gdb.stabs/weird.exp,
14144 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
14145 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
14146 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
14147 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
14148 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
14149 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
14150 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14151 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14152 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14153 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14154 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14155 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14156 lib/mi-support.exp, lib/trace-support.exp: Remove reference
14157 to bug-gdb@prep.ai.mit.edu .
14158
5e06a3d1
VP
141592008-07-31 Vladimir Prus <vladimir@codesourcery.com>
14160
14161 * lib/mi-support.exp (mi_load_shlibs): New.
14162 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
14163
9d81d21b
VP
141642008-07-30 Vladimir Prus <vladimir@codesourcery.com>
14165
14166 * lib/mi-support.exp (get_mi_thread_list)
14167 (check_mi_and_console_threads): New, moved from ...
14168 * gdb.mi/mi-pthread.exp: ...here.
14169 * gdb.mi/gdb669.exp (get_mi_thread_list)
14170 (check_mi_and_console_threads): Delete.
14171 * gdb.mi/mi2-pthread.exp: Likewise.
14172
bae98fe0
TT
141732008-07-28 Tom Tromey <tromey@redhat.com>
14174
14175 * Makefile.in (just-check): Remove. Move body to...
14176 (check): ... here.
14177
57380f4e
DJ
141782008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14179
14180 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
14181 Add a test for duplicated SIGINTs.
14182
e09490f1
DJ
141832008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14184
14185 * gdb.threads/schedlock.exp (get_args): Update to work for any
14186 value of NUM.
14187 (Top level): Report the number of threads that did not resume.
14188
6387b45f
DJ
141892008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14190
14191 * gdb.dwarf2/dw2-compressed.S: Also define __start.
14192
62f64ff2
DJ
141932008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14194
14195 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
14196 non-MI prompt.
14197
fa8de41e
TT
141982008-07-26 Tom Tromey <tromey@redhat.com>
14199
14200 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
14201 (function_struct, function_struct_ptr): New globals.
14202 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
14203 function pointer in a struct.
14204
ccb3ac8a
TT
142052008-07-26 Tom Tromey <tromey@redhat.com>
14206
14207 * gdb.base/macscp.exp: Add test for macro lexing bug.
14208
d7d9f01e
TT
142092008-07-18 Tom Tromey <tromey@redhat.com>
14210
14211 * gdb.base/macscp.exp: Add macro tests.
14212
9bf07184
PP
142132008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14214
14215 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
14216
becf6477
PP
142172008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14218
14219 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
14220
0709f7d3
PP
142212008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
14222
14223 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 14224
7093c834
PP
142252008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
14226
14227 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 14228
b432ffe3
JK
142292008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14230
14231 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
14232
b1a268e5
VP
142332008-07-12 Vladimir Prus <vladimir@codesourcery.com>
14234
14235 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
14236
e2995f8e
KB
142372008-07-11 Kevin Buettner <kevinb@redhat.com>
14238
14239 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
14240 of regexp to account for changes made to GDB in the printing of
14241 byte vectors.
14242
14032a66
TT
142432008-07-11 Tom Tromey <tromey@redhat.com>
14244
14245 * gdb.base/completion.exp: Add 'help' completion test.
14246
981505ef
JK
142472008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14248
14249 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
14250
10568435
JK
142512008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14252
14253 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
14254
4487aabf
PA
142552008-07-09 Pedro Alves <pedro@codesourcery.com>
14256
14257 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
14258
a4a9b1c4
PA
142592008-07-09 Pedro Alves <pedro@codesourcery.com>
14260
14261 * gdb.base/fullname.exp: Restore pwd if compiling failed.
14262
3c3185ac
JK
142632008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14264
14265 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
14266
7ebd49dc
VP
142672008-06-28 Vladimir Prus <vladimir@codesourcery.com>
14268
14269 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
14270 previous commit. Add a comment.
14271
84e46146
PA
142722008-06-28 Pedro Alves <pedro@codesourcery.com>
14273
14274 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
14275
0f8d4a2f
VP
142762008-06-28 Vladimir Prus <vladimir@codesourcery.com>
14277
14278 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
14279
f747e0ce
PA
142802008-06-27 Pedro Alves <pedro@codesourcery.com>
14281
14282 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
14283 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
14284 compiling an executable, link in an object that forces unbuffered
14285 output.
14286 * lib/set_unbuffered_mode.c: New file.
14287
734a5c36
JK
142882008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14289
14290 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
14291
a2840c35
VP
142922008-06-25 Vladimir Prus <vladimir@codesourcery.com>
14293
a9c64011
AS
14294 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
14295 mi_expect_stop.
14296 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
14297 Demand that *running is output.
14298 (detect_async): Perform checking every time.
14299 (mi_send_resuming_command): Extract everything into...
14300 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
14301 (mi_expect_stop): Don't accept any output before *stopped.
14302
6ae37fef
VP
143032008-06-13 Vladimir Prus <vladimir@codesourcery.com>
14304
14305 Robustify mi-simplerun.
a9c64011
AS
14306 * gdb.mi/basics.c (main): Add a call to sleep.
14307 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
14308 * gdb.mi/mi2-cli.exp: Likewise.
14309 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 14310
b4aa76f0 143112008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
14312
14313 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
14314
e1ac3328
VP
143152008-06-10 Vladimir Prus <vladimir@codesourcery.com>
14316
a9c64011
AS
14317 * gdb.mi/mi-console.exp: Adjust.
14318 * gdb.mi/mi-syn-frame.exp: Adjust.
14319 * gdb.mi/mi2-console.exp: Adjust.
14320 * gdb.mi/mi2-syn-frame.exp: Adjust.
14321 * lib/mi-support.exp (mi_run_cmd): Adjust.
14322 (mi_send_resuming_command): Adjust.
e1ac3328 14323
f7f9a841
VP
143242008-06-10 Vladimir Prus <vladimir@codesourcery.com>
14325
14326 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
14327 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
14328 testing of stopped.
14329 * gdb.mi/mi2-syn-frame.exp: Likewise.
14330 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
14331 (async, detect_async): New.
14332 (mi_expect_stop, mi_continue_to_line): Adjust expectation
14333 depending on if we're running in sync or async mode.
f7f9a841 14334
37cd5d19
TT
143352008-06-09 Tom Tromey <tromey@redhat.com>
14336
14337 * gdb.base/completion.exp: New tests for field name completion
14338 with spaces, and field name completion with '->'.
14339
65d12d83
TT
143402008-06-06 Tom Tromey <tromey@redhat.com>
14341
14342 * gdb.base/break1.c (struct some_struct): New struct.
14343 (values): New global.
14344 * gdb.base/completion.exp: Add field name completion test.
14345
ebfe2e3f
PP
143462008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
14347
14348 * gdb.cp/call-c.exp: Test for incorrect handling of reference
14349 to pointer.
14350 * gdb.cp/call-c.cc: Likewise.
14351
bcf6fc3a
NR
143522008-06-06 Nick Roberts <nickrob@snap.net.nz>
14353
14354 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
14355 annotation.
14356
49fd4a42 143572008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 14358 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
14359
14360 * gdb.threads/execl.c, gdb.threads/execl1.c,
14361 gdb.threads/execl.exp: New tests.
a9c64011 14362
8a34ac3f
AR
143632008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
14364 Daniel Jacobowitz <dan@codesourcery.com>
14365
14366 * gdb.cp/exception.exp: Activate test, make it work with pending
14367 catchpoints.
14368
86ae69ef
JK
143692008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14370
14371 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
14372
f7f9ae2c
VP
143732008-05-28 Vladimir Prus <vladimir@codesourcery.com>
14374
a9c64011
AS
14375 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
14376 now printed.
14377 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 14378
2a2d4dc3
AS
143792008-05-27 Andreas Schwab <schwab@suse.de>
14380
14381 * gdb.base/frame-args.exp: Handle arguments that are optimized
14382 out.
14383
5099e4d9
LM
143842008-05-26 Luis Machado <luisgpm@br.ibm.com>
14385
14386 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
14387 quiet for ppc32 and group options into a single variable.
14388
d9c36a91
JB
143892008-05-23 Joel Brobecker <brobecker@adacore.com>
14390
14391 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
14392 of zero-size elements.
14393 * gdb.ada/null_array.exp: Test printing this new array.
14394
103a8671
JK
143952008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14396
14397 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
14398
07a4cc1a 143992008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
14400
14401 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
14402 of the "finish" command.
14403
55f996a7
NR
144042008-05-21 Nick Roberts <nickrob@snap.net.nz>
14405
14406 * gdb.base/annota1.exp: Test for new annotation.
14407
907fc202
UW
144082008-05-16 Pedro Alves <pedro@codesourcery.com>
14409
14410 * gdb.base/fixsection.exp: New file.
14411 * gdb.base/fixsection0.c: New file.
14412 * gdb.base/fixsection1.c: New file.
14413
e8f97270
UW
144142008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14415
14416 * gdb.base/annota1.exp: Accept printf@... in place of printf.
14417 * gdb.base/annota3.exp: Likewise.
14418
ac0bb574
NF
144192008-05-13 Nathan Froyd <froydnj@codesourcery.com>
14420
14421 * gdb.base/watch_thread_num.exp: Don't run tests that require
14422 watchpoints if the target doesn't support them.
14423
6fadd07a
DE
144242008-05-12 Doug Evans <dje@google.com>
14425
14426 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
14427
6e9a4a30
JB
144282008-05-09 Joel Brobecker <brobecker@adacore.com>
14429
14430 * gdb.ada/assign_1.exp: New testcase.
14431
08388c79
DE
144322008-05-09 Doug Evans <dje@google.com>
14433
a3c83fae
DE
14434 * gdb.base/find.exp: New file.
14435 * gdb.base/find.c: New file.
08388c79 14436
bd5ddfe8
DJ
144372008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
14438
14439 * gdb.base/commands.exp (watchpoint_command_test): Handle
14440 gdb,no_hardware_watchpoints.
14441 * gdb.base/float.exp: Allow ARM targets without floating point.
14442 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
14443
b5dd68e2 144442008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 14445 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
14446
14447 * gdb.ada/lang_switch: New test program.
14448 * gdb.ada/lang_switch.exp: New testcase.
14449
382d13d1
DE
144502008-05-05 Doug Evans <dje@google.com>
14451
14452 * gdb.base/help.exp (disassemble): Update expected help text.
14453
9dd789d0
PA
144542008-05-04 Pedro Alves <pedro@codesourcery.com>
14455
14456 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
14457
611c83ae
PA
144582008-05-04 Pedro Alves <pedro@codesourcery.com>
14459
14460 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
14461 different times.
14462
ff013f42
JK
144632008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14464
14465 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
14466 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
14467 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
14468 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
14469
96dff6a2
VP
144702008-05-04 Vladimir Prus <vladimir@codesourcery.com>
14471
14472 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
14473 notification to appear.
14474
55cd6f92
DJ
144752008-05-04 Daniel Jacobowitz <dan@debian.org>
14476
14477 * gdb.base/fullname.c: New file.
14478 * gdb.base/fullname.exp: New file.
14479 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
14480
d705c43c
PA
144812008-05-03 Pedro Alves <pedro@codesourcery.com>
14482
14483 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
14484 expressions with macros.
14485
333222e1
JK
144862008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14487
14488 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
14489
5ac01682
DJ
144902008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
14491
14492 * gdb.base/completion.exp: Handle lack of other symbols beginning
14493 with "a".
14494
14495 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
14496
237fc4c9
PA
144972008-05-02 Jim Blandy <jimb@codesourcery.com>
14498
14499 * gdb.asm/asmsrc1.s: Add scratch space.
14500
ed5e9466
DJ
145012008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14502 Daniel Jacobowitz <dan@codesourcery.com>
14503
14504 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
14505 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
14506 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
14507
b39cc962
DJ
145082007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
14509
14510 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
14511
36d520f5
JB
145122008-05-01 Joel Brobecker <brobecker@adacore.com>
14513
14514 * gdb.base/info-target.exp: New testcase.
14515
8d4e3071
DJ
145162008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
14517
14518 * gdb.cp/hang.exp: Use .cc instead of .C.
14519 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
14520 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
14521
6f3f3097
DJ
145222008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
14523
14524 * gdb.base/gdb1250.exp: Remove perror.
14525 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
14526
5550a914
PA
145272008-04-30 Pedro Alves <pedro@codesourcery.com>
14528
14529 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
14530 .2byte.
14531
d848e687
DJ
145322008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
14533
14534 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
14535 (maybe_kfail): New.
14536
93b5768b
PA
145372008-04-25 Pedro Alves <pedro@codesourcery.com>
14538
14539 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
14540
721c02de
VP
145412008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14542
a9c64011
AS
14543 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
14544 * gdb.mi/mi2-syn-frame.exp: Likewise.
14545 * lib/mi-support.exp: Likewise.
721c02de 14546
74960c60
VP
145472008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14548
14549 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
14550 to specify regexp for the location to stop at.
14551 * gdb.base/break-always.c: New.
14552 * gdb.base/break-always.exp: New.
14553
d24317b4
VP
145542008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14555
14556 * lib/mi-support.exp (mi_runto_helper): Adjust
14557 for the original-location field.
14558 (mi_create_breakpoint, mi_list_breakpoints): New.
14559 * gdb.mi/mi-break.exp: Adjust.
14560 * gdb.mi/mi2-break.exp: Adjust.
14561 * gdb.mi/mi-pending.exp: Adjust.
14562 * gdb.mi/mi-simplerun.exp: Adjust.
14563 * gdb.mi/mi2-simplerun.exp: Adjust.
14564 * gdb.mi/mi-syn-frame.exp: Adjust.
14565 * gdb.mi/mi2-syn-frame.exp: Adjust.
14566 * gdb.mi/mi-until.exp: Adjust.
14567 * gdb.mi/mi2-until.exp: Adjust.
14568 * gdb.mi/mi-var-display.exp: Adjust.
14569 * gdb.mi/mi2-var-display.exp: Adjust.
14570 * gdb.mi/mi-watch.exp: Adjust.
14571 * gdb.mi/mi2-watch.exp: Adjust.
14572
fdc59709 145732008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 14574
a9c64011
AS
14575 * aclocal.m4: Add override.m4.
14576 * configure: Regenerate.
fdc59709 14577
8e91f023
VP
145782008-04-19 Vladimir Prus <vladimir@codesourcery.com>
14579
14580 * gdb.mi/var-cmd.c (do_at_tests): Verify that
14581 '-var-update --all-values' reports new value even the type
14582 of a variable object has changed.
14583
233a11ab
CS
145842008-04-18 Craig Silverstein <csilvers@google.com>
14585
14586 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
14587 files.
d24317b4 14588
9c1137ad
JB
145892008-04-18 Joel Brobecker <brobecker@adacore.com>
14590
14591 * gdb.ada/atomic_enum: New test program.
14592 * gdb.ada/atomic_enum.exp: New testcase.
14593
66d0bbc7
DE
145942008-04-17 Doug Evans <dje@google.com>
14595
14596 * gdb.opt/Makefile.in: Fix whitespace.
14597
100906b0
UW
145982008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
14599
14600 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
14601
4584e32e
DE
146022008-04-17 Doug Evans <dje@google.com>
14603
14604 * gdb.base/hashline1.exp: New testcase.
14605 * gdb.base/hashline2.exp: New testcase.
14606 * gdb.base/hashline2.exp: New testcase.
14607
0a320680
PA
146082008-04-17 Pedro Alves <pedro@codesourcery.com>
14609
14610 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
14611
18ac113b
AR
146122008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
14613
14614 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
14615 temporary breakpoint to match "Temporary breakpoint".
14616 * gdb.base/break.exp (delete_breakpoints): Likewise.
14617 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
14618 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
14619 * gdb.base/display.exp: Likewise.
14620 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
14621 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
14622 * gdb.base/restore.exp (restore_tests): Likewise.
14623 * gdb.base/sepdebug.exp: Likewise.
14624 * gdb.base/watchpoint.exp: Likewise.
14625 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
14626 * gdb.mi/mi-pending.exp: Likewise.
14627 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
14628 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
14629 * gdb.mi/mi-var-cmd.exp: Likewise.
14630 * gdb.mi/mi-var-display.exp: Likewise.
14631 * gdb.mi/mi2-cli.exp: Likewise.
14632 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
14633 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
14634 * gdb.mi/mi2-var-display.exp: Likewise.
14635 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
14636 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
14637 new "disp" field.
a9c64011 14638 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
14639 reason. This is to support fix for PR2424.
14640
add38693
JK
146412008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14642
14643 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
14644
fcacd99f
VP
146452008-04-13 Vladimir Prus <vladimir@codesourcery.com>
14646
14647 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 14648 field. Add more floating varobj tests.
fcacd99f 14649 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
14650 field.
14651 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
14652 (main): Call do_at_tests.
14653 * lib/mi-support.exp (mi_create_floating_varobj)
14654 (mi_varobj_update_with_type_change): New.
fcacd99f 14655
de051565
MK
146562008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
14657
14658 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
14659 option of -var-evaluate-expression.
14660 * gdb.mi/mi2-var-display.exp: Likewise.
14661
dbc52822
VP
146622008-04-07 Vladimir Prus <vladimir@codesourcery.com>
14663
14664 Introduce test setup helpers.
a9c64011
AS
14665 * lib/gdb.exp (build_executable, clean_restart)
14666 (prepare_for_testing): New.
14667 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
14668 * gdb.base/return.exp: Likewise.
14669 * gdb.base/ending-run.exp: Likewise.
dbc52822 14670
473591da
NR
146712008-04-07 Nick Roberts <nickrob@snap.net.nz>
14672
14673 * gdb.mi/mi-async.exp: New test for asynchronous Machine
14674 Interface (MI) responses.
14675
2b2d9e11
VP
146762008-04-06 Vladimir Prus <vladimir@codesourcery.com>
14677
a9c64011
AS
14678 * gdb.cp/breakpoint.cc: New code to test conditions involving
14679 member variables.
14680 * gdb.cp/breakpoint.exp: Test condition involving member
14681 variables.
2b2d9e11 14682
bb378428
VP
146832008-04-05 Vladimir Prus <vladimir@codesourcery.com>
14684
14685 * lib/mi-support.exp (mi_expect_stop): New.
14686 (mi_run_cmd): Change the
14687 token. Use mi_send_resuming_command, use
14688 mi_expect_stop.
14689 (mi_execute_to_helper): Rename to mi_execute_to.
14690 (mi_send_resuming_command): Add more error patterns.
14691 (mi_wait_for_stop): Renamed to...
14692 (mi_get_stop_line): ...this.
14693 (mi_run_inline_test): Adjust.
14694
14695 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
14696 * gdb.mi/mi-console.exp: Likewise.
14697 * gdb.mi/mi-pending.exp: Likewise.
14698 * gdb.mi/mi-simplerun.exp: Likewise.
14699 * gdb.mi/mi-stack.exp: Likewise.
14700 * gdb.mi/mi-stepi.exp: Likewise.
14701 * gdb.mi/mi-syn-frame.exp: Add comment.
14702 * gdb.mi/mi-until.exp: Likewise.
14703 * gdb.mi/mi-var-display.exp: Likewise.
14704 * gdb.mi/mi-watch.exp: Likewise.
14705 * gdb.mi/mi2-cli.exp: Likewise.
14706 * gdb.mi/mi2-console.exp: Likewise.
14707 * gdb.mi/mi2-simplerun.exp: Likewise.
14708 * gdb.mi/mi2-stack.exp: Likewise.
14709 * gdb.mi/mi2-stepi.exp: Likewise.
14710 * gdb.mi/mi2-until.exp: Likewise.
14711 * gdb.mi/mi2-var-display.exp: Likewise.
14712 * gdb.mi/mi2-watch.exp: Likewise.
14713
62172bb9
UW
147142008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14715
14716 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
14717
14718 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
14719
a13e061a
PA
147202008-04-04 Pedro Alves <pedro@codesourcery.com>
14721
14722 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
14723 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
14724 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
14725 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
14726 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
14727 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
14728 expect an mi error duplicated in stderr.
14729
eae06beb
JB
147302008-04-03 Joel Brobecker <brobecker@adacore.com>
14731
14732 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
14733 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
14734 Add a couple of tests that verify the behavior when the new setting
14735 is set to "cancel" and "all".
14736 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
14737 "ask" before we start the testing.
14738
79c6ced6
AR
147392008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
14740
14741 * gdb.cp/casts.cc: Add class reference variables.
14742 * gdb.cp/casts.exp: New test cases for up/down casting references.
14743
6c2d1a6b
MK
147442008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
14745
14746 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
14747 instead of beginning to make an extra test pass.
14748 * gdb.mi/mi2-var-display.exp: Likewise.
14749
55b411d9
MR
147502008-03-31 Maciej W. Rozycki <macro@mips.com>
14751
14752 * gdb.base/break.exp: Mark failures as such. Fix formatting.
14753
c6140da2
MD
147542008-03-31 Markus Deuling <deuling@de.ibm.com>
14755 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14756
14757 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
14758 value. Add xfail for older kernels.
14759
79732189
AR
147602008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
14761
14762 Bring mi-support in line with gdb.exp.
14763 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
14764 (mi_gdb_start): New function.
14765
33c3676e
MR
147662008-03-28 Maciej W. Rozycki <macro@mips.com>
14767
14768 * gdb.mi/mi-var-cmd.exp: Fix a typo.
14769
92e28119
VP
147702008-03-26 Vladimir Prus <vladimir@codesourcery.com>
14771
14772 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
14773 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 14774
9e8e3afe
VP
147752008-03-26 Vladimir Prus <vladimir@codesourcery.com>
14776
14777 * lib/mi-support.exp (mi_create_varobj_checked): New.
14778 (mi_list_varobj_children): Allow to check for a
14779 value.
14780 (mi_list_array_varobj_children): New.
14781
14782 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
14783 and mi_list_varobj_children, as opposed to hardcoding
14784 expected strings.
14785 * gdb.mi/gdb701.exp: Likewise.
14786 * gdb.mi/gdb792.exp: Likewise.
14787 * gdb.mi/mi-var-block.exp: Likewise.
14788 * gdb.mi/mi-var-cmd.exp: Likewise.
14789 * gdb.mi/mi-var-invalidate.exp: Likewise.
14790 * gdb.mi/mi2-var-block.exp: Likewise.
14791 * gdb.mi/mi2-var-child.exp: Likewise.
14792 * gdb.mi/mi2-var-cmd.exp: Likewise.
14793 * gdb.mi/mi2-var-display.exp: Likewise.
14794
9df50351
JK
147952008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14796
14797 Fix random false FAILs on i386.
14798 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
14799
31e5d73a
DJ
148002008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
14801
14802 PR gdb/544
14803 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
14804
12f4afab
DJ
148052008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
14806
14807 PR gdb/544
14808 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
14809
b562a0cb
DJ
148102008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14811
14812 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
14813 fixed PR gdb/544.
14814
17faa917
DJ
148152008-03-21 Pedro Alves <pedro@codesourcery.com>
14816
14817 * gdb.threads/fork-child-threads.exp: Test next over fork.
14818
6214f497
DJ
148192008-03-21 Chris Demetriou <cgd@google.com>
14820
14821 * gdb.base/break.exp (rbreak junk): New test for rbreak
14822 "Junk at end of arguments" issue.
14823
63092375
DJ
148242008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14825
14826 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
14827 *& to work on created array elements.
14828 (Top level): Test print $pc with a file. Test string operations
14829 without a target.
14830 * gdb.base/ptype.exp: Do not expect *& to work on created array
14831 elements.
14832
b21991b0
DJ
148332008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14834
14835 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14836 gdb.threads/staticthreads.exp: Update exit query.
14837
c4b347c7
SL
148382008-03-07 Sandra Loosemore <sandra@codesourcery.com>
14839
14840 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
14841
fa4727a6
DJ
148422008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
14843
14844 * gdb.base/watchpoint.c (global_ptr, func4): New.
14845 (main): Call func4.
14846 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
14847 (test_inaccessible_watchpoint): New.
14848
2f34202f
MR
148492008-02-29 Maciej W. Rozycki <macro@mips.com>
14850
14851 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
14852 select the largest.
14853
0d6ba1b1
DJ
148542008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
14855
14856 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
14857 frames-invalid annotations.
14858
e691325a
PM
148592008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
14860
a9c64011 14861 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 14862
f85b5ecc
DE
148632008-02-27 Doug Evans <dje@google.com>
14864
14865 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
14866 for bug 1738.
14867 (breakpoint_to_handler_entry): Ditto.
14868
b40e7bf3
JB
148692008-02-27 Joel Brobecker <brobecker@adacore.com>
14870
14871 * gdb.base/ending-run.exp: Use the first line of code inside
14872 function body to test breakpoints.
14873 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
14874 location where the breakpoint is inserted when using the line
14875 where a function is declared. Fix typo in the description of
14876 one of the tests.
14877 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
14878
2faca73a
PM
148792008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
14880
14881 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 14882 tests.
2faca73a 14883
6f439c36
PM
148842008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
14885
14886 * gdb.base/args.exp: avoid same output for tests
14887 with single quotes.
14888
54e52265
VP
148892008-02-26 Vladimir Prus <vladimir@codesourcery.com>
14890
a9c64011
AS
14891 * gdb.base/annota1.exp: Adjust for 'info break'
14892 format changes.
14893 * gdb.base/annota3.exp: Likewise.
14894 * gdb.base/break.exp: Likewise.
14895 * gdb.base/condbreak.exp: Likewise.
14896 * gdb.base/pending.exp: Likewise.
14897 * gdb.base/sepdebug.exp: Likewise.
14898 * gdb.base/unload.exp: Likewise.
14899 * gdb.cp/ovldbreak.exp: Likewise.
14900 * gdb.mi/mi-pending.exp: Likewise.
54e52265 14901
897b09ca
DE
149022008-02-07 Doug Evans <dje@google.com>
14903
14904 * gdb.cp/mb-inline.exp: New.
14905 * gdb.cp/mb-inline.h: New.
14906 * gdb.cp/mb-inline1.cc: New.
14907 * gdb.cp/mb-inline2.cc: New.
14908
b1c32d35
PM
149092008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
14910
14911 * gdb.pascal/floats.pas: New test program.
14912 * gdb.pascal/floats.exp: New testcase.
14913
1a4ca44a
TJB
149142008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
14915
14916 * gdb.base/callfuncs.c (t_float_many_args): New function.
14917 (t_double_many_args): New function.
14918 * gdb.base/callfuncs.exp: Add tests for exceeding float
14919 and double parameters passed through the stack.
14920
439048e8
JB
149212008-02-05 Joel Brobecker <brobecker@adacore.com>
14922
14923 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
14924 gdb.ada/complete/foo.adb: New files.
14925 * gdb.ada/complete.exp: New testcase.
14926
81fe8080
DE
149272008-02-03 Doug Evans <dje@google.com>
14928
301f0ecf
DE
14929 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
14930
81fe8080
DE
14931 * gdb.cp/gdb2384.exp: New file.
14932 * gdb.cp/gdb2384.cc: New file.
14933 * gdb.cp/gdb2384-base.h: New file.
14934 * gdb.cp/gdb2384-base.cc: New file.
14935
4b071aec
DE
149362008-02-02 Doug Evans <dje@google.com>
14937
14938 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
14939
61137ba6
JB
149402007-02-01 Joel Brobecker <brobecker@adacore.com>
14941
14942 * gdb.ada/sym_print_name: New test program.
14943 * gdb.ada/sym_print_name.exp: New testcase.
14944
149452007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
14946
14947 * gdb.ada/nested/hello.adb: New file.
14948 * gdb.ada/nested.exp: New testcase.
14949 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
14950
98deb0da
VP
149512008-02-01 Vladimir Prus <vladimir@codesourcery.com>
14952
14953 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
14954 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
14955 don't cause future evaluations of function to report
14956 creation of internal breakpoints.
98deb0da 14957
723a2275
VP
149582008-02-01 Vladimir Prus <vladimir@codesourcery.com>
14959
14960 * gdb.mi/mi-break.exp (test_error): New.
14961 Call it.
14962
fb546a2f
LM
149632008-01-31 Luis Machado <luisgpm@br.ibm.com>
14964
14965 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
14966 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
14967
2d8fd90a
PM
149682008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
14969
14970 * gdb.pascal/integers.pas: New test program.
14971 * gdb.pascal/integers.exp: New testcase.
14972
a7fa0ded
PM
149732008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
14974
14975 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
14976
5e1a1926
TJB
149772008-01-30 Luis Machado <luisgpm@br.ibm.com>
14978
14979 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
14980 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
14981
8d04f9f0
JB
149822008-01-30 Paul Hilfinger <hilfinger@adacore.com>
14983
14984 * gdb.ada/formatted_ref: New test program.
14985 * gdb.ada/formatted_ref.exp: New testcase.
14986
14987 * gdb.cp/formatted-ref.cc: New file.
14988 * gdb.cp/formatted-ref.exp: New testcase.
14989
ce75a98f
JB
149902008-01-30 Joel Brobecker <brobecker@adacore.com>
14991
14992 * gdb.base/ptype.exp: Add testing of "ptype $pc".
14993
e835f6bf
NR
149942008-01-30 Nick Roberts <nickrob@snap.net.nz>
14995
14996 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
14997 (test_file_list_exec_source_file): Update to new macro-info field.
14998
d118ef87
PH
149992008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
15000
15001 * gdb.ada/exprs: New test program.
15002 * gdb.ada/exprs.exp: New testcase.
15003
7d35ab09
TJB
150042008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15005
15006 * dfp-test.c (DELTA, DELTA_B): New definitions.
15007 (double_val1, double_val2, double_val3, double_val4, double_val5,
15008 double_val6, double_val7, double_val8, double_val9, double_val10,
15009 double_val11, double_val12, double_val13, double_val14, dec32_val1,
15010 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
15011 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
15012 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
15013 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
15014 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
15015 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
15016 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
15017 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
15018 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
15019 dec128_val16): New global variables.
15020 (decimal_dec128_align): New function.
15021 (decimal_mixed): Likewise.
15022 (decimal_many_args_dec32): Likewise.
15023 (decimal_many_args_dec64): Likewise.
15024 (decimal_many_args_dec128): Likewise.
15025 (decimal_many_args_mixed): Likewise.
15026 * dfp-test.exp: Add tests calling new inferior functions.
15027
2d717e4f
DJ
150282008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
15029
15030 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
15031 gdb.server/ext-run.exp: New files.
15032 * lib/gdbserver-support.exp (gdbserver_download): New.
15033 (gdbserver_start): New. Update gdbserver expected
15034 output.
15035 (gdbserver_spawn): Use them.
15036 (gdbserver_start_extended): New.
15037
e85a822c
DJ
150382008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
15039
15040 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
15041 Run on GNU/Linux.
15042 (do_exec_tests): Check for systems which do not support catchpoints.
15043 Do not match START.
15044 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
15045 Run on GNU/Linux. Enable verbose output.
15046 (check_fork_catchpoints): New.
15047 (explicit_fork_child_follow, catch_fork_child_follow)
15048 (tcatch_fork_parent_follow): Update expected messages.
15049 (do_fork_tests): Use check_fork_catchpoints.
15050 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
15051 Run on GNU/Linux. Enable verbose output.
15052 (check_vfork_catchpoints): New.
15053 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
15054 expected messages.
15055 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
15056
401ea829
JB
150572008-01-29 Jim Blandy <jimb@red-bean.com>
15058
15059 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
15060 host' errors.
15061 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
15062
aceaf3ad
JB
150632008-01-29 Jim Blandy <jimb@red-bean.com>
15064
15065 * gdb.threads/sigthread.c: Use barriers to ensure that
15066 child_thread and child_thread_two are always initialized before we
15067 start to use them.
15068
a5606eee
VP
150692008-01-29 Vladimir Prus <vladimir@codesourcery.com>
15070
15071 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
15072 * gdb.base/watchpoint-solib.c: New.
15073 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 15074
c55a82bb
PM
150752008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
15076
15077 * gdb.base/gdb1056.exp: Add unsigned integer test.
15078
0993fe05
DE
150792008-01-28 Doug Evans <dje@google.com>
15080
15081 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
15082
4fe42e7f
JB
150832008-01-27 Jim Blandy <jimb@codesourcery.com>
15084
c7a69933
JB
15085 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
15086
4fe42e7f
JB
15087 * gdb.base/expand-psymtabs.exp: Doc fix.
15088
5def8285
MK
150892008-01-26 Mark Kettenis <kettenis@gnu.org>
15090
15091 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
15092
5313c911
NR
150932008-01-24 Nick Roberts <nickrob@snap.net.nz>
15094
a9c64011 15095 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
15096 -var-set-format.
15097
93815fbf
VP
150982008-01-23 Chris Demetriou <cgd@google.com>
15099
15100 * gdb.threads/thread_events.c: New testcase source file.
15101 * gdb.threads/thread_events.exp: New testcase expect file.
15102
467a88ee
NR
151032008-01-23 Nick Roberts <nickrob@snap.net.nz>
15104
15105 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
15106
15107 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
15108 -var-set-format.
15109
d8f82aba
DJ
151102008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
15111 Vladimir Prus <vladimir@codesourcery.com>
15112
15113 * gdb.base/float.exp: Allow missing floating point for m68k and
15114 PowerPC.
15115
60c46647
VP
151162008-01-22 Vladimir Prus <vladimir@codesourcery.com>
15117
15118 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
15119 ignore count.
15120 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
15121 * gdb.mi/mi-cli.exp: Adjust.
15122 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 15123
c7dd36a1
PA
151242008-01-17 Pedro Alves <pedro@codesourcery.com>
15125
15126 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
15127 and 'dummy_ptr' integer pointer. Initialize struct_declarations
15128 with dummy_ptr's address.
15129 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
15130 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
15131 all targets.
15132 * gdb.mi/mi2-var-child.exp: Likewise.
15133
39d5313e
JB
151342008-01-09 Joel Brobecker <brobecker@adacore.com>
15135
15136 * gdb.ada/null_array: New test program.
15137 * gdb.ada/null_array.exp: New testcase.
15138
0aea4bf3
LM
151392008-01-09 Luis Machado <luisgpm@br.ibm.com>
15140
15141 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
15142 with required float modifiers.
15143
0b354900
JB
151442008-01-08 Joel Brobecker <brobecker@adacore.com>
15145
15146 * gdb.ada/funcall_param: New test program.
15147 * gdb.ada/funcall_param.exp: New testcase.
15148
cdb7f5d4
JB
151492008-01-08 Joel Brobecker <brobecker@adacore.com>
15150
15151 * gdb.ada/arrayparam: New test program.
15152 * gdb.ada/arrayparam.exp: New testcase.
15153
88e2547f
JB
151542008-01-08 Joel Brobecker <brobecker@adacore.com>
15155
15156 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
15157 landed. Should also fix random failures in the test following it.
15158
f6867ce0
TJB
151592008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
15160
15161 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
15162 for expressions with decimal float values.
15163 (test_dfp_conversions): New function to test casts to and from
15164 decimal float types.
15165 Call test_dfp_conversions.
15166 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
15167 elements.
15168 (main): Initialize ds.float4 and ds.double8 elements.
15169 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
15170 string to new error message.
15171 (d64_set_tests): Likewise.
15172 (d128_set_tests): Likewise.
15173 Add tests for expressions with decimal float variables. Add tests for
15174 conversions to and from decimal float types.
15175
f9c11282
JB
151762008-01-05 Joel Brobecker <brobecker@adacore.com>
15177
15178 * gdb.ada/packed_tagged/comp_bug.adb: New file.
15179 * gdb.ada/packed_tagged.exp: New testcase.
15180
0ecbca72
JB
151812008-01-04 Joel Brobecker <brobecker@adacore.com>
15182
15183 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
15184 gdb.ada/homonym/homonym_main.adb: New files.
15185 * gdb.ada/homonym.exp: New testcase.
15186
c18d3d89
JB
151872008-01-04 Joel Brobecker <brobecker@adacore.com>
15188
15189 * gdb.ada/packed_array.exp: Add testing of references to
15190 a packed array.
15191
ecc7085b
JB
151922008-01-04 Joel Brobecker <brobecker@adacore.com>
15193
15194 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
15195 New files.
15196 * gdb.ada/type_coercion.exp: New testcase.
15197
c474c922
JB
151982008-01-04 Joel Brobecker <brobecker@adacore.com>
15199
15200 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
15201 gdb.ada/tagged/foo.adb: New file.
15202 * gdb.ada/tagged.exp: New testcase.
15203
9005b927
JB
152042008-01-04 Joel Brobecker <brobecker@adacore.com>
15205
15206 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
15207 gdb.ada/ptype_field/foo.adb: New files.
15208 * gdb.ada/ptype_field.exp: New testcase.
15209
1a6aaad8
JB
152102008-01-03 Joel Brobecker <brobecker@adacore.com>
15211
15212 * gdb.ada/print_pc.exp: New testcase.
15213
0ef22f53
JB
152142008-01-03 Joel Brobecker <brobecker@adacore.com>
15215
15216 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
15217 gdb.ada/taft_type/p.adb: New files.
15218 * gdb.ada/taft_type.exp: New testcase.
15219
1689ecf8
JB
152202008-01-03 Joel Brobecker <brobecker@adacore.com>
15221
15222 * gdb.ada/array_bounds/bar.adb: New file.
15223 * gdb.ada/array_bounds.exp: New testcase.
15224
a4d0b9c3
JB
152252008-01-03 Joel Brobecker <brobecker@adacore.com>
15226
15227 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
15228 gdb.ada/arrayptr/foo.adb: New files.
15229 * gdb.ada/arrayptr.exp: New testcase.
15230
a31ace00
JB
152312008-01-03 Joel Brobecker <brobecker@adacore.com>
15232
15233 * gdb.base/set-lang-auto.exp: New testcase.
15234
a97fced3
JB
152352008-01-03 Joel Brobecker <brobecker@adacore.com>
15236
15237 * gdb.ada/fun_addr/foo.adb: New file.
15238 * gdb.ada/fun_addr.exp: New testcase.
15239
ef29ce1a
JK
152402008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15241
15242 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
15243 New files
15244
0fafefe3
JB
152452008-01-02 Joel Brobecker <brobecker@adacore.com>
15246
15247 * array_subscript_addr/p.adb: New file.
a9c64011 15248 * array_subscript_addr.exp: New testcase.
0fafefe3 15249
c4359f8d
JB
152502008-01-02 Joel Brobecker <brobecker@adacore.com>
15251
a9c64011 15252 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
15253 New files.
15254 * gdb.ada/str_cmp_ref.exp: New testcase.
15255
1aa1b15b
JB
152562008-01-01 Joel Brobecker <brobecker@adacore.com>
15257
15258 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
15259 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 15260 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 15261
81c9b2cf
JB
152622008-01-01 Joel Brobecker <brobecker@adacore.com>
15263
15264 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
15265 gdb.ada/ref_param/pck.ads: New files.
15266 * gdb.ada/ref_param.exp: New testcase.
15267
319e4674
JB
152682008-01-01 Joel Brobecker <brobecker@adacore.com>
15269
15270 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
15271 gdb.ada/interface/foo.adb: New files.
15272 * gdb.ada/interface.exp: New testcase.
15273
ef682c56
JB
152742007-12-31 Jim Blandy <jimb@codesourcery.com>
15275
15276 * gdb.base/multi-forks.exp: Consume all output from child
15277 processes before proceeding to next test.
15278
f6f3eb6c
JB
152792007-12-29 Jim Blandy <jimb@codesourcery.com>
15280
15281 * configure: Regenerated.
15282
f652e42f
JB
152832007-12-27 Joel Brobecker <brobecker@adacore.com>
15284
15285 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
15286 gdb.ada/fixed_cmp/fixed.adb: New files.
15287 * gdb.ada/fixed_cmp.exp: New testcase.
15288
6943e596
JB
152892007-12-27 Joel Brobecker <brobecker@adacore.com>
15290
15291 * gdb.ada/boolean_expr.exp: New testcase.
15292
aad9a193
JB
152932007-12-26 Jim Blandy <jimb@codesourcery.com>
15294
15295 * gdb.base/multi-forks.exp: Doc fix.
15296
fb5f3683
JB
152972007-12-26 Joel Brobecker <brobecker@adacore.com>
15298
15299 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
15300 * gdb.ada/char_param.exp: Do not compile our test program with
15301 -gnata, this is unnecessary.
15302 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
15303
384e4a9c
JB
153042007-12-24 Joel Brobecker <brobecker@adacore.com>
15305
15306 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
15307 gdb.ada/print_chars/foo.adb: New files.
15308 * gdb.ada/print_chars.exp: New testcase.
15309
01e044f7
JB
153102007-12-24 Joel Brobecker <brobecker@adacore.com>
15311
15312 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
15313 gdb.ada/char_param/foo.adb: New files.
15314 * gdb.ada/char_param.exp: New testcase.
15315
0ce17860
JB
153162007-12-22 Jim Blandy <jimb@codesourcery.com>
15317
15318 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
15319 hard-coding source line numbers into the test.
15320 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
15321 gdb_get_line_number to find.
15322
919809b9
JB
153232007-12-22 Joel Brobecker <brobecker@adacore.com>
15324
15325 * gdb.base/ptype.c (highest): New struct type.
15326 (the_highest): New variable of that type.
15327 (main): Add dummy assignment to a field of variable the_highest.
15328 * gdb.base/ptype.exp: Test type printing of our new variable.
15329
abc8a88d
PM
153302007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
15331
15332 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 15333 and record first explicitly generated thread number.
abc8a88d
PM
15334 Use that thread number for thread specific watchpoint test.
15335 Add iteration number to repetitive tests.
15336
5158f3e3
CES
153372007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
15338 Jim Blandy <jimb@codesourcery.com>
15339
15340 * gdb.base/expand-psymtabs.c: New testcase
15341 source file.
15342 * gdb.base/expand-psymtabs.exp: New testcase
15343 expect file.
15344
37e4754d
LM
153452007-12-17 Luis Machado <luisgpm@br.ibm.com>
15346
15347 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
15348 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
15349
551e5d04
JB
153502007-12-17 Joel Brobecker <brobecker@adacore.com>
15351
15352 * gdb.ada/frame_args/foo.adb: New file.
15353 * gdb.ada/frame_args/pck.ads: New file.
15354 * gdb.ada/frame_args/pck.adb: New file.
15355 * gdb.ada/frame_args.exp: New testcase.
15356
a05ee097
JB
153572007-12-17 Joel Brobecker <brobecker@adacore.com>
15358
15359 * gdb.base/frame-args.c: New file.
15360 * gdb.base/frame-args.exp: New testcase.
15361
c162e8c9 153622007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 15363 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
15364
15365 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
15366
afe8ab22 153672007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 15368
afe8ab22
VP
15369 * gdb.mi/mi-pending.exp: New.
15370 * gdb.mi/mi-pending.c: New.
15371 * gdb.mi/mi-pendshr.c: New.
15372
dfdfb3ca
JB
153732007-12-06 Jim Blandy <jimb@codesourcery.com>
15374
15375 * gdb.base/default.exp: Update expected output for 'info catch'.
15376
b7fca990
JK
153772007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15378
15379 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
15380 must be set to binary.
15381
6a1afc1e
PA
153822007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
15383
15384 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
15385
a6b151f1
DJ
153862007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
15387
15388 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
15389 gdb.mi/mi-file-transfer.exp: New.
15390
43039443
JK
153912007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15392
15393 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
15394
0ef2251b
MR
153952007-11-22 Maciej W. Rozycki <macro@mips.com>
15396
15397 * gdb.trace/backtrace.exp: Fix a typo.
15398 * gdb.trace/circ.exp: Likewise.
15399 * gdb.trace/collection.exp: Likewise.
15400 * gdb.trace/limits.exp: Likewise.
15401 * gdb.trace/report.exp: Likewise.
15402 * gdb.trace/tfind.exp: Likewise.
15403 * gdb.trace/while-dyn.exp: Likewise.
15404
5443631e
NR
154052007-11-21 Nick Roberts <nickrob@snap.net.nz>
15406
15407 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
15408 objects of pointers that can't be dereferenced are now
15409 "noneditable".
15410
a4ce5b0d
UW
154112007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15412
15413 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
15414 (target_cpu): Remove.
15415
d6e956e5
VP
154162007-10-15 Vladimir Prus <vladimir@codesourcery.com>
15417
15418 * gdb.base/ending-run.exp: Expect the list of cleared
15419 breakpoint to come in natural order, not the reversed one.
a9c64011 15420
214270ab
VP
154212007-11-07 Vladimir Prus <vladimir@codesourcery.com>
15422
15423 * gdb.mi/mi-var-child.c (do_child_deletion): New.
15424 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 15425
1a619819
LM
154262007-11-05 Luis Machado <luisgpm@br.ibm.com>
15427
15428 * gdb.base/printcmds.exp: New function
15429 test_printf_with_dfp.
15430
5b01a6fa
DE
154312007-11-02 Doug Evans <dje@google.com>
15432
15433 * gdb.disasm/t01_mov.s: Remove carriage returns.
15434 * gdb.disasm/t02_mova.s: Ditto.
15435 * gdb.disasm/t03_add.s: Ditto.
15436 * gdb.disasm/t04_sub.s: Ditto.
15437 * gdb.disasm/t05_cmp.s: Ditto.
15438 * gdb.disasm/t06_ari2.s: Ditto.
15439 * gdb.disasm/t07_ari3.s: Ditto.
15440 * gdb.disasm/t08_or.s: Ditto.
15441 * gdb.disasm/t09_xor.s: Ditto.
15442 * gdb.disasm/t10_and.s: Ditto.
15443 * gdb.disasm/t11_logs.s: Ditto.
15444 * gdb.disasm/t12_bit.s: Ditto.
15445 * gdb.disasm/t13_otr.s: Ditto.
15446
ec33ab7f
JK
154472007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15448
15449 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
15450
ae0d01ff
UW
154512007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15452
15453 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
15454 provide DFP support.
15455
55eddb0f
DJ
154562007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
15457
15458 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
15459 Test "set powerpc vector-abi". Skip auto-detection tests for old
15460 toolchains.
15461
7020f05c
PA
154622007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
15463
15464 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
15465 with [string compare].
15466
84bc3db9
PA
154672007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
15468
15469 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
15470 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
15471
5876dc88
LM
154722007-10-25 Luis Machado <luisgpm@br.ibm.com>
15473
15474 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
15475 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
15476 * gdb.opt/Makefile.in: New makefile.
15477 * Makefile.in: Create new directory "gdb.opt".
15478 * configure.ac: Add "gdb.opt" directory.
15479 * configure: Regenerated.
a9c64011 15480
c3ea9a14
DE
154812007-10-25 Doug Evans <dje@google.com>
15482
15483 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
15484 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
15485
a9c64011 154862007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
15487 Thiago Jung Bauermann <bauerman@br.ibm.com>
15488
15489 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
15490 Floating Point expressions.
15491 * gdb.base/dfp-test.exp: new file adding tests for Decimal
15492 Floating Point variables.
15493 * gdb.base/dfp-test.c: new file containing program with Decimal
15494 Floating variables, used by gdb.base/dfp-test.exp.
15495
62a24a2b
DJ
154962007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
15497
15498 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
15499
e7b1eae6
UW
155002007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15501
15502 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
15503 compiling test case with GCC.
15504 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
15505
c641edcc
UW
155062007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15507
15508 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
15509 format changes.
15510
5e5ebfe6
MS
155112007-10-18 Michael Snyder <msnyder@specifix.com>
15512
15513 * gdb.base/dbx.exp: Add missing "-re " operator.
15514
e831e7b6
GM
155152007-10-16 Gaius Mulley <gaius@glam.ac.uk>
15516
15517 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
15518 * configure.ac: Removed trailing spaces after backslash.
15519 * gdb.modula2: New directory.
15520 * gdb.modula2/Makefile.in: New file.
15521 * gdb.modula2/unbounded-array.exp: New file.
15522 * gdb.modula2/unbounded1.c: New file.
15523
7cc46491
DJ
155242007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
15525
15526 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
15527
155282007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
15529
15530 * gdb.base/sigstep.c (main): Add checks for
15531 return values for setitimer call.
15532 Call setitimer again with itimer = ITIMER_REAL
15533 if first call to setitimer fails.
15534
e91528f0
KH
155352007-10-11 Kazu Hirata <kazu@codesourcery.com>
15536
15537 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
15538 of $timeout.
15539
2ec9a4f8
DJ
155402007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
15541
15542 * gdb.server/server-run.exp: Test for dynamic linker symbols.
15543
155442007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
15545
15546 * lib/gdb.exp (gdb_run_cmd): Move comment outside
15547 of gdb_expect call, to avoid interruption.
15548
64b2fa04
PA
155492007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
15550
15551 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
15552 (v_unsigned_long_long, v_long_long_array)
15553 (v_signed_long_long_array, v_unsigned_long_long_array)
15554 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
15555 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
15556 [!NO_LONG_LONG]: New.
15557 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
15558 v_long_long_member.
15559
15560 (v_long_long_func, v_signed_long_long_func)
15561 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
15562 (main) [!NO_LONG_LONG]: Initialize long long variants.
15563
15564 * gdb.base/whatis.exp: If board file requests no_long_long, build
15565 test with NO_LONG_LONG defined. Test long long, signed long long,
15566 and unsigned long long variants but only if board file doesn't
15567 disable it.
15568
a912286e 155692007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 15570 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
15571
15572 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
15573 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
15574 * configure: Regenerated.
15575 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
15576 gdb.pascal/types.exp, lib/pascal.exp: New files.
15577
471ba8c9
DJ
155782007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
15579
15580 * gdb.cp/classes.exp (do_tests): Always step to the line after the
15581 call.
15582 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
15583 to return to the call.
15584 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
15585 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
15586 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
15587 * gdb.mi/mi-until.exp (test_until): Likewise.
15588 * gdb.mi/mi2-until.exp (test_until): Likewise.
15589
fef8a650
DJ
155902007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
15591
15592 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
15593 two-char array.
15594 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
15595
d983da9c
DJ
155962007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
15597
15598 * gdb.threads/watchthreads.c (thread_function): Sleep between
15599 iterations.
15600 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
15601 at once for S/390. Generate matching fails and passes.
15602
17f62551
VP
156032007-09-27 Vladimir Prus <vladimir@codesourcery.com>
15604
15605 * gdb.mi/var-cmd.c (do_children_tests): Initialize
15606 the 'struct_declarations' variable to zeros.
a9c64011 15607
ed0616c6
VP
156082007-09-24 Vladimir Prus <vladimir@codesourcery.com>
15609
15610 * gdb.cp/mb-ctor.cc: New.
15611 * gdb.cp/mb-ctor.exp: New.
15612 * gdb.cp/mb-templates.cc: New.
15613 * gdb.cp/mb-templates.exp: New.
15614
41f1b697
DJ
156152007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
15616
15617 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
15618
3f213f78
PA
156192007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
15620
15621 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
15622 targets.
15623 * configure: Regenerate.
15624
0d381245 156252007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 15626
0d381245
VP
15627 * gdb.base/annota1.exp: Adjust for 'info break'
15628 format changes.
15629 * gdb.base/annota3.exp: Likewise.
15630 * gdb.base/break.exp: Likewise.
15631 * gdb.base/condbreak.exp: Likewise.
15632 * gdb.base/pending.exp: Likewise.
15633 * gdb.base/sepdebug.exp: Likewise.
15634 * gdb.base/unload.exp: Likewise.
15635 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 15636
fe3f5fa8
VP
156372007-09-22 Vladimir Prus <vladimir@codesourcery.com>
15638
15639 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
15640 messages.
15641 * gdb.base/chng-syms.exp: Likewise.
15642 * gdb.base/unload.exp: Likewise.
a9c64011 15643
a75cf6c0
DJ
156442007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
15645
15646 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
15647
18ecae38
DJ
156482007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
15649
15650 * schedlock.c (NUM): Change to 1.
15651 (main): Use args[0] for the main thread.
15652 * schedlock.exp: Only expect two threads. Only issue one pass or fail
15653 regardless of the number of threads.
15654
5509918f
MR
156552007-09-14 Maciej W. Rozycki <macro@mips.com>
15656
4a543daf
MR
15657 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
15658 type down.
15659 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
15660 test.
15661 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
15662 watchpoint type down.
15663 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
15664 test.
15665
156662007-09-14 Maciej W. Rozycki <macro@mips.com>
15667
5509918f
MR
15668 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
15669 Move all the tests here and run them twice, once using software
15670 watchpoints and once using hardware watchpoints.
15671 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
15672
40b53987
DJ
156732007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
15674
15675 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
15676 test.
15677
695e2681
MK
156782007-09-10 Mark Kettenis <kettenis@gnu.org>
15679
8b3fc8d8
MK
15680 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
15681 build-id.
15682
695e2681
MK
15683 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
15684 know about $ORIGIN. Calculate output dir from $dest instead of
15685 using ${objdir}/{$subdir}.
15686
58d69f29
MK
156872007-09-09 Mark Kettenis <kettenis@gnu.org>
15688
15689 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
15690 gcore, before continuing with the test.
15691
3e347599
DJ
156922007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
15693
15694 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
15695 * gdb.mi/mi-watch.exp: Likewise.
15696
ea37ba09
DJ
156972007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
15698 Jim Blandy <jimb@codesourcery.com>
15699
15700 * gdb.arch/i386-sse.exp: Do not expect character constants.
15701 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
15702 * gdb.base/display.exp: Allow print/s.
15703 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
15704 and unsigned char array changes.
15705
2025a643
DJ
157062007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
15707
15708 * gdb.base/display.exp: Add tests for printf %p.
15709
26669a27
PA
157102007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
15711
15712 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
15713 the dll name to unicode.
15714
c8f021f8
JK
157152007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15716
15717 * gdb.base/default.exp (show version): Update the version text.
15718 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
15719
4cf31eea
JK
157202007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15721
15722 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
15723 New files.
15724
4935890f
JK
157252007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15726
15727 * lib/gdb.exp (build_id_debug_filename_get): New function.
15728 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
15729 Remove the generate DEBUG file for the future testcase runs.
15730 New testcase for the NT_GNU_BUILD_ID retrieval.
15731 Move the final testing step to ...
15732 (test_different_dir): ... a new function.
15733 New parameter XFAIL to XFAIL all the tests performed.
15734 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
15735 New parameter TYPE to PF_PREFIX all the tests performed.
15736
02142340
VP
157372007-08-31 Vladimir Prus <vladimir@codesourcery.com>
15738
15739 * gdb.mi/mi-var-cp.cc (path_expression): New
15740 function.
15741 * gdb.mi/mi-var-cp.exp: Run path exression tests.
15742
36acd84e
UW
157432007-08-27 Markus Deuling <deuling@de.ibm.com>
15744
15745 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
15746 to fit into SPU Local Store memory.
15747
a896d121
JB
157482007-08-23 Joel Brobecker <brobecker@adacore.com>
15749
15750 * gdb.base/default.exp: Adjust the expected output of "info
15751 warranty" after the switch to GPLv3.
15752
7b433602
JB
157532007-08-23 Joel Brobecker <brobecker@adacore.com>
15754
15755 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
15756 to 30000 (from 20000).
15757
e22f8b7c
JB
157582007-08-23 Joel Brobecker <brobecker@adacore.com>
15759
15760 Switch the license of all .exp files to GPLv3.
15761 Switch the license of all .f and .f90 files to GPLv3.
15762 Switch the license of all .s and .S files to GPLv3.
15763
5a0e3bd0
JB
157642007-08-23 Joel Brobecker <brobecker@adacore.com>
15765
15766 * configure.ac: Switch license to GPLv3.
15767
cc00619d
JB
157682007-08-23 Joel Brobecker <brobecker@adacore.com>
15769
15770 Switch the licensing to GPLv3 for all .ads and .adb files.
15771
8d26208a
DJ
157722007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
15773
15774 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
15775 and t_int_double.
15776 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
15777
4fcb9948
JB
157782007-08-17 Joel Brobecker <brobecker@adacore.com>
15779
15780 * gdb.base/step-line.c: Switch license to GPL version 3, and
15781 update copyright year.
15782 * gdb.base/step-line.inp: Likewise.
15783
b9c34f67
JB
157842007-08-17 Joel Brobecker <brobecker@adacore.com>
15785
15786 * gdb.base/gdb1555.exp: Make expected output immune to formatting
15787 changes inside gdb1555.c.
15788 * gdb.base/pending.exp: Likewise.
15789
2cc17678
DJ
157902007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
15791
15792 * config/default.exp: New file.
15793
e48883f7
DJ
157942007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
15795
15796 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
15797 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
15798
1ab80e5b
MR
157992007-07-30 Maciej W. Rozycki <macro@mips.com>
15800
15801 * gdb.base/dump.exp: Force the correct endianness for binary
15802 formats not carrying this information.
15803
aba471f5
DJ
158042007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15805
15806 * gdb.threads/staticthreads.exp: Match .*sem_post.
15807
d4e07204
DJ
158082007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15809
15810 * gdb.base/readline.exp (operate_and_get_next): Match the final
15811 prompt.
15812
2b97317d
KB
158132007-07-23 Kevin Buettner <kevinb@redhat.com>
15814
15815 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
15816 to restarting SID.
15817
44efa07a
KB
158182007-07-18 Kevin Buettner <kevinb@redhat.com>
15819
15820 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
15821 prior to `gdb_start'.
15822
7b5ebade
KB
158232007-07-18 Kevin Buettner <kevinb@redhat.com>
15824
15825 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
15826 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
15827 Remove call to gdb_unload.
15828
255e7678
DJ
158292007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
15830 Daniel Jacobowitz <dan@codesourcery.com>
15831
15832 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
15833 for __WIN32__.
15834 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
15835 * gdb.base/unload.exp: Use shared library test routines.
15836
3a40aaa0
UW
158372007-07-03 Markus Deuling <deuling@de.ibm.com>
15838
15839 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
15840 * gdb.base/solib-symbol-lib.c: Likewise.
15841 * gdb.base/solib-symbol-main.c: Likewise.
15842
b0f4b84b
DJ
158432007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
15844
15845 * config/gdbserver.exp (gdb_reconnect): New.
15846 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
15847 gdb.base/solib-disc.exp: New files.
15848 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
15849 remote debugging".
15850 (gdb_compile): Add shlib_load flag.
15851 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
15852 port.
15853 (gdbserver_reconnect): New.
15854
1b05479a
DJ
158552007-07-01 Nick Roberts <nickrob@snap.net.nz>
15856 Daniel Jacobowitz <dan@codesourcery.com>
15857
15858 * gdb.base/annota3.exp: Test for if construct.
15859
86f78eb2
DJ
158602007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
15861
15862 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
15863
6a2eb474 158642007-06-21 Chris Dearman <chris@mips.com>
a9c64011 15865 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
15866
15867 * gdb.base/display.exp: Allow a newline after display/i.
15868 * gdb.base/pc-fp.exp: Likewise.
15869 * gdb.base/sigbpt.exp: Likewise.
15870
f8b73d13
DJ
158712007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
15872
15873 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
15874 required features to be included.
15875
4339e69e
DJ
158762007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
15877
15878 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
15879 in info threads output.
15880
23d964e7
UW
158812007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15882 Markus Deuling <deuling@de.ibm.com>
15883
15884 * gdb.arch/spu-info.exp: New testcase.
15885 * gdb.arch/spu-info.c: New file.
15886
fd20f75b
DJ
158872007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
15888
15889 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
15890 tpcs_offset. Restore lr after the call.
15891 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
15892
2226f861
DJ
158932007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
15894
15895 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
15896 (gdbserver_run): Kill any running gdbserver.
15897 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
15898
d12371a9
MR
158992007-05-17 Maciej W. Rozycki <macro@mips.com>
15900
15901 * gdb.base/sigbpt.exp: Preset segv_addr.
15902
93f02886
DJ
159032007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
15904
15905 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
15906 (gdb_compile_shlib): Likewise.
15907 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
15908 (default_gdb_init): Clear cleanfiles.
15909 (gdb_finish): Delete recorded cleanfiles.
15910 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
15911
15912 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
15913 Do not use isnative.
15914 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
15915 gdb.base/so-impl-ld.exp: Likewise.
15916 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
15917 * gdb.base/unload.exp: Likewise. Do not pass empty option to
15918 gdb_compile.
15919
b04e06d7
VP
159202007-05-15 Vladimir Prus <vladimir@codesourcery.com>
15921
15922 * config/unknown.exp: Remove.
15923
069ed931
UW
159242007-05-15 Markus Deuling <deuling@de.ibm.com>
15925
15926 * gdb.base/info-proc.exp: Check is_remote.
15927
09db0d03
UW
159282007-05-14 Markus Deuling <deuling@de.ibm.com>
15929
15930 * gdb.base/gcore.exp: Initialize variable core_supported.
15931
af2cbe8c
DJ
159322007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15933
15934 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
15935
027c0295
DJ
159362007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15937
15938 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
15939 * gdb.threads/print-threads.exp (test_all_threads): Allow
15940 negative and hexadecimal thread IDs.
15941
dc5000e7
DJ
159422007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15943
15944 * gdb.java/jprint.java (public): Avoid invalid call to static
15945 method.
15946
2e74ed18
DP
159472007-05-14 Denis Pilat <denis.pilat@st.com>
15948
15949 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
15950 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
15951 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
15952 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
15953 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
15954
83547f02
UW
159552007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15956
15957 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 15958 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
15959 this mode.
15960 * gdb.base/ovlymgr.c: Provide stubs for spu target.
15961 * gdb.base/spu.ld: New file.
15962
b18be20d
DJ
159632007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
15964
15965 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
15966
be444858
DJ
159672007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
15968
15969 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
15970
b1d53152
DJ
159712007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
15972
15973 * gdb.java/jmain.exp: Handle demangled names with and without method
15974 signatures.
15975
d084b331
DJ
159762007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
15977
15978 * gdb.mi/mi-syn-frame.c (main, foo, bar)
15979 (have_a_very_merry_interrupt): Remove calls to puts.
15980 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
15981 inferior output.
15982 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
15983 test names.
15984
db9d7fc5
DJ
159852007-04-29 Markus Deuling <deuling@de.ibm.com>
15986 Daniel Jacobowitz <dan@codesourcery.com>
15987
15988 * gdb.base/auxv.exp (core_works): Also check is_remote.
15989 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
15990
ef783a7d 159912007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 15992
ef783a7d
VP
15993 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
15994 message, not the undefined 'module' variable.
15995 * gdb.base/siginfo.exp: Likewise.
15996 * gdb.base/sigstep.exp: Likewise.
15997 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
15998 serialport.
15999 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
16000
b7b73cae
CV
160012007-04-25 Corinna Vinschen <vinschen@redhat.com>
16002
16003 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
16004 target sim fails. Return 0 otherwise.
16005 (gdb_load): Return prematurely if gdb_target_sim fails.
16006
7d90fdfa
DP
160072007-04-16 Denis Pilat <denis.pilat@st.com>
16008
16009 * gdb.base/setshow.exp: Reset height after having set it to 100.
16010
5d3e9c85
DP
160112007-04-16 Denis Pilat <denis.pilat@st.com>
16012
16013 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
16014
18e75969
DP
160152007-04-16 Denis Pilat <denis.pilat@st.com>
16016
16017 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
16018
25d5ea92
VP
160192007-04-14 Vladimir Prus <vladimir@codesourcery.com>
16020
16021 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
16022 tests. Run the frozen varobjs test.
16023 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 16024 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 16025
0b49cb80
JK
160262007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16027
16028 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
16029 gdb.base/type-opaque.exp: New files.
16030
a73bafbc 160312007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
16032
16033 * gdb.mi/mi-var-child.c
a73bafbc
VP
16034 (do_children_tests): User char[2] instead of
16035 char so that automatic printing of pointers to char
16036 don't give unpredicable result.
16037 * gdb.mi/var-cmd.c (do_locals_test): Initialize
16038 local variables.
16039 * gdb.mi/mi-var-child.exp: Step to right line
16040 of do_children_tests.
16041 * gdb.mi/mi2-var-child.exp: Likewise.
16042 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 16043 do_locals_tests.
a73bafbc
VP
16044 (do_children_tests): User char[2] instead of
16045 char so that automatic printing of pointers to char
a9c64011 16046 don't give unpredicable result.
a73bafbc 16047 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 16048 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
16049 Pass test name to mi_wait_for_stop.
16050
7ce59000
DJ
160512007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
16052
16053 * gdb.asm/asm-source.exp: Remove d10v case.
16054 * lib/gdb.exp (skip_cplus_tests): Likewise.
16055 * gdb.asm/d10v.inc: Deleted.
16056
20389057
DJ
160572007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
16058
16059 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
16060
8807d78b
DJ
160612007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
16062
16063 * config/netware.exp: Delete file.
16064
aa3edb8e
JB
160652007-03-29 Joel Brobecker <brobecker@adacore.com>
16066
16067 * gdb.dwarf2/dw2-noloc.S: New file.
16068 * gdb.dwarf2/dw2-noloc.exp: New file.
16069
297561ac
PA
160702007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
16071
16072 * gdb.cp/method2.cc: New test.
16073 * gdb.cp/method2.exp: New test.
16074 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
16075
1f81bd39
DJ
160762007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
16077
16078 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
16079
9453113a
DJ
160802007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
16081
16082 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
16083
b741e217
DJ
160842007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
16085
16086 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
16087 (gdb_load): Delete, replace with...
16088 (gdb_reload): ...this.
16089 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
16090 * gdb.server/server-mon.exp: Likewise.
16091 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
16092 (gdb_start_cmd): New.
16093 (gdb_file_cmd): Save the last loaded file.
16094 (gdb_reload): New.
16095 (gdb_gnu_strip_debug): Use transform.
16096 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
16097 support here. Use new $last_loaded_file. Check mtime.
16098 (gdb_target_cmd): Handle ObjC failure case.
16099 (infer_host_exec): Delete.
16100 (gdbserver_load): Rename to...
16101 (gdbserver_run): ...this. Simplify.
16102 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
16103 (mi_gdb_load): Move most contents to a new function...
16104 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
16105 (mi_run_cmd): Use mi_gdb_target_load.
16106 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
16107 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
16108 Use gdb_run_cmd.
16109 * gdb.base/charsign.exp: Remove incorrect comment.
16110 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
16111 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
16112 gdb.base/start.exp: Use gdb_start_cmd.
16113
446ab585 161142007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 16115 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
16116
16117 * gdb.base/sigbpt.exp: Fix the message when skipping test.
16118 * gdb.base/signull.exp: Similarly.
16119
bbb88ebf
UW
161202007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16121
16122 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
16123 messages available to test cases (like chng-sym.exp).
16124
cb8c4a99
AS
161252007-03-14 Andreas Schwab <schwab@suse.de>
16126
16127 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
16128 format changes.
16129
4e463ff5
DJ
161302007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
16131
16132 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
16133 (optimized_1): New.
16134 (main): Call optimized_1.
16135 (gdb2029): Correct typos. Call gdb2029_marker.
16136 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
16137 for gdb2029.
16138
b6db2c47
MK
161392007-03-12 Mark Kettenis <kettenis@gnu.org>
16140
16141 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
16142 as tabs. Remove redundant test pattern.
16143
70ed3737
UW
161442007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16145
16146 * gdb.base/long_long.exp: Accept optional symbol name in <...>
16147 for /a format output.
16148
47b67b60
DJ
161492007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
16150
16151 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
16152 collect output incrementally.
16153
b8953b0e
UW
161542007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16155
16156 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
16157 for -var-create lpcharacter test.
16158 * gdb.mi/mi2-var-cmd.exp: Likewise.
16159
7acd5c40
UW
161602007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16161
16162 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
16163 pass on targets where address zero is readable.
16164
9c6759c1
UW
161652007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16166
16167 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
16168 just a single architecture.
16169
a2f1aeb4
UW
161702007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16171
16172 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
16173 (fetch_all_registers): New function, uses gdb_test_multiple and
16174 exp_continue to fetch inferior output line-by-line.
16175 Replace all uses of do_get_all_registers by fetch_all_registers.
16176
46579ac2
UW
161772007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16178
16179 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
16180 in target_info.
16181
fc133f24
MS
161822007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16183
a9c64011 16184 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
16185 consistancy; add a default (timeout) case.
16186
7646a51d
MS
161872007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16188
16189 * gdb.base/watchpoint.exp: Fix truncated comment.
16190
dcfff61f
MS
161912007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16192
16193 * Makefile.in: Remove spurious single-quotes from sed command.
16194
664e3ee9
DJ
161952007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16196
16197 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
16198 func.
16199 * gdb.mi/mi2-var-cmd.exp: Likewise.
16200
d7cc6f2f
JB
162012007-02-27 Joel Brobecker <brobecker@adacore.com>
16202
a9c64011
AS
16203 * gdb.dwarf2/dw2-producer.S: New file.
16204 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
16205
162062007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
16207
16208 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
16209 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
16210 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
16211 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
16212 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
16213 Revert tests to use mi_gdb_test and include value field in output
16214 of -var-create.
16215
93d42b30
DJ
162162007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
16217
16218 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
16219
c499ed39
DJ
162202007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
16221
16222 * gdb.base/maint.exp: Remove full paths from test names.
16223 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
16224 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
16225
9836f81b
JB
162262007-02-27 Joel Brobecker <brobecker@adacore.com>
16227
16228 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
16229
c74d0ad8
DJ
162302007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16231
16232 * gdb.server/server-mon.exp: New test.
16233
2711e456
DJ
162342007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16235
16236 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
16237
ff6f572f
DJ
162382007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16239
16240 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
16241 register capitalization.
16242
fada3feb
DP
162432007-02-13 Denis Pilat <denis.pilat@st.com>
16244
16245 * gdb.mi/mi-var-invalidate.exp: New file.
16246
fb1e4ffc
DJ
162472007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16248
16249 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
16250
3da939d7
DJ
162512007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16252
16253 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
16254
123dc839
DJ
162552007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16256
16257 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
16258 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
16259
877e3645 162602007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
16261
16262 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
16263 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
16264 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
16265 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
16266 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 16267 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 16268 Update tests to include value field in output of -var-create.
a9c64011 16269
3c0a2960
AS
162702007-02-08 Andreas Schwab <schwab@suse.de>
16271
16272 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
16273
108546a0
DJ
162742007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
16275
16276 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
16277 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
16278
d701dcab
DP
162792007-02-02 Denis Pilat <denis.pilat@st.com>
16280
16281 * gdb.threads/threadapply.exp: check that frame is not changed by
16282 the thread apply all command.
16283
783e3e2f
AS
162842007-01-31 Andreas Schwab <schwab@suse.de>
16285
6d9c3a87
AS
16286 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16287
3c50d7b9
AS
16288 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
16289 in the dwarf sections.
16290 * gdb.dwarf2/mac-fileno.S: Likewise.
16291
783e3e2f
AS
16292 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
16293 bspstore register on ia64.
16294
78ff580e
AS
162952007-01-29 Andreas Schwab <schwab@suse.de>
16296
cc8e9b12
AS
16297 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
16298 "frame-begin" annotation.
16299
78ff580e
AS
16300 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
16301 number of "frames-invalid" annotations.
16302
704a4f78
DJ
163032007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16304
16305 * gdb.base/commands.exp: Call if_commands_test.
16306 (gdb_test_no_prompt, if_commands_test): New.
16307
e741bf94
MK
163082007-01-28 Mark Kettenis <kettenis@gnu.org>
16309
16310 * gdb.threads/sigthread.c (NSIGS): Make bigger.
16311
474d0ad3
AS
163122007-01-27 Andreas Schwab <schwab@suse.de>
16313
16314 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
16315 .short/.int/.quad in the dwarf sections.
16316 * gdb.dwarf2/dw2-intercu.S: Likewise.
16317 * gdb.dwarf2/dw2-intermix.S: Likewise.
16318
e784b426
JK
163192007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16320
16321 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
16322 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
16323 array.
e784b426
JK
16324 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
16325 * gdb.base/setvar.exp: Likewise.
16326
37f08e04
AS
163272007-01-26 Andreas Schwab <schwab@suse.de>
16328
9a01813a
AS
16329 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
16330 test.
16331
37f08e04
AS
16332 * gdb.base/multi-forks.exp ("restart $i"): Also match
16333 __kernel_syscall_via_break.
16334
6e2a9270
VP
163352007-01-24 Vladimir Prus <vladimir@codesourcery.com>
16336
16337 * lib/mi-support.exp (mi_delete_varobj): New.
16338 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
16339 testcase.
16340 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
16341 (main): Call the above.
16342 (reference_update_test, base_in_reference_test)
16343 (reference_to_pointer): Delete the created varobjs.
a9c64011 16344
e515b470
DJ
163452007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
16346
16347 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
16348 * configure: Regenerated.
16349 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
16350 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
16351 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
16352 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
16353 * lib/gdb.exp (gdb_skip_xml_test): New function.
16354
08d8bcd7
DJ
163552007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
16356
16357 * gdb.base/sigrepeat.exp: Correct error message.
16358
163592007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
16360 Daniel Jacobowitz <dan@codesourcery.com>
16361
16362 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
16363 gdb.arch/i386-gnu-cfi-asm.S: New files.
16364
97c3f1f3
JK
163652007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16366
16367 * lib/gdb.exp: Abort on missing `site.exp'.
16368
cb1df416
DJ
163692007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16370 Daniel Jacobowitz <dan@codesourcery.com>
16371
16372 * gdb.base/included.c, gdb.base/included.exp,
16373 gdb.base/included.h: New files.
16374
35990120
DJ
163752007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16376
16377 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
16378 (maximize_rlimit): Reduce limits on 64-bit systems.
16379
6e81a116 163802007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
16381
16382 From Marcus Deuling <deuling@de.ibm.com>:
16383 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
16384 every case.
16385
6c3c41f3
NR
163862007-01-13 Nick Roberts <nickrob@snap.net.nz>
16387
16388 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
16389 (test_path_specification): Use objdir instead of srcdir to always
16390 get an absolute filename.
16391
2f12c312
DJ
163922007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
16393
16394 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
16395
81121995
VP
163962007-01-11 Vladimir Prus <vladimir@codesourcery.com>
16397
16398 * gdb.mi/mi-var-cp.cc (reference_update_tests):
16399 Make sure the variable we're using is in scope.
16400 (reference_to_pointer): Likewise.
16401
4741b737
DJ
164022007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
16403
16404 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
16405 has no debug information.
16406
054410c3
DJ
164072007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
16408
16409 * gdb.base/annota1.exp: Remove extra send_gdb.
16410
818f79f6
DJ
164112007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16412
16413 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
16414
f7a6bb70
DJ
164152007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16416
16417 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
16418
57e66780
DJ
164192007-01-08 Nick Roberts <nickrob@snap.net.nz>
16420 Daniel Jacobowitz <dan@codesourcery.com>
16421
16422 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
16423 lcharacter or linteger change. Correct duplicated test name.
16424 * gdb.mi/mi2-var-cmd.exp: Likewise.
16425
3d799a95
DJ
164262007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
16427
16428 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
16429
164302007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 16431
a9c64011
AS
16432 * gdb.base/nofield.c: New file.
16433 * gdb.base/nofield.exp: New testcase.
51679ba9 16434
eafb94e8
NR
164352007-01-05 Nick Roberts <nickrob@snap.net.nz>
16436
16437 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
16438
16439 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
16440 test.
16441
5e572bb4
DJ
164422007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
16443
16444 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
16445
74a44383
DJ
164462007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
16447
16448 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
16449 when continuing.
16450
1b572db9
DJ
164512007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16452
16453 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
16454 Expect ".exe" extension.
16455
381bc39b
DJ
164562007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16457
16458 * gdb.base/charset.exp: Add explicit filename to break.
16459 * gdb.base/dbx.exp: Add explicit filename to breaks.
16460
2b70e4c6
DJ
164612007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16462
16463 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
16464 * gdb.mi/mi2-file.exp: Likewise.
16465
303b6f5d
DJ
164662007-01-04 Vladimir Prus <vladimir@codesourcery.com>
16467
16468 Implement specification of MI tests as comments
16469 in C and C++ sources.
16470 * lib/mi-support.exp (mi_autotest_data): New variable.
16471 (mi_autotest_source): New variable.
16472 (count_newlines, mi_prepare_inline_tests)
16473 (mi_get_inline_test, mi_continue_to_line)
16474 (mi_run_inline_test, mi_tbreak)
16475 (mi_send_resuming_command, mi_wait_for_stop): New functions.
16476 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
16477 Run inline tests.
16478 * gdb.mi/mi-var-cp.cc: Define tests here.
16479
23da0d94
VP
164802007-01-04 Vladimir Prus <vladimir@codesourcery.com>
16481
16482 Simplify usage of mi_continue_to.
16483 * lib/mi-support.exp (mi_runto_helper): Renamed
16484 from mi_runto, added new parameter 'run_or_continue'.
16485 (mi_runto): Use mi_runto_helper.
16486 (mi_continue_to): Accept just function name as parameter.
16487 Use mi_runto_helper.
16488 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
16489 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 16490
f9e18282
JB
164912006-01-04 Joel Brobecker <brobecker@adacore.com>
16492
16493 Make this testcase a bit more realistic. The current code
16494 is too simplistic, and allows the compiler to optimize out
16495 some of the entities we need for this testcase.
16496 * gdb.ada/null_record/bar.ads (Void_Star): New type.
16497 (Do_Nothing): Add extra parameter.
16498 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
16499 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
16500 by using a variable of type Void_Star.
16501
fd678c65
JB
165022006-01-04 Joel Brobecker <brobecker@adacore.com>
16503
16504 * gdb.ada/catch_ex/foo.adb: New file.
16505 * gdb.ada/catch_ex.exp: New testcase.
16506
05cfdb42
DJ
165072007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
16508
16509 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
16510 pass --image-base to linker.
16511
2e03ee74
DJ
165122007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16513 Daniel Jacobowitz <dan@codesourcery.com>
16514
16515 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
16516 secondary prompts.
16517
0d5de010
DJ
165182007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
16519
16520 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
16521 output. Test the types of members and member pointers.
16522 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
16523 gdb/2092.
16524 * gdb.cp/member-ptr.exp: Search for a comment instead of a
16525 statement. Enable for GCC. Update expected output for some tests
16526 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
16527 layout.
16528 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
16529 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
16530 (Diamond::vget_base): New.
16531 (main): Add new tests.
16532 * gdb.cp/printmethod.exp: Update expected output for member functions.
16533 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
16534 print pEe->D::vg().
16535
61a771aa
DJ
165362007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
16537
16538 * gdb.threads/tls.exp: Allow stops in sem_post.
16539
2fa63963
DJ
165402006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
16541
16542 * gdb.base/annota1.exp: Allow .*printf in backtraces.
16543 * gdb.base/annota3.exp: Likewise.
16544 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
16545 again (instead of timing out).
16546 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
16547 GCC bug 26475.
16548 * gdb.java/jmisc.exp: Adjust to work with method signatures including
16549 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
16550 test from jmisc1.exp.
16551 * gdb.java/jmisc1.exp: Delete.
16552 * gdb.java/jprint.exp: Adjust to work with method signatures including
16553 return types.
16554 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
16555 * gdb.threads/linux-dp.exp: Don't be confused by program output.
16556 * lib/java.exp (compile_java_from_source): Pass the correct type
16557 to target_compile.
16558
5eefc2b7
JB
165592006-12-31 Joel Brobecker <brobecker@adacore.com>
16560
16561 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
16562 (stack_align_edx): New function.
16563 (stack_align_eax): New function.
16564 (main): Add calls to stack_align_edx and stack_align_eax.
16565 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
16566 Add testing for the cases where the register used during a stack
16567 realignment is edx. Same for eax.
16568
227c54da
DJ
165692006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
16570
16571 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
16572 and generic PE targets.
16573
cab8ac94
JB
165742006-12-29 Joel Brobecker <brobecker@adacore.com>
16575
16576 * gdb.ada/array_return.exp: Update copyright date list.
16577
ba54f318
JB
165782006-12-27 Joel Brobecker <brobecker@adacore.com>
16579
16580 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
16581 (Create_Small_Float_Vector): New function.
16582 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
16583 function body.
16584 * gdb.ada/array_return/p.adb: Use new type and function from
16585 package Pck.
16586 * gdb.ada/array_return.exp: Add a test verifying that GDB is
16587 able to print the value returned by a function returning an
16588 array of float.
16589
6b7a35dd
JB
165902006-12-20 Joel Brobecker <brobecker@adacore.com>
16591
16592 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
16593 The associated tests should be PASSing.
16594
038224f6
VP
165952006-12-08 Vladimir Prus <vladimir@codesourcery.com>
16596
16597 Test for base in references.
16598 * gdb.mi/mi-var-cp.cc: Add test code.
16599 * gdb.mi/mi-var-cp.exp: Test for bases in references.
16600 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
16601 * gdb.mi/mi2-watch.exp: Likewise.
16602 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
16603 (mi_list_varobj_children): New function.
16604
b26ed50d
VP
166052006-12-08 Vladimir Prus <vladimir@codesourcery.com>
16606
16607 * lib/mi-support.exp
16608 (mi_runto): Accept "()" after function name.
16609 (mi_create_varobj): New function.
16610 (mi_varobj_update): New function.
16611 (mi_Check_varobj_value): New function.
16612 * gdb.mi/mi-var-cp.exp: New file.
16613 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 16614
08232497
DJ
166152006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
16616
16617 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
16618 gdb.base/weaklib2.c: New files.
16619
d394c993 166202006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 16621
ac6c2fba
NS
16622 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
16623 info. Adjust test names.
16624
8ec659a0 16625 * gdb.base/break.c (main): Move position of malloc.
d394c993 16626 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 16627
acd65feb
VP
166282006-11-28 Vladimir Prus <vladimir@codesourcery.com>
16629
16630 * gdb.mi/mi-var-cmd.exp: Check -var-update after
16631 assignement of arrays and function pointers.
16632 * gdb.mi/var-cmd.c: Add declaration necessary for above
16633 tests.
16634
f556d5e5
NS
166352006-11-27 Nathan Sidwell <nathan@codesourcery.com>
16636
16637 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
16638
16639 * gdb.threads/linux-dp.exp: Read thread table before and after
16640 creating each philosopher and verify it.
16641
697bc68d
NS
166422006-11-27 Nathan Sidwell <nathan@codesourcery.com>
16643 Paul Brook <paul@codesourcery.com>
16644 Daniel Jacobowitz <dan@codesourcery.com>
16645
16646 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 16647 main to remove duplication. Add start function of the form
697bc68d
NS
16648 '_*start[1-9]*'. Add RVDS start function.
16649
29d73ae4
DJ
166502006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
16651
16652 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
16653
c1d88655
UW
166542006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16655
16656 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
16657 * gdb.asm/spu.inc: New file.
16658 * gdb.base/term.exp: Disable if [target_info exists noargs].
16659 * gdb.gdb/complaints.exp: Disable if ![isnative].
16660 * gdb.gdb/selftest.exp: Likewise.
16661 * gdb.gdb/observer.exp: Likewise.
16662 * gdb.gdb/xfullpath.exp: Likewise.
16663 * gdb.base/attach.exp: Disable on SPU target.
16664 * gdb.cp/bs145503.exp: Likewise.
16665 * gdb.cp/exception.exp: Likewise.
16666 * gdb.cp/userdef.exp: Likewise.
16667
32a13b1a
DJ
166682006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
16669
16670 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
16671
d8295fe9
VP
166722006-11-10 Vladimir Prus <vladimir@codesourcery.com>
16673
16674 * gdb.base/completion.exp: Fix completion tests for
16675 'info' and 'info '.
16676 * gdb.base/help.exp (help_test_raw, test_class_help)
16677 (test_prefix_command_help): Move...
16678 * lib/gdb.exp: Here.
16679 * gdb.base/main.exp: Adjust.
16680 * gdb.cp/maint.exp: Adjust.
16681 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 16682
8c394015
VP
166832006-11-09 Vladimir Prus <vladimir@codesourcery.com>
16684
16685 * gdb.stabs/weird.exp (print_weird_var): Use
16686 gdb_test_multiple instead of gdb_expect.
16687
027fc1bc
VP
166882006-11-09 Vladimir Prus <vladimir@codesourcery.com>
16689
16690 * gdb.base/help.exp (help_test_raw): New.
16691 (test_class_help): New.
16692 (test_prefix_command_help): New.
16693 Adjust testcases.
16694
67609209
FR
166952006-11-09 Christophe Lyon <christophe.lyon@st.com>
16696
16697 * gdb.base/constvars.c (main): Write to crass and crips, so that
16698 they are allocated by the compiler.
16699
f73adfeb
AS
167002006-10-27 Andreas Schwab <schwab@suse.de>
16701
16702 * gdb.base/multi-forks.exp: Use "detach fork" instead of
16703 "detach-fork".
16704
2f83a18e
DJ
167052006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
16706
16707 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
16708 of patterns.
16709
94277a38
DJ
167102006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
16711
16712 * gdb.base/sepdebug.exp: Remove debug format test.
16713 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
16714 Handle no-symtab.
16715 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
16716
5bd2f6e2
DJ
167172006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
16718
16719 * gdb.threads/manythreads.c (thread_function, main): Don't cast
16720 int to pointer or pointer to int.
16721 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
16722
8c008720
DJ
167232006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
16724
16725 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
16726
9e35dae4
DJ
167272006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16728
16729 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
16730
d9639e13
DJ
167312006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
16732
16733 PR c++/2116
16734 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
16735
390a1bd0
JB
167362006-10-06 Joel Brobecker <brobecker@adacore.com>
16737
16738 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
16739 the corresponding bug has been fixed in GDB (PR/2018).
16740
dd920c33
JB
167412006-10-06 Joel Brobecker <brobecker@adacore.com>
16742
16743 * gdb.base/subst.exp: New testcase.
16744
53bbefe9
JB
167452006-10-06 Joel Brobecker <brobecker@adacore.com>
16746
16747 * gdb.ada/array_return/pck.ads: Add copyright notice.
16748 * gdb.ada/array_return/pck.adb: Likewise.
16749 * gdb.ada/array_return/p.adb: Likewise.
16750 * gdb.ada/exec_changed/first.adb: Likewise.
16751 * gdb.ada/exec_changed/second.adb: Likewise.
16752
09851417
JB
167532006-10-06 Joel Brobecker <brobecker@adacore.com>
16754
16755 * gdb.ada/watch_arg/watch.adb: New file.
16756 * gdb.ada/watch_arg.exp: New testcase.
16757
041bf30d
VP
167582006-10-02 Vladimir Prus <vladimir@codesourcery.com>
16759
16760 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 16761 via string_to_regexp.
041bf30d 16762 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 16763
f286fbdd 167642006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
16765
16766 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
16767 Remove unused / obsolete files.
16768
7c07f349
NR
167692006-09-19 Nick Roberts <nickrob@snap.net.nz>
16770
16771 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
16772
cd5ff84a
VP
167732006-09-17 Vladimir Prus <vladimir@codesourcery.com>
16774
16775 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
16776 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 16777 the number of frames.
cd5ff84a 16778
ae018d1a
DJ
167792006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
16780
16781 * gdb.base/args.c (main): Add breakpoint marker.
16782 * gdb.base/args.exp: Use args_test for tests. Add new tests which
16783 really test empty arguments.
16784 (args_load): Delete.
16785 (args_test): New.
16786
b399c549
NR
167872006-09-13 Nick Roberts <nickrob@snap.net.nz>
16788
16789 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 16790 check for one file.
b399c549 16791
2ab1eb7a
VP
167922006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
16793
16794 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
16795 HIGH_FRAME argument to -stack-list-locals can be larger than
16796 the number of frames.
a9c64011 16797
476308bf
FF
167982006-08-18 Fred Fish <fnf@specifix.com>
16799
16800 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
16801 '$' in front of skip_vmx_tests_saved when setting that.
16802
8625200f
AS
168032006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
16804
16805 * gdb.base/trace-commands.exp: New file.
16806
089ec8f1
DJ
168072006-08-10 Joel Brobecker <brobecker@adacore.com>
16808 Daniel Jacobowitz <dan@codesourcery.com>
16809
16810 * gdb.base/step-bt.exp: Make hexadecimal address optional in
16811 expected output of the backtrace commands.
16812
b60f0898
JB
168132006-08-09 Joel Brobecker <brobecker@adacore.com>
16814
16815 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
16816 untested followed by return combination.
16817 * gdb.arch/altivec-regs.exp: Likewise.
16818 * gdb.arch/e500-abi.exp: Likewise.
16819 * gdb.arch/e500-regs.exp: Likewise.
16820 * gdb.arch/gdb1291.exp: Likewise.
16821 * gdb.arch/gdb1431.exp: Likewise.
16822 * gdb.arch/gdb1558.exp: Likewise.
16823 * gdb.arch/i386-prologue.exp: Likewise.
16824 * gdb.arch/i386-unwind.exp: Likewise.
16825 * gdb.asm/asm-source.exp: Likewise.
16826 * gdb.base/a2-run.exp: Likewise.
16827 * gdb.base/advance.exp: Likewise.
16828 * gdb.base/all-bin.exp: Likewise.
16829 * gdb.base/annota1.exp: Likewise.
16830 * gdb.base/annota3.exp: Likewise.
16831 * gdb.base/args.exp: Likewise.
16832 * gdb.base/arithmet.exp: Likewise.
16833 * gdb.base/assign.exp: Likewise.
16834 * gdb.base/async.exp: Likewise.
16835 * gdb.base/attach.exp: Likewise.
16836 * gdb.base/bang.exp: Likewise.
16837 * gdb.base/bigcore.exp: Likewise.
16838 * gdb.base/bitfields.exp: Likewise.
16839 * gdb.base/bitfields2.exp: Likewise.
16840 * gdb.base/break.exp: Likewise.
16841 * gdb.base/call-sc.exp: Likewise.
16842 * gdb.base/call-strs.exp: Likewise.
16843 * gdb.base/callfuncs.exp: Likewise.
16844 * gdb.base/checkpoint.exp: Likewise.
16845 * gdb.base/chng-syms.exp: Likewise.
16846 * gdb.base/code-expr.exp: Likewise.
16847 * gdb.base/commands.exp: Likewise.
16848 * gdb.base/completion.exp: Likewise.
16849 * gdb.base/cond-expr.exp: Likewise.
16850 * gdb.base/condbreak.exp: Likewise.
16851 * gdb.base/consecutive.exp: Likewise.
16852 * gdb.base/constvars.exp: Likewise.
16853 * gdb.base/corefile.exp: Likewise.
16854 * gdb.base/cvexpr.exp: Likewise.
16855 * gdb.base/dbx.exp: Likewise.
16856 * gdb.base/define.exp: Likewise.
16857 * gdb.base/detach.exp: Likewise.
16858 * gdb.base/display.exp: Likewise.
16859 * gdb.base/dump.exp: Likewise.
16860 * gdb.base/ena-dis-br.exp: Likewise.
16861 * gdb.base/ending-run.exp: Likewise.
16862 * gdb.base/environ.exp: Likewise.
16863 * gdb.base/eval-skip.exp: Likewise.
16864 * gdb.base/exprs.exp: Likewise.
16865 * gdb.base/fileio.exp: Likewise.
16866 * gdb.base/finish.exp: Likewise.
16867 * gdb.base/float.exp: Likewise.
16868 * gdb.base/foll-exec.exp: Likewise.
16869 * gdb.base/foll-fork.exp: Likewise.
16870 * gdb.base/foll-vfork.exp: Likewise.
16871 * gdb.base/freebpcmd.exp: Likewise.
16872 * gdb.base/funcargs.exp: Likewise.
16873 * gdb.base/gcore.exp: Likewise.
16874 * gdb.base/gdb1090.exp: Likewise.
16875 * gdb.base/gdb1250.exp: Likewise.
16876 * gdb.base/huge.exp: Likewise.
16877 * gdb.base/info-proc.exp: Likewise.
16878 * gdb.base/interrupt.exp: Likewise.
16879 * gdb.base/jump.exp: Likewise.
16880 * gdb.base/langs.exp: Likewise.
16881 * gdb.base/lineinc.exp: Likewise.
16882 * gdb.base/list.exp: Likewise.
16883 * gdb.base/logical.exp: Likewise.
16884 * gdb.base/long_long.exp: Likewise.
16885 * gdb.base/macscp.exp: Likewise.
16886 * gdb.base/maint.exp: Likewise.
16887 * gdb.base/mips_pro.exp: Likewise.
16888 * gdb.base/miscexprs.exp: Likewise.
16889 * gdb.base/multi-forks.exp: Likewise.
16890 * gdb.base/opaque.exp: Likewise.
16891 * gdb.base/overlays.exp: Likewise.
16892 * gdb.base/pc-fp.exp: Likewise.
16893 * gdb.base/pointers.exp: Likewise.
16894 * gdb.base/printcmds.exp: Likewise.
16895 * gdb.base/psymtab.exp: Likewise.
16896 * gdb.base/ptype.exp: Likewise.
16897 * gdb.base/recurse.exp: Likewise.
16898 * gdb.base/relational.exp: Likewise.
16899 * gdb.base/relocate.exp: Likewise.
16900 * gdb.base/remote.exp: Likewise.
16901 * gdb.base/reread.exp: Likewise.
16902 * gdb.base/restore.exp: Likewise.
16903 * gdb.base/return.exp: Likewise.
16904 * gdb.base/return2.exp: Likewise.
16905 * gdb.base/scope.exp: Likewise.
16906 * gdb.base/sect-cmd.exp: Likewise.
16907 * gdb.base/sep.exp: Likewise.
16908 * gdb.base/sepdebug.exp: Likewise.
16909 * gdb.base/setshow.exp: Likewise.
16910 * gdb.base/setvar.exp: Likewise.
16911 * gdb.base/sigall.exp: Likewise.
16912 * gdb.base/sigbpt.exp: Likewise.
16913 * gdb.base/signals.exp: Likewise.
16914 * gdb.base/signull.exp: Likewise.
16915 * gdb.base/sizeof.exp: Likewise.
16916 * gdb.base/solib.exp: Likewise.
16917 * gdb.base/step-line.exp: Likewise.
16918 * gdb.base/step-test.exp: Likewise.
16919 * gdb.base/structs.exp: Likewise.
16920 * gdb.base/structs2.exp: Likewise.
16921 * gdb.base/term.exp: Likewise.
16922 * gdb.base/twice.exp: Likewise.
16923 * gdb.base/until.exp: Likewise.
16924 * gdb.base/varargs.exp: Likewise.
16925 * gdb.base/volatile.exp: Likewise.
16926 * gdb.base/watchpoint.exp: Likewise.
16927 * gdb.base/whatis-exp.exp: Likewise.
16928 * gdb.base/whatis.exp: Likewise.
16929 * gdb.cp/ambiguous.exp: Likewise.
16930 * gdb.cp/annota2.exp: Likewise.
16931 * gdb.cp/annota3.exp: Likewise.
16932 * gdb.cp/bool.exp: Likewise.
16933 * gdb.cp/breakpoint.exp: Likewise.
16934 * gdb.cp/casts.exp: Likewise.
16935 * gdb.cp/class2.exp: Likewise.
16936 * gdb.cp/classes.exp: Likewise.
16937 * gdb.cp/cplusfuncs.exp: Likewise.
16938 * gdb.cp/ctti.exp: Likewise.
16939 * gdb.cp/derivation.exp: Likewise.
16940 * gdb.cp/exception.exp: Likewise.
16941 * gdb.cp/gdb1355.exp: Likewise.
16942 * gdb.cp/hang.exp: Likewise.
16943 * gdb.cp/inherit.exp: Likewise.
16944 * gdb.cp/local.exp: Likewise.
16945 * gdb.cp/m-data.exp: Likewise.
16946 * gdb.cp/m-static.exp: Likewise.
16947 * gdb.cp/member-ptr.exp: Likewise.
16948 * gdb.cp/method.exp: Likewise.
16949 * gdb.cp/misc.exp: Likewise.
16950 * gdb.cp/namespace.exp: Likewise.
16951 * gdb.cp/overload.exp: Likewise.
16952 * gdb.cp/ovldbreak.exp: Likewise.
16953 * gdb.cp/pr-1023.exp: Likewise.
16954 * gdb.cp/pr-1210.exp: Likewise.
16955 * gdb.cp/pr-574.exp: Likewise.
16956 * gdb.cp/printmethod.exp: Likewise.
16957 * gdb.cp/psmang.exp: Likewise.
16958 * gdb.cp/ref-params.exp: Likewise.
16959 * gdb.cp/ref-types.exp: Likewise.
16960 * gdb.cp/rtti.exp: Likewise.
16961 * gdb.cp/templates.exp: Likewise.
16962 * gdb.cp/try_catch.exp: Likewise.
16963 * gdb.cp/userdef.exp: Likewise.
16964 * gdb.cp/virtfunc.exp: Likewise.
16965 * gdb.disasm/am33.exp: Likewise.
16966 * gdb.disasm/h8300s.exp: Likewise.
16967 * gdb.disasm/mn10300.exp: Likewise.
16968 * gdb.disasm/sh3.exp: Likewise.
16969 * gdb.disasm/t01_mov.exp: Likewise.
16970 * gdb.disasm/t02_mova.exp: Likewise.
16971 * gdb.disasm/t03_add.exp: Likewise.
16972 * gdb.disasm/t04_sub.exp: Likewise.
16973 * gdb.disasm/t05_cmp.exp: Likewise.
16974 * gdb.disasm/t06_ari2.exp: Likewise.
16975 * gdb.disasm/t07_ari3.exp: Likewise.
16976 * gdb.disasm/t08_or.exp: Likewise.
16977 * gdb.disasm/t09_xor.exp: Likewise.
16978 * gdb.disasm/t10_and.exp: Likewise.
16979 * gdb.disasm/t11_logs.exp: Likewise.
16980 * gdb.disasm/t12_bit.exp: Likewise.
16981 * gdb.disasm/t13_otr.exp: Likewise.
16982 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
16983 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
16984 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16985 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
16986 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
16987 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
16988 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
16989 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
16990 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
16991 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
16992 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
16993 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
16994 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
16995 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
16996 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
16997 * gdb.mi/gdb701.exp: Likewise.
16998 * gdb.mi/gdb792.exp: Likewise.
16999 * gdb.mi/mi-basics.exp: Likewise.
17000 * gdb.mi/mi-break.exp: Likewise.
17001 * gdb.mi/mi-cli.exp: Likewise.
17002 * gdb.mi/mi-console.exp: Likewise.
17003 * gdb.mi/mi-disassemble.exp: Likewise.
17004 * gdb.mi/mi-eval.exp: Likewise.
17005 * gdb.mi/mi-file.exp: Likewise.
17006 * gdb.mi/mi-read-memory.exp: Likewise.
17007 * gdb.mi/mi-regs.exp: Likewise.
17008 * gdb.mi/mi-return.exp: Likewise.
17009 * gdb.mi/mi-simplerun.exp: Likewise.
17010 * gdb.mi/mi-stack.exp: Likewise.
17011 * gdb.mi/mi-stepi.exp: Likewise.
17012 * gdb.mi/mi-syn-frame.exp: Likewise.
17013 * gdb.mi/mi-until.exp: Likewise.
17014 * gdb.mi/mi-var-block.exp: Likewise.
17015 * gdb.mi/mi-var-child.exp: Likewise.
17016 * gdb.mi/mi-var-cmd.exp: Likewise.
17017 * gdb.mi/mi-var-display.exp: Likewise.
17018 * gdb.mi/mi-watch.exp: Likewise.
17019 * gdb.mi/mi2-basics.exp: Likewise.
17020 * gdb.mi/mi2-break.exp: Likewise.
17021 * gdb.mi/mi2-cli.exp: Likewise.
17022 * gdb.mi/mi2-console.exp: Likewise.
17023 * gdb.mi/mi2-disassemble.exp: Likewise.
17024 * gdb.mi/mi2-eval.exp: Likewise.
17025 * gdb.mi/mi2-file.exp: Likewise.
17026 * gdb.mi/mi2-read-memory.exp: Likewise.
17027 * gdb.mi/mi2-regs.exp: Likewise.
17028 * gdb.mi/mi2-return.exp: Likewise.
17029 * gdb.mi/mi2-simplerun.exp: Likewise.
17030 * gdb.mi/mi2-stack.exp: Likewise.
17031 * gdb.mi/mi2-stepi.exp: Likewise.
17032 * gdb.mi/mi2-syn-frame.exp: Likewise.
17033 * gdb.mi/mi2-until.exp: Likewise.
17034 * gdb.mi/mi2-var-block.exp: Likewise.
17035 * gdb.mi/mi2-var-child.exp: Likewise.
17036 * gdb.mi/mi2-var-cmd.exp: Likewise.
17037 * gdb.mi/mi2-var-display.exp: Likewise.
17038 * gdb.mi/mi2-watch.exp: Likewise.
17039 * gdb.stabs/exclfwd.exp: Likewise.
17040 * gdb.stabs/weird.exp: Likewise.
17041 * gdb.threads/gcore-thread.exp: Likewise.
17042 * gdb.trace/actions.exp: Likewise.
17043 * gdb.trace/backtrace.exp: Likewise.
17044 * gdb.trace/circ.exp: Likewise.
17045 * gdb.trace/collection.exp: Likewise.
17046 * gdb.trace/deltrace.exp: Likewise.
17047 * gdb.trace/infotrace.exp: Likewise.
17048 * gdb.trace/limits.exp: Likewise.
17049 * gdb.trace/packetlen.exp: Likewise.
17050 * gdb.trace/passc-dyn.exp: Likewise.
17051 * gdb.trace/passcount.exp: Likewise.
17052 * gdb.trace/report.exp: Likewise.
17053 * gdb.trace/save-trace.exp: Likewise.
17054 * gdb.trace/tfind.exp: Likewise.
17055 * gdb.trace/tracecmd.exp: Likewise.
17056 * gdb.trace/while-dyn.exp: Likewise.
17057 * gdb.trace/while-stepping.exp: Likewise.
17058
f4b618d1
JB
170592006-08-08 Joel Brobecker <brobecker@adacore.com>
17060
17061 * gdb.base/step-bt.c: New file.
17062 * gdb.base/step-bt.exp: New testcase.
17063
3d00d119
DJ
170642006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
17065
17066 * config/monitor.exp (gdb_load): Remove support for obsolete
17067 download-write-size.
17068 * gdb.base/remote.exp: Likewise. Update all callers of
17069 gdb_timed_load.
17070
017b5bd4
DJ
170712006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
17072
17073 * cursal.exp: Pass binfile to gdb_load.
17074
837c599d
DJ
170752006-08-01 Nathan Sidwell <nathan@codesourcery.com>
17076
17077 * gdb.base/cursal.exp: Add "" to gdb_load call.
17078
8dd4540b
MK
170792006-07-29 Mark Kettenis <kettenis@gnu.org>
17080
17081 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
17082 NetBSD/ELF targets.
17083
ab5c9f60
DJ
170842006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
17085
17086 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
17087 operator*.
17088
4c42eaff
DJ
170892006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
17090
17091 * gdb.base/completion.exp: Update for change in "file" behavior.
17092 * gdb.stabs/weird.exp: Likewise.
17093 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
17094 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
17095
0155cc76
NS
170962006-07-24 Nathan Sidwell <nathan@codesourcery.com>
17097
17098 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
17099 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
17100
16026cd7
AS
171012006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
17102
17103 * gdb.base/default.exp: Update source command error message.
17104 * gdb.base/help.exp: Update 'help source' message.
17105
16963cb6
DJ
171062006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
17107
17108 * gdb.cp/bs15503.exp: Update comment for no longer crashing
17109 test.
17110
6d7fd486
AS
171112006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
17112
17113 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
17114
29e8a844
DJ
171152006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
17116
17117 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
17118
6afcfa39
DJ
171192006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
17120
17121 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
17122
267a692b
MK
171232006-07-17 Mark Kettenis <kettenis@gnu.org>
17124
17125 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
17126 *-*-openbsd* from targets for wich we expect ARM FPA floating
17127 point format.
17128
85d2fec4
NR
171292006-07-17 Nick Roberts <nickrob@snap.net.nz>
17130
17131 * gdb.cp/annota3.exp: Expect frame-begin annotation.
17132
171332006-07-17 Mark Kettenis <kettenis@gnu.org>
17134
17135 * gdb.base/annota3.exp: Expect frame-begin annotation.
17136
85b4c6e8
JB
171372006-07-14 Joel Brobecker <brobecker@adacore.com>
17138
17139 * gdb.base/help.exp: Adjust "help unset" test to accept
17140 any list of unset commands.
17141
fb933624
DJ
171422006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
17143 Daniel Jacobowitz <dan@codesourcery.com>
17144
17145 * gdb.cp/ref-params.exp: New test.
17146 * gdb.cp/ref-params.cc: New source file.
17147 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
17148
1dff4b64
MK
171492006-07-08 Mark Kettenis <kettenis@gnu.org>
17150
17151 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
17152 spaces/tabs in regular expressions since they might not be there.
17153
40d2e0e3
AS
171542006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
17155
17156 * gdb.base/ifelse.exp: New file.
17157
f6c957d2
NS
171582006-07-04 Nathan Sidwell <nathan@codesourcery.com>
17159
17160 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
17161 line.
17162 * gdb.base/huge.exp: Loop over compilation to find a size that
17163 is acceptable.
17164 * gdb.base/remote.exp: Correct expected strings.
17165 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
17166
b9c5a23d
DJ
171672006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17168
17169 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
17170
9af2e58d
DJ
171712006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17172
17173 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
17174 native.
17175
30930ca5
DJ
171762006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17177
17178 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
17179 enable stabs testing.
17180
aa32fa1d
DJ
171812006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17182
bd4a4c80 17183 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
17184 gdb_test_multiple does.
17185
321fef15
DJ
171862006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17187
17188 * Makefile.in (host_alias): Remove.
17189 (target_alias): Use @target_noncanonical@.
17190 (site.exp): Don't set host_alias.
17191 * aclocal.m4: Remove contents. Include acx.m4.
17192 * configure: Regenerated.
17193 * configure.ac: Use ACX_NONCANONICAL_TARGET.
17194
e1c2defa
NS
171952006-06-13 Nathan Sidwell <nathan@codesourcery.com>
17196
e63b55d1
NS
17197 * lib/gdb.exp (gdb_load_cmd): New.
17198
5600ea19
NS
17199 * gdb.base/fileio.c: Add system(NULL) test.
17200 * gdb.base/fileio.exp: Check it.
17201
e1c2defa
NS
17202 * gdb.base/break.c: Add 10a breakpoint at }
17203 * gdb.base/break.exp: Add test for breakpoint at }
17204 * gdb.cp/anon-union.cc: Add code at end of function.
17205 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
17206 * gdb.mi/var-cmd.c: Add code at end of function.
17207 * gdb.mi/mi-var-display.exp: Adjust end of next.
17208 * gdb.mi/mi2-var-display.exp: Likewise.
17209 * gdb.base/fileio.c: Add stop function and insert calls at
17210 stopping places.
17211 * gdb.base/fileio.exp: Breakpoint stop function and remove
17212 explicit line number references.
17213
6c0112ec
JB
172142006-05-19 Joel Brobecker <brobecker@adacore.com>
17215
a9c64011
AS
17216 * gdb.base/del.exp (test_delete_alias): New function.
17217 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 17218
154189a4
FF
172192006-05-18 Fred Fish <fnf@specifix.com>
17220
17221 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
17222 required. Check for spurious output after program exits normally.
17223
582e64c2
FF
172242006-05-17 Fred Fish <fnf@specifix.com>
17225
17226 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
17227 gdb_load, so it works in the simulator.
17228
8ef6493a
FF
172292006-05-11 Fred Fish <fnf@specifix.com>
17230
17231 * gdb.base/bang.exp: Ignore unexpected output between the
17232 "program exited normally" and the gdb prompt, as many other
17233 tests do.
17234
692b141c
MK
172352006-05-07 Mark Kettenis <kettenis@gnu.org>
17236
17237 * gdb.base/help.exp: Make "delete checkpoint" part option for
17238 "help d" and "help delete" tests.
17239
540b8a30
UW
172402006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17241
a9c64011 17242 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
17243 expected output in some mi_gdb_test statements.
17244 * gdb.mi/mi2-basics.exp: Likewise.
17245
9b6462d9
JB
172462006-05-05 Joel Brobecker <brobecker@adacore.com>
17247
17248 * gdb.base/del.c: New file.
17249 * gdb.base/del.exp: New testcase.
17250
954de43b
DM
172512006-05-05 David S. Miller <davem@sunset.davemloft.net>
17252
17253 * gdb.base/break.exp: Do not assume a breakpoint on
17254 main will actually be in $srcfile when optimizing.
1303f75e
DM
17255 * gdb.base/savedregs.exp: Do not require that the dummy
17256 frame location match up to a symbol and source file location.
c3242428
DM
17257 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
17258 will get printed without a mi_cmd_data_list_register_values prefix.
17259 (*-data-list-register-*): Correct regular expressions to expect the new
17260 pseudo d? floating point registers.
17261 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 17262
c7e64c9a
DJ
172632006-05-05 Christophe Lyon <christophe.lyon@st.com>
17264
17265 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
17266 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
17267 is allocated by the compiler.
17268 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
17269 anons, e, anone to force their allocation by the compiler.
17270
172712006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
17272
17273 * gdb.base/help.exp: Update expected text for help d and
17274 help delete.
17275
27ce9a6d
MK
172762006-05-02 Mark Kettenis <kettenis@gnu.org>
17277
17278 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
17279 NetBSD/ELF targets.
17280
8608915f
MK
172812006-04-30 Mark Kettenis <kettenis@gnu.org>
17282
17283 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
17284 single-step breakpoint fails; make this a KFAIL on
17285 sparc*-*-openbsd*.
17286 * gdb.base/siginfo.exp: Likewise.
17287 * gdb.base/sigstep.exp (advance, advancei): Likewise.
17288
b8db102d
MS
172892006-04-26 Michael Snyder <msnyder@redhat.com>
17290
17291 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
17292 which may have to consume output from other forks.
17293 Add tests to make sure that "delete fork" succeeded.
17294
c702009a
MS
172952006-04-20 Michael Snyder <msnyder@redhat.com>
17296
17297 * 2006-03-22 Jim Blandy <jimb@redhat.com>
17298 Add support for the Renesas M32C and M16C.
17299
17300 * gdb.asm/asm-source.exp: Add m32c target.
17301 * gdb.asm/m32c.inc: Support for m32c target.
17302
e28493f2
AS
173032006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
17304
17305 * gdb.base/commands.exp (recursive_source_test): New test.
17306
880da185
DM
173072006-04-04 David S. Miller <davem@sunset.davemloft.net>
17308
17309 * gdb.base/float.exp: Add pattern for sparc targets.
17310
61d9b92f
DJ
173112006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17312
17313 * gdb.base/commands.exp (stray_arg0_test): New test.
17314
bd717df8
PB
173152006-03-30 Paul Brook <paul@codesourcery.com>
17316
17317 * gdb.mi/mi-until.exp: kfail broken until command.
17318 * gdb.mi/mi2-until.exp: Ditto.
17319
ec793d3c
NR
173202006-03-27 Nick Roberts <nickrob@snap.net.nz>
17321
17322 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
17323
831004b7
AO
173242006-03-08 Alexandre Oliva <aoliva@redhat.com>
17325
17326 * gdb.base/prelink.exp: Anchor tested-for regular expression
17327 on gdb prompt.
17328
effe49a0
PB
173292006-03-07 Paul Brook <paul@codesourcery.com>
17330
17331 * gdb.base/assign.exp: Correct fail message.
17332
e5461016
PB
173332006-03-07 Paul Brook <paul@codesourcery.com>
17334
17335 * lib/compiler.c: Extract armcc version number.
17336 * lib/compiler.cc: Ditto.
17337
fc91c6c2
PB
173382006-03-07 Paul Brook <paul@codesourcery.com>
17339
17340 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
17341 additional_flags=-w.
17342 * gdb.arch/altivec-regs.exp: Ditto.
17343 * gdb.arch/e500-abi.exp: Ditto.
17344 * gdb.arch/e500-regs.exp: Ditto.
17345 * gdb.base/all-bin.exp: Ditto.
17346 * gdb.base/annota1.exp: Ditto.
17347 * gdb.base/annota3.exp: Ditto.
17348 * gdb.base/args.exp: Ditto.
17349 * gdb.base/arithmet.exp: Ditto.
17350 * gdb.base/assign.exp: Ditto.
17351 * gdb.base/async.exp: Ditto.
17352 * gdb.base/bang.exp: Ditto.
17353 * gdb.base/break.exp: Ditto.
17354 * gdb.base/call-rt-st.exp: Ditto.
17355 * gdb.base/completion.exp: Ditto.
17356 * gdb.base/cond-expr.exp: Ditto.
17357 * gdb.base/condbreak.exp: Ditto.
17358 * gdb.base/consecutive.exp: Ditto.
17359 * gdb.base/define.exp: Ditto.
17360 * gdb.base/display.exp: Ditto.
17361 * gdb.base/ena-dis-br.exp: Ditto.
17362 * gdb.base/environ.exp: Ditto.
17363 * gdb.base/eval-skip.exp: Ditto.
17364 * gdb.base/info-proc.exp: Ditto.
17365 * gdb.base/jump.exp: Ditto.
17366 * gdb.base/logical.exp: Ditto.
17367 * gdb.base/long_long.exp: Ditto.
17368 * gdb.base/maint.exp: Ditto.
17369 * gdb.base/miscexprs.exp: Ditto.
17370 * gdb.base/pc-fp.exp: Ditto.
17371 * gdb.base/pointers.exp: Ditto.
17372 * gdb.base/relational.exp: Ditto.
17373 * gdb.base/reread.exp: Ditto.
17374 * gdb.base/sect-cmd.exp: Ditto.
17375 * gdb.base/sep.exp: Ditto.
17376 * gdb.base/sepdebug.exp: Ditto.
17377 * gdb.base/until.exp: Ditto.
17378 * gdb.base/whatis-exp.exp: Ditto.
17379 * gdb.cp/annota2.exp: Ditto.
17380 * gdb.cp/annota3.exp: Ditto.
17381 * gdb.trace/actions.exp: Ditto.
17382 * gdb.trace/backtrace.exp: Ditto.
17383 * gdb.trace/circ.exp: Ditto.
17384 * gdb.trace/collection.exp: Ditto.
17385 * gdb.trace/deltrace.exp: Ditto.
17386 * gdb.trace/infotrace.exp: Ditto.
17387 * gdb.trace/limits.exp: Ditto.
17388 * gdb.trace/packetlen.exp: Ditto.
17389 * gdb.trace/passc-dyn.exp: Ditto.
17390 * gdb.trace/passcount.exp: Ditto.
17391 * gdb.trace/report.exp: Ditto.
17392 * gdb.trace/save-trace.exp: Ditto.
17393 * gdb.trace/tfind.exp: Ditto.
17394 * gdb.trace/tracecmd.exp: Ditto.
17395 * gdb.trace/while-dyn.exp: Ditto.
17396 * gdb.trace/while-stepping.exp: Ditto.
17397 * lib/gdb.exp: Ditto.
17398 (gdb_compile): Handle nowarning option.
17399
5f4a23d9
AO
174002006-03-07 Alexandre Oliva <aoliva@redhat.com>
17401
17402 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
17403 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
17404 Rename executable to prelinkt. Don't re-prelink if we didn't
17405 get a core file. Test prelink -u exit status to tell whether
17406 prelinking failed. Use gdb_test_multiple.
17407
9733fc94
DJ
174082006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
17409
17410 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
17411 (do_tests): Call it.
17412
cc10cae3
AO
174132006-02-28 Alexandre Oliva <aoliva@redhat.com>
17414
17415 * gdb.base/prelink.exp: New test.
17416 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
17417
15c46491
WZ
174182006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
17419
17420 * gdb.fortran/derived-type.f90: New file.
17421 * gdb.fortran/derived-type.exp: New testcase.
17422
5c9f7ded
DJ
174232006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
17424
17425 * gdb.base/default.exp: Allow ';' as a directory separator.
17426
5b96932b
AS
174272006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
17428
17429 * gdb.base/help.exp (help add-symbol-file): Update.
17430
1986bccd
AS
174312006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
17432
17433 * gdb.base/help.exp (help load): Update expected results.
17434
a8b7528f
FF
174352006-02-19 Fred Fish <fnf@specifix.com>
17436
17437 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
17438 specifix hex value as part of results.
17439 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 17440
f8261448
FF
174412006-02-16 Fred Fish <fnf@specifix.com>
17442
17443 * gdb.base/whatis.c: Define variables using typedefs char_addr,
17444 ushort_addr, and slong_addr, so the typedefs are not optimized
17445 away.
17446 * gdb.base/whatis.exp: Add tests using type name for struct type,
17447 union type, enum type, and typedef.
a9c64011 17448
31d8bdd2
MK
174492006-02-13 Mark Kettenis <kettenis@gnu.org>
17450
17451 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
17452
34e41e63
JB
174532006-02-13 Jim Blandy <jimb@redhat.com>
17454
17455 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
17456 case where it takes two "next" commands to skip past the init
17457 call.
17458
ac6e4f31
FF
174592006-02-12 Fred Fish <fnf@specifix.com>
17460
17461 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
17462 to handle cases where it takes two "next" commands to skip
17463 past the init call.
17464
2db2d571
JB
174652006-02-07 Joel Brobecker <brobecker@adacore.com>
17466
17467 * gdb.ada/array_return.exp: Mark the last test as expected to fail
17468 on hppa32 targets.
17469
38fcd64c
DJ
174702006-02-06 Vladimir Prus <ghost@cs.msu.su>
17471
17472 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
17473 field.
17474
1315ad46
MK
174752006-01-29 Mark Kettenis <kettenis@gnu.org>
17476
17477 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
17478
5625b943
DJ
174792006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17480
17481 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
17482 files.
17483
80df1bbe
DJ
174842006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17485
17486 * gdb.cp/maint.exp: Set complaints to a positive value.
17487
9078e690
DJ
174882006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
17489
17490 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
17491 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
17492 function name.
17493
9c903399
DJ
174942006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
17495
17496 * gdb.base/checkpoint.c: Update copyright notice. Include
17497 <stdlib.h>.
17498
761ae4d6
JB
174992006-01-04 Jim Blandy <jimb@redhat.com>
17500
17501 * gdb.asm/asm-source.exp: Independently provide default values for
17502 asm-flags and debug-flags. Use 'string equal' to do the
17503 comparison, not the implicit expr's '==' operator. Remove
17504 now-unneeded assignments to asm-flags. In h8300 case, place
17505 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
17506
099ac3dd
MS
175072006-01-04 Michael Snyder <msnyder@redhat.com>
17508
17509 * gdb.base/checkpoint.c: New file.
17510 * gdb.base/checkpoint.exp: New file.
17511 * gdb.base/multi-fork.c: New file.
17512 * gdb.base/multi-fork.exp: New file.
17513 * gdb.base/pi.txt: New file (data for checkpoint.c test).
17514
f4d85314
FF
175152006-01-04 Fred Fish <fnf@specifix.com>
17516
17517 * gdb.base/ptype.c (foo): Add typedef.
17518 (intfoo): Add function.
17519 * gdb.base/ptype1.c: New file.
17520 * gdb.base/ptype.exp: Handle compilation and linking with two
17521 source files. Test that proper type for "foo" is found based
17522 on source context rather than first match found in symtabs.
17523
a1b06f35
MK
175242005-12-28 Mark Kettenis <kettenis@gnu.org>
17525
17526 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
17527 * gdb.asm/openbsd.inc: Indent commands.
17528
d082a1e2
MK
175292005-12-26 Mark Kettenis <kettenis@gnu.org>
17530
c65016bd
MK
17531 * gdb.base/freebpcmd.exp: Increase timeout.
17532
d082a1e2
MK
17533 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
17534
d3c32a0e
DJ
175352005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
17536
17537 * gdb.base/default.exp: Update check for "show version".
17538
9fdb1f50
RC
175392005-12-09 Randolph Chung <tausq@debian.org>
17540
17541 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
17542 * gdb.asm/pa64.inc: New file.
17543
5f2c56f7
RC
175442005-12-09 Randolph Chung <tausq@debian.org>
17545
17546 * gdb.asm/common.inc: Indent commands.
17547 * gdb.asm/asmsrc1.s: Likewise.
17548 * gdb.asm/asmsrc2.s: Likewise.
17549
8117349c
RC
175502005-12-09 Randolph Chung <tausq@debian.org>
17551
17552 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
17553 (get_addr_of_sym): Remove duplicate print.
17554 (gen_core): xfail hppa*-*-hpux*, update expected output.
17555 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
17556 * gdb.arch/pa64-nullify.s: New file.
17557
8f07f25a
RC
175582005-12-09 Randolph Chung <tausq@debian.org>
17559
17560 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
17561
55b39184
DJ
175622005-12-07 Christophe Lyon <christophe.lyon@st.com>
17563
17564 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
17565 code generation for these functions.
17566 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
17567 error message.
17568
31e2b00f
AS
175692005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
17570
17571 * gdb.base/help.exp (help b, help br, help bre, help brea)
17572 (help break): Update the expected message.
17573
c3d0b56e
SC
175742005-11-11 Stephane Carrez <stcarrez@nerim.fr>
17575
17576 * gdb.asm/m68hc11.inc: Setup the data section.
17577 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
17578 script for this test.
17579 (m6812-*-*): Likewise.
17580
36ae0ea9
RC
175812005-11-09 Randolph Chung <tausq@debian.org>
17582
17583 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
17584
9d6f42e9
WZ
175852005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
17586
17587 * gdb.base/break.exp: Fix a comment typo.
17588
e2126a14
EZ
175892005-11-03 Jim Blandy <jimb@redhat.com>
17590
a9c64011
AS
17591 Checked in by Elena Zannoni <ezannoni@redhat.com>
17592
889bf7c5 17593 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 17594
e0ac7199
CV
175952005-11-02 Corinna Vinschen <vinschen@redhat.com>
17596
17597 * gdb.arch/gdb1558.c: Include stdio.h.
17598
31d3fb18
MK
175992005-10-31 Mark Kettenis <kettenis@gnu.org>
17600
17601 * gdb.asm/asm-source.exp: Use -e instead of --entry.
17602
e52b687c
MK
176032005-10-31 Mark Kettenis <kettenis@gnu.org>
17604
17605 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
17606
f4711d79
PG
176072005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
17608
a9c64011
AS
17609 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
17610 vscr" tests to better match output.
f4711d79 17611
987a9106
JB
176122005-10-12 Jim Blandy <jimb@redhat.com>
17613
17614 * gdb.base/structs.exp (any): New function.
17615 (test_struct_returns): Don't make any assumptions at all about
17616 what value the function returns when GDB can't set the return
17617 value.
17618
2336bb58
JB
176192005-10-09 Joel Brobecker <brobecker@adacore.com>
17620
17621 * gdb.ada/arrayidx/p.adb: New file.
17622 * gdb.ada/arrayidx.exp: New testcase
17623
176242005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
17625
17626 * gdb.ada/array_return/pck.ads: New file.
17627 * gdb.ada/array_return/pck.adb: New file.
17628 * gdb.ada/array_return/p.adb: New file.
17629 * gdb.ada/array_return.exp: New testcase.
17630
705335ea
JB
176312005-10-03 Joel Brobecker <brobecker@adacore.com>
17632
a9c64011
AS
17633 * gdb.base/arrayidx.c: New file.
17634 * gdb.base/arrayidx.exp: New testcase.
705335ea 17635
11ee9940
NR
176362005-09-29 Nick Roberts <nickrob@snap.net.nz>
17637
17638 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
17639 frames-invalid and breakpoints-invalid are no longer generated
17640 with level 3 so don't expect them in the output.
17641
39fb8e9e
BR
176422005-09-27 Bob Rossi <bob@brasko.net>
17643
a9c64011 17644 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
17645 from test. Escape the | in mi_gdb_test call.
17646 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
17647 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
17648 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
17649 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
17650 expected regex's in mi_gdb_test calls.
17651 * lib/mi-support.exp: Remove arbitrary .* from tests.
17652 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
17653 Fully anchor GDB/MI expected results in mi_gdb_test.
17654 * lib/gdb.exp (string_to_regexp): Escape the ] character.
17655 * gdb.base/sizeof.exp: Remove escape character. Correct test.
17656
2af48f68
PB
176572005-09-26 Paul Brook <paul@codesourcery.com>
17658
17659 * long_long.exp: Exclude eabi targets from arm FPA float format test.
17660
f34502bc
WZ
176612005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
17662
17663 * bfp-test.c: New file.
17664 * bfp-test.exp: New testcase.
17665
ca929517
WZ
176662005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
17667
17668 * gdb.fortran/subarray.exp: New testcase to test the evaluation
17669 of subarray and substring variable.
17670 * gdb.fortran/subarray.f: New source file for the test of subarray
17671 and substring variable evaluation.
17672 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
17673 of string constant.
17674
c761af65
DJ
176752005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
17676
17677 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
17678 copyright dates.
17679
561d7a1d
PG
176802005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
17681
17682 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
17683 powerpc altivec' test with an almost identical 'info vector' test.
17684
b2b64cc9
PG
176852005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
17686
a9c64011
AS
17687 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
17688 vscr" tests to match output.
b2b64cc9 17689
6ac4d15a
PG
176902005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
17691
a9c64011
AS
17692 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
17693 output.
6ac4d15a 17694
40e55bef
BR
176952005-09-11 Bob Rossi <bob@brasko.net>
17696
889bf7c5
PA
17697 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
17698 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
17699 commands that return an MI output command and an asyncronous MI output
17700 command.
40e55bef
BR
17701 * gdb.mi/mi-console.exp: Ditto.
17702
3c7385ec
BR
177032005-09-11 Bob Rossi <bob@brasko.net>
17704
17705 * gdb.mi/mi-var-child.c: Include <string.h>.
17706
a6cd0eb3
DJ
177072005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
17708
17709 * killed.exp: Correct gdb_expect syntax.
17710
2f168eed
CV
177112005-08-09 Corinna Vinschen <vinschen@redhat.com>
17712
17713 * lib/mi-support.exp (mi_gdb_load): Fix typo.
17714
ecd3fd0f
BR
177152005-08-02 Bob Rossi <bob@brasko.net>
17716
17717 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
17718 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
17719 Change tests to inferior-tty-set/show.
17720 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
17721 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
17722 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
17723 inferior. Use mi_gdb_test to get GDB and Inferior output.
17724 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
17725 descriptor.
17726 (mi_inferior_tty_name): Add inferior PTY file name.
17727 (mi_gdb_start): Add INFERIOR_PTY parameter.
17728 (mi_gdb_test): Add IPATTERN parameter.
17729
f1ea48cb 177302005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 17731
f1ea48cb
BR
17732 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
17733 parameter to mi_gdb_test.
17734 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
17735
6e650a67
DJ
177362005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17737
17738 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
17739 struct_declarations.
17740 * gdb.mi/mi-var-child.exp: Step over the initialization of
17741 struct_declarations.
17742
8be260b6
DJ
177432005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17744
17745 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
17746 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
17747 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
17748 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
17749 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
17750 file.
17751
4e660f07
NR
177522005-07-27 Nick Roberts <nickrob@snap.net.nz>
17753
17754 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
17755 (do_children_tests): Assign values to the extra elements.
17756
17757 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
17758 them for tests for "-var-update --no-values" and
a9c64011 17759 "-var-update --all-values".
4e660f07
NR
17760 Add test for "-var-list-children --simple-values".
17761
17762 * gdb.mi/basics.c (callee4): Add integer array D[3]...
17763
17764 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
17765 "-stack-list-locals --simple-values" Improve doc strings and
17766 comments.
17767
6bdae935
MK
177682005-07-18 Mark Kettenis <kettenis@gnu.org>
17769
598b7a6f
MK
17770 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
17771 *-*-openbsd*.
17772 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
17773
6bdae935
MK
17774 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
17775 sigaltsatck'.
17776
1323e929 177772005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 17778
1323e929
BR
17779 * gdb.base/default.exp (tty): Changed output of command.
17780 * gdb.base/help.exp (help tty): Ditto.
17781
b1a9c082
MK
177822005-07-12 Mark Kettenis <kettenis@gnu.org>
17783
17784 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
17785
10a844a2
MK
177862005-07-10 Mark Kettenis <kettenis@gnu.org>
17787
17788 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
17789 -stack-select-frame without arguments.
17790 (test_stack_frame_listing): Add test for newly implemented command
17791 -stack-info-frame.
17792
3cb3b8df
BR
177932005-07-06 Bob Rossi <bob@brasko.net>
17794
17795 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
17796 command.
17797 (Copyright): Update copyright.
17798
a0c5fbcf
WZ
177992005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
17800
17801 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
17802 tests to evaluate exponentiation expression.
17803
984971d0
AS
178042005-06-29 Andreas Schwab <schwab@suse.de>
17805
17806 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
17807 main to avoid warnings.
17808
17809 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
17810
fe03833f
NR
178112005-06-20 Nick Roberts <nickrob@snap.net.nz>
17812
17813 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
17814 -stack-select-frame without arguments.
17815 (test_stack_frame_listing): Add test for newly implemented command
17816 -stack-info-frame.
a9c64011 17817
7a55f279
WZ
178182005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
17819
0ffa0ea5
DJ
17820 * gdb.fortran/array-element.f: New file.
17821 * gdb.fortran/array-element.exp: New testcase.
7a55f279 17822
26585198
DJ
178232005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17824
17825 * gdb.base/bigcore.exp: Correct checks for systems which can
17826 not dump a large core file.
17827
c1bd25fd
DJ
178282005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17829
17830 * gdb.base/relocate.c: Add a copyright notice.
17831 (dummy): Remove.
17832 * gdb.base/relocate.exp: Test printing the values of variables
17833 from a relocatable file.
17834
589e074d
DJ
178352005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17836
17837 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
17838 excess MI output after an error.
17839
0915f927
JB
178402005-05-29 Joel Brobecker <brobecker@adacore.com>
17841
17842 * gdb.arch/alpha-step.c: New file.
17843 * gdb.arch/alpha-step.exp: New testcase.
17844
76ff342d
DJ
178452005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
17846 Dennis Brueni <dennis@slickedit.com>
17847
17848 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
17849 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
17850 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
17851 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
17852 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17853 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
17854 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
17855
96b0c7ac
DJ
178562005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
17857 Wu Zhou <woodzltc@cn.ibm.com>
17858
17859 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
17860 IBM's xlc compiler.
17861 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
17862 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
17863
f21565d2
JB
178642005-05-13 Jim Blandy <jimb@redhat.com>
17865
17866 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
17867 calling gdb_suppress_entire_file.
17868 * gdb.base/charset.exp: Same.
17869 * gdb.base/call-rt-st.exp: Same.
17870
6006a3a1
BR
178712005-05-05 Bob Rossi <bob_rossi@cox.net>
17872
17873 * lib/gdb.exp (fullname_syntax): Added global regex.
17874 (fullname_syntax_POSIX): Ditto.
17875 (fullname_syntax_UNC): Ditto.
17876 (fullname_syntax_DOS_CASE): Ditto.
17877 (fullname_syntax_DOS): Ditto.
17878 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
17879 fullname_syntax variable to scope and use it.
17880 (test_file_list_exec_source_files): Ditto.
17881 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
17882
c3b69c04
DJ
178832005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
17884
17885 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
17886
3c95e6af
PG
178872004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
17888
a9c64011
AS
17889 * lib/gdb.exp (skip_altivec_tests): New function, based on
17890 check_vmx_hw_available from the GCC testsuite.
17891 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
17892 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 17893
78df6c56
JB
178942005-05-02 Jim Blandy <jimb@redhat.com>
17895
17896 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
17897 calling gdb_suppress_entire_file.
17898
1690f9cf
DJ
178992005-04-30 Randolph Chung <tausq@debian.org>
17900
17901 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
17902 Slightly relax "sem_post" name checking.
17903
5ea106f7
PG
179042005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
17905
17906 * gdb.base/unload.exp: Use new shared library infrastructure.
17907
bf7234cf
PG
179082005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
17909
17910 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 17911 infrastructure.
bf7234cf 17912
547b869a
CV
179132005-04-29 Corinna Vinschen <vinschen@redhat.com>
17914
17915 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
17916 * gdb.asm/h8300.inc: New file.
17917
f07e55f0
PG
179182005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17919
17920 * gdb.base/shlib-call.exp: Change to use new shared library
17921 infrastructure.
17922
3cbba3d1
PG
179232005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17924
a9c64011
AS
17925 * gdb.base/pending.exp: Change to use new shared library
17926 infrastructure.
3cbba3d1 17927
ed6df200
PG
179282005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17929
a9c64011
AS
17930 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
17931 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 17932
8c8f4ebe
PG
179332005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
17934
a9c64011
AS
17935 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
17936 shared objects being adjusted and update copyright years.
8c8f4ebe 17937
607fbc54
DJ
179382005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
17939
17940 * ChangeLog: Correct some 2003-01-13 dates.
17941 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
17942 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
17943 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
17944 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
17945 gdb.trace/tfind.exp: Update copyright years.
17946
57bf0e56
DJ
179472005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
17948 Daniel Jacobowitz <dan@codesourcery.com>
17949
17950 * lib/gdb.exp (gdb_compile): Handle shlib=.
17951 (gdb_compile_shlib): New function.
17952
9b593790
PG
179532005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
17954
a9c64011 17955 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 17956
9494c6a5
DJ
179572005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
17958
17959 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
17960 gdb.server.
17961 * configure.ac: Likewise.
17962 * configure: Regenerated.
17963 * gdb.gdbserver/Makefile.in: Moved to...
17964 * gdb.server/Makefile.in: ... here.
17965 * gdb.gdbserver/server.c: Moved to...
17966 * gdb.server/server.c: ... here.
17967 * gdb.gdbserver/server-run.exp: Moved to...
17968 * gdb.server/server-run.exp: ... here.
17969
6f8eac0e
DJ
179702005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
17971
17972 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
17973 * configure.ac: Create gdb.gdbserver/Makefile.
17974 * configure: Regenerated.
17975 * lib/gdbserver-support.exp: New file, derived from
17976 config/gdbserver.exp.
17977 * config/gdbserver.exp: Use gdbserver-support.exp.
17978 * gdb.gdbserver/Makefile.in: New file.
17979 * gdb.gdbserver/server.c: New file.
17980 * gdb.gdbserver/server-run.exp: New file.
17981
6e87504d
PG
179822005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
17983
a9c64011
AS
17984 * lib/gdb.exp (test_compiler_info): Return compiler_info
17985 if no arguments are given.
6e87504d 17986
d1779be4
PG
179872005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
17988
17989 * gdb.arch/altivec-abi.exp: Check for compiler and set
17990 use altivec' flag accordingly.
17991 * gdb.arch/altivec-regs.exp: Likewise.
17992
88750304
DJ
179932005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
17994
17995 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
17996
f3fb768d
AS
179972005-03-27 Andreas Schwab <schwab@suse.de>
17998
17999 * gdb.base/bigcore.c (main): Add missing mode argument in open
18000 call.
18001
7e813ac5
DJ
180022005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
18003
18004 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
18005 downloads.
18006 * config/gdbserver.exp (gdb_load): Likewise.
18007
8e3049aa
PB
180082005-03-14 Paul Brook <paul@codesourcery.com>
18009
18010 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
18011 targets.
18012
a9df7c44
JB
180132005-03-09 Joel Brobecker <brobecker@adacore.com>
18014
18015 * gdb.dwarf2/dup-psym.S: New file.
18016 * gdb.dwarf2/dup-psym.exp: New testcase.
18017
9f0d94e8
JB
180182005-03-09 Joel Brobecker <brobecker@adacore.com>
18019
18020 * gdb.ada/exec_changed/first.adb: New file.
18021 * gdb.ada/exec_changed/second.adb: New file.
18022 * gdb.ada/exec_changed.exp: New testcase.
18023
5f579bc5
NS
180242005-03-08 Nathan Sidwell <nathan@codesourcery.com>
18025
36e9969c
NS
18026 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
18027 (A2): New class.
18028 (main): Test operator+.
18029 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
18030 breakpoint test.
18031
5f579bc5
NS
18032 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
18033 * gdb.base/signull.exp: Disable if gdb,nosignals.
18034 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
18035 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
18036 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
18037 * gdb.mi/mi2-console.exp: Likewise.
18038 * gdb.trace/collection.exp (run_trace_experiment): Consume the
18039 continue output at start.
18040 (gdb_collect_locals_test): Robustify regexp.
18041 * gdb.trace/passc-dyn.exp: Fix comment typo.
18042 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
18043
be46087e
CV
180442005-03-08 Corinna Vinschen <vinschen@redhat.com>
18045
18046 * gdb.asm/asm-source.exp: Add iq2000 case.
18047 * gdb.asm/iq2000.inc: New file.
18048
384e1a61 180492005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 18050
384e1a61
MI
18051 * gdb.base/command.exp: Change hardcoded value to regular expression.
18052 * gdb.base/float.exp: Add powerpc to the list of targets checked.
18053
584b6e9e
DJ
180542005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
18055
18056 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
18057 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
18058 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
18059 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
18060 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
18061
ab5b5d61
MK
180622005-03-05 Mark Kettenis <kettenis@gnu.org>
18063
18064 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
18065 changes.
18066
ae051c1b
PG
180672004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
18068
a9c64011
AS
18069 * lib/compiler.c: Add test for IBM's xlc compiler.
18070 * lib/compiler.cc: Likewise.
ae051c1b 18071
3f0f6ed2
JB
180722004-02-24 Joel Brobecker <brobecker@adacore.com>
18073
18074 * gdb.ada/fixed_points.exp: Create compilation object directory
18075 before running the test.
18076 * gdb.ada/null_record.exp: Likewise.
18077 * gdb.ada/packed_array.exp: Likewise.
18078 * gdb.ada/start.exp: Likewise.
18079
724f452b
JB
180802005-02-15 Joel Brobecker <brobecker@adacore.com>
18081
18082 * gdb.ada/packed_array/pa.adb: New file.
18083 * gdb.ada/packed_array.exp: New testcase.
18084
57f5cdfb 180852005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 18086
1f393151
MK
18087 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
18088 files.
18089
ebdda337
MK
18090 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
18091 on *-*-openbsd*. Correctly match whitespace in regukar
18092 expressions.
18093
cf309262
DJ
180942005-02-10 Daniel Jacobowitz <dan@debian.org>
18095
18096 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
18097 PR exp/1821
18098 * gdb.base/gdb1821.c: New test file.
18099 * gdb.base/gdb1821.exp: New test file.
18100
3be49e7a
JB
181012005-02-09 Joel Brobecker <brobecker@adacore.com>
18102
18103 * gdb.base/start.c: New file.
18104 * gdb.base/start.exp: New testcase.
18105
e292e67d
JB
181062005-02-09 Joel Brobecker <brobecker@adacore.com>
18107
18108 * gdb.ada/start/dummy.adb: New file.
18109 * gdb.ada/start.exp: New testcase.
18110
dbdfa66c
CV
181112005-02-09 Corinna Vinschen <vinschen@redhat.com>
18112
18113 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
18114 for printing symbols and statistics.
18115 Add test for using relative pathnames in "maint print msymbols" test.
18116 Mark "maint info sections DATA" XFAIL on Cygwin.
18117 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
18118 tests.
18119
d7941671
AC
181202005-02-09 Andreas Schwab <schwab@suse.de>
18121
18122 Committed by Andrew Cagney <cagney@gnu.org>
18123 * gdb.base/remotetimeout.exp: New file.
18124
74e5ef44
MK
181252005-02-07 Mark Kettenis <kettenis@gnu.org>
18126
18127 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
18128
464dd14d
JB
181292005-02-03 Joel Brobecker <brobecker@adacore.com>
18130
18131 * gdb.ada/gnat_ada.gpr: New file.
18132 * gdb.ada/gnat_ada.gin: Delete, no longer used.
18133 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
18134 * configure.ac: No longer generate gnat_ada.gpr.
18135 * configure: Regenerate.
18136 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
18137 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
18138 * gdb.ada/null_record/bar.ads: Likewise.
18139 * gdb.ada/null_record/bar.adb: Likewise.
18140 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
18141 * gdb.ada/null_record.exp (testdir): New variable.
18142 (testfile): executable is now in testdir subdirectory.
18143 (srcfile): Use full path to the main compilation unit.
18144 * gdb.ada/fixed_points.exp: Same changes as above.
18145
30d756ae
NR
181462005-02-03 Nick Roberts <nickrob@snap.net.nz>
18147
18148 * gdb.base/interp.exp: New test.
18149
9d799f85
AC
181502005-01-24 Andrew Cagney <cagney@gnu.org>
18151
18152 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
18153
15656118
AC
181542005-01-19 Andrew Cagney <cagney@gnu.org>
18155
a892c31b
AC
18156 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
18157 configure.ac not configure.in.
18158
15656118
AC
18159 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
18160 of powerpc*-*-*.
18161 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 18162 * gdb.base/list.exp (test_list_function)
15656118
AC
18163 (test_list_filename_and_function): Ditto.
18164 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
18165
a7b01baf
AC
181662005-01-16 Andrew Cagney <cagney@gnu.org>
18167
17d92a02
AC
18168 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
18169
a7b01baf
AC
18170 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
18171
bc8332bb
AC
181722005-01-14 Andrew Cagney <cagney@gnu.org>
18173
18174 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
18175 * gdb.mi/mi2-var-cmd.exp: Ditto.
18176
4d074752
CV
181772005-01-10 Corinna Vinschen <vinschen@redhat.com>
18178
18179 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
18180
bec39cab
AC
181812005-01-07 Andrew Cagney <cagney@gnu.org>
18182
18183 * configure.ac: Rename configure.in, require autoconf 2.59.
18184 * configure: Re-generate.
18185 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
18186 * gdb.stabs/configure: Re-generate.
18187 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
18188 * gdb.hp/configure: Re-generate.
18189 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
18190 autoconf 2.59.
18191 * gdb.hp/gdb.objdbg/configure: Re-generate.
18192 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
18193 autoconf 2.59.
18194 * gdb.hp/gdb.defects/configure: Re-generate.
18195 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
18196 autoconf 2.59.
18197 * gdb.hp/gdb.compat/configure: Re-generate.
18198 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
18199 autoconf 2.59.
18200 * gdb.hp/gdb.base-hp/configure: Re-generate.
18201 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
18202 autoconf 2.59.
18203 * gdb.hp/gdb.aCC/configure: Re-generate.
18204
f10b16d4
JB
182052004-12-15 Jim Blandy <jimb@redhat.com>
18206
18207 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
18208 under NPTL when there is debugging info available for libpthread.
18209
fb6e1814
JG
182102004-12-13 Jerome Guitton <guitton@gnat.com>
18211
18212 * gdb.ada/fixed_points.c: New file.
18213 * gdb.ada/fixed_points.exp: New file.
18214
fe46cd3a
RC
182152004-12-03 Randolph Chung <tausq@debian.org>
18216
18217 * gdb.arch/pa-nullify.exp: New file.
18218 * gdb.arch/pa-nullify.s: New file.
18219
8de0841b
RC
182202004-11-30 Randolph Chung <tausq@debian.org>
18221
18222 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
18223 instead of "tbug". Fix regexp to work properly with gdb_test.
18224
c8170782
PH
182252004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
18226
18227 * gdb.base/bitfields2.exp: New test.
18228 * gdb.base/bitfields2.c: New file.
18229
954269c2
RE
182302004-11-28 Richard Earnshaw <rearnsha@arm.com>
18231
18232 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
18233
0107feed
RC
182342004-11-16 Randolph Chung <tausq@debian.org>
18235
18236 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
18237
f073ae8c
DJ
182382004-11-14 Daniel Jacobowitz <dan@debian.org>
18239
18240 * gdb.threads/threadapply.exp: Correct "macro details" test.
18241
19ad59e7
JJ
182422004-11-11 Jeff Johnston <jjohnstn@redhat.com>
18243
18244 * gdb.threads/threadapply.exp: New test.
18245 * gdb.threads/threadapply.c: New file.
18246
9cf0961b
MK
182472004-11-07 Mark Kettenis <kettenis@gnu.org>
18248
18249 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
18250 frames.
18251
c789492a
FL
182522004-11-05 Felix Lee <felix+log1@specifixinc.com>
18253
18254 * gdb.base/cursal.exp: New file.
18255 * gdb.base/cursal.c: New file.
18256
a1e167bb
AC
182572004-11-03 Andrew Cagney <cagney@gnu.org>
18258
18259 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
18260
b7cbf173
MK
182612004-10-30 Mark Kettenis <kettenis@gnu.org>
18262
18263 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
18264 NetBSD/ELF targets.
18265
88f9d34f
JB
182662004-10-29 Joel Brobecker <brobecker@gnat.com>
18267
18268 * gdb.threads/bp_in_thread.c: New file, copied from
18269 pthread_cond_wait.c.
18270 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
18271 file, rather than reusing the .c file from another testcase.
18272
ca7d6a0c
JB
182732004-10-20 Joel Brobecker <brobecker@gnat.com>
18274
18275 * gdb.ada/null_record.exp: Check where we stopped after
18276 sending the start command, instead of where the associated
18277 temporary breakpoint was inserted.
18278
0d863d03
AC
182792004-10-14 Andrew Cagney <cagney@gnu.org>
18280
18281 * gdb.mi/gdb701.c (main): Return 0.
18282
d11e72cb
DJ
182832004-10-13 Daniel Jacobowitz <dan@debian.org>
18284
d40539a4 18285 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 18286
e1923096
JJ
182872004-10-12 Jeff Johnston <jjohnstn@redhat.com>
18288
18289 * gdb.threads/schedlock.c: Add comment markers to use to find
18290 line numbers.
18291 * gdb.threads/schedlock.exp: Adjust regex to handle the new
18292 comments.
18293 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
18294 breakpoint lines.
18295
ec8ba2c9
DJ
182962004-10-12 Daniel Jacobowitz <dan@debian.org>
18297
18298 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
18299
0eb3658b
DJ
183002004-10-12 Daniel Jacobowitz <dan@debian.org>
18301
18302 * configure.in: Add gdb.dwarf2.
18303 * configure: Regenerated.
18304 * Makefile.in: Add gdb.dwarf2.
18305 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
18306 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
18307 gdb.dwarf2/file1.txt: New files.
18308
a271cc33
OF
183092004-10-11 Orjan Friberg <orjanf@axis.com>
18310
a9c64011 18311 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
18312 of "run", since the latter doesn't work with remote targets. Adjust
18313 the breakpoint numbering accordingly.
18314 * gdb.threads/pthread_cond_wait.exp: Ditto.
18315
895ce074
MC
183162004-10-08 Michael Chastain <mec.gnu@mindspring.com>
18317
18318 * gdb.base/overlays.exp: Update copyright years.
18319
6be3092d
KI
183202004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
18321
18322 * gdb.base/overlays.exp: Disable if target is Linux.
18323
e05389b8
FL
183242004-10-06 Felix Lee <felix+log1@specifixinc.com>
18325
18326 * config/gdbserver.exp (gdb_load): Use right filename on remote.
18327
73cb587d
KI
183282004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
18329
18330 * gdb.asm/asm-source.exp: Add m32r-linux target.
18331 * gdb.asm/m32r-linux.inc: New file.
18332
3c0edcdc
AC
183332004-09-24 Andrew Cagney <cagney@redhat.com>
18334 David Anderson <anderson@redhat.com>
18335
18336 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
18337 command fails, assume things will work.
18338 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
18339 (_GNU_SOURCE): Define.
18340 (print_unsigned, print_hex): Change parameter to "long long".
18341 (print_byte_count): New function, use to print byte counts.
18342 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
18343 O_LARGEFILE.
18344 (main): Compute an upper bound on a corefile in max_core_size.
18345 Limit memory chunk size to max_core_size. Limit total memory
18346 allocated to max_core_size.
18347
4bb3667f
AC
183482004-09-23 Andrew Cagney <cagney@gnu.org>
18349
18350 * gdb.base/bigcore.exp: Replace the code that creates a corefile
18351 from a separate process with code that creates a corefile by
18352 making the inferior dump core.
18353
60fe1a51
MK
183542004-09-23 Mark Kettenis <kettenis@gnu.org>
18355
18356 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
18357 block.
18358
8e937346
MC
183592004-09-23 Michael Chastain <mec.gnu@mindspring.com>
18360
18361 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
18362 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
18363 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
18364 Likewise.
18365
7213f6d6
JJ
183662004-09-20 Jeff Johnston <jjohnstn@redhat.com>
18367
18368 * gdb.java/jprint.exp: New test case for java inferior call.
18369 * gdb.java/jprint.java: Ditto.
18370
eac69dca
JB
183712004-09-15 Joel Brobecker <brobecker@gnat.com>
18372
18373 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
18374
22227696
MC
183752004-09-14 Michael Chastain <mec.gnu@mindspring.com>
18376
18377 * gdb.threads/killed.c: Include <stdlib.h>.
18378 * gdb.threads/pthreads.c: Likewise.
18379
7dd403a4
MC
183802004-09-14 Michael Chastain <mec.gnu@mindspring.com>
18381
18382 * gdb.threads/killed.c: Add copyright notice.
18383
33f2d567
JM
183842004-09-10 Jason Molenda (jmolenda@apple.com)
18385
a9c64011
AS
18386 * gdb.base/define.exp: Two new tests to verify zero space chars
18387 after 'if' and 'while' commands in a user-defined command is correctly
18388 parsed.
33f2d567 18389
e05b62ac
AC
183902004-09-08 Andrew Cagney <cagney@gnu.org>
18391
18392 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
18393 delivery test with duplicate at end of file.
18394
9cbe82da
MK
183952004-09-06 Mark Kettenis <kettenis@jive.nl>
18396
18397 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
18398
564803d9
MC
183992004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18400
18401 * config/hppro.exp: Removed.
18402
7c6807ce
MC
184032004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18404
18405 * config/sparclet.exp: Removed.
18406
bf7e26dd
MC
184072004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18408
18409 * config/udi.exp: Removed.
18410
714e341b
MC
184112004-09-02 Michael Chastain <mec.gnu@mindspring.com>
18412
18413 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
18414 of "exp_continue".
18415 (advancei): Likewise.
18416
1236e623
JJ
184172004-09-01 Jeff Johnston <jjohnstn@redhat.com>
18418
18419 * gdb.base/unload.exp: Fix so messages aren't duplicated.
18420
3bdcad15
MI
184212004-09-01 Manoj Iyer <manjo@austin.ibm.com>
18422
228af206 18423 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
18424 to check for nodebug in executable.
18425 * gdb.gdb/observer.exp (setup_test): Likewise.
18426 * gdb.gdb/selftest.exp (test_with_self): Likewise.
18427 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
18428
c72b934c
AC
184292004-09-01 Andrew Cagney <cagney@gnu.org>
18430
18431 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
18432 files.
18433
edd9b715
JJ
184342004-09-01 Jeff Johnston <jjohnstn@redhat.com>
18435
18436 * gdb.base/unload.exp: Fix expected warning message to match
18437 latest format.
18438
fb4ce06b
CV
184392004-09-01 Corinna Vinschen <vinschen@redhat.com>
18440
18441 * gdb.base/call-rt-st.exp: Fix typos.
18442
ce78e7c3
MI
184432004-08-31 Manoj Iyer <manjo@austin.ibm.com>
18444
18445 * gdb.threads/thread_check.exp: New testcase.
18446 * gdb.threads/thread_check.c: New testcase.
18447
2dedb159
AC
184482004-08-31 Andrew Cagney <cagney@gnu.org>
18449
18450 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
18451 (skip_to_handler_entry): New procedures. Test stepping into a
18452 handler when the breakpoint is at the handler's entry point.
18453
68f53502
AC
184542004-08-30 Andrew Cagney <cagney@gnu.org>
18455
18456 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
18457 gdb/1757.
18458
3e3ffd2b
MC
184592004-08-27 Michael Chastain <mec.gnu@mindspring.com>
18460
18461 With code from Manoj Iyer <manjo@austin.ibm.com>:
18462 * lib/gdb.exp (gdb_file_cmd): Return more information in the
18463 return value. Add an arm for "no debugging symbols found".
18464 Change a stray "error" to "perror".
18465 (gdb_run_cmd): Adapt to new return value.
18466 * gdb.base/remote.exp: Adapt to new return value.
18467 * gdb.gdb/complaints.exp: Likewise.
18468 * gdb.gdb/observer.exp: Likewise.
18469 * gdb.gdb/selftest.exp: Likewise.
18470 * gdb.gdb/xfullpath.exp: Likewise.
18471
4b6f5fd2
JB
184722004-08-27 Joel Brobecker <brobecker@gnat.com>
18473
18474 * gdb.threads/bp_in_thread.exp: New testcase.
18475
e5b25496
MC
184762004-08-27 Michael Chastain <mec.gnu@mindspring.com>
18477
18478 Fix PR testsuite/1735.
18479 * gdb.threads/schedlock.c (thread_function): Add a cast
18480 to suppress a gcc warning.
18481 * gdb.threads/thread-specific.c (thread_function): Likewise.
18482
934353d6
MC
184832004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18484
18485 * gdb.base/unload.c: Include <stdlib.h>.
18486
f98a0aef 184872004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 18488
f98a0aef 18489 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
18490 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
18491 synchronized after the "return".
18492
5a2e8882
MC
184932004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18494
18495 * gdb.mi/basics.c: Include <stdio.h>.
18496 * gdb.mi/pthreads.c: Include <stdlib.h>.
18497 * gdb.mi/var-cmd.c: Include <stdlib.h>.
18498
a9640423
MC
184992004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18500
18501 * gdb.threads/schedlock.c: Add copyright notice.
18502
b04e311d
AC
185032004-08-25 Andrew Cagney <cagney@gnu.org>
18504
18505 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
18506 (skip_over_handler, breakpoint_over_hander): New test procedures.
18507 (advance, advancei): Add a proper prefix, do not use
18508 rerun_to_main.
18509 * gdb.base/sigstep.c (main): Change to use an infinite loop.
18510
7c27f15b
MC
185112004-08-24 Michael Chastain <mec.gnu@mindspring.com>
18512
18513 * gdb.mi/basics.c: Add copyright notice.
18514 * gdb.mi/var-cmd.c: Add copyright notice.
18515
fffc87ae
MC
185162004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18517
18518 * lib/gdb.exp: Remove signed_keyword_not_used.
18519 * lib/compiler.c: Likewise.
18520 * lib/compiler.cc: Likewise.
18521
d782e0bf
MC
185222004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18523
18524 * gdb.base/whatis.c: Remove conditional disabling of "signed".
18525 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
18526
96033e83
MC
185272004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18528
18529 * gdb.base/whatis.c: Add copyright notice.
18530
cf38c229
MK
185312004-08-20 Mark Kettenis <kettenis@gnu.org>
18532
18533 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
18534 it to skip the breakpoints encoded in the inline assembly.
18535
f4b49756
MC
185362004-08-20 Michael Chastain <mec.gnu@mindspring.com>
18537
18538 * Makefile.in: Add gdb.fortran.
18539
2f193b69
MC
185402004-08-20 Michael Chastain <mec.gnu@mindspring.com>
18541
18542 * gdb.base/call-sc.exp (test_scalar_returns):
18543 Fix cut-and-paste glitch in "Make fun return now".
18544
89a237cb
MC
185452004-08-17 Michael Chastain <mec.gnu@mindspring.com>
18546
18547 * configure.in: Add gdb.fortran.
18548 * configure: Regenerate.
18549 * gdb.fortran/Makefile.in: New file.
18550 * lib/gdb.exp (skip_fortran_tests): New procedure.
18551
469aff8e
MC
185522004-08-17 Michael Chastain <mec.gnu@mindspring.com>
18553
18554 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
18555 reference to bug-gnu@prep.ai.mit.edu.
18556 * gdb.mi/mi-var-child.exp: Likewise.
18557 * gdb.mi/mi-var-cmd.exp: Likewise.
18558 * gdb.mi/mi-var-display.exp: Likewise.
18559 * gdb.mi/mi2-var-block.exp: Likewise.
18560 * gdb.mi/mi2-var-child.exp: Likewise.
18561 * gdb.mi/mi2-var-cmd.exp: Likewise.
18562 * gdb.mi/mi2-var-display.exp: Likewise.
18563
00b51b9f
MK
185642004-08-15 Mark Kettenis <kettenis@gnu.org>
18565
18566 * gdb.base/unload.c (main): Make local variable msg const.
18567
45f07fef
MC
185682004-08-15 Michael Chastain <mec.gnu@mindspring.com>
18569
18570 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
18571 to bug-gnu@prep.ai.mit.edu.
18572 * gdb.mi/mi-disassemble.exp: Likewise.
18573 * gdb.mi/mi-eval.exp: Likewise.
18574 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
18575 default line number.
18576 * gdb.mi/mi-return.exp: Likewise.
18577 * gdb.mi/mi-simplerun.exp: Likewise.
18578 * gdb.mi/mi-stack.exp: Likewise.
18579 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
18580 number with explicit range test.
18581 * gdb.mi/mi-watch.exp: Likewise.
18582 * gdb.mi/mi2-break.exp: Likewise.
18583 * gdb.mi/mi2-cli.exp: Likewise.
18584 * gdb.mi/mi2-disassemble.exp: Likewise.
18585 * gdb.mi/mi2-eval.exp: Likewise.
18586 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
18587 default line number.
18588 * gdb.mi/mi2-return.exp: Likewise.
18589 * gdb.mi/mi2-simplerun.exp: Likewise.
18590 * gdb.mi/mi2-stack.exp: Likewise.
18591 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
18592 number with explicit range test.
18593 * gdb.mi/mi2-watch.exp: Likewise.
18594
dd8c8ee7
MC
185952004-08-15 Michael Chastain <mec.gnu@mindspring.com>
18596
18597 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
18598 * gdb.cp/m-static.exp: Likewise.
18599 * gdb.cp/rtti.exp: Likewise.
18600
4e838464
MK
186012004-08-14 Mark Kettenis <kettenis@gnu.org>
18602
18603 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
18604
8d8cb839
EZ
186052004-08-14 Eli Zaretskii <eliz@gnu.org>
18606
18607 * ChangeLog: Prefix Local Variables with semi-colons and indent
18608 the reference to older ChangeLog files, to fix fontification in
18609 Emacs.
18610
deea8bb0
MC
186112004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18612
18613 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
18614 * gdb.mi/mi2-break.exp: Likewise.
18615
c3297504
MC
186162004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18617
18618 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
18619
25808999
MC
186202004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18621
18622 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
18623
226a8d71
MC
186242004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18625
18626 * gdb.cp/classes.exp: Remove unused declarations. Just let
18627 test names default instead of providing special names. Remove
18628 extraneous demangler test.
18629
37fdf854
JJ
186302004-08-12 Jeff Johnston <jjohnstn@redhat.com>
18631
18632 * gdb.base/unload.exp: New test for breakpoints in dynamically
18633 loaded libraries.
18634 * gdb.base/unload.c: Ditto.
18635 * gdb.base/unloadshr.c: Ditto.
18636
2d3a7986
MC
186372004-08-12 Michael Chastain <mec.gnu@mindspring.com>
18638
18639 * gdb.cp/classes.exp (test_ptype_class_objects): Call
18640 cp_test_ptype_class.
18641 (test_enums): Likewise.
18642
c72b934c
AC
186432004-08-10 Andrew Cagney <cagney@gnu.org>
18644
18645 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
18646 files.
18647
cc503c8a
AC
186482004-08-10 Andrew Cagney <cagney@gnu.org>
18649
18650 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
18651 init_malloc call.
18652
902f2ccb
MC
186532004-08-10 Michael Chastain <mec.gnu@mindspring.com>
18654
18655 * ChangeLog: Add copyright notice. The notice is copied
18656 from emacs 21.3 top level ChangeLog.
18657
78c90502
MC
186582004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18659
18660 * lib/cp-support.exp: New file.
18661 * lib/cp-support.exp (cp_test_type_class): New function.
18662 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
18663 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
18664 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
18665 cp_test_ptype_class.
18666
88e5ea78
MC
186672004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18668
18669 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
18670 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18671 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
18672 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
18673 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
18674 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
18675 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
18676 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
18677 gdb.mi/mi2-watch.exp: Update copyright years.
18678
6a89fc9c
MK
186792004-08-09 Mark Kettenis <kettenis@gnu.org>
18680
18681 * gdb.base/sigaltstack.exp: Provide proper anchoring.
18682
1482e0de
MC
186832004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18684
18685 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
18686 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
18687 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
18688 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
18689 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
18690 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
18691 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
18692 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
18693 gdb.mi/mi-watch.exp: Update copyright years.
18694
1a5ce3f3
DJ
186952004-08-08 Daniel Jacobowitz <dan@debian.org>
18696
18697 PR gdb/1738
18698 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
18699 from a breakpoint with a pending signal.
18700
04f6ecf2
DJ
187012004-08-08 Daniel Jacobowitz <dan@debian.org>
18702
18703 PR gdb/1736
18704 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
18705 * gdb.base/sigaltstack.exp (finish_test): Consume output until
18706 the prompt.
18707 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
18708
54d90d35
DJ
187092004-08-08 Daniel Jacobowitz <dan@debian.org>
18710
18711 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
18712
d2f6abb0
DJ
187132004-08-08 Daniel Jacobowitz <dan@debian.org>
18714
18715 PR gdb/1736
18716 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
18717 for i?86-*-linux*.
18718
5598c03d
DJ
187192004-08-08 Daniel Jacobowitz <dan@debian.org>
18720
18721 * gdb.arch/i386-prologue.exp: Compile without debug information.
18722
c6fee705
MC
187232004-08-08 Michael Chastain <mec.gnu@mindspring.com>
18724
18725 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
18726 rather than asking gdb to search.
18727
dd90efdb
MC
187282004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18729
18730 * gdb.base/gcore.c: Include <string.h>.
18731
1e84bec1
MC
187322004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18733
18734 * gdb.base/gcore.c: Add copyright notice.
18735
e425eb2b
MC
187362004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18737
18738 * gdb.base/freebpcmd.c: Include <stdio.h>.
18739 * gdb.base/long_long.c: Include <string.h>.
18740 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
18741 * gdb.base/siginfo.c: Include <string.h>.
18742 * gdb.base/sigstep.c: Include <string.h>.
18743
cb9aaed5
MC
187442004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18745
18746 * gdb.base/complex.c: Include <stdlib.h>.
18747
55944f3d
MC
187482004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18749
18750 * gdb.base/complex.c: Add copyright notice.
18751
7b2953d9
MC
187522004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18753
18754 * gdb.base/charset.c: Include <stdlib.h>.
18755
c9133d23
MC
187562004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18757
18758 * gdb.base/auxv.c: Include <stdlib.h>.
18759
0a8490ad
MC
187602004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18761
18762 * gdb.base/auxv.c: Add copyright notice.
18763
3426d5ec
MC
187642004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18765
18766 * gdb.base/coremaker.c: Add copyright notice.
18767 * gdb.base/coremaker2.c: Add copyright notice.
18768
8da195dd
AC
187692004-08-04 Andrew Cagney <cagney@gnu.org>
18770
18771 * gdb.base/store.exp: Update copyright.
18772 (check_set, up_set, check_struct, up_struct): Add a prefix to test
18773 names, do not import gdb_prompt.
18774
8d394f98
AC
187752004-08-01 Andrew Cagney <cagney@gnu.org>
18776
18777 Fix PR testsuite/1729.
18778 * gdb.base/dump.exp: Add test name to callers of capture_value, do
18779 not use capture_value with value 4.
18780 (capture_value): Add optional test name parameter.
18781 (test_reload_saved_value, test_restore_saved_value): Use $msg as
18782 the prefix, pass to capture_value.
18783
b6702b23
MK
187842004-08-01 Mark Kettenis <kettenis@gnu.org>
18785
18786 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
18787 * gdb.arch/i386-prologue.c (standard): New prototype and function.
18788 (main): Call new function.
18789
c203e0ca
MC
187902004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18791
18792 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
18793
a7995a30
MC
187942004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18795
18796 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
18797
9366563b
MC
187982004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18799
b6eeaf26 18800 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
18801 Accept more values of vtbl pointer. Remove some messages
18802 about "obsolete gcc or gdb".
18803
2fc1f950
MC
188042004-07-30 Michael Chastain <mec.gnu@mindspring.com>
18805
18806 * gdb.cp/classes.exp: Accept more varieties of ptype output.
18807
c724d49b
MC
188082004-07-30 Michael Chastain <mec.gnu@mindspring.com>
18809
18810 * gdb.base/asm-source.exp: Properly convert target board
18811 debug flags from gcc format to binutils format.
18812
736b0fce
MK
188132004-07-28 Mark Kettenis <kettenis@gnu.org>
18814
18815 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
18816 gdb1718". PR backtrace/1718 partially fixed.
18817
5633ea5c
JJ
188182004-07-27 Jeff Johnston <jjohnstn@redhat.com>
18819
18820 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
18821
575eebb1
NC
188222004-07-26 Nick Clifton <nickc@redhat.com>
18823
18824 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
18825 good default value for a specific architecture is available then
18826 set it to that value. Otherwise default to the -gstabs switch.
18827 Remove the -g... switches from the asm-flags variable. Allow the
18828 target board info to override the value if it wants to. Pass the
18829 switch on the assembler command line.
18830
62104619
MK
188312004-07-23 Mark Kettenis <kettenis@gnu.org>
18832
18833 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
18834 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
18835 (main): Call new function.
18836
4a1135b8
MC
188372004-07-22 Michael Chastain <mec.gnu@mindspring.com>
18838
18839 Test for PR exp/1715.
18840 * gdb.base/radix.exp: Refactor common procedures. Make all
18841 test names unique. Change XFAIL to KFAIL.
18842
8a12c1f0
MC
188432004-07-20 Michael Chastain <mec.gnu@mindspring.com>
18844
18845 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
18846 * gdb.ada/gnat_ada.gin: ... to here.
18847 * configure.in: Use gnat_ada.gin.
18848 * configure: Regenerate.
18849
23b451cf
AC
188502004-07-20 Andrew Cagney <cagney@gnu.org>
18851
18852 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
18853 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
18854 XFAILs. Clean up test messages and comments. Check backtraces.
18855 Delete re-sync code.
18856
ab618a02
MC
188572004-07-19 Michael Chastain <mec.gnu@mindspring.com>
18858
18859 Fix PR cli/740.
18860 * gdb.base/annota1.exp: Honor gdb,nosignals.
18861 * gdb.base/annota3.exp: Likewise.
18862
46dad340
MC
188632004-07-19 Michael Chastain <mec.gnu@mindspring.com>
18864
18865 * lib/java.exp: Update copyright notice.
18866
756d8c70
AC
188672004-07-19 Andrew Cagney <cagney@gnu.org>
18868
18869 * gdb.base/selftest.exp: Copy file from here ...
18870 * gdb.gdb/selftest.exp: ... to here.
18871
586027e6
AC
188722004-07-16 Andrew Cagney <cagney@redhat.com>
18873
18874 * lib/insight-support.exp: Delete file.
18875 * lib/java.exp (java_init): Fix copyright.
18876
029d2200
AC
188772004-07-16 Andrew Cagney <cagney@gnu.org>
18878
18879 * gdb.base/restore.c: Append "prologue" to comments marking the a
18880 function's prologue.
18881 * gdb.base/restore.exp: Update copyright, re-indent.
18882 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
18883 callerN" prefix where needed. Update patterns that match a
18884 function's prologue.
18885
653b62c5
MC
188862004-07-16 Michael Chastain <mec.gnu@mindspring.com>
18887
18888 * gdb.base/restore.c: Add copyright notice.
18889
f7d690e5
AC
188902004-07-16 Andrew Cagney <cagney@gnu.org>
18891
18892 * gdb.base/logical.exp: Update copyright.
18893 (evaluate): New procedure. Use to re-implement tests using
18894 several tables.
18895
d629a7cb
MH
188962004-07-14 Martin Hunt <hunt@redhat.com>
18897
18898 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
18899 which fixes some problems where init.tcl was not found.
18900
9c7bb332
AC
189012004-07-13 Andrew Cagney <cagney@gnu.org>
18902
6bf46641
AC
18903 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
18904 (check_sizeof, check_valueof): Do not include the output in the
18905 test name. Use gdb_test.
18906 (get_valueof): Use gdb_test_multiple.
18907
c4ffd4c0
AC
18908 * gdb.base/step-test.exp: Update copyright. Use
18909 gdb_test_multiple. Ensure that test names do not include
18910 architecture dependent output.
18911
ab89363a
AC
18912 * gdb.gdb/observer.exp: Update copyright.
18913 (setup_test): Use gdb_test_multiple.
18914 (attach_first_observer, attach_second_observer)
18915 (attach_third_observer, detach_first_observer)
18916 (detach_second_observer, detach_third_observer)
18917 (reset_counters, check_counters): Make $message a prefix.
18918 (test_normal_stop_notifications): Add "args" parameter - a list of
18919 init functions to be called. Make $message a prefix,
18920 (test_observer_normal_stop): Change the message prefixes so that
18921 they are unique, pass the attach / detach procedures to
18922 test_normal_stop_notifications.
18923
ec58997a
AC
18924 * gdb.base/signull.exp (test_segv): Prefix all tests with
18925 "${name}". Clean up test messages.
18926
b475183b
AC
18927 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
18928
9c7bb332
AC
18929 * gdb.base/ena-dis-br.exp: Update copyright.
18930 (break_at): New function. Replace send_gdb with gdb_test,
18931 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
18932 ignore count, not stopped at bpt", with KFAIL.
18933
2dd95497
CV
189342004-07-13 Corinna Vinschen <vinschen@redhat.com>
18935
18936 * gdb.base/attach.exp: Remove cleanupfile handling.
18937
419e626b
AC
189382004-07-12 Andrew Cagney <cagney@gnu.org>
18939
18940 * gdb.base/annota1.exp: Cleanup corefile test name.
18941 * gdb.base/annota3.exp: Ditto.
18942
8b1b3228
AC
189432004-07-12 Andrew Cagney <cagney@gnu.org>
18944
78650829
AC
18945 * gdb.base/signals.exp: Clean up copyright, re-indent.
18946
8b1b3228
AC
18947 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
18948 gdb_test and gdb_test_multiple.
18949
935c2760
JJ
189502004-07-08 Jeff Johnston <jjohnstn@redhat.com>
18951
18952 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 18953 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
18954 provide line number info for first statement in main.
18955
1544280f
AC
189562004-07-08 Andrew Cagney <cagney@gnu.org>
18957
1279f4ff
AC
18958 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
18959
1544280f
AC
18960 * gdb.base/sigbpt.exp: Make the common part of each test name a
18961 prefix instead of suffix.
18962
bcc82369
BR
189632004-07-07 Bob Rossi <bob_rossi@cox.net>
18964
18965 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
18966 test from test_tbreak_creation_and_listing to
18967 test_file_list_exec_source_file
18968 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
18969 Changed name of test from test_tbreak_creation_and_listing to
18970 test_file_list_exec_source_file
18971
23f4b0aa
JJ
189722004-07-07 Jeff Johnston <jjohnstn@redhat.com>
18973
18974 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
18975 the jmisc() constructor instead of <init>.
18976 * gdb.java/jmisc1.exp: Ditto.
18977
56401cd5
AC
189782004-07-07 Andrew Cagney <cagney@gnu.org>
18979
18980 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
18981 corrupting the PC.
18982
44ae2f6a
MC
189832004-07-06 Michael Chastain <mec.gnu@mindspring.com>
18984
18985 * gdb.cp/templates.exp: Accept whitespace change in demangler
18986 output.
18987
45a83408
AC
189882004-07-06 Andrew Cagney <cagney@gnu.org>
18989
18990 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
18991
d205ad70
MC
189922004-07-02 Michael Chastain <mec.gnu@mindspring.com>
18993
18994 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
18995 * lib/compiler.cc: Likewise.
18996
06ea1a61
MC
189972004-06-30 Michael Chastain <mec.gnu@mindspring.com>
18998
18999 * lib/compiler.cc: Work around string preprocessing problem
19000 with old hp c++ compiler.
19001 * lib/compiler.c: Likewise.
19002
daab1251
CV
190032004-06-29 Corinna Vinschen <vinschen@redhat.com>
19004
19005 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
19006 directives to conditionalize symbol prefixing.
19007 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
19008 additional_flags handling. Add underscore prefix for Cygwin.
19009 * gdb.arch/i386-unwind.c: Use preprocessor directives to
19010 conditionalize symbol prefixing.
19011 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
19012 additional_flags handling. Add underscore prefix for Cygwin.
19013
cc984116
CV
190142004-06-29 Corinna Vinschen <vinschen@redhat.com>
19015
19016 * gdb.base/bigcore.exp: Skip test on Cygwin.
19017
c279b077
MC
190182004-06-28 Michael Chastain <mec.gnu@mindspring.com>
19019
19020 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
19021 formats for "info register". Use gdb_test_multiple. Fix
19022 the "invalid register" test.
19023
0e915747
CV
190242004-06-28 Corinna Vinschen <vinschen@redhat.com>
19025
19026 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
19027 PID for Cygwin. Add Cygwin specific strings to check for in some
19028 tests.
19029 (do_attach_tests): Add a test for user interaction when attaching
19030 to a process with no matching symbol table already loaded.
19031
11422c86
AC
190322004-06-26 Andrew Cagney <cagney@gnu.org>
19033
19034 Test PR java/1567 and PR java/1565.
19035 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
19036 * gdb.java/jmisc2.exp: Delete file.
19037
cefbce26
MC
190382004-06-26 Michael Chastain <mec.gnu@mindspring.com>
19039
19040 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
19041
e19f872c
CV
190422004-06-25 Corinna Vinschen <vinschen@redhat.com>
19043
19044 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
19045 attach process.
19046
d931ba3b
MC
190472004-06-23 Michael Chastain <mec.gnu@mindspring.com>
19048
19049 * gdb.cp/pr-1553.exp: Remove.
19050
aef68c48
MC
190512004-06-22 Michael Chastain <mec.gnu@mindspring.com>
19052
19053 * gdb.cp/pr-1553.cc: Remove.
19054 * gdb.cp/pr-1553.exp: Disable this test.
19055
8d5df71a
JB
190562004-06-20 Jim Blandy <jimb@redhat.com>
19057
a9c64011 19058 Fix PR testsuite/1680.
8d5df71a
JB
19059 * gdb.arch/i386-sse.exp: Properly quote curly braces in
19060 regular expressions.
19061
4ac6f39d
MC
190622004-06-19 Michael Chastain <mec.gnu@mindspring.com>
19063
19064 Fix PR testsuite/1679.
19065 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
19066 Issue an UNSUPPORTED result instead.
19067
1b413552
JB
190682004-06-18 Jim Blandy <jimb@redhat.com>
19069
19070 * gdb.base/charset.exp: Only send a control-C if we see a new
19071 prompt and incomplete command.
19072
6daa6ebd
MC
190732004-06-18 Michael Chastain <mec.gnu@mindspring.com>
19074
19075 * gdb.cp/pr-574.cc: Add copyright notice.
19076
51fa4ae0
JB
190772004-06-17 Jim Blandy <jimb@redhat.com>
19078
19079 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
19080 cases where the regexp has no groups; this grabs random text from
19081 the previous test suite, whatever that was.
19082
8fea26c5
MC
190832004-06-17 Michael Chastain <mec.gnu@mindspring.com>
19084
19085 * gdb.cp/printmethod.cc: Add copyright notice.
19086
1e3aeb41
MC
190872004-06-16 Michael Chastain <mec.gnu@mindspring.com>
19088
19089 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
19090
9d9030bc
AC
190912004-06-16 Andrew Cagney <cagney@gnu.org>
19092
19093 * gdb.base/signull.c: Update copyright. Include <string.h>.
19094 (bowler): Replace data_pointer with data_read
19095 and data_write cases. Add code_descriptor case.
19096 (zero, desc): New array and pointer.
19097 (data, code): Change to simple pointers.
19098 * gdb.base/signull.exp: Fix probe pattern matching a function
19099 descriptor SIGSEGV. Replace data_pointer with data_read and
19100 data_write tests.
19101
acd4ad44
AC
191022004-06-16 Andrew Cagney <cagney@gnu.org>
19103
19104 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
19105
08fd625c
MC
191062004-06-15 Michael Chastain <mec.gnu@mindspring.com>
19107
19108 * gdb.base/long_long.c: Add copyright notice.
19109
1903502c
MC
191102004-06-15 Michael Chastain <mec.gnu@mindspring.com>
19111
19112 * gdb.base/long_long.exp: Remove reference to
19113 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
19114 to gdb_breakpoint and gdb_continue_to_breakpoint.
19115
83313cb1
JB
191162004-06-14 Jim Blandy <jimb@redhat.com>
19117
19118 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
19119 endian case.
19120
1bf404ef
AC
191212004-06-14 Andrew Cagney <cagney@gnu.org>
19122
19123 * gdb.base/gcore.exp (capture_command_output): Delete the always
19124 passing tests containing inferior values.
19125 * gdb.base/ending-run.exp: Do not include the breakpoint address
19126 in the test message. Update copyright.
19127 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
19128 size in the test name, use gdb_test_multiple. Update copyright.
19129
ef220b33
MC
191302004-06-14 Michael Chastain <mec.gnu@mindspring.com>
19131
19132 * gdb.cp/ref-types.cc: Add copyright notice.
19133
4f70a4c9
MC
191342004-06-14 Michael Chastain <mec.gnu@mindspring.com>
19135
19136 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
19137 hp_aCC_compiler.
19138 * lib/compiler.cc: Likewise.
19139 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
19140 'set' commands. Log diagnostics for other lines. Set
19141 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
19142
335928ac
MC
191432004-06-13 Michael Chastain <mec.gnu@mindspring.com>
19144
19145 * gdb.cp/try_catch.cc: Add copyright notice.
19146
2efb12e8
MC
191472004-06-12 Michael Chastain <mec.gnu@mindspring.com>
19148
19149 * gdb.cp/userdef.cc: Add copyright notice.
19150
0bbed51a
MC
191512004-06-11 Michael Chastain <mec.gnu@mindspring.com>
19152
19153 * gdb.cp/virtfunc.cc: Add copyright notice.
19154
e12a46c9
RC
191552004-06-11 Randolph Chung <tausq@debian.org>
19156
19157 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
19158 problem.
19159
338e05af
AC
191602004-06-10 Andrew Cagney <cagney@gnu.org>
19161
19162 * lib/compiler.cc, lib/compiler.c: Append either
19163 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
19164 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
19165 instead of gcc-3-3.
19166
dc3f10cb
AC
191672004-06-09 Andrew Cagney <cagney@gnu.org>
19168
b4d946af
AC
19169 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
19170 gdb/1455, bug is specific to "long long" and "double".
a9c64011 19171
dc3f10cb
AC
19172 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
19173 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
19174 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
19175 fixed.
19176
b5c0bfa2
AC
191772004-06-09 Andrew Cagney <cagney@gnu.org>
19178
19179 * gdb.base/structs.exp (test_struct_returns): Replace
19180 "return_value_unknown" and "finish_value_unknown" by
19181 "return_value_known" and "finish_value_known". Instead of
19182 "return_value_unknown" iff "finish_value_unknown", check
19183 "return_value_known" implies "finish_value_known".
19184
caeb605f
MH
191852004-06-08 Martin Hunt <hunt@redhat.com>
19186
19187 * gdb.base/float.exp: Add pattern for mips targets.
19188
c892bb64
RC
191892004-06-08 Randolph Chung <tausq@debian.org>
19190
19191 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
19192 message for unknown architectures more clear.
19193
48306d3e
JB
191942004-06-08 Joel Brobecker <brobecker@gnat.com>
19195
19196 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
19197 start the execution of the program.
19198
83ecb59f
JB
191992004-06-07 Jim Blandy <jimb@redhat.com>
19200
19201 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
19202 * gdb.arch/i386-cpuid.h: New helper file.
19203
55264cb4
RC
192042004-06-07 Randolph Chung <tausq@debian.org>
19205
19206 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
19207 has started.
19208
23cadb28
RM
192092004-06-04 Roland McGrath <roland@redhat.com>
19210
19211 Fix PR gdb/1647.
19212 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
19213 differently to be robust to output buffering differences.
19214
51d01eda
MC
192152004-06-04 Michael Chastain <mec.gnu@mindspring.com>
19216
19217 * gdb.threads/pthreads.exp: Update copyright years.
19218 (check_control_c): Change asynchronous 'after' to synchronous.
19219
f4fc3b93
RM
192202004-06-04 Roland McGrath <roland@redhat.com>
19221
19222 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
19223 next gdb prompt.
19224
4013522b
MC
192252004-06-02 Michael Chastain <mec.gnu@mindspring.com>
19226
19227 Fix PR gdb/1636.
19228 * gdb.threads/manythreads.exp: Change asynchronous 'after'
19229 calls to synchronous.
19230
7a8f1e6b
JB
192312004-05-26 Jim Blandy <jimb@redhat.com>
19232
19233 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
19234
81bb3443
RC
192352004-05-24 Randolph Chung <tausq@debian.org>
19236
19237 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
19238 * gdb.asm/pa.inc: New file.
19239
8f5a3103
MK
192402004-05-22 Mark Kettenis <kettenis@gnu.org>
19241
19242 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
19243
734b8fe8 192442004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 19245 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
19246
19247 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
19248 GDB prompt.
19249
725603e1
UW
192502004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19251
f4fc3b93 19252 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
19253 setjmp/longjmp. Use sigaction instead of signal.
19254
8b923272 192552004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 19256 Michael Snyder <msnyder@redhat.com>
8b923272
JB
19257
19258 * gdb.threads/pthread_cond_wait.c: New file.
19259 * gdb.threads/pthread_cond_wait.exp: New testcase.
19260
8bfabb04
AC
192612004-05-13 Andrew Cagney <cagney@redhat.com>
19262
19263 * gdb.base/signull.exp, gdb.base/signull.c: New files.
19264 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
19265
42edda50
AC
192662004-05-11 Andrew Cagney <cagney@redhat.com>
19267
19268 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
19269 fixed but revealed gdb/1639.
19270
d303a6c7
AC
192712004-05-10 Andrew Cagney <cagney@redhat.com>
19272
19273 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
19274 func1" and "next to 2nd alarm", kernel bug avoided.
19275
bf08c2a1
DJ
192762004-05-10 Daniel Jacobowitz <dan@debian.org>
19277
19278 PR external/1568
19279 * gdb.base/bigcore.exp: Check the size of the dumped core file.
19280 XFAIL if it is smaller than bytes_allocated.
19281 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
19282 (main): Make chunks_allocated unsigned. Correct comment.
19283
c0586a34
JB
192842004-05-07 Joel Brobecker <brobecker@gnat.com>
19285
19286 * gdb.arch/powerpc-aix-prologue.c: New file.
19287 * gdb.arch/powerpc-aix-prologue.exp: New file.
19288
f2785d12
JB
192892004-05-07 Jim Blandy <jimb@redhat.com>
19290
19291 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
19292 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
19293
bd7f6e30
JB
192942004-05-06 Joel Brobecker <brobecker@gnat.com>
19295
19296 * gdb.base/sep.exp: No longer setup_kfail when the program was
19297 built with dwarf2.
19298
0a5e7efe
JI
192992004-05-05 Jim Ingham <jingham@apple.com>
19300
19301 * gdb.base/pending.exp: Make sure pending breakpoints
19302 preserve the ignore count.
f4fc3b93 19303
a8958849
MK
193042004-04-27 Jerome Guitton <guitton@gnat.com>
19305
19306 * i386-prologue.exp: Add testcase for jump instruction as first
19307 instruction of the real code.
19308 * i386-prologue.c (jump_at_beginning): New function.
19309
7e103f5b
MK
193102004-04-28 Mark Kettenis <kettenis@gnu.org>
19311
19312 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
19313 x86_64-*-*.
19314
5d38b224
MK
193152004-04-28 Mark Kettenis <kettenis@gnu.org>
19316
19317 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
19318 i*86-*-*.
19319
0ef32fd9
MK
193202004-04-25 Mark Kettenis <kettenis@gnu.org>
19321
19322 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
19323 expression that checks the return type.
19324
71d7dd7c
AC
193252004-04-23 Andrew Cagney <cagney@redhat.com>
19326
19327 * gdb.base/call-sc.exp: New test of scalar call/return values.
19328 * gdb.base/call-sc.c: Ditto.
19329
1e9f977e
JJ
193302004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19331
19332 * gdb.threads/manythreads.c: Reduce thread stack size.
19333
899d9e3a
JJ
193342004-04-23 Jeff Johnston <jjohnstn@redhat.com>
19335
19336 * gdb.threads/manythreads.c: Add copyright notice.
19337
61bcae62
AC
193382004-04-23 Andrew Cagney <cagney@redhat.com>
19339
19340 * gdb.base/siginfo.exp: Better handle step out of signal.
19341 * gdb.base/sigstep.exp: Ditto.
19342
7339a42e 193432004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 19344 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
19345
19346 * gdb.threads/manythreads.c: New testcase.
19347 * gdb.threads/manythreads.exp: Ditto.
19348
5c98409b
JB
193492004-04-22 Jim Blandy <jimb@redhat.com>
19350
19351 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
19352 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
19353
3b611f1a
MC
193542004-04-21 Michael Chastain <mec.gnu@mindspring.com>
19355
19356 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
19357
f0fd9238
AC
193582004-04-21 Andrew Cagney <cagney@redhat.com>
19359
19360 * gdb.base/sigstep.c: New file.
19361 * gdb.base/sigstep.exp: New file.
19362
90990674
JB
193632004-04-16 Joel Brobecker <brobecker@gnat.com>
19364
19365 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
19366 call to observer_notify_normal_stop.
19367
78cef34b
AC
193682004-04-15 Andrew Cagney <cagney@redhat.com>
19369
19370 * gdb.base/siginfo.c: New file.
19371 * gdb.base/siginfo.exp: New file.
19372
d2343407
JB
193732004-04-12 J. Brobecker <brobecker@gnat.com>
19374
19375 * gdb.base/sep.exp: Fix typo in comment.
19376
a2dba3c8
JB
193772004-04-12 J. Brobecker <brobecker@gnat.com>
19378
19379 * gdb.base/sep.c: New file.
19380 * gdb.base/sep-proc.c: New file.
19381 * gdb.base/sep.exp: New testcase.
19382
15f7b60e
MK
193832004-04-09 Mark Kettenis <kettenis@gnu.org>
19384
19385 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
19386 support.
19387
44f4de1a
AC
193882004-04-05 Andrew Cagney <cagney@redhat.com>
19389
19390 * gdb.base/sigaltstack.c: New file.
19391 * gdb.base/sigaltstack.exp: New file.
19392
ef04f396
JB
193932004-04-04 Joel Brobecker <brobecker@gnat.com>
19394
19395 * gdb.base/foll-fork.exp: Update the expected output for
19396 "help set follow-fork-mode", to match a change that was made
19397 to the help of this variable on 2004-01-13.
19398
d40d2c92
JB
193992004-04-01 Joel Brobecker <brobecker@gnat.com>
19400
19401 * lib/ada.exp: Add copyright notice.
19402 * bar.ads: Likewise.
19403 * bar.adb: Likewise.
19404 * null_record.adb: Likewise.
19405 * null_record.exp: Likewise.
19406 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
19407
f86ef5a3
JB
194082004-04-01 Joel Brobecker <brobecker@gnat.com>
19409
19410 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
19411 * configure: Regenerate.
19412
414e70e3
JB
194132004-04-01 Joel Brobecker <brobecker@gnat.com>
19414
19415 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
19416 to build the application. Remove the message printed when in
19417 verbose mode, redundant with the UNSUPPORTED message above.
19418
f0aaee49
JB
194192004-03-31 Joel Brobecker <brobecker@gnat.com>
19420
19421 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
19422 * gdb.ada (null_record.exp): New testcase.
19423
ac81cb54
JB
194242004-03-31 Joel Brobecker <brobecker@gnat.com>
19425
19426 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
19427
854af2f7
JB
194282004-03-31 Joel Brobecker <brobecker@gnat.com>
19429
19430 * gdb.ada: New subdirectory.
19431 * gdb.ada/Makefile.in: New file.
19432 * gdb.ada/gnat_ada.gpr.in: New file.
19433
034cb681
JB
194342004-03-31 Joel Brobecker <brobecker@gnat.com>
19435
19436 * lib/ada.exp: New file.
19437
78a1a894
DJ
194382004-03-24 Daniel Jacobowitz <drow@mvista.com>
19439
19440 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
19441 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
19442
4b2b3b3e
AC
194432004-03-22 Andrew Cagney <cagney@redhat.com>
19444
19445 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
19446 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
19447 Problem identified by Ulrich Weigand.
19448
23c73aa3
DC
194492004-03-17 David Carlton <carlton@kealia.com>
19450
19451 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
19452 PR c++/826.
19453
d63a86f8
RM
194542004-03-16 Roland McGrath <roland@redhat.com>
19455
19456 * gdb.base/auxv.exp: New file.
19457 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
19458
0e02aa50
DC
194592004-03-12 David Carlton <carlton@kealia.com>
19460
19461 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
19462 * gdb.cp/pr-1553.cc: Ditto.
19463 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
19464 pass branch.
19465
c20b71be
MC
194662004-03-12 Michael Chastain <mec.gnu@mindspring.com>
19467
19468 * gdb.cp/templates.exp: Accept more template types.
19469
c7414a01
MC
194702004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19471
19472 From Corinna Vinschen with modifications.
19473 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
19474 local variable obj_with_enum.
19475 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
19476 results with obj_with_enum.
19477
ed69573c
MC
194782004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19479
19480 * gdb.cp/classes.cc: New file, copied from misc.cc.
19481 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
19482
28301461
MC
194832004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19484
19485 * gdb.cp/misc.cc: Add copyright notice.
19486
1198ecbe
DC
194872004-03-05 David Carlton <carlton@kealia.com>
19488
19489 * gdb.cp/rtti.exp: Add 'print *obj3' test.
19490 * gdb.cp/rtti.h: Update copyright.
19491 (namespace n2::n3): New.
19492 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
19493 (n2::n3::func3): New.
19494 (main): Call n2::n3::func3.
19495 * gdb.cp/rtti2.cc: Update copyright.
19496 (n2::create3): New.
19497
9e08c470
MK
194982004-03-04 Mark Kettenis <kettenis@gnu.org>
19499
19500 * gdb.asm/openbsd.inc: Fix typo.
19501
4bebc3aa
FF
195022004-03-03 Fred Fish <fnf@redhat.com>
19503
19504 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
19505 "val" instead of unused "size". Update copyright year.
19506
6ea9fb37
DJ
195072004-02-29 Daniel Jacobowitz <drow@mvista.com>
19508
19509 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
19510 to use unsigned char.
19511 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
19512 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
19513
23b23974
DJ
195142004-02-29 Daniel Jacobowitz <drow@mvista.com>
19515
19516 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
19517 line of output.
19518
7574fd53
DJ
195192004-02-28 Daniel Jacobowitz <drow@mvista.com>
19520
19521 * gdb.base/relocate.c (dummy): Initialize.
19522
a195357f
DJ
195232004-02-28 Daniel Jacobowitz <drow@mvista.com>
19524
19525 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
19526 a breakpoint at exit.
19527
72fd54a9
FF
195282004-02-27 Fred Fish <fnf@redhat.com>
19529
19530 * gdb.base/chng-syms.exp: Add expect condition to match failing
19531 case that isn't a timeout.
19532
b9d23137
AC
195332004-02-27 Andrew Cagney <cagney@redhat.com>
19534
19535 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
19536 support.
19537
15d208f6 195382004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 19539
15d208f6
FF
19540 * gdb.arch/gdb1431.c: Remove.
19541 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
19542 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
19543 of "until" incorrectly.
19544
98f9cd2d
JB
195452004-02-26 J. Brobecker <brobecker@gnat.com>
19546
19547 * gdb.cp/class2.cc (empty): New class.
19548 (refer): New function.
19549 (main): Declare an object of type empty and use it.
19550 * gdb.cp/class2.exp: Print the value of an object of type empty.
19551
9b50c11b
JJ
195522004-02-26 Jeff Johnston <jjohnstn@redhat.com>
19553
19554 * gdb.base/langs.exp: Update query string to match the
19555 new nquery format used for pending breakpoints.
19556
0dcd613f
AC
195572004-02-26 Andrew Cagney <cagney@redhat.com>
19558
19559 Fix PR i18n/1570.
19560 * gdb.base/charset.c: Update copyright notice.
19561 (main, init_string): Remove the escape character '\e' tests.
19562 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
19563 * gdb.base/charset.exp (valid_host_charset): Ditto.
19564 * gdb.base/setvar.exp: Ditto.
19565
b8a56647
AC
195662004-02-24 Andrew Cagney <cagney@redhat.com>
19567
90d59e34
AC
19568 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
19569 mmapped data in core file" PASS and FAIL messages consistent.
19570
b8a56647
AC
19571 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
19572 setting a breakpoint. Work around PR java/1565.
19573
9f27c604
JJ
195742004-02-23 Jeff Johnston <jjohnstn@redhat.com>
19575
19576 * lib/gdb.exp (gdb_breakpoint): Update query string to match
19577 new nquery format.
19578 * gdb.base/pending.exp: Ditto.
19579
3224a706
MK
195802004-02-22 Mark Kettenis <kettenis@gnu.org>
19581
19582 * configure.in: Run stabs tests on *BSD.
19583 * configure: Regenerated.
19584
41e0a9ca
MK
195852004-02-21 Mark Kettenis <kettenis@gnu.org>
19586
19587 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
19588
1e1b3428
FF
195892004-02-20 Fred Fish <fnf@redhat.com>
19590
19591 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
19592 blank in test for "returns short", for consistency with other
19593 "returns xxx" tests. Update copyright year.
19594
f9a7572a
FF
195952004-02-19 Fred Fish <fnf@redhat.com>
19596
19597 New testcase for PR breakpoint/1558.
19598 * gdb.arch/gdb1558.exp: New file.
19599 * gdb.arch/gdb1558.c: New file.
19600
b2ce2854
EZ
196012004-02-19 Elena Zannoni <ezannoni@redhat.com>
19602
19603 * gdb.base/nodebug.exp: Fix typo.
19604
e7c9ff01
JB
196052004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19606
19607 Committed by Jim Blandy <jimb@redhat.com>.
19608
62f4b920
JB
19609 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
19610
2db536a1
JB
19611 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
19612
e7c9ff01
JB
19613 * gdb.base/float.exp: Support s390*-*-* targets.
19614
f3205b34
AF
196152004-02-17 Adam Fedor <fedor@gnu.org>
19616
19617 * gdb.base/gdb1555.exp: New file.
19618 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
19619
9d62932d
EZ
196202004-02-17 Elena Zannoni <ezannoni@redhat.com>
19621
19622 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
19623
344c9711
FF
196242004-02-16 Fred Fish <fnf@redhat.com>
19625
19626 * gdb.arch/gdb1291.c: Remove
19627 * gdb.arch/gdb1291.s: New test input file.
19628 * gdb.arch/gdb1291.exp: Expand test to check case that should not
19629 fail. Test for correct result, known incorrect result, other
19630 failures and timeouts.
19631
2d822687
AC
196322004-02-16 Andrew Cagney <cagney@redhat.com>
19633
19634 * gdb.base/bigcore.exp: New file.
19635 * gdb.base/bigcore.c: New file.
19636
dac15b66
AC
196372004-02-13 Andrew Cagney <cagney@redhat.com>
19638
19639 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
19640 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
19641 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
19642 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
19643 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
19644 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
19645 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
19646 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
19647 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
19648 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
19649
6bdfc2c4
JJ
196502004-02-11 Jeff Johnston <jjohnstn@redhat.com>
19651
19652 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
19653 executed is an alloc instruction.
19654
87b3ede8
DC
196552004-02-11 David Carlton <carlton@kealia.com>
19656
19657 * gdb.cp/breakpoint.exp: New.
19658 * gdb.cp/breakpoint.cc: New.
19659
6e19e2bf
MC
196602004-02-11 Michael Chastain <mec.gnu@mindspring.com>
19661
19662 Partial fix for PR gdb/1543.
19663 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
19664 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
19665 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
19666 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
19667 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
19668 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
19669 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
19670 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
19671 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
19672 to bug-gdb@prep.ai.mit.edu .
19673 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
19674 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
19675 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
19676 Likewise.
19677
5c5455dc
AC
196782004-02-10 Andrew Cagney <cagney@redhat.com>
19679
19680 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
19681 using gdb_internal_error_resync.
19682
9cf689d7
DJ
196832004-02-09 Daniel Jacobowitz <drow@mvista.com>
19684
19685 * gdb.threads/thread-specific.exp: Stop early if no threads are
19686 found.
19687
d2dc51db
MC
196882004-02-09 Michael Chastain <mec.gnu@mindspring.com>
19689
19690 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
19691
14b1a056
DJ
196922004-02-08 Daniel Jacobowitz <drow@mvista.com>
19693
19694 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
19695 breakpoints.
19696
83f66e8f
DJ
196972004-02-07 Daniel Jacobowitz <drow@mvista.com>
19698
19699 * config/sim.exp (gdb_load): Handle $arg == "".
19700 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
19701 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
19702
30fc0091
EZ
197032004-02-07 Elena Zannoni <ezannoni@redhat.com>
19704
a9c64011
AS
19705 * gdb.base/maint.exp: Update test to reflect
19706 obstack changes.
30fc0091 19707
4d806929
JJ
197082004-02-04 Jeff Johnston <jjohnstn@redhat.com>
19709
19710 * gdb.base/pendshr.c (pendfunc): New function that calls
19711 pendfunc1.
19712 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
19713
7bfdd688
FF
197142004-02-04 Fred Fish <fnf@redhat.com>
19715
19716 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
19717 function symbols and update copyright years.
19718 * gdb.arch/gdb1291.c: Ditto.
19719
aaa08ee4
MC
197202004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19721
19722 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
19723
dbad7755
MC
197242004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19725
19726 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
19727
ec4646ef
MC
197282004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19729
19730 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
19731
1b802196
FF
197322004-02-02 Fred Fish <fnf@redhat.com>
19733
19734 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
19735 remote targets. Update copyright years.
19736
18fe2033
JJ
197372004-02-02 Jeff Johnston <jjohnstn@redhat.com>
19738
19739 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
19740 support.
19741 * gdb.base/langs.exp: Fix test which attempts to create
19742 breakpoint on non-existent function to handle new pending
19743 support.
19744 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
19745 a breakpoint.
19746 * gdb.base/pending.exp: New test.
19747 * gdb.base/pending.c: New file.
19748 * gdb.base/pendshr.c: Ditto.
19749
8d577d32
DC
197502004-02-02 David Carlton <carlton@kealia.com>
19751
19752 * gdb.cp/overload.exp: Add overloadNamespace tests.
19753 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
19754 (overloadNamespace, XXX): New.
19755 (main): Call XXX::marker2.
19756
3ad13771
FF
197572004-02-01 Fred Fish <fnf@redhat.com>
19758
19759 * gdb.base/dump.exp: Use runto_main instead of "runto main".
19760 * gdb.base/finish.exp: Ditto.
19761 * gdb.base/gcore.exp: Ditto.
19762 * gdb.base/huge.exp: Ditto.
19763 * gdb.base/info-proc.exp: Ditto.
19764 * gdb.base/return2.exp: Ditto.
19765 * gdb.threads/gcore-thread.exp: Ditto.
19766
44c75849
DJ
197672004-02-01 Daniel Jacobowitz <drow@mvista.com>
19768
19769 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
19770
005bc093
MK
197712004-02-01 Mark Kettenis <kettenis@gnu.org>
19772
19773 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
19774 that opening the file succeeds on OpenBSD.
19775
c47cebdb
DJ
197762004-02-01 Daniel Jacobowitz <drow@mvista.com>
19777
19778 * gdb.threads/thread-specific.c: New file.
19779 * gdb.threads/threads-specific.exp: New test script.
19780 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
19781 to expect_out.
19782
5a01311c
MK
197832004-02-01 Mark Kettenis <kettenis@gnu.org>
19784
19785 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
19786 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
19787 only on the "print_small_structs from print_long_arg_list" test.
19788
ce22a4f1
DJ
197892004-02-01 Daniel Jacobowitz <drow@mvista.com>
19790
19791 * gdb.base/completion.exp: Kill a stray backslash.
19792
19793 From Jim Ingham <jingham@apple.com>:
19794 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
19795 agrees with the result from sending a tab.
19796
abbab9d3
DJ
197972004-01-31 Daniel Jacobowitz <drow@mvista.com>
19798
19799 * gdb.base/chng-syms.exp: Remove stray newline.
19800
53904d1e
MK
198012004-01-31 Mark Kettenis <kettenis@gnu.org>
19802
19803 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
19804 *-*-openbsd*.
19805 * gdb.asm/openbsd.inc: New file.
19806
3a4b3aac
MK
198072004-01-30 Mark Kettenis <kettenis@gnu.org>
19808
19809 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
19810 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
19811 *-*solaris2*. Remove commented out default settings for
19812 asm-flags. Replace gdb_compile with target_link.
19813
ebac27b4
MC
198142004-01-29 Michael Chastain <mec.gnu@mindspring.com>
19815
19816 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
19817 for all tests. Remove old hp-ux and cygnus xfail cases.
19818
d8679d84
PH
198192004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
19820
19821 * gdb.base/chng-syms.exp: New file.
19822 * gdb.base/chng-syms.c: New file.
19823
0a55bc22
MC
198242004-01-24 Michael Chastain <mec.gnu@mindspring.com>
19825
19826 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
19827 Provide arms for current output in all my configurations.
19828
94b8e876
MC
198292004-01-24 Michael Chastain <mec.gnu@mindspring.com>
19830
19831 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
19832 * lib/compiler.cc: Likewise.
19833 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
19834 get the right preprocessor. Eval the output directly. Remove
19835 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
19836 hp_f77_compiler and hp_f90_compiler completely.
19837 (gdb_preprocess): Delete.
19838 (get_compiler): Delete.
19839
7cf03d44
MK
198402004-01-24 Mark Kettenis <kettenis@gnu.org>
19841
19842 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
19843 <string.h>.
19844
68b6dce9
NR
198452004-01-24 Nick Roberts <nick@nick.uklinux.net>
19846
19847 * gdb.mi/mi-stack.exp: Update copyright.
19848
b368761e
DC
198492004-01-23 David Carlton <carlton@kealia.com>
19850
19851 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
19852 test for cp_lookup_transparent_type.
19853 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
19854 call them.
19855
f2061b53
DJ
198562004-01-23 Daniel Jacobowitz <drow@mvista.com>
19857
19858 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
19859 after -var-update.
19860
37fc574a
DC
198612004-01-23 David Carlton <carlton@kealia.com>
19862
19863 * gdb.cp/namespace.cc (C::ensureRefs): New.
19864 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
19865
8e94b928
NR
198662004-01-20 Nick Roberts <nick@nick.uklinux.net>
19867
19868 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
19869 case "-stack-list-locals 2".
19870 * gdb.mi/mi-var-child.exp: Test for case
19871 "-var-list-children --all-values NAME".
19872
997b0952
MC
198732004-01-18 Michael Chastain <mec.gnu@mindspring.com>
19874
19875 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
19876
52470da3
MK
198772004-01-18 Mark Kettenis <kettenis@gnu.org>
19878
7049b4b8
MK
19879 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
19880 used with gdb_test_multiple.
19881
52470da3
MK
19882 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
19883 read at address 0. This fixes PR testsuite/1504.
19884
da6012e5
DJ
198852004-01-18 Daniel Jacobowitz <drow@mvista.com>
19886
19887 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
19888 Remove downloading, guessing the host executable, the calls to
19889 gdb_file_cmd and gdb_target_cmd, and "load" support.
19890 (infer_host_exec): New function broken out from gdb_load.
19891 (gdb_load): New wrapper for gdbserver_gdb_load.
19892 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
19893 gdb_target_cmd. Use -target-select.
19894 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
19895 Download binaries to the host. Clear last_mi_remote_file when
19896 we load a new binary.
19897 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
19898 call gdbserver_gdb_load and mi_gdb_target_cmd.
19899
32c70722
MC
199002004-01-17 Michael Chastain <mec.gnu@mindspring.com>
19901
19902 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
19903 type patterns.
19904
b0cecf36
MC
199052004-01-17 Michael Chastain <mec.gnu@mindspring.com>
19906
19907 * gdb.cp/templates.exp: Fix typo in test name of
19908 "print Foo<volatile char*>::foo".
19909
4120d7e6
MC
199102004-01-15 Michael Chastain <mec.gnu@mindspring.com>
19911
19912 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
19913
f679e530
BE
199142004-01-16 Ben Elliston <bje@wasabisystems.com>
19915
19916 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
19917 (clean mostlyclean): Remove empty rm.
19918
091c48f6
MC
199192004-01-15 Michael Chastain <mec.gnu@mindspring.com>
19920
19921 * gdb.base/setvar.exp: Add copyright years.
19922
3e5fc8d2
DC
199232004-01-14 David Carlton <carlton@bactrian.org>
19924
19925 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
19926 PR c++/1511 and update coment.
19927 * gdb.cp/templates.exp: Update patterns to match current output.
19928 If changes involve something other than whitespace, KFAIL
19929 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
19930
63d06c5c
DC
199312004-01-14 David Carlton <carlton@kealia.com>
19932
19933 * gdb.cp/namespace.exp: Add tests involving classes defined within
19934 namespaces.
19935 * gdb.cp/namespace.cc (C::CClass): New.
19936 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
19937
a51dab88
EZ
199382004-01-14 Elena Zannoni <ezannoni@redhat.com>
19939
19940 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
19941 what debug info we have. Print a better message if something goes
19942 wrong while producing the separate debug info file.
19943
a476ccc9
MC
199442004-01-14 Michael Chastain <mec.gnu@mindspring.com>
19945
19946 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
19947
f453692c
MC
199482004-01-14 Michael Chastain <mec.gnu@mindspring.com>
19949
19950 * gdb.base/callfuncs.c: Add copyright notice.
19951
f40063a5
MC
199522004-01-13 Michael Chastain <mec.gnu@mindspring.com>
19953
19954 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
19955 inheritance. PR gdb/1498, PR gcc/13539.
19956
19ac3974
EZ
199572004-01-13 Elena Zannoni <ezannoni@redhat.com>
19958
a9c64011
AS
19959 * gdb.threads/gcore-thread.exp: Prefix name of binary with
19960 test specific name.
19961 * gdb.mi/gdb669.exp: Ditto.
19962 * gdb.mi/mi-pthreads.exp: Ditto.
19963 * gdb.mi/mi1-pthreads.exp: Ditto.
19964 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 19965
56c97c6e
MC
199662004-01-12 Michael Chastain <mec.gnu@mindspring.com>
19967
19968 * gdb.cp/member-ptr.cc: Add copyright notice.
19969
a0644324
MC
199702004-01-12 Michael Chastain <mec.gnu@mindspring.com>
19971
19972 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
19973 some patterns for recent versions of gcc and hpacc. Delete
19974 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
19975 Delete tests that access a NULL pointer-to-member-data. This
19976 script is still disabled for gcc.
19977
32fabe09
EZ
199782004-01-12 Elena Zannoni <ezannoni@redhat.com>
19979
19980 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 19981 escaped correctly.
32fabe09 19982
1f8a6abb
EZ
199832004-01-12 Elena Zannoni <ezannoni@redhat.com>
19984
19985 * gdb.base/sepdebug.exp: New file.
19986 * gdb.base/sepdebug.c: New file.
19987 * lib/gdb.exp (separate_debug_filename): New procedure.
19988 (gdb_gnu_strip_debug): New procedure.
19989
48efe704
AC
199902004-01-12 Andrew Cagney <cagney@redhat.com>
19991
19992 * gdb.mi/ChangeLog: Delete file. Renamed to ...
19993 * gdb.mi/ChangeLog-1999-2003: New file.
19994
a9415475
AC
199952004-01-12 Andrew Cagney <cagney@redhat.com>
19996
19997 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
19998 "Renaming a directory to a non-empty directory returns ENOTEMPTY
19999 or EEXIST", treat EBUSY as an XFAIL.
20000
83b8cf9d
MC
200012004-01-11 Michael Chastain <mec.gnu@mindspring.com>
20002
20003 * gdb.base/scope.exp: Remove obsolete setup_xfail for
20004 hp_cc_compiler.
20005
9939d2a8
MC
200062004-01-10 Michael Chastain <mec.gnu@mindspring.com>
20007
20008 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
20009 decorations.
20010
1ff8cadf
MC
200112004-01-10 Michael Chastain <mec.gnu@mindspring.com>
20012
20013 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
20014 and "(aCC)" decorations. Remove obsolete doco about old
20015 test results.
20016
6fa9022e
MC
200172004-01-09 Michael Chastain <mec.gnu@mindspring.com>
20018
20019 * gdb.cp/exception.exp: Fix typo in doco.
20020
209721fe
MK
200212004-01-09 Mark Kettenis <kettenis@gnu.org>
20022
20023 * gdb.base/gdb1476.exp: Fix typo.
20024
ef11303e
MC
200252004-01-09 Michael Chastain <mec.gnu@mindspring.com>
20026
20027 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
20028 file.
20029
041ab88c
MC
200302004-01-09 Michael Chastain <mec.gnu@mindspring.com>
20031
20032 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
20033 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
20034 Use gdb_compile. Remove restriction on gcc. Add some patterns
20035 for recent version of gdb. Delete second half, which was a copy
20036 of the first half with different build flags. This test is
20037 still disabled because it is still not ready for production.
20038
e36d075a
MC
200392004-01-08 Michael Chastain <mec.gnu@mindspring.com>
20040
20041 * gdb.cp/exception.cc: Add copyright notice.
20042 * gdb.cp/exception.exp: Add a notice that this file is broken
20043 because of line number changes caused by addition of copyright
20044 notice.
20045
42b190ad
MC
200462004-01-08 Michael Chastain <mec.gnu@mindspring.com>
20047
20048 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
20049 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
20050
8f25f06b
MC
200512004-01-08 Michael Chastain <mec.gnu@mindspring.com>
20052
20053 * gdb.cp/classes.exp: Accept gnu abi 2.
20054 * gdb.cp/derivation.exp: Likewise.
20055 * gdb.cp/overload.exp: Likewise.
20056 * gdb.cp/virtfunc.exp: Likewise.
20057
06ded8b8
MC
200582004-01-08 Michael Chastain <mec.gnu@mindspring.com>
20059
20060 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
20061 semicolon after end of function.
20062
77c26ae3
MC
200632004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20064
20065 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
20066 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
20067 boilerplate code for compiling and running the program under
20068 test. Add some string method tests.
20069
20757486
MC
200702004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20071
20072 * gdb.cp/bs15503.cc: Add copyright notice.
20073 * gdb.cp/bs15503.exp: Adjust line number.
20074
0fd3b503
MC
200752004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20076
20077 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
20078 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
20079
10d1bea8
MC
200802004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20081
20082 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
20083 hp_cc_compiler.
20084
2789202a
MC
200852004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20086
20087 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
20088 * gdb.cp/ctti.exp: Use the marker instead of "next".
20089 With gcc, run further before bailing.
20090
b862f14c
MC
200912004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20092
20093 * gdb.cp/cttiadd.cc: Add copyright notice.
20094 * gdb.cp/cttiadd1.cc: Likewise.
20095 * gdb.cp/cttiadd2.cc: Likewise.
20096 * gdb.cp/cttiadd3.cc: Likewise.
20097
96da2469
MC
200982004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20099
20100 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
20101 Use gdb_test, gdb_test_multiple. Use floating-point values that
20102 have exact representations in IEEE-ish formats.
20103
053248ff
MC
201042004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20105
20106 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
20107 compilers. Delete duplicate call to get_compiler_info.
20108 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
20109 * gdb.base/volatile.exp: Likewise.
20110
84acecdd
MK
201112004-01-07 Mark Kettenis <kettenis@gnu.org>
20112
20113 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
20114 memory at address 0.
20115
fe11a27f
MC
201162004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20117
20118 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
20119 to test for hp-ux assembler. Fix copyright years.
20120
60ad077b
AC
201212004-01-07 Andrew Cagney <cagney@redhat.com>
20122
20123 * gdb.base/fileio.c (strerrno): Add "EBUSY".
20124
1c9b8f33
AC
201252004-01-07 Andrew Cagney <cagney@redhat.com>
20126
20127 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
20128 when creating the read-only file. From analysis by Roland McGrath
20129 and Elena Zannoni.
20130
753ccc7a
MC
201312004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20132
20133 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
20134
eca3e36b
MC
201352004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20136
20137 * gdb.base/cvexpr.c: Be type-safe with function pointers and
20138 data pointers.
20139
f8d4bac4
MC
201402004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20141
20142 * gdb.cp/m-static.exp: Compile one source file at a time.
20143 Delete unused call to get_compiler_info.
20144
9b4e0f94
MC
201452004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20146
20147 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
20148 * gdb.base/call-rt-st.exp: Likewise.
20149 * gdb.base/nodebug.exp: Likewise.
20150 * gdb.base/volatile.exp: Likewise.
20151 * gdb.cp/ref-types.exp: Likewise.
20152 * gdb.cp/templates.exp: Likewise.
20153
023c1024
MK
201542004-01-05 Mark Kettenis <kettenis@gnu.org>
20155
20156 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
20157
19703c4a
MC
201582004-01-05 Michael Chastain <mec.gnu@mindspring.com>
20159
20160 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
20161 hppa*-hp-hpux*.
20162
18b67037
MK
201632004-01-04 Mark Kettenis <kettenis@gnu.org>
20164
ba6219c8
MK
20165 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
20166 x86_64-*-*.
20167
18b67037
MK
20168 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
20169 sparc64-*-* and sparc*-solaris2*.
20170
1bfbbb9d
MK
201712004-01-04 Mark Kettenis <kettenis@gnu.org>
20172
20173 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
20174 return ${tests}" test. The ${tests} already mentions the
20175 filename.
20176
06846494
MC
201772004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20178
20179 * gdb.cp/local.exp: Accept gcc abi 2.
20180
3b0cb202
MC
201812004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20182
20183 * gdb.cp/templates.exp: Accept gcc abi 2.
20184
0643ec3f
MC
201852004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20186
20187 * lib/compiler.cc: Remove supports_template_debugging.
20188 * gdb.cp/templates.exp: Do not test supports_template_debugging.
20189
d231d0b1
MC
201902004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20191
20192 * gdb.cp/namespace.exp: Accept gcc abi 2.
20193
44ffb27c
MC
201942004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20195
20196 * gdb.cp/method.exp: Accept gcc abi 2.
20197
184ad485
MC
201982004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20199
20200 * gdb.cp/classes.exp: Generate identical results as old version.
20201 * gdb.cp/derivation.exp: Likewise.
20202 * gdb.cp/overload.exp: Likewise.
20203 * gdb.cp/virtfunc.exp: Likewise.
20204
116f09e7
MC
202052004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20206
20207 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
20208 mysterious bug with sourceware version of expect.
20209
b1379776
MC
202102004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20211
20212 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
20213 current versions of gcc, including gcc abi 2. Remove gratuitous
20214 restart of test program. Use gdb_test_multiple and gdb_test for
20215 all tests. Add patterns to xfail missing "const" in "const char *"
20216 and kfail PR gdb/1155.
20217
6b7a4c0e
MC
202182004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20219
20220 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
20221 current versions of gcc, including gcc abi 2. Remove gratuitous
20222 restart of test program. Use gdb_test_multiple and gdb_test for
20223 all tests. Add patterns to kfail PR gdb/1498.
20224
51615d72
MC
202252003-12-31 Michael Chastain <mec.gnu@mindspring.com>
20226
20227 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
20228 current versions of gcc, including gcc abi 2. Use "breakpoint"
20229 and "continue" instead of restarting the target program. Use
20230 gdb_test_multiple and gdb_test for all tests.
20231
7b79a9d7
MK
202322004-01-01 Mark Kettenis <kettenis@gnu.org>
20233
20234 * gdb.asm/asm-source.exp: Update copyright year. Link statically
20235 for *-*-solaris2*.
20236
1cd3489f
MC
202372003-12-31 Michael Chastain <mec.gnu@mindspring.com>
20238
20239 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
20240 current versions of gcc, including gcc abi 2. Use "breakpoint"
20241 and "continue" instead of restarting the target program several
20242 times. Use gdb_test_multiple and gdb_test for all tests.
20243
850742db
MC
202442003-12-18 Michael Chastain <mec.gnu@mindspring.com>
20245
20246 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
20247 source files.
20248
eb4bbda8
MC
202492003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20250
20251 * gdb.base/environ.exp: Handle compiling test case from multiple
20252 source files.
20253
e42c7771
MC
202542003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20255
20256 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
20257
80e4b428
JB
202582003-12-17 Jim Blandy <jimb@redhat.com>
20259
5f06973a
JB
20260 * gdb.base/freebpcmd.c: Add copyright notice.
20261
80e4b428
JB
20262 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
20263
0ab84fb7
MC
202642003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20265
20266 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
20267
1b3bb3d0
JB
202682003-12-13 Jim Blandy <jimb@redhat.com>
20269
20270 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
20271
3a4c9371
KB
202722003-12-12 Kevin Buettner <kevinb@redhat.com>
20273
20274 * gdb.asm/frv.inc: New file.
20275 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
20276
a1dea79a
FF
202772003-12-09 Fred Fish <fnf@redhat.com>
20278
20279 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
20280 functions to break1.c and leave prototypes behind. Add more
20281 "set breakpoint NN here" comments.
20282 * gdb.base/break1.c: New file.
20283
20284 * gdb.base/break.exp: Handle compiling test case from multiple
20285 source files and change source file references as needed.
20286 * gdb.base/completion.exp: Ditto.
20287 * gdb.base/condbreak.exp: Ditto.
20288 * gdb.base/define.exp: Ditto.
20289 * gdb.base/ena-dis-br.exp: Ditto.
20290 * gdb.base/info-proc.exp: Ditto.
20291 * gdb.base/maint.exp: Ditto.
20292 * gdb.base/until.exp: Ditto.
20293
20294 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
20295 hardcoded line numbers.
20296 * gdb.base/define.exp: Ditto.
20297 * gdb.base/ena-dis-br.exp: Ditto.
20298 * gdb.base/maint.exp: Ditto.
20299 * gdb.base/until.exp: Ditto.
20300
20301 * gdb.base/completion.exp: Use "break1" for completion tests since
20302 "break" is no longer a unique prefix.
20303
5266b69c
AC
203042003-12-06 Andrew Cagney <cagney@redhat.com>
20305
20306 * gdb.base/structs.exp (test_struct_returns): When applicable, set
20307 "return_value_unimplemented". When an unimplemented struct return
20308 architecture, report incorrect values as a KFAIL
20309
374451f0
MC
203102003-12-05 Michael Chastain <mec.gnu@mindspring.com>
20311
20312 * gdb.cp/rtti.exp: Accept new wording of warning from
20313 cp_lookup_rtti_type.
20314
ba9b20a7
MC
203152003-12-05 Michael Chastain <mec.gnu@mindspring.com>
20316
20317 Partial fix for PR testsuite/1456.
20318 * gdb.base/scope.exp (test_at_main): Replace references to
20319 gcc_compiled with calls to test_compiler_info.
20320 (test_at_foo): Likewise.
20321 (test_at_bar): Likewise.
20322
b74b6d0b
MC
203232003-12-04 Michael Chastain <mec.gnu@mindspring.com>
20324
20325 Partial fix for PR testsuite/1456.
20326 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
20327 to test_compiler_info.
20328
ccfa3402
MC
203292003-12-03 Michael Chastain <mec.gnu@mindspring.com>
20330
20331 * gdb.base/so-impl-ld.exp: Update copyright notice.
20332
f6246aba
MC
203332003-12-02 Michael Chastain <mec.gnu@mindspring.com>
20334
20335 Partial fix for PR testsuite/1456.
20336 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
20337 to test_compiler_info.
20338
13ae734a
MC
203392003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20340
20341 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
20342 from current versions of gdb. Clean up regular expressions.
20343 Delete redundant timeout case.
20344
d8e1cdee
MC
203452003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20346
20347 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
20348 from current versions of gdb. Clean up regular expressions.
20349 Delete redundant timeout case.
20350
96457b64
MC
203512003-12-01 Michael Chastain <mec.gnu@mindspring.com>
20352
20353 Partial fix for PR testsuite/1456.
20354 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
20355 gcc_compiled with call to test_compiler_info.
20356
f35309fc
MC
203572003-11-30 Michael Chastain <mec.gnu@mindspring.com>
20358
20359 Partial fix for PR testsuite/1456.
20360 * gdb.base/list.exp (test_list_function): Delete unused declaration
20361 of gcc_compiled.
20362
d7afdf9b
MC
203632003-11-29 Michael Chastain <mec.gnu@mindspring.com>
20364
20365 Partial fix for PR testsuite/1456.
20366 * gdb.base/complex.exp: Replace reference to gcc_compiled with
20367 call to test_compiler_info.
20368
71507b56
MK
203692003-11-29 Mark Kettenis <kettenis@gnu.org>
20370
20371 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
20372 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
20373 it to create the appropriate note.inc.
20374 * gdb.asm/asmsrc1.s: Include "note.inc".
20375 * gdb.asm/netbsd.inc: New file.
20376 * gdb.asm/empty.inc: New file.
20377
f81f93f7
MC
203782003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20379
20380 Partial fix for PR testsuite/1456.
20381 * gdb.base/constvars.exp: Replace references to gcc_compiled with
20382 calls to test_compiler_info.
20383
9a77938e
MC
203842003-11-27 Michael Chastain <mec.gnu@mindspring.com>
20385
20386 Partial fix for PR testsuite/1456.
20387 * gdb.base/volatile.exp: Replace references to gcc_compiled with
20388 calls to test_compiler_info.
20389
e8367dc7
MK
203902003-11-27 Mark Kettenis <kettenis@gnu.org>
20391
20392 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
20393 pattern for the KFAILs.
20394
526c61ee
AF
203952003-11-25 Adam Fedor <fedor@gnu.org>
20396
20397 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
20398 * gdb.objc/objcdecode.m: New file.
20399
28f2d600
AF
204002003-11-25 Adam Fedor <fedor@gnu.org>
20401
20402 * gdb.objc/nondebug.exp: Test for PR objc/1236.
20403 * gdb.objc/nondebug.m: New file.
20404
a3895cee
BE
204052003-11-26 Ben Elliston <bje@wasabisystems.com>
20406
20407 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
20408 NetBSD as it does on FreeBSD. Modelled on a similar change by
20409 Mark Kettenis on 2003-05-30.
20410 (link-flags): Set to "--entry _start" regardless of target.
20411 Special linker flags are to be appended to $link-flags.
20412 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
20413
c9f2c8a3
MC
204142003-11-25 Michael Chastain <mec.gnu@mindspring.com>
20415
20416 * gdb.cp/method.exp: Accept output of new demangler.
20417
15a0587a 204182003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
20419
20420 * gdb/class2.exp: New file.
20421 * gdb/class2.cc: New file.
20422
3c00b570
MC
204232003-11-25 Michael Chastain <mec.gnu@mindspring.com>
20424
20425 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
20426 of new demangler.
20427
7027acc7
MK
204282003-11-23 Mark Kettenis <kettenis@gnu.org>
20429
20430 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
20431 of gdb_test "run".
20432
b0e1598a
MK
204332003-11-23 Mark Kettenis <kettenis@gnu.org>
20434
20435 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
20436 "continue" into "run".
20437
4d9eda44
MC
204382003-11-23 Michael Chastain <mec.gnu@mindspring.com>
20439
20440 Partial fix for PR testsuite/1456.
20441 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
20442 call to test_compiler_info.
20443 * gdb.cp/ctti.exp: Likewise.
20444 * gdb.cp/derivation.exp: Likewise.
20445 * gdb.cp/member-ptr.exp: Likewise.
20446 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
20447 reference to gcc_compiled.
20448
204492003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
20450
20451 Fix PR testsuite/1463.
20452 * gdb.base/structs.exp (start_structs_test): Call
20453 get_debug_format before using the debug format.
20454
d422fe19
AC
204552003-11-22 Andrew Cagney <cagney@redhat.com>
20456
20457 * lib/gdb.exp (gdb_test_multiple): Add simple example.
20458 * gdb.base/structs.exp: Use gdb_test_multiple.
20459
039cf96d
AC
204602003-11-20 Andrew Cagney <cagney@redhat.com>
20461
6882279b
AC
20462 * gdb.base/structs.exp: Handle and recover from internal errors.
20463 Replace "foo${n}" with "foo<n>" in test messages.
20464
e53890ae
AC
20465 * gdb.base/structs.exp: Update copyright. Rewrite.
20466 * gdb.base/structs.c: Update copyright. Rewrite.
20467
2b211c59
AC
20468 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
20469 resync count exceeded.
d63a86f8 20470
039cf96d
AC
20471 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
20472 from the internal error.
20473 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
20474 Original from Jim Blandy.
20475 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 20476
eac98b22
AC
204772003-11-19 Andrew Cagney <cagney@redhat.com>
20478
20479 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
20480 KFAIL.
20481
67455b2a
MK
204822003-11-17 Mark Kettenis <kettenis@gnu.org>
20483
20484 New testcase for PR backtrace/1435.
20485 * gdb.arch/i386-unwind.exp: New file.
20486 * gdb.arch/i386-unwind.c: New file.
20487
853d6e5b
AC
204882003-11-17 Andrew Cagney <cagney@redhat.com>
20489
20490 * lib/gdb.exp (compiler_info): New global.
20491 (test_compiler_info): New function.
20492 (get_compiler_info): Set compiler_info.
20493 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
20494 "compiler_info" to gcc-<major>-<minor>.
20495
38cf6e11
MC
204962003-11-15 Michael Chastain <mec.gnu@mindspring.com>
20497
20498 * gdb.trace/configure: Remove.
20499
a50d3602
EZ
205002003-11-13 Elena Zannoni <ezannoni@redhat.com>
20501
20502 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 20503 breakpoints.
a50d3602
EZ
20504 * gdb.base/break.exp: Remove all references to explicit line
20505 numbers.
20506
d9407aaa
NC
205072003-11-11 Nick Clifton <nickc@redhat.com>
20508
20509 * gdb.base/shreloc.exp: Do not run for targets which do not
20510 support shared objects.
20511
db488fc1
CV
205122003-11-10 Corinna Vinschen <vinschen@redhat.com>
20513
20514 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
20515 Don't run tests if nofileio flag is given.
20516
6a90a18e
EZ
205172003-11-07 Elena Zannoni <ezannoni@redhat.com>
20518
20519 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 20520 as well as 'Watchpoint'.
6a90a18e 20521
0b915e9c
EZ
205222003-11-06 Elena Zannoni <ezannoni@redhat.com>
20523
20524 Reported by Jim Ingham <jingham@apple.com>:
20525 * gdb.base/annota1.exp: Match at least one occurrence of the
20526 signal handler annotation.
20527
d7e4b55f
EZ
205282003-11-06 Elena Zannoni <ezannoni@redhat.com>
20529
a9c64011
AS
20530 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
20531 as well as 'Watchpoint'.
d7e4b55f 20532
2fe4e8d0
MC
205332003-11-05 Michael Chastain <mec@shout.net>
20534
20535 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
20536
6ef88553
KW
205372003-11-03 Kris Warkentin <kewarken@qnx.com>
20538
20539 * gdb.arch/gdb1291.c: New test file.
20540 * gdb.arch/gdb1291.exp: New test script.
20541 * gdb.arch/gdb1431.c: New test file.
20542 * gdb.arch/gdb1431.exp: New test script.
20543
ae7dc4d8
MC
205442003-10-22 Michael Chastain <mec@shout.net>
20545
20546 * gdb.mi/pthreads.c: Add copyright notice.
20547
c39d7427
MC
205482003-10-22 Michael Chastain <mec@shout.net>
20549
20550 * gdb.threads/pthreads.c: Add copyright notice.
20551
8b7d96c1
MC
205522003-10-20 Michael Chastain <mec@shout.net>
20553
20554 * gdb.base/gdb1056.exp: New test script.
20555
d1d69fdd
DJ
205562003-10-13 Daniel Jacobowitz <drow@mvista.com>
20557
20558 * gdb.threads/killed.exp: Use gdb_run_cmd.
20559
7d605576
DJ
205602003-10-13 Daniel Jacobowitz <drow@mvista.com>
20561
20562 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
20563 create a core file.
20564 * gdb.threads/gcore-thread.exp: Likewise.
20565
618ec112
CV
205662003-10-13 Corinna Vinschen <vinschen@redhat.com>
20567
20568 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
20569 type, based on char type.
20570 (struct bit_flags_short_t): New bitfield type, based on short type.
20571 (init_bit_flags_char): New fuction.
20572 (init_bit_flags_short): Ditto.
20573 (print_bit_flags_char): Ditto.
20574 (print_bit_flags_short): Ditto.
20575 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
20576
9367a73c
MC
205772003-10-11 Michael Chastain <mec@shout.net>
20578
20579 * gdb.base/call-rt-st.exp: Update copyright year.
20580
1decf120
KI
205812003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
20582
20583 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
20584 * gdb.disasm/sh3.s: Ditto.
20585
5445b2ae
DJ
205862003-10-07 Daniel Jacobowitz <drow@mvista.com>
20587
20588 * gdb.threads/switch-threads.exp: New test.
20589 * gdb.threads/switch-threads.c: New source file.
20590
aec24853
CV
205912003-10-07 Corinna Vinschen <vinschen@redhat.com>
20592
20593 * gdb.base/ending-run.exp: Add sh specific case.
20594
adc7428d
AC
205952003-10-06 Andrew Cagney <cagney@redhat.com>
20596
20597 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
20598 * gdb.disasm/mn10200.exp: Delete obsolete file.
20599
c9d37158
DJ
206002003-09-29 Daniel Jacobowitz <drow@mvista.com>
20601
20602 * ChangeLog: Correct an entry command.exp -> commands.exp.
20603 * gdb.base/commands.exp (bp_deleted_in_command_test)
20604 (temporary_breakpoint_commands): Check noargs.
20605
79c2c32d
DC
206062003-09-25 David Carlton <carlton@kealia.com>
20607
20608 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
20609 of some print tests, where appropriate. Add tests for C::D::cd,
20610 E::ce, F::cXfX, G::XgX.
20611 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
20612
594e6d67
RE
206132003-09-25 Richard Earnshaw <rearnsha@arm.com>
20614
20615 * lib/java.exp (java_init): Import target_alias before using it.
20616
10f0d451
DC
206172003-09-25 David Carlton <carlton@kealia.com>
20618
20619 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
20620
274bcba0
EZ
206212003-09-23 Elena Zannoni <ezannoni@redhat.com>
20622
d63a86f8 20623 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 20624 weirdness.
274bcba0 20625
cdbf20f7
MC
206262003-09-17 Michael Chastain <mec@shout.net>
20627
20628 * gdb.cp/gdb1355.exp: New file.
20629 * gdb.cp/gdb1355.c: New file.
20630
71e06f80
CV
206312003-09-15 Corinna Vinschen <vinschen@redhat.com>
20632
20633 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
20634 * gdb.asm/sh.inc: New file.
20635
5c4e30ca
DC
206362003-09-11 David Carlton <carlton@kealia.com>
20637
bd45b7af
DC
20638 * gdb.cp/namespace.exp: Add tests for namespace types.
20639 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
20640 (test_namespace): New.
20641
1c199746
EZ
206422003-09-11 Elena Zannoni <ezannoni@redhat.com>
20643
a9c64011 20644 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 20645 * gdb.stabs/weird.exp: Ditto.
1c199746 20646
04ed252f
MC
206472003-09-08 Michael Chastain <mec@shout.net>
20648
20649 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
20650
d8a2d9e7
MC
206512003-09-07 Michael Chastain <mec@shout.net>
20652
20653 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
20654 'parse error'.
20655
161afb24
MK
206562003-09-07 Mark Kettenis <m.kettenis@osp.nl>
20657
20658 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
20659
49f2741a
MC
206602003-08-30 Michael Chastain <mec@shout.net>
20661
20662 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
20663 * gdb.gdb/observer.exp: Ditto.
20664 * gdb.gdb/xfullpath.exp: Ditto.
20665
8afa723e
MK
206662003-08-29 Mark Kettenis <kettenis@gnu.org>
20667
20668 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
20669 *-*-*bsd*.
20670
f31dfe3b
JJ
206712003-08-28 Jeff Johnston <jjohnstn@redhat.com>
20672
20673 * gdb.base/dump.exp: Skip for ia64.
20674
4630e498
JJ
206752003-08-25 Jeff Johnston <jjohnstn@redhat.com>
20676
20677 * gdb.asm/asm-source.exp: Add ia64 support.
20678 * gdb.asm/ia64.inc: New file.
20679
1105b7ef
MC
206802003-08-22 Michael Chastain <mec@shout.net>
20681
20682 * gdb.cp: New directory.
20683 * gdb.cp/*: Copy from gdb.c++/*.
20684 * gdb.c++/*: Remove.
20685 * Makefile.in: Change gdb.c++ to gdb.cp.
20686 * configure.in: Ditto.
20687 * configure: Regnerate.
20688
c945b932
MK
206892003-08-18 Mark Kettenis <kettenis@gnu.org>
20690
20691 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
20692 * gdb.arch/i386-prologue.c (gdb1338): Add function.
20693
2b66634b
DJ
206942003-08-17 Daniel Jacobowitz <drow@mvista.com>
20695
20696 * mi-var-display.exp (-var-list-children weird): Accept function
20697 pointers with argument types.
20698 * mi1-var-display.exp (-var-list-children weird): Likewise.
20699 * mi2-var-display.exp (-var-list-children weird): Likewise.
20700
a356f73b
DJ
207012003-08-17 Daniel Jacobowitz <drow@mvista.com>
20702
20703 * gdb.base/annota3.exp: Add missing newline.
20704
483417b8
MC
207052003-08-06 Michael Chastain <mec@shout.net>
20706
20707 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
20708
c99c59c3
MS
207092003-08-12 Michael Snyder <msnyder@redhat.com>
20710
20711 * gdb.base/float.exp: Add test for SH.
20712
55ed7501
MK
207132003-08-10 Mark Kettenis <kettenis@gnu.org>
20714
20715 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
20716
1a371f2e
EZ
207172003-08-07 Elena Zannoni <ezannoni@redhat.com>
20718
20719 * gdb.base/completion.exp: Remove reduntant completion test
20720 on filename.
20721
e0f353ce
EZ
207222003-08-07 Elena Zannoni <ezannoni@redhat.com>
20723
a9c64011
AS
20724 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
20725 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
20726 gdb.trace/save-trace.exp: Make sure that full pathnames are
20727 escaped correctly.
e0f353ce 20728
5710a1af 207292003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 20730
a9c64011
AS
20731 * configure.in: Don't generate config.h from config.hin.
20732 * configure: Regenerate.
20733 * config.hin: Remove file.
20734 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
20735 * gdb.threads/pthreads.c: Ditto.
5710a1af 20736
dcd81ce9
DJ
207372003-08-07 Daniel Jacobowitz <drow@mvista.com>
20738
20739 From Kei Sakamoto <sakamoto.kei@renesas.com>:
20740 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
20741 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
20742 Replace ld24 with seth/add3.
20743
6009d884
AC
207442003-08-02 Andrew Cagney <cagney@redhat.com>
20745
20746 * gdb.base/annota3.exp: New file.
20747 * gdb.base/annota3.c: New file.
20748 * gdb.c++/annota3.exp: New file.
20749 * gdb.c++/annota3.cc: New file.
20750
51514e06
MC
207512003-07-29 Michael Chastain <mec@shout.net>
20752
20753 * gdb.threads/tls.c (spin): Check errno only if sem_wait
20754 actually failed.
20755 (do_pass): Likewise.
20756 * gdb.threads/tls.exp: Always initialize no_of_threads.
20757
4ee6625b
DJ
207582003-07-27 Daniel Jacobowitz <drow@mvista.com>
20759
20760 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
20761 pattern.
20762 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
20763 * gdb.threads/tls.exp: Recognize one case of the host library not
20764 supporting TLS.
20765
225f2bf6
AC
207662003-07-27 Andrew Cagney <cagney@redhat.com>
20767
20768 * gdb.base/fileio.exp: Use SH when running commands using
20769 remote_exec.
20770
bcb27c9f
DJ
207712003-07-24 Daniel Jacobowitz <drow@mvista.com>
20772
20773 From Kei Sakamoto <sakamoto.kei@renesas.com>:
20774 * gdb.base/relocate.c (dummy): New padding array.
20775
3d67be83
MS
207762003-07-22 Michael Snyder <msnyder@redhat.com>
20777
d63a86f8 20778 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
20779
20780 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
20781 patterns to be more general, accepting old and new output.
20782 Some output chars (such as '+') also must be quoted.
d63a86f8 20783 Some addresses are displayed numerically instead of
3d67be83
MS
20784 symbolically.
20785
57ba3b85
MS
207862003-07-23 Michael Snyder <msnyder@redhat.com>
20787
686d097c
MS
20788 * gdb.base/return2.exp: Don't test long-long return.
20789
57ba3b85
MS
20790 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
20791 * gdb.disasm/t01_mov.exp: Ditto.
20792 * gdb.disasm/t02_mova.s: Ditto.
20793 * gdb.disasm/t02_mova.exp: Ditto.
20794 * gdb.disasm/t03_add.s: Ditto.
20795 * gdb.disasm/t03_add.exp: Ditto.
20796 * gdb.disasm/t04_sub.s: Ditto.
20797 * gdb.disasm/t04_sub.exp: Ditto.
20798 * gdb.disasm/t05_cmp.s: Ditto.
20799 * gdb.disasm/t05_cmp.exp: Ditto.
20800 * gdb.disasm/t06_ari2.s: Ditto.
20801 * gdb.disasm/t06_ari2.exp: Ditto.
20802 * gdb.disasm/t07_ari3.s: Ditto.
20803 * gdb.disasm/t07_ari3.exp: Ditto.
20804 * gdb.disasm/t08_or.s: Ditto.
20805 * gdb.disasm/t08_or.exp: Ditto.
20806 * gdb.disasm/t09_xor.s: Ditto.
20807 * gdb.disasm/t09_xor.exp: Ditto.
20808 * gdb.disasm/t10_and.s: Ditto.
20809 * gdb.disasm/t10_and.exp: Ditto.
20810 * gdb.disasm/t11_logs.s: Ditto.
20811 * gdb.disasm/t11_logs.exp: Ditto.
20812 * gdb.disasm/t12_bit.s: Ditto.
20813 * gdb.disasm/t12_bit.exp: Ditto.
20814 * gdb.disasm/t13_otr.s: Ditto.
20815 * gdb.disasm/t13_otr.exp: Ditto.
20816
e00759ef
EZ
208172003-07-22 Elena Zannoni <ezannoni@redhat.com>
20818
20819 * gdb.threads/tls.exp :Add kfail for 'info address' case.
20820
8bc2021f
EZ
208212003-07-22 Elena Zannoni <ezannoni@redhat.com>
20822
a9c64011
AS
20823 * gdb.threads/tls.c : New file.
20824 * gdb.threads/tls.exp : New file.
20825 * gdb.threads/tls-main.c : New file.
20826 * gdb.threads/tls-shared.c : New file.
20827 * gdb.threads/tls-shared.exp : New file.
8bc2021f 20828
89320c4c
AS
208292003-07-22 Andreas Schwab <schwab@suse.de>
20830
20831 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
20832
180dea7c
AS
208332003-07-20 Andreas Schwab <schwab@suse.de>
20834
20835 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
20836 due to insn reordering.
20837
0714963c
AC
208382003-07-15 Andrew Cagney <cagney@redhat.com>
20839
20840 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
20841
98a23b3f
MC
208422003-07-15 Michael Chastain <mec@shout.net>
20843
20844 * gdb.base/gdb1250.exp: New file.
20845 * gdb.base/gdb1250.c: New file.
20846
27e417a2
ML
208472003-07-09 Michal Ludvig <mludvig@suse.cz>
20848
20849 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
20850 expansion of size_t to 'unsigned long', not only to 'unsigned'.
20851
8bc2021f
EZ
208522003-07-09 Elena Zannoni <ezannoni@redhat.com>
20853
a9c64011
AS
20854 * gdb.threads/tls.c: New file.
20855 * gdb.threads/tls.exp: New file.
20856 * gdb.threads/tls-main.c: New file.
20857 * gdb.threads/tls-shared.c: New file.
20858 * gdb.threads/tls-shared.exp: New file.
8bc2021f 20859
d99968dc
EZ
208602003-07-09 Elena Zannoni <ezannoni@redhat.com>
20861
20862 * gdb.base/annota1.exp: Make sure that we properly escape the
20863 full path of the source file. Xfail more permissive patterns,
d63a86f8 20864 due to a compiler debug info problem.
d99968dc 20865
83876b3b
AS
208662003-07-07 Andreas Schwab <schwab@suse.de>
20867
2705e972
AS
20868 * gdb.asm/m68k.inc: New file.
20869 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
20870
83876b3b
AS
20871 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
20872 arguments"): Also match negative number.
20873
20874 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
20875
3a871b37
DJ
208762003-07-03 Daniel Jacobowitz <drow@mvista.com>
20877
20878 * gdb.base/store.c (charest): New typedef.
20879 (add_char): Rename to add_charest, update.
20880 (wack_char): Rename to wack_charest, update types. Return l + r
20881 to keep r live across the call.
20882 (wack_short, wack_int, wack_long, wack_longest, wack_float)
20883 (wack_double, wack_doublest): Return l + r to keep r live across
20884 the call.
20885 * gdb.base/store.exp: Accomodate store.c changes.
20886
b2a7f303
DC
208872003-06-30 David Carlton <carlton@kealia.com>
20888
20889 * gdb.c++/maint.exp (test_invalid_name): New.
20890 (test_first_component): Add tests for invalid names.
20891
3c6cb4a1
MC
208922003-06-29 Michael Chastain <mec@shout.net>
20893
20894 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
20895 output of '<VTT for class>' for virtual base classes.
20896
f1c2644b
DJ
208972003-06-29 Daniel Jacobowitz <drow@mvista.com>
20898
20899 * gdb.base/completion.exp: Tab-complete "complet" instead of
20900 "compl".
20901 * gdb.base/complex.exp, gdb.base/complex.c: New files.
20902
18080350
DJ
209032003-06-29 Daniel Jacobowitz <drow@mvista.com>
20904
20905 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
20906 * gdb.base/volatile.exp: Likewise.
20907
f56973f8
DJ
209082003-06-29 Daniel Jacobowitz <drow@mvista.com>
20909
20910 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
20911 gdb/1265.
20912
209132003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
20914 Daniel Jacobowitz <drow@mvista.com>
20915
20916 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
20917 initial line count of 'captured_main' from 26 to 32.
20918 (test_with_self): Allow xmalloc call to be interleaved with the
20919 preceding two lines.
20920
e766d4d6
JB
209212003-06-24 Joel Brobecker <brobecker@gnat.com>
20922
20923 * gdb.base/bang.exp: New testcase.
20924
f125c9a4
JB
209252003-06-23 Joel Brobecker <brobecker@gnat.com>
20926
20927 * gdb.base/langs.exp: Add some tests for the "minimal" language
20928 support.
20929
6e25beaf
EZ
209302003-06-23 Elena Zannoni <ezannoni@redhat.com>
20931
20932 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
20933 the testcase.
20934
2f816dda
DJ
209352003-06-22 Daniel Jacobowitz <drow@mvista.com>
20936
20937 * gdb.base/relocate.exp: Test add-symbol-file with a variable
20938 offset.
20939
db5a5748
DJ
209402003-06-22 Daniel Jacobowitz <drow@mvista.com>
20941
20942 * gdb.c++/pr-1210.cc: New file.
20943 * gdb.c++/pr-1210.exp: New file.
20944
1df0c130
DJ
209452003-06-21 Daniel Jacobowitz <drow@mvista.com>
20946
20947 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
20948 000-exec-continue.
20949
a92feac0
MK
209502003-06-15 Mark Kettenis <kettenis@gnu.org>
20951
20952 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
20953 on *-*-*bsd* instead of *-*-freebsd*.
20954
81a58f5b
AC
209552003-06-14 Andrew Cagney <cagney@redhat.com>
20956
20957 * gdb.base/store.exp: Test longest and doublest. Test all
20958 parameters. Weaken return statement match.
20959 * gdb.base/store.c: Add longest and doublest - aka long long and
20960 long double functions. Put all parameters into local register
20961 variables. Use negative values.
20962
b257a0d3
AC
209632003-06-14 Andrew Cagney <cagney@redhat.com>
20964
20965 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
20966 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
20967 exit status.
20968 * gdb.base/fileio.exp: Disable target when nointerrupts and
20969 noinferiorio, instead of limiting it to remote. Use remote_exec
20970 instead of system.
d63a86f8 20971
21c38304
JJ
209722003-06-12 Jeff Johnston <jjohnstn@redhat.com>
20973
20974 * gdb.base/float.exp: Add ia64 support.
20975
1bcdb424
CV
209762003-06-12 Corinna Vinschen <vinschen@redhat.com>
20977
20978 * gdb.base/fileio.exp: Run only on remote targets.
20979
6aeb981f
CV
209802003-06-10 Corinna Vinschen <vinschen@redhat.com>
20981
20982 * gdb.base/fileio.c: New file, testing File-I/O.
20983 * gdb.base/fileio.exp: Ditto.
20984
53df362e
RG
209852003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
20986
20987 * gdb.base/shreloc.exp: New file, check symbol values obtained from
20988 shared objects after relocation at load time (gdb PR/1132).
20989 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 20990 as above, part of the shared object relocation test.
53df362e 20991
ffee1b46
MK
209922003-06-08 Mark Kettenis <kettenis@gnu.org>
20993
b5ca3722
MK
20994 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
20995 fully filled history list.
20996 * gdb.base/gdb_history: New file.
20997
03ed860d
MK
20998 * gdb.base/signals.exp: XFAIL "continue to func1" on
20999 i*86-*-freebsd*.
21000
ffee1b46
MK
21001 * gdb.base/attach.exp: When trying to attach to a nonexistent
21002 process, make it possible to specify the PID based on the target,
21003 and do so for *-*-freebsd*.
21004
d80dbb52
RH
210052003-06-02 Richard Henderson <rth@redhat.com>
21006
21007 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
21008
6dd77b81
RH
210092003-06-02 Richard Henderson <rth@redhat.com>
21010
21011 * gdb.base/selftest.exp: Next over lim_at_start initialization.
21012
f6347e16
RH
210132003-06-02 Richard Henderson <rth@redhat.com>
21014
21015 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
21016
2c161407
DJ
210172003-06-01 Daniel Jacobowitz <drow@mvista.com>
21018
21019 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
21020 of globalvar.
21021
572eb746
MK
210222003-06-01 Mark Kettenis <kettenis@gnu.org>
21023
21024 * gdb.asm/asm-source.exp: Check for memory read errors in
21025 disassembler test on *BSD too.
21026
9e9617a5
RH
210272003-06-01 Richard Henderson <rth@redhat.com>
21028
21029 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
21030 for .frame.
21031 (gdbasm_call): Lose ldgp.
21032 (gdbasm_startup): Add frame information.
21033 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
21034
7b34ad4e
MK
210352003-05-31 Mark Kettenis <kettenis@gnu.org>
21036
21037 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
21038 i?86-*-*.
21039
10059fdf
MK
210402003-05-30 Mark Kettenis <kettenis@gnu.org>
21041
21042 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
21043 FreeBSD.
21044
acf4b816
RH
210452003-05-29 Richard Henderson <rth@redhat.com>
21046
21047 * gdb.asm/alpha.inc: New file.
21048 * gdb.asm/asm-source.exp: Use it.
21049
e9ecd949
JB
210502003-05-29 Jim Blandy <jimb@redhat.com>
21051
21052 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
21053 'core.PID'.
21054
e3e5a4f3
JB
210552003-05-22 Jim Blandy <jimb@redhat.com>
21056
21057 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
21058 backtrace.
d63a86f8 21059
72fe3d25
DC
210602003-05-20 David Carlton <carlton@math.stanford.edu>
21061
21062 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
21063 this time.
21064
58da2eb2
DC
210652003-05-19 David Carlton <carlton@bactrian.org>
21066
21067 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
21068 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
21069
1fcb5155
DC
210702003-05-19 David Carlton <carlton@bactrian.org>
21071
21072 * gdb.c++/namespace.exp: Add namespace scope and anonymous
21073 namespace tests.
21074 Bump copyright date.
21075 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
21076 (main): Call C::D::marker2.
21077 * gdb.c++/namespace1.cc: New file.
21078
85e85163
JJ
210792003-05-14 Jeff Johnston <jjohnstn@redhat.com>
21080
21081 Roland McGrath <roland@redhat.com>
d63a86f8 21082 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
21083 there is no manager thread.
21084
a25fbfec
JJ
210852003-05-08 Jeff Johnston <jjohnstn@redhat.com>
21086
d63a86f8
RM
21087 * gdb.threads/schedlock.exp: Remove assumption that all threads
21088 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
21089 in one of the child threads rather than the main thread.
21090
be375bae
JB
210912003-05-07 Jim Blandy <jimb@redhat.com>
21092
09bf6082
JB
21093 Add support for assembly source testing on the s390x.
21094 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
21095 architecture.
21096 * gdb.asm/s390x.inc: New file.
21097
be375bae
JB
21098 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
21099 succession of 'if' statements.
21100
00905d52
AC
211012003-05-05 Andrew Cagney <cagney@redhat.com>
21102
21103 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
21104
b1e29e33
AC
211052003-05-05 Andrew Cagney <cagney@redhat.com>
21106
21107 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
21108 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
21109
e33d66ec
EZ
211102003-05-02 Elena Zannoni <ezannoni@redhat.com>
21111
21112 * gdb.base/charset.exp: Update based on new behavior of set/show
21113 charset commands.
21114
2b6fd0d8
AC
211152003-05-01 Andrew Cagney <cagney@redhat.com>
21116
21117 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
21118 variable do not give memory errors.
21119
130cacce
AF
211202003-04-30 Adam Fedor <fedor@gnu.org>
21121
21122 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
21123 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
21124 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
21125 gdb.objc/basicclass.m: : New files
21126
21127 * lib/gdb.exp (gdb_compile_objc): New procedure.
21128
bea71854
DJ
211292003-04-27 Daniel Jacobowitz <drow@mvista.com>
21130
21131 * gdb.base/signals.exp: Make backtrace tests more specific.
21132
0f20eeea
DC
211332003-04-23 David Carlton <carlton@bactrian.org>
21134
21135 * gdb.c++/maint.exp (test_first_component): Add tests for
21136 'operator' in more locations.
21137
c8c4d8dc
KB
211382003-04-16 Kevin Buettner <kevinb@redhat.com>
21139
21140 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
21141
3fe60e3c
EZ
211422003-04-16 Elena Zannoni <ezannoni@redhat.com>
21143
21144 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 21145 func marke' instead. Update test name.
3fe60e3c 21146
9219021c
DC
211472003-04-15 David Carlton <carlton@math.stanford.edu>
21148
21149 * gdb.c++/maint.exp: New file.
21150
5dd55bdd
EZ
211512003-04-14 Elena Zannoni <ezannoni@redhat.com>
21152
21153 * gdb.threads/schedlock.c: Change type of thread function argument
21154 to long, to avoid warnings on 64-bit platforms.
21155
00890572
EZ
211562003-04-14 Elena Zannoni <ezannoni@redhat.com>
21157
a9c64011
AS
21158 * gdb.base/attach.exp: Add new message from ptrace in case of
21159 attaching to nonexistent process.
d63a86f8 21160
93201743
JB
211612003-04-11 Jim Blandy <jimb@redhat.com>
21162
21163 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21164 gdb.c++/userdef.cc: Place comments on the lines to which the
21165 marker function might return.
21166 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21167 gdb.c++/userdef.exp: Look for those comments to check that we've
21168 returned to the right place, instead of checking line numbers.
21169
2a11c64d
EZ
211702003-04-11 Elena Zannoni <ezannoni@redhat.com>
21171
a9c64011
AS
21172 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
21173 match on sourcefile name, instead of directory name.
2a11c64d 21174
68ab8fc5
EZ
211752003-04-10 Elena Zannoni <ezannoni@redhat.com>
21176
d63a86f8 21177 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
21178 working directory name.
21179
5624293a
JB
211802003-04-09 Jim Blandy <jimb@redhat.com>
21181
21182 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21183 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
21184 after an inferior function call, report the failure, but allow the
21185 test to continue.
21186
f1f02ee4
SC
211872003-04-05 Stephane Carrez <stcarrez@nerim.fr>
21188
21189 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
21190 with -DPROTOTYPES.
21191
6eb79af0
SC
211922003-04-05 Stephane Carrez <stcarrez@nerim.fr>
21193
21194 * gdb.base/break.exp: Revert last patch.
21195
8dfb4cf0
SC
211962003-04-04 Stephane Carrez <stcarrez@nerim.fr>
21197
21198 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
21199 with -DPROTOTYPES.
21200
ed4c619a
AC
212012003-04-02 Andrew Cagney <cagney@redhat.com>
21202
21203 * gdb.base/callfuncs.exp: Make "print add" messages unique.
21204 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
21205 matching directories by the name breakpoint.
21206 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
21207 Make "continue to marker1" consistent.
21208 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
21209 message consistent.
21210 * lib/gdb.exp: Put "the program is no longer running", and "the
21211 program exited" in parenthesis.
21212 * lib/mi-support.exp: Ditto.
d63a86f8 21213
4e35d5f0 212142003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 21215
4e35d5f0
BR
21216 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
21217
71900fe8
AC
212182003-03-29 Andrew Cagney <cagney@redhat.com>
21219
21220 * gdb.base/sizeof.c (main): Print the value of '\377'.
21221 * gdb.base/sizeof.exp: Check the sign of '\377'.
21222
c0655a16
MC
212232003-03-27 Michael Chastain <mec@shout.net>
21224
21225 * gdb.base/gdb1090.exp: New file.
21226 * gdb.base/gdb1090.cc: New file.
21227
5b2a3989
JB
212282003-03-27 J. Brobecker <brobecker@gnat.com>
21229
21230 * gdb.gdb/observer.exp: New regression test.
21231
79876890
MC
212322003-03-27 Michael Chastain <mec@shout.net>
21233
21234 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
21235 * gdb.base/ptype.exp: Likewise.
21236
6eac95e3
CV
212372003-03-27 Corinna Vinschen <vinschen@redhat.com>
21238
21239 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
21240
e8c71839
MC
212412003-03-26 Michael Chastain <mec@shout.net>
21242
21243 * gdb.base/ptype.exp: Actually use some typedef'd types.
21244
71b10041
SC
212452003-03-21 Stephane Carrez <stcarrez@nerim.fr>
21246
21247 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
21248 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
21249
2512cf80
CV
212502003-03-20 Corinna Vinschen <vinschen@redhat.com>
21251
21252 * gdb.base/default.exp: Fix regular expression.
21253
0d195a4f
CV
212542003-03-20 Corinna Vinschen <vinschen@redhat.com>
21255
21256 * gdb.base/args.exp: Fix regular expression.
21257
8a2dbca8
CV
212582003-03-20 Corinna Vinschen <vinschen@redhat.com>
21259
21260 * gdb.base/help.exp: Allow Win32 child process.
21261
bf028682
CV
212622003-03-20 Corinna Vinschen <vinschen@redhat.com>
21263
21264 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
21265 when stepping out of main().
21266
182dbe85
CV
212672003-03-20 Corinna Vinschen <vinschen@redhat.com>
21268
21269 * gdb.base/default.exp: Check for win32 specific message when calling
21270 "run" without executable.
21271
d67a6ba5
CV
212722003-03-20 Corinna Vinschen <vinschen@redhat.com>
21273
21274 * gdb.base/args.exp: Expect .exe in output.
21275
a955b5bb
CV
212762003-03-20 Corinna Vinschen <vinschen@redhat.com>
21277
21278 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
21279 Cygwin native.
21280
bf6bad4b
AC
212812003-03-17 Andrew Cagney <cagney@redhat.com>
21282
21283 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
21284 vector registes.
21285 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
21286 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
21287
293e9a31
DC
212882003-03-17 David Carlton <carlton@math.stanford.edu>
21289
21290 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
21291 test, for PR breakpoints/38.
21292 Call test_watchpoint_and_breakpoint.
21293 * gdb.base/watchpoint.c (func3): New function.
21294 (main): Call func3.
21295
5330f2db
DC
212962003-03-04 David Carlton <carlton@math.stanford.edu>
21297
21298 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
21299 Garply<Garply<char> >:: garply".
21300 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
21301 with respect to PR c++/1111; note also PR c++/1113.
21302 (test_template_breakpoints): KFAIL "constructor breakpoint" with
21303 respect to PR c++/1062.
21304 KFAIL "destructor breakpoint" with respect to PR c++/1112.
21305
6ece72da
DC
213062003-03-03 David Carlton <carlton@math.stanford.edu>
21307
21308 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
21309 with respect to PR c++/57.
21310 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
21311 c++/826.
21312 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
21313 respect to PR c++/57.
21314
85ca1584
DC
213152003-03-03 David Carlton <carlton@math.stanford.edu>
21316
21317 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
21318 respect to PR c++/33 into FAILs.
21319
98e9c5b8
MC
213202003-03-03 Michael Chastain <mec@shout.net>
21321
7bedbf27
MC
21322 * configure.in: Update copyright years.
21323
213242003-03-03 Michael Chastain <mec@shout.net>
21325
21326 * Makefile.in: Update copyright years.
98e9c5b8 21327
f683e100
DC
213282003-02-28 David Carlton <carlton@math.stanford.edu>
21329
21330 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
21331 print class instead of struct and/or superfluous protection
21332 specifiers, as long as the resulting output is equivalent to the
21333 source code.
21334 Delete FIXME from end of messages on tests that don't need
21335 fixing.
21336
a9e0cf2c
DC
213372003-02-28 David Carlton <carlton@math.stanford.edu>
21338
21339 * gdb.c++/templates.exp (do_tests): Allow const in the two
21340 Foo<volatile char *>::foo tests.
21341
e8d359df
MS
213422003-02-27 Michael Snyder <msnyder@redhat.com>
21343
d63a86f8 21344 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
21345 will be consistant.
21346
0b71dc91
DC
213472003-02-26 David Carlton <carlton@math.stanford.edu>
21348
21349 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
21350 char *>::foo" test with respect to PR c++/33. Create a new test
21351 which is identical to that one except that it doesn't put the
21352 space between the "char" and the "*"; KFAIL it, too.
21353
dd14ab43
DC
213542003-02-26 David Carlton <carlton@math.stanford.edu>
21355
21356 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
21357 template types into either PASSes or KFAILs (corresponding to PR
21358 c++/57). Tweak indentation. Update copyright.
21359
1146c7f1
SC
213602003-02-23 Stephane Carrez <stcarrez@nerim.fr>
21361
21362 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
21363
74641dfb
MC
213642003-02-13 Michael Chastain <mec@shout.net>
21365
21366 * gdb.base/exprs.exp: Remove i960 remnants.
21367 * gdb.base/funcargs.exp: Likewise.
21368 * gdb.base/list.exp: Likewise.
21369 * gdb.base/ptype.exp: Likewise.
21370
559cd2d0
DC
213712003-02-14 David Carlton <carlton@math.stanford.edu>
21372
21373 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
21374 pEe->D::vg()" from XFAIL to KFAIL.
21375
c4f90d87
JM
213762003-02-13 Jason Molenda (jmolenda@apple.com)
21377
21378 * gdb.base/maint.exp: Update maint print statistics regexp to include
21379 new entries.
21380
cbc4d97c
MC
213812003-02-13 Michael Chastain <mec@shout.net>
21382
21383 * gdb.c++/inherit.exp: Remove call to get_debug_format.
21384
40f235b7
MC
213852003-02-12 Michael Chastain <mec@shout.net>
21386
21387 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
21388 * gdb.c++/inherit.exp: Likewise.
21389 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
21390 * gdb.c++/templates.exp: Likewise.
21391 * gdb.c++/virtfunc.exp: Likewise.
21392
c56716b0
JM
213932003-02-06 Jason Molenda (jason-cl@molenda.com)
21394
21395 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
21396 why the code is written that way.
21397
070afcf8
MC
213982003-02-05 Michael Chastain <mec@shout.net>
21399
21400 * gdb.base/dump.exp: Add missing copyright line.
21401
5d0331e5
JM
214022003-02-05 Jason Molenda (jason-cl@molenda.com)
21403
f7ae6d3e 21404 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
21405 at the beginning so the breakpoint doesn't get set on the loop.
21406
92851186
MC
214072003-02-05 Michael Chastain <mec@shout.net>
21408
21409 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
21410 output for configurations with gcc 2.95.3.
21411
cbf1e085
AC
214122003-02-05 Keith Seitz <keiths@redhat.com>
21413 Andrew Cagney <ac131313@redhat.com>
21414
21415 * gdb.mi/mi-cli.exp: New file.
d63a86f8 21416
29518e1e
MC
214172003-02-04 Michael Chastain <mec@shout.net>
21418
21419 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
21420 Call perror and then continue.
21421
5af1d5f3
MC
214222003-02-03 Michael Chastain <mec@shout.net>
21423
21424 * gdb.c++/pr-1023.cc: New file.
21425 * gdb.c++/pr-1023.exp: New file.
21426
6b549786
JB
214272003-02-05 Jim Blandy <jimb@redhat.com>
21428
21429 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
21430 it's local to foobar. Check for it there, and check that it's not
21431 present in main.
21432 * gdb.c++/local.cc (marker2): New function.
21433 (foobar): Call marker1.
21434 (main): Call marker2 instead of marker1.
21435
67f16606
AC
214362003-02-04 Andrew Cagney <ac131313@redhat.com>
21437
21438 * gdb.disasm/mn10200.exp: Obsolete file.
21439 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
21440 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
21441 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
21442
1c5cb38e
DC
214432003-02-04 David Carlton <carlton@math.stanford.edu>
21444
21445 * gdb.c++/overload.exp: Test intToChar(1).
21446 * gdb.c++/overload.cc (intToChar): New.
21447 (main): Call intToChar.
21448
d1fe6965
DC
214492003-02-03 David Carlton <carlton@math.stanford.edu>
21450
21451 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
21452 'might_kfail' arg.
21453 KFAIL some of the continue_to_bp_overloaded calls, according to
21454 PR c++/1025.
21455
9ba61c5d
MC
214562003-02-01 Michael Chastain <mec@shout.net>
21457
21458 * gdb.base/advance.c (marker1): New marker function.
21459 * gdb.base/advance.exp: When the 'advance' command lands on the
21460 return breakpoint, it can legitimately stop on either the
21461 current line or the next line. Accommodate both outcomes.
21462 * gdb.base/until.exp: Likewise.
21463
e7494ffb
AC
214642003-02-02 Andrew Cagney <ac131313@redhat.com>
21465
21466 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
21467 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
21468 now a list, not a tuple.
21469 * gdb.mi/mi-var-display.exp: Ditto.
21470 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 21471
075559bc
AC
214722003-02-01 Andrew Cagney <ac131313@redhat.com>
21473
21474 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
21475 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
21476 stack backtraces.
21477 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 21478
2bd4c7b1
MK
214792003-02-01 Mark Kettenis <kettenis@gnu.org>
21480
21481 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
21482 gdb.mi/mi1-pthreads.exp: Return instead of calling
21483 gdb_suppress_entire_file.
21484
eabd8992
MS
214852003-02-01 Mark Salter <msalter@redhat.com>
21486
21487 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
21488
71469e2f
MS
214892003-01-31 Mark Salter <msalter@redhat.com>
21490
21491 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
21492 Support empty arg.
21493
38a94d44
MC
214942003-01-30 Michael Chastain <mec@shout.net>
21495
21496 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
21497 This was a workaround for a UTF-8 bug in readline 4.3. The bug
21498 has been fixed in gdb/readline on 2003-01-09.
21499
19ea9e73
MS
215002003-01-29 Michael Snyder <msnyder@redhat.com>
21501
e8d359df
MS
21502 * gdb.base/maint.exp: Allow for leading underscore in symbol.
21503 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
21504 * gdb.base/args.exp: Skip if target does not support args passing.
21505
2307bd6a
DJ
215062003-01-22 Daniel Jacobowitz <drow@mvista.com>
21507
19ea9e73 21508 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
21509 gdb_test. Accept a list of expect arguments as the third
21510 parameter.
21511 (gdb_test): Use it.
21512
f2dd3617
EZ
215132003-01-20 Elena Zannoni <ezannoni@redhat.com>
21514
21515 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
21516 allow for different test tree configurations. Update some
21517 tescases accordingly.
21518 * gdb.arch/altivec-regs.exp: Ditto.
21519 * gdb.asm/asm-source.exp: Ditto.
21520 * gdb.base/advance.exp: Ditto.
21521 * gdb.base/display.exp: Ditto.
d63a86f8 21522 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
21523 * gdb.base/mips_pro.exp: Ditto.
21524 * gdb.base/overlays.exp: Ditto.
21525 * gdb.base/relocate.exp: Ditto.
21526 * gdb.base/setshow.exp: Ditto.
21527 * gdb.base/step-line.exp: Ditto.
21528 * gdb.base/step-test.exp: Ditto.
21529 * gdb.base/until.exp: Ditto.
21530 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
21531
c71cdefd
DC
215322003-01-17 David Carlton <carlton@math.stanford.edu>
21533
21534 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
21535 corresponding to PR c++/945.
21536 Update copyright.
21537
fdba05d7
DC
215382003-01-17 David Carlton <carlton@math.stanford.edu>
21539
21540 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
21541 corresponding to PR c++/68.
21542
215432003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
21544
21545 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
21546 (test_paddr_hairy_functions): Call print_addr_2_kfail for
21547 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
21548
c362c33a
EZ
215492003-01-15 Elena Zannoni <ezannoni@redhat.com>
21550
0fbc361c
EZ
21551 * gdb.base/break.exp: Fix change of default location, because of
21552 removal of until tests.
21553 * gdb.base/help.exp: Update test for new 'until' help message.
21554 Add test for help on 'advance'.
a9c64011 21555 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 21556
dabf8a35
MK
215572003-01-15 Mark Kettenis <kettenis@gnu.org>
21558
21559 * gdb.base/default.exp: Adapt "info float" test for recent changes
21560 to that command. Add test for "info vector".
21561 * gdb.base/float.exp: New file. Add test for "info float" that
21562 resembles the old test in gdb.base/default.exp.
21563
a1769aca
DC
215642003-01-15 David Carlton <carlton@math.stanford.edu>
21565
21566 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
21567
82025e13
EZ
215682003-01-15 Elena Zannoni <ezannoni@redhat.com>
21569
21570 * gdb.base/break.exp: Move the tests of until command from here...
21571 * gdb.base/until.exp: ... to here. New file. Add other tests.
21572 * gdb.base/advance.c: New file.
21573 * gdb.base/advance.exp: New file.
21574
8f9ab801
EZ
215752003-01-14 Elena Zannoni <ezannoni@redhat.com>
21576
a9c64011
AS
21577 * gdb.base/args.c: New file.
21578 * gdb.base/args.exp: New file.
8f9ab801 21579
9ae66589
DJ
215802003-01-14 Daniel Jacobowitz <drow@mvista.com>
21581
21582 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
21583
8d77e5c3
DJ
215842003-01-14 Daniel Jacobowitz <drow@mvista.com>
21585
21586 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
21587
12d2f0a1
DJ
215882003-01-14 Daniel Jacobowitz <drow@mvista.com>
21589
21590 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
21591 dates.
21592
6ca37014
DJ
215932003-01-13 Daniel Jacobowitz <drow@mvista.com>
21594
21595 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
21596
b0023472
DJ
215972003-01-13 Daniel Jacobowitz <drow@mvista.com>
21598
21599 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
21600 (ptype &*"foo").
21601 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
21602
607fbc54 216032003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
21604
21605 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
21606 * gdb.mi/mi1-console.exp: Likewise.
21607
607fbc54 216082003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
21609
21610 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
21611 * gdb.mi/mi1-console.exp: Likewise.
21612
a1fb14a2
DJ
216132003-01-13 Daniel Jacobowitz <drow@mvista.com>
21614
21615 * gdb.c++/overload.exp: Remove some fixed XFAILs.
21616
c4cf40b7
DJ
216172003-01-09 Daniel Jacobowitz <drow@mvista.com>
21618
21619 * gdb.base/detach.exp: New test.
21620
696d5a5b
DJ
216212003-01-09 Daniel Jacobowitz <drow@mvista.com>
21622
21623 * Makefile.in (ALL_SUBDIRS): New variable.
21624 (subdirs, clean, distclean): Use it.
21625 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
21626 regenerating Makefile, since it is generated from the top level.
21627 * gdb.asm/Makefile.in: Likewise.
21628 * gdb.base/Makefile.in: Likewise.
21629 * gdb.c++/Makefile.in: Likewise.
21630 * gdb.disasm/Makefile.in: Likewise.
21631 * gdb.java/Makefile.in: Likewise.
21632 * gdb.mi/Makefile.in: Likewise.
21633 * gdb.threads/Makefile.in: Likewise.
21634 * gdb.trace/Makefile.in: Likewise.
21635
754533e4
DC
216362003-01-09 David Carlton <carlton@math.stanford.edu>
21637
21638 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
21639 Add copyright year 2003.
21640
d8b3e9ee
MC
216412003-01-06 Michael Chastain <mec@shout.net>
21642
21643 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
21644 When selecting a thread, 'line' and 'file' are optional.
21645 * gdb.mi/mi1-pthreads.exp: Likewise.
21646
8e9e0fe6
AS
216472003-01-06 Andreas Schwab <schwab@suse.de>
21648
21649 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
21650 failures.
21651
b5ab8ff3
DJ
216522003-01-04 Daniel Jacobowitz <drow@mvista.com>
21653
21654 Fix PR gdb/844
21655 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
21656 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
21657
21658 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
21659 instead of calling gdb_suppress_entire_file.
21660 * gdb.threads/print-threads.exp: Likewise.
21661 * gdb.threads/schedlock.exp: Likewise.
21662
21663 * gdb.threads/killed.exp: Return instead of calling
21664 gdb_suppress_entire_file.
21665 * gdb.threads/linux-dp.exp: Likewise.
21666 * gdb.threads/pthreads.exp: Likewise.
21667
1e698235
DJ
216682003-01-04 Daniel Jacobowitz <drow@mvista.com>
21669
21670 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
21671 stabs.
21672 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
21673 * gdb.base/whatis.exp: Always allow (void) after function names.
21674
147ff08c
DJ
216752003-01-04 Daniel Jacobowitz <drow@mvista.com>
21676
21677 * gdb.c++/casts.exp: Correct regexp.
21678
dc62bfc2
MK
216792003-01-04 Mark Kettenis <kettenis@gnu.org>
21680
21681 * configure.in: Call AC_CONFIG_HEADER. Don't call
21682 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
21683 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
21684 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
21685 aforementioned directories in the AC_OUPUT call.
21686 * config.hin: New file.
21687 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
21688 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
21689 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
21690 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
21691 pass -I$objdir instead of -I$objdir/$subdir in compilation.
21692 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
21693 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
21694 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
21695 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
21696 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
21697 gdb.threads/configure.in, gdb.threads/configure,
21698 gdb.threads/config.in, gdb.trace/configure.in,
21699 gdb.trace/configure: Removed.
21700
77afa639
MC
217012003-01-03 Michael Chastain <mec@shout.net>
21702
21703 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
21704 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
21705
7634bb6e
DJ
217062003-01-03 Daniel Jacobowitz <drow@mvista.com>
21707
21708 * gdb.base/store.exp: Fix regular expressions.
21709
b39c905e
MK
217102002-12-28 Mark Kettenis <kettenis@gnu.org>
21711
21712 * configure.in: Rewrite.
21713 * configure: Regenerated.
21714
0a8551dd
DC
217152003-01-03 David Carlton <carlton@math.stanford.edu>
21716
21717 * gdb.base/psymtab.exp: New file.
21718 * gdb.base/psymtab1.c: Ditto.
21719 * gdb.base/psymtab2.c: Ditto.
21720
c60b7188
AF
217212002-12-23 Adam Fedor <fedor@gnu.org>
21722
21723 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
21724
ee73db83
DC
217252002-12-23 David Carlton <carlton@math.stanford.edu>
21726
21727 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
21728 and current_directory initialization.
21729
d6c1774e
JB
217302002-12-22 Jim Blandy <jimb@redhat.com>
21731
f0a847b8
JB
21732 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
21733 rather than as part of the output file name.
21734
d6c1774e
JB
21735 * gdb.base/attach.exp: There's no need to copy the test program to
21736 /tmp; that was only ever necessary on HP/UX, and this test is
21737 entirely disabled there anyway.
21738
f0708dbb
JB
217392002-12-21 Jim Blandy <jimb@redhat.com>
21740
4c2acfea
JB
21741 * gdb.c++/psmang.exp: Doc fix.
21742
f0708dbb
JB
21743 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
21744 test.
21745
9579e000
DC
217462002-12-20 David Carlton <carlton@math.stanford.edu>
21747
21748 * gdb.c++/annota2.exp: KFAIL annotate-quit.
21749
d1810171
MC
217502002-12-18 Michael Chastain <mec@shout.net>
21751
21752 * gdb.c++/annota2.exp: Add copyright year 2002.
21753
76565097
DC
217542002-12-17 David Carlton <carlton@math.stanford.edu>
21755
21756 * gdb.c++/try_catch.cc: Add marker comments.
21757 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
21758 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
21759 * gdb.c++/m-static.cc: Ditto.
21760 * gdb.c++/m-static1.cc: Ditto.
21761 * gdb.c++/try_catch.cc: Ditto.
21762
da81390b
JJ
217632002-12-16 Jeff Johnston <jjohnstn@redhat.com>
21764
21765 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
21766 to see whether we are using the new -environment-directory
21767 command which resets via -r or the old version of the command
21768 which may prompt the user. Part of fix for gdb/741.
21769
b304d130
AC
217702002-12-13 Andrew Cagney <ac131313@redhat.com>
21771
21772 * gdb.fortran/types.exp: Update obsolete comment.
21773 * gdb.fortran/exprs.exp: Ditto.
21774 * lib/gdb.exp: Delete obsolete code.
21775 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
21776 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
21777 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
21778 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
21779 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
21780 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
21781 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
21782 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
21783 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
21784 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
21785 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
21786 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
21787 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
21788 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
21789 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
21790 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
21791 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
21792 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
21793 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
21794 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
21795 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
21796 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
21797 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
21798 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
21799 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
21800 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
21801 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
21802 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
21803 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
21804 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
21805 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
21806 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
21807 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
21808 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
21809 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
21810 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
21811 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
21812
a23b6e6a
DC
218132002-12-11 David Carlton <carlton@math.stanford.edu>
21814
21815 * gdb.c++/m-data.exp: Add test for members that shadow global
21816 variables: see PR gdb/804.
21817 * gdb.c++/m-data.cc: Ditto.
21818
6604731b
DJ
218192002-12-10 Daniel Jacobowitz <drow@mvista.com>
21820
21821 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
21822
de46ecd7
DC
218232002-12-06 David Carlton <carlton@math.stanford.edu>
21824
21825 * gdb.base/store.c: Don't declare functions static.
21826
27e829d0
AC
218272002-12-04 Andrew Cagney <ac131313@redhat.com>
21828
21829 * gdb.base/store.exp, gdb.base/store.c: New files.
21830
92806416
DJ
218312002-12-03 Daniel Jacobowitz <drow@mvista.com>
21832
21833 * gdb.base/selftest.exp: Update for current gdb.
21834
3bcbaac5
DJ
218352002-12-03 Daniel Jacobowitz <drow@mvista.com>
21836
21837 * gdb.base/maint.exp: Only dump symbols from one source file
21838 or objfile.
21839
f4f00b1f
DJ
218402002-12-03 Daniel Jacobowitz <drow@mvista.com>
21841
21842 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
21843 function call.
21844
f1c8a949
JB
218452002-11-25 Jim Blandy <jimb@redhat.com>
21846
21847 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
21848 function appearing in error message.
21849
9e297a97
DJ
218502002-11-21 Daniel Jacobowitz <drow@mvista.com>
21851
21852 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
21853
1f312e79
JJ
218542002-11-08 Jeff Johnston <jjohnstn@redhat.com>
21855
d63a86f8
RM
21856 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
21857 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
21858 should be in mi console format. This is part of fix for PR gdb/604.
21859
83c31e7d
FN
218602002-09-18 Fernando Nasser <fnasser@redhat.com>
21861
21862 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
21863 which explicitly prints the zero offset as "+0".
21864
322b3f65
DJ
218652002-10-22 Daniel Jacobowitz <drow@mvista.com>
21866
21867 * gdb.threads/schedlock.c (args): Make unsigned.
21868
218692002-10-21 Daniel Jacobowitz <drow@mvista.com>
21870
21871 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
21872 numbers. Allow "foo2|selected stack frame".
21873 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
21874 * gdb.asm/asmsrc2.s: Likewise.
21875 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
21876 comments.
21877 * gdb.asm/mips.inc: New file.
21878
5e2fe5b8
AF
218792002-10-18 Adam Fedor <fedor@gnu.org>
21880
21881 * gdb.base/default.exp: Update expected output to include 'ObjC'.
21882 * gdb.base/help.exp: Likewise.
21883
abe1a5d0
KB
218842002-10-17 Kevin Buettner <kevinb@redhat.com>
21885
21886 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
21887 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
21888
10abb1d4
JB
218892002-10-02 Jim Blandy <jimb@redhat.com>
21890
21891 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
21892
1f609b42
AC
218932002-10-01 Andrew Cagney <ac131313@redhat.com>
21894
21895 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
21896 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
21897 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
21898 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
21899 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
21900 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
21901 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
21902
0aee02e4
AC
219032002-09-29 Andrew Cagney <ac131313@redhat.com>
21904
21905 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
21906 * mi0-disassemble.exp, mi0-eval.exp: Delete.
21907 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
21908 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
21909 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
21910 * mi0-var-block.exp, mi0-var-child.exp: Delete.
21911 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 21912
6fde09ad
KB
219132002-09-27 Kevin Buettner <kevinb@redhat.com>
21914
21915 * gdb.base/annota1.exp (info break): Make directory components of
21916 path optional since not all compilers emit this debug information.
21917
889bf7c5
PA
21918 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
21919 step ends up stepping out of the function instead of stopping on
21920 the epilogue.
6fde09ad 21921
9e8aab75
KS
219222002-09-26 Keith Seitz <keiths@redhat.com>
21923
21924 * lib/insight-support.exp (gdbtk_start): Figure out where
21925 the insight executable is based on where gdb is. Use this
21926 executable to start insight instead of gdb.
21927
e36180d7
AC
219282002-09-25 Andrew Cagney <cagney@redhat.com>
21929
21930 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
21931
9dd34b2b
AC
219322002-09-24 Andrew Cagney <ac131313@redhat.com>
21933
21934 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
21935 test_isolated_complaints.
21936 (test_empty_complaint): New function.
21937 (test_empty_complaints): New function. Check no output when no
21938 complaints.
d63a86f8 21939
dea97812
KB
219402002-09-19 Jim Blandy <jimb@redhat.com>
21941
a9c64011 21942 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 21943
54951bd7
AC
219442002-09-19 Andrew Cagney <ac131313@redhat.com>
21945
21946 * gdb.gdb/complaints.exp: New file.
21947
dec43320
AC
219482002-09-18 Andrew Cagney <ac131313@redhat.com>
21949
21950 * gdb.base/maint.exp: Check `help maint internal-warning'.
21951
e70d6e3f
DC
219522002-09-18 David Carlton <carlton@math.stanford.edu>
21953
21954 * gdb.c++/m-static.exp: Remove breakpoints depending on line
21955 numbers, and replace them by a single breakpoint after the
21956 constructors are all finished.
21957 Add test 4.
21958 * gdb.c++/m-static.cc: Add test 4.
21959 * gdb.c++/m-static.h: New file.
21960 * gdb.c++/m-static1.cc: New file.
21961
21962 * gdb.c++/printmethod.exp: New file.
21963 * gdb.c++/printmethod.cc: New file.
21964
21965 * gdb.c++/pr-574.exp: New file.
21966 * gdb.c++/pr-574.cc: New file.
21967
afb5c968
CV
219682002-09-18 Corinna Vinschen <vinschen@redhat.com>
21969
21970 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
21971 embedded targets which never actually exit.
21972
31e45dee
FN
219732002-09-18 Fernando Nasser <fnasser@redhat.com>
21974
21975 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
21976 "don't step after run" as unresolved or unsupported, instead of xfail.
21977
a283c5a1
CV
219782002-09-18 Corinna Vinschen <vinschen@redhat.com>
21979
21980 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
21981 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
21982 Add newline to expected string in "step out of main (status wrapper)"
21983 case.
21984
11350d2a
CV
219852002-09-18 Corinna Vinschen <vinschen@redhat.com>
21986
21987 * lib/gdb.exp (rerun_to_main): Allow restarting application.
21988 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
21989
0deec7d6
TT
219902002-09-17 Tom Tromey <tromey@redhat.com>
21991
21992 * gdb.base/printcmds.exp (test_print_string_constants): Expect
21993 \000, not \0, in double-quoted string.
21994
b2b4a1b5
CV
219952002-09-14 Corinna Vinschen <vinschen@redhat.com>
21996
c9d37158 21997 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
21998 string after running the commands execution on breakpoint tests.
21999
1c56143a
CV
220002002-09-13 Corinna Vinschen <vinschen@redhat.com>
22001
22002 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
22003
37f8da45
JB
220042002-09-12 Joel Brobecker <brobecker@gnat.com>
22005
22006 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
22007
08b468e0
KS
220082002-09-10 Keith Seitz <keiths@redhat.com>
22009
22010 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
22011 runto proc.
22012 (mi_run_to_main): Use mi_runto.
22013 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
22014
dc360f58
KS
220152002-09-10 Keith Seitz <keiths@redhat.com>
22016
22017 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
22018 regexp for stopping at main. Could have multiple event notifications.
22019 Don't assume that main was declared with no parameters.
22020 (mi_next): Use mi_step_to.
22021 (mi_step): Use mi_next_to.
22022
ce3abcfb
CV
220232002-09-09 Corinna Vinschen <vinschen@redhat.com>
22024
22025 * gdb.base/default.exp: Fix expected string in `info float' test.
22026
d1f5b980
BE
220272002-09-09 Ben Elliston <bje@redhat.com>
22028
22029 * config/mips.exp: Update comments.
22030 * config/mips-idt.exp: Likewise.
22031 * config/nind.exp: Likewise.
22032 * config/slite.exp: Likewise.
22033 * config/sparclet.exp: Likewise.
22034 * config/udi.exp: Likewise.
22035 * config/vx.exp: Likewise.
22036 * config/vxworks29k.exp: Likewise.
22037
2f71430b
JB
220382002-09-05 Jim Blandy <jimb@redhat.com>
22039
22040 * gdb.threads/killed.exp: Fix test failure message.
22041
7ddebc7e
KS
220422002-09-04 Keith Seitz <keiths@redhat.com>
22043
22044 * lib/mi-support.exp: Update copyright.
22045 (mi_gdb_test): Increase the priority of the expected pattern
22046 so that it matches gdb_test.
22047
0ae67eb3
KS
220482002-09-03 Keith Seitz <keiths@redhat.com>
22049
22050 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
22051 Use integer comparison instead of string comparison for testing
22052 whether binary was built.
22053
38fc42c8
JB
220542002-09-03 Jim Blandy <jimb@redhat.com>
22055
22056 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
22057
b6ff0e81
JB
220582002-08-29 Jim Blandy <jimb@redhat.com>
22059
22060 * gdb.threads/pthreads.exp: Move the portable thread compilation
22061 code into a function in lib/gdb.exp, and call that from here.
22062 * lib/gdb.exp (gdb_compile_pthreads): New function.
22063
07c98896
KS
220642002-08-29 Keith Seitz <keiths@redhat.com>
22065
22066 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
22067 expect_out so that callers can get at it.
22068
0312286c
DJ
220692002-08-23 Daniel Jacobowitz <drow@mvista.com>
22070
22071 * gdb.threads/print-threads.c: New file.
22072 * gdb.threads/print-threads.exp: New file.
22073 * gdb.threads/schedlock.c: New file.
22074 * gdb.threads/schedlock.exp: New file.
22075
dd039bc4
EZ
220762002-08-22 Elena Zannoni <ezannoni@redhat.com>
22077
a9c64011
AS
22078 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
22079 not altivec.c.
dd039bc4 22080
1f36144c
MK
220812002-08-17 Mark Kettenis <kettenis@gnu.org>
22082
22083 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
22084 targets. The problem should be fixed now.
22085
16057ec7 220862002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
22087
22088 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
22089 2002-07-24 change that removes final dots from error messages.
22090
3c1499ad
TT
220912002-08-13 Tom Tromey <tromey@redhat.com>
22092
22093 * gdb.base/readline.exp: New file.
22094
a20ce2c3
AC
220952002-08-01 Andrew Cagney <ac131313@redhat.com>
22096
22097 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
22098 supress message.
22099
db034ac5
AC
221002002-08-01 Andrew Cagney <cagney@redhat.com>
22101
22102 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
22103 CHILL_FOR_TARGET and CHILL_LIB.
22104 * configure.in (configdirs): Remove gdb.chill.
22105 * configure: Regenerate.
22106 * lib/gdb.exp: Obsolete references to chill.
22107 * gdb.fortran/types.exp: Ditto.
22108 * gdb.fortran/exprs.exp: Ditto.
22109
3e000b18
KB
221102002-07-30 Kevin Buettner <kevinb@redhat.com>
22111
22112 * gdb.base/shlib-call.exp (additional_flags): Conditionally
22113 set Irix-specific compile and link flags.
22114
28f4966b
KB
221152002-07-29 Kevin Buettner <kevinb@redhat.com>
22116
22117 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
22118 source files. The ``-o'' option doesn't work with the ``-E'' option
22119 when using the Irix compiler.
22120
46c0d5a6
DJ
221212002-07-19 Daniel Jacobowitz <drow@mvista.com>
22122
22123 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
22124 Improve support for reusing an exec file. Copy exec file
22125 to target, and run gdbserver on the target instead of on the host.
22126
eecf4bed
JB
221272002-07-18 Jim Blandy <jimb@redhat.com>
22128
0f815cdf
JB
22129 * gdb.base/ending-run.exp: Don't expect to see the program end in
22130 some orderly fashion when we're running on a real stand-alone
22131 board.
22132
eecf4bed
JB
22133 * gdb.base/interrupt.exp: Correct logic for skipping tests on
22134 targets that don't support interrupts.
22135
52d309e4
JB
221362002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
22137
22138 * gdb.base/attach.exp: Add patterns to match output from /proc-based
22139 systems.
22140 Move comments in expect statements to inside the actions, so that they
22141 don't get matched against.
22142
ff683d9e
MK
221432002-07-10 Mark Kettenis <kettenis@gnu.org>
22144
22145 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
22146 function when asleep" test.
22147
b5356753
AC
221482002-07-10 Andrew Cagney <ac131313@redhat.com>
22149
22150 * gdb.base/page.exp: Rewrite to handle problems with very long
22151 `info set' output. Update copyright.
22152
6aa4d13a
AC
221532002-06-26 Andrew Cagney <ac131313@redhat.com>
22154
22155 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
22156 gdb.threads-hp.
22157 * gdb.hp/configure: Regenerate.
22158 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
22159 * gdb.hp/gdb.threads-hp/configure: Delete file.
22160 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
22161
8cf8c2b8
AC
221622002-06-22 Andrew Cagney <ac131313@redhat.com>
22163
22164 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
22165 setlocale, bindtextdomain and textdomain.
22166
6827a8f8
JB
221672002-06-11 Jim Blandy <jimb@redhat.com>
22168
919d772c
JB
22169 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
22170 preprocessor macro information is present.
22171
6827a8f8
JB
22172 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
22173 tests.
22174
c15b0d21
MS
221752002-06-06 Michael Snyder <msnyder@redhat.com>
22176
c5984d70
MS
22177 * gdb.base/overlays.exp: Record addresses of overlay
22178 functions in TCL variables rather than in GDB variables,
22179 to avoid having GDB convert them to pointers (with loss
22180 of information).
22181
d63a86f8 22182 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 22183 default linker script changes.
c15b0d21
MS
22184 * gdb.base/long_long.exp: Add check for sizeof (long double).
22185
be26fe0d
ML
221862002-06-06 Michal Ludvig <mludvig@suse.cz>
22187
22188 * gdb.asm/asm-source.exp: Add x86-64 target.
22189 * gdb.asm/x86_64.inc: New.
d63a86f8 22190
258093ca 221912002-05-30 Michael Chastain <mec@shout.net>
258093ca 22192
4b3153f1 22193 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
22194 * gdb.c++/m-static.cc: New file.
22195 * gdb.c++/m-static.exp: New file.
22196
241264c6
MS
221972002-05-28 Michael Snyder <msnyder@redhat.com>
22198
22199 * gdb.base/call-ar-st.exp: Allow for reduced floating point
22200 precision.
22201
9bba8c8f 222022002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 22203
4b3153f1 22204 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
22205 * gdb.c++/m-data.cc: New file.
22206 * gdb.c++/m-data.exp: New file.
22207
222082002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 22209
4b3153f1 22210 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 22211 * gdb.c++/try_catch.cc: New file.
d63a86f8 22212 * gdb.c++/try_catch.exp: New file.
9bba8c8f 22213
def1b996
MC
222142002-05-27 Michael Chastain <mec@shout.net>
22215
22216 * gdb.c++/local.exp: Accept more nested types in output.
22217
522ba268
MC
222182002-05-26 Michael Chastain <mec@shout.net>
22219
22220 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
22221
277254ba
MS
222222002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
22223
22224 * lib/gdb.exp (gdb_wrapper_init): Just because
22225 gdb_wrapper_file exists, this does not mean that the file
22226 should not be rebuilt. That is what gdb_wrapper_initialized
22227 is for.
22228 (default_gdb_init): Reset gdb_wrapper_initialized.
22229
b61a8733
MS
222302002-05-23 Michael Snyder <msnyder@redhat.com>
22231
d63a86f8 22232 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
22233 the precision of the floating point test results.
22234 * gdb.base/call-rt-st.exp: Ditto.
22235
b61a8733
MS
22236 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
22237 * gdb.base/call-rt-st.exp: Ditto.
22238
56f6e910
MC
222392002-05-19 Michael Chastain <mec@shout.net>
22240
22241 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
22242
ad0b0016
EZ
222432002-05-19 Elena Zannoni <ezannoni@redhat.com>
22244
a9c64011
AS
22245 * configure.in (configdirs): Add gdb.arch.
22246 * configure: Regenerate.
ad0b0016 22247
f617d2b6
JB
222482002-05-17 Jim Blandy <jimb@redhat.com>
22249
22250 * gdb.base/completion.exp: Recognize the more detailed error
22251 messages produced by the macro expander's lexical analyzer.
22252
eac2a696
EZ
222532002-05-14 Elena Zannoni <ezannoni@redhat.com>
22254
a9c64011
AS
22255 * gdb.arch/altivec-abi.c: New file.
22256 * gdb.arch/altivec-abi.exp: New file.
22257 * gdb.arch/altivec-regs.c: New file.
22258 * gdb.arch/altivec-regs.exp: New file.
eac2a696 22259
2fdde8f8
DJ
222602002-05-14 Daniel Jacobowitz <drow@mvista.com>
22261
22262 * gdb.base/maint.exp (maint print type): Update for new type
22263 structure.
d63a86f8 22264
e31f1a7c
EZ
222652002-05-14 Elena Zannoni <ezannoni@redhat.com>
22266
22267 * gdb.arch: New directory.
22268 * gdb.arch/configure.in: New file.
22269 * gdb.arch/configure: New file.
22270 * gdb.arch/Makefile.in: New file.
22271
db589741
CV
222722002-05-13 Corinna Vinschen <vinschen@redhat.com>
22273
22274 * gdb.asm/asm-source.exp: Add v850 as supported target.
22275 * gdb.asm/v850.inc: New file.
22276
8ce2a7dc
DJ
222772002-05-13 Daniel Jacobowitz <drow@mvista.com>
22278
22279 * gdb.c++/annota2.exp (annotate-quit): Add comment.
22280
df763c7f
DJ
222812002-05-12 Daniel Jacobowitz <drow@mvista.com>
22282
22283 * gdb.base/break.exp: Check 'break "marker2"'.
22284
377daeed
MS
222852002-05-10 Michael Snyder <msnyder@redhat.com>
22286
22287 * gdb.base/long_long.exp: Fix typo.
22288
c4b7bc2b
JB
222892002-05-10 Jim Blandy <jimb@redhat.com>
22290
ecac9a4e
JB
22291 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
22292 a bug.
22293
c4b7bc2b
JB
22294 * gdb.base/printcmds.exp (test_integer_literals_rejected):
22295 Recognize more detailed error message produced by the macro
22296 expander's lexical analyzer.
22297 * lib/gdb.exp (test_print_reject): Same.
22298
e71019a1
MK
222992002-05-09 Mark Kettenis <kettenis@gnu.org>
22300
22301 * gdb.c++/method.exp: Fix typo.
22302
fedfc8e6
MS
223032002-05-08 Michael Snyder <msnyder@redhat.com>
22304
166a1957
MS
22305 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
22306 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 22307 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
22308 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
22309 Add iftarget clause for strongarm.
d63a86f8 22310
f1c47eb2
MS
223112002-05-06 Michael Snyder <msnyder@redhat.com>
22312
cb9a9d3e
MS
22313 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
22314 (gdb_continue_to_end): Accept output from status wrapper.
22315 * gdb.base/ending-run.exp: Add case for output from status wrapper.
22316 Clean up fail messages to match pass messages.
22317
f1c47eb2
MS
22318 Enable the "needs_status_wrapper" testsuite feature.
22319 * lib/gdb.exp (gdb_wrapper_init): New procedure.
22320 (gdb_compile): Conditionally call gdb_wrapper_init.
22321 * gdb.base/a2-run.exp: Recognize output from status wrapper.
22322 * gdb.c++/method.exp: Recognize output from status wrapper.
22323
6079c749
BE
223242002-05-06 Ben Elliston <bje@redhat.com>
22325From Graydon Hoare <graydon@redhat.com>
22326
22327 * config/sid.exp: Include support for "rawsid" protocol.
22328
188baff3
JB
223292002-05-03 Jim Blandy <jimb@redhat.com>
22330
22331 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
22332 * gdb.c++/hang3.C: New file.
22333
b9c07f0f
AC
223342002-05-04 Andrew Cagney <ac131313@redhat.com>
22335
22336 * gdb.base/default.exp: Remove obsolete code.
22337 * gdb.c++/misc.exp: Ditto. Update copyright.
22338 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
22339 * gdb.base/whatis.exp: Ditto. Update copyright.
22340 * gdb.base/scope.exp: Ditto. Update copyright.
22341 * gdb.base/ptype.exp: Ditto. Update copyright.
22342 * gdb.base/printcmds.exp: Ditto. Update copyright.
22343 * gdb.base/opaque.exp: Ditto. Update copyright.
22344 * gdb.base/list.exp: Ditto.
22345 * gdb.base/funcargs.exp: Ditto. Update copyright.
22346 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
22347 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
22348 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
22349 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
22350 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
22351 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
22352
5c7a0397
MS
223532002-05-02 Michael Snyder <msnyder@redhat.com>
22354
d6dcc264 22355 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
22356 * gdb.base/long_long.exp: Add xscale target.
22357 * gdb.base/default.exp: Add xscale target.
22358
eb7f1c48
JB
223592002-05-01 Jim Blandy <jimb@redhat.com>
22360
22361 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
22362 gdb.c++/hang.exp: New test.
22363
a6befae8
FF
223642002-05-01 Fred Fish <fnf@redhat.com>
22365
22366 * gdb.base/completion.exp: Handle completions of "./Make" for
22367 more than one completion possibility, as is the case when we
22368 build and test in the source tree.
22369
0a310277
AG
223702002-04-29 Anthony Green <green@redhat.com>
22371
22372 * gdb.java/jmisc1.exp: New file.
22373 * gdb.java/jmisc2.exp: New file.
22374
6ff9af88
DJ
223752002-04-24 Daniel Jacobowitz <drow@mvista.com>
22376
22377 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
22378
96b3d632
EZ
223792002-04-23 Elena Zannoni <ezannoni@redhat.com>
22380
22381 * gdb.base/help.exp: Change 'help status' to allow for target
22382 dependent output differences.
22383
5019bb54
MC
223842002-04-22 Michael Chastain <mec@shout.net>
22385
22386 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
22387
a805a116
MC
223882002-04-22 Michael Chastain <mec@shout.net>
22389
22390 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
22391
a1706bfd
DM
223922002-04-17 David S. Miller <davem@redhat.com>
22393
22394 * gdb.asm/sparc64.inc: New file.
22395 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
22396
a73a20a2
EZ
223972002-04-19 Elena Zannoni <ezannoni@redhat.com>
22398
22399 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
22400 instruction file directly into the build tree. Clean up at end of
22401 test.
22402
ba678339
DM
224032002-04-18 David S. Miller <davem@redhat.com>
22404
22405 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
22406 handle 64-bit platforms correctly.
22407 * gdb.base/maint.exp: Likewise.
22408
b03399da
KB
224092002-04-18 Kevin Buettner <kevinb@redhat.com>
22410
22411 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
22412 ``-fpic'' when compiling files comprising a shared library, but
22413 it does need additional linker flags in order to find shared
22414 libraries at run time.
22415
e2004992
KB
224162002-04-18 Kevin Buettner <kevinb@redhat.com>
22417
22418 * gdb.base/cvexpr.c (use): New function.
22419 (main): Invoke use() on all global variables to prevent
22420 some linkers from deleting these otherwise unused symbols.
22421
d8937120
MC
224222002-04-17 Michael Chastain <mec@shout.net>
22423From David S. Miller <davem@redhat.com>
22424
22425 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
22426 handle 64-bit platforms correctly.
22427
ffd61a58
MS
224282002-04-12 Michael Snyder <msnyder@redhat.com>
22429From Jim Blandy <jimb@redhat.com>
a9c64011 22430 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
22431 script can handle this instead.
22432 * gdb.base/bar.c (barx): Same.
22433 * gdb.base/baz.c (bazx): Same.
22434 * gdb.base/grbx.c (grbxx): Same.
22435
22436 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
22437 manager doesn't automatically unmap overlays unnecessarily.
22438
6b8426a6
MH
224392002-04-10 Martin M. Hunt <hunt@redhat.com>
22440
22441 * gdb.base/ending-run.exp: Fix pattern for Mips targets
22442 stepping out of main.
22443
34af4875
MC
224442002-04-09 Michael Chastain <mec@shout.net>
22445
22446 * gdb.c++/local.cc (main): Move call to marker1() inside nested
22447 scope so that the nested scope tests will make sense.
22448 * gdb.c++/local.exp: Write patterns that actually work with gcc
22449 (the HP patterns "were never known to work with gcc").
22450 Keep the old aCC patterns too.
22451
2d1676a0
DJ
224522002-04-09 Daniel Jacobowitz <drow@mvista.com>
22453
22454 * gdb.base/attach.exp: Correct target board test.
22455
3a63e3f9
MC
224562002-04-08 Michael Chastain <mec@shout.net>
22457
22458 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
22459 in a const method. Add some xfail and fail cases for configurations
22460 that do not emit the "const ...".
22461
f18dabd2
MC
224622002-04-07 Michael Chastain <mec@shout.net>
22463
22464 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
22465 Accept "A * const" and "const A * const" as type of "this".
22466 Fix spelling of getFunky throughout. Make messages uniform.
22467
0fcddd82
EZ
224682002-04-07 Elena Zannoni <ezannoni@redhat.com>
22469
a9c64011 22470 Work around for PR gdb/285:
0fcddd82
EZ
22471 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
22472
16a8534a
EZ
224732002-04-07 Elena Zannoni <ezannoni@redhat.com>
22474
22475 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
22476 instructions file at run time instead of configure time.
22477 Sometimes we run the test in a directory that is not the one we
22478 configured in.
22479 * gdb.asm/configure.in: Delete creation of symlink.
22480 * gdb.asm/configure: Regenerate.
22481
24181d81
JB
224822002-04-05 J. Brobecker <brobecker@gnat.com>
22483
22484 * gdb.gdb/xfullpath.exp: New test, to exercise the new
22485 xfullpath () function.
22486
7cdb7107
DJ
224872002-04-04 Daniel Jacobowitz <drow@mvista.com>
22488
22489 * gdb.asm/Makefile.in: Correct dependencies.
22490
22491 * gdb.asm/powerpc.inc: New file.
22492 * gdb.asm/asm-source.exp: Add PowerPC.
22493 * gdb.asm/configure.in: Likewise.
22494 * gdb.asm/configure: Regenerated.
22495
a7d17088
DJ
224962002-04-04 Daniel Jacobowitz <drow@mvista.com>
22497
22498 * gdb.base/relocate.exp: New file.
22499 * gdb.base/relocate.c: New file.
22500
cd721503
FF
225012002-04-04 Fred Fish <fnf@redhat.com>
22502
22503 * gdb.base/step-test.exp: Update comment regarding stopping in
22504 memcpy/bcopy calls inserted as part of the compiler runtime.
22505
b22ad7a7
MS
225062002-04-04 Michael Snyder <msnyder@redhat.com>
22507
22508 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
22509
5f279fa6
DJ
225102002-04-03 Daniel Jacobowitz <drow@mvista.com>
22511
22512 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
22513 (gdb_expect): Remove $notransfer hack.
22514
dd0fd3ce
DJ
225152002-04-02 Daniel Jacobowitz <drow@mvista.com>
22516
22517 * gdb.c++/classes.exp ("calling method for small class"): Match
22518 updated register output.
22519
1e50cda1
DJ
225202002-03-30 Daniel Jacobowitz <drow@mvista.com>
22521
22522 Fix PR gdb/452
22523 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
22524 when finished. Make gdb_file_cmd send "exec-file" when
22525 appropriate.
22526
24015922
DJ
225272002-03-30 Daniel Jacobowitz <drow@mvista.com>
22528
22529 * gdb.base/attach.exp: Remove extra setup_xfail.
22530
dd7dfd64
MS
225312002-03-26 Michael Snyder <msnyder@redhat.com>
22532
22533 * gdb.base/default.exp: Add tests for dump, append, and restore.
22534 * gdb.base/help.exp: Add tests for dump, append, and restore.
22535 * gdb.base/dump.exp: New file, test dump, append and restore.
22536 * gdb.base/dump.c: New file.
22537
48b2f8d7
MS
225382002-03-27 Michael Snyder <msnyder@redhat.com>
22539
d63a86f8 22540 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
22541 clean-ups in help messages.
22542
05b4d525
FF
225432002-03-26 Fred Fish <fnf@redhat.com>
22544
22545 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
22546 have debugging info for those functions and the compiler uses them
22547 internally to copy structs around.
22548
d7679631
FF
225492002-03-26 Fred Fish <fnf@redhat.com>
22550
22551 * gdb.base/list.exp: Revert the change made yesterday and add note
22552 about why we don't list the default lines for remote targets.
22553
523ac3f9
MS
225542002-03-25 Michael Snyder <msnyder@redhat.com>
22555
22556 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
22557
754b2b8d
FF
225582002-03-25 Fred Fish <fnf@redhat.com>
22559
22560 * gdb.base/list.exp: This test works on remote targets so remove
22561 the short circuit for remote targets. Update copyright.
22562
33c3e192
FF
225632002-03-25 Fred Fish <fnf@redhat.com>
22564
22565 * gdb.base/attach.exp: Fix logic error that was suppressing this
22566 test for all non hppa*-*-hpux* targets, instead of the hp target.
22567 Move comments closer to the suppression point. Also now need to
22568 check that we are running natively.
22569
d43e73ee
MS
225702002-03-22 Michael Snyder <msnyder@redhat.com>
22571
882c8f02
MS
22572 * gdb.base/default.exp: Add test for gcore. Update copyright.
22573 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 22574
04c12f60
FF
225752002-03-06 Fred Fish <fnf@redhat.com>
22576
22577 * gdb.base/funcargs.c: Remove extraneous ';' character.
22578 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
22579
b43df995
MC
225802002-03-04 Michael Chastain <mec@shout.net>
22581
22582 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
22583 accommodate gcc v3 function signature.
22584 * gdb.mi/mi0-var-cmd-exp: Ditto.
22585
92362027
AC
225862002-02-24 Andrew Cagney <ac131313@redhat.com>
22587
22588 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
22589 ``GNU/Linux'' or ``Linux kernel''
22590 * testsuite/gdb.threads/pthreads.c: Ditto.
22591
258ad32d
MC
225922002-02-24 Michael Chastain <mec@shout.net>
22593
22594 * gdb.threads/pthreads.c (thread1): Add a return statement.
22595 (thread2): Likewise.
22596 (foo): Likewise.
22597
04c3b3d4
MC
225982002-02-23 Michael Chastain <mec@shout.net>
22599
22600 * gdb.threads/linux-dp.c (philosopher): Add a return statement
22601 to placate gcc.
22602
5a2a0a20
MC
226032002-02-23 Michael Chastain <mec@shout.net>
22604
22605 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
22606 test "ptype bint". The test passes on all my stabs configurations.
22607
a640f7fc
JB
226082002-02-21 Jim Blandy <jimb@redhat.com>
22609
27924826
JB
22610 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
22611 filename at a time, and watch for the ones we want to see.
22612
a640f7fc
JB
22613 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
22614 types of pointers to prototyped functions.
22615
edcc8c75
AC
226162002-02-20 Andrew Cagney <ac131313@redhat.com>
22617
22618 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
22619 signed, unsigned and straight char.
22620 (padding_char, padding_short, padding_int, padding_long,
22621 padding_long_long, padding_float, padding_double,
22622 padding_long_double): New global variables.
22623 (fill, fill_structs): New functions.
22624
22625 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
22626 for correctly sized writes. Update copyright.
22627 (get_valueof): New procedure.
22628 (get_sizeof): Call get_valueof.
22629 (check_valueof): New procedure.
22630 (check_padding): New procedure.
22631
ac57ea44
MC
226322002-02-20 Michael Chastain <mec@shout.net>
22633
22634 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
22635 to setup_xfail. Document some of the remaining calls.
22636
7a10c941
MC
226372002-02-18 Michael Chastain <mec@shout.net>
22638
22639 * gdb.c++/userdef.exp: Update copyright year.
22640
fb8acdcc
DJ
226412002-02-18 Daniel Jacobowitz <drow@mvista.com>
22642
22643 * gdb.c++/userdef.exp: Test overloaded operators properly.
22644 Remove xfails.
22645
fda6ae12
MS
226462002-02-14 Michael Snyder <msnyder@redhat.com>
22647
22648 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
22649
676a0442
DJ
226502002-02-14 Daniel Jacobowitz <drow@mvista.com>
22651
22652 * gdb.base/a2-run.exp: Check for a remote target properly.
22653 * gdb.base/annota1.exp: Likewise.
22654 * gdb.base/list.exp: Likewise.
22655 * gdb.base/reread.exp: Likewise.
22656 * gdb.base/scope.exp: Likewise.
22657 * gdb.base/shlib-call.exp: Likewise.
22658 * gdb.base/term.exp: Likewise.
22659 * gdb.c++/annota2.exp: Likewise.
22660
78b4f468
RE
226612002-02-13 Richard Earnshaw <rearnsha@arm.com>
22662
22663 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
22664
9a81ba51
MC
226652002-02-10 Michael Chastain <mec@shout.net>
22666
22667 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
22668 (call_after_alloca): Ditto.
22669
004af6c7
DJ
226702002-02-10 Daniel Jacobowitz <drow@mvista.com>
22671
22672 * gdb.base/ending-run.exp: Guard "cont" test with
22673 gdb_skip_stdio_test.
22674
37225f62
JB
226752002-02-06 Jim Blandy <jimb@redhat.com>
22676
22677 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
22678 from here...
22679 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
22680 To here. Disable this test on non-HP platforms. Add big comment.
22681
fe6fdd96
MS
226822002-02-04 Michael Snyder <msnyder@redhat.com>
22683
22684 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
22685 other than d10v and m32r.
22686
036fad3f
RE
226872002-02-02 Richard Earnshaw <rearnsha@arm.com>
22688
22689 * gdb.base/default.exp: Rewrite test patterns to reduce time
22690 taken to match them.
22691
7148ab62
DJ
226922002-01-30 Daniel Jacobowitz <drow@mvista.com>
22693
22694 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
22695 Allow a start function above main.
22696 * gdb.threads/linux-dp.exp: Fix copyright date.
22697
396cc255
DJ
226982002-01-30 Daniel Jacobowitz <drow@mvista.com>
22699
a9c64011
AS
22700 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
22701 (check_philosopher_stack): Check for manager thread before checking
22702 for a just-starting thread.
396cc255 22703
f038d31b
DJ
227042002-01-30 Daniel Jacobowitz <drow@mvista.com>
22705
22706 From Neil Booth <neil@daikokuya.demon.co.uk>:
22707 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
22708 warnings.
22709
b3ff9d9a
FF
227102002-01-21 Fred Fish <fnf@redhat.com>
22711
22712 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
22713 not caller.
22714
39ad761d
JB
227152002-01-21 Jim Blandy <jimb@redhat.com>
22716
22717 * gdb.base/reread.exp: Check that GDB properly re-reads the
22718 executable file when it changes while no inferior is running.
22719
aaf320fa
FF
227202002-01-21 Fred Fish <fnf@redhat.com>
22721
a9c64011
AS
22722 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
22723 optionally accept the "shlib events" variation.
aaf320fa 22724
808a31f5
JB
227252002-01-21 Jim Blandy <jimb@redhat.com>
22726
22727 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
22728 call `fflush' after every `printf', so that the output is produced
22729 at predictable points, regardless of whatever buffering does (or
22730 doesn't) take place.
22731 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
22732 at different points.
22733
4420d5e2
DJ
227342002-01-20 Daniel Jacobowitz <drow@mvista.com>
22735
22736 * gdb.c++/inherit.exp: Update copyright years.
22737 * gdb.c++/method.exp: Likewise.
22738
3e36a0f4
DJ
227392002-01-20 Daniel Jacobowitz <drow@mvista.com>
22740
22741 * gdb.c++/classes.exp: Update for improved v3 support and skipping
22742 artificial methods/arguments.
22743 * gdb.c++/derivation.exp: Likewise.
22744 * gdb.c++/inherit.exp: Likewise.
22745 * gdb.c++/method.exp: Likewise.
22746 * gdb.c++/virtfunc.exp: Likewise.
22747
b4ceaee6
AC
227482002-01-18 Andrew Cagney <ac131313@redhat.com>
22749
22750 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
22751 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
22752 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
22753 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
22754 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
22755 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
22756
ecace851
JB
227572002-01-17 Jim Blandy <jimb@redhat.com>
22758
22759 * gdb.asm/asm-source.exp (info symbol): Take another shot at
22760 anchoring the pattern matching the entry point symbol's name.
22761
375fc983
AC
227622002-01-17 Andrew Cagney <ac131313@redhat.com>
22763
22764 * gdb.base/maint.exp: Update ``maint internal-error'' to match
22765 continue/quit query. Update copyright.
22766
fe6fdd96
MS
227672002-01-14 Michael Snyder <msnyder@redhat.com>
22768
22769 * gdb.base/gcore.exp: Remove extra debugging output.
22770
e017c81f
DJ
227712002-01-13 Daniel Jacobowitz <drow@mvista.com>
22772
22773 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
22774 for slightly dubious v2 mangled string.
22775
37ab3bf8
DJ
227762002-01-13 Daniel Jacobowitz <drow@mvista.com>
22777
22778 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
22779
1bc05c3a 227802002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 22781
1bc05c3a 22782 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 22783
1bc05c3a
JM
22784 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
22785 constructors.
22786 * gdb.c++/derivation.exp: Likewise.
22787 * gdb.c++/templates.exp: Likewise.
22788 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 22789
1bc05c3a
JM
227902002-01-10 Michael Snyder <msnyder@redhat.com>
22791
22792 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 22793
a911c360
MS
227942002-01-08 Michael Snyder <msnyder@redhat.com>
22795
22796 * gdb.base/gcore.exp: New test for generate-core-file command.
22797 * gdb.base/gcore.c: Testcase for above.
22798 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
22799
ea2119ec
JM
228002002-01-08 Jason Merrill <jason@redhat.com>
22801
22802 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
22803
68203136
FF
228042002-01-07 Fred Fish <fnf@redhat.com>
22805
22806 * gdb.c++/overload.exp: Remove unconditional xfails for:
22807 print foo_instance1.overloadargs(1)
22808 print foo_instance1.overloadargs(1, 2)
22809 print foo_instance1.overloadargs(1, 2, 3)
22810 print foo_instance1.overloadargs(1, 2, 3, 4)
22811 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
22812 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
22813 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
22814 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
22815 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
22816 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
22817 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
22818 print foo_instance1.overload1arg()
22819 print foo_instance1.overload1arg((char)arg2)
22820 print foo_instance1.overload1arg((signed char)arg3)
22821 print foo_instance1.overload1arg((unsigned char)arg4)
22822 print foo_instance1.overload1arg((int)arg7)
22823 print foo_instance1.overload1arg((unsigned int)arg8)
22824 print foo_instance1.overload1arg((float)arg11)
22825 print foo_instance1.overload1arg((double)arg12)
d63a86f8 22826
21b9b5b1
MS
228272002-01-07 Michael Snyder <msnyder@redhat.com>
22828
22829 * gdb.base/huge.exp: New test. Print a very large target data object.
22830 (skip_huge_test): New test variable. Define if you want to skip this
22831 test. The test reads an 8 megabyte data object from the target, so it
22832 might be very time consuming on remote targets with a slow connection.
22833 * gdb.base/huge.c: New file. Test case for above.
22834
725f922e
FF
228352002-01-07 Fred Fish <fnf@redhat.com>
22836
22837 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
22838 g_instance.bfoo, and g_instance.cfoo.
22839
889bf7c5 228402002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 22841
889bf7c5
PA
22842 * gdb.base/break.c (multi_line_if_conditional): New function.
22843 (multi_ilne_while_conditional): Likewise.
22844 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
22845 IF or WHILE condition puts the breakpoint at the start of
22846 the condition.
f286b2c3 22847
634d57ec
JL
22848 * gdb.base/selftest.exp (backtrace through signal handler): Remove
22849 hppa*-*-hpux* expected failure.
22850 * gdb.base/structs.exp (do_function_calls): Similarly.
22851
22852 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
22853 watchpoints.
22854
9fbfe2dc
AC
228552002-01-06 Andrew Cagney <ac131313@redhat.com>
22856
22857 Fix PR gdb/66.
22858 * gdb.base/structs.exp: Replace skip for a29k with skip for
22859 gdb,cannot_call_functions.
22860 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
22861 * gdb.base/callfuncs.exp: Ditto.
22862 * gdb.base/call-rt-st.exp: Ditto.
22863 * gdb.base/call-strs.exp: Ditto.
22864 * gdb.base/callfwmall.exp: Ditto.
22865 * gdb.base/scope.exp: Obsolete xfail a29k.
22866 * gdb.c++/misc.exp: Ditto.
22867 * gdb.c++/cplusfuncs.exp: Ditto.
22868 * gdb.base/ptype.exp: Ditto.
22869 * gdb.base/printcmds.exp: Ditto.
22870 * gdb.base/opaque.exp: Ditto.
22871 * gdb.base/list.exp: Ditto.
22872 * gdb.base/funcargs.exp: Ditto.
22873 * gdb.base/default.exp: Ditto.
22874
8ddad156
MS
228752002-01-04 Michael Snyder <msnyder@redhat.com>
22876
ca4976a6 22877 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
22878 * gdb.base/maint.exp: Add tests for maint info sections options.
22879
1b074332
JL
22880Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
22881
22882 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
22883
7d159115
CV
228842001-12-20 Corinna Vinschen <vinschen@redhat.com>
22885
22886 * gdb.asm/arm.inc: New file.
22887 * gdb.asm/asm-source.exp: Add arm targets.
22888 * gdb.asm/configure.in: Ditto.
22889 * gdb.asm/configure: Recreated from configure.in.
22890
8fb87725
JL
22891Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
22892
afabe08c
JL
22893 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
22894 with HP's compiler.
22895 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
22896 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
22897 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
22898 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
22899
22900 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
22901 either HP's compilers or GCC.
22902
db521deb
JL
22903 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
22904 a SIGBUS or SIGSEGV.
22905
22906 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
22907
22908 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
22909 can be compiled with either HP's compiler or GCC.
22910
cfa88ab7
JL
22911 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
22912 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
22913 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
22914
ca344dff
JL
22915 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
22916 to match current gdb output. Update due to using auto-solib-limit
22917 for limiting instead of overloading auto-solib-add.
22918 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
22919 test program.
22920
3f3c6e55 22921 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
22922 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
22923 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
22924 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
22925 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
22926 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
22927 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
22928 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
22929 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
22930 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
22931 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
22932 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
22933 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 22934
8fb87725
JL
22935 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
22936 a SIGTRAP to the inferior.
22937
cf599fa7
CV
229382001-12-19 Corinna Vinschen <vinschen@redhat.com>
22939
22940 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
22941 Substitute call to target_link by call to gdb_compile.
22942
2cd045cd
JL
22943Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
22944
a9c64011
AS
22945 * gdb.base/break.exp: Fix HP specific search string when testing
22946 backtracing in a called function.
2cd045cd 22947
a9c64011
AS
22948 * gdb.base/constvars.exp: Only set lang to C++ if we're
22949 compiling the test with HP's compilers.
22950 * gdb.base/volatile.exp: Similarly.
2cd045cd 22951
99ebe9ac
JB
229522001-12-19 Jim Blandy <jimb@redhat.com>
22953
22954 * gdb.base/printcmds.exp: Expect the null character to be printed
22955 as '\0', and the '\013' to be printed as '\v'.
22956 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
22957 * gdb.base/setvar.exp: Same.
22958
b9891b29
JB
229592001-12-17 Jim Blandy <jimb@redhat.com>
22960
0eba65ab
JB
22961 * gdb.base/completion.exp: Rather than completing very long
22962 filenames, which can make the readline library produce output we
22963 don't recognize, cd to the directory first, and then complete
22964 using nice, short relative paths.
22965
6970b5b1
JB
22966 * gdb.base/completion.exp: On some systems, there is, in fact, a
22967 variable named `b' in scope, since GDB treats all static
a9c64011
AS
22968 variables as being in scope. So use `no_var_named_this'
22969 instead of `b'.
6970b5b1 22970
b9891b29 22971 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 22972 can't find the core file's registers as a failure.
b9891b29 22973
e6ccd35f
JSC
229742001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
22975
a9c64011
AS
22976 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
22977 test expect string more specific.
e6ccd35f 22978
105ba819
CV
229792001-12-13 Corinna Vinschen <vinschen@redhat.com>
22980
22981 * gdb.asm/asm-source.exp: Add support for xstormy16.
22982 * gdb.asm/configure.in: Ditto.
22983 * gdb.asm/configure: Rebuild.
22984 * gdb.asm/xstormy16.inc: New file.
22985
e9e79dd9
FF
229862001-12-10 Fred Fish <fnf@redhat.com>
22987
22988 * gdb.base/maint.exp: Update to match changes in type dumping code.
22989
347dc97d
JB
229902001-12-10 Jim Blandy <jimb@redhat.com>
22991
22992 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
22993 matching the entry point symbol's name at the beginning of the
22994 line.
347dc97d 22995
5178b9d6
DJ
229962001-12-07 Daniel Jacobowitz <drow@mvista.com>
22997
22998 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
22999 gdb.c++/inherit.exp, gdb.c++/method.exp,
23000 gdb.c++/namespace.exp, gdb.c++/templates.exp,
23001 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
23002 and class layout support.
23003
af890c52
DJ
230042001-12-07 Daniel Jacobowitz <drow@mvista.com>
23005
23006 * gdb.c++/classes.exp: Add test for static member function.
23007 * gdb.c++/misc.cc: Add class with static member function.
23008
7a345fb3
JB
230092001-12-07 Jim Blandy <jimb@redhat.com>
23010
f2e54a80 23011 If GDB says it can't find the struct the function returned, report
8032bf31
JB
23012 those tests as `unsupported'.
23013 * gdb.base/call-rt-st.exp (print_struct_call): New function.
23014 Rewrite subsequent tests to use it.
23015
23016 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
23017 those tests as `unsupported'.
23018 * gdb.base/structs.exp (call_struct_func): New function.
23019 (do_function_calls): Use call_struct_func to call the functions
23020 returning structs.
23021
0bc69509
JB
23022 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
23023 whether functions are prototyped or not, so we can't possibly pass
23024 arguments to t_float_values2 properly.
23025
7a345fb3
JB
23026 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
23027 value of `timeout' for targets other than the mips*tx39-*.
23028
edb6ede1
MS
230292001-12-06 Michael Snyder <msnyder@redhat.com>
23030
d63a86f8 23031 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
23032 and detect whether the start symbol has a leading underscore.
23033
2d842f13
JB
230342001-12-04 Jim Blandy <jimb@redhat.com>
23035
23036 * gdb.base/completion.exp: Clarify indentation.
23037
68550daf
JB
230382001-12-03 Jim Blandy <jimb@redhat.com>
23039
23040 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
23041 variables on the S/390, not `.word'.
23042
cd5195a8
JB
230432001-11-30 Jim Blandy <jimb@redhat.com>
23044
23045 Add assembly-source tests for s390-ibm-linux.
23046 * gdb.asm/s390.inc: New file.
23047 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
23048 the S/390 architecture.
a9c64011 23049 * gdb.asm/configure: Regenerated.
cd5195a8 23050
ca9efc90
MS
230512001-11-30 Michael Snyder <msnyder@redhat.com>
23052
23053 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
23054 next, info source, info sources, info line, global and static
23055 variables, and static functions.
23056 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
23057 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
23058 * gdb.asm/asmsrc1.s: Add a static function and some variables.
23059 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
23060 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
23061 (gdbasm_leave): Restore frame pointer.
23062 (gdbasm_startup): Copy stack set-up from crt0.S.
23063
d0e66976
FN
230642001-11-26 Fernando Nasser <fnasser@redhat.com>
23065
23066 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
23067 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
23068 to a local (non-static) variable. Copy tstruct.a to a static buffer
23069 and return a pointer to that buffer.
23070 * gdb.base/callfwmall.c (t_structs_a): Ditto.
23071
e2334072
MK
230722001-11-24 Mark Kettenis <kettenis@gnu.org>
23073
23074 * gdb.asm/configure.in: Fix recognition of ix86 target.
23075 * gdb.asm/configure: Regenerate.
23076
756caa3d
MS
230772001-11-21 Michael Snyder <msnyder@redhat.com>
23078
23079 * gdb.asm/sparc.inc: New file.
23080 * gdb.asm/asm-source.exp: Recognize sparc target.
23081 * gdb.asm/configure.in: Recognize sparc target.
23082 * gdb.asm/configure: Regenerate.
d63a86f8 23083
9a4d72d5
MS
230842001-11-21 Michael Snyder <msnyder@redhat.com>
23085
23086 * gdb.asm/m32r.inc: New file.
23087 * gdb.asm/asm-source.exp: Recognize m32r target.
23088 * gdb.asm/configure.in: Recognize m32r target.
23089 * gdb.asm/configure: Regenerate.
23090
a773d1cd
MS
230912001-11-20 Michael Snyder <msnyder@redhat.com>
23092
017ac23d
MS
23093 * gdb.asm/i386.inc: New file.
23094 * gdb.asm/asm-source.exp: Recognize ix86 target.
23095 * gdb.asm/configure.in: Recognize ix86 target.
23096 * gdb.asm/configure: Regenerate.
23097
a773d1cd
MS
23098 * gdb.c++/namespace.exp: Fix quotes in output messages.
23099
bb632afb
MS
231002001-11-14 Michael Snyder <msnyder@redhat.com>
23101
25d559ca 23102 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
23103 qualifier in a type cast expression, to designate an address
23104 in the instruction space (Harvard architecture).
23105
4749e309
MS
231062001-11-13 Michael Snyder <msnyder@redhat.com>
23107
23108 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
23109 Tests for expressions using 'const' and 'volatile'.
23110
25050984
CV
231112001-11-13 Corinna Vinschen <vinschen@redhat.com>
23112
23113 * gdb.asm/asm-sources.exp: Allow defining linker flags.
23114
1902c51f
DJ
231152001-11-12 Daniel Jacobowitz <drow@mvista.com>
23116
23117 * lib/mi-support.exp (mi_run_to_helper): Move comments
23118 outside of gdb_expect.
23119
dcf95b47
DJ
231202001-11-11 Daniel Jacobowitz <drow@mvista.com>
23121
23122 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
23123 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
23124 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
23125 mi0_run_to): New functions.
23126 * gdb.mi/mi-simplerun.exp: Use them.
23127 * gdb.mi/mi0-simplerun.exp: Likewise.
23128 * gdb.mi/mi-var-cmd.exp: Likewise.
23129 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 23130
45b074e1
AC
231312001-11-10 Andrew Cagney <ac131313@redhat.com>
23132
23133 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
23134 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
23135
bf50d346
AC
231362001-11-09 Andrew Cagney <ac131313@redhat.com>
23137
23138 * gdb.base/restore.exp: Include $expected value in restored test
23139 message.
23140
9383332c
AC
231412001-11-09 Andrew Cagney <ac131313@redhat.com>
23142
23143 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
23144 implemented.
23145
db62520a
MS
231462001-11-08 Michael Snyder <msnyder@redhat.com>
23147
23148 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
23149 Add pass/fail message for stop at breakpoint in call dummy function.
23150
b5703437
MS
231512001-11-07 Michael Snyder <msnyder@redhat.com>
23152
d63a86f8
RM
23153 * gdb.c++/templates.exp (test_template_breakpoints):
23154 If we get an overload menu, but it does not match what
760f6330 23155 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
23156 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
23157 making the whitespace optional. Argument for "new" may be
23158 "unsigned" as well as "unsigned int/long".
d63a86f8 23159 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
23160 making the whitespace optional. Also replace "(void) with
23161 "((void|)), making the keyword "void" optional.
d63a86f8 23162 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
23163 making the whitespace optional. Also replace "(void) with
23164 "((void|)), making the keyword "void" optional.
3bf40917
MS
23165 * gdb.base/callfuncs.c (t_float_values): This function must
23166 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 23167 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
23168 can be tested against both cases. Usually one case involves
23169 promotion of float to double, while the other does not.
23170 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
23171 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
23172 includes a stack frame for "start".
23173
c8ab4e6d
JB
231742001-11-05 Jim Blandy <jimb@redhat.com>
23175
23176 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
23177 pointers are 32 bits long, and that offsets of relocs are always
23178 stored in the data (REL-style), and not in the reloc entry itself
23179 (RELA-style).
23180 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
23181 stabs.
23182
3f08ced9
MS
231832001-11-01 Michael Snyder <msnyder@redhat.com>
23184
23185 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
23186 and regular expression operators by using quoting.
23187
cbfa24cd
MS
231882001-10-31 Michael Snyder <msnyder@redhat.com>
23189
23190 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
23191 depending on what the symbol table contains.
23192 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
23193 the output of the ptype command. Similarly, accept both "const &"
23194 and "const&".
23195
aaa68313
CV
231962001-10-31 Corinna Vinschen <vinschen@redhat.com>
23197
23198 * gdb.base/miscexprs.c (main): Add usage of preprocessor
23199 symbol `STORAGE' to allow to choose the storage class of
23200 the local datastructures.
23201 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
23202 compiler directive.
23203
91740388
MS
232042001-10-30 Michael Snyder <msnyder@redhat.com>
23205
23206 * gdb.base/jump.exp: Allow it to run for all targets.
23207
1b7c05e7
CV
232082001-10-29 Corinna Vinschen <vinschen@redhat.com>
23209
23210 * gdb.base/call-ar-st.c (print_double_array): Match for loop
23211 with new double_array size.
23212 (main): Change storage class of all local variables to static.
23213 Reduce size of double_array to 9.
23214 * gdb.base/call-ar-st.exp: Increase timeout value.
23215 Change expected output for double array to match new size in
23216 call-ar-st.c.
23217
36a22261
CV
232182001-10-29 Corinna Vinschen <vinschen@redhat.com>
23219
23220 * gdb.base/ending-run.exp: Create identical output when passing
23221 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 23222 Stormy16 target.
36a22261 23223
92b8ae91
MK
232242001-10-28 Mark Kettenis <kettenis@gnu.org>
23225
23226 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
23227 that we catch the expected failure under Linux/x86.
23228
cb135b83
OF
232292001-10-29 Orjan Friberg <orjanf@axis.com>
23230
23231 * gdb.base/setvar.exp: Escape curly braces.
23232 * gdb.stabs/weird.exp: Ditto.
23233
6884aa54
DJ
232342001-10-27 Daniel Jacobowitz <drow@mvista.com>
23235
23236 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
23237 * gdm.mi/mi0-hack-cli.exp: Likewise.
23238
0398c9aa
AC
232392001-10-25 Andrew Cagney <ac131313@redhat.com>
23240
23241 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
23242 messages.
23243
d20bf2e8
AC
232442001-10-21 Andrew Cagney <ac131313@redhat.com>
23245
23246 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
23247 checking MI enabled.
23248
03dd63aa
CV
232492001-10-09 Corinna Vinschen <vinschen@redhat.com>
23250
23251 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
23252
1d9d99f3
FCE
232532001-10-04 Frank Ch. Eigler <fche@redhat.com>
23254
23255 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
23256 if gdb child process crashes, just signal an error.
23257
838ae6c4
JB
232582001-10-02 Jim Blandy <jimb@redhat.com>
23259
23260 * lib/gdb.exp (test_xfail_format): Simplify.
23261
23262 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
23263 front of the variable name `format'. Simplify `if'.
23264
8f0cbc1c
DJ
232652001-10-01 Daniel Jacobowitz <drow@mvista.com>
23266
23267 * gdb.threads/pthreads.exp: Wait for output and delay
23268 before sending ^C.
23269
1f08dafd
DJ
232702001-10-01 Daniel Jacobowitz <drow@mvista.com>
23271
23272 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
23273 some incorrect output instead of timing out.
23274 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
23275
674f90ff
CV
232762001-09-28 Corinna Vinschen <vinschen@redhat.com>
23277
23278 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
23279 check to allow additional `int'.
23280
9b284272
DJ
232812001-09-27 Daniel Jacobowitz <drow@mvista.com>
23282
23283 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
23284 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
23285
b55a4771
MS
232862001-09-27 Michael Snyder <msnyder@redhat.com>
23287
23288 * lib/gdb.exp (test_debug_format): New proc.
23289 (setup_xfail_format): Use new proc test_debug_format.
23290 * gdb.base/constvars.exp (local_compiler_xfail_check): New
23291 proc; use new service proc test_debug_format.
23292 Replace all other "gcc_compiled" tests with this test.
23293 * gdb.base/volatile.exp (local_compiler_xfail_check): New
23294 proc; use new service proc test_debug_format.
23295 Replace all other "gcc_compiled" tests with this test.
23296
232972001-09-27 Michael Snyder <msnyder@redhat.com>
23298
23299 * gdb.base/cvexpr.exp: New file.
23300 * gdb.base/cvexpr.c: New file
23301 Test for expressions using const and volatile keywords.
23302
4e6667ac
CV
233032001-09-26 Corinna Vinschen <vinschen@redhat.com>
23304
23305 * gdb.base/constvars.exp: Check for different orders of keywords
23306 and additional "int" strings in output.
23307
4f337972
AC
233082001-09-22 Andrew Cagney <ac131313@redhat.com>
23309
23310 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
23311 responses from "help maint".
23312
2015650d
FCE
233132001-09-19 Frank Ch. Eigler <fche@redhat.com>
23314
23315 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
23316 to localhost:NNN instead of :NNN, in case Xvfb is listening
23317 only on TCP.
23318
f3bcedc1
CV
233192001-09-19 Corinna Vinschen <vinschen@redhat.com>
23320
23321 * gdb.base/recurse.exp: When checking leaving the watchpoint
23322 scope, recognize when gdb is in function's epilogue and pass.
23323
6b819c92
KS
233242001-09-18 Keith Seitz <keiths@redhat.com>
23325
23326 * lib/insight-support.exp (_gdbtk_export_target_info): Add
23327 support for running tests against sid targets.
23328 (gdbtk_done): Ditto.
23329
a10c9419
CV
233302001-09-18 Corinna Vinschen <vinschen@redhat.com>
23331
23332 * gdb.base/ending-run.c (main): Set stdout buffersize
23333 to the same reasonable value for any target.
23334 * gdb.base/ending-run.exp: Add a regular expression
23335 to make testsuite happy on Sanyo Stormy16 target.
23336
739d0d99
CV
233372001-09-17 Corinna Vinschen <vinschen@redhat.com>
23338
23339 * gdb.base/display.c (do_loops): Add float variable `f'.
23340 Increment f in loop.
23341 * gdb.base/display.exp: Increment timeout by 60 seconds.
23342 Change float display test to use variable `f'.
23343
1b8947f0
JB
233442001-09-17 Jim Blandy <jimb@redhat.com>
23345
23346 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
23347 overflowing the limited breakpoint tables on some ROM monitors
23348 (like the ROM68K).
23349
9890ac81
FCE
233502001-09-15 Frank Ch. Eigler <fche@redhat.com>
23351
23352 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
23353 the "-ac" (disable access control) flag.
23354
6db765ea
JH
233552001-08-30 Jeff Holcomb <jeffh@redhat.com>
23356
23357 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
23358 ints.
23359
4c32cc04
KS
233602001-08-30 Keith Seitz <keiths@redhat.com>
23361
23362 * lib/gdb.exp: Move all insight-related functionality into
23363 separate file.
23364 * lib/insight-support.exp: New file.
23365
8d6e6f81
FCE
233662001-08-29 Frank Ch. Eigler <fche@redhat.com>
23367
23368 * config/sid.exp (sid_start): Never set sid verbosity; disable
23369 expect_background {} that consumed its stdout; tolerate </dev/null.
23370 Attempt to set endianness override in "sid" protocol mode. Cleanup.
23371
6a90e1d0
AC
233722001-08-18 Andrew Cagney <ac131313@redhat.com>
23373
23374 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
23375 CLI jump command to start it.
23376 (mi_run_to_main): Fail immediatly when unexpected output.
23377
1759b3c3
AC
233782001-08-18 Andrew Cagney <ac131313@redhat.com>
23379
23380 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
23381 beginning of function. Fix PR gdb/191.
23382
61d11d80
FCE
233832001-08-16 Frank Ch. Eigler <fche@redhat.com>
23384
23385 * config/sid.exp (sid_start): Don't warn if we cannot figure out
23386 what to force sid endianness to.
23387
942a4df2
KS
233882001-08-15 Keith Seitz <keiths@redhat.com>
23389
23390 * lib/gdb.exp (gdbtk_start): Don't set environment
23391 variables for TCL_LIBRARY and friends. Insight will
23392 now figure these out for itself.
23393
0521c418
MS
233942001-08-02 Michael Snyder <msnyder@redhat.com>
23395
23396 * gdb.base/completion.exp: Remove the symbol "a64l" from
23397 the expect string; this is target-specific, and not related
23398 to what is being tested.
23399
74a9a58a
DB
234002001-08-02 Dave Brolley <brolley@redhat.com>
23401
23402 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
23403
c70819fa
MS
234042001-07-25 Michael Snyder <msnyder@redhat.com>
23405
c2b8fa57
MS
23406 * gdb.base/consecutive.exp: New file. Test stepping over
23407 breakpoints on consecutive instructions.
23408 * gdb.base/consecutive.c: New file.
23409
c70819fa
MS
23410 * gdb.base/call-rt-st.exp: Use double-backslash to quote
23411 curly braces in regular expressions.
23412
2b1a1355
MS
234132001-07-25 Michael Snyder <msnyder@redhat.com>
23414
23415 * gdb.base/ending-run.exp: Accept "Program exited normally" as
23416 legitimate output from stepping out of main.
23417
413eca6f
KS
234182001-07-22 Keith Seitz <keiths@redhat.com>
23419
23420 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
23421 the empty string, do not run the tests.
23422
7e5a9322
SC
234232001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23424
23425 * gdb.base/long_long.exp: Detect size of pointer. Take into
23426 account 2-byte pointers when testing for p/a results.
23427
de58f10f
SC
234282001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23429
d63a86f8 23430 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
23431 and defined to 1K for m68hc11.
23432 (random_data): Reduce table to 1K for embedded platforms (68hc11).
23433 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
23434 (sizeof_random_data): New variable to tell the size of the data table;
23435 don't test past this size; always run to main.
23436
d6f5fea1
SC
234372001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23438
23439 * gdb.base/return2.exp: return of long long and double fails for
23440 68HC11; don't execute these tests on that platform.
23441 * gdb.base/return.exp: Return of a double fails for 68hc11.
23442
c477543d
SC
234432001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23444
23445 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
23446 tests that print a float.
23447 * call-rt-st.exp: Likewise.
23448
63cf1c79
MK
234492001-07-12 Mark Kettenis <kettenis@gnu.org>
23450
23451 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
23452 running this test on Linux.
23453
112f9ab5
MC
234542001-06-24 Michael Chastain <chastain@redhat.com>
23455
23456 * gdb.base/arithmet.exp: Remove some tests to make all test names
23457 unique.
23458
4970cb0f
MS
234592001-07-03 Michael Snyder <msnyder@redhat.com>
23460
23461 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
23462 the output of the ptype command.
23463
d85da69f
MS
234642001-07-02 Michael Snyder <msnyder@redhat.com>
23465
4c8a82de
MS
23466 * gdb.base/completion.exp: Don't assume that break.c is the only
23467 source file that may contain functions named "marker".
d85da69f
MS
23468 * gdb.base/corefile.exp: Quote the curly braces in regexp.
23469
8afc772b
AC
234702001-06-28 Andrew Cagney <ac131313@redhat.com>
23471
23472 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
23473 of files to delete.
23474
23475 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
23476 * gdb.disasm/h8300s.exp: New file.
23477 gdb.disasm/h8300s.s: Likewise.
23478
cff22675
AC
234792001-06-27 Andrew Cagney <ac131313@redhat.com>
23480
23481 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
23482 empty breakpoint tables.
23483
68c81b54
AC
234842001-06-25 Andrew Cagney <ac131313@redhat.com>
23485
23486 * lib/mi-support.exp: Update args=... part of stop-reason
23487 patterns. Accept either a list or a tuple.
23488
2dd62704
AC
234892001-06-23 Andrew Cagney <ac131313@redhat.com>
23490
23491 * lib/mi-support.exp: Remove local emacs variable defining
23492 change-log-default-name.
23493
b4127474
MC
234942001-06-22 Michael Chastain <chastain@redhat.com>
23495
23496 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
23497 This is operationally compatible with the previous version.
23498
8dbfb380
JB
234992001-06-13 Jim Blandy <jimb@redhat.com>
23500
23501 * lib/gdb.exp (gdb_test): Doc fix.
23502
f2d8c86d
MC
235032001-06-10 Michael Chastain <chastain@redhat.com>
23504
23505 * gdb.base/exprs.exp: Remove a duplicate test.
23506
81564d34
JB
235072001-06-06 Jim Blandy <jimb@redhat.com>
23508
23509 * gdb.base/return2.exp (main): Use values to test float and double
23510 returns that are not NaN's, to avoid being confused by IEEE
23511 comparison rules.
23512
da55addb
MS
235132001-06-04 Michael Snyder <msnyder@redhat.com>
23514
23515 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 23516 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
23517 rather than wait for 12 more tests to time out.
23518
42c65987
JB
235192001-06-06 Jim Blandy <jimb@redhat.com>
23520
b18bced9 23521 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 23522 Don't forget to match the GDB prompt.
b18bced9 23523
42c65987
JB
23524 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
23525
5b41e5f0
JB
235262001-06-04 Jim Blandy <jimb@redhat.com>
23527
23528 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
23529 command.
23530
015e046f
KB
235312001-05-31 Kevin Buettner <kevinb@redhat.com>
23532
23533 * gdb.base/annota1.exp (info break): Match four or more spaces
23534 after "Address".
23535
fb1ffbbe
MC
235362001-05-31 Michael Chastain <chastain@redhat.com>
23537
23538 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
23539 (dm_type_int_star): Likewise.
23540 (dm_type_long_star): Likewise.
23541 (dm_type_void_star): Likewise.
23542
5ea2a32c
KB
235432001-05-29 Kevin Buettner <kevinb@redhat.com>
23544
23545 * gdb.base/completion.exp (INPUTRC): Set this environment variable
23546 to a known value in order to get consistent results regardless
23547 of the setting of INPUTRC or the presence or contents of .inputrc.
23548
ae23c492
MS
235492001-05-24 Michael Snyder <msnyder@redhat.com>
23550
ac55707e
MS
23551 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
23552 Don't require that the main thread and the manager thread are the
23553 first in the list.
23554
ae23c492
MS
23555 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
23556 debugging. If test fails, issue an "unsupported" not a "fail".
23557
400071f1
JB
235582001-05-24 Jim Blandy <jimb@redhat.com>
23559
23560 Don't assume that short is shorter than int.
23561 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
23562 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 23563 this isn't true.
400071f1
JB
23564 ("print unsigned char == (~0)"): Add test that verifies that ~0,
23565 an int, is not equal to ~0 stored in an unsigned char. This tests
23566 the same thing that the previous test meant to, but works on
23567 16-bit machines, too.
23568 ("print unsigned char != (~0)"): Same test, complemented.
23569
0816a3e5
MS
235702001-05-24 Michael Snyder <msnyder@redhat.com>
23571
23572 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 23573 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
23574 and prevents dejagnu getting out of step.
23575
f6dc23a9
KB
235762001-05-23 Kevin Buettner <kevinb@redhat.com>
23577
23578 * gdb.base/finish.exp (finish_void): Revise pattern for
23579 stopping on the call statement to not permit stopping at
23580 the start of the instructions comprising the call sequence.
23581
7dbd117d
MC
235822001-05-19 Michael Chastain <chastain@redhat.com>
23583
23584 * gdb.base/callfuncs.exp: Make all test names unique.
23585 * gdb.base/commands.exp: Make all test names unique.
23586 * gdb.base/condbreak.exp: Make all test names unique.
23587 * gdb.base/dbx.exp: Make all test names unique.
23588 * gdb.base/default.exp: Make all test names unique.
23589 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
23590 and TIMEOUT messages to their corresponding PASS message.
23591 * gdb.base/ending-run.exp: Make all test names unique.
23592 * gdb.base/long_long.exp: Remove duplicate test.
23593
6b0b0a9e
KB
235942001-05-21 Kevin Buettner <kevinb@redhat.com>
23595
23596 * gdb.base/finish.exp (finish_void): Allow "finish" command to
23597 stop on the call statement as well as the statement after the
23598 call.
23599
2caa35cb
MS
236002001-05-21 Michael Snyder <msnyder@redhat.com>
23601
23602 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
23603
40713331
EZ
236042001-05-10 Elena Zannoni <ezannoni@redhat.com>
23605
a9c64011
AS
23606 * gdb.base/completion.exp: Revamp test. Make it execute on all
23607 platforms.
40713331 23608
c2c1be8d
EZ
236092001-05-10 Elena Zannoni <ezannoni@redhat.com>
23610
a9c64011
AS
23611 * config/gdbserver.exp (gdb_load): Handle the case
23612 in which the arguments to gdbserver are given in the
23613 baseboard configuration file.
23614 Also handle the case in which the server needs to do a
23615 load.
2c9cd303 23616
9671de48
KS
236172001-05-07 Keith Seitz <keiths@cygnus.com>
23618
a9c64011
AS
23619 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
23620 set up the display for testing.
23621 (gdbtk_start): Convert all paths to paths that tcl will like.
23622 Export target information to environment.
23623 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
23624 necessary.
23625 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
23626 (to_tcl_path): New proc to convert a given pathname into
23627 a path acceptible as an argument to a tcl command.
23628 (_gdbtk_export_target_info): New proc to export target info
23629 into the environment for gdbtk testing.
23630 (gdbtk_done): New proc to signal end-of-test.
9671de48 23631
5a360f47
JB
236322001-05-06 Jim Blandy <jimb@redhat.com>
23633
23634 * restore.c: Make the code of caller0 correspond to its comment.
23635
66c756c6
MS
236362001-05-03 Michael Snyder <msnyder@redhat.com>
23637
23638 * config/sid.exp (gdb_target_sid): Check for error messages.
23639 On error or timeout, don't make expect exit (which will terminate
23640 all subsequent tests); instead just make gdb exit.
d63a86f8 23641 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
23642 return a negative value.
23643
a966fde5
JB
236442001-04-24 Jim Blandy <jimb@redhat.com>
23645
851c18e0
JB
23646 * gdb.c++/templates.exp: If we see the prompt for the overload
23647 list, but we haven't recognized any of the longer patterns,
23648 arrange for this test to fail, not hang.
23649
a966fde5
JB
23650 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
23651 variations.
23652
db144853
MC
236532001-04-22 Michael Chastain <chastain@redhat.com>
23654
23655 * gdb.c++/local.exp: Use the 'runto' library function.
23656 * gdb.c++/namespace.exp: Likewise.
23657 * gdb.c++/overload.exp: Likewise.
23658
3207ec21
KB
236592001-03-26 Kevin Buettner <kevinb@redhat.com>
23660
23661 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
23662 * gdb.base/step-line.exp: New file. Test step/next in presence of
23663 #line directives.
23664 * gdb.base/step-line.c: New file. Test program for the above.
23665 * gdb.base/step-line.inp: New file. We pretend that this file has
23666 been transformed by some other tool into step-line.c.
23667
13b57657
JB
236682001-03-21 Jim Blandy <jimb@redhat.com>
23669
23670 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
23671 unmangled operator names.
23672
754cbe1c
JB
236732001-03-20 Jim Blandy <jimb@redhat.com>
23674
23675 * gdb.threads/linux-dp.exp: Recognize an additional message
23676 generated by GDB when it doesn't understand how to debug threads
23677 on the target system.
23678
177495c9
AC
236792001-03-19 Andrew Cagney <ac131313@redhat.com>
23680
23681 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
23682
f266096b
MC
236832001-03-12 Michael Chastain <chastain@redhat.com>
23684
23685 * gdb.c++/derivation.exp: Use the 'runto' library function.
23686
cac3c2ff
MC
236872001-03-12 Michael Chastain <chastain@redhat.com>
23688
23689 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
23690
b6c11a24
MC
236912001-02-24 Michael Chastain <chastain@redhat.com>
23692
23693 * gdb.c++/ref-types.exp: Change handwritten code to library
23694 function 'runto'.
23695
6bae5bce
OF
236962001-03-16 Orjan Friberg <orjanf@axis.com>
23697
23698 * gdb.base/signals.exp: Set count to 0 explicitly.
23699
0015fd9a
MS
237002001-03-15 Mark Salter <msalter@redhat.com>
23701
23702 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
23703 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
23704 (gdb_load): Add support for additional target_info: gdb_download_size
23705 and gdb_load_timeout.
0015fd9a 23706
fc33412a
DT
23707Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
23708
23709 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
23710 file -- to prevent failing when the compile fails but we have no
23711 intention of running the tests anyway.
fc33412a
DT
23712
23713 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
23714 tests if set.
23715
23716 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 23717 integers.
fc33412a
DT
23718
23719 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
23720 * gdb.c++/namespace.exp: Ditto.
23721
115f06de
OF
237222001-03-07 Orjan Friberg <orjanf@axis.com>
23723
23724 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
23725 * gdb.base/pointers.exp: Relax pattern match of decimals.
23726
b6ba6518
KB
237272001-03-06 Kevin Buettner <kevinb@redhat.com>
23728
23729 * Makefile.in, config/abug.exp, config/cfdbug.exp,
23730 config/cpu32bug.exp, config/dve.exp, config/est.exp,
23731 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
23732 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
23733 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
23734 config/sh.exp, config/sid.exp, config/slite.exp,
23735 config/sparclet.exp, config/udi.exp, config/unknown.exp,
23736 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
23737 config/vxworks.exp, config/vxworks29k.exp,
23738 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
23739 gdb.base/all-bin.exp, gdb.base/annota1.exp,
23740 gdb.base/arithmet.exp, gdb.base/assign.exp,
23741 gdb.base/async.exp, gdb.base/attach.exp,
23742 gdb.base/bitfields.exp, gdb.base/bitops.exp,
23743 gdb.base/break.exp, gdb.base/call-ar-st.exp,
23744 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
23745 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
23746 gdb.base/commands.exp, gdb.base/completion.exp,
23747 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
23748 gdb.base/constvars.exp, gdb.base/corefile.exp,
23749 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
23750 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
23751 gdb.base/ending-run.exp, gdb.base/environ.exp,
23752 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
23753 gdb.base/finish.exp, gdb.base/foll-exec.exp,
23754 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
23755 gdb.base/funcargs.exp, gdb.base/help.exp,
23756 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
23757 gdb.base/logical.exp, gdb.base/long_long.exp,
23758 gdb.base/maint.exp, gdb.base/mips_pro.exp,
23759 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
23760 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
23761 gdb.base/pointers.exp, gdb.base/printcmds.exp,
23762 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
23763 gdb.base/regs.exp, gdb.base/relational.exp,
23764 gdb.base/remote.exp, gdb.base/reread.exp,
23765 gdb.base/restore.exp, gdb.base/return2.exp,
23766 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
23767 gdb.base/selftest.exp, gdb.base/setshow.exp,
23768 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
23769 gdb.base/sigall.exp, gdb.base/signals.exp,
23770 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
23771 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
23772 gdb.base/step-test.exp, gdb.base/structs.c,
23773 gdb.base/structs.exp, gdb.base/structs2.exp,
23774 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
23775 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
23776 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
23777 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
23778 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
23779 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
23780 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
23781 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
23782 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
23783 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
23784 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
23785 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
23786 gdb.fortran/types.exp, gdb.java/jmisc.exp,
23787 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
23788 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
23789 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
23790 gdb.trace/circ.exp, gdb.trace/collection.exp,
23791 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
23792 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
23793 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
23794 gdb.trace/report.exp, gdb.trace/save-trace.exp,
23795 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
23796 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
23797 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
23798 notices.
23799
dc96c6c7 238002001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
23801
23802 * gdb.base/varargs.c (find_max_double): Fix printf format string:
23803 first arg is int not float.
23804
dc96c6c7 238052001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
23806
23807 * gdb.base/reread.exp: Unsupported for non-native targets;
23808 doesn't work for remote debugging.
23809
9b0c4aeb
FN
238102001-02-19 Fernando Nasser <fnasser@redhat.com>
23811
23812 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
23813 * gdb.base/ending-run.exp: Properly handle the BSP state when
23814 stepping past the end of main.
9b0c4aeb 23815
02aa71d5
MC
238162001-02-19 John Moore <jmoore@redhat.com>
23817
23818 * gdb.base/commands.exp (infrun_breakpoint_command_test):
23819 Converted HPUX fix for non-expected items following multiple
23820 step commands into general solution for all platforms.
23821
1fa449a4
MC
238222001-02-18 Michael Chastain <chastain@redhat.com>
23823
23824 * gdb.c++/classes.exp (do_tests): Change runto statements
23825 from "runto 'foo(void)'" to "runto 'foo'". This makes the
23826 statements demangler agnostic.
23827 * gdb.c++/virtfunc.exp (do_tests): Likewise.
23828 (gdb_virtfunc_restart): Likewise.
23829
b2f9ec70
MC
238302001-02-14 Michael Chastain <chastain@redhat.com>
23831
23832 * gdb.c++/inherit.exp (do_tests): Change runto statements
23833 from "runto 'foo(void)'" to "runto 'foo'". This makes the
23834 statements demangler agnostic.
23835
cf74b8ca
AC
23836Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
23837
23838 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
23839 ``continue to bkpt at common_routine in thread 2'' and ``stopped
23840 before calling common_routine 15 times'' tests.
cf74b8ca 23841
99f78f56
MC
238422001-02-11 Michael Chastain <chastain@redhat.com>
23843
23844 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
23845 Helps the test script figure out which demangler is in use.
23846 (dm_type_foo_ref): Ditto.
23847 (dm_type_int_star): Ditto.
23848 (dm_type_long_star): Ditto.
23849 (dm_type_unsigned_int): Ditto.
23850 (dm_type_void): Ditto.
23851 (dm_type_void_star): Ditto.
99707966 23852 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
23853 Probe the gdb demangler and set variables to accommodate
23854 formatting differences.
23855 (info_func_regexp): New function. Same as info_func, but
23856 matches against a regexp.
23857 (info_func): Match against a literal string.
23858 (print_addr_2): New function. Match against a literal string,
23859 which can be different from the input to gdb.
23860 (print_addr): Simply call print_addr_2 with the same argument twice.
23861 (test_lookup_operator_functions): Use demangler formatting variables.
23862 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
23863 the tests in the same order as the C++ class declaration.
23864 (test_paddr_operator_functions): Ditto.
23865 (test_paddr_overloaded_functions): Ditto.
23866 (test_paddr_hairy_functions): Use demangler formatting variables.
23867 Add reference to gdb/19 for related tests.
23868 (do_tests): Call probe_demangler.
23869
1de8f023
KB
238702001-01-30 Kevin Buettner <kevinb@redhat.com>
23871
23872 * gdb.c++/templates.cc (printf): Remove unused function definition.
23873
ca3f91ed
MS
238742001-01-26 Felix Lee <flee@redhat.com>
23875
23876 * sid.exp (sid_exit): Pass host, not target, to remote_close.
23877
238782001-01-25 matthew green <mrg@redhat.com>
23879
23880 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
23881 up sid.
23882 (sid_exit): Call `remote_pop_conn' after GDB is gone.
23883
238842001-01-25 matthew green <mrg@redhat.com>
23885
23886 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 23887 Deprecate $sid_spawn_id.
ca3f91ed
MS
23888 (sid_exit): Remove code necessary only for `spawn.'
23889
238902001-01-25 matthew green <mrg@redhat.com>
23891
23892 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
23893
fb18ec4a
MC
238942001-01-28 Michael Chastain <chastain@redhat.com>
23895
23896 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
23897 to call when tests fail. It takes gdb out of the overloaded
23898 function choice menu back to the main prompt, so that the test
23899 program stays synchronized.
23900 (set_bp_overloaded): New proc to collect all the common
23901 code for setting a breakpoint on an overloaded name. Calls
23902 take_gdb_out_of_choice_menu when needed.
23903 (menu_overload1arg): New variable to collect the repeated
23904 instances of the expected menu for an overloaded name. Change
23905 the regular expression to handle changes in g++ type encoding:
23906 "void" can be either "void" or "", and "unsigned int" can be
23907 either "unsigned int" or "unsigned".
23908 (continue_to_bp_overloaded): Change regular expressions to handle
23909 changes in g++ type encoding.
23910 (no proc): Call take_gdb_out_of_choice_menu when needed.
23911 Remove redundant calls to "info break". Accept either "canceled"
23912 or "cancelled". Change regular expressions in "info break"
23913 calls to handle changes in g++ type encoding. Give all tests
23914 unique strings.
23915
9c646a6e
BE
239162001-01-17 Ben Elliston <bje@redhat.com>
23917
23918 * config/sid.exp: New file.
23919
9549d9c1
AC
23920Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
23921
23922 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
23923
dc96c6c7 239242000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
23925
23926 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
23927 Add a RE to accept a non-ascii char if one is ever presented.
23928
b4df4f68
FN
239292000-12-20 Fernando Nasser <fnasser@redhat.com>
23930
297dd0fd 23931 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 23932
dc96c6c7 239332000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 23934
d63a86f8 23935 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
23936 in regexp. One '\' does not suffice on Linux.
23937
4a7bddb6
MC
239382000-12-09 Michael Chastain <chastain@redhat.com>
23939
23940 * gdb.base/break.exp (test_clear_command): Use a marker function
23941 rather than 'main' for the test function. Also move this
23942 test to an execution point where the marker function names are
23943 guaranteed to be bound to functions. (Executing tests after a
23944 'finish' from main runs into name conflicts with local names
23945 in __libc_start_main).
23946
dc96c6c7 239472000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
23948
23949 * gdb.base/finish.exp: New test for gdb's "finish" command.
23950 * gdb.base/return2.exp: New test for gdb's "return" command.
23951 * gdb.base/return2.c: New source file for above.
23952
dc96c6c7 239532000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
23954
23955 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
23956 * gdb.base/miscexprs.exp: Ditto.
23957 * gdb.base/pointers.exp: Ditto.
23958 * gdb.c++/derivation.exp: Ditto.
23959 * gdb.c++/local.exp: Ditto.
23960 * gdb.c++/namespace.exp: Ditto.
23961 * gdb.c++/overload.exp: Ditto.
23962 * gdb.c++/ref-types.exp: Ditto.
23963
dc96c6c7 239642000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
23965
23966 * gdb.base/constvars.exp: Test result of "up" command.
23967 * gdb.base/miscexprs.exp: Ditto.
23968 * gdb.base/pointers.exp: Ditto.
23969 * gdb.base/scope.exp: Ditto.
23970 * gdb.c++/derivation.exp: Ditto.
23971 * gdb.c++/local.exp: Ditto.
23972 * gdb.c++/namespace.exp: Ditto.
23973 * gdb.c++/overload.exp: Ditto.
23974 * gdb.c++/ref-types.exp: Ditto.
23975
44097287
FN
239762000-11-22 Michael Chastain <chastain@redhat.com>
23977
23978 * mips_pro.exp: Accept either "middle -> top -> main" or
23979 "middle -> main" in the backtrace, because gcc can optimize
23980 tail calls to jumps. Remove setup_xfail for the hppa case.
23981 Add a comment with the original warning messages from PR 3016,
23982 which was filed in 1993, to preserve them for posterity.
23983
9d2e1bab
ND
239842000-11-17 Nick Duffek <nsd@redhat.com>
23985
23986 * lib/gdb.exp (gdb_test): Override timeout with board info.
23987
1aca8eb7
ND
239882000-11-17 Nick Duffek <nsd@redhat.com>
23989
23990 * gdb.base/display.exp: Don't kill running stub. Add "again" to
23991 the second kill and detach messages.
23992
93076499
ND
239932000-11-17 Nick Duffek <nsd@redhat.com>
23994
23995 * configure.in: Add AC_EXEEXT.
23996 * configure: Regenerate.
23997 * Makefile.in (just-check): Export EXEEXT.
23998 * lib/gdb.exp ($EXEEXT): Import from environment.
23999 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
24000 expect "maint dump-me" on Cygwin.
24001 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
24002 $EXEEXT.
24003
30e87cd3
ND
240042000-11-17 Nick Duffek <nsd@redhat.com>
24005
24006 * gdb.base/break.exp: Test backtrace and finish from called
24007 function on all platforms, not just HP-UX.
24008
dc96c6c7 240092000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
24010
24011 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
24012 code from gdb_target_monitor, so it can be used independantly
24013 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 24014
dc96c6c7 240152000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
24016
24017 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
24018 * gdb.base/corefile.exp: Expect the message "Program is being
24019 debugged already" when we send the "corefile" command, since
24020 the preceeding gdb_load may have connected gdb to a remote target.
24021 * gdb.base/display.exp: Disable hardware watchpoints if new
24022 board info variable "no_hardware_watchpoints" is true.
24023 Replace single-letter commands with more readable ones.
24024 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
24025 if new board info variable "no_hardware_watchpoints" is true.
24026 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
24027 to see if stdio (printf) testing is possible.
24028 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
24029 board info variable "no_hardware_watchpoints" is true. Use new
24030 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
24031
39124dea
FN
240322000-11-13 Fernando Nasser <fnasser@redhat.com>
24033
24034 From Orjan Friberg <orjanf@axis.com>:
24035 * gdb.base/printcmds.exp: Escape curly braces followed by a number
24036 in array print pattern match.
24037
a9e2e984
FN
240382000-11-09 Fernando Nasser <fnasser@redhat.com>
24039
24040 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
24041 spelling "cancelled" to U.S. spelling "canceled" to match changes
24042 made to gdb.
24043 * gdb.c++/ovldbreak.exp: Ditto.
24044
c7db355b
PS
240452000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
24046
24047 * gdb.base/callfuncs.c (main): Moved to end of file, call
24048 t_double_values to initialize the FPU before inferior calls are made.
24049 * gdb.base/callfuncs.exp: Test for register preservation after calling
24050 inferior functions. Add tests for continuining, finishing and
24051 returning from a stop in a call dummy.
24052
dc96c6c7 240532000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
24054
24055 * gdb.base/commands.exp: Break up long lines, and re-indent.
24056
dc96c6c7 240572000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
24058
24059 * config/gdbserver.exp: Rewritten from the ground up, to make it
24060 compatible with the current dejagnu tree, and to make it work with
24061 the new "gdbserver" in libremote.
24062
dc96c6c7 240632000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
24064
24065 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
24066 * gdb.base/varargs.exp: Skip entire test if no printf support.
24067 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
24068 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
24069
dc96c6c7 240702000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
24071
24072 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
24073 no floating point support.
24074 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
24075 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
24076 * gdb.base/call-rt-st.exp: Ditto.
24077 * gdb.base/call-strs.exp: Ditto.
24078
bac5fc66
JG
240792000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
24080
24081 * gdb.base/sizeof.c: include <stdio.h>.
24082
24083 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
24084 'finish', otherwise uncaptured gdb_prompt would potentially
24085 throw remaining test points out of sync.
bac5fc66 24086
b22a6027
SB
240872000-07-26 Scott Bambrough <scottb@netwinder.org>
24088
24089 * gdb.base/recurse.exp: Run tests for all targets.
24090 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
24091 gnu-oldld case on ARM.
24092 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
24093 for ARM targets.
d63a86f8 24094
d8231941
AG
24095Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
24096
24097 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
24098 * gdb.java/configure: Rebuild.
24099
8caabe69
AG
24100Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
24101
24102 * gdb.java/jv-exp.exp: New file.
24103
9d273ca3
AG
24104Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
24105
24106 * configure: Rebuilt.
24107 * configure.in (configdirs): Add gdb.java.
24108 * gdb.java/jmisc.java: New file.
24109 * gdb.java/jmisc.exp: New file.
24110 * gdb.java/Makefile.in: New file.
24111 * gdb.java/configure: Rebuilt.
24112 * gdb.java/configure.in: New file.
24113 * lib/java.exp: New file.
24114
4f823a66
AC
24115Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
24116
24117 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 24118 underflow.
4f823a66 24119
2391e11d
AC
24120Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
24121
24122 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 24123 and the compilers sizes.
2391e11d 24124
54602222
ND
241252000-07-09 Nick Duffek <nsd@redhat.com>
24126
24127 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
24128 (use_methods): New function.
24129 (main): Call use_methods().
24130 * gdb.c++/classes.exp (test_method_param_class): New procedure.
24131 (do_tests): Call test_method_param_class.
24132
2bec0572
ND
241332000-07-09 Nick Duffek <nsd@redhat.com>
24134
24135 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
24136 spelling.
24137 (test_enums): New procedure. Move enum tests from end of script
24138 to here. Set breakpoint on function name instead of line number.
24139 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
24140 (enums2): New marker function.
24141 (enums1): New function.
24142 (main): Call enums1(). Move enum tests to enums1().
24143
78492fde
AC
24144Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
24145
24146 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 24147 compile/link program. Update line numbers.
78492fde
AC
24148 * gdb.asm/d10v.inc: Define ``startup''.
24149 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 24150
49a2cef8
AC
24151Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
24152
24153 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
24154
3e6c8688
EZ
241552000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24156
24157 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 24158 of 'help maint print' command.
3e6c8688 24159
9ff5cbe9
AC
24160Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
24161
24162 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 24163 they use gdb_expect_list.
9ff5cbe9 24164
17c579bd
AC
24165Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
24166
24167 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
24168 memory-read-packet-size'' instead of ``set endian big'' to test
24169 long commands.
17c579bd 24170
e6d71bf3
DB
241712000-06-03 Daniel Berlin <dan@cgsoftware.com>
24172
24173 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 24174 g++, and stop skipping them.
e6d71bf3
DB
24175
24176 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
24177 work under g++.
24178
d63a86f8 24179 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
24180 initialization.
24181
dc96c6c7 241822000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
24183
24184 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
24185 the regular expression: accept an (almost) arbitrary sequence of
24186 "frames-invalid" and "breakpoints-invalid" messages both before
24187 and after the "starting" message.
24188
dc96c6c7 241892000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
24190
24191 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 24192
dc96c6c7 241932000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
24194
24195 * gdb.base/annota1.exp (annotate-signal-handler-caller):
24196 Relax the regular expression a little, make it pass on Solaris 8.
24197
8216cda9
KB
241982000-05-12 Kevin Buettner <kevinb@redhat.com>
24199
24200 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 24201 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
24202 Instead, it is permissible for gdb to stop on the line of the
24203 call itself.
24204
1a570b2f
MS
242052000-05-12 Michael Snyder <msnyder@.cygnus.com>
24206
24207 * gdb.base/break.exp (bp on small function, optimized file):
24208 Add a second pass pattern. The behavior differs here between stabs
24209 and dwarf for one-line functions. Stabs preserves two line symbols
24210 (one before the prologue and one after) with the same line number,
24211 but dwarf regards these as duplicates and discards one of them.
24212 Therefore the address after the prologue (where the breakpoint is)
24213 has no exactly matching line symbol, and GDB reports the breakpoint
24214 as if it were in the middle of a line rather than at the beginning.
24215
dc96c6c7 242162000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 24217
d63a86f8 24218 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
24219 rather than "send_gdb" (for consistancy).
24220
7d418785
AC
24221Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
24222
24223 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
24224 * gdb.c++/templates.cc: Properly check for GCC version number.
24225 * lib/compiler.cc: Likewise
24226
dc96c6c7 242272000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 24228
d63a86f8 24229 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
24230 gdb may not stop at the first line of main, due to code motion.
24231
dc96c6c7 242322000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
24233
24234 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
24235 This test depends on parsing the printf output from the target.
24236 Since the sparclet stub doesn't do stdio, this will never work.
24237 * gdb.base/call-rt-st.exp: ditto.
24238 * gdb.base/call-strs: ditto.
24239
dc96c6c7 242402000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
24241
24242 * gdb.base/miscexprs.exp: make sizeof long array test portable.
24243
24244 * gdb.base/ending-run.exp: After connecting to a remote target,
24245 but before running, the target will appear to be in a random
24246 location. Specify both a file and a line for breakpoints.
24247 Also, the function that calls main may be called 'init'
24248 rather than 'start'.
24249
a5a51225
EZ
242502000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24251
24252 * gdb.base/help.exp: Update output for add-symbol-file command.
24253
7930cc7c
FN
242542000-04-10 Fernando Nasser <fnasser@cygnus.com>
24255
24256 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24257 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
24258
23e37ab1
C
242592000-04-07 J.T. Conklin <jtc@redback.com>
24260
e93c542c
C
24261 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
24262
23e37ab1
C
24263 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
24264
591b8fa3
PDM
24265Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
24266
24267 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 24268 values that can be represented exactly.
591b8fa3
PDM
24269 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
24270 above change, and to not check against the directory part of the source
24271 file name.
24272 (step into print_long_arg_list): Likewise.
24273 (print print_small_structs from print_long_arg_list): Likewise.
24274 (print print_long_arg_list): Likewise.
24275
7a495180
EZ
242762000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24277
30b53638 24278 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 24279
beb998c6
AC
24280Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
24281
24282 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
24283
1c689132
DB
242842000-03-25 Daniel Berlin <dan@cgsoftware.com>
24285
24286 * gdb.base/commands.exp (deprecated_command_test): Add test for
24287 deprecate with no arguments.
24288
c1790a9d
JL
242892000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
24290
24291 * gdb.base/break.exp: Add new test for setting breakpoints on
24292 optimized code so we can test breakpoints work even when function
24293 prologues may be optimized away
24294
003ba290
FN
242952000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
24296
24297 From David Whedon <dwhedon@gordian.com>
a9c64011 24298 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 24299
6837a0a2
DB
243002000-03-22 Daniel Berlin <dan@cgsoftware.com>
24301
24302 * gdb.base/help.exp: Added test for new apropos command.
24303
b9593231
KB
243042000-03-21 Kevin Buettner <kevinb@redhat.com>
24305
24306 * gdb.base/pointers.c (usevar): New function.
24307 (main): Make sure that global variables v_int_pointer2, rptr,
24308 and y are all referenced someplace in the program by calling
24309 usevar() on them. [Some linkers delete symbols which are
24310 never referenced. The space remains, but there's no way to
24311 get a (symbolic) handle on the variable from the debugger.]
24312
751a959b
EZ
243132000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24314
24315 * gdb.base/printcmds.c: Add typedeffed arrays.
24316
24317 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 24318 procedure to test arrays that are typedef'd.
751a959b 24319
73a93a32
JI
243202000-03-13 James Ingham <jingham@leda.cygnus.com>
24321
24322 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 24323 the library directories.
73a93a32 24324
fb40c209
AC
24325Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
24326
24327 * configure.in (configdirs): Add sub directory gdb.mi.
24328 * configure: Re-generate.
24329
24330 * gdb.mi: New directory.
d63a86f8 24331
ee4dd2c9
AC
243322000-02-25 Scott Bambrough <scottb@netwinder.org>
24333
24334 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 24335 a long long value as a double on ARM platforms.
ee4dd2c9 24336
70f0cc22
JB
243372000-02-16 Jim Blandy <jimb@redhat.com>
24338
24339 * gdb.base/break.exp ("breakpoint line number"): Make sure the
24340 default source file is set properly before running this test.
24341
853819b8
EZ
243422000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24343
24344 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 24345 gdbtk/library directory, not in gdbtcl2.
853819b8 24346
dfcd3bfb
JM
243472000-02-04 Jim Blandy <jimb@redhat.com>
24348
24349 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
24350 backslash from regexp pattern.
24351
24352 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
24353 procedure. Use it to run all the "continue to bp overloaded"
24354 tests. Note that this changes the names of the tests slightly.
24355 If the breakpoint hit message includes a hex PC value, because
24356 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
24357 from the real source code, still consider that a pass.
24358
24359 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
24360 XFAIL here if the breakpoint message contains a hex address. Note
24361 similar change on 1999-11-02.
24362
24363 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
24364
24365 * gdb.base/ptype.exp: Establish a default source file before
24366 calling get_debug_format.
24367
243682000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
24369
24370 * gdb.base/watchpoint.exp: Remove duplication of test messages.
24371
8b93c638
JM
243722000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
24373
24374 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
24375 of successive stepi commands -- while in the prologue we should see
24376 the function entry bracket.
24377
243782000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
24379
24380 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
24381 reach __change_mode() when stepping through the end of main().
24382
c5394b80
JM
243832000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
24384
24385 * gdb.base/default.exp: Fix expected pattern.
24386 * gdb.base/help.exp: Same.
24387
0d06e24b
JM
243882000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24389
24390 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 24391 Don't use xfail's because that affects only the following test.
d63a86f8 24392
0d06e24b 24393 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 24394 solaris or linux.
0d06e24b
JM
24395
24396 * gdb.base/selftest.exp: Update to reflect changes to main.c.
24397
dc96c6c7 243982000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 24399
d63a86f8 24400 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
24401 "A syntax error" rather than "A parse error". Accept both.
24402
244032000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
24404
24405 * gdb.base/default.exp: Remove OS dependent string from "target
24406 remote" test.
24407 * gdb.base/help.exp: Same for "help target remote" test.
24408
c3f6f71d
JM
244092000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24410
24411 From Jim Kingdon <kingdon@redhat.com>:
24412
24413 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
24414 prompt (cleanup rather than necessity, but still might keep output
24415 from spilling to next test).
c3f6f71d
JM
24416
244172000-01-02 Fred Fish <fnf@cygnus.com>
24418
24419 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
24420 AIX, which defines them in <sys/types.h>.
24421
ed9a39eb 244221999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 24423
ed9a39eb 24424 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 24425 float" test.
ed9a39eb
JM
24426
244271999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 24428
ed9a39eb 24429 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
24430
24431 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
24432 outermost frame disallowed".
24433
244341999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
24435
24436 * gdb.base/setvar.exp: New tests for setting the value of a struct
24437 with a constant list.
24438
244391999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
24440
24441 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
24442 require the user to type a cast before setting the value of a struct.
24443
de57eccd
JM
244441999-12-06 Jim Blandy <jimb@cygnus.com>
24445
24446 * gdb.base/default.exp: Expect the new 'info float' command on
24447 all i386 platforms.
24448
24449 * gdb.threads/linux-dp.exp: Expand our ability to recognize
24450 LinuxThreads libraries that don't support debugging.
24451
c2d11a7d
JM
24452Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
24453
24454 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
24455 Change the buffer type to ``unsigned char'' to simplify size
24456 arithmetic.
c2d11a7d
JM
24457
24458 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
24459 stub only handles 400-1 byte packets. Verify that the download
24460 worked.
c2d11a7d
JM
24461
244621999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
24463
24464 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
24465 tests, using UNRESOLVED for the untested cases. Also, does not wait
24466 for a timeout if the prompt was received before a recognizable pattern.
24467
244681999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
24469
24470 * lib/gdb.exp (gdb_expect_list): Fix spelling.
24471
244721999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24473
24474 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 24475 watchpoints.
c2d11a7d
JM
24476
244771999-11-24 Jason Merrill <jason@casey.cygnus.com>
24478
24479 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
24480
24481 * gdb.c++/local.exp: Be more flexible in recognizing local class
24482 name mangling. Don't allow horribly truncated method names.
24483 * gdb.c++/derivation.exp: Expect protected inheritance.
24484 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
24485 * gdb.c++/virtfunc.exp: Likewise.
24486 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
24487 when printing a nested enum.
24488
244891999-11-22 Jim Blandy <jimb@cygnus.com>
24490
24491 * gdb.base/step-test.exp: Properly await GDB's response to setting
24492 a breakpoint on the call to large_struct_by_value.
24493
24494 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
24495 just because we have debug info for the `start' function.
24496
244971999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
24498
24499 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
24500 "Unknown signal" messages, which indicate (on LinuxThreads) that
24501 GDB doesn't know how to debug threads on this system. This is
24502 better than hanging while philosopher 0 dumps chatter into gdb.log.
24503
245041999-11-18 Tom Tromey <tromey@cygnus.com>
24505
24506 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
24507
245081999-11-18 Fred Fish <fnf@cygnus.com>
24509
24510 * gdb.base/coremaker2.c: Add sample program for generating
24511 cores that is more self contained than coremaker.c. Eventually
24512 I'll add more code to this and tie it into the testsuite.
24513
4ce44c66
JM
245141999-11-12 Stan Shebs <shebs@andros.cygnus.com>
24515
24516 * gdb.base/dollar.exp: Remove, now in gdb.hp.
24517
245181999-11-10 Jimmy Guo <guo@cup.hp.com>
24519
24520 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 24521 from $srcdir/lib/.
4ce44c66 24522 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 24523 and gdb.c++/.
4ce44c66
JM
24524
24525 * gdb.c++/derivation.exp: remove redundant get compiler info code.
24526
d63a86f8 24527 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
24528 'continue with watch' test point.
24529
245301999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
24531
24532 Merged from p2linux-990323-branch:
d63a86f8 24533
4ce44c66
JM
24534 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
24535
11cf8741
JM
24536Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
24537
24538 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 24539 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
24540
24541Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
24542
24543 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 24544 gdb_expect_list.
11cf8741
JM
24545
24546Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
24547
24548 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
24549
245501999-11-03 Mark Salter <msalter@cygnus.com>
24551
24552 * gdb.base/break.exp: Fix "stub continue" pattern.
24553
245541999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
24555
24556 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
24557
245581999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
24559
24560 * gdb.base/display.exp ("finish"): Add timeout clause.
24561
24562 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
24563 plain prompt clause, so this doesn't have to time out in order to
24564 fail.
24565
24566 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 24567 breakpoint hit messages include an address.
11cf8741
JM
24568
24569 * gdb.base/display.exp: Don't forget to escape parens in regular
24570 expressions. Unix regexp notatation sucks.
24571
245721999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24573
24574 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 24575 order for 'signalled' message.
11cf8741 24576
5c44784c
JM
245771999-11-01 Stan Shebs <shebs@andros.cygnus.com>
24578
24579 From Jimmy Guo <guo@cup.hp.com>:
24580 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
24581 * gdb.base/annota1.c: Add code for tests to work with.
24582
245831999-10-26 Frank Ch. Eigler <fche@cygnus.com>
24584
24585 * gdb.base/remote.exp: New test for remote downloading settings.
24586 * gdb.base/remote.c: New file with large .data.
24587
917317f4
JM
245881999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
24589
24590 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
24591 for LinuxThreads support, merged from the Code Fusion branch.
24592
24593Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
24594
24595 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
24596 containing exp_continue into a while within an expect. Don't
24597 attempt a start more than three times. Check return value from
24598 gdb_load.
d63a86f8 24599
2df3850c
JM
24600Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
24601
24602 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 24603 a pass case.
2df3850c 24604
2acceee2
JM
246051999-10-01 Kevin Buettner <kevinb@cygnus.com>
24606
24607 * gdb.base/break.c (main): Added a statement that we can step
24608 off of.
24609 * gdb.base/break.exp: Added tests for setting a breakpoint
24610 at an offset and stepping onto a breakpoint.
24611
246121999-10-01 Fred Fish <fnf@cygnus.com>
24613
d63a86f8 24614 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
24615 gdb output.
24616
c2c6d25f
JM
246171999-09-18 Jim Blandy <jimb@cris.red-bean.com>
24618
24619 * gdb.base/break.exp: Code locations are in hex, don't forget!
24620 (For HP-UX.)
24621
246221999-09-17 Stan Shebs <shebs@andros.cygnus.com>
24623
24624 * condbreak.exp: Use break.c as test program.
24625 * condbreak.c: Remove, redundant with break.c.
24626
246271999-09-15 Stan Shebs <shebs@andros.cygnus.com>
24628
24629 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 24630 Z-packets if the target needs it.
c2c6d25f
JM
24631
246321999-09-13 James Ingham <jingham@leda.cygnus.com>
24633
24634 * gdb.c++/overload.exp: Added tests for listing overloaded
24635 functions with function pointers in the arg, explicitly calling
24636 out the version you want.
24637
cff3e48b
JM
246381999-09-09 Stan Shebs <shebs@andros.cygnus.com>
24639
24640 * long_long.exp: Add variations of test cases that work for
24641 targets with 16-bit ints and 32-bit doubles.
24642
d4f3574e
SS
246431999-09-08 Stan Shebs <shebs@andros.cygnus.com>
24644
24645 * break.c (main): Compare a possibly-uninitialized argc with an
24646 unlikely value that fits in 16 bits.
24647
246481999-09-07 Stan Shebs <shebs@andros.cygnus.com>
24649
24650 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
24651 0xfeeb, don't want negative numbers if ints are 16 bits.
24652
24653 * lib/gdb.exp (skip_cplus_tests): New proc.
24654 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
24655 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
24656 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
24657 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
24658 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
24659 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
24660 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
24661 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
24662
24663 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
24664
24665Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
24666
24667 * gdb.base/corefile.exp (up): Allow a parameter to appear
24668 in the frame that we're going up to.
24669
24670 From Jim Blandy <jimb@cygnus.com>:
24671
24672 * gdb.base/default.exp (info float): Expect some output now.
24673
24674 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
24675 returning floating-point values to fail on the x86.
24676 * gdb.base/callfwmall.exp (do_function_calls): Same.
24677
24678 * gdb.base/list.exp (test_listsize): Correct expectations for
24679 listing line 1 with listsize 2. Also, listing a single line
24680 works now, as does listing three lines. [Kevin's note: There
24681 were a number of other cases fixed too where the expectations
24682 differed...]
24683
246841999-09-02 Stan Shebs <shebs@andros.cygnus.com>
24685
24686 * gdb.base/selftest.exp: Add case for when version prints as
24687 constant string instead of char pointer.
24688
104c1213
JM
246891999-08-25 Stan Shebs <shebs@andros.cygnus.com>
24690
24691 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 24692 stepping out of main.
104c1213
JM
24693
24694 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
24695 G++ used.
24696
24697 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 24698 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
24699
24700 * gdb.c++/ovldbreak.exp: Update match string in test that
24701 includes a warning of multiple breakpoints.
24702
247031999-08-24 Stan Shebs <shebs@andros.cygnus.com>
24704
24705 * gdb.base/display.exp: Improve precision of step-after-finish
24706 added yesterday.
24707
24708 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 24709 test.
104c1213
JM
24710
24711 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
24712 configs when using G++, not just hppa*.
24713
247141999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24715
24716 * gdb.base/async.c: New file.
24717 * gdb.base/async.exp: New file.
24718
24719Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
24720
24721 * gdb.base/break.exp: Tweak PA specific tests to properly handle
24722 PA64.
24723
53a5351d
JM
24724Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
24725
104c1213
JM
24726 * gdb.base/display.exp: "finish" can leave us mid-line on many
24727 targets, deal with it. Add a small constant to main, instead of
24728 1000 since main+1000 may not be a valid address in the target.
24729
53a5351d
JM
24730 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
24731 on hpux11.
24732
24733 * gdb.base/attach.exp: Handle another hpux11 error message variant
24734 when attaching to a process that does not exist.
24735
247361999-08-19 J.T. Conklin <jtc@redback.com>
24737
24738 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 24739 characters in 'continue to 1241' test.
53a5351d
JM
24740
247411999-08-17 Stan Shebs <shebs@andros.cygnus.com>
24742
24743 * gdb.base/call-ar-st.exp: Add a shorter match case for the
24744 stop in print_long_arg_list, define and use a whitespace
24745 variable in print_small_structs test, add an XFAIL for Solaris.
24746 * gdb.base/dbx.exp: XFAIL func commands until somebody is
24747 interested enough to fix.
24748
7be570e7
JM
247491999-08-13 Keith Seitz <keiths@cygnus.com>
24750
24751 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
24752 (dbx_gdb_load): Remove. Use gdb_load instead, since that
24753 proc knows about targets other than the natives.
24754 (test_assign): Use "gdb_run_cmd" to "run" the target.
24755 Check that we've actually hit the breakpoint at main.
24756 When we attempt to assign a value to a local variable, check
24757 that the variable is in the current scope, i.e., don't use
24758 a test with an empty result.
24759
24760Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
24761
24762 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 24763 command.
7be570e7
JM
24764
247651999-08-09 Stan Shebs <shebs@andros.cygnus.com>
24766
24767 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24768 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
24769 gdb.compat, gdb.threads-hp.
24770 gdb.hp/configure, gdb.hp/configure.in: New files.
24771 gdb.hp/Makefile.in: Recurse into new subdirs.
24772 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
24773 gdb.hp/gdb.objdbg: New directory, tests for debugging info
24774 in object files.
24775 gdb.hp/tools: New directory, aux tools for HP-specific tests.
24776
96baa820
JM
247771999-08-05 Stan Shebs <shebs@andros.cygnus.com>
24778
24779 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 24780 funky printf, remove a bogus p/a test.
96baa820
JM
24781
247821999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24783
24784 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
24785 connected to the target. This is necessary when running not
24786 natively.
96baa820
JM
24787
247881999-08-03 Stan Shebs <shebs@andros.cygnus.com>
24789
24790 * gdb.base/step-test.exp: Removed some extraneous messages.
24791
24792 * gdb.base/long_long.exp: Don't run memory examination tests
24793 on little-endian targets (they will need a different set of
24794 results to match).
24795
247961999-08-02 Stan Shebs <shebs@andros.cygnus.com>
24797
24798 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
24799 until somebody decides to fix GDB.
24800
24801 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 24802 constant as "ULL".
96baa820
JM
24803 * gdb.base/long_long.exp: Loosen x/c test, add partial result
24804 matches for a couple x/2 commands.
24805
a0b3c4fd
JM
248061999-07-30 Stan Shebs <shebs@andros.cygnus.com>
24807
24808 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
24809 by merging in ref-types2 tests.
24810 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
24811
24812 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24813 * gdb.c++/Makefile.in: Add standard actions.
24814 (EXECUTABLES): Rename from PROGS, update list.
24815 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
24816 from gdb.hp.
24817 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
24818 foo and bar locals.
24819 * gdb.c++/anon-union.exp: Fix tests to match.
24820 * gdb.c++/classes.exp: Run if HP compiler used, add extra
24821 expect matches to handle output variations.
24822 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
24823 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 24824 output, add HP alternatives for new and delete prints.
a0b3c4fd 24825 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 24826 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
24827 * gdb.c++/demangle.exp: Use $style when reporting failure.
24828 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
24829 * gdb.c++/inherit.exp: Run if HP compiler used, add some
24830 match alternatives.
24831 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 24832 compilers.
a0b3c4fd
JM
24833 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
24834 * gdb.c++/method.exp: Add match alternatives.
24835 * gdb.c++/misc.cc: Add bool types.
24836 * gdb.c++/misc.exp: Add tests for bool types.
24837 * gdb.c++/overload.exp: Add xfails.
24838 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
24839 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
24840 add some more template parameter tests (only for HP currently).
24841 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
24842 * gdb.c++/virtfunc.cc: Add return type and value for main.
24843 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
24844 match alternatives.
d63a86f8 24845
a0b3c4fd
JM
248461999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24847
24848 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
24849
248501999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
24851
24852 * gdb.base/signals.exp: Don't expect getting a backtrace from
24853 within a signal handler to fail on Linux.
24854
248551999-07-29 Stan Shebs <shebs@andros.cygnus.com>
24856
24857 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24858 * lib/gdb.exp: Remove some gratuitious semicolons.
24859 (delete_breakpoints): Increase timeout.
24860 (gdb_expect): Add -notransfer option.
24861 (gdb_test): Use -notransfer option.
24862 (get_compiler_info): Add f77 case.
24863 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 24864 case.
a0b3c4fd
JM
24865 (gdb_preprocess): Call get_compiler.
24866
24867 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
24868 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
24869 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
24870 gdb.base/long_long.exp, gdb.base/printcmds.exp,
24871 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
24872 third arg to gdb_test.
a0b3c4fd
JM
24873 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
24874 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 24875 HP-UX xfails, add others.
a0b3c4fd
JM
24876 * gdb.base/completion.exp: Reflect name change of self-test.
24877 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
24878 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
24879 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
24880 HP failure number.
a0b3c4fd
JM
24881 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
24882 useless HP-UX 10.30 references.
24883 * gdb.base/maint.exp: Loosen matches.
24884 * gdb.base/pointers.c (main): Declare more_code.
24885 * gdb.base/pointers.exp: Match on output of a `next'.
24886 * gdb.base/structs.c: Add prototypes.
24887 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
24888 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
24889
248901999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24891
24892 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 24893 command.
a0b3c4fd
JM
24894
248951999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24896
24897 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
24898 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
24899
24900 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
24901 debug info. Deal with lack of signal hanlder info in stack.
24902
a9c64011 24903 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
24904 * gdb.base/annota1.exp: If printf has debug info, deal with it.
24905
5a2468f5
JM
249061999-07-19 Stan Shebs <shebs@andros.cygnus.com>
24907
24908 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 24909 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 24910
adf40b2e
JM
24911Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
24912
24913 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 24914 a1-selftest.exp.
adf40b2e
JM
24915 * gdb.base/configure: Re-generate.
24916
249171999-07-12 Stan Shebs <shebs@andros.cygnus.com>
24918
24919 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
24920 in trying to run first and name is too long.
24921
24922 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
24923 pointers2.c and pointers2.exp, respectively.
24924 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
24925 doschk happier.
24926
43e526b9
JM
249271999-07-08 Stan Shebs <shebs@andros.cygnus.com>
24928
24929 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
24930 callfuncs2.c and callfuncs2.exp.
24931
24932 * gdb.base/list.exp: Remove mistaken xfails.
24933 * gdb.base/list0.h: Add optional prototypes.
24934
9846de1b
JM
24935Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
24936
a9c64011 24937 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 24938 calling malloc.
a9c64011
AS
24939 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
24940 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 24941 use.
9846de1b
JM
24942
249431999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24944
24945 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
24946 * gdb.base/annota2.cc, annota2.exp: Move from here.
24947 * gdb.c++/annota2.cc, annota2.exp: To here.
24948 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
24949
43ff13b4
JM
24950Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
24951
24952 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 24953 a consistent format.
43ff13b4 24954
085dd6e6
JM
249551999-06-25 Stan Shebs <shebs@andros.cygnus.com>
24956
24957 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24958 * lib/gdb.exp (get_compiler_info): Add detection for assorted
24959 HP compilers, also set the globals $true and $false.
24960
24961 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
24962 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
24963 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
24964 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
24965 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
24966 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
24967 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
24968 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
24969 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
24970 whatis.c} Add C++ compatible function definitions and return
24971 types, add includes for library functions.
085dd6e6
JM
24972 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
24973 * gdb.base/step-test.c (myglob): Rename from glob.
24974 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
24975 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
24976 files, move here from gdb.hp.
085dd6e6 24977 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
24978 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
24979 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
24980 Adjust line numbers in regexps.
085dd6e6
JM
24981
24982 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
24983 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
24984 instead of 0/1.
24985
24986 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
24987 foll-vfork.exp: New files, move here from gdb.hp.
24988 * gdb.base/page.exp: New file, test of pagination command.
24989
24990 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
24991 recursion test.
24992 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
24993
24994 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 24995 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
24996
24997 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 24998 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 24999 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 25000 watchpoint test.
085dd6e6
JM
25001 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
25002 them work.
25003 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
25004 expressions properly.
25005 * gdb.base/corefile.exp: Loosen the match slightly.
25006 * gdb.base/default.exp: Allow "Error accessing memory" message
25007 also.
25008 * gdb.base/display.exp: Skip over x/0 j if PA64.
25009 * gdb.base/funcargs.exp: Add xfails for HP-UX.
25010 * gdb.base/interrupt.exp: Ditto.
25011 * gdb.base/langs.exp: Add symbolic matches governed by compiler
25012 in use.
25013 * gdb.base/list.exp: Add xfails for HP-UX.
25014 * gdb.base/long_long.exp: Refine some of the numeric matches.
25015 * gdb.base/mips_pro.exp: Xfail on HP-UX.
25016 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
25017 * gdb.base/nodebug.exp: Succeed on more varieties of output.
25018 * gdb.base/opaque.exp: Remove some HP-UX xfails.
25019 * gdb.base/ptype.exp: Succeed on more varieties of output.
25020 * gdb.base/scope.exp: Add xfails for HP-UX.
25021 * gdb.base/sect-cmd.exp: Add more cases.
25022 * gdb.base/setvar.exp: Add xfails for HP-UX.
25023 * gdb.base/shlib-call.exp: Loosen some matches slightly.
25024 * gdb.base/signals.exp: Match on void symbolically.
25025 * gdb.base/step-test.exp: Add case for PA64.
25026 * gdb.base/term.exp: Add exit and restart.
25027 * gdb.base/twice.exp: Clean up after self.
25028 * gdb.base/varargs.exp: Disable overload resolution explicitly.
25029 * gdb.base/whatis.exp: Allow more ways to pass tests.
25030
25031 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 25032 no longer useful.
085dd6e6
JM
25033
25034Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
25035
25036 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 25037 list of patterns.
085dd6e6 25038 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
25039 print_double_array(double_array)", "continuing to breakpoint
25040 1018", "print print_double_array(array_d)" and "continuing to
25041 1034" tests.
d63a86f8 25042
085dd6e6
JM
250431999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
25044
a9c64011 25045 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
25046
250471999-06-24 Stan Shebs <shebs@andros.cygnus.com>
25048
25049 * config/mt-*: Remove, these haven't been used since 1996.
25050
250511999-06-22 Stan Shebs <shebs@andros.cygnus.com>
25052
25053 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 25054 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
25055 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
25056
9e0b60a8
JM
250571999-06-18 Stan Shebs <shebs@andros.cygnus.com>
25058
25059 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
25060 simpler match case for the ptype of the big class.
25061
250621999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25063
25064 * gdb.exp: Fix test for gdb_prompt existence.
25065
250661999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25067
25068 * gdb.exp (gdb_test): Add fail after calls to perror.
25069
250701999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25071
25072 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
25073
250741999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25075
25076 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
25077
0f71a2f6
JM
25078Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
25079
25080 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 25081 malloc() is linked in.
0f71a2f6
JM
25082
250831999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
25084
25085 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
25086 step at end.
25087
25088 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
25089
250901999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
25091
25092 * gdb.java/jv-print.exp: New file. (Our first Java test!)
25093
cce74817
JM
25094Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
25095
25096 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
25097 * gdb.base/mips_pro.exp: Likewise.
25098
250991999-06-02 Keith Seitz <keiths@cygnus.com>
25100
25101 * gdb.c++/templates.cc: Change all "new" operators to throw
25102 an exception.
25103 * gdb.c++/cplusfuncs.cc: Likewise.
25104
25105 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
25106
25107Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
25108
25109 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
25110 * gdb.base/ending-run.exp: When stepping out of main, accept a
25111 step into an arbitrary assembler file.
cce74817 25112
392a587b
JM
251131999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25114
d63a86f8 25115 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 25116 "breakpoint-invalid" to be printed.
6fdff2c5
PA
25117 * gdb.base/annota2.exp: Revise line number for main
25118 breakpoint. Allow any number of "frames-invalid" and
25119 "breakpoint-invalid" to be printed.
392a587b
JM
25120 * gdb.base/annota2.cc: Initialize a.x to 0.
25121
9e086581
JM
251221999-05-17 Keith Seitz <keiths@cygnus.com>
25123
6fdff2c5
PA
25124 * gdb.base/call-ar-st.exp: Skip
25125 "print print_double_array (double_array)" when "skip_float_tests" set.
25126 Ditto for "print print_double_array(array_d)",
25127 "print print_small_structs", "print print_ten_doubles", and
25128 "step into print_long_arg_list".
25129 Don't assume we can step into "print_long_arg_list": we could step
25130 into memcpy.
25131 * gdb.base/call-rt-st.exp: Don't run float-related tests when
25132 "skip_float_tests" is set: "print print_one_double(*d1)"
25133 and "print print_two_floats(*f3)".
9e086581
JM
25134 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
25135 "skip_float_tests" is set.
6fdff2c5
PA
25136 * gdb.base/varargs.exp: Skip
25137 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
25138 "skip_float_tests" set.
d63a86f8 25139
cd0fc7c3
SS
251401999-05-06 Keith Seitz <keiths@cygnus.com>
25141
25142 * gdb.base/annota2.cc: Include stdio.h.
25143
25144Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
25145
25146 * gdb.base/crossload.exp: Remove, this has been disabled ever
25147 since BFD stopped including all targets, and cross-GDB gets
25148 plenty of testing anyway.
25149 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
25150 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
25151 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
25152 * gdb.base/README: Remove, was doc for this.
25153 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 25154 needed.
cd0fc7c3 25155
b83266a0
SS
251561999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25157
25158 * gdb.base/call-ar-st.exp: Fix one regular expression in test
25159 output.
25160
25161 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
25162 * gdb.base/annota2.exp: New file. More annotation tests.
25163 * gdb.base/annota1.c: New file. Source file for annota1.exp.
25164 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
25165
251661999-04-23 Angela Marie Thomas <angela@cygnus.com>
25167
25168 * config/cfdbug.exp: New file.
25169
7a292a7a
SS
251701999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
25171
25172 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
25173 Marcus Daniel's and Dale Hawkins's demangler crashes.
25174
25175 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
25176 test_lucid_style_demangling, test_arm_style_demangling,
25177 test_hp_style_demangling): Try Tom Tromey's core-dumping
25178 identifier under each demangling style.
7a292a7a
SS
25179
251801999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
25181
25182 * gdb.c++/demangle.exp: Include the current demangling style
25183 in all test names.
25184 (current_demangling_style): New global variable.
25185 (set_demangling_style, test_demangling_core, test_demangling,
25186 test_demangling_exact): New functions.
25187 (test_gnu_style_demangling, test_lucid_style_demangling,
25188 test_arm_style_demangling, test_hp_style_demangling): Use those,
25189 instead of calling gdb_test and gdb_test_exact directly.
25190 (catch_demangling_errors): New function, which reports errors
25191 signalled by the demangling test functions in an orderly way.
25192 (do_tests): Use catch_demangling_errors.
25193
251941999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
25195
25196 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 25197 grouping in expressions, not {}.
7a292a7a
SS
25198
25199 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 25200 initialized yet.
7a292a7a
SS
25201
252021999-04-01 Stan Shebs <shebs@andros.cygnus.com>
25203
25204 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
25205 are listed.
25206
252071999-03-26 Stan Shebs <shebs@andros.cygnus.com>
25208
25209 * gdb.stabs/weird.exp: Test for CC being defined before
25210 looking at its value.
25211
252121999-03-25 Stan Shebs <shebs@andros.cygnus.com>
25213
25214 * gdb.base/call-ar-st.exp: Remove stray '#'.
25215 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
25216 "short int" and "long int".
25217 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 25218 change, to mollify finicky HP compiler.
7a292a7a
SS
25219 * gdb.hp/reg-test.exp (testfile): Fix file name.
25220 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 25221
7a292a7a
SS
25222 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
25223 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
25224 alternate form of enum ptype.
25225
c906108c
SS
252261999-03-23 Stan Shebs <shebs@andros.cygnus.com>
25227
7a292a7a
SS
25228 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
25229 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
25230 passing skip_hp_tests, so as not to waste time on guaranteed
25231 failure.
7a292a7a 25232
c906108c
SS
25233 * gdb.c++/overload.cc: Pass string instead of char addr, always
25234 init ccpfoo.
25235 * gdb.c++/templates.cc: Fix syntax error.
25236
7a292a7a
SS
25237Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25238
25239 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 25240 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
25241 command.
25242
252431999-03-18 James Ingham <jingham@cygnus.com>
25244
25245 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
25246
25247 * gdb.c++/method.exp: It was testing an uninitialized int on the
25248 stack and assuming it was positive.
25249
25250 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
25251
25252 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 25253 keep it from killing the rest of the tests.
7a292a7a
SS
25254 Use gdb_continue_to_end.
25255
25256 * gdb.base/sigall.exp: use gdb_continue_to_end.
25257
25258 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
25259
25260 * gdb.base/display.exp: use runto_main, not run.
25261
d63a86f8
RM
25262 * gdb.base/default.exp: Check for the current error message in the
25263 r abbreviation test.
7a292a7a
SS
25264 Add strongarm to the targets that know info float.
25265
d63a86f8 25266 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
25267 run which doesn't work with monitors.
25268
6fdff2c5
PA
25269 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
25270 1034 test.
7a292a7a
SS
25271
25272 * gdb.base/break.exp: use the gdb_continue_to_end proc.
25273
6fdff2c5
PA
25274 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
25275 end of a program. Traps the case (in Cygmon) when the program
25276 never really exits. Same as Mark's continue_to_exit, but I had
25277 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
25278
25279 * config/monitor.exp (gdb_target_monitor): added another
25280 target_info parameter: remotebinarydownload. This will set the
25281 remotebinarydownload flag if this is causing some boards trouble.
25282
252831999-03-18 Mark Salter <msalter@cygnus.com>
25284
25285 * lib/gdb.exp (continue_to_exit): New function.
25286
25287 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
25288 * gdb.base/ending-run.exp: Ditto.
25289 * gdb.base/step-test.exp: Ditto.
25290
252911999-03-16 Stan Shebs <shebs@andros.cygnus.com>
25292
25293 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
25294 (suggested by Art Haas <ahaas@neosoft.com>).
25295
252961999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
25297
889bf7c5 25298 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
25299
25300Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
25301
25302 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 25303 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
25304
253051999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
25306
25307 * gdb.base/call-strs.exp: Don't assume that `step' will step over
25308 a call to strlen; sometimes we do have sources.
25309
253101999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
25311
25312 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 25313 character, so GDB won't print garbage after its end.
d63a86f8 25314
c906108c
SS
25315 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
25316 breakpoint there instead. Sometimes GCC emits memcpy to handle
25317 the large structures being passed by value, so we step into that
25318 instead of sum_array_print, which obscures what we're really testing.
25319 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
25320 the bizarre steps into memcpy, so do that here. Add check for
25321 stepping into function calls that pass large structures by value.
25322 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
25323 Remove all references to specific line numbers.
25324 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
25325 New type and function.
25326 (main): Call large_struct_by_value, passing it a large struct by value.
25327 * lib/gdb.exp (gdb_get_line_number): New function.
25328
25329 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
25330 more portable.
25331
7a292a7a
SS
253321999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
25333
c906108c
SS
25334 * lib/gdb.exp: Doc fixes.
25335
7a292a7a
SS
253361999-03-05 Nick Clifton <nickc@cygnus.com>
25337
d63a86f8 25338 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
25339
253401999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
25341
c906108c 25342 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
25343 commands. They're not germane to this test, and they don't work
25344 that way on remote targets.
c906108c 25345
3fc11d3e
JM
253461999-03-01 James Ingham <jingham@cygnus.com>
25347
25348 * Changelog entries merged over from gdb development branch.
25349
3fc11d3e
JM
25350 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
25351
25352 * lib/gdb.exp (gdbtk_analyze_results): Generic function
25353 for outputting results of test run.
25354
2d4a1622 25355 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
25356
25357 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 25358
7a292a7a
SS
253591999-02-25 Felix Lee <flee@cygnus.com>
25360
25361 * lib/gdb.exp (debug_format): initialize
25362
c906108c
SS
253631999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
25364
25365 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
25366 * gdb.base/call-rt-st.c: Ditto.
25367
c906108c
SS
253681999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
25369
25370 * gdb.threads/pthreads.exp (horiz): New variable.
25371 (test_startup): Fix regexps that capture thread numbers.
25372
253731999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
25374
25375 * gdb.base/smoke.exp: Disambiguate two test case names (both
25376 called ``print'').
25377
25378Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
25379
25380 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 25381 compilation.
c906108c
SS
25382
253831999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
25384
25385 * gdb.base/miscexprs.exp: Change patterns to match GDB's
25386 actual output formatting.
25387 * gdb.base/smoke.exp: GDB removes leading 0's.
25388 * gdb.base/volatile.exp: Don't check type of remuneration;
25389 that variable is no longer defined in constvars.c.
25390 * gdb.base/step-test.c (main): Exit with explicit exit code.
25391 * gdb.base/step-test.exp: Remove two nexti checks--they are
25392 not portable.
25393
253941999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
25395
25396 * gdb.base/help.exp ("help delete display"): Fix test to match
25397 gdb's output.
25398
25399 * gdb.base/long_long.c (known_types): Initialize values to zero.
25400 * gdb.base/long_long.exp: Step one more line
25401 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
25402 leading zeros. Explicitly ask for hex formatting. Use
25403 unique test case names.
c906108c
SS
25404
25405Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25406
d63a86f8 25407 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
25408
25409 * gdb.c++/method.exp: Add missing close brace.
25410
254111999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
25412
25413 * gdb.base/maint.exp: Use 'set height 0' to disable page
25414 prompting, not 'set height 400'.
25415
25416 Fix a bunch of timeouts.
25417 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
25418 four separate tests, so expect doesn't take forever to match a ton
25419 of text against a regexp with lots of .* forms.
25420 ("maint print psymbols", "maint print symbols"): Make some of
25421 these greps more selective, so that expect doesn't try to wade
25422 through huge piles of output and time out.
25423
25424 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
25425
25426 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
25427 tests: one which doesn't expect shlib events to be reported, and
25428 another which does, but is XFAIL for all platforms other than
25429 HP/UX.
c906108c
SS
25430
25431 * gdb.base/break.exp: Teach the test suite that the `catch
25432 fork', `catch vfork', and `catch exec' commands produce error
25433 messages on platforms that don't provide these features.
25434
25435Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
25436
25437 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
25438 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
25439 (shortening names from solib_threshold.exp etc), won't run on
25440 anything but HP-UX for the foreseeable future.
c906108c 25441 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 25442 reflect move.
c906108c
SS
25443
25444Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
25445
25446 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 25447 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
25448
25449Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
25450
25451 * gdb.base/shlib-call.exp: add test cases to verify that gdb
25452 successfully re-sets breakpoints in shared libraries.
25453 * gdb.base/shmain.c (main): return 0, don't fall off the end.
25454
25455Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25456
d63a86f8
RM
25457 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
25458 and compiled w/o GCC.
c906108c
SS
25459
25460 * gdb.hp/watch-cmd.exp: ditto.
25461
25462 * gdb.hp/watch-hp.exp: ditto.
25463
25464 * gdb.hp/xdb1.exp: ditto.
25465
25466 * gdb.hp/xdb2.exp: ditto.
25467
25468 * gdb.hp/dbx.exp: ditto.
25469
25470Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
25471
25472 * constvars.c: Remove C++-isms.
25473 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 25474 with GCC.
c906108c
SS
25475
25476Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
25477
25478 The following changes are part of the HP merge.
25479
25480 * gdb.base/break.exp: new tests to verify that catchpoints for
25481 fork, vfork, and exec don't trigger inappropriately.
25482
25483 * gdb.base/opaque.exp: compile one file at a time, then link.
25484
25485 * gdb.base/signals.exp: be more restrictive about which hppa
25486 systems receive a setup_xfail. new tests.
25487
25488 * gdb.base/solib_threshold.build: new file.
25489 * gdb.base/solib_threshold.exp: new file.
25490 * gdb.base/solib_threshold.link_opts: new file.
25491 * gdb.base/solib_threshold.mk: new file.
25492 * gdb.base/gen_solib_threshold.c: new file.
25493
25494 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
25495 tests. New tests for enums inside classes.
25496
25497 * gdb.c++/compiler.cc: indicate support of template debugging.
25498
25499 * gdb.c++/demangle.exp: run hp style demangling tests.
25500
25501 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
25502 tests.
25503
25504 * gdb.c++/misc.cc: changes to support new tests.
25505
25506 * gdb.c++/templates.cc: changes to support HP's compiler; changes
25507 to support new tests.
25508
25509 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
25510 gcc, then skip these tests.
25511
25512Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
25513
25514 The following files are part of the HP merge; some had longer
25515 names at HP, but have been renamed to be no more than 14
25516 characters in length.
25517
25518 * gdb.hp/ambiguous.cc: new file.
25519 * gdb.hp/ambiguous.exp: new file.
25520 * gdb.hp/attach.exp: new file.
25521 * gdb.hp/attach2.exp: new file.
25522 * gdb.hp/classes-hp.exp: new file.
25523 * gdb.hp/ctti.exp: new file.
25524 * gdb.hp/ctti-add.cc: new file.
25525 * gdb.hp/ctti-add1.cc: new file.
25526 * gdb.hp/ctti-add2.cc: new file.
25527 * gdb.hp/ctti-add3.cc: new file.
25528 * gdb.hp/dbx.exp: new file.
25529 * gdb.hp/exception.cc: new file.
25530 * gdb.hp/exception.exp: new file.
25531 * gdb.hp/foll-exec.c: new file.
25532 * gdb.hp/foll-exec.exp: new file.
25533 * gdb.hp/foll-fork.c: new file.
25534 * gdb.hp/foll-fork.exp: new file.
25535 * gdb.hp/foll-vfork.c: new file.
25536 * gdb.hp/foll-vfork.exp: new file.
25537 * gdb.hp/inherit-hp.exp: new file.
25538 * gdb.hp/more-steps.exp: new file.
25539 * gdb.hp/namespace.cc: new file.
25540 * gdb.hp/namespace.exp: new file.
25541 * gdb.hp/optimize.exp: new file.
25542 * gdb.hp/pxdb.c: new file.
25543 * gdb.hp/pxdb.exp: new file.
25544 * gdb.hp/quicksort.exp: new file.
25545 * gdb.hp/reg-test.exp: new file.
25546 * gdb.hp/reg-test.s: new file.
25547 * gdb.hp/sized-enum.c: new file.
25548 * gdb.hp/sized-enum.exp: new file.
25549 * gdb.hp/start-stop.exp: new file.
25550 * gdb.hp/templ-hp.cc: new file.
25551 * gdb.hp/templ-hp.exp: new file.
25552 * gdb.hp/thr-lib.c: new file.
25553 * gdb.hp/thr-lib.exp: new file.
25554 * gdb.hp/thr-lib.h: new file.
25555 * gdb.hp/thr-liblib.c: new file.
25556 * gdb.hp/virtfun-hp.c: new file.
25557 * gdb.hp/virtfun-hp.exp: new file.
25558 * gdb.hp/watch-cmd.exp: new file.
25559 * gdb.hp/watch-hp.exp: new file.
25560 * gdb.hp/xdb1.exp: new file.
25561 * gdb.hp/xdb2.exp: new file.
25562 * gdb.hp/xdb3.exp: new file.
25563
25564Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
25565
25566 The following files are part of the HP merge; some had longer
25567 names at HP, but have been renamed to be no more than 14
25568 characters in length.
25569
25570 * gdb.base/ss.h: new file.
25571 * gdb.base/call-ar-st.c: new file.
25572 * gdb.base/call-ar-st.exp: new file.
25573 * gdb.base/call-rt-st.c: new file.
25574 * gdb.base/call-rt-st-exp: new file.
25575 * gdb.base/call-strs.exp: new file.
25576 * gdb.base/ena-dis-br.exp: new file.
25577 * gdb.base/environ.exp: new file.
25578 * gdb.base/long_long.exp: new file.
25579 * gdb.base/sect-cmd.exp: new file.
25580 * gdb.base/shlib-cl2.exp: new file.
25581 * gdb.base/smoke.exp: new file.
25582 * gdb.base/so-impl-ld.c: new file.
25583 * gdb.base/so-impl-ld.exp: new file.
25584 * gdb.base/so-indr-cl.c: new file.
25585 * gdb.base/so-indr-cl.exp: new file.
25586 * gdb.base/varargs.exp: new file.
25587 * gdb.base/volatile.exp: new file.
25588 * gdb.base/whatis-exp.exp: new file.
7a292a7a 25589 * gdb.base/display.exp: new file.
c906108c
SS
25590 * gdb.c++/derivation.exp: new file.
25591 * gdb.c++/local.exp: new file.
25592 * gdb.c++/member-ptr.exp: new file.
25593 * gdb.c++/overload.exp: new file.
25594 * gdb.c++/ovldbreak.exp: new file.
25595 * gdb.c++/ref-types.exp: new file.
25596 * gdb.c++/ref-types2.exp: new file.
25597 * gdb.c++/userdef.exp: new file.
d63a86f8 25598
c906108c
SS
25599Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
25600
25601 * gdb.base/default.exp: Reflect wording change in remote.c.
25602
dc96c6c7 25603Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25604
25605 * gdb.base/help.exp: Update to reflect current text.
25606
25607Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
25608
25609 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
25610 they're stack variables and contain garbage.
25611 * gdb.c++/anon-union.exp: new file.
25612
25613 The following changes were made by David Taylor
889bf7c5
PA
25614 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
25615 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
25616 in changes by HP.
c906108c
SS
25617
25618 * gdb.base/bitops.exp: new file.
25619 * gdb.base/default.exp: change expected messages for catch and
25620 info catch tests to reflect HP merge changes.
25621 * gdb.base/enable-disable-break.exp
25622 * gdb.base/ending-run.c: new file.
25623 * gdb.base/long_long.c: new file.
25624 * gdb.base/maint.exp: new file.
25625 * gdb.base/pointers2.exp: new file.
25626 * gdb.base/shlib-call2.exp: new file.
25627 * gdb.base/solib.exp: new file.
25628 * gdb.base/step-test.c: new file.
25629 * gdb.c++/anon-union.cc: new file.
25630 * gdb.c++/local.cc: new file.
25631 * gdb.c++/member-pointer.cc: new file.
25632 * gdb.c++/method.cc: new file.
25633 * gdb.c++/ref-types.cc: new file.
25634 * gdb.c++/ref-types2.cc: new file.
25635 * gdb.c++/userdef.cc: new file.
d63a86f8 25636
c906108c
SS
25637 * gdb.base/scope.exp: compile one file at a time, then link.
25638 * gdb.base/langs.exp: ditto.
25639 * gdb.base/list.exp: ditto.
d63a86f8 25640
c906108c
SS
25641Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
25642
25643 The following changes were made by David Taylor
889bf7c5
PA
25644 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
25645 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
25646 in changes by HP.
d63a86f8 25647
c906108c
SS
25648 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
25649 skip tests. When compiling pass c++ flag to gdb_compile.
25650 * gdb.c++/
d63a86f8 25651
c906108c
SS
25652 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
25653 test for on hppa*-*-hpux*; use args to see if c++ was specified.
25654 (skip_hp_tests): new function.
25655 (gdb_preprocess): new function.
25656
25657 * configure.in (hpdir): decide whether to configure gdb.hp.
25658 * configure: regenerated.
25659
25660 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
25661 to delete on clean.
25662 (EXECUTABLES): update to reflect new additions.
25663 * gdb.base/commands.exp: update message expected.
25664 * gdb.base/default.exp: add copyright notice.
25665 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
25666 * gdb.base/help.exp: update messages to reflect current text.
25667 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
25668 targets for recurse tests.
25669 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
25670 skip this file.
25671
25672 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
25673 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
25674 compilation.
25675 * gdb.c++/misc.exp: ditto.
25676 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
25677 run the tests. tell gdb_compile that it's a c++ compilation.
25678
25679 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 25680
c906108c
SS
25681 * gdb.base/all-bin.exp: new file.
25682 * gdb.base/arithmet.exp: new file.
25683 * gdb.base/assign.exp: new file.
25684 * gdb.base/completion.exp: new file.
25685 * gdb.base/cond-expr.exp: new file.
25686 * gdb.base/condbreak.exp: new file.
25687 * gdb.base/define.exp: new file.
25688 * gdb.base/dollar.exp: new file.
25689 * gdb.base/environment.exp: new file.
25690 * gdb.base/eval-skip.exp: new file.
25691 * gdb.base/jump.exp: new file.
25692 * gdb.base/logical.exp: new file.
25693 * gdb.base/pointers.exp: new file.
25694 * gdb.base/relational.exp: new file.
25695 * gdb.base/section_command.exp: new file.
25696 * gdb.base/whatis-expr.exp: new file.
25697
25698 * gdb.base/all-types.c: new file.
25699 * gdb.base/call-array-struct.c: new file.
25700 * gdb.base/call-return-struct.c: new file.
25701 * gdb.base/call-strings.c: new file.
25702 * gdb.base/callfuncs2.c: new file.
25703 * gdb.base/condbreak.c: new file.
25704 * gdb.base/constvars.c: new file.
25705 * gdb.base/display.c: new file.
25706 * gdb.base/int-type.c: new file.
25707 * gdb.base/jump.c: new file.
25708 * gdb.base/miscexprs.c: new file.
25709 * gdb.base/pointers.c: new file.
25710 * gdb.base/pointers2.c: new file.
25711 * gdb.base/shmain.c: new file.
25712 * gdb.base/shr1.c: new file.
25713 * gdb.base/shr2.c: new file.
25714 * gdb.base/solib.c: new file.
25715 * gdb.base/solib1.c: new file.
25716 * gdb.base/solib2.c: new file.
25717 * gdb.base/varargs.c: new file.
25718 * gdb.c++/derivation.cc: new file.
25719 * gdb.c++/overload.cc: new file.
25720 * gdb.c++/ovldbreak.cc: new file.
25721 * gdb.hp/attach.c: new file.
25722 * gdb.hp/attach2.c: new file.
25723 * gdb.hp/average.c: new file.
25724 * gdb.hp/compiler.c: new file.
25725 * gdb.hp/compiler.cc: new file.
25726 * gdb.hp/execd-program.c: new file.
25727 * gdb.hp/follow-exec.c: new file.
25728 * gdb.hp/follow-fork.c: new file.
25729 * gdb.hp/follow-vfork-and-exec.c: new file.
25730 * gdb.hp/misc-hp.cc: new file.
25731 * gdb.hp/more-steps.c: new file.
25732 * gdb.hp/optimize.c: new file.
25733 * gdb.hp/quicksort.c: new file.
25734 * gdb.hp/run-hp.c: new file.
25735 * gdb.hp/start-stop.c: new file.
25736 * gdb.hp/sum.c: new file.
25737 * gdb.hp/templates-hp.cc: new file.
25738 * gdb.hp/thread-local-in-lib.c: new file.
25739 * gdb.hp/thread-local-in-lib.h: new file.
25740 * gdb.hp/thread-local-in-lib.lib.c: new file.
25741 * gdb.hp/vforked-program.c: new file.
25742 * gdb.hp/virtfunc-hp.cc: new file.
25743 * gdb.hp/watchpoint-hp.c: new file.
25744 * gdb.hp/xdb.c: new file.
25745 * gdb.hp/xdb0.c: new file.
25746 * gdb.hp/xdb0.h: new file.
25747 * gdb.hp/xdb1.c: new file.
25748
25749Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
25750
25751 The following change was made by Edith Epstein
889bf7c5
PA
25752 <eepstein@cygnus.com> as part of a project to merge in changes
25753 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
25754
25755 * gdb.c++/demangle.exp: changed the expected output for some
25756 ARM-style mangling -- removed second reference to datatype.
889bf7c5 25757 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 25758 T1<char>::~T1<char>(void)
c906108c 25759 becomes,
a9c64011
AS
25760 maint demangle __dt__11T1__pt__2_cFv
25761 T1<char>::~T1(void)
c906108c 25762
889bf7c5 25763 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 25764
c906108c
SS
25765Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
25766
25767 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
25768 * gdb.trace/backtrace.exp: Likewise.
25769 * gdb.trace/circ.exp: Likewise.
25770 * gdb.trace/collection.exp: Likewise.
25771 * gdb.trace/deltrace.exp: Likewise.
25772 * gdb.trace/infotrace.exp: Likewise.
25773 * gdb.trace/limits.exp: Likewise.
25774 * gdb.trace/packetlen.exp: Likewise.
25775 * gdb.trace/passc-dyn.exp: Likewise.
25776 * gdb.trace/passcount.exp: Likewise.
25777 * gdb.trace/report.exp: Likewise.
25778 * gdb.trace/save-trace.exp: Likewise.
25779 * gdb.trace/tfind.exp: Likewise.
25780 * gdb.trace/tracecmd.exp: Likewise.
25781 * gdb.trace/while-dyn.exp: Likewise.
25782 * gdb.trace/while-stepping.exp: Likewise.
25783
257841998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
25785
25786 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
25787
25788Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
25789
25790 From Brendan Kehoe:
25791 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
25792 int return types.
25793
25794Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
25795
25796 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 25797 remote dos host testing right.
c906108c
SS
25798
25799Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
25800
25801 * gdb.base/corefile.exp: remove some xfails.
25802
25803Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
25804
25805 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 25806 have different timestamps.
c906108c
SS
25807
25808Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
25809
25810 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 25811 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
25812
25813Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
25814
25815 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 25816 delta.
c906108c
SS
25817
25818Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
25819
25820 * gdb.base/default.exp: Add brace missing from previous delta.
25821
25822Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
25823
25824 * gdb.base/default.exp: Support test for info float for all
25825 varieties of arm toolchain.
25826
dc96c6c7 25827Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25828
25829 * gdb.trace/*.exp: remove "remote_download" command.
25830
dc96c6c7 25831Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25832
25833 * gdb.trace/*.exp: remove -gdwarf from compile.
25834
25835Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
25836
25837 * gdb.trace/configure.in(AC_INIT): typo
25838 * gdb.trace/configure: regenerated
25839
dc96c6c7 25840Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25841
25842 * config/m68k-emc.exp: New file.
25843 * lib/<emc-support.exp trace-support.exp}: New files.
25844 * configure.in: add new test directory gdb.trace.
25845 * gdb.trace/{configure configure.in Makefile.in}: New files.
25846 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
25847 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
25848 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
25849 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
25850 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
25851 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
25852 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 25853
dc96c6c7 25854Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25855
25856 * gdb.c++/classes.exp: Change all regular expressions to match
25857 arbitrary combinations of newline/carriage-return, so that they
25858 will work equally well on Unix and Windows.
25859 * gdb.c++/inherit.exp: ditto.
25860 * gdb.c++/virtfunc.exp: ditto.
25861
258621998-08-11 Dawn Perchik <dawn@cygnus.com>
25863
25864 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
25865
c2d11a7d
JM
25866Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
25867
25868 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
25869 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
25870 to use a0-a3/d0-d3 as needed.
25871
25872Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
25873
25874 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
25875 * gdb.disasm/am33.exp: Corresponding changes.
25876
c906108c
SS
258771998-07-11 Felix Lee <flee@cygnus.com>
25878
25879 * gdb.base/callfuncs.exp: add cmp10 test.
25880 * gdb.base/callfuncs.c (cmp10): new function.
25881
25882Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
25883
d63a86f8 25884 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
25885 into two parts to get around a synchronization problem in expect.
25886
3fc11d3e
JM
25887Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
25888
25889 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
25890
25891 * configure.in: Add options for gdbtk testsuite.
25892
25893 * configure: Regenerate.
25894
25895 * gdb.gdbtk: New directory to hold gdbtk tests.
25896
c906108c
SS
25897Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25898
25899 * gdb.fortran/types.exp: Escape brackets in expect patterns
25900 for test_float_literal_types_accepted tests.
25901 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
25902 before run test.
25903
c2d11a7d
JM
25904Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
25905
25906 * am33.exp: Just compile, do not link the testcase.
25907 * am33.s: Add ".am33" pseudoop to force am33 mode.
25908
c906108c
SS
259091998-06-25 Felix Lee <flee@cygnus.com>
25910
25911 * gdb.base/setshow.exp: make sure $pc is sane.
25912
25913 * gdb.stabs/weird.exp: split expect patterns properly.
25914
c2d11a7d
JM
25915Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
25916
25917 * gdb.disasm/am33.s: New disassembler testfile for the am33.
25918 * gdb.disasm/am33.exp: Run it.
25919
dc96c6c7 25920Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25921
25922 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
25923 match processing (and eliminate spurious timeouts when running).
25924
dc96c6c7 25925Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25926
25927 * gdb.base/signals.exp (test_handle_all_print): put back Mach
25928 exception test, but conditionalize it on target [mach | gnu].
25929
dc96c6c7 25930Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25931
25932 * gdb.base/overlays.exp: fixup compile line for linker script.
25933
25934Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
25935
25936 * gdb.fortran/types.exp: don't guess at float size.
25937
25938Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
25939
25940 * gdb.base/exprs.exp: delete test that depends on int size.
25941
25942Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
25943
25944 * config/sim.exp: Removed checks for target triplets.
25945 (gdb_target_sim): Use gdb,target_sim_options.
25946
25947Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
25948
25949 * gdb.base/reread.exp: New file.
25950 * gdb.base/reread1.c: New file.
25951 * gdb.base/reread2.c: New file.
25952
25953Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
25954
25955 * config/sim.exp: Use 'target sim -sparclite' when running
25956 SPARClite programs.
25957
25958Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
25959
25960 * gdb.base/structs2.exp: New file.
25961 * gdb.base/structs2.c: New file.
25962
25963Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
25964
25965 * gdb.asm/common.inc: New file.
25966 * gdb.asm/d10v.inc: New file.
25967 * asm-source.exp: Pass -I's to gas to find .inc files.
25968 Update line numbers in expected output.
25969 * asmsrc1.s: Rewrite.
25970 * asmsrc2.s: Rewrite.
25971 * configure.in: Create arch.inc symlink.
25972 * configure: Regenerate.
25973 * Makefile.in (distclean): Delete arch.inc.
25974
25975Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
25976
25977 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
25978 (t_enum_value2): ditto
25979 (t_enum_value3): ditto
25980 (main): ditto
c906108c
SS
25981Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25982
25983 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
25984 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
25985 change.
25986 Use gdb_test instead of send_gdb/gdb_expect sequences.
25987
25988Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
25989
25990 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
25991 not void.
25992
25993Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
25994
25995 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
25996 subroutines. Used to test gdbs ability to single step through PC
25997 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
25998
25999Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
26000
26001 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
26002 more rigorous EGCS C++ error checking.
26003
26004Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26005
a9c64011
AS
26006 * gdb.base/help.exp: Clean up `help set args' and `help show args'
26007 tests.
26008 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
26009 function when asleep.
26010 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
26011 for i*86 Linux and SVR4 signal handling problems.
26012 Remove linux xfail for `next to handler in signals_tests_1', fixed
26013 by recent infrun.c change.
26014 Limit backtrace to 10 frames to avoid timeout problems with infinite
26015 stack backtraces.
26016 Adjust expect pattern in `handle all print' test to match Apr 28 1997
26017 target.[ch] change.
c906108c
SS
26018
26019Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
26020
26021 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
26022 for a newline from gdb before continuing.
26023 (default_gdb_exit): Just look for y or n.
26024 (gdb_test): Detect abnormal exit from GDB running on DOS; if
26025 it does, fail the rests of the tests in the file.
26026
26027Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
26028
26029 * config/cygmon.exp: New file.
26030
26031Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
26032
26033 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 26034 main" test on remote targets.
c906108c
SS
26035
26036 * gdb.base/scope.exp: Fix problem with filelocal_bss before
26037 run test on remote targets.
26038
26039Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
26040
26041 * gdb.asm: New directory.
26042 * configure.in: Configure it.
26043 * configure: Regenerate.
26044 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
26045 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
26046
26047Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
26048
26049 * config/mn10300-eval.exp: New file to support MN10300 eval board.
26050
dc96c6c7 26051Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 26052
a9c64011
AS
26053 * gdb.base/overlays (several files): Merge the two overlay
26054 managers into one. Change variables (foox, barx, bazx, grbxx)
26055 back into ints but force them to load in their proper sections.
c906108c
SS
26056
26057Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
26058
26059 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 26060 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
26061 (D10VCopy): Handle memory regions crossing 16k boundaries.
26062 (D10VCopy): Transfer data in 32 bit chunks.
26063
26064Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
26065
26066 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 26067 correct.
c906108c
SS
26068
26069 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 26070 map. Include space for printf in .text segment.
c906108c
SS
26071
26072 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 26073 updated d10v memory VMA/LMA map.
c906108c 26074 (D10VCopy): Call D10VTranslate.
d63a86f8 26075
c906108c
SS
26076Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
26077
26078 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
26079
26080 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
26081 that it won't be put into the .sdata - small data -
26082 section. Update reference.
c906108c
SS
26083 * gdb.base/baz.c (bazx, baz): Ditto.
26084 * gdb.base/foo.c (foox, foo): Ditto.
26085 * gdb.base/grbx.c (grbxx, grbx): Ditto.
26086
26087 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 26088 to be arrays.
d63a86f8 26089
dc96c6c7 26090Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 26091
a9c64011
AS
26092 * gdb.base/overlays.exp: fix up and get working again.
26093 Add tests for backtraces from an overlay function.
d63a86f8 26094
c906108c
SS
26095Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
26096
26097 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
26098 "calling function with watchpoint enabled".
26099
26100Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
26101
26102 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 26103 gdb_suppress_tests for d10v-*-*.
c906108c
SS
26104 * lib/gdb.exp (gdb_suppress_tests): Disable this function
26105 pending review of whether it is useful or not.
26106
26107Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
26108
26109 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
26110
26111Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
26112
26113 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
26114 * config/dve.exp: New file to support Densan boards.
26115
26116Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
26117
26118 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 26119 reads and BSD.
c906108c
SS
26120
26121Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
26122
26123 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
26124 response.
26125
26126 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
26127
26128Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
26129
26130 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 26131 test.
c906108c
SS
26132
26133 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 26134 target_sizeof_long and target_bigendian_p.
c906108c 26135 (structs_by_value, structs_by_reference): Check values according
889bf7c5 26136 to targets word size and endianess.
d63a86f8 26137
c906108c
SS
26138Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
26139
26140 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 26141 output.
c906108c
SS
26142
26143Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
26144
26145 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 26146 Update test of set args help to match source change.
c906108c
SS
26147
26148Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
26149
26150 * gdb.base/default.exp: Expect help system output to be in
26151 alphabetical order.
26152 * gdb.base/help.exp: Ditto.
26153
26154Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
26155
26156 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
26157 "i*86-pc-linux-gnu*".
26158 * gdb.base/interrupt.exp: Ditto.
26159 * gdb.base/corefile.exp: Ditto.
26160
26161 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 26162 define vxworks when building the testcase.
c906108c
SS
26163
26164 * gdb.base/ptype.exp: Fix testnames to be unique.
26165 * gdb.base/radix.exp: Ditto.
26166 * gdb.base/term.exp: Ditto.
26167 * gdb.base/whatis.exp: Ditto.
26168 * gdb.c++/classes.exp: Ditto.
26169
26170Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
26171
26172 * gdb.base/callfuncs.exp: Fix indentation.
26173
26174 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
26175 suppress_flag has been set.
26176 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
26177 target feature.
26178
26179Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
26180
26181 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
26182 the testcase.
26183
26184 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 26185 set_debug_traps() and breakpoint().
c906108c
SS
26186 * gdb.c++/misc.cc (main): Ditto.
26187 * gdb.c++/templates.cc (main): Ditto.
26188 * gdb.c++/virtfunc.cc (main): Ditto.
26189
26190Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
26191
26192 * lib/gdb.exp(gdb_step_for_stub): New function.
26193 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
26194 exists, reload the executable and do a "continue" instead of
26195 doing a jump.
26196 (runto_main): Use gdb_step_for_stub.
d63a86f8 26197
c906108c 26198 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 26199 tests to have unique names.
c906108c
SS
26200 * gdb.base/callfuncs.exp: Ditto.
26201 * gdb.base/commands.exp: Ditto.
26202 * gdb.base/default.exp: Ditto.
26203 * gdb.base/help.exp: Ditto.
26204 * gdb.base/list.exp: Ditto.
26205 * gdb.base/opaque.exp: Ditto.
26206 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
26207 similar tests.
d63a86f8 26208
c906108c
SS
26209 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
26210 * gdb.c++/cplusfuncs.cc: Ditto.
26211 * gdb.c++/virtfunc.cc: Ditto.
26212
26213 * config/monitor.exp: Keep track of the last file we saw, rather
26214 than trying to get the info from gdb.
26215
26216 * gdb.fortran/types.exp: Move comment to previous line.
26217
26218Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
26219
26220 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 26221 target mode.
c906108c
SS
26222
26223Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
26224
26225 From Bob Manson:
26226 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 26227 string from GDB when it connects.
c906108c
SS
26228
26229 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
26230
26231Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
26232
26233 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
26234 if we can't get a debug format from GDB (we may be testing an
26235 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
26236
26237 * gdb.stabs/weird.exp: Fix quoting.
26238
26239 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
26240
26241Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
26242
26243 * config/arm-ice.exp: New file.
26244
26245Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
26246
26247 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 26248 until it has been modified to work with the new testsuite.
c906108c 26249
99707966 26250 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
26251 testcase won't compile, cause all of the testcases in the file to
26252 fail instead.
c906108c
SS
26253
26254 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
26255 (gdb_clear_suppressed): New procedure.
26256 (gdb_stop_suppressing_tests): Only clear suppress_flag if
26257 it contains a positive value.
26258
26259Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
26260
26261 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
26262
26263 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
26264
26265Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
26266
26267 * lib/gdb.exp (setup_xfail_format): New function.
26268 (get_debug_format): New function to get debug format.
26269 (debug_format): New global variable to hold last value set
26270 by get_debug_format.
26271 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 26272 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
26273 * gdb.c++/ptype.exp: Ditto.
26274 * gdb.c++/classes.exp: Ditto.
26275 * gdb.c++/cplusfuncs.exp: Ditto.
26276 * gdb.c++/inherit.exp: Ditto.
26277 * gdb.c++/templates.exp: Ditto.
26278 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 26279
c906108c
SS
26280Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
26281
26282 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
26283 host doesn't have a currently-open connection.
26284
26285 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
26286 any gdb stub target. Handle cases where gdb doesn't respond when
26287 interrupted in a sane fashion.
c906108c
SS
26288
26289 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 26290 same thing in a totally different way.
c906108c
SS
26291
26292 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 26293 setting "timeout".
c906108c 26294 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 26295 default_gdb_init now.
c906108c
SS
26296
26297Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
26298
26299 * gdb.base/printcmds.exp: Fix "check for floating addition"
26300 regexp to accept results within approx +/- .01 of exact value.
26301 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
26302
26303Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
26304
26305 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 26306 properly.
c906108c
SS
26307 (gdb_expect): Add optional timeout parameter, and add timeout
26308 value to various calls.
26309 (gdb_suppress_tests): Only give one warning message per group.
26310
26311Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
26312
26313 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
26314 global variables. Handle getting a value for $timeout more
26315 gracefully.
c906108c
SS
26316
26317Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
26318
26319 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 26320 initialize.
c906108c 26321 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 26322 by a target configuration file.
c906108c
SS
26323 (gdb_expect): Pass the timeout to remote_expect.
26324
26325 * config/monitor.exp(gdb_load): Fix typo in regexp.
26326
26327Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
26328
26329 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
26330
26331Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
26332
26333 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
26334 here. Call gdb_target_exec before rebooting the target, to make
26335 sure the connection to the target is closed.
c906108c
SS
26336 (gdb_load): Pass the name of the executable to gdb_target_monitor.
26337 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
26338 Also detect "Timeout reading from remote" error.
26339
26340 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
26341 gdb_target_monitor. Don't call gdb_file_cmd here; let
26342 gdb_target_monitor do it.
c906108c
SS
26343
26344 * gdb.disasm/hppa.exp: Don't use exec_output.
26345
26346Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
26347
26348 * gdb.base/list.exp: If we're debugging a non-native target,
26349 try to set the pc register to point to the start of the
26350 program before doing the first list command.
26351
26352 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 26353 test_calls after restarting.
c906108c
SS
26354
26355 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 26356 reloading.
c906108c
SS
26357
26358 * gdb.base/watchpoint.exp: Fix typo.
26359
26360 * gdb.base/setshow.exp: Check for use_gdb_stub.
26361
26362 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 26363 stub case.
c906108c
SS
26364 * gdb.base/langs.exp: Ditto.
26365
26366 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
26367 gdb_load_offset. If we weren't given a file to load, figure out
26368 what the current file is and use it.
c906108c
SS
26369
26370 * config/i386-bozo.exp: New file.
26371
26372Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
26373
26374 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
26375 feature.
26376
26377 * config/proelf.exp: New entry.
26378
26379Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
26380
26381 * lib/gdb.exp: Remove spurious .* patterns at the beginning
26382 of regexps.
26383
26384 * gdb.base/watchpoint.exp: Don't run the test_stepping
26385 tests if gdb can't call functions on the target.
26386
26387 * gdb.base/setshow.exp: Don't run the set prompt tests if
26388 the board has gdb_prompt set.
26389
26390Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
26391
26392 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
26393 * gdb.base/commands.exp: Likewise.
26394 * gdb.base/setshow.exp: Likewise.
26395
26396Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
26397
26398 * config/monitor.exp(gdb_start): Look for gdb_prompt target
26399 feature.
26400
26401 * config/i960.exp: New file.
26402
26403Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
26404
26405 * gdb.base/funcargs.exp: Check for gdb,short_int target
26406 feature instead of looking for explicit target triplets.
26407
dc96c6c7 26408Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 26409
d63a86f8 26410 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
26411 "p 123DEADBEEF", to check parse_number.
26412 * top.c: change "to enable to enable" to "to enable" in a couple
26413 of help strings.
26414
26415Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
26416
26417 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
26418 on the mn10300.
d63a86f8 26419
c906108c
SS
26420Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
26421
26422 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
26423 where the test executable is run with explicit args.
26424 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
26425
26426Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
26427
26428 * gdb.base/run.c: Use FAKEARGV to build test executable that
26429 does not require a command line arg, since most simulators
26430 don't currently support passing such an arg into the simulated
26431 program.
26432 * gdb.base/commands.exp: Change tests to insert the proper
26433 value as the arg to the first recursive factorial call. Change
26434 compilation line to define FAKEARGV at compile time.
26435
26436Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
26437
26438 * gdb.base/recurse.exp: Enable these tests for the mn10300.
26439 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
26440 function with watchpoint enabled" test.
26441
26442Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
26443
26444 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 26445 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
26446
26447 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 26448 "Tests restarted" messages.
c906108c
SS
26449
26450Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
26451
26452 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
26453
dc96c6c7 26454Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26455
26456 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
26457 for INFO SYMBOL; add help tests for OVERLAY commands.
26458 * gdb.base/default.exp: add tests for INFO SYMBOL command;
26459 add tests for OVERLAY commands
26460 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
26461 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
26462 * gdb.base/sigall.c: add usestubs code frag
26463 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 26464
c906108c
SS
26465Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
26466
26467 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
26468 failures.
26469 (gdb_stop_suppressing_tests): Note that tests have restarted.
26470
26471Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
26472
26473 * config/h8300.exp: New file.
26474
26475Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
26476
26477 * gdb.base/setshow.exp: Check for the existence of a
26478 feature, not its value.
26479
26480Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
26481
26482 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
26483
26484 * gdb.base/scope.exp: It's now init0(), not init().
26485
26486 * gdb.base/scope0.c: For now, change init() to be init0().
26487
26488 * config/monitor.exp: Use gdb_serial in preference to serial
26489 or netport.
26490
26491 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 26492 and it's not already set.
c906108c
SS
26493
26494Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
26495
26496 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 26497 isn't using a stub and if it supports argument passing.
c906108c
SS
26498
26499Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
26500
26501 * config/udi.exp(gdb_start): Make sure UDICONF is set
26502 properly before starting gdb.
26503
26504Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
26505
26506 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
26507 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
26508 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
26509
26510Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
26511
26512 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 26513 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
26514
26515 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
26516
26517 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
26518
26519 * config/monitor.exp: Make sure we disconnect from the target.
26520 Also, try a reboot/reload cycle instead of failing if the
26521 load fails.
26522
26523Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
26524
26525 * gdb.base/default.exp: Don't set match_max.
26526 * gdb.base/help.exp: Ditto.
26527 * gdb.base/list.exp: Ditto.
26528 * gdb.base/signals.exp: Ditto.
26529
26530 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
26531 set, use remote_ld to download the testcase instead of
26532 the GDB loader.
26533
26534Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
26535
26536 * config/vr5000.exp: New file.
26537
26538 * config/monitor.exp(gdb_target_monitor): Add pattern for
26539 "Ending remote" to detect errors in connecting.
26540
26541 * gdb.base/setshow.exp: Add .* within auto language test.
26542
26543 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
26544 target feature.
26545
26546 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 26547 and reboot the board if necessary.
c906108c
SS
26548
26549 * gdb.base/setvar.exp(test_set): Handle multiple prints within
26550 a set of tests. Remove print.* from the patterns being checked.
26551
26552Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
26553
26554 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
26555 refer to gdb_spawn_id.
26556
26557 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
26558 longer used.
26559 * config/sparclet.exp: Ditto.
26560 * config/sparclet-old.exp: Ditto.
26561 * config/slite.exp: Ditto.
26562 * config/sim.exp: Ditto.
26563 * gdb.base/funcargs.exp: Ditto.
26564
26565 * lib/gdb.exp:Remove references to gdb_spawn_id.
26566 (gdb_expect): Move to remote.exp.
26567
26568Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
26569
26570 * config/monitor.exp: Detect the "Couldn't establish connection"
26571 message from GDB.
26572
26573Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
26574
26575 * gdb.base/bitfields.exp: Use runto instead of explicit
26576 gdb_run_cmd/gdb_expect sequences.
26577
26578 * gdb.base/break.exp(text_next_with_recursion): Add match for
26579 gdb_expect call.
26580
26581 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
26582 We also need to handle the "A program is being debugged already"
26583 prompt from gdb. Use gdb_test to set the baud rate.
26584
26585 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
26586 to 20000. Really. I mean it.
26587
26588Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
26589
26590 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
26591 fails. If suppress_flag is set, skip perror message about not
26592 being able to send to GDB.
c906108c 26593 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 26594 GDB.
c906108c
SS
26595 (gdb_expect): If suppress_flag is set, always fail immediately.
26596 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
26597 (gdb_init): Call gdb_stop_suppressing_tests.
26598 (default_gdb_exit): Ditto.
26599 (default_gdb_start): Ditto.
26600
26601 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 26602 gdb_stop_suppressing_tests as appropriate.
c906108c 26603 * gdb.base/break.exp: Ditto.
889bf7c5 26604 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
26605 * gdb.base/commands.exp: Ditto.
26606 * gdb.base/exprs.exp: Ditto.
889bf7c5 26607 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
26608 * gdb.base/list.exp: Ditto.
26609 * gdb.base/recurse.exp: Ditto.
889bf7c5 26610 * gdb.base/scope.exp: Ditto.
c906108c
SS
26611 * gdb.base/structs.exp: Ditto.
26612 * gdb.c++/inherit.exp: Ditto.
26613
26614Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
26615
26616 * config/vr4300.exp: New file.
26617
99707966 26618 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 26619
99707966 26620 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
26621
26622Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
26623
26624 * lib/gdb.exp(gdb_init): New function.
26625
26626 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 26627 for each individual variable set.
c906108c
SS
26628
26629 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
26630 name.
26631
26632 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
26633
26634 * gdb.base/scope.exp: Use gdb_test.
26635
26636 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
26637 aborting; the testsuite driver will do that for us (see
26638 gdb_finish). Also, use gdb_test in a few more places.
26639
26640Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
26641
26642 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
26643
26644Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
26645
26646 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
26647 and "add_tests" are not at the same address.
26648
26649Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
26650
26651 * gdb.base/ptype.exp: Use gdb_test.
26652
26653Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
26654
26655 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
26656 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
26657 left in. No longer expect them to fail.
26658
26659 * gdb.stabs/*.mt; Deleted, no longer used.
26660 * gdb.stabs/configure.in: Remove references to target makefile
26661 frags.
26662 * gdb.stabs/configure: Rebuilt.
26663
26664 * gdb.disasm/*.mt: Deleted, no longer used.
26665 * gdb.disasm/configure.in: Remove references to target makefile
26666 frags. Use "sh3.s" as the unique filename for this directory.
26667 * gdb.disasm/configure: Rebuilt.
26668
26669 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
26670 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
26671 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
26672
26673Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
26674
26675 * config/udi.exp: Use mondfe,name instead of remote_host.
26676
26677Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
26678
26679 * gdb.base/watchpoint.exp: Don't expect a failure when calling
26680 a function with a watchpoint enabled on the mn10200.
26681
26682 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
26683 before trying to create it!
26684
26685Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
26686
26687 * config/vx.exp: Use hostname instead of netport.
26688
26689 * config/vxworks.exp: New file.
26690
26691 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
26692
26693 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 26694 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
26695 occurs.
26696
26697 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
26698 $gdb_spawn_id directly.
26699 (gdb_run_cmd): Try _start as well as start. Use the target feature
26700 gdb,start_symbol as the symbol to start from when jumping.
26701
26702Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
26703
26704 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
26705 redundant) test.
26706
26707 * gdb.base/recurse.exp: Relax final value test for 'b' so that
26708 it doesn't lose for 16bit integer systems.
26709
26710Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
26711
26712 * gdb.fortran/types.exp: If the target doesn't support "double"
26713 data types, then expect "real" types to only be 4 bytes.
26714
26715 * gdb.c++/virtfunc.exp: Expect failure for virtual function
26716 call tests if the target doesn't support inferior function calls.
26717
26718 * gdb.base/printcmds.exp: Allow minor deviation in FP values
26719 in printf tests.
26720
26721Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
26722
26723 * gdb.base/help.exp: Disable "help set", "help show", and
26724 "help support". Simplify regexp for "help stack".
26725
26726 * gdb.base/default.exp: Set match_max to 5000 and the timeout
26727 to 60 seconds. Temporarily set match_max to 15000 around the
26728 "info copying" test.
26729
26730 * gdb.base/nodebug.exp: Don't try to do an inferior function
26731 call if the target doesn't support them.
26732 * gdb.base/printcmds.exp: Likewise.
26733 * gdb.base/setvar.exp: Likewise.
26734 * gdb.base/structs.exp: Likewise.
26735 * gdb.c++/templates.exp: Likewise.
26736 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
26737
26738 * gdb.base/recurse.exp: Enable for the mn10200.
26739
26740 * configure.in: Do configure gdb.stabs directory for *-*-elf
26741 targets.
26742 * configure: Rebuilt.
26743
26744 * gdb.base/break.exp: Check for gdb,noresults before testing
26745 exit status and/or results from the target.
26746 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
26747 * lib/gdb.exp: Remove old (now bogus) initialization of
26748 noinferior, noargs, noresults and nosignals.
26749
26750Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
26751
26752 * config/sh.exp: New file.
26753
26754 * config/slite.exp: Try to connect multiple times to the board
26755 before rebooting. Only send a "monitor run" if need_monitor_run
26756 is set.
26757
26758 * gdb.base/break.exp: Don't do the "stub continue" test if
26759 the target has gdb_stub set.
26760
26761 * gdb.base/callfuncs.exp: Increase the timeout.
26762
26763 * gdb.base/interrupt.exp: Don't even try to compile the testcase
26764 if the target has gdb,noinferiorio set.
26765
26766 * gdb.base/list.exp: Increase match_max to 10000 characters.
26767
26768 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
26769
26770 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
26771 target.
26772
26773 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
26774
26775Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
26776
26777 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
26778 trying to delete the copy of gdb. Catch the file delete so we
26779 don't die if the delete fails; also, the file should be copied to
26780 the host, not to the build.
c906108c
SS
26781
26782Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
26783
26784 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 26785 parenthesis in case it contains multiple regexps separated
c906108c
SS
26786 with |.
26787
26788 * gdb.base/watchpoint.exp: Use gdb_test.
26789 * gdb.base/default.exp: Ditto.
26790
26791Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
26792
99707966 26793 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 26794
c906108c
SS
26795 * gdb.base/scope.exp: Use gdb_test.
26796 * gdb.c++/classes.exp: Ditto.
26797 * gdb.c++/inherit.exp: Ditto.
26798
26799Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
26800
26801 * gdb.base/crossload.exp: Don't use execute_anywhere, use
26802 remote_exec instead.
26803 * gdb.base/corefile.exp: Don't be ridiculous.
26804 * gdb.base/*.c: Add missing stub invocations.
26805
26806Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
26807
26808 * config/slite.exp: Miscellaneous fixes.
26809
26810 * lib/gdb.exp: Fix runto.
26811
26812 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
26813 the target.
26814
26815 * gdb.base/watchpoint.exp: Fix regexp.
26816
26817 * lib/gdb.exp(default_gdb_exit): Add a catch to the
26818 close and wait commands, as the descriptor may now be
26819 invalid. Always call "remote_close host".
26820
26821Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
26822
26823 Major rewrite for testsuite revision.
d63a86f8 26824
c906108c
SS
26825 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
26826 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
26827 instead of relying on spawn_id to always contain a valid
26828 spawn id.
26829 (get_compiler_info): New procedure to build the ${binfile}.ci
26830 file, instead of replicating this in N different places.
26831 (gdb_compile): New procedure.
d63a86f8 26832
c906108c 26833 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
26834 appropriate arguments) instead of compile. Use gdb_test in a lot
26835 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
26836 at the start of a testcase, as this is no longer done magically.
26837
26838 config/*-gdb.exp: Rename without the -gdb suffix.
26839
26840 config/mips.exp: Use remote_close instead of exit_remote_shell.
26841 config/monitor.exp: Use target_info instead of looking at
26842 baud, timeout, etc.
26843 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
26844
26845Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26846
26847 * gdb.c++/templates.exp (test_ptype_of_templates),
26848 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
26849 Update expect patterns for destructors and assignment operators
26850 to match corresponding c-typeprint.c changes.
26851 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
26852 to destructor breakpoint test, GDB should be able to set the
26853 destructor breakpoint without specifying arguments.
26854
26855Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
26856
26857 * gdb.threads/pthreads.exp: Change result for failure to compile due
26858 to lack of pthreads runtime support from an error to simply an
26859 unsupported test, per dejagnu standards.
26860
26861Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26862
26863 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
26864 where GDB exits to reduce pattern match time.
26865 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
26866
26867 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
26868
dc96c6c7 26869Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26870
26871 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
26872 * gdb.base/default.exp: ditto.
26873 * gdb.base/nodebug.exp: ditto.
26874 * gdb.base/printcmds.exp: ditto.
26875 * gdb.base/ptype.exp: ditto.
26876 * gdb.base/setvar.exp: ditto.
26877 * gdb.base/structs.exp: ditto.
26878 * gdb.base/setshow.c: Guard against uninitialized values of argc.
26879
26880Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
26881
26882 * configure, */configure: Rebuild with autoconf 2.12.
26883
26884Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
26885
26886 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
26887 use new i*86-pc-linux*-gnu quads.
26888 * gdb.base/corefile.exp: Ditto.
26889 * gdb.base/signals.exp: Ditto.
26890 * gdb.base/sigall.exp: Ditto.
26891 * gdb.base/interrupt.exp: Ditto.
26892
26893 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
26894 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
26895 RedHat 4.0.
d63a86f8 26896
c906108c 26897 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
26898 linux. This allows the test case to at least compile on latest
26899 linux, but still not run due to missing the threads runtime library.
c906108c
SS
26900
26901Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26902
26903 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
26904 directory to search gdb directory. Accept and step over conditional
26905 stack alignment code. Consume $prompt in failure cases.
26906 Reset timeout to $oldtimeout instead of some arbitrary value.
26907 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
26908 timeout problems with infinite stack backtraces.
26909 * gdb.base/ptype.exp (ptype struct link, union tu_link):
26910 Accept function parameters for linkfunc member.
26911
26912Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
26913
26914 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
26915 (CXXFLAGS): Remove, unreferenced.
26916 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
26917 previous -B options and also add -B option to pick up cross compiled
26918 runtime.
c906108c
SS
26919 (TARGET_INCLUDES): Add for -I options and add code to initialize when
26920 doing cross compiles.
26921 (target_alias): Declare global.
26922 (xgcc): Set variable to full path of gcc in build tree. Use findfile
26923 to verify that gcc exists in build tree, and if so set CC to that
26924 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 26925
c906108c
SS
26926Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
26927
26928 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
26929 ptype test for anonymous union. Fixup testcase to match
26930 current gcc debug output.
26931
26932Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
26933
26934 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
26935 force argument to an unsigned long type.
26936
26937Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
26938
26939 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 26940 tests and anonymous union print/ptype tests.
c906108c
SS
26941 * gdb.base/list.exp (test_forward-search): Increase timeout by
26942 5 minutes for the "search extremely long line" case.
26943 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
26944 completely optional and that the pass/fail messages use the command as
26945 the message if that third arg is a null string.
26946 (gdb_test_exact): Arrange that a null string pattern means match a
26947 null string output rather than any output, which might include random
889bf7c5 26948 errors.
c906108c
SS
26949 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
26950 backtrace test.
26951 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
26952 always failing and failure is now exposed by gdb.exp changes.
26953
26954Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
26955
26956 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
26957 weren't being noted.
26958
26959Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26960
26961 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
26962 * gdb.stabs/weird.exp: Remove v_comb xfails.
26963
dc96c6c7 26964Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26965
26966 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 26967 list.exp scope.exp watchpoint.exp]
c906108c 26968 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 26969
dc96c6c7 26970Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26971
26972 * config/monitor.exp: Increase download timeout to 1000 seconds.
26973
dc96c6c7 26974Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26975
26976 * config/m32r.exp: Increase timeout to 120 seconds.
26977
26978Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
26979
26980 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
26981 and accept older ordering as obsolescent gcc or gdb.
26982 * gdb.c++/templates.exp: Ditto.
26983 * gdb.c++/virtfunc.exp: Ditto.
26984
26985Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
26986
26987 * gdb.base/coremaker.c: Add code to mmap some data so we
26988 can check that it ends up in the core file.
26989 * gdb.base/corefile.exp: Add test to read mmapped data
26990 from core file.
26991
dc96c6c7 26992Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26993
26994 * config/m32r.exp: New file.
26995
26996Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
26997
26998 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
26999 that cflags can contains -gstabs, and work correctly for other tests.
27000
dc96c6c7 27001Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27002
27003 * gdb.base/setshow.exp: New file, tests show and set.
27004 * gdb.base/setshow.c: New file, tests show and set.
27005 * gdb.base/help.exp: Add test for help set|show annotate.
27006 * gdb.base/default.exp: Add test for set|show annotate.
27007
27008Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
27009
27010 * testsuite/gdb.base/break.exp: Make backtrace from factorial
27011 errors unique.
27012 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
27013 explicitly.
27014
27015Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
27016
27017 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
27018 and width commands. This is done elsewhere.
27019 * (gdb_start): Don't call gdb_start_sim here. That's already
27020 done in gdb_load. This fixes lots of failures in default.exp.
27021
27022Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
27023
27024 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
27025 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
27026 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
27027 in the same we we treat other failures (since it may be an expected
889bf7c5 27028 condition), rather than as an error.
c906108c
SS
27029 * gdb.base/signals.exp (test_handle_all_print): Revert back to
27030 old test format.
27031
27032Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
27033
27034 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
27035 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 27036 twice. Nuke the duplicates.
c906108c 27037 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 27038 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
27039 Remove config.h along with other config files.
27040
27041Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
27042
27043 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
27044 "p func1 ()" and note that rests of tests are skipped.
27045 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 27046 setup_xfails for "print func2::coremaker_local".
c906108c
SS
27047 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
27048 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
27049 affected by the previous run test.
27050 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
27051 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
27052 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
27053 "pass int powerset tuple" and "pass modeless int powerset tuple".
27054 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
27055 "real write 4" and "real write 8".
27056 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 27057 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
27058 "print \$i after tuple assign 2", and
27059 "print vs2 after tuple assign 2".
27060 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
27061 meaningful error message and return -1 so the caller can
27062 suppress further tests and avoid a cascade of errors.
d63a86f8 27063
c906108c
SS
27064Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
27065
27066 * gdb.base/a1-selftest.exp: Tweak tests to account for new
27067 format for printing version.
27068 * gdb.base/default.exp: Ditto.
27069 * gdb.base/interrupt.exp: Fix problem with cascade of
27070 errors if child process dies while calling a function.
d63a86f8 27071
c906108c
SS
27072Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
27073
27074 * Makefile.in (VPATH): Add
27075 * Makefile.in (Makefile, config.status): Fix rules so things get
27076 remade when necessary.
27077
27078Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
27079
27080 * Makefile.in (just-check): Add path to sibling expect dir
27081 to environment variable specified by RPATH_ENVVAR.
27082
27083Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
27084
27085 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
27086 (just-check): Add shared library paths for libstdc++, tk,
27087 tcl, bfd, and opcodes to the environment variable specified
27088 in RPATH_ENVVAR.
27089 * configure.in: Add support to recognize --enable-shared flag
27090 and generate correct value for RPATH_ENVVAR.
27091 * configure: Regenerated with autoconf.
27092
27093Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
27094
27095 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 27096 include all osf versions.
c906108c
SS
27097 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
27098 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
27099 when target is linux. When failing to build pthreads test
27100 executable, give more meaningful message.
27101 * gdb.threads/pthreads.c: Hpux also uses old definition of second
27102 arg for pthread_create.
d63a86f8 27103
c906108c
SS
27104Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
27105
27106 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 27107 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 27108 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 27109 and -lpthreads (everybody else).
c906108c
SS
27110 (test_startup): Fail gracefully if threads are not supported.
27111 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
27112 "p/c array_index("abcdef",2)" when not gcc compiled.
27113 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
27114 "print func2::coremaker_local" when not gcc compiled.
27115 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
27116 "ptype on opaque struct tagname (statically)",
27117 "ptype on opaque struct tagname (dynamically) 1", and
27118 "ptype on opaque struct tagname (dynamically) 2"
27119 for not compiled with gcc.
27120 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
27121 backtrace when compiled with gcc.
d63a86f8 27122 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
27123 than always return success.
27124
27125Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
27126
27127 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
27128
27129Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
27130
27131 * gdb.base/structs.exp: Undo last change.
27132
27133Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
27134
27135 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
27136 encapsulate all the steps/nexts done during self test, starting
27137 at main, and makes them less sensitive to optimization issues.
27138 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
27139 signal handler" test.
27140 * gdb.threads/pthreads.exp: Only run this for native configs.
27141 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
27142 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
27143 tests.
27144 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
27145 for "runto test_calls(void)" test.
d63a86f8 27146
c906108c
SS
27147Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
27148
27149 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
27150 and don't expect address info in breakpoint confirmations.
27151
27152Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
27153
27154 * gdb.base/list.exp (test_forward_search): Increase timeout
27155 temporarily by 60 seconds for searching extremely long line,
889bf7c5 27156 and then reset to old value when done. Increase expect input
c906108c
SS
27157 buffer to 10000.
27158
27159Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
27160
27161 * gdb.base/list.exp (test_forward_search): Fix to handle very
27162 long source line without overflowing expect's input buffer.
27163
27164Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
27165
27166 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
27167 "buffer_full".
27168
27169 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
27170 "buffer_full".
27171
27172 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
27173 "buffer_full".
27174
27175 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
27176 "buffer_full".
27177
27178Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
27179
27180 * configure.in (configdirs): Add gdb.threads.
27181 * configure: Regenerated with autoconf.
27182 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
27183 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
27184 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 27185
c906108c
SS
27186Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
27187
27188 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
27189
27190Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
27191
27192 * gdb.base/signals.exp (test_handle_all_print): Test separately for
27193 each signal's status in the output of "handle all print".
27194 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
27195 the \r\n sequence that immediately precedes the gdb prompt.
27196 * gdb.base/a1-selftest.exp: Save original timeout and restore
27197 after test.
27198
27199Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
27200
27201 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
27202 symbol.
27203
27204Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
27205
27206 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
27207
27208Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
27209
27210 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
27211 timeout by 60 seconds.
27212
27213Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
27214
27215 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
27216 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
27217 error return.
27218
27219Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
27220
27221 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
27222 gdb initialization, also report how long dejagnu waited. Restore
27223 old timeout before doing error return. Temporarily increase timeout
889bf7c5 27224 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
27225
27226Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
27227
27228 * lib/gdb.exp: Report timeout value for verbosity level 2.
27229 * config/gdbserver.exp: Ditto.
27230 * config/hppro.exp: Ditto.
27231 * config/mips-gdb.exp: Ditto.
27232 * config/monitor.exp: Ditto.
27233 * config/netware.exp: Ditto.
27234 * config/sim-gdb.exp: Ditto.
27235 * config/slite-gdb.exp: Ditto.
27236 * config/udi-gdb.exp: Ditto.
27237 * config/unix-gdb.exp: Ditto.
27238 * config/vx-gdb.exp: Ditto.
27239 * gdb.base/a1-selftest.exp: Ditto.
27240 * gdb.base/a2-run.exp: Ditto.
27241 * gdb.base/break.exp: Ditto.
27242 * gdb.base/corefile.exp: Ditto.
27243 * gdb.base/list.exp: Ditto.
27244 * gdb.base/recurse.exp: Ditto.
27245 * gdb.base/scope.exp: Ditto.
27246 * gdb.base/signals.exp: Ditto.
27247
27248Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
27249
27250 * gdb.threads/Makefile.in (docdir): Removed.
27251
27252Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
27253
27254 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 27255 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 27256 @srcdir@.
d63a86f8 27257 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
27258 autoconf 2.5 or higher.
27259 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
27260
27261Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
27262
27263 * configure: Regenerated.
27264 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
27265 avoid name clashes with SunOS headers.
27266
27267Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
27268
27269 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
27270
27271Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
27272
27273 * gdb.base/callfuncs.exp: Finish last change -- make sure the
27274 prototype information ends up in the compiler info file.
27275
27276Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
27277
27278 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
27279 attempting to regenerate it. Eliminate use of a temporary file
27280 and just generate the info file directly. Source it immediately,
27281 for consistency of use.
27282 * gdb.base/corefile.exp: Ditto
27283 * gdb.base/exprs.exp: Ditto.
27284 * gdb.base/funcargs.exp: Ditto.
27285 * gdb.base/langs.exp: Ditto.
27286 * gdb.base/list.exp: Ditto.
27287 * gdb.base/mips_pro.exp: Ditto.
27288 * gdb.base/nodebug.exp: Ditto.
27289 * gdb.base/opaque.exp: Ditto.
27290 * gdb.base/ptype.exp: Ditto.
27291 * gdb.base/scope.exp: Ditto.
27292 * gdb.base/setvar.exp: Ditto.
27293 * gdb.base/signals.exp: Ditto.
27294 * gdb.base/whatis.exp: Ditto.
27295 * gdb.c++/templates.exp: Ditto.
27296 * gdb.c++/virtfunc.exp: Ditto.
27297 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 27298 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
27299
27300Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27301
27302 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
27303 it got fixed by the recent lookup_minimal_symbol_by_pc change.
27304 Increase timeout, a lot of single stepping might be needed if the
27305 target has no hardware watchpoints.
27306
27307Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
27308
27309 * gdb.base/break.exp: Ignore compiler warnings when compiling
27310 break.c.
27311 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
27312 * gdb.base/default.exp: Add h8300 xfails. Handle messages
27313 from remote-sim.
27314 * gdb.base/exprs.exp: Add h8300 xfails.
27315 * gdb.base/funcargs.exp: Likewise.
27316 * gdb.base/nodebug.exp: Likewise.
27317 * gdb.base/printcmds.exp: Likewise.
27318 * gdb.base/ptype.exp: Likewise.
27319 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
27320 h8300 xfails.
d63a86f8 27321 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
27322 on the h8300.
27323 * gdb.base/funcargs.c: Explicitly make last constant argument to
27324 call_after_alloca_subr an unsigned long type.
27325 * gdb.base/return.c: Include stdio.h.
27326
27327Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
27328
27329 * config/abug.exp: New file for the older Motorola Bug monitor
27330 that runs on the mvme13x series VME boards.
27331 * config/monitor.exp: Use the new config array for target settings
27332 if they exist.
27333
27334Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
27335
27336 * sim-gdb.exp: Make the SH simulator allocate less space when
27337 it is targeted.
27338
27339Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
27340
27341 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
27342 test.
27343
27344Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
27345
27346 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
27347 "rs6000-*-*" for "list function in include file" when gcc compiled.
27348 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
27349 for "p ctable1[120]".
27350 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
27351 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
27352 Remove setup_xfail for "rs6000-*-*" for
27353 "print 'scope0.c'::filelocal before run".
27354 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
27355 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
27356 since some compilers don't allow both options to be given
27357 on the same command line. Create object file and move it.
d63a86f8 27358
c906108c
SS
27359Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
27360
27361 * gdb.base/corefile.exp: Always regenerate the core file, since
27362 we always regenerate the coremaker program. Detect special case
27363 where registers cannot be read from core file.
d63a86f8 27364
c906108c
SS
27365Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
27366
27367 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
27368 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
27369 * gdb.c++/templates.exp: Only match on basename of file since
27370 some formats like xcoff don't encode directory information.
27371 * gdb.stabs/weird.exp: Use the right sed script for powerpc
27372 and rs6000 AIX xcoff targets.
27373 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
27374 * configure: Regenerate.
27375 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
27376 here, rather than in distclean.
d63a86f8 27377
c906108c
SS
27378Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
27379
27380 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
27381 defined, and use it to compile the test case with -O2. The
27382 native compilation still uses no optimization.
27383 * gdb.base/mips_pro.c: Remove inline assembly code since
27384 it is compiled PIC by default, which results in assembler
27385 warnings that make the testsuite think the compilation
27386 was unsuccessful.
27387
27388Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
27389
27390 * gdb.c++/misc.exp: Add note to message for
27391 "print s.a for foo struct" that this is a known gcc 2.7.2
27392 and earlier bug.
27393
27394Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
27395
27396 * gdb.base/break.exp: Fix pattern for matching "Delete all
27397 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
27398 setup_xfail for deleting all breakpoints test. Fix various
27399 timeout messages to include "(timeout)".
27400 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
27401 for "p t_float_values2(3.14159,float_val2)".
27402 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
27403 for "continue to call2g" when gcc compiled.
27404 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
27405 "up to foo in langs.exp", "show language at foo in langs.exp",
27406 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
27407 and "show language at fsub in langs.exp".
27408 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
27409 "list line 1 in include file", "list message for lines past EOF",
27410 "list function in include file", "list list0.h:foo", and
27411 "list filename:function; nonexistant function".
27412 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
27413 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
27414 and "ptype t_char_array" to be for native cc only.
d63a86f8 27415
c906108c
SS
27416Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
27417
d63a86f8 27418 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 27419 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 27420 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
27421
27422Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
27423
27424 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
27425 "bt in signals.exp". This problem only appears when running
27426 the testsuite, and then only intermittently.
27427
27428Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
27429
27430 * gdb.base/return.exp (return_tests): Differentiate between
27431 two tests of continuing.
27432
27433Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
27434
27435 * */Makefile.in (maintainer-clean): Remove config.log.
27436 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
27437 * gdb.c++/Makefile.in (PROGS): Add inherit.
27438 (clean): Remove *.ci.
27439
27440Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
27441
27442 * gdb.c++/misc.cc: Add test code from Mike Stump.
27443 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
27444
27445Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
27446
27447 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
27448 to "alpha-*-osf2*" and add comment.
27449 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
27450 setup_xfail for "step over execarg initialization" and
27451 "step over corearg initialization".
c906108c
SS
27452 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
27453 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
27454 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 27455 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
27456 "print func2::coremaker_local", and "backtrace in corefile.exp".
27457 * gdb.base/signals.exp: Build and source signals.ci.
27458 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
27459 to be for gcc only.
27460 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 27461
c906108c
SS
27462Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27463
27464 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
27465 Feb 3 procfs.c change.
27466
27467Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
27468
27469 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
27470
27471Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
27472
27473 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
27474 from dejagnu's apparent default of 10 seconds, which gives random
27475 results when running the tests over NFS on moderately loaded systems.
27476 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
27477
27478Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
27479
27480 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
27481 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 27482 result reports.
c906108c
SS
27483
27484Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
27485
27486 * configure.in (CY_AC_PATH_TCLH): Remove.
27487 * configure: Regenerate.
27488
27489Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
27490
27491 * gdb.c++/Makefile.in (clean): Add missing '{'.
27492
27493Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
27494
27495 * lib/gdb.exp: Provide a default value for noinferior.
27496
27497 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
27498 Load libgloss.exp.
27499
27500Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
27501
27502 * gdb.disasm/hppa.exp: Compile directly into an executable, use
27503 the executable, not the .o to run the tests from.
27504
27505Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
27506
27507 * gdb.base/break.exp: Don't test for program exit or exit status
27508 if $noresults if nonzero.
27509 * gdb.base/langs.exp: Likewise.
27510 * gdb.base/watchpoint.exp: Likewise.
27511
27512 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
27513 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
27514 trying to compile the testcase.
27515
27516Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
27517
27518 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
27519 * gdb.base/signals.exp (continue to handler): Likewise.
27520
27521Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
27522
27523 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
27524
27525 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
27526
27527Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
27528
27529 * gdb.base/corefile.exp: Recognize "not found" as failure
27530 when trying to determine if a core file was generated.
27531 If no core file was generate the first time, try again without
27532 the ulimit -c to work around braindamaged shells.
27533
27534Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
27535
27536 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
27537 [] tests with "test" and enclose string in quotes.
27538 * gdb.stabs/configure: Rebuild
d63a86f8 27539
c906108c
SS
27540Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
27541
27542 Changes in sync with expect:
27543 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
27544 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
27545 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
27546 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
27547 argument to AC_REQUIRE.
27548 * configure: Regenerated.
27549
27550Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
27551
27552 * gdb.base/corefile.exp: When generating a core, discard any
27553 error messages about ulimit not found and the "core dumped"
27554 message from the shell that runs the coredumper.
27555
27556Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
27557
27558 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
27559
27560 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
27561 which sed script to run. Expect failure for v_comb test
27562 on PA targets too.
d63a86f8 27563
c906108c
SS
27564Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
27565
27566 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 27567 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
27568
27569Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
27570
27571 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
27572 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 27573 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
27574 * lib/gdb.exp (default_gdb_start): Fix typo.
27575 * gdb.base/corefile.exp: Allow "Core was generated by ..."
27576 messages to not include the full program name that caused
27577 the core dump since some systems (such as solaris) apparently
27578 truncate this path to about 80 characters.
27579 When generating a core file first try increasing the core file
27580 size limit to unlimited since some systems may default it to
27581 zero, and it is harmless to try it. Move the test for failing
27582 to generate a core file to where it will actually get executed.
27583 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
27584 new gdb result from g++ debug info improvements and make old
27585 pattern obsolescent. Also account for size_t differences
27586 (may be int or long).
27587 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
27588 initialization before function call is placed in the delay slot
27589 and thus appears to be skipped over by commands such as "next".
27590
27591Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
27592
27593 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
27594
27595Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
27596
27597 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
27598 input source file; fix code to compile test to deal with this
27599 convention.
27600 * gdb.c++/*.exp: Likewise.
27601
27602Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
27603
27604 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
27605 "bt in signals.exp".
27606
27607Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
27608
27609 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
27610 "step over execarg initialization" and
889bf7c5 27611 "step over corearg initialization".
c906108c
SS
27612
27613Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
27614
27615 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
27616 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
27617
27618Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
27619
27620 From Rob Savoye (rob@poseidon.cygnus.com)
27621 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
27622 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
27623 configure.in}, gdb.disasm/{Makefile.in, configure.in},
27624 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
27625 configure.in}: Major reworking for autoconfig.
c906108c
SS
27626 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
27627 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 27628 New files.
c906108c
SS
27629 * config/unix-gdb.exp: Make GDB global.
27630 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
27631 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
27632 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
27633 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
27634 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
27635 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 27636 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
27637 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
27638 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
27639 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
27640 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 27641 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
27642 to returns as necessary, arrange for test to compile own testcase
27643 executable.
c906108c 27644 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 27645
c906108c
SS
27646Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
27647
27648 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 27649 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
27650 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
27651 "backtrace through signal handler".
27652
27653Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27654
27655 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
27656 continuing from a job control stop signal.
27657 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
27658
27659Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
27660
27661 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
27662 * gdb.base/corefile.exp: Likewise.
27663 * gdb.base/funcargs.exp: Likewise.
27664
27665Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
27666
27667 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
27668 * config/monitor.exp: Add support for setting baud rate.
27669
27670Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
27671
27672 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
27673 i*86-*-linux* xfails for "backtrace through signal handler".
27674 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
27675 "print func2::coremaker_local".
27676 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 27677 alpha-dec-osf2* xfail for
c906108c
SS
27678 "delete all breakpoints when none".
27679
27680Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
27681
27682 * gdb.base/break.exp: Change test that deletes all breakpoints
27683 when no user breakpoints are installed. A post 4.15 change
27684 causes gdb to no longer prompt in this case.
27685
27686Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
27687
27688 * gdb.base/return.exp (return_tests): Change xfail for test
27689 "correct value returned double test" to stop xfailing at
27690 Solaris 2.5. Apparently the bug has been fixed.
27691
27692Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
27693
27694 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
27695 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
27696
27697Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
27698
27699 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
27700 * gdb.disasm/hppa.s: Corresponding changes.
27701
27702Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
27703
27704 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
27705 makefile fragment.
27706 * config/mt-hpux: Deleted.
27707
27708Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
27709
d63a86f8 27710 * Many files: When warning about suppressed tests due to a
c906108c
SS
27711 nonexistant test binary, avoid incrementing the warning count.
27712
27713Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
27714
27715 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 27716
c906108c
SS
27717Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27718
27719 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
27720 "sparc-*-solaris2*".
27721
27722Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27723
27724 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
27725 Add global and local variables and initialize them.
27726 * gdb.base/corefile.exp: Test correct mapping of corefile sections
27727 by printing variables. Remove rs6000 and powerpc xfails, BFD now
27728 extracts the file name and terminating signal from the core file.
27729 * TODO: Remove note about tests for correct mapping of corefile.
27730 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
27731 from optimizing it away.
27732 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
27733 handles common blocks.
27734
27735Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
27736
27737 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
27738 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
27739
27740Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
27741
27742 * Makefile.in (maintainer-clean): New target, synonym for
27743 realclean.
27744 * gdb.base/Makefile.in (maintainer-clean): Likewise.
27745 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
27746 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
27747 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
27748 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
27749 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
27750
27751Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
27752
27753 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
27754 xfails when not gcc compiled for "print foo::funclocal".
27755 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
27756 "print foo::funclocal at foo",
27757 "print 'scope1.c'::foo::funclocal at foo",
27758 "print foo::funclocal_bss at foo",
27759 "print 'scope1.c'::foo::funclocal_bss at foo",
27760 "print foo::funclocal_ro at foo",
27761 "print 'scope1.c'::foo::funclocal_ro at foo",
27762 "print bar::funclocal at foo" and
27763 "print 'scope1.c'::bar::funclocal at foo".
27764 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
27765 gcc compiled for "print foo::funclocal at bar".
27766 Expand all messages to ensure that they identify that
27767 the test is at bar().
27768 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
27769 gcc compiled for:
27770 "ptype on opaque struct pointer (statically)",
27771 "ptype on opaque struct tagname (statically)",
27772 "ptype on opaque struct pointer (dynamically) 1",
27773 "ptype on opaque struct tagname (dynamically) 1",
27774 "ptype on opaque struct pointer (dynamically) 2" and
27775 "ptype on opaque struct tagname (dynamically) 2
27776 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
27777 gcc compiled for:
27778 "p datalocal"
27779 "whatis datalocal",
27780 "ptype datalocal",
27781 "p bsslocal",
27782 "whatis bsslocal", and
27783 "ptype bsslocal".
27784 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
27785 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
27786 when not gcc compiled.
27787 * gdb.base/funcargs.exp (float_and_integral_args): Add
27788 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
27789 compiled.
27790 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
27791 "backtrace from call6a" when not gcc compiled.
27792 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
27793 "backtrace from call7a" when not gcc compiled.
27794 * gdb.base/callfuncs.exp (do_function_calls):
27795 Add "hppa*-*-hpux*" xfail when not gcc compiled for
27796 "p t_char_array_values(char_array_val2,char_array_val1)",
27797 "p t_char_array_values(char_array_val1,char_array_val2)",
27798 "p t_char_array_values("carray 1","carray 2")",
27799 "p t_char_array_values("carray 1",char_array_val2)",
27800 "p t_char_array_values(char_array_val1,"carray 2")",
27801 "p sum_args(1,{2})",
27802 "p sum_args(2,{2,3})",
27803 "p sum_args(3,{2,3,4})",
27804 "p sum_args(4,{2,3,4,5})"
27805 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
27806 "backtrace in corefile.exp" when not gcc compiled.
27807
27808Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27809
27810 * gdb.base/signals.exp: Rewrite `handle all print' test as
27811 a procedure. Accept blanks or TABs as whitespace, increase
27812 timeout and expect input buffer size for the large output
27813 from the command. Remove "i*86-*-bsdi2.0" xfail.
27814
27815Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27816
27817 * gdb.base/setvar.exp: Add new testcases for truncation when
27818 assigning invalid values to bitfields.
27819
27820Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
27821
d63a86f8 27822 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
27823 mips-sgi-irix* xfail for
27824 "call inferior func with struct - returns char *"
27825 and fix test so that an optional (unsigned char *) cast is
889bf7c5 27826 accepted in the result.
c906108c
SS
27827
27828Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
27829
27830 * gdb.base/funcargs.exp (float_and_integral_args): Remove
27831 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
27832 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
27833 * gdb.base/signals.exp: Remove duplicate "handle all print" test
27834 that accidentally got checked in.
27835
27836Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
27837
d63a86f8 27838 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
27839 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
27840 compiled test.
27841 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
27842 Add mips-sgi-irix5* xfail for not gcc compiled.
27843 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
27844 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
27845 compiled for "p top", "whatis top", "p middle", and "whatis
27846 middle".
c906108c
SS
27847 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
27848 "whatis signed char" for not gcc compiled.
27849 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
27850 "set variable signed char=-1 (-1)" and
27851 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
27852 * gdb.base/funcargs.exp (float_and_integral_args):
27853 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
27854 Add mips-sgi-irix* xfail when not gcc compiled for
27855 "continue to call2b".
27856 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
27857 "continue to call2g".
6fdff2c5
PA
27858 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
27859 compiled for "backtrace from call6a"
27860 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
27861 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
27862 when not gcc compiled for "backtrace from call7a".
c906108c
SS
27863 (localvars_after_alloca): Fix gdb_test cmds for
27864 "print * after runto ...".
27865 Remove rs6000-*-* xfails for
27866 "print i after runto localvars_after_alloca" and
27867 "print l after runto localvars_after_alloca"
27868 for all compilers.
27869 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 27870 when not compiled with gcc, for:
c906108c
SS
27871 "print signed char == (minus)",
27872 "print signed char != (minus)",
27873 "print signed char < (minus)",
27874 "print signed char > (minus)".
27875 * gdb.base/callfuncs.exp (do_function_calls):
27876 Add mips-sgi-irix* xfail, when compiled with native compiler, for
27877 "call inferior func with struct - returns char *".
d63a86f8 27878 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
27879 "correct value returned double test" to include Solaris 2.4.
27880 * gdb.base/funcargs.exp (float_and_integral_args):
27881 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 27882
c906108c
SS
27883Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27884
27885 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
27886 enumeration bitfields if compiling with GNU C.
27887 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
27888 to empty' prompt.
27889
27890Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
27891
27892 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
27893 test for PRO targets.
27894
27895 * gdb.base/funcargs.exp: Avoid ever setting more than 8
27896 breakpoints in the inferior at any given time by making
27897 two groups of breakpoints for call2*, call6* and call7*
27898 tests.
27899
27900Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27901
27902 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
27903 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
27904 from optimizing it away.
27905 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
27906 "call inferior func with struct".
27907
27908Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
27909
27910 * configure.in: Only configure gdb.chill for particular targets.
27911
27912Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
27913
27914 * gdb.base/Makefile.in: Add action to .c.o transformation
27915 rule that generates a .ci file for each .o file and remove
27916 explicit .c.o rules except for callfuncs.o.
27917 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
27918 generates a .ci file for each .o file and remove explicit
27919 .cc.o rules.
27920 (clean): Remove *.tmp *.ci files.
27921 (EXECUTABLES): Remove templ-info.exp.
27922 * gdb.base/compiler.c: New file.
27923 * gdb.c++/compiler.cc: New file
27924 * gdb.base/scope.exp: Source gdb.base/scope.ci.
27925 Change rs6000-*-* xfail for
27926 "print 'scope0.c'::filelocal_ro" and
27927 "print 'scope1.c'::filelocal" and
27928 "print 'scope1.c'::filelocal_bss" and
27929 "print 'scope1.c'::filelocal_ro" and
27930 "print 'scope1.c'::foo::funclocal" and
27931 "print 'scope1.c'::foo::funclocal_ro" and
27932 "print 'scope1.c'::bar::funclocal" and
27933 "print 'scope0.c'::filelocal_ro" and
27934 "print 'scope1.c'::filelocal at foo" and
27935 "print 'scope1.c'::filelocal_bss at foo" and
27936 "print 'scope1.c'::filelocal_ro at foo" and
27937 "print 'scope1.c'::foo::funclocal at foo" and
27938 "print 'scope1.c'::foo::funclocal_bss at foo" and
27939 "print 'scope1.c'::foo::funclocal_ro at foo" and
27940 "print 'scope1.c'::bar::funclocal at foo" and
27941 "print 'scope0.c'::filelocal_ro" and
27942 "print 'scope1.c'::filelocal" and
27943 "print 'scope1.c'::filelocal_bss" and
27944 "print 'scope1.c'::filelocal_ro" and
27945 "print 'scope1.c'::foo::funclocal" and
27946 "print 'scope1.c'::foo::funclocal_bss" and
27947 "print 'scope1.c'::foo::funclocal_ro" and
27948 "print 'scope1.c'::bar::funclocal" and
27949 "print 'scope1.c'::bar::funclocal_bss"
27950 to only be xfail'd when not compiled with gcc.
d63a86f8 27951 Add rs6000-*-* xfail for
c906108c
SS
27952 "print 'scope0.c'::filelocal_bss before run"
27953 when compiled with gcc.
27954 (test_at_main): Add rs6000-*-* xfail for
27955 "print filelocal_ro in test_at_main"
27956 when compiled with gcc.
27957 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 27958 Add rs6000-*-aix* xfail for
c906108c
SS
27959 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
27960 "ptype t_char_array", not compiled with gcc.
27961 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
27962 xfail for "list foo (in include file)" when gcc compiled.
27963 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 27964 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
27965 "run to call0a" if not compiled with gcc.
27966 (unsigned_integral_args): Add rs6000-*-* xfail for
27967 "run to call1a" if not compiled with gcc.
27968 (float_and_integral_args): Add rs6000-*-* xfail for
27969 "run to call2a" if not compiled with gcc and for
27970 "continue to call2b" for any compiler.
27971 Add rs6000-*-* xfail to
27972 "print f1 after run to call2a" for gcc compiled.
27973 (discard_and_shuffle): Add rs6000-*-* xfail for
27974 "run to call6a".
27975 (shuffle_round_robin): Add rs6000-*-* xfail for
27976 "backtrace from call7a" if not compiled with gcc.
27977 Add rs6000-*-* xfail for
27978 "backtrace from call7b" if compiled with gcc.
27979 (call_after_alloca): Add rs6000-*-* xfail for
27980 "print c in call_after_alloca" and
27981 "print s in call_after_alloca" and
27982 "backtrace from call_after_alloca_subr"
27983 if not compiled with gcc.
27984 (localvars_in_indirect_call): Add rs6000-*-* xfail for
27985 "print c in localvars_in_indirect_call" and
27986 "print c in localvars_in_indirect_call" and
27987 "backtrace in indirectly called function" and
27988 "stepping into indirectly called function"
27989 if not compiled with gcc.
27990 (localvars_after_alloca): Add rs6000-*-* xfail for
27991 "print c after runto localvars_after_alloca" and
27992 "print s after runto localvars_after_alloca" and
27993 "print i after runto localvars_after_alloca" and
27994 "print l after runto localvars_after_alloca"
27995 for all compilers.
27996 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
27997 than whatis-info.exp.
27998 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
27999 than opaque-info.exp.
28000 Setup rs6000-*-* xfail for
d63a86f8 28001 "ptype on opaque struct pointer (statically)" and
c906108c
SS
28002 "ptype on opaque struct pointer (dynamically)" when
28003 not compiled with gcc.
28004 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
28005 rather than callf-info.exp.
28006 (do_function_calls): Add clear_xfail for rs6000-*-* for
28007 "p t_float_values2(3.14159,float_val2)". Seems to work
28008 fine there, both with xlc and gcc. Need to find out what
28009 it is doing right and fix other platforms.
28010 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
28011 "call inferior func with struct - returns int",
28012 "call inferior func with struct - returns long",
28013 "call inferior func with struct - returns float",
28014 "call inferior func with struct - returns double",
28015 "call inferior func with struct - returns char *",
28016 but only if not gcc compiled (presumes xlc compiled).
28017 Change rs6000-*-* xfails for
28018 "call inferior func with struct - returns char" and
28019 " call inferior func with struct - returns short" to only
28020 xfail if not using gcc.
28021 (clean mostlyclean): Remove *.ci and *.tmp files.
28022 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
28023 than templ-info.exp.
28024 * gdb.base/langs.exp: Source gdb.base/langs.ci.
28025 Add rs6000-*-* xfail for "up to foo in langs.exp"
28026 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 28027 when not gcc compiled.
d63a86f8 28028
c906108c
SS
28029Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28030
28031 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
28032 * gdb.base/corefile.exp: Likewise.
28033 * gdb.base/list.exp: Likewise.
28034 * gdb.base/scope.exp: Likewise.
28035 * gdb.base/siganls.exp: Likewise.
28036
28037 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
28038 compiler output.
28039 * gdb.base/whatis.exp: Likewise.
28040
28041Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
28042
28043 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
28044 failure (opcode table has been fixed to match reality).
28045
28046Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
28047
28048 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
28049 "call inferior func with struct - returns char",
28050 "call inferior func with struct - returns short"
28051
28052 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
28053 "print 'scope0.c'::filelocal at main",
28054 "print 'scope0.c'::filelocal_bss in test_at_main",
28055 "print 'scope0.c'::filelocal at foo",
28056 "print 'scope0.c'::filelocal_bss in test_at_foo",
28057 "print 'scope0.c'::filelocal at bar",
28058 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 28059
c906108c
SS
28060 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
28061 in source file 1". This bug seems to have been fixed with both
28062 gcc and native cc (was native assembler bug?).
28063
28064Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
28065
28066 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
28067 "backtrace through signal handler" to "i*86-*-sysv4*".
28068 * gdb.base/signals.exp: Add xfail for "'next' behaved as
28069 continue" case. Add "known SVR4 bug" to fail message.
28070 Add "i*86-*-bsdi2.0" xfail for "handle all print".
28071 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
28072 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
28073 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
28074 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
28075 "up to foo in langs.exp", "show language at foo in
28076 langs.exp", "up to cppsub_ in langs.exp", "show
28077 language at cppsub_ in langs.exp", "up to fsub in
28078 langs.exp", and "show language at fsub in langs.exp".
28079 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
28080 "bactrace in corefile.exp".
28081 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
28082 "call inferior function with struct - returns float" and
28083 "call inferior function with struct - returns double".
d63a86f8 28084
c906108c
SS
28085Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
28086
28087 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
28088 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
28089 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
28090 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
28091
28092Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
28093
28094 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
28095 (or overriden) "CHILL" macro rather then bare "gcc".
28096 Also look for ../../gcc/xgcc since that is what we will
28097 actually need, not "Makefile". Remove following assignment
28098 of CHILL to CHILL_FOR_TARGET because that results in
28099 recursive definition.
28100
28101Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
28102
28103 * gdb.base/corefile.exp: Change xfail for backtrace in
28104 corefile.exp from linuxaout to all linux.
28105 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
28106 cases where we miss the breakpoint at the signal handler
28107 for some reason. Setup xfail for linuxoldld/linuxaout and
28108 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
28109 hitting SIGURG breakpoint.
28110 * gdb.base/signals.exp: Setup xfail for "next" acting like
28111 continue to add linuxoldld. Setup xfail for all linux for
28112 "next to handler in signals_tests_1", "backtrace in
28113 signals_tests_1", "continue to func1", "pass SIGUSR1",
28114 and continue to handler".
28115
28116Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
28117
28118 * Update all FSF addresses except those in COPYING* files.
28119
28120Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
28121
28122 * gdb.base/a2-run.exp: Change messages to be more explicit about
28123 the status of args, and quote binfile in results.
28124
28125Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
28126
28127 * gdb.base/callfuncs.exp: Add tests for passing structs to
28128 inferior functions and return various types.
28129 * gdb.base/callfuncs.c: Add functions to receive a struct
28130 and return a member of the struct, in various types.
28131
28132Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28133
28134 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
28135
28136Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
28137
28138 * config/vxworks29k.exp: New file, sources vxworks.exp.
28139
28140Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28141
28142 * config/gdbremote.exp: New file. Testing framework using
28143 gdbserver.
28144
28145Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
28146
28147 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
28148 "call function when asleep" and "send end of file".
28149 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
28150 for "backtrace in corefile.exp".
28151 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
28152 for "backtrace through signal handler".
28153 * gdb.base/corefile.exp: Make sure we actually generate a core file
28154 before trying the core tests. Some systems allow the user to suppress
28155 generation of core files and default to that (linux for example).
28156 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
28157 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
28158
28159Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28160
28161 * gdb.threads: New directory with some crude multi-threaded
28162 gdb tests (step.exp and step2.exp).
28163 * config/mt-lynx (STEP_EXECUTABLE): Define.
28164 (THREADFLAGS): Define.
28165
28166Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
28167
28168 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
28169
28170 * gdb.base/signals.exp: Disable whole file for lynx until
28171 further notice.
28172
28173 * gdb.base/signals.exp: xfail test where "next" acts like
28174 "continue" for lynx.
28175
28176 * gdb.base/interrupt.exp: xfail test for calling function while
28177 inferior is asleep for lynx.
28178
28179 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
28180 than one cr-lf after each command.
28181
28182Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28183
28184 * configure.in: Reinstate setting of stabsdirs variable, fix
28185 typo in setting up configdirs for native builds.
28186
28187 * gdb.base/return.exp: Fix typo in return double test.
28188 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
28189 compiler from optimizing them away.
28190
28191Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
28192
28193 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
28194 sequences to be echo'd by gdb when using gdb_test.
28195 * gdb.chill/chexp.exp: Likewise.
28196 * gdb.fortran/exprs.exp: Likewise
28197
28198Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28199
28200 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
28201 after the inferior gdb has started.
28202
28203 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
28204 after each command.
28205 * gdb.base/funcargs.exp: Likewise.
28206 * gdb.base/gdbvars.exp: Likewise.
28207 * gdb.base/interrupt.exp: Likewise.
28208 * gdb.base/list.exp: Likewise.
28209 * gdb.base/watchpoint.exp: Likewise.
28210 * gdb.c++/demangle.exp: Likewise.
28211 * gdb.c++/inherit.exp: Likewise.
28212 * gdb.chill/chexp.exp: Likewise.
28213 * gdb.fortran/exprs.exp: Likewise.
28214
28215 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
28216 test if we can't handle IO to/from the inferior.
28217
28218 * gdb.c++/misc.exp: Always check for a program already being
28219 started after sending a "run" command to gdb.
28220
28221 * gdb.base/twice.exp: Start with a fresh gdb.
28222
28223 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
28224 only depend on gdb's expression code, not the chill runtime.
28225
28226 * gdb.base/return.c: Put return values into variables so we
28227 can have gdb print them rather than depending on the program
28228 to print them.
28229 * gdb.base/return.exp: Corresponding changes.
28230
28231 * lib/gdb.exp: Provide default value for noinferiorio.
28232 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
28233 the inferior.
28234
28235 * gdb.base/break.exp: Always check for a program already being
28236 started after sending a "run" command to gdb.
28237 (text_next_with_recursion): Don't check the output from the
28238 program's printf statement. Instead just make sure the program
28239 exited.
28240
28241 * gdb.base/commands.exp: Protect tests which need arguments with
28242 $noargs conditionals.
28243
28244Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28245
28246 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
28247 of structure member arrays to match gdb/valops.c:value_addr change.
28248
28249Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
28250
28251 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
28252 cases.
28253
28254Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
28255
28256 * configure.in (configdirs): Remove gdb.chill from default list
28257 of subdirs and then add it back in only if doing a native build.
28258 The current chill compiler does not yet work in any cross build.
28259 * Revert all signal changes from Jul 6.
28260 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
28261 for sh-hms targets, allowing these tests to link, with no other
28262 changes. Testing is suppressed by setting "nosignals" in site.exp.
28263
28264Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
28265
28266 * configure.in (signaldirs): Define and add to configdirs for all
28267 targets except some specific ones that are known to not support signals.
28268 Also clean up formatting.
28269 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
28270 (signals, sigall): Remove rules to build.
28271 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
28272 Moved to new gdb.signals directory.
28273 * gdb.signals: New test directory.
28274 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
28275 signals.c signals.exp}: New or moved files.
28276
28277Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
28278
28279 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
28280
28281Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
28282
28283 * gdb.base/return.exp: Xfail `return double' test failure
28284 on at least Solaris 2.3 and handle future/past versions on
28285 a case by case basis as appropriate. Also update message
28286 to include i*86 failures.
28287
28288Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28289
28290 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
28291
28292 * lib/gdb.exp: Fix comment which erroneously identified
28293 gdb_file_cmd as gdb_load (the 19 May change was in fact to
28294 gdb_file_cmd not gdb_load).
28295 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
28296
28297 * gdb.base/setvar.exp: Make test names consistent between pass and
28298 fail cases. Use gdb_test more.
28299
28300Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28301
28302 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
28303
28304Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28305
28306 * gdb.base/help.exp: Fix expected help string for `show commands'.
28307
28308Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
28309
28310 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
28311
28312 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
28313 of a text section.
28314
28315Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
28316
28317 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
28318 that loop eventually terminates. Fix Connection refused logic so
28319 that testsuite will expire nicely.
28320
28321Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
28322
28323 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
28324 config/rom68k.exp: New tcl glue for the appropriate monitors.
28325 These all just end up calling monitor.exp.
28326 * config/monitor.exp (gdb_target_monitor): Handle `Connection
28327 refused' by retrying. Cleanup some timeout issues.
28328 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
28329 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
28330 callers don't have to set/restore global timeout variable.
28331
28332 * The following set of changes centralizes management of the global
28333 timeout variable. This way, it can be set in one target dependent
28334 place instead of dozens of places scattered throughout the test suite.
28335 If you need to lengthen a timeout, then you should either set timeout
28336 in one of the config/{target}.exp files, or multiply it by a factor.
28337 Setting it to an absolute value is always going to lose for some
28338 targets.
28339 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
28340 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
28341 * gdb.base/funcargs.exp: Don't set timeout.
28342 * gdb.base/list.exp (test_forward_search): Only use local timeout.
28343 * gdb.base/printcmds.exp (test_print_string_constants
28344 test_print_array_constants): Don't set timeout.
28345 * gdb.base/ptype.exp: Don't set timeout.
28346 * gdb.base/recurse.exp: Don't set timeout.
28347 * gdb.base/return.exp: Don't set timeout.
28348 * gdb.base/watchpoint.exp: Don't set timeout.
28349 * gdb.c++/classes.exp (do_tests): Don't set timeout.
28350 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
28351
28352Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
28353
28354 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
28355
28356Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28357
28358 * lib/gdb.exp: Disable chill tests for irix5.
28359
28360Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28361
28362 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
28363 each test pass or fail.
28364
28365Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28366
28367 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
28368 xlc not gcc.
28369
28370Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
28371
28372 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
28373
28374Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
28375
28376 * config/est.exp: Fix copyright and comments. Remove dead code.
28377 Use targetname, serialport and baud variables instead of fixed
28378 constants.
28379 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
28380 * config/cpu32bug.exp: New file to support cpu32bug monitors.
28381
28382Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28383
28384 * gdb.base/watchpoint.exp: Don't run
28385 test_watchpoint_triggered_in_syscall for sunos.
28386
28387Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28388
28389 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
28390 they don't seem to exist. Do include stdio.h.
28391
28392Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28393
28394 * gdb.base/a1-selftest.exp: Add alpha xfail.
28395
28396Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28397
28398 * gdb.base/watchpoint.c (main): Prompt before calling read().
28399 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
28400 Revise accordingly. Remove cruft about sending "123" several
28401 times, until it gets noticed. Clean up the "print buf[0]" stuff
28402 so that it passes or fails, and waits for prompts in the usual way.
28403
28404Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28405
28406 * gdb.base/recurse.exp: Fix comment.
28407
28408 * TODO: Remove item about printing variables in nodebug.exp. Add
28409 item about enabling tests which are only run on some targets.
28410
28411 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
28412 fail, make test names unique, use new gdb_test convention
28413 regarding pattern, use gdb_test more, etc.).
28414
28415 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
28416 fail, make test names unique, etc.).
28417
28418Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28419
28420 * gdb.base/nodebug.c: Change return type of top and middle to
28421 short.
28422 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
28423 are fixed by the recent mdebugread.c changes. Allow `short ()'
28424 as type for top and middle.
28425
28426Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28427
28428 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
28429 nearly as I can tell, the whole thing was an accident in Stu's
28430 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
28431 to replace a send/expect pair with gdb_test, but ended up only
28432 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
28433 of 30 Mar 1995 took care of it, but left this vestigial comment
28434 which I am now nuking.
28435
28436Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28437
28438 * gdb.base/break.exp: Look for different line number for
28439 breakpoint at main depending on usestubs.
28440
28441Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28442
28443 * gdb.base/list.exp: Adjust some alternate expect patterns to
28444 match recent list0.c change. Add alternate expect pattern for
28445 output from `list default lines around main' for optimizing
28446 compilers.
28447
28448Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28449
28450 * lib/gdb.exp: If nosignals is not set, set it to 0.
28451
28452Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
28453
28454 * config/slite-gdb.exp: Responds to load symbol table prompt.
28455 * gdb.base/break.exp: Adjust line number, fix rerun.
28456 * gdb.base/langs0.c: Add #ifdef usestubs.
28457
28458Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
28459
28460 * gdb.base/list.exp: Adjust line contents after adding new lines in
28461 list0.c. Also fix a syntax error.
28462
28463 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
28464 * gdb.base/break.exp: ditto.
28465 * gdb.base/list.exp: ditto.
28466 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
28467 * gdb.base/run.c: ditto.
28468 * gdb.base/list0.c: ditto.
28469 * gdb.base/funcargs.c: ditto.
28470
28471Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
28472
28473 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
28474 $targetname, $serialport and $baud instead of hardwired variables.
28475 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
28476 target doesn't support signals.
28477
28478Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
28479
28480 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
28481
28482Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28483
28484 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
28485 Don't rely on the value of an auto variable before it has been
28486 initialized. Use gdb_test more.
28487
28488Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28489
28490 * lib/gdb.exp (default_gdb_version): A version number must start
28491 with a digit, but other than that contains all characters up to
28492 the first whitespace character.
28493
28494Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28495
28496 * gdb.base/commands.exp (breakpoint_command_test): New tests.
28497
28498Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28499
28500 * gdb.c++/*.exp: Warn if executable does not exist. The original
28501 reason for skipping the warning was that configure.in sometimes
28502 intentionally skipped building the executables but the tcl code
28503 had no way of knowing. That (a) was always bogus with respect to
28504 error handling, (b) is no longer true (right now there is no way
28505 to skip C++ tests).
28506
28507 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
28508
28509Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28510
28511 * gdb.base/list.exp: Add expect patterns for output from
28512 SunPRO compiled executables.
28513 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
28514 types.
28515
28516Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28517
28518 * gdb.base/break.exp (test_next_with_recursion): Accept any line
28519 number (we are already testing that the correct source line text
28520 gets printed).
28521
28522 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
28523 that is what is intended, but something needed to be done to get
28524 sunos4 native working again.
28525
28526 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
28527
28528 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
28529 apparently went with a (very) old xfail.
28530
28531Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
28532
28533 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
28534 runto_main is a proc in gdb.exp that will do 'step' for target use
28535 stubs.
28536 * gdb.base/exprs.exp: ditto.
28537 * gdb.base/interrupt.exp: ditto.
28538 * gdb.base/opaque.exp: ditto.
28539 * gdb.base/printcmds.exp: ditto.
28540 * gdb.base/ptype.exp: ditto.
28541 * gdb.base/scope.exp: ditto.
28542 * gdb.base/setvar.exp: ditto.
28543 * gdb.base/signals.exp: ditto.
28544 * gdb.base/twice.exp: ditto.
28545 * gdb.c++/classes.exp: ditto.
28546 * gdb.c++/inherit.exp: ditto.
28547 * gdb.c++/templates.exp: ditto.
28548 * gdb.base/break.exp: no run and hit main for stubs. Change line
28549 numbers for breakpoints and info breakpoint.
28550 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
28551 breakpoint().
28552 * gdb.base/callfuncs.c: ditto.
28553 * gdb.base/exprs: ditto.
28554 * gdb.base/interrupt.c: ditto.
28555 * gdb.base/opaque0.c: ditto.
28556 * gdb.base/printcmds.c: ditto.
28557 * gdb.base/ptype.c: ditto.
28558 * gdb.base/scope0.c: ditto.
28559 * gdb.base/setvar.c: ditto.
28560 * gdb.base/signals.c: ditto.
28561 * gdb.base/twice.c: ditto.
28562 * gdb.c++/misc.cc: ditto.
28563 * gdb.c++/templates.cc: ditto.
28564
28565Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28566
28567 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
28568
28569 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
28570 somewhere between `read' and `main.c'. I'm pretty sure the
28571 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
28572 and it isn't particularly useful.
28573
28574 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
28575
28576Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28577
28578 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
28579
28580Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
28581
28582 * config/mt-slite: add LIBS and -nostdlib.
28583 * config/slite-gdb.exp: add this new file to support sparclite target.
28584
28585Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
28586
28587 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
28588
28589 * gdb.base/a2-run.exp: Change argument to istarget from
28590 "*-*-vxworks" to "*-*-vxworks*".
28591 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
28592
28593Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
28594
28595 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
28596 will not runto main but do a 'step' to step out of breakpoint().
28597 * config/mt-slite: add -Dusestubs.
28598
28599Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28600
28601 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
28602 instead of just @.
28603
28604 * gdb.base/signals.exp: Add test for "handle all print".
28605 * TODO: Remove "handle all print". Also remove item about
28606 checking copyright date (I don't like the idea of a spurious FAIL
28607 based on when we run the tests).
28608
28609 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
28610 for SunOS4 (reason for failure not investigated). Remove
28611 redundant test for $binfile.
28612
28613 * gdb.base/nodebug.c (array_index): Call malloc.
28614
28615 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
28616
28617Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
28618
28619 * gdb.base/recurse.exp: Update gdb_test invocation to use new
28620 conventions and slightly simplify the matching regexp.
28621
28622Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28623
28624 * gdb.base/break.exp: Update gdb_test invocation to use new
28625 convention.
28626
28627 * lib/gdb.exp: If noargs is not set, set it to 0.
28628
28629 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
28630 tests unique.
28631
28632 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
28633
28634Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28635
28636 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
28637 one argument of type "<non-float parameter>".
28638
28639Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
28640
28641 * config/rom68k.exp: New file to support Motorola IDP board.
28642 * gdb.base/a2-run.exp: Skip this file if noargs is set.
28643 * gdb.base/break.c: Change things around so that this program
28644 doesn't depend upon args. This is necessary to make remote
28645 targets work (in general, they can't take args).
28646 * gdb.base/break.exp: Don't try to send args to program. Don't
28647 expect output. Also, replace lots of code with gdb_test.
28648
28649Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28650
28651 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
28652 printing of '\'' (which is what the comment says we are testing,
28653 even though we were not), not '''.
28654 (test_integer_literals_rejected): Test that printing ''' is an error.
28655
28656 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
28657 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
28658 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
28659 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
28660 Use gdb_test not test_print_accept.
28661 * lib/gdb.exp: Remove test_print_accept.
28662
28663 * gdb.base/signals.exp (signal_tests_1): Make pass message
28664 consistent with fail message.
28665
28666 * gdb.base/whatis.exp: Remove xfails for printing char vs.
28667 unsigned char; the bug (PR 1821) is fixed.
28668
28669 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
28670
28671 * gdb.base/scope.exp (test_at_localscopes): Call pass for
28672 successful tests--makes xfailing them work right.
28673
28674Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28675
28676 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
28677 only \r\n, not .*. The test can pass .* as the last thing in
28678 $pattern if that is what it wants. In addition to providing this
28679 flexibility, this change should speed up pattern matching in cases
28680 where the pattern already ended with .* (there were a number of
28681 them). This change also helps catch bad patterns--in the old
28682 scheme the typo "char \*" instead of "char \\*" would pass. Now
28683 it is caught.
28684 * Many .exp files: Update callers.
28685
28686 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
28687 clearer and does not spuriously match multiple ('s. Likewise for
28688 ) and *.
28689
28690 * gdb.base/nodebug.exp: Test ability to call a function and pass
28691 it a string (even with no debugging info).
28692
28693 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
28694 "p '\'", which is the same as "p ''" once tcl gets done with
28695 quoting, to "p '\\'", which I suspect is what is intended (one
28696 backslash gets sent to GDB).
28697
28698 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
28699
28700Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28701
28702 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
28703 1817) was fixed literally years ago.
28704
28705Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28706
28707 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
28708 test, it causes stepping out of call_after_alloca_subr with
28709 optimizing compilers.
28710 (localvars_in_indirect_call): Consume GDB prompt if `finish'
28711 fails.
28712
28713 * gdb.c++/templates.exp: Source templ-info.exp only if
28714 the templates executable exists.
28715
28716 * gdb.c++/misc.cc (class Contains_static_instance,
28717 class Contains_nested_static_instance),
28718 gdb.c++/classes.exp (test_static_members): Test printing of
28719 a class that contains a static instance of the class.
28720
28721Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28722
28723 * gdb.base/langs2.c (cppsub_): Don't prototype.
28724 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
28725 only, I believe).
28726
28727Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28728
28729 * lib/gdb.exp (skip_chill_tests): New procedure.
28730
28731 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
28732
28733Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
28734
28735 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
28736 each expect pattern. Cuts runtime from 12 to about 4 seconds.
28737
28738Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28739
28740 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
28741
28742 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
28743 disassemble 8, not 16, instructions for part 4.
28744
28745 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
28746 support the latter anymore.
28747
28748 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
28749 -DNO_PROTOTYPES.
28750 * gdb.base/callfuncs.c: Control use of prototypes based on
28751 NO_PROTOTYPES, not __STDC__.
28752 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
28753 t_float_values2 tests if prototypes in use.
28754
28755 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
28756 t_double_values): When checking differences against DELTA, check
28757 that difference is within the range (-DELTA,DELTA), not just
28758 (-infinity,DELTA).
28759
28760Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
28761
28762 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
28763 'file' command firts, then 'target', then 'load', this is due to gdb
28764 target set up.
28765 * config/mips-gdb.exp: Fix a couple regular exp bugs.
28766
28767Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
28768
28769 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
28770 FP load/store variants.
28771 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
28772
28773Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
28774
28775 * gdb.base/term.exp: Do not give a warning if not native, it is
28776 not an abnormal condition.
28777
28778Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
28779
28780 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
28781 t_char_array".
28782
28783Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
28784
28785 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
28786 are getting the version number.
28787
28788 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
28789 if not native, it is not an abnormal condition.
28790
28791Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28792
28793 * lib/gdb.exp: Just use "file exists", rather than undocumented
28794 dejagnu procedure "findfile".
28795
28796Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
28797
28798 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
28799 (LDFLAGS): Set to -Xlinker -Ur.
28800
28801 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
28802 Removed, these values are set by lib/gdb.exp.
28803
28804 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
28805
28806Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
28807
28808 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
28809 of replicating gdb startup code.
28810
28811 * config/mt-vxworks (LDFLAGS): Set to -r.
28812 (CFLAGS_FOR_TARGET): Removed.
28813
28814 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
28815 (gdb) and gdb for vxworks uses (vxgdb).
28816
28817 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
28818 executable is not in the tree and host != target, use sed and
28819 program_transform_name to determine the gdb name used by the
28820 target.
28821
28822 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
28823 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
28824
28825Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28826
28827 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
28828 floats, chars, and shorts where there are ANSI-style function
28829 definitions.
28830
28831 * gdb.base/langs.exp, gdb.base/langs*: New test.
28832 * gdb.base/Makefile.in: Build it.
28833 * TODO: Remove item about checking that C names don't get C++
28834 demangling applied; this test tests it.
28835
28836Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28837
28838 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
28839 went with the const70 xfail. The xfail went away a year ago.
28840
28841 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
28842
28843 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
28844 for hp300.
28845
28846 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
28847
28848 * gdb.base/a1-selftest.exp: Don't run on hp300.
28849
28850Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28851
28852 * Makefile.in (site.exp): Set host_alias and target_alias as well
28853 as host_triplet and target_triplet.
28854
28855Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28856
28857 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
28858
28859 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
28860 places as other ecoff systems).
28861
28862 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
28863 ultrix.
28864
28865Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28866
28867 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
28868 remove them.
28869 * gdb.base/nodebug.exp: Accept "function" in addition to "text
28870 variable and "variable" in addition to "data variable".
28871 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
28872
28873 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
28874 2.
28875 * gdb.base/list1.c (long_line): Add additional statement at start
28876 of function.
28877 * gdb.base/list.exp (test_forward_search): Update line number to
28878 reflect new statement.
28879
28880Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28881
28882 * gdb.base/signals.exp: Reinitialize searched source directories
28883 after gdb_start call.
28884
28885Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
28886
28887 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
28888 * gdb.stabs/Makefile.in: Likewise.
28889
28890 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
28891 change. Instead split the tests into smaller pieces.
28892 * gdb.disasm/hppa.s: Corresponding changes.
28893
28894Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28895
28896 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
28897 Quote ^C when passing it to stty. For some shells ^ is a pipe.
28898
28899 * gdb.base/funcargs.exp: Modify many tests so that every test
28900 either passes or fails. Make some test names unique.
28901
28902Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28903
28904 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
28905 Call stty to set interrupt character.
28906
28907 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
28908 for HP assembler versus GNU assembler based on actual behavior of
28909 $(CC), rather than assuming that $(AS) is always the GNU assembler.
28910
28911 * TODO: Suggest a few more stepping tests.
28912
28913Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
28914
28915 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
28916 restart GDB for h8300 after a continue.
28917 (return): Add pattern to match a29k-udi behavior.
28918 * gdb.base/nodebug.exp: Remove obsolete comment.
28919 * gdb.base/regs.exp: New file, testing of register displays.
28920 * gdb.base/return.exp: Fix typo in reference to $objdir.
28921 * gdb.base/whatis.exp: Always start with a fresh GDB.
28922
28923Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28924
28925 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
28926 higher, these tests generate a lot of output.
28927
28928Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28929
28930 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
28931 code following the catch silently ignored some errors; without the
28932 catch they should be thrown like any other tcl error. Also, the
28933 catch used "" instead of {} which meant all the callers who wanted
28934 to include one of the characters "[]$ had to quote it an extra time.
28935 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
28936 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
28937 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
28938 Remove extra quoting.
28939
28940Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
28941
28942 * gdb.base/commands.exp: Make test names unique; every test either
28943 passes or fails. Update some comments.
28944
28945 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
28946
28947Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28948
28949 The following fixes a FAIL caused by the fact that the alpha stabs
28950 configuration didn't use the ".if alpha" code in weird.def.
28951 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
28952 bit pointer, so the 32 bit version works even on the alpha.
28953 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
28954 Remove the stuff which allowed us to have separate versions for
28955 alpha and everything else.
28956
28957 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
28958 regexp which "info func operator\[\](" is supposed to match. Fix
28959 string to send to GDB. Note that GDB still doesn't work right. Add a
28960 new test for "info func .perator\[\](" which GDB does handle correctly.
28961
28962 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
28963
28964Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28965
28966 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
28967 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
28968 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
28969 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
28970 it makes the tests harder to understand and confuses test-o-matic.
28971 The preferred style is that each test provides a PASS or a FAIL,
28972 and has a unique message (e.g. "continue #54" not just "continue")
28973 which is the same for the pass and the fail.
28974 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
28975 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
28976 to lib/gdb.exp.
28977 * gdb.base/printcmds.exp: Use test_print_accept. Remove
28978 prt_accept which was basically the same thing. Likewise for
28979 test_print_reject and prt_reject.
28980 * lib/gdb.exp (test_print_reject): Add some more error message
28981 patterns to match from the former printcmds.exp (prt_reject).
28982 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
28983 One defect of the passcount stuff is that some of it failed to
28984 report XPASS where appropriate.
28985 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
28986 stuff before and after arg in expected pattern.
28987 (test_paddr_operator_functions): Re-do test without print_addr_of;
28988 this is the only test which seems to want extra stuff there.
28989
28990Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28991
28992 * gdb.base/nodebug.exp: Update new tests to reflect improved
28993 wording of gdb output.
28994
28995 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
28996 and "ptype" work on variables in files compiled without -g.
28997 Replaces commented out "maint print msymbol" tests.
28998
28999Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29000
29001 * gdb.base/setvar.c (dummy): Call malloc.
29002
29003 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
29004 losing with the irix4 sed.
29005
29006 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
29007 ALRM" on irix4.
29008
29009Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29010
29011 * TODO: Remove items about corefile.exp testing new exec-file and
29012 backtrace; both are now done. Add items about printing enums.
29013
29014Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29015
29016 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
29017 "get signal $thissig" test fails.
29018
29019 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
29020
29021Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29022
29023 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
29024 compiler warning with dec alpha compiler.
29025
29026 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
29027 extra \n from gdb_test call (this explains why the prompt test
29028 that I removed yesterday was there).
29029 (user_defined_command_test): Remove extra \n and prompt test.
29030
29031 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
29032 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
29033 doesn't exist.
29034 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
29035 Also remove alpha workaround, which turns out to be because
29036 SIGABRT == SIGLOST.
29037
29038 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
29039
29040 * gdb.base/help.exp: Don't test "help show".
29041
29042Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29043
29044 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
29045 "set print address" is on.
29046 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
29047 pass prompt to gdb_test; gdb_test already looks for the prompt.
29048
29049 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
29050
29051 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
29052 was a vestige of the manual TESTSTRATEGY, and the purpose of it
29053 was to make sure that gdb can read a core file. But (a) the "read
29054 the corefile" part didn't make it to a1-selftest.exp, we just
29055 delete the corefile after creating it, and (b) we test reading
29056 corefiles in corefile.exp anyway. Also, this test left around a
29057 xgdb process on Solaris.
29058
29059 * gdb.base/corefile.exp: Also test backtrace.
29060
29061Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
29062
29063 * gdb.base/commands.exp: Test a simple user defined command with
29064 arguments and if/while statements; verify the full user command is
29065 printed by "show user".
29066
29067 * gdb.base/commands.exp: Test if/while commands as part of a
29068 breakpoint command list; verify they appear in breakpoint
29069 information.
29070
29071Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29072
29073 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
29074 than by dividing by zero.
29075
29076Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
29077
29078 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
29079 performing an inferior call with watchpoints enabled.
29080 * gdb.base/watchpoint.c (main): Delete second unnecessary read
29081 call.
29082
29083Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29084
29085 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
29086 of "file" command.
29087
29088 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
29089 Add additional pattern for when "int operator int(void);" appears
29090 in a different order.
29091
29092Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29093
29094 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
29095
29096 * gdb.base/help.exp: Replace most of docstrings for "info signals"
29097 and "signal" with ".*".
29098
29099Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29100
29101 * TODO: Add note about "handle all nostop".
29102
29103 * gdb.base/{sigall.c, sigall.exp}: New test.
29104 * gdb.base/Makefile.in: Add it.
29105
29106Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
29107
29108 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
29109 when invoking GDB, suppresses any windowing interface.
29110
29111Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
29112
29113 * config/sim-gdb: New file, simulator testing support.
29114
29115Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
29116
29117 * gdb.base/interrupt.exp: Test calling func1 twice.
29118
29119Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
29120
29121 * gdb.base/list.exp (test_forward_search): Set timeout higher
29122 when we'll be getting lots of output from gdb.
29123
29124 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
29125 "init_malloc" to after the expect statement. Run it if that
29126 regexp is taken, but also for two others which happen if source
29127 cannot be found.
29128
29129Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29130
29131 * gdb.base/printcmds.exp: New test, for printing register before
29132 program is running.
29133
29134Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29135
29136 * gdb.base/list.exp: Correct some alternate expect patterns
29137 to reflect changes in list1.c.
29138
29139Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29140
29141 * TODO: Add item regarding large frames.
29142
29143 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
29144
29145 * TODO: Remove item about enabling return.exp; it
29146 is enabled. Suggest a few more "return" tests.
29147
29148Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29149
29150 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
29151 anonymous unions.
29152
29153Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29154
29155 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
29156 and pr-5646.o, so "make" is the same as "make all", not "make
29157 pr-4975.o".
29158
29159Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
29160
29161 * gdb.base/list.exp: Adjust expectations to reflect changes in
29162 list1.c.
29163 (test_forward_search): New test proc.
29164 * gdb.base/list1.c (long_line): New function, has long source line.
29165
29166Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
29167
29168 * gdb.base/a1-selftest.exp: Change initial stepping to know about
29169 additional line of code that was added.
29170
29171Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
29172
29173 * gdb.disasm/hppa.s: Break the large branching tests into smaller
29174 tests so as not to overflow expect's input buffers.
29175 * gdb.disasm/hppa.exp: Corresponding changes.
29176
29177Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29178
29179 Beginnings of template debugging tests.
29180 * gdb.c++/templ-info.cc: New file to test for template
29181 debugging capability of the compiler.
29182 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
29183 templ-info.cc.
29184 * gdb.c++/templates.cc: Add explicit template instantiations
29185 to enable compiling with -fno-implicit-templates. Add destructor
29186 and 'value' method to T5 class for template tests.
29187 * gdb.c++/templates.exp: Add testcases for printing of template
29188 types, setting breakpoints on template methods and calling a
d63a86f8 29189 template method.
c906108c
SS
29190
29191Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
29192
29193 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
29194 branch target since some assemblers (gas-2.5) may emit a
29195 relocation for the branch instead of resolving it in the
29196 assembler.
29197
29198Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29199
29200 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
29201 through signal handler.
29202
29203Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29204
29205 * configure.in (*-*-netware): Use config/mt-netware.
29206
29207 * config/mt-netware: New file.
29208 * config/mt-i386-netware: Removed, separate configs for different
29209 netware architectures are no longer needed now that we have
29210 --with-headers.
29211
29212Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29213
29214 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
29215 by the recent changes to use ANSI C arithmetic conversions.
29216
29217Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29218
29219 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
29220 bug involving using inferior_pid to figure out whether to select a
29221 frame.
29222
29223Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
29224
29225 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
29226 match the current disassembler output.
29227
29228Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
29229
29230 * gdb.fortran/exprs.exp: Expect VOID instead of void.
29231 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
29232 types, expect "int" as type of integer values (for now).
29233
29234Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
29235
29236 * gdb.base/commands.exp: New tests for if/while commands.
29237
29238Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
29239
29240 * lib/gdb.exp (runto): Replace sub-pattern for hex value
29241 by .*, since hex values have different syntax in Chill mode.
29242
29243Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29244
29245 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
29246 linefeed from expect pattern for repeated types with indices > 9.
29247
29248Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
29249
29250 First part of Fortran test suite.
29251 * gdb.fortran: New directory.
29252 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
29253
29254Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29255
29256 * gdb.base/default.exp: Update expect pattern for load command
29257 without arguments.
29258
29259Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
29260
29261 * configure.in: Change i386 to i[345]86.
29262 * gdb.base/configure.in: Likewise.
29263 * gdb.c++/configure.in: Likewise.
29264 * gdb.chill/configure.in: Likewise.
29265
29266Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
29267
29268 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
29269 patterns, since that is not a valid context for comments.
29270
29271Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
29272
29273 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
29274 repeated types and repeated types with indices > 9.
29275
29276Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
29277
29278 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
29279 2417; old bug has been fixed.
29280
29281Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
29282
29283 * gdb.base/interrupt.exp: When trying to wake up the inferior,
29284 send the newline ourselves instead of assuming gdb_test will do
29285 so when passed an empty input string.
29286
29287 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
29288 stabs testcode.
29289
29290Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29291
29292 * lib/gdb.exp (gdb_test): Don't send anything if the first
29293 argument is an empty string. This makes cases where we want to
29294 match output that is already in expect's buffers (for example,
29295 matching a breakpoint after gdb_run_cmd has been called) work
29296 reliably.
29297
29298Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29299
29300 * config/netware.exp: New file.
29301
29302Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29303
29304 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
29305 the -B and -L prefixes so we can find the debugging stub.
29306
29307 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
29308 there and we are using the gcc from the tree.
29309
29310 * gdb.base/types.c: Removed.
29311
29312 * gdb.base/configure.in: Look for makefile fragments in ../config.
29313 Recognize i386-*-netware.
29314 * gdb.c++/configure.in: Likewise.
29315
29316Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29317
29318 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
29319 the correct TCL syntax.
29320
29321Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29322
29323 * gdb.base/opaque.exp: use runto instead of messing around with
29324 breakpoints. Simplify by using gdb_test.
29325
29326 * gdb.base/bitfields.exp: restart between tests on netware targets
29327 because breakpoints aren't relocated after target death. Run
29328 processes to completion.
29329
29330 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
29331
29332Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
29333
29334 * Makefile.in: Remove extra tabs that confuse some versions
29335 of "make". Use the newly built gdb to test with by default,
29336 rather than the first one in the tester's search path.
29337
29338Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
29339
29340 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
29341
29342 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
29343 condition help.
29344
29345Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29346
29347 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
29348
29349 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
29350 running.
29351 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
29352 * gdb.base/funcargs.exp: Likewise.
29353
29354 * gdb.base/bitfields.exp: Simplify by using gdb_test.
29355 * gdb.base/funcargs.exp: Likewise.
29356
29357 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
29358 message is "".
29359
29360Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29361
29362 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
29363 return,signals,twice}.exp: Handle non-existant binaries
29364 consistantly.
29365
29366 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
29367 * gdb.base/Makefile.in: Don't try to generate a core dump, we
29368 might testing a cross development system.
29369
29370Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29371
29372 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
29373 runtest script is relative to ${srcdir}, not ${rootdir}.
29374
29375Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
29376
29377 * gdb.base/signals.exp: Allow for optionality of breakpoint
29378 address.
29379
29380Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29381
29382 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
29383
29384Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29385
29386 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
29387 for size_t definition.
29388 * gdb.c++/templates.cc: Likewise
29389
29390 * config/mt-i386-netware: New file.
29391
29392 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
29393 defined.
29394
29395 * gdb.base/Makefile.in: Added support for systems that name core
29396 files by appending "core" to the program name.
29397 * gdb.base/a1-selftest.exp: Likewise.
29398
29399Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29400
29401 * gdb.base/return.exp: Add comment and message for `return double'
29402 test failure on Sparc Solaris.
29403
29404Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
29405
29406 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
29407
29408Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29409
29410 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
29411 from optimizing them away.
29412 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
29413 patterns to include default constructors and assignment operators,
29414 to match gcc versions beyond 2.5.8. Accept any cplus demangling
29415 character in the output of the virtual base pointer.
29416
29417Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29418
29419 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
29420 expression match in print_addr_of to avoid unintented matches.
29421 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
29422 versions up to 2.5.8.
29423
29424Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29425
29426 * gdb.base/list.exp: Tweak alternate pattern for listing of an
29427 included file to run under newer versions of expect.
29428 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
29429 consecutive >'s in templates to accomodate recent cplus-dem.c change.
29430 Remove xfail for the virtual table of BDDHookV.
29431
29432Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
29433
29434 * lib/gdb.exp (string_to_regexp): Set a default result.
29435 (default_gdb_start): Fix misleading message.
29436
29437Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
29438
29439 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
29440 Remove all CC, etc definitions.
29441 * config/mt-hpux: New file.
29442 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
29443 (CFLAGS, LDFLAGS): Define.
29444 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
29445
29446 * Makefile.in (site.exp): Don't insert host_os, etc.
29447 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
29448 (distclean): Check existence of subdir.
29449 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
29450 * gdb.base/Makefile.in: General cleanup and simplification.
29451 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
29452 to build executables. Use default rule to build .o files.
29453 (EXPECT, RUNTEST, CC): Fix relative pathname.
29454 (site.exp): Don't insert host_os, etc.
29455 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
29456 and/or SIGUSR1 defined.
29457 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
29458 * gdb.c++/Makefile.in: General cleanup and simplification.
29459 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
29460 (CFLAGS): Remove.
29461 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
29462
29463Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
29464
29465 * gdb.base/recurse.exp: Misc changes to get tests running again
29466 after Kung's changes to the watchpoint code.
29467 * gdb.base/watchpoint.exp: Likewise.
29468
29469Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
29470
29471 * lib/gdb.exp (string_to_regexp): Convert {\} also.
29472
29473Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
29474
29475 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
29476 * lib/gdb.exp (default_gdb_start): Define.
29477 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
29478 gdb.base/funcargs.exp, gdb.base/opaque.exp,
29479 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
29480 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
29481 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
29482 Don't call gdb_target_udi in between tests.
29483
29484Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29485
29486 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
29487 (which was basically just a local version of the same thing). In
29488 addition to avoiding duplication, gdb_test_exact is faster.
29489 * lib/gdb.exp (gdb_test_exact): Fix typo.
29490
29491 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
29492 don't give an error.
29493
29494 * gdb.base/term.exp: Call delete_breakpoints before starting.
29495
29496 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
29497 (t10): Add comment.
29498
29499Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
29500
29501 Reorganization of the GDB Test Suite.
29502
29503 * gdb.base: New directory, contains all the basic tests.
29504 * gdb.c++: New directory, tests specific to C++.
29505 * gdb.chill: New directory, tests specific to Chill.
29506 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
29507 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
29508 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
29509 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
29510 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
29511 t30-31 to chill).
29512 * */gdbme.*: Rename to match appropriate expect scripts.
29513 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
29514 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
29515 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
29516 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
29517 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
29518 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
29519 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
29520 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
29521 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
29522 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
29523 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
29524 gdb.c++/virtfunc.cc: New names of C++ files.
29525 * gdb.chill/chillvars.ch: New name of Chill file.
29526 * gdb.base/configure.in, gdb.c++/configure.in,
29527 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
29528 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
29529 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
29530 * configure.in (configdirs): Update to reflect directory changes.
29531 (target_abbrev): No longer define for any configuration.
29532 * Makefile.in: Cosmetic improvements to header comments.
29533
29534Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
29535
29536 Various changes to gdb.t31:
29537
29538 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
29539 * gdbme.ch: Make all key-words and predefineds be upper-case.
29540 * chillvars.exp: Expect key-words and predefinds in upper-case.
29541
29542 * chillvars.exp: Use gdb_test_exact many places.
29543 Change expected output for arrays (which now includes index labels).
29544
29545 * pr-5020.exp, gdme.ch (module PR_5020):
29546 New test, for PR-5020.
29547
29548Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
29549
29550 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
29551 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
29552
29553Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
29554
29555 * Makefile.in: Fix bit-rot in definitions of CHILL,
29556 CHILL_FOR_TARGET and Chill_LIB.
29557 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
29558 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
29559 CHILL, and CHILL_LIB.
29560
29561Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
29562
29563 * Revert the previous changes. Please see Rob's directory
29564 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
29565
29566Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
29567
29568 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
29569 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
29570 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
29571 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
29572 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
29573 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
29574 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
29575 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
29576 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
29577 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
29578 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
29579 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
29580 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
29581 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
29582 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
29583 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
29584 changes from 94Q1.
29585
29586Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
29587
29588 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
29589 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
29590 Rob's new testing fragments.
29591
29592Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
29593
29594 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 29595 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
29596
29597Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
29598
29599 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
29600 version also, match on casted version strings, and match on
29601 gdb startup case where the line numbers might be messed up.
29602
29603Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
29604
29605 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 29606 (CFLAGS): Delete it from here.
c906108c
SS
29607
29608Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
29609
29610 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
29611
29612Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
29613
29614 * Makefile.in (RUNTEST): Default to just "runtest".
29615
29616Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29617
29618 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
29619 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
29620 the code has been restructured.
29621
29622Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29623
29624 * gdb.t00/default.exp (set write): Allow any number of \r and/or
29625 \n, not just one of each.
29626
29627 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
29628 /bin/cc gives a warning if you do.
29629
29630Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
29631
d63a86f8 29632 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
29633 __t10ListS_link1ZUiRCUiPT0
29634
29635Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29636
29637 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
29638 on local variables in recursive functions.
29639
29640 * gdb.t07/Makefile.in: Build the new test.
29641
29642Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29643
29644 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
29645 directly. Instead compare the return values from actual calls.
29646
29647Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
29648
29649 * Makefile.in (check): Set TCL_LIBRARY for runtest.
29650
29651Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29652
29653 * From Peter Schauer with minor modifications.
a9c64011
AS
29654 * gdb.t15/return.exp (return_tests): Handle targets where "return"
29655 stops in mid-line in the caller. Add xfail for returning a float
29656 value on X86 targets.
c906108c
SS
29657
29658Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29659
29660 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
29661 to avoid expect lossage.
29662 (fmem_LRbug_tests): Likewise.
29663 * gdb.disasm/hppa.s: Corresponding changes.
29664
29665 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
29666 conditions to work with latest dejagnu/expect.
29667
29668 * gdb.t15/funcargs.exp (finish from indirect call): No longer
29669 expected to fail on the PA.
29670 (backtrace in call with trampolines): Explicitly require main
29671 to be frame #1 (no trampolines should show up in backtrace).
29672
29673 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
29674 "continue -expect".
29675 * gdb.t06/break.exp: Likewise.
29676 * gdb.t07/watchpoint.exp: Likewise.
29677 * gdb.t13/bitfields.exp: Likewise.
29678 * gdb.t15/{funcargs,return}.exp: Likewise.
29679 * gdb.stabs/weird.exp: Likewise.
29680 * config/{mips,udi}-gdb.exp: Likewise.
29681
29682 * hppa.sed: Enclose comments within a sed command to avoid
29683 losing with the old OSF1 sed.
29684
29685Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29686
29687 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
29688 sequent dynix.
29689 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
29690 * gdb.t15/funcargs.exp: Conditionally step again to really
29691 finish from marker_call_with_trampolines. Handle the case where
29692 the first step from within call_with_trampolines already steps
29693 us back to main.
29694 * gdb.t15/gdbme.c: Add comment to closing brace of
29695 call_with_trampolines for funcargs.exp.
29696
29697Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29698
d63a86f8 29699 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
29700 Fix typo(s).
29701
29702Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29703
29704 * gdb.t07/gdbme.c: More code for watchpoint testing.
29705
29706 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
29707 "Hardware watchpoint" throughout file.
29708 (test_watchpoint_triggered_in_syscall): New test.
29709 (test_complex_watchpoint): New test.
29710
29711Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29712
29713 * gdbme.c (call_with_trampolines): New function to try and step
29714 into. Tests trampoline problems on the PA.
29715
29716 * funcargs.exp (localvars_in_indirect_call): No longer expect
29717 stepping into indirect call to fail on PAs.
29718 (test_stepping_over_trampolines): New test.
29719
29720Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29721
29722 * TODO: Add suggestions for static member function tests, and
29723 completion tests.
29724
29725Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29726
29727 * TODO: Add suggestions for "p/a" tests.
29728
29729 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
29730 (default_gdb_exit): Replace all the hair with sending "quit" to
29731 the process with a simple close.
29732
29733Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29734
29735 * TODO: Add suggestions for shared library tests.
29736
29737Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29738
29739 * TODO: Add suggestions for x/s tests.
29740
29741Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29742
29743 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
29744 "enable once", and "enable breakpoints once" with ".*".
29745
29746Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29747
29748 * TODO: Add suggestions about structure passing tests.
29749
29750Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29751
29752 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
29753 the primary1 test, use work around if __GNUC__ < 2.
29754 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
29755 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
29756 Test for bad output rather than waiting for timeout. Issue
29757 second continue only if first continue failed.
29758
29759Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29760
29761 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
29762 operator[] test with gdb_test because the old code didn't seem to
29763 be getting the quoting right with the new dejagnu.
29764
29765Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
29766
29767 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
29768 one from the path.
29769 * Makefile.in: Use a fresh expect if there is one, use runtest
29770 from the src tree if there is one.
d63a86f8 29771
c906108c
SS
29772Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29773
29774 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
29775 next over recursive call. Revise the tests from that point on
29776 (which had been skipped) to match GDB's actual (correct) output.
29777
29778 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
29779 with next over a breakpoint whose condition is false.
29780
29781 * gdb.t00/help.exp: Comment out "help set print" tests just like
29782 (and for same reason as) "help set" test.
29783
29784Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29785
29786 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
29787 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
29788
29789Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29790
29791 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
29792 necessary gdb_target_udi.
29793
29794 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
29795
29796 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
29797 1838 and 2417; they are fixed.
29798
29799 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
29800 gdb.t03/ptype.exp (ptype structure, ptype union):
29801 Remove xfails; the test is looser than when the xfails were added.
29802
29803 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
29804 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
29805
29806 * gdb.t01/run.exp: Only run shell test if isnative.
29807
29808 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
29809 since "run" automatically loads if necessary. Call gdb_target_udi
29810 after the "file" since "file" kills any execution target.
29811
29812 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
29813 GDB. GDB doesn't work that way (not anymore at least) on UDI.
29814 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
29815 argument for UDI.
29816
29817Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29818
29819 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
29820
29821 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
29822
29823Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29824
29825 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
29826 properly quoting regexps. This makes the second argument to
29827 demangle a fixed string, which matches the callers, instead of a
29828 shell-style pattern which is what the previous implementation
29829 used. Update some of the callers.
29830
29831Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29832
29833 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
29834 (comib_nullified_tests): Fix typo.
29835 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
29836 strings. No longer expected to fail.
29837
29838 * gdb.disasm/hppa.s (addib_tests): Fix typo.
29839 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
29840 strings. No longer expected to fail.
29841
29842 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
29843 string. No longer expected to fail.
29844
29845Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29846
29847 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
29848 No longer expected to fail.
29849
29850 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
29851 string. No longer expected to fail.
29852
29853Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29854
29855 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
29856 only in the names (I probably got most of them). I was even
29857 generous with some which differed in underscores in names, and
29858 probably missed a few, and I *still* was able to remove almost a
29859 third of the file with almost no impact on testsuite coverage.
29860
29861Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29862
29863 * gdb.t00/default.exp: Match udi_attach error message as well as
29864 the one from child_attach.
29865
29866 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
29867
29868 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
29869
29870 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
29871 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
29872
29873 * Move test with enums and partial symbols back to
29874 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
29875 Reverts the change of 26 May 93. Per today's change to
29876 stabs.texinfo, the behavior that weird.exp was expecting was
29877 unreasonable; what is important is that the compiler+gdb get
29878 things right, which happens with a recent gcc. Also fix the test
29879 to deal with native compilers which put out the stab gdb can't
29880 deal with.
29881
29882Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29883
29884 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
29885 in the names. The main thing these accomplish is to slow things down.
29886 Many more such duplicates surely remain.
29887
29888 * gdb.t00/help.exp: Comment out "help support" test just like
29889 (and for same reason as) "help set" test.
29890
29891Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
29892
29893 * gdb.t06/break.exp: Remove setup_xfails for
29894 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
29895 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
29896 about known bug in gcc to include up through 2.5.8.
29897 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
29898 well as "_vb$".
29899 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
29900 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
29901 with latest gcc and gdb.
29902 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
29903 well as "_vb$".
29904
29905Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29906
29907 * configure.in (hppa*-*-*): Also configure and build stabs-only
29908 tests.
29909
29910Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29911
29912 * gdb.t10/hppa.mt: A makefile fragment for the PA.
29913 * gdb.t10/configure.in (hppa*-*-*): Use it.
29914
29915Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29916
29917 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
29918
29919Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29920
29921 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
29922 versions prior to 1.13.5.
29923
29924Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29925
29926 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
29927 the prompt is at the start of a line.
29928
29929Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29930
29931 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
29932 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
29933 in the copr tests now.
29934 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
29935 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
29936 expected to fail.
29937
29938Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
29939
29940 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
29941 gdb.t31/chillvars.exp, lib/gdb.exp:
29942 Tweak to run under either version of expect.
29943 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
29944 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
29945 * gdb.t11/list.exp: Remove extraneous whitespace.
29946
29947Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29948
29949 * gdb.t16/printcmds.exp (test_print_strings): Accept
29950 "(unsigned char *) " before the string.
29951
29952 * TODO: Add notes about printing of fancy types and GDB expressions.
29953
29954Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
29955
29956 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
29957 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 29958 if doing mips-idt-ecoff.
c906108c
SS
29959
29960Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
29961
29962 * Most .exp files: Tweak to run under either version of expect.
29963
29964Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29965
29966 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
29967 xfails; I'm not sure why they are failing, but not because of PR 1806.
29968
29969Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
29970
29971 * config/unix-gdb.exp: Remove gdb_unload cause it's already
29972 defined in lib/gdb.exp.
29973
29974Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29975
29976 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
29977 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
29978 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
29979 have to be typeless.
29980
29981Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29982
29983 * TODO: Add suggestion for copyright year test.
29984
29985Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
29986
29987 * configure.in (*-*-lynxos*): Add stabs tests.
29988
29989Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
29990
29991 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
29992 so insert a tab before any assembler directive in column zero.
29993
29994 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
29995 stores.
29996 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
29997 stores.
29998 (fpu_short_memory_tests): Likewise.
29999
30000Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30001
30002 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
30003 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
30004 .stabs directives in comments.
30005
30006Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30007
30008 * TODO: New file, describing tests we could write.
30009 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
30010
30011Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30012
30013 * gdb.t06/signals.exp: Add kludge to force re-sync.
30014
30015 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
30016 to xgdb instead of gdb, get out of gdb.
30017
30018Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
30019
30020 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
30021 for info.
30022
30023Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
30024
30025 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
30026 * gdb.stabs/configure.in (hppa*-*-*): Use it.
30027 * gdb.stabs/hppa.sed: New sed script for the PA.
30028
30029Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30030
30031 * gdb.stabs: Re-write weird.def and configuration to use sed
30032 instead of cpp. sed is portable and POSIX; cpp is neither.
30033
30034Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30035
30036 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
30037
30038Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30039
30040 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
30041
30042Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30043
30044 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
30045 "_vb$".
30046 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
30047 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
30048
30049Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30050
30051 * lib/gdb.exp: Comment out code which depends on non-existent
30052 `transform' procedure.
30053
30054Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
30055
30056 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
30057 * lib/gdb.exp: Transform tool name.
30058 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
30059 1.1's new error handling system.
30060
30061Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30062
30063 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
30064
30065Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30066
30067 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
30068 They made pattern matching so slow that timeouts happened on
30069 heavily loaded systems. Now any output from "show print" which
30070 gets us back to the GDB prompt is a PASS.
30071
30072Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
30073
30074 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
30075
30076Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30077
30078 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
30079
30080 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
30081 It is not from PR 3220.
30082
30083Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30084
30085 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
30086 just started failing because they depended on the order the
30087 subcommands are presented, or exact docstring text. This kind of
30088 test is a pain and has minimal benefit.
30089
30090Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30091
30092 * gdb.t09/corefile.exp: At end of test, use "core" command with
30093 no arguments.
30094
30095Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
30096
30097 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
30098 17}/Makefile.in: Make it possible to run the testsuite with Sun
30099 make and CC = cross gcc by adding explicit build rules for .o
30100 files.
30101
30102Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30103
30104 * gdb.t15/funcargs.exp: Don't put comments on same line as
30105 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 30106
c906108c
SS
30107Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30108
30109 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
30110
30111Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
30112
30113 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
30114 * gdb.t20/inherit.exp: remove three dumplicate entries.
30115
30116Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30117
30118 * gdb.t06/break.exp: For "next over recursive call", fail on any
30119 incorrect output, not just on "factorial (value=2)".
30120
30121Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30122
30123 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
30124 working now. Add an xfail if accesing a bss variable causes
30125 a memory error if the target is not yet run.
30126
30127Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30128
30129 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
30130 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
30131 name of __st* demangling (2 strings). Did Kung really get the
30132 more than 95 others right without testing them?
30133
30134Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
30135
30136 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
30137
30138Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
30139
30140 * configure.in (configdirs): Add gdb.disasm
30141 * gdb.disasm: New directory for GDB disassembler tests.
30142 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
30143
30144Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30145
30146 * gdb.t00/help.exp: Don't test "help set".
30147
30148 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
30149 from within expect statements. None of these happen anymore and
30150 they cause regressions to be silently unnoticed.
30151
30152 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
30153 messages) about known failures with gcc cygnus-2.4.5-930417.
30154
30155 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
30156 comp-info.exp so it gets built if it doesn't exist.
30157
30158 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
30159 it is no longer used.
30160 * gdb.t13/comp-info.c: Removed.
30161
30162Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30163
30164 * gdb.t06/signals.exp: Add xfail for sun3.
30165
30166Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30167
30168 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
30169 relevant because ^C doesn't get sent but failure can be reproduced
30170 interactively).
30171
30172Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30173
30174 * gdb.stabs/alpha.mt: New configuration file for alpha.
30175 * gdb.stabs/configure.in: Use it.
30176 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
30177 sharing with alpha.mt, redefine long to word via preprocessor.
30178 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
30179 for alpha.
30180 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
30181 native cc.
30182 * gdb.t00/teststrategy.exp: Change expect string so that we
30183 consume the `(xgdb)' from the command echo and from the gdb prompt.
30184 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
30185 gdb currently compares all values as long, so this failure probably
30186 applies to any configuration where LONGEST is bigger than a target int.
30187 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
30188 with gcc.
30189 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
30190 to handle opaque pointers, gcc is.
30191 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
30192 as first argument. Include <sys/types.h> and change all operator
30193 new definitions to use size_t.
30194 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
30195 now that we use size_t.
30196
30197Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30198
a9c64011 30199 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 30200 a long or float array cast all array members to the same type.
a9c64011 30201 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 30202 with 64 bit longs.
a9c64011 30203 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 30204 on alpha.
a9c64011 30205 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
30206
30207Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30208
30209 * gdb.t24 (demangle.exp): Constructors of templates have names like
30210 vector<int>::vector(int) not vector<int>::vector<int>(int). See
30211 section 14.6 of the ARM.
30212
30213 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
30214 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
30215 accomplish little and slow down the testsuite.
30216
30217 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
30218 Accept spaces various places.
30219
30220Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30221
30222 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
30223 with watchpoint enabled.
30224
30225 * Makefile.in: Remove definition of CC and remove the second
30226 definition of CXX (the "CXX = gcc" one remains). These definitions
30227 were causing backquotes to be expanded within backquotes, which
30228 doesn't work.
30229
30230Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
30231
30232 * gdb.t17/callfuncs.exp: Add "return 0" to end.
30233
30234Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30235
a9c64011
AS
30236 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
30237 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
30238 by mips cc and contains no stabs entries.
30239
30240Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
30241
30242 * config/vx-gdb.exp: Use fake device to load files rather than
30243 NFS.
30244 * lib/gdb.exp: New proc to do "file" command.
30245 * config/unix-gdb.exp: Use new "file" proc.
30246
30247Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
30248
30249 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
30250 Rework board rebooting slightly.
30251 (gdb_exit): Don't exit from the remote shell; there isn't one.
30252 * gdb.stabs/weird.exp: If a program is being debugged already,
30253 kill it.
30254 * gdb.t04/setvar.exp: Stop and restart gdb.
30255 * gdb.t05/expr.exp: Likewise.
30256 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
30257 restart gdb and reload the program.
30258 * gdb.t08/opaque.exp: Likewise.
30259 * gdb.t12/scope.exp: Likewise.
30260 * gdb.t13/bitfields.exp: Likewise.
30261 * gdb.t15/funcargs.exp: Likewise.
30262 * gdb.t20/classes.exp: Likewise.
30263 * gdb.t03/ptype.exp: Increase timeout.
30264 * gdb.t16/printcmds.exp (test_print_string_constants,
30265 test_print_array_constants): Likewise.
30266 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
30267 * gdb.t20/classes.exp (do_tests): Likewise.
30268 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
30269
30270Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
30271
30272 * gdb.stabs: Renamed *wierd* to *weird*.
30273
30274Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
30275
30276 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
30277 for timeout. Add "known gcc 2.4.5 bug" to failure message.
30278
30279Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
30280
30281 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
30282 (do_tests): Remove xfail for whatis on one_var and two_var.
30283
30284Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
30285
30286 * Makefile.in: Made cross building work better by adding
30287 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
30288
30289Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30290
30291 * gdb.t15/{return.c,return.exp,Makefile.in}:
30292 New test, currently commented out.
30293
30294Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
30295
30296 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
30297 still running and removes the leftover named socket so GDb can do
30298 clean restarts.
30299
30300Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
30301
30302 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
30303 console, not GDB.
30304 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
30305 cross testing works better with "make check"
30306 * config/unix-gdb: Use default procedures for exit and version.
30307 * config/vx-gdb.exp: Cleaned up and massaged back to working order
30308 with the newest VxWorks.
30309
30310Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30311
30312 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
30313 old form.
30314
30315 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
30316 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
30317
30318 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
30319
30320 * config/unix-gdb.exp: Remove this version of gdb_exit
30321 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
30322 Rob says he'll look at it when he gets back to testing boards.
30323
30324Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
30325
30326 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
30327 an expected fail for certain ptype commands.
30328
30329 * gdb.t20/classes.exp: Update expected results of "ptype class
30330 Base1" to account for the constructor that now appears in the type.
30331
30332Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
30333
30334 * configure.in (configdirs): Restore gdb.t04, which mysteriously
30335 disappeared from list.
30336 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
30337 "alldone" proc with call to cleanup and exit.
30338 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
30339 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
30340 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
30341 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
30342 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
30343 "alldone" proc with simple returns that suppress remaining
30344 tests. The alldone proc went away many months ago.
30345
30346Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30347
30348 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
30349
30350 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
30351
30352Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30353
30354 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
30355 as vax gdb will display them.
30356
30357Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30358
30359 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
30360 optimizers.
30361
30362 * scope.exp: Change "bad value for localval" messages so each one
30363 is unique.
30364
30365 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
30366 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
30367
30368 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
30369
30370Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30371
30372 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
30373 doesn't exist (due to optimization).
30374
30375Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30376
30377 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
30378 contains \r because the filename is long.
30379
30380 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
30381 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
30382
30383Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30384
30385 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
30386 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
30387 Ultrix.
30388 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
30389 int tests.
30390 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
30391
30392Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
30393
30394 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
30395
30396 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 30397 to match does not match the passing case but still matches the
c906108c
SS
30398 failing case.
30399
30400Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30401
30402 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
30403
30404Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
30405
30406 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
30407 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
30408 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
30409 Remove various versions of gdb_exit.
30410 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
30411 gdb_exit.
30412 * config/unix-gdb.exp: gdb_exit remains here, and should override
30413 the generic version, since it's doing a lot of wierd stuff that
30414 the other versions aren't. FIXME, fold it in, or abandon this
30415 version.
30416
30417Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30418
30419 * gdb.t24/demangle.exp: Add tests for PR 3220.
30420
30421Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30422
30423 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
30424
30425Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
30426
30427 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
30428 "i386-*-*". Works for i486 as well.
30429
30430 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
30431 bug, and expand domain of xfail to all SVR4 systems, since the
30432 actual problem is likely to be in generic SVR4 /proc support.
30433
30434Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30435
30436 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
30437
30438Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
30439
30440 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
30441 xfails for other systems. Match a missing 'Continuing.' as an
30442 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
30443
30444 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
30445 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
30446 Only issue warning for missing executables if -all option is used.
30447
30448 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
30449 file if -all option is used. It's like an unpredictable XFAIL.
30450
30451Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30452
30453 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
30454 for dynamically linked binaries.
30455
30456 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
30457
30458Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30459
30460 * gdb.t20/inherit.exp: Change message for "print tagless struct"
30461 to state that this is a known bug in old versions of g++.
30462
30463Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30464
30465 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
30466 while waiting for `Continuing'.
30467
30468Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
30469
30470 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
30471 in text, data, and bss.
30472 * gdb.t10/nodebug.c: Add local and global test variables for
30473 initialized and uninitialized data.
30474
30475Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30476
30477 * config/unix-gdb.exp (gdb_exit): Add "wait".
30478
30479Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30480
30481 * gdb.t06/signals.exp: xfail the continue from the handler for all
30482 targets.
30483
30484 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
30485 function with watchpoints enabled, the i386 call dummy starts with
30486 a call.
30487
30488 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
30489 386 bsd names its corefiles.
30490
30491Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
30492
30493 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
30494 compilers don't grok it.
30495 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
30496 with small octal ints rather than character constants, which
30497 are signed and might not fit if first promoted to int.
30498
30499Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
30500
30501 * gdb.t09/Makefile.in (clean): Remove corefile.
30502
30503Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30504
30505 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
30506
30507Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30508 and Jim Kingdon (kingdon@cygnus.com)
30509
30510 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
30511 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
30512 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
30513
30514Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30515
30516 * gdb.t17/interrupt.exp: Add xfail for hppa.
30517
30518Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30519
30520 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
30521 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
30522 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
30523 to determine signed-ness of bitfields and use the result to setup
30524 the xfail.
30525 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
30526 * gdb.t15/funcargs.exp: Use them to step until the second indirect
30527 call line is reached if necessary.
30528
30529Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30530
30531 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
30532
30533Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30534
30535 * gdb.t06/break.exp: Also test `clear' command.
30536
30537Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30538
30539 * gdb.t00/teststrategy.exp: Remove extra quote.
30540
30541 * gdb.t07/watchpoint.exp: Change xfail for calling function with
30542 watchpoint enabled to be for all non-68k machines.
30543
30544 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
30545
30546Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30547
30548 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
30549 targets use aout.mt instead of ecoff.mt as gas understands
30550 standard aout format.
30551
30552Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30553
30554 * lib/gdb.exp (runto): Don't insist that function we are running to
30555 was compiled with -g.
30556
30557 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
30558
30559 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
30560 to get back into the read system call.
30561 Accept leading newline in case where we woke it up.
30562
30563Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30564
30565 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
30566 to make the stabs test work on ecoff systems using gcc and -with-stabs.
30567 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
30568 enable ecoff configuration.
30569
30570Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30571
30572 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
30573
30574Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30575
30576 * gdb.t16/printcmds.exp: Add another printf test.
30577
30578Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
30579
30580 * configure.in: If configured -with-stabs on any target, add
30581 stabsdirs to configdirs.
30582
30583Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30584
30585 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
30586 fun" so pattern does not match the command itself.
30587
30588Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30589
30590 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
30591
30592Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30593
30594 * gdb.t17/interrupt.exp: Test for more things.
30595
30596Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30597
30598 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
30599 compiler arranges the code and line numbers.
30600
30601 * gdb.t17/interrupt.exp: Don't send \n after ^C.
30602
30603Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30604
30605 * gdb.t00/help.exp: Increase expect input buffer size.
30606
30607Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30608
30609 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
30610
30611 * gdb.t07/watchpoint.exp: Add xfail for hppa.
30612
30613 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
30614
30615 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
30616 [0-9]*, not just [0-9].
30617
30618Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30619
30620 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
30621
30622 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
30623
30624Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30625
30626 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
30627
30628Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30629
30630 * gdb.t06/signals.c: Add xfails for sun3.
30631
30632 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
30633
30634 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
30635 test_stepping tests.
30636
30637Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30638
30639 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
30640
30641 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
30642
30643 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
30644 rather than actually putting it through cpp twice.
30645
30646 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
30647
30648Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
30649
30650 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
30651 no longer needed.
30652
30653Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30654
30655 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
30656
30657 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
30658 C++ features prints as "struct", make it a pass, not an xfail.
30659
30660Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30661
30662 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
30663 Don't require VA to print as "class" rather than "struct".
30664
30665Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
30666
30667 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
30668
30669Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30670
30671 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
30672
30673Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30674
30675 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
30676 order.
30677
30678Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30679
30680 * gdb.t16/printcmds.exp: Add printf tests.
30681
30682 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
30683
30684 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
30685
30686Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
30687
30688 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
30689 pass counts, to counteract any existing or future setup_xfails.
30690
30691Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30692
30693 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
30694 {BEGIN,END}_COMMON for common block instead of STAB.
30695 * gdb.stabs/wierd.exp: Add xfail for rs6000.
30696
30697 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
30698 intp_var should be N_GSYM not N_LSYM.
30699 wierd-aout.S: Use a label for the value of the N_SO.
30700 wierd.def: Remove all backslashes.
30701 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
30702
30703Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30704
30705 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
30706 get the expected next to inheritance3.
30707
30708Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30709
30710 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
30711 now that gcc-2.4 gets it right.
30712
30713Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30714
30715 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
30716
30717 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
30718 generating comp-info.exp which works for cross-compilation.
30719
30720Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
30721
30722 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
30723 "*-*-sysv4.*".
30724
30725Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
30726
30727 * gdb.t01/run.exp: Start with a fresh gdb.
30728 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
30729 SVR4.x.
30730
30731Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
30732
30733 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
30734 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
30735 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
30736 Makefile.in (distclean, realclean): Remove gdbme.c from list of
30737 things to remove.
30738
30739Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
30740
30741 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
30742 test cases from bug reports.
30743
30744Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
30745
30746 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
30747 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
30748 avoid spurious xfails.
30749 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
30750 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
30751 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
30752
30753Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
30754
30755 * gdb.t00/teststrategy.exp: Rework to provide more useful
30756 description of each test, fix problem with systems that define
30757 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
30758 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
30759 results for "next over recursive call" so timeouts aren't taken
30760 by error.
30761
30762Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
30763
30764 * gdb.t12/scope.exp: Test printing of variables before run.
30765
30766 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
30767 printed in wrong order due to sorting.
30768
30769Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
30770
30771 * gdb.t00/teststrategy.exp: Fix expected results for printing
30772 user entered string constant. Is array of char, prints with no
30773 address.
30774
30775 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
30776 commands.
30777 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
30778 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
30779 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
30780 of struct of char arrays.
30781 * gdb.t00/radix.exp: New tests for radix commands.
30782
30783Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
30784
30785 * gdb.t16/printcmd.exp: Print a variable before running program
30786 (with xfail for AIX).
30787
30788Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
30789
30790 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
30791
30792 * gdb.t16/printcmd.exp: Don't print variables before running program.
30793
30794 * gdb.t06/break.exp: Don't require envp argument to main.
30795
30796 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
30797
30798 * gdb.t02/whatis.exp, gdb.t11/list.exp:
30799 Add xfails for rs6000.
30800
30801 * gdb.t02/whatis.exp: Change other tests not to re-test something
30802 we already tested.
30803
30804 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
30805 each type used has a variable of that type.
30806
30807Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
30808
30809 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
30810
30811Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
30812
30813 * configure.in: change srctrigger to be a file, not a directory
30814
30815Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
30816
30817 * configure.in (mips-idt-ecoff*): Added trailing '*'.
30818
30819 * gdb.t11/list.exp: Fixed a couple of typos.
30820
30821Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
30822
30823 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
30824 is fixed and PR is closed.
30825 * gdb.t16 (gdbme.c): Add simple test string variable.
30826 * gdb.t16 (printcmds.exp): Add tests with simple test string
30827 variable, primarily for boundaries on "set print elements".
30828
30829Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
30830
30831 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
30832 Make leading 0's optional and don't expect a tab in the middle
30833 of the number.
30834
30835 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
30836
30837 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
30838 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
30839 don't end command passed to gdb_test with newline.
30840
30841 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
30842 signed keyword away, don't expect signed bitfields to be signed.
30843
30844 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
30845 printing with only as many 1's as are in the field as well as printing
30846 with 32 1's (see comment).
30847
30848Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
30849
30850 * gdb.t00/default.exp: Start with a fresh gdb.
30851 * configure.in (configdirs): Remove gdb.t31 until the chill
30852 compiler works again. It no longer is able to find chillrt0
30853 since it isn't in libchill.a anymore.
30854 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
30855 wierd.o, make more modular.
30856 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
30857 spurious newlines that caused problems.
30858
30859Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30860
30861 * Move test with enums and partial symbols from gdb.t03/ptype.exp
30862 to gdb.stabs/wierd.exp since GCC has worked around the bug.
30863 gdb.stabs/wierd.{exp,def}: Many new tests.
30864
30865 * gdb.t00/default.exp: update info line for new message.
30866
30867 * gdb.t02/{whatis.exp,gdbme.c}:
30868 Test that "char *" doesn't print as "caddr_t".
30869
30870Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30871
30872 * gdb.t00/help.exp: Use .* in place of some help messages which
30873 just changed.
30874 gdb.t00/default.exp: Update "info frame" test for new message.
30875 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
30876 Remove some xfails
30877
30878Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30879
30880 * gdb.t03/{gdbme.c,ptype.exp}:
30881 Add tests for typedef'd struct and union without tags.
30882 Also check "whatis" on a variable of a typedef'd enum without a tag.
30883
30884 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
30885 PRMS 1823; the bug still exists but isn't reproduced by this test
30886 anymore), and remove rs6000 XFAIL (the bug is fixed).
30887
30888 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
30889 duplicated from whatis.exp. For those that are left, accept
30890 "long", "long int", or "int" for long variables (whatis.exp already
30891 has an XFAIL for "int", so no need to fail it here).
30892
30893 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
30894 Deal with GCC's names for types now that GDB uses the compiler's names.
30895
30896 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
30897 setup_xfail's for sunos4. If we #defined the signed keyword away,
30898 don't expect GDB to know that char it is signed.
30899
30900 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
30901
30902Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
30903
30904 * configure.in (configdirs): Add gdb.t24 for C++ tests that
30905 should work on any system, regardless of debugging format.
30906 * gdb.t21/demangle.exp: Move to gdb.t24.
30907 * gdb.t24/demangle.exp: Move from gdb.t21.
30908 * gdb.t24/{Makefile.in, configure.in}: New files.
30909
30910Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30911
30912 * configure.in: Do gdb.stabs and C++ tests only for stabs.
30913 * gdb.stabs: New directory.
30914
30915Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30916
30917 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
30918 not just "Quit anyway?".
30919
30920Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
30921
30922 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
30923 that all setup_xfails are immediately followed by clear_xfails.
30924
30925Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
30926
30927 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
30928 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
30929 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
30930 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
30931 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
30932 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
30933 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
30934 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
30935 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
30936 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
30937 gdb.t31/chillvars.exp, lib/gdb.exp:
30938 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
30939 bug-gdb@prep.ai.mit.edu.
30940
30941Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
30942
30943 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
30944 with 0.0, not integer 0.
30945
30946Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
30947
30948 * gdb.t06/break.exp: Update for "Kill the program" message change.
30949
30950Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
30951
30952 * Makefile.in (GDBFLAGS): Set to -nx.
30953 * Makefile.in (site.exp): Use GDBFLAGS.
30954
30955Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
30956
30957 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
30958 Makefiles.
30959 (check): depend on just-check.
30960 (just-check): added so that tests can be run without a noop
30961 build pass.
30962
30963Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
30964
30965 Switch to using configure's configdirs.
30966 * Makefile.in (Makefile): add configure.in dependency.
30967 (SUBDIRS): removed redundant assignment.
30968 * configure.in: switch subdirs assignment to configdirs.
30969 * gdb.t*/configure.in: new files.
30970
30971Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
30972
30973 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
30974 works.
30975
30976Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
30977
30978 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
30979 in explicit rules. Apparently this is not supported by some makes.
30980
30981Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
30982
30983 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
30984
30985Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30986
30987 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
30988 disappeared.
30989
30990Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
30991
30992 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
30993
30994Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
30995
30996 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
30997 watchpoint problem that is now fixed.
30998 * gdb.t30/chexp.exp: Remove setup_xfail for printing
30999 uninitialized convenience variables.
31000 * gdb.t31/chillvars.exp: Fix expected patterns for printing
31001 structures.
31002
31003Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31004
31005 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
31006 which causes expect to get out of sync with gdb on long output
31007 from help set.
31008 * gdb.t09/corefile.exp: Make expected pattern for core file
31009 failing signal and frame output format less sun specific.
31010
31011Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
31012
31013 * gdb.t31/chillvars.exp: Add and remove initial dummy
31014 breakpoint, so that symbol table is forced in.
31015 (Needed at least on Sunos4, though it seems not SVR4.)
31016 * gdb.t31/chillvars.exp: Update for changed output format.
31017
31018Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
31019
a9c64011 31020 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
31021
31022Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
31023
31024 * Makefile.in: Added --srcdir when invoking runtest, removed the
31025 need for a local config file. (optional now)
31026
31027Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
31028
31029 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
31030 failure count used to force early termination. Add some more
31031 expected failures for gnu style demangling.
31032
31033Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31034
31035 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
31036 pmi variable from gdb.t20/gdbme to get optimized away.
31037 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
31038 Check for written corefile upon timeout _and_ eof.
31039
31040Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31041
31042 * config/unix-gdb.exp: Add missing return 0.
31043
31044Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31045
31046 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
31047 test termination.
31048
31049Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
31050
31051 * configure.in (subdirs): Put back gdb.t17 which mysteriously
31052 disappeared.
31053
31054Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
31055
31056 * gdb.t10/crossload.exp: Disable the i860-elf test until such
31057 time as i860 support works.
31058
d63a86f8 31059 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
31060 "backtrace 100\r" rather than just "backtrace\r", to match last
31061 change.
31062
31063Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
31064
31065 * config/udi-gdb.exp (gdb_exit): Remove close command.
31066 (gdb_target_udi): New procedure to set the UDI target.
31067 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
31068 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
31069 Added waits for prompts after several question responses. Added
31070 some more responses used by a29k-amd-udi-gdb.
31071 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
31072 pass different arguments, restart UDI connection after program
31073 completion.
31074 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
31075 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
31076 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
31077 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
31078 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
31079 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
31080 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
31081 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
31082 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
31083 after program completion.
31084 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
31085 compiled with a SELECT_VECS setting.
31086 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
31087 infinite recursion.
31088
31089 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
31090 Added checks for COFF results, and made them expected failures for
31091 all targets. It would be better to make them expected failures
31092 for COFF targets only.
31093
31094Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
31095
31096 * Makefile.in: add null dvi target, don't bother to recurse
31097 through test directories for info and install-info; rename
31098 $(datadir) to be dejagnu instead of deja-gnu
31099
31100Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
31101
31102 * gdb.t31/gdbme.ch: Re-enable code that previously caused
31103 compiler to coredump.
31104 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
31105 code.
31106
31107Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
31108
31109 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
31110 coredump.
31111 * gdb.t31/chillvars.exp: Comment out tests that depend on that
31112 code.
31113
31114Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
31115
31116 * gdb.t03/ptype.exp: tests for return code from gdb_test.
31117 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
31118 which in a shell. Deletes xgdb when done.
31119 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
31120 Tests the return from the "set height" or "set width" commands.
31121 Added a few return codes where needed.
31122
31123Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
31124
31125 * Makefile.in (SUBDIRS): Add gdb.t17.
31126 * configure.in (subdirs): Add gdb.t17.
31127 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
31128 files to test gdb's calling of functions in the inferior with
31129 the correct arguments and gdb's ability to retrieve any
31130 result returned.
31131
31132Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
31133
31134 * config/unix-gdb.exp (gdb_exit): Remove close commands that
31135 may be called after gdb goes away. Previous versions of expect
31136 needed these to avoid file descriptor leaks, but they cause
31137 errors with the current revision of expect.
31138 * gdb.t00/gdbvars.exp: Use -re on expected output after
31139 setting sevenbit-strings.
31140 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
31141 to set sevenbit-strings consistent across tests.
31142 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
31143 set sevenbit-strings consistent across tests.
31144
31145Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
31146
31147 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
31148 expected output to match current "expect" expectations.
31149
31150Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
31151
31152 * gdb.t00/default.exp: Change expected output for default "source"
31153 command, to match new gdb behavior which requires a filename to
31154 source.
31155
31156Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
31157
31158 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
31159 expected fail for i486-*-* that misses the marker2 function.
31160 * gdb.t10/crossload.exp (bfddefault): Allow successful
31161 recognition of a format to pass even if no symbols are found.
31162 Explicitly catch failures where the format is not recognized
31163 or is ambiguous, and add the reason to the fail message.
31164 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
31165 the cause is and invalid target and add reason to failure message.
31166 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
31167 elf32-i386, elf32-sparc, and elf32-i860.
31168 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
31169 Set up expected failure for 'filename'::variable scope resolution,
31170 which is now apparently broken on all targets.
31171 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
31172 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
31173 gdb.t23/templates.exp: Change failure for missing binfile into
31174 just a warning.
31175 gdb.t21/demangle.exp: Change all cfront references to 'arm'
31176 references.
31177
31178Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
31179
31180 * gdb.t00/default.exp: Add expected output for default "source"
31181 command, to match new gdb behavior.
31182 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
31183
31184Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
31185
31186 * config/*-gdb.exp: returns an error, rather than exiting on
31187 internal errors.
31188
31189Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
31190
31191 * gdb.t03/gdbme.c: Add pointer to struct variable.
31192 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
31193 referencing struct members.
31194
31195Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
31196
31197 * configure.in (mips-idt-ecoff): New target.
31198 * config/mips-gdb.exp: New file for remote board using MIPS remote
31199 debugging protocol.
31200
31201 * Redid configuration scheme. Removed gdb.t*/configure.in.
31202 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
31203 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
31204 distclean targets. Built executables via .o files. Adjusted
31205 tests to account for source files in $(srcdir) rather than
31206 $(objdir).
31207 * lib/gdb.exp (runto): Don't expect () after the function name,
31208 because it may have arguments.
31209
31210Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
31211
31212 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
31213 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
31214 expected failures for mips-idt-* and mips-sgi-*.
31215 * gdb.t00/default.exp (attach): Kill process if requested.
31216 * gdb.t00/help.exp (help target core, help target): Accept a gdb
31217 that does not read core files.
31218 * gdb.t01/run.exp: Removed checks for exit status code.
31219 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
31220 it is linked in.
31221 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
31222 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
31223 appropriate, rather than doing it by hand.
31224 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
31225 execution.
31226 * gdb.t10/crossload.exp: Kill existing program if needed.
31227 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
31228 appropriate, rather than doing it by hand. Always increase
31229 timeout for this test, not just for VxWorks.
31230
31231Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
31232
31233 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
31234 of Chill STRUCT types and STRUCT values.
31235 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
31236 than "char".
31237 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 31238 struct2): New struct definitions and initializations to test
c906108c
SS
31239 simple Chill STRUCT types.
31240
31241Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
31242
31243 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
31244 the null byte at the end of strings.
31245 * gdb.t00/default.exp: Make show version insensitive to copyright
31246 date.
31247 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
31248 to avoid dependencies on target char signedness.
31249 * gdb.t16/printcmds.exp: Update expected results for explicitly
31250 unsigned char.
31251 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
31252 now work.
31253 * gdb.t21/demangle.exp: Add many more patterns for template
31254 demangling, most of them being expected failures.
31255 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
31256 string we are matching for, to match on the whole string.
31257 * gdb.t21/demangle.exp: Add many new test strings to demangle,
31258 and fix a whole bunch that had incorrect expected output but were
31259 passing anyway because of the bug in "proc demangle".
31260 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
31261 type.
31262 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
31263
31264Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
31265
a9c64011
AS
31266 * gdb/testsuite: made modifications to testcases, etc., to allow
31267 them to work properly given the reorganization of deja-gnu and the
31268 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
31269
31270Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
31271
31272 * gdb/testsuite: Initial creation of gdb/testsuite.
31273 Migrated dejagnu testcases and support files for testing nm to
31274 gdb/testsuite from deja-gnu. These files were moved "as is"
31275 with no modifications. This migration is part of a major overhaul
31276 of dejagnu. The modifications to these testcases, etc., which
31277 will allow them to work with the new version of dejagnu will be
31278 made in a future update.
48efe704 31279
8d8cb839 31280 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 31281\f
8d8cb839
EZ
31282;; Local Variables:
31283;; mode: change-log
31284;; left-margin: 8
31285;; fill-column: 74
31286;; version-control: never
31287;; End:
902f2ccb 31288
28e7fd62 31289 Copyright 1993-2013 Free Software Foundation, Inc.
902f2ccb
MC
31290 Copying and distribution of this file, with or without modification,
31291 are permitted provided the copyright notice and this notice are preserved.