Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2013-04-10 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/completion.exp: Test "set height", "set listsize" and
4 "set trace-buffer-size" completion.
5 * gdb.base/setshow.exp: Test "set height unlimited".
6 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
7 unlimited".
8
9 2013-04-10 Yao Qi <yao@codesourcery.com>
10
11 * gdb.trace/actions.exp: Save trace data to CTF.
12 Change to ctf target if GDB supports, read CTF data in ctf
13 target, and check the actions of tracepoints.
14 * gdb.trace/while-stepping.exp: Likewise.
15 * gdb.trace/report.exp: Test GDB saves trace data to CTF
16 format and read CTF trace file if GDB supports.
17 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
18 target is supported, change to ctf target, read trace data and
19 check output of command "tstatus".
20 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
21 read CTF data by target ctf and call check_tsv.
22
23 2013-04-10 Yao Qi <yao@codesourcery.com>
24
25 * gdb.trace/actions.exp (check_tracepoint): New.
26 (top level): Start the tracing and check the actions of
27 tracepoints. Save trace data to tfile format. Restart GDB
28 and read trace file in tfile target. Check the actions of
29 tracepoints again.
30 * gdb.trace/while-stepping.exp: Likewise.
31
32 2013-04-10 Yao Qi <yao@codesourcery.com>
33
34 * gdb.trace/report.exp: Use standard_output_file for saved
35 trace file.
36
37 2013-04-10 Hui Zhu <hui@codesourcery.com>
38
39 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
40 (MISCELLANEOUS): Add dprintf-pendshr.sl.
41 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
42
43 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
44
45 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
46 response.
47
48 2013-04-08 Pedro Alves <palves@redhat.com>
49
50 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
51 the location.
52
53 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
54
55 * gdb.cp/cplabel.exp: Allow empty directory in file reported
56 for breakpoint location.
57
58 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
59
60 * gdb.linespec/linespec.exp: Make dir/file:line tests
61 conditional for non-remote hosts only.
62
63 2013-04-04 Stan Shebs <stan@codesourcery.com>
64 Pedro Alves <palves@redhat.com>
65
66 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
67 * gdb.trace/actions-changed.c: New file.
68 * gdb.trace/actions-changed.exp: New file.
69 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
70 (gdb_trace_setactions_command): ... this. Add "actions_command"
71 parameter, and handle it.
72 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
73
74 2013-04-04 Yao Qi <yao@codesourcery.com>
75
76 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
77 'step'.
78
79 2013-04-03 Yao Qi <yao@codesourcery.com>
80
81 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
82 "tfile-basic.tf".
83 (test_tfind_tfile): Likewise.
84
85 2013-04-03 Yao Qi <yao@codesourcery.com>
86
87 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
88 "tfile-basic.tf" instead of "basic.tf".
89 (write_error_trace_file): Pass argument "tfile-error.tf"
90 instead of "error.tf".
91 * gdb.trace/tfile.exp: Update tfile names to
92 "tfile-basic.tf" and "tfile-error.tf".
93
94 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
95
96 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
97 empty directory in file for breakpoint hit.
98
99 2013-03-29 Yao Qi <yao@codesourcery.com>
100
101 * gdb.base/completion.exp: Test completion of commands
102 "target core", "target tfile" and "target exec".
103 * gdb.trace/tfile.exp: Test completion of command
104 "target tfile".
105
106 2013-03-28 Joel Brobecker <brobecker@adacore.com>
107
108 * gdb.ada/win_fu_syms: New testcase.
109
110 2013-03-28 Doug Evans <dje@google.com>
111
112 * gdb.base/maint.exp (maint print statistics): Update expected output.
113
114 2013-03-28 Pedro Alves <palves@redhat.com>
115
116 PR gdb/15294
117
118 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
119 mean unlimited instead of $arg < 0.
120 (test_listsize): Remove "listsize of 0 suppresses output" test.
121 Test that "set listsize 0" ends up with an unlimited listsize.
122
123 2013-03-28 Pedro Alves <palves@redhat.com>
124
125 * gdb.base/list.exp (last_line): New global.
126 (last_line_re): New global.
127 (test_listsize, test_list_function, test_list_forward)
128 (test_repeat_list_command, test_list_range)
129 (test_list_filename_and_function): Use them.
130 * gdb.base/list0.c: Comment the last line of the file with "last
131 line".
132
133 2013-03-28 Pedro Alves <palves@redhat.com>
134
135 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
136 list the whole file.
137
138 2013-03-28 Pedro Alves <palves@redhat.com>
139
140 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
141 "set listsize".
142
143 2013-03-26 Keith Seitz <keiths@redhat.com>
144
145 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
146 from passing.
147
148 2013-03-26 Pedro Alves <palves@redhat.com>
149
150 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
151 until after GDB has run.
152
153 2013-03-26 Yao Qi <yao@codesourcery.com>
154
155 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
156 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
157
158 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
159
160 * gdb.btrace/enable.exp: Add regression test.
161
162 2013-03-25 Tom Tromey <tromey@redhat.com>
163
164 * gdb.cp/m-static.exp: Add destructor-printing tests.
165
166 2013-03-25 Tom Tromey <tromey@redhat.com>
167
168 * gdb.cp/m-static.exp: Add constructor ptype tests.
169 * gdb.cp/m-static.cc (single_constructor): New class.
170 (main): Make instance of single_constructor.
171
172 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
173 Pedro Alves <palves@redhat.com>
174
175 * gdb.server/server-kill.c: New file.
176 * gdb.server/server-kill.exp: New file.
177
178 2013-03-21 Pedro Alves <palves@redhat.com>
179
180 * gdb.trace/trace-buffer-size.exp (get default buffer size):
181 Expect $gdb_prompt in gdb_test_multiple.
182
183 2013-03-21 Doug Evans <dje@google.com>
184
185 * gdb.base/maint.exp: Update tests for per-command stats.
186
187 2013-03-21 Tom Tromey <tromey@redhat.com>
188
189 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
190 * gdb.cp/misc.exp: Add test for FILENAME:: case.
191
192 2013-03-20 Pedro Alves <palves@redhat.com>
193
194 PR gdb/15289
195
196 * gdb.base/remote.exp: Test
197 "set remote hardware-watchpoint-limit -1",
198 "set remote hardware-breakpoint-limit -1",
199 "set remote hardware-watchpoint-limit 2147483647" and
200 "set remote hardware-breakpoint-limit 2147483647".
201
202 2013-03-20 Pedro Alves <palves@redhat.com>
203 Yao Qi <yao@codesourcery.com>
204
205 * gdb.trace/tfile.c: Add comments.
206 (nonconstglob): New global.
207 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
208 global that is not covered by the trace frame. Test
209 disassembling.
210
211 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
212
213 * gdb.base/valgrind-infcall.exp
214 (continue #$continue_count) <remote connection closed>
215 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
216 $valgrind_pid.
217
218 2013-03-15 Tom Tromey <tromey@redhat.com>
219
220 * gdb.cp/overload.cc (intintfunc): New.
221 * gdb.cp/overload.exp: Add regression test.
222
223 2013-03-15 Yao Qi <yao@codesourcery.com>
224
225 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
226 using with_test_prefix.
227 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
228 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
229 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
230 * gdb.threads/watchpoint-fork.exp (test): Likewise.
231 * gdb.base/break-interp.exp (test_core): Likewise.
232 (test_attach_gdb): Likewise.
233 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
234 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
235 Likewise.
236 * gdb.base/jit-so.exp (one_jit_test): Likewise.
237 * gdb.base/jit.exp (one_jit_test): Likewise.
238 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
239 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
240 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
241 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
242 Likewise.
243 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
244 Likewise.
245 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
246 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
247 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
248 (tracepoint_change_loc_2): Likewise.
249 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
250 Likewise.
251 (disconnected_tfind): Likewise.
252 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
253 Likewise.
254 (test_tfind_remote): Likewise.
255 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
256 Likewise.
257 (test_pending_resolved): Likewise.
258 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
259 Likewise.
260 (test_upload_tsv): Likewise.
261 * gdb.trace/pending.exp (pending_tracepoint_resolved):
262 Likewise.
263 (pending_tracepoint_works): Likewise.
264 * gdb.trace/report.exp (use_collected_data): Likewise.
265 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
266 Likewise.
267 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
268 * gdb.trace/strace.exp (strace_info_marker): Likewise.
269 (strace_trace_on_same_addr): Likewise.
270 (strace_trace_on_diff_addr): Likewise.
271 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
272 (gdb_collect_locals_test): Likewise.
273 (gdb_unavailable_registers_test): Likewise.
274 (gdb_collect_globals_test): Likewise.
275
276 2013-03-15 Yao Qi <yao@codesourcery.com>
277
278 * gdb.base/condbreak.exp: Add semicolon back which was removed
279 by my previous commit.
280
281 2013-03-14 Yao Qi <yao@codesourcery.com>
282
283 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
284 'return'.
285 (gdb_target_monitor, gdb_load): Likewise.
286 * config/sid.exp (gdb_load): Likewise.
287 * config/slite.exp (gdb_load): Likewise.
288 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
289 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
290 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
291 (single_step_until): Likewise.
292 * gdb.arch/powerpc-d128-regs.exp: Likewise.
293 * gdb.arch/system-gcore.exp: Likewise.
294 * gdb.base/bigcore.exp (extract_heap): Likewise.
295 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
296 * gdb.base/call-ar-st.exp: Likewise.
297 * gdb.base/call-rt-st.exp: Likewise.
298 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
299 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
300 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
301 * gdb.base/corefile.exp: Likewise.
302 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
303 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
304 * gdb.base/fixsection.exp: Likewise.
305 * gdb.base/funcargs.exp: Likewise.
306 * gdb.base/gcore-buffer-overflow.exp: Likewise.
307 * gdb.base/gcore-relro.exp: Likewise.
308 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
309 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
310 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
311 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
312 * gdb.base/list.exp: Likewise.
313 (set_listsize): Likewise.
314 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
315 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
316 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
317 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
318 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
319 * gdb.base/setvar.exp: Likewise.
320 (test_set): Likewise.
321 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
322 * gdb.base/solib-overlap.exp: Likewise.
323 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
324 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
325 * gdb.base/watchpoint.exp (initialize): Likewise.
326 (test_simple_watchpoint): Likewise.
327 (test_disabling_watchpoints): Likewise.
328 (test_watchpoint_triggered_in_syscall): Likewise.
329 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
330 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
331 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
332 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
333 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
334 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
335 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
336 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
337 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
338 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
339 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
340 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
341 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
342 * gdb.mi/gdb792.exp: Likewise.
343 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
344 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
345 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
346 * gdb.threads/gcore-thread.exp: Likewise.
347 (load_core): Likewise.
348 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
349 (test_startup, check_control_c): Likewise.
350 * gdb.threads/sigstep-threads.exp: Likewise.
351 * gdb.threads/thread_check.exp: Likewise.
352 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
353 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
354 (set_a_tracepoint, trace_buffer_normal): Likewise.
355 (gdb_trace_circular_tests): Likewise.
356 * gdb.trace/collection.exp: Likewise.
357 * gdb.trace/disconnected-tracing.exp: Likewise.
358 * gdb.trace/infotrace.exp: Likewise.
359 * gdb.trace/mi-traceframe-changed.exp: Likewise.
360 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
361 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
362 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
363 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
364 * gdb.trace/stap-trace.exp: Likewise.
365 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
366 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
367 * gdb.trace/trace-buffer-size.exp: Likewise.
368 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
369 * gdb.trace/unavailable.exp: Likewise.
370 * gdb.trace/while-dyn.exp: Likewise.
371 * lib/fortran.exp (set_lang_fortran): Likewise.
372 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
373 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
374 (default_gdb_start, get_compiler_info): Likewise.
375 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
376 (get_debug_format, setup_xfail_format): Likewise.
377 (rerun_to_main, gdb_skip_float_test): Likewise.
378 (build_id_debug_filename_get, get_remotetimeout): Likewise.
379 * lib/java.exp (set_lang_java): Likewise.
380 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
381 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
382 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
383 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
384 * lib/objc.exp (set_lang_objc): Likewise.
385 * lib/pascal.exp (set_lang_pascal): Likewise.
386 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
387 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
388 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
389
390 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
391
392 PR c++/15203
393 PR c++/15210
394 * gdb.cp/m-static.cc (keepalive_int): New function.
395 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
396 * gdb.cp/m-static.exp: New test for `sintvar'.
397
398 2013-03-14 Yao Qi <yao@codesourcery.com>
399
400 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
401 of 'tstatus' into tstatus_output.
402 (top level): Save the trace data to tfile. Read trace file in
403 tfile target. Check the trace status.
404
405 2013-03-13 Yao Qi <yao@codesourcery.com>
406
407 * gdb.trace/tsv.exp (check_tsv): New.
408 (top level): Save a tfile on current trace session. Call
409 check_tsv on live target. Load the tfile with target tfile
410 and call check_tsv again.
411
412 2013-03-13 Yao Qi <yao@codesourcery.com>
413
414 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
415 Replace some "gdb_test" with "gdb_test_no_output".
416
417 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
418
419 * gdb.ada/expr_delims.exp: New file.
420 * gdb.ada/expr_delims/foo.adb: New file.
421 * gdb.ada/expr_delims/pck.ads: New file.
422 * gdb.ada/expr_delims/pck.adb: New file.
423
424 2013-03-11 Keith Seitz <keiths@redhat.com>
425
426 * watchpoint.exp (test_no_hw_watchpoints): Add test using
427 both condition and thread. Then delete the watchpoint.
428
429 2013-03-11 Christian Himpel <christian.himpel@intel.com>
430
431 * Makefile.in: Add btrace testsuite.
432 * configure: Regenerated.
433 * configure.ac: Add btrace testsuite.
434 * gdb.btrace/Makefile.in: New file.
435 * gdb.btrace/enable.c: New file.
436 * gdb.btrace/enable.exp: New file.
437 * gdb.btrace/function_call_history.c: New file.
438 * gdb.btrace/function_call_history.exp: New file.
439 * gdb.btrace/instruction_history.c: New file.
440 * gdb.btrace/instruction_history.exp: New file.
441 * gdb.btrace/instruction_history.S: New file.
442 * lib/gdb.exp: Add btrace skip proc.
443
444 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
445
446 Fix entry-values if the callee called a noreturn function.
447 * gdb.arch/amd64-tailcall-noret.S: New file.
448 * gdb.arch/amd64-tailcall-noret.c: New file.
449 * gdb.arch/amd64-tailcall-noret.exp: New file.
450
451 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
452
453 Fix entry-values in C++ across CUs.
454 * gdb.arch/amd64-tailcall-cxx.exp: New file.
455 * gdb.arch/amd64-tailcall-cxx1.S: New file.
456 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
457 * gdb.arch/amd64-tailcall-cxx2.S: New file.
458 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
459
460 2013-03-08 Stan Shebs <stan@codesourcery.com>
461 Hafiz Abid Qadeer <abidh@codesourcery.com>
462
463 gdb/testsuite/
464 * gdb.trace/trace-buffer-size.exp: New file.
465 * gdb.trace/trace-buffer-size.c: New file.
466
467 2013-03-06 Pedro Alves <palves@redhat.com>
468
469 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
470 doesn't support the tested optional feature, call "unsupported"
471 with the same test message as the "pass" case, instead of calling
472 "pass" with a different message. Use the same text for the "fail"
473 cases too.
474
475 2013-03-06 Yao Qi <yao@codesourcery.com>
476
477 * gdb.trace/tstatus.exp: Remove the invocation of
478 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
479 (test_tracepoints): Don't set fast tracepoint.
480 (top level): Don't check agent library is loaded or not.
481
482 2013-03-06 Yao Qi <yao@codesourcery.com>
483
484 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
485 parentheses by "\\".
486
487 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
488
489 * gdb.linespec/base/one/thefile.cc (twodup): New.
490 (m): Call it.
491 * gdb.linespec/base/two/thefile.cc (dupname): New.
492 (n): Call it.
493 * gdb.linespec/break-ask.exp: New file.
494 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
495
496 2013-02-28 Yao Qi <yao@codesourcery.com>
497
498 * gdb.trace/report.exp: Move some code to ...
499 (use_collected_data): New.
500 (top level): Call use_collected_data once on the live target.
501 Save at file of the current trace session, load it with target
502 tfile, and call use_collected_data again.
503
504 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
505
506 * gdb.threads/fork-thread-pending.c (main): Add alarm.
507
508 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
509
510 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
511 Add final kill of ${valgrind_pid}.
512
513 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
514
515 * gdb.python/py-arch.c: New test case
516 * gdb.python/py-arch.exp: New tests to test
517 gdb.Architecture.disassemble
518 * gdb.python/Makefile.in: Add py-arch to the list of
519 EXECUTABLES.
520
521 2013-02-18 Tom Tromey <tromey@redhat.com>
522
523 * gdb.dwarf2/subrange.exp: New file.
524
525 2013-02-15 Pedro Alves <pedro@codesourcery.com>
526 Hafiz Abid Qadeer <abidh@codesourcery.com>
527
528 * gdb.trace/tfile.exp: Add test for -trace-status command.
529
530 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
531
532 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
533 nanosleep by sleep.
534
535 2013-02-14 Pedro Alves <palves@redhat.com>
536
537 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
538
539 2013-02-14 Pedro Alves <pedro@codesourcery.com>
540 Hafiz Abid Qadeer <abidh@codesourcery.com>
541
542 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
543
544 2013-02-12 Tom Tromey <tromey@redhat.com>
545
546 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
547 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
548
549 2013-02-12 Pedro Alves <palves@redhat.com>
550
551 * gdb.base/catch-signal.c: Update copyright years.
552 * gdb.base/catch-signal.exp: Update copyright years.
553 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
554 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
555 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
556 * gdb.dwarf2/dw2-error.S: Update copyright years.
557 * gdb.dwarf2/dw2-error.c: Update copyright years.
558 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
559 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
560 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
561
562 2013-02-12 Pedro Alves <palves@redhat.com>
563
564 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
565 message.
566 * gdb.base/sigaltstack.exp: Ditto.
567 * gdb.base/siginfo.exp: Ditto.
568 * gdb.base/sizeof.exp: Ditto.
569
570 2013-02-12 Pedro Alves <palves@redhat.com>
571
572 * gdb.mi/mi-basics.exp: Tweak intro comment.
573 * gdb.mi/mi-break.exp: Tweak intro comment.
574 * gdb.mi/mi-console.exp: Tweak intro comment.
575 * gdb.mi/mi-file.exp: Tweak intro comment.
576 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
577 * gdb.mi/mi-return.exp: Tweak intro comment.
578 * gdb.mi/mi-stepi.exp: Tweak intro comment.
579 * gdb.mi/mi-until.exp: Tweak intro comment.
580 * gdb.mi/mi-watch.exp: Tweak intro comment.
581
582 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
583
584 * gdb.server/no-thread-db.exp: New file.
585 * gdb.server/no-thread-db.c: New file.
586 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
587
588 2013-02-11 Doug Evans <dje@google.com>
589
590 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
591 two decfloats.
592
593 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
594
595 * gdb.base/bitfields.c (struct internalvartest): New declaration.
596 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
597
598 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
599
600 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
601
602 2013-02-06 Yao Qi <yao@codesourcery.com>
603
604 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
605 to ...
606 (test_create_delete_modify_tsv): ... here. New test on modifying
607 the initial value of a tsv.
608
609 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
610
611 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
612 (cd .../rdir): ... here.
613
614 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
615
616 * gdb.linespec/base/one/header.h: New file.
617 * gdb.linespec/base/two/header.h: New file.
618 * gdb.linespec/macro-relative.c: New file.
619 * gdb.linespec/macro-relative.exp: New file.
620
621 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
622
623 * gdb.base/fullpath-expand-func.c: New file.
624 * gdb.base/fullpath-expand.c: New file.
625 * gdb.base/fullpath-expand.exp: New file.
626 * gdb.base/realname-expand-real.c: New file.
627 * gdb.base/realname-expand.c: New file.
628 * gdb.base/realname-expand.exp: New file.
629
630 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
631
632 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
633 * gdb.dwarf2/dw2-dir-file-name.c: New file.
634
635 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
636
637 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
638 (compare_filenames_for_search does not match)
639 (compare_filenames_for_search does match): New tests.
640
641 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
642
643 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
644
645 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
646
647 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
648
649 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
650
651 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
652 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
653 ${binfile}.mini_debuginfo-debuglink and
654 ${binfile}.mini_debuginfo-debuglink.xz.
655
656 2013-02-01 Tom Tromey <tromey@redhat.com>
657
658 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
659 attributes.
660
661 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
662 Tom Tromey <tromey@redhat.com>
663
664 * gdb.dwarf2/method-ptr.exp: Link with c++.
665 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
666
667 2013-01-31 Tom Tromey <tromey@redhat.com>
668
669 * gdb.base/jit.exp (compile_jit_test): New proc.
670 Add PIE tests.
671
672 2013-01-31 Tom Tromey <tromey@redhat.com>
673
674 * gdb.dwarf2/method-ptr.cc: New file.
675 * gdb.dwarf2/method-ptr.exp: New file.
676
677 2013-01-31 Tom Tromey <tromey@redhat.com>
678
679 * lib/dwarf.exp (namespace Dwarf): New.
680
681 2013-01-29 Tom Tromey <tromey@redhat.com>
682
683 * gdb.dwarf2/fission-reread.exp: Add unload test.
684
685 2013-01-28 Doug Evans <dje@google.com>
686
687 * gdb.dwarf2/fission-loclists.exp: New file.
688 * gdb.dwarf2/fission-loclists.S: New file.
689
690 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
691
692 Code cleanup.
693 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
694 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
695 and prepare_for_testing.
696 * gdb.base/store.exp: Likewise.
697
698 2013-01-25 Tom Tromey <tromey@redhat.com>
699
700 * gdb.python/py-explore.exp: Expect the gdb prompt.
701
702 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
703
704 * gdb.base/gnu_vector.c: New variable for use in tests.
705 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
706 changes in scalar to vector casting and widening.
707 * gdb.python/py-type.c: New variables for use in tests.
708 * gdb.python/py-type.exp: Update vector related tests to reflect
709 changes in scalar to vector casting and widening.
710
711 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
712
713 * gdb.base/prologue-include.c: New file.
714 * gdb.base/prologue-include.exp: New file.
715 * gdb.base/prologue-include.h: New file.
716
717 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
718
719 PR gdb/13443
720 * gdb.mi/mi-var-block.exp: Make test messages unique.
721
722 2013-01-23 Tom Tromey <tromey@redhat.com>
723
724 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
725
726 2013-01-23 Tom Tromey <tromey@redhat.com>
727
728 * gdb.cp/converts.cc (main): Initialize 'a'.
729
730 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
731
732 * testsuite/gdb.python/frame.exp: Add a test for
733 gdb.Frame.architecture() method.
734
735 2013-01-22 Pedro Alves <palves@redhat.com>
736
737 * gdb.base/annota1.exp (signal sent): No longer expect
738 breakpoints-invalid.
739 * gdb.cp/annota2.exp (continue until exit)
740 (watch triggered on a.x): Ditto.
741
742 2013-01-22 Pedro Alves <palves@redhat.com>
743
744 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
745 Adjust tests to breakpoints-invalid changes.
746 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
747 variables.
748 Adjust tests to breakpoints-invalid changes.
749
750 2013-01-22 Pedro Alves <palves@redhat.com>
751
752 * gdb.base/annota1.exp (annotate ignore count change): Add
753 expected output for failure case.
754
755 2013-01-22 Tom Tromey <tromey@redhat.com>
756
757 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
758 call.
759
760 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
761
762 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
763 * gdb.mi/mi-catch-load.exp: Ditto.
764 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
765 Also handle 'thread' field.
766 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
767 * gdb.mi/mi-watch.exp: Ditto.
768 * lib/mi-support.exp: Ditto.
769
770 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
771
772 * gdb.python/py-explore.exp: Improve a test
773
774 2013-01-18  David Blaikie  <dblaikie@gmail.com>
775
776 * gdb.base/label.c (main): Correct the type of the second
777 parameter.
778
779 2013-01-18 Tom Tromey <tromey@redhat.com>
780
781 * gdb.dwarf2/trace-crash.s: New file.
782 * gdb.dwarf2/trace-crash.exp: New file.
783
784 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
785
786 PR gdb/13443
787 * gdb.base/checkpoint.exp: Update test messages to make them
788 unique.
789
790 2013-01-18 Yao Qi <yao@codesourcery.com>
791
792 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
793 output of 'info tracepoints'.
794 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
795 Likewise.
796 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
797 * gdb.trace/disconnected-tracing.c (struct foo): New.
798
799 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
800
801 * gdb.dwarf2/dw2-dos-drive.S: New file.
802 * gdb.dwarf2/dw2-dos-drive.exp: New file.
803
804 2013-01-17 Doug Evans <dje@google.com>
805
806 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
807 CXX_FOR_TARGET.
808
809 * boards/cc-with-tweaks.exp: New file.
810
811 2013-01-17 Tom Tromey <tromey@redhat.com>
812
813 * gdb.base/completion.exp: Add "set cp-abi" completion test.
814
815 2013-01-17 Pedro Alves <palves@redhat.com>
816
817 Merge dg-extract-results.sh from upstream (svn 195224).
818
819 2013-01-15 David Blaikie <dblaikie@gmail.com>
820 * dg-extract-results.sh: Fix order of summary counts.
821
822 2013-01-15 David Blaikie <dblaikie@gmail.com>
823 * dg-extract-results.sh: Constrain the start-of-log pattern.
824
825 2013-01-15 David Blaikie <dblaikie@gmail.com>
826 * dg-extract-results.sh: Handle KPASSes.
827
828 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
829 * dg-extract-results.sh: Redirect grep output to /dev/null instead
830 of grep -q.
831
832 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
833
834 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
835 interface.
836 * gdb.base/jithost.c: New file.
837 * gdb.base/jithost.h: New file.
838 * gdb.base/jitreader.c : New file.
839 * gdb.base/jit-protocol.h: New file.
840
841 2013-01-16 Tom Tromey <tromey@redhat.com>
842
843 * gdb.base/catch-signal.c: New file.
844 * gdb.base/catch-signal.exp: New file.
845
846 2013-01-16 Tom Tromey <tromey@redhat.com>
847
848 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
849
850 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
851
852 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
853
854 2013-01-14 Tom Tromey <tromey@redhat.com>
855
856 * gdb.base/completion.exp: Add "set gnutarget" test.
857
858 2013-01-14 Tom Tromey <tromey@redhat.com>
859
860 * gdb.dwarf2/dw2-restrict.S: New file.
861 * gdb.dwarf2/dw2-restrict.c: New file.
862 * gdb.dwarf2/dw2-restrict.exp: New file.
863
864 2013-01-14 Tom Tromey <tromey@redhat.com>
865
866 * gdb.dwarf2/dw2-error.exp: New file.
867 * gdb.dwarf2/dw2-error.c: New file.
868 * gdb.dwarf2/dw2-error.S: New file.
869
870 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
871
872 * gdb.cp/parse-lang.cc: New file.
873 * gdb.cp/parse-lang.exp: New file.
874
875 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
876
877 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
878 (set substitute-path): New test.
879 (fullname present): Remove content.
880 (substituted fullname): New test.
881
882 2013-01-13 Joel Brobecker <brobecker@adacore.com>
883
884 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
885 check. Move $gdb_py_is_py24 value check right after.
886
887 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
888
889 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
890 targets.
891
892 2013-01-11 Yao Qi <yao@codesourcery.com>
893
894 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
895 for dprintf.
896 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
897 Check the fields in "=breakpoint-created" for dprintf.
898
899 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
900
901 * gdb.mi/mi-fullname-deleted.exp: New file.
902
903 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
904
905 * gdb.base/skip-solib.exp (info skip with pending file): Update the
906 expected output.
907 (info skip with pending file): Remove.
908 (ignoring function in solib, info skip for function multiply): Update
909 the expected output.
910 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
911 (info skip (delete 1), info skip after disabling all)
912 (info skip after enabling all, info skip after disabling 4 2-3)
913 (info skip after enabling 2-3, info skip 2-3)
914 (info skip after deleting 2 3): Update the expected output.
915 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
916 statement to its initialization and return.
917 * gdb.linespec/skip-two.exp: New file.
918
919 2012-12-19 Doug Evans <dje@google.com>
920
921 * gdb.base/maint.exp: Handle testing with .gdb_index.
922
923 2012-12-19 Joel Brobecker <brobecker@adacore.com>
924
925 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
926 Cavium to FSF.
927
928 2012-12-19 Joel Brobecker <brobecker@adacore.com>
929
930 * dg-extract-results.sh: Update contact info in copyright notice.
931 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
932 GPL v3 or later. Update contact info.
933 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
934 gdb.threads/watchpoint-fork-mt.c,
935 gdb.threads/watchpoint-fork-parent.c,
936 gdb.threads/watchpoint-fork-st.c,
937 gdb.threads/watchpoint-fork.h: Likewise.
938
939 2012-12-15 Yao Qi <yao@codesourcery.com>
940
941 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
942 'installed' field in '=breakpoint-modified'.
943 (test_reconnect): Check 'installed' field in
944 '=breakpoint-modified' and '=breakpoint-created'.
945
946 * gdb.trace/actions.exp: Update test for 'installed' field.
947 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
948 (tracepoint_change_loc_2): Likewise.
949 Check 'info tracepoint' display nothing else.
950 * gdb.trace/deltrace.exp: Likewise.
951 * gdb.trace/infotrace.exp: Likewise.
952 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
953 Likewise.
954 * gdb.trace/passcount.exp: Likewise.
955 * gdb.trace/tracecmd.exp: Likewise.
956 * gdb.trace/while-stepping.exp: Likewise.
957
958 2012-12-14 Tom Tromey <tromey@redhat.com>
959
960 * gdb.cp/member-name.exp: New file.
961 * gdb.cp/member-name.cc: New file.
962
963 2012-12-14 Tom Tromey <tromey@redhat.com>
964
965 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
966
967 2012-12-14 Doug Evans <dje@google.com>
968
969 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
970 DW_OP_GNU_implicit_pointer is section-relative.
971
972 2012-12-14 Tom Tromey <tromey@redhat.com>
973
974 * gdb.base/info-proc.exp: Add core file tests.
975
976 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
977
978 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
979
980 2012-12-13 Doug Evans <dje@google.com>
981
982 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
983 * gdb.multi/multi-arch.exp: Ditto.
984
985 2012-12-12 Keven Boell <keven.boell@intel.com>
986
987 * gdb.mi/mi-catch-load-so.c: New. Clone of the
988 catch load test library source file.
989 * gdb.mi/mi-catch-load.c: New. Clone of the catch
990 load test source file.
991 * gdb.mi/mi-catch-load.exp: New. Test file for
992 basic MI -catch-load and -catch-unload tests.
993
994 2012-12-11 Paul Koning <paul_koning@dell.com>
995
996 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
997 exception.
998 (_iterator_except): New function.
999 (ArrayPrinter): Use _iterator function instead of local _iterator
1000 class for Python 3 compatibility.
1001 (NoStringContainerPrinter): Use _iterator_except instead of
1002 _iterator.
1003 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
1004 execfile for Python 3 compatibility.
1005 * gdb.python/python.exp: Handle Python 2.4 exception traceback
1006 format in error_prompt test.
1007
1008 2012-12-10 Paul Koning <paul_koning@dell.com>
1009
1010 * gdb.base/charset.exp: Change print syntax for Python 3
1011 compatibility.
1012 * gdb.python/py-block.exp: Ditto.
1013 * gdb.python/py-breakpoint.exp: Ditto.
1014 * gdb.python/py-cmd.exp: Ditto.
1015 * gdb.python/py-events.py: Ditto.
1016 * gdb.python/py-finish-breakpoint.py: Ditto.
1017 * gdb.python/py-finish-breakpoint2.exp: Ditto.
1018 * gdb.python/py-finish-breakpoint2.py: Ditto.
1019 * gdb.python/py-frame-inline.exp: Ditto.
1020 * gdb.python/py-frame.exp: Ditto.
1021 * gdb.python/py-infthread.exp: Ditto.
1022 * gdb.python/py-objfile.exp: Ditto.
1023 * gdb.python/py-parameter.exp: Ditto.
1024 * gdb.python/py-progspace.exp: Ditto.
1025 * gdb.python/py-prompt.exp: Ditto.
1026 * gdb.python/py-symbol.exp: Ditto.
1027 * gdb.python/py-symtab.exp: Ditto.
1028 * gdb.python/py-template.exp: Ditto.
1029 * gdb.python/py-value-cc.exp: Ditto.
1030 * gdb.python/python.exp: Ditto.
1031 * gdb.python/source2.py: Ditto.
1032 * gdb.python/lib-types.exp: Change print syntax for Python 3
1033 compatibility.
1034 Use sorted() function rather than sort() method.
1035 Accept either int or long values for enum values.
1036 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
1037 execfile for Python 3 compatibility.
1038 * gdb.python/py-evsignal.exp: Ditto.
1039 * gdb.python/py-evthreads.exp: Ditto.
1040 * gdb.python/py-mi.exp: Ditto.
1041 * gdb.python/py-pp-maint.exp: Ditto.
1042 * gdb.python/py-prettyprint.exp: Ditto.
1043 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
1044 Python 3 compatibility.
1045 Skip tests for Python 2.4.
1046 * gdb.python/py-inferior.exp: Change print syntax for
1047 Python 3 compatibility.
1048 Use byte string rather than character string in memory write test
1049 if Python 3.
1050 * gdb.python/py-pp-maint.py: Change class declarations to "new
1051 class" syntax.
1052 * gdb.python/py-prettyprint.py: Change iterator class to generator
1053 function for Python 3 compatibility.
1054 Make all classes "new style".
1055 Fix indentation issue and stray semicolon.
1056 * gdb.python/py-shared.expChange print syntax for Python 3
1057 compatibility.
1058 Define "long" if Python 3.
1059 * gdb.python/py-type.exp: Change print syntax for Python 3
1060 compatibility.
1061 Accept either int or long values for enum values.
1062 * gdb.python/py-value.exp: Change print syntax for Python 3
1063 compatibility.
1064 Skip "long" and "unicode" tests if Python 3.
1065 Accept either "type" or "class" in type checks.
1066 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
1067 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
1068
1069 2012-12-10 Tom Tromey <tromey@redhat.com>
1070
1071 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
1072 (test): Add "two_cu" argument.
1073 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
1074 for types; allow two CUs.
1075
1076 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1077
1078 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
1079 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
1080
1081 2012-12-08 Yao Qi <yao@codesourcery.com>
1082 Pedro Alves <palves@redhat.com>
1083
1084 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
1085 '=breakpoint-created' when GDB merges the tracepoints of both
1086 sides.
1087
1088 2012-12-07 Tom Tromey <tromey@redhat.com>
1089
1090 * gdb.base/break1.c (enum some_enum, union some_union): New.
1091 (some_enum_global, some_union_global, some_value): New globals.
1092 * gdb.base/completion.exp: Add tag completion tests.
1093
1094 2012-12-07 Tom Tromey <tromey@redhat.com>
1095
1096 * gdb.base/completion.exp: Add tests for ptype and whatis
1097 completion.
1098
1099 2012-12-07 Joel Brobecker <brobecker@adacore.com>
1100
1101 * gdb.base/stale-infcall.exp: Fix copyright line.
1102
1103 2012-12-07 Joel Brobecker <brobecker@adacore.com>
1104
1105 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
1106
1107 2012-12-06 Pedro Alves <palves@redhat.com>
1108 Tom Tromey <tromey@redhat.com>
1109
1110 * gdb.base/exprs.exp: Add tests for cast to void.
1111
1112 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
1113
1114 * gdb.python/py-mi.exp: Correct expected results for attribute
1115 "dynamic" returned by -var-update.
1116 Add test case for correct handling of "diplayhint" for children
1117 of dynamic varobjs.
1118 * gdb.python/py-prettyprint.c (set_itme): New function.
1119 (bug_14741) New function.
1120 (main) Add call to bug_14741().
1121 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
1122
1123 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
1124
1125 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
1126 ${binfile}.funcsyms list.
1127
1128 2012-12-04 Yao Qi <yao@codesourcery.com>
1129
1130 PR gdb/13443
1131 * gdb.trace/actions.exp: Make test messages unique.
1132
1133 2012-11-29 Tom Tromey <tromey@redhat.com>
1134
1135 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
1136
1137 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1138
1139 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
1140 * gdb.opencl/datatypes.exp: Likewise.
1141 * gdb.opencl/operators.exp: Likewise.
1142 * gdb.opencl/vec_comps.exp: Likewise.
1143
1144 2012-11-29 Jerome Guitton <guitton@adacore.com>
1145
1146 * gdb.ada/iwide: New testcase.
1147
1148 2012-11-29 Jerome Guitton <guitton@adacore.com>
1149
1150 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
1151 ptype test.
1152
1153 2012-11-29 Jerome Guitton <guitton@adacore.com>
1154
1155 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
1156 form {VARIANT_TYPE}ADDRESS.
1157
1158 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1159
1160 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
1161 (func): New function.
1162 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
1163 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
1164 pointers to members with pointer-to-function type.
1165
1166 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1167 Tom Tromey <tromey@redhat.com>
1168
1169 * gdb.base/gnu-debugdata.exp: New file.
1170 * gdb.base/gnu-debugdata.c: New file.
1171 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
1172 (gdb_unload): Return 0 on success.
1173
1174 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1175
1176 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
1177
1178 2012-11-26 Joel Brobecker <brobecker@adacore.com>
1179
1180 * gdb.base/empty_exe.exp: New testcase.
1181
1182 2012-11-20 Mike Frysinger <vapier@gentoo.org>
1183
1184 * gdb.base/completion.exp: Add test for help aliases completion.
1185
1186 2012-11-20 Yao Qi <yao@codesourcery.com>
1187
1188 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1189 Don't test 'maint set show-debug-regs'.
1190 Use command 'set remotecache' instead of
1191 'set circular-trace-buffer'.
1192
1193 2012-11-16 Keith Seitz <keiths@redhat.com>
1194
1195 PR c++/13615
1196 * gdb.cp/baseenum.cc: New file.
1197 * gdb.cp/baseenum.exp: New file.
1198 * gdb.cp/derivation.cc (A): Add copyright.
1199 Add a typedef.
1200 (B): Use A::value_type instead of int. Change all references.
1201 (D): Use value_type instead of int. Change all references.
1202 (E): Likewise.
1203 (F); Likewise.
1204 (Z): New class.
1205 (ZZ): New class.
1206 (N, Base, Derived): New namespace and classes.
1207 (main): Add instances of Z and ZZ.
1208 Make sure all symbols from N are kept.
1209 * gdb.cp/derivation.exp: Update typedef changes in tests.
1210 Add tests for class typedefs both before and after starting
1211 the inferior.
1212 Add tests for searching for a typedef while stopped in a
1213 method.
1214
1215 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
1216
1217 * gdb.mi/mi-var-create-rtti.c: New file.
1218 * gdb.mi/mi-var-create-rtti.exp: New file.
1219
1220 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
1221
1222 * gdb.base/structs3.exp: Run to main before doing any tests.
1223
1224 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
1225
1226 * gdb.python/py-type.exp: Uniquify test names.
1227
1228 2012-11-14 Yao Qi <yao@codesourcery.com>
1229
1230 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
1231 (thread_function) [DEBUG]: Call 'printf'.
1232 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
1233 command line if 'DEBUG=1' is passed to test.
1234 Remove a pattern to match inferior's output.
1235
1236 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1237
1238 * gdb.mi/mi-fill-memory.exp: New test.
1239
1240 2012-11-12 Tom Tromey <tromey@redhat.com>
1241
1242 * gdb.base/completion.exp: Update for "info type-printers".
1243 * gdb.python/py-typeprint.cc: New file.
1244 * gdb.python/py-typeprint.exp: New file.
1245 * gdb.python/py-typeprint.py: New file.
1246
1247 2012-11-12 Tom Tromey <tromey@redhat.com>
1248
1249 * gdb.base/call-sc.exp: Use "ptype/r".
1250 * gdb.base/volatile.exp: Don't expect "int".
1251 * gdb.cp/ptype-flags.cc: New file.
1252 * gdb.cp/ptype-flags.exp: New file.
1253 * gdb.cp/templates.exp: Use ptype/r.
1254 (test_ptype_of_templates, test_template_typedef): Likewise.
1255 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
1256 argument. Handle template names and template parameters.
1257 * gdb.mi/mi-var-cmd.exp: Accept "long".
1258 * gdb.mi/mi-var-child.exp: Accept "long".
1259 * gdb.mi/mi-var-display.exp: Accept "long".
1260 * gdb.mi/mi2-var-child.exp: Accept "long".
1261
1262 2012-11-12 Tom Tromey <tromey@redhat.com>
1263
1264 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
1265 "ptype" from calls to cp_test_ptype_class.
1266 (test_enums): Likewise.
1267 * gdb.cp/derivation.exp: Remove "ptype" from calls to
1268 cp_test_ptype_class.
1269 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
1270 calls to cp_test_ptype_class.
1271 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
1272 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
1273 from calls to cp_test_ptype_class.
1274 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
1275 command here. Change "in_command" argument to "in_exp".
1276
1277 2012-11-10 Keith Seitz <keiths@redhat.com>
1278
1279 PR gdb/14288
1280 * gdb.base/printcmds.c: Add invalid_XXX globals
1281 for repeated byte tests.
1282 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
1283 * gdb.base/wchar.c (main): Add and construct a wchar_t
1284 array with repeated characters.
1285 * gdb.base/wchar.exp: Add repeated character tests.
1286
1287 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1288
1289 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
1290 disassembly output.
1291
1292 2012-11-09 Pedro Alves <palves@redhat.com>
1293
1294 PR gdb/14306
1295
1296 * gdb.multi/multi-arch-exec.c: New file.
1297 * gdb.multi/multi-arch-exec.exp: New file.
1298
1299 2012-11-09 Yao Qi <yao@codesourcery.com>
1300
1301 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
1302 (top level): Call it.
1303
1304 2012-11-09 Yao Qi <yao@codesourcery.com>
1305
1306 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
1307 typo.
1308
1309 2012-11-09 Pedro Alves <palves@redhat.com>
1310
1311 * gdb.multi/multi-arch.exp: New.
1312
1313 2012-11-08 Tom Tromey <tromey@redhat.com>
1314
1315 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
1316 core files, if possible.
1317 * gdb.base/siginfo-thread.c: New file
1318 * gdb.base/siginfo-thread.exp: New file
1319
1320 2012-11-08 Tom Tromey <tromey@redhat.com>
1321
1322 * gdb.base/comprdebug.exp: New file.
1323
1324 2012-11-06 Pedro Alves <palves@redhat.com>
1325
1326 PR gdb/14810
1327
1328 * gdb.base/disabled-location.c: New file.
1329 * gdb.base/disabled-location.exp: New file.
1330
1331 2012-11-06 Tom Tromey <tromey@redhat.com>
1332
1333 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
1334 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1335 gdb_gcore_cmd.
1336 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
1337 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
1338 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
1339 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
1340 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
1341 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
1342 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
1343 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
1344 * lib/gdb.exp (gdb_gcore_cmd): New proc.
1345
1346 2012-11-05 Pedro Alves <palves@redhat.com>
1347
1348 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
1349 procedure.
1350 (do_vfork_and_follow_child_tests_exec)
1351 (do_vfork_and_follow_child_tests_exit): Call it.
1352
1353 2012-11-05 Pedro Alves <palves@redhat.com>
1354
1355 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
1356 fails.
1357
1358 2012-11-03 Yao Qi <yao@codesourcery.com>
1359
1360 Fix PR gdb/14617.
1361 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1362 Remove setup_kfail, and update test.
1363
1364 2012-11-02 Tom Tromey <tromey@redhat.com>
1365
1366 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
1367 test.
1368
1369 2012-11-02 Pedro Alves <palves@redhat.com>
1370
1371 PR gdb/14766
1372
1373 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
1374 setup_kfail.
1375 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
1376 get registers".
1377
1378 2012-11-02 Pedro Alves <palves@redhat.com>
1379
1380 * gdb.base/foll-vfork-exit.c: New file.
1381 * gdb.base/foll-vfork.exp (top level): New file-describing
1382 comment.
1383 (vfork_child_follow_to_exit): New procedure.
1384 (tcatch_vfork_then_child_follow): Rename as ...
1385 (tcatch_vfork_then_child_follow_exec): ... this.
1386 (tcatch_vfork_then_child_follow_exit): New procedure.
1387 (do_vfork_and_follow_parent_tests): New procedure, factored out
1388 from do_vfork_and_exec_tests.
1389 (do_vfork_and_follow_child_tests_exec): Ditto.
1390 (do_vfork_and_exec_tests): Delete.
1391 (do_vfork_and_follow_child_tests_exit): New procedure.
1392 (top level): Run tests with both the program that has the vfork
1393 child execing, and the program has the vfork child exiting.
1394
1395 2012-11-02 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
1398 (check_vfork_catchpoints, vfork_parent_follow_through_step)
1399 (vfork_parent_follow_to_bp): Call it.
1400 (kill_child): Delete.
1401 (vfork_and_exec_child_follow_to_main_bp)
1402 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
1403 longer call kill_child.
1404 (tcatch_vfork_then_parent_follow): Call setup_gdb.
1405 (do_vfork_and_exec_tests): Don't runto_main before calling each
1406 test procedure.
1407 (top level): Don't clean restart and set verbose before running
1408 each test procedure.
1409
1410 2012-11-02 Pedro Alves <palves@redhat.com>
1411
1412 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
1413 (vfork_parent_follow_to_bp)
1414 (vfork_and_exec_child_follow_to_main_bp)
1415 (vfork_and_exec_child_follow_through_step)
1416 (tcatch_vfork_then_parent_follow)
1417 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
1418 Use with_test_prefix.
1419
1420 2012-11-02 Pedro Alves <palves@redhat.com>
1421
1422 * gdb.base/foll-vfork.c: Add copyright header.
1423 * gdb.base/vforked-prog.c: Add copyright header.
1424
1425 2012-11-02 Pedro Alves <palves@redhat.com>
1426
1427 * gdb.base/foll-vfork.exp
1428 (vfork_and_exec_child_follow_through_step): Don't skip on
1429 non-HP/UX targets. Expect the next to only step one line on
1430 non-HP/UX targets, rather than stopping only after the exec.
1431
1432 2012-11-02 Pedro Alves <palves@redhat.com>
1433
1434 Don't hard code line numbers.
1435
1436 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
1437 Expect text from the sources instead of a line number.
1438 (vfork_parent_follow_to_bp)
1439 (vfork_and_exec_child_follow_to_main_bp)
1440 (vfork_and_exec_child_follow_through_step)
1441 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
1442 Use gdb_get_line_number.
1443
1444 2012-11-02 Pedro Alves <palves@redhat.com>
1445
1446 Modernize.
1447
1448 * gdb.base/foll-vfork.exp: Use standard_testfile and
1449 build_executable. Pass descriptive string to untested.
1450 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
1451 (vfork_and_exec_child_follow_to_main_bp)
1452 (vfork_and_exec_child_follow_through_step)
1453 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
1454 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
1455 of send_gdb/gdb_expect.
1456
1457 (kill_child): New procedure.
1458 (vfork_and_exec_child_follow_to_main_bp)
1459 (vfork_and_exec_child_follow_through_step): Use it.
1460
1461 2012-11-02 Yao Qi <yao@codesourcery.com>
1462
1463 * gdb.base/setvar.exp: Test setting nested struct.
1464 * gdb.base/setvar.c (v_struct3): New.
1465
1466 2012-11-01 Doug Evans <dje@google.com>
1467
1468 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
1469 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
1470 use them.
1471
1472 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
1473
1474 PR cli/14772
1475 * gdb.base/gnu_vector.c (union_with_vector_1)
1476 (struct_with_vector_1): Add new struct and union for testing
1477 ptype.
1478 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
1479 structs / unions containing vectors.
1480
1481 2012-10-25 Yao Qi <yao@codesourcery.com>
1482
1483 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
1484 'setup_kfail' instead of 'setup_kfail_for_target'.
1485 * gdb.base/varargs.exp: Likewise.
1486 * lib/gdb.exp (setup_kfail_for_target): Remove.
1487
1488 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
1489
1490 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
1491
1492 2012-10-25 Mark Kettenis <kettenis@gnu.org>
1493
1494 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
1495
1496 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1497
1498 * gdb.ada/set_wstr: New testcase.
1499
1500 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1501
1502 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
1503
1504 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1505
1506 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
1507
1508 2012-10-24 Mark Kettenis <kettenis@gnu.org>
1509
1510 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
1511
1512 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1513
1514 * gdb.base/callfuncs.exp (do_function_calls): Fix
1515 setup_kfail_for_target for -m32 mode.
1516
1517 2012-10-23 Mark Kettenis <kettenis@gnu.org>
1518
1519 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
1520 are now fixed.
1521
1522 2012-10-23 Yao Qi <yao@codesourcery.com>
1523
1524 * gdb.base/info-os.exp: Resume the inferior until it exits.
1525
1526 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
1527
1528 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
1529 * gdb.base/print-file-var.exp: Likewise.
1530 * gdb.base/type-opaque.exp: Likewise.
1531
1532 2012-10-17 Yao Qi <yao@codesourcery.com>
1533
1534 * gdb.mi/mi-memory-changed.exp: New.
1535
1536 2012-10-16 Yao Qi <yao@codesourcery.com>
1537
1538 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
1539 returns true.
1540 Call gdb_load_shlibs.
1541 * gdb.reverse/solib-reverse.exp: Likewise.
1542
1543 2012-10-15 Keith Seitz <keiths@redhat.com>
1544
1545 * lib/cp-support.exp (cp_test_ptype_class): Add support
1546 for class typedefs.
1547
1548 * gdb.cp/derivation.exp: Add tests for g_instance.
1549
1550 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1551
1552 Fix entry values resolving in inlined frames.
1553 * gdb.arch/amd64-entry-value-inline.S: New file.
1554 * gdb.arch/amd64-entry-value-inline.c: New file.
1555 * gdb.arch/amd64-entry-value-inline.exp: New file.
1556
1557 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1558 Doug Evans <dje@google.com>
1559
1560 Fix recent gdb_breakpoint regression.
1561 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
1562 braces from the parameter.
1563 * gdb.java/jprint.exp: Likewise.
1564
1565 2012-10-15 Doug Evans <dje@google.com>
1566
1567 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
1568
1569 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
1570
1571 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
1572
1573 2012-10-15 Tom Tromey <tromey@redhat.com>
1574
1575 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
1576
1577 2012-10-15 Tom Tromey <tromey@redhat.com>
1578
1579 * gdb.python/py-symbol.exp: Test symbol destructor.
1580
1581 2012-10-14 Yao Qi <yao@codesourcery.com>
1582
1583 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
1584 * gdb.mi/mi-cli.exp: New.
1585
1586 * gdb.mi/mi2-basics.exp: Remove.
1587 * gdb.mi/mi2-break.exp: Remove.
1588 * gdb.mi/mi2-console.exp: Remove.
1589 * gdb.mi/mi2-disassemble.exp: Remove.
1590 * gdb.mi/mi2-eval.exp: Remove.
1591 * gdb.mi/mi2-file.exp: Remove.
1592 * gdb.mi/mi2-hack-cli.exp: Remove.
1593 * gdb.mi/mi2-pthreads.exp: Remove.
1594 * gdb.mi/mi2-read-memory.exp: Remove.
1595 * gdb.mi/mi2-regs.exp: Remove.
1596 * gdb.mi/mi2-return.exp: Remove.
1597 * gdb.mi/mi2-simplerun.exp: Remove.
1598 * gdb.mi/mi2-stack.exp: Remove.
1599 * gdb.mi/mi2-stepi.exp: Remove.
1600 * gdb.mi/mi2-syn-frame.exp: Remove.
1601 * gdb.mi/mi2-until.exp: Remove.
1602 * gdb.mi/mi2-watch.exp: Remove.
1603 * gdb.mi/mi2-var-block.exp: Remove.
1604 * gdb.mi/mi2-var-cmd.exp: Remove.
1605 * gdb.mi/mi2-var-display.exp: Remove.
1606
1607 2012-10-12 Yao Qi <yao@codesourcery.com>
1608
1609 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
1610 trail '.*' on matching patterns.
1611
1612 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1613
1614 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
1615 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
1616 * gdb.arch/i386-disp-step.exp: Likewise.
1617 * gdb.arch/i386-gnu-cfi.exp: Likewise.
1618 * gdb.arch/i386-prologue.exp: Likewise.
1619 * gdb.arch/i386-size-overlap.exp: Likewise.
1620 * gdb.arch/i386-size.exp: Likewise.
1621 * gdb.arch/i386-unwind.exp: Likewise.
1622
1623 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1624
1625 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
1626 * gdb.arch/i386-word.exp: Likewise.
1627
1628 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1629
1630 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
1631 is_ilp32_target to set nr_regs.
1632 * gdb.arch/i386-sse.exp: Likewise.
1633
1634 2012-10-11 Doug Evans <dje@google.com>
1635
1636 PR breakpoints/14643.
1637 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
1638 * gdb.linespec/thread.c: New file.
1639 * gdb.linespec/thread.exp: New file.
1640
1641 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
1642 Recognize "message" -> print pass and fail. Add eof case.
1643 (runto): Recognize message, no-message. Print pass/fail if requested,
1644 with same treatment as gdb_breakpoint.
1645 (runto_main): Pass no-message to runto.
1646 (gdb_internal_error_resync): Add log message.
1647 (gdb_file_cmd): Tweak internal error fail text for consistency.
1648
1649 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1650
1651 Fix crash during stepping on ppc32.
1652 * gdb.base/step-symless.c: New file.
1653 * gdb.base/step-symless.exp: New file.
1654
1655 2012-10-03 Doug Evans <dje@google.com>
1656
1657 PR symtab/14601
1658 * gdb.cp/using-crash.exp: New file.
1659 * gdb.cp/using-crash.cc: New file.
1660
1661 2012-10-02 Doug Evans <dje@google.com>
1662
1663 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
1664 more consistent.
1665 (runto,gdb_debug_format): Ditto.
1666 (gdb_file_cmd): Watch for eof in nested gdb_expect.
1667 Clean up logging and error messages.
1668
1669 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
1670
1671 Test find command on unmapped memory.
1672 * gdb.base/find-unmapped.c: New file.
1673 * gdb.base/find-unmapped.exp: New file.
1674
1675 2012-09-29 Yao Qi <yao@codesourcery.com>
1676
1677 * gdb.trace/mi-tracepoint-changed.exp: New.
1678 * gdb.mi/mi-breakpoint-changed.exp: New.
1679 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
1680 * gdb.mi/pendshr2.c: New.
1681
1682 2012-09-28 Yao Qi <yao@codesourcery.com>
1683
1684 * gdb.mi/pr11022.exp: New.
1685 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
1686
1687 2012-09-27 Tom Tromey <tromey@redhat.com>
1688
1689 * gdb.cp/derivation.exp: Add regression test.
1690 * gdb.cp/derivation.cc (class V_base, class V_inter, class
1691 V_derived): New.
1692 (vderived): New global.
1693
1694 2012-09-26 Tom Tromey <tromey@redhat.com>
1695
1696 * gdb.dwarf2/dw2-common-block.S: New file.
1697 * gdb.dwarf2/dw2-common-block.exp: New file.
1698
1699 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1700
1701 * gdb.fortran/common-block.exp: New file.
1702 * gdb.fortran/common-block.f90: New file.
1703
1704 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
1705
1706 * gdb.base/duplicate-bp.c: New file.
1707 * gdb.base/duplicate-bp.exp: New file.
1708
1709 2012-09-26 Yao Qi <yao@codesourcery.com>
1710
1711 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
1712
1713 Revert:
1714 2012-09-21 Yao Qi <yao@codesourcery.com>
1715
1716 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
1717
1718 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1719
1720 * gdb.base/longest-types.c: New test case.
1721 * gdb.base/longest-types.exp: New test case.
1722
1723 2012-09-25 Yao Qi <yao@codesourcery.com>
1724
1725 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
1726
1727 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1728
1729 Fix internal error on canonicalization of clang types.
1730 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
1731 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
1732 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
1733
1734 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1735
1736 Fix disassemble without parameters in tailcall frame.
1737 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
1738
1739 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
1740
1741 * gdb.dwarf2/dw2-op-out-param.S: New file.
1742 * gdb.dwarf2/dw2-op-out-param.exp: New file.
1743
1744 2012-09-21 Yao Qi <yao@codesourcery.com>
1745
1746 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
1747
1748 2012-09-21 Yao Qi <yao@codesourcery.com>
1749
1750 * gdb.mi/mi-cli.exp: Remove.
1751 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
1752
1753 2012-09-21 Yao Qi <yao@codesourcery.com>
1754
1755 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
1756 "=record-started" notification.
1757
1758 2012-09-21 Yao Qi <yao@codesourcery.com>
1759
1760 * gdb.mi/mi-record-changed.exp: New.
1761 * gdb.mi/mi-reverse.exp: Adjust expected output.
1762
1763 2012-09-20 Tom Tromey <tromey@redhat.com>
1764
1765 * gdb.python/python.exp: Test atexit.register.
1766
1767 2012-09-20 Doug Evans <dje@google.com>
1768
1769 * boards/dwarf4-gdb-index.exp: New file.
1770
1771 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
1772 while running the tests.
1773
1774 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1775
1776 * gdb.ada/bp_reset: New testcase.
1777
1778 2012-09-18 Yao Qi <yao@codesourcery.com>
1779
1780 * gdb.trace/mi-tsv-changed.exp: New.
1781
1782 2012-09-18 Yao Qi <yao@codesourcery.com>
1783
1784 * gdb.trace/mi-traceframe-changed.exp: New.
1785
1786 2012-09-17 Yao Qi <yao@codesourcery.com>
1787
1788 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
1789 when it is less than 0.
1790
1791 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1792
1793 PR 14119
1794 * gdb.arch/amd64-tailcall-ret.S: New file.
1795 * gdb.arch/amd64-tailcall-ret.c: New file.
1796 * gdb.arch/amd64-tailcall-ret.exp: New file.
1797 * gdb.reverse/amd64-tailcall-reverse.S: New file.
1798 * gdb.reverse/amd64-tailcall-reverse.c: New file.
1799 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
1800
1801 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1802
1803 PR 14548
1804 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
1805 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
1806 * gdb.reverse/singlejmp-reverse.S: New file.
1807 * gdb.reverse/singlejmp-reverse.c: New file.
1808 * gdb.reverse/singlejmp-reverse.exp: New file.
1809
1810 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1811
1812 Fix compatibility with old GCC (~4.1).
1813 * gdb.cp/converts.cc (my_enum_var): New variable.
1814
1815 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
1816
1817 * gdb.xml/tdesc-regs.exp: Update expected output for new
1818 vector_size syntax of vector types.
1819
1820 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1821
1822 Refactor Python "gdb" module into a proper Python package, by
1823 introducing a new "_gdb" module for code implemented in C, and
1824 using reload/__import__ instead of exec.
1825 * gdb.python/python.exp (Test stderr location): Update module
1826 location of GDB-specific sys.stderr.
1827 (Test stdout location): Ditto for sys.stdout.
1828
1829 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1830
1831 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
1832
1833 2012-09-12 Keith Seitz <keiths@redhat.com>
1834
1835 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
1836 conversion statement.
1837
1838 2012-09-12 Doug Evans <dje@google.com>
1839
1840 * gdb.base/help.exp: Remove testing of individual command help text,
1841 too much of a maintenance burden. Instead, test the functionality
1842 of "help" itself.
1843
1844 2012-09-11 Doug Evans <dje@google.com>
1845
1846 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
1847 breakpoint.
1848
1849 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
1850 * gdb.dwarf2/fission-reread.S: Ditto.
1851 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
1852 * gdb.dwarf2/fission-reread.exp: Ditto.
1853
1854 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
1855
1856 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
1857
1858 2012-09-10 Joel Brobecker <brobecker@adacore.com>
1859
1860 * gdb.ada/optim_drec: New testcase.
1861
1862 2012-09-10 Doug Evans <dje@google.com>
1863
1864 * boards/fission.exp: Explicitly mark "board" as not remote.
1865
1866 2012-09-10 Keith Seitz <keiths@redhat.com>
1867
1868 PR gdb/13483
1869 * gdb.cp/converts.cc (A::A): Add ctor.
1870 (A::member_): Add member.
1871 (enum my_enum): New enumeration.
1872 (main): Add calls to foo1_7 with various
1873 permitted arguments.
1874 * gdb.cp/converts.exp: Add tests for boolean
1875 conversions permitted by the standard.
1876
1877 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
1878
1879 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
1880 avoid spurious results due to ~/.gdbinit.
1881 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
1882 $INTERNAL_GDBFLAGS in run command.
1883 * gdb.gdb/observer.exp (setup_test): Ditto.
1884 * gdb.gdb/selftest.exp (test_with_self): Ditto.
1885 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
1886
1887 2012-09-06 Doug Evans <dje@google.com>
1888
1889 * boards/fission.exp: New file.
1890
1891 * gdb.python/py-value.exp: Use clean_restart.
1892
1893 2012-09-05 Doug Evans <dje@google.com>
1894
1895 * gdb.base/info-macros.c: Fix whitespace.
1896
1897 2012-08-28 Pedro Alves <palves@redhat.com>
1898
1899 PR gdb/14428
1900
1901 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
1902
1903 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1904
1905 * gdb.base/break-caller-line.c: New file.
1906 * gdb.base/break-caller-line.exp: New file.
1907
1908 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1909
1910 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
1911 * gdb.arch/i386-cfi-notcurrent.S: New file.
1912 * gdb.arch/i386-cfi-notcurrent.exp: New file.
1913
1914 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
1915 Yao Qi <yao@codesourcery.com>
1916 Pedro Alves <palves@redhat.com>
1917
1918 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
1919 New procedures.
1920 (top level): Add overlap checking tests.
1921
1922 2012-08-24 Tom Tromey <tromey@redhat.com>
1923
1924 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
1925 gdb_test_multiple fails for other reasons.
1926
1927 2012-08-24 Yao Qi <yao@codesourcery.com>
1928
1929 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
1930
1931 2012-08-23 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.base/help.exp: Adjust to "handle" help text change.
1934
1935 2012-08-23 Yao Qi <yao@codesourcery.com>
1936
1937 * gdb.trace/disconnected-tracing.c (start, end): New.
1938 (main): Call start and end.
1939 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
1940 existing tests into this proc.
1941 (disconnected_tfind): New.
1942
1943 2012-08-23 Yao Qi <yao@codesourcery.com>
1944
1945 * boards/native-gdbserver.exp (${board}_upload): New.
1946 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
1947 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
1948 Execute tfile on remote target.
1949 Copy trace file from target to host.
1950
1951 2012-08-22 Joseph Myers <joseph@codesourcery.com>
1952
1953 * gdb.arch/thumb-bx-pc.S: New file.
1954 * gdb.arch/thumb-bx-pc.exp: New file.
1955
1956 2012-08-22 Tom Tromey <tromey@redhat.com>
1957
1958 * gdb.base/maint.exp: Update.
1959
1960 2012-08-22 Tom Tromey <tromey@redhat.com>
1961
1962 * lib/gdb.exp (skip_unwinder_tests): New proc.
1963 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
1964 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
1965
1966 2012-08-21 Tom Tromey <tromey@redhat.com>
1967
1968 * gdb.hp/gdb.aCC/exception.exp: Remove.
1969
1970 012-08-19 Andrew Pinski <apinski@cavium.com>
1971
1972 * gdb.arch/mips-octeon-bbit.c: New file.
1973 * gdb.arch/mips-octeon-bbit.exp: New Test.
1974
1975 012-08-19 Keith Seitz <keiths@redhat.com>
1976
1977 PR c++/14365
1978 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
1979 * gdb.dwarf2/dw2-anon-mptr.S: New file.
1980
1981 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1982
1983 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
1984 verbose -log by more specific untested call.
1985
1986 2012-08-18 Yao Qi <yao@codesourcery.com>
1987
1988 * gdb.trace/tfind.exp: Move tests on various command help before
1989 checking target supports trace.
1990 Fix the expected output of 'help tfind end'.
1991
1992 2012-08-17 Keith Seitz <keiths@redhat.com>
1993
1994 PR c++/13356
1995 * gdb.base/default.exp: Update all "check type" tests.
1996 * gdb.base/help.exp: Likewise.
1997 * gdb.base/setshow.exp: Likewise.
1998 * gdb.cp/converts.cc (foo1_type_check): New function.
1999 (foo2_type_check): New function.
2000 (foo3_type_check): New function.
2001 (main): Call new functions.
2002 * converts.exp: Add tests for integer-to-pointer conversions
2003 with/without strict type-checking.
2004
2005 2012-08-16 Mike Frysinger <vapier@gentoo.org>
2006
2007 * gdb.base/help.exp: Update expected output.
2008
2009 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2010
2011 * gdb.ada/rdv_wait: New testcase.
2012
2013 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2014
2015 * gdb.base/attach-twice.exp: Remove excessive ps exec.
2016
2017 2012-08-13 Doug Evans <dje@google.com>
2018
2019 * gdb.base/help.exp: Update expected output.
2020 * gdb.base/default.exp: Update expected output of "show convenience".
2021
2022 2012-08-10 Doug Evans <dje@google.com>
2023
2024 * gdb.python/py-strfns.c: New file.
2025 * gdb.python/py-strfns.exp: New file.
2026 * gdb.python/py-type.exp (test_fields): Add vector tests.
2027
2028 2012-08-10 Mike Frysinger <vapier@gentoo.org>
2029
2030 PR cli/10436:
2031 * gdb.base/completion.exp: Add tests for handle completion.
2032
2033 2012-08-09 Yao Qi <yao@codesourcery.com>
2034
2035 * gdb.mi/mi-cmd-param-changed.exp: New.
2036 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
2037 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
2038 * gdb.mi/mi2-prompt.exp: Likewise.
2039
2040 2012-08-08 Doug Evans <dje@google.com>
2041
2042 * gdb.base/debug-expr.c: New file.
2043 * gdb.base/debug-expr.exp: New file.
2044 * gdb.base/exprs.exp: Test {type} casts.
2045 * gdb.cp/debug-expr.exp: New file.
2046
2047 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2048
2049 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
2050 global variable loop, not a 'break'. Add loop count limit to 100.
2051 Add new fail case for terminated vgdb.
2052
2053 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2054 Jean-Marc Saffroy <saffroy@gmail.com>
2055
2056 PR 11804
2057 * gdb.base/gcore-relro.exp: New file.
2058 * gdb.base/gcore-relro-main.c: New file.
2059 * gdb.base/gcore-relro-lib.c: New file.
2060
2061 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2062
2063 Do not false FAIL with old GCCs.
2064 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
2065 GCC < 4.5 in $no_hw mode.
2066
2067 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2068
2069 * gdb.base/default.exp (cd): Accept new directory with no arguments.
2070
2071 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2072
2073 * gdb.base/list.exp (test_only_end): New function.
2074 Call it.
2075
2076 2012-08-06 Tom Tromey <tromey@redhat.com>
2077
2078 * gdb.python/py-mi.exp: Add test for printer whose children
2079 are a list.
2080 * gdb.python/py-prettyprint.c (struct children_as_list): New.
2081 (main): New variable children_as_list.
2082 * gdb.python/py-prettyprint.py (class pp_children_as_list):
2083 New.
2084 (register_pretty_printers): Register new printer.
2085
2086 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
2087
2088 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
2089 symbols. Abort if vgdb remote connection is closed.
2090
2091 2012-08-02 Doug Evans <dje@google.com>
2092
2093 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
2094
2095 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
2096
2097 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
2098 s390x, PowerPC 64 and m68k-linux.
2099
2100 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2101
2102 * gdb.base/annota1.exp: Accept no frames-invalid notification
2103 when starting up the program.
2104 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
2105 show a symbolic value as well.
2106 * gdb.server/server-exec-info.exp: Skip test when skipping
2107 gdbserver test and/or when skipping shared library tests.
2108 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
2109 avoid name conflicts with other tests.
2110
2111 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2112
2113 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
2114 Fix wrong output on big-endian systems.
2115 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
2116 4-byte pointer types on 64-bit s390x.
2117
2118 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2119
2120 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
2121 marker comment at the beginning (after intialization).
2122 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
2123 breakpoint on marker comment instead of function begin.
2124 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
2125 PowerPC.
2126 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
2127 or 64-bit PowerPC.
2128 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
2129 gdb,no_hardware_watchpoints flag is set.
2130 (initialize): Remove now redundant can-use-hw-watchpoints change.
2131
2132 2012-08-02 Yao Qi <yao@codesourcery.com>
2133 Pedro Alves <palves@redhat.com>
2134
2135 * boards/local-remote-host.exp: New.
2136
2137 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2138
2139 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
2140 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
2141 * gdb.base/print-file-var.exp: Likewise.
2142 * gdb.server/solib-list.exp: Skip on remote targets.
2143
2144 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2145
2146 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
2147 watchpoints on ARM. When expecting software watchpoints, tolerate
2148 (remote) targets that report unsupported hardware watchpoint only
2149 at continue time.
2150 (test_wide_location_2): Likewise.
2151
2152 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2153
2154 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
2155 valgrind versions.
2156
2157 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2158
2159 * gdb.base/valgrind-infcall.c: New file.
2160 * gdb.base/valgrind-infcall.exp: New file.
2161
2162 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
2163
2164 2012-07-30 Keith Seitz <keiths@redhat.com>
2165
2166 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
2167 linespecs.
2168
2169 2012-07-30 Doug Evans <dje@google.com>
2170
2171 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
2172 * gdb.dwarf2/pr13961.S: Ditto.
2173
2174 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
2175
2176 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
2177
2178 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
2179 change its format immediately after reloading the binary.
2180
2181 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2182
2183 Fix testsuite regression after --use-deprecated-index-sections removal.
2184 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
2185 string.
2186 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
2187
2188 2012-07-27 Yao Qi <yao@codesourcery.com>
2189
2190 KFAIL for PR remote/14161.
2191 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
2192 Cleanup socket files.
2193 (strace_info_marker): Detach inferior.
2194
2195 2012-07-26 Tom Tromey <tromey@redhat.com>
2196
2197 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
2198
2199 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2200
2201 * gdb.python/py-inferior.c (thread): New function.
2202 (check_threads): New function.
2203 (test_threads): New function.
2204 * gdb.python/py-inferior.exp: Added test.
2205 Replaced runto with continue to breakpoint.
2206
2207 2012-07-26 Tom Tromey <tromey@redhat.com>
2208
2209 * lib/ada.exp (standard_ada_testfile): New proc.
2210 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
2211 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
2212 * gdb.ada/array_return.exp: Use standard_ada_testfile.
2213 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
2214 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
2215 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
2216 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
2217 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
2218 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
2219 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
2220 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
2221 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
2222 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
2223 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
2224 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
2225 * gdb.ada/char_param.exp: Use standard_ada_testfile.
2226 * gdb.ada/complete.exp: Use standard_ada_testfile.
2227 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
2228 standard_output_file.
2229 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
2230 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
2231 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
2232 standard_output_file.
2233 * gdb.ada/exprs.exp: Use standard_ada_testfile.
2234 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
2235 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
2236 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
2237 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
2238 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
2239 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
2240 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
2241 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
2242 * gdb.ada/homonym.exp: Use standard_ada_testfile.
2243 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
2244 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
2245 * gdb.ada/interface.exp: Use standard_ada_testfile.
2246 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
2247 standard_output_file
2248 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
2249 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
2250 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
2251 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
2252 * gdb.ada/nested.exp: Use standard_ada_testfile.
2253 * gdb.ada/null_array.exp: Use standard_ada_testfile.
2254 * gdb.ada/null_record.exp: Use standard_ada_testfile.
2255 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
2256 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
2257 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
2258 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
2259 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
2260 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
2261 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
2262 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
2263 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
2264 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
2265 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
2266 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
2267 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
2268 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
2269 * gdb.ada/start.exp: Use standard_ada_testfile.
2270 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
2271 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
2272 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
2273 * gdb.ada/tagged.exp: Use standard_ada_testfile.
2274 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
2275 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
2276 * gdb.ada/tasks.exp: Use standard_ada_testfile.
2277 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
2278 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
2279 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
2280 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
2281 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
2282 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
2283 * gdb.ada/widewide.exp: Use standard_ada_testfile.
2284
2285 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2286
2287 Fix testsuite regression after --use-deprecated-index-sections removal.
2288 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
2289
2290 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2291
2292 Fix compatibility with Tcl before 7.5.
2293 * lib/future.exp (lreverse): New function if it does not exist.
2294
2295 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
2296
2297 * gdb.mi/mi-pending.c: New method to set a second pending
2298 breakpoint.
2299 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
2300 condition.
2301
2302 2012-07-20 Pedro Alves <palves@redhat.com>
2303
2304 PR threads/11692
2305 PR gdb/12203
2306
2307 * gdb.threads/create-fail.c: New file.
2308 * gdb.threads/create-fail.exp: New file.
2309
2310 2012-07-19 Pedro Alves <palves@redhat.com>
2311
2312 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
2313 * config/vx.exp (gdb_start): Likewise.
2314 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
2315 * gdb.base/setvar.exp (test_set): Likewise.
2316 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
2317 * gdb.reverse/sigall-precsave.exp: Likewise.
2318 * gdb.reverse/sigall-reverse.exp: Likewise.
2319
2320 2012-07-19 Pedro Alves <palves@redhat.com>
2321
2322 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
2323 handler before recording.
2324
2325 2012-07-19 Tom Tromey <tromey@redhat.com>
2326
2327 * gdb.cp/casts.exp: Add tests for typeof and decltype.
2328 * gdb.cp/casts.cc (decltype): New function.
2329 (main): Use it.
2330
2331 2012-07-19 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.base/sigall.exp (signals): New list.
2334 <top level>: Loop over signals in the $signals list instead of
2335 calling a test function once per signal.
2336 * gdb.reverse/sigall-precsave.exp (signals): New list.
2337 <top level>: Loop over signals in the $signals list instead of
2338 calling a test function once per signal.
2339 * gdb.reverse/sigall-reverse.exp (signals): New list.
2340 <top level>: Loop over signals in the $signals list instead of
2341 calling a test function once per signal.
2342
2343 2012-07-19 Yao Qi <yao@codesourcery.com>
2344
2345 * gdb.base/setshow.exp: Test 'set args ~'.
2346
2347 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2348
2349 * gdb.base/store.exp (check_set): Import gdb_prompt.
2350 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
2351 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
2352
2353 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 PR 11914
2356 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
2357 (main): Call eval_sub.
2358 * gdb.python/py-prettyprint.exp:
2359 (python execfile ('py-prettyprint.py')): Move it earlier.
2360 New breakpoint for eval-break.
2361 (continue to breakpoint: eval-break, info locals): New test.
2362 (python execfile ('py-prettyprint.py')): Move it from here.
2363 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
2364 (register_pretty_printers): Register pp_eval_type.
2365
2366 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2367
2368 Fix a testcase regression by me.
2369 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
2370 DW_FORM_data4.
2371
2372 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2373 Doug Evans <dje@google.com>
2374
2375 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
2376 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
2377
2378 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2379
2380 Fix gdbserver run regression.
2381 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
2382
2383 2012-07-12 Tom Tromey <tromey@redhat.com>
2384
2385 * lib/gdb.exp (standard_testfile): Don't declare objdir.
2386 (clean_restart): Likewise.
2387 (core_find): Use standard_output_file.
2388
2389 2012-07-12 Tom Tromey <tromey@redhat.com>
2390
2391 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
2392 * gdb.dwarf2/dw2-anonymous-func.exp: Use
2393 prepare_for_testing_full.
2394 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
2395 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
2396 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
2397 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
2398 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
2399 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
2400 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
2401 prepare_for_testing_full.
2402 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
2403 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
2404 prepare_for_testing_full.
2405 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
2406 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
2407 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
2408
2409 2012-07-12 Tom Tromey <tromey@redhat.com>
2410
2411 * lib/gdb.exp (build_executable_from_specs): New proc, from
2412 build_executable.
2413 (build_executable): Use it.
2414 (prepare_for_testing_full): New proc.
2415
2416 2012-07-11 Tom Tromey <tromey@redhat.com>
2417
2418 * gdb.reverse/break-precsave.exp: Use standard_output_file.
2419 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
2420 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
2421 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
2422 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
2423 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
2424 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
2425 * gdb.reverse/step-precsave.exp: Use standard_output_file.
2426 * gdb.reverse/until-precsave.exp: Use standard_output_file.
2427 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
2428
2429 2012-07-10 Tom Tromey <tromey@redhat.com>
2430
2431 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
2432 standard_output_file.
2433 * gdb.mi/gdb2549.exp: Use standard_testfile.
2434 * gdb.mi/gdb669.exp: Use standard_testfile.
2435 * gdb.mi/gdb701.exp: Use standard_testfile.
2436 * gdb.mi/gdb792.exp: Use standard_testfile.
2437 * gdb.mi/mi-async.exp: Use standard_testfile.
2438 * gdb.mi/mi-basics.exp: Use standard_testfile.
2439 * gdb.mi/mi-break.exp: Use standard_testfile.
2440 * gdb.mi/mi-cli.exp: Use standard_testfile.
2441 * gdb.mi/mi-console.exp: Use standard_testfile.
2442 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
2443 * gdb.mi/mi-eval.exp: Use standard_testfile.
2444 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
2445 * gdb.mi/mi-file.exp: Use standard_testfile.
2446 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
2447 * gdb.mi/mi-logging.exp: Use standard_testfile.
2448 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
2449 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
2450 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
2451 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
2452 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
2453 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
2454 * gdb.mi/mi-pending.exp: Use standard_testfile,
2455 standard_output_file.
2456 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
2457 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
2458 * gdb.mi/mi-regs.exp: Use standard_testfile.
2459 * gdb.mi/mi-return.exp: Use standard_testfile.
2460 * gdb.mi/mi-reverse.exp: Use standard_testfile.
2461 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
2462 * gdb.mi/mi-solib.exp: Use standard_testfile,
2463 standard_output_file.
2464 * gdb.mi/mi-stack.exp: Use standard_testfile.
2465 * gdb.mi/mi-stepi.exp: Use standard_testfile.
2466 * gdb.mi/mi-stepn.exp: Use standard_testfile.
2467 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
2468 * gdb.mi/mi-until.exp: Use standard_testfile.
2469 * gdb.mi/mi-var-block.exp: Use standard_testfile.
2470 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
2471 * gdb.mi/mi-var-child.exp: Use standard_testfile.
2472 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
2473 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
2474 * gdb.mi/mi-var-display.exp: Use standard_testfile.
2475 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
2476 standard_output_file.
2477 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
2478 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
2479 * gdb.mi/mi-watch.exp: Use standard_testfile.
2480 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
2481 * gdb.mi/mi2-basics.exp: Use standard_testfile.
2482 * gdb.mi/mi2-break.exp: Use standard_testfile.
2483 * gdb.mi/mi2-cli.exp: Use standard_testfile.
2484 * gdb.mi/mi2-console.exp: Use standard_testfile.
2485 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
2486 * gdb.mi/mi2-eval.exp: Use standard_testfile.
2487 * gdb.mi/mi2-file.exp: Use standard_testfile.
2488 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
2489 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
2490 * gdb.mi/mi2-regs.exp: Use standard_testfile.
2491 * gdb.mi/mi2-return.exp: Use standard_testfile.
2492 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
2493 * gdb.mi/mi2-stack.exp: Use standard_testfile.
2494 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
2495 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
2496 * gdb.mi/mi2-until.exp: Use standard_testfile.
2497 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
2498 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
2499 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
2500 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
2501 * gdb.mi/mi2-watch.exp: Use standard_testfile.
2502
2503 2012-07-10 Tom Tromey <tromey@redhat.com>
2504
2505 * gdb.cp/abstract-origin.exp: Use standard_testfile.
2506 * gdb.cp/ambiguous.exp: Use standard_testfile,
2507 prepare_for_testing.
2508 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
2509 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
2510 * gdb.cp/anon-ns.exp: Use standard_testfile.
2511 * gdb.cp/anon-struct.exp: Use standard_testfile.
2512 * gdb.cp/anon-union.exp: Use standard_testfile,
2513 prepare_for_testing.
2514 * gdb.cp/arg-reference.exp: Use standard_testfile,
2515 prepare_for_testing.
2516 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
2517 * gdb.cp/breakpoint.exp: Use standard_testfile,
2518 prepare_for_testing.
2519 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
2520 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
2521 standard_output_file.
2522 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
2523 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
2524 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
2525 (test_static_members): Update.
2526 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
2527 * gdb.cp/converts.exp: Use standard_testfile.
2528 * gdb.cp/cp-relocate.exp: Use standard_testfile.
2529 * gdb.cp/cpcompletion.exp: Use standard_testfile,
2530 prepare_for_testing.
2531 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
2532 * gdb.cp/cplabel.exp: Use standard_testfile.
2533 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
2534 prepare_for_testing.
2535 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
2536 * gdb.cp/derivation.exp: Use standard_testfile,
2537 prepare_for_testing.
2538 * gdb.cp/destrprint.exp: Use standard_testfile.
2539 * gdb.cp/dispcxx.exp: Use standard_testfile.
2540 * gdb.cp/exception.exp: Use standard_testfile,
2541 prepare_for_testing.
2542 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
2543 * gdb.cp/extern-c.exp: Use standard_testfile,
2544 prepare_for_testing.
2545 * gdb.cp/formatted-ref.exp: Use standard_testfile,
2546 prepare_for_testing.
2547 * gdb.cp/fpointer.exp: Use standard_testfile.
2548 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
2549 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
2550 standard_output_file.
2551 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
2552 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
2553 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
2554 standard_output_file.
2555 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
2556 (do_tests): Update.
2557 * gdb.cp/koenig.exp: Use standard_testfile.
2558 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
2559 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
2560 * gdb.cp/m-static.exp: Use standard_testfile,
2561 prepare_for_testing.
2562 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
2563 * gdb.cp/mb-inline.exp: Use standard_testfile,
2564 prepare_for_testing.
2565 * gdb.cp/mb-templates.exp: Use standard_testfile,
2566 prepare_for_testing.
2567 * gdb.cp/member-ptr.exp: Use standard_testfile,
2568 prepare_for_testing.
2569 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
2570 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
2571 * gdb.cp/method2.exp: Use standard_testfile.
2572 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
2573 standard_output_file.
2574 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
2575 (do_tests): Update.
2576 * gdb.cp/namespace-enum.exp: Use standard_testfile,
2577 prepare_for_testing.
2578 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
2579 prepare_for_testing.
2580 * gdb.cp/namespace.exp: Use standard_testfile,
2581 prepare_for_testing.
2582 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
2583 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
2584 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
2585 * gdb.cp/nsimport.exp: Use standard_testfile,
2586 prepare_for_testing.
2587 * gdb.cp/nsnested.exp: Use standard_testfile.
2588 * gdb.cp/nsnoimports.exp: Use standard_testfile.
2589 * gdb.cp/nsrecurs.exp: Use standard_testfile,
2590 prepare_for_testing.
2591 * gdb.cp/nsstress.exp: Use standard_testfile,
2592 prepare_for_testing.
2593 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
2594 * gdb.cp/operator.exp: Use standard_testfile.
2595 * gdb.cp/oranking.exp: Use standard_testfile.
2596 * gdb.cp/overload-const.exp: Use standard_testfile.
2597 * gdb.cp/overload.exp: Use standard_testfile,
2598 prepare_for_testing.
2599 * gdb.cp/ovldbreak.exp: Use standard_testfile.
2600 * gdb.cp/ovsrch.exp: Use standard_testfile.
2601 * gdb.cp/paren-type.exp: Use standard_testfile.
2602 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
2603 prepare_for_testing.
2604 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
2605 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
2606 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
2607 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
2608 * gdb.cp/pr10728.exp: Use standard_testfile,
2609 standard_output_file.
2610 * gdb.cp/pr12028.exp: Use standard_testfile.
2611 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
2612 * gdb.cp/pr9167.exp: Use standard_testfile.
2613 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
2614 * gdb.cp/printmethod.exp: Use standard_testfile,
2615 prepare_for_testing.
2616 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
2617 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
2618 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
2619 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
2620 standard_output_file.
2621 * gdb.cp/readnow-language.exp: Use standard_testfile.
2622 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
2623 (gdb_start_again): Use clean_restart.
2624 * gdb.cp/ref-types.exp: Use standard_testfile,
2625 prepare_for_testing.
2626 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
2627 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
2628 * gdb.cp/smartp.exp: Use standard_testfile.
2629 * gdb.cp/static-method.exp: Use standard_testfile.
2630 * gdb.cp/static-print-quit.exp: Use standard_testfile.
2631 * gdb.cp/temargs.exp: Use standard_testfile.
2632 * gdb.cp/templates.exp: Use standard_testfile,
2633 prepare_for_testing.
2634 (do_tests): Update.
2635 * gdb.cp/try_catch.exp: Use standard_testfile,
2636 prepare_for_testing.
2637 * gdb.cp/typedef-operator.exp: Use standard_testfile.
2638 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
2639 * gdb.cp/virtbase.exp: Use standard_testfile,
2640 prepare_for_testing.
2641 * gdb.cp/virtfunc.exp: Use standard_testfile,
2642 prepare_for_testing.
2643 (do_tests): Update.
2644 * gdb.cp/virtfunc2.exp: Use standard_testfile,
2645 prepare_for_testing.
2646
2647 2012-07-10 Tom Tromey <tromey@redhat.com>
2648
2649 * lib/gdb.exp (standard_testfile): Unset output variables from
2650 earlier invocations.
2651
2652 2012-07-10 Yao Qi <yao@codesourcery.com>
2653
2654 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
2655 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
2656 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
2657 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
2658 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
2659 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
2660 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
2661 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
2662 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
2663 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
2664 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
2665 * gdb.mi/mi-var-display.exp: Likewise.
2666 * gdb.mi/mi-var-invalidate.exp: Likewise.
2667 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
2668 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
2669 * gdb.mi/mi2-console.exp: Likewise.
2670 * gdb.mi/mi2-disassemble.exp: Likewise.
2671 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
2672 * gdb.mi/mi2-read-memory.exp: Likewise.
2673 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
2674 * gdb.mi/mi2-simplerun.exp: Likewise.
2675 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
2676 * gdb.mi/mi2-syn-frame.exp: Likewise.
2677 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
2678 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
2679 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
2680
2681 2012-07-09 Tom Tromey <tromey@redhat.com>
2682
2683 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
2684 * gdb.base/callfuncs.exp: Add cast-based test.
2685 * gdb.base/callfuncs.c (voidfunc): New function.
2686
2687 2012-07-08 Doug Evans <dje@google.com>
2688
2689 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
2690
2691 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2692
2693 Fix XFAIL compatibility with old i386 systems.
2694 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
2695 Check also 'Cannot insert breakpoint 0'.
2696
2697 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2698
2699 PR 14321
2700 * gdb.base/find.exp
2701 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
2702
2703 2012-07-06 Tom Tromey <tromey@redhat.com>
2704
2705 * gdb.base/whatis.exp: Add test.
2706
2707 2012-07-06 Tom Tromey <tromey@redhat.com>
2708
2709 * gdb.base/whatis.exp: Add regression test.
2710
2711 2012-07-06 Tom Tromey <tromey@redhat.com>
2712
2713 * gdb.base/whatis.exp: Add tests.
2714
2715 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2716
2717 PR 12649
2718 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
2719 gdb_test_multiple $gdb_prompt terminator.
2720
2721 2012-07-04 Pedro Alves <palves@redhat.com>
2722
2723 * gdb.mi/mi-reverse.exp: Use supports_reverse and
2724 supports_process_record.
2725
2726 2012-07-04 Pedro Alves <palves@redhat.com>
2727
2728 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
2729 endings.
2730 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
2731
2732 2012-07-03 Stan Shebs <stan@codesourcery.com>
2733
2734 * gdb.base/info-os.c (main): Retry resource acquisition until an
2735 available one is found.
2736 * gdb.base/info-os.exp: Collect resource keys from the program
2737 and use them in matching.
2738
2739 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2740
2741 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
2742 Wrap the test into loop for corefile and core0file.
2743
2744 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2745
2746 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
2747 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
2748 .note.GNU-stack.
2749
2750 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
2751
2752 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
2753
2754 * gdb.base/help.exp (help b, help br, help bre, help brea, help
2755 break): Include help message for the new `-probe' and `-probe-stap'
2756 options.
2757
2758 2012-07-02 Stan Shebs <stan@codesourcery.com>
2759
2760 * gdb.base/dprintf.exp: Add agent style tests.
2761
2762 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2763
2764 * gdb.base/stale-infcall.c (infcall): New label test-next.
2765 (main): New labels test-pass and test-fail.
2766 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
2767 $test_fail_bpnum to test-fail.
2768 (test system longjmp tracking support): New test.
2769 Delete $test_fail_bpnum.
2770 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
2771 breakpoint.
2772
2773 2012-06-30 Doug Evans <dje@google.com>
2774
2775 * gdb.dwarf2/fission-reread.S: New file.
2776 * gdb.dwarf2/fission-reread.exp: New file.
2777
2778 2012-06-28 Stan Shebs <stan@codesourcery.com>
2779
2780 * gdb.mi/mi-logging.exp: New file.
2781
2782 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2783 Pedro Alves <palves@redhat.com>
2784
2785 * gdb.threads/siginfo-threads.exp: New file.
2786 * gdb.threads/siginfo-threads.c: New file.
2787 * gdb.threads/sigstep-threads.exp: New file.
2788 * gdb.threads/sigstep-threads.c: New file.
2789
2790 2012-06-28 Tom Tromey <tromey@redhat.com>
2791
2792 * gdb.go/package.exp: Partially revert earlier patch; use
2793 gdb_compile again. Use standard_output_file.
2794
2795 2012-06-27 Doug Evans <dje@google.com>
2796
2797 * gdb.dwarf2/fission-base.c: New file.
2798 * gdb.dwarf2/fission-base.S: New file.
2799 * gdb.dwarf2/fission-base.exp: New file.
2800
2801 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2802
2803 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
2804
2805 2012-06-27 Tom Tromey <tromey@redhat.com>
2806
2807 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
2808 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
2809
2810 2012-06-27 Tom Tromey <tromey@redhat.com>
2811
2812 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
2813 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
2814 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
2815 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
2816 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
2817 prepare_for_testing.
2818 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
2819 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
2820 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
2821 standard_testfile.
2822 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
2823 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
2824 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
2825 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
2826 prepare_for_testing.
2827 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
2828 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
2829 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
2830 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
2831 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
2832 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
2833 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
2834 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
2835 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
2836 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
2837 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
2838 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
2839 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
2840 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
2841 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
2842 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
2843 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
2844 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
2845 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
2846 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
2847 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
2848 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
2849 standard_output_file.
2850 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
2851 standard_output_file.
2852 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
2853 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
2854 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
2855 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
2856 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
2857 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
2858 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
2859 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
2860 * gdb.dwarf2/implptr.exp: Use standard_testfile.
2861 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
2862 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
2863 * gdb.dwarf2/pieces.exp: Use standard_testfile.
2864 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
2865 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
2866 * gdb.dwarf2/valop.exp: Use standard_testfile,
2867 prepare_for_testing.
2868
2869 2012-06-27 Tom Tromey <tromey@redhat.com>
2870
2871 * gdb.python/python.exp: Fix regexps in pagination tests.
2872
2873 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2874
2875 * gdb.python/py-symtab.exp: Add tests to test the new attribute
2876 'last' of gdb.Symtab_and_line.
2877 * gdb.python/py-symbol.c: Move break point comment to enable
2878 testing of gdb.Symtab_and_line.last.
2879
2880 2012-06-26 Tom Tromey <tromey@redhat.com>
2881
2882 * gdb.threads/step.c: Remove.
2883 * gdb.threads/step.exp: Remove.
2884 * gdb.threads/step2.exp: Remove.
2885
2886 2012-06-26 Tom Tromey <tromey@redhat.com>
2887
2888 * gdb.threads/watchpoint-fork.exp (test): Use
2889 standard_output_file. Don't declare objdir.
2890 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
2891 standard_output_file.
2892 * gdb.threads/attach-stopped.exp: Use standard_testfile.
2893 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
2894 clean_restart. Remove incdir.
2895 * gdb.threads/corethreads.exp: Use standard_testfile.
2896 * gdb.threads/execl.exp: Use standard_testfile,
2897 standard_output_file, clean_restart.
2898 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
2899 clean_restart.
2900 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
2901 clean_restart.
2902 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
2903 incdir.
2904 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
2905 clean_restart. Remove incdir.
2906 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
2907 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
2908 clean_restart. Remove incdir.
2909 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
2910 Remove incdir.
2911 * gdb.threads/leader-exit.exp: Use standard_testfile.
2912 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
2913 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
2914 clean_restart.
2915 * gdb.threads/manythreads.exp: Use standard_testfile,
2916 clean_restart. Remove incdir.
2917 * gdb.threads/multi-create.exp: Use standard_testfile,
2918 clean_restart.
2919 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
2920 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
2921 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
2922 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
2923 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
2924 * gdb.threads/pending-step.exp: Use standard_testfile,
2925 clean_restart. Remove incdir.
2926 * gdb.threads/print-threads.exp: Use standard_testfile,
2927 clean_restart. Remove incdir.
2928 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
2929 clean_restart. Remove incdir.
2930 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
2931 Remove incdir.
2932 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
2933 incdir.
2934 * gdb.threads/sigthread.exp: Use standard_testfile,
2935 clean_restart.
2936 * gdb.threads/staticthreads.exp: Use standard_testfile,
2937 clean_restart. Remove incdir.
2938 * gdb.threads/switch-threads.exp: Use standard_testfile,
2939 clean_restart. Remove incdir.
2940 * gdb.threads/thread-execl.exp: Use standard_testfile,
2941 clean_restart. Remove incdir.
2942 * gdb.threads/thread-find.exp: Use standard_testfile,
2943 clean_restart.
2944 * gdb.threads/thread-specific.exp: Use standard_testfile,
2945 clean_restart. Remove incdir.
2946 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
2947 clean_restart. Remove incdir.
2948 * gdb.threads/thread_check.exp: Use standard_testfile,
2949 clean_restart. Remove incdir.
2950 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
2951 incdir.
2952 * gdb.threads/threadapply.exp: Use standard_testfile,
2953 clean_restart. Remove incdir.
2954 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
2955 clean_restart. Remove incdir.
2956 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
2957 clean_restart.
2958 * gdb.threads/tls-shared.exp: Use standard_testfile,
2959 clean_restart, standard_output_file.
2960 * gdb.threads/tls-var.exp: Use standard_testfile,
2961 standard_output_file.
2962 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
2963 Remove incdir.
2964 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
2965 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
2966 incdir.
2967 * gdb.threads/watchthreads2.exp: Use standard_testfile,
2968 clean_restart. Remove incdir.
2969
2970 2012-06-26 Tom Tromey <tromey@redhat.com>
2971
2972 * gdb.trace/actions.exp: Use standard_testfile.
2973 * gdb.trace/ax.exp: Use standard_testfile.
2974 * gdb.trace/backtrace.exp: Use standard_testfile.
2975 * gdb.trace/change-loc.exp: Use standard_testfile.
2976 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
2977 * gdb.trace/collection.exp: Use standard_testfile,
2978 prepare_for_testing.
2979 * gdb.trace/deltrace.exp: Use standard_testfile.
2980 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
2981 * gdb.trace/ftrace.exp: Use standard_testfile.
2982 * gdb.trace/infotrace.exp: Use standard_testfile.
2983 * gdb.trace/packetlen.exp: Use standard_testfile.
2984 * gdb.trace/passc-dyn.exp: Use standard_testfile.
2985 * gdb.trace/passcount.exp: Use standard_testfile.
2986 * gdb.trace/pending.exp: Use standard_testfile.
2987 * gdb.trace/report.exp: Use standard_testfile.
2988 * gdb.trace/save-trace.exp: Use standard_testfile.
2989 * gdb.trace/stap-trace.exp: Use standard_testfile.
2990 * gdb.trace/status-stop.exp: Use standard_testfile.
2991 * gdb.trace/strace.exp: Use standard_testfile.
2992 * gdb.trace/tfile.exp: Use standard_testfile.
2993 * gdb.trace/tfind.exp: Use standard_testfile.
2994 * gdb.trace/trace-break.exp: Use standard_testfile.
2995 * gdb.trace/trace-mt.exp: Use standard_testfile.
2996 * gdb.trace/tracecmd.exp: Use standard_testfile.
2997 * gdb.trace/tspeed.exp: Use standard_testfile.
2998 * gdb.trace/tstatus.exp: Use standard_testfile.
2999 * gdb.trace/tsv.exp: Use standard_testfile.
3000 * gdb.trace/unavailable.exp: Use standard_testfile,
3001 prepare_for_testing.
3002 * gdb.trace/while-dyn.exp: Use standard_testfile.
3003 * gdb.trace/while-stepping.exp: Use standard_testfile.
3004
3005 2012-06-26 Tom Tromey <tromey@redhat.com>
3006
3007 * gdb.reverse/break-precsave.exp: Use standard_testfile.
3008 * gdb.reverse/break-reverse.exp: Use standard_testfile.
3009 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
3010 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
3011 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
3012 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
3013 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
3014 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
3015 prepare_for_testing.
3016 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
3017 prepare_for_testing.
3018 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
3019 prepare_for_testing.
3020 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
3021 prepare_for_testing.
3022 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
3023 prepare_for_testing
3024 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
3025 * gdb.reverse/machinestate.exp: Use standard_testfile.
3026 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
3027 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
3028 build_executable.
3029 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
3030 build_executable.
3031 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
3032 standard_output_file.
3033 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
3034 standard_output_file.
3035 * gdb.reverse/step-precsave.exp: Use standard_testfile.
3036 * gdb.reverse/step-reverse.exp: Use standard_testfile.
3037 * gdb.reverse/until-precsave.exp: Use standard_testfile.
3038 * gdb.reverse/until-reverse.exp: Use standard_testfile.
3039 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
3040 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
3041
3042 2012-06-26 Tom Tromey <tromey@redhat.com>
3043
3044 * gdb.stabs/weird.exp: Remove directory-checking code. Use
3045 standard_output_file.
3046 * gdb.stabs/exclfwd.exp: Use standard_testfile,
3047 prepare_for_testing. Remove directory-checking code.
3048
3049 2012-06-25 Tom Tromey <tromey@redhat.com>
3050
3051 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
3052 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
3053 build_executable, not prepare_for_testing.
3054 * gdb.multi/base.exp: Use standard_output_file. Use
3055 build_executable, not prepare_for_testing.
3056
3057 2012-06-25 Tom Tromey <tromey@redhat.com>
3058
3059 * gdb.fortran/subarray.exp: Use standard_testfile,
3060 prepare_for_testing.
3061 * gdb.fortran/multi-dim.exp: Use standard_testfile.
3062 * gdb.fortran/module.exp: Use standard_testfile.
3063 * gdb.fortran/logical.exp: Use standard_testfile.
3064 * gdb.fortran/library-module.exp: Use standard_testfile,
3065 standard_output_file.
3066 * gdb.fortran/derived-type.exp: Use standard_testfile,
3067 prepare_for_testing.
3068 * gdb.fortran/complex.exp: Use standard_testfile,
3069 prepare_for_testing.
3070 * gdb.fortran/charset.exp: Use standard_testfile.
3071 * gdb.fortran/array-element.exp: Use standard_testfile,
3072 prepare_for_testing.
3073
3074 2012-06-25 Keith Seitz <keiths@redhat.com>
3075
3076 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
3077 Change rbreak-related tests to KFAIL and add bugzilla numbers.
3078
3079 2012-06-25 Tom Tromey <tromey@redhat.com>
3080
3081 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
3082 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
3083 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
3084 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
3085
3086 2012-06-25 Tom Tromey <tromey@redhat.com>
3087
3088 * gdb.linespec/ls-errs.exp: Use standard_testfile.
3089 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
3090 * gdb.linespec/linespec.exp: Use standard_testfile.
3091
3092 2012-06-25 Tom Tromey <tromey@redhat.com>
3093
3094 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
3095 prepare_for_testing.
3096
3097 2012-06-25 Tom Tromey <tromey@redhat.com>
3098
3099 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
3100 prepare_for_testing.
3101 * gdb.opt/inline-break.exp: Use standard_testfile,
3102 prepare_for_testing.
3103 * gdb.opt/inline-bt.exp: Use standard_testfile,
3104 prepare_for_testing.
3105 * gdb.opt/inline-cmds.exp: Use standard_testfile,
3106 prepare_for_testing.
3107 * gdb.opt/inline-locals.exp: Use standard_testfile,
3108 prepare_for_testing.
3109
3110 2012-06-25 Tom Tromey <tromey@redhat.com>
3111
3112 * gdb.asm/asm-source.exp: Use standard_output_file,
3113 standard_testfile. Construct .o files in proper subdir.
3114
3115 2012-06-25 Tom Tromey <tromey@redhat.com>
3116
3117 * gdb.server/ext-attach.exp: Use standard_testfile,
3118 prepare_for_testing.
3119 * gdb.server/ext-run.exp: Use standard_testfile,
3120 build_executable.
3121 * gdb.server/file-transfer.exp: Use standard_testfile,
3122 prepare_for_testing.
3123 * gdb.server/server-exec-info.exp: Use standard_testfile.
3124 * gdb.server/server-mon.exp: Use standard_testfile,
3125 prepare_for_testing.
3126 * gdb.server/server-run.exp: Use standard_testfile,
3127 build_executable.
3128 * gdb.server/solib-list.exp: Use standard_testfile,
3129 standard_output_file.
3130
3131 2012-06-25 Tom Tromey <tromey@redhat.com>
3132
3133 * lib/gdb.exp (standard_output_file): Use "file join".
3134 * gdb.go/chan.exp: Use standard_testfile.
3135 * gdb.go/handcall.exp: Use standard_testfile.
3136 * gdb.go/hello.exp: Use standard_testfile.
3137 * gdb.integers/chan.exp: Use standard_testfile.
3138 * gdb.go/methods.exp: Use standard_testfile.
3139 * gdb.go/package.exp: Use standard_testfile.
3140 * gdb.go/strings.exp: Use standard_testfile.
3141 * gdb.go/types.exp: Use standard_testfile.
3142 * gdb.go/unsafe.exp: Use standard_testfile.
3143
3144 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3145
3146 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
3147
3148 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3149
3150 Fix regression by the previous commit.
3151 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
3152
3153 2012-06-22 Tom Tromey <tromey@redhat.com>
3154
3155 * gdb.python/lib-types.exp: Use standard_testfile,
3156 prepare_for_testing.
3157 * gdb.python/py-block.exp: Use standard_testfile.
3158 * gdb.python/py-breakpoint.exp: Use standard_testfile.
3159 * gdb.python/py-events.exp: Use standard_testfile,
3160 standard_output_file.
3161 * gdb.python/py-evsignal.exp: Use standard_testfile.
3162 * gdb.python/py-evethreads.exp: Use standard_testfile.
3163 * gdb.python/py-explore-cc.exp: Use standard_testfile.
3164 * gdb.python/py-explore.exp: Use standard_testfile.
3165 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
3166 standard_output_file.
3167 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
3168 prepare_for_testing.
3169 * gdb.python/py-frame-inline.exp: Use standard_testfile.
3170 * gdb.python/py-frame.exp: Use standard_testfile.
3171 * gdb.python/py-inferior.exp: Use standard_testfile.
3172 * gdb.python/py-infthread.exp: Use standard_testfile.
3173 * gdb.python/py-mi.exp: Use standard_testfile.
3174 * gdb.python/py-objfile-script.exp: Use standard_testfile,
3175 build_executable.
3176 * gdb.python/py-objfile.exp: Use standard_testfile.
3177 * gdb.python/py-pp-maint.exp: Use standard_testfile,
3178 prepare_for_testing.
3179 * gdb.python/py-prettyprint.exp: Use standard_testfile.
3180 * gdb.python/py-progspace.exp: Use standard_testfile,
3181 build_executable.
3182 * gdb.python/py-prompt.exp: Use standard_testfile,
3183 build_executable.
3184 * gdb.python/py-section-script.exp: Use standard_testfile,
3185 build_executable.
3186 * gdb.python/py-shared.exp: Use standard_testfile,
3187 standard_output_file, clean_restart.
3188 * gdb.python/py-symbol.exp: Use standard_output_file,
3189 prepare_for_testing.
3190 * gdb.python/py-symtab.exp: Use standard_output_file,
3191 prepare_for_testing
3192 * gdb.python/py-template.exp: Use standard_testfile.
3193 * gdb.python/py-type.exp: Use standard_testfile.
3194 * gdb.python/py-value-cc.exp: Use standard_testfile.
3195 * gdb.python/py-value.exp: Use standard_testfile.
3196 * gdb.python/python.exp: Use standard_testfile, build_executable.
3197
3198 2012-06-22 Tom Tromey <tromey@redhat.com>
3199
3200 * gdb.objc/basicclass.exp: Use standard_testfile.
3201 (do_objc_tests): Don't declare objdir.
3202 * gdb.objc/nondebug.exp: Use standard_testfile.
3203 (do_objc_tests): Don't declare objdir.
3204 * gdb.objc/objcdecode.exp: Use standard_testfile.
3205 (do_objc_tests): Don't declare objdir.
3206
3207 2012-06-22 Tom Tromey <tromey@redhat.com>
3208
3209 * gdb.java/jmain.exp: Use standard_testfile.
3210 * gdb.java/jmisc.exp: Use standard_testfile.
3211 * gdb.java/jnpe.exp: Use standard_testfile.
3212 * gdb.java/jprint.exp: Use standard_testfile.
3213
3214 2012-06-22 Tom Tromey <tromey@redhat.com>
3215
3216 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
3217 (standard_output_file, standard_testfile): New procs.
3218 (build_executable, clean_restart): Use standard_output_file.
3219
3220 2012-06-22 Yao Qi <yao@codesourcery.com>
3221
3222 * boards/native-gdbserver.exp: New proc ${board}_exec.
3223 * boards/native-stdio-gdbserver.exp: Likewise.
3224
3225 2012-06-21 Tom Tromey <tromey@redhat.com>
3226
3227 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
3228 (build_executable): Update.
3229 (get_compiler_info): Remove 'binfile' argument.
3230 * gdb.ada/arrayidx.exp: Update.
3231 * gdb.ada/null_array.exp: Update.
3232 * gdb.arch/altivec-abi.exp: Update.
3233 * gdb.arch/altivec-regs.exp: Update.
3234 * gdb.arch/amd64-byte.exp: Update.
3235 * gdb.arch/amd64-dword.exp: Update.
3236 * gdb.arch/amd64-word.exp: Update.
3237 * gdb.arch/i386-avx.exp: Update.
3238 * gdb.arch/i386-byte.exp: Update.
3239 * gdb.arch/i386-sse.exp: Update.
3240 * gdb.arch/i386-word.exp: Update.
3241 * gdb.arch/ppc-dfp.exp: Update.
3242 * gdb.arch/ppc-fp.exp: Update.
3243 * gdb.arch/vsx-regs.exp: Update.
3244 * gdb.base/all-bin.exp: Update.
3245 * gdb.base/annota1.exp: Update.
3246 * gdb.base/async.exp: Update.
3247 * gdb.base/attach.exp: Update.
3248 * gdb.base/break-interp.exp: Update.
3249 * gdb.base/call-ar-st.exp: Update.
3250 * gdb.base/call-rt-st.exp: Update.
3251 * gdb.base/call-sc.exp: Update.
3252 * gdb.base/callfuncs.exp: Update.
3253 * gdb.base/catch-load.exp: Update.
3254 * gdb.base/completion.exp: Update.
3255 * gdb.base/complex.exp: Update.
3256 * gdb.base/condbreak.exp: Update.
3257 * gdb.base/consecutive.exp: Update.
3258 * gdb.base/constvars.exp: Update.
3259 * gdb.base/corefile.exp: Update.
3260 * gdb.base/eval-skip.exp: Update.
3261 * gdb.base/expand-psymtabs.exp: Update.
3262 * gdb.base/exprs.exp: Update.
3263 * gdb.base/fileio.exp: Update.
3264 * gdb.base/fixsection.exp: Update.
3265 * gdb.base/funcargs.exp: Update.
3266 * gdb.base/gdb11530.exp: Update.
3267 * gdb.base/gdb1555.exp: Update.
3268 * gdb.base/gnu-ifunc.exp: Update.
3269 * gdb.base/gnu_vector.exp: Update.
3270 * gdb.base/info-macros.exp: Update.
3271 * gdb.base/jit-simple.exp: Update.
3272 * gdb.base/jit-so.exp: Update.
3273 * gdb.base/jit.exp: Update.
3274 * gdb.base/langs.exp: Update.
3275 * gdb.base/list.exp: Update.
3276 * gdb.base/logical.exp: Update.
3277 * gdb.base/long_long.exp: Update.
3278 * gdb.base/longjmp.exp: Update.
3279 * gdb.base/macscp.exp: Update.
3280 * gdb.base/mips_pro.exp: Update.
3281 * gdb.base/miscexprs.exp: Update.
3282 * gdb.base/morestack.exp: Update.
3283 * gdb.base/nodebug.exp: Update.
3284 * gdb.base/opaque.exp: Update.
3285 * gdb.base/pc-fp.exp: Update.
3286 * gdb.base/pending.exp: Update.
3287 * gdb.base/permissions.exp: Update.
3288 * gdb.base/pointers.exp: Update.
3289 * gdb.base/prelink.exp: Update.
3290 * gdb.base/printcmds.exp: Update.
3291 * gdb.base/psymtab.exp: Update.
3292 * gdb.base/ptype.exp: Update.
3293 * gdb.base/relational.exp: Update.
3294 * gdb.base/scope.exp: Update.
3295 * gdb.base/setvar.exp: Update.
3296 * gdb.base/shlib-call.exp: Update.
3297 * gdb.base/shreloc.exp: Update.
3298 * gdb.base/signals.exp: Update.
3299 * gdb.base/sizeof.exp: Update.
3300 * gdb.base/so-impl-ld.exp: Update.
3301 * gdb.base/so-indr-cl.exp: Update.
3302 * gdb.base/solib-disc.exp: Update.
3303 * gdb.base/solib-display.exp: Update.
3304 * gdb.base/solib-nodir.exp: Update.
3305 * gdb.base/solib-overlap.exp: Update.
3306 * gdb.base/solib-symbol.exp: Update.
3307 * gdb.base/solib-weak.exp: Update.
3308 * gdb.base/solib.exp: Update.
3309 * gdb.base/store.exp: Update.
3310 * gdb.base/structs.exp: Update.
3311 * gdb.base/structs2.exp: Update.
3312 * gdb.base/type-opaque.exp: Update.
3313 * gdb.base/unload.exp: Update.
3314 * gdb.base/varargs.exp: Update.
3315 * gdb.base/volatile.exp: Update.
3316 * gdb.base/watch_thread_num.exp: Update.
3317 * gdb.base/watchpoint-solib.exp: Update.
3318 * gdb.base/watchpoint.exp: Update.
3319 * gdb.base/watchpoints.exp: Update.
3320 * gdb.base/whatis.exp: Update.
3321 * gdb.cell/arch.exp: Update.
3322 * gdb.cell/break.exp: Update.
3323 * gdb.cell/bt.exp: Update.
3324 * gdb.cell/core.exp: Update.
3325 * gdb.cell/data.exp: Update.
3326 * gdb.cell/ea-cache.exp: Update.
3327 * gdb.cell/f-regs.exp: Update.
3328 * gdb.cell/fork.exp: Update.
3329 * gdb.cell/gcore.exp: Update.
3330 * gdb.cell/mem-access.exp: Update.
3331 * gdb.cell/ptype.exp: Update.
3332 * gdb.cell/registers.exp: Update.
3333 * gdb.cell/sizeof.exp: Update.
3334 * gdb.cell/solib-symbol.exp: Update.
3335 * gdb.cell/solib.exp: Update.
3336 * gdb.cp/ambiguous.exp: Update.
3337 * gdb.cp/breakpoint.exp: Update.
3338 * gdb.cp/bs15503.exp: Update.
3339 * gdb.cp/casts.exp: Update.
3340 * gdb.cp/class2.exp: Update.
3341 * gdb.cp/cpexprs.exp: Update.
3342 * gdb.cp/cplusfuncs.exp: Update.
3343 * gdb.cp/ctti.exp: Update.
3344 * gdb.cp/dispcxx.exp: Update.
3345 * gdb.cp/gdb1355.exp: Update.
3346 * gdb.cp/gdb2384.exp: Update.
3347 * gdb.cp/gdb2495.exp: Update.
3348 * gdb.cp/infcall-dlopen.exp: Update.
3349 * gdb.cp/local.exp: Update.
3350 * gdb.cp/m-data.exp: Update.
3351 * gdb.cp/m-static.exp: Update.
3352 * gdb.cp/mb-ctor.exp: Update.
3353 * gdb.cp/mb-inline.exp: Update.
3354 * gdb.cp/mb-templates.exp: Update.
3355 * gdb.cp/member-ptr.exp: Update.
3356 * gdb.cp/method.exp: Update.
3357 * gdb.cp/namespace.exp: Update.
3358 * gdb.cp/nextoverthrow.exp: Update.
3359 * gdb.cp/nsdecl.exp: Update.
3360 * gdb.cp/nsrecurs.exp: Update.
3361 * gdb.cp/nsstress.exp: Update.
3362 * gdb.cp/nsusing.exp: Update.
3363 * gdb.cp/pr-1023.exp: Update.
3364 * gdb.cp/pr-1210.exp: Update.
3365 * gdb.cp/pr-574.exp: Update.
3366 * gdb.cp/pr9631.exp: Update.
3367 * gdb.cp/printmethod.exp: Update.
3368 * gdb.cp/psmang.exp: Update.
3369 * gdb.cp/re-set-overloaded.exp: Update.
3370 * gdb.cp/rtti.exp: Update.
3371 * gdb.cp/shadow.exp: Update.
3372 * gdb.cp/templates.exp: Update.
3373 * gdb.cp/try_catch.exp: Update.
3374 * gdb.dwarf2/dw2-ranges.exp: Update.
3375 * gdb.dwarf2/pr10770.exp: Update.
3376 * gdb.fortran/library-module.exp: Update.
3377 * gdb.hp/gdb.aCC/optimize.exp: Update.
3378 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
3379 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
3380 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
3381 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
3382 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
3383 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
3384 * gdb.hp/gdb.compat/xdb1.exp: Update.
3385 * gdb.hp/gdb.compat/xdb2.exp: Update.
3386 * gdb.hp/gdb.compat/xdb3.exp: Update.
3387 * gdb.hp/gdb.defects/bs14602.exp: Update.
3388 * gdb.hp/gdb.defects/solib-d.exp: Update.
3389 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
3390 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
3391 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
3392 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
3393 * gdb.mi/gdb792.exp: Update.
3394 * gdb.mi/mi-pending.exp: Update.
3395 * gdb.mi/mi-solib.exp: Update.
3396 * gdb.mi/mi-var-cp.exp: Update.
3397 * gdb.opt/clobbered-registers-O2.exp: Update.
3398 * gdb.opt/inline-bt.exp: Update.
3399 * gdb.opt/inline-cmds.exp: Update.
3400 * gdb.opt/inline-locals.exp: Update.
3401 * gdb.python/py-events.exp: Update.
3402 * gdb.python/py-finish-breakpoint.exp: Update.
3403 * gdb.python/py-type.exp: Update.
3404 * gdb.reverse/solib-precsave.exp: Update.
3405 * gdb.reverse/solib-reverse.exp: Update.
3406 * gdb.server/solib-list.exp: Update.
3407 * gdb.stabs/weird.exp: Update.
3408 * gdb.threads/attach-into-signal.exp: Update.
3409 * gdb.threads/attach-stopped.exp: Update.
3410 * gdb.threads/tls-shared.exp: Update.
3411 * gdb.trace/change-loc.exp: Update.
3412 * gdb.trace/strace.exp: Update.
3413
3414 2012-06-19 Tom Tromey <tromey@redhat.com>
3415
3416 * gdb.base/whatis.exp: Add tests.
3417
3418 2012-06-19 Tom Tromey <tromey@redhat.com>
3419
3420 * gdb.cp/m-static.cc (keepalive): New function.
3421 (gnu_obj_1::method): Use it.
3422
3423 2012-06-18 Doug Evans <dje@google.com>
3424
3425 * gdb.base/info-fun.exp: New file.
3426 * gdb.base/info-fun.c: New file.
3427 * gdb.base/info-fun-solib.c: New file.
3428
3429 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3430
3431 Remove stale dummy frames.
3432 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
3433 (maintenance info breakpoints): New tests.
3434 * gdb.base/stale-infcall.c: New file.
3435 * gdb.base/stale-infcall.exp: New file.
3436
3437 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3438
3439 * gdb.arch/amd64-entry-value-param.S: New file.
3440 * gdb.arch/amd64-entry-value-param.c: New file.
3441 * gdb.arch/amd64-entry-value-param.exp: New file.
3442
3443 2012-06-15 Tom Tromey <tromey@redhat.com>
3444
3445 * gdb.cp/namespace.exp: Add "show lang" test.
3446
3447 2012-06-15 Iain Sandoe <iain@codesourcery.com>
3448
3449 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
3450 case. (top level): Use gdb_file_cmd instead of gdb_load.
3451
3452 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3453
3454 PR tdep/14222
3455 * gdb.arch/i386-sse-stack-align.S: New file.
3456 * gdb.arch/i386-sse-stack-align.c: New file.
3457 * gdb.arch/i386-sse-stack-align.exp: New file.
3458
3459 2012-06-13 Keith Seitz <keiths@redhat.com>
3460
3461 PR breakpoints/13798 and mi/11541
3462 * gdb.linespec/ls-errs.exp: Add a few more tests for
3463 filenames with spaces and colons.
3464
3465 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3466
3467 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3468 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
3469 (test_function): Call CV_f.
3470 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
3471 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
3472 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
3473 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
3474 (p CV_f(CV::i)): New tests.
3475
3476 2012-06-13 Tom Tromey <tromey@redhat.com>
3477
3478 * gdb.base/condbreak.exp: Add tests for "condition" completion.
3479
3480 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3481
3482 Fix regression by the "ambiguous linespec" series.
3483 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
3484 tests.
3485
3486 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3487
3488 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
3489 missing.
3490
3491 2012-06-11 Tom Tromey <tromey@redhat.com>
3492
3493 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
3494 location...
3495 (main): ...here.
3496
3497 2012-06-07 Yao Qi <yao@codesourcery.com>
3498
3499 * gdb.trace/strace.exp: Shorten some too-long lines.
3500
3501 2012-06-06 Pedro Alves <palves@redhat.com>
3502
3503 * gdb.threads/clone-new-thread-event.c: New file.
3504 * gdb.threads/clone-new-thread-event.exp: New file.
3505
3506 2012-06-06 Yao Qi <yao@codesourcery.com>
3507
3508 * gdb.base/dprintf.c (main): Add extra parameter when calling
3509 printf and fprintf.
3510 (bar): New function. It is a dead function, but to ensure
3511 'malloc' is linked explicitly.
3512
3513 2012-06-06 Yao Qi <yao@codesourcery.com>
3514
3515 * gdb.base/info-proc.exp: Return if target doesn't support
3516 'info proc'.
3517
3518 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3519
3520 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
3521 (run program with breakpoint commands): XFAIl if it is not.
3522
3523 2012-06-05 Joel Brobecker <brobecker@adacore.com>
3524
3525 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
3526 and add comment.
3527 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
3528 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
3529 "STOP" marker. Adjust testing strategy to make it work on
3530 all targets.
3531
3532 * gdb.base/print-file-var-main.c (main): Rewrite using local
3533 variables and adjust get_version_2's return value check.
3534 Add small comment.
3535 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
3536 marker. Adjust testing strategy to make it work on all targets.
3537
3538 2012-06-05 Joel Brobecker <brobecker@adacore.com>
3539
3540 * gdb.ada/bad-task-bp-keyword: New testcase.
3541
3542 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3543
3544 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
3545 Simplify it to ...
3546 (symbol-file ${testfile1}): ... here.
3547 (test eliminated var my_global_symbol)
3548 (test eliminated var my_static_symbol)
3549 (test eliminated var my_global_func, get address of main): Wrap them to
3550 'single psymtabs' and 'single symtabs'
3551 (get address of my_global_symbol, get address of my_static_symbol)
3552 (get address of my_global_func, get address of main): Wrap them to
3553 'order1' and 'order2'.
3554
3555 * gdb.base/code_elim.exp
3556 (add-symbol-file ${testfile1} 0x100000)
3557 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
3558 'order2'.
3559 (order1: add-symbol-file ${testfile1} 0x100000)
3560 (order1: add-symbol-file ${testfile2} 0x200000)
3561 (order2: add-symbol-file ${testfile2} 0x200000)
3562 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
3563 .bss as appropriate.
3564
3565 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3566
3567 * gdb.server/solib-list-lib.c: New file.
3568 * gdb.server/solib-list-main.c: New file.
3569 * gdb.server/solib-list.exp: New file.
3570
3571 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
3572
3573 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
3574 for 'set print symbol' change.
3575
3576 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3577
3578 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
3579 .debug_abbrev_seg3.
3580
3581 2012-05-24 John Steele Scott <toojays@toojays.net>
3582
3583 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
3584 * gdb.dwarf2/dw2-icc-opaque.S: New file.
3585 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
3586
3587 2012-05-23 Stan Shebs <stan@codesourcery.com>
3588
3589 * gdb.mi/mi-info-os.exp: New file.
3590
3591 2012-05-23 Keith Seitz <keiths@redhat.com>
3592
3593 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
3594 return -1 to suppress the rest of the tests.
3595 (compile_stap_bin): Return boolean success value.
3596
3597 2012-05-21 Tom Tromey <tromey@redhat.com>
3598
3599 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
3600 Remove kfails.
3601 (test_print_mi_member_types): Likewise.
3602
3603 2012-05-21 Tom Tromey <tromey@redhat.com>
3604
3605 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
3606 print symbol' change.
3607
3608 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3609
3610 * gdb.python/py-prompt.exp: Quit if the target is remote.
3611
3612 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3613
3614 Fix ERROR: internal buffer is full.
3615 * gdb.base/info-os.exp (expect_multiline): New function.
3616 (get process list, get process groups, get threads)
3617 (get file descriptors, get internet-domain sockets)
3618 (get shared-memory regions, get semaphores, get message queues): Use
3619 it for these tests.
3620
3621 2012-05-18 Tom Tromey <tromey@redhat.com>
3622
3623 * gdb.mi/mi-var-cmd.exp: Update.
3624 * gdb.objc/basicclass.exp (do_objc_tests): Update.
3625 * gdb.cp/virtbase.exp: Update.
3626 * gdb.cp/classes.exp (test_static_members): Update.
3627 * gdb.cp/casts.exp: Update.
3628 * gdb.base/pointers.exp: Update.
3629 * gdb.base/funcargs.exp (pointer_args): Update.
3630 (structs_by_reference): Update.
3631 * gdb.base/find.exp: Update.
3632 * gdb.base/call-strs.exp: Send "set print symbol off".
3633 * gdb.base/call-ar-st.exp: Update.
3634 * gdb.ada/fun_addr.exp: Update.
3635 * gdb.base/printcmds.exp (test_print_symbol): New proc.
3636 Call it.
3637 (test_print_repeats_10, test_print_strings)
3638 (test_print_char_arrays): Update.
3639
3640 2012-05-18 Tom Tromey <tromey@redhat.com>
3641
3642 * gdb.base/charset.exp (string_display): Update.
3643
3644 2012-05-18 Tom Tromey <tromey@redhat.com>
3645
3646 * gdb.mi/mi2-var-display.exp: Update.
3647 * gdb.mi/mi-var-display.exp: Update.
3648 * gdb.mi/mi-var-child.exp: Update.
3649 * gdb.cp/expand-psymtabs-cxx.exp: Update.
3650 * gdb.cp/cp-relocate.exp (get_func_address): Update.
3651
3652 2012-05-17 Doug Evans <dje@google.com>
3653
3654 * info-macros.exp: Pass "debug" to prepare_for_testing.
3655
3656 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
3657 * gdb.ada/Makefile.in (clean): Ditto.
3658 * gdb.arch/Makefile.in (clean): Ditto.
3659 * gdb.asm/Makefile.in (clean): Ditto.
3660 * gdb.base/Makefile.in (clean): Ditto.
3661 * gdb.cell/Makefile.in (clean): Ditto.
3662 * gdb.cp/Makefile.in (clean): Ditto.
3663 * gdb.disasm/Makefile.in (clean): Ditto.
3664 * gdb.dwarf2/Makefile.in (clean): Ditto.
3665 * gdb.fortran/Makefile.in (clean): Ditto.
3666 * gdb.go/Makefile.in (clean): Ditto.
3667 * gdb.hp/Makefile.in (clean): Ditto.
3668 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
3669 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
3670 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
3671 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
3672 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
3673 * gdb.java/Makefile.in (clean): Ditto.
3674 * gdb.linespec/Makefile.in (clean): Ditto.
3675 * gdb.mi/Makefile.in (clean): Ditto.
3676 * gdb.modula2/Makefile.in (clean): Ditto.
3677 * gdb.multi/Makefile.in (clean): Ditto.
3678 * gdb.objc/Makefile.in (clean): Ditto.
3679 * gdb.opencl/Makefile.in (clean): Ditto.
3680 * gdb.opt/Makefile.in (clean): Ditto.
3681 * gdb.pascal/Makefile.in (clean): Ditto.
3682 * gdb.python/Makefile.in (clean): Ditto.
3683 * gdb.reverse/Makefile.in (clean): Ditto.
3684 * gdb.server/Makefile.in (clean): Ditto.
3685 * gdb.stabs/Makefile.in (clean): Ditto.
3686 * gdb.threads/Makefile.in (clean): Ditto.
3687 * gdb.trace/Makefile.in (clean): Ditto.
3688 * gdb.xml/Makefile.in (clean): Ditto.
3689
3690 2012-05-16 Tom Tromey <tromey@redhat.com>
3691
3692 * gdb.base/macscp1.c (macscp_expr): Add comment.
3693 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
3694
3695 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
3696
3697 * gdb.base/return-nodebug.exp: Also test float and double types.
3698
3699 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3700
3701 PR testsuite/12649
3702 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
3703
3704 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
3705
3706 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
3707
3708 * gdb.base/stap-probe.exp (stap_test): Remove calls to
3709 `rerun_to_main'.
3710 (stap_test_no_debuginfo): Likewise.
3711
3712 2012-05-14 Stan Shebs <stan@codesourcery.com>
3713
3714 * gdb.base/dprintf.c: New file.
3715 * gdb.base/dprintf.exp: New file.
3716
3717 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
3718
3719 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
3720 * gdb.trace/disconnected-tracing.c: New file.
3721 * gdb.trace/disconnected-tracing.exp: New file.
3722
3723 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3724
3725 * gdb.python/python.c: Add a new breakpoint comment.
3726 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
3727
3728 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
3729
3730 * gdb.base/info-os.exp: New file.
3731 * gdb.base/info-os.c: New file.
3732
3733 2012-05-10 Joel Brobecker <brobecker@adacore.com>
3734
3735 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
3736 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
3737 New files.
3738
3739 2012-05-10 Joel Brobecker <brobecker@adacore.com>
3740
3741 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
3742 gdb.base/ctxobj.exp: New files.
3743
3744 2012-05-09 Tom Tromey <tromey@redhat.com>
3745
3746 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
3747
3748 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
3749
3750 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
3751
3752 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
3753
3754 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
3755 before using it.
3756
3757 2012-05-04 Tristan Gingold <gingold@adacore.com>
3758
3759 * gdb.base/set-noassign.exp: New test.
3760
3761 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3762
3763 * gdb.python/py-symbol.exp: Add tests to test the new methods
3764 gdb.Symtab.global_block() and gdb.Symtab.static_block().
3765 * gdb.python/py-symbol.c: Add new struct to help test
3766 gdb.Symtab.static_block().
3767
3768 2012-05-03 Doug Evans <dje@google.com>
3769
3770 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
3771 commented out.
3772
3773 2012-05-03 Yao Qi <yao@codesourcery.com>
3774
3775 * gdb.base/catch-syscall.exp: Skip it before compilation if target
3776 doesn't support.
3777 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
3778 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
3779
3780 2012-05-03 Yao Qi <yao@codesourcery.com>
3781
3782 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
3783
3784 2012-04-30 Doug Evans <dje@google.com>
3785
3786 PR testsuite/13961
3787 * gdb.dwarf2/pr13961.S: New file.
3788 * gdb.dwarf2/pr13961.exp: New file.
3789
3790 2012-04-29 Yao Qi <yao@codesourcery.com>
3791
3792 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
3793
3794 2012-04-28 Doug Evans <dje@google.com>
3795
3796 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
3797 .Ltype_int_in_cu2. Use name "int2" instead of "int".
3798 All uses updated.
3799 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
3800 "ptype func_cu1" to expand cu2 before cu1.
3801
3802 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3803 Tom Tromey <tromey@redhat.com>
3804
3805 * gdb.base/default.exp: Add `$_probe_arg*' convenience
3806 variables.
3807 * gdb.base/stap-probe.c: New file.
3808 * gdb.base/stap-probe.exp: New file.
3809 * gdb.trace/stap-trace.c: New file.
3810 * gdb.trace/stap-trace.exp: New file.
3811 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
3812 libgcc's unwinder.
3813
3814 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
3815
3816 * gdb.arch/mips16-thunks-inmain.c: New file.
3817 * gdb.arch/mips16-thunks-main.c: New file.
3818 * gdb.arch/mips16-thunks-sin.c: New file.
3819 * gdb.arch/mips16-thunks-sinfrob.c: New file.
3820 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
3821 * gdb.arch/mips16-thunks-sinmain.c: New file.
3822 * gdb.arch/mips16-thunks-sinmips16.c: New file.
3823 * gdb.arch/mips16-thunks.exp: New file.
3824
3825 2012-04-25 Doug Evans <dje@google.com>
3826
3827 * configure.ac: Create gdb.go/Makefile.
3828 * configure: Regenerate.
3829 * gdb.base/default.exp: Add "go" to "set language" testing.
3830 * gdb.go/Makefile.in: New file.
3831 * gdb.go/basic-types.exp: New file.
3832 * gdb.go/chan.exp: New file.
3833 * gdb.go/chan.go: New file.
3834 * gdb.go/handcall.exp: New file.
3835 * gdb.go/handcall.go: New file.
3836 * gdb.go/hello.exp: New file.
3837 * gdb.go/hello.go: New file.
3838 * gdb.go/integers.exp: New file.
3839 * gdb.go/integers.go: New file.
3840 * gdb.go/methods.exp: New file.
3841 * gdb.go/methods.go: New file.
3842 * gdb.go/package.exp: New file.
3843 * gdb.go/package1.go: New file.
3844 * gdb.go/package2.go: New file.
3845 * gdb.go/print.exp: New file.
3846 * gdb.go/strings.exp: New file.
3847 * gdb.go/strings.go: New file.
3848 * gdb.go/types.exp: New file.
3849 * gdb.go/types.go: New file.
3850 * gdb.go/unsafe.exp: New file.
3851 * gdb.go/unsafe.go: New file.
3852 * lib/future.exp: Add Go support.
3853 (gdb_find_go, gdb_find_go_linker): New procs.
3854 (gdb_default_target_compile): Add Go support.
3855 * lib/gdb.exp (skip_go_tests): New proc.
3856 * lib/go.exp: New file.
3857
3858 2012-04-25 Tom Tromey <tromey@redhat.com>
3859
3860 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
3861
3862 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
3863 Jan Kratochvil <jan.kratochvil@redhat.com>
3864
3865 PR symtab/7259:
3866 * gdb.base/enumval.c: New test case.
3867 * gdb.base/enumval.exp: New test case.
3868 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
3869 field.bitpos.
3870
3871 2012-04-17 Pedro Alves <palves@redhat.com>
3872
3873 * Makefile.in (site.exp): Make site.exp source
3874 $srcdir/lib/append_gdb_boards_dir.exp.
3875 * lib/append_gdb_boards_dir.exp: New file.
3876
3877 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3878
3879 New option "set auto-load safe-path".
3880 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
3881 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
3882
3883 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3884
3885 auto-load: Implementation.
3886 * gdb.base/help.exp (test set height): Increase the height.
3887 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
3888 to ...
3889 (info auto-load python-scripts): ... here.
3890 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
3891 to ...
3892 (info auto-load python-scripts *): ... here.
3893
3894 2012-04-16 Yao Qi <yao@codesourcery.com>
3895
3896 * lib/trace-support.exp (get_in_proc_agent): New.
3897 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
3898 of in process trace agent.
3899 * gdb.trace/ftrace.exp: Likewise.
3900 * gdb.trace/pending.exp: Likewise.
3901 * gdb.trace/trace-break.exp: Likewise.
3902 * gdb.trace/trace-mt.exp
3903 * gdb.trace/tspeed.exp: Likewise.
3904 * gdb.trace/tstatus.exp
3905 * gdb.trace/strace.exp: Likewise.
3906
3907 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
3908
3909 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
3910 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
3911
3912 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
3913
3914 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3915
3916 PR mi/13393
3917 * gdb.mi/mi-var-rtti.cc: New file.
3918 * gdb.mi/mi-var-rtti.exp: New file.
3919 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
3920 function.
3921 (mi_varobj_update_with_type_change): updated to avoid code duplication.
3922
3923 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3924
3925 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
3926 EXECUTABLES.
3927 * gdb.python/py-explore.c: C program used for testing the new
3928 'explore' command on C constructs.
3929 * gdb.python/py-explore.cc: C++ program used for testing the new
3930 'explore' command on C++ constructs.
3931 * gdb-python/py-explore.exp: Tests for the new 'explore'
3932 command on C constructs.
3933 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
3934 command on C++ constructs.
3935
3936 2012-04-07 Mark Kettenis <kettenis@gnu.org>
3937
3938 * gdb.base/funcargs.exp (complex_args): Fix typo.
3939
3940 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3941
3942 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
3943 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
3944
3945 2012-04-05 Keith Seitz <keiths@redhat.com>
3946
3947 * gdb.base/advance.exp: Update error message for
3948 "advance malformed" test.
3949 * gdb.base/break.exp: Likewise for "breakpoint with
3950 trailing garbage" test.
3951 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
3952 with trailing garbage" test.
3953 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
3954 trailng garbage" test.
3955 * gdb.base/until.exp: Likewise for "malformed until" test.
3956 * gdb.cp/ovldbreak.exp: Create the breakpoint table
3957 for "breakpoint info (after setting on all)".
3958 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
3959 tests.
3960 * gdb.cp/cplabel.cc: New file.
3961 * gdb.cp/cplabel.exp: New test.
3962 * gdb.linespec/ls-errs.c: New file.
3963 * gdb.linespec/ls-errs.exp: New test.
3964
3965 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3966
3967 * gdb.trace/unavailable.exp
3968 (collect globals: print object on: print derived_partial)
3969 (collect globals: print object on: print derived_whole)
3970 (collect globals: print object off: print derived_partial)
3971 (collect globals: print object off: print derived_whole): Update
3972 expected output.
3973
3974 2012-03-30 Keith Seitz <keiths@redhat.com>
3975
3976 * gdb.python: Add test for linespecs with commas.
3977
3978 2012-03-28 Keith Seitz <keiths@redhat.com>
3979
3980 * gdb.linespec/ls-dollar.cc: New file.
3981 * gdb.linespec/ls-dollar.exp: New test.
3982
3983 2012-03-28 Keith Seitz <keiths@redhat.com>
3984
3985 * gdb.cp/namespace.exp: Add breakpoint tests for functions
3986 starting with the global namespace.
3987
3988 2012-03-23 Doug Evans <dje@google.com>
3989
3990 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
3991
3992 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3993
3994 * gdb.python/py-value.cc: Add test case for testing the
3995 methodology exposing C++ values to Python.
3996 * gdb.python/py-value-cc.exp: Add tests testing the methodology
3997 exposing C++ values to Python.
3998 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
3999
4000 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4001 Siddhesh Poyarekar <siddhesh@redhat.com>
4002
4003 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
4004 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
4005 (generate native core dump): Make the test unsupported if core cannot
4006 be generated.
4007
4008 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4009
4010 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
4011 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
4012 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
4013
4014 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
4015
4016 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
4017
4018 2012-03-17 Doug Evans <dje@google.com>
4019
4020 * dg-extract-results.sh: Handle KFAILs.
4021
4022 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4023
4024 PR symtab/13777
4025 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
4026
4027 2012-03-16 Joel Brobecker <brobecker@adacore.com>
4028
4029 * gdb.ada/set_pckd_arr_elt: New testcase.
4030
4031 2012-03-16 Gary Benson <gbenson@redhat.com>
4032
4033 PR breakpoints/10738
4034 * gdb.opt/inline-break.exp: New file.
4035 * gdb.opt/inline-break.c: Likewise.
4036 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
4037 * gdb.dwarf2/dw2-inline-break.S: Likewise.
4038 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
4039 * gdb.base/async-shell.exp: Likewise.
4040 * lib/mi-support.exp (library_loaded_re): Likewise.
4041
4042 2012-03-15 Tom Tromey <tromey@redhat.com>
4043
4044 * gdb.cp/virtfunc2.exp: Update expected output.
4045 * gdb.cp/pr9631.exp: Update expected output.
4046 * gdb.cp/member-ptr.exp: Update expected output.
4047 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
4048 output.
4049 * gdb.cp/casts.exp: Update expected output.
4050
4051 2012-03-15 Tom Tromey <tromey@redhat.com>
4052
4053 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
4054 (test_info_vtbl): Likewise.
4055 (do_tests): Call test_info_vtbl.
4056 * gdb.cp/virtfunc.cc (va): New global.
4057
4058 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
4059
4060 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
4061 describing DWARF data structures.
4062 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
4063 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
4064 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
4065 * gdb.dwarf2/dw2-entry-value.S: Likewise.
4066 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
4067 * gdb.dwarf2/dw2-param-error.S: Likewise.
4068 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
4069 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
4070 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
4071 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
4072 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
4073 * gdb.dwarf2/pr11465.S: Likewise.
4074
4075 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4076
4077 * gdb.mi/mi2-prompt.exp: New file.
4078
4079 2012-03-13 Joel Brobecker <brobecker@adacore.com>
4080
4081 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
4082
4083 2012-03-13 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.ada/bp_range_type: New testcase.
4086
4087 2012-03-13 Doug Evans <dje@google.com>
4088
4089 * gdb.base/default.exp: Delete tests for symbol-reloading.
4090 * gdb.base/help.exp: Ditto.
4091 * gdb.base/setshow.exp: Ditto.
4092 * gdb.base/gdb_history: Delete references to symbol-reloading.
4093
4094 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4095
4096 * gdb.base/attach-twice.c: New files.
4097 * gdb.base/attach-twice.exp: New files.
4098
4099 2012-03-08 Keith Seitz <keiths@redhat.com>
4100
4101 * lib/gdb.exp (gdb_get_line_number): Throw an
4102 error instead of returning -1.
4103 * gdb.base/break.exp: Remove unused variable
4104 bp_location5.
4105 * gdb.base/hbreak2.exp: Likewise.
4106 * gdb.base/sepdebug.exp: Likewise.
4107
4108 2012-03-08 Yao Qi <yao@codesourcery.com>
4109 Pedro Alves <palves@redhat.com>
4110
4111 Fix PR server/13392.
4112 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
4113 (tracepoint_change_loc_2): Remove kfail. Return if failed to
4114 download tracepoints.
4115 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
4116 (pending_tracepoint_resolved_during_trace): Likewise.
4117 (pending_tracepoint_installed_during_trace): Likewise.
4118 (pending_tracepoint_with_action_resolved): Likewise.
4119
4120 2012-03-08 Keith Seitz <keiths@redhat.com>
4121
4122 * gdb.ada/array_bounds.exp: Get breakpoint for line
4123 with "START", not "STOP".
4124 * gdb.python/py-infthread.exp: Do not continue to
4125 line marked "Break here.", which is undefined.
4126
4127 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
4128
4129 Revert:
4130
4131 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4132
4133 Implement testsuite workaround for PR breakpoints/13781.
4134 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
4135 (set breakpoint condition-evaluation host): New conditional command.
4136
4137 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4138
4139 Fix CU relative vs. absolute DIE offsets.
4140 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
4141 one.
4142
4143 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4144
4145 Fix false FAIL on distros with relro linkage as default.
4146 * gdb.reverse/solib-precsave.exp: Try to compile the test using
4147 -Wl,-z,norelro first.
4148
4149 2012-03-06 Joel Brobecker <brobecker@adacore.com>
4150
4151 * gdb.ada/bp_on_var: New testcase.
4152
4153 2012-03-06 Joel Brobecker <brobecker@adacore.com>
4154
4155 * gdb.ada/bp_enum_homonym: New testcase.
4156
4157 2012-03-06 Yao Qi <yao@codesourcery.com>
4158
4159 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
4160 x86_64-*-* and i?86-*-*.
4161 Set up KFAIL for gdb/13808.
4162
4163 2012-03-05 Tom Tromey <tromey@redhat.com>
4164
4165 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
4166 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
4167
4168 2012-03-05 Tom Tromey <tromey@redhat.com>
4169
4170 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
4171
4172 2012-03-04 Yao Qi <yao@codesourcery.com>
4173
4174 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
4175 messages for KFAIL.
4176
4177 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4178
4179 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
4180 (print one_two_three, indexes off, print few_reps, indexes off)
4181 (print many_reps, indexes off, print empty, indexes off)
4182 (print one_two_three, print few_reps, print many_reps, print empty):
4183 Call setup_xfail if $gcc_old.
4184
4185 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4186
4187 Implement testsuite workaround for PR breakpoints/13781.
4188 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
4189 (set breakpoint condition-evaluation host): New conditional command.
4190
4191 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4192
4193 Code cleanup.
4194 * gdb.cp/mb-templates.exp: New variables executable. Use it for
4195 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
4196 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
4197 number 1 by $bpnum. Four times.
4198
4199 2012-03-03 Yao Qi <yao@codesourcery.com>
4200
4201 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
4202
4203 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4204
4205 Setup KFAIL for PR server/13796.
4206 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
4207
4208 2012-03-02 Joel Brobecker <brobecker@adacore.com>
4209
4210 * gdb.ada/operator_bp: New testcase.
4211
4212 2012-03-02 Joel Brobecker <brobecker@adacore.com>
4213
4214 * gdb.ada/info_locals_renaming: New testcase.
4215
4216 2012-03-02 Tom Tromey <tromey@redhat.com>
4217
4218 * gdb.base/nextoverexit.c: New file.
4219 * gdb.base/nextoverexit.exp: New file.
4220
4221 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
4222
4223 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
4224 parameter.
4225
4226 2012-03-01 Maciej W. Rozycki <macro@mips.com>
4227
4228 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
4229 core registers.
4230
4231 2012-03-01 Maciej W. Rozycki <macro@mips.com>
4232 Maciej W. Rozycki <macro@codesourcery.com>
4233 Daniel Jacobowitz <dan@codesourcery.com>
4234
4235 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
4236
4237 2012-03-01 Pedro Alves <palves@redhat.com>
4238
4239 PR gdb/13767
4240
4241 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
4242 (gdb_collect_globals_test): Call it.
4243
4244 2012-03-01 Keith Seitz <keiths@redhat.com>
4245
4246 * gdb.cp/method2.exp: Output of overload menu is now
4247 alphabetized. Update tests for "break A::method".
4248 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
4249 of hard-coding them.
4250 Overload menu is alphabetized: rewrite to accommodate.
4251 Unset variables LINE and TYPES which are used in other tests.
4252 Compute the output of "info break".
4253 Update the breakpoint table after all breakpoints are deleted.
4254 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
4255 compute ACTUALS and the method body based on parameters.
4256 Update expected output accordingly.
4257 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
4258 unique comments to allow the use of gdb_get_line_number.
4259
4260 2012-03-01 Keith Seitz <keiths@redhat.com>
4261
4262 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
4263 some Tcl syntax.
4264 * gdb.cp/ovldbreak.exp: Likewise.
4265
4266 2012-03-01 Keith Seitz <keiths@redhat.com>
4267
4268 * gdb.base/help.exp (help show user): Update expected result
4269 for new doc string changes (add "non-python").
4270
4271 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4272
4273 * gdb.python/py-cmd.exp: Add test to verify that python commands can
4274 be put in the user-defined category and that the commands appear in
4275 "help user-defined".
4276
4277 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4278
4279 * gdb.ada/tagged_not_init: New testcase.
4280
4281 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4282
4283 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
4284 * gdb.ada/enum_idx_packed: New testcase.
4285
4286 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4287
4288 * gdb.ada/aliased_array: New testcase.
4289
4290 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4291
4292 * gdb.ada/whatis_array_val: New testcase.
4293
4294 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4295
4296 Fix disp-step-syscall.exp: fork: single step over fork.
4297 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
4298 whitespaces.
4299 (single step over $syscall): Remove its check.
4300 (single step over $syscall final pc): New check.
4301
4302 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4303
4304 Support processors without SSSE3.
4305 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
4306 pabsd into ...
4307 (ssse3_test): ... a new function.
4308 (main): Call ssse3_test.
4309 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
4310 Update expected values everywhere.
4311 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
4312 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
4313 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
4314 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
4315 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
4316 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
4317 Move these tests lower.
4318 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
4319 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
4320 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
4321 New tests.
4322
4323 2012-02-29 Yao Qi <yao@codesourcery.com>
4324 Pedro Alves <palves@redhat.com>
4325
4326 * gdb.trace/trace-mt.c: New.
4327 * gdb.trace/trace-mt.exp: New.
4328
4329 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
4330
4331 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
4332 numbers instead of hardcoding them.
4333 * gdb.base/annota1.c: Provide suitable markers.
4334 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
4335 numbers instead of hardcoding them.
4336 * gdb.base/annota3.c: Provide suitable markers.
4337
4338 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
4339 * gdb.base/annota3.c: Likewise.
4340 * gdb.base/sigall.c: Likewise.
4341 * gdb.base/signals.c: Likewise.
4342 * gdb.reverse/sigall-reverse.c: Likewise.
4343
4344 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
4345
4346 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
4347 failure return path.
4348
4349 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
4350
4351 * gdb.base/save-bp.exp: Account for new condition evaluator output.
4352
4353 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4354
4355 * gdb.base/cond-eval-mode.exp: New file.
4356
4357 2012-02-24 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
4360 (top level): Use with_test_prefix.
4361
4362 2012-02-24 Pedro Alves <palves@redhat.com>
4363
4364 * gdb.threads/attach-into-signal.exp (corefunc): Use
4365 with_test_prefix.
4366
4367 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4368
4369 Fix false FAILs on old CPUs without SSE.
4370 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
4371 Return untested for Illegal instruction.
4372
4373 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4374
4375 Fix false FAILs with glibc debug infos installed.
4376 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
4377 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
4378
4379 2012-02-22 Sterling Augustine <saugustine@google.com>
4380
4381 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
4382 constant with cast.
4383
4384 2012-02-21 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
4387
4388 2012-02-21 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
4391
4392 2012-02-21 Pedro Alves <palves@redhat.com>
4393
4394 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
4395 with_test_prefix.
4396
4397 2012-02-21 Pedro Alves <palves@redhat.com>
4398
4399 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
4400 with_test_prefix here.
4401 (top level): Do it here instead. Remove `:' from the
4402 with_test_prefix string.
4403 * gdb.base/attach-pie-misread.exp: Remove the leading space the
4404 the suffix `:' from the with_test_prefix prefix string.
4405 * gdb.base/break-interp.exp: Ditto.
4406 * gdb.base/catch-load.exp: Ditto.
4407 * gdb.base/disp-step-syscall.exp: Ditto.
4408 * gdb.base/jit-so.exp: Ditto.
4409 * gdb.base/jit.exp: Ditto.
4410 * gdb.base/sepdebug.exp: Ditto.
4411 * gdb.base/solib-display.exp: Ditto.
4412 * gdb.base/solib-overlap.exp: Ditto.
4413 * gdb.base/watch-cond-infcall.exp: Ditto.
4414 * gdb.base/watchpoint.exp: Ditto.
4415 * gdb.dwarf2/dw2-noloc.exp: Ditto.
4416 * gdb.mi/mi-watch.exp: Ditto.
4417 * gdb.mi/mi2-watch.exp: Ditto.
4418 * gdb.threads/non-ldr-exc-1.exp: Ditto.
4419 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4420 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4421 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4422 * gdb.threads/watchpoint-fork.exp: Ditto.
4423 * gdb.threads/watchthreads-reorder.exp: Ditto.
4424 * gdb.trace/change-loc.exp: Ditto.
4425 * gdb.trace/pending.exp: Ditto.
4426 * gdb.trace/status-stop.exp: Ditto.
4427 * gdb.trace/strace.exp: Ditto.
4428 * gdb.trace/trace-break.exp: Ditto.
4429 * gdb.trace/unavailable.exp: Ditto.
4430 * lib/gdb.exp (with_test_prefix): Always prefix with space and
4431 suffix with colon. Adjust leading comments.
4432
4433 2012-02-21 Pedro Alves <palves@redhat.com>
4434 Tom Tromey <tromey@redhat.com>
4435
4436 * lib/gdb.exp: Add description of test prefixes.
4437 (with_test_prefix): New procedure.
4438 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
4439 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
4440 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
4441 instead of lappend to append to pf_prefix.
4442 * gdb.base/catch-load.exp: Use with_test_prefix.
4443 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
4444 * gdb.base/jit-so.exp: Use with_test_prefix.
4445 * gdb.base/jit.exp: Use with_test_prefix.
4446 * gdb.base/return-nodebug.exp (do_test): Use append instead of
4447 lappend to append to pf_prefix.
4448 * gdb.base/sepdebug.exp: Use with_test_prefix.
4449 * gdb.base/solib-display.exp: Use with_test_prefix.
4450 * gdb.base/solib-overlap.exp: Use with_test_prefix.
4451 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
4452 * gdb.base/watchpoint.exp: Use with_test_prefix.
4453 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
4454 * gdb.mi/mi-watch.exp: Use with_test_prefix.
4455 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
4456 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
4457 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
4458 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
4459 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
4460 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
4461 append instead of lappend to append to pf_prefix.
4462 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
4463 * gdb.trace/change-loc.exp: Use with_test_prefix.
4464 * gdb.trace/pending.exp: Use with_test_prefix.
4465 * gdb.trace/status-stop.exp: Use with_test_prefix.
4466 * gdb.trace/strace.exp: Use with_test_prefix.
4467 * gdb.trace/trace-break.exp: Use with_test_prefix.
4468 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
4469 instead of lappend to append to pf_prefix.
4470
4471 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4472
4473 Fix racy FAILs.
4474 * gdb.base/inferior-died.c (main): Add return of 0.
4475 * gdb.base/inferior-died.exp (continue): Fix expectation of
4476 asynchronous events.
4477 (p 1): New test.
4478
4479 2012-02-20 Pedro Alves <palves@redhat.com>
4480
4481 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
4482 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
4483 gdb's internal debug output. For the non-threaded case, look for
4484 "Program received signal SIGLARM", for the threaded case, peek at
4485 the thread's siginfo.
4486
4487 2012-02-20 Pedro Alves <palves@redhat.com>
4488
4489 General cleanup, make output test messages unique, and build
4490 different executable files for the non-threaded and threaded
4491 cases.
4492
4493 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
4494 Delete.
4495 (executable_nothr, executable_thr): New globals.
4496 (top level): Adjust to delete both executables.
4497 (corefunc): New parameter $executable. Set $pf_prefix instead of
4498 hand writing a prefix in tests. Issue a clean_restart and enable
4499 lin-lwp debug output here.
4500 (top level): Adjust. Use build_executable. Don't start gdb here,
4501 and don't enable lin-lwp debug output here.
4502 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
4503
4504 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4505
4506 Fix racy FAILs.
4507 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
4508 "continue" command.
4509
4510 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4511
4512 Fix for gdbserver non-extended mode.
4513 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
4514 and gdb_run_cmd.
4515
4516 2012-02-17 Tom Tromey <tromey@redhat.com>
4517
4518 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
4519 * gdb.python/py-events.exp: Check 'dir' output.
4520 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
4521
4522 2012-02-17 Yao Qi <yao@codesourcery.com>
4523
4524 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
4525
4526 2012-02-16 Tom Tromey <tromey@redhat.com>
4527
4528 * gdb.base/inferior-died.c: Don't include stdio.h.
4529
4530 2012-02-16 Tom Tromey <tromey@redhat.com>
4531
4532 * gdb.base/inferior-died.c: New file.
4533 * gdb.base/inferior-died.exp: New file.
4534
4535 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
4536
4537 * gdb.base/break-inline.exp: New file.
4538 * gdb.base/break-inline.c: New file.
4539
4540 2012-02-15 Tom Tromey <tromey@redhat.com>
4541
4542 * gdb.base/pc-fp.exp: Add "info register" tests.
4543
4544 2012-02-15 Tom Tromey <tromey@redhat.com>
4545
4546 * gdb.base/regs.exp: Remove.
4547
4548 2012-02-15 Pedro Alves <palves@redhat.com>
4549
4550 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
4551 the target doesn't support tracepoints.
4552 * gdb.trace/circ.exp: Ditto.
4553 * gdb.trace/collection.exp: Ditto.
4554 * gdb.trace/packetlen.exp: Ditto.
4555 * gdb.trace/passc-dyn.exp: Ditto.
4556 * gdb.trace/report.exp: Ditto.
4557 * gdb.trace/tfind.exp: Ditto.
4558 * gdb.trace/tspeed.exp: Ditto.
4559 * gdb.trace/tsv.exp: Ditto.
4560 * gdb.trace/unavailable.exp: Ditto.
4561 * gdb.trace/while-dyn.exp: Ditto.
4562
4563 2012-02-15 Pedro Alves <palves@redhat.com>
4564
4565 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
4566 gdb_test_multiple, and call unsupported instead of fail, if the
4567 remote side does not support the request.
4568
4569 2012-02-15 Pedro Alves <palves@redhat.com>
4570
4571 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
4572 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
4573 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
4574 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
4575 * gdb.server/server-run.exp: Make sure gdb is disconnected.
4576 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
4577 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
4578 doesn't start with "extended-" already.
4579
4580 2012-02-15 Pedro Alves <palves@redhat.com>
4581
4582 Support extended-remote. Avoid cascading timeouts.
4583
4584 * gdb.base/attach.exp (do_attach_tests): Add expected output for
4585 the extended-remote target. If attaching with no file fails, load
4586 the file manually.
4587 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
4588
4589 2012-02-14 Stan Shebs <stan@codesourcery.com>
4590
4591 * gdb.base/ena-dis-br.exp: Add enable count test.
4592
4593 2012-02-13 Pedro Alves <palves@redhat.com>
4594
4595 * config/mips-idt.exp: Delete.
4596 * gdb.base/a2-run.exp: Remove mips-idt xfails.
4597 * gdb.base/bitfields.exp: Remove mips-idt restarts.
4598 * gdb.base/break.exp: Remove mips-idt references.
4599 * gdb.base/chng-syms.exp: Ditto.
4600 * gdb.base/default.exp: Ditto.
4601 * gdb.base/funcargs.exp (funcargs_reload): Delete.
4602 (top level): Don't call it.
4603 * gdb.base/opaque.exp: Remove mips-idt restarts.
4604 * gdb.base/ptype.exp: Remove mips-idt xfails.
4605 * gdb.base/scope.exp: Remove mips-idt restarts.
4606 * gdb.base/sepdebug.exp: Remove mips-idt references.
4607 * gdb.base/watchpoint.exp (maybe_clean_restart)
4608 (maybe_reinitialize): Delete.
4609 (test_disabling_watchpoints, test_disabling_watchpoints)
4610 (test_watchpoint_triggered_in_syscall)
4611 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
4612 Don't call them.
4613
4614 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4615
4616 * gdb.server/server-exec-info.exp: New file.
4617
4618 2012-02-10 Pedro Alves <palves@redhat.com>
4619
4620 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
4621 always non-empty.
4622 (test_attach): Always pass $exec to test_attach_gdb.
4623
4624 2012-02-08 Tom Tromey <tromey@redhat.com>
4625
4626 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
4627 before inferior is started.
4628
4629 2012-02-07 Tom Tromey <tromey@redhat.com>
4630
4631 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
4632 Symbol.value.
4633 * gdb.python/py-symbol.c (qq): Set default value.
4634
4635 2012-02-07 Tom Tromey <tromey@redhat.com>
4636
4637 * gdb.python/py-symbol.c (qq): New global.
4638 * gdb.python/py-symbol.exp: Add test for frame-less
4639 lookup_symbol.
4640 * gdb.python/py-symtab.exp: Fix line number.
4641
4642 2012-02-03 Joel Brobecker <brobecker@adacore.com>
4643
4644 * gdb.ada/mi_task_arg: New testcase.
4645
4646 2012-02-02 Pedro Alves <palves@redhat.com>
4647
4648 * gdb.reverse/until-precsave.exp: Also put "record save" under the
4649 extended timeout.
4650
4651 2012-02-02 Pedro Alves <palves@redhat.com>
4652
4653 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
4654 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
4655
4656 2012-02-02 Pedro Alves <palves@redhat.com>
4657
4658 * gdb.base/term.exp: Rewrite.
4659 * gdb.base/term.c: New.
4660
4661 2012-02-02 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.base/default.exp (run "r" abbreviation, run): Add
4664 extended-remote expected output.
4665
4666 2012-02-02 Tom Tromey <tromey@redhat.com>
4667
4668 * gdb.cp/dispcxx.exp: New file.
4669 * gdb.cp/dispcxx.cc: New file.
4670
4671 2012-02-01 Tom Tromey <tromey@redhat.com>
4672
4673 * gdb.base/jit-simple.exp: New file.
4674 * gdb.base/jit-simple.c: New file.
4675
4676 2012-01-30 Yao Qi <yao@codesourcery.com>
4677
4678 * gdb.base/skip.exp: Make test result unique.
4679
4680 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4681
4682 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
4683 compatibility with valgrind-3.7.0.
4684
4685 2012-01-27 Pedro Alves <palves@redhat.com>
4686
4687 * gdb.base/watchpoint.exp (no_hw): New global.
4688 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
4689 disable hw watchpoints.
4690 (test_wide_location_1, test_wide_location_2): If no_hw is set,
4691 don't expect hw watchpoints.
4692 (no_hw_watchpoints): Always clean restart.
4693 (do_tests): New procedure, factored out from the top level.
4694 (top level): Run tests twice. Once with hw watchpoints enabled,
4695 another time with hw watchpoints disabled.
4696
4697 2012-01-27 Pedro Alves <palves@redhat.com>
4698
4699 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
4700 out from the top level.
4701 (top level): Call it instead.
4702
4703 2012-01-27 Pedro Alves <palves@redhat.com>
4704
4705 * gdb.base/watchpoint.exp (top level): Re-enable hardware
4706 watchpoints sooner.
4707
4708 2012-01-27 Pedro Alves <palves@redhat.com>
4709
4710 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
4711
4712 2012-01-27 Pedro Alves <palves@redhat.com>
4713
4714 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
4715 "You may have requested too many hardware
4716 breakpoints/watchpoints".
4717
4718 2012-01-27 Pedro Alves <palves@redhat.com>
4719
4720 * gdb.base/watchpoint.exp (maybe_clean_restart)
4721 (maybe_reinitialize): New.
4722 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
4723 expect "hit N times".
4724 (test_disabling_watchpoints, test_complex_watchpoint)
4725 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
4726 Call maybe_clean_restart.
4727 (top level): Use clean_restart. Remove "mips-idt-*"
4728 reinitialization.
4729
4730 2012-01-27 Pedro Alves <palves@redhat.com>
4731
4732 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
4733
4734 2012-01-27 Pedro Alves <palves@redhat.com>
4735
4736 * gdb.base/watchpoint.exp: Clean restart after tests that don't
4737 require `initialize' anymore. Remove unnecessary `initialize'
4738 calls.
4739
4740 2012-01-27 Pedro Alves <palves@redhat.com>
4741
4742 * gdb.base/watchpoint.exp (wp_set): Delete.
4743 (initialize, test_simple_watchpoint, top level): Remove dead code.
4744
4745 2012-01-27 Pedro Alves <palves@redhat.com>
4746
4747 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
4748 typo.
4749
4750 2012-01-27 Pedro Alves <palves@redhat.com>
4751
4752 * config/extended-gdbserver.exp: New file.
4753 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
4754 comment.
4755 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
4756 * boards/native-extended-gdbserver.exp: New file.
4757
4758 2012-01-26 Pedro Alves <palves@redhat.com>
4759
4760 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
4761 and gdb_test_multiple.
4762
4763 2012-01-26 Pedro Alves <palves@redhat.com>
4764
4765 Make test messages unique, and more identifiable.
4766 * gdb.multi/watchpoint-multi.exp: Change test messages.
4767
4768 2012-01-25 Tom Tromey <tromey@redhat.com>
4769
4770 * gdb.base/solib-disc.exp: Fix regexps.
4771
4772 2012-01-24 Tom Tromey <tromey@redhat.com>
4773
4774 * lib/mi-support.exp (mi_expect_stop): Add special case for
4775 solib-event.
4776 * gdb.base/catch-load-so.c: New file.
4777 * gdb.base/catch-load.exp: New file.
4778 * gdb.base/catch-load.c: New file.
4779 * gdb.base/break-interp.exp (reach_1): Update regexp.
4780
4781 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4782
4783 Fix fuzzy results.
4784 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
4785 lpsimple and func.
4786
4787 2012-01-24 Gary Benson <gbenson@redhat.com>
4788
4789 Delete #if 0'd out code.
4790 * gdb.base/default.exp (info catch): Remove.
4791 * gdb.base/gdb_history (info catch): Likewise.
4792 * gdb.base/help.exp (info catch): Likewise.
4793
4794 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4795
4796 Fix watchpoints to be specific for each inferior.
4797 * gdb.multi/watchpoint-multi.c: New file.
4798 * gdb.multi/watchpoint-multi.exp: New file.
4799
4800 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4801
4802 Fix watchpoints across inferior fork.
4803 * gdb.threads/watchpoint-fork-child.c: New file.
4804 * gdb.threads/watchpoint-fork-mt.c: New file.
4805 * gdb.threads/watchpoint-fork-parent.c: New file.
4806 * gdb.threads/watchpoint-fork-st.c: New file.
4807 * gdb.threads/watchpoint-fork.exp: New file.
4808 * gdb.threads/watchpoint-fork.h: New file.
4809
4810 2012-01-23 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.base/call-signal-resume.exp: Allow output after "return".
4813
4814 2012-01-20 Pedro Alves <palves@redhat.com>
4815
4816 * gdb.python/py-finish-breakpoint.py: Fix typo.
4817
4818 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4819
4820 * gdb.base/info-proc.exp: Also run on remote targets. Main
4821 "info proc" command is now always present; whether target supports
4822 actual info proc operation is detected when attempting to issue
4823 the command.
4824
4825 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4826
4827 * .gdbinit: Remove.
4828
4829 2012-01-19 Pedro Alves <palves@redhat.com>
4830
4831 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
4832 look at the funtions' returns.
4833 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
4834 (jprint.print(int, int)): Change return type to int. Adjust.
4835
4836 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4837
4838 PR gdb/9538
4839 * gdb.base/sepdebug.exp: New test.
4840
4841 2012-01-18 Pedro Alves <palves@redhat.com>
4842
4843 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
4844 Allow output before ^done.
4845
4846 2012-01-16 Tom Tromey <tromey@redhat.com>
4847
4848 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
4849 Add tests for relative directory.
4850
4851 2012-01-16 Tom Tromey <tromey@redhat.com>
4852
4853 * gdb.base/printcmds.c (enum flag_enum): New.
4854 (three): New global.
4855 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
4856 enum printing.
4857 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
4858 FlagEnumerationPrinter.
4859 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
4860 * gdb.python/py-pp-maint.c (enum flag_enum): New.
4861 (fval): New global.
4862
4863 2012-01-16 Pedro Alves <palves@redhat.com>
4864
4865 * lib/gdb.exp (banned_procedures): New variable.
4866 (banned_variables_traced): Rename to ...
4867 (banned_traced): ... this.
4868 (gdb_init): Also trace banned procedures.
4869 (gdb_finish): Also untrace banned procedures.
4870
4871 2012-01-16 Pedro Alves <palves@redhat.com>
4872
4873 Remove all calls to strace.
4874
4875 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4876
4877 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
4878 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
4879
4880 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
4881
4882 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
4883 * gdb.base/pie-execl.exp: Likewise.
4884
4885 2012-01-12 Keith Seitz <keiths@redhat.com>
4886
4887 PR mi/10586
4888 * gdb.mi/var-cmd.c (struct anonymous): New structure.
4889 (do_anonymous_type_tests): New function.
4890 (main): Call do_anonymous_type_tests.
4891 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
4892 (verify_everything): New procedure.
4893 * gdb.mi/mi-var-cp.cc (class A): New class.
4894 (anonymous_structs_and_unions): New function.
4895 (main): Call anonymous_structs_and_unions.
4896 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
4897 (verify_everything): New procedure.
4898
4899 2012-01-12 Keith Seitz <keiths@redhat.com>
4900
4901 * lib/mi-support.exp: Expand comments about PATH_EXPR.
4902 (varobj_tree::get_path_expr): Assume that all varobjs are
4903 compound unless they are known simple types.
4904 Adjust path expressions based on parent type, path parent type,
4905 and tree language.
4906 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
4907 the root varobj.
4908 (mi_walk_varobj_tree): Add LANGUAGE parameter.
4909
4910 2012-01-11 Pedro Alves <palves@redhat.com>
4911
4912 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
4913 core files on this machine" anymore.
4914
4915 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4916
4917 * gdb.base/watchpoint.c (recurser): Initialize local_x.
4918 (main): Repeat recurser call.
4919 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
4920 equivalent to 'local_x'.
4921
4922 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4923 Joel Brobecker <brobecker@adacore.com>
4924
4925 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
4926
4927 2012-01-05 Pedro Alves <alves.ped@gmail.com>
4928
4929 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
4930 * gdb.python/py-events.c (first): Add bits for new "step N" test.
4931 * gdb.python/py-events.exp: Test that "step N" tripping on a
4932 breakpoint emits a breakpoint event.
4933
4934 2012-01-03 Joel Brobecker <brobecker@adacore.com>
4935
4936 * gdb.base/auxv.exp: Reformat the copyright notice.
4937
4938 2012-01-03 Yao Qi <yao@codesourcery.com>
4939
4940 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
4941 (strace_trace_on_diff_addr): New.
4942 * gdb.trace/strace.c: (main): Add two local variables.
4943
4944 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
4945
4946 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
4947 * gdb.cell/gcore.exp: Likewise.
4948 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
4949 to verify the correct instance of main is selected.
4950
4951 2012-01-02 Joel Brobecker <brobecker@adacore.com>
4952
4953 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
4954 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
4955 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
4956 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
4957 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
4958 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
4959 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
4960 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
4961 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
4962 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
4963 gdb.threads/thread_check.c: Reformat copyright header.
4964
4965 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4966
4967 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
4968 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
4969 is not enabled.
4970
4971 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4972
4973 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
4974 parameter to self_exec, adjust the function.
4975 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
4976 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
4977 (set var do_exit = 0): Remove test.
4978 (newline at end of file): Add one.
4979
4980 2011-12-27 Joel Brobecker <brobecker@adacore.com>
4981
4982 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
4983 New files.
4984
4985 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4986
4987 Fix racy FAILs.
4988 * gdb.threads/fork-thread-pending.c (barrier): New variable.
4989 (thread_function, thread_forker): Call pthread_barrier_wait for it.
4990 (main): Call pthread_barrier_init for it.
4991
4992 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4993
4994 Fix double send_gdb leading to racy FAILs.
4995 * gdb.base/break.exp (set silent break bp_location1): Replace
4996 3x send_gdb and gdb_expect by gdb_test.
4997 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
4998 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
4999 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
5000 instead of send_gdb. Twice.
5001 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
5002 3x send_gdb and gdb_expect by gdb_test.
5003 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
5004
5005 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5006
5007 * gdb.linespec/linespec.exp: Compile using {c++}.
5008
5009 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5010
5011 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
5012 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
5013 (verify GCC PR debug/51668): New test.
5014
5015 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
5016
5017 Introduce gdb.FinishBreakpoint in Python.
5018 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
5019 py-finish-breakpoint2
5020 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
5021 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
5022 instead of line number.
5023 * gdb.python/py-finish-breakpoint.c: New file.
5024 * gdb.python/py-finish-breakpoint.exp: New file.
5025 * gdb.python/py-finish-breakpoint.py: New file.
5026 * gdb.python/py-finish-breakpoint2.cc: New file.
5027 * gdb.python/py-finish-breakpoint2.exp: New file.
5028 * gdb.python/py-finish-breakpoint2.py: New file.
5029
5030 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5031
5032 Partial fix of compatibility with gcc-4.7.
5033 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
5034 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
5035 Add comment to add a PASS case in the future.
5036
5037 Fix compatibility with gcc-4.7.
5038 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
5039
5040 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
5041
5042 PR tdep/12797
5043 * gdb.base/callfuncs.exp: Remove KFAIL.
5044
5045 2011-12-21 Joel Brobecker <brobecker@adacore.com>
5046
5047 * gdb.ada/task_bp: New testcase.
5048
5049 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5050
5051 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
5052 -DNO_SECTIONS.
5053 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
5054
5055 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5056
5057 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
5058 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
5059 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
5060 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
5061 conditional for gcc <= 4.5.
5062
5063 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5064
5065 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
5066 by XFAIL.
5067 * gdb.cp/static-method.exp (info addr A::func())
5068 (list static-method.cc:xxx::(anonymous namespace)::A::func)
5069 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
5070 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
5071 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
5072 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
5073 (test value of F in k3_m): Likewise.
5074 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
5075 Likewise.
5076
5077 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5078
5079 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
5080 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
5081 Remove.
5082 * gdb.threads/attachstop-mt.c: Remove.
5083 * gdb.threads/attachstop-mt.exp: Remove.
5084
5085 2011-12-17 Mark Kettenis <kettenis@gnu.org>
5086
5087 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
5088
5089 2011-12-16 Doug Evans <dje@google.com>
5090
5091 * boards/native-stdio-gdbserver.exp: New file.
5092 * boards/native-gdbserver.exp: New file.
5093
5094 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
5095 gdbserver output.
5096 (gdbserver_default_get_remote_address): New function.
5097 (gdbserver_start): Call gdb,get_remote_address to compute argument
5098 to "target remote" command.
5099
5100 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
5101
5102 * gdb.python/py-function.exp: Change "on" to "full" for
5103 python print-stack. Add set/show python print-stack
5104 off|full|message tests.
5105
5106 2011-12-15 Yao Qi <yao@codesourcery.com>
5107
5108 * gdb.trace/strace.c: New
5109 * gdb.trace/strace.exp: New.
5110
5111 2011-12-14 Tom Tromey <tromey@redhat.com>
5112
5113 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
5114
5115 2011-12-14 Doug Evans <dje@google.com>
5116
5117 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
5118
5119 2011-12-14 Pedro Alves <pedro@codesourcery.com>
5120
5121 PR threads/10729
5122
5123 * gdb.mi/watch-nonstop.c: New file.
5124 * gdb.mi/mi-watch-nonstop.exp: New file.
5125
5126 2011-12-13 Pedro Alves <pedro@codesourcery.com>
5127 Doug Evans <dje@google.com>
5128
5129 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
5130 (clean_restart): Remove references to the gdb_stub target board
5131 variable.
5132 (gdb_step_for_stub): Delete.
5133
5134 * gdb.base/annota1.exp: Remove all references to [target_info
5135 exists gdb_stub], gdb_step_for_stub and usestubs.
5136 * gdb.base/annota3.exp: Ditto.
5137 * gdb.base/async.exp: Ditto.
5138 * gdb.base/break.exp: Ditto.
5139 * gdb.base/code-expr.exp: Ditto.
5140 * gdb.base/commands.exp: Ditto.
5141 * gdb.base/completion.exp: Ditto.
5142 * gdb.base/condbreak.exp: Ditto.
5143 * gdb.base/consecutive.exp: Ditto.
5144 * gdb.base/cvexpr.exp: Ditto.
5145 * gdb.base/define.exp: Ditto.
5146 * gdb.base/display.exp: Ditto.
5147 * gdb.base/ena-dis-br.exp: Ditto.
5148 * gdb.base/environ.exp: Ditto.
5149 * gdb.base/gnu-ifunc.exp: Ditto.
5150 * gdb.base/maint.exp: Ditto.
5151 * gdb.base/pending.exp: Ditto.
5152 * gdb.base/sect-cmd.exp: Ditto.
5153 * gdb.base/sepdebug.exp: Ditto.
5154 * gdb.base/unload.exp: Ditto.
5155 * gdb.base/watchpoint-solib.exp: Ditto.
5156 * gdb.cp/annota2.exp: Ditto.
5157 * gdb.cp/annota3.exp: Ditto.
5158 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
5159 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
5160 * gdb.mi/mi-pending.exp: Ditto.
5161 * gdb.trace/circ.exp: Ditto.
5162 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
5163 * gdb.base/list.exp: Ditto.
5164
5165 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
5166 breakpoint function and all references to the usestubs macro.
5167 * gdb.base/exprs.c: Ditto.
5168 * gdb.base/freebpcmd.c: Ditto.
5169 * gdb.base/bitfields.c: Ditto.
5170 * gdb.base/bitfields2.c: Ditto.
5171 * gdb.base/break.c: Ditto.
5172 * gdb.base/call-sc.c: Ditto.
5173 * gdb.base/call-signals.c: Ditto.
5174 * gdb.base/callfuncs.c: Ditto.
5175 * gdb.base/charset.c: Ditto.
5176 * gdb.base/consecutive.c: Ditto.
5177 * gdb.base/constvars.c: Ditto.
5178 * gdb.base/funcargs.c: Ditto.
5179 * gdb.base/int-type.c: Ditto.
5180 * gdb.base/interrupt.c: Ditto.
5181 * gdb.base/langs0.c: Ditto.
5182 * gdb.base/list0.c: Ditto.
5183 * gdb.base/mips_pro.c: Ditto.
5184 * gdb.base/miscexprs.c: Ditto.
5185 * gdb.base/nodebug.c: Ditto.
5186 * gdb.base/opaque0.c: Ditto.
5187 * gdb.base/pointers.c: Ditto.
5188 * gdb.base/printcmds.c: Ditto.
5189 * gdb.base/ptype.c: Ditto.
5190 * gdb.base/recurse.c: Ditto.
5191 * gdb.base/reread1.c: Ditto.
5192 * gdb.base/reread2.c: Ditto.
5193 * gdb.base/restore.c: Ditto.
5194 * gdb.base/return.c: Ditto.
5195 * gdb.base/run.c: Ditto.
5196 * gdb.base/scope0.c: Ditto.
5197 * gdb.base/sepdebug.c: Ditto.
5198 * gdb.base/setshow.c: Ditto.
5199 * gdb.base/setvar.c: Ditto.
5200 * gdb.base/sigall.c: Ditto.
5201 * gdb.base/signals.c: Ditto.
5202 * gdb.base/structs.c: Ditto.
5203 * gdb.base/structs2.c: Ditto.
5204 * gdb.base/testenv.c: Ditto.
5205 * gdb.base/twice.c: Ditto.
5206 * gdb.base/unwindonsignal.c: Ditto.
5207 * gdb.base/watchpoint.c: Ditto.
5208 * gdb.base/watchpoints.c: Ditto.
5209 * gdb.base/whatis.c: Ditto.
5210 * gdb.cp/classes.cc: Ditto.
5211 * gdb.cp/cplusfuncs.cc: Ditto.
5212 * gdb.cp/derivation.cc: Ditto.
5213 * gdb.cp/formatted-ref.cc: Ditto.
5214 * gdb.cp/misc.cc: Ditto.
5215 * gdb.cp/overload.cc: Ditto.
5216 * gdb.cp/ovldbreak.cc: Ditto.
5217 * gdb.cp/ref-params.cc: Ditto.
5218 * gdb.cp/ref-types.cc: Ditto.
5219 * gdb.cp/templates.cc: Ditto.
5220 * gdb.cp/virtfunc.cc: Ditto.
5221 * gdb.hp/gdb.aCC/run.c: Ditto.
5222 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
5223 * gdb.hp/gdb.compat/xdb0.c: Ditto.
5224 * gdb.reverse/consecutive-reverse.c: Ditto.
5225 * gdb.reverse/sigall-reverse.c: Ditto.
5226 * gdb.reverse/until-reverse.c: Ditto.
5227 * gdb.reverse/watch-reverse.c: Ditto.
5228 * gdb.trace/actions.c: Ditto.
5229 * gdb.trace/circ.c: Ditto.
5230 * gdb.trace/collection.c: Ditto.
5231
5232 2011-12-13 Pedro Alves <pedro@codesourcery.com>
5233
5234 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
5235 (func6, func7): New.
5236 (main): Call func6 and func7.
5237 * gdb.base/watchpoint.exp (test_wide_location_1)
5238 (test_wide_location_2): New.
5239 (top level): Re-enable hardware watchpoints if necessary. Call
5240 test_wide_location_1 and test_wide_location_2.
5241
5242 2011-12-11 Yao Qi <yao@codesourcery.com>
5243
5244 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
5245
5246 2011-12-11 Joel Brobecker <brobecker@adacore.com>
5247
5248 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
5249 expected output for unsupported case.
5250
5251 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5252
5253 PR testsuite/12649
5254 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
5255 Protect gdb_test_multiple by final $gdb_prompt match.
5256
5257 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5258
5259 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
5260 New variable, new test.
5261 (list static-method.cc:xxx::(anonymous namespace)::A::func)
5262 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
5263 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
5264 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
5265 them if HAVE_GCC_45682_FIXED is not set.
5266
5267 2011-12-10 Yao Qi <yao@codesourcery.com>
5268
5269 * gdb.trace/status-stop.exp: New.
5270 * gdb.trace/status-stop.c: New.
5271
5272 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5273
5274 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
5275 timeout.
5276
5277 2011-12-08 Tom Tromey <tromey@redhat.com>
5278
5279 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
5280 condition.
5281
5282 2011-12-07 Stan Shebs <stan@codesourcery.com>
5283
5284 * gdb.trace/tfind.exp: Update for output changes.
5285
5286 2011-12-07 Pedro Alves <pedro@codesourcery.com>
5287
5288 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
5289 throws "Cannot insert catchpoints in this configuration".
5290 * gdb.ada/mi_catch_ex.exp: Likewise.
5291
5292 2011-12-06 Pedro Alves <pedro@codesourcery.com>
5293
5294 * gdb.base/break-always.exp: Test changing memory at addresses
5295 with breakpoints inserted.
5296
5297 2011-12-06 Joel Brobecker <brobecker@acacore.com>
5298
5299 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
5300 involving a fully qualified function name.
5301
5302 2011-12-06 Tom Tromey <tromey@redhat.com>
5303
5304 * gdb.ada/homonym.exp: Add three breakpoint tests.
5305
5306 2011-12-06 Tom Tromey <tromey@redhat.com>
5307
5308 * gdb.base/solib-weak.exp (do_test): Remove kfail.
5309 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
5310 * gdb.objc/objcdecode.exp: Update for output changes.
5311 * gdb.linespec/linespec.exp: New file.
5312 * gdb.linespec/lspec.cc: New file.
5313 * gdb.linespec/lspec.h: New file.
5314 * gdb.linespec/body.h: New file.
5315 * gdb.linespec/base/two/thefile.cc: New file.
5316 * gdb.linespec/base/one/thefile.cc: New file.
5317 * gdb.linespec/Makefile.in: New file.
5318 * gdb.cp/templates.exp (test_template_breakpoints): Update for
5319 output changes.
5320 * gdb.cp/re-set-overloaded.exp: Remove kfail.
5321 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
5322 makes one breakpoint.
5323 * gdb.cp/method2.exp (test_break): Update for output changes.
5324 * gdb.cp/mb-templates.exp: Update for output changes.
5325 * gdb.cp/mb-inline.exp: Update for output changes.
5326 * gdb.cp/mb-ctor.exp: Update for output changes.
5327 * gdb.cp/ovsrch.exp: Use fully-qualified names.
5328 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
5329 has multiple matches.
5330 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
5331 error message change.
5332 * gdb.base/list.exp (test_list_filename_and_number): Update for
5333 error message change.
5334 * gdb.base/break.exp: Disable pending breakpoints. Update for
5335 output changes.
5336 * configure.ac: Add gdb.linespec.
5337 * configure: Rebuild.
5338 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
5339
5340 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
5341
5342 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
5343 last_break register on s390*-*-* targets.
5344
5345 2011-12-06 Joel Brobecker <brobecker@adacore.com>
5346
5347 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
5348 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
5349 of parameter X in procedure Foo.
5350
5351 2011-12-05 Stan Shebs <stan@codesourcery.com>
5352
5353 * gdb.trace/tfind.exp: Update help string matches.
5354
5355 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5356
5357 * gdb.server/ext-run.exp (get process list): Accept also systemd
5358 as PID 1.
5359
5360 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5361 Pedro Alves <pedro@codesourcery.com>
5362
5363 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
5364 starting GDB.
5365 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
5366 $use_gdb_stub.
5367 * gdb.base/display.exp: Likewise.
5368 * gdb.base/ending-run.exp: Likewise.
5369 * gdb.base/list.exp (test_listsize): Likewise.
5370 * gdb.base/setshow.exp: Likewise.
5371 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
5372 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
5373 check by global $use_gdb_stub.
5374 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
5375 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
5376 (default_gdb_init): Unset global $use_gdb_stub.
5377 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
5378 by global $use_gdb_stub.
5379 * lib/gdbserver-support.exp: Extend comments for set_board_info
5380 gdb_protocol and gdb,socketport.
5381 (gdbserver_start_extended): Set global gdbserver_protocol and
5382 gdbserver_gdbport. Clear global use_gdb_stub.
5383 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
5384 from target use_gdb_stub.
5385 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
5386
5387 2011-12-03 Doug Evans <dje@google.com>
5388
5389 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
5390 (gdb_step_for_stub): Add comments.
5391
5392 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
5393
5394 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
5395 to the caller.
5396 (gdb_test_multiple): Likewise.
5397
5398 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5399
5400 Fix gdb.mi/mi-solib.exp without system debug info installed.
5401 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
5402 expect attribute, return 0 for it. Update comments.
5403
5404 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5405
5406 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
5407 (corrupted list): Adjust the expectation.
5408
5409 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5410
5411 PR threads/13448
5412 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
5413 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
5414 * gdb.threads/tls-var-main.c: New file.
5415 * gdb.threads/tls-var.c: New file.
5416 * gdb.threads/tls-var.exp: New file.
5417
5418 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5419
5420 PR testsuite/12649
5421 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
5422 Protect gdb_test_multiple by final $gdb_prompt match.
5423 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
5424 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
5425 (test_tracepoints): Likewise.
5426
5427 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5428
5429 PR breakpoints/13346
5430 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
5431 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
5432 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
5433
5434 2011-12-01 Joel Brobecker <brobecker@adacore.com>
5435
5436 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
5437 * gdb.ada/homonym/homonym.adb: For use of all types defined
5438 locally inside both Get_Value subprograms.
5439
5440 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5441
5442 Fix racy FAILs.
5443 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
5444 of send_gdb.
5445
5446 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5447
5448 * gdb.base/testenv.exp: Skip on remote targets. Unset global
5449 environment variable after test completed.
5450
5451 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5452
5453 * gdb.base/solib-nodir.exp: Skip if remote target.
5454 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
5455 application. Call gdb_load_shlibs.
5456 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
5457
5458 2011-11-29 Joel Brobecker <brobecker@adacore.com>
5459
5460 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
5461
5462 2011-11-28 Joel Brobecker <brobecker@adacore.com>
5463
5464 * gdb.ada/fullname_bp: New testcase.
5465
5466 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5467
5468 PR testsuite/12649
5469 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
5470 Wrap send_gdb into a new gdb_test.
5471
5472 Code cleanup.
5473 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
5474 Convert send_gdb and gdb_expect to gdb_test_multiple.
5475
5476 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5477
5478 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
5479
5480 2011-11-23 Keith Seitz <keiths@redhat.com>
5481
5482 * lib/mi-support.exp (varobj_tree): New namespace and procs.
5483 (mi_varobj_tree_test_children_callback): New proc.
5484 (mi_walk_varobj_tree): New proc.
5485
5486 2011-11-22 Tom Tromey <tromey@redhat.com>
5487
5488 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
5489 Add "use_mi_command" argument.
5490 (mi_run_cmd, mi_run_with_cli): New procs.
5491 * gdb.mi/solib-lib.c: New file.
5492 * gdb.mi/solib-main.c: New file.
5493 * gdb.mi/mi-solib.exp: New file.
5494
5495 2011-11-21 Doug Evans <dje@google.com>
5496
5497 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
5498 _Unwind_DebugHook is missing.
5499
5500 2011-11-20 Stan Shebs <stan@codesourcery.com>
5501
5502 * gdb.trace/tstatus.exp: New.
5503 * gdb.trace/actions.c: Include string.h.
5504
5505 2011-11-18 Yao Qi <yao@codesourcery.com>
5506
5507 * gdb.trace/pending.exp: New.
5508 * gdb.trace/pending.c: New.
5509 * gdb.trace/pendshr1.c: New.
5510 * gdb.trace/pendshr2.c: New.
5511 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
5512 tracepoint location becomes pending.
5513 (tracepoint_change_loc_2): New.
5514
5515 2011-11-16 David S. Miller <davem@davemloft.net>
5516
5517 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
5518 target is sparc*-*-linux*
5519
5520 2011-11-15 Paul Koning <paul_koning@dell.com>
5521
5522 * gdb.python/py-type.exp: New testcases for exceptions on scalar
5523 types.
5524
5525 2011-11-14 Doug Evans <dje@google.com>
5526
5527 * gdb.base/shell.exp: New file.
5528
5529 2011-11-14 Stan Shebs <stan@codesourcery.com>
5530
5531 * gdb.trace/ftrace.c: New.
5532 * gdb.trace/ftrace.exp: New.
5533
5534 2011-11-14 Yao Qi <yao@codesourcery.com>
5535
5536 * gdb.trace/change-loc-1.c: New.
5537 * gdb.trace/change-loc-2.c: New.
5538 * gdb.trace/change-loc.c: New.
5539 * gdb.trace/change-loc.exp: New.
5540 * gdb.trace/change-loc.h: New.
5541 * gdb.trace/trace-break.c (marker): Define new symbol.
5542 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
5543 New.
5544 (break_trace_same_addr_6): New.
5545
5546 2011-11-12 Matt Rice <ratmice@gmail.com>
5547
5548 * gdb.base/info-macros.exp: Make tests for info definitions
5549 test info macro. Add tests for info macro argument processing.
5550 Rename a few tests.
5551
5552 2011-11-11 Keith Seitz <keiths@redhat.com>
5553
5554 PR gdb/12843
5555 * gdb.base/linespecs.exp: New file.
5556
5557 2011-11-11 Doug Evans <dje@google.com>
5558
5559 * gdb.threads/print-threads.exp: Extend timeout for slower
5560 tests.
5561
5562 2011-11-10 Doug Evans <dje@google.com>
5563
5564 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
5565 "record to end of main" test.
5566
5567 * gdb.python/py-type.c (TS): New typedef.
5568 (ts): New global.
5569 * gdb.python/py-type.exp: Test field list of typedef.
5570
5571 2011-11-10 Joel Brobecker <brobecker@adacore.com>
5572
5573 * gdb.ada/small_reg_param: New testcase.
5574
5575 2011-11-09 Tom Tromey <tromey@redhat.com>
5576
5577 * gdb.cp/destrprint.exp: New file.
5578 * gdb.cp/destrprint.cc: New file.
5579
5580 2011-11-08 Meador Inge <meadori@codesourcery.com>
5581
5582 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
5583 (switch_stack_to_other): New test function.
5584 * gdb.arch/thumb-prologue.exp: New test cases.
5585
5586 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
5587
5588 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
5589
5590 2011-11-08 Yao Qi <yao@codesourcery.com>
5591
5592 * gdb.exp (supports_process_record): New.
5593 (supports_reverse): New.
5594 * gdb.reverse/break-precsave.exp: Call support_process_record
5595 to run test conditionally.
5596 * gdb.reverse/consecutive-precsave.exp: Likewise.
5597 * gdb.reverse/i386-precsave.exp: Likewise.
5598 * gdb.reverse/machinestate-precsave.exp: Likewise.
5599 * gdb.reverse/solib-precsave.exp: Likewise.
5600 * gdb.reverse/step-precsave.exp: Likewise.
5601 * gdb.reverse/until-precsave.exp: Likewise.
5602 * gdb.reverse/watch-precsave.exp: Likewise.
5603 * gdb.reverse/break-reverse.exp: Call support_reverse to run
5604 test conditionally.
5605 * gdb.reverse/consecutive-reverse.exp: Likewise.
5606 * gdb.reverse/finish-precsave.exp: Likewise.
5607 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5608 * gdb.reverse/finish-reverse.exp: Likewise.
5609 * gdb.reverse/i386-reverse.exp: Likewise.
5610 * gdb.reverse/i386-sse-reverse.exp: Likewise.
5611 * gdb.reverse/machinestate.exp: Likewise.
5612 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
5613 * gdb.reverse/sigall-precsave.exp: Likewise.
5614 * gdb.reverse/sigall-reverse.exp: Likewise.
5615 * gdb.reverse/solib-reverse.exp: Likewise.
5616 * gdb.reverse/step-reverse.exp: Likewise.
5617 * gdb.reverse/until-reverse.exp: Likewise.
5618 * gdb.reverse/watch-reverse.exp: Likewise.
5619
5620 2011-11-05 Yao Qi <yao@codesourcery.com>
5621
5622 * gdb.trace/trace-break.exp: Add test on setting two
5623 fast tracepoints at the same address.
5624
5625 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5626
5627 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
5628
5629 2011-11-02 Stan Shebs <stan@codesourcery.com>
5630
5631 * gdb.trace/collection.c: Add code using strings.
5632 * gdb.trace/collection.exp: Add tests of string collection.
5633
5634 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5635
5636 * gdb.base/skip-solib.exp (executable_main): New variable.
5637 (binfile_main): Base it on that.
5638 Use $executable_main in clean_restart calls. Drop gdb_exit and
5639 gdb_start calls.
5640
5641 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5642
5643 Fix racy FAILs.
5644 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
5645 breakpoint_re globals import by async. Set string_regex to .* for
5646 async. Remove the optional thread_selected_re and breakpoint_re
5647 globals expectations.
5648
5649 2011-11-01 Joseph Myers <joseph@codesourcery.com>
5650
5651 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
5652 well as Cygwin.
5653
5654 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
5655
5656 Add tests for skip command.
5657 * gdb.base/skip-solib-lib.c: New
5658 * gdb.base/skip-solib-main.c: New
5659 * gdb.base/skip-solib.exp: New
5660 * gdb.base/skip.c: New
5661 * gdb.base/skip.exp: New
5662 * gdb.base/skip1.c: New
5663 * gdb.base/Makefile.in: Adding new files.
5664
5665 2011-10-31 Yao Qi <yao@codesourcery.com>
5666 Pedro Alves <pedro@codesourcery.com>
5667
5668 * gdb.trace/trace-break.c: New.
5669 * gdb.trace/trace-break.exp: New.
5670
5671 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5672
5673 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
5674 break-here-2.
5675
5676 2011-10-28 Pedro Alves <pedro@codesourcery.com>
5677
5678 * gdb.threads/no-unwaited-for-left.c: New.
5679 * gdb.threads/no-unwaited-for-left.exp: New.
5680 * gdb.threads/non-ldr-exc-1.c: New.
5681 * gdb.threads/non-ldr-exc-1.exp: New.
5682 * gdb.threads/non-ldr-exc-2.c: New.
5683 * gdb.threads/non-ldr-exc-2.exp: New.
5684 * gdb.threads/non-ldr-exc-3.c: New.
5685 * gdb.threads/non-ldr-exc-3.exp: New.
5686 * gdb.threads/non-ldr-exc-4.c: New.
5687 * gdb.threads/non-ldr-exc-4.exp: New.
5688
5689 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5690
5691 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
5692 * gdb.base/attach-pie-misread.exp: Likewise.
5693 * gdb.base/break-interp.exp: Likewise.
5694 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
5695 testcases for use_gdb_stub.
5696 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
5697 (continue): New testcase.
5698 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
5699 * gdb.threads/attach-into-signal.exp: Likewise.
5700 * gdb.threads/attach-stopped.exp: Likewise.
5701 * gdb.threads/attachstop-mt.exp: Likewise.
5702
5703 2011-10-28 Paul Koning <paul_koning@dell.com>
5704
5705 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
5706
5707 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5708
5709 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
5710 (mi_gdb_test): Import globals thread_selected_re
5711 and breakpoint_re. Expect them optionally at the regex start.
5712
5713 2011-10-27 Doug Evans <dje@google.com>
5714
5715 * gdb.python/python.exp: Test source -s.
5716
5717 2011-10-26 Paul Koning <paul_koning@dell.com>
5718
5719 * gdb.python/lib-types.cc (struct A): New structure.
5720 * gdb.python/lib-types.exp (deepitems): New tests.
5721
5722 2011-10-25 Paul Koning <paul_koning@dell.com>
5723
5724 PR python/13327
5725
5726 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
5727 fetch_lazy method.
5728
5729 2011-10-24 Yao Qi <yao@codesourcery.com>
5730
5731 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
5732 target is tic6x-*-*.
5733
5734 2011-10-21 Joel Brobecker <brobecker@adacore.com>
5735
5736 * gdb.ada/mi_task_info/task_switch.adb: New file.
5737 * gdb.ada/mi_task_info.exp: New file.
5738
5739 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5740
5741 * gdb.cp/expand-psymtabs-cxx.exp: New file.
5742 * gdb.cp/expand-psymtabs-cxx.cc: New file.
5743
5744 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5745
5746 PR python/12656
5747
5748 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
5749 global_block tests.
5750
5751 2011-10-18 Tom Tromey <tromey@redhat.com>
5752
5753 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
5754
5755 2011-10-18 Tom Tromey <tromey@redhat.com>
5756
5757 * gdb.base/source.exp: Don't include full file name in test name.
5758 * gdb.python/python.exp: Don't include full file name in test
5759 name.
5760
5761 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5762
5763 * gdb.base/attach-pie-noexec.c: New files.
5764 * gdb.base/attach-pie-noexec.exp: New files.
5765
5766 2011-10-17 Joseph Myers <joseph@codesourcery.com>
5767
5768 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
5769 prompt for each extra line in command.
5770
5771 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5772
5773 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
5774 Revert the part of:
5775 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5776 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
5777 Change the expected string.
5778
5779 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5780
5781 Fix results with system glibc debug info installed.
5782 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
5783 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
5784 Accept also __libc_ symbol prefix and no prefix.
5785
5786 2011-10-14 Keith Seitz <keiths@redhat.com>
5787
5788 PR c++/13225
5789 * gdb.cp/converts.cc (foo3_1): New function.
5790 (foo3_2): New functions.
5791 * gdb.cp/converts.exp: Add tests for int to pointer conversion
5792 and null pointer conversions of integer constant zero.
5793 Add test to check if all arguments are checked for incompatible
5794 conversion BADNESS.
5795
5796 2011-10-14 Tom Tromey <tromey@redhat.com>
5797
5798 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
5799 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
5800 linespec.
5801
5802 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5803
5804 Fix internal error regression.
5805 * gdb.dwarf2/implptr-optimized-out.S: New file.
5806 * gdb.dwarf2/implptr-optimized-out.exp: New file.
5807
5808 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5809
5810 Fix empty DWARF expressions DATA vs. SIZE conditionals.
5811 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
5812 (loclist): New.
5813 (4): New abbrev.
5814 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
5815 Use prepare_for_testing, remove clean_restart.
5816 (p arraynoloc, p arraycallnoloc): New tests.
5817
5818 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5819
5820 * gdb.cp/namespace-enum.exp (executable): New variable.
5821 (binfile): Use ${objdir}/${subdir}/ prefix.
5822 Use ${executable} for clean_restart.
5823
5824 2011-10-11 Sterling Augustine <saugustine@google.com>
5825
5826 * gdb.cp/Makefile.in: Add namespace-enum test.
5827 * gdb.cp/namespace-enum.exp: New file.
5828 * gdb.cp/namespace-enum.c: New file.
5829 * gdb.cp/namespace-enum-main.c: New file.
5830
5831 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
5832
5833 * gdb.python/py-shared.exp: Relax filename check to handle remote:
5834 sysroot.
5835
5836 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5837
5838 Reimplement @entry in input expressions.
5839 * gdb.base/exprs.c (v_int_array_init): New variable.
5840 * gdb.base/exprs.exp (print v_int_array_init)
5841 (print *v_int_array_init@1, print *v_int_array_init@2)
5842 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
5843 (print v_int_array_init[1]@1): New tests.
5844
5845 2011-10-10 Joseph Myers <joseph@codesourcery.com>
5846
5847 * gdb.cp/gdb2495.exp: Do not include directories in filename in
5848 expected message.
5849
5850 2011-10-09 Doug Evans <dje@google.com>
5851
5852 * gdb.base/alias.exp: Add tests for alias command.
5853
5854 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5855
5856 * gdb.arch/amd64-entry-value.s: New file.
5857 * gdb.mi/mi2-amd64-entry-value.s: New file.
5858
5859 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5860
5861 Display @entry parameter values even for references.
5862 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
5863 functions.
5864 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
5865 reference and datap_input.
5866 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
5867 breakpoints.
5868 (continue to breakpoint: entry_reference: reference)
5869 (entry_reference: bt at entry)
5870 (continue to breakpoint: entry_reference: breakhere_reference)
5871 (entry_reference: bt, entry_reference: ptype regparam)
5872 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
5873 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
5874 (entry_reference: p regcopy, entry_reference: p nodataparam)
5875 (entry_reference: p nodataparam@entry): New tests.
5876
5877 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5878
5879 Support @entry in input expressions.
5880 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
5881 (entry_stack: p s1@entry, entry_stack: p s2@entry)
5882 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
5883 (tailcall: p j@entry): New tests.
5884 * gdb.cp/koenig.cc (A::entry): New function.
5885 (main): Call it.
5886 * gdb.cp/koenig.exp (p entry (c)): New test.
5887
5888 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5889
5890 Display @entry parameter values (without references).
5891 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
5892 (different, validity, invalid): New functions.
5893 (main): Call them.
5894 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
5895 stacktest, breakhere_stacktest, different, breakhere_different,
5896 breakhere_validity and breakhere_invalid.
5897 (entry: bt): Update for @entry.
5898 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
5899 (entry_validity: *, entry_invalid: *): Many new tests.
5900 * gdb.base/break.exp
5901 (run until breakpoint set at small function, optimized file): Accept
5902 also the @entry suffix.
5903 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
5904 * gdb.mi/mi2-amd64-entry-value.c: New files.
5905 * gdb.mi/mi2-amd64-entry-value.exp: New files.
5906
5907 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5908
5909 Protect entry values against self tail calls.
5910 * gdb.arch/amd64-entry-value.cc (self2, self): New.
5911 (main): Call self.
5912 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
5913 (set debug entry-values 1, self: bt debug entry-values): New tests.
5914
5915 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5916
5917 Recognize virtual tail call frames.
5918 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
5919 (amb_b, amb_a): New.
5920 (main): Call a and b.
5921 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
5922 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
5923 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
5924 New tests.
5925
5926 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5927
5928 Implement basic support for DW_TAG_GNU_call_site.
5929 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
5930 * gdb.arch/amd64-entry-value.cc: New file.
5931 * gdb.arch/amd64-entry-value.exp: New file.
5932
5933 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5934
5935 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
5936 * gdb.dwarf2/implptr-64bit.S: New file.
5937 * gdb.dwarf2/implptr-64bit.exp: New file.
5938
5939 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5940
5941 Fix initial language detection with -readnow.
5942 * gdb.cp/readnow-language.cc: New file.
5943 * gdb.cp/readnow-language.exp: New file.
5944
5945 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5946
5947 Fix printed anonymous struct name.
5948 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
5949
5950 2011-10-09 Joseph Myers <joseph@codesourcery.com>
5951
5952 * gdb.base/solib-symbol.exp: Do not include directories in
5953 filenames in expected messages.
5954
5955 2011-10-07 Doug Evans <dje@google.com>
5956
5957 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
5958
5959 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
5960
5961 Allow Python notification of new object-file loadings.
5962 * gdb.python/py-events.exp: Test newobjfile event.
5963 * gdb.python/py-events.py: Register newobjfile callback.
5964 * gdb.python/py-events.c: Add call to shared library
5965 * gdb.python/py-events-shlib.c: New file.
5966
5967 2011-10-06 Joseph Myers <joseph@codesourcery.com>
5968
5969 * gdb.base/fixsection.exp: Do not include directories in filename
5970 in expected message.
5971
5972 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
5973
5974 Add tests for passing of environment variables to inferior.
5975 * gdb.base/testenv.c: New test source.
5976 * gdb.base/testenv.exp: New expect test.
5977
5978 2011-10-04 Paul Koning <paul_koning@dell.com>
5979
5980 * gdb.python/py-value.c (main): Break before return.
5981
5982 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
5983
5984 PR python/12691: Add the inferior to Python exited event
5985 * gdb.python/py-events.exp: Test the inferior attribute of exited
5986 event with a fork.
5987 * gdb.python/py-events.py: Print inferior number on exit.
5988 * gdb.python/py-events.c: Fork the inferior.
5989
5990 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5991
5992 * gdb.base/jit.exp: Add testcase name to log message
5993
5994 2011-10-03 Paul Koning <paul_koning@dell.com>
5995 Jan Kratochvil <jan.kratochvil@redhat.com>
5996
5997 * gdb.python/py-value.exp
5998 (python inval = gdb.parse_and_eval('*(int*)0'))
5999 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
6000 (set argc=2, python print argc_lazy): New tests.
6001
6002 2011-10-02 Joel Brobecker <brobecker@adacore.com>
6003
6004 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
6005
6006 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6007 Pedro Alves <pedro@codesourcery.com>
6008
6009 * gdb.python/py-value.exp (test_value_in_inferior): New variable
6010 can_read_0, test for it.
6011 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
6012 (parse_and_eval with memory error): ... here, make it untested if
6013 can_read_0.
6014
6015 2011-09-30 Marek Polacek <mpolacek@redhat.com>
6016
6017 * gdb.python/python.exp (verify pagination beforehand)
6018 (verify pagination afterwards): Fix race by splitting the line.
6019
6020 2011-09-29 Joseph Myers <joseph@codesourcery.com>
6021
6022 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
6023 for 64-bit multilibs from i?86-* targets.
6024
6025 2011-09-29 Marek Polacek <mpolacek@redhat.com>
6026
6027 * lib/gdb.exp: Fix a typo in one of the comments.
6028
6029 2011-09-29 Marek Polacek <mpolacek@redhat.com>
6030
6031 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
6032 matching pattern.
6033
6034 2011-09-28 Paul Koning <paul_koning@dell.com>
6035
6036 * gdb.python/py-type.c (enum E): New.
6037 * gdb.python/py-type.exp (test_fields): Add tests for Python
6038 mapping access to fields.
6039 (test_enums): New test for field access on enums.
6040
6041 2011-09-27 Stan Shebs <stan@codesourcery.com>
6042
6043 * gdb.trace/collection.exp: Test collection of $_ret.
6044
6045 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
6046
6047 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
6048 list of compilation switches for <*-*-freebsd*>.
6049
6050 2011-09-19 Stan Shebs <stan@codesourcery.com>
6051
6052 * gdb.trace/tspeed.exp: New file.
6053 * gdb.trace/tspeed.c: New file.
6054
6055 2011-09-18 Yao Qi <yao@codesourcery.com>
6056
6057 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
6058 instructions.
6059 (test_adr_32bit, test_pop_pc): Likewise.
6060 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
6061 Thumb instructions.
6062 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
6063 in gdb_test_multiple.
6064 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
6065
6066 2011-09-17 Yao Qi <yao@codesourcery.com>
6067
6068 * lib/gdb.exp (can_single_step_to_signal_handler): New.
6069 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
6070 support single step to signal handler.
6071
6072 2011-09-17 Yao Qi <yao@codesourcery.com>
6073
6074 * gdb.base/disp-step-fork.c: New.
6075 * gdb.base/disp-step-syscall.exp: New.
6076 * gdb.base/disp-step-vfork.c: New.
6077
6078 2011-09-16 Joel Brobecker <brobecker@adacore.com>
6079
6080 * gdb.ada/tasks.exp: Make the expected output for
6081 the `info tasks' tests more resilient to spacing
6082 changes.
6083
6084 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6085
6086 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
6087 (reached breakpoint 2, reached breakpoint 3): Update expected output.
6088
6089 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
6090
6091 PR Python/12692 Add gdb.selected_inferior() to Python interface.
6092 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
6093
6094 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
6095
6096 Handle multiple breakpoint hits in Python interface:
6097 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
6098 presence.
6099 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
6100 breakpoint hits.
6101
6102 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
6103 Jan Kratochvil <jan.kratochvil@redhat.com>
6104
6105 * gdb.python/py-events.exp: Remove pretty printing comment.
6106 * gdb.python/py-evsignal.exp: New file.
6107 * gdb.python/py-evthreads.c: Include signal.h.
6108 (thread3): Remove variable count3. Remove variable bad and use raise
6109 instead.
6110 (thread2): Remove variable count2. Move thread3 pthread_create here,
6111 merge pthread_join to a single line.
6112 (main): Remove variable count1. Merge pthread_join with pthread_create
6113 to a single line.
6114 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
6115 KFAIL python/12966 for gdbserver. Test return value of
6116 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
6117 gdb_expect by gdb_test and gdb_test_multiple.
6118 (thread 2, thread 3): New tests.
6119
6120 2011-09-12 Matt Rice <ratmice@gmail.com>
6121 Pedro Alves <pedro@codesourcery.com>
6122
6123 PR gdb/13175
6124
6125 * gdb.base/interp.exp: New tests.
6126 * gdb.base/interp.c: New file.
6127
6128 2011-09-12 Doug Evans <dje@google.com>
6129
6130 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
6131 * gdb.dwarf2/typeddwarf.exp: Ditto.
6132
6133 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6134
6135 Fix compatibility with x32 arch.
6136 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
6137 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
6138 is_x86_like_target.
6139 * testsuite/gdb.trace/collection.exp: Likewise.
6140 * testsuite/gdb.trace/report.exp: Likewise.
6141 * testsuite/gdb.trace/unavailable.exp: Likewise.
6142 * testsuite/gdb.trace/while-dyn.exp: Likewise.
6143 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
6144 (is_x86_like_target): Check also is_amd64_regs_target.
6145
6146 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6147
6148 PR breakpoints/12435
6149 * gdb.arch/amd64-prologue-xmm.c: New file.
6150 * gdb.arch/amd64-prologue-xmm.exp: New file.
6151 * gdb.arch/amd64-prologue-xmm.s: New file.
6152
6153 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6154
6155 * gdb.dwarf2/dw2-param-error-main.c: New file.
6156 * gdb.dwarf2/dw2-param-error.S: New file.
6157 * gdb.dwarf2/dw2-param-error.exp: New file.
6158
6159 2011-09-08 Pedro Alves <pedro@codesourcery.com>
6160
6161 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
6162 inferior's pid and look for a core dump named core.$pid. Use
6163 `remote_file' commands on the host instead of hand coding shell
6164 commands on the build.
6165 * gdb.base/valgrind-db-attach.exp: Kill the program before
6166 finishing the test.
6167
6168 2011-09-02 Matt Rice <ratmice@gmail.com>
6169
6170 * lib/prompt.exp: New file for testing the first prompt.
6171 * gdb.python/py-prompt.exp: Ditto.
6172 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
6173
6174 2011-09-02 Pedro Alves <pedro@codesourcery.com>
6175
6176 * gdb.threads/gcore-thread.exp: Set the global core_supported to
6177 0, before testing gcore.
6178
6179 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6180
6181 * dw2-ifort-parameter-debug.S: Update copyright year.
6182 * dw2-ifort-parameter.c: Update copyright year.
6183 * dw2-ifort-parameter.exp: Update copyright year.
6184
6185 * dw2-ifort-parameter-debug.S: New file.
6186 * dw2-ifort-parameter.c: New file.
6187 * dw2-ifort-parameter.exp: New file.
6188
6189 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6190
6191 * gdb.base/commands.exp (error_clears_commands_left): New function.
6192 (): Call it.
6193
6194 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6195
6196 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
6197 (C): Initialize `a'.
6198 * gdb.mi/mi-inheritance-syntax-error.exp
6199 (-data-evaluate-expression $path): Expect `a' as 5.
6200
6201 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
6202
6203 PR mi/11912
6204 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
6205 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
6206 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
6207 keyword in output of -var-info-path-expression.
6208
6209 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6210
6211 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
6212 * gdb.trace/collection.exp: Likewise.
6213 * gdb.trace/report.exp: Likewise.
6214 * gdb.trace/unavailable.exp: Likewise.
6215 * gdb.trace/while-dyn.exp: Likewise.
6216
6217 2011-08-18 Keith Seitz <keiths@redhat.com>
6218
6219 PR c++/12266
6220 * gdb.cp/meth-typedefs.cc: New file.
6221 * gdb.cp/meth-typedefs.exp: New file.
6222
6223 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
6224
6225 * gdb.python/python.exp: Add extended-prompt tests.
6226
6227 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6228
6229 * gdb.arch/i386-dr3-watch.exp
6230 (watchpoint on gap1 does not fit debug registers)
6231 (delete all watchpoints): Fix racy expect strings.
6232
6233 2011-08-14 Yao Qi <yao@codesourcery.com>
6234
6235 * gdb.base/maint.exp: set data_section to ".neardata".
6236 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
6237 * gdb.base/savedregs.exp: Handle SIGILL.
6238 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
6239 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
6240
6241 2011-08-12 Doug Evans <dje@google.com>
6242
6243 * gdb.python/py-symbol.exp: Add test for symbol.type.
6244
6245 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
6246
6247 * gdb.threads/pthreads.exp: Enable on non-native configurations.
6248 * gdb.mi/mi-pthreads.exp: Likewise.
6249 * gdb.mi/mi2-pthreads.exp: Likewise.
6250 * gdb.mi/gdb669.exp.exp: Likewise.
6251
6252 2011-08-09 Pedro Alves <pedro@codesourcery.com>
6253
6254 * lib/mi-support.exp (detect_async): Rename to...
6255 (mi_detect_async): ... this.
6256 * gdb.mi/mi-nonstop-exit.exp: Adjust.
6257 * gdb.mi/mi-nonstop.exp: Adjust.
6258 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
6259 * gdb.mi/mi-nsintrall.exp: Adjust.
6260 * gdb.mi/mi-nsmoribund.exp: Adjust.
6261 * gdb.mi/mi-nsthrexec.exp: Adjust.
6262
6263 2011-08-09 Pedro Alves <pedro@codesourcery.com>
6264
6265 * gdb.base/display.c (do_loops): New `p_i' local.
6266 * gdb.base/display.exp: Test displaying a variable that is
6267 temporarily at a bad address.
6268
6269 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6270
6271 * gdb.dwarf2/dw2-op-stack-value.S: New file.
6272 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
6273
6274 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6275
6276 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
6277 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
6278 (p fuNC_symtab): Permit also ppc64 leading dot.
6279
6280 2011-08-05 Pedro Alves <pedro@codesourcery.com>
6281
6282 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
6283 procedure.
6284 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
6285
6286 2011-08-05 Yao Qi <yao@codesourcery.com>
6287
6288 * gdb.base/callfuncs.exp: Set language after main.
6289 * gdb.cp/cplusfuncs.exp: Likewise.
6290 * gdb.cp/inherit.exp: Likewise.
6291
6292 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6293
6294 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
6295 * gdb.base/watch-vfork.exp: Skip on remote targets.
6296
6297 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6298
6299 * gdb.threads/thread-find.exp: Support remote targets.
6300
6301 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6302
6303 * gdb.base/jit.exp: Download solib_binfile to target.
6304 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
6305 and call dlopen without full path name.
6306 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
6307 dlopen without full path name.
6308
6309 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6310
6311 * gdb.base/break-always.exp: Complete the test
6312 with duplicated breakpoints and enabling/disabling them.
6313
6314 2011-08-02 Tom Tromey <tromey@redhat.com>
6315
6316 PR gdb/11289:
6317 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
6318
6319 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
6320
6321 PR gdb/13045
6322 * gdb.base/float.exp: Add new test case for PR gdb/13045
6323 * gdb.base/float.c: New file.
6324
6325 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
6326
6327 * gdb.python/py-mi.exp: Test printers returning string hint, and
6328 also not returning a value.
6329 * gdb.python/py-prettyprint.c: Add testcase for above.
6330 * gdb.python/py-prettyprint.py: Add test printer for above.
6331
6332 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6333
6334 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
6335 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
6336 (.Ldie30) Add as field "data4".
6337 (.Ldie32) Rename field "b" to "shl".
6338 (abbrev4) Change for the "data4" field.
6339 (abbrev5, abbrev6) Remove.
6340 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
6341 (p &s.shl): ... here. Add comment.
6342 (p &s.data4): New.
6343
6344 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6345
6346 Fix crash on lval_computed values.
6347 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
6348
6349 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6350
6351 * gdb.base/help.exp (help whatis): Update the expected string.
6352
6353 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6354
6355 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
6356 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
6357 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
6358 Change the expected string.
6359
6360 2011-07-26 Pedro Alves <pedro@codesourcery.com>
6361
6362 * gdb.base/watchpoint.exp
6363 (test_disable_enable_software_watchpoint): New procedure.
6364 (top level): Run it.
6365
6366 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
6367
6368 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
6369 executable file "${binfile}", C++ version "${binfile}-cxx".
6370 * gdb.python/py-prettyprint.exp: Likewise.
6371 * gdb.python/py-symbol.exp: Likewise.
6372 * gdb.python/py-type.exp: Likewise.
6373 * gdb.python/py-value.exp: Likewise.
6374 * gdb.python/py-template.exp (test_template_arg): Pass full executable
6375 file name instead of just suffix.
6376
6377 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6378
6379 Fix implicit pointer offsets.
6380 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
6381 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
6382 (continue to breakpoint: continue to baz breakpoint for implptr)
6383 (sanity check element 0, sanity check element 1)
6384 (enter the inlined function, check element 0 for the offset)
6385 (check element 1 for the offset)
6386 (continue to breakpoint: ignore the second baz breakpoint): New tests.
6387 (set foo breakpoint for implptr): Update the breakpoint number.
6388
6389 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6390
6391 * gdb.python/py-mi.exp: Use different file names for different
6392 versions of the executable under test.
6393 * gdb.python/py-prettyprint.exp: Likewise.
6394 * gdb.python/py-symbol.exp: Likewise.
6395 * gdb.python/py-template.exp: Likewise.
6396 * gdb.python/py-type.exp: Likewise.
6397 * gdb.python/py-value.exp: Likewise.
6398
6399 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6400
6401 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
6402 flag after restarting GDB if necessary.
6403
6404 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6405
6406 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
6407
6408 2011-07-22 Pedro Alves <pedro@codesourcery.com>
6409
6410 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
6411 backend doesn't leave used debug registers behind.
6412
6413 2011-07-22 Tom Tromey <tromey@redhat.com>
6414
6415 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
6416 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
6417 argument.
6418 * gdb.dwarf2/typeddwarf-amd64.S: New file.
6419
6420 2011-07-21 Matt Rice <ratmice@gmail.com>
6421
6422 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
6423 in mostlyclean rule. Add files ending in .core.
6424
6425 2011-07-21 Matt Rice <ratmice@gmail.com>
6426
6427 PR macros/12999
6428 * gdb.base/info-macros.c: New test sources.
6429 * gdb.base/info-macros.exp: New tests.
6430
6431 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
6432
6433 * gdb.python/python.exp: Add prompt substitution tests.
6434
6435 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6436
6437 Fix crash if referenced CU is aged out.
6438 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
6439 New.
6440 * gdb.dwarf2/implptr.exp: Likewise.
6441
6442 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6443
6444 * gdb.dwarf2/implptr.S: Rebuilt.
6445 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
6446 (bar): Use them for j, k, l.
6447 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
6448 COMPILE.
6449 (print j in implptr:bar): Update for the intp typedef.
6450 (print p[0].x in implptr:foo): Use more exact regex.
6451
6452 2011-07-18 Tom Tromey <tromey@redhat.com>
6453
6454 * gdb.cp/static-method.exp: Add missing single quote.
6455
6456 2011-07-18 Yao Qi <yao@codesourcery.com>
6457
6458 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
6459 supported.
6460 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6461 * gdb.mi/mi-nonstop.exp: Likewise.
6462 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6463 * gdb.mi/mi-nsintrall.exp: Likewise.
6464 * gdb.mi/mi-nsmoribund.exp: Likewise.
6465 * gdb.mi/mi-nsthrexec.exp: Likewise.
6466 * gdb.python/py-evthreads.exp: Likewise.
6467
6468 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6469
6470 Code cleanup.
6471 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
6472 it. Substitute it instead of test_compiler_info everywhere.
6473
6474 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6475
6476 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
6477 remote targets as well.
6478
6479 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6480
6481 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
6482 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
6483
6484 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6485
6486 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
6487 a remote machine, not the host.
6488 (gdb_compile_shlib): Set soname if target is remote.
6489
6490 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
6491
6492 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
6493
6494 2011-07-13 Matt Rice <ratmice@gmail.com>
6495
6496 * gdb.python/py-objfile-script-gdb.py: Renamed to
6497 py-objfile-script-gdb.py.in.
6498 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
6499 py-objfile-script-gdb.py.
6500 * gdb.python/py-objfile-script.exp: Update reference to
6501 py-objfile-script-gdb.py.
6502
6503 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6504
6505 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
6506 reference undefined label.
6507
6508 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6509
6510 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
6511 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
6512 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
6513 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
6514
6515 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
6516
6517 PR python/12438
6518 * gdb.python/python.exp: Add maint set/show python print-stack
6519 deprecated tests. Add set/show python print-backtrace tests.
6520
6521 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6522
6523 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
6524 debug info.
6525
6526 2011-07-06 Matt Rice <ratmice@gmail.com>
6527
6528 * gdb.python/python.exp: Update filename paths.
6529 * gdb.python/py-symtab.exp: Ditto.
6530
6531 2011-07-06 Marek Polacek <mpolacek@redhat.com>
6532
6533 * gdb.python/py-evthreads.exp: Add missing `$'.
6534
6535 2011-07-06 Jie Zhang <jie.zhang@analog.com>
6536
6537 * config/bfin.exp: New file.
6538 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
6539 * gdb.asm/bfin.inc: New file.
6540
6541 2011-07-06 Marek Polacek <mpolacek@redhat.com>
6542
6543 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
6544 the whole output.
6545
6546 2011-07-05 Tom Tromey <tromey@redhat.com>
6547
6548 * gdb.java/jprint.java (jprint.hi): New field.
6549 * gdb.java/jprint.exp: Print string.
6550
6551 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
6552
6553 * gdb.base/call-sc.c: Fix typos.
6554 * gdb.base/ifelse.exp: Likewise.
6555 * gdb.base/structs.c: Likewise.
6556
6557 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6558
6559 * gdb.base/jit-so.exp: New test.
6560 * gdb.base/jit-dlmain.c: New file.
6561 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
6562
6563 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6564
6565 * gdb.cp/m-static.exp: Call get_compiler_info.
6566 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
6567 * gdb.cp/pr9167.exp (p b): Likewise.
6568 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
6569 (test value of P in inner_m, test type of Z in inner_m): Call
6570 setup_xfail for gcc <= 4.5.
6571
6572 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6573
6574 * gdb.cp/paren-type.cc: New files.
6575 * gdb.cp/paren-type.exp: New files.
6576
6577 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6578
6579 Stop on first linespec terminator instead of eating what we can.
6580 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
6581 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
6582 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
6583 (break C::f()): ... this one.
6584 (break C::operator()()): New test.
6585 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
6586 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
6587 test.
6588
6589 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6590
6591 Fall back linespec to minimal symbols.
6592 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
6593 error message.
6594 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
6595 * gdb.cp/minsym-fallback-main.cc: New file.
6596 * gdb.cp/minsym-fallback.cc: New file.
6597 * gdb.cp/minsym-fallback.exp: New file.
6598 * gdb.cp/minsym-fallback.h: New file.
6599
6600 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6601
6602 * gdb.cp/no-dmgl-verbose.cc: New file.
6603 * gdb.cp/no-dmgl-verbose.exp: New file.
6604
6605 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6606
6607 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
6608 __GI_.
6609 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
6610 (f): New function.
6611 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
6612 (complete p 'func<short>(): ... here.
6613 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
6614 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
6615 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
6616 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
6617 Make them KFAIL gcc/49546.
6618
6619 2011-07-01 Joel Brobecker <brobecker@adacore.com>
6620
6621 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
6622
6623 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6624
6625 Test GCC PR debug/49546.
6626 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
6627 (test type of F in k3_m, test value of F in k3_m): New.
6628 * gdb.cp/temargs.cc (struct S3, struct K3): New.
6629 (main): New variable k3. Call k3.k3_m.
6630
6631 2011-07-01 Jean-Charles Delay <delay@adacore.com>
6632
6633 * gdb.ada/packed_array.exp: Fix expected outout.
6634
6635 2011-07-01 Jean-Charles Delay <delay@adacore.com>
6636
6637 * gdb.ada/packed_array.exp: fixed expected output.
6638
6639 2011-07-01 Joel Brobecker <brobecker@adacore.com>
6640
6641 * gdb.ada/same_enum: New testcase.
6642
6643 2011-07-01 Joel Brobecker <brobecker@adacore.com>
6644
6645 * gdb.ada/ptr_typedef: New testcase.
6646
6647 2011-07-01 Joel Brobecker <brobecker@adacore.com>
6648
6649 * gdb.ada/arrayptr.exp: Add ptype test.
6650
6651 2011-07-01 Joel Brobecker <brobecker@adacore.com>
6652
6653 * gdb.ada/char_enum: New testcase.
6654
6655 2011-07-01 Yao Qi <yao@codesourcery.com>
6656
6657 * gdb.base/dump.exp (capture_pointer_with_type): New.
6658 Get value from address instead of name.
6659 Start GDB once, and do `dump' and `restore'
6660 tests together.
6661
6662 2011-06-30 Jie Zhang <jie.zhang@analog.com>
6663 Mike Frysinger <vapier@gentoo.org>
6664
6665 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
6666 helper functions for getting/setting remotetimeout variable.
6667 * lib/gdb.exp (gdb_load): If the target is remote, set
6668 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
6669 with $loadtimeout. Set $load_ok to 0 before doing the load.
6670 Instead of returning, immediately, set $load_ok to 0. Call
6671 set_remotetimeout with $oldremotetimeout, and then return if
6672 $load_ok is 1.
6673
6674 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
6675
6676 * gdb.python/py-template.exp: Don't run this test if the target
6677 does not support c++ tests.
6678
6679 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6680
6681 Fix non-only rename list for Fortran modules import.
6682 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
6683 tests.
6684 * gdb.fortran/module.f90 (module moduse): New.
6685 (program module): use moduse, test var_x, var_y and var_z.
6686
6687 2011-06-29 Tom Tromey <tromey@redhat.com>
6688
6689 PR testsuite/12040:
6690 * gdb.fortran/array-element.exp: Use f90, not f77.
6691 * gdb.fortran/complex.exp: Use f90, not f77.
6692 * gdb.fortran/derived-type.exp: Use f90, not f77.
6693 * gdb.fortran/library-module.exp: Use f90, not f77.
6694 * gdb.fortran/logical.exp: Use f90, not f77.
6695 * gdb.fortran/module.exp: Use f90, not f77.
6696 * gdb.fortran/multi-dim.exp: Use f90, not f77.
6697 * gdb.fortran/subarray.exp: Use f90, not f77.
6698
6699 2011-06-29 Tom Tromey <tromey@redhat.com>
6700
6701 * gdb.fortran/charset.exp: New file.
6702 * gdb.fortran/charset.f90: New file.
6703
6704 2011-06-29 Tom Tromey <tromey@redhat.com>
6705
6706 PR testsuite/12040:
6707 * lib/future.exp: New file, mostly extracted from ada.exp.
6708 Rewrote compatibility code to use rename.
6709 (gdb_find_gfortran): New proc.
6710 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
6711 gfortran patch.
6712 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
6713 Move to future.exp.
6714 * lib/gdb.exp: Always load future.exp.
6715
6716 2011-06-28 Yao Qi <yao@codesourcery.com>
6717
6718 * gdb.cp/exception.cc: Don't include iostream.
6719 (bar): Remove print statement.
6720 (catcher): New.
6721 (main): Remove print statements. Call function catcher.
6722 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
6723 Set breakpoint on catcher, and check the value of parameter.
6724
6725 2011-06-23 Yao Qi <yao@codesourcery.com>
6726
6727 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
6728 breakpoint 1.2 is disabled. KFAIL for uclinux.
6729
6730 2011-06-23 Marek Polacek <mpolacek@redhat.com>
6731
6732 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
6733 mi_gdb_test.
6734
6735 2011-06-23 Marek Polacek <mpolacek@redhat.com>
6736
6737 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
6738
6739 2011-06-23 Marek Polacek <mpolacek@redhat.com>
6740
6741 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
6742
6743 2011-06-23 Marek Polacek <mpolacek@redhat.com>
6744
6745 * gdb.mi/mi2-basics.exp: Fix races. Honour the
6746 `test_exec_and_symbol_mi_operatons' return value.
6747 (test_mi_interpreter_selection): Use mi_gdb_test instead of
6748 gdb_test_multiple.
6749 (test_exec_and_symbol_mi_operatons): Likewise.
6750 (test_path_specification): Likewise.
6751
6752 2011-06-23 Yao Qi <yao@codesourcery.com>
6753
6754 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
6755 supported.
6756 * lib/gdb.exp (support_displaced_stepping): New.
6757
6758 2011-06-23 Yao Qi <yao@codesourcery.com>
6759
6760 * gdb.threads/execl.exp: Skip on remote target.
6761
6762 2011-06-21 Marek Polacek <mpolacek@redhat.com>
6763
6764 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
6765 mi_gdb_test.
6766
6767 2011-06-20 Marek Polacek <mpolacek@redhat.com>
6768
6769 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
6770
6771 2011-06-20 Marek Polacek <mpolacek@redhat.com>
6772
6773 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
6774 mi_gdb_test.
6775
6776 2011-06-20 Marek Polacek <mpolacek@redhat.com>
6777
6778 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
6779
6780 2011-06-14 Yao Qi <yao@codesourcery.com>
6781
6782 gdb/testsuite/
6783 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
6784
6785 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6786
6787 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
6788
6789 2011-06-10 Tom Tromey <tromey@redhat.com>
6790
6791 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
6792 Add tests for pointer-to-member-function.
6793 * gdb.cp/temargs.cc (S::somefunc): New function.
6794 (K2): New class.
6795 (main): Instantiate K2; call method.
6796
6797 2011-06-08 Joel Brobecker <brobecker@adacore.com>
6798
6799 * gdb.python/py-inferior.c (f2): Make str an array rather
6800 than a pointer.
6801 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
6802
6803 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6804
6805 * gdb.base/async-shell.c: New file.
6806 * gdb.base/async-shell.exp: New file.
6807
6808 2011-06-06 Pedro Alves <pedro@codesourcery.com>
6809
6810 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
6811
6812 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
6813
6814 From Stephen Kitt <steve@sk2.org>
6815 * gdb.base/help.exp: Adjust following some spelling corrections
6816 in GDB.
6817
6818 2011-06-01 Yao Qi <yao@codesourcery.com>
6819
6820 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
6821
6822 2010-05-31 Keith Seitz <keiths@redhat.com>
6823
6824 PR c++/12750
6825 * gdb.cp/static-method.cc: New file.
6826 * gdb.cp/static-method.exp: New file.
6827
6828 2010-05-31 Keith Seitz <keiths@redhat.com>
6829
6830 PR symtab/12704
6831 * gdb.cp/anon-ns.cc: New file.
6832 * gdb.cp/anon-ns.exp: New file.
6833
6834 2011-05-31 Pedro Alves <pedro@codesourcery.com>
6835
6836 * gdb.arch/i386-dr3-watch.c: New file.
6837 * gdb.arch/i386-dr3-watch.exp: New file.
6838
6839 2011-05-30 Yao Qi <yao@codesourcery.com>
6840
6841 * gdb.base/callfuncs.c (t_structs_fc): New.
6842 (t_structs_dc, t_structs_ldc): New.
6843 (t_double_many_args):
6844 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
6845 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
6846 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
6847 * gdb.base/callfuncs.exp: Call new functions.
6848
6849 2011-05-30 Yao Qi <yao@codesourcery.com>
6850
6851 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
6852 Call rerun_and_prepare for each test to isolate effects.
6853
6854 2011-05-30 Yao Qi <yao@codesourcery.com>
6855
6856 * gdb.base/varargs.c (find_max_float_real): New.
6857 (find_max_double_real, find_max_long_double_real): New.
6858 * gdb.base/varargs.exp: Call these new added functions.
6859 * lib/gdb.exp (setup_kfail_for_target): New.
6860
6861 2011-05-30 Yao Qi <yao@codesourcery.com>
6862
6863 * gdb.base/funcargs.c (callca, callcb, callcc): New.
6864 (callcd, callce, callcf, callc1a, callc1b): New.
6865 (callc2a, callc2b): New.
6866 * gdb.base/funcargs.exp (complex_args): New.
6867 (complex_integral_args, complex_float_integral_args): New.
6868 * lib/gdb.exp (support_complex_tests): New. Determine
6869 whether to run test cases on _Complex types.
6870
6871 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6872
6873 * gdb.threads/leader-exit.c: New file.
6874 * gdb.threads/leader-exit.exp: New file.
6875
6876 2011-05-27 Marek Polacek <mpolacek@redhat.com>
6877
6878 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6879
6880 2011-05-27 Marek Polacek <mpolacek@redhat.com>
6881
6882 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
6883 remove the `supported' variable.
6884 * gdb.mi/mi-nonstop.exp: Likewise.
6885 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6886 * gdb.mi/mi-nsintrall.exp: Likewise.
6887 * gdb.mi/mi-nsmoribund.exp: Likewise.
6888 * gdb.mi/mi-nsthrexec.exp: Likewise.
6889
6890 2011-05-26 Pedro Alves <pedro@codesourcery.com>
6891
6892 * gdb.reverse/finish-reverse-bkpt.exp: New test.
6893
6894 2011-05-26 Pedro Alves <pedro@codesourcery.com>
6895
6896 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
6897
6898 2011-05-24 Keith Seitz <keiths@redhat.com>
6899
6900 PR breakpoint/12803
6901 * gdb.cp/cmpd-minsyms.cc (a): New method.
6902 (b): New method.
6903 (c): New method.
6904 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
6905
6906 2011-05-24 Pedro Alves <pedro@codesourcery.com>
6907
6908 * gdb.base/commands.exp (watchpoint_command_test): Check that the
6909 watchpoint's command list didn't execute when the watchpoint went
6910 out of scope.
6911
6912 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
6913
6914 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
6915 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
6916 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
6917 * gdb.arch/i386-gnu-cfi.exp: Likewise.
6918 * gdb.arch/i386-permbkpt.exp: Likewise.
6919 * gdb.arch/i386-prologue.exp: Likewise.
6920 * gdb.arch/i386-size-overlap.exp: Likewise.
6921 * gdb.arch/i386-size.exp: Likewise.
6922 * gdb.arch/i386-unwind.exp: Likewise.
6923 * gdb.reverse/i386-precsave.exp: Likewise.
6924 * gdb.reverse/i386-reverse.exp: Likewise.
6925 * gdb.reverse/i386-sse-reverse.exp: Likewise.
6926 * gdb.reverse/i387-env-reverse.exp: Likewise.
6927 * gdb.reverse/i387-stack-reverse.exp: Likewise.
6928
6929 2011-05-24 Pedro Alves <pedro@codesourcery.com>
6930
6931 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
6932 file doesn't error, using MI.
6933
6934 2011-05-23 Tom Tromey <tromey@redhat.com>
6935
6936 * gdb.base/charset.exp (string_display): Add tests to assign to
6937 arrays.
6938 * gdb.base/charset.c (short_array, int_array, long_array): New.
6939
6940 2011-05-20 Pedro Alves <pedro@codesourcery.com>
6941
6942 Cope with async mode.
6943
6944 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
6945 into gdb_test + mi_expect_stop.
6946
6947 2011-05-20 Pedro Alves <pedro@codesourcery.com>
6948
6949 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
6950 (callme): Remove printf call.
6951
6952 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
6953
6954 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
6955 quote pattern to avoid problems with Cygwin/mingw expect versions.
6956 * gdb.base/default.exp (show convenience): Use double
6957 quote pattern for regular expressions.
6958
6959 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6960
6961 Fix -readnow for -gdwarf-4 unused type units.
6962 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
6963 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
6964
6965 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6966
6967 * gdb.base/kill-after-signal.c: New file.
6968 * gdb.base/kill-after-signal.exp: New file.
6969
6970 2011-05-16 Pedro Alves <pedro@codesourcery.com>
6971
6972 * gdb.ada/start.exp: Call untested with the correct test filename.
6973 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
6974 test filename. Make the test's binary unique.
6975 * gdb.arch/i386-signal.exp: Call untested with the correct test
6976 filename.
6977 * gdb.arch/i386-size-overlap.exp: Ditto.
6978 * gdb.arch/Makefile.in (EXECUTABLES): Update.
6979 * gdb.base/gcore-buffer-overflow.exp: Ditto.
6980 * gdb.cp/call-c.exp: Ditto.
6981 * gdb.mi/mi-reverse.exp: Call untested with the correct test
6982 filename. Make the test's binary unique.
6983 * gdb.mi/Makefile.in (EXECUTABLES): Update.
6984 * gdb.python/py-mi.exp: Ditto.
6985 * gdb.python/Makefile.in (EXECUTABLES): Update.
6986 * gdb.reverse/i386-precsave.exp: Ditto.
6987 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
6988 test filename.
6989 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6990 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
6991 unique.
6992 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
6993 test filename.
6994 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
6995 * gdb.trace/tfile.exp: Ditto.
6996
6997 2011-05-14 Yao Qi <yao@codesourcery.com>
6998
6999 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
7000 type.
7001
7002 2011-05-13 Doug Evans <dje@google.com>
7003
7004 * gdb.python/py-objfile-script.exp: New file.
7005 * gdb.python/py-objfile-script.c: New file.
7006 * gdb.python/py-objfile-script-gdb.py: New file.
7007 * testsuite/gdb.python/py-section-script.exp: Test
7008 "info auto-load-scripts".
7009
7010 2011-05-13 Tom Tromey <tromey@redhat.com>
7011
7012 * gdb.dwarf2/clztest.exp: New file.
7013 * gdb.dwarf2/clztest.c: New file.
7014 * gdb.dwarf2/clztest.S: New file.
7015
7016 2011-05-13 Doug Evans <dje@google.com>
7017
7018 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
7019 String16 tests.
7020
7021 2011-05-13 Tom Tromey <tromey@redhat.com>
7022
7023 * lib/gdb.exp (is_x86_like_target): New proc.
7024 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
7025 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
7026 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
7027 -nostdlib to compiler.
7028 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
7029 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
7030 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
7031 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
7032 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
7033
7034 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7035
7036 * gdb.python/py-function.exp: Test setting a value from a function
7037 which executes a command.
7038
7039 2011-05-12 Tom Tromey <tromey@redhat.com>
7040
7041 * gdb.dwarf2/typeddwarf.S: New file.
7042 * gdb.dwarf2/typeddwarf.c: New file.
7043 * gdb.dwarf2/typeddwarf.exp: New file.
7044
7045 2011-05-12 Marek Polacek <mpolacek@redhat.com>
7046
7047 * gdb.mi/mi-basics.exp: Fix races. Honour the
7048 `test_exec_and_symbol_mi_operatons' return value.
7049 (test_mi_interpreter_selection): Use mi_gdb_test instead of
7050 gdb_test_multiple.
7051 (test_exec_and_symbol_mi_operatons): Likewise.
7052 (test_path_specification): Likewise.
7053
7054 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7055
7056 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
7057 (gdb_touch_execfile): Remove catch wrappers. New variable time.
7058 Replace `file copy' and `file rename' by `file mtime'. Twice.
7059
7060 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7061
7062 * gdb.base/readline-ask.c: New file.
7063 * gdb.base/readline-ask.exp: New file.
7064 * gdb.base/readline-ask.inputrc: New file.
7065
7066 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7067
7068 * gdb.cell/bt.exp: Delete breakpoints before running to signal
7069 to avoid race condition.
7070 * gdb.cell/coremaker.c: Use small stack size.
7071 * gdb.cell/ea-standalone.exp: Use file name without path as
7072 argument to c_to.
7073 * gdb.cell/fork.exp: Allow other output when continuing to end.
7074
7075 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7076
7077 * gdb.threads/corethreads.c: New file.
7078 * gdb.threads/corethreads.exp: New file.
7079
7080 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7081
7082 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
7083 Try to compile the test using -Wl,-z,norelro first.
7084 (load_core): New variable libthread_db_seen, initialize it.
7085 (zeroed-threads cannot be listed): Protect it by XFAIL on
7086 !$libthread_db_seen.
7087
7088 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7089
7090 PR 12573
7091 * gdb.dwarf2/dw2-skip-prologue.S: New file.
7092 * gdb.dwarf2/dw2-skip-prologue.c: New file.
7093 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
7094
7095 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7096
7097 * gdb.cp/psymtab-parameter.cc: New file.
7098 * gdb.cp/psymtab-parameter.exp: New file.
7099
7100 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7101
7102 Fix a race.
7103 * gdb.cp/static-print-quit.exp (print c): Split to ...
7104 (print c - <return>, print c - q <return>, print c - to quit):
7105 ... these. Make the testfile untested on gdb-7.1.
7106
7107 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
7108
7109 * lib/gdb.exp (exec_target_file, exec_symbol_file,
7110 gdb_rename_execfile, gdb_touch_execfile): New.
7111 * gdb.base/reread.exp: Use new procs to handle multiple
7112 exec files.
7113
7114 2011-05-05 Yao Qi <yao@codesourcery.com>
7115
7116 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
7117 (test_adr_32bit, test_pop_pc): New.
7118 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
7119 (test_adr_32bit, test_pop_pc): New.
7120
7121 2011-05-04 Joseph Myers <joseph@codesourcery.com>
7122
7123 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
7124 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
7125 targets.
7126 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
7127 handle targets.
7128
7129 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7130
7131 * gdb.base/completion.exp (complete help info wat): Rename to ...
7132 (complete 'help info wat'): ... here.
7133 Remove all `-re ".*' and `-re "^.*' redundant regexes.
7134 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
7135
7136 2011-05-04 Pedro Alves <pedro@codesourcery.com>
7137
7138 * gdb.base/completion.exp: Use gdb_test_multiple instead of
7139 gdb_test and explicit $gdb_prompt/timeout matches.
7140
7141 2011-05-04 Yao Qi <yao@codesourcery.com>
7142
7143 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
7144 and __thumb2__.
7145
7146 2011-05-03 Marek Polacek <mpolacek@redhat.com>
7147
7148 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
7149 in place of `gdb_test "delete breakpoints"'. This eliminates two
7150 testcases.
7151
7152 2011-05-02 Pedro Alves <pedro@codesourcery.com>
7153
7154 PR testsuite/12649
7155 Fix races.
7156
7157 * gdb.base/completion.exp: Remove all sleep calls. Remove
7158 unnecessary regexs. Don't explicitly expect anything after the
7159 prompt. Eat the prompt if necessary.
7160
7161 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7162
7163 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
7164 accept to show the caller line again as well as the line after.
7165
7166 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
7167
7168 PR mi/12531
7169
7170 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
7171 compile target.
7172 * gdb.python/py-prettyprint.exp: Add C++ object for
7173 CPLUS_FAKE_CHILD test.
7174
7175 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
7176
7177 * gdb.base/signest.exp: New file.
7178 * gdb.base/signest.c: Likewise.
7179
7180 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7181
7182 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
7183 thread and breakpoint notifications.
7184
7185 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7186
7187 * gdb.base/fortran-sym-case.c: New file.
7188 * gdb.base/fortran-sym-case.exp: New file.
7189 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
7190 * gdb.dwarf2/dw2-case-insensitive.c: New file.
7191 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
7192
7193 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7194
7195 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
7196 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
7197 false #1', `if true else false #2' and `if true else false #3'.
7198
7199 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
7200
7201 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
7202 while delivering signal.
7203
7204 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
7205
7206 MI breakpoint notifications.
7207
7208 * testsuite/gdb.mi/mi-cli.exp: Adust.
7209 * testsuite/gdb.mi/mi2-cli.exp: Adust.
7210 * testsuite/gdb.mi/mi-watch.exp: Adust.
7211 * testsuite/gdb.mi/mi2-watch.exp: Adust.
7212 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
7213 notifications.
7214
7215 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7216
7217 * gdb.base/gdbindex-stabs-dwarf.c: New file.
7218 * gdb.base/gdbindex-stabs.c: New file.
7219 * gdb.base/gdbindex-stabs.exp: New file.
7220
7221 2011-04-25 Yao Qi <yao@codesourcery.com>
7222
7223 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
7224 with /*...*/.
7225 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7226
7227 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7228
7229 * gdb.python/py-value.exp (test_objfiles): Name the first test
7230 `py-value in file.filename'.
7231
7232 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7233
7234 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
7235 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
7236 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
7237 !gdbserver_reconnect_p..
7238 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
7239
7240 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7241
7242 * gdb.cp/cpcompletion.exp (complete class methods)
7243 (complete class methods beginning with F): Move them above runto. New
7244 comment about the runto delimiter.
7245
7246 2011-04-20 Pedro Alves <pedro@codesourcery.com>
7247
7248 * gdb.base/maint.exp: Test that "maint print registers" works
7249 without a running program.
7250
7251 2011-04-20 Marek Polacek <mpolacek@redhat.com>
7252
7253 * gdb.base/setshow.exp: Fix racy tests.
7254 ($old_gdb_prompt): New variable.
7255
7256 2011-04-19 Tom Tromey <tromey@redhat.com>
7257
7258 * gdb.mi/mi-nsmoribund.exp:
7259 * gdb.hp/gdb.objdbg/objdbg01.exp:
7260 * gdb.base/structs.exp (test_struct_returns):
7261 * gdb.base/call-sc.exp (test_scalar_returns):
7262 * gdb.base/bigcore.exp: Remove duplicate words.
7263
7264 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7265
7266 * gdb.base/break-interp-lib.c (v, vptr): New variables.
7267 * gdb.base/break-interp.exp (test_attach): New comment.
7268
7269 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7270
7271 * gdb.threads/gcore-thread.exp ($core0file): New variable.
7272 (clear __stack_user.next, clear stack_used.next)
7273 (save a zeroed-threads corefile): New test.
7274 Call core_load for $core0file.
7275 (zeroed-threads cannot be listed): New test.
7276
7277 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7278
7279 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
7280 filename.
7281 ($srcfile): Preserve the original value.
7282 ($testfile): Match it the .exp filename.
7283 ($corefile): New variable. Substitute it around.
7284 Use clean_restart.
7285 ($prev_timeout): Remove.
7286 (load_core): Move core loading into this proc.
7287 Fix restore of $timeout if load_core fails.
7288
7289 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7290
7291 * gdb.base/eu-strip-infcall.c: New file.
7292 * gdb.base/eu-strip-infcall.exp: New file.
7293
7294 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7295
7296 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
7297 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
7298
7299 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7300
7301 Fix Python access to inlined frames.
7302 * gdb.python/py-frame-inline.c: New file.
7303 * gdb.python/py-frame-inline.exp: New file.
7304
7305 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
7306
7307 * gdb.base/gdb1090.exp: Change breakpoint location to read the
7308 content of 's24' correctly (avoiding "optimized out").
7309 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
7310
7311 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7312
7313 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
7314
7315 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7316
7317 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
7318 expect a colon in watch -location output.
7319
7320 2011-04-13 Marek Polacek <mpolacek@redhat.com>
7321
7322 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
7323 New testcase `expect response to define backtrace'. Also remove
7324 redundant `default' block.
7325
7326 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7327
7328 * gdb.python/py-prettyprint.c (struct hint_error): New.
7329 (main): New variable hint_error.
7330 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
7331 "print hint_error".
7332 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
7333 (register_pretty_printers): Register it.
7334
7335 2011-04-04 Tom Tromey <tromey@redhat.com>
7336
7337 * gdb.cp/maint.exp (test_help): Update.
7338 (test_namespace): Likewise.
7339
7340 2011-04-01 Joel Brobecker <brobecker@adacore.com>
7341
7342 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
7343 * gdb.ada/arrayptr.exp: Add new tests.
7344
7345 2011-04-01 Joel Brobecker <brobecker@adacore.com>
7346
7347 * gdb.ada/mi_catch_ex: New testcase.
7348
7349 2011-04-01 Pedro Alves <pedro@codesourcery.com>
7350
7351 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
7352 base::overload(void) method without specifying "const".
7353
7354 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
7355
7356 * gdb.arch/thumb-singlestep.S: New file.
7357 * gdb.arch/thumb-singlestep.exp: Likewise.
7358
7359 2011-03-31 Tom Tromey <tromey@redhat.com>
7360
7361 * gdb.python/py-prettyprint.py (exception_flag): New global.
7362 (NoStringContainerPrinter._iterator.next): Check it.
7363 * gdb.python/py-prettyprint.c (main): New variable nstype2.
7364 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
7365
7366 2011-03-29 Tom Tromey <tromey@redhat.com>
7367
7368 * gdb.cp/anon-struct.cc: New file.
7369 * gdb.cp/anon-struct.exp: New file.
7370
7371 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7372
7373 Test STT_GNU_IFUNC support.
7374 * gdb.base/gnu-ifunc-lib.c: New file.
7375 * gdb.base/gnu-ifunc.c: New file.
7376 * gdb.base/gnu-ifunc.exp: New file.
7377
7378 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7379
7380 Support a ring of related breakpoints.
7381 * gdb.base/watchpoint-delete.c: New file.
7382 * gdb.base/watchpoint-delete.exp: New file.
7383
7384 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7385
7386 * gdb.ada/arrayparam.exp (print first after function call): Use
7387 explicit package name. Add a comment
7388 (print lasta after function call): Rename ...
7389 (print last after function call): ... it and use explicit package
7390 name.
7391 (print length after function call): Use explicit package name.
7392 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
7393 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
7394 (multiple matches for symbol i): Rename ...
7395 (multiple matches for symbol integervar): ... it.
7396 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
7397 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
7398
7399 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
7400
7401 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
7402 environment variable to make grep output more predictable. Move
7403 all the environment setup into gdb_init so it's done once per test
7404 case rather than each time we start gdb.
7405
7406 2011-03-24 Tom Tromey <tromey@redhat.com>
7407
7408 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
7409 test.
7410
7411 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7412
7413 * gdb.dwarf2/dw2-entry-value-main.c: New file.
7414 * gdb.dwarf2/dw2-entry-value.S: New file.
7415 * gdb.dwarf2/dw2-entry-value.exp: New file.
7416
7417 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
7418
7419 PR python/12183
7420
7421 * gdb.python/py-function.exp: Add GdbError tests.
7422
7423 2011-03-18 Pedro Alves <pedro@codesourcery.com>
7424
7425 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
7426 (reglocal_test_func, statlocal_test_func): New functions.
7427 (globals_test_func): Call new functions.
7428 * gdb.trace/unavailable.exp (gdb_collect_args_test)
7429 (gdb_collect_locals_test): New procedure.
7430 (gdb_trace_collection_test): Call new procedures.
7431
7432 2011-03-18 Pedro Alves <pedro@codesourcery.com>
7433
7434 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
7435 (test_register, test_register_unavailable): New procedures.
7436 (gdb_unavailable_registers_test): New procedure.
7437 (gdb_trace_collection_test): Call it.
7438
7439 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
7440
7441 PR python/12149
7442
7443 * gdb.python/python.exp: Add gdb.write tests.
7444
7445 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
7446
7447 * gdb.python/Makefile.in: Add py-objfile.
7448 * gdb.python/py-objfile.exp: New file.
7449 * gdb.python/py-objfile.c: New file.
7450 * gdb.python/py-block.exp: Add is_valid tests.
7451 * gdb.python/py-inferior.exp: Ditto.
7452 * gdb.python/py-infthread.exp: Ditto.
7453 * gdb.python/py-symbol.exp: Ditto.
7454 * gdb.python/py-symtab.exp: Ditto.
7455
7456 2011-03-16 Keith Seitz <keiths@redhat.com>
7457
7458 PR c++/12273
7459 * gdb.cp/cmpd-minsyms.exp: New test.
7460 * gdb.cp/cmpd-minsyms.cc: New file.
7461
7462 PR c++/11734
7463 * gdb.cp/ovsrch.exp: New test.
7464 * gdb.cp/ovsrch.h: New file.
7465 * gdb.cp/ovsrch1.cc: New file.
7466 * gdb.cp/ovsrch2.cc: New file.
7467 * gdb.cp/ovsrch3.cc: New file.
7468 * gdb.cp/ovsrch4.cc: New file.
7469
7470 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7471
7472 PR gdb/12528
7473 * gdb.base/Makefile.in: Adjust EXECUTABLES.
7474 * gdb.base/break-on-linker-gcd-function.exp: New test.
7475 * gdb.base/break-on-linker-gcd-function.cc: New file.
7476
7477 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
7478
7479 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
7480
7481 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
7482
7483 * lib/gdb.exp (gdb_unload): Add another termination case.
7484
7485 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7486
7487 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
7488 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
7489 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
7490 Provide a stub byte there.
7491 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
7492 DW_AT_entry_pc.
7493 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
7494
7495 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
7496
7497 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
7498 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
7499 "generic ABI, auto".
7500 (altivec_abi_tests): Accept vectors returned by reference.
7501
7502 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
7503
7504 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
7505
7506 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
7507
7508 * gdb.python/py-section-script.exp: Skip test if no Python support.
7509
7510 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
7511
7512 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
7513
7514 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
7515
7516 * gdb.python/py-parameter.exp: Update tests to the new Python
7517 parameter API. Add "no documentation" test. Add deprecated API
7518 backward compatibility test.
7519
7520 2011-03-09 Tom Tromey <tromey@redhat.com>
7521
7522 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
7523 gdb_continue_to_end.
7524
7525 2011-03-09 Mark Kettenis <kettenis@gnu.org>
7526
7527 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
7528 tabs.
7529
7530 2011-03-09 Tom Tromey <tromey@redhat.com>
7531
7532 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
7533 parentheses.
7534 (gdb_continue_to_end): Add "allow_extra" parameter. Use
7535 $command.
7536 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
7537 argument to gdb_continue_to_end.
7538 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
7539 argument to gdb_continue_to_end.
7540 * gdb.cp/annota3.exp: Fix regex.
7541 * gdb.cp/annota2.exp: Fix regex.
7542 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
7543 gdb_continue_to_end.
7544 * gdb.base/call-signal-resume.exp: Revert earlier patch.
7545 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
7546 gdb_continue_to_end.
7547
7548 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7549
7550 * gdb.server/ext-run.exp
7551 (load new file without any gdbserver inferior): New test.
7552
7553 2011-03-07 Tom Tromey <tromey@redhat.com>
7554
7555 * Makefile.in (TAGS): Rewrite.
7556
7557 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7558
7559 * gdb.trace/report.exp (12.1: trace report #1): New match for the
7560 initial commands echo. New match for `Found trace'. Anchor all the
7561 other matches. Anchor and match for `No trace frame found' the final
7562 match.
7563
7564 2011-03-07 Tom Tromey <tromey@redhat.com>
7565
7566 * Makefile.in (TAGS): New target.
7567
7568 2011-03-07 Tom Tromey <tromey@redhat.com>
7569
7570 * lib/opencl.exp (skip_opencl_tests): Update for exit message
7571 change.
7572 * lib/mi-support.exp (mi_gdb_test): Update for exit message
7573 change.
7574 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
7575 exit message change.
7576 (skip_altivec_tests): Update for exit message change.
7577 (skip_vsx_tests): Likewise.
7578 (gdb_continue_to_end): Likewise. Add 'command' argument.
7579 * lib/cell.exp (skip_cell_tests): Update for exit message change.
7580 * gdb.threads/tls.exp: Update for exit message change.
7581 * gdb.threads/thread-unwindonsignal.exp: Use
7582 gdb_continue_to_end.
7583 * gdb.threads/step.exp (step_it): Update for exit message change.
7584 (continue_all): Likewise.
7585 * gdb.threads/print-threads.exp (test_all_threads): Update for
7586 exit message change.
7587 * gdb.threads/interrupted-hand-call.exp: Use
7588 gdb_continue_to_end.
7589 * gdb.threads/execl.exp: Use gdb_continue_to_end.
7590 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
7591 gdb_continue_to_end.
7592 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
7593 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
7594 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
7595 * gdb.cp/method.exp: Update for exit message change.
7596 * gdb.cp/mb-templates.exp: Update for exit message change.
7597 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
7598 * gdb.cp/annota3.exp: Update for exit message change.
7599 * gdb.cp/annota2.exp: Update for exit message change.
7600 * gdb.cell/fork.exp: Use gdb_continue_to_end.
7601 * gdb.base/term.exp: Update for exit message change.
7602 * gdb.base/step-test.exp (test_i): Update for exit message change.
7603 * gdb.base/sigstep.exp (advance): Update for exit message change.
7604 (advancei): Likewise.
7605 * gdb.base/siginfo.exp: Update for exit message change.
7606 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
7607 * gdb.base/reread.exp: Use gdb_continue_to_end.
7608 * gdb.base/langs.exp: Use gdb_continue_to_end.
7609 * gdb.base/interrupt.exp: Update for exit message change.
7610 * gdb.base/gdb1555.exp: Update for exit message change.
7611 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
7612 * gdb.base/ending-run.exp: Update for exit message change.
7613 * gdb.base/chng-syms.exp: Update for exit message change.
7614 * gdb.base/checkpoint.exp: Update for exit message change.
7615 * gdb.base/catch-syscall.exp (check_for_program_end): Use
7616 gdb_continue_to_end.
7617 (test_catch_syscall_with_wrong_args): Likewise.
7618 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
7619 * gdb.base/break-interp.exp (test_ld): Update for exit message
7620 change.
7621 * gdb.base/bang.exp: Update for exit message change.
7622 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
7623 (do_call_attach_tests): Likewise.
7624 * gdb.base/a2-run.exp: Update for exit message change.
7625 * gdb.arch/ppc-dfp.exp: Update for exit message change.
7626 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
7627 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
7628
7629 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7630
7631 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
7632
7633 2011-03-03 Tom Tromey <tromey@redhat.com>
7634
7635 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
7636 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
7637 * gdb.hp/gdb.aCC/configure.ac: Remove.
7638 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
7639 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
7640 * gdb.hp/gdb.base-hp/configure.ac: Remove.
7641 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
7642 * gdb.hp/gdb.compat/configure (Makefile): Remove.
7643 * gdb.hp/gdb.compat/configure.ac: Remove.
7644 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
7645 * gdb.hp/gdb.defects/configure (Makefile): Remove.
7646 * gdb.hp/gdb.defects/configure.ac: Remove.
7647 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
7648 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
7649 * gdb.hp/gdb.objdbg/configure.ac: Remove.
7650 * gdb.hp/configure.ac: Remove.
7651 * gdb.hp/configure: Remove.
7652 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
7653 substitution.
7654 (Makefile): Remove rule.
7655 * gdb.cell/configure.ac: Remove.
7656 * gdb.cell/configure: Remove.
7657 * gdb.stabs/Makefile.in (Makefile): Remove.
7658 (distclean): Don't remove config.status or config.log.
7659 * gdb.stabs/configure (Makefile): Remove.
7660 * gdb.stabs/configure.ac: Remove.
7661 * configure: Rebuild.
7662 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
7663 Remove stabs- and cell-specific logic. Test for existence of
7664 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
7665 subdirectories, gdb.cell, and and gdb.stabs.
7666 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
7667
7668 2011-03-03 Joel Brobecker <brobecker@adacore.com>
7669
7670 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
7671 end of buffer.
7672
7673 2011-03-02 Joel Brobecker <brobecker@adacore.com>
7674
7675 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
7676 gdb_test when running a test where we expected no output back.
7677
7678 2011-02-28 Michael Snyder <msnyder@vmware.com>
7679
7680 * gdb.cp/overload.cc: Change initializer value to integer.
7681
7682 2011-02-27 Michael Snyder <msnyder@vmware.com>
7683
7684 * gdb.multi/base.exp: Add test for remove-inferiors.
7685
7686 2011-02-26 Joel Brobecker <brobecker@adacore.com>
7687
7688 * gdb.python/py-frame.exp: Simplify the initialization phase
7689 using prepare_for_testing.
7690
7691 2011-02-25 Michael Snyder <msnyder@vmware.com>
7692
7693 * gdb.multi/base.exp: Add tests for info inferiors with args.
7694
7695 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7696
7697 * gdb.dwarf2/dw2-ranges.S: Rename to ...
7698 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
7699 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
7700 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
7701 asmfile3. Comment the STABS (#3) file compilation. Compile
7702 everything through assembler. Provide KFAIL for symtab/12497.
7703 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
7704 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
7705 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
7706 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
7707
7708 2011-02-24 Michael Snyder <msnyder@vmware.com>
7709
7710 * gdb.base/break.exp: Add tests for delete breakpoints using
7711 convenience variables and value history references.
7712
7713 2011-02-24 Michael Snyder <msnyder@vmware.com>
7714
7715 * gdb.base/break.exp: Remove debugging 'printf' accidentally
7716 left behind in previous check-in.
7717
7718 2011-02-23 Michael Snyder <msnyder@vmware.com>
7719
7720 * gdb.base/break.exp: Add tests for "info break" with arguments.
7721 * gdb.trace/infotrace.exp: Update patterns for error and help.
7722 * gdb.base/completion.exp: Update pattern.
7723 * gdb.base/ena-dis-br.exp: Update pattern.
7724 * gdb.base/help.exp: Update patterns.
7725
7726 2011-02-23 Michael Snyder <msnyder@vmware.com>
7727
7728 * gdb.base/memattr.exp: New test.
7729 * gdb.base/memattr.c: Test load for memattr.exp.
7730
7731 2011-02-22 Doug Evans <dje@google.com>
7732
7733 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
7734
7735 2011-02-22 Michael Snyder <msnyder@vmware.com>
7736
7737 * Makefile.in: Make more clean.
7738 * gdb.ada/Makefile.in: Ditto.
7739 * gdb.arch/Makefile.in: Ditto.
7740 * gdb.asm/Makefile.in: Ditto.
7741 * gdb.base/Makefile.in: Ditto.
7742 * gdb.cp/Makefile.in: Ditto.
7743 * gdb.dwarf2/Makefile.in: Ditto.
7744 * gdb.java/Makefile.in: Ditto.
7745 * gdb.mi/Makefile.in: Ditto.
7746 * gdb.modula2/Makefile.in: Ditto.
7747 * gdb.python/Makefile.in: Ditto.
7748 * gdb.server/Makefile.in: Ditto.
7749 * gdb.stabs/Makefile.in: Ditto.
7750 * gdb.threads/Makefile.in: Ditto.
7751 * gdb.trace/Makefile.in: Ditto.
7752
7753 2011-02-22 Michael Snyder <msnyder@vmware.com>
7754
7755 * gdb.threads/thread-find.exp: Add tests for bad input to
7756 info threads.
7757
7758 2011-02-22 Joel Brobecker <brobecker@adacore.com>
7759
7760 * gdb.python/py-breakpoint.exp: Fix the expected output of
7761 one of the "maint info breakpoints" tests to accept the output
7762 generated on platforms that do not have hardware watchpoints.
7763
7764 2011-02-22 Joel Brobecker <brobecker@adacore.com>
7765
7766 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
7767 clean_restart. Be a little stricter in the expected output
7768 for one of the tests. Fix a typo in one of the comments.
7769
7770 2011-02-22 Joel Brobecker <brobecker@adacore.com>
7771
7772 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
7773 Delete variable binfile, no longer use. Add or modify test
7774 comments to make them unique.
7775
7776 2011-02-21 Michael Snyder <msnyder@vmware.com>
7777
7778 * Makefile.in: Update for make clean.
7779 * gdb.ada/Makefile.in: Ditto.
7780 * gdb.arch/Makefile.in: Ditto.
7781 * gdb.asm/Makefile.in: Ditto.
7782 * gdb.base/Makefile.in: Ditto.
7783 * gdb.cp/Makefile.in: Ditto.
7784 * gdb.dwarf2/Makefile.in: Ditto.
7785 * gdb.java/Makefile.in: Ditto.
7786 * gdb.mi/Makefile.in: Ditto.
7787 * gdb.modula2/Makefile.in: Ditto.
7788 * gdb.python/Makefile.in: Ditto.
7789 * gdb.server/Makefile.in: Ditto.
7790 * gdb.stabs/Makefile.in: Ditto.
7791 * gdb.threads/Makefile.in: Ditto.
7792 * gdb.trace/Makefile.in: Ditto.
7793
7794 2011-02-21 Michael Snyder <msnyder@vmware.com>
7795
7796 * gdb.threads/thread-find.exp: Update patterns for changes in
7797 output of "info threads" command.
7798
7799 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7800 Ulrich Weigand <uweigand@de.ibm.com>
7801
7802 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
7803 (skip_hw_watchpoint_tests): Likewise.
7804 (skip_hw_watchpoint_multi_tests): Likewise.
7805
7806 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
7807
7808 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
7809 (skip_hw_watchpoint_tests): Likewise.
7810 (skip_hw_watchpoint_multi_tests): Likewise.
7811 (skip_hw_watchpoint_access_tests): Likewise.
7812
7813 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
7814 * gdb.base/pr11022.exp: Likewise.
7815 * gdb.base/watch-read.exp: Likewise.
7816 * gdb.base/watch_thread_num.exp: Likewise.
7817 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
7818 * gdb.base/watchpoint-hw.exp: Likewise.
7819 * gdb.base/watchpoint.exp: Likewise.
7820 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
7821 * gdb.threads/watchthreads-reorder.exp: Likewise.
7822 * gdb.threads/watchthreads.exp: Likewise.
7823 * gdb.threads/watchthreads2.exp: Likewise.
7824
7825 2011-02-21 Joel Brobecker <brobecker@adacore.com>
7826
7827 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
7828 the debugger is unable to find the array bounds.
7829
7830 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7831
7832 * gdb.cp/typedef-operator.exp: New file.
7833 * gdb.cp/typedef-operator.cc: New file.
7834
7835 2011-02-17 Michael Snyder <msnyder@vmware.com>
7836
7837 * gdb.threads/thread-find.exp: Fix regular expressions.
7838
7839 2011-02-17 Joel Brobecker <brobecker@adacore.com>
7840
7841 * gdb.ada/packed_array: Expand testcase to test printing of
7842 unconstrained packed array.
7843
7844 2011-02-17 Joel Brobecker <brobecker@adacore.com>
7845
7846 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
7847
7848 2011-02-16 Pedro Alves <pedro@codesourcery.com>
7849
7850 * gdb.trace/collection.c (globalarr3): New global.
7851 (main): Initialize it before collecting, and and clear it
7852 afterwards.
7853 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
7854 collecting with '{type} addr', where the addr expression is not an
7855 rvalue.
7856
7857 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
7858
7859 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
7860 a bool variable. Expect correct OpenCL names for vector types. Use the
7861 uc3 variable name instead of referring to the uchar3 built-in type.
7862 Escape the asterisk at the half pointer test.
7863
7864 2011-02-16 Pedro Alves <pedro@codesourcery.com>
7865
7866 * gdb.trace/collection.c (globalarr2): New global.
7867 (main): Initialize it before collecting, and and clear it
7868 afterwards.
7869 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
7870 collecting overlapping memory ranges.
7871
7872 2011-02-15 Michael Snyder <msnyder@vmware.com>
7873
7874 * gdb.base/default.exp: Add tests for thread commands.
7875 * gdb.base/help.exp: Add tests for thread commands.
7876 * gdb.threads/thread-find.exp: New test for thread find command.
7877
7878 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
7879
7880 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
7881
7882 2011-02-15 Yao Qi <yao@codesourcery.com>
7883
7884 PR tdep/12352
7885 * gdb.arch/arm-disp-step.S : New test for str instruction.
7886 * gdb.arch/arm-disp-step.exp : Likewise.
7887
7888 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
7889
7890 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
7891 "vector_register2_vr" test strings. Test the extended floating
7892 point registers (F32~F63).
7893 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
7894 IBM XL C compiler. Make the test program use a register provided
7895 by the compiler for the lxvd2x instruction.
7896
7897 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7898
7899 * gdb.trace/unavailable.cc (class Base, class Middle, class
7900 Derived): New types.
7901 (derived_unavail, derived_partial, derived_whole): New globals.
7902 (virtual_partial): New global.
7903 (virtualp): Point at virtual_partial.
7904 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
7905 related to unavailable vptr.
7906
7907 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7908
7909 * gdb.trace/unavailable.cc (a, b, c): New globals.
7910 (main): Set and clear them.
7911 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
7912 `a' and `c', and check that `b' isn't collected, although `a' and
7913 `c' are.
7914
7915 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7916
7917 * gdb.trace/unavailable.cc (struct Virtual): New.
7918 (virtualp): New global pointer.
7919 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
7920 printing a pointer to an object whose type has a vtable, with
7921 print object on.
7922
7923 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7924
7925 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
7926 value repeat handles unavailableness.
7927
7928 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7929
7930 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
7931 tests for building arrays from unavailable values, subscripting
7932 non-memory rvalue unvailable arrays, and accessing fields or
7933 baseclasses of non-lazy unavailable values,
7934 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
7935 struct types.
7936 (g_smallstruct, g_smallstruct_b): New globals.
7937
7938 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7939
7940 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
7941
7942 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7943
7944 Fix const/volatile qualifiers of C++ types, PR c++/12328.
7945 * gdb.cp/overload-const.exp: New file.
7946 * gdb.cp/overload-const.cc: New file.
7947
7948 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
7949
7950 * gdb.opencl/callfuncs.cl: New file.
7951 * gdb.opencl/callfuncs.exp: New test.
7952 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
7953
7954 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
7955
7956 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
7957 when computing result.
7958 * gdb.arch/altivec-abi.exp: Update expected results.
7959
7960 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7961
7962 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
7963 * gdb.base/jit.exp: Likewise.
7964 * gdb.base/pie-execl.exp: Likewise.
7965 * gdb.base/solib-nodir.exp: Likewise.
7966 * gdb.base/solib-overlap.exp: Likewise.
7967
7968 2011-02-07 Pedro Alves <pedro@codesourcery.com>
7969
7970 * gdb.trace/collection.c (global_pieces): New.
7971 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
7972 New procedure.
7973 (gdb_trace_collection_test): Call it.
7974
7975 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
7976
7977 * gdb.python/py-evthreads.c: New file.
7978 * gdb.python/py-evthreads.exp: New file.
7979 * gdb.python/py-events.py: New file.
7980 * gdb.python/py-events.exp: New file.
7981 * gdb.python/py-events.c: New file.
7982
7983 2011-02-04 David Daney <ddaney@caviumnetworks.com>
7984
7985 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
7986
7987 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
7988
7989 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
7990 gdb.base/disasm-end-cu.exp: New test for disassembling over the
7991 boundary between two compilation units.
7992
7993 2011-02-02 Pedro Alves <pedro@codesourcery.com>
7994
7995 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
7996 (Virtual): New structs.
7997 (virtual_o, virtual_middle_b): New globals.
7998 * gdb.cp/virtbase.exp: New tests.
7999
8000 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
8001
8002 * gdb.base/jit.exp: New file.
8003 * gdb.base/jit-main.c: New file.
8004 * gdb.base/jit-solib.c: New file.
8005
8006 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
8007
8008 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
8009 proceed to initial kernel entry point.
8010 * gdb.opencl/datatypes.exp: Likewise.
8011 * gdb.opencl/operators.exp: Likewise.
8012 * gdb.opencl/vec_comps.exp: Likewise.
8013
8014 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
8015
8016 * gdb.cp/nsnested.cc: New.
8017 * gdb.cp/nsnested.exp: New.
8018 * gdb.cp/nsnoimports.exp: New.
8019 * gdb.cp/nsnoimports.cc: New.
8020
8021 2011-01-31 Joel Brobecker <brobecker@adacore.com>
8022
8023 * gdb.base/interact.exp: Add extra tests that verify that
8024 the value of the interactive-mode setting does not change
8025 after the script is sourced.
8026
8027 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8028
8029 * gdb.cp/noparam.exp: New file.
8030 * gdb.cp/noparam.cc: New file.
8031
8032 2011-01-28 Pedro Alves <pedro@codesourcery.com>
8033
8034 * gdb.trace/tfile.exp: Test that with no traceframe selected,
8035 there's no stack or registers.
8036
8037 2011-01-26 Tom Tromey <tromey@redhat.com>
8038
8039 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
8040 space before string output. Add test for "set print pretty off"
8041 case.
8042
8043 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8044
8045 * gdb.base/frame-args.exp: Adjust.
8046 * gdb.dwarf2/dw2-noloc.exp: Adjust.
8047 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
8048 * gdb.dwarf2/pieces.exp: Adjust.
8049 * gdb.opt/clobbered-registers-O2.exp: Adjust.
8050 * gdb.opt/inline-locals.exp: Adjust.
8051 * gdb.threads/fork-child-threads.exp: Adjust.
8052
8053 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
8054
8055 * gdb.opencl/convs_casts.cl: Move program scope variables into the
8056 OpenCL kernel function. Add a comment as marker. Add address space
8057 qualifiers for the remaining program scope variables.
8058 * gdb.opencl/datatypes.cl: Likewise.
8059 * gdb.opencl/operators.cl: Likewise.
8060 * gdb.opencl/vec_comps.cl: Likewise.
8061 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
8062 Add breakpoint at the marker comment.
8063 * gdb.opencl/datatypes.exp: Likewise.
8064 * gdb.opencl/operators.exp: Likewise.
8065 * gdb.opencl/vec_comps.exp: Likewise.
8066
8067 2011-01-24 Pedro Alves <pedro@codesourcery.com>
8068
8069 * gdb.base/printcmds.c (some_struct): New struct and instance.
8070 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
8071 procedure.
8072 <global scope>: Call it.
8073
8074 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
8075
8076 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
8077 argument to the gdb_compile_opencl_hostapp call.
8078
8079 2011-01-19 Yao Qi <yao@codesourcery.com>
8080
8081 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
8082 positve list.
8083
8084 2011-01-19 Yao Qi <yao@codesourcery.com>
8085
8086 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
8087 canonical form.
8088 Remove "xscale-*-*"
8089 * gdb.xml/tdesc-regs.exp: Likewise.
8090 * gdb.python/py-section-script.exp: Replace ARM target triplet
8091 with canonical form.
8092 Match arm*-*-symbianelf*.
8093 * gdb.base/dup-sect.exp: Likewise.
8094 * lib/dwarf.exp: New.
8095 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
8096 dwarf2_support.
8097 * gdb.dwarf2/dup-psym.exp: Likewise.
8098 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
8099 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8100 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
8101 * gdb.dwarf2/dw2-basic.exp: Likewise.
8102 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8103 * gdb.dwarf2/dw2-const.exp: Likewise.
8104 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
8105 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
8106 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
8107 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
8108 * gdb.dwarf2/dw2-filename.exp: Likewise.
8109 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
8110 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
8111 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8112 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8113 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
8114 * gdb.dwarf2/dw2-noloc.exp: Likewise.
8115 * gdb.dwarf2/dw2-op-call.exp: Likewise.
8116 * gdb.dwarf2/dw2-producer.exp: Likewise.
8117 * gdb.dwarf2/dw2-ranges.exp: Likewise.
8118 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
8119 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
8120 * gdb.dwarf2/dw2-strp.exp: Likewise.
8121 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
8122 * gdb.dwarf2/implptr.exp: Likewise.
8123 * gdb.dwarf2/mac-fileno.exp: Likewise.
8124 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
8125 * gdb.dwarf2/pieces.exp: Likewise.
8126 * gdb.dwarf2/pr11465.exp: Likewise.
8127 * gdb.dwarf2/valop.exp: Likewise.
8128 * gdb.dwarf2/watch-notconst.exp: Likewise.
8129 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
8130
8131 2011-01-19 Tom Tromey <tromey@redhat.com>
8132
8133 * gdb.python/py-infthread.exp: Add thread tests.
8134
8135 2011-01-14 Joel Brobecker <brobecker@adacore.com>
8136
8137 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
8138
8139 2011-01-14 Joel Brobecker <brobecker@adacore.com>
8140
8141 * gdb.ada/widewide: New testcase.
8142
8143 2011-01-13 Joel Brobecker <brobecker@adacore.com>
8144
8145 * gdb.base/interact.exp: New testcase.
8146
8147 2011-01-12 Tom Tromey <tromey@redhat.com>
8148
8149 * gdb.mi/gdb2549.exp: Update for error message changes.
8150 * gdb.mi/mi-cli.exp: Likewise.
8151 * gdb.mi/mi-disassemble.exp: Likewise.
8152 * gdb.mi/mi-pthreads.exp: Likewise.
8153 * gdb.mi/mi-regs.exp: Likewise.
8154 * gdb.mi/mi-stack.exp: Likewise.
8155 * gdb.mi/mi-var-block.exp: Likewise.
8156 * gdb.mi/mi-var-cmd.exp: Likewise.
8157 * gdb.mi/mi2-cli.exp: Likewise.
8158 * gdb.mi/mi2-disassemble.exp: Likewise.
8159 * gdb.mi/mi2-pthreads.exp: Likewise.
8160 * gdb.mi/mi2-regs.exp: Likewise.
8161 * gdb.mi/mi2-stack.exp: Likewise.
8162 * gdb.mi/mi2-var-block.exp: Likewise.
8163 * gdb.mi/mi2-var-cmd.exp: Likewise.
8164
8165 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
8166 Jan Kratochvil <jan.kratochvil@redhat.com>
8167
8168 PR fortran/11104 and DWARF unbound arrays detection.
8169 * gdb.fortran/multi-dim.exp: New file.
8170 * gdb.fortran/multi-dim.f90: New file.
8171
8172 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
8173
8174 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
8175 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
8176 add new tests for opcode dumping.
8177
8178 2011-01-11 Tom Tromey <tromey@redhat.com>
8179
8180 * gdb.python/py-infthread.exp: Load gdb-python.exp.
8181
8182 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
8183
8184 Convert hardware watchpoints to use breakpoint_ops.
8185 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
8186 type is not supported.
8187 * gdb.base/foll-fork.exp: Likewise.
8188 * gdb.base/foll-vfork.exp: Likewise.
8189
8190 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
8191
8192 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
8193 Use load_lib gdb-python.exp.
8194 * gdb.python/python.exp: Ditto.
8195 * gdb.python/py-function.exp: Ditto.
8196
8197 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
8198
8199 * gdb.threads/tls.exp ("info address me"): Fix expected output.
8200
8201 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8202
8203 * configure: Regenerate.
8204
8205 2011-01-06 Tom Tromey <tromey@redhat.com>
8206
8207 * gdb.python/py-frame.exp: Test gdb.newest_frame.
8208
8209 2011-01-06 Joel Brobecker <brobecker@adacore.com>
8210
8211 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
8212 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
8213 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
8214 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
8215 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
8216 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
8217 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
8218 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
8219 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
8220 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
8221 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
8222 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
8223 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
8224 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
8225 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
8226 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
8227 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
8228 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
8229 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
8230 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
8231 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
8232 gdb.ada/uninitialized_vars.exp,
8233 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
8234 Simplify by using clean_restart.
8235
8236 2011-01-06 Joel Brobecker <brobecker@adacore.com>
8237
8238 Add marker to be used as anchor for inserting breakpoints.
8239 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
8240 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
8241 Likewise.
8242
8243 Remove uses of gdb_start_cmd.
8244 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
8245 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
8246
8247 Do not run testcase if testing with GDBserver.
8248 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
8249 if testing with GDBserver.
8250
8251 2011-01-06 Joel Brobecker <brobecker@adacore.com>
8252
8253 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
8254 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
8255 copyright header.
8256
8257 2011-01-05 Joel Brobecker <brobecker@adacore.com>
8258
8259 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
8260 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
8261 testsuite/gdb.fortran/complex.f,
8262 testsuite/gdb.fortran/derived-type.f90,
8263 testsuite/gdb.fortran/library-module-lib.f90,
8264 testsuite/gdb.fortran/library-module-main.f90,
8265 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
8266 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
8267 Copyright year update.
8268
8269 2011-01-05 Joel Brobecker <brobecker@adacore.com>
8270
8271 * gdb.base/langs1.f: Add copyright header.
8272
8273 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8274
8275 * gdb.base/morestack.exp: New file.
8276 * gdb.base/morestack.c: New file.
8277
8278 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8279
8280 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
8281
8282 2010-12-29 Joel Brobecker <brobecker@adacore.com>
8283
8284 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
8285 * gdb.ada/arrayptr.exp: Add test printing that new variable.
8286
8287 2010-12-29 Joel Brobecker <brobecker@adacore.com>
8288
8289 * gdb.ada/lang_switch.exp: Correct expected parameter value.
8290
8291 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
8292
8293 * gdb.threads/tls.exp: Fix typo.
8294
8295 * gdb.threads/thread-specific.exp (get_thread_list): Update.
8296 * gdb.threads/execl.exp: Update.
8297
8298 2010-12-23 Yao Qi <yao@codesourcery.com>
8299
8300 * gdb.arch/arm-disp-step.exp: New.
8301 * gdb.arch/arm-disp-step.S: New.
8302
8303 2010-12-21 Tom Tromey <tromey@redhat.com>
8304
8305 * gdb.threads/execl.exp: Update.
8306 * gdb.threads/linux-dp.exp: Update.
8307 * gdb.threads/manythreads.exp: Update.
8308 * gdb.threads/tls.exp: Update.
8309
8310 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8311
8312 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
8313 (NextOverThrowDerivates) <resumebpt>: New.
8314 (resumebpt_test): New.
8315 (main): Call resumebpt_test.
8316 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
8317
8318 2010-12-12 Stan Shebs <stan@codesourcery.com>
8319
8320 * gdb.trace/tsv.exp: Test print command on trace state variables.
8321
8322 2010-12-09 Tom Tromey <tromey@redhat.com>
8323
8324 * gdb.base/interp.exp: Add regression test.
8325
8326 2010-12-09 Tom Tromey <tromey@redhat.com>
8327
8328 * gdb.java/jnpe.java: New file.
8329 * gdb.java/jnpe.exp: New file.
8330 * gdb.cp/nextoverthrow.exp: New file.
8331 * gdb.cp/nextoverthrow.cc: New file.
8332
8333 2010-12-07 Doug Evans <dje@google.com>
8334
8335 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
8336 of data-directory.
8337 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
8338 updated.
8339 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
8340
8341 2010-11-29 Michael Snyder <msnyder@vmware.com>
8342
8343 * gdb.base/callfuncs.exp: Test for skip_float_tests.
8344 * gdb.base/call-sc.exp: Ditto.
8345 * gdb.base/finish.exp: Ditto.
8346 * gdb.base/return.exp: Ditto.
8347 * gdb.base/return2.exp: Ditto.
8348
8349 2010-11-30 Doug Evans <dje@google.com>
8350
8351 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
8352 (gdb_expect_list): Fix spelling errors in comments.
8353 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
8354 send_gdb/gdb_expect_list where applicable.
8355 * gdb.base/call-ar-st.exp: Ditto.
8356 * gdb.base/funcargs.exp: Ditto.
8357 * gdb.base/gcore.exp: Ditto.
8358 * gdb.base/page.exp: Ditto.
8359 * gdb.base/sigaltstack.exp: Ditto.
8360 * gdb.base/siginfo.exp: Ditto.
8361 * gdb.base/sigstep.exp: Ditto.
8362 * gdb.base/trace-commands.exp: Ditto.
8363
8364 2010-11-29 Doug Evans <dje@google.com>
8365
8366 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
8367 printer-name;subprinter-name.
8368
8369 2010-11-29 Tom Tromey <tromey@redhat.com>
8370
8371 * gdb.dwarf2/implptr.exp: New file.
8372 * gdb.dwarf2/implptr.c: New file.
8373 * gdb.dwarf2/implptr.S: New file.
8374
8375 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
8376
8377 PR python/12199
8378
8379 * gdb.python/py-breakpoint.exp: Test the delete method.
8380
8381 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8382
8383 Fix step_resume_breakpoint unsaved during an infcall.
8384 * gdb.base/step-resume-infcall.exp: New file.
8385 * gdb.base/step-resume-infcall.c: New file.
8386
8387 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
8388
8389 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
8390
8391 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
8392
8393 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
8394 on ppc64's symbols; "finish" and "return" commands must accept to
8395 show the caller line again as well as the line after.
8396 * gdb.asm/powerpc64.inc: New file.
8397
8398 2010-11-23 Doug Evans <dje@google.com>
8399
8400 * lib/gdb.exp (gdb_test_sequence): New function.
8401 (gdb_expect_list): Add verbose -log call for each pattern.
8402 * gdb.base/signals.exp (test_handle_all_print): Call it.
8403 Reduce timeout increment from 6 minutes to 1 minute.
8404 * gdb.server/ext-run.exp: Call it.
8405
8406 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
8407
8408 PR python/12212
8409
8410 * gdb.python/python.exp: Check that selected_thread raises an
8411 error when no inferior is loaded.
8412
8413 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8414
8415 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
8416 * gdb.dwarf2/dw2-stack-boundary.S: New file.
8417
8418 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8419
8420 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
8421 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
8422
8423 2010-11-18 Doug Evans <dje@google.com>
8424
8425 * gdb.server/ext-run.exp: Fix intermittent failures.
8426
8427 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8428
8429 * gdb.stabs/gdb11479.exp: Use runto_main.
8430
8431 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8432
8433 * gdb.base/break-entry.exp: Skip if using a stub.
8434
8435 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8436
8437 * gdb.python/py-inferior.exp: Pack values in target endianness.
8438
8439 2010-11-12 Tom Tromey <tromey@redhat.com>
8440
8441 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
8442 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
8443 MemoryError.
8444 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
8445 type.
8446 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
8447 MemoryError.
8448 (test_subscript_regression): Update exception type.
8449
8450 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
8451
8452 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
8453 breakpoint tests.
8454
8455 2010-11-09 Pedro Alves <pedro@codesourcery.com>
8456
8457 * gdb.base/watchpoint.exp: Test "watch -location" with an
8458 innacessible location.
8459
8460 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
8461 Luis Machado <luisgpm@br.ibm.com>
8462
8463 * gdb.base/maint.exp: Expect "." prefix.
8464 * gdb.base/nodebug.exp: Expect "." Likewise.
8465 * gdb.base/sepsymtab.exp: Expect "." Likewise.
8466 * gdb.base/watchpoint-cond-gone.exp: Likewise.
8467 * gdb.base/watchpoint.exp: Expect a software watch to be created for
8468 POWER server processors.
8469
8470 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
8471 Luis Machado <luisgpm@br.ibm.com>
8472
8473 * gdb.base/break-entry.exp: convert entry point for
8474 ppc64 and expect leading `.' on ppc64's symbols
8475
8476 2010-11-05 Doug Evans <dje@google.com>
8477
8478 * gdb.base/help.exp: Update expected output.
8479 * gdb.python/py-param.exp: Delete, contents moved to ...
8480 * gdb.python/py-parameter.exp: ... here. New file.
8481 Add test for gdb.parameter ("directories").
8482
8483 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
8484
8485 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
8486 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
8487 * configure: Regenerate.
8488 * gdb.opencl/Makefile.in: New File.
8489 * gdb.opencl/datatypes.exp: Likewise.
8490 * gdb.opencl/datatypes.cl: Likewise.
8491 * gdb.opencl/operators.exp: Likewise.
8492 * gdb.opencl/operators.cl: Likewise.
8493 * gdb.opencl/vec_comps.exp: Likewise.
8494 * gdb.opencl/vec_comps.cl: Likewise.
8495 * gdb.opencl/convs_casts.exp: Likewise.
8496 * gdb.opencl/convs_casts.cl: Likewise.
8497 * lib/opencl.exp: Likewise.
8498 * lib/opencl_hostapp.c: Likewise.
8499 * lib/opencl_kernel.cl: Likewise.
8500 * lib/cl_util.c: Likewise.
8501 * lib/cl_util.c: Likewise.
8502 * gdb.base/default.exp (set language): Add "opencl" to the list of
8503 languages.
8504
8505 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
8506
8507 * gdb.cp/overload.exp: Added test for inheritance overload.
8508 * gdb.cp/overload.cc: Ditto.
8509 * gdb.cp/oranking.exp: Removed releveant kfails.
8510
8511 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8512 Joel Brobecker <brobecker@adacore.com>
8513
8514 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
8515 check test_compiler_info.
8516
8517 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
8518
8519 * gdb.base/gnu_vector.exp: Adjust expect messages.
8520
8521 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
8522
8523 * gdb.base/gnu_vector.exp: Add unary operator tests.
8524
8525 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
8526
8527 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
8528
8529 2010-11-02 Doug Evans <dje@google.com>
8530
8531 * gdb.python/py-pp-maint.c: New file.
8532 * gdb.python/py-pp-maint.exp: New file.
8533 * gdb.python/py-pp-maint.py: New file.
8534
8535 2010-11-02 Tom Tromey <tromey@redhat.com>
8536
8537 * gdb.base/default.exp: Remove "scheme" from language list.
8538
8539 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8540
8541 Revert:
8542 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8543 * gdb.threads/sigstep-threads.exp: New file.
8544 * gdb.threads/sigstep-threads.c: New file.
8545
8546 2010-10-20 Michael Snyder <msnyder@vmware.com>
8547
8548 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
8549
8550 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8551
8552 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
8553 Skip test completely if gdb,no_hardware_watchpoints.
8554
8555 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8556
8557 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
8558 strict, but do not check for any particular function name within libc.
8559
8560 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
8561
8562 * gdb.cp/smartp.exp: New test.
8563 * gdb.cp/smartp.cc : New test.
8564
8565 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
8566
8567 * gdb.cp/converts.exp: Test pointer to bool conversion.
8568 Test pointer to long conversion.
8569 * gdb.cp/oranking.exp: Removed relevant kfail.
8570
8571 2010-10-18 Tom Tromey <tromey@redhat.com>
8572
8573 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
8574 argument to lazy_string.
8575 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
8576 (pp_ls.to_string): Use it.
8577 * gdb.python/py-prettyprint.c (main): Move declarations to top.
8578 Add "estring2" local.
8579
8580 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8581
8582 Fix s390x compatibility.
8583 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
8584 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
8585
8586 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8587
8588 * gdb.threads/sigstep-threads.exp: New file.
8589 * gdb.threads/sigstep-threads.c: New file.
8590
8591 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8592
8593 * gdb.base/pie-execl.exp: New file.
8594 * gdb.base/pie-execl.c: New file.
8595
8596 2010-10-13 Doug Evans <dje@google.com>
8597 Jan Kratochvil <jan.kratochvil@redhat.com>
8598
8599 PR exp/12117
8600 * gdb.cp/ptype-cv-cp.cc: New file.
8601 * gdb.cp/ptype-cv-cp.exp: New file.
8602
8603 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
8604
8605 * gdb.cp/converts.cc: New test program.
8606 * gdb.cp/converts.exp: New test.
8607 * gdb.cp/overload.exp: Added test for void* vs int*.
8608 * gdb.cp/overload.exp: Ditto.
8609 * gdb.cp/oranking.exp: Removed related kfail.
8610
8611 2010-10-13 Doug Evans <dje@google.com>
8612
8613 * lib/gdb-python.exp (gdb_check_python_config): New function.
8614 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
8615 * gdb.python/lib-types.cc: New file.
8616 * gdb.python/lib-types.exp: New file.
8617
8618 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8619
8620 * gdb.python/py-error.exp: New file.
8621 * gdb.python/py-error.py: New file.
8622
8623 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8624
8625 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
8626 gdb_test_multiple.
8627
8628 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8629
8630 * gdb.base/break-interp.exp: Use ldlags for linking flags.
8631 * gdb.base/prelink.exp: Likewise.
8632 * gdb.base/solib-nodir.exp: Likewise.
8633 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
8634 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
8635 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
8636
8637 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8638
8639 * break-interp.exp (test_ld): Use two separate gdb_expect statements
8640 for the "info files" test to avoid timeouts on slow machines.
8641
8642 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8643
8644 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
8645 (main): Make openlib dummy call.
8646
8647 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8648
8649 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
8650 * break-interp.exp (reach): Move the core body ...
8651 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
8652 (test_ld): Provide always real argument, even to the linker. Replace
8653 dl_main by _dl_debug_state.
8654
8655 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8656
8657 Fix results of prelinked PIEs on ppc*.
8658 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
8659 Accept also DISPLACEMENT "PRESENT".
8660 (main): Replace "ZERO" displacements by "PRESENT".
8661
8662 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
8663
8664 * gdb.cp/oranking.exp: New test.
8665 * gdb.cp/oranking.cc: New test program.
8666
8667 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
8668
8669 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
8670 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
8671
8672 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
8673
8674 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
8675 lush, lynx) New constant.
8676 * gdb.base/constvars.exp: Test const array types.
8677 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
8678
8679 2010-10-06 Doug Evans <dje@google.com>
8680
8681 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
8682 of syscall staging area.
8683
8684 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
8685
8686 * gdb.base/gnu_vector.c: Add variable c4.
8687 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
8688 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
8689
8690 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
8691
8692 * gdb.arch/altivec-abi.exp: Fix a typo.
8693
8694 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
8695
8696 * lib/mi-support.exp (thread_selected_re): Correct pattern used
8697 to match a thread ID.
8698
8699 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8700
8701 Fix s390x testcase compatibility.
8702 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
8703
8704 2010-10-01 Doug Evans <dje@google.com>
8705
8706 * lib/gdb-python.exp: New file.
8707 * gdb.python/py-block.exp: Use it.
8708 * gdb.python/py-breakpoint.exp: Ditto.
8709 * gdb.python/py-frame.exp: Ditto.
8710 * gdb.python/py-inferior.exp: Ditto.
8711 * gdb.python/py-param.exp: Ditto.
8712 * gdb.python/py-prettyprint.exp: Ditto.
8713 * gdb.python/py-shared.exp: Ditto.
8714 * gdb.python/py-symbol.exp: Ditto.
8715 * gdb.python/py-symtab.exp: Ditto.
8716 * gdb.python/py-type.exp: Ditto.
8717 * gdb.python/py-value.exp: Ditto.
8718 * gdb.python/python.exp: Ditto.
8719
8720 2010-09-30 Tom Tromey <tromey@redhat.com>
8721
8722 * gdb.base/anon.exp: New file.
8723 * gdb.base/anon.c: New file.
8724
8725 2010-09-30 Tom Tromey <tromey@redhat.com>
8726
8727 * gdb.base/completion.exp: Test completion through anonymous
8728 union.
8729 * gdb.base/break1.c (struct some_struct): Add anonymous union.
8730
8731 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8732
8733 Fix printing parameters of inlined functions.
8734 * gdb.dwarf2/dw2-inline-param.exp: New file.
8735 * gdb.dwarf2/dw2-inline-param-main.c: New file.
8736 * gdb.dwarf2/dw2-inline-param.S: New file.
8737
8738 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8739
8740 PR corefiles/12071.
8741 * gdb.base/corefile.exp (quit with a process, no question: load core)
8742 (quit with a core file): New tests.
8743
8744 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8745
8746 Fix GDB crash on inferior calls with self-referencing classes.
8747 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
8748 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
8749 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
8750
8751 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8752
8753 Fix lost siginfo_t for inferior calls.
8754 * gdb.base/siginfo-infcall.exp: New file.
8755 * gdb.base/siginfo-infcall.c: New file.
8756
8757 2010-09-22 Joel Brobecker <brobecker@adacore.com>
8758
8759 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
8760
8761 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8762
8763 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
8764 New test.
8765 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
8766
8767 2010-09-22 Joel Brobecker <brobecker@adacore.com>
8768
8769 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
8770 type of our const type.
8771
8772 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
8773
8774 * gdb.cp/pr12028.cc: New.
8775 * gdb.cp/pr12028.exp: New.
8776
8777 2010-09-22 Joel Brobecker <brobecker@adacore.com>
8778
8779 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
8780
8781 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
8782 Jan Kratochvil <jan.kratochvil@redhat.com>
8783
8784 PR mi/11407
8785 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
8786 * gdb.mi/dw2-ref-missing-frame-main.c New File.
8787 * gdb.mi/dw2-ref-missing-frame.S New File.
8788 * gdb.mi/dw2-ref-missing-frame.exp New File.
8789
8790 2010-09-14 Tom Tromey <tromey@redhat.com>
8791
8792 PR symtab/8399:
8793 * gdb.threads/tls.exp: Remove kfail. Update expected output.
8794
8795 2010-09-14 Tom Tromey <tromey@redhat.com>
8796
8797 PR exp/11803:
8798 * gdb.threads/tls.exp: Use C++.
8799 (check_thread_local): Use K::another_thread_local.
8800 * gdb.threads/tls.c (class K): New.
8801 (another_thread_local): Now a member of K.
8802 (spin): Update. No longer K&R C.
8803
8804 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8805
8806 * gdb.cp/koenig.cc: created class for testing member lookup.
8807 * gdb.cp/koenig.exp: Added test for member lookup.
8808
8809 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8810
8811 Fix false FAILs on sourcetree topdir directory containing "kill".
8812 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
8813 source line matching regexp.
8814
8815 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8816
8817 * gdb.python/python.exp (set height 0, collect help from uiout)
8818 (verify help to uiout): New tests.
8819
8820 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8821
8822 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
8823 is_lp64_target to check 64bit target.
8824
8825 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8826
8827 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
8828 (test_ld) <powerpc64-*>: New.
8829
8830 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8831
8832 * gdb.cp/templates.exp (test_template_args): Allow "struct".
8833
8834 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8835
8836 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
8837 (FunctionArg::method): New function.
8838 (empty, arg): New variables.
8839 (main): Call arg.method.
8840 * gdb.cp/templates.exp (test_template_args): New function.
8841 (do_tests): Call it.
8842
8843 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
8844
8845 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
8846 of "next" to proceed over pthread_exit call.
8847
8848 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
8849
8850 * gdb.base/maint.exp: Avoid wildcards against potentially very long
8851 "maint print statistics" output to prevent expect timeouts.
8852
8853 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8854
8855 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
8856 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8857 (test_float_rejected): ... here.
8858 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
8859 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8860 (test_float_rejected): ... here.
8861 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
8862 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8863 (test_float_rejected): ... here.
8864 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
8865 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8866 (test_float_rejected): ... here.
8867
8868 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8869
8870 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
8871 before disabling hardware watchpoints.
8872 (test_inaccessible_watchpoint): Check that hardware watchpoints
8873 are used. Test for watchpoints on a constant address.
8874
8875 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8876
8877 * gdb.base/ui-redirect.exp: New file.
8878
8879 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8880 Joel Brobecker <brobecker@adacore.com>
8881
8882 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
8883
8884 2010-08-31 Doug Evans <dje@google.com>
8885
8886 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
8887
8888 2010-08-30 Tom Tromey <tromey@redhat.com>
8889
8890 PR python/11792:
8891 * gdb.python/py-value.exp (test_subscript_regression): Add
8892 dynamic_type test.
8893
8894 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
8895
8896 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
8897 instead of running to main. Do not test the main function.
8898 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
8899 Add new main.
8900
8901 2010-08-26 Pedro Alves <pedro@codesourcery.com>
8902
8903 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
8904 one test.
8905
8906 2010-08-24 Doug Evans <dje@google.com>
8907
8908 PR symtab/11942
8909 * gdb.dwarf2/dw4-sig-types.cc: New file.
8910 * gdb.dwarf2/dw4-sig-types.h: New file.
8911 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
8912 * gdb.dwarf2/dw4-sig-types.exp: New file.
8913
8914 2010-08-23 Tom Tromey <tromey@redhat.com>
8915
8916 PR python/11145:
8917 * gdb.python/py-value.c (Base, Derived): New types.
8918 (base): New global.
8919 * gdb.python/py-value.exp (test_subscript_regression): Add
8920 dynamic_cast test.
8921
8922 2010-08-23 Tom Tromey <tromey@redhat.com>
8923
8924 PR python/10676:
8925 * gdb.python/py-type.exp (test_fields): Add tests for type
8926 equality.
8927
8928 2010-08-23 Tom Tromey <tromey@redhat.com>
8929
8930 PR python/11915:
8931 * gdb.python/py-type.exp (test_fields): Add tests for array.
8932
8933 2010-08-23 Keith Seitz <keiths@redhat.com>
8934
8935 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
8936 have any children. Create a new abbrev for it.
8937 Add missing terminal sequence to .debug_abbrev.
8938
8939 2010-08-20 Keith Seitz <keiths@redhat.com>
8940
8941 PR symtab/11465:
8942 * gdb.dwarf2/pr11465.exp: New test.
8943 * gdb.dwarf2/pr11465.S: New file.
8944 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
8945 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
8946
8947 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
8948
8949 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
8950 registers. Update data sets with the new v2_double element in the
8951 VSX register union. Add vector_register3_vr data set for the AltiVec
8952 registers. Use gdb_test_no_output instead of send_gdb.
8953
8954 2010-08-19 Pedro Alves <pedro@codesourcery.com>
8955
8956 * gdb.python/py-shared.exp: New file, factored out from
8957 python.exp.
8958 * gdb.python/py-shared.c: New file.
8959 * gdb.python/py-shared-sl.c: New file.
8960 * gdb.python/python-1.c: New file.
8961 * gdb.python/python-sl.c: Delete.
8962 * gdb.python/python.c: Mention python-1.c.
8963 * gdb.python/python.exp: Move shared library tests to
8964 py-shared.exp.
8965 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
8966 (MISCELLANEOUS): New.
8967 (clean mostlyclean): Also remove $MISCELLANEOUS.
8968
8969 2010-08-19 Doug Evans <dje@google.com>
8970
8971 PR exp/11926
8972 * gdb.base/printcmds.exp (test_float_accepted): New function.
8973 Move existing float tests there. Add tests for floats with suffixes.
8974 (test_float_rejected): New function.
8975 * gdb.java/jv-print.exp (test_float_accepted): New function.
8976 (test_float_rejected): New function.
8977 * gdb.objc/print.exp: New file.
8978 * gdb.pascal/print.exp: New file.
8979 * lib/objc.exp: New file.
8980
8981 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
8982
8983 * gdb.base/default.exp (info set): Avoid full buffer error and force
8984 reading up to final gdb prompt.
8985 (show): Likewise.
8986
8987 2010-08-18 Tom Tromey <tromey@redhat.com>
8988
8989 PR symtab/11919:
8990 * gdb.base/completion.exp: Add test.
8991
8992 2010-08-18 Doug Evans <dje@google.com>
8993
8994 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
8995 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
8996 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
8997 Simplify, early exit if runto_main fails.
8998 * gdb.fortran/exprs.exp: load_lib fortran.exp.
8999 (set_lang_fortran): Moved to lib/fortran.exp.
9000 * gdb.fortran/types.exp: load_lib fortran.exp.
9001 (set_lang_fortran): Moved to lib/fortran.exp.
9002 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
9003 * gdb.java/jprint.exp (set_lang_java): Ditto.
9004 * gdb.java/jv-exp.exp: load_lib java.exp.
9005 If set_lang_java fails, issue a warning instead of failure to be
9006 consistent with other set_lang_foo uses.
9007 (set_lang_java): Moved to lib/java.exp.
9008 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
9009 If set_lang_java fails, issue a warning instead of failure to be
9010 consistent with other set_lang_foo uses.
9011 * gdb.pascal/types.exp: load_lib pascal.exp.
9012 (set_lang_pascal): Moved to lib/pascal.exp.
9013 * lib/fortran.exp: New file.
9014 * lib/java.exp (set_lang_java): New function.
9015 * lib/pascal.exp (set_lang_pascal): New function.
9016
9017 2010-08-18 Yao Qi <yao@codesourcery.com
9018
9019 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
9020 func_nofb_start and func_loopfb_start, so that address of functions
9021 is equal to these labels on Thumb.
9022
9023 2010-08-18 Yao Qi <yao@codesourcery.com>
9024
9025 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
9026 to reflect latest c source file.
9027
9028 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9029
9030 * gdb.cp/infcall-dlopen.exp: New file.
9031 * gdb.cp/infcall-dlopen.cc: New file.
9032 * gdb.cp/infcall-dlopen-lib.cc: New file.
9033
9034 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9035 Pedro Alves <pedro@codesourcery.com>
9036
9037 PR breakpoints/11371
9038
9039 * gdb.base/watch-cond-infcall.exp: New file.
9040 * gdb.base/watch-cond-infcall.c: New file.
9041
9042 2010-08-16 Tom Tromey <tromey@redhat.com>
9043
9044 * gdb.base/help.exp: Update.
9045 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
9046 watchpoint.
9047 (test_watch_location): New proc.
9048 (test_watchpoint_in_big_blob): Delete watchpoint.
9049 * gdb.base/watchpoint.c (func5): New function.
9050 (main): Call it.
9051
9052 2010-08-16 Doug Evans <dje@google.com>
9053
9054 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
9055
9056 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
9057
9058 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
9059 tests.
9060
9061 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
9062
9063 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
9064 * gdb.base/gnu_vector.c: New File.
9065 * gdb.base/gnu_vector.exp: Likewise.
9066
9067 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
9068
9069 * gdb.python/python.c: New File.
9070 * gdb.python/python-sl.c: New File.
9071 * gdb.python/python.exp: Test solib_address and decode_line
9072 * functions.
9073
9074 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9075
9076 * gdb.python/python.exp (show height, set height 10)
9077 (verify pagination beforehand, verify pagination beforehand: q)
9078 (gdb.execute does not page, verify pagination afterwards)
9079 (verify pagination afterwards: q): New.
9080
9081 2010-08-02 Doug Evans <dje@google.com>
9082
9083 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
9084 because of an older gcc, change test2
9085 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
9086 to unsupported.
9087
9088 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
9089
9090 * gdb.base/break-always.exp: Do not expect full paths to file
9091 names.
9092 * gdb.base/commands.exp: Likewise.
9093
9094 2010-07-30 Doug Evans <dje@google.com>
9095
9096 * gdb.cp/temargs.exp: For new tests that require newer gccs,
9097 xfail them when run with older gccs.
9098
9099 * lib/gdb.exp (build_executable): Forward "c++" option to
9100 get_compiler_info.
9101
9102 * gdb.python/py-type.exp (test_template): Mark as xfail tests
9103 "python print ttype.template_argument(1)" and
9104 "python print isinstance(ttype.template_argument(1), gdb.Value)"
9105 if using gcc 4.4 or earlier.
9106
9107 * gdb.base/valgrind-db-attach.exp: Use unique test name for
9108 attach-to-debugger handling.
9109
9110 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9111
9112 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
9113 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
9114 (main): Use copyreloc.
9115 * gdb.base/prelink.exp (split debug of executable)
9116 (.dynbss vs. .bss address shift): New tests.
9117
9118 2010-07-29 Pedro Alves <pedro@codesourcery.com>
9119
9120 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
9121 in gdb_test_multiple.
9122
9123 2010-07-29 Pedro Alves <pedro@codesourcery.com>
9124
9125 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
9126 environment.
9127
9128 2010-07-28 Tom Tromey <tromey@redhat.com>
9129
9130 PR python/11060:
9131 * gdb.python/py-type.c (Temargs): New template.
9132 (temvar): New variable.
9133 * gdb.python/py-type.exp (test_template): New proc.
9134
9135 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
9136
9137 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
9138 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
9139
9140 2010-07-28 Tom Tromey <tromey@redhat.com>
9141
9142 PR c++/9946:
9143 * gdb.cp/temargs.exp: New file.
9144 * gdb.cp/temargs.cc: New file.
9145
9146 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9147
9148 * gdb.base/help.exp (help disassemble): Update the content.
9149
9150 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9151
9152 * gdb.threads/ia64-sigill.exp: New file.
9153 * gdb.threads/ia64-sigill.c: New file.
9154
9155 2010-07-27 Tom Tromey <tromey@redhat.com>
9156
9157 * gdb.opt/inline-cmds.c (ATTR): New define.
9158 (func1): Use it.
9159 (func2): Likewise.
9160 (func3): Likewise.
9161 (outer_inline1): Likewise.
9162 (outer_inline2): Likewise.
9163 * gdb.opt/inline-bt.c (ATTR): New define.
9164 (func1): Use it.
9165 (func2): Likewise.
9166 * gdb.opt/inline-locals.c (ATTR): New define.
9167 (func1): Use it.
9168 (func2): Likewise.
9169
9170 2010-07-27 Tom Tromey <tromey@redhat.com>
9171
9172 * gdb.stabs/gdb11479.c (hack): New function.
9173 (test): Use it.
9174 (test2): Use it.
9175 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
9176 (int32_search_buf, int64_search_buf): No longer static.
9177 (x): Remove.
9178 * gdb.base/relocate.c (hack): New function.
9179
9180 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
9181
9182 * gdb.python/py-value.exp (test_inferior_function_call): New function.
9183 * gdb.python/py-value.c (func1): New function.
9184 (func2): Likewise.
9185
9186 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
9187
9188 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
9189 as not to clash with .data section.
9190
9191 2010-07-26 Jerome Guitton <guitton@adacore.com>
9192
9193 * gdb.base/code_elim.exp: New file.
9194 * gdb.base/code_elim1.c: New file.
9195 * gdb.base/code_elim2.c: New file.
9196
9197 2010-07-21 Pedro Alves <pedro@codesourcery.com>
9198
9199 PR symtab/11827
9200
9201 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
9202 (some_volatile_enum): New variable.
9203 * gdb.base/printcmds.exp (test_print_enums): New.
9204 <top level>: Call it.
9205
9206 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
9207
9208 * gdb.cp/fpointer.cc: New test.
9209 * gdb.cp/fpointer.exp: New test.
9210
9211 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9212
9213 * gdb.base/solib-nodir.exp: New file.
9214 * lib/gdb.exp (runto): New case for a GDB internal error.
9215
9216 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9217 Ulrich Weigand <uweigand@de.ibm.com>
9218 Tom Tromey <tromey@redhat.com>
9219
9220 * gdb.base/charset-malloc.c: New file.
9221 * gdb.base/charset.c (malloc_stub): New prototype.
9222 (main): Call it instead of malloc itself.
9223 * gdb.base/charset.exp: Use only prepare_for_testing.
9224 (binfile): Remove the variable.
9225
9226 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9227
9228 Make core files the process_stratum.
9229 * gdb.base/corefile.exp (run: load core again)
9230 (run: sanity check we see the core file, run: with core)
9231 (run: core file is cleared, attach: load core again)
9232 (attach: sanity check we see the core file, attach: with core)
9233 (attach: core file is cleared): New tests.
9234 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
9235
9236 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
9237
9238 * gdb.arch/altivec-abi.exp: New tests.
9239
9240 2010-07-13 Tom Tromey <tromey@redhat.com>
9241
9242 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
9243 (main): Use it.
9244 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
9245
9246 2010-07-13 Tom Tromey <tromey@redhat.com>
9247
9248 * gdb.base/label.exp: New file.
9249 * gdb.base/label.c: New file.
9250
9251 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
9252 H.J. Lu <hongjiu.lu@intel.com>
9253
9254 * lib/gdb.exp (is_ilp32_target): New.
9255 (is_lp64_target): Likewise.
9256
9257 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
9258 target.
9259 * gdb.arch/amd64-disp-step.exp: Likewise.
9260 * gdb.arch/amd64-dword.exp: Likewise.
9261 * gdb.arch/amd64-i386-address.exp: Likewise.
9262 * gdb.arch/amd64-word.exp: Likewise.
9263
9264 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
9265 target.
9266 * gdb.arch/i386-bp_permanent.exp: Likewise.
9267 * gdb.arch/i386-byte.exp: Likewise.
9268 * gdb.arch/i386-disp-step.exp: Likewise.
9269 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9270 * gdb.arch/i386-prologue.exp: Likewise.
9271 * gdb.arch/i386-size-overlap.exp: Likewise.
9272 * gdb.arch/i386-size.exp: Likewise.
9273 * gdb.arch/i386-sse.exp: Likewise.
9274 * gdb.arch/i386-unwind.exp: Likewise.
9275 * gdb.arch/i386-word.exp: Likewise.
9276
9277 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
9278 test only when building 64-bit executables. Do not hard-code
9279 -m64 option.
9280
9281 2010-07-07 Doug Evans <dje@google.com>
9282
9283 * lib/gdb.exp (gdb_test_list_exact): New function.
9284 * gdb.base/default.exp (show convenience): Call it, add tests for
9285 $_sdata = void, $_thread = 0.
9286
9287 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9288 Joel Brobecker <brobecker@adacore.com>
9289
9290 Fix re-run of PIE executable, PR shlibs/11776.
9291 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
9292 Remove $displacement_main to match the solib-svr4.c change. New "kill"
9293 and re-"run" of the inferior.
9294
9295 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9296 Joel Brobecker <brobecker@adacore.com>
9297
9298 Cope with missing /usr/sbin/prelink.
9299 * lib/prelink-support.exp (prelink_no):
9300 <result == 1 && $output is "no such file or directory">: New.
9301 (prelink_yes): Likewise. Return on failed prelink_no.
9302
9303 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9304 Joel Brobecker <brobecker@adacore.com>
9305
9306 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
9307 build_executable by build_executable_own_libs. Replace "prelink -R"
9308 execution by a call of prelink_yes. Comment why "prelink -r" needs no
9309 change.
9310 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
9311 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
9312 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
9313 Replace build_executable by build_executable_own_libs's function
9314 build_executable_own_libs.
9315 (prelinkNO): Create new stub to call prelink_no.
9316 (prelinkYES): Create new stub to call prelink_yes.
9317 (test_attach): Rename calls of copy to file_copy.
9318 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
9319 (copy): Move to ...
9320 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
9321 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
9322 * gdb.base/prelink.exp: Disable testcase also for is_remote and
9323 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
9324 special flags by gdb_compile_shlib. Replace second gdb_compile by
9325 build_executable_own_libs. Replace "prelink -R" execution by a call of
9326 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
9327 a second call of prelink_yes. Replace restart commands by
9328 clean_restart.
9329 (prelink): Rename to ...
9330 (seen displacement message): ... this test. Extend its expectation
9331 strictness.
9332
9333 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9334
9335 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
9336 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
9337 displacement message exactly once.
9338
9339 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9340 Joel Brobecker <brobecker@adacore.com>
9341
9342 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
9343 its restore after the <$relink_args != ""> loop. new comment.
9344
9345 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9346 Joel Brobecker <brobecker@adacore.com>
9347
9348 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
9349 code for it. New variable relink_args.
9350 (prelinkYES): Call prelinkNO.
9351 (test_attach): Accept new parameter relink_args. Re-prelink the binary
9352 in such case. Move the core code to ...
9353 (test_attach_gdb): ... a new function. Send GDB command "file".
9354 Extend expected "Attaching to " string.
9355
9356 2010-07-02 Tom Tromey <tromey@redhat.com>
9357
9358 * gdb.base/bitops.exp: Remove extraneous "pass".
9359
9360 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
9361
9362 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
9363
9364 2010-07-01 Pedro Alves <pedro@codesourcery.com>
9365
9366 * gdb.base/help.exp: Adjust expected output.
9367
9368 2010-07-01 Pedro Alves <pedro@codesourcery.com>
9369
9370 * gdb.base/help.exp: Adjust expected output.
9371
9372 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9373
9374 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
9375 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
9376 c++/11702.
9377
9378 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9379 Doug Evans <dje@google.com>
9380
9381 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
9382 add .dynamic entry'.
9383
9384 2010-06-29 Doug Evans <dje@google.com>
9385
9386 Test PR c++/11702.
9387 * gdb.cp/m-static.exp: Add testcase.
9388 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
9389
9390 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
9391 Tom Tromey <tromey@redhat.com>
9392 Thiago Jung Bauermann <bauerman@br.ibm.com>
9393
9394 * gdb.python/py-inferior.c: New File.
9395 * gdb.python/py-infthread.c: New File.
9396 * gdb.python/py-inferior.exp: New File.
9397 * gdb.python/py-infthread.exp: New File.
9398
9399 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9400
9401 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
9402 (ptype ::C::OtherFileClass typedefs): New.
9403 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
9404 (C::OtherFileClass::cOtherFileClassVar2): New.
9405 (C::OtherFileClass::cOtherFileClassVar_use): Use also
9406 cOtherFileClassVar2.
9407 (C::cOtherFileType2, C::cOtherFileVar2): New.
9408 (C::cOtherFileVar_use): use also cOtherFileVar2.
9409 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
9410
9411 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9412
9413 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
9414 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
9415 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
9416 (print ::C::cOtherFileVar)
9417 (whatis C::OtherFileClass::cOtherFileClassType)
9418 (whatis ::C::OtherFileClass::cOtherFileClassType)
9419 (print C::OtherFileClass::cOtherFileClassVar)
9420 (print ::cOtherFileClassVar)
9421 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
9422 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
9423 trailing content.
9424 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
9425 (C::OtherFileClass::cOtherFileClassVar)
9426 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
9427 (C::cOtherFileVar, C::cOtherFileVar_use): New.
9428
9429 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9430
9431 Test PR c++/11703 and PR gdb/1448.
9432 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
9433 gdb/1448.
9434
9435 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9436
9437 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
9438 (main) <rtti_data>: New.
9439 * gdb.cp/virtbase.exp (print rtti_data): New.
9440
9441 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9442 Joel Brobecker <brobecker@adacore.com>
9443
9444 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
9445
9446 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9447
9448 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
9449
9450 2010-06-28 Doug Evans <dje@google.com>
9451
9452 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
9453
9454 2010-06-27 Doug Evans <dje@google.com>
9455
9456 * gdb.cp/m-static.exp: Update expected test output.
9457
9458 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
9459
9460 * gdb.gdb/selftest.exp: Adjust expected message for
9461 capturing start-up runtime.
9462
9463 2010-06-25 Tom Tromey <tromey@redhat.com>
9464
9465 PR python/10808:
9466 * gdb.python/python.exp: Add new tests.
9467
9468 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
9469
9470 * gdb.cp/operator.cc: Created an import loop.
9471 * gdb.cp/operator.exp: Added testcase for import loop.
9472
9473 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9474
9475 Test PR python/11407.
9476 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
9477 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
9478 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
9479 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
9480 executable_nofb and executable_fb. New variables srcsfile, objsfile,
9481 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
9482 binfile. Call gdb_compile with clean_restart twice.
9483 (func_nofb print, func_nofb backtrace, func_loopfb print)
9484 (func_loopfb backtrace): New.
9485
9486 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9487
9488 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
9489 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
9490 by a hand made one.
9491 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
9492 i?86 requirement. Remove variables srcfile and binfile. New variable
9493 sources, executable_nofb and executable_fb. Call prepare_for_testing.
9494
9495 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9496
9497 * gdb.cell/dwarfaddr.exp: New file.
9498 * gdb.cell/dwarfaddr.S: New file.
9499
9500 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9501
9502 Test PR 9436.
9503 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
9504
9505 2010-06-24 Hui Zhu <teawater@gmail.com>
9506
9507 * gdb.base/eval.exp: New file.
9508
9509 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9510
9511 * gdb.cell/fork.exp: New file.
9512 * gdb.cell/fork.c: Likewise.
9513 * gdb.cell/fork-spu.c: Likewise.
9514
9515 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
9516
9517 * lib/gdb.exp (banned_variables_traced): New global variable.
9518 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
9519 (gdb_init): Use `trace add variable' instead of obsolete
9520 `trace variable'.
9521
9522 2010-06-21 Doug Evans <dje@google.com>
9523
9524 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
9525
9526 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9527
9528 * gdb.arch/spu-ls.exp: New file.
9529 * gdb.arch/spu-ls.c: Likewise.
9530
9531 2010-06-18 Stan Shebs <stan@codesourcery.com>
9532
9533 * gdb.threads/thread-specific.exp: Add tests of $_thread.
9534
9535 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9536
9537 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
9538 * gdb.base/watch-cond.exp: Likewise.
9539 * gdb.python/py-breakpoint.exp: Likewise.
9540
9541 2010-06-18 Pedro Alves <pedro@codesourcery.com>
9542
9543 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
9544 clean_restart, make sure every test has a distinct message, and
9545 that messages don't include the executable' full path.
9546
9547 2010-06-17 Doug Evans <dje@google.com>
9548
9549 * gdb.arch/i386-size.exp: Updated expected output for
9550 DISASSEMBLY_OMIT_FNAME.
9551
9552 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9553 Sergio Durigan Junior <sergiodj@redhat.com>
9554
9555 * gdb.base/watch-notconst.c: New file.
9556 * gdb.base/watch-notconst.S: New file.
9557 * gdb.base/watch-notconst2.c: New file.
9558 * gdb.base/watch-notconst2.S: New file.
9559 * gdb.base/watch-notconst.exp: New file.
9560 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
9561 (func4): Add operations on `global_ptr_ptr'.
9562 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
9563 routine to test watchpoints created with a constant expression.
9564 (test_inaccessible_watchpoint): Include tests for watchpoints
9565 created with a constant expression.
9566
9567 2010-06-14 Kevin Buettner <kevinb@redhat.com>
9568
9569 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
9570 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
9571 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
9572 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
9573 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
9574 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
9575 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
9576 of `_start'.
9577
9578 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9579
9580 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
9581 not supported on the target.
9582 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9583 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9584 * gdb.mi/mi-nsintrall.exp: Likewise.
9585 * gdb.mi/mi-nsmoribund.exp: Likewise.
9586 * gdb.mi/mi-nsthrexec.exp: Likewise.
9587
9588 2010-06-11 Stan Shebs <stan@codesourcery.com>
9589
9590 * gdb.base/permissions.exp: New file.
9591
9592 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9593
9594 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
9595 does not support ELF executable class.
9596
9597 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9598
9599 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
9600
9601 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9602
9603 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
9604 (runto): Catch "The target does not support running in non-stop mode.".
9605
9606 2010-06-11 Michael Snyder <msnyder@vmware.com>
9607
9608 * gdb.base/setshow.exp (set language asm): Don't use
9609 gdb_test_no_output, fails on some targets.
9610
9611 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9612
9613 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
9614 * gdb.cp/pr9167.exp: Likewise.
9615
9616 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9617
9618 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
9619
9620 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9621
9622 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
9623
9624 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9625
9626 * gdb.base/charset.c (main): Make sure malloc gets linked in.
9627
9628 2010-06-11 Tom Tromey <tromey@redhat.com>
9629
9630 PR gdb/9977, PR exp/11636::
9631 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
9632 (pieces_test_f6): Update expected output.
9633
9634 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9635
9636 * gdb.base/moribund-step.exp: New.
9637
9638 2010-06-08 Michael Snyder <msnyder@vmware.com>
9639
9640 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
9641 * gdb.ada/boolean_expr.exp:
9642 * gdb.ada/frame_args.exp: Ditto.
9643 * gdb.ada/lang_switch.exp: Ditto.
9644 * gdb.ada/ptype_arith_binop.exp: Ditto.
9645 * gdb.ada/ref_param.exp: Ditto.
9646 * gdb.ada/type_coercion.exp:Ditto.
9647
9648 * gdb.asm/asm-source.exp: Ditto.
9649
9650 * gdb.base/attach.exp: Ditto.
9651 * gdb.base/bitfields2.exp: Ditto.
9652 * gdb.base/call-signal-resume.exp: Ditto.
9653 * gdb.base/callfuncs.exp: Ditto.
9654 * gdb.base/commands.exp: Ditto.
9655 * gdb.base/dbx.exp: Ditto.
9656 * gdb.base/default.exp: Ditto.
9657 * gdb.base/dump.exp: Ditto.
9658 * gdb.base/exprs.exp: Ditto.
9659 * gdb.base/freebpcmd.exp: Ditto.
9660 * gdb.base/interrupt.exp: Ditto.
9661 * gdb.base/list.exp: Ditto.
9662 * gdb.base/long_long.exp: Ditto.
9663 * gdb.base/maint.exp: Ditto.
9664 * gdb.base/ptype.exp: Ditto.
9665 * gdb.base/return.exp: Ditto.
9666 * gdb.base/setshow.exp: Ditto.
9667 * gdb.base/sigbpt.exp: Ditto.
9668 * gdb.base/sigrepeat.exp: Ditto.
9669
9670 * gdb.cp/classes.exp: Ditto.
9671
9672 * gdb.dwarf2/dw2-restore.exp: Ditto.
9673
9674 * gdb.gdb/selftest.exp: Ditto.
9675
9676 * gdb.multi/base.exp: Ditto.
9677 * gdb.multi/bkpt-multi-exec.exp: Ditto.
9678
9679 * gdb.python/py-block.exp: Ditto.
9680 * gdb.python/py-prettyprint.exp: Ditto.
9681 * gdb.python/py-template.exp: Ditto.
9682
9683 * gdb.server/ext-attach.exp: Ditto.
9684 * gdb.server/ext-run.exp: Ditto.
9685 * gdb.server/server-mon.exp: Ditto.
9686
9687 * gdb.threads/fork-thread-pending.exp: Ditto.
9688 * gdb.threads/hand-call-in-threads.exp: Ditto.
9689 * gdb.threads/interrupted-hand-call.exp: Ditto.
9690 * gdb.threads/linux-dp.exp: Ditto.
9691 * gdb.threads/manythreads.exp: Ditto.
9692 * gdb.threads/print-threads.exp: Ditto.
9693 * gdb.threads/pthreads.exp: Ditto.
9694 * gdb.threads/schedlock.exp: Ditto.
9695 * gdb.threads/thread-unwindonsignal.exp: Ditto.
9696 * gdb.threads/threadapply.exp: Ditto.
9697
9698 2010-06-08 Michael Snyder <msnyder@vmware.com>
9699
9700 * gdb.ada/exec_changed.exp:
9701 Use ".*" instead of "" as wildcard regexp.
9702
9703 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
9704 * gdb.base/call-ar-st.exp: Ditto.
9705 * gdb.base/checkpoint.exp: Ditto.
9706 * gdb.base/default.exp: Ditto.
9707 * gdb.base/dump.exp: Ditto.
9708 * gdb.base/ending-run.exp: Ditto.
9709 * gdb.base/fileio.exp: Ditto.
9710 * gdb.base/miscexprs.exp: Ditto.
9711 * gdb.base/pointers.exp: Ditto.
9712 * gdb.base/readline.exp: Ditto.
9713 * gdb.base/reread.exp: Ditto.
9714 * gdb.base/restore.exp: Ditto.
9715 * gdb.base/shlib-call.exp: Ditto.
9716 * gdb.base/valgrind-db-attach.exp: Ditto.
9717 * gdb.base/volatile.exp: Ditto.
9718 * gdb.base/watchpoints.exp: Ditto.
9719
9720 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
9721
9722 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
9723 * gdb.python/py-value.exp: Ditto.
9724
9725 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
9726 * gdb.trace/circ.exp: Ditto.
9727 * gdb.trace/collection.exp: Ditto.
9728 * gdb.trace/packetlen.exp: Ditto.
9729 * gdb.trace/passc-dyn.exp: Ditto.
9730 * gdb.trace/report.exp: Ditto.
9731 * gdb.trace/tfile.exp: Ditto.
9732 * gdb.trace/tfind.exp: Ditto.
9733 * gdb.trace/while-dyn.exp: Ditto.
9734
9735 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9736
9737 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
9738
9739 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9740
9741 Test PR 10640.
9742 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
9743
9744 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
9745
9746 * gdb.cp/koenig.exp: Test for ADL operators.
9747 * gdb.cp/koenig.cc: Added ADL operators.
9748 * gdb.cp/operator.exp: New test.
9749 * gdb.cp/operator.cc: New test.
9750
9751 2010-06-04 Michael Snyder <msnyder@vmware.com>
9752
9753 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
9754 * gdb.base/pending.exp: Ditto.
9755
9756 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
9757
9758 2010-06-04 Doug Evans <dje@google.com>
9759
9760 * gdb.python/py-prettyprint.exp: Add new test for enabled and
9761 disabled printers.
9762 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
9763 (enable_lookup_function): New function.
9764
9765 2010-06-04 Tom Tromey <tromey@redhat.com>
9766
9767 * gdb.python/py-value.exp (test_value_hash): Don't test equality
9768 of hash and id.
9769
9770 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9771
9772 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
9773 newline.
9774 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
9775 (empty verbose non-noisy clear, empty verbose noisy clear)
9776 (empty non-verbose noisy clear): Likewise.
9777
9778 2010-06-03 Michael Snyder <msnyder@vmware.com>
9779
9780 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
9781 * gdb.base/display.exp: Ditto.
9782 * gdb.base/find.exp: Ditto.
9783 * gdb.base/ifelse.exp: Ditto.
9784 * gdb.base/multi-forks.exp: Ditto.
9785 * gdb.base/recurse.exp: Ditto.
9786 * gdb.base/setshow.exp: Ditto.
9787 * gdb.base/value-double-free.exp: Ditto.
9788 * gdb.base/watch-vfork.exp: Ditto.
9789 * gdb.base/watch_thread_num.exp: Ditto.
9790 * gdb.base/watchpoint-solib.exp: Ditto.
9791 * gdb.base/watchpoint.exp: Ditto.
9792 * gdb.base/watchpoints.exp: Ditto.
9793
9794 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
9795 * gdb.cp/overload.exp: Ditto.
9796 * gdb.cp/virtfunc.exp: Ditto.
9797
9798 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
9799
9800 * gdb.reverse/watch-precsave.exp:
9801 Replace gdb_test with gdb_test_no_output.
9802
9803 * gdb.threads/attach-into-signal.exp:
9804 Replace gdb_test with gdb_test_no_output.
9805 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
9806 * gdb.threads/watchthreads.exp: Ditto.
9807 * gdb.threads/watchthreads2.exp: Ditto.
9808
9809 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
9810 * gdb.trace/tfind.exp: Ditto.
9811
9812 2010-06-03 Joel Brobecker <brobecker@adacore.com>
9813
9814 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
9815 successful test if message is the empty string.
9816
9817 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9818
9819 * gdb.fortran/module.exp (stopped language detection): New test.
9820
9821 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9822
9823 Support DW_TAG_module as separate namespaces.
9824 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
9825 gdb.fortran/library-module-lib.f90: New.
9826 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
9827 (print i): Remove.
9828 (continue to breakpoint: i-is-1, print var_i value 1)
9829 (continue to breakpoint: i-is-2, print var_i value 2)
9830 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
9831 (print var_d, print var_i value 14, ptype modmany, complete `modm)
9832 (complete `modmany, complete `modmany`, complete `modmany`var)
9833 (show language, setting breakpoint at module): New tests.
9834 * gdb.fortran/module.f90 (module mod): Remove.
9835 (module mod1, module mod2, module modmany, subroutine sub1)
9836 (subroutine sub2, program module): New.
9837
9838 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9839
9840 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
9841 (print value of rUC, print value of rI, print value of UI): ... here.
9842 * gdb.cp/anon-union.exp (pass): Rename to ...
9843 (print z 2): ... here.
9844
9845 2010-06-02 Michael Snyder <msnyder@vmware.com>
9846
9847 * gdb.trace/actions.exp: Use gdb_test_no_output.
9848 * gdb.trace/circ.exp: Ditto.
9849 * gdb.trace/packetlen.exp: Ditto.
9850 * gdb.trace/save-trace.exp: Ditto.
9851 * gdb.trace/tracecmd.exp: Ditto.
9852 * gdb.trace/tsv.exp: Ditto.
9853
9854 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
9855 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
9856 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
9857 * gdb.threads/manythreads.exp: Ditto.
9858 * gdb.threads/print-threads.exp: Ditto.
9859 * gdb.threads/pthreads.exp: Ditto.
9860 * gdb.threads/schedlock.exp: Ditto.
9861 * gdb.threads/staticthreads.exp: Ditto.
9862 * gdb.threads/thread-specific.exp: Ditto.
9863 * gdb.threads/thread-unwindonsignal.exp: Ditto.
9864 * gdb.threads/threadapply.exp: Ditto.
9865 * gdb.threads/watchthreads.exp: Ditto.
9866 * gdb.threads/watchthreads2.exp: Ditto.
9867
9868 * gdb.python/py-block.exp: Use gdb_test_no_output.
9869 * gdb.python/py-prettyprint.exp: Ditto.
9870 * gdb.python/py-template.exp: Ditto.
9871 * gdb.python/py-value.exp: Ditto.
9872
9873 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
9874 * gdb.reverse/watch-reverse.exp: Ditto.
9875
9876 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
9877 * gdb.server/ext-run.exp: Ditto.
9878
9879 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
9880 * gdb.dwarf2/dw2-compressed.exp: Ditto.
9881 * gdb.dwarf2/dw2-intercu.exp: Ditto.
9882 * gdb.dwarf2/dw2-intermix.exp: Ditto.
9883 * gdb.dwarf2/dw2-producer.exp: Ditto.
9884 * gdb.dwarf2/mac-fileno.exp: Ditto.
9885
9886 * gdb.gdb/observer.exp: Use gdb_test_no_output.
9887 * gdb.gdb/selftest.exp: Ditto.
9888
9889 * gdb.multi/base.exp: Use gdb_test_no_output.
9890
9891 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
9892
9893 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9894
9895 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
9896
9897 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
9898
9899 * gdb.cp/class2.exp: Use gdb_test_no_output.
9900 * gdb.cp/classes.exp: Ditto.
9901 * gdb.cp/extern-c.exp: Ditto.
9902 * gdb.cp/inherit.exp: Ditto.
9903 * gdb.cp/maint.exp: Ditto.
9904 * gdb.cp/mb-inline.exp: Ditto.
9905 * gdb.cp/mb-templates.exp: Ditto.
9906 * gdb.cp/method2.exp: Ditto.
9907 * gdb.cp/misc.exp: Ditto.
9908 * gdb.cp/ovldbreak.exp: Ditto.
9909 * gdb.cp/punctuator.exp: Ditto.
9910 * gdb.cp/templates.exp: Ditto.
9911 * gdb.cp/virtbase.exp: Ditto.
9912
9913 * gdb.threads/attach-stopped.exp:
9914 Replace uses of send_gdb / gdb_expect.
9915 * gdb.threads/attachstop-mt.exp:
9916 Replace uses of send_gdb / gdb_expect.
9917 * gdb.threads/gcore-thread.exp:
9918 Replace uses of send_gdb / gdb_expect.
9919 * gdb.threads/hand-call-in-threads.exp:
9920 Replace uses of send_gdb / gdb_expect.
9921 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
9922 * gdb.threads/print-threads.exp:
9923 Replace uses of send_gdb / gdb_expect.
9924 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
9925 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
9926 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
9927
9928 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
9929 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
9930 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
9931 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
9932 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
9933 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
9934 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
9935 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
9936 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
9937 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
9938 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
9939
9940 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9941
9942 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
9943
9944 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
9945
9946 * gdb.cp/koenig.exp: Added new test case.
9947 * gdb.cp/koenig.cc: Ditto.
9948
9949 2010-06-01 Michael Snyder <msnyder@vmware.com>
9950
9951 * gdb.base/arithmet.exp: Use gdb_test_no_output.
9952 * gdb.base/arrayidx.exp: Ditto.
9953 * gdb.base/attach.exp: Ditto.
9954 * gdb.base/auxv.exp: Ditto.
9955 * gdb.base/bigcre.exp: Ditto.
9956 * gdb.base/break-always.exp: Ditto.
9957 * gdb.base/break-interp.exp: Ditto.
9958 * gdb.base/break.exp: Ditto.
9959 * gdb.base/breakpoint-shadow.exp: Ditto.
9960 * gdb.base/call-ar-st.exp: Ditto.
9961 * gdb.base/call-sc.exp: Ditto.
9962 * gdb.base/call-signal-resume.exp: Ditto.
9963 * gdb.base/callfuncs.exp: Ditto.
9964 * gdb.base/catch-syscall.exp: Ditto.
9965 * gdb.base/charset.exp: Ditto.
9966 * gdb.base/code-expr.exp: Ditto.
9967 * gdb.base/commands.exp: Ditto.
9968 * gdb.base/cond-expr.exp: Ditto.
9969 * gdb.base/condbreak.exp: Ditto.
9970 * gdb.base/cursal.exp: Ditto.
9971 * gdb.base/cvexpr.exp: Ditto.
9972 * gdb.base/default.exp: Ditto.
9973 * gdb.base/del.exp: Ditto.
9974 * gdb.base/detach.exp: Ditto.
9975 * gdb.base/display.exp: Ditto.
9976 * gdb.base/ena-dis-br.exp: Ditto.
9977 * gdb.base/eval-skip.exp: Ditto.
9978 * gdb.base/foll-fork.exp: Ditto.
9979 * gdb.base/foll-vfork.exp: Ditto.
9980 * gdb.base/frame-args.exp: Ditto.
9981 * gdb.base/funcargs.exp: Ditto.
9982 * gdb.base/gcore-buffer-overflow.exp: Ditto.
9983 * gdb.base/gdbvars.exp: Ditto.
9984 * gdb.base/help.exp: Ditto.
9985 * gdb.base/ifelse.exp: Ditto.
9986 * gdb.base/included.exp: Ditto.
9987 * gdb.base/list.exp: Ditto.
9988 * gdb.base/macscp.exp: Ditto.
9989 * gdb.base/maint.exp: Ditto.
9990 * gdb.base/multi-fork.exp: Ditto.
9991 * gdb.base/overlays.exp: Ditto.
9992 * gdb.base/page.exp: Ditto.
9993 * gdb.base/pending.exp: Ditto.
9994 * gdb.base/pointers.exp: Ditto.
9995 * gdb.base/pr11022.exp: Ditto.
9996 * gdb.base/prelink.exp: Ditto.
9997 * gdb.base/printcmds.exp: Ditto.
9998 * gdb.base/psymtab.exp: Ditto.
9999 * gdb.base/randomize.exp: Ditto.
10000 * gdb.base/relational.exp: Ditto.
10001 * gdb.base/relocate.exp: Ditto.
10002 * gdb.base/remote.exp: Ditto.
10003 * gdb.base/sepdebug.exp: Ditto.
10004 * gdb.base/set-lang-auto.exp: Ditto.
10005 * gdb.base/setshow.exp: Ditto.
10006 * gdb.base/setvar.exp: Ditto.
10007 * gdb.base/signals.exp: Ditto.
10008 * gdb.base/signull.exp: Ditto.
10009 * gdb.base/sigstep.exp: Ditto.
10010 * gdb.base/sizeof.exp: Ditto.
10011 * gdb.base/solib-disc.exp: Ditto.
10012 * gdb.base/store.exp: Ditto.
10013 * gdb.base/structs.exp: Ditto.
10014 * gdb.base/structs2.exp: Ditto.
10015 * gdb.base/subst.exp: Ditto.
10016 * gdb.base/term.exp: Ditto.
10017 * gdb.base/trace-commands.exp: Ditto.
10018 * gdb.base/unwindonsignal.exp: Ditto.
10019 * gdb.base/valgrind-db-attach.exp: Ditto.
10020 * gdb.base/varargs.exp: Ditto.
10021 * gdb.base/watch-cond.exp: Ditto.
10022 * gdb.base/watch_thread_num.exp: Ditto.
10023 * gdb.base/watchpoint-cond-gone.exp: Ditto.
10024 * gdb.base/watchpoint.exp: Ditto.
10025 * gdb.base/whatis-exp.exp: Ditto.
10026
10027 2010-06-01 Michael Snyder <msnyder@vmware.com>
10028
10029 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
10030 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
10031 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
10032 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
10033 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
10034 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
10035 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
10036 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
10037 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
10038 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
10039 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
10040 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
10041 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
10042 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
10043 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
10044
10045 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10046
10047 * gdb.base/commands.exp (begin commands on watch): Remove excessive
10048 trailing newline.
10049 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
10050 * gdb.java/jmisc.exp (p *args\n): Rename to ...
10051 (p *args): ... here and remove excessive trailing newline.
10052
10053 2010-05-31 Joel Brobecker <brobecker@adacore.com>
10054
10055 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
10056
10057 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
10058
10059 Accept the new Linux kernel "t (tracing stop)" string.
10060 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
10061 Update comment.
10062 (state_wait) <T (tracing stop)>: New.
10063 (main): Update the state_wait expect string.
10064
10065 2010-05-28 Pedro Alves <pedro@codesourcery.com>
10066
10067 * limits.c, limits.exp: Delete files.
10068 * Makefile.in (clean mostlyclean): Adjust.
10069 * tracecmd.exp: Adjust.
10070
10071 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10072
10073 * gdb.base/tui-layout.exp: New.
10074
10075 2010-05-28 Michael Snyder <msnyder@vmware.com>
10076
10077 * gdb.reverse/break-precsave.exp:
10078 Replace uses of send_gdb / gdb_expect.
10079 * gdb.reverse/break-reverse.exp:
10080 Replace uses of send_gdb / gdb_expect.
10081 * gdb.reverse/consecutive-precsave.exp:
10082 Replace uses of send_gdb / gdb_expect.
10083 * gdb.reverse/consecutive-reverse.exp:
10084 Replace uses of send_gdb / gdb_expect.
10085 * gdb.reverse/finish-precsave.exp:
10086 Replace uses of send_gdb / gdb_expect.
10087 * gdb.reverse/finish-reverse.exp:
10088 Replace uses of send_gdb / gdb_expect.
10089 * gdb.reverse/i386-precsave.exp:
10090 Replace uses of send_gdb / gdb_expect.
10091 * gdb.reverse/i386-reverse.exp:
10092 Replace uses of send_gdb / gdb_expect.
10093 * gdb.reverse/i386-sse-reverse.exp:
10094 Replace uses of send_gdb / gdb_expect.
10095 * gdb.reverse/i387-env-reverse.exp:
10096 Replace uses of send_gdb / gdb_expect.
10097 * gdb.reverse/i387-stack-reverse.exp:
10098 Replace uses of send_gdb / gdb_expect.
10099 * gdb.reverse/machinestate-precsave.exp:
10100 Replace uses of send_gdb / gdb_expect.
10101 * gdb.reverse/machinestate.exp:
10102 Replace uses of send_gdb / gdb_expect.
10103 * gdb.reverse/sigall-precsave.exp:
10104 Replace uses of send_gdb / gdb_expect.
10105 * gdb.reverse/sigall-reverse.exp:
10106 Replace uses of send_gdb / gdb_expect.
10107 * gdb.reverse/solib-precsave.exp:
10108 Replace uses of send_gdb / gdb_expect.
10109 * gdb.reverse/solib-reverse.exp:
10110 Replace uses of send_gdb / gdb_expect.
10111 * gdb.reverse/step-precsave.exp:
10112 Replace uses of send_gdb / gdb_expect.
10113 * gdb.reverse/step-reverse.exp:
10114 Replace uses of send_gdb / gdb_expect.
10115 * gdb.reverse/until-precsave.exp:
10116 Replace uses of send_gdb / gdb_expect.
10117 * gdb.reverse/until-reverse.exp:
10118 Replace uses of send_gdb / gdb_expect.
10119 * gdb.reverse/watch-precsave.exp:
10120 Replace uses of send_gdb / gdb_expect.
10121 * gdb.reverse/watch-reverse.exp:
10122 Replace uses of send_gdb / gdb_expect.
10123
10124 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10125
10126 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
10127 excessive newline.
10128
10129 2010-05-27 Michael Snyder <msnyder@vmware.com>
10130
10131 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
10132 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
10133 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
10134 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
10135 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
10136 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
10137 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
10138 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
10139 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
10140 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
10141 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
10142 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
10143 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
10144 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
10145 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
10146 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
10147 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
10148 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
10149 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
10150
10151 2010-05-26 Michael Snyder <msnyder@vmware.com>
10152
10153 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
10154 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
10155
10156 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
10157 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
10158 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
10159
10160 * gdb.reverse/consecutive-reverse.exp:
10161 Replace uses of send_gdb / gdb_expect.
10162 * gdb.reverse/consecutive-precsave.exp:
10163 Replace uses of send_gdb / gdb_expect.
10164
10165 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
10166 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
10167 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
10168 * gdb.mi/mi-ns-stale-regcache.exp:
10169 Replace uses of send_gdb / gdb_expect.
10170 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
10171 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
10172 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
10173 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
10174 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
10175 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
10176 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
10177 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
10178 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
10179
10180 2010-05-26 Michael Snyder <msnyder@vmware.com>
10181
10182 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
10183
10184 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
10185
10186 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
10187 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
10188 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
10189 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
10190 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
10191 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
10192 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
10193 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
10194 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
10195
10196 2010-05-25 Tom Tromey <tromey@redhat.com>
10197
10198 * gdb.base/macscp.exp: Add missing space after setup_kfail.
10199
10200 2010-05-25 Tom Tromey <tromey@redhat.com>
10201
10202 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
10203 argument order.
10204 * gdb.base/macscp.exp: Fix setup_kfail argument order.
10205 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
10206 order.
10207 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
10208 order.
10209 * gdb.base/call-sc.exp (setup_kfails): Remove.
10210 (setup_compiler_kfails): Remove.
10211 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
10212 argument order.
10213 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
10214 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
10215 (advancei): Fix setup_kfail argument order.
10216 * gdb.base/radix.exp: Fix setup_kfail argument order.
10217 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
10218 order.
10219 * gdb.base/structs.exp (setup_kfails): Remove.
10220 (setup_compiler_kfails): Fix setup_kfail argument order.
10221 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
10222 order.
10223 * gdb.java/jmain.exp: Fix setup_kfail argument order.
10224 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
10225 setup_kfail argument order.
10226 * gdb.cp/overload.exp: Fix setup_kfail argument order.
10227
10228 2010-05-25 Tom Tromey <tromey@redhat.com>
10229
10230 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
10231
10232 2010-05-25 Michael Snyder <msnyder@vmware.com>
10233
10234 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
10235 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
10236 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
10237 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
10238 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
10239 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
10240 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
10241 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
10242 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
10243 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
10244 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
10245 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
10246 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
10247 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
10248 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
10249 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
10250 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
10251 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
10252 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
10253 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
10254 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
10255 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
10256 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
10257 * gdb.base/default.exp: Replace send_gdb with gdb_test.
10258 * gdb.base/define.exp: Replace send_gdb with gdb_test.
10259 * gdb.base/display.exp: Replace send_gdb with gdb_test.
10260 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
10261 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
10262 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
10263 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
10264 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
10265 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
10266 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
10267 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
10268 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
10269 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
10270 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
10271 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
10272 * gdb.base/help.exp: Replace send_gdb with gdb_test.
10273 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
10274 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
10275 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
10276 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
10277 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
10278 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
10279 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
10280 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
10281 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
10282
10283 2010-05-25 Doug Evans <dje@google.com>
10284
10285 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
10286 gdb.string_to_argv.
10287
10288 2010-05-21 Tom Tromey <tromey@redhat.com>
10289
10290 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
10291 Call it.
10292 * gdb.dwarf2/pieces.S: Update.
10293 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
10294
10295 2010-05-21 Tom Tromey <tromey@redhat.com>
10296
10297 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
10298 Call it.
10299 * gdb.dwarf2/pieces.c (struct C): New.
10300 (f6): New function.
10301 * gdb.dwarf2/pieces.S: Replace.
10302
10303 2010-05-21 Tom Tromey <tromey@redhat.com>
10304
10305 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
10306 Call it.
10307
10308 2010-05-21 Tom Tromey <tromey@redhat.com>
10309
10310 * gdb.dwarf2.pieces.exp: New file.
10311 * gdb.dwarf2.pieces.S: New file.
10312 * gdb.dwarf2.pieces.c: New file.
10313
10314 2010-05-20 Pedro Alves <pedro@codesourcery.com>
10315 Joel Brobecker <brobecker@adacore.com>
10316
10317 * lib/gdb.exp (gdb_test_no_output): New function.
10318 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
10319 when testing commands that should produce no output.
10320
10321 2010-05-17 Joel Brobecker <brobecker@adacore.com>
10322
10323 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
10324 parameter that we want to watch being a constant.
10325
10326 2010-05-17 Joel Brobecker <brobecker@adacore.com>
10327
10328 * gdb.ada/cond_lang: New testcase.
10329
10330 2010-05-17 Joel Brobecker <brobecker@adacore.com>
10331
10332 * lib/gdb.exp (banned_variables): New variable/constant.
10333 (gdb_init): Add write trace on variables listed in banned_variables.
10334 (gdb_finish): Remove write traces on variables listed in
10335 banned_variables.
10336
10337 2010-05-17 Joel Brobecker <brobecker@adacore.com>
10338
10339 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
10340 * gdb.cp/koenig.exp: Likewise.
10341
10342 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
10343
10344 PR python/11482
10345
10346 * gdb.python/py-value.exp (test_value_hash): New function.
10347
10348 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
10349
10350 PR exp/11530.
10351 * gdb.base/gdb11530.c: New file.
10352 * gdb.base/gdb11530.exp: New file.
10353
10354 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10355
10356 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
10357 * gdb.dwarf2/dw2-modula2-self-type.S: New.
10358
10359 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
10360
10361 * gdb.cp/koenig.exp: New test.
10362 * gdb.cp/koenig.cc: New test program.
10363
10364 2010-05-05 Joel Brobecker <brobecker@adacore.com>
10365
10366 Remove the use of prms_id and bug_id throughout the testsuite.
10367
10368 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
10369
10370 PR exp/11349.
10371 * testsuite/gdb.cp/ref-types.exp: Add test to examine
10372 use a reference local variable.
10373
10374 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10375
10376 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
10377 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
10378 variable different_dir. Move debugfile into a full directory pathname
10379 under DIFFERENT_DIR.
10380 * lib/gdb.exp (separate_debug_filename): Remove.
10381 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
10382 variable debug_dir and mkdir of it. Update function comments.
10383
10384 2010-04-29 Pedro Alves <pedro@codesourcery.com>
10385
10386 PR gdb/11557
10387
10388 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
10389 files.
10390
10391 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
10392
10393 * gdb.python/py-param.exp: New File.
10394
10395 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
10396
10397 * gdb.base/default.exp: Fix "set language" test.
10398
10399 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
10400
10401 PR breakpoints/11531.
10402 * gdb.base/gdb11531.c: New file.
10403 * gdb.base/gdb11531.exp: New file.
10404
10405 2010-04-26 Tom Tromey <tromey@redhat.com>
10406
10407 * gdb.base/completion.exp: Add tests for completion and deprecated
10408 commands.
10409
10410 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10411
10412 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
10413 (print /x char_array): Escape curly brackets.
10414
10415 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10416
10417 Fix deadlock on looped list of loaded shared objects.
10418 * gdb.base/solib-corrupted.exp: New.
10419
10420 2010-04-23 Doug Evans <dje@google.com>
10421
10422 * gdb.python/py-section-script.c: New file.
10423 * gdb.python/py-section-script.exp: New file.
10424 * gdb.python/py-section-script.py: New file.
10425
10426 2010-04-20 Chris Moller <cmoller@redhat.com>
10427
10428 PR 10179
10429
10430 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
10431 * gdb.base/pr10179-a.c:
10432 * gdb.base/pr10179-b.c:
10433 * gdb.base/pr10179.exp: New files.
10434
10435 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10436
10437 Fix crashes on dangling display expressions.
10438 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
10439 is SEP.
10440 (lib_flags): Remove the "debug" keyword.
10441 (libsepdebug): New variable for iterating new loop.
10442 (save_pf_prefix): New variable wrapping the loop.
10443 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
10444 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
10445
10446 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10447
10448 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
10449
10450 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10451
10452 PR stabs/11479.
10453 * gdb.stabs/gdb11479.exp: New file.
10454 * gdb.stabs/gdb11479.c: New file.
10455
10456 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10457
10458 * gdb.base/charset.c (Strin16, String32): New variables.
10459 * gdb.base/charset.exp (gdb_test): Test correct display
10460 of 16 or 32 bit strings.
10461
10462 2010-04-21 Chris Moller <cmoller@redhat.com>
10463
10464 PR 9167
10465 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
10466 * gdb.cp/pr9167.cc: New file.
10467 * gdb.cp/pr9167.exp: New file.
10468
10469
10470 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
10471
10472 PR pascal/11492.
10473 * gdb.pascal/gdb11492.pas: New file.
10474 * gdb.pascal/gdb11492.exp: New file.
10475
10476 2010-04-20 Joel Brobecker <brobecker@adacore.com>
10477
10478 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
10479
10480 2010-04-20 Joel Brobecker <brobecker@adacore.com>
10481
10482 * gdb.ada/dyn_loc: New testcase.
10483
10484 2010-04-20 Chris Moller <cmoller@redhat.com>
10485
10486 PR 10867
10487
10488 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
10489 * gdb.cp/pr10687.cc: New file.
10490 * gdb.cp/pr10687.exp: New file.
10491
10492
10493 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10494 Sergio Durigan Junior <sergiodj@redhat.com>
10495
10496 * gdb.fortran/logical.exp: New testcase.
10497 * gdb.fortran/logical.f90: New file.
10498
10499 2010-04-19 Doug Evans <dje@google.com>
10500
10501 * gdb.base/help.exp (help source): Update expected output.
10502
10503 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10504
10505 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
10506 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
10507 gdb_exit and return.
10508 (executable): New variable.
10509 (binfile): Use it.
10510
10511 2010-04-19 Pedro Alves <pedro@codesourcery.com>
10512
10513 PR breakpoints/8554.
10514
10515 * gdb.trace/save-trace.exp: Adjust.
10516
10517 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
10518
10519 PR corefiles/11511
10520 * gdb.arch/system-gcore.exp: New.
10521 * gdb.arch/gcore.c: Likewise.
10522
10523 2010-04-15 Doug Evans <dje@google.com>
10524
10525 * gdb.python/py-progspace.c: New file.
10526 * gdb.python/py-progspace.exp: New file.
10527
10528 * gdb.base/source.exp: Add tests for "source -s".
10529
10530 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
10531
10532 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
10533 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
10534 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
10535 * gdb.python/py-mi.exp: New test for to_string returning None.
10536
10537 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
10538
10539 * gdb.python/py-breakpoint.c: Make result global.
10540
10541 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10542
10543 Fix non-GNU make compatibility.
10544 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
10545
10546 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
10547
10548 * gdb.python/py-breakpoint.exp: New File.
10549 * gdb.python/py-breakpoint.C: Ditto.
10550
10551 2010-04-08 Stan Shebs <stan@codesourcery.com>
10552
10553 * gdb.trace/actions.exp: Clear default-collect.
10554 * gdb.trace/save-trace.exp: Clear default-collect.
10555
10556 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
10557
10558 * gdb.python/py-value: Add null string variable.
10559 (test_lazy_string): Test zero length, NULL address lazy
10560 strings.
10561
10562 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
10563
10564 * gdb.arch/i386-avx.c: New.
10565 * gdb.arch/i386-avx.exp: Likewise.
10566
10567 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
10568
10569 2010-04-06 Doug Evans <dje@google.com>
10570
10571 * gdb.base/source-test.gdb: New file.
10572 * gdb.base/source.exp: Test source -v.
10573
10574 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10575
10576 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
10577
10578 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
10579
10580 * gdb.stabs/aout.sed: Convert all backslash to double backslash
10581 within one line, unless it is followed by a double quote.
10582 * gdb.stabs/hppa.sed: Idem.
10583 * gdb.stabs/weird.def: Add char and String constants
10584 * gdb.stabs/weird.exp: Check for correct parsing of
10585 char and string constants.
10586 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
10587 in .stabs to .stabx substitution.
10588
10589 2010-04-05 Stan Shebs <stan@codesourcery.com>
10590
10591 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
10592 constant global.
10593 * gdb.trace/tfile.exp: Try to print them.
10594
10595 2010-04-04 Stan Shebs <stan@codesourcery.com>
10596
10597 * gdb.base/completion.exp: Update for new "info watchpoints".
10598 * gdb.base/default.exp: Ditto.
10599 * gdb.base/help.exp: Ditto.
10600 * gdb.base/watchpoint.exp: Ditto.
10601 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
10602
10603 2010-04-04 Stan Shebs <stan@codesourcery.com>
10604
10605 * gdb.trace/tfile.exp: Sharpen tfind test.
10606
10607 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10608
10609 * gdb.base/break-entry.exp: New.
10610
10611 2010-04-02 Hui Zhu <teawater@gmail.com>
10612 Michael Snyder <msnyder@vmware.com>
10613
10614 * gdb.reverse/i386-sse-reverse.exp: New file.
10615 * gdb.reverse/i386-sse-reverse.c: New file.
10616
10617 2010-04-02 Pedro Alves <pedro@codesourcery.com>
10618
10619 * gdb.trace/tfind.exp: Adjust expected disassembly output.
10620
10621 2010-04-01 Stan Shebs <stan@codesourcery.com>
10622
10623 * gdb.trace/actions.exp: Tweak expected output.
10624 * gdb.trace/while-stepping.exp: Tweak expected output.
10625
10626 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
10627
10628 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
10629
10630 2010-04-01 Pedro Alves <pedro@codesourcery.com>
10631
10632 * gdb.base/commands.exp: Adjust.
10633 * gdb.cp/extern-c.exp: Adjust.
10634
10635 2010-04-01 Pedro Alves <pedro@codesourcery.com>
10636
10637 * gdb.trace/collection.c (local_test_func): Define a local struct,
10638 and instanciate it.
10639
10640 2010-04-01 Pedro Alves <pedro@codesourcery.com>
10641
10642 * gdb.trace/collection.exp (gdb_collect_args_test)
10643 (gdb_collect_argarray_test): XFAIL the tests that assume the
10644 argarray argument's elements are collected.
10645
10646 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
10647
10648 * gdb.dwarf2/dw2-bad-parameter-type.exp,
10649 gdb.dwarf2/dw2-bad-parameter-type.S: New.
10650
10651 2010-03-31 Stan Shebs <stan@codesourcery.com>
10652
10653 * gdb.trace/save-trace.exp: Test save/restore of default-collect
10654 and tracepoint conditionals.
10655 (gdb_verify_tracepoints): Delete unused return.
10656
10657 2010-03-26 Keith Seitz <keiths@redhat.com>
10658
10659 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
10660 appear in the output before main.
10661 Remove KFAIL for gdb/2215 aka bz 9320.
10662
10663 2010-03-30 Doug Evans <dje@google.com>
10664
10665 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
10666 by dejagnu.
10667 * gdb.arch/amd64-dword.exp: Ditto.
10668
10669 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
10670 match.
10671 (break printf): Ditto.
10672
10673 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
10674
10675 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
10676 gcc < 4.4.
10677 * gdb.cp/shadow.exp: Ditto.
10678
10679 2010-03-29 Pedro Alves <pedro@codesourcery.com>
10680
10681 * gdb.trace/collection.exp (run_trace_experiment): Make sure
10682 "tstart" is silent.
10683
10684 2010-03-29 Pedro Alves <pedro@codesourcery.com>
10685
10686 * gdb.trace/collection.exp (executable): New.
10687 (binfile): Use it.
10688 (fpreg, spreg, pcreg): New.
10689 (test_register): Use gdb_test_multiple. Pass /x to print.
10690 (prepare_for_trace_test): New.
10691 (run_trace_experiment): Use "continue", not gdb_run_cmd.
10692 (gdb_collect_args_test, gdb_collect_argstruct_test)
10693 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
10694 prepare_for_trace_test.
10695 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
10696 fpreg, spreg and pcreg.
10697 (gdb_collect_expression_test, gdb_collect_globals_test): Use
10698 prepare_for_trace_test.
10699 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
10700 try to detect tracing support here. Don't set breakpoints at
10701 `begin' or `end' here.
10702 <global scope>: Use clean_restart. Run to main before checking
10703 for tracing support. Check for for tracing support here.
10704
10705 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10706
10707 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
10708 " as $displacement" to "seen displacement message".
10709
10710 2010-03-28 Pedro Alves <pedro@codesourcery.com>
10711
10712 * gdb.trace/while-dyn.exp (executable): New variable.
10713 (binfile): Use it.
10714 (test_while_stepping): New function. Move most tests here. Call
10715 it once for each of the while-stepping, stepping and ws aliases.
10716
10717 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10718
10719 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
10720 that do not provide the tagless_struct type name at all.
10721 (test_print_anon_union): Do not check value of uninitialized
10722 union member. Do not use cp_test_ptype_class, so we can accept
10723 "long" as well as "long int".
10724
10725 2010-03-26 Pedro Alves <pedro@codesourcery.com>
10726
10727 * gdb.trace/tfile.c (tohex, bin2hex): New.
10728 (write_error_trace_file): Hexify error description.
10729
10730 2010-03-25 Stan Shebs <stan@codesourcery.com>
10731
10732 * gdb.trace/tfile.c: Generate an additional trace file, improve
10733 portability.
10734 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
10735 files in a better way.
10736
10737 2010-03-25 Keith Seitz <keiths@redhat.com>
10738
10739 * gdb.java/jprint.exp: XFAIL printing of static class members
10740 because of GCC debuginfo problem.
10741
10742 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10743
10744 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
10745
10746 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10747
10748 * gdb.base/completion.exp: Allow long instead of long int.
10749 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
10750 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
10751 variable p.
10752 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
10753 * gdb.base/pointers.exp: Allow long instead of long int.
10754 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
10755 * gdb.base/step-line.exp: Allow a directory before the source file name.
10756
10757 2010-03-24 Tom Tromey <tromey@redhat.com>
10758
10759 PR breakpoints/9352:
10760 * gdb.base/default.exp: Update.
10761 * gdb.base/commands.exp: Update.
10762 * gdb.cp/extern-c.exp: Test setting commands on multiple
10763 breakpoints at once.
10764
10765 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10766
10767 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
10768 if gdb,nosignals.
10769 * gdb.base/watchpoints.c: Do not include unnecessary headers.
10770 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
10771 exited".
10772
10773 2010-03-24 Stan Shebs <stan@codesourcery.com>
10774
10775 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
10776
10777 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10778
10779 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
10780 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
10781 argument. Handle "short" and "long".
10782 (Top level): Pass overprototyped output for old_fptr and xptr.
10783
10784 2010-03-23 Pedro Alves <pedro@codesourcery.com>
10785
10786 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
10787 format strings and add casts to avoid compiler warnings.
10788
10789 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
10790
10791 * lib/trace-support.exp (gdb_trace_setactions):
10792 Don't expect whitespace after ">" prompt.
10793 * gdb.trace/actions.exp: Adjust for output changes.
10794 * gdb.trace/while-stepping.exp: Likewise.
10795
10796 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10797
10798 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
10799 and r157645).
10800
10801 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10802
10803 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
10804 New.
10805
10806 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
10807
10808 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
10809 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
10810
10811 2010-03-19 Stan Shebs <stan@codesourcery.com>
10812
10813 * gdb.trace/ax.exp: New file.
10814
10815 2010-03-19 Doug Evans <dje@google.com>
10816
10817 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
10818 output from gcc.
10819
10820 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
10821 named /usr/sbin/prelink<foo>.
10822
10823 2010-03-18 Stan Shebs <stan@codesourcery.com>
10824
10825 * gdb.trace/circ.exp: Test circular-trace-buffer.
10826 * gdb.trace/tfile.exp: Update tstatus test.
10827
10828 2010-03-18 Joel Brobecker <brobecker@adacore.com>
10829
10830 * gdb.dwarf2/dw2-anonymous-func.S: New file.
10831 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
10832
10833 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10834
10835 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
10836
10837 2010-03-18 Pedro Alves <pedro@codesourcery.com>
10838
10839 * gdb.base/default.exp: Adjust the expected output of the finish
10840 and until commands when the inferior is not being run.
10841
10842 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
10843
10844 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
10845 * gdb.cp/nsusing.exp: Ditto.
10846
10847 2010-03-15 Tom Tromey <tromey@redhat.com>
10848
10849 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
10850 * gdb.cp/userdef.cc (operator==): New function.
10851 (main): New locals mem1, mem2.
10852
10853 2010-03-15 Jie Zhang <jie@codesourcery.com>
10854
10855 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
10856 Declare and use new loadtimeout variable.
10857
10858 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
10859
10860 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
10861 Use gdb_load later.
10862
10863 2010-03-14 Pedro Alves <pedro@codesourcery.com>
10864
10865 * gdb.base/solib-disc.c (main): Make format of fprintf a string
10866 literal. Add missing endlines to prints to stderr.
10867
10868 2010-03-12 Tom Tromey <tromey@redhat.com>
10869
10870 PR c++/9708:
10871 * gdb.cp/m-static.exp: Add regression test.
10872 * gdb.cp/m-static.cc (method): New method.
10873 (main): Call it.
10874
10875 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
10876
10877 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
10878 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
10879
10880 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
10881
10882 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
10883
10884 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
10885
10886 * lib/gdb.exp (skip_stl_tests): New.
10887 (gdb_compile): Symbian needs -ldl.
10888 (shlib_target_file): New.
10889 (shlib_symbol_file): New.
10890 (gdb_load_shlibs): Use shlib_target_file.
10891 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
10892 * gdb.cp/exception.exp: Use skip_stl_tests.
10893 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
10894 * gdb.cp/try_catch.exp: Use skip_stl_tests.
10895 * gdb.cp/mb-templates.exp: Ditto.
10896 * gdb.base/commands.exp: Relax regexes.
10897 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
10898 shlib_target_file and shlib_symbol_file.
10899 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
10900 sections.
10901 * gdb.base/ending-run.exp: Accept E32Main for symbian.
10902 * gdb.base/solib-disc.exp: Use
10903 shlib_target_file and shlib_symbol_file.
10904 * gdb.base/unload.exp: Don't skip on symbian. Use
10905 shlib_target_file and shlib_symbol_file.
10906 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
10907
10908 2010-03-12 Pedro Alves <pedro@codesourcery.com>
10909
10910 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
10911 * gdb.trace/report.exp: Adjust for x86 and x86_64.
10912 Issue a tfind end before looking for a tracepoint frame.
10913 * gdb.trace/tfind.exp: Adjust tstatus output.
10914 Adjust disassembly output.
10915 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
10916
10917 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10918
10919 * gdb.base/break-interp.exp: Create new displacement parameter value
10920 for the test_ld calls.
10921 (reach): New parameter displacement, verify its content. New push of
10922 pf_prefix "reach-$func:". Import global expect_out.
10923 (test_core): New parameter displacement, verify its content. New push
10924 of pf_prefix "core:". New command "set verbose on". Import global
10925 expect_out.
10926 (test_attach): New parameter displacement, verify its content. New
10927 push of pf_prefix "attach:". New command "set verbose on". Import
10928 global expect_out.
10929 (test_ld): New parameter displacement, pass it to the reach, test_core
10930 and test_attach calls and verify its content in the "ld.so exit" test.
10931 * gdb.base/prelink.exp: Remove gdb_exit and final return.
10932 (prelink): Update expected text, use gdb_test.
10933
10934 2010-03-10 Doug Evans <dje@google.com>
10935
10936 * gdb.base/checkpoint.exp: Fix comment.
10937 Lengthen timeout while doing >600 checkpoints test.
10938 Rename duplicate "kill all one" test to keep test names unique.
10939
10940 2010-03-10 Pedro Alves <pedro@codesourcery.com>
10941
10942 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
10943
10944 2010-03-08 Keith Seitz <keiths@redhat.com>
10945
10946 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
10947 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
10948 (dm_type_long): New function.
10949 (dm_type_unsigned_short): New function.
10950 (dm_type_unsigned_long): New function.
10951 (myint): New typedef.
10952 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
10953 long, unsigned shor and long, operator char*, and typedef.
10954 (test_lookup_operator_functions): Add operator char* test.
10955 (test_paddr_operator_functions): Likewise.
10956 (test_paddr_overloaded_functions): Use probe values for
10957 short, long, and unsigned short and long.
10958 (test_paddr_hairy_functions): If the demangler probe detected
10959 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
10960 demangler.
10961 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
10962 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
10963 and "print null_pmf".
10964 Add test "ptype a.*pmf".
10965 * gdb.cp/overload.exp: Allow optional "int" to appear with
10966 "short" and "long".
10967 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
10968 long expect value for men_overload1arg.
10969 Allow "int" to appear with "short" and "long".
10970 When testing "info break", add argument for main (void).
10971 Also allow "int" to appear with "short" and "long".
10972 Ditto with "unsigned" and "long long".
10973 * gdb.java/jmain.exp: Do not enclose methods names in single
10974 quotes.
10975 * gdb.java/jmisc.exp: Likewise.
10976 * gdb.java/jprint.exp: Likewise.
10977 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
10978
10979 From Jan Kratochvil <jan.kratochvil@redhat.com>:
10980 * gdb.cp/exception.exp (backtrace after first throw)
10981 (backtrace after second throw): Allow a namespace before __cxa_throw.
10982 (backtrace after first catch, backtrace after second catch): Allow
10983 a namespace before __cxa_begin_catch.
10984
10985 * gdb.cp/cpexprs.exp: New file.
10986 * gdb.cp/cpexprs.cc: New file.
10987
10988 From Daniel Jacobowitz <dan@codesourcery.com>
10989 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
10990 to use string_to_regexp.
10991 (ctor, dtor): New functions. Use them to match constructor
10992 and destructor function types.
10993 (Top level): Use runto_main.
10994
10995 2010-03-05 Tom Tromey <tromey@redhat.com>
10996
10997 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
10998 gdb.target_charset.
10999 (pp_ns.to_string): Likewise.
11000
11001 2010-03-04 Keith Seitz <keiths@redhat.com>
11002
11003 * gdb.cp/overload.exp: Test that the filename portion of a linespec
11004 can be quoted. Test that both the filename and function/line
11005 portions can be quoted at the same time.
11006
11007 2010-03-04 Pedro Alves <pedro@codesourcery.com>
11008
11009 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
11010
11011 2010-03-03 Doug Evans <dje@google.com>
11012
11013 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
11014 libc contains libpthread.
11015
11016 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
11017 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
11018 of gdb_compile. Add another pattern to match android backtrace.
11019
11020 2010-03-03 Tom Tromey <tromey@redhat.com>
11021
11022 PR gdb/11345:
11023 * gdb.base/printcmds.exp (test_printf): Add test.
11024
11025 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
11026
11027 * gdb.arch/amd64-byte.exp: New.
11028 * gdb.arch/amd64-dword.exp: Likewise.
11029 * gdb.arch/amd64-pseudo.c: Likewise.
11030 * gdb.arch/amd64-word.exp: Likewise.
11031 * gdb.arch/i386-byte.exp: Likewise.
11032 * gdb.arch/i386-pseudo.c: Likewise.
11033 * gdb.arch/i386-word.exp: Likewise.
11034
11035 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
11036
11037 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
11038 types. Add structreg, bitfields, and flags registers.
11039 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
11040 registers.
11041
11042 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
11043
11044 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
11045 (load_description): Set architecture if defined.
11046
11047 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
11048
11049 * gdb.python/py-frame.exp: Add read_var block tests.
11050 * gdb.python/py-frame.c (block): New function.
11051
11052 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11053 Daniel Jacobowitz <dan@codesourcery.com>
11054
11055 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
11056
11057 2010-02-25 David S. Miller <davem@davemloft.net>
11058
11059 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
11060 fix logic for setting all_syscalls_numbers.
11061
11062 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
11063
11064 * Makefile.in: Add py-block and py-symbol.
11065 * gdb.python/py-symbol.exp: New File.
11066 * gdb.python/py-symtab.exp: New File.
11067 * gdb.python/py-block.exp: New File.
11068 * gdb.python/py-symbol.c: New File.
11069 * gdb.python/py-block.c: New File.
11070
11071 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
11072
11073 PR python/11314
11074 * lib/gdb.exp (skip_python_tests): New function.
11075 * gdb.python/py-cmd.exp: Use skip_python_tests.
11076 * gdb.python/py-frame.exp: Likewise.
11077 * gdb.python/py-function.exp: Likewise.
11078 * gdb.python/py-prettyprint.exp: Likewise.
11079 * gdb.python/py-template.exp: Likewise.
11080 * gdb.python/py-type.exp: Likewise.
11081 * gdb.python/py-value.exp: Likewise.
11082
11083 2010-02-22 Pedro Alves <pedro@codesourcery.com>
11084
11085 PR9605
11086
11087 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
11088
11089 2010-02-19 Tom Tromey <tromey@redhat.com>
11090
11091 PR c++/8693, PR c++/9496:
11092 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
11093 regression tests.
11094
11095 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11096
11097 Fix compatibility with m68k as.
11098 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
11099 Use only /* comments */.
11100
11101 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11102
11103 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
11104 * configure: Regenerate.
11105
11106 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
11107
11108 * gdb.python/py-type.exp: Check for Python support.
11109
11110 2010-02-17 Pedro Alves <pedro@codesourcery.com>
11111
11112 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
11113 `regsub' syntax available.
11114
11115 2010-02-17 Pedro Alves <pedro@codesourcery.com>
11116
11117 * gdb.base/shmain.c (main): Remove printf call.
11118 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
11119 * gdb.base/unload.c (main): Make format of fprintf a string
11120 literal. Add missing endlines to prints to stderr.
11121 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
11122
11123 2010-02-17 Tom Tromey <tromey@redhat.com>
11124
11125 * gdb.java/jprint.java (jprint.props): New field.
11126 * gdb.java/jprint.exp (set_lang_java): Add regression test.
11127
11128 2010-02-17 Pedro Alves <pedro@codesourcery.com>
11129
11130 * gdb.base/charset.exp: Don't assume new `regsub' syntax
11131 available.
11132
11133 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11134
11135 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
11136 creation to support remote host testing.
11137
11138 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11139
11140 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
11141 Recognize "command not found".
11142
11143 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11144
11145 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
11146 single-stepping.
11147
11148 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11149
11150 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
11151 if arguments are not supported.
11152
11153 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11154
11155 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
11156 be const or non-const.
11157
11158 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11159
11160 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
11161 mi_send_resuming_command to send -exec-continue.
11162
11163 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11164
11165 * gdb.base/list.exp (test_list_filename_and_function): Add test
11166 with single quotes.
11167 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
11168 matching.
11169 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
11170 Add KFAIL'd tests for PR gdb/11289.
11171
11172 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11173
11174 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
11175
11176 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11177
11178 * gdb.base/comp-dir/subdir/dummy.txt: New file.
11179 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
11180 a temporary directory.
11181
11182 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11183
11184 * gdb.base/charset.exp: Use a single regular expression to match
11185 show host-charset and show target-charset output.
11186
11187 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11188
11189 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
11190 "Illegal process-id" expect string more exact.
11191 (attach to digits-starting nonsense is prohibited): New.
11192
11193 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11194
11195 * gdb.base/prelink.exp (set verbose on): New.
11196
11197 2010-02-12 Tomas Holmberg <th@virtutech.com>
11198
11199 * mi-reverse.exp: New file. Test for reverse option to the
11200 following MI commands: exec-continue, exec-finish, exec-next,
11201 exec-step, exec-next-instruction, exec-step-instruction.
11202
11203 2010-02-09 Joel Brobecker <brobecker@adacore.com>
11204
11205 * gdb.ada/ptype_tagged_param: New testcase.
11206
11207 2010-02-08 Tom Tromey <tromey@redhat.com>
11208
11209 PR c++/8017:
11210 * gdb.cp/overload.exp: Add tests.
11211 * gdb.cp/overload.cc (struct K): New.
11212 (namespace N): New.
11213 (main): Call new functions.
11214 (K::staticoverload): Define.
11215
11216 2010-02-08 Chris Moller <moller@mollerware.com>
11217
11218 PR gdb/10728
11219 * gdb.cp/pr10728-x.h: New file.
11220 * gdb.cp/pr10728-x.cc: New file.
11221 * gdb.cp/pr10728-y.cc: New file.
11222 * gdb.cp/pr10728.exp: New file.
11223 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
11224
11225 2010-02-08 Chris Moller <moller@mollerware.com>
11226
11227 PR gdb/9067
11228 * gdb.cp/pr9067.exp: New
11229 * gdb.cp/pr9067.cc: New
11230 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
11231
11232 2010-02-08 Joel Brobecker <brobecker@adacore.com>
11233
11234 * lib/gdb.exp (gdb_test_timeout): New global variable.
11235 Set it to timeout if not already set.
11236 (gdb_init): Reset the value of timeout to gdb_test_timeout.
11237
11238 2010-02-05 Doug Evans <dje@google.com>
11239
11240 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
11241 user.
11242
11243 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
11244
11245 PR c++/7935:
11246 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
11247
11248 2010-02-04 Tom Tromey <tromey@redhat.com>
11249
11250 * gdb.cp/virtbase.exp: Make test case names unique.
11251
11252 2010-02-02 Tom Tromey <tromey@redhat.com>
11253
11254 * gdb.cp/virtbase.exp: Add regression tests.
11255 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
11256 (main): Instantiate RHC.
11257
11258 2010-02-02 Tom Tromey <tromey@redhat.com>
11259
11260 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
11261 type-printing change.
11262
11263 2010-02-02 Tom Tromey <tromey@redhat.com>
11264
11265 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
11266 * gdb.cp/virtbase.cc: New file.
11267 * gdb.cp/virtbase.exp: New file.
11268 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
11269
11270 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11271
11272 PR libc/11214:
11273 * gdb.threads/current-lwp-dead.c: Include features.h.
11274 (HAS_NOMMU): New.
11275 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
11276
11277 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11278
11279 * gdb.base/symbol-without-target_section.exp,
11280 gdb.base/symbol-without-target_section.c: New.
11281
11282 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11283
11284 * gdb.base/bigcore.exp: Reset increased timeout.
11285 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
11286
11287 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11288
11289 * gdb.base/gcore.exp (capture_command_output): Use
11290 gdb_test_multiple.
11291
11292 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11293
11294 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
11295 * gdb.arch/thumb2-it.exp (test_it_break): New function.
11296 (Top level): Call it.
11297
11298 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11299
11300 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
11301
11302 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11303
11304 * gdb.base/call-strs.exp, gdb.base/default.exp,
11305 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
11306 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
11307 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
11308 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
11309 gdb.base/watchpoint-solib.exp: Save and restore timeout.
11310 * gdb.base/ending-run.exp: Correct restore of timeout.
11311 * gdb.base/page.exp: Remove unnecessary timeout setting.
11312
11313 2010-01-29 Joel Brobecker <brobecker@adacore.com>
11314
11315 * gdb.ada/rec_return: New testcase.
11316
11317 2010-01-29 Joel Brobecker <brobecker@adacore.com>
11318
11319 * gdb.ada/call_pn: New testcase.
11320
11321 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
11322
11323 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
11324 (Top level): Use it to resume.
11325 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
11326 the Thumb mode displaced stepping error as unsupported.
11327
11328 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
11329
11330 * gdb.cp/nsusing.exp: Added more tests.
11331 * gdb.cp/nsrecurs.exp: Ditto.
11332 * gdb.cp/nsusing.cc: Added test functions.
11333 * gdb.cp/nsrecurs.cc: Ditto.
11334
11335 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11336
11337 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
11338 absolute directory pathnames in gdb.sum file.
11339
11340 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
11341
11342 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
11343 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
11344
11345 2010-01-26 Tom Tromey <tromey@redhat.com>
11346
11347 PR exp/7643:
11348 * gdb.base/printcmds.exp (test_print_string_constants): Remove
11349 setup_kfail.
11350
11351 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
11352
11353 * gdb.cp/nsrecurs.exp: New test.
11354 * gdb.cp/nsrecurs.cc: New test program.
11355 * gdb.cp/nsstress.exp: New test.
11356 * gdb.cp/nsstress.cc: New test program.
11357 * gdb.cp/nsdecl.exp: New test.
11358 * gdb.cp/nsdecl.cc: New test program.
11359
11360 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
11361
11362 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
11363 imported into file scope.
11364 Marked test as xfail.
11365 * gdb.cp/namespace-using.cc (marker5): New function.
11366 * gdb.cp/shadow.exp: New test.
11367 * gdb.cp/shadow.cc: New test program.
11368 * gdb.cp/nsimport.exp: New test.
11369 * gdb.cp/nsimport.cc: New test program.
11370
11371 2010-01-25 Tom Tromey <tromey@redhat.com>
11372
11373 PR gdb/11049:
11374 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
11375 with "set print null-stop on".
11376
11377 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11378
11379 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
11380 Adjust it for DISASSEMBLY_OMIT_FNAME.
11381
11382 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11383
11384 PR symtab/11199:
11385 * gdb.dwarf2/member-ptr-forwardref.exp,
11386 gdb.dwarf2/member-ptr-forwardref.S: New.
11387
11388 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11389
11390 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
11391 (thread1_func): Protect thread1_tid with thread1_tid_cond by
11392 thread1_tid_mutex. Remove gdbstop_mutex handling.
11393 (thread2_func): Protect thread2_tid with thread2_tid_cond by
11394 thread2_tid_mutex. Remove gdbstop_mutex handling.
11395 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
11396 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
11397 pthread_cond_wait conditionalizations by while loops.
11398
11399 2010-01-20 Tom Tromey <tromey@redhat.com>
11400
11401 PR backtrace/10770:
11402 * gdb.dwarf2/pr10770.exp: New file.
11403 * gdb.dwarf2/pr10770.c: New file.
11404 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
11405
11406 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
11407
11408 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
11409 that target was removed, and the test always runs native anyway.
11410
11411 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11412
11413 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
11414 gdb.base/watchpoint-cond-gone-stripped.c: New.
11415
11416 2010-01-19 Tom Tromey <tromey@redhat.com>
11417
11418 PR c++/8000:
11419 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
11420 existing tests.
11421 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
11422 (main): Use AAA::SomeEnum.
11423
11424 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11425
11426 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
11427 (test_ignore_count): Declare line_callme_body global.
11428 (run to breakpoint with ignore count): Use line_callme_body.
11429 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
11430 (set line_main_hello, set line_main_return): Reindent.
11431 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
11432 New.
11433 (continue to callee4): Use line_callee4_body.
11434 (check *stopped from CLI command): Use line_callee4_next.
11435 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
11436 (set line_main_hello, set line_main_return): Reindent.
11437 (set line_callee4_head, set line_callee4_body): New.
11438 (continue to callee4): Use line_callee4_body.
11439
11440 2010-01-18 Tom Tromey <tromey@redhat.com>
11441
11442 PR c++/9680:
11443 * gdb.cp/casts.cc: Add new classes and variables.
11444 * gdb.cp/casts.exp: Test new operators.
11445
11446 2010-01-18 Tom Tromey <tromey@redhat.com>
11447 Thiago Jung Bauermann <bauerman@br.ibm.com>
11448
11449 * gdb.python/source2.py: New file.
11450 * gdb.python/source1: New file.
11451 * gdb.python/python.exp: Test "source" command.
11452
11453 2010-01-15 Stan Shebs <stan@codesourcery.com>
11454
11455 * gdb.trace/tfile.c: New file.
11456 * gdb.trace/tfile.exp: New file.
11457
11458 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11459
11460 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
11461
11462 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11463
11464 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
11465
11466 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11467
11468 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
11469 (libfunc): New parameter action. Implement also selectable "sleep".
11470 * gdb.base/break-interp-main.c: Include assert.h.
11471 (libfunc): New parameter action.
11472 (main): New parameters argc and argv. Assert argc. Pass argv.
11473 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
11474 (test_attach): New proc.
11475 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
11476 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
11477
11478 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11479
11480 * gdb.base/break-interp.exp (test_core): New proc.
11481 (test_ld): Call it.
11482
11483 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11484
11485 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
11486 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
11487 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
11488 and gdb_compile_shlib. Use new -Wl compiler options.
11489 (dl bt, main bt): New tests.
11490
11491 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11492
11493 Support PIEs with no symfile_objfile.
11494 * gdb.base/break-interp.exp: New argument at the test_ld calls.
11495 (test_ld): New parameter trynosym.
11496 (test_ld <$trynosym>): New block.
11497
11498 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11499
11500 * gdb.base/break-interp.exp: New file.
11501
11502 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
11503
11504 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
11505 * gdb.python/py-prettyprint.py (pp_ls): New printer.
11506 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
11507 test.
11508 * gdb.python/py-prettyprint.c: Define lazystring test structure.
11509 * gdb.python/py-mi.exp: Add lazy string test.
11510
11511 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
11512
11513 * lib/mi-support.exp (mi_check_thread_states): Handle
11514 core number in thread listing.
11515
11516 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11517
11518 * gdb.base/maint.exp: Adjust the expected output for the
11519 "maint print type" test. Use gdb_test_multiple instead of
11520 gdb_sent/gdb_expect.
11521
11522 2010-01-11 Doug Evans <dje@google.com>
11523
11524 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
11525 from gdbserver_download. All callers updated.
11526
11527 * gdb.server/ext-run.exp: "info os processes" requires xml support.
11528
11529 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11530
11531 Implement binary numbers parsing.
11532 * gdb.base/printcmds.exp (test_integer_literals_accepted)
11533 (test_integer_literals_rejected): New binary tests.
11534
11535 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11536
11537 * gdb.cell/configure: Regenerate.
11538
11539 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11540
11541 * gdb.base/corefile.exp: Move the core finding block out and call it as
11542 core_find, new variable $corefile, replace corefile by $corefile and
11543 [file tail $corefile] for usage vs. test names resp.
11544 * lib/gdb.exp (core_find): Move it as a new function here. New
11545 parameter binfile and deletefiles. New variable $destcore. Pre-delete
11546 $destcore. Return "" on error.
11547
11548 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11549
11550 Workaround PR binutils/10802.
11551 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
11552 (twice).
11553
11554 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
11555
11556 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
11557
11558 2010-01-08 Joel Brobecker <brobecker@adacore.com>
11559
11560 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
11561 call, to avoid interruption.
11562
11563 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11564
11565 * gdb.stabs/weird.def (args93): New.
11566
11567 2010-01-07 Doug Evans <dje@google.com>
11568
11569 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
11570
11571 2010-01-07 Tom Tromey <tromey@redhat.com>
11572
11573 * gdb.base/source.exp: Use correct line number.
11574
11575 2010-01-05 Stan Shebs <stan@codesourcery.com>
11576
11577 * gdb.trace/tracecmd.exp: Test ftrace.
11578
11579 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11580
11581 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
11582
11583 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11584
11585 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
11586 "uint_for_mi_testing".
11587
11588 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11589
11590 Test indented comment in file being sourced.
11591 * gdb.base/commands.exp: Test indented comment in file being sourced.
11592
11593 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11594
11595 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
11596 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
11597 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
11598 notice.
11599
11600 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11601
11602 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
11603 notice.
11604
11605 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11606
11607 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
11608 missing $after_stopped and comma (,) expectation.
11609
11610 2009-12-31 Stan Shebs <stan@codesourcery.com>
11611
11612 * gdb.trace/actions.exp: Test teval action.
11613
11614 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
11615
11616 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
11617 (top level): Call test_watchpoint_in_big_blob.
11618 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
11619 watchpoints.
11620 (func3): Write to buf.
11621
11622 2009-12-29 Stan Shebs <stan@codesourcery.com>
11623
11624 * gdb.trace/actions.exp: Test default-collect.
11625
11626 2009-12-28 Stan Shebs <stan@codesourcery.com>
11627
11628 * gdb.trace/tsv.exp: New file.
11629 * gdb.base/completion.exp: Update ambiguous info output.
11630
11631 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
11632
11633 * gdb.base/find.c (main): Reference search buffers.
11634 * gdb.base/included.c (main): Reference integer.
11635 * gdb.base/ptype.c (charfoo): Declare.
11636 (intfoo): Call charfoo.
11637 * gdb.base/scope0.c (useitp): New function.
11638 (usestatics): Use useitp.
11639 (useit): Add a type for val.
11640 * gdb.base/scope1.c (useit1): Take a pointer argument.
11641 (usestatics1): Update calls to useit1.
11642 * gdb.cp/call-c.cc: Declare foo.
11643 (main): Call foo.
11644 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
11645 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
11646 (main): Call C::ensureRefs and ensureOtherRefs.
11647 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
11648 variables.
11649 (ensureOtherRefs): New function.
11650 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
11651 * gdb.cp/templates.cc (main): Call t5i.value.
11652
11653 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11654
11655 Fix compatibility with G++-4.5.
11656 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
11657 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
11658 (uncaught return): Remove.
11659
11660 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11661 Phil Muldoon <pmuldoon@redhat.com>
11662
11663 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
11664 (bp_location13, bp_location14, bp_location17, bp_location18)
11665 (marker3_proto, marker4_proto): New variables.
11666 (breakpoint info): Update output.
11667 (run until breakpoint at marker3, run until breakpoint at marker4): New
11668 tests.
11669
11670 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11671
11672 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
11673 Replace the printf call of Y by provided "y-set-1" label. New block
11674 for the second shared library.
11675 * gdb.base/unload.exp: Compile also the second library, call
11676 gdb_load_shlibs also for it. Use now gdb_breakpoint.
11677 (single pending breakpoint info): Rename to ...
11678 (pending breakpoint info before run): ... this extended test.
11679 (libfile2, libname2, libsrcfile2, libsrc2)
11680 (lib_sl2): New variables.
11681 (exec_opts): Set also SHLIB_NAME2.
11682 (pending breakpoint info on first run at shrfunc1)
11683 (pending breakpoint info on second run at shrfunc1)
11684 (pending breakpoint info on second run at shrfunc2)
11685 (print y from libfile, print y from libfile2): New tests.
11686 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
11687 * gdb.base/unloadshr2.c: New.
11688
11689 2009-12-22 Hui Zhu <teawater@gmail.com>
11690
11691 * gdb.reverse/sigall-reverse.exp: Adjust.
11692
11693 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
11694
11695 PR gdb/10884
11696
11697 * gdb.mi/var-cmd.c (do_bitfield_tests): New
11698 (main): Call do_bitfield_tests.
11699 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
11700
11701 2009-12-20 Joel Brobecker <brobecker@adacore.com>
11702
11703 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
11704 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
11705 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
11706 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
11707 gdb.modula2/unbounded1.c: Update copyright header.
11708
11709 2009-12-10 Chris Moller <moller@mollerware.com>
11710
11711 PR gdb/9399
11712 * gdb.cp/virtfunc2.exp: New tests
11713 * gdb.cp/virtfunc2.cc: New tests
11714 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
11715
11716 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
11717
11718 * gdb.reverse/i387-env-reverse.c: New file.
11719 * gdb.reverse/i387-env-reverse.exp: New file.
11720 * gdb.reverse/i387-stack-reverse.c: New file.
11721 * gdb.reverse/i387-stack-reverse.exp: New file.
11722
11723 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
11724
11725 * gdb.python/py-type.exp (test_range): New test.
11726
11727 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
11728
11729 PR python/10805
11730
11731 * gdb.python/py-type.exp: New file.
11732 * gdb.python/py-type.c: New file.
11733 * Makefile.in: Add py-type.
11734
11735 2009-12-03 Tom Tromey <tromey@redhat.com>
11736
11737 * gdb.python/py-value.exp (test_parse_and_eval): New
11738 function.
11739
11740 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
11741
11742 PR gdb/11022
11743
11744 * gdb.base/pr11022.exp: New test.
11745 * gdb.base/pr11022.c: New test.
11746
11747 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11748
11749 Fix spurious false FAILs.
11750 * gdb.base/structs.c (chartest): New.
11751 (main): Fill-in chartest.
11752 * gdb.base/structs.exp (anychar_re, first): New.
11753 (start_structs_test): Import global anychar_re and first.
11754 New gdb_test call "set print elements 300; ${testfile}"
11755 (start_structs_test <$first>): New block.
11756 (any): Import global anychar_re. New variable ac. Use ${ac}.
11757
11758 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11759
11760 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
11761
11762 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11763
11764 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
11765 Force $srcfile file.
11766 * gdb.base/foll-fork.c (callee): Comment out the printf call.
11767
11768 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11769
11770 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
11771 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
11772 * gdb.threads/watchthreads-reorder.exp: Likewise.
11773
11774 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
11775
11776 PR gdb/8704
11777
11778 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
11779 "if", and "thread". Correct matching in the previous test.
11780
11781 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
11782
11783 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
11784
11785 2009-11-23 Michael Snyder <msnyder@vmware.com>
11786
11787 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
11788 * gdb.reverse-watch-precsave.exp: Ditto.
11789
11790 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
11791
11792 * gdb.asm/asm-source.exp: Adjust.
11793 * gdb.base/help.exp: Adjust.
11794
11795 2009-11-22 Pedro Alves <pedro@codesourcery.com>
11796
11797 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
11798 (do_syscall_tests_without_xml): Set data-directory to
11799 /the/path/to/nowhere.
11800
11801 2009-11-21 Pedro Alves <pedro@codesourcery.com>
11802
11803 * gdb.threads/local-watch-wrong-thread.c,
11804 gdb.threads/local-watch-wrong-thread.exp: New files.
11805
11806 2009-11-21 Pedro Alves <pedro@codesourcery.com>
11807
11808 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
11809 assume new `regsub' syntax available.
11810
11811 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11812
11813 * gdb.base/watchpoint-hw-hit-once.exp,
11814 gdb.base/watchpoint-hw-hit-once.c: New.
11815
11816 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11817
11818 * gdb.threads/watchthreads-reorder.exp,
11819 gdb.threads/watchthreads-reorder.c: New.
11820
11821 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
11822
11823 * gdb.xml/tdesc-regs.exp: Use for m68k.
11824
11825 2009-11-15 Pedro Alves <pedro@codesourcery.com>
11826
11827 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
11828
11829 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11830
11831 * lib/gdb.exp (current_target_name): New procedure.
11832 (gdb_wrapper_target): New variable.
11833 (gdb_wrapper_init): Set gdb_wrapper_target.
11834 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
11835 wrapper.
11836
11837 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11838
11839 * gdb.base/remote.exp: Delete the slowest load test.
11840 Do not load with fixed packet sizes.
11841
11842 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11843
11844 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
11845
11846 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11847
11848 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
11849 srcfile when setting a breakpoint.
11850
11851 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
11852
11853 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
11854 macros.
11855
11856 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11857
11858 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
11859 to be in memory.
11860 * gdb.base/display.c (force_mem): New.
11861 (do_loops): Use it. Add breakpoint comments.
11862 (do_vars): Add a breakpoint comment.
11863 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
11864 line numbers.
11865
11866 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
11867
11868 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
11869 instead of a bare "run".
11870
11871 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
11872
11873 * gdb.python/py-prettyprint.exp: Adjust.
11874
11875 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11876
11877 * lib/cell.exp (skip_cell_tests): Clean up test files before
11878 returning.
11879
11880 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11881
11882 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
11883 and the breakpoint menu. Do not call perror if a prompt is seen.
11884 Consume the following GDB prompt.
11885 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
11886 * gdb.cp/namespace.exp: Use gdb_test.
11887 * gdb.cp/templates.exp: Use gdb_test.
11888 (test_template_breakpoints): Use gdb_test_multiple.
11889
11890 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11891
11892 * gdb.base/break1.c (struct some_struct, values): Move earlier.
11893 (marker4): Reference values.
11894
11895 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11896
11897 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
11898 is missing.
11899
11900 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11901
11902 * gdb.base/break.c (need_malloc): New.
11903 * gdb.base/constvars.c (main): Reference crass and crisp.
11904 * gdb.base/gdb1821.c (main): Reference bar.
11905 * gdb.cp/gdb1355.cc (main): Reference s1.
11906 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
11907 (main): Call them.
11908 * gdb.cp/hang2.cc (dummy2): Define.
11909 * gdb.cp/hang3.cc (dummy3): Define.
11910 * gdb.cp/m-data.cc (main): Reference shadow.
11911
11912 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11913 Nathan Froyd <froydnj@codesourcery.com>
11914
11915 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
11916 remote host.
11917
11918 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
11919
11920 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
11921 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
11922 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11923 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11924 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11925 * gdb.dwarf2/dw2-producer.exp: Likewise.
11926 * gdb.dwarf2/mac-fileno.exp: Likewise.
11927 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
11928 py-prettyprint.py to the remote host.
11929 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
11930
11931 2009-11-11 Keith Seitz <keiths@redhat.com>
11932
11933 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
11934 use it instead of "Foo".
11935 * gdb.cp/classes.exp (do_tests): Add a test to access
11936 a method through a typedef'd class name.
11937
11938 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
11939
11940 * gdb.base/long_long.exp: Permit leading zeros on floating-point
11941 exponents.
11942 * gdb.base/pointers.exp: Likewise.
11943 * gdb.cp/ref-types.exp: Likewise.
11944
11945 2009-11-11 Keith Seitz <keiths@redhat.com>
11946
11947 * gdb.cp/cplusfuncs.cc (class foo): Add operators
11948 new[] and delete[].
11949 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
11950 "void".
11951 (probe_demangler): Remove all single-quoting of
11952 method and variable names.
11953 (info_func_regexp): Remove the word "void" from any
11954 occurrence of "(void)".
11955 (print_addr_2): Remove all single-quoting of
11956 method names.
11957 (print_addr_2_kfail): Likewise.
11958 (print_addr): Single-quote C function names before
11959 passing to print_addr_2.
11960 (test_paddr_operator_functions): Remove single-quoting
11961 for method names.
11962 Add tests for operator new[] and operator delete[].
11963
11964 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11965
11966 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
11967
11968 2009-11-09 Keith Seitz <keiths@redhat.com>
11969
11970 * gdb.cp/overload.exp: Add tests for resolving overloaded
11971 methods in expression parsing/evaluation.
11972
11973 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
11974
11975 * lib/gdb.exp (default_gdb_version): Use --version instead of
11976 --command.
11977
11978 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
11979
11980 * lib/gdb.exp (gdb_compile_test): New.
11981 (skip_ada_tests, skip_java_tests): New.
11982 (gdb_compile): Use gdb_compile_test for f77.
11983 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
11984 * lib/java.exp (compile_java_from_source): Remove runtests check,
11985 use gdb_compile_test to record result.
11986 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
11987 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
11988 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
11989 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
11990 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
11991 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
11992 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
11993 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
11994 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
11995 adjust gdb_compile invocations.
11996
11997 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11998
11999 * Makefile.in (abs_builddir): New.
12000 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
12001 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
12002 `$(abs_builddir)/site.exp'.
12003
12004 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
12005
12006 * config/m68k-emc.exp, lib/emc-support.exp,
12007 gdb.trace/gdb_c_test.c: Delete.
12008 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
12009 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
12010 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12011 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
12012 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12013 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
12014 casing for m68k-*-elf.
12015
12016 2009-11-03 Pedro Alves <pedro@codesourcery.com>
12017
12018 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
12019 * gdb.arch/i386-prologue.exp: Likewise.
12020 * gdb.arch/i386-unwind.exp: Likewise.
12021
12022 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
12023
12024 * lib/gdb.exp (gdb_expect): Fix timeout typo.
12025
12026 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
12027
12028 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
12029
12030 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
12031
12032 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
12033
12034 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12035
12036 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
12037
12038 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12039
12040 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
12041 * gdb.base/sepdebug2.c: New file.
12042
12043 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
12044
12045 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
12046 the modified warnings for catch syscall. Verify if GDB was compiled
12047 with support for lib expat, and choose which tests to run depending
12048 on this.
12049
12050 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
12051
12052 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
12053 that composite commands are parsed OK. And also test
12054 that breakpoint commands do work.
12055
12056 2009-10-23 Michael Snyder <msnyder@vmware.com>
12057
12058 gdb.reverse/consecutive-precsave.exp: Change expect pattern
12059 to allow for new disassembly style.
12060
12061 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
12062
12063 * gdb.asm/asm-source.exp: Adjust.
12064
12065 2009-10-22 Michael Snyder <msnyder@vmware.com>
12066
12067 * gdb.reverse/break-precsave.exp: New test.
12068 * gdb.reverse/consecutive-precsave.exp: Ditto.
12069 * gdb.reverse/finish-precsave.exp: Ditto.
12070 * gdb.reverse/i386-precsave.exp: Ditto.
12071 * gdb.reverse/machinestate-precsave.exp: Ditto.
12072 * gdb.reverse/sigall-precsave.exp: Ditto.
12073 * gdb.reverse/solilb-precsave.exp: Ditto.
12074 * gdb.reverse/step-precsave.exp: Ditto.
12075 * gdb.reverse/until-precsave.exp: Ditto.
12076 * gdb.reverse/watch-precsave.exp: Ditto.
12077
12078 2009-10-22 Michael Snyder <msnyder@vmware.com>
12079
12080 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
12081 for gdb_expect. Adjust one test's expect strings for the new
12082 format of disassemble.
12083 * gdb.reverse/finish-reverse.exp: Delete 'return'.
12084 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
12085 gdb_test_multiple.
12086 * gdb.reverse/step-reverse.exp: Delete 'return'.
12087 * gdb.reverse/until-reverse.exp: Delete blank lines.
12088 * gdb.reverse/watch-reverse.exp: Delete blank lines.
12089
12090 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
12091
12092 * gdb.base/consecutive.exp: Adjust.
12093 * gdb.base/display.exp: Likewise.
12094 * gdb.base/pc-fp.exp: Likewise.
12095 * gdb.base/sigbpt.exp: Likewise.
12096
12097 2009-10-19 Michael Snyder <msnyder@vmware.com>
12098
12099 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
12100 * gdb.reverse/finish-reverse.c: Ditto.
12101 * gdb.reverse/sigall-reverse.c: Ditto.
12102 * gdb.reverse/solib-reverse.c: Ditto.
12103 * gdb.reverse/step-reverse.c: Ditto.
12104 * gdb.reverse/watch-reverse.c: Ditto.
12105
12106 2009-10-19 Pedro Alves <pedro@codesourcery.com>
12107 Stan Shebs <stan@codesourcery.com>
12108
12109 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
12110 * gdb.base/foll-exec.exp: Adjust to expect a process id before
12111 "Executing new program".
12112 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
12113 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
12114 left listed after having been killed.
12115 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
12116 * gdb.base/maint.exp: Adjust test.
12117
12118 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
12119 * gdb.multi/Makefile.in: New.
12120 * gdb.multi/base.exp: New.
12121 * gdb.multi/goodbye.c: New.
12122 * gdb.multi/hangout.c: New.
12123 * gdb.multi/hello.c: New.
12124 * gdb.multi/bkpt-multi-exec.c: New.
12125 * gdb.multi/bkpt-multi-exec.exp: New.
12126 * gdb.multi/crashme.c: New.
12127
12128 2009-10-13 Tristan Gingold <gingold@adacore.com>
12129
12130 * gdb.base/sepdebug.exp: Check debug info are found.
12131
12132 2009-10-08 Pedro Alves <pedro@codesourcery.com>
12133
12134 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
12135 bits.
12136
12137 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12138
12139 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
12140
12141 2009-10-07 Joel Brobecker <brobecker@adacore.com>
12142
12143 * gdb.base/watchpoints.c: Add copyright header. Reformat one
12144 of the comments.
12145
12146 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
12147
12148 * gdb.base/annota1.exp: Remove obsolete match_max increase.
12149 * gdb.base/annota3.exp: Idem.
12150 * gdb.base/maint.exp: Idem.
12151
12152 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
12153
12154 * lib/gdb.exp (default_gdb_init): Set current value of match_max
12155 to default.
12156
12157 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
12158
12159 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
12160 mingw and cygwin targets.
12161
12162 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
12163 Pedro Alves <pedro@codesourcery.com>
12164
12165 * lib/gdb.exp (gdb_compile): Avoid adding
12166 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
12167
12168 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
12169
12170 * gdb.base/shr1.c: Use %p in format string.
12171 * gdb.base/unload.c: Avoid warning in fprintf.
12172 * gdb.base/watchpoint-solib.c: Idem.
12173
12174 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
12175
12176 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
12177 long type.
12178 (test_unlink): Correct printf string.
12179 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
12180 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
12181
12182 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12183
12184 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
12185 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
12186 * gdb.arch/ia64-breakpoint-shadow.S: New file.
12187
12188 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12189
12190 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
12191 * gdb.objc/nondebug.exp: Likewise.
12192
12193 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12194
12195 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
12196 target_info setting.
12197
12198 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
12199 that detect new threads during "info threads".
12200
12201 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12202
12203 * gdb.threads/manythreads.c (main): Increase thread stack size
12204 to 2*PTHREAD_STACK_MIN.
12205 * gdb.threads/multi-create.c (main): Likewise.
12206 (create_function): Likewise.
12207
12208 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12209
12210 * gdb.base/dump.exp: Pass difference of pointer types instead
12211 of integer types as offset to restore in intarr3.srec case.
12212
12213 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12214
12215 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
12216
12217 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12218
12219 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
12220
12221 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
12222
12223 New test for two watchpoints, with disabling of
12224 the first inserted.
12225 * testsuite/gdb.base/watchpoints.c: New file.
12226 * testsuite/gdb.base/watchpoints.exp: New file.
12227
12228 2009-09-25 Tom Tromey <tromey@redhat.com>
12229
12230 * gdb.base/charset.exp: Test utf-16 strings with Python.
12231
12232 2009-09-25 Tom Tromey <tromey@redhat.com>
12233
12234 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
12235 UCS-4.
12236 * gdb.base/charset.c (utf_32_string): Rename.
12237 (init_utf32): Rename.
12238 (main): Update.
12239
12240 2009-09-22 Tom Tromey <tromey@redhat.com>
12241
12242 * gdb.python/py-function.exp: Add regression tests.
12243
12244 2009-09-21 Keith Seitz <keiths@redhat.com>
12245
12246 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
12247 with invalid operator.
12248
12249 2009-09-21 Keith Seitz <keiths@redhat.com>
12250
12251 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
12252 and destructor using typedef name of class.
12253 * gdb.cp/classes.cc (class Base1): Add a destructor.
12254 (base1): New typedef.
12255 (use_methods): Instanitate an object of type base1.
12256 * gdb.cp/templates.exp (test_template_typedef): New procedure.
12257 (do_tests): Call test_template_typedef.
12258 * gdb.cp/templates.cc (Baz::~Baz): New method.
12259 (intBazOne): New typedef.
12260 (main): Instantiate intBazOne.
12261
12262 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
12263
12264 PR python/10633
12265
12266 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
12267 Function.
12268 (run_lang_tests): Add print elements test.
12269
12270 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
12271
12272 * gdb.python/py-value.exp (test_subscript_regression): New
12273 function. Test for invalid subscripts.
12274 * gdb.python/py-value.c (main): Add test array, and pointer to it.
12275 (ptr_ref): New function.
12276
12277 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12278
12279 * gdb.base/default.exp: Fix "show convenience".
12280
12281 2009-09-15 Tom Tromey <tromey@redhat.com>
12282
12283 * lib/mi-support.exp (mi_create_varobj): Update.
12284 (mi_create_floating_varobj): Likewise.
12285 (mi_create_dynamic_varobj): New proc.
12286 (mi_varobj_update): Update.
12287 (mi_varobj_update_with_type_change): Likewise.
12288 (mi_varobj_update_kv_helper): New proc.
12289 (mi_varobj_update_dynamic_helper): Rewrite.
12290 (mi_varobj_update_dynamic): New proc.
12291 (mi_list_varobj_children): Update.
12292 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
12293 * gdb.python/python-prettyprint.py (pp_outer): New class.
12294 (pp_nullstr): Likewise.
12295 (lookup_function): Register new printers.
12296 * gdb.python/python-prettyprint.c (struct substruct): New type.
12297 (struct outerstruct): Likewise.
12298 (substruct_test): New function.
12299 (struct nullstr): New type.
12300 (string_1, string_2): New globals.
12301 (main): Add new tests.
12302 * gdb.python/python-mi.exp: Added regression tests.
12303 * gdb.mi/mi2-var-display.exp: Update.
12304 * gdb.mi/mi2-var-cmd.exp: Update.
12305 * gdb.mi/mi2-var-child.exp: Update.
12306 * gdb.mi/mi2-var-block.exp: Update.
12307 * gdb.mi/mi-var-invalidate.exp: Update.
12308 * gdb.mi/mi-var-display.exp: Update.
12309 * gdb.mi/mi-var-cmd.exp: Update.
12310 * gdb.mi/mi-var-child.exp: Update.
12311 * gdb.mi/mi-var-block.exp: Update.
12312 * gdb.mi/mi-break.exp: Update.
12313 * gdb.mi/gdb701.exp: Update.
12314
12315 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
12316
12317 * Makefile.in: Inclusion of catch-syscall object.
12318 * gdb.base/catch-syscall.c: New file.
12319 * gdb.base/catch-syscall.exp: New file.
12320
12321 2009-09-12 Michael Snyder <msnyder@vmware.com>
12322
12323 * gdb.reverse/step-reverse.exp: Explicitly check for targets
12324 that can support reverse debuggnig.
12325
12326 2009-09-11 Tom Tromey <tromey@redhat.com>
12327
12328 * gdb.dwarf2/valop.S: New file.
12329 * gdb.dwarf2/valop.exp: New file.
12330
12331 2009-09-11 Mark Kettenis <kettenis@gnu.org>
12332
12333 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
12334
12335 2009-09-10 Doug Evans <dje@google.com>
12336
12337 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
12338 Add $gdb_prompt to second breakpoint regexp.
12339
12340 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
12341
12342 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
12343 names, add missing ones.
12344 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
12345 * gdb.python/py-frame.c: Rename from python-frame.c.
12346 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
12347 testfile name.
12348 * gdb.python/py-function.exp: Rename from python-function.exp.
12349 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
12350 testfile name.
12351 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
12352 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
12353 Adjust testfile name.
12354 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
12355 * gdb.python/py-template.cc: Rename from python-template.cc.
12356 * gdb.python/py-template.exp: Rename from python-template.exp.
12357 Adjust testfile name.
12358 * gdb.python/py-value.c: Rename from python-value.c.
12359 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
12360 testfile name.
12361
12362 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12363
12364 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
12365 $bpt2address.
12366 (Second breakpoint address is valid on ia64)
12367 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
12368
12369 2009-09-03 Joseph Myers <joseph@codesourcery.com>
12370
12371 * gdb.base/ending-run.exp: Restrict regular expression matching
12372 line number to require closing brace following.
12373
12374 2009-09-03 Doug Evans <dje@google.com>
12375
12376 * gdb.base/store.exp (check_set): Fix typo in expected value message.
12377
12378 2009-09-02 Tom Tromey <tromey@redhat.com>
12379
12380 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
12381
12382 2009-09-02 Tom Tromey <tromey@redhat.com>
12383
12384 * gdb.dwarf2/callframecfa.exp: New file.
12385 * gdb.dwarf2/callframecfa.S: New file.
12386
12387 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12388
12389 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
12390 gdb.base/solib-overlap-main.c: New.
12391
12392 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
12393
12394 PR gdb/10565
12395
12396 * gdb.base/bitfields.c (struct container, container): New.
12397 (main): Initialize it and call break5.
12398 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
12399
12400 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12401
12402 Support constant DW_AT_data_member_location by GCC PR debug/40659.
12403 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
12404
12405 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12406
12407 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
12408
12409 2009-08-26 Michael Snyder <msnyder@vmware.com>
12410
12411 * gdb.base/i386-reverse.c: New file.
12412 * gdb.base/i386-reverse.exp: New file.
12413 * gdb.base/Makefile.in: Add new files to be removed.
12414
12415 2009-08-26 Joseph Myers <joseph@codesourcery.com>
12416
12417 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
12418 environment-pwd for remote host.
12419 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
12420
12421 2009-08-24 Keith Seitz <keiths@redhat.com>
12422
12423 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
12424 Add two new C++ completer tests which limit the output to a
12425 given class.
12426
12427 2009-08-24 Michael Snyder <msnyder@vmware.com>
12428
12429 * gdb.base/del.exp: Fix typo in comment.
12430 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
12431
12432 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12433
12434 * configure: Regenerate.
12435 * gdb.hp/configure: Likewise.
12436 * gdb.hp/gdb.aCC/configure: Likewise.
12437 * gdb.hp/gdb.base-hp/configure: Likewise.
12438 * gdb.hp/gdb.compat/configure: Likewise.
12439 * gdb.hp/gdb.defects/configure: Likewise.
12440 * gdb.hp/gdb.objdbg/configure: Likewise.
12441 * gdb.stabs/configure: Likewise.
12442
12443 2009-08-19 Doug Evans <dje@google.com>
12444
12445 * gdb.base/gdbvars.c: New file.
12446 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
12447
12448 2009-08-14 Pedro Alves <pedro@codesourcery.com>
12449
12450 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
12451 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
12452
12453 2009-08-13 Pedro Alves <pedro@codesourcery.com>
12454
12455 * gdb.base/default.exp: Adjust "set language test": it's now an
12456 enum command. Larger help string moved to "help set language".
12457 * gdb.base/help.exp: Adjust "help set language" expected output,
12458 now lists all known languages.
12459
12460 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
12461
12462 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
12463 all frame arguments.
12464 * gdb.arch/altivec-regs.exp: Likewise.
12465
12466 2009-08-07 Tom Tromey <tromey@redhat.com>
12467
12468 * gdb.base/setshow.exp: Add tests for changes to set language, set
12469 check range, and set check type.
12470
12471 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
12472
12473 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
12474 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
12475 Call it.
12476
12477 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12478
12479 * configure.ac: Run gdb.cell tests when appropriate.
12480 * configure: Regenerate.
12481 * lib/cell.exp: New file.
12482 * gdb.cell: New directory.
12483 * gdb.cell/configure.ac: New file.
12484 * gdb.cell/configure: New file.
12485 * gdb.cell/Makefile.in: New file.
12486 * gdb.cell/arch.exp: New file.
12487 * gdb.cell/break.c: New file.
12488 * gdb.cell/break.exp: New file.
12489 * gdb.cell/break-spu.c: New file.
12490 * gdb.cell/bt.c: New file.
12491 * gdb.cell/bt2-spu.c: New file.
12492 * gdb.cell/bt-spu.c: New file.
12493 * gdb.cell/bt.exp: New file.
12494 * gdb.cell/coremaker.c: New file.
12495 * gdb.cell/coremaker-spu.c: New file.
12496 * gdb.cell/core.exp: New file.
12497 * gdb.cell/gcore.exp: New file.
12498 * gdb.cell/data.c: New file.
12499 * gdb.cell/data.exp: New file.
12500 * gdb.cell/data-spu.c: New file.
12501 * gdb.cell/ea-cache.exp: New file.
12502 * gdb.cell/ea-cache.c: New file.
12503 * gdb.cell/ea-cache-spu.c: New file.
12504 * gdb.cell/ea-standalone.c: New file.
12505 * gdb.cell/ea-standalone.exp: New file.
12506 * gdb.cell/ea-test.c: New file.
12507 * gdb.cell/ea-test.exp: New file.
12508 * gdb.cell/f-regs.exp: New file.
12509 * gdb.cell/mem-access.c: New file.
12510 * gdb.cell/mem-access.exp: New file.
12511 * gdb.cell/mem-access-spu.c: New file.
12512 * gdb.cell/ptype.exp: New file.
12513 * gdb.cell/registers.exp: New file.
12514 * gdb.cell/size.c: New file.
12515 * gdb.cell/sizeof.exp: New file.
12516 * gdb.cell/size-spu.c: New file.
12517 * gdb.cell/solib.exp: New file.
12518 * gdb.cell/solib-symbol.exp: New file.
12519
12520 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12521
12522 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
12523
12524 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12525
12526 * gdb.base/float.exp: Handle VFP registers.
12527
12528 2009-07-14 Michael Snyder <msnyder@vmware.com>
12529
12530 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
12531 to bring gdb to the beginning of the calling line.
12532
12533 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
12534 confusing the i386 epilogue unwinder.
12535
12536 2009-07-14 Stan Shebs <stan@codesourcery.com>
12537
12538 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
12539
12540 2009-07-14 Michael Snyder <msnyder@vmware.com>
12541
12542 * gdb.reverse/step-reverse.exp (stepi into function call):
12543 Call instruction may not be first instruction in the line.
12544 (reverse stepi from a function call): Used wrong line number.
12545
12546 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12547
12548 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
12549
12550 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12551
12552 Fix gdb.base/macscp.exp when using custom inputrc.
12553 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
12554 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
12555 env(TERM) set.
12556 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
12557 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
12558
12559 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12560
12561 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
12562 * gdb.base/annota1.exp (thread_test): Import global $testfile.
12563 Change the compilation target to match the testcase name.
12564 * gdb.base/sect-cmd.exp: Change the compilation target to match the
12565 testcase name.
12566 * a2-run.exp: Use for setup prepare_for_testing. Change the
12567 compilation target to match the testcase name.
12568 * gdb.base/commands.exp: Likewise.
12569 * gdb.base/finish.exp: Likewise.
12570 * gdb.base/float.exp: Likewise.
12571 * gdb.base/info-target.exp: Likewise.
12572 * gdb.base/relational.exp: Likewise.
12573 * gdb.base/term.exp: Likewise.
12574 * gdb.base/until.exp: Likewise.
12575 * gdb.base/volatile.exp: Likewise.
12576 * gdb.base/whatis-exp.exp: Likewise.
12577
12578 2009-07-11 Hui Zhu <teawater@gmail.com>
12579
12580 * gdb.base/help.exp (disassemble): Update expected help text.
12581
12582 2009-07-09 Tom Tromey <tromey@redhat.com>
12583
12584 * lib/gdb.exp: Handle TRANSCRIPT.
12585 (remote_spawn, remote_close, send_gdb): New procs.
12586
12587 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
12588
12589 * gdb.python/python-prettyprint.c: Add counted null string
12590 structure.
12591 * gdb.python/python-prettyprint.exp: Print null string. Test for
12592 embedded nulls.
12593 * gdb.python/python-prettyprint.py (pp_ns): New Function.
12594 * gdb.python/python-value.exp (test_value_in_inferior): Add
12595 variable length string fetch tests.
12596 * gdb.python/python-value.c (main): Add strings for string fetch tests.
12597
12598 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12599
12600 * gdb.base/dump.exp (inaccessible memory is reported): New test.
12601
12602 2009-07-07 Tom Tromey <tromey@redhat.com>
12603
12604 * gdb.base/call-rt-st.exp: Update for change to escape output.
12605 * gdb.base/callfuncs.exp: Likewise.
12606 * gdb.base/charset.exp: Likewise.
12607 * gdb.base/constvars.exp: Likewise.
12608 * gdb.base/long_long.exp: Likewise.
12609 * gdb.base/pointers.exp: Likewise.
12610 * gdb.base/printcmds.exp: Likewise.
12611 * gdb.base/setvar.exp: Likewise.
12612 * gdb.base/store.exp: Likewise.
12613 * gdb.cp/ref-types.exp: Likewise.
12614 * gdb.mi/mi-var-child.exp: Likewise.
12615 * gdb.mi/mi-var-display.exp: Likewise.
12616 * gdb.mi/mi2-var-display.exp: Likewise.
12617 * gdb.base/charset.exp: Test octal escape sequence length.
12618 Update for change to escape output.
12619
12620 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12621
12622 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
12623
12624 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
12625
12626 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
12627
12628 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12629
12630 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
12631 gdbserver increasing $portnum if "Can't bind address" has been seen.
12632
12633 2009-07-05 Pedro Alves <pedro@codesourcery.com>
12634
12635 * gdb.base/ending-run.exp: Add "step out of main" pattern for
12636 mingw32ce.
12637
12638 2009-07-05 Pedro Alves <pedro@codesourcery.com>
12639
12640 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
12641 VFP format.
12642
12643 2009-07-02 Pedro Alves <pedro@codesourcery.com>
12644
12645 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
12646 linux. Adjust to use "inferior", "info inferiors", "detach
12647 inferior" and "kill inferior" instead of "restart", "info fork",
12648 "detach fork" and "delete fork".
12649 * gdb.base/ending-run.exp: Spell out "info".
12650 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
12651 the "kill" command.
12652
12653 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12654
12655 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
12656 change to prefix TLS offset in hex with 0x.
12657
12658 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12659
12660 * gdb.base/default.exp: Update test case for "x" changes.
12661
12662 2009-07-01 Tristan Gingold <gingold@adacore.com>
12663
12664 * gdb.base/bigcore.exp: Make darwin untested.
12665
12666 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12667
12668 * gdb.base/completion.exp (directory completion): Create the directory.
12669 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
12670 escapeuniquesub.
12671 (directory completion 2): Expect now ${escapeuniquesub}.
12672 (Glob remaining of directory test): Remove one excessive newline.
12673 Expect the real output.
12674
12675 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12676
12677 Fix `make check//%' target after `make check' has been ran.
12678 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
12679 a mkdir call.
12680 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
12681 (%/.dir): Remove.
12682
12683 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12684
12685 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
12686 the expected result record.
12687
12688 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12689
12690 Remove racy FAILs relying just on the timeouts.
12691 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
12692 (annotation_level 2): Remove racy FAILs.
12693
12694 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
12695
12696 gdb/10275
12697 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
12698
12699 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
12700
12701 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
12702
12703 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
12704
12705 * gdb.mi/mi-stack.exp: Testing symbolic options
12706 to -stack-list-locals and -stack-list-arguments.
12707
12708 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12709
12710 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
12711
12712 2009-06-29 Tom Tromey <tromey@redhat.com>
12713
12714 * dg-extract-results.sh: New file.
12715 * Makefile.in (FORCE_PARALLEL): New variable.
12716 (CHECK_TARGET): New conditional variable.
12717 (check): Use CHECK_TARGET.
12718 (DO_RUNTEST): New variable.
12719 (check-single): New target.
12720 (TEST_DIRS): New variable.
12721 (TEST_TARGETS): Likewise.
12722 (check-parallel): New target.
12723 (check-gdb.%): New pattern.
12724 (BASE1_FILES): New variable.
12725 (BASE2_FILES): Likewise.
12726 (check-gdb.base%): New pattern.
12727 (%/.dir): New pattern.
12728 * configure: Rebuild.
12729 * aclocal.m4 (AM_CONDITIONAL): New defun.
12730 * configure.ac: Check whether user is using GNU make.
12731 (GMAKE): New conditional.
12732
12733 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
12734
12735 * gdb.cp/namespace-nested-import.cc: New test.
12736 * gdb.cp/namespace-nested-import.exp: New test.
12737
12738 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
12739
12740 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
12741 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
12742 * gdb.opt/Makefile.in (EXECUTABLES): Update.
12743 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
12744 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
12745 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
12746 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
12747 gdb.opt/inline-markers.c: New files.
12748 * lib/gdb.exp (skip_inline_frame_tests): New function.
12749 (skip_inline_var_tests): New function.
12750
12751 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
12752
12753 * gdb.cp/exception.exp: Don't require $hex before inner frame in
12754 backtrace.
12755
12756 2009-06-27 Michael Snyder <msnyder@vmware.com>
12757
12758 * gdb.reverse: New directory.
12759 * gdb.reverse/break-reverse.c: New test.
12760 * gdb.reverse/break-reverse.exp: New test.
12761 * gdb.reverse/consecutive-reverse.c: New test.
12762 * gdb.reverse/consecutive-reverse.exp: New test.
12763 * gdb.reverse/finish-reverse.c: New test.
12764 * gdb.reverse/finish-reverse.exp: New test.
12765 * gdb.reverse/machinestate.c: New test.
12766 * gdb.reverse/ms1.c: New test.
12767 * gdb.reverse/machinestate.exp: New test.
12768 * gdb.reverse/Makefile.in: New file.
12769 * gdb.reverse/shr2.c: New test.
12770 * gdb.reverse/solib-reverse.c: New test.
12771 * gdb.reverse/solib-reverse.exp: New test.
12772 * gdb.reverse/step-reverse.c: New test.
12773 * gdb.reverse/step-reverse.exp: New test.
12774 * gdb.reverse/until-reverse.c: New test.
12775 * gdb.reverse/ur1.c: New test.
12776 * gdb.reverse/until-reverse.exp: New test.
12777 * gdb.reverse/watch-reverse.c: New test.
12778 * gdb.reverse/watch-reverse.exp: New test.
12779 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
12780 * configure: Regenerate.
12781
12782 2009-06-26 Doug Evans <dje@google.com>
12783
12784 * gdb.base/psymtab.exp: Turn off pending breakpoints.
12785
12786 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
12787
12788 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
12789 windows problem for 'file delete $binfile'.
12790
12791 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
12792
12793 * gdb.cp/namespace-using.exp: New test.
12794 * gdb.cp/namespace-using.cc: New test.
12795
12796 2009-05-20 Joel Brobecker <brobecker@adacore.com>
12797
12798 * gdb.ada/variant_record_packed_array: New testcase.
12799
12800 2009-06-23 Tom Tromey <tromey@redhat.com>
12801
12802 * gdb.base/charset.exp (test_combination): Regression test.
12803 * gdb.base/charset.c (my_wchar_t): New typedef.
12804 (myvar): New global.
12805 (main): Set myvar.
12806
12807 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
12808
12809 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
12810 target.
12811
12812 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12813
12814 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
12815
12816 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12817
12818 * gdb.mi/gdb680.exp: Update test for error message.
12819
12820 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12821
12822 * gdb.base/annota1.exp: Allow multiple occurrences of the
12823 frames-invalid annotation.
12824 * gdb.cp/annota2.exp: Likewise.
12825
12826 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
12827
12828 * gdb.cp/gdb2495.cc: New file.
12829 * gdb.cp/gdb2495.exp: New file.
12830
12831 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12832
12833 Report error on GDB crash during runto.
12834 * lib/gdb.exp (runto <eof>): New.
12835
12836 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
12837
12838 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
12839 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
12840 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
12841 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
12842 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
12843 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
12844 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
12845 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
12846 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
12847 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
12848 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
12849 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
12850 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
12851 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
12852 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
12853 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
12854 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
12855 gdb.server/server-mon.exp, gdb.server/server-run.exp,
12856 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12857 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
12858 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
12859 gdb.trace/passcount.exp, gdb.trace/report.exp,
12860 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
12861 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
12862 gdb.trace/while-stepping.exp: Use a unique name for the compiled
12863 executable.
12864
12865 2009-06-07 Pedro Alves <pedro@codesourcery.com>
12866
12867 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
12868 defined before referencing it.
12869
12870 2009-06-03 Doug Evans <dje@google.com>
12871
12872 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
12873 * gdb.arch/i386-see.c: Ditto.
12874
12875 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
12876
12877 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
12878 (check_macro): Return 1 if undefined.
12879 If first test fails, check if macro debug information is available,
12880 and report unsupported test if no macro information is found.
12881
12882 2009-05-29 Doug Evans <dje@google.com>
12883
12884 * gdb.threads/hand-call-in-threads.exp: New.
12885 * gdb.threads/hand-call-in-threads.c: New.
12886
12887 2009-05-29 Michael Snyder <msnyder@vmware.com>
12888
12889 * gdb.base/break-always.exp: Change "1" to "on".
12890 Add confirmation check.
12891
12892 2009-05-28 Pedro Alves <pedro@codesourcery.com>
12893
12894 * gdb.threads/threxit-hop-specific.c: New.
12895 * gdb.threads/threxit-hop-specific.exp: New.
12896 * gdb.threads/thread-execl.c: New.
12897 * gdb.threads/thread-execl.exp: New.
12898
12899 2009-05-27 Tom Tromey <tromey@redhat.com>
12900 Thiago Jung Bauermann <bauerman@br.ibm.com>
12901
12902 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
12903 (mi_child_regexp): Likewise.
12904 (mi_list_varobj_children_range): Likewise.
12905 (mi_get_features): Likewise.
12906 (mi_list_varobj_children): Rewrite.
12907 * gdb.python/python-mi.exp: New file.
12908
12909 2009-05-27 Tom Tromey <tromey@redhat.com>
12910 Thiago Jung Bauermann <bauerman@br.ibm.com>
12911 Phil Muldoon <pmuldoon@redhat.com>
12912 Paul Pluzhnikov <ppluzhnikov@google.com>
12913
12914 * gdb.python/python-prettyprint.exp: New file.
12915 * gdb.python/python-prettyprint.c: New file.
12916 * gdb.python/python-prettyprint.py: New file.
12917 * gdb.base/display.exp: print/r is now valid.
12918
12919 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
12920 Tom Tromey <tromey@redhat.com>
12921 Pedro Alves <pedro@codesourcery.com>
12922 Paul Pluzhnikov <ppluzhnikov@google.com>
12923
12924 * gdb.python/python-template.exp: New file.
12925 * gdb.python/python-template.cc: New file.
12926 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
12927 tests.
12928 * gdb.python/python-value.exp (py_objfile_tests): New proc.
12929 Call it.
12930 (test_value_after_death): New proc.
12931 * gdb.python/python-value.c (PTR): New typedef.
12932 (main): New variable 'x'.
12933
12934 2009-05-27 Tom Tromey <tromey@redhat.com>
12935
12936 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
12937 tests.
12938 * gdb.python/python-value.exp (py_objfile_tests): New proc.
12939 Call it.
12940
12941 2009-05-27 Pedro Alves <pedro@codesourcery.com>
12942
12943 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
12944
12945 2009-05-24 Pedro Alves <pedro@codesourcery.com>
12946
12947 * gdb.threads/fork-thread-pending.c: New.
12948 * gdb.threads/fork-thread-pending.exp: New.
12949
12950 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12951
12952 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
12953 * gdb.dwarf2/dw2-strp.S (a_string2): New.
12954
12955 2009-05-18 Jon Beniston <jon@beniston.com>
12956
12957 * gdb.asm/asm-source.exp: Add lm32 target.
12958
12959 2009-05-17 Pedro Alves <pedro@codesourcery.com>
12960
12961 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
12962 `gdb_get_line_number'. Call `callee' in both parent and child.
12963 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
12964 `gdb_get_line_number' instead of hardcoding line numbers.
12965 (catch_fork_unpatch_child): New procedure to test detaching
12966 breakpoints from child fork.
12967 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
12968 hardcoding line numbers.
12969 (do_fork_tests): Run `catch_fork_unpatch_child'.
12970
12971 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
12972
12973 * gdb.mi/mi-cmd-var.exp: Check that when varobj
12974 of structure type enters or leaves the scope, it
12975 is reported by -var-update.
12976
12977 2009-05-11 Doug Evans <dje@sebabeach.org>
12978
12979 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
12980 * gdb.threads/pending-step.c (main): Fix off-by-one error.
12981 * gdb.threads/schedlock.c (main): Fix off-by-one error.
12982
12983 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12984
12985 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
12986
12987 2009-04-30 Doug Evans <dje@google.com>
12988
12989 * gdb.threads/watchthreads2.exp: New testcase.
12990 * gdb.threads/watchthreads2.c: New testcase.
12991
12992 2009-04-29 Doug Evans <dje@google.com>
12993
12994 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
12995 * gdb.cp/mb-ctor.cc: Ditto.
12996 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
12997 * gdb.cp/mb-inline.h (multi_line_foo): New function.
12998 * gdb.cp/mb-inline1.cc: Call it.
12999 * gdb.cp/mb-inline2.cc: Ditto.
13000 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
13001 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
13002
13003 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13004
13005 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
13006 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
13007 Replace all uses of `decimal' by `nonzero'.
13008 (info macro FROM_COMMANDLINE): New test.
13009
13010 2009-04-27 Tom Tromey <tromey@redhat.com>
13011
13012 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
13013
13014 2009-04-27 Doug Evans <dje@google.com>
13015
13016 * gdb.threads/watchthreads.c (main): Initialize args before starting
13017 the threads. Plus formatting cleanup.
13018 * gdb.threads/watchthreads.exp: Avoid errant failures due to
13019 biased scheduling of one thread.
13020
13021 2009-04-27 Jerome Guitton <guitton@adacore.com>
13022
13023 * gdb.cp/templates.cc (GetMax): New template.
13024 (main): Declare two instances of GetMax.
13025 * gdb.cp/templates.exp: Add new test.
13026
13027 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13028
13029 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
13030
13031 2009-04-22 Joseph Myers <joseph@codesourcery.com>
13032
13033 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
13034
13035 2009-04-15 Tom Tromey <tromey@redhat.com>
13036
13037 * gdb.base/charset.exp: Add regression test.
13038
13039 2009-04-14 Joel Brobecker <brobecker@adacore.com>
13040
13041 * gdb.base/exe-lock.exp: New testcase.
13042
13043 2009-04-13 Tom Tromey <tromey@redhat.com>
13044
13045 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
13046 operator on Frame.
13047
13048 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13049
13050 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
13051 * gdb.server/ext-attach.exp: Likewise.
13052
13053 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
13054
13055 Eliminate some sleep usage.
13056
13057 * gdb.mi/basics.c (do_nothing): New.
13058 (main): Use do_nothing instead of printf, so that
13059 not to introduce race condition between output of
13060 inferiour and output of gdb. Do not use sleep as it
13061 is not generally available on embedded targets.
13062
13063 2009-04-02 Pedro Alves <pedro@codesourcery.com>
13064
13065 * gdb.server/ext-attach.exp: Expect an optional process id after
13066 "Detached from remote process".
13067
13068 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13069
13070 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
13071 gdb.dwarf2/dw2-unresolved.exp: New.
13072
13073 2009-04-02 Pedro Alves <pedro@codesourcery.com>
13074
13075 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
13076 mi_run_to_main.
13077
13078 2009-04-02 Pedro Alves <pedro@codesourcery.com>
13079
13080 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
13081 mi_run_to_main. Skip thread exit test on remote targets.
13082 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
13083 mi_run_to_main.
13084 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
13085 mi_run_to_main.
13086 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
13087 when expecting ^connected. Detect when the target doesn't support
13088 non-stop mode.
13089 (mi_run_cmd): Detect if non-stop mode was requested by isn't
13090 supported. Return -1 on error, 0 on success.
13091 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
13092 (mi_runto): Return mi_runto_helper's result explicitly.
13093
13094 2009-04-01 Pedro Alves <pedro@codesourcery.com>
13095
13096 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
13097
13098 2009-04-01 Tom Tromey <tromey@redhat.com>
13099
13100 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
13101 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
13102 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
13103 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
13104
13105 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
13106 Jan Kratochvil <jan.kratochvil@redhat.com>
13107
13108 PR gdb/931
13109 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
13110 output.
13111 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
13112 for gdb/931.
13113 * dw2-strp.S (DW_AT_language): Change to C++.
13114 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
13115
13116 2009-03-31 Joel Brobecker <brobecker@adacore.com>
13117
13118 * gdb.ada/tasks: New testcase.
13119
13120 2009-03-30 Stan Shebs <stan@codesourcery.com>
13121
13122 * gdb.trace/actions.exp: Update to match new info trace format.
13123 * gdb.trace/deltrace.exp: Ditto.
13124 * gdb.trace/infotrace.exp: Ditto.
13125 * gdb.trace/passcount.exp: Ditto.
13126 * gdb.trace/save-trace.exp: Ditto.
13127 * gdb.trace/while-stepping.exp: Ditto.
13128 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
13129
13130 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13131
13132 * gdb.python/python-frame.c: New file.
13133 * gdb.python/python-frame.exp: New file.
13134
13135 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
13136
13137 * gdb.python/python-value.exp: Add tests for the address
13138 attribute.
13139
13140 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
13141
13142 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
13143
13144 2009-03-26 Doug Evans <dje@google.com>
13145
13146 * gdb.mi/mi-nonstop-exit.exp: New file.
13147 * gdb.mi/non-stop-exit.c: New file.
13148
13149 2009-03-26 Tom Tromey <tromey@redhat.com>
13150
13151 Update for change to prologue skipping:
13152 * gdb.mi/mi2-simplerun.exp: Update.
13153 * gdb.mi/mi2-break.exp: Update.
13154 * gdb.mi/mi-simplerun.exp: Update.
13155 * gdb.mi/mi-break.exp: Update.
13156 * gdb.base/ending-run.exp: Update.
13157
13158 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
13159
13160 * gdb.python/python-value.exp (test_value_in_inferior): Test
13161 gdb.Value.is_optimized_out attribute.
13162
13163 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13164
13165 * gdb.dwarf2/dw2-noloc-main.c: New file.
13166 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
13167 (.text): Remove.
13168 (.data): New.
13169 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
13170 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
13171 (DW_TAG_subprogram func_cu1, noloc): Remove.
13172 (main): New.
13173 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
13174 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
13175 (file_symbols): New procedure.
13176
13177 2009-03-25 Tom Tromey <tromey@redhat.com>
13178
13179 * gdb.base/charset.exp (valid_target_charset): New proc.
13180 Use it to skip tests on invalid charsets.
13181
13182 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
13183
13184 * gdb.base/completion.exp: Add a test for directory completion.
13185
13186 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13187
13188 Fix a racy FAIL.
13189 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
13190 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
13191
13192 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
13193
13194 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
13195 * gdb.python/python-function.exp: Add test for function returning
13196 a GDB value.
13197
13198 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
13199
13200 * gdb.python/python-function.exp: New file.
13201
13202 2009-03-20 Tom Tromey <tromey@redhat.com>
13203
13204 * gdb.base/store.exp: Update for change to escape output.
13205 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
13206 to escape output.
13207 * gdb.base/pointers.exp: Update for change to escape output.
13208 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
13209 to escape output.
13210 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
13211 escape output.
13212 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
13213 to escape output.
13214 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
13215 escape output.
13216 * gdb.base/setvar.exp: Update for change to escape output.
13217 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
13218 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
13219 to escape output.
13220 (test_print_string_constants): Likewise.
13221 * gdb.base/charset.exp (valid_host_charset): Check size of
13222 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
13223 cases. Handle "auto"-related output.
13224 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
13225 (uvar, Uvar): New globals.
13226
13227 2009-03-19 Jerome Guitton <guitton@adacore.com>
13228
13229 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
13230 deltas.
13231 * gdb.ada/fixed_points.exp: Ditto.
13232
13233 2009-03-18 Pedro Alves <pedro@codesourcery.com>
13234
13235 * return-nodebug.c: Don't include stdio.h.
13236 (init): Delete.
13237 (func): Delete definition and provide extern declaration.
13238 (t): New.
13239 (main): Don't call printf. Call func and store its result in t.
13240 * return-nodebug1.c: New.
13241 * return-nodebug.exp: Don't expect stdio output. Instead, print
13242 the global variable t. Drop printf formatters and cast types from
13243 foreach loop. Don't use prepare_for_testing. Compile
13244 return-nodebug.c and return-nodebug1.c in separate steps. Don't
13245 define FORMAT or CAST.
13246
13247 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
13248
13249 * gdb.base/solib-display.exp: Disable test for remote targers.
13250
13251 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13252
13253 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
13254
13255 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13256
13257 Fix a racy FAIL.
13258 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
13259 code from `follow parent, print pids'.
13260 (`follow child, print pids', `follow parent, print pids'): Call it.
13261 Replace `gdb_test "break..."' by gdb_breakpoint.
13262
13263 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
13264
13265 * gdb.mi/mi-cli.exp: Adjust for output difference in
13266 sync and async modes.
13267
13268 2009-03-12 Joel Brobecker <brobecker@adacore.com>
13269
13270 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
13271 that was checked in by mistake. Remove loading of ada.exp, since
13272 this is not necessary in this case.
13273
13274 2009-03-12 Joel Brobecker <brobecker@adacore.com>
13275
13276 * gdb.ada/ptype_arith_binop.exp: New testcase.
13277
13278 2009-03-12 Joel Brobecker <brobecker@adacore.com>
13279
13280 * gdb.ada/mod_from_name: New testcase.
13281
13282 2009-03-12 Joel Brobecker <brobecker@adacore.com>
13283
13284 * gdb.ada/tick_last_segv: New testcase.
13285
13286 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
13287
13288 * gdb.mi/mi-cli.exp: Remove debug print.
13289
13290 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
13291
13292 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
13293 include the token in ^running and frame info in *stopped.
13294
13295 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
13296
13297 * solib-display.exp: New file.
13298 * solib-display-main.c: New file.
13299 * solib-display-lib.c: New file.
13300
13301 2009-03-05 Pedro Alves <pedro@codesourcery.com>
13302
13303 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
13304
13305 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13306
13307 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
13308 (list_and_check_macro): Use more specific test name.
13309 (next to definition): Make the test names unique.
13310
13311 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
13312
13313 * gdb.pascal/floats.exp: Accept approximate results everywhere.
13314
13315 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
13316
13317 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
13318 notifications.
13319 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
13320 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
13321 * lib/mi-support.exp (library_loaded_re): New.
13322 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
13323
13324 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
13325
13326 * gdb.gdb/observer.exp: Use test_notification observer, not
13327 normal_stop, everywhere.
13328 (test_normal_stop_notifications): Rename to...
13329 (test_notifications): ...this.
13330 (test_observer_normal_stop): Rename to...
13331 (test_observer): ...this.
13332
13333 2009-02-16 Doug Evans <dje@google.com>
13334
13335 * gdb.arch/amd64-disp-step.S (test_int3): New test.
13336 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
13337 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
13338 (test_prefixed_syscall,test_int3): New tests.
13339 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
13340 (test_prefixed_syscall,test_int3): New tests.
13341
13342 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
13343
13344 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
13345 (mi_expect_interrupt): Likewise.
13346 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
13347 response.
13348
13349 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
13350
13351 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
13352 * gdb.base/pc-fp.exp (get_valueofx): Remove.
13353 Replace calls to get_valueofx by get_hexadecimal_valueof.
13354
13355 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
13356
13357 * lib/gdb.exp (get_valueof): Accept anything as a return value.
13358 (get_integer_valueof): New procedure.
13359 (get_sizeof): Use new get_integer_value_of.
13360 * gdb.base/sizeof.exp: Replace all uses of get_valueof
13361 by get_integer_valueof.
13362
13363 2009-02-13 Tom Tromey <tromey@redhat.com>
13364
13365 * gdb.base/remote.exp (get_sizeof): Remove.
13366 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
13367 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
13368 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
13369 * lib/gdb.exp (get_valueof): Move from long_long.exp.
13370 (get_sizeof): Likewise.
13371
13372 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13373
13374 PR fortran/9806
13375 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
13376
13377 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
13378
13379 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
13380
13381 2009-02-06 Pedro Alves <pedro@codesourcery.com>
13382
13383 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
13384
13385 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
13386
13387 * gdb.python/python-cmd.exp: New file.
13388
13389 2009-02-06 Tristan Gingold <gingold@adacore.com>
13390
13391 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
13392
13393 2009-02-05 Tristan Gingold <gingold@adacore.com>
13394
13395 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
13396 pointer is dereferenced and use this signal name in regexp.
13397 * gdb.base/signull.exp: Ditto.
13398 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
13399 * gdb.base/signull.c (main): Ditto.
13400
13401 2009-02-04 Tom Tromey <tromey@redhat.com>
13402 Thiago Jung Bauermann <bauerman@br.ibm.com>
13403
13404 * gdb.python/python-value.exp: Use `gdb.history' instead of
13405 `gdb.value_from_history'.
13406 (test_value_numeric_ops): Add test for conversion of enum constant.
13407 * gdb.python/python-value.c (enum e): New type.
13408 (evalue): New global.
13409 (main): Use argv.
13410
13411 2009-02-04 Jerome Guitton <guitton@adacore.com>
13412
13413 * gdb.ada/uninitialized_vars: New test program.
13414 * gdb.ada/uninitialized_vars.exp: New testcase.
13415
13416 2009-02-02 Tom Tromey <tromey@redhat.com>
13417
13418 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
13419 * gdb.cp/pr2489.cc: Rename...
13420 * gdb.cp/pr9594.cc: ... to this.
13421
13422 2009-02-02 Tom Tromey <tromey@redhat.com>
13423
13424 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
13425 * gdb.cp/pr2489.cc: New file.
13426 * gdb.cp/cpcompletion.exp: New file.
13427
13428 2009-02-02 Tom Tromey <tromey@redhat.com>
13429
13430 PR exp/9059:
13431 * gdb.cp/call-c.exp: Add regression test.
13432 * gdb.cp/call-c.cc (FooHandle): New typedef.
13433 (main): New variable 'handle'.
13434
13435 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
13436
13437 * lib/mi-support.exp (et_mi_thread_list)
13438 (check_mi_and_console_threads): Adjust for current thread in
13439 -thread-list-ids output.
13440
13441 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
13442
13443 * gdb.mi/mi-break.exp (test_disabled_creation): New.
13444 Call it.
13445
13446 2009-01-28 Doug Evans <dje@google.com>
13447
13448 * gdb.arch/amd64-disp-step.S: New file.
13449 * gdb.arch/amd64-disp-step.exp: New file.
13450 * gdb.arch/i386-disp-step.S: New file.
13451 * gdb.arch/i386-disp-step.exp: New file.
13452
13453 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
13454
13455 * gdb.base/find.exp: Set newline variable
13456 using quotes instead of braces to fix cygwin failures.
13457
13458 2009-01-23 Pedro Alves <pedro@codesourcery.com>
13459
13460 * gdb.base/radix.exp: Add tests to ensure that that set
13461 input-radix 0 and set output-radix 0 are really rejected.
13462
13463 2009-01-23 Pedro Alves <pedro@codesourcery.com>
13464
13465 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
13466 copyright years.
13467
13468 2009-01-23 Pedro Alves <pedro@codesourcery.com>
13469
13470 PR gdb/9664:
13471 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
13472
13473 2009-01-22 Pedro Alves <pedro@codesourcery.com>
13474
13475 PR c++/9631:
13476 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
13477
13478 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
13479
13480 * gdb.server/file-transfer.exp: Use EXEEXT variable for
13481 binfile definition to fix Windows OS failure.
13482
13483 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
13484
13485 PR gdb/9346
13486 * gdb.base/interrupt.c (sigint_handler): New.
13487 (main): Install a SIGINT handler if SIGNALS is defined. Exit
13488 on error.
13489 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
13490 Test "signal SIGINT".
13491
13492 2009-01-19 Doug Evans <dje@google.com>
13493
13494 * gdb.base/break.exp: Update expected gdb output.
13495 * gdb.base/sepdebug.exp: Ditto.
13496 * gdb.mi/mi-syn-frame.exp: Ditto.
13497 * gdb.mi/mi2-syn-frame.exp: Ditto.
13498 * gdb.base/call-signal-resume.exp: New file.
13499 * gdb.base/call-signals.c: New file.
13500 * gdb.base/unwindonsignal.exp: New file.
13501 * gdb.base/unwindonsignal.c: New file.
13502 * gdb.threads/interrupted-hand-call.exp: New file.
13503 * gdb.threads/interrupted-hand-call.c: New file.
13504 * gdb.threads/thread-unwindonsignal.exp: New file.
13505
13506 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
13507
13508 * gdb.base/define.exp: Test defining and hooking prefix commands.
13509 * gdb.python/python.exp: Update test for "show user" output.
13510
13511 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13512
13513 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
13514 now the output exactly, using less wildcards. Expect also the output
13515 of gfortran-4.3. Update for the f-valprint.c modification from
13516 2008-04-22.
13517 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
13518 Remove gdb_test test names where matching the command.
13519
13520 2009-01-01 Pedro Alves <pedro@codesourcery.com>
13521
13522 PR breakpoints/9681:
13523 * gdb.base/watchpoint.exp: Add regression test.
13524
13525 2008-12-31 Pedro Alves <pedro@codesourcery.com>
13526
13527 * gdb.threads/attach-into-signal.exp: Don't use
13528 gdb_suppress_entire_file.
13529 * gdb.threads/attach-stopped.exp: Ditto.
13530 * gdb.threads/attachstop-mt.exp: Ditto.
13531
13532 2008-12-31 Pedro Alves <pedro@codesourcery.com>
13533
13534 PR gdb/8812:
13535 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
13536
13537 2008-12-29 Pedro Alves <pedro@codesourcery.com>
13538
13539 PR gdb/7536:
13540 * gdb.base/radix.exp: Add tests to ensure invalid input radices
13541 and unsupported output radices are really rejected.
13542
13543 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13544
13545 * gdb.cp/punctuator.exp: Backslash the '$' signs.
13546
13547 2008-12-22 Tom Tromey <tromey@redhat.com>
13548
13549 * gdb.cp/punctuator.exp: New file.
13550
13551 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13552
13553 * gdb.base/completion.exp (Completing non-existing component): New test.
13554
13555 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13556
13557 Fix for PR gdb/8648.
13558 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
13559 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
13560 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
13561 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
13562
13563 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13564
13565 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
13566
13567 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
13568
13569 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
13570 compiler actually generate code at the expected line number.
13571
13572 2008-12-15 Jie Zhang <jie.zhang@analog.com>
13573
13574 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
13575
13576 2008-12-12 Tom Tromey <tromey@redhat.com>
13577
13578 * gdb.base/commands.exp (redefine_hook_test): New proc.
13579 Call it.
13580
13581 2008-12-11 Tom Tromey <tromey@redhat.com>
13582
13583 * gdb.base/macscp.exp: New regression test.
13584
13585 2008-12-11 Tom Tromey <tromey@redhat.com>
13586
13587 * gdb.base/macscp.exp: Print "address.addr".
13588 * gdb.base/macscp1.c (struct outer): New struct.
13589 (address): New global.
13590
13591 2008-12-09 Tom Tromey <tromey@redhat.com>
13592
13593 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
13594 Call it.
13595
13596 2008-12-04 Doug Evans <dje@google.com>
13597
13598 * gdb.server/ext-run.exp: Relax regexp for init program.
13599
13600 2008-12-03 Tristan Gingold <gingold@adacore.com>
13601
13602 * gdb.base/macscp.exp: Generate an object file during compilation
13603 to work around Darwin dsymutil limitations.
13604
13605 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13606
13607 Test resolving external references to TLS variables.
13608 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
13609 FILE2_THREAD_LOCAL.
13610 (testfile2, srcfile2): New variables.
13611 * gdb.threads/tls.c (file2_thread_local)
13612 (function_referencing_file2_thread_local): New.
13613 * gdb.threads/tls2.c: New file.
13614
13615 2008-11-28 Joel Brobecker <brobecker@adacore.com>
13616
13617 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
13618 rather than integer, as integer might not be big enough when
13619 on 64bit targets.
13620
13621 2008-11-27 Jerome Guitton <guitton@adacore.com>
13622
13623 * gdb.cp/formatted-ref.exp: Add equality test.
13624 * gdb.ada/formatted_ref.exp: Ditto.
13625
13626 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13627
13628 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
13629 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
13630
13631 2008-11-20 Andreas Schwab <schwab@suse.de>
13632
13633 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
13634 matching syscall entry point.
13635 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13636 (tcatch_vfork_then_child_follow): Likewise. Finish through
13637 vfork even if we stopped at the syscall trampoline.
13638
13639 2008-11-20 Doug Evans <dje@google.com>
13640
13641 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
13642
13643 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
13644
13645 * gdb.arch/ppc-dfp.exp: New file.
13646 * gdb.arch/ppc-dfp.c: New file.
13647
13648 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
13649
13650 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
13651
13652 2008-11-17 Doug Evans <dje@google.com>
13653
13654 * gdb.mi/mi-syn-frame.exp: Update expected output.
13655 * gdb.mi/mi2-syn-frame.exp: Update expected output.
13656
13657 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
13658
13659 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
13660 "thread N" results in =thread-selected.
13661 * lib/mi-support (mi_run_cmd, mi_expect_stop)
13662 (mi_send_resuming_command_raw): Be prepared for
13663 =thread-selected.
13664
13665 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
13666
13667 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
13668 * lib/mi-support.exp: Likewise.
13669
13670 2008-11-16 Joel Brobecker <brobecker@adacore.com>
13671
13672 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
13673 commands from the expected output for "help catch".
13674
13675 2008-11-15 Joel Brobecker <brobecker@adacore.com>
13676
13677 * gdb.ada/int_deref.exp: New testcase.
13678
13679 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
13680
13681 * gdb.mi/gdb2549.exp: New file.
13682
13683 2008-11-11 Doug Evans <dje@google.com>
13684
13685 * gdb.base/callexit.exp: New file.
13686 * gdb.base/callexit.c: New file.
13687
13688 2008-11-10 Doug Evans <dje@google.com>
13689
13690 * lib/gdb.exp (GDBFLAGS): Move -nx ...
13691 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
13692 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
13693 (default_gdb_start,default_gdb_exit): Ditto.
13694 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
13695 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
13696 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
13697 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
13698 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
13699 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
13700
13701 2008-11-03 Andreas Schwab <schwab@suse.de>
13702
13703 * gdb.base/hashline2.exp: Fix typo.
13704 * gdb.base/hashline3.exp: Likewise.
13705
13706 2008-10-30 Tom Tromey <tromey@redhat.com>
13707
13708 * gdb.base/pointers.exp: Add test.
13709 * gdb.base/pointers.c (k, S): New typedefs.
13710 (instance): New global.
13711
13712 2008-10-30 Andreas Schwab <schwab@suse.de>
13713
13714 * gdb.base/args.exp: Add tests for newlines.
13715
13716 2008-10-30 Joel Brobecker <brobecker@adacore.com>
13717
13718 gdb.base/foll-exec.exp: Update the expected output of a couple
13719 of "info breakpoints" tests.
13720
13721 2008-10-28 Tom Tromey <tromey@redhat.com>
13722
13723 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
13724
13725 2008-10-24 Pedro Alves <pedro@codesourcery.com>
13726
13727 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
13728 gdb_start_cmd.
13729 Use runto_main before any test that requires execution.
13730
13731 2008-10-23 Pedro Alves <pedro@codesourcery.com>
13732
13733 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
13734 instead of SIGINT.
13735
13736 2008-10-22 Joel Brobecker <brobecker@adacore.com>
13737
13738 * gdb.base/completion.exp: Update expected output following
13739 the addition of the "info tasks" command.
13740
13741 2008-10-22 Tom Tromey <tromey@redhat.com>
13742
13743 * gdb.base/exprs.exp (test_expr): Add test for string
13744 concatenation.
13745
13746 2008-10-19 Pedro Alves <pedro@codesourcery.com>
13747
13748 * configure.ac: Output gdb.python/Makefile.
13749 * configure: Regenerate.
13750 * gdb.python/Makefile.in: New.
13751
13752 2008-10-16 Joel Brobecker <brobecker@adacore.com>
13753
13754 * gdb.base/foll-fork.exp: Adjust the expected output to match
13755 the new description for fork/vfork catchpoints in the "info
13756 breakpoints" output.
13757
13758 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
13759
13760 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
13761
13762 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
13763
13764 * gdb.python/python-value.c: New file.
13765 * gdb.python/python-value.exp: New file.
13766
13767 2008-10-15 Pedro Alves <pedro@codesourcery.com>
13768
13769 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
13770
13771 2008-10-15 Denis Pilat <denis.pilat@st.com>
13772
13773 * gdb.cp/mb-ctor.exp: Fix a typo.
13774
13775 2008-10-09 Tom Tromey <tromey@redhat.com>
13776
13777 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
13778 'fprintf' and 'stderr'.
13779
13780 2008-10-07 Joel Brobecker <brobecker@adacore.com>
13781
13782 * gdb.ada/ref_tick_size.exp: New testcase.
13783
13784 2008-10-06 Doug Evans <dje@google.com>
13785
13786 * gdb.dwarf2/dw2-cu-size.exp: New file.
13787 * gdb.dwarf2/dw2-cu-size.S: New file.
13788
13789 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
13790 .Ltype_int for clarity.
13791
13792 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13793
13794 PR gdb/2384:
13795 * gdb.cp/gdb2384.exp: Extended to test more cases.
13796 * gdb.cp/gdb2384.cc: Likewise.
13797 * gdb.cp/gdb2384-base.h: Likewise.
13798 * gdb.cp/gdb2384-base.cc: Likewise.
13799
13800 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13801
13802 * gdb.base/maint.exp (maint print type): Remove printing
13803 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
13804
13805 2008-09-30 Tom Tromey <tromey@redhat.com>
13806
13807 * gdb.base/macscp.exp: Add completion tests.
13808 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
13809 (TWENTY_THREE): Likewise.
13810 (FORTY_EIGHT): Likewise.
13811
13812 2008-09-30 Tom Tromey <tromey@redhat.com>
13813
13814 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
13815 everywhere.
13816 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
13817
13818 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13819
13820 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
13821 testcase is derived from. Fix racy dependency on an expected PID
13822 number. No longer support the testcase on Linux kernel 2.4.x.
13823
13824 2008-09-27 Tom Tromey <tromey@redhat.com>
13825
13826 * gdb.base/macscp.exp: Add tests for stringification, splicing,
13827 and varargs.
13828
13829 2008-09-22 Pedro Alves <pedro@codesourcery.com>
13830
13831 * lib/mi-support.exp (mi_expect_interrupt): New.
13832 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
13833 from gdb.mi/mi-nonstop.exp.
13834 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
13835 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
13836 lib/mi-support.exp.
13837 Use mi_check_thread_states throughout. Avoid ".*" and do not
13838 require an anchor after -exec-run.
13839
13840 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
13841
13842 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
13843 stop is pending. Avoid ".*" when two stops are pending.
13844 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
13845 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
13846 newlines in fullnames.
13847 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
13848 (mi_expect_stop): Update comments. Only anchor in sync mode.
13849 Do not match newlines.
13850 (mi_send_resuming_command_raw): Always return status.
13851 (mi_get_stop_line): Do not match more than one line by accident.
13852 Only anchor in sync mode.
13853 (mi_run_inline_test): If -exec-next fails, give up.
13854
13855 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13856
13857 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
13858 on SPU.
13859
13860 2008-09-10 Joel Brobecker <brobecker@adacore.com>
13861
13862 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
13863
13864 2008-09-10 Joel Brobecker <brobecker@adacore.com>
13865
13866 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
13867 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
13868 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
13869 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
13870 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
13871 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
13872 gdb.ada/interface.exp, gdb.ada/null_array.exp,
13873 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
13874 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
13875 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
13876 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
13877 Include the "= " sequence in the expected output of print tests.
13878
13879 2008-09-10 Joel Brobecker <brobecker@adacore.com>
13880
13881 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
13882 description for boolean types.
13883
13884 2008-09-09 Pedro Alves <pedro@codesourcery.com>
13885
13886 * gdb.base/hook-stop-continue.c: New.
13887 * gdb.base/hook-stop-continue.exp: New.
13888
13889 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
13890
13891 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
13892
13893 2008-09-08 Jerome Guitton <guitton@adacore.com>
13894
13895 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
13896 (stack_check_probe_2, stack_check_probe_loop_1)
13897 (stack_check_probe_loop_2): New functions.
13898 (main): Add call to these new functions.
13899 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
13900 functions, check that the breakpoint is inserted at the appropriate
13901 location.
13902 (insert_breakpoint): Slightly refine this procedure so that it can
13903 be called several times in the test.
13904
13905 2008-09-08 Jerome Guitton <guitton@adacore.com>
13906
13907 * gdb.base/stack-checking.c: New file.
13908 * gdb.base/stack-checking.exp: New file.
13909
13910 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
13911
13912 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
13913 * gdb.arch/altivec-regs.exp: Likewise.
13914 * gdb.arch/vsx-regs.exp: Likewise.
13915
13916 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
13917
13918 * gdb.arch/ppc-fp.exp: New file.
13919 * gdb.arch/ppc-fp.c: New file.
13920
13921 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
13922
13923 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
13924 lest gcc-4.3.1 optimizes the whole thing away.
13925
13926 2008-09-04 Michael Snyder <msnyder@vmware.com>
13927
13928 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
13929 as "at" (for non-debug functions such as _start).
13930
13931 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13932
13933 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
13934 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
13935 software watchpoints.
13936 * gdb.base/watch_thread_num.exp: Likewise.
13937
13938 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
13939
13940 * gdb.arch/i386-bp_permanent.exp: New test.
13941
13942 2008-08-24 Tom Tromey <tromey@redhat.com>
13943
13944 * gdb.base/maint.exp: Update "maint print type".
13945
13946 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
13947
13948 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
13949 support. Adjust the order of "*running" notifications.
13950 * gdb.mi/non-stop.c: Don't cast from int to void* and
13951 back.
13952
13953 2008-08-20 Mark Kettenis <kettenis@gnu.org>
13954
13955 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
13956 expect to find it in the "info frame" output.
13957
13958 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
13959
13960 * gdb.base/interp.exp: Always consume both prompts.
13961
13962 2008-08-20 Pedro Alves <pedro@codesourcery.com>
13963
13964 * gdb.base/pending.exp: Test pending breakpoints without symbols
13965 loaded.
13966
13967 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
13968
13969 * lib/mi-support.exp (mi_expect_stop): Produce
13970 more details on failures.
13971 * gdb.mi/mi-nonstop.exp: New.
13972 * gdb.mi/non-stop.c: New.
13973
13974 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
13975
13976 * gdb.mi/mi-async.exp: Use 'set target-async'.
13977 * lib/mi-support.exp: Use 'set/show target-async'.
13978
13979 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
13980
13981 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
13982
13983 2008-08-17 Tom Tromey <tromey@redhat.com>
13984
13985 * gdb.base/help.exp (help catch): Rewrite.
13986
13987 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
13988
13989 * gdb.base/define.exp: Test indented command documentation.
13990 * gdb.python/python.exp: Test indented multi-line command.
13991
13992 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
13993
13994 * testsuite/gdb.arch/vsx-regs.c: New source file.
13995 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
13996 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
13997
13998 2008-08-14 Tom Tromey <tromey@redhat.com>
13999
14000 * gdb.base/macscp.exp: Add regression test for "macro define" or
14001 "macro undef" with no arguments.
14002
14003 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
14004
14005 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
14006
14007 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14008
14009 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
14010
14011 2008-08-06 Tom Tromey <tromey@redhat.com>
14012
14013 * gdb.python/python.exp: New file.
14014
14015 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14016
14017 Fix for PR gdb/1543.
14018 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
14019 $LOCATION.
14020 (location): New variable.
14021 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
14022 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
14023 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
14024 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
14025 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
14026 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
14027 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
14028 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
14029 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
14030 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
14031 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
14032 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
14033 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
14034 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
14035 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14036 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
14037 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
14038 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
14039 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
14040 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14041 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
14042 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
14043 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
14044 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
14045 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
14046 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
14047 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
14048 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
14049 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
14050 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
14051 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
14052 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
14053 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
14054 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
14055 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
14056 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
14057 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
14058 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14059 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
14060 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
14061 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
14062 gdb.base/type-opaque.exp, gdb.base/until.exp,
14063 gdb.base/value-double-free.c, gdb.base/varargs.exp,
14064 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
14065 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
14066 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
14067 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
14068 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
14069 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
14070 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
14071 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
14072 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
14073 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
14074 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
14075 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
14076 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
14077 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
14078 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
14079 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14080 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
14081 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
14082 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
14083 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
14084 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
14085 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
14086 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
14087 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
14088 gdb.pascal/types.exp, gdb.stabs/weird.exp,
14089 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
14090 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
14091 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
14092 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
14093 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
14094 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
14095 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14096 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14097 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14098 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14099 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14100 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14101 lib/mi-support.exp, lib/trace-support.exp: Remove reference
14102 to bug-gdb@prep.ai.mit.edu .
14103
14104 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
14105
14106 * lib/mi-support.exp (mi_load_shlibs): New.
14107 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
14108
14109 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
14110
14111 * lib/mi-support.exp (get_mi_thread_list)
14112 (check_mi_and_console_threads): New, moved from ...
14113 * gdb.mi/mi-pthread.exp: ...here.
14114 * gdb.mi/gdb669.exp (get_mi_thread_list)
14115 (check_mi_and_console_threads): Delete.
14116 * gdb.mi/mi2-pthread.exp: Likewise.
14117
14118 2008-07-28 Tom Tromey <tromey@redhat.com>
14119
14120 * Makefile.in (just-check): Remove. Move body to...
14121 (check): ... here.
14122
14123 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14124
14125 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
14126 Add a test for duplicated SIGINTs.
14127
14128 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14129
14130 * gdb.threads/schedlock.exp (get_args): Update to work for any
14131 value of NUM.
14132 (Top level): Report the number of threads that did not resume.
14133
14134 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14135
14136 * gdb.dwarf2/dw2-compressed.S: Also define __start.
14137
14138 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14139
14140 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
14141 non-MI prompt.
14142
14143 2008-07-26 Tom Tromey <tromey@redhat.com>
14144
14145 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
14146 (function_struct, function_struct_ptr): New globals.
14147 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
14148 function pointer in a struct.
14149
14150 2008-07-26 Tom Tromey <tromey@redhat.com>
14151
14152 * gdb.base/macscp.exp: Add test for macro lexing bug.
14153
14154 2008-07-18 Tom Tromey <tromey@redhat.com>
14155
14156 * gdb.base/macscp.exp: Add macro tests.
14157
14158 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14159
14160 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
14161
14162 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14163
14164 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
14165
14166 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
14167
14168 * gdb.cp/class2.exp: fix for failure on spu-elf
14169
14170 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
14171
14172 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
14173
14174 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14175
14176 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
14177
14178 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
14179
14180 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
14181
14182 2008-07-11 Kevin Buettner <kevinb@redhat.com>
14183
14184 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
14185 of regexp to account for changes made to GDB in the printing of
14186 byte vectors.
14187
14188 2008-07-11 Tom Tromey <tromey@redhat.com>
14189
14190 * gdb.base/completion.exp: Add 'help' completion test.
14191
14192 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14193
14194 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
14195
14196 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14197
14198 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
14199
14200 2008-07-09 Pedro Alves <pedro@codesourcery.com>
14201
14202 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
14203
14204 2008-07-09 Pedro Alves <pedro@codesourcery.com>
14205
14206 * gdb.base/fullname.exp: Restore pwd if compiling failed.
14207
14208 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14209
14210 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
14211
14212 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
14213
14214 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
14215 previous commit. Add a comment.
14216
14217 2008-06-28 Pedro Alves <pedro@codesourcery.com>
14218
14219 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
14220
14221 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
14222
14223 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
14224
14225 2008-06-27 Pedro Alves <pedro@codesourcery.com>
14226
14227 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
14228 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
14229 compiling an executable, link in an object that forces unbuffered
14230 output.
14231 * lib/set_unbuffered_mode.c: New file.
14232
14233 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14234
14235 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
14236
14237 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
14238
14239 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
14240 mi_expect_stop.
14241 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
14242 Demand that *running is output.
14243 (detect_async): Perform checking every time.
14244 (mi_send_resuming_command): Extract everything into...
14245 (mi_send_resuming_command_raw): ...this.
14246 (mi_expect_stop): Don't accept any output before *stopped.
14247
14248 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
14249
14250 Robustify mi-simplerun.
14251 * gdb.mi/basics.c (main): Add a call to sleep.
14252 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
14253 * gdb.mi/mi2-cli.exp: Likewise.
14254 * gdb.mi/mi-break.exp: Likewise.
14255
14256 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
14257
14258 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
14259
14260 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
14261
14262 * gdb.mi/mi-console.exp: Adjust.
14263 * gdb.mi/mi-syn-frame.exp: Adjust.
14264 * gdb.mi/mi2-console.exp: Adjust.
14265 * gdb.mi/mi2-syn-frame.exp: Adjust.
14266 * lib/mi-support.exp (mi_run_cmd): Adjust.
14267 (mi_send_resuming_command): Adjust.
14268
14269 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
14270
14271 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
14272 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
14273 testing of stopped.
14274 * gdb.mi/mi2-syn-frame.exp: Likewise.
14275 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
14276 (async, detect_async): New.
14277 (mi_expect_stop, mi_continue_to_line): Adjust expectation
14278 depending on if we're running in sync or async mode.
14279
14280 2008-06-09 Tom Tromey <tromey@redhat.com>
14281
14282 * gdb.base/completion.exp: New tests for field name completion
14283 with spaces, and field name completion with '->'.
14284
14285 2008-06-06 Tom Tromey <tromey@redhat.com>
14286
14287 * gdb.base/break1.c (struct some_struct): New struct.
14288 (values): New global.
14289 * gdb.base/completion.exp: Add field name completion test.
14290
14291 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
14292
14293 * gdb.cp/call-c.exp: Test for incorrect handling of reference
14294 to pointer.
14295 * gdb.cp/call-c.cc: Likewise.
14296
14297 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
14298
14299 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
14300 annotation.
14301
14302 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
14303 Pedro Alves <pedro@codesourcery.com>
14304
14305 * gdb.threads/execl.c, gdb.threads/execl1.c,
14306 gdb.threads/execl.exp: New tests.
14307
14308 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
14309 Daniel Jacobowitz <dan@codesourcery.com>
14310
14311 * gdb.cp/exception.exp: Activate test, make it work with pending
14312 catchpoints.
14313
14314 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14315
14316 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
14317
14318 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
14319
14320 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
14321 now printed.
14322 * gdb.mi/mi2-var-cmd.exp: Likewise.
14323
14324 2008-05-27 Andreas Schwab <schwab@suse.de>
14325
14326 * gdb.base/frame-args.exp: Handle arguments that are optimized
14327 out.
14328
14329 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
14330
14331 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
14332 quiet for ppc32 and group options into a single variable.
14333
14334 2008-05-23 Joel Brobecker <brobecker@adacore.com>
14335
14336 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
14337 of zero-size elements.
14338 * gdb.ada/null_array.exp: Test printing this new array.
14339
14340 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14341
14342 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
14343
14344 2008-05-21 Joel Brobecker <brobecker@adacore.com>
14345
14346 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
14347 of the "finish" command.
14348
14349 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
14350
14351 * gdb.base/annota1.exp: Test for new annotation.
14352
14353 2008-05-16 Pedro Alves <pedro@codesourcery.com>
14354
14355 * gdb.base/fixsection.exp: New file.
14356 * gdb.base/fixsection0.c: New file.
14357 * gdb.base/fixsection1.c: New file.
14358
14359 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14360
14361 * gdb.base/annota1.exp: Accept printf@... in place of printf.
14362 * gdb.base/annota3.exp: Likewise.
14363
14364 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
14365
14366 * gdb.base/watch_thread_num.exp: Don't run tests that require
14367 watchpoints if the target doesn't support them.
14368
14369 2008-05-12 Doug Evans <dje@google.com>
14370
14371 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
14372
14373 2008-05-09 Joel Brobecker <brobecker@adacore.com>
14374
14375 * gdb.ada/assign_1.exp: New testcase.
14376
14377 2008-05-09 Doug Evans <dje@google.com>
14378
14379 * gdb.base/find.exp: New file.
14380 * gdb.base/find.c: New file.
14381
14382 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
14383
14384 * gdb.base/commands.exp (watchpoint_command_test): Handle
14385 gdb,no_hardware_watchpoints.
14386 * gdb.base/float.exp: Allow ARM targets without floating point.
14387 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
14388
14389 2008-05-06 Jerome Guitton <guitton@adacore.com>
14390 Joel Brobecker <brobecker@adacore.com>
14391
14392 * gdb.ada/lang_switch: New test program.
14393 * gdb.ada/lang_switch.exp: New testcase.
14394
14395 2008-05-05 Doug Evans <dje@google.com>
14396
14397 * gdb.base/help.exp (disassemble): Update expected help text.
14398
14399 2008-05-04 Pedro Alves <pedro@codesourcery.com>
14400
14401 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
14402
14403 2008-05-04 Pedro Alves <pedro@codesourcery.com>
14404
14405 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
14406 different times.
14407
14408 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14409
14410 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
14411 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
14412 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
14413 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
14414
14415 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
14416
14417 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
14418 notification to appear.
14419
14420 2008-05-04 Daniel Jacobowitz <dan@debian.org>
14421
14422 * gdb.base/fullname.c: New file.
14423 * gdb.base/fullname.exp: New file.
14424 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
14425
14426 2008-05-03 Pedro Alves <pedro@codesourcery.com>
14427
14428 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
14429 expressions with macros.
14430
14431 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14432
14433 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
14434
14435 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
14436
14437 * gdb.base/completion.exp: Handle lack of other symbols beginning
14438 with "a".
14439
14440 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
14441
14442 2008-05-02 Jim Blandy <jimb@codesourcery.com>
14443
14444 * gdb.asm/asmsrc1.s: Add scratch space.
14445
14446 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14447 Daniel Jacobowitz <dan@codesourcery.com>
14448
14449 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
14450 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
14451 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
14452
14453 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
14454
14455 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
14456
14457 2008-05-01 Joel Brobecker <brobecker@adacore.com>
14458
14459 * gdb.base/info-target.exp: New testcase.
14460
14461 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
14462
14463 * gdb.cp/hang.exp: Use .cc instead of .C.
14464 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
14465 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
14466
14467 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
14468
14469 * gdb.base/gdb1250.exp: Remove perror.
14470 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
14471
14472 2008-04-30 Pedro Alves <pedro@codesourcery.com>
14473
14474 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
14475 .2byte.
14476
14477 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
14478
14479 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
14480 (maybe_kfail): New.
14481
14482 2008-04-25 Pedro Alves <pedro@codesourcery.com>
14483
14484 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
14485
14486 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14487
14488 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
14489 * gdb.mi/mi2-syn-frame.exp: Likewise.
14490 * lib/mi-support.exp: Likewise.
14491
14492 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14493
14494 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
14495 to specify regexp for the location to stop at.
14496 * gdb.base/break-always.c: New.
14497 * gdb.base/break-always.exp: New.
14498
14499 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14500
14501 * lib/mi-support.exp (mi_runto_helper): Adjust
14502 for the original-location field.
14503 (mi_create_breakpoint, mi_list_breakpoints): New.
14504 * gdb.mi/mi-break.exp: Adjust.
14505 * gdb.mi/mi2-break.exp: Adjust.
14506 * gdb.mi/mi-pending.exp: Adjust.
14507 * gdb.mi/mi-simplerun.exp: Adjust.
14508 * gdb.mi/mi2-simplerun.exp: Adjust.
14509 * gdb.mi/mi-syn-frame.exp: Adjust.
14510 * gdb.mi/mi2-syn-frame.exp: Adjust.
14511 * gdb.mi/mi-until.exp: Adjust.
14512 * gdb.mi/mi2-until.exp: Adjust.
14513 * gdb.mi/mi-var-display.exp: Adjust.
14514 * gdb.mi/mi2-var-display.exp: Adjust.
14515 * gdb.mi/mi-watch.exp: Adjust.
14516 * gdb.mi/mi2-watch.exp: Adjust.
14517
14518 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
14519
14520 * aclocal.m4: Add override.m4.
14521 * configure: Regenerate.
14522
14523 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
14524
14525 * gdb.mi/var-cmd.c (do_at_tests): Verify that
14526 '-var-update --all-values' reports new value even the type
14527 of a variable object has changed.
14528
14529 2008-04-18 Craig Silverstein <csilvers@google.com>
14530
14531 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
14532 files.
14533
14534 2008-04-18 Joel Brobecker <brobecker@adacore.com>
14535
14536 * gdb.ada/atomic_enum: New test program.
14537 * gdb.ada/atomic_enum.exp: New testcase.
14538
14539 2008-04-17 Doug Evans <dje@google.com>
14540
14541 * gdb.opt/Makefile.in: Fix whitespace.
14542
14543 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
14544
14545 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
14546
14547 2008-04-17 Doug Evans <dje@google.com>
14548
14549 * gdb.base/hashline1.exp: New testcase.
14550 * gdb.base/hashline2.exp: New testcase.
14551 * gdb.base/hashline2.exp: New testcase.
14552
14553 2008-04-17 Pedro Alves <pedro@codesourcery.com>
14554
14555 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
14556
14557 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
14558
14559 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
14560 temporary breakpoint to match "Temporary breakpoint".
14561 * gdb.base/break.exp (delete_breakpoints): Likewise.
14562 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
14563 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
14564 * gdb.base/display.exp: Likewise.
14565 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
14566 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
14567 * gdb.base/restore.exp (restore_tests): Likewise.
14568 * gdb.base/sepdebug.exp: Likewise.
14569 * gdb.base/watchpoint.exp: Likewise.
14570 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
14571 * gdb.mi/mi-pending.exp: Likewise.
14572 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
14573 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
14574 * gdb.mi/mi-var-cmd.exp: Likewise.
14575 * gdb.mi/mi-var-display.exp: Likewise.
14576 * gdb.mi/mi2-cli.exp: Likewise.
14577 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
14578 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
14579 * gdb.mi/mi2-var-display.exp: Likewise.
14580 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
14581 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
14582 new "disp" field.
14583 (mi_expect_stop): Move after_reason argument to be really after
14584 reason. This is to support fix for PR2424.
14585
14586 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14587
14588 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
14589
14590 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
14591
14592 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
14593 field. Add more floating varobj tests.
14594 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
14595 field.
14596 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
14597 (main): Call do_at_tests.
14598 * lib/mi-support.exp (mi_create_floating_varobj)
14599 (mi_varobj_update_with_type_change): New.
14600
14601 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
14602
14603 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
14604 option of -var-evaluate-expression.
14605 * gdb.mi/mi2-var-display.exp: Likewise.
14606
14607 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
14608
14609 Introduce test setup helpers.
14610 * lib/gdb.exp (build_executable, clean_restart)
14611 (prepare_for_testing): New.
14612 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
14613 * gdb.base/return.exp: Likewise.
14614 * gdb.base/ending-run.exp: Likewise.
14615
14616 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
14617
14618 * gdb.mi/mi-async.exp: New test for asynchronous Machine
14619 Interface (MI) responses.
14620
14621 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
14622
14623 * gdb.cp/breakpoint.cc: New code to test conditions involving
14624 member variables.
14625 * gdb.cp/breakpoint.exp: Test condition involving member
14626 variables.
14627
14628 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
14629
14630 * lib/mi-support.exp (mi_expect_stop): New.
14631 (mi_run_cmd): Change the
14632 token. Use mi_send_resuming_command, use
14633 mi_expect_stop.
14634 (mi_execute_to_helper): Rename to mi_execute_to.
14635 (mi_send_resuming_command): Add more error patterns.
14636 (mi_wait_for_stop): Renamed to...
14637 (mi_get_stop_line): ...this.
14638 (mi_run_inline_test): Adjust.
14639
14640 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
14641 * gdb.mi/mi-console.exp: Likewise.
14642 * gdb.mi/mi-pending.exp: Likewise.
14643 * gdb.mi/mi-simplerun.exp: Likewise.
14644 * gdb.mi/mi-stack.exp: Likewise.
14645 * gdb.mi/mi-stepi.exp: Likewise.
14646 * gdb.mi/mi-syn-frame.exp: Add comment.
14647 * gdb.mi/mi-until.exp: Likewise.
14648 * gdb.mi/mi-var-display.exp: Likewise.
14649 * gdb.mi/mi-watch.exp: Likewise.
14650 * gdb.mi/mi2-cli.exp: Likewise.
14651 * gdb.mi/mi2-console.exp: Likewise.
14652 * gdb.mi/mi2-simplerun.exp: Likewise.
14653 * gdb.mi/mi2-stack.exp: Likewise.
14654 * gdb.mi/mi2-stepi.exp: Likewise.
14655 * gdb.mi/mi2-until.exp: Likewise.
14656 * gdb.mi/mi2-var-display.exp: Likewise.
14657 * gdb.mi/mi2-watch.exp: Likewise.
14658
14659 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14660
14661 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
14662
14663 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
14664
14665 2008-04-04 Pedro Alves <pedro@codesourcery.com>
14666
14667 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
14668 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
14669 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
14670 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
14671 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
14672 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
14673 expect an mi error duplicated in stderr.
14674
14675 2008-04-03 Joel Brobecker <brobecker@adacore.com>
14676
14677 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
14678 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
14679 Add a couple of tests that verify the behavior when the new setting
14680 is set to "cancel" and "all".
14681 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
14682 "ask" before we start the testing.
14683
14684 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
14685
14686 * gdb.cp/casts.cc: Add class reference variables.
14687 * gdb.cp/casts.exp: New test cases for up/down casting references.
14688
14689 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
14690
14691 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
14692 instead of beginning to make an extra test pass.
14693 * gdb.mi/mi2-var-display.exp: Likewise.
14694
14695 2008-03-31 Maciej W. Rozycki <macro@mips.com>
14696
14697 * gdb.base/break.exp: Mark failures as such. Fix formatting.
14698
14699 2008-03-31 Markus Deuling <deuling@de.ibm.com>
14700 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14701
14702 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
14703 value. Add xfail for older kernels.
14704
14705 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
14706
14707 Bring mi-support in line with gdb.exp.
14708 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
14709 (mi_gdb_start): New function.
14710
14711 2008-03-28 Maciej W. Rozycki <macro@mips.com>
14712
14713 * gdb.mi/mi-var-cmd.exp: Fix a typo.
14714
14715 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
14716
14717 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
14718 * gdb.mi/mi2-var-display.exp: Likewise.
14719
14720 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
14721
14722 * lib/mi-support.exp (mi_create_varobj_checked): New.
14723 (mi_list_varobj_children): Allow to check for a
14724 value.
14725 (mi_list_array_varobj_children): New.
14726
14727 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
14728 and mi_list_varobj_children, as opposed to hardcoding
14729 expected strings.
14730 * gdb.mi/gdb701.exp: Likewise.
14731 * gdb.mi/gdb792.exp: Likewise.
14732 * gdb.mi/mi-var-block.exp: Likewise.
14733 * gdb.mi/mi-var-cmd.exp: Likewise.
14734 * gdb.mi/mi-var-invalidate.exp: Likewise.
14735 * gdb.mi/mi2-var-block.exp: Likewise.
14736 * gdb.mi/mi2-var-child.exp: Likewise.
14737 * gdb.mi/mi2-var-cmd.exp: Likewise.
14738 * gdb.mi/mi2-var-display.exp: Likewise.
14739
14740 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14741
14742 Fix random false FAILs on i386.
14743 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
14744
14745 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
14746
14747 PR gdb/544
14748 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
14749
14750 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
14751
14752 PR gdb/544
14753 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
14754
14755 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14756
14757 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
14758 fixed PR gdb/544.
14759
14760 2008-03-21 Pedro Alves <pedro@codesourcery.com>
14761
14762 * gdb.threads/fork-child-threads.exp: Test next over fork.
14763
14764 2008-03-21 Chris Demetriou <cgd@google.com>
14765
14766 * gdb.base/break.exp (rbreak junk): New test for rbreak
14767 "Junk at end of arguments" issue.
14768
14769 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14770
14771 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
14772 *& to work on created array elements.
14773 (Top level): Test print $pc with a file. Test string operations
14774 without a target.
14775 * gdb.base/ptype.exp: Do not expect *& to work on created array
14776 elements.
14777
14778 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14779
14780 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14781 gdb.threads/staticthreads.exp: Update exit query.
14782
14783 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
14784
14785 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
14786
14787 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
14788
14789 * gdb.base/watchpoint.c (global_ptr, func4): New.
14790 (main): Call func4.
14791 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
14792 (test_inaccessible_watchpoint): New.
14793
14794 2008-02-29 Maciej W. Rozycki <macro@mips.com>
14795
14796 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
14797 select the largest.
14798
14799 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
14800
14801 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
14802 frames-invalid annotations.
14803
14804 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
14805
14806 * gdb.base/assign.exp: avoid same output for different tests.
14807
14808 2008-02-27 Doug Evans <dje@google.com>
14809
14810 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
14811 for bug 1738.
14812 (breakpoint_to_handler_entry): Ditto.
14813
14814 2008-02-27 Joel Brobecker <brobecker@adacore.com>
14815
14816 * gdb.base/ending-run.exp: Use the first line of code inside
14817 function body to test breakpoints.
14818 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
14819 location where the breakpoint is inserted when using the line
14820 where a function is declared. Fix typo in the description of
14821 one of the tests.
14822 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
14823
14824 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
14825
14826 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
14827 tests.
14828
14829 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
14830
14831 * gdb.base/args.exp: avoid same output for tests
14832 with single quotes.
14833
14834 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
14835
14836 * gdb.base/annota1.exp: Adjust for 'info break'
14837 format changes.
14838 * gdb.base/annota3.exp: Likewise.
14839 * gdb.base/break.exp: Likewise.
14840 * gdb.base/condbreak.exp: Likewise.
14841 * gdb.base/pending.exp: Likewise.
14842 * gdb.base/sepdebug.exp: Likewise.
14843 * gdb.base/unload.exp: Likewise.
14844 * gdb.cp/ovldbreak.exp: Likewise.
14845 * gdb.mi/mi-pending.exp: Likewise.
14846
14847 2008-02-07 Doug Evans <dje@google.com>
14848
14849 * gdb.cp/mb-inline.exp: New.
14850 * gdb.cp/mb-inline.h: New.
14851 * gdb.cp/mb-inline1.cc: New.
14852 * gdb.cp/mb-inline2.cc: New.
14853
14854 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
14855
14856 * gdb.pascal/floats.pas: New test program.
14857 * gdb.pascal/floats.exp: New testcase.
14858
14859 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
14860
14861 * gdb.base/callfuncs.c (t_float_many_args): New function.
14862 (t_double_many_args): New function.
14863 * gdb.base/callfuncs.exp: Add tests for exceeding float
14864 and double parameters passed through the stack.
14865
14866 2008-02-05 Joel Brobecker <brobecker@adacore.com>
14867
14868 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
14869 gdb.ada/complete/foo.adb: New files.
14870 * gdb.ada/complete.exp: New testcase.
14871
14872 2008-02-03 Doug Evans <dje@google.com>
14873
14874 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
14875
14876 * gdb.cp/gdb2384.exp: New file.
14877 * gdb.cp/gdb2384.cc: New file.
14878 * gdb.cp/gdb2384-base.h: New file.
14879 * gdb.cp/gdb2384-base.cc: New file.
14880
14881 2008-02-02 Doug Evans <dje@google.com>
14882
14883 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
14884
14885 2007-02-01 Joel Brobecker <brobecker@adacore.com>
14886
14887 * gdb.ada/sym_print_name: New test program.
14888 * gdb.ada/sym_print_name.exp: New testcase.
14889
14890 2007-02-01 Joel Brobecker <brobecker@adacore.com>
14891
14892 * gdb.ada/nested/hello.adb: New file.
14893 * gdb.ada/nested.exp: New testcase.
14894 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
14895
14896 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
14897
14898 * gdb.mi/basic.c (return_1): New function.
14899 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
14900 don't cause future evaluations of function to report
14901 creation of internal breakpoints.
14902
14903 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
14904
14905 * gdb.mi/mi-break.exp (test_error): New.
14906 Call it.
14907
14908 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
14909
14910 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
14911 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
14912
14913 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
14914
14915 * gdb.pascal/integers.pas: New test program.
14916 * gdb.pascal/integers.exp: New testcase.
14917
14918 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
14919
14920 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
14921
14922 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
14923
14924 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
14925 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
14926
14927 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
14928
14929 * gdb.ada/formatted_ref: New test program.
14930 * gdb.ada/formatted_ref.exp: New testcase.
14931
14932 * gdb.cp/formatted-ref.cc: New file.
14933 * gdb.cp/formatted-ref.exp: New testcase.
14934
14935 2008-01-30 Joel Brobecker <brobecker@adacore.com>
14936
14937 * gdb.base/ptype.exp: Add testing of "ptype $pc".
14938
14939 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
14940
14941 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
14942 (test_file_list_exec_source_file): Update to new macro-info field.
14943
14944 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
14945
14946 * gdb.ada/exprs: New test program.
14947 * gdb.ada/exprs.exp: New testcase.
14948
14949 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14950
14951 * dfp-test.c (DELTA, DELTA_B): New definitions.
14952 (double_val1, double_val2, double_val3, double_val4, double_val5,
14953 double_val6, double_val7, double_val8, double_val9, double_val10,
14954 double_val11, double_val12, double_val13, double_val14, dec32_val1,
14955 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
14956 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
14957 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
14958 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
14959 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
14960 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
14961 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
14962 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
14963 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
14964 dec128_val16): New global variables.
14965 (decimal_dec128_align): New function.
14966 (decimal_mixed): Likewise.
14967 (decimal_many_args_dec32): Likewise.
14968 (decimal_many_args_dec64): Likewise.
14969 (decimal_many_args_dec128): Likewise.
14970 (decimal_many_args_mixed): Likewise.
14971 * dfp-test.exp: Add tests calling new inferior functions.
14972
14973 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14974
14975 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
14976 gdb.server/ext-run.exp: New files.
14977 * lib/gdbserver-support.exp (gdbserver_download): New.
14978 (gdbserver_start): New. Update gdbserver expected
14979 output.
14980 (gdbserver_spawn): Use them.
14981 (gdbserver_start_extended): New.
14982
14983 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14984
14985 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
14986 Run on GNU/Linux.
14987 (do_exec_tests): Check for systems which do not support catchpoints.
14988 Do not match START.
14989 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
14990 Run on GNU/Linux. Enable verbose output.
14991 (check_fork_catchpoints): New.
14992 (explicit_fork_child_follow, catch_fork_child_follow)
14993 (tcatch_fork_parent_follow): Update expected messages.
14994 (do_fork_tests): Use check_fork_catchpoints.
14995 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
14996 Run on GNU/Linux. Enable verbose output.
14997 (check_vfork_catchpoints): New.
14998 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
14999 expected messages.
15000 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
15001
15002 2008-01-29 Jim Blandy <jimb@red-bean.com>
15003
15004 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
15005 host' errors.
15006 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
15007
15008 2008-01-29 Jim Blandy <jimb@red-bean.com>
15009
15010 * gdb.threads/sigthread.c: Use barriers to ensure that
15011 child_thread and child_thread_two are always initialized before we
15012 start to use them.
15013
15014 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
15015
15016 * gdb.base/watchpoint-solib.exp: New.
15017 * gdb.base/watchpoint-solib.c: New.
15018 * gdb.base/watchpoint-solib-shr.c: New.
15019
15020 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
15021
15022 * gdb.base/gdb1056.exp: Add unsigned integer test.
15023
15024 2008-01-28 Doug Evans <dje@google.com>
15025
15026 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
15027
15028 2008-01-27 Jim Blandy <jimb@codesourcery.com>
15029
15030 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
15031
15032 * gdb.base/expand-psymtabs.exp: Doc fix.
15033
15034 2008-01-26 Mark Kettenis <kettenis@gnu.org>
15035
15036 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
15037
15038 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
15039
15040 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
15041 -var-set-format.
15042
15043 2008-01-23 Chris Demetriou <cgd@google.com>
15044
15045 * gdb.threads/thread_events.c: New testcase source file.
15046 * gdb.threads/thread_events.exp: New testcase expect file.
15047
15048 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
15049
15050 * lib/gdb.exp: Add the variable octal.
15051
15052 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
15053 -var-set-format.
15054
15055 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
15056 Vladimir Prus <vladimir@codesourcery.com>
15057
15058 * gdb.base/float.exp: Allow missing floating point for m68k and
15059 PowerPC.
15060
15061 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
15062
15063 * gdb.mi/basics.c: Setup for testing breakpoints
15064 ignore count.
15065 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
15066 * gdb.mi/mi-cli.exp: Adjust.
15067 * gdb.mi/mi2-cli.exp: Adjust.
15068
15069 2008-01-17 Pedro Alves <pedro@codesourcery.com>
15070
15071 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
15072 and 'dummy_ptr' integer pointer. Initialize struct_declarations
15073 with dummy_ptr's address.
15074 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
15075 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
15076 all targets.
15077 * gdb.mi/mi2-var-child.exp: Likewise.
15078
15079 2008-01-09 Joel Brobecker <brobecker@adacore.com>
15080
15081 * gdb.ada/null_array: New test program.
15082 * gdb.ada/null_array.exp: New testcase.
15083
15084 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
15085
15086 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
15087 with required float modifiers.
15088
15089 2008-01-08 Joel Brobecker <brobecker@adacore.com>
15090
15091 * gdb.ada/funcall_param: New test program.
15092 * gdb.ada/funcall_param.exp: New testcase.
15093
15094 2008-01-08 Joel Brobecker <brobecker@adacore.com>
15095
15096 * gdb.ada/arrayparam: New test program.
15097 * gdb.ada/arrayparam.exp: New testcase.
15098
15099 2008-01-08 Joel Brobecker <brobecker@adacore.com>
15100
15101 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
15102 landed. Should also fix random failures in the test following it.
15103
15104 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
15105
15106 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
15107 for expressions with decimal float values.
15108 (test_dfp_conversions): New function to test casts to and from
15109 decimal float types.
15110 Call test_dfp_conversions.
15111 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
15112 elements.
15113 (main): Initialize ds.float4 and ds.double8 elements.
15114 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
15115 string to new error message.
15116 (d64_set_tests): Likewise.
15117 (d128_set_tests): Likewise.
15118 Add tests for expressions with decimal float variables. Add tests for
15119 conversions to and from decimal float types.
15120
15121 2008-01-05 Joel Brobecker <brobecker@adacore.com>
15122
15123 * gdb.ada/packed_tagged/comp_bug.adb: New file.
15124 * gdb.ada/packed_tagged.exp: New testcase.
15125
15126 2008-01-04 Joel Brobecker <brobecker@adacore.com>
15127
15128 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
15129 gdb.ada/homonym/homonym_main.adb: New files.
15130 * gdb.ada/homonym.exp: New testcase.
15131
15132 2008-01-04 Joel Brobecker <brobecker@adacore.com>
15133
15134 * gdb.ada/packed_array.exp: Add testing of references to
15135 a packed array.
15136
15137 2008-01-04 Joel Brobecker <brobecker@adacore.com>
15138
15139 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
15140 New files.
15141 * gdb.ada/type_coercion.exp: New testcase.
15142
15143 2008-01-04 Joel Brobecker <brobecker@adacore.com>
15144
15145 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
15146 gdb.ada/tagged/foo.adb: New file.
15147 * gdb.ada/tagged.exp: New testcase.
15148
15149 2008-01-04 Joel Brobecker <brobecker@adacore.com>
15150
15151 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
15152 gdb.ada/ptype_field/foo.adb: New files.
15153 * gdb.ada/ptype_field.exp: New testcase.
15154
15155 2008-01-03 Joel Brobecker <brobecker@adacore.com>
15156
15157 * gdb.ada/print_pc.exp: New testcase.
15158
15159 2008-01-03 Joel Brobecker <brobecker@adacore.com>
15160
15161 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
15162 gdb.ada/taft_type/p.adb: New files.
15163 * gdb.ada/taft_type.exp: New testcase.
15164
15165 2008-01-03 Joel Brobecker <brobecker@adacore.com>
15166
15167 * gdb.ada/array_bounds/bar.adb: New file.
15168 * gdb.ada/array_bounds.exp: New testcase.
15169
15170 2008-01-03 Joel Brobecker <brobecker@adacore.com>
15171
15172 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
15173 gdb.ada/arrayptr/foo.adb: New files.
15174 * gdb.ada/arrayptr.exp: New testcase.
15175
15176 2008-01-03 Joel Brobecker <brobecker@adacore.com>
15177
15178 * gdb.base/set-lang-auto.exp: New testcase.
15179
15180 2008-01-03 Joel Brobecker <brobecker@adacore.com>
15181
15182 * gdb.ada/fun_addr/foo.adb: New file.
15183 * gdb.ada/fun_addr.exp: New testcase.
15184
15185 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15186
15187 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
15188 New files
15189
15190 2008-01-02 Joel Brobecker <brobecker@adacore.com>
15191
15192 * array_subscript_addr/p.adb: New file.
15193 * array_subscript_addr.exp: New testcase.
15194
15195 2008-01-02 Joel Brobecker <brobecker@adacore.com>
15196
15197 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
15198 New files.
15199 * gdb.ada/str_cmp_ref.exp: New testcase.
15200
15201 2008-01-01 Joel Brobecker <brobecker@adacore.com>
15202
15203 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
15204 gdb.ada/fun_in_declare/foo.adb: New files.
15205 * gdb.ada/fun_in_declare.exp: New testcase.
15206
15207 2008-01-01 Joel Brobecker <brobecker@adacore.com>
15208
15209 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
15210 gdb.ada/ref_param/pck.ads: New files.
15211 * gdb.ada/ref_param.exp: New testcase.
15212
15213 2008-01-01 Joel Brobecker <brobecker@adacore.com>
15214
15215 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
15216 gdb.ada/interface/foo.adb: New files.
15217 * gdb.ada/interface.exp: New testcase.
15218
15219 2007-12-31 Jim Blandy <jimb@codesourcery.com>
15220
15221 * gdb.base/multi-forks.exp: Consume all output from child
15222 processes before proceeding to next test.
15223
15224 2007-12-29 Jim Blandy <jimb@codesourcery.com>
15225
15226 * configure: Regenerated.
15227
15228 2007-12-27 Joel Brobecker <brobecker@adacore.com>
15229
15230 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
15231 gdb.ada/fixed_cmp/fixed.adb: New files.
15232 * gdb.ada/fixed_cmp.exp: New testcase.
15233
15234 2007-12-27 Joel Brobecker <brobecker@adacore.com>
15235
15236 * gdb.ada/boolean_expr.exp: New testcase.
15237
15238 2007-12-26 Jim Blandy <jimb@codesourcery.com>
15239
15240 * gdb.base/multi-forks.exp: Doc fix.
15241
15242 2007-12-26 Joel Brobecker <brobecker@adacore.com>
15243
15244 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
15245 * gdb.ada/char_param.exp: Do not compile our test program with
15246 -gnata, this is unnecessary.
15247 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
15248
15249 2007-12-24 Joel Brobecker <brobecker@adacore.com>
15250
15251 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
15252 gdb.ada/print_chars/foo.adb: New files.
15253 * gdb.ada/print_chars.exp: New testcase.
15254
15255 2007-12-24 Joel Brobecker <brobecker@adacore.com>
15256
15257 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
15258 gdb.ada/char_param/foo.adb: New files.
15259 * gdb.ada/char_param.exp: New testcase.
15260
15261 2007-12-22 Jim Blandy <jimb@codesourcery.com>
15262
15263 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
15264 hard-coding source line numbers into the test.
15265 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
15266 gdb_get_line_number to find.
15267
15268 2007-12-22 Joel Brobecker <brobecker@adacore.com>
15269
15270 * gdb.base/ptype.c (highest): New struct type.
15271 (the_highest): New variable of that type.
15272 (main): Add dummy assignment to a field of variable the_highest.
15273 * gdb.base/ptype.exp: Test type printing of our new variable.
15274
15275 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
15276
15277 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
15278 and record first explicitly generated thread number.
15279 Use that thread number for thread specific watchpoint test.
15280 Add iteration number to repetitive tests.
15281
15282 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
15283 Jim Blandy <jimb@codesourcery.com>
15284
15285 * gdb.base/expand-psymtabs.c: New testcase
15286 source file.
15287 * gdb.base/expand-psymtabs.exp: New testcase
15288 expect file.
15289
15290 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
15291
15292 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
15293 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
15294
15295 2007-12-17 Joel Brobecker <brobecker@adacore.com>
15296
15297 * gdb.ada/frame_args/foo.adb: New file.
15298 * gdb.ada/frame_args/pck.ads: New file.
15299 * gdb.ada/frame_args/pck.adb: New file.
15300 * gdb.ada/frame_args.exp: New testcase.
15301
15302 2007-12-17 Joel Brobecker <brobecker@adacore.com>
15303
15304 * gdb.base/frame-args.c: New file.
15305 * gdb.base/frame-args.exp: New testcase.
15306
15307 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
15308 Joseph Myers <joseph@codesourcery.com>
15309
15310 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
15311
15312 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
15313
15314 * gdb.mi/mi-pending.exp: New.
15315 * gdb.mi/mi-pending.c: New.
15316 * gdb.mi/mi-pendshr.c: New.
15317
15318 2007-12-06 Jim Blandy <jimb@codesourcery.com>
15319
15320 * gdb.base/default.exp: Update expected output for 'info catch'.
15321
15322 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15323
15324 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
15325 must be set to binary.
15326
15327 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
15328
15329 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
15330
15331 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
15332
15333 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
15334 gdb.mi/mi-file-transfer.exp: New.
15335
15336 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15337
15338 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
15339
15340 2007-11-22 Maciej W. Rozycki <macro@mips.com>
15341
15342 * gdb.trace/backtrace.exp: Fix a typo.
15343 * gdb.trace/circ.exp: Likewise.
15344 * gdb.trace/collection.exp: Likewise.
15345 * gdb.trace/limits.exp: Likewise.
15346 * gdb.trace/report.exp: Likewise.
15347 * gdb.trace/tfind.exp: Likewise.
15348 * gdb.trace/while-dyn.exp: Likewise.
15349
15350 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
15351
15352 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
15353 objects of pointers that can't be dereferenced are now
15354 "noneditable".
15355
15356 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15357
15358 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
15359 (target_cpu): Remove.
15360
15361 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
15362
15363 * gdb.base/ending-run.exp: Expect the list of cleared
15364 breakpoint to come in natural order, not the reversed one.
15365
15366 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
15367
15368 * gdb.mi/mi-var-child.c (do_child_deletion): New.
15369 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
15370
15371 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
15372
15373 * gdb.base/printcmds.exp: New function
15374 test_printf_with_dfp.
15375
15376 2007-11-02 Doug Evans <dje@google.com>
15377
15378 * gdb.disasm/t01_mov.s: Remove carriage returns.
15379 * gdb.disasm/t02_mova.s: Ditto.
15380 * gdb.disasm/t03_add.s: Ditto.
15381 * gdb.disasm/t04_sub.s: Ditto.
15382 * gdb.disasm/t05_cmp.s: Ditto.
15383 * gdb.disasm/t06_ari2.s: Ditto.
15384 * gdb.disasm/t07_ari3.s: Ditto.
15385 * gdb.disasm/t08_or.s: Ditto.
15386 * gdb.disasm/t09_xor.s: Ditto.
15387 * gdb.disasm/t10_and.s: Ditto.
15388 * gdb.disasm/t11_logs.s: Ditto.
15389 * gdb.disasm/t12_bit.s: Ditto.
15390 * gdb.disasm/t13_otr.s: Ditto.
15391
15392 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15393
15394 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
15395
15396 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15397
15398 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
15399 provide DFP support.
15400
15401 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
15402
15403 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
15404 Test "set powerpc vector-abi". Skip auto-detection tests for old
15405 toolchains.
15406
15407 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
15408
15409 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
15410 with [string compare].
15411
15412 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
15413
15414 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
15415 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
15416
15417 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
15418
15419 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
15420 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
15421 * gdb.opt/Makefile.in: New makefile.
15422 * Makefile.in: Create new directory "gdb.opt".
15423 * configure.ac: Add "gdb.opt" directory.
15424 * configure: Regenerated.
15425
15426 2007-10-25 Doug Evans <dje@google.com>
15427
15428 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
15429 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
15430
15431 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
15432 Thiago Jung Bauermann <bauerman@br.ibm.com>
15433
15434 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
15435 Floating Point expressions.
15436 * gdb.base/dfp-test.exp: new file adding tests for Decimal
15437 Floating Point variables.
15438 * gdb.base/dfp-test.c: new file containing program with Decimal
15439 Floating variables, used by gdb.base/dfp-test.exp.
15440
15441 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
15442
15443 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
15444
15445 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15446
15447 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
15448 compiling test case with GCC.
15449 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
15450
15451 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15452
15453 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
15454 format changes.
15455
15456 2007-10-18 Michael Snyder <msnyder@specifix.com>
15457
15458 * gdb.base/dbx.exp: Add missing "-re " operator.
15459
15460 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
15461
15462 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
15463 * configure.ac: Removed trailing spaces after backslash.
15464 * gdb.modula2: New directory.
15465 * gdb.modula2/Makefile.in: New file.
15466 * gdb.modula2/unbounded-array.exp: New file.
15467 * gdb.modula2/unbounded1.c: New file.
15468
15469 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
15470
15471 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
15472
15473 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
15474
15475 * gdb.base/sigstep.c (main): Add checks for
15476 return values for setitimer call.
15477 Call setitimer again with itimer = ITIMER_REAL
15478 if first call to setitimer fails.
15479
15480 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
15481
15482 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
15483 of $timeout.
15484
15485 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
15486
15487 * gdb.server/server-run.exp: Test for dynamic linker symbols.
15488
15489 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
15490
15491 * lib/gdb.exp (gdb_run_cmd): Move comment outside
15492 of gdb_expect call, to avoid interruption.
15493
15494 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
15495
15496 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
15497 (v_unsigned_long_long, v_long_long_array)
15498 (v_signed_long_long_array, v_unsigned_long_long_array)
15499 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
15500 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
15501 [!NO_LONG_LONG]: New.
15502 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
15503 v_long_long_member.
15504
15505 (v_long_long_func, v_signed_long_long_func)
15506 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
15507 (main) [!NO_LONG_LONG]: Initialize long long variants.
15508
15509 * gdb.base/whatis.exp: If board file requests no_long_long, build
15510 test with NO_LONG_LONG defined. Test long long, signed long long,
15511 and unsigned long long variants but only if board file doesn't
15512 disable it.
15513
15514 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
15515 Daniel Jacobowitz <dan@codesourcery.com>
15516
15517 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
15518 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
15519 * configure: Regenerated.
15520 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
15521 gdb.pascal/types.exp, lib/pascal.exp: New files.
15522
15523 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
15524
15525 * gdb.cp/classes.exp (do_tests): Always step to the line after the
15526 call.
15527 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
15528 to return to the call.
15529 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
15530 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
15531 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
15532 * gdb.mi/mi-until.exp (test_until): Likewise.
15533 * gdb.mi/mi2-until.exp (test_until): Likewise.
15534
15535 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
15536
15537 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
15538 two-char array.
15539 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
15540
15541 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
15542
15543 * gdb.threads/watchthreads.c (thread_function): Sleep between
15544 iterations.
15545 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
15546 at once for S/390. Generate matching fails and passes.
15547
15548 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
15549
15550 * gdb.mi/var-cmd.c (do_children_tests): Initialize
15551 the 'struct_declarations' variable to zeros.
15552
15553 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
15554
15555 * gdb.cp/mb-ctor.cc: New.
15556 * gdb.cp/mb-ctor.exp: New.
15557 * gdb.cp/mb-templates.cc: New.
15558 * gdb.cp/mb-templates.exp: New.
15559
15560 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
15561
15562 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
15563
15564 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
15565
15566 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
15567 targets.
15568 * configure: Regenerate.
15569
15570 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
15571
15572 * gdb.base/annota1.exp: Adjust for 'info break'
15573 format changes.
15574 * gdb.base/annota3.exp: Likewise.
15575 * gdb.base/break.exp: Likewise.
15576 * gdb.base/condbreak.exp: Likewise.
15577 * gdb.base/pending.exp: Likewise.
15578 * gdb.base/sepdebug.exp: Likewise.
15579 * gdb.base/unload.exp: Likewise.
15580 * gdb.base/ovldbreak.exp: Likewise.
15581
15582 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
15583
15584 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
15585 messages.
15586 * gdb.base/chng-syms.exp: Likewise.
15587 * gdb.base/unload.exp: Likewise.
15588
15589 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
15590
15591 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
15592
15593 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
15594
15595 * schedlock.c (NUM): Change to 1.
15596 (main): Use args[0] for the main thread.
15597 * schedlock.exp: Only expect two threads. Only issue one pass or fail
15598 regardless of the number of threads.
15599
15600 2007-09-14 Maciej W. Rozycki <macro@mips.com>
15601
15602 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
15603 type down.
15604 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
15605 test.
15606 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
15607 watchpoint type down.
15608 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
15609 test.
15610
15611 2007-09-14 Maciej W. Rozycki <macro@mips.com>
15612
15613 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
15614 Move all the tests here and run them twice, once using software
15615 watchpoints and once using hardware watchpoints.
15616 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
15617
15618 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
15619
15620 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
15621 test.
15622
15623 2007-09-10 Mark Kettenis <kettenis@gnu.org>
15624
15625 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
15626 build-id.
15627
15628 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
15629 know about $ORIGIN. Calculate output dir from $dest instead of
15630 using ${objdir}/{$subdir}.
15631
15632 2007-09-09 Mark Kettenis <kettenis@gnu.org>
15633
15634 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
15635 gcore, before continuing with the test.
15636
15637 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
15638
15639 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
15640 * gdb.mi/mi-watch.exp: Likewise.
15641
15642 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
15643 Jim Blandy <jimb@codesourcery.com>
15644
15645 * gdb.arch/i386-sse.exp: Do not expect character constants.
15646 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
15647 * gdb.base/display.exp: Allow print/s.
15648 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
15649 and unsigned char array changes.
15650
15651 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
15652
15653 * gdb.base/display.exp: Add tests for printf %p.
15654
15655 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
15656
15657 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
15658 the dll name to unicode.
15659
15660 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15661
15662 * gdb.base/default.exp (show version): Update the version text.
15663 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
15664
15665 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15666
15667 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
15668 New files.
15669
15670 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15671
15672 * lib/gdb.exp (build_id_debug_filename_get): New function.
15673 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
15674 Remove the generate DEBUG file for the future testcase runs.
15675 New testcase for the NT_GNU_BUILD_ID retrieval.
15676 Move the final testing step to ...
15677 (test_different_dir): ... a new function.
15678 New parameter XFAIL to XFAIL all the tests performed.
15679 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
15680 New parameter TYPE to PF_PREFIX all the tests performed.
15681
15682 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
15683
15684 * gdb.mi/mi-var-cp.cc (path_expression): New
15685 function.
15686 * gdb.mi/mi-var-cp.exp: Run path exression tests.
15687
15688 2007-08-27 Markus Deuling <deuling@de.ibm.com>
15689
15690 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
15691 to fit into SPU Local Store memory.
15692
15693 2007-08-23 Joel Brobecker <brobecker@adacore.com>
15694
15695 * gdb.base/default.exp: Adjust the expected output of "info
15696 warranty" after the switch to GPLv3.
15697
15698 2007-08-23 Joel Brobecker <brobecker@adacore.com>
15699
15700 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
15701 to 30000 (from 20000).
15702
15703 2007-08-23 Joel Brobecker <brobecker@adacore.com>
15704
15705 Switch the license of all .exp files to GPLv3.
15706 Switch the license of all .f and .f90 files to GPLv3.
15707 Switch the license of all .s and .S files to GPLv3.
15708
15709 2007-08-23 Joel Brobecker <brobecker@adacore.com>
15710
15711 * configure.ac: Switch license to GPLv3.
15712
15713 2007-08-23 Joel Brobecker <brobecker@adacore.com>
15714
15715 Switch the licensing to GPLv3 for all .ads and .adb files.
15716
15717 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
15718
15719 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
15720 and t_int_double.
15721 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
15722
15723 2007-08-17 Joel Brobecker <brobecker@adacore.com>
15724
15725 * gdb.base/step-line.c: Switch license to GPL version 3, and
15726 update copyright year.
15727 * gdb.base/step-line.inp: Likewise.
15728
15729 2007-08-17 Joel Brobecker <brobecker@adacore.com>
15730
15731 * gdb.base/gdb1555.exp: Make expected output immune to formatting
15732 changes inside gdb1555.c.
15733 * gdb.base/pending.exp: Likewise.
15734
15735 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
15736
15737 * config/default.exp: New file.
15738
15739 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
15740
15741 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
15742 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
15743
15744 2007-07-30 Maciej W. Rozycki <macro@mips.com>
15745
15746 * gdb.base/dump.exp: Force the correct endianness for binary
15747 formats not carrying this information.
15748
15749 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15750
15751 * gdb.threads/staticthreads.exp: Match .*sem_post.
15752
15753 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15754
15755 * gdb.base/readline.exp (operate_and_get_next): Match the final
15756 prompt.
15757
15758 2007-07-23 Kevin Buettner <kevinb@redhat.com>
15759
15760 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
15761 to restarting SID.
15762
15763 2007-07-18 Kevin Buettner <kevinb@redhat.com>
15764
15765 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
15766 prior to `gdb_start'.
15767
15768 2007-07-18 Kevin Buettner <kevinb@redhat.com>
15769
15770 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
15771 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
15772 Remove call to gdb_unload.
15773
15774 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
15775 Daniel Jacobowitz <dan@codesourcery.com>
15776
15777 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
15778 for __WIN32__.
15779 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
15780 * gdb.base/unload.exp: Use shared library test routines.
15781
15782 2007-07-03 Markus Deuling <deuling@de.ibm.com>
15783
15784 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
15785 * gdb.base/solib-symbol-lib.c: Likewise.
15786 * gdb.base/solib-symbol-main.c: Likewise.
15787
15788 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
15789
15790 * config/gdbserver.exp (gdb_reconnect): New.
15791 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
15792 gdb.base/solib-disc.exp: New files.
15793 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
15794 remote debugging".
15795 (gdb_compile): Add shlib_load flag.
15796 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
15797 port.
15798 (gdbserver_reconnect): New.
15799
15800 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
15801 Daniel Jacobowitz <dan@codesourcery.com>
15802
15803 * gdb.base/annota3.exp: Test for if construct.
15804
15805 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
15806
15807 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
15808
15809 2007-06-21 Chris Dearman <chris@mips.com>
15810 Maciej W. Rozycki <macro@mips.com>
15811
15812 * gdb.base/display.exp: Allow a newline after display/i.
15813 * gdb.base/pc-fp.exp: Likewise.
15814 * gdb.base/sigbpt.exp: Likewise.
15815
15816 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
15817
15818 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
15819 required features to be included.
15820
15821 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
15822
15823 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
15824 in info threads output.
15825
15826 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15827 Markus Deuling <deuling@de.ibm.com>
15828
15829 * gdb.arch/spu-info.exp: New testcase.
15830 * gdb.arch/spu-info.c: New file.
15831
15832 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
15833
15834 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
15835 tpcs_offset. Restore lr after the call.
15836 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
15837
15838 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
15839
15840 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
15841 (gdbserver_run): Kill any running gdbserver.
15842 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
15843
15844 2007-05-17 Maciej W. Rozycki <macro@mips.com>
15845
15846 * gdb.base/sigbpt.exp: Preset segv_addr.
15847
15848 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
15849
15850 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
15851 (gdb_compile_shlib): Likewise.
15852 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
15853 (default_gdb_init): Clear cleanfiles.
15854 (gdb_finish): Delete recorded cleanfiles.
15855 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
15856
15857 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
15858 Do not use isnative.
15859 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
15860 gdb.base/so-impl-ld.exp: Likewise.
15861 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
15862 * gdb.base/unload.exp: Likewise. Do not pass empty option to
15863 gdb_compile.
15864
15865 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
15866
15867 * config/unknown.exp: Remove.
15868
15869 2007-05-15 Markus Deuling <deuling@de.ibm.com>
15870
15871 * gdb.base/info-proc.exp: Check is_remote.
15872
15873 2007-05-14 Markus Deuling <deuling@de.ibm.com>
15874
15875 * gdb.base/gcore.exp: Initialize variable core_supported.
15876
15877 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15878
15879 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
15880
15881 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15882
15883 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
15884 * gdb.threads/print-threads.exp (test_all_threads): Allow
15885 negative and hexadecimal thread IDs.
15886
15887 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15888
15889 * gdb.java/jprint.java (public): Avoid invalid call to static
15890 method.
15891
15892 2007-05-14 Denis Pilat <denis.pilat@st.com>
15893
15894 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
15895 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
15896 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
15897 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
15898 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
15899
15900 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15901
15902 * gdb.base/overlays.exp: Add support for targets with only code
15903 overlay support, not data overlay. Support spu-*-* target in
15904 this mode.
15905 * gdb.base/ovlymgr.c: Provide stubs for spu target.
15906 * gdb.base/spu.ld: New file.
15907
15908 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
15909
15910 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
15911
15912 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
15913
15914 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
15915
15916 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
15917
15918 * gdb.java/jmain.exp: Handle demangled names with and without method
15919 signatures.
15920
15921 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
15922
15923 * gdb.mi/mi-syn-frame.c (main, foo, bar)
15924 (have_a_very_merry_interrupt): Remove calls to puts.
15925 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
15926 inferior output.
15927 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
15928 test names.
15929
15930 2007-04-29 Markus Deuling <deuling@de.ibm.com>
15931 Daniel Jacobowitz <dan@codesourcery.com>
15932
15933 * gdb.base/auxv.exp (core_works): Also check is_remote.
15934 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
15935
15936 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
15937
15938 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
15939 message, not the undefined 'module' variable.
15940 * gdb.base/siginfo.exp: Likewise.
15941 * gdb.base/sigstep.exp: Likewise.
15942 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
15943 serialport.
15944 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
15945
15946 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
15947
15948 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
15949 target sim fails. Return 0 otherwise.
15950 (gdb_load): Return prematurely if gdb_target_sim fails.
15951
15952 2007-04-16 Denis Pilat <denis.pilat@st.com>
15953
15954 * gdb.base/setshow.exp: Reset height after having set it to 100.
15955
15956 2007-04-16 Denis Pilat <denis.pilat@st.com>
15957
15958 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
15959
15960 2007-04-16 Denis Pilat <denis.pilat@st.com>
15961
15962 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
15963
15964 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
15965
15966 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
15967 tests. Run the frozen varobjs test.
15968 * gdb.mi/var-cmd.c (do_frozen_tests): New.
15969 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
15970
15971 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15972
15973 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
15974 gdb.base/type-opaque.exp: New files.
15975
15976 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
15977
15978 * gdb.mi/mi-var-child.c
15979 (do_children_tests): User char[2] instead of
15980 char so that automatic printing of pointers to char
15981 don't give unpredicable result.
15982 * gdb.mi/var-cmd.c (do_locals_test): Initialize
15983 local variables.
15984 * gdb.mi/mi-var-child.exp: Step to right line
15985 of do_children_tests.
15986 * gdb.mi/mi2-var-child.exp: Likewise.
15987 * gdb.mi/mi-var-cmd.exp: Step to right line of
15988 do_locals_tests.
15989 (do_children_tests): User char[2] instead of
15990 char so that automatic printing of pointers to char
15991 don't give unpredicable result.
15992 * gdb.mi/mi2-var-cmd.exp: Likewise.
15993 * lib/mi-support.exp (mi_continue_to_line):
15994 Pass test name to mi_wait_for_stop.
15995
15996 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15997
15998 * gdb.asm/asm-source.exp: Remove d10v case.
15999 * lib/gdb.exp (skip_cplus_tests): Likewise.
16000 * gdb.asm/d10v.inc: Deleted.
16001
16002 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
16003
16004 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
16005
16006 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
16007
16008 * config/netware.exp: Delete file.
16009
16010 2007-03-29 Joel Brobecker <brobecker@adacore.com>
16011
16012 * gdb.dwarf2/dw2-noloc.S: New file.
16013 * gdb.dwarf2/dw2-noloc.exp: New file.
16014
16015 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
16016
16017 * gdb.cp/method2.cc: New test.
16018 * gdb.cp/method2.exp: New test.
16019 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
16020
16021 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
16022
16023 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
16024
16025 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
16026
16027 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
16028
16029 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
16030
16031 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
16032 (gdb_load): Delete, replace with...
16033 (gdb_reload): ...this.
16034 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
16035 * gdb.server/server-mon.exp: Likewise.
16036 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
16037 (gdb_start_cmd): New.
16038 (gdb_file_cmd): Save the last loaded file.
16039 (gdb_reload): New.
16040 (gdb_gnu_strip_debug): Use transform.
16041 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
16042 support here. Use new $last_loaded_file. Check mtime.
16043 (gdb_target_cmd): Handle ObjC failure case.
16044 (infer_host_exec): Delete.
16045 (gdbserver_load): Rename to...
16046 (gdbserver_run): ...this. Simplify.
16047 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
16048 (mi_gdb_load): Move most contents to a new function...
16049 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
16050 (mi_run_cmd): Use mi_gdb_target_load.
16051 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
16052 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
16053 Use gdb_run_cmd.
16054 * gdb.base/charsign.exp: Remove incorrect comment.
16055 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
16056 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
16057 gdb.base/start.exp: Use gdb_start_cmd.
16058
16059 2007-03-23 Nigel Stephens <nigel@mips.com>
16060 Maciej W. Rozycki <macro@mips.com>
16061
16062 * gdb.base/sigbpt.exp: Fix the message when skipping test.
16063 * gdb.base/signull.exp: Similarly.
16064
16065 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16066
16067 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
16068 messages available to test cases (like chng-sym.exp).
16069
16070 2007-03-14 Andreas Schwab <schwab@suse.de>
16071
16072 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
16073 format changes.
16074
16075 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
16076
16077 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
16078 (optimized_1): New.
16079 (main): Call optimized_1.
16080 (gdb2029): Correct typos. Call gdb2029_marker.
16081 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
16082 for gdb2029.
16083
16084 2007-03-12 Mark Kettenis <kettenis@gnu.org>
16085
16086 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
16087 as tabs. Remove redundant test pattern.
16088
16089 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16090
16091 * gdb.base/long_long.exp: Accept optional symbol name in <...>
16092 for /a format output.
16093
16094 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
16095
16096 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
16097 collect output incrementally.
16098
16099 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16100
16101 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
16102 for -var-create lpcharacter test.
16103 * gdb.mi/mi2-var-cmd.exp: Likewise.
16104
16105 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16106
16107 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
16108 pass on targets where address zero is readable.
16109
16110 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16111
16112 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
16113 just a single architecture.
16114
16115 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16116
16117 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
16118 (fetch_all_registers): New function, uses gdb_test_multiple and
16119 exp_continue to fetch inferior output line-by-line.
16120 Replace all uses of do_get_all_registers by fetch_all_registers.
16121
16122 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16123
16124 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
16125 in target_info.
16126
16127 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16128
16129 * gdb.threads/manythreads.exp: Use $message string for
16130 consistancy; add a default (timeout) case.
16131
16132 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16133
16134 * gdb.base/watchpoint.exp: Fix truncated comment.
16135
16136 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16137
16138 * Makefile.in: Remove spurious single-quotes from sed command.
16139
16140 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16141
16142 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
16143 func.
16144 * gdb.mi/mi2-var-cmd.exp: Likewise.
16145
16146 2007-02-27 Joel Brobecker <brobecker@adacore.com>
16147
16148 * gdb.dwarf2/dw2-producer.S: New file.
16149 * gdb.dwarf2/dw2-producer.exp: New testcase.
16150
16151 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
16152
16153 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
16154 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
16155 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
16156 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
16157 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
16158 Revert tests to use mi_gdb_test and include value field in output
16159 of -var-create.
16160
16161 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
16162
16163 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
16164
16165 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
16166
16167 * gdb.base/maint.exp: Remove full paths from test names.
16168 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
16169 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
16170
16171 2007-02-27 Joel Brobecker <brobecker@adacore.com>
16172
16173 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
16174
16175 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16176
16177 * gdb.server/server-mon.exp: New test.
16178
16179 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16180
16181 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
16182
16183 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16184
16185 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
16186 register capitalization.
16187
16188 2007-02-13 Denis Pilat <denis.pilat@st.com>
16189
16190 * gdb.mi/mi-var-invalidate.exp: New file.
16191
16192 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16193
16194 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
16195
16196 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16197
16198 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
16199
16200 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16201
16202 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
16203 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
16204
16205 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
16206
16207 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
16208 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
16209 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
16210 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
16211 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
16212 * gdb.mi/gdb792.exp, lib/mi-support.exp:
16213 Update tests to include value field in output of -var-create.
16214
16215 2007-02-08 Andreas Schwab <schwab@suse.de>
16216
16217 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
16218
16219 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
16220
16221 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
16222 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
16223
16224 2007-02-02 Denis Pilat <denis.pilat@st.com>
16225
16226 * gdb.threads/threadapply.exp: check that frame is not changed by
16227 the thread apply all command.
16228
16229 2007-01-31 Andreas Schwab <schwab@suse.de>
16230
16231 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16232
16233 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
16234 in the dwarf sections.
16235 * gdb.dwarf2/mac-fileno.S: Likewise.
16236
16237 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
16238 bspstore register on ia64.
16239
16240 2007-01-29 Andreas Schwab <schwab@suse.de>
16241
16242 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
16243 "frame-begin" annotation.
16244
16245 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
16246 number of "frames-invalid" annotations.
16247
16248 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16249
16250 * gdb.base/commands.exp: Call if_commands_test.
16251 (gdb_test_no_prompt, if_commands_test): New.
16252
16253 2007-01-28 Mark Kettenis <kettenis@gnu.org>
16254
16255 * gdb.threads/sigthread.c (NSIGS): Make bigger.
16256
16257 2007-01-27 Andreas Schwab <schwab@suse.de>
16258
16259 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
16260 .short/.int/.quad in the dwarf sections.
16261 * gdb.dwarf2/dw2-intercu.S: Likewise.
16262 * gdb.dwarf2/dw2-intermix.S: Likewise.
16263
16264 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16265
16266 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
16267 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
16268 array.
16269 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
16270 * gdb.base/setvar.exp: Likewise.
16271
16272 2007-01-26 Andreas Schwab <schwab@suse.de>
16273
16274 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
16275 test.
16276
16277 * gdb.base/multi-forks.exp ("restart $i"): Also match
16278 __kernel_syscall_via_break.
16279
16280 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
16281
16282 * lib/mi-support.exp (mi_delete_varobj): New.
16283 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
16284 testcase.
16285 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
16286 (main): Call the above.
16287 (reference_update_test, base_in_reference_test)
16288 (reference_to_pointer): Delete the created varobjs.
16289
16290 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
16291
16292 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
16293 * configure: Regenerated.
16294 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
16295 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
16296 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
16297 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
16298 * lib/gdb.exp (gdb_skip_xml_test): New function.
16299
16300 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
16301
16302 * gdb.base/sigrepeat.exp: Correct error message.
16303
16304 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16305 Daniel Jacobowitz <dan@codesourcery.com>
16306
16307 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
16308 gdb.arch/i386-gnu-cfi-asm.S: New files.
16309
16310 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16311
16312 * lib/gdb.exp: Abort on missing `site.exp'.
16313
16314 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16315 Daniel Jacobowitz <dan@codesourcery.com>
16316
16317 * gdb.base/included.c, gdb.base/included.exp,
16318 gdb.base/included.h: New files.
16319
16320 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16321
16322 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
16323 (maximize_rlimit): Reduce limits on 64-bit systems.
16324
16325 2007-01-19 Mark Kettenis <kettenis@gnu.org>
16326
16327 From Marcus Deuling <deuling@de.ibm.com>:
16328 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
16329 every case.
16330
16331 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
16332
16333 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
16334 (test_path_specification): Use objdir instead of srcdir to always
16335 get an absolute filename.
16336
16337 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
16338
16339 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
16340
16341 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
16342
16343 * gdb.mi/mi-var-cp.cc (reference_update_tests):
16344 Make sure the variable we're using is in scope.
16345 (reference_to_pointer): Likewise.
16346
16347 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
16348
16349 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
16350 has no debug information.
16351
16352 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
16353
16354 * gdb.base/annota1.exp: Remove extra send_gdb.
16355
16356 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16357
16358 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
16359
16360 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16361
16362 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
16363
16364 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
16365 Daniel Jacobowitz <dan@codesourcery.com>
16366
16367 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
16368 lcharacter or linteger change. Correct duplicated test name.
16369 * gdb.mi/mi2-var-cmd.exp: Likewise.
16370
16371 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
16372
16373 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
16374
16375 2007-01-05 Joel Brobecker <brobecker@adacore.com>
16376
16377 * gdb.base/nofield.c: New file.
16378 * gdb.base/nofield.exp: New testcase.
16379
16380 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
16381
16382 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
16383
16384 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
16385 test.
16386
16387 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
16388
16389 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
16390
16391 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
16392
16393 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
16394 when continuing.
16395
16396 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16397
16398 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
16399 Expect ".exe" extension.
16400
16401 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16402
16403 * gdb.base/charset.exp: Add explicit filename to break.
16404 * gdb.base/dbx.exp: Add explicit filename to breaks.
16405
16406 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16407
16408 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
16409 * gdb.mi/mi2-file.exp: Likewise.
16410
16411 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
16412
16413 Implement specification of MI tests as comments
16414 in C and C++ sources.
16415 * lib/mi-support.exp (mi_autotest_data): New variable.
16416 (mi_autotest_source): New variable.
16417 (count_newlines, mi_prepare_inline_tests)
16418 (mi_get_inline_test, mi_continue_to_line)
16419 (mi_run_inline_test, mi_tbreak)
16420 (mi_send_resuming_command, mi_wait_for_stop): New functions.
16421 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
16422 Run inline tests.
16423 * gdb.mi/mi-var-cp.cc: Define tests here.
16424
16425 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
16426
16427 Simplify usage of mi_continue_to.
16428 * lib/mi-support.exp (mi_runto_helper): Renamed
16429 from mi_runto, added new parameter 'run_or_continue'.
16430 (mi_runto): Use mi_runto_helper.
16431 (mi_continue_to): Accept just function name as parameter.
16432 Use mi_runto_helper.
16433 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
16434 * gdb.mi/mi2-var-cmd.exp: Likewise.
16435
16436 2006-01-04 Joel Brobecker <brobecker@adacore.com>
16437
16438 Make this testcase a bit more realistic. The current code
16439 is too simplistic, and allows the compiler to optimize out
16440 some of the entities we need for this testcase.
16441 * gdb.ada/null_record/bar.ads (Void_Star): New type.
16442 (Do_Nothing): Add extra parameter.
16443 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
16444 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
16445 by using a variable of type Void_Star.
16446
16447 2006-01-04 Joel Brobecker <brobecker@adacore.com>
16448
16449 * gdb.ada/catch_ex/foo.adb: New file.
16450 * gdb.ada/catch_ex.exp: New testcase.
16451
16452 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
16453
16454 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
16455 pass --image-base to linker.
16456
16457 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16458 Daniel Jacobowitz <dan@codesourcery.com>
16459
16460 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
16461 secondary prompts.
16462
16463 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
16464
16465 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
16466 output. Test the types of members and member pointers.
16467 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
16468 gdb/2092.
16469 * gdb.cp/member-ptr.exp: Search for a comment instead of a
16470 statement. Enable for GCC. Update expected output for some tests
16471 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
16472 layout.
16473 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
16474 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
16475 (Diamond::vget_base): New.
16476 (main): Add new tests.
16477 * gdb.cp/printmethod.exp: Update expected output for member functions.
16478 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
16479 print pEe->D::vg().
16480
16481 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
16482
16483 * gdb.threads/tls.exp: Allow stops in sem_post.
16484
16485 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
16486
16487 * gdb.base/annota1.exp: Allow .*printf in backtraces.
16488 * gdb.base/annota3.exp: Likewise.
16489 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
16490 again (instead of timing out).
16491 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
16492 GCC bug 26475.
16493 * gdb.java/jmisc.exp: Adjust to work with method signatures including
16494 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
16495 test from jmisc1.exp.
16496 * gdb.java/jmisc1.exp: Delete.
16497 * gdb.java/jprint.exp: Adjust to work with method signatures including
16498 return types.
16499 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
16500 * gdb.threads/linux-dp.exp: Don't be confused by program output.
16501 * lib/java.exp (compile_java_from_source): Pass the correct type
16502 to target_compile.
16503
16504 2006-12-31 Joel Brobecker <brobecker@adacore.com>
16505
16506 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
16507 (stack_align_edx): New function.
16508 (stack_align_eax): New function.
16509 (main): Add calls to stack_align_edx and stack_align_eax.
16510 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
16511 Add testing for the cases where the register used during a stack
16512 realignment is edx. Same for eax.
16513
16514 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
16515
16516 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
16517 and generic PE targets.
16518
16519 2006-12-29 Joel Brobecker <brobecker@adacore.com>
16520
16521 * gdb.ada/array_return.exp: Update copyright date list.
16522
16523 2006-12-27 Joel Brobecker <brobecker@adacore.com>
16524
16525 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
16526 (Create_Small_Float_Vector): New function.
16527 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
16528 function body.
16529 * gdb.ada/array_return/p.adb: Use new type and function from
16530 package Pck.
16531 * gdb.ada/array_return.exp: Add a test verifying that GDB is
16532 able to print the value returned by a function returning an
16533 array of float.
16534
16535 2006-12-20 Joel Brobecker <brobecker@adacore.com>
16536
16537 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
16538 The associated tests should be PASSing.
16539
16540 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
16541
16542 Test for base in references.
16543 * gdb.mi/mi-var-cp.cc: Add test code.
16544 * gdb.mi/mi-var-cp.exp: Test for bases in references.
16545 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
16546 * gdb.mi/mi2-watch.exp: Likewise.
16547 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
16548 (mi_list_varobj_children): New function.
16549
16550 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
16551
16552 * lib/mi-support.exp
16553 (mi_runto): Accept "()" after function name.
16554 (mi_create_varobj): New function.
16555 (mi_varobj_update): New function.
16556 (mi_Check_varobj_value): New function.
16557 * gdb.mi/mi-var-cp.exp: New file.
16558 * gdb.mi/mi-var-cp.cc: New file.
16559
16560 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
16561
16562 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
16563 gdb.base/weaklib2.c: New files.
16564
16565 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
16566
16567 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
16568 info. Adjust test names.
16569
16570 * gdb.base/break.c (main): Move position of malloc.
16571 * gdb.base/break.exp: Revert mistaken checkin.
16572
16573 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
16574
16575 * gdb.mi/mi-var-cmd.exp: Check -var-update after
16576 assignement of arrays and function pointers.
16577 * gdb.mi/var-cmd.c: Add declaration necessary for above
16578 tests.
16579
16580 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
16581
16582 * gdb.base/break.c (main): Call malloc.
16583
16584 * gdb.threads/linux-dp.exp: Read thread table before and after
16585 creating each philosopher and verify it.
16586
16587 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
16588 Paul Brook <paul@codesourcery.com>
16589 Daniel Jacobowitz <dan@codesourcery.com>
16590
16591 * gdb.base/ending-run.exp: Flatten expect script stepping out of
16592 main to remove duplication. Add start function of the form
16593 '_*start[1-9]*'. Add RVDS start function.
16594
16595 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
16596
16597 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
16598
16599 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16600
16601 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
16602 * gdb.asm/spu.inc: New file.
16603 * gdb.base/term.exp: Disable if [target_info exists noargs].
16604 * gdb.gdb/complaints.exp: Disable if ![isnative].
16605 * gdb.gdb/selftest.exp: Likewise.
16606 * gdb.gdb/observer.exp: Likewise.
16607 * gdb.gdb/xfullpath.exp: Likewise.
16608 * gdb.base/attach.exp: Disable on SPU target.
16609 * gdb.cp/bs145503.exp: Likewise.
16610 * gdb.cp/exception.exp: Likewise.
16611 * gdb.cp/userdef.exp: Likewise.
16612
16613 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
16614
16615 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
16616
16617 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
16618
16619 * gdb.base/completion.exp: Fix completion tests for
16620 'info' and 'info '.
16621 * gdb.base/help.exp (help_test_raw, test_class_help)
16622 (test_prefix_command_help): Move...
16623 * lib/gdb.exp: Here.
16624 * gdb.base/main.exp: Adjust.
16625 * gdb.cp/maint.exp: Adjust.
16626 * gdb.trace/tracecmd.exp: Use test_help_class.
16627
16628 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
16629
16630 * gdb.stabs/weird.exp (print_weird_var): Use
16631 gdb_test_multiple instead of gdb_expect.
16632
16633 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
16634
16635 * gdb.base/help.exp (help_test_raw): New.
16636 (test_class_help): New.
16637 (test_prefix_command_help): New.
16638 Adjust testcases.
16639
16640 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
16641
16642 * gdb.base/constvars.c (main): Write to crass and crips, so that
16643 they are allocated by the compiler.
16644
16645 2006-10-27 Andreas Schwab <schwab@suse.de>
16646
16647 * gdb.base/multi-forks.exp: Use "detach fork" instead of
16648 "detach-fork".
16649
16650 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
16651
16652 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
16653 of patterns.
16654
16655 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
16656
16657 * gdb.base/sepdebug.exp: Remove debug format test.
16658 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
16659 Handle no-symtab.
16660 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
16661
16662 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
16663
16664 * gdb.threads/manythreads.c (thread_function, main): Don't cast
16665 int to pointer or pointer to int.
16666 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
16667
16668 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
16669
16670 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
16671
16672 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16673
16674 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
16675
16676 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
16677
16678 PR c++/2116
16679 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
16680
16681 2006-10-06 Joel Brobecker <brobecker@adacore.com>
16682
16683 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
16684 the corresponding bug has been fixed in GDB (PR/2018).
16685
16686 2006-10-06 Joel Brobecker <brobecker@adacore.com>
16687
16688 * gdb.base/subst.exp: New testcase.
16689
16690 2006-10-06 Joel Brobecker <brobecker@adacore.com>
16691
16692 * gdb.ada/array_return/pck.ads: Add copyright notice.
16693 * gdb.ada/array_return/pck.adb: Likewise.
16694 * gdb.ada/array_return/p.adb: Likewise.
16695 * gdb.ada/exec_changed/first.adb: Likewise.
16696 * gdb.ada/exec_changed/second.adb: Likewise.
16697
16698 2006-10-06 Joel Brobecker <brobecker@adacore.com>
16699
16700 * gdb.ada/watch_arg/watch.adb: New file.
16701 * gdb.ada/watch_arg.exp: New testcase.
16702
16703 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
16704
16705 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
16706 via string_to_regexp.
16707 * gdb.mi/mi2-basics.exp: Likewise.
16708
16709 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
16710
16711 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
16712 Remove unused / obsolete files.
16713
16714 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
16715
16716 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
16717
16718 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
16719
16720 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
16721 HIGH_FRAME argument to -stack-list-arguments can be larger than
16722 the number of frames.
16723
16724 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
16725
16726 * gdb.base/args.c (main): Add breakpoint marker.
16727 * gdb.base/args.exp: Use args_test for tests. Add new tests which
16728 really test empty arguments.
16729 (args_load): Delete.
16730 (args_test): New.
16731
16732 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
16733
16734 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
16735 check for one file.
16736
16737 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
16738
16739 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
16740 HIGH_FRAME argument to -stack-list-locals can be larger than
16741 the number of frames.
16742
16743 2006-08-18 Fred Fish <fnf@specifix.com>
16744
16745 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
16746 '$' in front of skip_vmx_tests_saved when setting that.
16747
16748 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
16749
16750 * gdb.base/trace-commands.exp: New file.
16751
16752 2006-08-10 Joel Brobecker <brobecker@adacore.com>
16753 Daniel Jacobowitz <dan@codesourcery.com>
16754
16755 * gdb.base/step-bt.exp: Make hexadecimal address optional in
16756 expected output of the backtrace commands.
16757
16758 2006-08-09 Joel Brobecker <brobecker@adacore.com>
16759
16760 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
16761 untested followed by return combination.
16762 * gdb.arch/altivec-regs.exp: Likewise.
16763 * gdb.arch/e500-abi.exp: Likewise.
16764 * gdb.arch/e500-regs.exp: Likewise.
16765 * gdb.arch/gdb1291.exp: Likewise.
16766 * gdb.arch/gdb1431.exp: Likewise.
16767 * gdb.arch/gdb1558.exp: Likewise.
16768 * gdb.arch/i386-prologue.exp: Likewise.
16769 * gdb.arch/i386-unwind.exp: Likewise.
16770 * gdb.asm/asm-source.exp: Likewise.
16771 * gdb.base/a2-run.exp: Likewise.
16772 * gdb.base/advance.exp: Likewise.
16773 * gdb.base/all-bin.exp: Likewise.
16774 * gdb.base/annota1.exp: Likewise.
16775 * gdb.base/annota3.exp: Likewise.
16776 * gdb.base/args.exp: Likewise.
16777 * gdb.base/arithmet.exp: Likewise.
16778 * gdb.base/assign.exp: Likewise.
16779 * gdb.base/async.exp: Likewise.
16780 * gdb.base/attach.exp: Likewise.
16781 * gdb.base/bang.exp: Likewise.
16782 * gdb.base/bigcore.exp: Likewise.
16783 * gdb.base/bitfields.exp: Likewise.
16784 * gdb.base/bitfields2.exp: Likewise.
16785 * gdb.base/break.exp: Likewise.
16786 * gdb.base/call-sc.exp: Likewise.
16787 * gdb.base/call-strs.exp: Likewise.
16788 * gdb.base/callfuncs.exp: Likewise.
16789 * gdb.base/checkpoint.exp: Likewise.
16790 * gdb.base/chng-syms.exp: Likewise.
16791 * gdb.base/code-expr.exp: Likewise.
16792 * gdb.base/commands.exp: Likewise.
16793 * gdb.base/completion.exp: Likewise.
16794 * gdb.base/cond-expr.exp: Likewise.
16795 * gdb.base/condbreak.exp: Likewise.
16796 * gdb.base/consecutive.exp: Likewise.
16797 * gdb.base/constvars.exp: Likewise.
16798 * gdb.base/corefile.exp: Likewise.
16799 * gdb.base/cvexpr.exp: Likewise.
16800 * gdb.base/dbx.exp: Likewise.
16801 * gdb.base/define.exp: Likewise.
16802 * gdb.base/detach.exp: Likewise.
16803 * gdb.base/display.exp: Likewise.
16804 * gdb.base/dump.exp: Likewise.
16805 * gdb.base/ena-dis-br.exp: Likewise.
16806 * gdb.base/ending-run.exp: Likewise.
16807 * gdb.base/environ.exp: Likewise.
16808 * gdb.base/eval-skip.exp: Likewise.
16809 * gdb.base/exprs.exp: Likewise.
16810 * gdb.base/fileio.exp: Likewise.
16811 * gdb.base/finish.exp: Likewise.
16812 * gdb.base/float.exp: Likewise.
16813 * gdb.base/foll-exec.exp: Likewise.
16814 * gdb.base/foll-fork.exp: Likewise.
16815 * gdb.base/foll-vfork.exp: Likewise.
16816 * gdb.base/freebpcmd.exp: Likewise.
16817 * gdb.base/funcargs.exp: Likewise.
16818 * gdb.base/gcore.exp: Likewise.
16819 * gdb.base/gdb1090.exp: Likewise.
16820 * gdb.base/gdb1250.exp: Likewise.
16821 * gdb.base/huge.exp: Likewise.
16822 * gdb.base/info-proc.exp: Likewise.
16823 * gdb.base/interrupt.exp: Likewise.
16824 * gdb.base/jump.exp: Likewise.
16825 * gdb.base/langs.exp: Likewise.
16826 * gdb.base/lineinc.exp: Likewise.
16827 * gdb.base/list.exp: Likewise.
16828 * gdb.base/logical.exp: Likewise.
16829 * gdb.base/long_long.exp: Likewise.
16830 * gdb.base/macscp.exp: Likewise.
16831 * gdb.base/maint.exp: Likewise.
16832 * gdb.base/mips_pro.exp: Likewise.
16833 * gdb.base/miscexprs.exp: Likewise.
16834 * gdb.base/multi-forks.exp: Likewise.
16835 * gdb.base/opaque.exp: Likewise.
16836 * gdb.base/overlays.exp: Likewise.
16837 * gdb.base/pc-fp.exp: Likewise.
16838 * gdb.base/pointers.exp: Likewise.
16839 * gdb.base/printcmds.exp: Likewise.
16840 * gdb.base/psymtab.exp: Likewise.
16841 * gdb.base/ptype.exp: Likewise.
16842 * gdb.base/recurse.exp: Likewise.
16843 * gdb.base/relational.exp: Likewise.
16844 * gdb.base/relocate.exp: Likewise.
16845 * gdb.base/remote.exp: Likewise.
16846 * gdb.base/reread.exp: Likewise.
16847 * gdb.base/restore.exp: Likewise.
16848 * gdb.base/return.exp: Likewise.
16849 * gdb.base/return2.exp: Likewise.
16850 * gdb.base/scope.exp: Likewise.
16851 * gdb.base/sect-cmd.exp: Likewise.
16852 * gdb.base/sep.exp: Likewise.
16853 * gdb.base/sepdebug.exp: Likewise.
16854 * gdb.base/setshow.exp: Likewise.
16855 * gdb.base/setvar.exp: Likewise.
16856 * gdb.base/sigall.exp: Likewise.
16857 * gdb.base/sigbpt.exp: Likewise.
16858 * gdb.base/signals.exp: Likewise.
16859 * gdb.base/signull.exp: Likewise.
16860 * gdb.base/sizeof.exp: Likewise.
16861 * gdb.base/solib.exp: Likewise.
16862 * gdb.base/step-line.exp: Likewise.
16863 * gdb.base/step-test.exp: Likewise.
16864 * gdb.base/structs.exp: Likewise.
16865 * gdb.base/structs2.exp: Likewise.
16866 * gdb.base/term.exp: Likewise.
16867 * gdb.base/twice.exp: Likewise.
16868 * gdb.base/until.exp: Likewise.
16869 * gdb.base/varargs.exp: Likewise.
16870 * gdb.base/volatile.exp: Likewise.
16871 * gdb.base/watchpoint.exp: Likewise.
16872 * gdb.base/whatis-exp.exp: Likewise.
16873 * gdb.base/whatis.exp: Likewise.
16874 * gdb.cp/ambiguous.exp: Likewise.
16875 * gdb.cp/annota2.exp: Likewise.
16876 * gdb.cp/annota3.exp: Likewise.
16877 * gdb.cp/bool.exp: Likewise.
16878 * gdb.cp/breakpoint.exp: Likewise.
16879 * gdb.cp/casts.exp: Likewise.
16880 * gdb.cp/class2.exp: Likewise.
16881 * gdb.cp/classes.exp: Likewise.
16882 * gdb.cp/cplusfuncs.exp: Likewise.
16883 * gdb.cp/ctti.exp: Likewise.
16884 * gdb.cp/derivation.exp: Likewise.
16885 * gdb.cp/exception.exp: Likewise.
16886 * gdb.cp/gdb1355.exp: Likewise.
16887 * gdb.cp/hang.exp: Likewise.
16888 * gdb.cp/inherit.exp: Likewise.
16889 * gdb.cp/local.exp: Likewise.
16890 * gdb.cp/m-data.exp: Likewise.
16891 * gdb.cp/m-static.exp: Likewise.
16892 * gdb.cp/member-ptr.exp: Likewise.
16893 * gdb.cp/method.exp: Likewise.
16894 * gdb.cp/misc.exp: Likewise.
16895 * gdb.cp/namespace.exp: Likewise.
16896 * gdb.cp/overload.exp: Likewise.
16897 * gdb.cp/ovldbreak.exp: Likewise.
16898 * gdb.cp/pr-1023.exp: Likewise.
16899 * gdb.cp/pr-1210.exp: Likewise.
16900 * gdb.cp/pr-574.exp: Likewise.
16901 * gdb.cp/printmethod.exp: Likewise.
16902 * gdb.cp/psmang.exp: Likewise.
16903 * gdb.cp/ref-params.exp: Likewise.
16904 * gdb.cp/ref-types.exp: Likewise.
16905 * gdb.cp/rtti.exp: Likewise.
16906 * gdb.cp/templates.exp: Likewise.
16907 * gdb.cp/try_catch.exp: Likewise.
16908 * gdb.cp/userdef.exp: Likewise.
16909 * gdb.cp/virtfunc.exp: Likewise.
16910 * gdb.disasm/am33.exp: Likewise.
16911 * gdb.disasm/h8300s.exp: Likewise.
16912 * gdb.disasm/mn10300.exp: Likewise.
16913 * gdb.disasm/sh3.exp: Likewise.
16914 * gdb.disasm/t01_mov.exp: Likewise.
16915 * gdb.disasm/t02_mova.exp: Likewise.
16916 * gdb.disasm/t03_add.exp: Likewise.
16917 * gdb.disasm/t04_sub.exp: Likewise.
16918 * gdb.disasm/t05_cmp.exp: Likewise.
16919 * gdb.disasm/t06_ari2.exp: Likewise.
16920 * gdb.disasm/t07_ari3.exp: Likewise.
16921 * gdb.disasm/t08_or.exp: Likewise.
16922 * gdb.disasm/t09_xor.exp: Likewise.
16923 * gdb.disasm/t10_and.exp: Likewise.
16924 * gdb.disasm/t11_logs.exp: Likewise.
16925 * gdb.disasm/t12_bit.exp: Likewise.
16926 * gdb.disasm/t13_otr.exp: Likewise.
16927 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
16928 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
16929 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16930 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
16931 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
16932 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
16933 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
16934 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
16935 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
16936 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
16937 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
16938 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
16939 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
16940 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
16941 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
16942 * gdb.mi/gdb701.exp: Likewise.
16943 * gdb.mi/gdb792.exp: Likewise.
16944 * gdb.mi/mi-basics.exp: Likewise.
16945 * gdb.mi/mi-break.exp: Likewise.
16946 * gdb.mi/mi-cli.exp: Likewise.
16947 * gdb.mi/mi-console.exp: Likewise.
16948 * gdb.mi/mi-disassemble.exp: Likewise.
16949 * gdb.mi/mi-eval.exp: Likewise.
16950 * gdb.mi/mi-file.exp: Likewise.
16951 * gdb.mi/mi-read-memory.exp: Likewise.
16952 * gdb.mi/mi-regs.exp: Likewise.
16953 * gdb.mi/mi-return.exp: Likewise.
16954 * gdb.mi/mi-simplerun.exp: Likewise.
16955 * gdb.mi/mi-stack.exp: Likewise.
16956 * gdb.mi/mi-stepi.exp: Likewise.
16957 * gdb.mi/mi-syn-frame.exp: Likewise.
16958 * gdb.mi/mi-until.exp: Likewise.
16959 * gdb.mi/mi-var-block.exp: Likewise.
16960 * gdb.mi/mi-var-child.exp: Likewise.
16961 * gdb.mi/mi-var-cmd.exp: Likewise.
16962 * gdb.mi/mi-var-display.exp: Likewise.
16963 * gdb.mi/mi-watch.exp: Likewise.
16964 * gdb.mi/mi2-basics.exp: Likewise.
16965 * gdb.mi/mi2-break.exp: Likewise.
16966 * gdb.mi/mi2-cli.exp: Likewise.
16967 * gdb.mi/mi2-console.exp: Likewise.
16968 * gdb.mi/mi2-disassemble.exp: Likewise.
16969 * gdb.mi/mi2-eval.exp: Likewise.
16970 * gdb.mi/mi2-file.exp: Likewise.
16971 * gdb.mi/mi2-read-memory.exp: Likewise.
16972 * gdb.mi/mi2-regs.exp: Likewise.
16973 * gdb.mi/mi2-return.exp: Likewise.
16974 * gdb.mi/mi2-simplerun.exp: Likewise.
16975 * gdb.mi/mi2-stack.exp: Likewise.
16976 * gdb.mi/mi2-stepi.exp: Likewise.
16977 * gdb.mi/mi2-syn-frame.exp: Likewise.
16978 * gdb.mi/mi2-until.exp: Likewise.
16979 * gdb.mi/mi2-var-block.exp: Likewise.
16980 * gdb.mi/mi2-var-child.exp: Likewise.
16981 * gdb.mi/mi2-var-cmd.exp: Likewise.
16982 * gdb.mi/mi2-var-display.exp: Likewise.
16983 * gdb.mi/mi2-watch.exp: Likewise.
16984 * gdb.stabs/exclfwd.exp: Likewise.
16985 * gdb.stabs/weird.exp: Likewise.
16986 * gdb.threads/gcore-thread.exp: Likewise.
16987 * gdb.trace/actions.exp: Likewise.
16988 * gdb.trace/backtrace.exp: Likewise.
16989 * gdb.trace/circ.exp: Likewise.
16990 * gdb.trace/collection.exp: Likewise.
16991 * gdb.trace/deltrace.exp: Likewise.
16992 * gdb.trace/infotrace.exp: Likewise.
16993 * gdb.trace/limits.exp: Likewise.
16994 * gdb.trace/packetlen.exp: Likewise.
16995 * gdb.trace/passc-dyn.exp: Likewise.
16996 * gdb.trace/passcount.exp: Likewise.
16997 * gdb.trace/report.exp: Likewise.
16998 * gdb.trace/save-trace.exp: Likewise.
16999 * gdb.trace/tfind.exp: Likewise.
17000 * gdb.trace/tracecmd.exp: Likewise.
17001 * gdb.trace/while-dyn.exp: Likewise.
17002 * gdb.trace/while-stepping.exp: Likewise.
17003
17004 2006-08-08 Joel Brobecker <brobecker@adacore.com>
17005
17006 * gdb.base/step-bt.c: New file.
17007 * gdb.base/step-bt.exp: New testcase.
17008
17009 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
17010
17011 * config/monitor.exp (gdb_load): Remove support for obsolete
17012 download-write-size.
17013 * gdb.base/remote.exp: Likewise. Update all callers of
17014 gdb_timed_load.
17015
17016 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
17017
17018 * cursal.exp: Pass binfile to gdb_load.
17019
17020 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
17021
17022 * gdb.base/cursal.exp: Add "" to gdb_load call.
17023
17024 2006-07-29 Mark Kettenis <kettenis@gnu.org>
17025
17026 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
17027 NetBSD/ELF targets.
17028
17029 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
17030
17031 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
17032 operator*.
17033
17034 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
17035
17036 * gdb.base/completion.exp: Update for change in "file" behavior.
17037 * gdb.stabs/weird.exp: Likewise.
17038 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
17039 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
17040
17041 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
17042
17043 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
17044 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
17045
17046 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
17047
17048 * gdb.base/default.exp: Update source command error message.
17049 * gdb.base/help.exp: Update 'help source' message.
17050
17051 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
17052
17053 * gdb.cp/bs15503.exp: Update comment for no longer crashing
17054 test.
17055
17056 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
17057
17058 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
17059
17060 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
17061
17062 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
17063
17064 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
17065
17066 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
17067
17068 2006-07-17 Mark Kettenis <kettenis@gnu.org>
17069
17070 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
17071 *-*-openbsd* from targets for wich we expect ARM FPA floating
17072 point format.
17073
17074 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
17075
17076 * gdb.cp/annota3.exp: Expect frame-begin annotation.
17077
17078 2006-07-17 Mark Kettenis <kettenis@gnu.org>
17079
17080 * gdb.base/annota3.exp: Expect frame-begin annotation.
17081
17082 2006-07-14 Joel Brobecker <brobecker@adacore.com>
17083
17084 * gdb.base/help.exp: Adjust "help unset" test to accept
17085 any list of unset commands.
17086
17087 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
17088 Daniel Jacobowitz <dan@codesourcery.com>
17089
17090 * gdb.cp/ref-params.exp: New test.
17091 * gdb.cp/ref-params.cc: New source file.
17092 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
17093
17094 2006-07-08 Mark Kettenis <kettenis@gnu.org>
17095
17096 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
17097 spaces/tabs in regular expressions since they might not be there.
17098
17099 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
17100
17101 * gdb.base/ifelse.exp: New file.
17102
17103 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
17104
17105 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
17106 line.
17107 * gdb.base/huge.exp: Loop over compilation to find a size that
17108 is acceptable.
17109 * gdb.base/remote.exp: Correct expected strings.
17110 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
17111
17112 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17113
17114 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
17115
17116 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17117
17118 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
17119 native.
17120
17121 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17122
17123 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
17124 enable stabs testing.
17125
17126 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17127
17128 * gdb.base/auxv.exp: Intercept undefined command messages before
17129 gdb_test_multiple does.
17130
17131 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17132
17133 * Makefile.in (host_alias): Remove.
17134 (target_alias): Use @target_noncanonical@.
17135 (site.exp): Don't set host_alias.
17136 * aclocal.m4: Remove contents. Include acx.m4.
17137 * configure: Regenerated.
17138 * configure.ac: Use ACX_NONCANONICAL_TARGET.
17139
17140 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
17141
17142 * lib/gdb.exp (gdb_load_cmd): New.
17143
17144 * gdb.base/fileio.c: Add system(NULL) test.
17145 * gdb.base/fileio.exp: Check it.
17146
17147 * gdb.base/break.c: Add 10a breakpoint at }
17148 * gdb.base/break.exp: Add test for breakpoint at }
17149 * gdb.cp/anon-union.cc: Add code at end of function.
17150 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
17151 * gdb.mi/var-cmd.c: Add code at end of function.
17152 * gdb.mi/mi-var-display.exp: Adjust end of next.
17153 * gdb.mi/mi2-var-display.exp: Likewise.
17154 * gdb.base/fileio.c: Add stop function and insert calls at
17155 stopping places.
17156 * gdb.base/fileio.exp: Breakpoint stop function and remove
17157 explicit line number references.
17158
17159 2006-05-19 Joel Brobecker <brobecker@adacore.com>
17160
17161 * gdb.base/del.exp (test_delete_alias): New function.
17162 Now check that both "del" and "d" work as aliases for "delete".
17163
17164 2006-05-18 Fred Fish <fnf@specifix.com>
17165
17166 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
17167 required. Check for spurious output after program exits normally.
17168
17169 2006-05-17 Fred Fish <fnf@specifix.com>
17170
17171 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
17172 gdb_load, so it works in the simulator.
17173
17174 2006-05-11 Fred Fish <fnf@specifix.com>
17175
17176 * gdb.base/bang.exp: Ignore unexpected output between the
17177 "program exited normally" and the gdb prompt, as many other
17178 tests do.
17179
17180 2006-05-07 Mark Kettenis <kettenis@gnu.org>
17181
17182 * gdb.base/help.exp: Make "delete checkpoint" part option for
17183 "help d" and "help delete" tests.
17184
17185 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17186
17187 * gdb.mi/mi-basics.exp: Add missing serial number to
17188 expected output in some mi_gdb_test statements.
17189 * gdb.mi/mi2-basics.exp: Likewise.
17190
17191 2006-05-05 Joel Brobecker <brobecker@adacore.com>
17192
17193 * gdb.base/del.c: New file.
17194 * gdb.base/del.exp: New testcase.
17195
17196 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
17197
17198 * gdb.base/break.exp: Do not assume a breakpoint on
17199 main will actually be in $srcfile when optimizing.
17200 * gdb.base/savedregs.exp: Do not require that the dummy
17201 frame location match up to a symbol and source file location.
17202 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
17203 will get printed without a mi_cmd_data_list_register_values prefix.
17204 (*-data-list-register-*): Correct regular expressions to expect the new
17205 pseudo d? floating point registers.
17206 * gdb.mi/mi2-regs.exp: Likewise.
17207
17208 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
17209
17210 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
17211 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
17212 is allocated by the compiler.
17213 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
17214 anons, e, anone to force their allocation by the compiler.
17215
17216 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
17217
17218 * gdb.base/help.exp: Update expected text for help d and
17219 help delete.
17220
17221 2006-05-02 Mark Kettenis <kettenis@gnu.org>
17222
17223 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
17224 NetBSD/ELF targets.
17225
17226 2006-04-30 Mark Kettenis <kettenis@gnu.org>
17227
17228 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
17229 single-step breakpoint fails; make this a KFAIL on
17230 sparc*-*-openbsd*.
17231 * gdb.base/siginfo.exp: Likewise.
17232 * gdb.base/sigstep.exp (advance, advancei): Likewise.
17233
17234 2006-04-26 Michael Snyder <msnyder@redhat.com>
17235
17236 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
17237 which may have to consume output from other forks.
17238 Add tests to make sure that "delete fork" succeeded.
17239
17240 2006-04-20 Michael Snyder <msnyder@redhat.com>
17241
17242 * 2006-03-22 Jim Blandy <jimb@redhat.com>
17243 Add support for the Renesas M32C and M16C.
17244
17245 * gdb.asm/asm-source.exp: Add m32c target.
17246 * gdb.asm/m32c.inc: Support for m32c target.
17247
17248 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
17249
17250 * gdb.base/commands.exp (recursive_source_test): New test.
17251
17252 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
17253
17254 * gdb.base/float.exp: Add pattern for sparc targets.
17255
17256 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17257
17258 * gdb.base/commands.exp (stray_arg0_test): New test.
17259
17260 2006-03-30 Paul Brook <paul@codesourcery.com>
17261
17262 * gdb.mi/mi-until.exp: kfail broken until command.
17263 * gdb.mi/mi2-until.exp: Ditto.
17264
17265 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
17266
17267 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
17268
17269 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
17270
17271 * gdb.base/prelink.exp: Anchor tested-for regular expression
17272 on gdb prompt.
17273
17274 2006-03-07 Paul Brook <paul@codesourcery.com>
17275
17276 * gdb.base/assign.exp: Correct fail message.
17277
17278 2006-03-07 Paul Brook <paul@codesourcery.com>
17279
17280 * lib/compiler.c: Extract armcc version number.
17281 * lib/compiler.cc: Ditto.
17282
17283 2006-03-07 Paul Brook <paul@codesourcery.com>
17284
17285 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
17286 additional_flags=-w.
17287 * gdb.arch/altivec-regs.exp: Ditto.
17288 * gdb.arch/e500-abi.exp: Ditto.
17289 * gdb.arch/e500-regs.exp: Ditto.
17290 * gdb.base/all-bin.exp: Ditto.
17291 * gdb.base/annota1.exp: Ditto.
17292 * gdb.base/annota3.exp: Ditto.
17293 * gdb.base/args.exp: Ditto.
17294 * gdb.base/arithmet.exp: Ditto.
17295 * gdb.base/assign.exp: Ditto.
17296 * gdb.base/async.exp: Ditto.
17297 * gdb.base/bang.exp: Ditto.
17298 * gdb.base/break.exp: Ditto.
17299 * gdb.base/call-rt-st.exp: Ditto.
17300 * gdb.base/completion.exp: Ditto.
17301 * gdb.base/cond-expr.exp: Ditto.
17302 * gdb.base/condbreak.exp: Ditto.
17303 * gdb.base/consecutive.exp: Ditto.
17304 * gdb.base/define.exp: Ditto.
17305 * gdb.base/display.exp: Ditto.
17306 * gdb.base/ena-dis-br.exp: Ditto.
17307 * gdb.base/environ.exp: Ditto.
17308 * gdb.base/eval-skip.exp: Ditto.
17309 * gdb.base/info-proc.exp: Ditto.
17310 * gdb.base/jump.exp: Ditto.
17311 * gdb.base/logical.exp: Ditto.
17312 * gdb.base/long_long.exp: Ditto.
17313 * gdb.base/maint.exp: Ditto.
17314 * gdb.base/miscexprs.exp: Ditto.
17315 * gdb.base/pc-fp.exp: Ditto.
17316 * gdb.base/pointers.exp: Ditto.
17317 * gdb.base/relational.exp: Ditto.
17318 * gdb.base/reread.exp: Ditto.
17319 * gdb.base/sect-cmd.exp: Ditto.
17320 * gdb.base/sep.exp: Ditto.
17321 * gdb.base/sepdebug.exp: Ditto.
17322 * gdb.base/until.exp: Ditto.
17323 * gdb.base/whatis-exp.exp: Ditto.
17324 * gdb.cp/annota2.exp: Ditto.
17325 * gdb.cp/annota3.exp: Ditto.
17326 * gdb.trace/actions.exp: Ditto.
17327 * gdb.trace/backtrace.exp: Ditto.
17328 * gdb.trace/circ.exp: Ditto.
17329 * gdb.trace/collection.exp: Ditto.
17330 * gdb.trace/deltrace.exp: Ditto.
17331 * gdb.trace/infotrace.exp: Ditto.
17332 * gdb.trace/limits.exp: Ditto.
17333 * gdb.trace/packetlen.exp: Ditto.
17334 * gdb.trace/passc-dyn.exp: Ditto.
17335 * gdb.trace/passcount.exp: Ditto.
17336 * gdb.trace/report.exp: Ditto.
17337 * gdb.trace/save-trace.exp: Ditto.
17338 * gdb.trace/tfind.exp: Ditto.
17339 * gdb.trace/tracecmd.exp: Ditto.
17340 * gdb.trace/while-dyn.exp: Ditto.
17341 * gdb.trace/while-stepping.exp: Ditto.
17342 * lib/gdb.exp: Ditto.
17343 (gdb_compile): Handle nowarning option.
17344
17345 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
17346
17347 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
17348 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
17349 Rename executable to prelinkt. Don't re-prelink if we didn't
17350 get a core file. Test prelink -u exit status to tell whether
17351 prelinking failed. Use gdb_test_multiple.
17352
17353 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
17354
17355 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
17356 (do_tests): Call it.
17357
17358 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
17359
17360 * gdb.base/prelink.exp: New test.
17361 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
17362
17363 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
17364
17365 * gdb.fortran/derived-type.f90: New file.
17366 * gdb.fortran/derived-type.exp: New testcase.
17367
17368 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
17369
17370 * gdb.base/default.exp: Allow ';' as a directory separator.
17371
17372 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
17373
17374 * gdb.base/help.exp (help add-symbol-file): Update.
17375
17376 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
17377
17378 * gdb.base/help.exp (help load): Update expected results.
17379
17380 2006-02-19 Fred Fish <fnf@specifix.com>
17381
17382 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
17383 specifix hex value as part of results.
17384 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
17385
17386 2006-02-16 Fred Fish <fnf@specifix.com>
17387
17388 * gdb.base/whatis.c: Define variables using typedefs char_addr,
17389 ushort_addr, and slong_addr, so the typedefs are not optimized
17390 away.
17391 * gdb.base/whatis.exp: Add tests using type name for struct type,
17392 union type, enum type, and typedef.
17393
17394 2006-02-13 Mark Kettenis <kettenis@gnu.org>
17395
17396 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
17397
17398 2006-02-13 Jim Blandy <jimb@redhat.com>
17399
17400 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
17401 case where it takes two "next" commands to skip past the init
17402 call.
17403
17404 2006-02-12 Fred Fish <fnf@specifix.com>
17405
17406 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
17407 to handle cases where it takes two "next" commands to skip
17408 past the init call.
17409
17410 2006-02-07 Joel Brobecker <brobecker@adacore.com>
17411
17412 * gdb.ada/array_return.exp: Mark the last test as expected to fail
17413 on hppa32 targets.
17414
17415 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
17416
17417 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
17418 field.
17419
17420 2006-01-29 Mark Kettenis <kettenis@gnu.org>
17421
17422 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
17423
17424 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17425
17426 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
17427 files.
17428
17429 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17430
17431 * gdb.cp/maint.exp: Set complaints to a positive value.
17432
17433 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
17434
17435 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
17436 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
17437 function name.
17438
17439 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
17440
17441 * gdb.base/checkpoint.c: Update copyright notice. Include
17442 <stdlib.h>.
17443
17444 2006-01-04 Jim Blandy <jimb@redhat.com>
17445
17446 * gdb.asm/asm-source.exp: Independently provide default values for
17447 asm-flags and debug-flags. Use 'string equal' to do the
17448 comparison, not the implicit expr's '==' operator. Remove
17449 now-unneeded assignments to asm-flags. In h8300 case, place
17450 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
17451
17452 2006-01-04 Michael Snyder <msnyder@redhat.com>
17453
17454 * gdb.base/checkpoint.c: New file.
17455 * gdb.base/checkpoint.exp: New file.
17456 * gdb.base/multi-fork.c: New file.
17457 * gdb.base/multi-fork.exp: New file.
17458 * gdb.base/pi.txt: New file (data for checkpoint.c test).
17459
17460 2006-01-04 Fred Fish <fnf@specifix.com>
17461
17462 * gdb.base/ptype.c (foo): Add typedef.
17463 (intfoo): Add function.
17464 * gdb.base/ptype1.c: New file.
17465 * gdb.base/ptype.exp: Handle compilation and linking with two
17466 source files. Test that proper type for "foo" is found based
17467 on source context rather than first match found in symtabs.
17468
17469 2005-12-28 Mark Kettenis <kettenis@gnu.org>
17470
17471 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
17472 * gdb.asm/openbsd.inc: Indent commands.
17473
17474 2005-12-26 Mark Kettenis <kettenis@gnu.org>
17475
17476 * gdb.base/freebpcmd.exp: Increase timeout.
17477
17478 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
17479
17480 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
17481
17482 * gdb.base/default.exp: Update check for "show version".
17483
17484 2005-12-09 Randolph Chung <tausq@debian.org>
17485
17486 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
17487 * gdb.asm/pa64.inc: New file.
17488
17489 2005-12-09 Randolph Chung <tausq@debian.org>
17490
17491 * gdb.asm/common.inc: Indent commands.
17492 * gdb.asm/asmsrc1.s: Likewise.
17493 * gdb.asm/asmsrc2.s: Likewise.
17494
17495 2005-12-09 Randolph Chung <tausq@debian.org>
17496
17497 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
17498 (get_addr_of_sym): Remove duplicate print.
17499 (gen_core): xfail hppa*-*-hpux*, update expected output.
17500 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
17501 * gdb.arch/pa64-nullify.s: New file.
17502
17503 2005-12-09 Randolph Chung <tausq@debian.org>
17504
17505 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
17506
17507 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
17508
17509 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
17510 code generation for these functions.
17511 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
17512 error message.
17513
17514 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
17515
17516 * gdb.base/help.exp (help b, help br, help bre, help brea)
17517 (help break): Update the expected message.
17518
17519 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
17520
17521 * gdb.asm/m68hc11.inc: Setup the data section.
17522 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
17523 script for this test.
17524 (m6812-*-*): Likewise.
17525
17526 2005-11-09 Randolph Chung <tausq@debian.org>
17527
17528 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
17529
17530 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
17531
17532 * gdb.base/break.exp: Fix a comment typo.
17533
17534 2005-11-03 Jim Blandy <jimb@redhat.com>
17535
17536 Checked in by Elena Zannoni <ezannoni@redhat.com>
17537
17538 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
17539
17540 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
17541
17542 * gdb.arch/gdb1558.c: Include stdio.h.
17543
17544 2005-10-31 Mark Kettenis <kettenis@gnu.org>
17545
17546 * gdb.asm/asm-source.exp: Use -e instead of --entry.
17547
17548 2005-10-31 Mark Kettenis <kettenis@gnu.org>
17549
17550 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
17551
17552 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
17553
17554 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
17555 vscr" tests to better match output.
17556
17557 2005-10-12 Jim Blandy <jimb@redhat.com>
17558
17559 * gdb.base/structs.exp (any): New function.
17560 (test_struct_returns): Don't make any assumptions at all about
17561 what value the function returns when GDB can't set the return
17562 value.
17563
17564 2005-10-09 Joel Brobecker <brobecker@adacore.com>
17565
17566 * gdb.ada/arrayidx/p.adb: New file.
17567 * gdb.ada/arrayidx.exp: New testcase
17568
17569 2005-10-09 Joel Brobecker <brobecker@adacore.com>
17570
17571 * gdb.ada/array_return/pck.ads: New file.
17572 * gdb.ada/array_return/pck.adb: New file.
17573 * gdb.ada/array_return/p.adb: New file.
17574 * gdb.ada/array_return.exp: New testcase.
17575
17576 2005-10-03 Joel Brobecker <brobecker@adacore.com>
17577
17578 * gdb.base/arrayidx.c: New file.
17579 * gdb.base/arrayidx.exp: New testcase.
17580
17581 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
17582
17583 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
17584 frames-invalid and breakpoints-invalid are no longer generated
17585 with level 3 so don't expect them in the output.
17586
17587 2005-09-27 Bob Rossi <bob@brasko.net>
17588
17589 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
17590 from test. Escape the | in mi_gdb_test call.
17591 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
17592 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
17593 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
17594 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
17595 expected regex's in mi_gdb_test calls.
17596 * lib/mi-support.exp: Remove arbitrary .* from tests.
17597 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
17598 Fully anchor GDB/MI expected results in mi_gdb_test.
17599 * lib/gdb.exp (string_to_regexp): Escape the ] character.
17600 * gdb.base/sizeof.exp: Remove escape character. Correct test.
17601
17602 2005-09-26 Paul Brook <paul@codesourcery.com>
17603
17604 * long_long.exp: Exclude eabi targets from arm FPA float format test.
17605
17606 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
17607
17608 * bfp-test.c: New file.
17609 * bfp-test.exp: New testcase.
17610
17611 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
17612
17613 * gdb.fortran/subarray.exp: New testcase to test the evaluation
17614 of subarray and substring variable.
17615 * gdb.fortran/subarray.f: New source file for the test of subarray
17616 and substring variable evaluation.
17617 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
17618 of string constant.
17619
17620 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
17621
17622 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
17623 copyright dates.
17624
17625 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
17626
17627 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
17628 powerpc altivec' test with an almost identical 'info vector' test.
17629
17630 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
17631
17632 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
17633 vscr" tests to match output.
17634
17635 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
17636
17637 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
17638 output.
17639
17640 2005-09-11 Bob Rossi <bob@brasko.net>
17641
17642 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
17643 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
17644 commands that return an MI output command and an asyncronous MI output
17645 command.
17646 * gdb.mi/mi-console.exp: Ditto.
17647
17648 2005-09-11 Bob Rossi <bob@brasko.net>
17649
17650 * gdb.mi/mi-var-child.c: Include <string.h>.
17651
17652 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
17653
17654 * killed.exp: Correct gdb_expect syntax.
17655
17656 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
17657
17658 * lib/mi-support.exp (mi_gdb_load): Fix typo.
17659
17660 2005-08-02 Bob Rossi <bob@brasko.net>
17661
17662 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
17663 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
17664 Change tests to inferior-tty-set/show.
17665 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
17666 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
17667 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
17668 inferior. Use mi_gdb_test to get GDB and Inferior output.
17669 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
17670 descriptor.
17671 (mi_inferior_tty_name): Add inferior PTY file name.
17672 (mi_gdb_start): Add INFERIOR_PTY parameter.
17673 (mi_gdb_test): Add IPATTERN parameter.
17674
17675 2005-08-02 Bob Rossi <bob@brasko.net>
17676
17677 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
17678 parameter to mi_gdb_test.
17679 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
17680
17681 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17682
17683 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
17684 struct_declarations.
17685 * gdb.mi/mi-var-child.exp: Step over the initialization of
17686 struct_declarations.
17687
17688 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17689
17690 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
17691 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
17692 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
17693 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
17694 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
17695 file.
17696
17697 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
17698
17699 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
17700 (do_children_tests): Assign values to the extra elements.
17701
17702 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
17703 them for tests for "-var-update --no-values" and
17704 "-var-update --all-values".
17705 Add test for "-var-list-children --simple-values".
17706
17707 * gdb.mi/basics.c (callee4): Add integer array D[3]...
17708
17709 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
17710 "-stack-list-locals --simple-values" Improve doc strings and
17711 comments.
17712
17713 2005-07-18 Mark Kettenis <kettenis@gnu.org>
17714
17715 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
17716 *-*-openbsd*.
17717 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
17718
17719 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
17720 sigaltsatck'.
17721
17722 2005-07-14 Bob Rossi <bob@brasko.net>
17723
17724 * gdb.base/default.exp (tty): Changed output of command.
17725 * gdb.base/help.exp (help tty): Ditto.
17726
17727 2005-07-12 Mark Kettenis <kettenis@gnu.org>
17728
17729 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
17730
17731 2005-07-10 Mark Kettenis <kettenis@gnu.org>
17732
17733 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
17734 -stack-select-frame without arguments.
17735 (test_stack_frame_listing): Add test for newly implemented command
17736 -stack-info-frame.
17737
17738 2005-07-06 Bob Rossi <bob@brasko.net>
17739
17740 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
17741 command.
17742 (Copyright): Update copyright.
17743
17744 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
17745
17746 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
17747 tests to evaluate exponentiation expression.
17748
17749 2005-06-29 Andreas Schwab <schwab@suse.de>
17750
17751 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
17752 main to avoid warnings.
17753
17754 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
17755
17756 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
17757
17758 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
17759 -stack-select-frame without arguments.
17760 (test_stack_frame_listing): Add test for newly implemented command
17761 -stack-info-frame.
17762
17763 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
17764
17765 * gdb.fortran/array-element.f: New file.
17766 * gdb.fortran/array-element.exp: New testcase.
17767
17768 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17769
17770 * gdb.base/bigcore.exp: Correct checks for systems which can
17771 not dump a large core file.
17772
17773 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17774
17775 * gdb.base/relocate.c: Add a copyright notice.
17776 (dummy): Remove.
17777 * gdb.base/relocate.exp: Test printing the values of variables
17778 from a relocatable file.
17779
17780 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17781
17782 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
17783 excess MI output after an error.
17784
17785 2005-05-29 Joel Brobecker <brobecker@adacore.com>
17786
17787 * gdb.arch/alpha-step.c: New file.
17788 * gdb.arch/alpha-step.exp: New testcase.
17789
17790 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
17791 Dennis Brueni <dennis@slickedit.com>
17792
17793 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
17794 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
17795 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
17796 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
17797 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17798 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
17799 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
17800
17801 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
17802 Wu Zhou <woodzltc@cn.ibm.com>
17803
17804 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
17805 IBM's xlc compiler.
17806 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
17807 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
17808
17809 2005-05-13 Jim Blandy <jimb@redhat.com>
17810
17811 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
17812 calling gdb_suppress_entire_file.
17813 * gdb.base/charset.exp: Same.
17814 * gdb.base/call-rt-st.exp: Same.
17815
17816 2005-05-05 Bob Rossi <bob_rossi@cox.net>
17817
17818 * lib/gdb.exp (fullname_syntax): Added global regex.
17819 (fullname_syntax_POSIX): Ditto.
17820 (fullname_syntax_UNC): Ditto.
17821 (fullname_syntax_DOS_CASE): Ditto.
17822 (fullname_syntax_DOS): Ditto.
17823 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
17824 fullname_syntax variable to scope and use it.
17825 (test_file_list_exec_source_files): Ditto.
17826 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
17827
17828 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
17829
17830 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
17831
17832 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
17833
17834 * lib/gdb.exp (skip_altivec_tests): New function, based on
17835 check_vmx_hw_available from the GCC testsuite.
17836 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
17837 * lib/gdb.arch/altivec-regs.exp: Likewise.
17838
17839 2005-05-02 Jim Blandy <jimb@redhat.com>
17840
17841 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
17842 calling gdb_suppress_entire_file.
17843
17844 2005-04-30 Randolph Chung <tausq@debian.org>
17845
17846 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
17847 Slightly relax "sem_post" name checking.
17848
17849 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
17850
17851 * gdb.base/unload.exp: Use new shared library infrastructure.
17852
17853 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
17854
17855 * gdb.base/so-impl-ld.exp: Use new shared library
17856 infrastructure.
17857
17858 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
17859
17860 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
17861 * gdb.asm/h8300.inc: New file.
17862
17863 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17864
17865 * gdb.base/shlib-call.exp: Change to use new shared library
17866 infrastructure.
17867
17868 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17869
17870 * gdb.base/pending.exp: Change to use new shared library
17871 infrastructure.
17872
17873 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17874
17875 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
17876 use test_compiler_info instead of gcc_compiled, and update copyright.
17877
17878 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
17879
17880 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
17881 shared objects being adjusted and update copyright years.
17882
17883 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
17884
17885 * ChangeLog: Correct some 2003-01-13 dates.
17886 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
17887 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
17888 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
17889 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
17890 gdb.trace/tfind.exp: Update copyright years.
17891
17892 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
17893 Daniel Jacobowitz <dan@codesourcery.com>
17894
17895 * lib/gdb.exp (gdb_compile): Handle shlib=.
17896 (gdb_compile_shlib): New function.
17897
17898 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
17899
17900 * lib/gdb.exp (test_compiler_info): Give argument a default value.
17901
17902 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
17903
17904 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
17905 gdb.server.
17906 * configure.ac: Likewise.
17907 * configure: Regenerated.
17908 * gdb.gdbserver/Makefile.in: Moved to...
17909 * gdb.server/Makefile.in: ... here.
17910 * gdb.gdbserver/server.c: Moved to...
17911 * gdb.server/server.c: ... here.
17912 * gdb.gdbserver/server-run.exp: Moved to...
17913 * gdb.server/server-run.exp: ... here.
17914
17915 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
17916
17917 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
17918 * configure.ac: Create gdb.gdbserver/Makefile.
17919 * configure: Regenerated.
17920 * lib/gdbserver-support.exp: New file, derived from
17921 config/gdbserver.exp.
17922 * config/gdbserver.exp: Use gdbserver-support.exp.
17923 * gdb.gdbserver/Makefile.in: New file.
17924 * gdb.gdbserver/server.c: New file.
17925 * gdb.gdbserver/server-run.exp: New file.
17926
17927 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
17928
17929 * lib/gdb.exp (test_compiler_info): Return compiler_info
17930 if no arguments are given.
17931
17932 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
17933
17934 * gdb.arch/altivec-abi.exp: Check for compiler and set
17935 use altivec' flag accordingly.
17936 * gdb.arch/altivec-regs.exp: Likewise.
17937
17938 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
17939
17940 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
17941
17942 2005-03-27 Andreas Schwab <schwab@suse.de>
17943
17944 * gdb.base/bigcore.c (main): Add missing mode argument in open
17945 call.
17946
17947 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
17948
17949 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
17950 downloads.
17951 * config/gdbserver.exp (gdb_load): Likewise.
17952
17953 2005-03-14 Paul Brook <paul@codesourcery.com>
17954
17955 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
17956 targets.
17957
17958 2005-03-09 Joel Brobecker <brobecker@adacore.com>
17959
17960 * gdb.dwarf2/dup-psym.S: New file.
17961 * gdb.dwarf2/dup-psym.exp: New testcase.
17962
17963 2005-03-09 Joel Brobecker <brobecker@adacore.com>
17964
17965 * gdb.ada/exec_changed/first.adb: New file.
17966 * gdb.ada/exec_changed/second.adb: New file.
17967 * gdb.ada/exec_changed.exp: New testcase.
17968
17969 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
17970
17971 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
17972 (A2): New class.
17973 (main): Test operator+.
17974 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
17975 breakpoint test.
17976
17977 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
17978 * gdb.base/signull.exp: Disable if gdb,nosignals.
17979 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
17980 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
17981 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
17982 * gdb.mi/mi2-console.exp: Likewise.
17983 * gdb.trace/collection.exp (run_trace_experiment): Consume the
17984 continue output at start.
17985 (gdb_collect_locals_test): Robustify regexp.
17986 * gdb.trace/passc-dyn.exp: Fix comment typo.
17987 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
17988
17989 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
17990
17991 * gdb.asm/asm-source.exp: Add iq2000 case.
17992 * gdb.asm/iq2000.inc: New file.
17993
17994 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
17995
17996 * gdb.base/command.exp: Change hardcoded value to regular expression.
17997 * gdb.base/float.exp: Add powerpc to the list of targets checked.
17998
17999 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
18000
18001 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
18002 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
18003 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
18004 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
18005 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
18006
18007 2005-03-05 Mark Kettenis <kettenis@gnu.org>
18008
18009 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
18010 changes.
18011
18012 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
18013
18014 * lib/compiler.c: Add test for IBM's xlc compiler.
18015 * lib/compiler.cc: Likewise.
18016
18017 2004-02-24 Joel Brobecker <brobecker@adacore.com>
18018
18019 * gdb.ada/fixed_points.exp: Create compilation object directory
18020 before running the test.
18021 * gdb.ada/null_record.exp: Likewise.
18022 * gdb.ada/packed_array.exp: Likewise.
18023 * gdb.ada/start.exp: Likewise.
18024
18025 2005-02-15 Joel Brobecker <brobecker@adacore.com>
18026
18027 * gdb.ada/packed_array/pa.adb: New file.
18028 * gdb.ada/packed_array.exp: New testcase.
18029
18030 2005-02-10 Mark Kettenis <kettenis@gnu.org>
18031
18032 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
18033 files.
18034
18035 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
18036 on *-*-openbsd*. Correctly match whitespace in regukar
18037 expressions.
18038
18039 2005-02-10 Daniel Jacobowitz <dan@debian.org>
18040
18041 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
18042 PR exp/1821
18043 * gdb.base/gdb1821.c: New test file.
18044 * gdb.base/gdb1821.exp: New test file.
18045
18046 2005-02-09 Joel Brobecker <brobecker@adacore.com>
18047
18048 * gdb.base/start.c: New file.
18049 * gdb.base/start.exp: New testcase.
18050
18051 2005-02-09 Joel Brobecker <brobecker@adacore.com>
18052
18053 * gdb.ada/start/dummy.adb: New file.
18054 * gdb.ada/start.exp: New testcase.
18055
18056 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
18057
18058 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
18059 for printing symbols and statistics.
18060 Add test for using relative pathnames in "maint print msymbols" test.
18061 Mark "maint info sections DATA" XFAIL on Cygwin.
18062 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
18063 tests.
18064
18065 2005-02-09 Andreas Schwab <schwab@suse.de>
18066
18067 Committed by Andrew Cagney <cagney@gnu.org>
18068 * gdb.base/remotetimeout.exp: New file.
18069
18070 2005-02-07 Mark Kettenis <kettenis@gnu.org>
18071
18072 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
18073
18074 2005-02-03 Joel Brobecker <brobecker@adacore.com>
18075
18076 * gdb.ada/gnat_ada.gpr: New file.
18077 * gdb.ada/gnat_ada.gin: Delete, no longer used.
18078 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
18079 * configure.ac: No longer generate gnat_ada.gpr.
18080 * configure: Regenerate.
18081 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
18082 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
18083 * gdb.ada/null_record/bar.ads: Likewise.
18084 * gdb.ada/null_record/bar.adb: Likewise.
18085 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
18086 * gdb.ada/null_record.exp (testdir): New variable.
18087 (testfile): executable is now in testdir subdirectory.
18088 (srcfile): Use full path to the main compilation unit.
18089 * gdb.ada/fixed_points.exp: Same changes as above.
18090
18091 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
18092
18093 * gdb.base/interp.exp: New test.
18094
18095 2005-01-24 Andrew Cagney <cagney@gnu.org>
18096
18097 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
18098
18099 2005-01-19 Andrew Cagney <cagney@gnu.org>
18100
18101 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
18102 configure.ac not configure.in.
18103
18104 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
18105 of powerpc*-*-*.
18106 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
18107 * gdb.base/list.exp (test_list_function)
18108 (test_list_filename_and_function): Ditto.
18109 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
18110
18111 2005-01-16 Andrew Cagney <cagney@gnu.org>
18112
18113 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
18114
18115 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
18116
18117 2005-01-14 Andrew Cagney <cagney@gnu.org>
18118
18119 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
18120 * gdb.mi/mi2-var-cmd.exp: Ditto.
18121
18122 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
18123
18124 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
18125
18126 2005-01-07 Andrew Cagney <cagney@gnu.org>
18127
18128 * configure.ac: Rename configure.in, require autoconf 2.59.
18129 * configure: Re-generate.
18130 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
18131 * gdb.stabs/configure: Re-generate.
18132 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
18133 * gdb.hp/configure: Re-generate.
18134 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
18135 autoconf 2.59.
18136 * gdb.hp/gdb.objdbg/configure: Re-generate.
18137 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
18138 autoconf 2.59.
18139 * gdb.hp/gdb.defects/configure: Re-generate.
18140 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
18141 autoconf 2.59.
18142 * gdb.hp/gdb.compat/configure: Re-generate.
18143 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
18144 autoconf 2.59.
18145 * gdb.hp/gdb.base-hp/configure: Re-generate.
18146 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
18147 autoconf 2.59.
18148 * gdb.hp/gdb.aCC/configure: Re-generate.
18149
18150 2004-12-15 Jim Blandy <jimb@redhat.com>
18151
18152 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
18153 under NPTL when there is debugging info available for libpthread.
18154
18155 2004-12-13 Jerome Guitton <guitton@gnat.com>
18156
18157 * gdb.ada/fixed_points.c: New file.
18158 * gdb.ada/fixed_points.exp: New file.
18159
18160 2004-12-03 Randolph Chung <tausq@debian.org>
18161
18162 * gdb.arch/pa-nullify.exp: New file.
18163 * gdb.arch/pa-nullify.s: New file.
18164
18165 2004-11-30 Randolph Chung <tausq@debian.org>
18166
18167 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
18168 instead of "tbug". Fix regexp to work properly with gdb_test.
18169
18170 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
18171
18172 * gdb.base/bitfields2.exp: New test.
18173 * gdb.base/bitfields2.c: New file.
18174
18175 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
18176
18177 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
18178
18179 2004-11-16 Randolph Chung <tausq@debian.org>
18180
18181 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
18182
18183 2004-11-14 Daniel Jacobowitz <dan@debian.org>
18184
18185 * gdb.threads/threadapply.exp: Correct "macro details" test.
18186
18187 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
18188
18189 * gdb.threads/threadapply.exp: New test.
18190 * gdb.threads/threadapply.c: New file.
18191
18192 2004-11-07 Mark Kettenis <kettenis@gnu.org>
18193
18194 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
18195 frames.
18196
18197 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
18198
18199 * gdb.base/cursal.exp: New file.
18200 * gdb.base/cursal.c: New file.
18201
18202 2004-11-03 Andrew Cagney <cagney@gnu.org>
18203
18204 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
18205
18206 2004-10-30 Mark Kettenis <kettenis@gnu.org>
18207
18208 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
18209 NetBSD/ELF targets.
18210
18211 2004-10-29 Joel Brobecker <brobecker@gnat.com>
18212
18213 * gdb.threads/bp_in_thread.c: New file, copied from
18214 pthread_cond_wait.c.
18215 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
18216 file, rather than reusing the .c file from another testcase.
18217
18218 2004-10-20 Joel Brobecker <brobecker@gnat.com>
18219
18220 * gdb.ada/null_record.exp: Check where we stopped after
18221 sending the start command, instead of where the associated
18222 temporary breakpoint was inserted.
18223
18224 2004-10-14 Andrew Cagney <cagney@gnu.org>
18225
18226 * gdb.mi/gdb701.c (main): Return 0.
18227
18228 2004-10-13 Daniel Jacobowitz <dan@debian.org>
18229
18230 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
18231
18232 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
18233
18234 * gdb.threads/schedlock.c: Add comment markers to use to find
18235 line numbers.
18236 * gdb.threads/schedlock.exp: Adjust regex to handle the new
18237 comments.
18238 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
18239 breakpoint lines.
18240
18241 2004-10-12 Daniel Jacobowitz <dan@debian.org>
18242
18243 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
18244
18245 2004-10-12 Daniel Jacobowitz <dan@debian.org>
18246
18247 * configure.in: Add gdb.dwarf2.
18248 * configure: Regenerated.
18249 * Makefile.in: Add gdb.dwarf2.
18250 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
18251 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
18252 gdb.dwarf2/file1.txt: New files.
18253
18254 2004-10-11 Orjan Friberg <orjanf@axis.com>
18255
18256 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
18257 of "run", since the latter doesn't work with remote targets. Adjust
18258 the breakpoint numbering accordingly.
18259 * gdb.threads/pthread_cond_wait.exp: Ditto.
18260
18261 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
18262
18263 * gdb.base/overlays.exp: Update copyright years.
18264
18265 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
18266
18267 * gdb.base/overlays.exp: Disable if target is Linux.
18268
18269 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
18270
18271 * config/gdbserver.exp (gdb_load): Use right filename on remote.
18272
18273 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
18274
18275 * gdb.asm/asm-source.exp: Add m32r-linux target.
18276 * gdb.asm/m32r-linux.inc: New file.
18277
18278 2004-09-24 Andrew Cagney <cagney@redhat.com>
18279 David Anderson <anderson@redhat.com>
18280
18281 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
18282 command fails, assume things will work.
18283 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
18284 (_GNU_SOURCE): Define.
18285 (print_unsigned, print_hex): Change parameter to "long long".
18286 (print_byte_count): New function, use to print byte counts.
18287 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
18288 O_LARGEFILE.
18289 (main): Compute an upper bound on a corefile in max_core_size.
18290 Limit memory chunk size to max_core_size. Limit total memory
18291 allocated to max_core_size.
18292
18293 2004-09-23 Andrew Cagney <cagney@gnu.org>
18294
18295 * gdb.base/bigcore.exp: Replace the code that creates a corefile
18296 from a separate process with code that creates a corefile by
18297 making the inferior dump core.
18298
18299 2004-09-23 Mark Kettenis <kettenis@gnu.org>
18300
18301 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
18302 block.
18303
18304 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
18305
18306 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
18307 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
18308 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
18309 Likewise.
18310
18311 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
18312
18313 * gdb.java/jprint.exp: New test case for java inferior call.
18314 * gdb.java/jprint.java: Ditto.
18315
18316 2004-09-15 Joel Brobecker <brobecker@gnat.com>
18317
18318 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
18319
18320 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
18321
18322 * gdb.threads/killed.c: Include <stdlib.h>.
18323 * gdb.threads/pthreads.c: Likewise.
18324
18325 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
18326
18327 * gdb.threads/killed.c: Add copyright notice.
18328
18329 2004-09-10 Jason Molenda (jmolenda@apple.com)
18330
18331 * gdb.base/define.exp: Two new tests to verify zero space chars
18332 after 'if' and 'while' commands in a user-defined command is correctly
18333 parsed.
18334
18335 2004-09-08 Andrew Cagney <cagney@gnu.org>
18336
18337 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
18338 delivery test with duplicate at end of file.
18339
18340 2004-09-06 Mark Kettenis <kettenis@jive.nl>
18341
18342 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
18343
18344 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18345
18346 * config/hppro.exp: Removed.
18347
18348 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18349
18350 * config/sparclet.exp: Removed.
18351
18352 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18353
18354 * config/udi.exp: Removed.
18355
18356 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
18357
18358 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
18359 of "exp_continue".
18360 (advancei): Likewise.
18361
18362 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
18363
18364 * gdb.base/unload.exp: Fix so messages aren't duplicated.
18365
18366 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
18367
18368 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
18369 to check for nodebug in executable.
18370 * gdb.gdb/observer.exp (setup_test): Likewise.
18371 * gdb.gdb/selftest.exp (test_with_self): Likewise.
18372 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
18373
18374 2004-09-01 Andrew Cagney <cagney@gnu.org>
18375
18376 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
18377 files.
18378
18379 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
18380
18381 * gdb.base/unload.exp: Fix expected warning message to match
18382 latest format.
18383
18384 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
18385
18386 * gdb.base/call-rt-st.exp: Fix typos.
18387
18388 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
18389
18390 * gdb.threads/thread_check.exp: New testcase.
18391 * gdb.threads/thread_check.c: New testcase.
18392
18393 2004-08-31 Andrew Cagney <cagney@gnu.org>
18394
18395 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
18396 (skip_to_handler_entry): New procedures. Test stepping into a
18397 handler when the breakpoint is at the handler's entry point.
18398
18399 2004-08-30 Andrew Cagney <cagney@gnu.org>
18400
18401 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
18402 gdb/1757.
18403
18404 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
18405
18406 With code from Manoj Iyer <manjo@austin.ibm.com>:
18407 * lib/gdb.exp (gdb_file_cmd): Return more information in the
18408 return value. Add an arm for "no debugging symbols found".
18409 Change a stray "error" to "perror".
18410 (gdb_run_cmd): Adapt to new return value.
18411 * gdb.base/remote.exp: Adapt to new return value.
18412 * gdb.gdb/complaints.exp: Likewise.
18413 * gdb.gdb/observer.exp: Likewise.
18414 * gdb.gdb/selftest.exp: Likewise.
18415 * gdb.gdb/xfullpath.exp: Likewise.
18416
18417 2004-08-27 Joel Brobecker <brobecker@gnat.com>
18418
18419 * gdb.threads/bp_in_thread.exp: New testcase.
18420
18421 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
18422
18423 Fix PR testsuite/1735.
18424 * gdb.threads/schedlock.c (thread_function): Add a cast
18425 to suppress a gcc warning.
18426 * gdb.threads/thread-specific.c (thread_function): Likewise.
18427
18428 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18429
18430 * gdb.base/unload.c: Include <stdlib.h>.
18431
18432 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18433
18434 From Paul Gilliam <pgilliam@us.ibm.com>:
18435 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
18436 synchronized after the "return".
18437
18438 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18439
18440 * gdb.mi/basics.c: Include <stdio.h>.
18441 * gdb.mi/pthreads.c: Include <stdlib.h>.
18442 * gdb.mi/var-cmd.c: Include <stdlib.h>.
18443
18444 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18445
18446 * gdb.threads/schedlock.c: Add copyright notice.
18447
18448 2004-08-25 Andrew Cagney <cagney@gnu.org>
18449
18450 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
18451 (skip_over_handler, breakpoint_over_hander): New test procedures.
18452 (advance, advancei): Add a proper prefix, do not use
18453 rerun_to_main.
18454 * gdb.base/sigstep.c (main): Change to use an infinite loop.
18455
18456 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
18457
18458 * gdb.mi/basics.c: Add copyright notice.
18459 * gdb.mi/var-cmd.c: Add copyright notice.
18460
18461 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18462
18463 * lib/gdb.exp: Remove signed_keyword_not_used.
18464 * lib/compiler.c: Likewise.
18465 * lib/compiler.cc: Likewise.
18466
18467 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18468
18469 * gdb.base/whatis.c: Remove conditional disabling of "signed".
18470 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
18471
18472 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18473
18474 * gdb.base/whatis.c: Add copyright notice.
18475
18476 2004-08-20 Mark Kettenis <kettenis@gnu.org>
18477
18478 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
18479 it to skip the breakpoints encoded in the inline assembly.
18480
18481 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
18482
18483 * Makefile.in: Add gdb.fortran.
18484
18485 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
18486
18487 * gdb.base/call-sc.exp (test_scalar_returns):
18488 Fix cut-and-paste glitch in "Make fun return now".
18489
18490 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
18491
18492 * configure.in: Add gdb.fortran.
18493 * configure: Regenerate.
18494 * gdb.fortran/Makefile.in: New file.
18495 * lib/gdb.exp (skip_fortran_tests): New procedure.
18496
18497 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
18498
18499 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
18500 reference to bug-gnu@prep.ai.mit.edu.
18501 * gdb.mi/mi-var-child.exp: Likewise.
18502 * gdb.mi/mi-var-cmd.exp: Likewise.
18503 * gdb.mi/mi-var-display.exp: Likewise.
18504 * gdb.mi/mi2-var-block.exp: Likewise.
18505 * gdb.mi/mi2-var-child.exp: Likewise.
18506 * gdb.mi/mi2-var-cmd.exp: Likewise.
18507 * gdb.mi/mi2-var-display.exp: Likewise.
18508
18509 2004-08-15 Mark Kettenis <kettenis@gnu.org>
18510
18511 * gdb.base/unload.c (main): Make local variable msg const.
18512
18513 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
18514
18515 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
18516 to bug-gnu@prep.ai.mit.edu.
18517 * gdb.mi/mi-disassemble.exp: Likewise.
18518 * gdb.mi/mi-eval.exp: Likewise.
18519 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
18520 default line number.
18521 * gdb.mi/mi-return.exp: Likewise.
18522 * gdb.mi/mi-simplerun.exp: Likewise.
18523 * gdb.mi/mi-stack.exp: Likewise.
18524 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
18525 number with explicit range test.
18526 * gdb.mi/mi-watch.exp: Likewise.
18527 * gdb.mi/mi2-break.exp: Likewise.
18528 * gdb.mi/mi2-cli.exp: Likewise.
18529 * gdb.mi/mi2-disassemble.exp: Likewise.
18530 * gdb.mi/mi2-eval.exp: Likewise.
18531 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
18532 default line number.
18533 * gdb.mi/mi2-return.exp: Likewise.
18534 * gdb.mi/mi2-simplerun.exp: Likewise.
18535 * gdb.mi/mi2-stack.exp: Likewise.
18536 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
18537 number with explicit range test.
18538 * gdb.mi/mi2-watch.exp: Likewise.
18539
18540 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
18541
18542 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
18543 * gdb.cp/m-static.exp: Likewise.
18544 * gdb.cp/rtti.exp: Likewise.
18545
18546 2004-08-14 Mark Kettenis <kettenis@gnu.org>
18547
18548 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
18549
18550 2004-08-14 Eli Zaretskii <eliz@gnu.org>
18551
18552 * ChangeLog: Prefix Local Variables with semi-colons and indent
18553 the reference to older ChangeLog files, to fix fontification in
18554 Emacs.
18555
18556 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18557
18558 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
18559 * gdb.mi/mi2-break.exp: Likewise.
18560
18561 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18562
18563 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
18564
18565 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18566
18567 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
18568
18569 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18570
18571 * gdb.cp/classes.exp: Remove unused declarations. Just let
18572 test names default instead of providing special names. Remove
18573 extraneous demangler test.
18574
18575 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
18576
18577 * gdb.base/unload.exp: New test for breakpoints in dynamically
18578 loaded libraries.
18579 * gdb.base/unload.c: Ditto.
18580 * gdb.base/unloadshr.c: Ditto.
18581
18582 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
18583
18584 * gdb.cp/classes.exp (test_ptype_class_objects): Call
18585 cp_test_ptype_class.
18586 (test_enums): Likewise.
18587
18588 2004-08-10 Andrew Cagney <cagney@gnu.org>
18589
18590 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
18591 files.
18592
18593 2004-08-10 Andrew Cagney <cagney@gnu.org>
18594
18595 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
18596 init_malloc call.
18597
18598 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
18599
18600 * ChangeLog: Add copyright notice. The notice is copied
18601 from emacs 21.3 top level ChangeLog.
18602
18603 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18604
18605 * lib/cp-support.exp: New file.
18606 * lib/cp-support.exp (cp_test_type_class): New function.
18607 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
18608 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
18609 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
18610 cp_test_ptype_class.
18611
18612 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18613
18614 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
18615 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18616 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
18617 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
18618 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
18619 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
18620 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
18621 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
18622 gdb.mi/mi2-watch.exp: Update copyright years.
18623
18624 2004-08-09 Mark Kettenis <kettenis@gnu.org>
18625
18626 * gdb.base/sigaltstack.exp: Provide proper anchoring.
18627
18628 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18629
18630 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
18631 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
18632 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
18633 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
18634 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
18635 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
18636 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
18637 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
18638 gdb.mi/mi-watch.exp: Update copyright years.
18639
18640 2004-08-08 Daniel Jacobowitz <dan@debian.org>
18641
18642 PR gdb/1738
18643 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
18644 from a breakpoint with a pending signal.
18645
18646 2004-08-08 Daniel Jacobowitz <dan@debian.org>
18647
18648 PR gdb/1736
18649 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
18650 * gdb.base/sigaltstack.exp (finish_test): Consume output until
18651 the prompt.
18652 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
18653
18654 2004-08-08 Daniel Jacobowitz <dan@debian.org>
18655
18656 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
18657
18658 2004-08-08 Daniel Jacobowitz <dan@debian.org>
18659
18660 PR gdb/1736
18661 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
18662 for i?86-*-linux*.
18663
18664 2004-08-08 Daniel Jacobowitz <dan@debian.org>
18665
18666 * gdb.arch/i386-prologue.exp: Compile without debug information.
18667
18668 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
18669
18670 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
18671 rather than asking gdb to search.
18672
18673 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18674
18675 * gdb.base/gcore.c: Include <string.h>.
18676
18677 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18678
18679 * gdb.base/gcore.c: Add copyright notice.
18680
18681 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18682
18683 * gdb.base/freebpcmd.c: Include <stdio.h>.
18684 * gdb.base/long_long.c: Include <string.h>.
18685 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
18686 * gdb.base/siginfo.c: Include <string.h>.
18687 * gdb.base/sigstep.c: Include <string.h>.
18688
18689 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18690
18691 * gdb.base/complex.c: Include <stdlib.h>.
18692
18693 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18694
18695 * gdb.base/complex.c: Add copyright notice.
18696
18697 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18698
18699 * gdb.base/charset.c: Include <stdlib.h>.
18700
18701 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18702
18703 * gdb.base/auxv.c: Include <stdlib.h>.
18704
18705 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18706
18707 * gdb.base/auxv.c: Add copyright notice.
18708
18709 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18710
18711 * gdb.base/coremaker.c: Add copyright notice.
18712 * gdb.base/coremaker2.c: Add copyright notice.
18713
18714 2004-08-04 Andrew Cagney <cagney@gnu.org>
18715
18716 * gdb.base/store.exp: Update copyright.
18717 (check_set, up_set, check_struct, up_struct): Add a prefix to test
18718 names, do not import gdb_prompt.
18719
18720 2004-08-01 Andrew Cagney <cagney@gnu.org>
18721
18722 Fix PR testsuite/1729.
18723 * gdb.base/dump.exp: Add test name to callers of capture_value, do
18724 not use capture_value with value 4.
18725 (capture_value): Add optional test name parameter.
18726 (test_reload_saved_value, test_restore_saved_value): Use $msg as
18727 the prefix, pass to capture_value.
18728
18729 2004-08-01 Mark Kettenis <kettenis@gnu.org>
18730
18731 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
18732 * gdb.arch/i386-prologue.c (standard): New prototype and function.
18733 (main): Call new function.
18734
18735 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18736
18737 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
18738
18739 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18740
18741 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
18742
18743 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18744
18745 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
18746 Accept more values of vtbl pointer. Remove some messages
18747 about "obsolete gcc or gdb".
18748
18749 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
18750
18751 * gdb.cp/classes.exp: Accept more varieties of ptype output.
18752
18753 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
18754
18755 * gdb.base/asm-source.exp: Properly convert target board
18756 debug flags from gcc format to binutils format.
18757
18758 2004-07-28 Mark Kettenis <kettenis@gnu.org>
18759
18760 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
18761 gdb1718". PR backtrace/1718 partially fixed.
18762
18763 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
18764
18765 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
18766
18767 2004-07-26 Nick Clifton <nickc@redhat.com>
18768
18769 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
18770 good default value for a specific architecture is available then
18771 set it to that value. Otherwise default to the -gstabs switch.
18772 Remove the -g... switches from the asm-flags variable. Allow the
18773 target board info to override the value if it wants to. Pass the
18774 switch on the assembler command line.
18775
18776 2004-07-23 Mark Kettenis <kettenis@gnu.org>
18777
18778 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
18779 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
18780 (main): Call new function.
18781
18782 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
18783
18784 Test for PR exp/1715.
18785 * gdb.base/radix.exp: Refactor common procedures. Make all
18786 test names unique. Change XFAIL to KFAIL.
18787
18788 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
18789
18790 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
18791 * gdb.ada/gnat_ada.gin: ... to here.
18792 * configure.in: Use gnat_ada.gin.
18793 * configure: Regenerate.
18794
18795 2004-07-20 Andrew Cagney <cagney@gnu.org>
18796
18797 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
18798 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
18799 XFAILs. Clean up test messages and comments. Check backtraces.
18800 Delete re-sync code.
18801
18802 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
18803
18804 Fix PR cli/740.
18805 * gdb.base/annota1.exp: Honor gdb,nosignals.
18806 * gdb.base/annota3.exp: Likewise.
18807
18808 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
18809
18810 * lib/java.exp: Update copyright notice.
18811
18812 2004-07-19 Andrew Cagney <cagney@gnu.org>
18813
18814 * gdb.base/selftest.exp: Copy file from here ...
18815 * gdb.gdb/selftest.exp: ... to here.
18816
18817 2004-07-16 Andrew Cagney <cagney@redhat.com>
18818
18819 * lib/insight-support.exp: Delete file.
18820 * lib/java.exp (java_init): Fix copyright.
18821
18822 2004-07-16 Andrew Cagney <cagney@gnu.org>
18823
18824 * gdb.base/restore.c: Append "prologue" to comments marking the a
18825 function's prologue.
18826 * gdb.base/restore.exp: Update copyright, re-indent.
18827 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
18828 callerN" prefix where needed. Update patterns that match a
18829 function's prologue.
18830
18831 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
18832
18833 * gdb.base/restore.c: Add copyright notice.
18834
18835 2004-07-16 Andrew Cagney <cagney@gnu.org>
18836
18837 * gdb.base/logical.exp: Update copyright.
18838 (evaluate): New procedure. Use to re-implement tests using
18839 several tables.
18840
18841 2004-07-14 Martin Hunt <hunt@redhat.com>
18842
18843 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
18844 which fixes some problems where init.tcl was not found.
18845
18846 2004-07-13 Andrew Cagney <cagney@gnu.org>
18847
18848 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
18849 (check_sizeof, check_valueof): Do not include the output in the
18850 test name. Use gdb_test.
18851 (get_valueof): Use gdb_test_multiple.
18852
18853 * gdb.base/step-test.exp: Update copyright. Use
18854 gdb_test_multiple. Ensure that test names do not include
18855 architecture dependent output.
18856
18857 * gdb.gdb/observer.exp: Update copyright.
18858 (setup_test): Use gdb_test_multiple.
18859 (attach_first_observer, attach_second_observer)
18860 (attach_third_observer, detach_first_observer)
18861 (detach_second_observer, detach_third_observer)
18862 (reset_counters, check_counters): Make $message a prefix.
18863 (test_normal_stop_notifications): Add "args" parameter - a list of
18864 init functions to be called. Make $message a prefix,
18865 (test_observer_normal_stop): Change the message prefixes so that
18866 they are unique, pass the attach / detach procedures to
18867 test_normal_stop_notifications.
18868
18869 * gdb.base/signull.exp (test_segv): Prefix all tests with
18870 "${name}". Clean up test messages.
18871
18872 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
18873
18874 * gdb.base/ena-dis-br.exp: Update copyright.
18875 (break_at): New function. Replace send_gdb with gdb_test,
18876 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
18877 ignore count, not stopped at bpt", with KFAIL.
18878
18879 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
18880
18881 * gdb.base/attach.exp: Remove cleanupfile handling.
18882
18883 2004-07-12 Andrew Cagney <cagney@gnu.org>
18884
18885 * gdb.base/annota1.exp: Cleanup corefile test name.
18886 * gdb.base/annota3.exp: Ditto.
18887
18888 2004-07-12 Andrew Cagney <cagney@gnu.org>
18889
18890 * gdb.base/signals.exp: Clean up copyright, re-indent.
18891
18892 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
18893 gdb_test and gdb_test_multiple.
18894
18895 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
18896
18897 * gdb.java/jmain.exp: Fix expected line number for main to
18898 break at. Set XFAIL for break at main test since gcj does not
18899 provide line number info for first statement in main.
18900
18901 2004-07-08 Andrew Cagney <cagney@gnu.org>
18902
18903 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
18904
18905 * gdb.base/sigbpt.exp: Make the common part of each test name a
18906 prefix instead of suffix.
18907
18908 2004-07-07 Bob Rossi <bob_rossi@cox.net>
18909
18910 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
18911 test from test_tbreak_creation_and_listing to
18912 test_file_list_exec_source_file
18913 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
18914 Changed name of test from test_tbreak_creation_and_listing to
18915 test_file_list_exec_source_file
18916
18917 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
18918
18919 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
18920 the jmisc() constructor instead of <init>.
18921 * gdb.java/jmisc1.exp: Ditto.
18922
18923 2004-07-07 Andrew Cagney <cagney@gnu.org>
18924
18925 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
18926 corrupting the PC.
18927
18928 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
18929
18930 * gdb.cp/templates.exp: Accept whitespace change in demangler
18931 output.
18932
18933 2004-07-06 Andrew Cagney <cagney@gnu.org>
18934
18935 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
18936
18937 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
18938
18939 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
18940 * lib/compiler.cc: Likewise.
18941
18942 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
18943
18944 * lib/compiler.cc: Work around string preprocessing problem
18945 with old hp c++ compiler.
18946 * lib/compiler.c: Likewise.
18947
18948 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
18949
18950 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
18951 directives to conditionalize symbol prefixing.
18952 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
18953 additional_flags handling. Add underscore prefix for Cygwin.
18954 * gdb.arch/i386-unwind.c: Use preprocessor directives to
18955 conditionalize symbol prefixing.
18956 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
18957 additional_flags handling. Add underscore prefix for Cygwin.
18958
18959 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
18960
18961 * gdb.base/bigcore.exp: Skip test on Cygwin.
18962
18963 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
18964
18965 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
18966 formats for "info register". Use gdb_test_multiple. Fix
18967 the "invalid register" test.
18968
18969 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
18970
18971 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
18972 PID for Cygwin. Add Cygwin specific strings to check for in some
18973 tests.
18974 (do_attach_tests): Add a test for user interaction when attaching
18975 to a process with no matching symbol table already loaded.
18976
18977 2004-06-26 Andrew Cagney <cagney@gnu.org>
18978
18979 Test PR java/1567 and PR java/1565.
18980 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
18981 * gdb.java/jmisc2.exp: Delete file.
18982
18983 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
18984
18985 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
18986
18987 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
18988
18989 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
18990 attach process.
18991
18992 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
18993
18994 * gdb.cp/pr-1553.exp: Remove.
18995
18996 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
18997
18998 * gdb.cp/pr-1553.cc: Remove.
18999 * gdb.cp/pr-1553.exp: Disable this test.
19000
19001 2004-06-20 Jim Blandy <jimb@redhat.com>
19002
19003 Fix PR testsuite/1680.
19004 * gdb.arch/i386-sse.exp: Properly quote curly braces in
19005 regular expressions.
19006
19007 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
19008
19009 Fix PR testsuite/1679.
19010 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
19011 Issue an UNSUPPORTED result instead.
19012
19013 2004-06-18 Jim Blandy <jimb@redhat.com>
19014
19015 * gdb.base/charset.exp: Only send a control-C if we see a new
19016 prompt and incomplete command.
19017
19018 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
19019
19020 * gdb.cp/pr-574.cc: Add copyright notice.
19021
19022 2004-06-17 Jim Blandy <jimb@redhat.com>
19023
19024 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
19025 cases where the regexp has no groups; this grabs random text from
19026 the previous test suite, whatever that was.
19027
19028 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
19029
19030 * gdb.cp/printmethod.cc: Add copyright notice.
19031
19032 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
19033
19034 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
19035
19036 2004-06-16 Andrew Cagney <cagney@gnu.org>
19037
19038 * gdb.base/signull.c: Update copyright. Include <string.h>.
19039 (bowler): Replace data_pointer with data_read
19040 and data_write cases. Add code_descriptor case.
19041 (zero, desc): New array and pointer.
19042 (data, code): Change to simple pointers.
19043 * gdb.base/signull.exp: Fix probe pattern matching a function
19044 descriptor SIGSEGV. Replace data_pointer with data_read and
19045 data_write tests.
19046
19047 2004-06-16 Andrew Cagney <cagney@gnu.org>
19048
19049 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
19050
19051 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
19052
19053 * gdb.base/long_long.c: Add copyright notice.
19054
19055 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
19056
19057 * gdb.base/long_long.exp: Remove reference to
19058 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
19059 to gdb_breakpoint and gdb_continue_to_breakpoint.
19060
19061 2004-06-14 Jim Blandy <jimb@redhat.com>
19062
19063 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
19064 endian case.
19065
19066 2004-06-14 Andrew Cagney <cagney@gnu.org>
19067
19068 * gdb.base/gcore.exp (capture_command_output): Delete the always
19069 passing tests containing inferior values.
19070 * gdb.base/ending-run.exp: Do not include the breakpoint address
19071 in the test message. Update copyright.
19072 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
19073 size in the test name, use gdb_test_multiple. Update copyright.
19074
19075 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
19076
19077 * gdb.cp/ref-types.cc: Add copyright notice.
19078
19079 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
19080
19081 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
19082 hp_aCC_compiler.
19083 * lib/compiler.cc: Likewise.
19084 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
19085 'set' commands. Log diagnostics for other lines. Set
19086 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
19087
19088 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
19089
19090 * gdb.cp/try_catch.cc: Add copyright notice.
19091
19092 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
19093
19094 * gdb.cp/userdef.cc: Add copyright notice.
19095
19096 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
19097
19098 * gdb.cp/virtfunc.cc: Add copyright notice.
19099
19100 2004-06-11 Randolph Chung <tausq@debian.org>
19101
19102 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
19103 problem.
19104
19105 2004-06-10 Andrew Cagney <cagney@gnu.org>
19106
19107 * lib/compiler.cc, lib/compiler.c: Append either
19108 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
19109 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
19110 instead of gcc-3-3.
19111
19112 2004-06-09 Andrew Cagney <cagney@gnu.org>
19113
19114 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
19115 gdb/1455, bug is specific to "long long" and "double".
19116
19117 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
19118 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
19119 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
19120 fixed.
19121
19122 2004-06-09 Andrew Cagney <cagney@gnu.org>
19123
19124 * gdb.base/structs.exp (test_struct_returns): Replace
19125 "return_value_unknown" and "finish_value_unknown" by
19126 "return_value_known" and "finish_value_known". Instead of
19127 "return_value_unknown" iff "finish_value_unknown", check
19128 "return_value_known" implies "finish_value_known".
19129
19130 2004-06-08 Martin Hunt <hunt@redhat.com>
19131
19132 * gdb.base/float.exp: Add pattern for mips targets.
19133
19134 2004-06-08 Randolph Chung <tausq@debian.org>
19135
19136 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
19137 message for unknown architectures more clear.
19138
19139 2004-06-08 Joel Brobecker <brobecker@gnat.com>
19140
19141 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
19142 start the execution of the program.
19143
19144 2004-06-07 Jim Blandy <jimb@redhat.com>
19145
19146 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
19147 * gdb.arch/i386-cpuid.h: New helper file.
19148
19149 2004-06-07 Randolph Chung <tausq@debian.org>
19150
19151 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
19152 has started.
19153
19154 2004-06-04 Roland McGrath <roland@redhat.com>
19155
19156 Fix PR gdb/1647.
19157 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
19158 differently to be robust to output buffering differences.
19159
19160 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
19161
19162 * gdb.threads/pthreads.exp: Update copyright years.
19163 (check_control_c): Change asynchronous 'after' to synchronous.
19164
19165 2004-06-04 Roland McGrath <roland@redhat.com>
19166
19167 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
19168 next gdb prompt.
19169
19170 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
19171
19172 Fix PR gdb/1636.
19173 * gdb.threads/manythreads.exp: Change asynchronous 'after'
19174 calls to synchronous.
19175
19176 2004-05-26 Jim Blandy <jimb@redhat.com>
19177
19178 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
19179
19180 2004-05-24 Randolph Chung <tausq@debian.org>
19181
19182 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
19183 * gdb.asm/pa.inc: New file.
19184
19185 2004-05-22 Mark Kettenis <kettenis@gnu.org>
19186
19187 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
19188
19189 2004-05-21 Joel Brobecker <brobecker@gnat.com>
19190 Daniel Jacobowitz <drow@mvista.com>
19191
19192 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
19193 GDB prompt.
19194
19195 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19196
19197 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
19198 setjmp/longjmp. Use sigaction instead of signal.
19199
19200 2004-05-19 J. Brobecker <brobecker@gnat.com>
19201 Michael Snyder <msnyder@redhat.com>
19202
19203 * gdb.threads/pthread_cond_wait.c: New file.
19204 * gdb.threads/pthread_cond_wait.exp: New testcase.
19205
19206 2004-05-13 Andrew Cagney <cagney@redhat.com>
19207
19208 * gdb.base/signull.exp, gdb.base/signull.c: New files.
19209 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
19210
19211 2004-05-11 Andrew Cagney <cagney@redhat.com>
19212
19213 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
19214 fixed but revealed gdb/1639.
19215
19216 2004-05-10 Andrew Cagney <cagney@redhat.com>
19217
19218 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
19219 func1" and "next to 2nd alarm", kernel bug avoided.
19220
19221 2004-05-10 Daniel Jacobowitz <dan@debian.org>
19222
19223 PR external/1568
19224 * gdb.base/bigcore.exp: Check the size of the dumped core file.
19225 XFAIL if it is smaller than bytes_allocated.
19226 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
19227 (main): Make chunks_allocated unsigned. Correct comment.
19228
19229 2004-05-07 Joel Brobecker <brobecker@gnat.com>
19230
19231 * gdb.arch/powerpc-aix-prologue.c: New file.
19232 * gdb.arch/powerpc-aix-prologue.exp: New file.
19233
19234 2004-05-07 Jim Blandy <jimb@redhat.com>
19235
19236 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
19237 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
19238
19239 2004-05-06 Joel Brobecker <brobecker@gnat.com>
19240
19241 * gdb.base/sep.exp: No longer setup_kfail when the program was
19242 built with dwarf2.
19243
19244 2004-05-05 Jim Ingham <jingham@apple.com>
19245
19246 * gdb.base/pending.exp: Make sure pending breakpoints
19247 preserve the ignore count.
19248
19249 2004-04-27 Jerome Guitton <guitton@gnat.com>
19250
19251 * i386-prologue.exp: Add testcase for jump instruction as first
19252 instruction of the real code.
19253 * i386-prologue.c (jump_at_beginning): New function.
19254
19255 2004-04-28 Mark Kettenis <kettenis@gnu.org>
19256
19257 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
19258 x86_64-*-*.
19259
19260 2004-04-28 Mark Kettenis <kettenis@gnu.org>
19261
19262 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
19263 i*86-*-*.
19264
19265 2004-04-25 Mark Kettenis <kettenis@gnu.org>
19266
19267 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
19268 expression that checks the return type.
19269
19270 2004-04-23 Andrew Cagney <cagney@redhat.com>
19271
19272 * gdb.base/call-sc.exp: New test of scalar call/return values.
19273 * gdb.base/call-sc.c: Ditto.
19274
19275 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19276
19277 * gdb.threads/manythreads.c: Reduce thread stack size.
19278
19279 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
19280
19281 * gdb.threads/manythreads.c: Add copyright notice.
19282
19283 2004-04-23 Andrew Cagney <cagney@redhat.com>
19284
19285 * gdb.base/siginfo.exp: Better handle step out of signal.
19286 * gdb.base/sigstep.exp: Ditto.
19287
19288 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
19289 Daniel Jacobowitz <drow@mvista.com>
19290
19291 * gdb.threads/manythreads.c: New testcase.
19292 * gdb.threads/manythreads.exp: Ditto.
19293
19294 2004-04-22 Jim Blandy <jimb@redhat.com>
19295
19296 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
19297 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
19298
19299 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
19300
19301 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
19302
19303 2004-04-21 Andrew Cagney <cagney@redhat.com>
19304
19305 * gdb.base/sigstep.c: New file.
19306 * gdb.base/sigstep.exp: New file.
19307
19308 2004-04-16 Joel Brobecker <brobecker@gnat.com>
19309
19310 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
19311 call to observer_notify_normal_stop.
19312
19313 2004-04-15 Andrew Cagney <cagney@redhat.com>
19314
19315 * gdb.base/siginfo.c: New file.
19316 * gdb.base/siginfo.exp: New file.
19317
19318 2004-04-12 J. Brobecker <brobecker@gnat.com>
19319
19320 * gdb.base/sep.exp: Fix typo in comment.
19321
19322 2004-04-12 J. Brobecker <brobecker@gnat.com>
19323
19324 * gdb.base/sep.c: New file.
19325 * gdb.base/sep-proc.c: New file.
19326 * gdb.base/sep.exp: New testcase.
19327
19328 2004-04-09 Mark Kettenis <kettenis@gnu.org>
19329
19330 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
19331 support.
19332
19333 2004-04-05 Andrew Cagney <cagney@redhat.com>
19334
19335 * gdb.base/sigaltstack.c: New file.
19336 * gdb.base/sigaltstack.exp: New file.
19337
19338 2004-04-04 Joel Brobecker <brobecker@gnat.com>
19339
19340 * gdb.base/foll-fork.exp: Update the expected output for
19341 "help set follow-fork-mode", to match a change that was made
19342 to the help of this variable on 2004-01-13.
19343
19344 2004-04-01 Joel Brobecker <brobecker@gnat.com>
19345
19346 * lib/ada.exp: Add copyright notice.
19347 * bar.ads: Likewise.
19348 * bar.adb: Likewise.
19349 * null_record.adb: Likewise.
19350 * null_record.exp: Likewise.
19351 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
19352
19353 2004-04-01 Joel Brobecker <brobecker@gnat.com>
19354
19355 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
19356 * configure: Regenerate.
19357
19358 2004-04-01 Joel Brobecker <brobecker@gnat.com>
19359
19360 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
19361 to build the application. Remove the message printed when in
19362 verbose mode, redundant with the UNSUPPORTED message above.
19363
19364 2004-03-31 Joel Brobecker <brobecker@gnat.com>
19365
19366 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
19367 * gdb.ada (null_record.exp): New testcase.
19368
19369 2004-03-31 Joel Brobecker <brobecker@gnat.com>
19370
19371 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
19372
19373 2004-03-31 Joel Brobecker <brobecker@gnat.com>
19374
19375 * gdb.ada: New subdirectory.
19376 * gdb.ada/Makefile.in: New file.
19377 * gdb.ada/gnat_ada.gpr.in: New file.
19378
19379 2004-03-31 Joel Brobecker <brobecker@gnat.com>
19380
19381 * lib/ada.exp: New file.
19382
19383 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
19384
19385 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
19386 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
19387
19388 2004-03-22 Andrew Cagney <cagney@redhat.com>
19389
19390 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
19391 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
19392 Problem identified by Ulrich Weigand.
19393
19394 2004-03-17 David Carlton <carlton@kealia.com>
19395
19396 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
19397 PR c++/826.
19398
19399 2004-03-16 Roland McGrath <roland@redhat.com>
19400
19401 * gdb.base/auxv.exp: New file.
19402 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
19403
19404 2004-03-12 David Carlton <carlton@kealia.com>
19405
19406 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
19407 * gdb.cp/pr-1553.cc: Ditto.
19408 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
19409 pass branch.
19410
19411 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
19412
19413 * gdb.cp/templates.exp: Accept more template types.
19414
19415 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19416
19417 From Corinna Vinschen with modifications.
19418 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
19419 local variable obj_with_enum.
19420 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
19421 results with obj_with_enum.
19422
19423 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19424
19425 * gdb.cp/classes.cc: New file, copied from misc.cc.
19426 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
19427
19428 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19429
19430 * gdb.cp/misc.cc: Add copyright notice.
19431
19432 2004-03-05 David Carlton <carlton@kealia.com>
19433
19434 * gdb.cp/rtti.exp: Add 'print *obj3' test.
19435 * gdb.cp/rtti.h: Update copyright.
19436 (namespace n2::n3): New.
19437 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
19438 (n2::n3::func3): New.
19439 (main): Call n2::n3::func3.
19440 * gdb.cp/rtti2.cc: Update copyright.
19441 (n2::create3): New.
19442
19443 2004-03-04 Mark Kettenis <kettenis@gnu.org>
19444
19445 * gdb.asm/openbsd.inc: Fix typo.
19446
19447 2004-03-03 Fred Fish <fnf@redhat.com>
19448
19449 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
19450 "val" instead of unused "size". Update copyright year.
19451
19452 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
19453
19454 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
19455 to use unsigned char.
19456 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
19457 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
19458
19459 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
19460
19461 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
19462 line of output.
19463
19464 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
19465
19466 * gdb.base/relocate.c (dummy): Initialize.
19467
19468 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
19469
19470 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
19471 a breakpoint at exit.
19472
19473 2004-02-27 Fred Fish <fnf@redhat.com>
19474
19475 * gdb.base/chng-syms.exp: Add expect condition to match failing
19476 case that isn't a timeout.
19477
19478 2004-02-27 Andrew Cagney <cagney@redhat.com>
19479
19480 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
19481 support.
19482
19483 2004-02-26 Fred Fish <fnf@redhat.com>
19484
19485 * gdb.arch/gdb1431.c: Remove.
19486 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
19487 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
19488 of "until" incorrectly.
19489
19490 2004-02-26 J. Brobecker <brobecker@gnat.com>
19491
19492 * gdb.cp/class2.cc (empty): New class.
19493 (refer): New function.
19494 (main): Declare an object of type empty and use it.
19495 * gdb.cp/class2.exp: Print the value of an object of type empty.
19496
19497 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
19498
19499 * gdb.base/langs.exp: Update query string to match the
19500 new nquery format used for pending breakpoints.
19501
19502 2004-02-26 Andrew Cagney <cagney@redhat.com>
19503
19504 Fix PR i18n/1570.
19505 * gdb.base/charset.c: Update copyright notice.
19506 (main, init_string): Remove the escape character '\e' tests.
19507 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
19508 * gdb.base/charset.exp (valid_host_charset): Ditto.
19509 * gdb.base/setvar.exp: Ditto.
19510
19511 2004-02-24 Andrew Cagney <cagney@redhat.com>
19512
19513 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
19514 mmapped data in core file" PASS and FAIL messages consistent.
19515
19516 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
19517 setting a breakpoint. Work around PR java/1565.
19518
19519 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
19520
19521 * lib/gdb.exp (gdb_breakpoint): Update query string to match
19522 new nquery format.
19523 * gdb.base/pending.exp: Ditto.
19524
19525 2004-02-22 Mark Kettenis <kettenis@gnu.org>
19526
19527 * configure.in: Run stabs tests on *BSD.
19528 * configure: Regenerated.
19529
19530 2004-02-21 Mark Kettenis <kettenis@gnu.org>
19531
19532 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
19533
19534 2004-02-20 Fred Fish <fnf@redhat.com>
19535
19536 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
19537 blank in test for "returns short", for consistency with other
19538 "returns xxx" tests. Update copyright year.
19539
19540 2004-02-19 Fred Fish <fnf@redhat.com>
19541
19542 New testcase for PR breakpoint/1558.
19543 * gdb.arch/gdb1558.exp: New file.
19544 * gdb.arch/gdb1558.c: New file.
19545
19546 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
19547
19548 * gdb.base/nodebug.exp: Fix typo.
19549
19550 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19551
19552 Committed by Jim Blandy <jimb@redhat.com>.
19553
19554 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
19555
19556 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
19557
19558 * gdb.base/float.exp: Support s390*-*-* targets.
19559
19560 2004-02-17 Adam Fedor <fedor@gnu.org>
19561
19562 * gdb.base/gdb1555.exp: New file.
19563 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
19564
19565 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
19566
19567 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
19568
19569 2004-02-16 Fred Fish <fnf@redhat.com>
19570
19571 * gdb.arch/gdb1291.c: Remove
19572 * gdb.arch/gdb1291.s: New test input file.
19573 * gdb.arch/gdb1291.exp: Expand test to check case that should not
19574 fail. Test for correct result, known incorrect result, other
19575 failures and timeouts.
19576
19577 2004-02-16 Andrew Cagney <cagney@redhat.com>
19578
19579 * gdb.base/bigcore.exp: New file.
19580 * gdb.base/bigcore.c: New file.
19581
19582 2004-02-13 Andrew Cagney <cagney@redhat.com>
19583
19584 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
19585 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
19586 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
19587 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
19588 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
19589 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
19590 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
19591 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
19592 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
19593 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
19594
19595 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
19596
19597 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
19598 executed is an alloc instruction.
19599
19600 2004-02-11 David Carlton <carlton@kealia.com>
19601
19602 * gdb.cp/breakpoint.exp: New.
19603 * gdb.cp/breakpoint.cc: New.
19604
19605 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
19606
19607 Partial fix for PR gdb/1543.
19608 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
19609 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
19610 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
19611 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
19612 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
19613 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
19614 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
19615 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
19616 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
19617 to bug-gdb@prep.ai.mit.edu .
19618 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
19619 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
19620 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
19621 Likewise.
19622
19623 2004-02-10 Andrew Cagney <cagney@redhat.com>
19624
19625 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
19626 using gdb_internal_error_resync.
19627
19628 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
19629
19630 * gdb.threads/thread-specific.exp: Stop early if no threads are
19631 found.
19632
19633 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
19634
19635 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
19636
19637 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
19638
19639 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
19640 breakpoints.
19641
19642 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
19643
19644 * config/sim.exp (gdb_load): Handle $arg == "".
19645 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
19646 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
19647
19648 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
19649
19650 * gdb.base/maint.exp: Update test to reflect
19651 obstack changes.
19652
19653 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
19654
19655 * gdb.base/pendshr.c (pendfunc): New function that calls
19656 pendfunc1.
19657 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
19658
19659 2004-02-04 Fred Fish <fnf@redhat.com>
19660
19661 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
19662 function symbols and update copyright years.
19663 * gdb.arch/gdb1291.c: Ditto.
19664
19665 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19666
19667 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
19668
19669 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19670
19671 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
19672
19673 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19674
19675 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
19676
19677 2004-02-02 Fred Fish <fnf@redhat.com>
19678
19679 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
19680 remote targets. Update copyright years.
19681
19682 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
19683
19684 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
19685 support.
19686 * gdb.base/langs.exp: Fix test which attempts to create
19687 breakpoint on non-existent function to handle new pending
19688 support.
19689 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
19690 a breakpoint.
19691 * gdb.base/pending.exp: New test.
19692 * gdb.base/pending.c: New file.
19693 * gdb.base/pendshr.c: Ditto.
19694
19695 2004-02-02 David Carlton <carlton@kealia.com>
19696
19697 * gdb.cp/overload.exp: Add overloadNamespace tests.
19698 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
19699 (overloadNamespace, XXX): New.
19700 (main): Call XXX::marker2.
19701
19702 2004-02-01 Fred Fish <fnf@redhat.com>
19703
19704 * gdb.base/dump.exp: Use runto_main instead of "runto main".
19705 * gdb.base/finish.exp: Ditto.
19706 * gdb.base/gcore.exp: Ditto.
19707 * gdb.base/huge.exp: Ditto.
19708 * gdb.base/info-proc.exp: Ditto.
19709 * gdb.base/return2.exp: Ditto.
19710 * gdb.threads/gcore-thread.exp: Ditto.
19711
19712 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
19713
19714 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
19715
19716 2004-02-01 Mark Kettenis <kettenis@gnu.org>
19717
19718 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
19719 that opening the file succeeds on OpenBSD.
19720
19721 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
19722
19723 * gdb.threads/thread-specific.c: New file.
19724 * gdb.threads/threads-specific.exp: New test script.
19725 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
19726 to expect_out.
19727
19728 2004-02-01 Mark Kettenis <kettenis@gnu.org>
19729
19730 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
19731 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
19732 only on the "print_small_structs from print_long_arg_list" test.
19733
19734 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
19735
19736 * gdb.base/completion.exp: Kill a stray backslash.
19737
19738 From Jim Ingham <jingham@apple.com>:
19739 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
19740 agrees with the result from sending a tab.
19741
19742 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
19743
19744 * gdb.base/chng-syms.exp: Remove stray newline.
19745
19746 2004-01-31 Mark Kettenis <kettenis@gnu.org>
19747
19748 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
19749 *-*-openbsd*.
19750 * gdb.asm/openbsd.inc: New file.
19751
19752 2004-01-30 Mark Kettenis <kettenis@gnu.org>
19753
19754 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
19755 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
19756 *-*solaris2*. Remove commented out default settings for
19757 asm-flags. Replace gdb_compile with target_link.
19758
19759 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
19760
19761 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
19762 for all tests. Remove old hp-ux and cygnus xfail cases.
19763
19764 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
19765
19766 * gdb.base/chng-syms.exp: New file.
19767 * gdb.base/chng-syms.c: New file.
19768
19769 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
19770
19771 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
19772 Provide arms for current output in all my configurations.
19773
19774 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
19775
19776 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
19777 * lib/compiler.cc: Likewise.
19778 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
19779 get the right preprocessor. Eval the output directly. Remove
19780 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
19781 hp_f77_compiler and hp_f90_compiler completely.
19782 (gdb_preprocess): Delete.
19783 (get_compiler): Delete.
19784
19785 2004-01-24 Mark Kettenis <kettenis@gnu.org>
19786
19787 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
19788 <string.h>.
19789
19790 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
19791
19792 * gdb.mi/mi-stack.exp: Update copyright.
19793
19794 2004-01-23 David Carlton <carlton@kealia.com>
19795
19796 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
19797 test for cp_lookup_transparent_type.
19798 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
19799 call them.
19800
19801 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
19802
19803 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
19804 after -var-update.
19805
19806 2004-01-23 David Carlton <carlton@kealia.com>
19807
19808 * gdb.cp/namespace.cc (C::ensureRefs): New.
19809 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
19810
19811 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
19812
19813 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
19814 case "-stack-list-locals 2".
19815 * gdb.mi/mi-var-child.exp: Test for case
19816 "-var-list-children --all-values NAME".
19817
19818 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
19819
19820 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
19821
19822 2004-01-18 Mark Kettenis <kettenis@gnu.org>
19823
19824 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
19825 used with gdb_test_multiple.
19826
19827 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
19828 read at address 0. This fixes PR testsuite/1504.
19829
19830 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
19831
19832 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
19833 Remove downloading, guessing the host executable, the calls to
19834 gdb_file_cmd and gdb_target_cmd, and "load" support.
19835 (infer_host_exec): New function broken out from gdb_load.
19836 (gdb_load): New wrapper for gdbserver_gdb_load.
19837 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
19838 gdb_target_cmd. Use -target-select.
19839 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
19840 Download binaries to the host. Clear last_mi_remote_file when
19841 we load a new binary.
19842 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
19843 call gdbserver_gdb_load and mi_gdb_target_cmd.
19844
19845 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
19846
19847 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
19848 type patterns.
19849
19850 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
19851
19852 * gdb.cp/templates.exp: Fix typo in test name of
19853 "print Foo<volatile char*>::foo".
19854
19855 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
19856
19857 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
19858
19859 2004-01-16 Ben Elliston <bje@wasabisystems.com>
19860
19861 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
19862 (clean mostlyclean): Remove empty rm.
19863
19864 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
19865
19866 * gdb.base/setvar.exp: Add copyright years.
19867
19868 2004-01-14 David Carlton <carlton@bactrian.org>
19869
19870 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
19871 PR c++/1511 and update coment.
19872 * gdb.cp/templates.exp: Update patterns to match current output.
19873 If changes involve something other than whitespace, KFAIL
19874 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
19875
19876 2004-01-14 David Carlton <carlton@kealia.com>
19877
19878 * gdb.cp/namespace.exp: Add tests involving classes defined within
19879 namespaces.
19880 * gdb.cp/namespace.cc (C::CClass): New.
19881 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
19882
19883 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
19884
19885 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
19886 what debug info we have. Print a better message if something goes
19887 wrong while producing the separate debug info file.
19888
19889 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
19890
19891 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
19892
19893 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
19894
19895 * gdb.base/callfuncs.c: Add copyright notice.
19896
19897 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
19898
19899 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
19900 inheritance. PR gdb/1498, PR gcc/13539.
19901
19902 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
19903
19904 * gdb.threads/gcore-thread.exp: Prefix name of binary with
19905 test specific name.
19906 * gdb.mi/gdb669.exp: Ditto.
19907 * gdb.mi/mi-pthreads.exp: Ditto.
19908 * gdb.mi/mi1-pthreads.exp: Ditto.
19909 * gdb.mi/mi2-pthreads.exp: Ditto.
19910
19911 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
19912
19913 * gdb.cp/member-ptr.cc: Add copyright notice.
19914
19915 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
19916
19917 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
19918 some patterns for recent versions of gcc and hpacc. Delete
19919 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
19920 Delete tests that access a NULL pointer-to-member-data. This
19921 script is still disabled for gcc.
19922
19923 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
19924
19925 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
19926 escaped correctly.
19927
19928 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
19929
19930 * gdb.base/sepdebug.exp: New file.
19931 * gdb.base/sepdebug.c: New file.
19932 * lib/gdb.exp (separate_debug_filename): New procedure.
19933 (gdb_gnu_strip_debug): New procedure.
19934
19935 2004-01-12 Andrew Cagney <cagney@redhat.com>
19936
19937 * gdb.mi/ChangeLog: Delete file. Renamed to ...
19938 * gdb.mi/ChangeLog-1999-2003: New file.
19939
19940 2004-01-12 Andrew Cagney <cagney@redhat.com>
19941
19942 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
19943 "Renaming a directory to a non-empty directory returns ENOTEMPTY
19944 or EEXIST", treat EBUSY as an XFAIL.
19945
19946 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
19947
19948 * gdb.base/scope.exp: Remove obsolete setup_xfail for
19949 hp_cc_compiler.
19950
19951 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
19952
19953 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
19954 decorations.
19955
19956 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
19957
19958 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
19959 and "(aCC)" decorations. Remove obsolete doco about old
19960 test results.
19961
19962 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
19963
19964 * gdb.cp/exception.exp: Fix typo in doco.
19965
19966 2004-01-09 Mark Kettenis <kettenis@gnu.org>
19967
19968 * gdb.base/gdb1476.exp: Fix typo.
19969
19970 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
19971
19972 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
19973 file.
19974
19975 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
19976
19977 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
19978 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
19979 Use gdb_compile. Remove restriction on gcc. Add some patterns
19980 for recent version of gdb. Delete second half, which was a copy
19981 of the first half with different build flags. This test is
19982 still disabled because it is still not ready for production.
19983
19984 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19985
19986 * gdb.cp/exception.cc: Add copyright notice.
19987 * gdb.cp/exception.exp: Add a notice that this file is broken
19988 because of line number changes caused by addition of copyright
19989 notice.
19990
19991 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19992
19993 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
19994 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
19995
19996 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19997
19998 * gdb.cp/classes.exp: Accept gnu abi 2.
19999 * gdb.cp/derivation.exp: Likewise.
20000 * gdb.cp/overload.exp: Likewise.
20001 * gdb.cp/virtfunc.exp: Likewise.
20002
20003 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
20004
20005 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
20006 semicolon after end of function.
20007
20008 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20009
20010 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
20011 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
20012 boilerplate code for compiling and running the program under
20013 test. Add some string method tests.
20014
20015 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20016
20017 * gdb.cp/bs15503.cc: Add copyright notice.
20018 * gdb.cp/bs15503.exp: Adjust line number.
20019
20020 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20021
20022 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
20023 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
20024
20025 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20026
20027 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
20028 hp_cc_compiler.
20029
20030 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20031
20032 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
20033 * gdb.cp/ctti.exp: Use the marker instead of "next".
20034 With gcc, run further before bailing.
20035
20036 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20037
20038 * gdb.cp/cttiadd.cc: Add copyright notice.
20039 * gdb.cp/cttiadd1.cc: Likewise.
20040 * gdb.cp/cttiadd2.cc: Likewise.
20041 * gdb.cp/cttiadd3.cc: Likewise.
20042
20043 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20044
20045 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
20046 Use gdb_test, gdb_test_multiple. Use floating-point values that
20047 have exact representations in IEEE-ish formats.
20048
20049 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20050
20051 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
20052 compilers. Delete duplicate call to get_compiler_info.
20053 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
20054 * gdb.base/volatile.exp: Likewise.
20055
20056 2004-01-07 Mark Kettenis <kettenis@gnu.org>
20057
20058 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
20059 memory at address 0.
20060
20061 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20062
20063 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
20064 to test for hp-ux assembler. Fix copyright years.
20065
20066 2004-01-07 Andrew Cagney <cagney@redhat.com>
20067
20068 * gdb.base/fileio.c (strerrno): Add "EBUSY".
20069
20070 2004-01-07 Andrew Cagney <cagney@redhat.com>
20071
20072 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
20073 when creating the read-only file. From analysis by Roland McGrath
20074 and Elena Zannoni.
20075
20076 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20077
20078 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
20079
20080 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20081
20082 * gdb.base/cvexpr.c: Be type-safe with function pointers and
20083 data pointers.
20084
20085 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20086
20087 * gdb.cp/m-static.exp: Compile one source file at a time.
20088 Delete unused call to get_compiler_info.
20089
20090 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20091
20092 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
20093 * gdb.base/call-rt-st.exp: Likewise.
20094 * gdb.base/nodebug.exp: Likewise.
20095 * gdb.base/volatile.exp: Likewise.
20096 * gdb.cp/ref-types.exp: Likewise.
20097 * gdb.cp/templates.exp: Likewise.
20098
20099 2004-01-05 Mark Kettenis <kettenis@gnu.org>
20100
20101 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
20102
20103 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
20104
20105 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
20106 hppa*-hp-hpux*.
20107
20108 2004-01-04 Mark Kettenis <kettenis@gnu.org>
20109
20110 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
20111 x86_64-*-*.
20112
20113 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
20114 sparc64-*-* and sparc*-solaris2*.
20115
20116 2004-01-04 Mark Kettenis <kettenis@gnu.org>
20117
20118 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
20119 return ${tests}" test. The ${tests} already mentions the
20120 filename.
20121
20122 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20123
20124 * gdb.cp/local.exp: Accept gcc abi 2.
20125
20126 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20127
20128 * gdb.cp/templates.exp: Accept gcc abi 2.
20129
20130 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20131
20132 * lib/compiler.cc: Remove supports_template_debugging.
20133 * gdb.cp/templates.exp: Do not test supports_template_debugging.
20134
20135 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20136
20137 * gdb.cp/namespace.exp: Accept gcc abi 2.
20138
20139 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20140
20141 * gdb.cp/method.exp: Accept gcc abi 2.
20142
20143 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20144
20145 * gdb.cp/classes.exp: Generate identical results as old version.
20146 * gdb.cp/derivation.exp: Likewise.
20147 * gdb.cp/overload.exp: Likewise.
20148 * gdb.cp/virtfunc.exp: Likewise.
20149
20150 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20151
20152 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
20153 mysterious bug with sourceware version of expect.
20154
20155 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20156
20157 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
20158 current versions of gcc, including gcc abi 2. Remove gratuitous
20159 restart of test program. Use gdb_test_multiple and gdb_test for
20160 all tests. Add patterns to xfail missing "const" in "const char *"
20161 and kfail PR gdb/1155.
20162
20163 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20164
20165 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
20166 current versions of gcc, including gcc abi 2. Remove gratuitous
20167 restart of test program. Use gdb_test_multiple and gdb_test for
20168 all tests. Add patterns to kfail PR gdb/1498.
20169
20170 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
20171
20172 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
20173 current versions of gcc, including gcc abi 2. Use "breakpoint"
20174 and "continue" instead of restarting the target program. Use
20175 gdb_test_multiple and gdb_test for all tests.
20176
20177 2004-01-01 Mark Kettenis <kettenis@gnu.org>
20178
20179 * gdb.asm/asm-source.exp: Update copyright year. Link statically
20180 for *-*-solaris2*.
20181
20182 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
20183
20184 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
20185 current versions of gcc, including gcc abi 2. Use "breakpoint"
20186 and "continue" instead of restarting the target program several
20187 times. Use gdb_test_multiple and gdb_test for all tests.
20188
20189 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
20190
20191 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
20192 source files.
20193
20194 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20195
20196 * gdb.base/environ.exp: Handle compiling test case from multiple
20197 source files.
20198
20199 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20200
20201 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
20202
20203 2003-12-17 Jim Blandy <jimb@redhat.com>
20204
20205 * gdb.base/freebpcmd.c: Add copyright notice.
20206
20207 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
20208
20209 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20210
20211 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
20212
20213 2003-12-13 Jim Blandy <jimb@redhat.com>
20214
20215 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
20216
20217 2003-12-12 Kevin Buettner <kevinb@redhat.com>
20218
20219 * gdb.asm/frv.inc: New file.
20220 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
20221
20222 2003-12-09 Fred Fish <fnf@redhat.com>
20223
20224 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
20225 functions to break1.c and leave prototypes behind. Add more
20226 "set breakpoint NN here" comments.
20227 * gdb.base/break1.c: New file.
20228
20229 * gdb.base/break.exp: Handle compiling test case from multiple
20230 source files and change source file references as needed.
20231 * gdb.base/completion.exp: Ditto.
20232 * gdb.base/condbreak.exp: Ditto.
20233 * gdb.base/define.exp: Ditto.
20234 * gdb.base/ena-dis-br.exp: Ditto.
20235 * gdb.base/info-proc.exp: Ditto.
20236 * gdb.base/maint.exp: Ditto.
20237 * gdb.base/until.exp: Ditto.
20238
20239 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
20240 hardcoded line numbers.
20241 * gdb.base/define.exp: Ditto.
20242 * gdb.base/ena-dis-br.exp: Ditto.
20243 * gdb.base/maint.exp: Ditto.
20244 * gdb.base/until.exp: Ditto.
20245
20246 * gdb.base/completion.exp: Use "break1" for completion tests since
20247 "break" is no longer a unique prefix.
20248
20249 2003-12-06 Andrew Cagney <cagney@redhat.com>
20250
20251 * gdb.base/structs.exp (test_struct_returns): When applicable, set
20252 "return_value_unimplemented". When an unimplemented struct return
20253 architecture, report incorrect values as a KFAIL
20254
20255 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
20256
20257 * gdb.cp/rtti.exp: Accept new wording of warning from
20258 cp_lookup_rtti_type.
20259
20260 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
20261
20262 Partial fix for PR testsuite/1456.
20263 * gdb.base/scope.exp (test_at_main): Replace references to
20264 gcc_compiled with calls to test_compiler_info.
20265 (test_at_foo): Likewise.
20266 (test_at_bar): Likewise.
20267
20268 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
20269
20270 Partial fix for PR testsuite/1456.
20271 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
20272 to test_compiler_info.
20273
20274 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
20275
20276 * gdb.base/so-impl-ld.exp: Update copyright notice.
20277
20278 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
20279
20280 Partial fix for PR testsuite/1456.
20281 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
20282 to test_compiler_info.
20283
20284 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20285
20286 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
20287 from current versions of gdb. Clean up regular expressions.
20288 Delete redundant timeout case.
20289
20290 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20291
20292 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
20293 from current versions of gdb. Clean up regular expressions.
20294 Delete redundant timeout case.
20295
20296 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
20297
20298 Partial fix for PR testsuite/1456.
20299 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
20300 gcc_compiled with call to test_compiler_info.
20301
20302 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
20303
20304 Partial fix for PR testsuite/1456.
20305 * gdb.base/list.exp (test_list_function): Delete unused declaration
20306 of gcc_compiled.
20307
20308 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
20309
20310 Partial fix for PR testsuite/1456.
20311 * gdb.base/complex.exp: Replace reference to gcc_compiled with
20312 call to test_compiler_info.
20313
20314 2003-11-29 Mark Kettenis <kettenis@gnu.org>
20315
20316 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
20317 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
20318 it to create the appropriate note.inc.
20319 * gdb.asm/asmsrc1.s: Include "note.inc".
20320 * gdb.asm/netbsd.inc: New file.
20321 * gdb.asm/empty.inc: New file.
20322
20323 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20324
20325 Partial fix for PR testsuite/1456.
20326 * gdb.base/constvars.exp: Replace references to gcc_compiled with
20327 calls to test_compiler_info.
20328
20329 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
20330
20331 Partial fix for PR testsuite/1456.
20332 * gdb.base/volatile.exp: Replace references to gcc_compiled with
20333 calls to test_compiler_info.
20334
20335 2003-11-27 Mark Kettenis <kettenis@gnu.org>
20336
20337 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
20338 pattern for the KFAILs.
20339
20340 2003-11-25 Adam Fedor <fedor@gnu.org>
20341
20342 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
20343 * gdb.objc/objcdecode.m: New file.
20344
20345 2003-11-25 Adam Fedor <fedor@gnu.org>
20346
20347 * gdb.objc/nondebug.exp: Test for PR objc/1236.
20348 * gdb.objc/nondebug.m: New file.
20349
20350 2003-11-26 Ben Elliston <bje@wasabisystems.com>
20351
20352 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
20353 NetBSD as it does on FreeBSD. Modelled on a similar change by
20354 Mark Kettenis on 2003-05-30.
20355 (link-flags): Set to "--entry _start" regardless of target.
20356 Special linker flags are to be appended to $link-flags.
20357 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
20358
20359 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
20360
20361 * gdb.cp/method.exp: Accept output of new demangler.
20362
20363 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
20364
20365 * gdb/class2.exp: New file.
20366 * gdb/class2.cc: New file.
20367
20368 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
20369
20370 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
20371 of new demangler.
20372
20373 2003-11-23 Mark Kettenis <kettenis@gnu.org>
20374
20375 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
20376 of gdb_test "run".
20377
20378 2003-11-23 Mark Kettenis <kettenis@gnu.org>
20379
20380 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
20381 "continue" into "run".
20382
20383 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
20384
20385 Partial fix for PR testsuite/1456.
20386 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
20387 call to test_compiler_info.
20388 * gdb.cp/ctti.exp: Likewise.
20389 * gdb.cp/derivation.exp: Likewise.
20390 * gdb.cp/member-ptr.exp: Likewise.
20391 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
20392 reference to gcc_compiled.
20393
20394 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
20395
20396 Fix PR testsuite/1463.
20397 * gdb.base/structs.exp (start_structs_test): Call
20398 get_debug_format before using the debug format.
20399
20400 2003-11-22 Andrew Cagney <cagney@redhat.com>
20401
20402 * lib/gdb.exp (gdb_test_multiple): Add simple example.
20403 * gdb.base/structs.exp: Use gdb_test_multiple.
20404
20405 2003-11-20 Andrew Cagney <cagney@redhat.com>
20406
20407 * gdb.base/structs.exp: Handle and recover from internal errors.
20408 Replace "foo${n}" with "foo<n>" in test messages.
20409
20410 * gdb.base/structs.exp: Update copyright. Rewrite.
20411 * gdb.base/structs.c: Update copyright. Rewrite.
20412
20413 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
20414 resync count exceeded.
20415
20416 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
20417 from the internal error.
20418 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
20419 Original from Jim Blandy.
20420 (gdb_test_multiple): Use gdb_internal_error_resync.
20421
20422 2003-11-19 Andrew Cagney <cagney@redhat.com>
20423
20424 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
20425 KFAIL.
20426
20427 2003-11-17 Mark Kettenis <kettenis@gnu.org>
20428
20429 New testcase for PR backtrace/1435.
20430 * gdb.arch/i386-unwind.exp: New file.
20431 * gdb.arch/i386-unwind.c: New file.
20432
20433 2003-11-17 Andrew Cagney <cagney@redhat.com>
20434
20435 * lib/gdb.exp (compiler_info): New global.
20436 (test_compiler_info): New function.
20437 (get_compiler_info): Set compiler_info.
20438 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
20439 "compiler_info" to gcc-<major>-<minor>.
20440
20441 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
20442
20443 * gdb.trace/configure: Remove.
20444
20445 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
20446
20447 * gdb.base/break.c: Add comments to aid finding line numbers for
20448 breakpoints.
20449 * gdb.base/break.exp: Remove all references to explicit line
20450 numbers.
20451
20452 2003-11-11 Nick Clifton <nickc@redhat.com>
20453
20454 * gdb.base/shreloc.exp: Do not run for targets which do not
20455 support shared objects.
20456
20457 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
20458
20459 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
20460 Don't run tests if nofileio flag is given.
20461
20462 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
20463
20464 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
20465 as well as 'Watchpoint'.
20466
20467 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
20468
20469 Reported by Jim Ingham <jingham@apple.com>:
20470 * gdb.base/annota1.exp: Match at least one occurrence of the
20471 signal handler annotation.
20472
20473 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
20474
20475 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
20476 as well as 'Watchpoint'.
20477
20478 2003-11-05 Michael Chastain <mec@shout.net>
20479
20480 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
20481
20482 2003-11-03 Kris Warkentin <kewarken@qnx.com>
20483
20484 * gdb.arch/gdb1291.c: New test file.
20485 * gdb.arch/gdb1291.exp: New test script.
20486 * gdb.arch/gdb1431.c: New test file.
20487 * gdb.arch/gdb1431.exp: New test script.
20488
20489 2003-10-22 Michael Chastain <mec@shout.net>
20490
20491 * gdb.mi/pthreads.c: Add copyright notice.
20492
20493 2003-10-22 Michael Chastain <mec@shout.net>
20494
20495 * gdb.threads/pthreads.c: Add copyright notice.
20496
20497 2003-10-20 Michael Chastain <mec@shout.net>
20498
20499 * gdb.base/gdb1056.exp: New test script.
20500
20501 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
20502
20503 * gdb.threads/killed.exp: Use gdb_run_cmd.
20504
20505 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
20506
20507 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
20508 create a core file.
20509 * gdb.threads/gcore-thread.exp: Likewise.
20510
20511 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
20512
20513 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
20514 type, based on char type.
20515 (struct bit_flags_short_t): New bitfield type, based on short type.
20516 (init_bit_flags_char): New fuction.
20517 (init_bit_flags_short): Ditto.
20518 (print_bit_flags_char): Ditto.
20519 (print_bit_flags_short): Ditto.
20520 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
20521
20522 2003-10-11 Michael Chastain <mec@shout.net>
20523
20524 * gdb.base/call-rt-st.exp: Update copyright year.
20525
20526 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
20527
20528 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
20529 * gdb.disasm/sh3.s: Ditto.
20530
20531 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
20532
20533 * gdb.threads/switch-threads.exp: New test.
20534 * gdb.threads/switch-threads.c: New source file.
20535
20536 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
20537
20538 * gdb.base/ending-run.exp: Add sh specific case.
20539
20540 2003-10-06 Andrew Cagney <cagney@redhat.com>
20541
20542 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
20543 * gdb.disasm/mn10200.exp: Delete obsolete file.
20544
20545 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
20546
20547 * ChangeLog: Correct an entry command.exp -> commands.exp.
20548 * gdb.base/commands.exp (bp_deleted_in_command_test)
20549 (temporary_breakpoint_commands): Check noargs.
20550
20551 2003-09-25 David Carlton <carlton@kealia.com>
20552
20553 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
20554 of some print tests, where appropriate. Add tests for C::D::cd,
20555 E::ce, F::cXfX, G::XgX.
20556 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
20557
20558 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
20559
20560 * lib/java.exp (java_init): Import target_alias before using it.
20561
20562 2003-09-25 David Carlton <carlton@kealia.com>
20563
20564 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
20565
20566 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
20567
20568 * gdb.base/selftest.exp: Accomodate more instruction reordering
20569 weirdness.
20570
20571 2003-09-17 Michael Chastain <mec@shout.net>
20572
20573 * gdb.cp/gdb1355.exp: New file.
20574 * gdb.cp/gdb1355.c: New file.
20575
20576 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
20577
20578 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
20579 * gdb.asm/sh.inc: New file.
20580
20581 2003-09-11 David Carlton <carlton@kealia.com>
20582
20583 * gdb.cp/namespace.exp: Add tests for namespace types.
20584 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
20585 (test_namespace): New.
20586
20587 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
20588
20589 * gdb.base/relocate.exp: Handle new gdb output at startup.
20590 * gdb.stabs/weird.exp: Ditto.
20591
20592 2003-09-08 Michael Chastain <mec@shout.net>
20593
20594 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
20595
20596 2003-09-07 Michael Chastain <mec@shout.net>
20597
20598 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
20599 'parse error'.
20600
20601 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
20602
20603 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
20604
20605 2003-08-30 Michael Chastain <mec@shout.net>
20606
20607 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
20608 * gdb.gdb/observer.exp: Ditto.
20609 * gdb.gdb/xfullpath.exp: Ditto.
20610
20611 2003-08-29 Mark Kettenis <kettenis@gnu.org>
20612
20613 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
20614 *-*-*bsd*.
20615
20616 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
20617
20618 * gdb.base/dump.exp: Skip for ia64.
20619
20620 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
20621
20622 * gdb.asm/asm-source.exp: Add ia64 support.
20623 * gdb.asm/ia64.inc: New file.
20624
20625 2003-08-22 Michael Chastain <mec@shout.net>
20626
20627 * gdb.cp: New directory.
20628 * gdb.cp/*: Copy from gdb.c++/*.
20629 * gdb.c++/*: Remove.
20630 * Makefile.in: Change gdb.c++ to gdb.cp.
20631 * configure.in: Ditto.
20632 * configure: Regnerate.
20633
20634 2003-08-18 Mark Kettenis <kettenis@gnu.org>
20635
20636 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
20637 * gdb.arch/i386-prologue.c (gdb1338): Add function.
20638
20639 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
20640
20641 * mi-var-display.exp (-var-list-children weird): Accept function
20642 pointers with argument types.
20643 * mi1-var-display.exp (-var-list-children weird): Likewise.
20644 * mi2-var-display.exp (-var-list-children weird): Likewise.
20645
20646 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
20647
20648 * gdb.base/annota3.exp: Add missing newline.
20649
20650 2003-08-06 Michael Chastain <mec@shout.net>
20651
20652 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
20653
20654 2003-08-12 Michael Snyder <msnyder@redhat.com>
20655
20656 * gdb.base/float.exp: Add test for SH.
20657
20658 2003-08-10 Mark Kettenis <kettenis@gnu.org>
20659
20660 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
20661
20662 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
20663
20664 * gdb.base/completion.exp: Remove reduntant completion test
20665 on filename.
20666
20667 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
20668
20669 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
20670 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
20671 gdb.trace/save-trace.exp: Make sure that full pathnames are
20672 escaped correctly.
20673
20674 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
20675
20676 * configure.in: Don't generate config.h from config.hin.
20677 * configure: Regenerate.
20678 * config.hin: Remove file.
20679 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
20680 * gdb.threads/pthreads.c: Ditto.
20681
20682 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
20683
20684 From Kei Sakamoto <sakamoto.kei@renesas.com>:
20685 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
20686 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
20687 Replace ld24 with seth/add3.
20688
20689 2003-08-02 Andrew Cagney <cagney@redhat.com>
20690
20691 * gdb.base/annota3.exp: New file.
20692 * gdb.base/annota3.c: New file.
20693 * gdb.c++/annota3.exp: New file.
20694 * gdb.c++/annota3.cc: New file.
20695
20696 2003-07-29 Michael Chastain <mec@shout.net>
20697
20698 * gdb.threads/tls.c (spin): Check errno only if sem_wait
20699 actually failed.
20700 (do_pass): Likewise.
20701 * gdb.threads/tls.exp: Always initialize no_of_threads.
20702
20703 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
20704
20705 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
20706 pattern.
20707 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
20708 * gdb.threads/tls.exp: Recognize one case of the host library not
20709 supporting TLS.
20710
20711 2003-07-27 Andrew Cagney <cagney@redhat.com>
20712
20713 * gdb.base/fileio.exp: Use SH when running commands using
20714 remote_exec.
20715
20716 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
20717
20718 From Kei Sakamoto <sakamoto.kei@renesas.com>:
20719 * gdb.base/relocate.c (dummy): New padding array.
20720
20721 2003-07-22 Michael Snyder <msnyder@redhat.com>
20722
20723 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
20724
20725 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
20726 patterns to be more general, accepting old and new output.
20727 Some output chars (such as '+') also must be quoted.
20728 Some addresses are displayed numerically instead of
20729 symbolically.
20730
20731 2003-07-23 Michael Snyder <msnyder@redhat.com>
20732
20733 * gdb.base/return2.exp: Don't test long-long return.
20734
20735 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
20736 * gdb.disasm/t01_mov.exp: Ditto.
20737 * gdb.disasm/t02_mova.s: Ditto.
20738 * gdb.disasm/t02_mova.exp: Ditto.
20739 * gdb.disasm/t03_add.s: Ditto.
20740 * gdb.disasm/t03_add.exp: Ditto.
20741 * gdb.disasm/t04_sub.s: Ditto.
20742 * gdb.disasm/t04_sub.exp: Ditto.
20743 * gdb.disasm/t05_cmp.s: Ditto.
20744 * gdb.disasm/t05_cmp.exp: Ditto.
20745 * gdb.disasm/t06_ari2.s: Ditto.
20746 * gdb.disasm/t06_ari2.exp: Ditto.
20747 * gdb.disasm/t07_ari3.s: Ditto.
20748 * gdb.disasm/t07_ari3.exp: Ditto.
20749 * gdb.disasm/t08_or.s: Ditto.
20750 * gdb.disasm/t08_or.exp: Ditto.
20751 * gdb.disasm/t09_xor.s: Ditto.
20752 * gdb.disasm/t09_xor.exp: Ditto.
20753 * gdb.disasm/t10_and.s: Ditto.
20754 * gdb.disasm/t10_and.exp: Ditto.
20755 * gdb.disasm/t11_logs.s: Ditto.
20756 * gdb.disasm/t11_logs.exp: Ditto.
20757 * gdb.disasm/t12_bit.s: Ditto.
20758 * gdb.disasm/t12_bit.exp: Ditto.
20759 * gdb.disasm/t13_otr.s: Ditto.
20760 * gdb.disasm/t13_otr.exp: Ditto.
20761
20762 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
20763
20764 * gdb.threads/tls.exp :Add kfail for 'info address' case.
20765
20766 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
20767
20768 * gdb.threads/tls.c : New file.
20769 * gdb.threads/tls.exp : New file.
20770 * gdb.threads/tls-main.c : New file.
20771 * gdb.threads/tls-shared.c : New file.
20772 * gdb.threads/tls-shared.exp : New file.
20773
20774 2003-07-22 Andreas Schwab <schwab@suse.de>
20775
20776 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
20777
20778 2003-07-20 Andreas Schwab <schwab@suse.de>
20779
20780 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
20781 due to insn reordering.
20782
20783 2003-07-15 Andrew Cagney <cagney@redhat.com>
20784
20785 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
20786
20787 2003-07-15 Michael Chastain <mec@shout.net>
20788
20789 * gdb.base/gdb1250.exp: New file.
20790 * gdb.base/gdb1250.c: New file.
20791
20792 2003-07-09 Michal Ludvig <mludvig@suse.cz>
20793
20794 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
20795 expansion of size_t to 'unsigned long', not only to 'unsigned'.
20796
20797 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
20798
20799 * gdb.threads/tls.c: New file.
20800 * gdb.threads/tls.exp: New file.
20801 * gdb.threads/tls-main.c: New file.
20802 * gdb.threads/tls-shared.c: New file.
20803 * gdb.threads/tls-shared.exp: New file.
20804
20805 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
20806
20807 * gdb.base/annota1.exp: Make sure that we properly escape the
20808 full path of the source file. Xfail more permissive patterns,
20809 due to a compiler debug info problem.
20810
20811 2003-07-07 Andreas Schwab <schwab@suse.de>
20812
20813 * gdb.asm/m68k.inc: New file.
20814 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
20815
20816 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
20817 arguments"): Also match negative number.
20818
20819 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
20820
20821 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
20822
20823 * gdb.base/store.c (charest): New typedef.
20824 (add_char): Rename to add_charest, update.
20825 (wack_char): Rename to wack_charest, update types. Return l + r
20826 to keep r live across the call.
20827 (wack_short, wack_int, wack_long, wack_longest, wack_float)
20828 (wack_double, wack_doublest): Return l + r to keep r live across
20829 the call.
20830 * gdb.base/store.exp: Accomodate store.c changes.
20831
20832 2003-06-30 David Carlton <carlton@kealia.com>
20833
20834 * gdb.c++/maint.exp (test_invalid_name): New.
20835 (test_first_component): Add tests for invalid names.
20836
20837 2003-06-29 Michael Chastain <mec@shout.net>
20838
20839 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
20840 output of '<VTT for class>' for virtual base classes.
20841
20842 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
20843
20844 * gdb.base/completion.exp: Tab-complete "complet" instead of
20845 "compl".
20846 * gdb.base/complex.exp, gdb.base/complex.c: New files.
20847
20848 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
20849
20850 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
20851 * gdb.base/volatile.exp: Likewise.
20852
20853 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
20854
20855 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
20856 gdb/1265.
20857
20858 2003-06-28 Michael Chastain <mec@shout.net>
20859 Daniel Jacobowitz <drow@mvista.com>
20860
20861 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
20862 initial line count of 'captured_main' from 26 to 32.
20863 (test_with_self): Allow xmalloc call to be interleaved with the
20864 preceding two lines.
20865
20866 2003-06-24 Joel Brobecker <brobecker@gnat.com>
20867
20868 * gdb.base/bang.exp: New testcase.
20869
20870 2003-06-23 Joel Brobecker <brobecker@gnat.com>
20871
20872 * gdb.base/langs.exp: Add some tests for the "minimal" language
20873 support.
20874
20875 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
20876
20877 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
20878 the testcase.
20879
20880 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
20881
20882 * gdb.base/relocate.exp: Test add-symbol-file with a variable
20883 offset.
20884
20885 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
20886
20887 * gdb.c++/pr-1210.cc: New file.
20888 * gdb.c++/pr-1210.exp: New file.
20889
20890 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
20891
20892 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
20893 000-exec-continue.
20894
20895 2003-06-15 Mark Kettenis <kettenis@gnu.org>
20896
20897 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
20898 on *-*-*bsd* instead of *-*-freebsd*.
20899
20900 2003-06-14 Andrew Cagney <cagney@redhat.com>
20901
20902 * gdb.base/store.exp: Test longest and doublest. Test all
20903 parameters. Weaken return statement match.
20904 * gdb.base/store.c: Add longest and doublest - aka long long and
20905 long double functions. Put all parameters into local register
20906 variables. Use negative values.
20907
20908 2003-06-14 Andrew Cagney <cagney@redhat.com>
20909
20910 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
20911 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
20912 exit status.
20913 * gdb.base/fileio.exp: Disable target when nointerrupts and
20914 noinferiorio, instead of limiting it to remote. Use remote_exec
20915 instead of system.
20916
20917 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
20918
20919 * gdb.base/float.exp: Add ia64 support.
20920
20921 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
20922
20923 * gdb.base/fileio.exp: Run only on remote targets.
20924
20925 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
20926
20927 * gdb.base/fileio.c: New file, testing File-I/O.
20928 * gdb.base/fileio.exp: Ditto.
20929
20930 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
20931
20932 * gdb.base/shreloc.exp: New file, check symbol values obtained from
20933 shared objects after relocation at load time (gdb PR/1132).
20934 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
20935 as above, part of the shared object relocation test.
20936
20937 2003-06-08 Mark Kettenis <kettenis@gnu.org>
20938
20939 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
20940 fully filled history list.
20941 * gdb.base/gdb_history: New file.
20942
20943 * gdb.base/signals.exp: XFAIL "continue to func1" on
20944 i*86-*-freebsd*.
20945
20946 * gdb.base/attach.exp: When trying to attach to a nonexistent
20947 process, make it possible to specify the PID based on the target,
20948 and do so for *-*-freebsd*.
20949
20950 2003-06-02 Richard Henderson <rth@redhat.com>
20951
20952 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
20953
20954 2003-06-02 Richard Henderson <rth@redhat.com>
20955
20956 * gdb.base/selftest.exp: Next over lim_at_start initialization.
20957
20958 2003-06-02 Richard Henderson <rth@redhat.com>
20959
20960 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
20961
20962 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
20963
20964 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
20965 of globalvar.
20966
20967 2003-06-01 Mark Kettenis <kettenis@gnu.org>
20968
20969 * gdb.asm/asm-source.exp: Check for memory read errors in
20970 disassembler test on *BSD too.
20971
20972 2003-06-01 Richard Henderson <rth@redhat.com>
20973
20974 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
20975 for .frame.
20976 (gdbasm_call): Lose ldgp.
20977 (gdbasm_startup): Add frame information.
20978 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
20979
20980 2003-05-31 Mark Kettenis <kettenis@gnu.org>
20981
20982 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
20983 i?86-*-*.
20984
20985 2003-05-30 Mark Kettenis <kettenis@gnu.org>
20986
20987 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
20988 FreeBSD.
20989
20990 2003-05-29 Richard Henderson <rth@redhat.com>
20991
20992 * gdb.asm/alpha.inc: New file.
20993 * gdb.asm/asm-source.exp: Use it.
20994
20995 2003-05-29 Jim Blandy <jimb@redhat.com>
20996
20997 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
20998 'core.PID'.
20999
21000 2003-05-22 Jim Blandy <jimb@redhat.com>
21001
21002 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
21003 backtrace.
21004
21005 2003-05-20 David Carlton <carlton@math.stanford.edu>
21006
21007 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
21008 this time.
21009
21010 2003-05-19 David Carlton <carlton@bactrian.org>
21011
21012 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
21013 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
21014
21015 2003-05-19 David Carlton <carlton@bactrian.org>
21016
21017 * gdb.c++/namespace.exp: Add namespace scope and anonymous
21018 namespace tests.
21019 Bump copyright date.
21020 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
21021 (main): Call C::D::marker2.
21022 * gdb.c++/namespace1.cc: New file.
21023
21024 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
21025
21026 Roland McGrath <roland@redhat.com>
21027 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
21028 there is no manager thread.
21029
21030 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
21031
21032 * gdb.threads/schedlock.exp: Remove assumption that all threads
21033 will run in a particular small time slice. Also ensure we break
21034 in one of the child threads rather than the main thread.
21035
21036 2003-05-07 Jim Blandy <jimb@redhat.com>
21037
21038 Add support for assembly source testing on the s390x.
21039 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
21040 architecture.
21041 * gdb.asm/s390x.inc: New file.
21042
21043 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
21044 succession of 'if' statements.
21045
21046 2003-05-05 Andrew Cagney <cagney@redhat.com>
21047
21048 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
21049
21050 2003-05-05 Andrew Cagney <cagney@redhat.com>
21051
21052 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
21053 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
21054
21055 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
21056
21057 * gdb.base/charset.exp: Update based on new behavior of set/show
21058 charset commands.
21059
21060 2003-05-01 Andrew Cagney <cagney@redhat.com>
21061
21062 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
21063 variable do not give memory errors.
21064
21065 2003-04-30 Adam Fedor <fedor@gnu.org>
21066
21067 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
21068 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
21069 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
21070 gdb.objc/basicclass.m: : New files
21071
21072 * lib/gdb.exp (gdb_compile_objc): New procedure.
21073
21074 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
21075
21076 * gdb.base/signals.exp: Make backtrace tests more specific.
21077
21078 2003-04-23 David Carlton <carlton@bactrian.org>
21079
21080 * gdb.c++/maint.exp (test_first_component): Add tests for
21081 'operator' in more locations.
21082
21083 2003-04-16 Kevin Buettner <kevinb@redhat.com>
21084
21085 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
21086
21087 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
21088
21089 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
21090 func marke' instead. Update test name.
21091
21092 2003-04-15 David Carlton <carlton@math.stanford.edu>
21093
21094 * gdb.c++/maint.exp: New file.
21095
21096 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
21097
21098 * gdb.threads/schedlock.c: Change type of thread function argument
21099 to long, to avoid warnings on 64-bit platforms.
21100
21101 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
21102
21103 * gdb.base/attach.exp: Add new message from ptrace in case of
21104 attaching to nonexistent process.
21105
21106 2003-04-11 Jim Blandy <jimb@redhat.com>
21107
21108 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21109 gdb.c++/userdef.cc: Place comments on the lines to which the
21110 marker function might return.
21111 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21112 gdb.c++/userdef.exp: Look for those comments to check that we've
21113 returned to the right place, instead of checking line numbers.
21114
21115 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
21116
21117 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
21118 match on sourcefile name, instead of directory name.
21119
21120 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
21121
21122 * gdb.base/completion.exp: Use string_to_regexp to match the
21123 working directory name.
21124
21125 2003-04-09 Jim Blandy <jimb@redhat.com>
21126
21127 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21128 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
21129 after an inferior function call, report the failure, but allow the
21130 test to continue.
21131
21132 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
21133
21134 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
21135 with -DPROTOTYPES.
21136
21137 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
21138
21139 * gdb.base/break.exp: Revert last patch.
21140
21141 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
21142
21143 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
21144 with -DPROTOTYPES.
21145
21146 2003-04-02 Andrew Cagney <cagney@redhat.com>
21147
21148 * gdb.base/callfuncs.exp: Make "print add" messages unique.
21149 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
21150 matching directories by the name breakpoint.
21151 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
21152 Make "continue to marker1" consistent.
21153 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
21154 message consistent.
21155 * lib/gdb.exp: Put "the program is no longer running", and "the
21156 program exited" in parenthesis.
21157 * lib/mi-support.exp: Ditto.
21158
21159 2003-04-02 Bob Rossi <bob_rossi@cox.net>
21160
21161 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
21162
21163 2003-03-29 Andrew Cagney <cagney@redhat.com>
21164
21165 * gdb.base/sizeof.c (main): Print the value of '\377'.
21166 * gdb.base/sizeof.exp: Check the sign of '\377'.
21167
21168 2003-03-27 Michael Chastain <mec@shout.net>
21169
21170 * gdb.base/gdb1090.exp: New file.
21171 * gdb.base/gdb1090.cc: New file.
21172
21173 2003-03-27 J. Brobecker <brobecker@gnat.com>
21174
21175 * gdb.gdb/observer.exp: New regression test.
21176
21177 2003-03-27 Michael Chastain <mec@shout.net>
21178
21179 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
21180 * gdb.base/ptype.exp: Likewise.
21181
21182 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
21183
21184 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
21185
21186 2003-03-26 Michael Chastain <mec@shout.net>
21187
21188 * gdb.base/ptype.exp: Actually use some typedef'd types.
21189
21190 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
21191
21192 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
21193 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
21194
21195 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21196
21197 * gdb.base/default.exp: Fix regular expression.
21198
21199 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21200
21201 * gdb.base/args.exp: Fix regular expression.
21202
21203 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21204
21205 * gdb.base/help.exp: Allow Win32 child process.
21206
21207 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21208
21209 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
21210 when stepping out of main().
21211
21212 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21213
21214 * gdb.base/default.exp: Check for win32 specific message when calling
21215 "run" without executable.
21216
21217 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21218
21219 * gdb.base/args.exp: Expect .exe in output.
21220
21221 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21222
21223 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
21224 Cygwin native.
21225
21226 2003-03-17 Andrew Cagney <cagney@redhat.com>
21227
21228 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
21229 vector registes.
21230 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
21231 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
21232
21233 2003-03-17 David Carlton <carlton@math.stanford.edu>
21234
21235 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
21236 test, for PR breakpoints/38.
21237 Call test_watchpoint_and_breakpoint.
21238 * gdb.base/watchpoint.c (func3): New function.
21239 (main): Call func3.
21240
21241 2003-03-04 David Carlton <carlton@math.stanford.edu>
21242
21243 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
21244 Garply<Garply<char> >:: garply".
21245 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
21246 with respect to PR c++/1111; note also PR c++/1113.
21247 (test_template_breakpoints): KFAIL "constructor breakpoint" with
21248 respect to PR c++/1062.
21249 KFAIL "destructor breakpoint" with respect to PR c++/1112.
21250
21251 2003-03-03 David Carlton <carlton@math.stanford.edu>
21252
21253 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
21254 with respect to PR c++/57.
21255 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
21256 c++/826.
21257 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
21258 respect to PR c++/57.
21259
21260 2003-03-03 David Carlton <carlton@math.stanford.edu>
21261
21262 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
21263 respect to PR c++/33 into FAILs.
21264
21265 2003-03-03 Michael Chastain <mec@shout.net>
21266
21267 * configure.in: Update copyright years.
21268
21269 2003-03-03 Michael Chastain <mec@shout.net>
21270
21271 * Makefile.in: Update copyright years.
21272
21273 2003-02-28 David Carlton <carlton@math.stanford.edu>
21274
21275 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
21276 print class instead of struct and/or superfluous protection
21277 specifiers, as long as the resulting output is equivalent to the
21278 source code.
21279 Delete FIXME from end of messages on tests that don't need
21280 fixing.
21281
21282 2003-02-28 David Carlton <carlton@math.stanford.edu>
21283
21284 * gdb.c++/templates.exp (do_tests): Allow const in the two
21285 Foo<volatile char *>::foo tests.
21286
21287 2003-02-27 Michael Snyder <msnyder@redhat.com>
21288
21289 * gdb.base/restore.c (main): Return zero, so exit code
21290 will be consistant.
21291
21292 2003-02-26 David Carlton <carlton@math.stanford.edu>
21293
21294 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
21295 char *>::foo" test with respect to PR c++/33. Create a new test
21296 which is identical to that one except that it doesn't put the
21297 space between the "char" and the "*"; KFAIL it, too.
21298
21299 2003-02-26 David Carlton <carlton@math.stanford.edu>
21300
21301 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
21302 template types into either PASSes or KFAILs (corresponding to PR
21303 c++/57). Tweak indentation. Update copyright.
21304
21305 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
21306
21307 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
21308
21309 2003-02-13 Michael Chastain <mec@shout.net>
21310
21311 * gdb.base/exprs.exp: Remove i960 remnants.
21312 * gdb.base/funcargs.exp: Likewise.
21313 * gdb.base/list.exp: Likewise.
21314 * gdb.base/ptype.exp: Likewise.
21315
21316 2003-02-14 David Carlton <carlton@math.stanford.edu>
21317
21318 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
21319 pEe->D::vg()" from XFAIL to KFAIL.
21320
21321 2003-02-13 Jason Molenda (jmolenda@apple.com)
21322
21323 * gdb.base/maint.exp: Update maint print statistics regexp to include
21324 new entries.
21325
21326 2003-02-13 Michael Chastain <mec@shout.net>
21327
21328 * gdb.c++/inherit.exp: Remove call to get_debug_format.
21329
21330 2003-02-12 Michael Chastain <mec@shout.net>
21331
21332 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
21333 * gdb.c++/inherit.exp: Likewise.
21334 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
21335 * gdb.c++/templates.exp: Likewise.
21336 * gdb.c++/virtfunc.exp: Likewise.
21337
21338 2003-02-06 Jason Molenda (jason-cl@molenda.com)
21339
21340 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
21341 why the code is written that way.
21342
21343 2003-02-05 Michael Chastain <mec@shout.net>
21344
21345 * gdb.base/dump.exp: Add missing copyright line.
21346
21347 2003-02-05 Jason Molenda (jason-cl@molenda.com)
21348
21349 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
21350 at the beginning so the breakpoint doesn't get set on the loop.
21351
21352 2003-02-05 Michael Chastain <mec@shout.net>
21353
21354 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
21355 output for configurations with gcc 2.95.3.
21356
21357 2003-02-05 Keith Seitz <keiths@redhat.com>
21358 Andrew Cagney <ac131313@redhat.com>
21359
21360 * gdb.mi/mi-cli.exp: New file.
21361
21362 2003-02-04 Michael Chastain <mec@shout.net>
21363
21364 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
21365 Call perror and then continue.
21366
21367 2003-02-03 Michael Chastain <mec@shout.net>
21368
21369 * gdb.c++/pr-1023.cc: New file.
21370 * gdb.c++/pr-1023.exp: New file.
21371
21372 2003-02-05 Jim Blandy <jimb@redhat.com>
21373
21374 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
21375 it's local to foobar. Check for it there, and check that it's not
21376 present in main.
21377 * gdb.c++/local.cc (marker2): New function.
21378 (foobar): Call marker1.
21379 (main): Call marker2 instead of marker1.
21380
21381 2003-02-04 Andrew Cagney <ac131313@redhat.com>
21382
21383 * gdb.disasm/mn10200.exp: Obsolete file.
21384 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
21385 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
21386 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
21387
21388 2003-02-04 David Carlton <carlton@math.stanford.edu>
21389
21390 * gdb.c++/overload.exp: Test intToChar(1).
21391 * gdb.c++/overload.cc (intToChar): New.
21392 (main): Call intToChar.
21393
21394 2003-02-03 David Carlton <carlton@math.stanford.edu>
21395
21396 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
21397 'might_kfail' arg.
21398 KFAIL some of the continue_to_bp_overloaded calls, according to
21399 PR c++/1025.
21400
21401 2003-02-01 Michael Chastain <mec@shout.net>
21402
21403 * gdb.base/advance.c (marker1): New marker function.
21404 * gdb.base/advance.exp: When the 'advance' command lands on the
21405 return breakpoint, it can legitimately stop on either the
21406 current line or the next line. Accommodate both outcomes.
21407 * gdb.base/until.exp: Likewise.
21408
21409 2003-02-02 Andrew Cagney <ac131313@redhat.com>
21410
21411 2002-11-10 Jason Molenda (jason-cl@molenda.com):
21412 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
21413 now a list, not a tuple.
21414 * gdb.mi/mi-var-display.exp: Ditto.
21415 * gdb.mi/gdb792.exp: Ditto.
21416
21417 2003-02-01 Andrew Cagney <ac131313@redhat.com>
21418
21419 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
21420 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
21421 stack backtraces.
21422 * gdb.mi/mi-syn-frame.c: Part of same.
21423
21424 2003-02-01 Mark Kettenis <kettenis@gnu.org>
21425
21426 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
21427 gdb.mi/mi1-pthreads.exp: Return instead of calling
21428 gdb_suppress_entire_file.
21429
21430 2003-02-01 Mark Salter <msalter@redhat.com>
21431
21432 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
21433
21434 2003-01-31 Mark Salter <msalter@redhat.com>
21435
21436 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
21437 Support empty arg.
21438
21439 2003-01-30 Michael Chastain <mec@shout.net>
21440
21441 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
21442 This was a workaround for a UTF-8 bug in readline 4.3. The bug
21443 has been fixed in gdb/readline on 2003-01-09.
21444
21445 2003-01-29 Michael Snyder <msnyder@redhat.com>
21446
21447 * gdb.base/maint.exp: Allow for leading underscore in symbol.
21448 * gdb.base/display.exp: Allow for leading underscore in symbol.
21449 * gdb.base/args.exp: Skip if target does not support args passing.
21450
21451 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
21452
21453 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
21454 gdb_test. Accept a list of expect arguments as the third
21455 parameter.
21456 (gdb_test): Use it.
21457
21458 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
21459
21460 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
21461 allow for different test tree configurations. Update some
21462 tescases accordingly.
21463 * gdb.arch/altivec-regs.exp: Ditto.
21464 * gdb.asm/asm-source.exp: Ditto.
21465 * gdb.base/advance.exp: Ditto.
21466 * gdb.base/display.exp: Ditto.
21467 * gdb.base/long_long.exp: Ditto.
21468 * gdb.base/mips_pro.exp: Ditto.
21469 * gdb.base/overlays.exp: Ditto.
21470 * gdb.base/relocate.exp: Ditto.
21471 * gdb.base/setshow.exp: Ditto.
21472 * gdb.base/step-line.exp: Ditto.
21473 * gdb.base/step-test.exp: Ditto.
21474 * gdb.base/until.exp: Ditto.
21475 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
21476
21477 2003-01-17 David Carlton <carlton@math.stanford.edu>
21478
21479 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
21480 corresponding to PR c++/945.
21481 Update copyright.
21482
21483 2003-01-17 David Carlton <carlton@math.stanford.edu>
21484
21485 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
21486 corresponding to PR c++/68.
21487
21488 2003-01-17 David Carlton <carlton@math.stanford.edu>
21489
21490 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
21491 (test_paddr_hairy_functions): Call print_addr_2_kfail for
21492 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
21493
21494 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
21495
21496 * gdb.base/break.exp: Fix change of default location, because of
21497 removal of until tests.
21498 * gdb.base/help.exp: Update test for new 'until' help message.
21499 Add test for help on 'advance'.
21500 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
21501
21502 2003-01-15 Mark Kettenis <kettenis@gnu.org>
21503
21504 * gdb.base/default.exp: Adapt "info float" test for recent changes
21505 to that command. Add test for "info vector".
21506 * gdb.base/float.exp: New file. Add test for "info float" that
21507 resembles the old test in gdb.base/default.exp.
21508
21509 2003-01-15 David Carlton <carlton@math.stanford.edu>
21510
21511 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
21512
21513 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
21514
21515 * gdb.base/break.exp: Move the tests of until command from here...
21516 * gdb.base/until.exp: ... to here. New file. Add other tests.
21517 * gdb.base/advance.c: New file.
21518 * gdb.base/advance.exp: New file.
21519
21520 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
21521
21522 * gdb.base/args.c: New file.
21523 * gdb.base/args.exp: New file.
21524
21525 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
21526
21527 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
21528
21529 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
21530
21531 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
21532
21533 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
21534
21535 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
21536 dates.
21537
21538 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
21539
21540 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
21541
21542 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
21543
21544 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
21545 (ptype &*"foo").
21546 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
21547
21548 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
21549
21550 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
21551 * gdb.mi/mi1-console.exp: Likewise.
21552
21553 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
21554
21555 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
21556 * gdb.mi/mi1-console.exp: Likewise.
21557
21558 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
21559
21560 * gdb.c++/overload.exp: Remove some fixed XFAILs.
21561
21562 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
21563
21564 * gdb.base/detach.exp: New test.
21565
21566 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
21567
21568 * Makefile.in (ALL_SUBDIRS): New variable.
21569 (subdirs, clean, distclean): Use it.
21570 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
21571 regenerating Makefile, since it is generated from the top level.
21572 * gdb.asm/Makefile.in: Likewise.
21573 * gdb.base/Makefile.in: Likewise.
21574 * gdb.c++/Makefile.in: Likewise.
21575 * gdb.disasm/Makefile.in: Likewise.
21576 * gdb.java/Makefile.in: Likewise.
21577 * gdb.mi/Makefile.in: Likewise.
21578 * gdb.threads/Makefile.in: Likewise.
21579 * gdb.trace/Makefile.in: Likewise.
21580
21581 2003-01-09 David Carlton <carlton@math.stanford.edu>
21582
21583 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
21584 Add copyright year 2003.
21585
21586 2003-01-06 Michael Chastain <mec@shout.net>
21587
21588 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
21589 When selecting a thread, 'line' and 'file' are optional.
21590 * gdb.mi/mi1-pthreads.exp: Likewise.
21591
21592 2003-01-06 Andreas Schwab <schwab@suse.de>
21593
21594 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
21595 failures.
21596
21597 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
21598
21599 Fix PR gdb/844
21600 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
21601 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
21602
21603 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
21604 instead of calling gdb_suppress_entire_file.
21605 * gdb.threads/print-threads.exp: Likewise.
21606 * gdb.threads/schedlock.exp: Likewise.
21607
21608 * gdb.threads/killed.exp: Return instead of calling
21609 gdb_suppress_entire_file.
21610 * gdb.threads/linux-dp.exp: Likewise.
21611 * gdb.threads/pthreads.exp: Likewise.
21612
21613 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
21614
21615 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
21616 stabs.
21617 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
21618 * gdb.base/whatis.exp: Always allow (void) after function names.
21619
21620 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
21621
21622 * gdb.c++/casts.exp: Correct regexp.
21623
21624 2003-01-04 Mark Kettenis <kettenis@gnu.org>
21625
21626 * configure.in: Call AC_CONFIG_HEADER. Don't call
21627 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
21628 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
21629 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
21630 aforementioned directories in the AC_OUPUT call.
21631 * config.hin: New file.
21632 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
21633 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
21634 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
21635 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
21636 pass -I$objdir instead of -I$objdir/$subdir in compilation.
21637 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
21638 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
21639 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
21640 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
21641 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
21642 gdb.threads/configure.in, gdb.threads/configure,
21643 gdb.threads/config.in, gdb.trace/configure.in,
21644 gdb.trace/configure: Removed.
21645
21646 2003-01-03 Michael Chastain <mec@shout.net>
21647
21648 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
21649 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
21650
21651 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
21652
21653 * gdb.base/store.exp: Fix regular expressions.
21654
21655 2002-12-28 Mark Kettenis <kettenis@gnu.org>
21656
21657 * configure.in: Rewrite.
21658 * configure: Regenerated.
21659
21660 2003-01-03 David Carlton <carlton@math.stanford.edu>
21661
21662 * gdb.base/psymtab.exp: New file.
21663 * gdb.base/psymtab1.c: Ditto.
21664 * gdb.base/psymtab2.c: Ditto.
21665
21666 2002-12-23 Adam Fedor <fedor@gnu.org>
21667
21668 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
21669
21670 2002-12-23 David Carlton <carlton@math.stanford.edu>
21671
21672 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
21673 and current_directory initialization.
21674
21675 2002-12-22 Jim Blandy <jimb@redhat.com>
21676
21677 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
21678 rather than as part of the output file name.
21679
21680 * gdb.base/attach.exp: There's no need to copy the test program to
21681 /tmp; that was only ever necessary on HP/UX, and this test is
21682 entirely disabled there anyway.
21683
21684 2002-12-21 Jim Blandy <jimb@redhat.com>
21685
21686 * gdb.c++/psmang.exp: Doc fix.
21687
21688 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
21689 test.
21690
21691 2002-12-20 David Carlton <carlton@math.stanford.edu>
21692
21693 * gdb.c++/annota2.exp: KFAIL annotate-quit.
21694
21695 2002-12-18 Michael Chastain <mec@shout.net>
21696
21697 * gdb.c++/annota2.exp: Add copyright year 2002.
21698
21699 2002-12-17 David Carlton <carlton@math.stanford.edu>
21700
21701 * gdb.c++/try_catch.cc: Add marker comments.
21702 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
21703 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
21704 * gdb.c++/m-static.cc: Ditto.
21705 * gdb.c++/m-static1.cc: Ditto.
21706 * gdb.c++/try_catch.cc: Ditto.
21707
21708 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
21709
21710 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
21711 to see whether we are using the new -environment-directory
21712 command which resets via -r or the old version of the command
21713 which may prompt the user. Part of fix for gdb/741.
21714
21715 2002-12-13 Andrew Cagney <ac131313@redhat.com>
21716
21717 * gdb.fortran/types.exp: Update obsolete comment.
21718 * gdb.fortran/exprs.exp: Ditto.
21719 * lib/gdb.exp: Delete obsolete code.
21720 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
21721 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
21722 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
21723 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
21724 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
21725 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
21726 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
21727 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
21728 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
21729 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
21730 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
21731 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
21732 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
21733 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
21734 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
21735 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
21736 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
21737 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
21738 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
21739 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
21740 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
21741 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
21742 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
21743 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
21744 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
21745 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
21746 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
21747 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
21748 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
21749 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
21750 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
21751 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
21752 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
21753 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
21754 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
21755 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
21756 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
21757
21758 2002-12-11 David Carlton <carlton@math.stanford.edu>
21759
21760 * gdb.c++/m-data.exp: Add test for members that shadow global
21761 variables: see PR gdb/804.
21762 * gdb.c++/m-data.cc: Ditto.
21763
21764 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
21765
21766 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
21767
21768 2002-12-06 David Carlton <carlton@math.stanford.edu>
21769
21770 * gdb.base/store.c: Don't declare functions static.
21771
21772 2002-12-04 Andrew Cagney <ac131313@redhat.com>
21773
21774 * gdb.base/store.exp, gdb.base/store.c: New files.
21775
21776 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
21777
21778 * gdb.base/selftest.exp: Update for current gdb.
21779
21780 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
21781
21782 * gdb.base/maint.exp: Only dump symbols from one source file
21783 or objfile.
21784
21785 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
21786
21787 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
21788 function call.
21789
21790 2002-11-25 Jim Blandy <jimb@redhat.com>
21791
21792 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
21793 function appearing in error message.
21794
21795 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
21796
21797 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
21798
21799 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
21800
21801 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
21802 for mi1 and current mi is in correct format. New mi startup message
21803 should be in mi console format. This is part of fix for PR gdb/604.
21804
21805 2002-09-18 Fernando Nasser <fnasser@redhat.com>
21806
21807 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
21808 which explicitly prints the zero offset as "+0".
21809
21810 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
21811
21812 * gdb.threads/schedlock.c (args): Make unsigned.
21813
21814 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
21815
21816 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
21817 numbers. Allow "foo2|selected stack frame".
21818 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
21819 * gdb.asm/asmsrc2.s: Likewise.
21820 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
21821 comments.
21822 * gdb.asm/mips.inc: New file.
21823
21824 2002-10-18 Adam Fedor <fedor@gnu.org>
21825
21826 * gdb.base/default.exp: Update expected output to include 'ObjC'.
21827 * gdb.base/help.exp: Likewise.
21828
21829 2002-10-17 Kevin Buettner <kevinb@redhat.com>
21830
21831 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
21832 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
21833
21834 2002-10-02 Jim Blandy <jimb@redhat.com>
21835
21836 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
21837
21838 2002-10-01 Andrew Cagney <ac131313@redhat.com>
21839
21840 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
21841 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
21842 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
21843 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
21844 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
21845 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
21846 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
21847
21848 2002-09-29 Andrew Cagney <ac131313@redhat.com>
21849
21850 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
21851 * mi0-disassemble.exp, mi0-eval.exp: Delete.
21852 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
21853 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
21854 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
21855 * mi0-var-block.exp, mi0-var-child.exp: Delete.
21856 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
21857
21858 2002-09-27 Kevin Buettner <kevinb@redhat.com>
21859
21860 * gdb.base/annota1.exp (info break): Make directory components of
21861 path optional since not all compilers emit this debug information.
21862
21863 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
21864 step ends up stepping out of the function instead of stopping on
21865 the epilogue.
21866
21867 2002-09-26 Keith Seitz <keiths@redhat.com>
21868
21869 * lib/insight-support.exp (gdbtk_start): Figure out where
21870 the insight executable is based on where gdb is. Use this
21871 executable to start insight instead of gdb.
21872
21873 2002-09-25 Andrew Cagney <cagney@redhat.com>
21874
21875 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
21876
21877 2002-09-24 Andrew Cagney <ac131313@redhat.com>
21878
21879 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
21880 test_isolated_complaints.
21881 (test_empty_complaint): New function.
21882 (test_empty_complaints): New function. Check no output when no
21883 complaints.
21884
21885 2002-09-19 Jim Blandy <jimb@redhat.com>
21886
21887 * gdb.base/charset.exp, gdb.base/charset.c: New files.
21888
21889 2002-09-19 Andrew Cagney <ac131313@redhat.com>
21890
21891 * gdb.gdb/complaints.exp: New file.
21892
21893 2002-09-18 Andrew Cagney <ac131313@redhat.com>
21894
21895 * gdb.base/maint.exp: Check `help maint internal-warning'.
21896
21897 2002-09-18 David Carlton <carlton@math.stanford.edu>
21898
21899 * gdb.c++/m-static.exp: Remove breakpoints depending on line
21900 numbers, and replace them by a single breakpoint after the
21901 constructors are all finished.
21902 Add test 4.
21903 * gdb.c++/m-static.cc: Add test 4.
21904 * gdb.c++/m-static.h: New file.
21905 * gdb.c++/m-static1.cc: New file.
21906
21907 * gdb.c++/printmethod.exp: New file.
21908 * gdb.c++/printmethod.cc: New file.
21909
21910 * gdb.c++/pr-574.exp: New file.
21911 * gdb.c++/pr-574.cc: New file.
21912
21913 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
21914
21915 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
21916 embedded targets which never actually exit.
21917
21918 2002-09-18 Fernando Nasser <fnasser@redhat.com>
21919
21920 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
21921 "don't step after run" as unresolved or unsupported, instead of xfail.
21922
21923 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
21924
21925 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
21926 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
21927 Add newline to expected string in "step out of main (status wrapper)"
21928 case.
21929
21930 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
21931
21932 * lib/gdb.exp (rerun_to_main): Allow restarting application.
21933 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
21934
21935 2002-09-17 Tom Tromey <tromey@redhat.com>
21936
21937 * gdb.base/printcmds.exp (test_print_string_constants): Expect
21938 \000, not \0, in double-quoted string.
21939
21940 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
21941
21942 * gdb.base/commands.exp: Don't expect a "Program exited normally"
21943 string after running the commands execution on breakpoint tests.
21944
21945 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
21946
21947 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
21948
21949 2002-09-12 Joel Brobecker <brobecker@gnat.com>
21950
21951 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
21952
21953 2002-09-10 Keith Seitz <keiths@redhat.com>
21954
21955 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
21956 runto proc.
21957 (mi_run_to_main): Use mi_runto.
21958 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
21959
21960 2002-09-10 Keith Seitz <keiths@redhat.com>
21961
21962 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
21963 regexp for stopping at main. Could have multiple event notifications.
21964 Don't assume that main was declared with no parameters.
21965 (mi_next): Use mi_step_to.
21966 (mi_step): Use mi_next_to.
21967
21968 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
21969
21970 * gdb.base/default.exp: Fix expected string in `info float' test.
21971
21972 2002-09-09 Ben Elliston <bje@redhat.com>
21973
21974 * config/mips.exp: Update comments.
21975 * config/mips-idt.exp: Likewise.
21976 * config/nind.exp: Likewise.
21977 * config/slite.exp: Likewise.
21978 * config/sparclet.exp: Likewise.
21979 * config/udi.exp: Likewise.
21980 * config/vx.exp: Likewise.
21981 * config/vxworks29k.exp: Likewise.
21982
21983 2002-09-05 Jim Blandy <jimb@redhat.com>
21984
21985 * gdb.threads/killed.exp: Fix test failure message.
21986
21987 2002-09-04 Keith Seitz <keiths@redhat.com>
21988
21989 * lib/mi-support.exp: Update copyright.
21990 (mi_gdb_test): Increase the priority of the expected pattern
21991 so that it matches gdb_test.
21992
21993 2002-09-03 Keith Seitz <keiths@redhat.com>
21994
21995 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
21996 Use integer comparison instead of string comparison for testing
21997 whether binary was built.
21998
21999 2002-09-03 Jim Blandy <jimb@redhat.com>
22000
22001 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
22002
22003 2002-08-29 Jim Blandy <jimb@redhat.com>
22004
22005 * gdb.threads/pthreads.exp: Move the portable thread compilation
22006 code into a function in lib/gdb.exp, and call that from here.
22007 * lib/gdb.exp (gdb_compile_pthreads): New function.
22008
22009 2002-08-29 Keith Seitz <keiths@redhat.com>
22010
22011 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
22012 expect_out so that callers can get at it.
22013
22014 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
22015
22016 * gdb.threads/print-threads.c: New file.
22017 * gdb.threads/print-threads.exp: New file.
22018 * gdb.threads/schedlock.c: New file.
22019 * gdb.threads/schedlock.exp: New file.
22020
22021 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
22022
22023 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
22024 not altivec.c.
22025
22026 2002-08-17 Mark Kettenis <kettenis@gnu.org>
22027
22028 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
22029 targets. The problem should be fixed now.
22030
22031 2002-08-15 Mark Kettenis <kettenis@gnu.org>
22032
22033 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
22034 2002-07-24 change that removes final dots from error messages.
22035
22036 2002-08-13 Tom Tromey <tromey@redhat.com>
22037
22038 * gdb.base/readline.exp: New file.
22039
22040 2002-08-01 Andrew Cagney <ac131313@redhat.com>
22041
22042 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
22043 supress message.
22044
22045 2002-08-01 Andrew Cagney <cagney@redhat.com>
22046
22047 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
22048 CHILL_FOR_TARGET and CHILL_LIB.
22049 * configure.in (configdirs): Remove gdb.chill.
22050 * configure: Regenerate.
22051 * lib/gdb.exp: Obsolete references to chill.
22052 * gdb.fortran/types.exp: Ditto.
22053 * gdb.fortran/exprs.exp: Ditto.
22054
22055 2002-07-30 Kevin Buettner <kevinb@redhat.com>
22056
22057 * gdb.base/shlib-call.exp (additional_flags): Conditionally
22058 set Irix-specific compile and link flags.
22059
22060 2002-07-29 Kevin Buettner <kevinb@redhat.com>
22061
22062 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
22063 source files. The ``-o'' option doesn't work with the ``-E'' option
22064 when using the Irix compiler.
22065
22066 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
22067
22068 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
22069 Improve support for reusing an exec file. Copy exec file
22070 to target, and run gdbserver on the target instead of on the host.
22071
22072 2002-07-18 Jim Blandy <jimb@redhat.com>
22073
22074 * gdb.base/ending-run.exp: Don't expect to see the program end in
22075 some orderly fashion when we're running on a real stand-alone
22076 board.
22077
22078 * gdb.base/interrupt.exp: Correct logic for skipping tests on
22079 targets that don't support interrupts.
22080
22081 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
22082
22083 * gdb.base/attach.exp: Add patterns to match output from /proc-based
22084 systems.
22085 Move comments in expect statements to inside the actions, so that they
22086 don't get matched against.
22087
22088 2002-07-10 Mark Kettenis <kettenis@gnu.org>
22089
22090 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
22091 function when asleep" test.
22092
22093 2002-07-10 Andrew Cagney <ac131313@redhat.com>
22094
22095 * gdb.base/page.exp: Rewrite to handle problems with very long
22096 `info set' output. Update copyright.
22097
22098 2002-06-26 Andrew Cagney <ac131313@redhat.com>
22099
22100 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
22101 gdb.threads-hp.
22102 * gdb.hp/configure: Regenerate.
22103 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
22104 * gdb.hp/gdb.threads-hp/configure: Delete file.
22105 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
22106
22107 2002-06-22 Andrew Cagney <ac131313@redhat.com>
22108
22109 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
22110 setlocale, bindtextdomain and textdomain.
22111
22112 2002-06-11 Jim Blandy <jimb@redhat.com>
22113
22114 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
22115 preprocessor macro information is present.
22116
22117 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
22118 tests.
22119
22120 2002-06-06 Michael Snyder <msnyder@redhat.com>
22121
22122 * gdb.base/overlays.exp: Record addresses of overlay
22123 functions in TCL variables rather than in GDB variables,
22124 to avoid having GDB convert them to pointers (with loss
22125 of information).
22126
22127 * gdb.base/d10v.ld: Merge in several years worth of
22128 default linker script changes.
22129 * gdb.base/long_long.exp: Add check for sizeof (long double).
22130
22131 2002-06-06 Michal Ludvig <mludvig@suse.cz>
22132
22133 * gdb.asm/asm-source.exp: Add x86-64 target.
22134 * gdb.asm/x86_64.inc: New.
22135
22136 2002-05-30 Michael Chastain <mec@shout.net>
22137
22138 From Benjamin Kosnik <bkoz@redhat.com>:
22139 * gdb.c++/m-static.cc: New file.
22140 * gdb.c++/m-static.exp: New file.
22141
22142 2002-05-28 Michael Snyder <msnyder@redhat.com>
22143
22144 * gdb.base/call-ar-st.exp: Allow for reduced floating point
22145 precision.
22146
22147 2002-05-27 Michael Chastain <mec@shout.net>
22148
22149 From Benjamin Kosnik <bkoz@redhat.com>:
22150 * gdb.c++/m-data.cc: New file.
22151 * gdb.c++/m-data.exp: New file.
22152
22153 2002-05-27 Michael Chastain <mec@shout.net>
22154
22155 From Benjamin Kosnik <bkoz@redhat.com>:
22156 * gdb.c++/try_catch.cc: New file.
22157 * gdb.c++/try_catch.exp: New file.
22158
22159 2002-05-27 Michael Chastain <mec@shout.net>
22160
22161 * gdb.c++/local.exp: Accept more nested types in output.
22162
22163 2002-05-26 Michael Chastain <mec@shout.net>
22164
22165 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
22166
22167 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
22168
22169 * lib/gdb.exp (gdb_wrapper_init): Just because
22170 gdb_wrapper_file exists, this does not mean that the file
22171 should not be rebuilt. That is what gdb_wrapper_initialized
22172 is for.
22173 (default_gdb_init): Reset gdb_wrapper_initialized.
22174
22175 2002-05-23 Michael Snyder <msnyder@redhat.com>
22176
22177 * gdb.base/all-bin.exp: Revise previous patch by just reducing
22178 the precision of the floating point test results.
22179 * gdb.base/call-rt-st.exp: Ditto.
22180
22181 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
22182 * gdb.base/call-rt-st.exp: Ditto.
22183
22184 2002-05-19 Michael Chastain <mec@shout.net>
22185
22186 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
22187
22188 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
22189
22190 * configure.in (configdirs): Add gdb.arch.
22191 * configure: Regenerate.
22192
22193 2002-05-17 Jim Blandy <jimb@redhat.com>
22194
22195 * gdb.base/completion.exp: Recognize the more detailed error
22196 messages produced by the macro expander's lexical analyzer.
22197
22198 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
22199
22200 * gdb.arch/altivec-abi.c: New file.
22201 * gdb.arch/altivec-abi.exp: New file.
22202 * gdb.arch/altivec-regs.c: New file.
22203 * gdb.arch/altivec-regs.exp: New file.
22204
22205 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
22206
22207 * gdb.base/maint.exp (maint print type): Update for new type
22208 structure.
22209
22210 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
22211
22212 * gdb.arch: New directory.
22213 * gdb.arch/configure.in: New file.
22214 * gdb.arch/configure: New file.
22215 * gdb.arch/Makefile.in: New file.
22216
22217 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
22218
22219 * gdb.asm/asm-source.exp: Add v850 as supported target.
22220 * gdb.asm/v850.inc: New file.
22221
22222 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
22223
22224 * gdb.c++/annota2.exp (annotate-quit): Add comment.
22225
22226 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
22227
22228 * gdb.base/break.exp: Check 'break "marker2"'.
22229
22230 2002-05-10 Michael Snyder <msnyder@redhat.com>
22231
22232 * gdb.base/long_long.exp: Fix typo.
22233
22234 2002-05-10 Jim Blandy <jimb@redhat.com>
22235
22236 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
22237 a bug.
22238
22239 * gdb.base/printcmds.exp (test_integer_literals_rejected):
22240 Recognize more detailed error message produced by the macro
22241 expander's lexical analyzer.
22242 * lib/gdb.exp (test_print_reject): Same.
22243
22244 2002-05-09 Mark Kettenis <kettenis@gnu.org>
22245
22246 * gdb.c++/method.exp: Fix typo.
22247
22248 2002-05-08 Michael Snyder <msnyder@redhat.com>
22249
22250 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
22251 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
22252 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
22253 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
22254 Add iftarget clause for strongarm.
22255
22256 2002-05-06 Michael Snyder <msnyder@redhat.com>
22257
22258 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
22259 (gdb_continue_to_end): Accept output from status wrapper.
22260 * gdb.base/ending-run.exp: Add case for output from status wrapper.
22261 Clean up fail messages to match pass messages.
22262
22263 Enable the "needs_status_wrapper" testsuite feature.
22264 * lib/gdb.exp (gdb_wrapper_init): New procedure.
22265 (gdb_compile): Conditionally call gdb_wrapper_init.
22266 * gdb.base/a2-run.exp: Recognize output from status wrapper.
22267 * gdb.c++/method.exp: Recognize output from status wrapper.
22268
22269 2002-05-06 Ben Elliston <bje@redhat.com>
22270 From Graydon Hoare <graydon@redhat.com>
22271
22272 * config/sid.exp: Include support for "rawsid" protocol.
22273
22274 2002-05-03 Jim Blandy <jimb@redhat.com>
22275
22276 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
22277 * gdb.c++/hang3.C: New file.
22278
22279 2002-05-04 Andrew Cagney <ac131313@redhat.com>
22280
22281 * gdb.base/default.exp: Remove obsolete code.
22282 * gdb.c++/misc.exp: Ditto. Update copyright.
22283 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
22284 * gdb.base/whatis.exp: Ditto. Update copyright.
22285 * gdb.base/scope.exp: Ditto. Update copyright.
22286 * gdb.base/ptype.exp: Ditto. Update copyright.
22287 * gdb.base/printcmds.exp: Ditto. Update copyright.
22288 * gdb.base/opaque.exp: Ditto. Update copyright.
22289 * gdb.base/list.exp: Ditto.
22290 * gdb.base/funcargs.exp: Ditto. Update copyright.
22291 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
22292 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
22293 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
22294 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
22295 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
22296 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
22297
22298 2002-05-02 Michael Snyder <msnyder@redhat.com>
22299
22300 * gdb.base/watchpoint.exp: Add xscale target.
22301 * gdb.base/long_long.exp: Add xscale target.
22302 * gdb.base/default.exp: Add xscale target.
22303
22304 2002-05-01 Jim Blandy <jimb@redhat.com>
22305
22306 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
22307 gdb.c++/hang.exp: New test.
22308
22309 2002-05-01 Fred Fish <fnf@redhat.com>
22310
22311 * gdb.base/completion.exp: Handle completions of "./Make" for
22312 more than one completion possibility, as is the case when we
22313 build and test in the source tree.
22314
22315 2002-04-29 Anthony Green <green@redhat.com>
22316
22317 * gdb.java/jmisc1.exp: New file.
22318 * gdb.java/jmisc2.exp: New file.
22319
22320 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
22321
22322 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
22323
22324 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
22325
22326 * gdb.base/help.exp: Change 'help status' to allow for target
22327 dependent output differences.
22328
22329 2002-04-22 Michael Chastain <mec@shout.net>
22330
22331 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
22332
22333 2002-04-22 Michael Chastain <mec@shout.net>
22334
22335 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
22336
22337 2002-04-17 David S. Miller <davem@redhat.com>
22338
22339 * gdb.asm/sparc64.inc: New file.
22340 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
22341
22342 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
22343
22344 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
22345 instruction file directly into the build tree. Clean up at end of
22346 test.
22347
22348 2002-04-18 David S. Miller <davem@redhat.com>
22349
22350 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
22351 handle 64-bit platforms correctly.
22352 * gdb.base/maint.exp: Likewise.
22353
22354 2002-04-18 Kevin Buettner <kevinb@redhat.com>
22355
22356 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
22357 ``-fpic'' when compiling files comprising a shared library, but
22358 it does need additional linker flags in order to find shared
22359 libraries at run time.
22360
22361 2002-04-18 Kevin Buettner <kevinb@redhat.com>
22362
22363 * gdb.base/cvexpr.c (use): New function.
22364 (main): Invoke use() on all global variables to prevent
22365 some linkers from deleting these otherwise unused symbols.
22366
22367 2002-04-17 Michael Chastain <mec@shout.net>
22368 From David S. Miller <davem@redhat.com>
22369
22370 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
22371 handle 64-bit platforms correctly.
22372
22373 2002-04-12 Michael Snyder <msnyder@redhat.com>
22374 From Jim Blandy <jimb@redhat.com>
22375 * gdb.base/foo.c (foox): Remove section attribute; the linker
22376 script can handle this instead.
22377 * gdb.base/bar.c (barx): Same.
22378 * gdb.base/baz.c (bazx): Same.
22379 * gdb.base/grbx.c (grbxx): Same.
22380
22381 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
22382 manager doesn't automatically unmap overlays unnecessarily.
22383
22384 2002-04-10 Martin M. Hunt <hunt@redhat.com>
22385
22386 * gdb.base/ending-run.exp: Fix pattern for Mips targets
22387 stepping out of main.
22388
22389 2002-04-09 Michael Chastain <mec@shout.net>
22390
22391 * gdb.c++/local.cc (main): Move call to marker1() inside nested
22392 scope so that the nested scope tests will make sense.
22393 * gdb.c++/local.exp: Write patterns that actually work with gcc
22394 (the HP patterns "were never known to work with gcc").
22395 Keep the old aCC patterns too.
22396
22397 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
22398
22399 * gdb.base/attach.exp: Correct target board test.
22400
22401 2002-04-08 Michael Chastain <mec@shout.net>
22402
22403 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
22404 in a const method. Add some xfail and fail cases for configurations
22405 that do not emit the "const ...".
22406
22407 2002-04-07 Michael Chastain <mec@shout.net>
22408
22409 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
22410 Accept "A * const" and "const A * const" as type of "this".
22411 Fix spelling of getFunky throughout. Make messages uniform.
22412
22413 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
22414
22415 Work around for PR gdb/285:
22416 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
22417
22418 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
22419
22420 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
22421 instructions file at run time instead of configure time.
22422 Sometimes we run the test in a directory that is not the one we
22423 configured in.
22424 * gdb.asm/configure.in: Delete creation of symlink.
22425 * gdb.asm/configure: Regenerate.
22426
22427 2002-04-05 J. Brobecker <brobecker@gnat.com>
22428
22429 * gdb.gdb/xfullpath.exp: New test, to exercise the new
22430 xfullpath () function.
22431
22432 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
22433
22434 * gdb.asm/Makefile.in: Correct dependencies.
22435
22436 * gdb.asm/powerpc.inc: New file.
22437 * gdb.asm/asm-source.exp: Add PowerPC.
22438 * gdb.asm/configure.in: Likewise.
22439 * gdb.asm/configure: Regenerated.
22440
22441 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
22442
22443 * gdb.base/relocate.exp: New file.
22444 * gdb.base/relocate.c: New file.
22445
22446 2002-04-04 Fred Fish <fnf@redhat.com>
22447
22448 * gdb.base/step-test.exp: Update comment regarding stopping in
22449 memcpy/bcopy calls inserted as part of the compiler runtime.
22450
22451 2002-04-04 Michael Snyder <msnyder@redhat.com>
22452
22453 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
22454
22455 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
22456
22457 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
22458 (gdb_expect): Remove $notransfer hack.
22459
22460 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
22461
22462 * gdb.c++/classes.exp ("calling method for small class"): Match
22463 updated register output.
22464
22465 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
22466
22467 Fix PR gdb/452
22468 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
22469 when finished. Make gdb_file_cmd send "exec-file" when
22470 appropriate.
22471
22472 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
22473
22474 * gdb.base/attach.exp: Remove extra setup_xfail.
22475
22476 2002-03-26 Michael Snyder <msnyder@redhat.com>
22477
22478 * gdb.base/default.exp: Add tests for dump, append, and restore.
22479 * gdb.base/help.exp: Add tests for dump, append, and restore.
22480 * gdb.base/dump.exp: New file, test dump, append and restore.
22481 * gdb.base/dump.c: New file.
22482
22483 2002-03-27 Michael Snyder <msnyder@redhat.com>
22484
22485 * gdb.base/help.exp: Modify expect strings to reflect
22486 clean-ups in help messages.
22487
22488 2002-03-26 Fred Fish <fnf@redhat.com>
22489
22490 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
22491 have debugging info for those functions and the compiler uses them
22492 internally to copy structs around.
22493
22494 2002-03-26 Fred Fish <fnf@redhat.com>
22495
22496 * gdb.base/list.exp: Revert the change made yesterday and add note
22497 about why we don't list the default lines for remote targets.
22498
22499 2002-03-25 Michael Snyder <msnyder@redhat.com>
22500
22501 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
22502
22503 2002-03-25 Fred Fish <fnf@redhat.com>
22504
22505 * gdb.base/list.exp: This test works on remote targets so remove
22506 the short circuit for remote targets. Update copyright.
22507
22508 2002-03-25 Fred Fish <fnf@redhat.com>
22509
22510 * gdb.base/attach.exp: Fix logic error that was suppressing this
22511 test for all non hppa*-*-hpux* targets, instead of the hp target.
22512 Move comments closer to the suppression point. Also now need to
22513 check that we are running natively.
22514
22515 2002-03-22 Michael Snyder <msnyder@redhat.com>
22516
22517 * gdb.base/default.exp: Add test for gcore. Update copyright.
22518 * gdb.base/help.exp: Add test for gcore. Update copyright.
22519
22520 2002-03-06 Fred Fish <fnf@redhat.com>
22521
22522 * gdb.base/funcargs.c: Remove extraneous ';' character.
22523 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
22524
22525 2002-03-04 Michael Chastain <mec@shout.net>
22526
22527 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
22528 accommodate gcc v3 function signature.
22529 * gdb.mi/mi0-var-cmd-exp: Ditto.
22530
22531 2002-02-24 Andrew Cagney <ac131313@redhat.com>
22532
22533 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
22534 ``GNU/Linux'' or ``Linux kernel''
22535 * testsuite/gdb.threads/pthreads.c: Ditto.
22536
22537 2002-02-24 Michael Chastain <mec@shout.net>
22538
22539 * gdb.threads/pthreads.c (thread1): Add a return statement.
22540 (thread2): Likewise.
22541 (foo): Likewise.
22542
22543 2002-02-23 Michael Chastain <mec@shout.net>
22544
22545 * gdb.threads/linux-dp.c (philosopher): Add a return statement
22546 to placate gcc.
22547
22548 2002-02-23 Michael Chastain <mec@shout.net>
22549
22550 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
22551 test "ptype bint". The test passes on all my stabs configurations.
22552
22553 2002-02-21 Jim Blandy <jimb@redhat.com>
22554
22555 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
22556 filename at a time, and watch for the ones we want to see.
22557
22558 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
22559 types of pointers to prototyped functions.
22560
22561 2002-02-20 Andrew Cagney <ac131313@redhat.com>
22562
22563 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
22564 signed, unsigned and straight char.
22565 (padding_char, padding_short, padding_int, padding_long,
22566 padding_long_long, padding_float, padding_double,
22567 padding_long_double): New global variables.
22568 (fill, fill_structs): New functions.
22569
22570 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
22571 for correctly sized writes. Update copyright.
22572 (get_valueof): New procedure.
22573 (get_sizeof): Call get_valueof.
22574 (check_valueof): New procedure.
22575 (check_padding): New procedure.
22576
22577 2002-02-20 Michael Chastain <mec@shout.net>
22578
22579 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
22580 to setup_xfail. Document some of the remaining calls.
22581
22582 2002-02-18 Michael Chastain <mec@shout.net>
22583
22584 * gdb.c++/userdef.exp: Update copyright year.
22585
22586 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
22587
22588 * gdb.c++/userdef.exp: Test overloaded operators properly.
22589 Remove xfails.
22590
22591 2002-02-14 Michael Snyder <msnyder@redhat.com>
22592
22593 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
22594
22595 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
22596
22597 * gdb.base/a2-run.exp: Check for a remote target properly.
22598 * gdb.base/annota1.exp: Likewise.
22599 * gdb.base/list.exp: Likewise.
22600 * gdb.base/reread.exp: Likewise.
22601 * gdb.base/scope.exp: Likewise.
22602 * gdb.base/shlib-call.exp: Likewise.
22603 * gdb.base/term.exp: Likewise.
22604 * gdb.c++/annota2.exp: Likewise.
22605
22606 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
22607
22608 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
22609
22610 2002-02-10 Michael Chastain <mec@shout.net>
22611
22612 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
22613 (call_after_alloca): Ditto.
22614
22615 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
22616
22617 * gdb.base/ending-run.exp: Guard "cont" test with
22618 gdb_skip_stdio_test.
22619
22620 2002-02-06 Jim Blandy <jimb@redhat.com>
22621
22622 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
22623 from here...
22624 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
22625 To here. Disable this test on non-HP platforms. Add big comment.
22626
22627 2002-02-04 Michael Snyder <msnyder@redhat.com>
22628
22629 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
22630 other than d10v and m32r.
22631
22632 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
22633
22634 * gdb.base/default.exp: Rewrite test patterns to reduce time
22635 taken to match them.
22636
22637 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
22638
22639 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
22640 Allow a start function above main.
22641 * gdb.threads/linux-dp.exp: Fix copyright date.
22642
22643 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
22644
22645 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
22646 (check_philosopher_stack): Check for manager thread before checking
22647 for a just-starting thread.
22648
22649 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
22650
22651 From Neil Booth <neil@daikokuya.demon.co.uk>:
22652 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
22653 warnings.
22654
22655 2002-01-21 Fred Fish <fnf@redhat.com>
22656
22657 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
22658 not caller.
22659
22660 2002-01-21 Jim Blandy <jimb@redhat.com>
22661
22662 * gdb.base/reread.exp: Check that GDB properly re-reads the
22663 executable file when it changes while no inferior is running.
22664
22665 2002-01-21 Fred Fish <fnf@redhat.com>
22666
22667 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
22668 optionally accept the "shlib events" variation.
22669
22670 2002-01-21 Jim Blandy <jimb@redhat.com>
22671
22672 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
22673 call `fflush' after every `printf', so that the output is produced
22674 at predictable points, regardless of whatever buffering does (or
22675 doesn't) take place.
22676 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
22677 at different points.
22678
22679 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
22680
22681 * gdb.c++/inherit.exp: Update copyright years.
22682 * gdb.c++/method.exp: Likewise.
22683
22684 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
22685
22686 * gdb.c++/classes.exp: Update for improved v3 support and skipping
22687 artificial methods/arguments.
22688 * gdb.c++/derivation.exp: Likewise.
22689 * gdb.c++/inherit.exp: Likewise.
22690 * gdb.c++/method.exp: Likewise.
22691 * gdb.c++/virtfunc.exp: Likewise.
22692
22693 2002-01-18 Andrew Cagney <ac131313@redhat.com>
22694
22695 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
22696 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
22697 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
22698 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
22699 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
22700 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
22701
22702 2002-01-17 Jim Blandy <jimb@redhat.com>
22703
22704 * gdb.asm/asm-source.exp (info symbol): Take another shot at
22705 anchoring the pattern matching the entry point symbol's name.
22706
22707 2002-01-17 Andrew Cagney <ac131313@redhat.com>
22708
22709 * gdb.base/maint.exp: Update ``maint internal-error'' to match
22710 continue/quit query. Update copyright.
22711
22712 2002-01-14 Michael Snyder <msnyder@redhat.com>
22713
22714 * gdb.base/gcore.exp: Remove extra debugging output.
22715
22716 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
22717
22718 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
22719 for slightly dubious v2 mangled string.
22720
22721 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
22722
22723 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
22724
22725 2002-01-10 Jason Merrill <jason@redhat.com>
22726
22727 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
22728
22729 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
22730 constructors.
22731 * gdb.c++/derivation.exp: Likewise.
22732 * gdb.c++/templates.exp: Likewise.
22733 * gdb.c++/virtfunc.exp: Likewise.
22734
22735 2002-01-10 Michael Snyder <msnyder@redhat.com>
22736
22737 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
22738
22739 2002-01-08 Michael Snyder <msnyder@redhat.com>
22740
22741 * gdb.base/gcore.exp: New test for generate-core-file command.
22742 * gdb.base/gcore.c: Testcase for above.
22743 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
22744
22745 2002-01-08 Jason Merrill <jason@redhat.com>
22746
22747 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
22748
22749 2002-01-07 Fred Fish <fnf@redhat.com>
22750
22751 * gdb.c++/overload.exp: Remove unconditional xfails for:
22752 print foo_instance1.overloadargs(1)
22753 print foo_instance1.overloadargs(1, 2)
22754 print foo_instance1.overloadargs(1, 2, 3)
22755 print foo_instance1.overloadargs(1, 2, 3, 4)
22756 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
22757 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
22758 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
22759 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
22760 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
22761 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
22762 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
22763 print foo_instance1.overload1arg()
22764 print foo_instance1.overload1arg((char)arg2)
22765 print foo_instance1.overload1arg((signed char)arg3)
22766 print foo_instance1.overload1arg((unsigned char)arg4)
22767 print foo_instance1.overload1arg((int)arg7)
22768 print foo_instance1.overload1arg((unsigned int)arg8)
22769 print foo_instance1.overload1arg((float)arg11)
22770 print foo_instance1.overload1arg((double)arg12)
22771
22772 2002-01-07 Michael Snyder <msnyder@redhat.com>
22773
22774 * gdb.base/huge.exp: New test. Print a very large target data object.
22775 (skip_huge_test): New test variable. Define if you want to skip this
22776 test. The test reads an 8 megabyte data object from the target, so it
22777 might be very time consuming on remote targets with a slow connection.
22778 * gdb.base/huge.c: New file. Test case for above.
22779
22780 2002-01-07 Fred Fish <fnf@redhat.com>
22781
22782 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
22783 g_instance.bfoo, and g_instance.cfoo.
22784
22785 2002-01-07 Jeffrey A Law <law@redhat.com>
22786
22787 * gdb.base/break.c (multi_line_if_conditional): New function.
22788 (multi_ilne_while_conditional): Likewise.
22789 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
22790 IF or WHILE condition puts the breakpoint at the start of
22791 the condition.
22792
22793 * gdb.base/selftest.exp (backtrace through signal handler): Remove
22794 hppa*-*-hpux* expected failure.
22795 * gdb.base/structs.exp (do_function_calls): Similarly.
22796
22797 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
22798 watchpoints.
22799
22800 2002-01-06 Andrew Cagney <ac131313@redhat.com>
22801
22802 Fix PR gdb/66.
22803 * gdb.base/structs.exp: Replace skip for a29k with skip for
22804 gdb,cannot_call_functions.
22805 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
22806 * gdb.base/callfuncs.exp: Ditto.
22807 * gdb.base/call-rt-st.exp: Ditto.
22808 * gdb.base/call-strs.exp: Ditto.
22809 * gdb.base/callfwmall.exp: Ditto.
22810 * gdb.base/scope.exp: Obsolete xfail a29k.
22811 * gdb.c++/misc.exp: Ditto.
22812 * gdb.c++/cplusfuncs.exp: Ditto.
22813 * gdb.base/ptype.exp: Ditto.
22814 * gdb.base/printcmds.exp: Ditto.
22815 * gdb.base/opaque.exp: Ditto.
22816 * gdb.base/list.exp: Ditto.
22817 * gdb.base/funcargs.exp: Ditto.
22818 * gdb.base/default.exp: Ditto.
22819
22820 2002-01-04 Michael Snyder <msnyder@redhat.com>
22821
22822 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
22823 * gdb.base/maint.exp: Add tests for maint info sections options.
22824
22825 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
22826
22827 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
22828
22829 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
22830
22831 * gdb.asm/arm.inc: New file.
22832 * gdb.asm/asm-source.exp: Add arm targets.
22833 * gdb.asm/configure.in: Ditto.
22834 * gdb.asm/configure: Recreated from configure.in.
22835
22836 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
22837
22838 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
22839 with HP's compiler.
22840 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
22841 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
22842 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
22843 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
22844
22845 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
22846 either HP's compilers or GCC.
22847
22848 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
22849 a SIGBUS or SIGSEGV.
22850
22851 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
22852
22853 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
22854 can be compiled with either HP's compiler or GCC.
22855
22856 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
22857 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
22858 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
22859
22860 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
22861 to match current gdb output. Update due to using auto-solib-limit
22862 for limiting instead of overloading auto-solib-add.
22863 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
22864 test program.
22865
22866 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
22867 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
22868 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
22869 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
22870 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
22871 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
22872 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
22873 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
22874 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
22875 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
22876 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
22877 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
22878 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
22879
22880 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
22881 a SIGTRAP to the inferior.
22882
22883 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
22884
22885 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
22886 Substitute call to target_link by call to gdb_compile.
22887
22888 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
22889
22890 * gdb.base/break.exp: Fix HP specific search string when testing
22891 backtracing in a called function.
22892
22893 * gdb.base/constvars.exp: Only set lang to C++ if we're
22894 compiling the test with HP's compilers.
22895 * gdb.base/volatile.exp: Similarly.
22896
22897 2001-12-19 Jim Blandy <jimb@redhat.com>
22898
22899 * gdb.base/printcmds.exp: Expect the null character to be printed
22900 as '\0', and the '\013' to be printed as '\v'.
22901 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
22902 * gdb.base/setvar.exp: Same.
22903
22904 2001-12-17 Jim Blandy <jimb@redhat.com>
22905
22906 * gdb.base/completion.exp: Rather than completing very long
22907 filenames, which can make the readline library produce output we
22908 don't recognize, cd to the directory first, and then complete
22909 using nice, short relative paths.
22910
22911 * gdb.base/completion.exp: On some systems, there is, in fact, a
22912 variable named `b' in scope, since GDB treats all static
22913 variables as being in scope. So use `no_var_named_this'
22914 instead of `b'.
22915
22916 * gdb.base/corefile.exp: Recognize the message saying that GDB
22917 can't find the core file's registers as a failure.
22918
22919 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
22920
22921 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
22922 test expect string more specific.
22923
22924 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
22925
22926 * gdb.asm/asm-source.exp: Add support for xstormy16.
22927 * gdb.asm/configure.in: Ditto.
22928 * gdb.asm/configure: Rebuild.
22929 * gdb.asm/xstormy16.inc: New file.
22930
22931 2001-12-10 Fred Fish <fnf@redhat.com>
22932
22933 * gdb.base/maint.exp: Update to match changes in type dumping code.
22934
22935 2001-12-10 Jim Blandy <jimb@redhat.com>
22936
22937 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
22938 matching the entry point symbol's name at the beginning of the
22939 line.
22940
22941 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
22942
22943 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
22944 gdb.c++/inherit.exp, gdb.c++/method.exp,
22945 gdb.c++/namespace.exp, gdb.c++/templates.exp,
22946 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
22947 and class layout support.
22948
22949 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
22950
22951 * gdb.c++/classes.exp: Add test for static member function.
22952 * gdb.c++/misc.cc: Add class with static member function.
22953
22954 2001-12-07 Jim Blandy <jimb@redhat.com>
22955
22956 If GDB says it can't find the struct the function returned, report
22957 those tests as `unsupported'.
22958 * gdb.base/call-rt-st.exp (print_struct_call): New function.
22959 Rewrite subsequent tests to use it.
22960
22961 If GDB says it can't find the struct the function returned, report
22962 those tests as `unsupported'.
22963 * gdb.base/structs.exp (call_struct_func): New function.
22964 (do_function_calls): Use call_struct_func to call the functions
22965 returning structs.
22966
22967 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
22968 whether functions are prototyped or not, so we can't possibly pass
22969 arguments to t_float_values2 properly.
22970
22971 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
22972 value of `timeout' for targets other than the mips*tx39-*.
22973
22974 2001-12-06 Michael Snyder <msnyder@redhat.com>
22975
22976 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
22977 and detect whether the start symbol has a leading underscore.
22978
22979 2001-12-04 Jim Blandy <jimb@redhat.com>
22980
22981 * gdb.base/completion.exp: Clarify indentation.
22982
22983 2001-12-03 Jim Blandy <jimb@redhat.com>
22984
22985 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
22986 variables on the S/390, not `.word'.
22987
22988 2001-11-30 Jim Blandy <jimb@redhat.com>
22989
22990 Add assembly-source tests for s390-ibm-linux.
22991 * gdb.asm/s390.inc: New file.
22992 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
22993 the S/390 architecture.
22994 * gdb.asm/configure: Regenerated.
22995
22996 2001-11-30 Michael Snyder <msnyder@redhat.com>
22997
22998 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
22999 next, info source, info sources, info line, global and static
23000 variables, and static functions.
23001 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
23002 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
23003 * gdb.asm/asmsrc1.s: Add a static function and some variables.
23004 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
23005 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
23006 (gdbasm_leave): Restore frame pointer.
23007 (gdbasm_startup): Copy stack set-up from crt0.S.
23008
23009 2001-11-26 Fernando Nasser <fnasser@redhat.com>
23010
23011 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
23012 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
23013 to a local (non-static) variable. Copy tstruct.a to a static buffer
23014 and return a pointer to that buffer.
23015 * gdb.base/callfwmall.c (t_structs_a): Ditto.
23016
23017 2001-11-24 Mark Kettenis <kettenis@gnu.org>
23018
23019 * gdb.asm/configure.in: Fix recognition of ix86 target.
23020 * gdb.asm/configure: Regenerate.
23021
23022 2001-11-21 Michael Snyder <msnyder@redhat.com>
23023
23024 * gdb.asm/sparc.inc: New file.
23025 * gdb.asm/asm-source.exp: Recognize sparc target.
23026 * gdb.asm/configure.in: Recognize sparc target.
23027 * gdb.asm/configure: Regenerate.
23028
23029 2001-11-21 Michael Snyder <msnyder@redhat.com>
23030
23031 * gdb.asm/m32r.inc: New file.
23032 * gdb.asm/asm-source.exp: Recognize m32r target.
23033 * gdb.asm/configure.in: Recognize m32r target.
23034 * gdb.asm/configure: Regenerate.
23035
23036 2001-11-20 Michael Snyder <msnyder@redhat.com>
23037
23038 * gdb.asm/i386.inc: New file.
23039 * gdb.asm/asm-source.exp: Recognize ix86 target.
23040 * gdb.asm/configure.in: Recognize ix86 target.
23041 * gdb.asm/configure: Regenerate.
23042
23043 * gdb.c++/namespace.exp: Fix quotes in output messages.
23044
23045 2001-11-14 Michael Snyder <msnyder@redhat.com>
23046
23047 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
23048 qualifier in a type cast expression, to designate an address
23049 in the instruction space (Harvard architecture).
23050
23051 2001-11-13 Michael Snyder <msnyder@redhat.com>
23052
23053 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
23054 Tests for expressions using 'const' and 'volatile'.
23055
23056 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
23057
23058 * gdb.asm/asm-sources.exp: Allow defining linker flags.
23059
23060 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
23061
23062 * lib/mi-support.exp (mi_run_to_helper): Move comments
23063 outside of gdb_expect.
23064
23065 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
23066
23067 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
23068 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
23069 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
23070 mi0_run_to): New functions.
23071 * gdb.mi/mi-simplerun.exp: Use them.
23072 * gdb.mi/mi0-simplerun.exp: Likewise.
23073 * gdb.mi/mi-var-cmd.exp: Likewise.
23074 * gdb.mi/mi0-var-cmd.exp: Likewise.
23075
23076 2001-11-10 Andrew Cagney <ac131313@redhat.com>
23077
23078 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
23079 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
23080
23081 2001-11-09 Andrew Cagney <ac131313@redhat.com>
23082
23083 * gdb.base/restore.exp: Include $expected value in restored test
23084 message.
23085
23086 2001-11-09 Andrew Cagney <ac131313@redhat.com>
23087
23088 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
23089 implemented.
23090
23091 2001-11-08 Michael Snyder <msnyder@redhat.com>
23092
23093 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
23094 Add pass/fail message for stop at breakpoint in call dummy function.
23095
23096 2001-11-07 Michael Snyder <msnyder@redhat.com>
23097
23098 * gdb.c++/templates.exp (test_template_breakpoints):
23099 If we get an overload menu, but it does not match what
23100 we expect, we still need to issue the "cancel" command.
23101 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
23102 making the whitespace optional. Argument for "new" may be
23103 "unsigned" as well as "unsigned int/long".
23104 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
23105 making the whitespace optional. Also replace "(void) with
23106 "((void|)), making the keyword "void" optional.
23107 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
23108 making the whitespace optional. Also replace "(void) with
23109 "((void|)), making the keyword "void" optional.
23110 * gdb.base/callfuncs.c (t_float_values): This function must
23111 _not_ be prototyped, and the following function (t_float_values2)
23112 must be prototyped (if the compiler supports it), so that GDB
23113 can be tested against both cases. Usually one case involves
23114 promotion of float to double, while the other does not.
23115 * gdb.base/callfwmall.c: Ditto.
23116 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
23117 includes a stack frame for "start".
23118
23119 2001-11-05 Jim Blandy <jimb@redhat.com>
23120
23121 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
23122 pointers are 32 bits long, and that offsets of relocs are always
23123 stored in the data (REL-style), and not in the reloc entry itself
23124 (RELA-style).
23125 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
23126 stabs.
23127
23128 2001-11-01 Michael Snyder <msnyder@redhat.com>
23129
23130 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
23131 and regular expression operators by using quoting.
23132
23133 2001-10-31 Michael Snyder <msnyder@redhat.com>
23134
23135 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
23136 depending on what the symbol table contains.
23137 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
23138 the output of the ptype command. Similarly, accept both "const &"
23139 and "const&".
23140
23141 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
23142
23143 * gdb.base/miscexprs.c (main): Add usage of preprocessor
23144 symbol `STORAGE' to allow to choose the storage class of
23145 the local datastructures.
23146 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
23147 compiler directive.
23148
23149 2001-10-30 Michael Snyder <msnyder@redhat.com>
23150
23151 * gdb.base/jump.exp: Allow it to run for all targets.
23152
23153 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
23154
23155 * gdb.base/call-ar-st.c (print_double_array): Match for loop
23156 with new double_array size.
23157 (main): Change storage class of all local variables to static.
23158 Reduce size of double_array to 9.
23159 * gdb.base/call-ar-st.exp: Increase timeout value.
23160 Change expected output for double array to match new size in
23161 call-ar-st.c.
23162
23163 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
23164
23165 * gdb.base/ending-run.exp: Create identical output when passing
23166 `step to end of run' case. Add regular expression branch satisfying
23167 Stormy16 target.
23168
23169 2001-10-28 Mark Kettenis <kettenis@gnu.org>
23170
23171 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
23172 that we catch the expected failure under Linux/x86.
23173
23174 2001-10-29 Orjan Friberg <orjanf@axis.com>
23175
23176 * gdb.base/setvar.exp: Escape curly braces.
23177 * gdb.stabs/weird.exp: Ditto.
23178
23179 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
23180
23181 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
23182 * gdm.mi/mi0-hack-cli.exp: Likewise.
23183
23184 2001-10-25 Andrew Cagney <ac131313@redhat.com>
23185
23186 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
23187 messages.
23188
23189 2001-10-21 Andrew Cagney <ac131313@redhat.com>
23190
23191 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
23192 checking MI enabled.
23193
23194 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
23195
23196 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
23197
23198 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
23199
23200 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
23201 if gdb child process crashes, just signal an error.
23202
23203 2001-10-02 Jim Blandy <jimb@redhat.com>
23204
23205 * lib/gdb.exp (test_xfail_format): Simplify.
23206
23207 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
23208 front of the variable name `format'. Simplify `if'.
23209
23210 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
23211
23212 * gdb.threads/pthreads.exp: Wait for output and delay
23213 before sending ^C.
23214
23215 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
23216
23217 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
23218 some incorrect output instead of timing out.
23219 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
23220
23221 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
23222
23223 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
23224 check to allow additional `int'.
23225
23226 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
23227
23228 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
23229 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
23230
23231 2001-09-27 Michael Snyder <msnyder@redhat.com>
23232
23233 * lib/gdb.exp (test_debug_format): New proc.
23234 (setup_xfail_format): Use new proc test_debug_format.
23235 * gdb.base/constvars.exp (local_compiler_xfail_check): New
23236 proc; use new service proc test_debug_format.
23237 Replace all other "gcc_compiled" tests with this test.
23238 * gdb.base/volatile.exp (local_compiler_xfail_check): New
23239 proc; use new service proc test_debug_format.
23240 Replace all other "gcc_compiled" tests with this test.
23241
23242 2001-09-27 Michael Snyder <msnyder@redhat.com>
23243
23244 * gdb.base/cvexpr.exp: New file.
23245 * gdb.base/cvexpr.c: New file
23246 Test for expressions using const and volatile keywords.
23247
23248 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
23249
23250 * gdb.base/constvars.exp: Check for different orders of keywords
23251 and additional "int" strings in output.
23252
23253 2001-09-22 Andrew Cagney <ac131313@redhat.com>
23254
23255 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
23256 responses from "help maint".
23257
23258 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
23259
23260 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
23261 to localhost:NNN instead of :NNN, in case Xvfb is listening
23262 only on TCP.
23263
23264 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
23265
23266 * gdb.base/recurse.exp: When checking leaving the watchpoint
23267 scope, recognize when gdb is in function's epilogue and pass.
23268
23269 2001-09-18 Keith Seitz <keiths@redhat.com>
23270
23271 * lib/insight-support.exp (_gdbtk_export_target_info): Add
23272 support for running tests against sid targets.
23273 (gdbtk_done): Ditto.
23274
23275 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
23276
23277 * gdb.base/ending-run.c (main): Set stdout buffersize
23278 to the same reasonable value for any target.
23279 * gdb.base/ending-run.exp: Add a regular expression
23280 to make testsuite happy on Sanyo Stormy16 target.
23281
23282 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
23283
23284 * gdb.base/display.c (do_loops): Add float variable `f'.
23285 Increment f in loop.
23286 * gdb.base/display.exp: Increment timeout by 60 seconds.
23287 Change float display test to use variable `f'.
23288
23289 2001-09-17 Jim Blandy <jimb@redhat.com>
23290
23291 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
23292 overflowing the limited breakpoint tables on some ROM monitors
23293 (like the ROM68K).
23294
23295 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
23296
23297 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
23298 the "-ac" (disable access control) flag.
23299
23300 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
23301
23302 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
23303 ints.
23304
23305 2001-08-30 Keith Seitz <keiths@redhat.com>
23306
23307 * lib/gdb.exp: Move all insight-related functionality into
23308 separate file.
23309 * lib/insight-support.exp: New file.
23310
23311 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
23312
23313 * config/sid.exp (sid_start): Never set sid verbosity; disable
23314 expect_background {} that consumed its stdout; tolerate </dev/null.
23315 Attempt to set endianness override in "sid" protocol mode. Cleanup.
23316
23317 2001-08-18 Andrew Cagney <ac131313@redhat.com>
23318
23319 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
23320 CLI jump command to start it.
23321 (mi_run_to_main): Fail immediatly when unexpected output.
23322
23323 2001-08-18 Andrew Cagney <ac131313@redhat.com>
23324
23325 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
23326 beginning of function. Fix PR gdb/191.
23327
23328 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
23329
23330 * config/sid.exp (sid_start): Don't warn if we cannot figure out
23331 what to force sid endianness to.
23332
23333 2001-08-15 Keith Seitz <keiths@redhat.com>
23334
23335 * lib/gdb.exp (gdbtk_start): Don't set environment
23336 variables for TCL_LIBRARY and friends. Insight will
23337 now figure these out for itself.
23338
23339 2001-08-02 Michael Snyder <msnyder@redhat.com>
23340
23341 * gdb.base/completion.exp: Remove the symbol "a64l" from
23342 the expect string; this is target-specific, and not related
23343 to what is being tested.
23344
23345 2001-08-02 Dave Brolley <brolley@redhat.com>
23346
23347 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
23348
23349 2001-07-25 Michael Snyder <msnyder@redhat.com>
23350
23351 * gdb.base/consecutive.exp: New file. Test stepping over
23352 breakpoints on consecutive instructions.
23353 * gdb.base/consecutive.c: New file.
23354
23355 * gdb.base/call-rt-st.exp: Use double-backslash to quote
23356 curly braces in regular expressions.
23357
23358 2001-07-25 Michael Snyder <msnyder@redhat.com>
23359
23360 * gdb.base/ending-run.exp: Accept "Program exited normally" as
23361 legitimate output from stepping out of main.
23362
23363 2001-07-22 Keith Seitz <keiths@redhat.com>
23364
23365 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
23366 the empty string, do not run the tests.
23367
23368 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23369
23370 * gdb.base/long_long.exp: Detect size of pointer. Take into
23371 account 2-byte pointers when testing for p/a results.
23372
23373 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23374
23375 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
23376 and defined to 1K for m68hc11.
23377 (random_data): Reduce table to 1K for embedded platforms (68hc11).
23378 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
23379 (sizeof_random_data): New variable to tell the size of the data table;
23380 don't test past this size; always run to main.
23381
23382 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23383
23384 * gdb.base/return2.exp: return of long long and double fails for
23385 68HC11; don't execute these tests on that platform.
23386 * gdb.base/return.exp: Return of a double fails for 68hc11.
23387
23388 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23389
23390 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
23391 tests that print a float.
23392 * call-rt-st.exp: Likewise.
23393
23394 2001-07-12 Mark Kettenis <kettenis@gnu.org>
23395
23396 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
23397 running this test on Linux.
23398
23399 2001-06-24 Michael Chastain <chastain@redhat.com>
23400
23401 * gdb.base/arithmet.exp: Remove some tests to make all test names
23402 unique.
23403
23404 2001-07-03 Michael Snyder <msnyder@redhat.com>
23405
23406 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
23407 the output of the ptype command.
23408
23409 2001-07-02 Michael Snyder <msnyder@redhat.com>
23410
23411 * gdb.base/completion.exp: Don't assume that break.c is the only
23412 source file that may contain functions named "marker".
23413 * gdb.base/corefile.exp: Quote the curly braces in regexp.
23414
23415 2001-06-28 Andrew Cagney <ac131313@redhat.com>
23416
23417 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
23418 of files to delete.
23419
23420 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
23421 * gdb.disasm/h8300s.exp: New file.
23422 gdb.disasm/h8300s.s: Likewise.
23423
23424 2001-06-27 Andrew Cagney <ac131313@redhat.com>
23425
23426 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
23427 empty breakpoint tables.
23428
23429 2001-06-25 Andrew Cagney <ac131313@redhat.com>
23430
23431 * lib/mi-support.exp: Update args=... part of stop-reason
23432 patterns. Accept either a list or a tuple.
23433
23434 2001-06-23 Andrew Cagney <ac131313@redhat.com>
23435
23436 * lib/mi-support.exp: Remove local emacs variable defining
23437 change-log-default-name.
23438
23439 2001-06-22 Michael Chastain <chastain@redhat.com>
23440
23441 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
23442 This is operationally compatible with the previous version.
23443
23444 2001-06-13 Jim Blandy <jimb@redhat.com>
23445
23446 * lib/gdb.exp (gdb_test): Doc fix.
23447
23448 2001-06-10 Michael Chastain <chastain@redhat.com>
23449
23450 * gdb.base/exprs.exp: Remove a duplicate test.
23451
23452 2001-06-06 Jim Blandy <jimb@redhat.com>
23453
23454 * gdb.base/return2.exp (main): Use values to test float and double
23455 returns that are not NaN's, to avoid being confused by IEEE
23456 comparison rules.
23457
23458 2001-06-04 Michael Snyder <msnyder@redhat.com>
23459
23460 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
23461 non-zero if control_c fails. Terminate the test on failure,
23462 rather than wait for 12 more tests to time out.
23463
23464 2001-06-06 Jim Blandy <jimb@redhat.com>
23465
23466 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
23467 Don't forget to match the GDB prompt.
23468
23469 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
23470
23471 2001-06-04 Jim Blandy <jimb@redhat.com>
23472
23473 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
23474 command.
23475
23476 2001-05-31 Kevin Buettner <kevinb@redhat.com>
23477
23478 * gdb.base/annota1.exp (info break): Match four or more spaces
23479 after "Address".
23480
23481 2001-05-31 Michael Chastain <chastain@redhat.com>
23482
23483 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
23484 (dm_type_int_star): Likewise.
23485 (dm_type_long_star): Likewise.
23486 (dm_type_void_star): Likewise.
23487
23488 2001-05-29 Kevin Buettner <kevinb@redhat.com>
23489
23490 * gdb.base/completion.exp (INPUTRC): Set this environment variable
23491 to a known value in order to get consistent results regardless
23492 of the setting of INPUTRC or the presence or contents of .inputrc.
23493
23494 2001-05-24 Michael Snyder <msnyder@redhat.com>
23495
23496 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
23497 Don't require that the main thread and the manager thread are the
23498 first in the list.
23499
23500 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
23501 debugging. If test fails, issue an "unsupported" not a "fail".
23502
23503 2001-05-24 Jim Blandy <jimb@redhat.com>
23504
23505 Don't assume that short is shorter than int.
23506 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
23507 assume that shorts are smaller than ints. On a 16-bit machine,
23508 this isn't true.
23509 ("print unsigned char == (~0)"): Add test that verifies that ~0,
23510 an int, is not equal to ~0 stored in an unsigned char. This tests
23511 the same thing that the previous test meant to, but works on
23512 16-bit machines, too.
23513 ("print unsigned char != (~0)"): Same test, complemented.
23514
23515 2001-05-24 Michael Snyder <msnyder@redhat.com>
23516
23517 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
23518 test for (full_coverage == 0). This makes the test run faster,
23519 and prevents dejagnu getting out of step.
23520
23521 2001-05-23 Kevin Buettner <kevinb@redhat.com>
23522
23523 * gdb.base/finish.exp (finish_void): Revise pattern for
23524 stopping on the call statement to not permit stopping at
23525 the start of the instructions comprising the call sequence.
23526
23527 2001-05-19 Michael Chastain <chastain@redhat.com>
23528
23529 * gdb.base/callfuncs.exp: Make all test names unique.
23530 * gdb.base/commands.exp: Make all test names unique.
23531 * gdb.base/condbreak.exp: Make all test names unique.
23532 * gdb.base/dbx.exp: Make all test names unique.
23533 * gdb.base/default.exp: Make all test names unique.
23534 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
23535 and TIMEOUT messages to their corresponding PASS message.
23536 * gdb.base/ending-run.exp: Make all test names unique.
23537 * gdb.base/long_long.exp: Remove duplicate test.
23538
23539 2001-05-21 Kevin Buettner <kevinb@redhat.com>
23540
23541 * gdb.base/finish.exp (finish_void): Allow "finish" command to
23542 stop on the call statement as well as the statement after the
23543 call.
23544
23545 2001-05-21 Michael Snyder <msnyder@redhat.com>
23546
23547 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
23548
23549 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
23550
23551 * gdb.base/completion.exp: Revamp test. Make it execute on all
23552 platforms.
23553
23554 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
23555
23556 * config/gdbserver.exp (gdb_load): Handle the case
23557 in which the arguments to gdbserver are given in the
23558 baseboard configuration file.
23559 Also handle the case in which the server needs to do a
23560 load.
23561
23562 2001-05-07 Keith Seitz <keiths@cygnus.com>
23563
23564 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
23565 set up the display for testing.
23566 (gdbtk_start): Convert all paths to paths that tcl will like.
23567 Export target information to environment.
23568 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
23569 necessary.
23570 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
23571 (to_tcl_path): New proc to convert a given pathname into
23572 a path acceptible as an argument to a tcl command.
23573 (_gdbtk_export_target_info): New proc to export target info
23574 into the environment for gdbtk testing.
23575 (gdbtk_done): New proc to signal end-of-test.
23576
23577 2001-05-06 Jim Blandy <jimb@redhat.com>
23578
23579 * restore.c: Make the code of caller0 correspond to its comment.
23580
23581 2001-05-03 Michael Snyder <msnyder@redhat.com>
23582
23583 * config/sid.exp (gdb_target_sid): Check for error messages.
23584 On error or timeout, don't make expect exit (which will terminate
23585 all subsequent tests); instead just make gdb exit.
23586 (gdb_load): Check for error messages. On error or timeout,
23587 return a negative value.
23588
23589 2001-04-24 Jim Blandy <jimb@redhat.com>
23590
23591 * gdb.c++/templates.exp: If we see the prompt for the overload
23592 list, but we haven't recognized any of the longer patterns,
23593 arrange for this test to fail, not hang.
23594
23595 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
23596 variations.
23597
23598 2001-04-22 Michael Chastain <chastain@redhat.com>
23599
23600 * gdb.c++/local.exp: Use the 'runto' library function.
23601 * gdb.c++/namespace.exp: Likewise.
23602 * gdb.c++/overload.exp: Likewise.
23603
23604 2001-03-26 Kevin Buettner <kevinb@redhat.com>
23605
23606 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
23607 * gdb.base/step-line.exp: New file. Test step/next in presence of
23608 #line directives.
23609 * gdb.base/step-line.c: New file. Test program for the above.
23610 * gdb.base/step-line.inp: New file. We pretend that this file has
23611 been transformed by some other tool into step-line.c.
23612
23613 2001-03-21 Jim Blandy <jimb@redhat.com>
23614
23615 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
23616 unmangled operator names.
23617
23618 2001-03-20 Jim Blandy <jimb@redhat.com>
23619
23620 * gdb.threads/linux-dp.exp: Recognize an additional message
23621 generated by GDB when it doesn't understand how to debug threads
23622 on the target system.
23623
23624 2001-03-19 Andrew Cagney <ac131313@redhat.com>
23625
23626 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
23627
23628 2001-03-12 Michael Chastain <chastain@redhat.com>
23629
23630 * gdb.c++/derivation.exp: Use the 'runto' library function.
23631
23632 2001-03-12 Michael Chastain <chastain@redhat.com>
23633
23634 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
23635
23636 2001-02-24 Michael Chastain <chastain@redhat.com>
23637
23638 * gdb.c++/ref-types.exp: Change handwritten code to library
23639 function 'runto'.
23640
23641 2001-03-16 Orjan Friberg <orjanf@axis.com>
23642
23643 * gdb.base/signals.exp: Set count to 0 explicitly.
23644
23645 2001-03-15 Mark Salter <msalter@redhat.com>
23646
23647 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
23648 (gdb_target_monitor): Add check of gdb_target_cmd return value.
23649 (gdb_load): Add support for additional target_info: gdb_download_size
23650 and gdb_load_timeout.
23651
23652 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
23653
23654 * gdb.base/annota1.exp: Move test of isnative to earlier in the
23655 file -- to prevent failing when the compile fails but we have no
23656 intention of running the tests anyway.
23657
23658 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
23659 tests if set.
23660
23661 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
23662 integers.
23663
23664 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
23665 * gdb.c++/namespace.exp: Ditto.
23666
23667 2001-03-07 Orjan Friberg <orjanf@axis.com>
23668
23669 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
23670 * gdb.base/pointers.exp: Relax pattern match of decimals.
23671
23672 2001-03-06 Kevin Buettner <kevinb@redhat.com>
23673
23674 * Makefile.in, config/abug.exp, config/cfdbug.exp,
23675 config/cpu32bug.exp, config/dve.exp, config/est.exp,
23676 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
23677 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
23678 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
23679 config/sh.exp, config/sid.exp, config/slite.exp,
23680 config/sparclet.exp, config/udi.exp, config/unknown.exp,
23681 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
23682 config/vxworks.exp, config/vxworks29k.exp,
23683 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
23684 gdb.base/all-bin.exp, gdb.base/annota1.exp,
23685 gdb.base/arithmet.exp, gdb.base/assign.exp,
23686 gdb.base/async.exp, gdb.base/attach.exp,
23687 gdb.base/bitfields.exp, gdb.base/bitops.exp,
23688 gdb.base/break.exp, gdb.base/call-ar-st.exp,
23689 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
23690 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
23691 gdb.base/commands.exp, gdb.base/completion.exp,
23692 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
23693 gdb.base/constvars.exp, gdb.base/corefile.exp,
23694 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
23695 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
23696 gdb.base/ending-run.exp, gdb.base/environ.exp,
23697 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
23698 gdb.base/finish.exp, gdb.base/foll-exec.exp,
23699 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
23700 gdb.base/funcargs.exp, gdb.base/help.exp,
23701 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
23702 gdb.base/logical.exp, gdb.base/long_long.exp,
23703 gdb.base/maint.exp, gdb.base/mips_pro.exp,
23704 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
23705 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
23706 gdb.base/pointers.exp, gdb.base/printcmds.exp,
23707 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
23708 gdb.base/regs.exp, gdb.base/relational.exp,
23709 gdb.base/remote.exp, gdb.base/reread.exp,
23710 gdb.base/restore.exp, gdb.base/return2.exp,
23711 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
23712 gdb.base/selftest.exp, gdb.base/setshow.exp,
23713 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
23714 gdb.base/sigall.exp, gdb.base/signals.exp,
23715 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
23716 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
23717 gdb.base/step-test.exp, gdb.base/structs.c,
23718 gdb.base/structs.exp, gdb.base/structs2.exp,
23719 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
23720 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
23721 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
23722 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
23723 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
23724 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
23725 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
23726 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
23727 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
23728 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
23729 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
23730 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
23731 gdb.fortran/types.exp, gdb.java/jmisc.exp,
23732 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
23733 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
23734 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
23735 gdb.trace/circ.exp, gdb.trace/collection.exp,
23736 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
23737 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
23738 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
23739 gdb.trace/report.exp, gdb.trace/save-trace.exp,
23740 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
23741 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
23742 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
23743 notices.
23744
23745 2001-02-27 Michael Snyder <msnyder@cygnus.com>
23746
23747 * gdb.base/varargs.c (find_max_double): Fix printf format string:
23748 first arg is int not float.
23749
23750 2001-02-22 Michael Snyder <msnyder@cygnus.com>
23751
23752 * gdb.base/reread.exp: Unsupported for non-native targets;
23753 doesn't work for remote debugging.
23754
23755 2001-02-19 Fernando Nasser <fnasser@redhat.com>
23756
23757 From Drew Moseley <dmoseley@redhat.com>
23758 * gdb.base/ending-run.exp: Properly handle the BSP state when
23759 stepping past the end of main.
23760
23761 2001-02-19 John Moore <jmoore@redhat.com>
23762
23763 * gdb.base/commands.exp (infrun_breakpoint_command_test):
23764 Converted HPUX fix for non-expected items following multiple
23765 step commands into general solution for all platforms.
23766
23767 2001-02-18 Michael Chastain <chastain@redhat.com>
23768
23769 * gdb.c++/classes.exp (do_tests): Change runto statements
23770 from "runto 'foo(void)'" to "runto 'foo'". This makes the
23771 statements demangler agnostic.
23772 * gdb.c++/virtfunc.exp (do_tests): Likewise.
23773 (gdb_virtfunc_restart): Likewise.
23774
23775 2001-02-14 Michael Chastain <chastain@redhat.com>
23776
23777 * gdb.c++/inherit.exp (do_tests): Change runto statements
23778 from "runto 'foo(void)'" to "runto 'foo'". This makes the
23779 statements demangler agnostic.
23780
23781 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
23782
23783 * gdb.threads/pthreads.exp: Unify pass/fail messages for
23784 ``continue to bkpt at common_routine in thread 2'' and ``stopped
23785 before calling common_routine 15 times'' tests.
23786
23787 2001-02-11 Michael Chastain <chastain@redhat.com>
23788
23789 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
23790 Helps the test script figure out which demangler is in use.
23791 (dm_type_foo_ref): Ditto.
23792 (dm_type_int_star): Ditto.
23793 (dm_type_long_star): Ditto.
23794 (dm_type_unsigned_int): Ditto.
23795 (dm_type_void): Ditto.
23796 (dm_type_void_star): Ditto.
23797 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
23798 Probe the gdb demangler and set variables to accommodate
23799 formatting differences.
23800 (info_func_regexp): New function. Same as info_func, but
23801 matches against a regexp.
23802 (info_func): Match against a literal string.
23803 (print_addr_2): New function. Match against a literal string,
23804 which can be different from the input to gdb.
23805 (print_addr): Simply call print_addr_2 with the same argument twice.
23806 (test_lookup_operator_functions): Use demangler formatting variables.
23807 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
23808 the tests in the same order as the C++ class declaration.
23809 (test_paddr_operator_functions): Ditto.
23810 (test_paddr_overloaded_functions): Ditto.
23811 (test_paddr_hairy_functions): Use demangler formatting variables.
23812 Add reference to gdb/19 for related tests.
23813 (do_tests): Call probe_demangler.
23814
23815 2001-01-30 Kevin Buettner <kevinb@redhat.com>
23816
23817 * gdb.c++/templates.cc (printf): Remove unused function definition.
23818
23819 2001-01-26 Felix Lee <flee@redhat.com>
23820
23821 * sid.exp (sid_exit): Pass host, not target, to remote_close.
23822
23823 2001-01-25 matthew green <mrg@redhat.com>
23824
23825 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
23826 up sid.
23827 (sid_exit): Call `remote_pop_conn' after GDB is gone.
23828
23829 2001-01-25 matthew green <mrg@redhat.com>
23830
23831 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
23832 Deprecate $sid_spawn_id.
23833 (sid_exit): Remove code necessary only for `spawn.'
23834
23835 2001-01-25 matthew green <mrg@redhat.com>
23836
23837 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
23838
23839 2001-01-28 Michael Chastain <chastain@redhat.com>
23840
23841 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
23842 to call when tests fail. It takes gdb out of the overloaded
23843 function choice menu back to the main prompt, so that the test
23844 program stays synchronized.
23845 (set_bp_overloaded): New proc to collect all the common
23846 code for setting a breakpoint on an overloaded name. Calls
23847 take_gdb_out_of_choice_menu when needed.
23848 (menu_overload1arg): New variable to collect the repeated
23849 instances of the expected menu for an overloaded name. Change
23850 the regular expression to handle changes in g++ type encoding:
23851 "void" can be either "void" or "", and "unsigned int" can be
23852 either "unsigned int" or "unsigned".
23853 (continue_to_bp_overloaded): Change regular expressions to handle
23854 changes in g++ type encoding.
23855 (no proc): Call take_gdb_out_of_choice_menu when needed.
23856 Remove redundant calls to "info break". Accept either "canceled"
23857 or "cancelled". Change regular expressions in "info break"
23858 calls to handle changes in g++ type encoding. Give all tests
23859 unique strings.
23860
23861 2001-01-17 Ben Elliston <bje@redhat.com>
23862
23863 * config/sid.exp: New file.
23864
23865 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
23866
23867 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
23868
23869 2000-12-21 Michael Snyder <msnyder@cygnus.com>
23870
23871 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
23872 Add a RE to accept a non-ascii char if one is ever presented.
23873
23874 2000-12-20 Fernando Nasser <fnasser@redhat.com>
23875
23876 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
23877
23878 2000-12-18 Michael Snyder <msnyder@cygnus.com>
23879
23880 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
23881 in regexp. One '\' does not suffice on Linux.
23882
23883 2000-12-09 Michael Chastain <chastain@redhat.com>
23884
23885 * gdb.base/break.exp (test_clear_command): Use a marker function
23886 rather than 'main' for the test function. Also move this
23887 test to an execution point where the marker function names are
23888 guaranteed to be bound to functions. (Executing tests after a
23889 'finish' from main runs into name conflicts with local names
23890 in __libc_start_main).
23891
23892 2000-12-07 Michael Snyder <msnyder@cygnus.com>
23893
23894 * gdb.base/finish.exp: New test for gdb's "finish" command.
23895 * gdb.base/return2.exp: New test for gdb's "return" command.
23896 * gdb.base/return2.c: New source file for above.
23897
23898 2000-12-05 Michael Snyder <msnyder@cygnus.com>
23899
23900 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
23901 * gdb.base/miscexprs.exp: Ditto.
23902 * gdb.base/pointers.exp: Ditto.
23903 * gdb.c++/derivation.exp: Ditto.
23904 * gdb.c++/local.exp: Ditto.
23905 * gdb.c++/namespace.exp: Ditto.
23906 * gdb.c++/overload.exp: Ditto.
23907 * gdb.c++/ref-types.exp: Ditto.
23908
23909 2000-12-05 Michael Snyder <msnyder@cygnus.com>
23910
23911 * gdb.base/constvars.exp: Test result of "up" command.
23912 * gdb.base/miscexprs.exp: Ditto.
23913 * gdb.base/pointers.exp: Ditto.
23914 * gdb.base/scope.exp: Ditto.
23915 * gdb.c++/derivation.exp: Ditto.
23916 * gdb.c++/local.exp: Ditto.
23917 * gdb.c++/namespace.exp: Ditto.
23918 * gdb.c++/overload.exp: Ditto.
23919 * gdb.c++/ref-types.exp: Ditto.
23920
23921 2000-11-22 Michael Chastain <chastain@redhat.com>
23922
23923 * mips_pro.exp: Accept either "middle -> top -> main" or
23924 "middle -> main" in the backtrace, because gcc can optimize
23925 tail calls to jumps. Remove setup_xfail for the hppa case.
23926 Add a comment with the original warning messages from PR 3016,
23927 which was filed in 1993, to preserve them for posterity.
23928
23929 2000-11-17 Nick Duffek <nsd@redhat.com>
23930
23931 * lib/gdb.exp (gdb_test): Override timeout with board info.
23932
23933 2000-11-17 Nick Duffek <nsd@redhat.com>
23934
23935 * gdb.base/display.exp: Don't kill running stub. Add "again" to
23936 the second kill and detach messages.
23937
23938 2000-11-17 Nick Duffek <nsd@redhat.com>
23939
23940 * configure.in: Add AC_EXEEXT.
23941 * configure: Regenerate.
23942 * Makefile.in (just-check): Export EXEEXT.
23943 * lib/gdb.exp ($EXEEXT): Import from environment.
23944 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
23945 expect "maint dump-me" on Cygwin.
23946 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
23947 $EXEEXT.
23948
23949 2000-11-17 Nick Duffek <nsd@redhat.com>
23950
23951 * gdb.base/break.exp: Test backtrace and finish from called
23952 function on all platforms, not just HP-UX.
23953
23954 2000-11-03 Michael Snyder <msnyder@cygnus.com>
23955
23956 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
23957 code from gdb_target_monitor, so it can be used independantly
23958 for gdbserver. Also comment out an unnecessary PUTS.
23959
23960 2000-11-03 Michael Snyder <msnyder@cygnus.com>
23961
23962 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
23963 * gdb.base/corefile.exp: Expect the message "Program is being
23964 debugged already" when we send the "corefile" command, since
23965 the preceeding gdb_load may have connected gdb to a remote target.
23966 * gdb.base/display.exp: Disable hardware watchpoints if new
23967 board info variable "no_hardware_watchpoints" is true.
23968 Replace single-letter commands with more readable ones.
23969 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
23970 if new board info variable "no_hardware_watchpoints" is true.
23971 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
23972 to see if stdio (printf) testing is possible.
23973 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
23974 board info variable "no_hardware_watchpoints" is true. Use new
23975 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
23976
23977 2000-11-13 Fernando Nasser <fnasser@redhat.com>
23978
23979 From Orjan Friberg <orjanf@axis.com>:
23980 * gdb.base/printcmds.exp: Escape curly braces followed by a number
23981 in array print pattern match.
23982
23983 2000-11-09 Fernando Nasser <fnasser@redhat.com>
23984
23985 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
23986 spelling "cancelled" to U.S. spelling "canceled" to match changes
23987 made to gdb.
23988 * gdb.c++/ovldbreak.exp: Ditto.
23989
23990 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
23991
23992 * gdb.base/callfuncs.c (main): Moved to end of file, call
23993 t_double_values to initialize the FPU before inferior calls are made.
23994 * gdb.base/callfuncs.exp: Test for register preservation after calling
23995 inferior functions. Add tests for continuining, finishing and
23996 returning from a stop in a call dummy.
23997
23998 2000-10-24 Michael Snyder <msnyder@cygnus.com>
23999
24000 * gdb.base/commands.exp: Break up long lines, and re-indent.
24001
24002 2000-10-19 Michael Snyder <msnyder@cygnus.com>
24003
24004 * config/gdbserver.exp: Rewritten from the ground up, to make it
24005 compatible with the current dejagnu tree, and to make it work with
24006 the new "gdbserver" in libremote.
24007
24008 2000-10-16 Michael Snyder <msnyder@cygnus.com>
24009
24010 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
24011 * gdb.base/varargs.exp: Skip entire test if no printf support.
24012 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
24013 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
24014
24015 2000-10-13 Michael Snyder <msnyder@cygnus.com>
24016
24017 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
24018 no floating point support.
24019 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
24020 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
24021 * gdb.base/call-rt-st.exp: Ditto.
24022 * gdb.base/call-strs.exp: Ditto.
24023
24024 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
24025
24026 * gdb.base/sizeof.c: include <stdio.h>.
24027
24028 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
24029 'finish', otherwise uncaptured gdb_prompt would potentially
24030 throw remaining test points out of sync.
24031
24032 2000-07-26 Scott Bambrough <scottb@netwinder.org>
24033
24034 * gdb.base/recurse.exp: Run tests for all targets.
24035 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
24036 gnu-oldld case on ARM.
24037 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
24038 for ARM targets.
24039
24040 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
24041
24042 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
24043 * gdb.java/configure: Rebuild.
24044
24045 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
24046
24047 * gdb.java/jv-exp.exp: New file.
24048
24049 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
24050
24051 * configure: Rebuilt.
24052 * configure.in (configdirs): Add gdb.java.
24053 * gdb.java/jmisc.java: New file.
24054 * gdb.java/jmisc.exp: New file.
24055 * gdb.java/Makefile.in: New file.
24056 * gdb.java/configure: Rebuilt.
24057 * gdb.java/configure.in: New file.
24058 * lib/java.exp: New file.
24059
24060 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
24061
24062 * gdb.base/exprs.exp: Test casts to a pointer including over and
24063 underflow.
24064
24065 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
24066
24067 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
24068 and the compilers sizes.
24069
24070 2000-07-09 Nick Duffek <nsd@redhat.com>
24071
24072 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
24073 (use_methods): New function.
24074 (main): Call use_methods().
24075 * gdb.c++/classes.exp (test_method_param_class): New procedure.
24076 (do_tests): Call test_method_param_class.
24077
24078 2000-07-09 Nick Duffek <nsd@redhat.com>
24079
24080 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
24081 spelling.
24082 (test_enums): New procedure. Move enum tests from end of script
24083 to here. Set breakpoint on function name instead of line number.
24084 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
24085 (enums2): New marker function.
24086 (enums1): New function.
24087 (main): Call enums1(). Move enum tests to enums1().
24088
24089 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
24090
24091 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
24092 compile/link program. Update line numbers.
24093 * gdb.asm/d10v.inc: Define ``startup''.
24094 * gdb.asm/asmsrc1.s: Add definition of _start.
24095
24096 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
24097
24098 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
24099
24100 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24101
24102 * gdb.base/maint.exp: Add 'maint print architecture' item to output
24103 of 'help maint print' command.
24104
24105 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
24106
24107 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
24108 they use gdb_expect_list.
24109
24110 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
24111
24112 * gdb.base/commands.exp: Use ``set remote
24113 memory-read-packet-size'' instead of ``set endian big'' to test
24114 long commands.
24115
24116 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
24117
24118 * gdb.c++/templates.exp (do_tests): Make all of these work under
24119 g++, and stop skipping them.
24120
24121 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
24122 work under g++.
24123
24124 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
24125 initialization.
24126
24127 2000-06-02 Michael Snyder <msnyder@cygnus.com>
24128
24129 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
24130 the regular expression: accept an (almost) arbitrary sequence of
24131 "frames-invalid" and "breakpoints-invalid" messages both before
24132 and after the "starting" message.
24133
24134 2000-06-02 Michael Snyder <msnyder@cygnus.com>
24135
24136 * gdb.c++/local.exp: This test has never been known to work with g++.
24137
24138 2000-05-18 Michael Snyder <msnyder@cygnus.com>
24139
24140 * gdb.base/annota1.exp (annotate-signal-handler-caller):
24141 Relax the regular expression a little, make it pass on Solaris 8.
24142
24143 2000-05-12 Kevin Buettner <kevinb@redhat.com>
24144
24145 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
24146 a call, do not require that gdb stop on the line after the call.
24147 Instead, it is permissible for gdb to stop on the line of the
24148 call itself.
24149
24150 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
24151
24152 * gdb.base/break.exp (bp on small function, optimized file):
24153 Add a second pass pattern. The behavior differs here between stabs
24154 and dwarf for one-line functions. Stabs preserves two line symbols
24155 (one before the prologue and one after) with the same line number,
24156 but dwarf regards these as duplicates and discards one of them.
24157 Therefore the address after the prologue (where the breakpoint is)
24158 has no exactly matching line symbol, and GDB reports the breakpoint
24159 as if it were in the middle of a line rather than at the beginning.
24160
24161 2000-05-08 Michael Snyder <msnyder@cygnus.com>
24162
24163 * gdb.base/interrupt.exp: Make "pass" message say "send"
24164 rather than "send_gdb" (for consistancy).
24165
24166 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
24167
24168 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
24169 * gdb.c++/templates.cc: Properly check for GCC version number.
24170 * lib/compiler.cc: Likewise
24171
24172 2000-04-28 Michael Snyder <msnyder@cygnus.com>
24173
24174 * gdb.base/break.exp: When compiled with -O2 optimization,
24175 gdb may not stop at the first line of main, due to code motion.
24176
24177 2000-04-26 Michael Snyder <msnyder@cygnus.com>
24178
24179 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
24180 This test depends on parsing the printf output from the target.
24181 Since the sparclet stub doesn't do stdio, this will never work.
24182 * gdb.base/call-rt-st.exp: ditto.
24183 * gdb.base/call-strs: ditto.
24184
24185 2000-04-24 Michael Snyder <msnyder@cygnus.com>
24186
24187 * gdb.base/miscexprs.exp: make sizeof long array test portable.
24188
24189 * gdb.base/ending-run.exp: After connecting to a remote target,
24190 but before running, the target will appear to be in a random
24191 location. Specify both a file and a line for breakpoints.
24192 Also, the function that calls main may be called 'init'
24193 rather than 'start'.
24194
24195 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24196
24197 * gdb.base/help.exp: Update output for add-symbol-file command.
24198
24199 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
24200
24201 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24202 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
24203
24204 2000-04-07 J.T. Conklin <jtc@redback.com>
24205
24206 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
24207
24208 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
24209
24210 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
24211
24212 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
24213 values that can be represented exactly.
24214 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
24215 above change, and to not check against the directory part of the source
24216 file name.
24217 (step into print_long_arg_list): Likewise.
24218 (print print_small_structs from print_long_arg_list): Likewise.
24219 (print print_long_arg_list): Likewise.
24220
24221 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24222
24223 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
24224
24225 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
24226
24227 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
24228
24229 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
24230
24231 * gdb.base/commands.exp (deprecated_command_test): Add test for
24232 deprecate with no arguments.
24233
24234 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
24235
24236 * gdb.base/break.exp: Add new test for setting breakpoints on
24237 optimized code so we can test breakpoints work even when function
24238 prologues may be optimized away
24239
24240 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
24241
24242 From David Whedon <dwhedon@gordian.com>
24243 * gdb.base/commands.exp : Added command deprecator tests.
24244
24245 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
24246
24247 * gdb.base/help.exp: Added test for new apropos command.
24248
24249 2000-03-21 Kevin Buettner <kevinb@redhat.com>
24250
24251 * gdb.base/pointers.c (usevar): New function.
24252 (main): Make sure that global variables v_int_pointer2, rptr,
24253 and y are all referenced someplace in the program by calling
24254 usevar() on them. [Some linkers delete symbols which are
24255 never referenced. The space remains, but there's no way to
24256 get a (symbolic) handle on the variable from the debugger.]
24257
24258 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24259
24260 * gdb.base/printcmds.c: Add typedeffed arrays.
24261
24262 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
24263 procedure to test arrays that are typedef'd.
24264
24265 2000-03-13 James Ingham <jingham@leda.cygnus.com>
24266
24267 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
24268 the library directories.
24269
24270 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
24271
24272 * configure.in (configdirs): Add sub directory gdb.mi.
24273 * configure: Re-generate.
24274
24275 * gdb.mi: New directory.
24276
24277 2000-02-25 Scott Bambrough <scottb@netwinder.org>
24278
24279 * gdb.base/long_long.exp: Correct test suite failure when printing
24280 a long long value as a double on ARM platforms.
24281
24282 2000-02-16 Jim Blandy <jimb@redhat.com>
24283
24284 * gdb.base/break.exp ("breakpoint line number"): Make sure the
24285 default source file is set properly before running this test.
24286
24287 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24288
24289 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
24290 gdbtk/library directory, not in gdbtcl2.
24291
24292 2000-02-04 Jim Blandy <jimb@redhat.com>
24293
24294 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
24295 backslash from regexp pattern.
24296
24297 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
24298 procedure. Use it to run all the "continue to bp overloaded"
24299 tests. Note that this changes the names of the tests slightly.
24300 If the breakpoint hit message includes a hex PC value, because
24301 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
24302 from the real source code, still consider that a pass.
24303
24304 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
24305 XFAIL here if the breakpoint message contains a hex address. Note
24306 similar change on 1999-11-02.
24307
24308 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
24309
24310 * gdb.base/ptype.exp: Establish a default source file before
24311 calling get_debug_format.
24312
24313 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
24314
24315 * gdb.base/watchpoint.exp: Remove duplication of test messages.
24316
24317 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
24318
24319 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
24320 of successive stepi commands -- while in the prologue we should see
24321 the function entry bracket.
24322
24323 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
24324
24325 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
24326 reach __change_mode() when stepping through the end of main().
24327
24328 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
24329
24330 * gdb.base/default.exp: Fix expected pattern.
24331 * gdb.base/help.exp: Same.
24332
24333 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24334
24335 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
24336 Don't use xfail's because that affects only the following test.
24337
24338 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
24339 solaris or linux.
24340
24341 * gdb.base/selftest.exp: Update to reflect changes to main.c.
24342
24343 2000-01-07 Michael Snyder <msnyder@cygnus.com>
24344
24345 * gdb.base/display.exp: Some yacc parsers like to say
24346 "A syntax error" rather than "A parse error". Accept both.
24347
24348 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
24349
24350 * gdb.base/default.exp: Remove OS dependent string from "target
24351 remote" test.
24352 * gdb.base/help.exp: Same for "help target remote" test.
24353
24354 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24355
24356 From Jim Kingdon <kingdon@redhat.com>:
24357
24358 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
24359 prompt (cleanup rather than necessity, but still might keep output
24360 from spilling to next test).
24361
24362 2000-01-02 Fred Fish <fnf@cygnus.com>
24363
24364 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
24365 AIX, which defines them in <sys/types.h>.
24366
24367 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
24368
24369 * gdb.base/default.exp: Match arm* etc instead of arm in "info
24370 float" test.
24371
24372 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
24373
24374 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
24375
24376 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
24377 outermost frame disallowed".
24378
24379 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
24380
24381 * gdb.base/setvar.exp: New tests for setting the value of a struct
24382 with a constant list.
24383
24384 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
24385
24386 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
24387 require the user to type a cast before setting the value of a struct.
24388
24389 1999-12-06 Jim Blandy <jimb@cygnus.com>
24390
24391 * gdb.base/default.exp: Expect the new 'info float' command on
24392 all i386 platforms.
24393
24394 * gdb.threads/linux-dp.exp: Expand our ability to recognize
24395 LinuxThreads libraries that don't support debugging.
24396
24397 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
24398
24399 * gdb.base/remote.c: Fill the buffer with truely random data.
24400 Change the buffer type to ``unsigned char'' to simplify size
24401 arithmetic.
24402
24403 * gdb.base/remote.exp: Reduce download numbers by one. Typical
24404 stub only handles 400-1 byte packets. Verify that the download
24405 worked.
24406
24407 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
24408
24409 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
24410 tests, using UNRESOLVED for the untested cases. Also, does not wait
24411 for a timeout if the prompt was received before a recognizable pattern.
24412
24413 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
24414
24415 * lib/gdb.exp (gdb_expect_list): Fix spelling.
24416
24417 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24418
24419 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
24420 watchpoints.
24421
24422 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
24423
24424 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
24425
24426 * gdb.c++/local.exp: Be more flexible in recognizing local class
24427 name mangling. Don't allow horribly truncated method names.
24428 * gdb.c++/derivation.exp: Expect protected inheritance.
24429 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
24430 * gdb.c++/virtfunc.exp: Likewise.
24431 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
24432 when printing a nested enum.
24433
24434 1999-11-22 Jim Blandy <jimb@cygnus.com>
24435
24436 * gdb.base/step-test.exp: Properly await GDB's response to setting
24437 a breakpoint on the call to large_struct_by_value.
24438
24439 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
24440 just because we have debug info for the `start' function.
24441
24442 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
24443
24444 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
24445 "Unknown signal" messages, which indicate (on LinuxThreads) that
24446 GDB doesn't know how to debug threads on this system. This is
24447 better than hanging while philosopher 0 dumps chatter into gdb.log.
24448
24449 1999-11-18 Tom Tromey <tromey@cygnus.com>
24450
24451 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
24452
24453 1999-11-18 Fred Fish <fnf@cygnus.com>
24454
24455 * gdb.base/coremaker2.c: Add sample program for generating
24456 cores that is more self contained than coremaker.c. Eventually
24457 I'll add more code to this and tie it into the testsuite.
24458
24459 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
24460
24461 * gdb.base/dollar.exp: Remove, now in gdb.hp.
24462
24463 1999-11-10 Jimmy Guo <guo@cup.hp.com>
24464
24465 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
24466 from $srcdir/lib/.
24467 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
24468 and gdb.c++/.
24469
24470 * gdb.c++/derivation.exp: remove redundant get compiler info code.
24471
24472 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
24473 'continue with watch' test point.
24474
24475 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
24476
24477 Merged from p2linux-990323-branch:
24478
24479 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
24480
24481 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
24482
24483 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
24484 {limit,fixed}''. Test ``set download-write-size''.
24485
24486 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
24487
24488 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
24489 gdb_expect_list.
24490
24491 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
24492
24493 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
24494
24495 1999-11-03 Mark Salter <msalter@cygnus.com>
24496
24497 * gdb.base/break.exp: Fix "stub continue" pattern.
24498
24499 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
24500
24501 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
24502
24503 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
24504
24505 * gdb.base/display.exp ("finish"): Add timeout clause.
24506
24507 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
24508 plain prompt clause, so this doesn't have to time out in order to
24509 fail.
24510
24511 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
24512 breakpoint hit messages include an address.
24513
24514 * gdb.base/display.exp: Don't forget to escape parens in regular
24515 expressions. Unix regexp notatation sucks.
24516
24517 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24518
24519 * gdb.base/annota1.exp: Test for annotate-signalled: change output
24520 order for 'signalled' message.
24521
24522 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
24523
24524 From Jimmy Guo <guo@cup.hp.com>:
24525 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
24526 * gdb.base/annota1.c: Add code for tests to work with.
24527
24528 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
24529
24530 * gdb.base/remote.exp: New test for remote downloading settings.
24531 * gdb.base/remote.c: New file with large .data.
24532
24533 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
24534
24535 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
24536 for LinuxThreads support, merged from the Code Fusion branch.
24537
24538 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
24539
24540 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
24541 containing exp_continue into a while within an expect. Don't
24542 attempt a start more than three times. Check return value from
24543 gdb_load.
24544
24545 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
24546
24547 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
24548 a pass case.
24549
24550 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
24551
24552 * gdb.base/break.c (main): Added a statement that we can step
24553 off of.
24554 * gdb.base/break.exp: Added tests for setting a breakpoint
24555 at an offset and stepping onto a breakpoint.
24556
24557 1999-10-01 Fred Fish <fnf@cygnus.com>
24558
24559 * gdb.base/help.exp (help add-symbol-file): Update to match current
24560 gdb output.
24561
24562 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
24563
24564 * gdb.base/break.exp: Code locations are in hex, don't forget!
24565 (For HP-UX.)
24566
24567 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
24568
24569 * condbreak.exp: Use break.c as test program.
24570 * condbreak.c: Remove, redundant with break.c.
24571
24572 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
24573
24574 * config/monitor.exp (gdb_target_monitor): Disable X- and
24575 Z-packets if the target needs it.
24576
24577 1999-09-13 James Ingham <jingham@leda.cygnus.com>
24578
24579 * gdb.c++/overload.exp: Added tests for listing overloaded
24580 functions with function pointers in the arg, explicitly calling
24581 out the version you want.
24582
24583 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
24584
24585 * long_long.exp: Add variations of test cases that work for
24586 targets with 16-bit ints and 32-bit doubles.
24587
24588 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
24589
24590 * break.c (main): Compare a possibly-uninitialized argc with an
24591 unlikely value that fits in 16 bits.
24592
24593 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
24594
24595 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
24596 0xfeeb, don't want negative numbers if ints are 16 bits.
24597
24598 * lib/gdb.exp (skip_cplus_tests): New proc.
24599 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
24600 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
24601 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
24602 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
24603 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
24604 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
24605 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
24606 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
24607
24608 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
24609
24610 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
24611
24612 * gdb.base/corefile.exp (up): Allow a parameter to appear
24613 in the frame that we're going up to.
24614
24615 From Jim Blandy <jimb@cygnus.com>:
24616
24617 * gdb.base/default.exp (info float): Expect some output now.
24618
24619 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
24620 returning floating-point values to fail on the x86.
24621 * gdb.base/callfwmall.exp (do_function_calls): Same.
24622
24623 * gdb.base/list.exp (test_listsize): Correct expectations for
24624 listing line 1 with listsize 2. Also, listing a single line
24625 works now, as does listing three lines. [Kevin's note: There
24626 were a number of other cases fixed too where the expectations
24627 differed...]
24628
24629 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
24630
24631 * gdb.base/selftest.exp: Add case for when version prints as
24632 constant string instead of char pointer.
24633
24634 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
24635
24636 * gdb.base/ending-run.exp: Add Solaris case for what happens when
24637 stepping out of main.
24638
24639 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
24640 G++ used.
24641
24642 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
24643 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
24644
24645 * gdb.c++/ovldbreak.exp: Update match string in test that
24646 includes a warning of multiple breakpoints.
24647
24648 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
24649
24650 * gdb.base/display.exp: Improve precision of step-after-finish
24651 added yesterday.
24652
24653 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
24654 test.
24655
24656 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
24657 configs when using G++, not just hppa*.
24658
24659 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24660
24661 * gdb.base/async.c: New file.
24662 * gdb.base/async.exp: New file.
24663
24664 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
24665
24666 * gdb.base/break.exp: Tweak PA specific tests to properly handle
24667 PA64.
24668
24669 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
24670
24671 * gdb.base/display.exp: "finish" can leave us mid-line on many
24672 targets, deal with it. Add a small constant to main, instead of
24673 1000 since main+1000 may not be a valid address in the target.
24674
24675 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
24676 on hpux11.
24677
24678 * gdb.base/attach.exp: Handle another hpux11 error message variant
24679 when attaching to a process that does not exist.
24680
24681 1999-08-19 J.T. Conklin <jtc@redback.com>
24682
24683 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
24684 characters in 'continue to 1241' test.
24685
24686 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
24687
24688 * gdb.base/call-ar-st.exp: Add a shorter match case for the
24689 stop in print_long_arg_list, define and use a whitespace
24690 variable in print_small_structs test, add an XFAIL for Solaris.
24691 * gdb.base/dbx.exp: XFAIL func commands until somebody is
24692 interested enough to fix.
24693
24694 1999-08-13 Keith Seitz <keiths@cygnus.com>
24695
24696 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
24697 (dbx_gdb_load): Remove. Use gdb_load instead, since that
24698 proc knows about targets other than the natives.
24699 (test_assign): Use "gdb_run_cmd" to "run" the target.
24700 Check that we've actually hit the breakpoint at main.
24701 When we attempt to assign a value to a local variable, check
24702 that the variable is in the current scope, i.e., don't use
24703 a test with an empty result.
24704
24705 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
24706
24707 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
24708 command.
24709
24710 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
24711
24712 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24713 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
24714 gdb.compat, gdb.threads-hp.
24715 gdb.hp/configure, gdb.hp/configure.in: New files.
24716 gdb.hp/Makefile.in: Recurse into new subdirs.
24717 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
24718 gdb.hp/gdb.objdbg: New directory, tests for debugging info
24719 in object files.
24720 gdb.hp/tools: New directory, aux tools for HP-specific tests.
24721
24722 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
24723
24724 * gdb.base/display.exp: Help expect by putting a newline in the
24725 funky printf, remove a bogus p/a test.
24726
24727 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24728
24729 * gdb.base/display.exp: Make sure that when we say 'run', we are
24730 connected to the target. This is necessary when running not
24731 natively.
24732
24733 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
24734
24735 * gdb.base/step-test.exp: Removed some extraneous messages.
24736
24737 * gdb.base/long_long.exp: Don't run memory examination tests
24738 on little-endian targets (they will need a different set of
24739 results to match).
24740
24741 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
24742
24743 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
24744 until somebody decides to fix GDB.
24745
24746 * gdb.base/long_long.c: Stop compiler complaint by specifying long
24747 constant as "ULL".
24748 * gdb.base/long_long.exp: Loosen x/c test, add partial result
24749 matches for a couple x/2 commands.
24750
24751 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
24752
24753 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
24754 by merging in ref-types2 tests.
24755 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
24756
24757 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24758 * gdb.c++/Makefile.in: Add standard actions.
24759 (EXECUTABLES): Rename from PROGS, update list.
24760 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
24761 from gdb.hp.
24762 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
24763 foo and bar locals.
24764 * gdb.c++/anon-union.exp: Fix tests to match.
24765 * gdb.c++/classes.exp: Run if HP compiler used, add extra
24766 expect matches to handle output variations.
24767 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
24768 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
24769 output, add HP alternatives for new and delete prints.
24770 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
24771 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
24772 * gdb.c++/demangle.exp: Use $style when reporting failure.
24773 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
24774 * gdb.c++/inherit.exp: Run if HP compiler used, add some
24775 match alternatives.
24776 * gdb.c++/local.exp: Add match alternatives or xfails for HP
24777 compilers.
24778 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
24779 * gdb.c++/method.exp: Add match alternatives.
24780 * gdb.c++/misc.cc: Add bool types.
24781 * gdb.c++/misc.exp: Add tests for bool types.
24782 * gdb.c++/overload.exp: Add xfails.
24783 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
24784 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
24785 add some more template parameter tests (only for HP currently).
24786 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
24787 * gdb.c++/virtfunc.cc: Add return type and value for main.
24788 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
24789 match alternatives.
24790
24791 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24792
24793 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
24794
24795 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
24796
24797 * gdb.base/signals.exp: Don't expect getting a backtrace from
24798 within a signal handler to fail on Linux.
24799
24800 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
24801
24802 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24803 * lib/gdb.exp: Remove some gratuitious semicolons.
24804 (delete_breakpoints): Increase timeout.
24805 (gdb_expect): Add -notransfer option.
24806 (gdb_test): Use -notransfer option.
24807 (get_compiler_info): Add f77 case.
24808 (get_compiler): New proc, split out from gdb_preprocess, add f77
24809 case.
24810 (gdb_preprocess): Call get_compiler.
24811
24812 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
24813 * gdb.base/attach.exp, gdb.base/display.exp,
24814 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
24815 gdb.base/long_long.exp, gdb.base/printcmds.exp,
24816 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
24817 third arg to gdb_test.
24818 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
24819 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
24820 HP-UX xfails, add others.
24821 * gdb.base/completion.exp: Reflect name change of self-test.
24822 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
24823 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
24824 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
24825 HP failure number.
24826 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
24827 useless HP-UX 10.30 references.
24828 * gdb.base/maint.exp: Loosen matches.
24829 * gdb.base/pointers.c (main): Declare more_code.
24830 * gdb.base/pointers.exp: Match on output of a `next'.
24831 * gdb.base/structs.c: Add prototypes.
24832 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
24833 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
24834
24835 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24836
24837 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
24838 command.
24839
24840 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24841
24842 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
24843 Fix run to main failures. Watchpoint can be hardware watchpoint.
24844
24845 * gdb.base/annota1.exp: Clean up some more, in case printf has
24846 debug info. Deal with lack of signal hanlder info in stack.
24847
24848 From Jim Kingdon <kingdon@redhat.com>:
24849 * gdb.base/annota1.exp: If printf has debug info, deal with it.
24850
24851 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
24852
24853 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
24854 gdb.base/foll-vfork.exp: Don't run for crosses.
24855
24856 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
24857
24858 * gdb.base/configure.in: Check for gdbvars.exp instead of
24859 a1-selftest.exp.
24860 * gdb.base/configure: Re-generate.
24861
24862 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
24863
24864 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
24865 in trying to run first and name is too long.
24866
24867 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
24868 pointers2.c and pointers2.exp, respectively.
24869 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
24870 doschk happier.
24871
24872 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
24873
24874 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
24875 callfuncs2.c and callfuncs2.exp.
24876
24877 * gdb.base/list.exp: Remove mistaken xfails.
24878 * gdb.base/list0.h: Add optional prototypes.
24879
24880 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
24881
24882 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
24883 calling malloc.
24884 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
24885 * ptype.exp: Move test for get_debug_format to before its first
24886 use.
24887
24888 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24889
24890 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
24891 * gdb.base/annota2.cc, annota2.exp: Move from here.
24892 * gdb.c++/annota2.cc, annota2.exp: To here.
24893 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
24894
24895 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
24896
24897 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
24898 a consistent format.
24899
24900 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
24901
24902 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24903 * lib/gdb.exp (get_compiler_info): Add detection for assorted
24904 HP compilers, also set the globals $true and $false.
24905
24906 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
24907 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
24908 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
24909 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
24910 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
24911 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
24912 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
24913 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
24914 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
24915 whatis.c} Add C++ compatible function definitions and return
24916 types, add includes for library functions.
24917 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
24918 * gdb.base/step-test.c (myglob): Rename from glob.
24919 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
24920 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
24921 files, move here from gdb.hp.
24922 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
24923 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
24924 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
24925 Adjust line numbers in regexps.
24926
24927 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
24928 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
24929 instead of 0/1.
24930
24931 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
24932 foll-vfork.exp: New files, move here from gdb.hp.
24933 * gdb.base/page.exp: New file, test of pagination command.
24934
24935 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
24936 recursion test.
24937 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
24938
24939 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
24940 gdb.base/solib.exp: Fix compiler invocation process.
24941
24942 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
24943 HP-UX 11, turn off overload resolution explicitly.
24944 * gdb.base/commands.exp: Set argument list explicitly, add
24945 watchpoint test.
24946 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
24947 them work.
24948 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
24949 expressions properly.
24950 * gdb.base/corefile.exp: Loosen the match slightly.
24951 * gdb.base/default.exp: Allow "Error accessing memory" message
24952 also.
24953 * gdb.base/display.exp: Skip over x/0 j if PA64.
24954 * gdb.base/funcargs.exp: Add xfails for HP-UX.
24955 * gdb.base/interrupt.exp: Ditto.
24956 * gdb.base/langs.exp: Add symbolic matches governed by compiler
24957 in use.
24958 * gdb.base/list.exp: Add xfails for HP-UX.
24959 * gdb.base/long_long.exp: Refine some of the numeric matches.
24960 * gdb.base/mips_pro.exp: Xfail on HP-UX.
24961 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
24962 * gdb.base/nodebug.exp: Succeed on more varieties of output.
24963 * gdb.base/opaque.exp: Remove some HP-UX xfails.
24964 * gdb.base/ptype.exp: Succeed on more varieties of output.
24965 * gdb.base/scope.exp: Add xfails for HP-UX.
24966 * gdb.base/sect-cmd.exp: Add more cases.
24967 * gdb.base/setvar.exp: Add xfails for HP-UX.
24968 * gdb.base/shlib-call.exp: Loosen some matches slightly.
24969 * gdb.base/signals.exp: Match on void symbolically.
24970 * gdb.base/step-test.exp: Add case for PA64.
24971 * gdb.base/term.exp: Add exit and restart.
24972 * gdb.base/twice.exp: Clean up after self.
24973 * gdb.base/varargs.exp: Disable overload resolution explicitly.
24974 * gdb.base/whatis.exp: Allow more ways to pass tests.
24975
24976 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
24977 no longer useful.
24978
24979 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
24980
24981 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
24982 list of patterns.
24983 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
24984 print_double_array(double_array)", "continuing to breakpoint
24985 1018", "print print_double_array(array_d)" and "continuing to
24986 1034" tests.
24987
24988 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
24989
24990 * Makefile.in: Add empty html and install-html targets.
24991
24992 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
24993
24994 * config/mt-*: Remove, these haven't been used since 1996.
24995
24996 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
24997
24998 * gdb.base/call-strs.c, gdb.base/ending-run.c,
24999 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
25000 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
25001
25002 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
25003
25004 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
25005 simpler match case for the ptype of the big class.
25006
25007 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25008
25009 * gdb.exp: Fix test for gdb_prompt existence.
25010
25011 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25012
25013 * gdb.exp (gdb_test): Add fail after calls to perror.
25014
25015 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25016
25017 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
25018
25019 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25020
25021 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
25022
25023 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
25024
25025 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
25026 malloc() is linked in.
25027
25028 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
25029
25030 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
25031 step at end.
25032
25033 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
25034
25035 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
25036
25037 * gdb.java/jv-print.exp: New file. (Our first Java test!)
25038
25039 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
25040
25041 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
25042 * gdb.base/mips_pro.exp: Likewise.
25043
25044 1999-06-02 Keith Seitz <keiths@cygnus.com>
25045
25046 * gdb.c++/templates.cc: Change all "new" operators to throw
25047 an exception.
25048 * gdb.c++/cplusfuncs.cc: Likewise.
25049
25050 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
25051
25052 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
25053
25054 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
25055 * gdb.base/ending-run.exp: When stepping out of main, accept a
25056 step into an arbitrary assembler file.
25057
25058 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25059
25060 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
25061 "breakpoint-invalid" to be printed.
25062 * gdb.base/annota2.exp: Revise line number for main
25063 breakpoint. Allow any number of "frames-invalid" and
25064 "breakpoint-invalid" to be printed.
25065 * gdb.base/annota2.cc: Initialize a.x to 0.
25066
25067 1999-05-17 Keith Seitz <keiths@cygnus.com>
25068
25069 * gdb.base/call-ar-st.exp: Skip
25070 "print print_double_array (double_array)" when "skip_float_tests" set.
25071 Ditto for "print print_double_array(array_d)",
25072 "print print_small_structs", "print print_ten_doubles", and
25073 "step into print_long_arg_list".
25074 Don't assume we can step into "print_long_arg_list": we could step
25075 into memcpy.
25076 * gdb.base/call-rt-st.exp: Don't run float-related tests when
25077 "skip_float_tests" is set: "print print_one_double(*d1)"
25078 and "print print_two_floats(*f3)".
25079 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
25080 "skip_float_tests" is set.
25081 * gdb.base/varargs.exp: Skip
25082 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
25083 "skip_float_tests" set.
25084
25085 1999-05-06 Keith Seitz <keiths@cygnus.com>
25086
25087 * gdb.base/annota2.cc: Include stdio.h.
25088
25089 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
25090
25091 * gdb.base/crossload.exp: Remove, this has been disabled ever
25092 since BFD stopped including all targets, and cross-GDB gets
25093 plenty of testing anyway.
25094 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
25095 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
25096 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
25097 * gdb.base/README: Remove, was doc for this.
25098 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
25099 needed.
25100
25101 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25102
25103 * gdb.base/call-ar-st.exp: Fix one regular expression in test
25104 output.
25105
25106 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
25107 * gdb.base/annota2.exp: New file. More annotation tests.
25108 * gdb.base/annota1.c: New file. Source file for annota1.exp.
25109 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
25110
25111 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
25112
25113 * config/cfdbug.exp: New file.
25114
25115 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
25116
25117 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
25118 Marcus Daniel's and Dale Hawkins's demangler crashes.
25119
25120 * gdb.c++/demangle.exp (test_gnu_style_demangling,
25121 test_lucid_style_demangling, test_arm_style_demangling,
25122 test_hp_style_demangling): Try Tom Tromey's core-dumping
25123 identifier under each demangling style.
25124
25125 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
25126
25127 * gdb.c++/demangle.exp: Include the current demangling style
25128 in all test names.
25129 (current_demangling_style): New global variable.
25130 (set_demangling_style, test_demangling_core, test_demangling,
25131 test_demangling_exact): New functions.
25132 (test_gnu_style_demangling, test_lucid_style_demangling,
25133 test_arm_style_demangling, test_hp_style_demangling): Use those,
25134 instead of calling gdb_test and gdb_test_exact directly.
25135 (catch_demangling_errors): New function, which reports errors
25136 signalled by the demangling test functions in an orderly way.
25137 (do_tests): Use catch_demangling_errors.
25138
25139 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
25140
25141 * gdb.base/signals.exp (test_handle_all_print): Use () for
25142 grouping in expressions, not {}.
25143
25144 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
25145 initialized yet.
25146
25147 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
25148
25149 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
25150 are listed.
25151
25152 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
25153
25154 * gdb.stabs/weird.exp: Test for CC being defined before
25155 looking at its value.
25156
25157 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
25158
25159 * gdb.base/call-ar-st.exp: Remove stray '#'.
25160 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
25161 "short int" and "long int".
25162 * gdb.c++/overload.cc: Cast the string added in the previous
25163 change, to mollify finicky HP compiler.
25164 * gdb.hp/reg-test.exp (testfile): Fix file name.
25165 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
25166
25167 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
25168 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
25169 alternate form of enum ptype.
25170
25171 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
25172
25173 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
25174 * gdb.hp/*.exp: Change all to run compiler probe only after
25175 passing skip_hp_tests, so as not to waste time on guaranteed
25176 failure.
25177
25178 * gdb.c++/overload.cc: Pass string instead of char addr, always
25179 init ccpfoo.
25180 * gdb.c++/templates.cc: Fix syntax error.
25181
25182 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25183
25184 * gdb.base/commands.exp: Add test for correct position of '>'
25185 when issuing the 'commands' command after a 'while' or 'if'
25186 command.
25187
25188 1999-03-18 James Ingham <jingham@cygnus.com>
25189
25190 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
25191
25192 * gdb.c++/method.exp: It was testing an uninitialized int on the
25193 stack and assuming it was positive.
25194
25195 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
25196
25197 * gdb.base/step-test.exp: Catch a case where finish is broken and
25198 keep it from killing the rest of the tests.
25199 Use gdb_continue_to_end.
25200
25201 * gdb.base/sigall.exp: use gdb_continue_to_end.
25202
25203 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
25204
25205 * gdb.base/display.exp: use runto_main, not run.
25206
25207 * gdb.base/default.exp: Check for the current error message in the
25208 r abbreviation test.
25209 Add strongarm to the targets that know info float.
25210
25211 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
25212 run which doesn't work with monitors.
25213
25214 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
25215 1034 test.
25216
25217 * gdb.base/break.exp: use the gdb_continue_to_end proc.
25218
25219 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
25220 end of a program. Traps the case (in Cygmon) when the program
25221 never really exits. Same as Mark's continue_to_exit, but I had
25222 put it in a lot more places, so I used my name. Sorry Mark...
25223
25224 * config/monitor.exp (gdb_target_monitor): added another
25225 target_info parameter: remotebinarydownload. This will set the
25226 remotebinarydownload flag if this is causing some boards trouble.
25227
25228 1999-03-18 Mark Salter <msalter@cygnus.com>
25229
25230 * lib/gdb.exp (continue_to_exit): New function.
25231
25232 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
25233 * gdb.base/ending-run.exp: Ditto.
25234 * gdb.base/step-test.exp: Ditto.
25235
25236 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
25237
25238 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
25239 (suggested by Art Haas <ahaas@neosoft.com>).
25240
25241 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
25242
25243 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
25244
25245 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
25246
25247 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
25248 descriptions of types (short unsigned int vs unsigned short, etc).
25249
25250 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
25251
25252 * gdb.base/call-strs.exp: Don't assume that `step' will step over
25253 a call to strlen; sometimes we do have sources.
25254
25255 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
25256
25257 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
25258 character, so GDB won't print garbage after its end.
25259
25260 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
25261 breakpoint there instead. Sometimes GCC emits memcpy to handle
25262 the large structures being passed by value, so we step into that
25263 instead of sum_array_print, which obscures what we're really testing.
25264 * gdb.base/step-test.exp: However, we do want a test that notices
25265 the bizarre steps into memcpy, so do that here. Add check for
25266 stepping into function calls that pass large structures by value.
25267 ("Is that a noun clause, or are you just happy to see me?")
25268 Remove all references to specific line numbers.
25269 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
25270 New type and function.
25271 (main): Call large_struct_by_value, passing it a large struct by value.
25272 * lib/gdb.exp (gdb_get_line_number): New function.
25273
25274 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
25275 more portable.
25276
25277 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
25278
25279 * lib/gdb.exp: Doc fixes.
25280
25281 1999-03-05 Nick Clifton <nickc@cygnus.com>
25282
25283 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
25284
25285 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
25286
25287 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
25288 commands. They're not germane to this test, and they don't work
25289 that way on remote targets.
25290
25291 1999-03-01 James Ingham <jingham@cygnus.com>
25292
25293 * Changelog entries merged over from gdb development branch.
25294
25295 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
25296
25297 * lib/gdb.exp (gdbtk_analyze_results): Generic function
25298 for outputting results of test run.
25299
25300 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
25301
25302 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
25303
25304 1999-02-25 Felix Lee <flee@cygnus.com>
25305
25306 * lib/gdb.exp (debug_format): initialize
25307
25308 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
25309
25310 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
25311 * gdb.base/call-rt-st.c: Ditto.
25312
25313 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
25314
25315 * gdb.threads/pthreads.exp (horiz): New variable.
25316 (test_startup): Fix regexps that capture thread numbers.
25317
25318 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
25319
25320 * gdb.base/smoke.exp: Disambiguate two test case names (both
25321 called ``print'').
25322
25323 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
25324
25325 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
25326 compilation.
25327
25328 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
25329
25330 * gdb.base/miscexprs.exp: Change patterns to match GDB's
25331 actual output formatting.
25332 * gdb.base/smoke.exp: GDB removes leading 0's.
25333 * gdb.base/volatile.exp: Don't check type of remuneration;
25334 that variable is no longer defined in constvars.c.
25335 * gdb.base/step-test.c (main): Exit with explicit exit code.
25336 * gdb.base/step-test.exp: Remove two nexti checks--they are
25337 not portable.
25338
25339 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
25340
25341 * gdb.base/help.exp ("help delete display"): Fix test to match
25342 gdb's output.
25343
25344 * gdb.base/long_long.c (known_types): Initialize values to zero.
25345 * gdb.base/long_long.exp: Step one more line
25346 so 'dec' is initialized in "get to known place". GDB removes
25347 leading zeros. Explicitly ask for hex formatting. Use
25348 unique test case names.
25349
25350 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25351
25352 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
25353
25354 * gdb.c++/method.exp: Add missing close brace.
25355
25356 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
25357
25358 * gdb.base/maint.exp: Use 'set height 0' to disable page
25359 prompting, not 'set height 400'.
25360
25361 Fix a bunch of timeouts.
25362 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
25363 four separate tests, so expect doesn't take forever to match a ton
25364 of text against a regexp with lots of .* forms.
25365 ("maint print psymbols", "maint print symbols"): Make some of
25366 these greps more selective, so that expect doesn't try to wade
25367 through huge piles of output and time out.
25368
25369 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
25370
25371 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
25372 tests: one which doesn't expect shlib events to be reported, and
25373 another which does, but is XFAIL for all platforms other than
25374 HP/UX.
25375
25376 * gdb.base/break.exp: Teach the test suite that the `catch
25377 fork', `catch vfork', and `catch exec' commands produce error
25378 messages on platforms that don't provide these features.
25379
25380 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
25381
25382 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
25383 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
25384 (shortening names from solib_threshold.exp etc), won't run on
25385 anything but HP-UX for the foreseeable future.
25386 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
25387 reflect move.
25388
25389 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
25390
25391 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
25392 gdb.trace/Makefile.in (clean): Remove all test executables.
25393
25394 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
25395
25396 * gdb.base/shlib-call.exp: add test cases to verify that gdb
25397 successfully re-sets breakpoints in shared libraries.
25398 * gdb.base/shmain.c (main): return 0, don't fall off the end.
25399
25400 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25401
25402 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
25403 and compiled w/o GCC.
25404
25405 * gdb.hp/watch-cmd.exp: ditto.
25406
25407 * gdb.hp/watch-hp.exp: ditto.
25408
25409 * gdb.hp/xdb1.exp: ditto.
25410
25411 * gdb.hp/xdb2.exp: ditto.
25412
25413 * gdb.hp/dbx.exp: ditto.
25414
25415 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
25416
25417 * constvars.c: Remove C++-isms.
25418 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
25419 with GCC.
25420
25421 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
25422
25423 The following changes are part of the HP merge.
25424
25425 * gdb.base/break.exp: new tests to verify that catchpoints for
25426 fork, vfork, and exec don't trigger inappropriately.
25427
25428 * gdb.base/opaque.exp: compile one file at a time, then link.
25429
25430 * gdb.base/signals.exp: be more restrictive about which hppa
25431 systems receive a setup_xfail. new tests.
25432
25433 * gdb.base/solib_threshold.build: new file.
25434 * gdb.base/solib_threshold.exp: new file.
25435 * gdb.base/solib_threshold.link_opts: new file.
25436 * gdb.base/solib_threshold.mk: new file.
25437 * gdb.base/gen_solib_threshold.c: new file.
25438
25439 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
25440 tests. New tests for enums inside classes.
25441
25442 * gdb.c++/compiler.cc: indicate support of template debugging.
25443
25444 * gdb.c++/demangle.exp: run hp style demangling tests.
25445
25446 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
25447 tests.
25448
25449 * gdb.c++/misc.cc: changes to support new tests.
25450
25451 * gdb.c++/templates.cc: changes to support HP's compiler; changes
25452 to support new tests.
25453
25454 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
25455 gcc, then skip these tests.
25456
25457 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
25458
25459 The following files are part of the HP merge; some had longer
25460 names at HP, but have been renamed to be no more than 14
25461 characters in length.
25462
25463 * gdb.hp/ambiguous.cc: new file.
25464 * gdb.hp/ambiguous.exp: new file.
25465 * gdb.hp/attach.exp: new file.
25466 * gdb.hp/attach2.exp: new file.
25467 * gdb.hp/classes-hp.exp: new file.
25468 * gdb.hp/ctti.exp: new file.
25469 * gdb.hp/ctti-add.cc: new file.
25470 * gdb.hp/ctti-add1.cc: new file.
25471 * gdb.hp/ctti-add2.cc: new file.
25472 * gdb.hp/ctti-add3.cc: new file.
25473 * gdb.hp/dbx.exp: new file.
25474 * gdb.hp/exception.cc: new file.
25475 * gdb.hp/exception.exp: new file.
25476 * gdb.hp/foll-exec.c: new file.
25477 * gdb.hp/foll-exec.exp: new file.
25478 * gdb.hp/foll-fork.c: new file.
25479 * gdb.hp/foll-fork.exp: new file.
25480 * gdb.hp/foll-vfork.c: new file.
25481 * gdb.hp/foll-vfork.exp: new file.
25482 * gdb.hp/inherit-hp.exp: new file.
25483 * gdb.hp/more-steps.exp: new file.
25484 * gdb.hp/namespace.cc: new file.
25485 * gdb.hp/namespace.exp: new file.
25486 * gdb.hp/optimize.exp: new file.
25487 * gdb.hp/pxdb.c: new file.
25488 * gdb.hp/pxdb.exp: new file.
25489 * gdb.hp/quicksort.exp: new file.
25490 * gdb.hp/reg-test.exp: new file.
25491 * gdb.hp/reg-test.s: new file.
25492 * gdb.hp/sized-enum.c: new file.
25493 * gdb.hp/sized-enum.exp: new file.
25494 * gdb.hp/start-stop.exp: new file.
25495 * gdb.hp/templ-hp.cc: new file.
25496 * gdb.hp/templ-hp.exp: new file.
25497 * gdb.hp/thr-lib.c: new file.
25498 * gdb.hp/thr-lib.exp: new file.
25499 * gdb.hp/thr-lib.h: new file.
25500 * gdb.hp/thr-liblib.c: new file.
25501 * gdb.hp/virtfun-hp.c: new file.
25502 * gdb.hp/virtfun-hp.exp: new file.
25503 * gdb.hp/watch-cmd.exp: new file.
25504 * gdb.hp/watch-hp.exp: new file.
25505 * gdb.hp/xdb1.exp: new file.
25506 * gdb.hp/xdb2.exp: new file.
25507 * gdb.hp/xdb3.exp: new file.
25508
25509 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
25510
25511 The following files are part of the HP merge; some had longer
25512 names at HP, but have been renamed to be no more than 14
25513 characters in length.
25514
25515 * gdb.base/ss.h: new file.
25516 * gdb.base/call-ar-st.c: new file.
25517 * gdb.base/call-ar-st.exp: new file.
25518 * gdb.base/call-rt-st.c: new file.
25519 * gdb.base/call-rt-st-exp: new file.
25520 * gdb.base/call-strs.exp: new file.
25521 * gdb.base/ena-dis-br.exp: new file.
25522 * gdb.base/environ.exp: new file.
25523 * gdb.base/long_long.exp: new file.
25524 * gdb.base/sect-cmd.exp: new file.
25525 * gdb.base/shlib-cl2.exp: new file.
25526 * gdb.base/smoke.exp: new file.
25527 * gdb.base/so-impl-ld.c: new file.
25528 * gdb.base/so-impl-ld.exp: new file.
25529 * gdb.base/so-indr-cl.c: new file.
25530 * gdb.base/so-indr-cl.exp: new file.
25531 * gdb.base/varargs.exp: new file.
25532 * gdb.base/volatile.exp: new file.
25533 * gdb.base/whatis-exp.exp: new file.
25534 * gdb.base/display.exp: new file.
25535 * gdb.c++/derivation.exp: new file.
25536 * gdb.c++/local.exp: new file.
25537 * gdb.c++/member-ptr.exp: new file.
25538 * gdb.c++/overload.exp: new file.
25539 * gdb.c++/ovldbreak.exp: new file.
25540 * gdb.c++/ref-types.exp: new file.
25541 * gdb.c++/ref-types2.exp: new file.
25542 * gdb.c++/userdef.exp: new file.
25543
25544 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
25545
25546 * gdb.base/default.exp: Reflect wording change in remote.c.
25547
25548 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
25549
25550 * gdb.base/help.exp: Update to reflect current text.
25551
25552 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
25553
25554 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
25555 they're stack variables and contain garbage.
25556 * gdb.c++/anon-union.exp: new file.
25557
25558 The following changes were made by David Taylor
25559 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
25560 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
25561 in changes by HP.
25562
25563 * gdb.base/bitops.exp: new file.
25564 * gdb.base/default.exp: change expected messages for catch and
25565 info catch tests to reflect HP merge changes.
25566 * gdb.base/enable-disable-break.exp
25567 * gdb.base/ending-run.c: new file.
25568 * gdb.base/long_long.c: new file.
25569 * gdb.base/maint.exp: new file.
25570 * gdb.base/pointers2.exp: new file.
25571 * gdb.base/shlib-call2.exp: new file.
25572 * gdb.base/solib.exp: new file.
25573 * gdb.base/step-test.c: new file.
25574 * gdb.c++/anon-union.cc: new file.
25575 * gdb.c++/local.cc: new file.
25576 * gdb.c++/member-pointer.cc: new file.
25577 * gdb.c++/method.cc: new file.
25578 * gdb.c++/ref-types.cc: new file.
25579 * gdb.c++/ref-types2.cc: new file.
25580 * gdb.c++/userdef.cc: new file.
25581
25582 * gdb.base/scope.exp: compile one file at a time, then link.
25583 * gdb.base/langs.exp: ditto.
25584 * gdb.base/list.exp: ditto.
25585
25586 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
25587
25588 The following changes were made by David Taylor
25589 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
25590 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
25591 in changes by HP.
25592
25593 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
25594 skip tests. When compiling pass c++ flag to gdb_compile.
25595 * gdb.c++/
25596
25597 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
25598 test for on hppa*-*-hpux*; use args to see if c++ was specified.
25599 (skip_hp_tests): new function.
25600 (gdb_preprocess): new function.
25601
25602 * configure.in (hpdir): decide whether to configure gdb.hp.
25603 * configure: regenerated.
25604
25605 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
25606 to delete on clean.
25607 (EXECUTABLES): update to reflect new additions.
25608 * gdb.base/commands.exp: update message expected.
25609 * gdb.base/default.exp: add copyright notice.
25610 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
25611 * gdb.base/help.exp: update messages to reflect current text.
25612 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
25613 targets for recurse tests.
25614 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
25615 skip this file.
25616
25617 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
25618 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
25619 compilation.
25620 * gdb.c++/misc.exp: ditto.
25621 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
25622 run the tests. tell gdb_compile that it's a c++ compilation.
25623
25624 * gdb.threads/pthreads.exp: fix typo in message.
25625
25626 * gdb.base/all-bin.exp: new file.
25627 * gdb.base/arithmet.exp: new file.
25628 * gdb.base/assign.exp: new file.
25629 * gdb.base/completion.exp: new file.
25630 * gdb.base/cond-expr.exp: new file.
25631 * gdb.base/condbreak.exp: new file.
25632 * gdb.base/define.exp: new file.
25633 * gdb.base/dollar.exp: new file.
25634 * gdb.base/environment.exp: new file.
25635 * gdb.base/eval-skip.exp: new file.
25636 * gdb.base/jump.exp: new file.
25637 * gdb.base/logical.exp: new file.
25638 * gdb.base/pointers.exp: new file.
25639 * gdb.base/relational.exp: new file.
25640 * gdb.base/section_command.exp: new file.
25641 * gdb.base/whatis-expr.exp: new file.
25642
25643 * gdb.base/all-types.c: new file.
25644 * gdb.base/call-array-struct.c: new file.
25645 * gdb.base/call-return-struct.c: new file.
25646 * gdb.base/call-strings.c: new file.
25647 * gdb.base/callfuncs2.c: new file.
25648 * gdb.base/condbreak.c: new file.
25649 * gdb.base/constvars.c: new file.
25650 * gdb.base/display.c: new file.
25651 * gdb.base/int-type.c: new file.
25652 * gdb.base/jump.c: new file.
25653 * gdb.base/miscexprs.c: new file.
25654 * gdb.base/pointers.c: new file.
25655 * gdb.base/pointers2.c: new file.
25656 * gdb.base/shmain.c: new file.
25657 * gdb.base/shr1.c: new file.
25658 * gdb.base/shr2.c: new file.
25659 * gdb.base/solib.c: new file.
25660 * gdb.base/solib1.c: new file.
25661 * gdb.base/solib2.c: new file.
25662 * gdb.base/varargs.c: new file.
25663 * gdb.c++/derivation.cc: new file.
25664 * gdb.c++/overload.cc: new file.
25665 * gdb.c++/ovldbreak.cc: new file.
25666 * gdb.hp/attach.c: new file.
25667 * gdb.hp/attach2.c: new file.
25668 * gdb.hp/average.c: new file.
25669 * gdb.hp/compiler.c: new file.
25670 * gdb.hp/compiler.cc: new file.
25671 * gdb.hp/execd-program.c: new file.
25672 * gdb.hp/follow-exec.c: new file.
25673 * gdb.hp/follow-fork.c: new file.
25674 * gdb.hp/follow-vfork-and-exec.c: new file.
25675 * gdb.hp/misc-hp.cc: new file.
25676 * gdb.hp/more-steps.c: new file.
25677 * gdb.hp/optimize.c: new file.
25678 * gdb.hp/quicksort.c: new file.
25679 * gdb.hp/run-hp.c: new file.
25680 * gdb.hp/start-stop.c: new file.
25681 * gdb.hp/sum.c: new file.
25682 * gdb.hp/templates-hp.cc: new file.
25683 * gdb.hp/thread-local-in-lib.c: new file.
25684 * gdb.hp/thread-local-in-lib.h: new file.
25685 * gdb.hp/thread-local-in-lib.lib.c: new file.
25686 * gdb.hp/vforked-program.c: new file.
25687 * gdb.hp/virtfunc-hp.cc: new file.
25688 * gdb.hp/watchpoint-hp.c: new file.
25689 * gdb.hp/xdb.c: new file.
25690 * gdb.hp/xdb0.c: new file.
25691 * gdb.hp/xdb0.h: new file.
25692 * gdb.hp/xdb1.c: new file.
25693
25694 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
25695
25696 The following change was made by Edith Epstein
25697 <eepstein@cygnus.com> as part of a project to merge in changes
25698 originally made by HP; HP did not create ChangeLog entries.
25699
25700 * gdb.c++/demangle.exp: changed the expected output for some
25701 ARM-style mangling -- removed second reference to datatype.
25702 For example, maint demangle __dt__11T1__pt__2_cFv
25703 T1<char>::~T1<char>(void)
25704 becomes,
25705 maint demangle __dt__11T1__pt__2_cFv
25706 T1<char>::~T1(void)
25707
25708 (test_hp_style_demangling): new hp specific demangling test cases.
25709
25710 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
25711
25712 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
25713 * gdb.trace/backtrace.exp: Likewise.
25714 * gdb.trace/circ.exp: Likewise.
25715 * gdb.trace/collection.exp: Likewise.
25716 * gdb.trace/deltrace.exp: Likewise.
25717 * gdb.trace/infotrace.exp: Likewise.
25718 * gdb.trace/limits.exp: Likewise.
25719 * gdb.trace/packetlen.exp: Likewise.
25720 * gdb.trace/passc-dyn.exp: Likewise.
25721 * gdb.trace/passcount.exp: Likewise.
25722 * gdb.trace/report.exp: Likewise.
25723 * gdb.trace/save-trace.exp: Likewise.
25724 * gdb.trace/tfind.exp: Likewise.
25725 * gdb.trace/tracecmd.exp: Likewise.
25726 * gdb.trace/while-dyn.exp: Likewise.
25727 * gdb.trace/while-stepping.exp: Likewise.
25728
25729 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
25730
25731 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
25732
25733 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
25734
25735 From Brendan Kehoe:
25736 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
25737 int return types.
25738
25739 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
25740
25741 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
25742 remote dos host testing right.
25743
25744 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
25745
25746 * gdb.base/corefile.exp: remove some xfails.
25747
25748 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
25749
25750 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
25751 have different timestamps.
25752
25753 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
25754
25755 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
25756 gdb.base/default.exp: Replace "exec" with "executable".
25757
25758 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
25759
25760 * gdb.base/default.exp: Change else if to elseif from previous
25761 delta.
25762
25763 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
25764
25765 * gdb.base/default.exp: Add brace missing from previous delta.
25766
25767 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
25768
25769 * gdb.base/default.exp: Support test for info float for all
25770 varieties of arm toolchain.
25771
25772 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
25773
25774 * gdb.trace/*.exp: remove "remote_download" command.
25775
25776 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
25777
25778 * gdb.trace/*.exp: remove -gdwarf from compile.
25779
25780 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
25781
25782 * gdb.trace/configure.in(AC_INIT): typo
25783 * gdb.trace/configure: regenerated
25784
25785 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
25786
25787 * config/m68k-emc.exp: New file.
25788 * lib/<emc-support.exp trace-support.exp}: New files.
25789 * configure.in: add new test directory gdb.trace.
25790 * gdb.trace/{configure configure.in Makefile.in}: New files.
25791 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
25792 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
25793 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
25794 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
25795 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
25796 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
25797 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
25798
25799 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
25800
25801 * gdb.c++/classes.exp: Change all regular expressions to match
25802 arbitrary combinations of newline/carriage-return, so that they
25803 will work equally well on Unix and Windows.
25804 * gdb.c++/inherit.exp: ditto.
25805 * gdb.c++/virtfunc.exp: ditto.
25806
25807 1998-08-11 Dawn Perchik <dawn@cygnus.com>
25808
25809 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
25810
25811 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
25812
25813 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
25814 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
25815 to use a0-a3/d0-d3 as needed.
25816
25817 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
25818
25819 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
25820 * gdb.disasm/am33.exp: Corresponding changes.
25821
25822 1998-07-11 Felix Lee <flee@cygnus.com>
25823
25824 * gdb.base/callfuncs.exp: add cmp10 test.
25825 * gdb.base/callfuncs.c (cmp10): new function.
25826
25827 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
25828
25829 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
25830 into two parts to get around a synchronization problem in expect.
25831
25832 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
25833
25834 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
25835
25836 * configure.in: Add options for gdbtk testsuite.
25837
25838 * configure: Regenerate.
25839
25840 * gdb.gdbtk: New directory to hold gdbtk tests.
25841
25842 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25843
25844 * gdb.fortran/types.exp: Escape brackets in expect patterns
25845 for test_float_literal_types_accepted tests.
25846 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
25847 before run test.
25848
25849 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
25850
25851 * am33.exp: Just compile, do not link the testcase.
25852 * am33.s: Add ".am33" pseudoop to force am33 mode.
25853
25854 1998-06-25 Felix Lee <flee@cygnus.com>
25855
25856 * gdb.base/setshow.exp: make sure $pc is sane.
25857
25858 * gdb.stabs/weird.exp: split expect patterns properly.
25859
25860 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
25861
25862 * gdb.disasm/am33.s: New disassembler testfile for the am33.
25863 * gdb.disasm/am33.exp: Run it.
25864
25865 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
25866
25867 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
25868 match processing (and eliminate spurious timeouts when running).
25869
25870 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
25871
25872 * gdb.base/signals.exp (test_handle_all_print): put back Mach
25873 exception test, but conditionalize it on target [mach | gnu].
25874
25875 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
25876
25877 * gdb.base/overlays.exp: fixup compile line for linker script.
25878
25879 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
25880
25881 * gdb.fortran/types.exp: don't guess at float size.
25882
25883 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
25884
25885 * gdb.base/exprs.exp: delete test that depends on int size.
25886
25887 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
25888
25889 * config/sim.exp: Removed checks for target triplets.
25890 (gdb_target_sim): Use gdb,target_sim_options.
25891
25892 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
25893
25894 * gdb.base/reread.exp: New file.
25895 * gdb.base/reread1.c: New file.
25896 * gdb.base/reread2.c: New file.
25897
25898 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
25899
25900 * config/sim.exp: Use 'target sim -sparclite' when running
25901 SPARClite programs.
25902
25903 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
25904
25905 * gdb.base/structs2.exp: New file.
25906 * gdb.base/structs2.c: New file.
25907
25908 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
25909
25910 * gdb.asm/common.inc: New file.
25911 * gdb.asm/d10v.inc: New file.
25912 * asm-source.exp: Pass -I's to gas to find .inc files.
25913 Update line numbers in expected output.
25914 * asmsrc1.s: Rewrite.
25915 * asmsrc2.s: Rewrite.
25916 * configure.in: Create arch.inc symlink.
25917 * configure: Regenerate.
25918 * Makefile.in (distclean): Delete arch.inc.
25919
25920 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
25921
25922 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
25923 (t_enum_value2): ditto
25924 (t_enum_value3): ditto
25925 (main): ditto
25926 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25927
25928 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
25929 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
25930 change.
25931 Use gdb_test instead of send_gdb/gdb_expect sequences.
25932
25933 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
25934
25935 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
25936 not void.
25937
25938 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
25939
25940 * gdb.base/branches.c: Code with lots of loops and
25941 subroutines. Used to test gdbs ability to single step through PC
25942 changes, especially to test mips-tdep.c:mips_next_pc
25943
25944 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
25945
25946 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
25947 more rigorous EGCS C++ error checking.
25948
25949 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25950
25951 * gdb.base/help.exp: Clean up `help set args' and `help show args'
25952 tests.
25953 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
25954 function when asleep.
25955 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
25956 for i*86 Linux and SVR4 signal handling problems.
25957 Remove linux xfail for `next to handler in signals_tests_1', fixed
25958 by recent infrun.c change.
25959 Limit backtrace to 10 frames to avoid timeout problems with infinite
25960 stack backtraces.
25961 Adjust expect pattern in `handle all print' test to match Apr 28 1997
25962 target.[ch] change.
25963
25964 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
25965
25966 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
25967 for a newline from gdb before continuing.
25968 (default_gdb_exit): Just look for y or n.
25969 (gdb_test): Detect abnormal exit from GDB running on DOS; if
25970 it does, fail the rests of the tests in the file.
25971
25972 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
25973
25974 * config/cygmon.exp: New file.
25975
25976 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
25977
25978 * gdb.base/list.exp: Fix problem with "list default lines around
25979 main" test on remote targets.
25980
25981 * gdb.base/scope.exp: Fix problem with filelocal_bss before
25982 run test on remote targets.
25983
25984 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
25985
25986 * gdb.asm: New directory.
25987 * configure.in: Configure it.
25988 * configure: Regenerate.
25989 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
25990 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
25991
25992 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
25993
25994 * config/mn10300-eval.exp: New file to support MN10300 eval board.
25995
25996 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
25997
25998 * gdb.base/overlays (several files): Merge the two overlay
25999 managers into one. Change variables (foox, barx, bazx, grbxx)
26000 back into ints but force them to load in their proper sections.
26001
26002 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
26003
26004 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
26005 on-chip insn memory and IMAP1 to upper 128k.
26006 (D10VCopy): Handle memory regions crossing 16k boundaries.
26007 (D10VCopy): Transfer data in 32 bit chunks.
26008
26009 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
26010
26011 * gdb.base/overlays.c (main): Exit normally when result is
26012 correct.
26013
26014 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
26015 map. Include space for printf in .text segment.
26016
26017 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
26018 updated d10v memory VMA/LMA map.
26019 (D10VCopy): Call D10VTranslate.
26020
26021 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
26022
26023 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
26024
26025 * gdb.base/bar.c (barx, bar): Change variable to small array so
26026 that it won't be put into the .sdata - small data -
26027 section. Update reference.
26028 * gdb.base/baz.c (bazx, baz): Ditto.
26029 * gdb.base/foo.c (foox, foo): Ditto.
26030 * gdb.base/grbx.c (grbxx, grbx): Ditto.
26031
26032 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
26033 to be arrays.
26034
26035 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
26036
26037 * gdb.base/overlays.exp: fix up and get working again.
26038 Add tests for backtraces from an overlay function.
26039
26040 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
26041
26042 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
26043 "calling function with watchpoint enabled".
26044
26045 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
26046
26047 * gdb.base/break.exp (test_next_with_recursion): Remove
26048 gdb_suppress_tests for d10v-*-*.
26049 * lib/gdb.exp (gdb_suppress_tests): Disable this function
26050 pending review of whether it is useful or not.
26051
26052 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
26053
26054 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
26055
26056 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
26057
26058 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
26059 * config/dve.exp: New file to support Densan boards.
26060
26061 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
26062
26063 * gdb.base/interrupt.exp: Document problem of simulators, signals,
26064 reads and BSD.
26065
26066 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
26067
26068 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
26069 response.
26070
26071 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
26072
26073 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
26074
26075 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
26076 test.
26077
26078 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
26079 target_sizeof_long and target_bigendian_p.
26080 (structs_by_value, structs_by_reference): Check values according
26081 to targets word size and endianess.
26082
26083 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
26084
26085 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
26086 output.
26087
26088 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
26089
26090 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
26091 Update test of set args help to match source change.
26092
26093 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
26094
26095 * gdb.base/default.exp: Expect help system output to be in
26096 alphabetical order.
26097 * gdb.base/help.exp: Ditto.
26098
26099 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
26100
26101 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
26102 "i*86-pc-linux-gnu*".
26103 * gdb.base/interrupt.exp: Ditto.
26104 * gdb.base/corefile.exp: Ditto.
26105
26106 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
26107 define vxworks when building the testcase.
26108
26109 * gdb.base/ptype.exp: Fix testnames to be unique.
26110 * gdb.base/radix.exp: Ditto.
26111 * gdb.base/term.exp: Ditto.
26112 * gdb.base/whatis.exp: Ditto.
26113 * gdb.c++/classes.exp: Ditto.
26114
26115 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
26116
26117 * gdb.base/callfuncs.exp: Fix indentation.
26118
26119 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
26120 suppress_flag has been set.
26121 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
26122 target feature.
26123
26124 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
26125
26126 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
26127 the testcase.
26128
26129 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
26130 set_debug_traps() and breakpoint().
26131 * gdb.c++/misc.cc (main): Ditto.
26132 * gdb.c++/templates.cc (main): Ditto.
26133 * gdb.c++/virtfunc.cc (main): Ditto.
26134
26135 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
26136
26137 * lib/gdb.exp(gdb_step_for_stub): New function.
26138 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
26139 exists, reload the executable and do a "continue" instead of
26140 doing a jump.
26141 (runto_main): Use gdb_step_for_stub.
26142
26143 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
26144 tests to have unique names.
26145 * gdb.base/callfuncs.exp: Ditto.
26146 * gdb.base/commands.exp: Ditto.
26147 * gdb.base/default.exp: Ditto.
26148 * gdb.base/help.exp: Ditto.
26149 * gdb.base/list.exp: Ditto.
26150 * gdb.base/opaque.exp: Ditto.
26151 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
26152 similar tests.
26153
26154 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
26155 * gdb.c++/cplusfuncs.cc: Ditto.
26156 * gdb.c++/virtfunc.cc: Ditto.
26157
26158 * config/monitor.exp: Keep track of the last file we saw, rather
26159 than trying to get the info from gdb.
26160
26161 * gdb.fortran/types.exp: Move comment to previous line.
26162
26163 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
26164
26165 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
26166 target mode.
26167
26168 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
26169
26170 From Bob Manson:
26171 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
26172 string from GDB when it connects.
26173
26174 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
26175
26176 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
26177
26178 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
26179 if we can't get a debug format from GDB (we may be testing an
26180 older GDB). Use a 10 second timeout when checking for the format.
26181
26182 * gdb.stabs/weird.exp: Fix quoting.
26183
26184 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
26185
26186 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
26187
26188 * config/arm-ice.exp: New file.
26189
26190 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
26191
26192 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
26193 until it has been modified to work with the new testsuite.
26194
26195 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
26196 testcase won't compile, cause all of the testcases in the file to
26197 fail instead.
26198
26199 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
26200 (gdb_clear_suppressed): New procedure.
26201 (gdb_stop_suppressing_tests): Only clear suppress_flag if
26202 it contains a positive value.
26203
26204 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
26205
26206 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
26207
26208 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
26209
26210 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
26211
26212 * lib/gdb.exp (setup_xfail_format): New function.
26213 (get_debug_format): New function to get debug format.
26214 (debug_format): New global variable to hold last value set
26215 by get_debug_format.
26216 * gdb.base/list.exp: Call get_debug_format and expect some
26217 tests to fail for DWARF 1 and COFF formats.
26218 * gdb.c++/ptype.exp: Ditto.
26219 * gdb.c++/classes.exp: Ditto.
26220 * gdb.c++/cplusfuncs.exp: Ditto.
26221 * gdb.c++/inherit.exp: Ditto.
26222 * gdb.c++/templates.exp: Ditto.
26223 * gdb.c++/virtfunc.exp: Ditto.
26224
26225 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
26226
26227 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
26228 host doesn't have a currently-open connection.
26229
26230 * config/sparclet.exp: Cleanups and fixes to make it generic for
26231 any gdb stub target. Handle cases where gdb doesn't respond when
26232 interrupted in a sane fashion.
26233
26234 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
26235 same thing in a totally different way.
26236
26237 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
26238 setting "timeout".
26239 (gdb_start): We set the global gdb_prompt variable in
26240 default_gdb_init now.
26241
26242 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
26243
26244 * gdb.base/printcmds.exp: Fix "check for floating addition"
26245 regexp to accept results within approx +/- .01 of exact value.
26246 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
26247
26248 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
26249
26250 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
26251 properly.
26252 (gdb_expect): Add optional timeout parameter, and add timeout
26253 value to various calls.
26254 (gdb_suppress_tests): Only give one warning message per group.
26255
26256 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
26257
26258 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
26259 global variables. Handle getting a value for $timeout more
26260 gracefully.
26261
26262 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
26263
26264 * lib/gdb.exp: Close connection to remote host if gdb doesn't
26265 initialize.
26266 (default_gdb_init): New procedure; allow gdb_init to be overridden
26267 by a target configuration file.
26268 (gdb_expect): Pass the timeout to remote_expect.
26269
26270 * config/monitor.exp(gdb_load): Fix typo in regexp.
26271
26272 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
26273
26274 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
26275
26276 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
26277
26278 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
26279 here. Call gdb_target_exec before rebooting the target, to make
26280 sure the connection to the target is closed.
26281 (gdb_load): Pass the name of the executable to gdb_target_monitor.
26282 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
26283 Also detect "Timeout reading from remote" error.
26284
26285 * config/gdbserver.exp: Pass the executable being loaded to
26286 gdb_target_monitor. Don't call gdb_file_cmd here; let
26287 gdb_target_monitor do it.
26288
26289 * gdb.disasm/hppa.exp: Don't use exec_output.
26290
26291 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
26292
26293 * gdb.base/list.exp: If we're debugging a non-native target,
26294 try to set the pc register to point to the start of the
26295 program before doing the first list command.
26296
26297 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
26298 test_calls after restarting.
26299
26300 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
26301 reloading.
26302
26303 * gdb.base/watchpoint.exp: Fix typo.
26304
26305 * gdb.base/setshow.exp: Check for use_gdb_stub.
26306
26307 * gdb.base/break.exp: Fix continue until exit test for the gdb
26308 stub case.
26309 * gdb.base/langs.exp: Ditto.
26310
26311 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
26312 gdb_load_offset. If we weren't given a file to load, figure out
26313 what the current file is and use it.
26314
26315 * config/i386-bozo.exp: New file.
26316
26317 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
26318
26319 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
26320 feature.
26321
26322 * config/proelf.exp: New entry.
26323
26324 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
26325
26326 * lib/gdb.exp: Remove spurious .* patterns at the beginning
26327 of regexps.
26328
26329 * gdb.base/watchpoint.exp: Don't run the test_stepping
26330 tests if gdb can't call functions on the target.
26331
26332 * gdb.base/setshow.exp: Don't run the set prompt tests if
26333 the board has gdb_prompt set.
26334
26335 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
26336
26337 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
26338 * gdb.base/commands.exp: Likewise.
26339 * gdb.base/setshow.exp: Likewise.
26340
26341 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
26342
26343 * config/monitor.exp(gdb_start): Look for gdb_prompt target
26344 feature.
26345
26346 * config/i960.exp: New file.
26347
26348 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
26349
26350 * gdb.base/funcargs.exp: Check for gdb,short_int target
26351 feature instead of looking for explicit target triplets.
26352
26353 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
26354
26355 * gdb.base/printcmds.exp: add a couple more tests a la
26356 "p 123DEADBEEF", to check parse_number.
26357 * top.c: change "to enable to enable" to "to enable" in a couple
26358 of help strings.
26359
26360 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
26361
26362 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
26363 on the mn10300.
26364
26365 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
26366
26367 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
26368 where the test executable is run with explicit args.
26369 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
26370
26371 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
26372
26373 * gdb.base/run.c: Use FAKEARGV to build test executable that
26374 does not require a command line arg, since most simulators
26375 don't currently support passing such an arg into the simulated
26376 program.
26377 * gdb.base/commands.exp: Change tests to insert the proper
26378 value as the arg to the first recursive factorial call. Change
26379 compilation line to define FAKEARGV at compile time.
26380
26381 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
26382
26383 * gdb.base/recurse.exp: Enable these tests for the mn10300.
26384 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
26385 function with watchpoint enabled" test.
26386
26387 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
26388
26389 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
26390 Don't call gdb_test when the command doesn't return to a gdb prompt.
26391
26392 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
26393 "Tests restarted" messages.
26394
26395 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
26396
26397 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
26398
26399 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
26400
26401 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
26402 for INFO SYMBOL; add help tests for OVERLAY commands.
26403 * gdb.base/default.exp: add tests for INFO SYMBOL command;
26404 add tests for OVERLAY commands
26405 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
26406 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
26407 * gdb.base/sigall.c: add usestubs code frag
26408 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
26409
26410 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
26411
26412 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
26413 failures.
26414 (gdb_stop_suppressing_tests): Note that tests have restarted.
26415
26416 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
26417
26418 * config/h8300.exp: New file.
26419
26420 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
26421
26422 * gdb.base/setshow.exp: Check for the existence of a
26423 feature, not its value.
26424
26425 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
26426
26427 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
26428
26429 * gdb.base/scope.exp: It's now init0(), not init().
26430
26431 * gdb.base/scope0.c: For now, change init() to be init0().
26432
26433 * config/monitor.exp: Use gdb_serial in preference to serial
26434 or netport.
26435
26436 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
26437 and it's not already set.
26438
26439 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
26440
26441 * gdb.base/setshow.exp: Only test the run command if the target
26442 isn't using a stub and if it supports argument passing.
26443
26444 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
26445
26446 * config/udi.exp(gdb_start): Make sure UDICONF is set
26447 properly before starting gdb.
26448
26449 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
26450
26451 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
26452 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
26453 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
26454
26455 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
26456
26457 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
26458 specialized code to reboot the board, use remote_reboot instead.
26459
26460 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
26461
26462 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
26463
26464 * config/monitor.exp: Make sure we disconnect from the target.
26465 Also, try a reboot/reload cycle instead of failing if the
26466 load fails.
26467
26468 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
26469
26470 * gdb.base/default.exp: Don't set match_max.
26471 * gdb.base/help.exp: Ditto.
26472 * gdb.base/list.exp: Ditto.
26473 * gdb.base/signals.exp: Ditto.
26474
26475 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
26476 set, use remote_ld to download the testcase instead of
26477 the GDB loader.
26478
26479 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
26480
26481 * config/vr5000.exp: New file.
26482
26483 * config/monitor.exp(gdb_target_monitor): Add pattern for
26484 "Ending remote" to detect errors in connecting.
26485
26486 * gdb.base/setshow.exp: Add .* within auto language test.
26487
26488 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
26489 target feature.
26490
26491 * config/monitor.exp(gdb_load): Check for a failure when loading,
26492 and reboot the board if necessary.
26493
26494 * gdb.base/setvar.exp(test_set): Handle multiple prints within
26495 a set of tests. Remove print.* from the patterns being checked.
26496
26497 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
26498
26499 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
26500 refer to gdb_spawn_id.
26501
26502 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
26503 longer used.
26504 * config/sparclet.exp: Ditto.
26505 * config/sparclet-old.exp: Ditto.
26506 * config/slite.exp: Ditto.
26507 * config/sim.exp: Ditto.
26508 * gdb.base/funcargs.exp: Ditto.
26509
26510 * lib/gdb.exp:Remove references to gdb_spawn_id.
26511 (gdb_expect): Move to remote.exp.
26512
26513 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
26514
26515 * config/monitor.exp: Detect the "Couldn't establish connection"
26516 message from GDB.
26517
26518 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
26519
26520 * gdb.base/bitfields.exp: Use runto instead of explicit
26521 gdb_run_cmd/gdb_expect sequences.
26522
26523 * gdb.base/break.exp(text_next_with_recursion): Add match for
26524 gdb_expect call.
26525
26526 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
26527 We also need to handle the "A program is being debugged already"
26528 prompt from gdb. Use gdb_test to set the baud rate.
26529
26530 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
26531 to 20000. Really. I mean it.
26532
26533 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
26534
26535 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
26536 fails. If suppress_flag is set, skip perror message about not
26537 being able to send to GDB.
26538 (send_gdb): If suppress_flag is set, don't try to send commands to
26539 GDB.
26540 (gdb_expect): If suppress_flag is set, always fail immediately.
26541 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
26542 (gdb_init): Call gdb_stop_suppressing_tests.
26543 (default_gdb_exit): Ditto.
26544 (default_gdb_start): Ditto.
26545
26546 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
26547 gdb_stop_suppressing_tests as appropriate.
26548 * gdb.base/break.exp: Ditto.
26549 * gdb.base/callfuncs.exp: Ditto.
26550 * gdb.base/commands.exp: Ditto.
26551 * gdb.base/exprs.exp: Ditto.
26552 * gdb.base/funcargs.exp: Ditto.
26553 * gdb.base/list.exp: Ditto.
26554 * gdb.base/recurse.exp: Ditto.
26555 * gdb.base/scope.exp: Ditto.
26556 * gdb.base/structs.exp: Ditto.
26557 * gdb.c++/inherit.exp: Ditto.
26558
26559 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
26560
26561 * config/vr4300.exp: New file.
26562
26563 * gdb.*/*.exp: Call gdb_expect instead of expect.
26564
26565 * lib/gdb.exp(gdb_expect): New function.
26566
26567 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
26568
26569 * lib/gdb.exp(gdb_init): New function.
26570
26571 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
26572 for each individual variable set.
26573
26574 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
26575 name.
26576
26577 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
26578
26579 * gdb.base/scope.exp: Use gdb_test.
26580
26581 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
26582 aborting; the testsuite driver will do that for us (see
26583 gdb_finish). Also, use gdb_test in a few more places.
26584
26585 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
26586
26587 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
26588
26589 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
26590
26591 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
26592 and "add_tests" are not at the same address.
26593
26594 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
26595
26596 * gdb.base/ptype.exp: Use gdb_test.
26597
26598 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
26599
26600 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
26601 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
26602 left in. No longer expect them to fail.
26603
26604 * gdb.stabs/*.mt; Deleted, no longer used.
26605 * gdb.stabs/configure.in: Remove references to target makefile
26606 frags.
26607 * gdb.stabs/configure: Rebuilt.
26608
26609 * gdb.disasm/*.mt: Deleted, no longer used.
26610 * gdb.disasm/configure.in: Remove references to target makefile
26611 frags. Use "sh3.s" as the unique filename for this directory.
26612 * gdb.disasm/configure: Rebuilt.
26613
26614 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
26615 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
26616 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
26617
26618 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
26619
26620 * config/udi.exp: Use mondfe,name instead of remote_host.
26621
26622 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
26623
26624 * gdb.base/watchpoint.exp: Don't expect a failure when calling
26625 a function with a watchpoint enabled on the mn10200.
26626
26627 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
26628 before trying to create it!
26629
26630 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
26631
26632 * config/vx.exp: Use hostname instead of netport.
26633
26634 * config/vxworks.exp: New file.
26635
26636 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
26637
26638 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
26639 gdb before assuming everything worked. Send a ^C if a timeout
26640 occurs.
26641
26642 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
26643 $gdb_spawn_id directly.
26644 (gdb_run_cmd): Try _start as well as start. Use the target feature
26645 gdb,start_symbol as the symbol to start from when jumping.
26646
26647 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
26648
26649 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
26650 redundant) test.
26651
26652 * gdb.base/recurse.exp: Relax final value test for 'b' so that
26653 it doesn't lose for 16bit integer systems.
26654
26655 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
26656
26657 * gdb.fortran/types.exp: If the target doesn't support "double"
26658 data types, then expect "real" types to only be 4 bytes.
26659
26660 * gdb.c++/virtfunc.exp: Expect failure for virtual function
26661 call tests if the target doesn't support inferior function calls.
26662
26663 * gdb.base/printcmds.exp: Allow minor deviation in FP values
26664 in printf tests.
26665
26666 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
26667
26668 * gdb.base/help.exp: Disable "help set", "help show", and
26669 "help support". Simplify regexp for "help stack".
26670
26671 * gdb.base/default.exp: Set match_max to 5000 and the timeout
26672 to 60 seconds. Temporarily set match_max to 15000 around the
26673 "info copying" test.
26674
26675 * gdb.base/nodebug.exp: Don't try to do an inferior function
26676 call if the target doesn't support them.
26677 * gdb.base/printcmds.exp: Likewise.
26678 * gdb.base/setvar.exp: Likewise.
26679 * gdb.base/structs.exp: Likewise.
26680 * gdb.c++/templates.exp: Likewise.
26681 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
26682
26683 * gdb.base/recurse.exp: Enable for the mn10200.
26684
26685 * configure.in: Do configure gdb.stabs directory for *-*-elf
26686 targets.
26687 * configure: Rebuilt.
26688
26689 * gdb.base/break.exp: Check for gdb,noresults before testing
26690 exit status and/or results from the target.
26691 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
26692 * lib/gdb.exp: Remove old (now bogus) initialization of
26693 noinferior, noargs, noresults and nosignals.
26694
26695 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
26696
26697 * config/sh.exp: New file.
26698
26699 * config/slite.exp: Try to connect multiple times to the board
26700 before rebooting. Only send a "monitor run" if need_monitor_run
26701 is set.
26702
26703 * gdb.base/break.exp: Don't do the "stub continue" test if
26704 the target has gdb_stub set.
26705
26706 * gdb.base/callfuncs.exp: Increase the timeout.
26707
26708 * gdb.base/interrupt.exp: Don't even try to compile the testcase
26709 if the target has gdb,noinferiorio set.
26710
26711 * gdb.base/list.exp: Increase match_max to 10000 characters.
26712
26713 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
26714
26715 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
26716 target.
26717
26718 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
26719
26720 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
26721
26722 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
26723 trying to delete the copy of gdb. Catch the file delete so we
26724 don't die if the delete fails; also, the file should be copied to
26725 the host, not to the build.
26726
26727 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
26728
26729 * lib/gdb.exp(gdb_test): Surround the result pattern with
26730 parenthesis in case it contains multiple regexps separated
26731 with |.
26732
26733 * gdb.base/watchpoint.exp: Use gdb_test.
26734 * gdb.base/default.exp: Ditto.
26735
26736 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
26737
26738 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
26739
26740 * gdb.base/scope.exp: Use gdb_test.
26741 * gdb.c++/classes.exp: Ditto.
26742 * gdb.c++/inherit.exp: Ditto.
26743
26744 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
26745
26746 * gdb.base/crossload.exp: Don't use execute_anywhere, use
26747 remote_exec instead.
26748 * gdb.base/corefile.exp: Don't be ridiculous.
26749 * gdb.base/*.c: Add missing stub invocations.
26750
26751 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
26752
26753 * config/slite.exp: Miscellaneous fixes.
26754
26755 * lib/gdb.exp: Fix runto.
26756
26757 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
26758 the target.
26759
26760 * gdb.base/watchpoint.exp: Fix regexp.
26761
26762 * lib/gdb.exp(default_gdb_exit): Add a catch to the
26763 close and wait commands, as the descriptor may now be
26764 invalid. Always call "remote_close host".
26765
26766 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
26767
26768 Major rewrite for testsuite revision.
26769
26770 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
26771 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
26772 instead of relying on spawn_id to always contain a valid
26773 spawn id.
26774 (get_compiler_info): New procedure to build the ${binfile}.ci
26775 file, instead of replicating this in N different places.
26776 (gdb_compile): New procedure.
26777
26778 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
26779 appropriate arguments) instead of compile. Use gdb_test in a lot
26780 more places. Use send_gdb instead of send. Always run gdb_start
26781 at the start of a testcase, as this is no longer done magically.
26782
26783 config/*-gdb.exp: Rename without the -gdb suffix.
26784
26785 config/mips.exp: Use remote_close instead of exit_remote_shell.
26786 config/monitor.exp: Use target_info instead of looking at
26787 baud, timeout, etc.
26788 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
26789
26790 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26791
26792 * gdb.c++/templates.exp (test_ptype_of_templates),
26793 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
26794 Update expect patterns for destructors and assignment operators
26795 to match corresponding c-typeprint.c changes.
26796 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
26797 to destructor breakpoint test, GDB should be able to set the
26798 destructor breakpoint without specifying arguments.
26799
26800 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
26801
26802 * gdb.threads/pthreads.exp: Change result for failure to compile due
26803 to lack of pthreads runtime support from an error to simply an
26804 unsupported test, per dejagnu standards.
26805
26806 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26807
26808 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
26809 where GDB exits to reduce pattern match time.
26810 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
26811
26812 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
26813
26814 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
26815
26816 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
26817 * gdb.base/default.exp: ditto.
26818 * gdb.base/nodebug.exp: ditto.
26819 * gdb.base/printcmds.exp: ditto.
26820 * gdb.base/ptype.exp: ditto.
26821 * gdb.base/setvar.exp: ditto.
26822 * gdb.base/structs.exp: ditto.
26823 * gdb.base/setshow.c: Guard against uninitialized values of argc.
26824
26825 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
26826
26827 * configure, */configure: Rebuild with autoconf 2.12.
26828
26829 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
26830
26831 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
26832 use new i*86-pc-linux*-gnu quads.
26833 * gdb.base/corefile.exp: Ditto.
26834 * gdb.base/signals.exp: Ditto.
26835 * gdb.base/sigall.exp: Ditto.
26836 * gdb.base/interrupt.exp: Ditto.
26837
26838 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
26839 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
26840 RedHat 4.0.
26841
26842 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
26843 linux. This allows the test case to at least compile on latest
26844 linux, but still not run due to missing the threads runtime library.
26845
26846 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26847
26848 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
26849 directory to search gdb directory. Accept and step over conditional
26850 stack alignment code. Consume $prompt in failure cases.
26851 Reset timeout to $oldtimeout instead of some arbitrary value.
26852 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
26853 timeout problems with infinite stack backtraces.
26854 * gdb.base/ptype.exp (ptype struct link, union tu_link):
26855 Accept function parameters for linkfunc member.
26856
26857 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
26858
26859 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
26860 (CXXFLAGS): Remove, unreferenced.
26861 (B_OPTIONS): Add for -B options and add code to initialize with
26862 previous -B options and also add -B option to pick up cross compiled
26863 runtime.
26864 (TARGET_INCLUDES): Add for -I options and add code to initialize when
26865 doing cross compiles.
26866 (target_alias): Declare global.
26867 (xgcc): Set variable to full path of gcc in build tree. Use findfile
26868 to verify that gcc exists in build tree, and if so set CC to that
26869 gcc and to use B_OPTIONS and TARGET_INCLUDES.
26870
26871 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
26872
26873 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
26874 ptype test for anonymous union. Fixup testcase to match
26875 current gcc debug output.
26876
26877 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
26878
26879 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
26880 force argument to an unsigned long type.
26881
26882 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
26883
26884 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
26885 tests and anonymous union print/ptype tests.
26886 * gdb.base/list.exp (test_forward-search): Increase timeout by
26887 5 minutes for the "search extremely long line" case.
26888 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
26889 completely optional and that the pass/fail messages use the command as
26890 the message if that third arg is a null string.
26891 (gdb_test_exact): Arrange that a null string pattern means match a
26892 null string output rather than any output, which might include random
26893 errors.
26894 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
26895 backtrace test.
26896 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
26897 always failing and failure is now exposed by gdb.exp changes.
26898
26899 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
26900
26901 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
26902 weren't being noted.
26903
26904 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26905
26906 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
26907 * gdb.stabs/weird.exp: Remove v_comb xfails.
26908
26909 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
26910
26911 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
26912 list.exp scope.exp watchpoint.exp]
26913 Make all timeout error msgs explicitly say "(timeout)".
26914
26915 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
26916
26917 * config/monitor.exp: Increase download timeout to 1000 seconds.
26918
26919 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
26920
26921 * config/m32r.exp: Increase timeout to 120 seconds.
26922
26923 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
26924
26925 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
26926 and accept older ordering as obsolescent gcc or gdb.
26927 * gdb.c++/templates.exp: Ditto.
26928 * gdb.c++/virtfunc.exp: Ditto.
26929
26930 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
26931
26932 * gdb.base/coremaker.c: Add code to mmap some data so we
26933 can check that it ends up in the core file.
26934 * gdb.base/corefile.exp: Add test to read mmapped data
26935 from core file.
26936
26937 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
26938
26939 * config/m32r.exp: New file.
26940
26941 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
26942
26943 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
26944 that cflags can contains -gstabs, and work correctly for other tests.
26945
26946 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
26947
26948 * gdb.base/setshow.exp: New file, tests show and set.
26949 * gdb.base/setshow.c: New file, tests show and set.
26950 * gdb.base/help.exp: Add test for help set|show annotate.
26951 * gdb.base/default.exp: Add test for set|show annotate.
26952
26953 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
26954
26955 * testsuite/gdb.base/break.exp: Make backtrace from factorial
26956 errors unique.
26957 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
26958 explicitly.
26959
26960 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
26961
26962 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
26963 and width commands. This is done elsewhere.
26964 * (gdb_start): Don't call gdb_start_sim here. That's already
26965 done in gdb_load. This fixes lots of failures in default.exp.
26966
26967 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
26968
26969 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
26970 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
26971 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
26972 in the same we we treat other failures (since it may be an expected
26973 condition), rather than as an error.
26974 * gdb.base/signals.exp (test_handle_all_print): Revert back to
26975 old test format.
26976
26977 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
26978
26979 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
26980 (distclean maintainer-clean realclean): No need to remove files
26981 twice. Nuke the duplicates.
26982 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
26983 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
26984 Remove config.h along with other config files.
26985
26986 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
26987
26988 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
26989 "p func1 ()" and note that rests of tests are skipped.
26990 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
26991 setup_xfails for "print func2::coremaker_local".
26992 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
26993 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
26994 affected by the previous run test.
26995 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
26996 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
26997 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
26998 "pass int powerset tuple" and "pass modeless int powerset tuple".
26999 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
27000 "real write 4" and "real write 8".
27001 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
27002 setup_xfails for "print vs1 after tuple assign 2",
27003 "print \$i after tuple assign 2", and
27004 "print vs2 after tuple assign 2".
27005 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
27006 meaningful error message and return -1 so the caller can
27007 suppress further tests and avoid a cascade of errors.
27008
27009 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
27010
27011 * gdb.base/a1-selftest.exp: Tweak tests to account for new
27012 format for printing version.
27013 * gdb.base/default.exp: Ditto.
27014 * gdb.base/interrupt.exp: Fix problem with cascade of
27015 errors if child process dies while calling a function.
27016
27017 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
27018
27019 * Makefile.in (VPATH): Add
27020 * Makefile.in (Makefile, config.status): Fix rules so things get
27021 remade when necessary.
27022
27023 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
27024
27025 * Makefile.in (just-check): Add path to sibling expect dir
27026 to environment variable specified by RPATH_ENVVAR.
27027
27028 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
27029
27030 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
27031 (just-check): Add shared library paths for libstdc++, tk,
27032 tcl, bfd, and opcodes to the environment variable specified
27033 in RPATH_ENVVAR.
27034 * configure.in: Add support to recognize --enable-shared flag
27035 and generate correct value for RPATH_ENVVAR.
27036 * configure: Regenerated with autoconf.
27037
27038 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
27039
27040 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
27041 include all osf versions.
27042 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
27043 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
27044 when target is linux. When failing to build pthreads test
27045 executable, give more meaningful message.
27046 * gdb.threads/pthreads.c: Hpux also uses old definition of second
27047 arg for pthread_create.
27048
27049 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
27050
27051 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
27052 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
27053 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
27054 and -lpthreads (everybody else).
27055 (test_startup): Fail gracefully if threads are not supported.
27056 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
27057 "p/c array_index("abcdef",2)" when not gcc compiled.
27058 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
27059 "print func2::coremaker_local" when not gcc compiled.
27060 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
27061 "ptype on opaque struct tagname (statically)",
27062 "ptype on opaque struct tagname (dynamically) 1", and
27063 "ptype on opaque struct tagname (dynamically) 2"
27064 for not compiled with gcc.
27065 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
27066 backtrace when compiled with gcc.
27067 * lib/gdb.exp (runto_main): Return result of "runto main" rather
27068 than always return success.
27069
27070 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
27071
27072 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
27073
27074 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
27075
27076 * gdb.base/structs.exp: Undo last change.
27077
27078 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
27079
27080 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
27081 encapsulate all the steps/nexts done during self test, starting
27082 at main, and makes them less sensitive to optimization issues.
27083 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
27084 signal handler" test.
27085 * gdb.threads/pthreads.exp: Only run this for native configs.
27086 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
27087 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
27088 tests.
27089 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
27090 for "runto test_calls(void)" test.
27091
27092 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
27093
27094 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
27095 and don't expect address info in breakpoint confirmations.
27096
27097 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
27098
27099 * gdb.base/list.exp (test_forward_search): Increase timeout
27100 temporarily by 60 seconds for searching extremely long line,
27101 and then reset to old value when done. Increase expect input
27102 buffer to 10000.
27103
27104 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
27105
27106 * gdb.base/list.exp (test_forward_search): Fix to handle very
27107 long source line without overflowing expect's input buffer.
27108
27109 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
27110
27111 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
27112 "buffer_full".
27113
27114 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
27115 "buffer_full".
27116
27117 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
27118 "buffer_full".
27119
27120 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
27121 "buffer_full".
27122
27123 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
27124
27125 * configure.in (configdirs): Add gdb.threads.
27126 * configure: Regenerated with autoconf.
27127 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
27128 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
27129 * gdb.threads/configure: New, generated with autoconf.
27130
27131 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
27132
27133 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
27134
27135 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
27136
27137 * gdb.base/signals.exp (test_handle_all_print): Test separately for
27138 each signal's status in the output of "handle all print".
27139 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
27140 the \r\n sequence that immediately precedes the gdb prompt.
27141 * gdb.base/a1-selftest.exp: Save original timeout and restore
27142 after test.
27143
27144 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
27145
27146 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
27147 symbol.
27148
27149 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
27150
27151 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
27152
27153 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
27154
27155 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
27156 timeout by 60 seconds.
27157
27158 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
27159
27160 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
27161 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
27162 error return.
27163
27164 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
27165
27166 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
27167 gdb initialization, also report how long dejagnu waited. Restore
27168 old timeout before doing error return. Temporarily increase timeout
27169 by 3 minutes to allow for slow startups over heavy NFS use.
27170
27171 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
27172
27173 * lib/gdb.exp: Report timeout value for verbosity level 2.
27174 * config/gdbserver.exp: Ditto.
27175 * config/hppro.exp: Ditto.
27176 * config/mips-gdb.exp: Ditto.
27177 * config/monitor.exp: Ditto.
27178 * config/netware.exp: Ditto.
27179 * config/sim-gdb.exp: Ditto.
27180 * config/slite-gdb.exp: Ditto.
27181 * config/udi-gdb.exp: Ditto.
27182 * config/unix-gdb.exp: Ditto.
27183 * config/vx-gdb.exp: Ditto.
27184 * gdb.base/a1-selftest.exp: Ditto.
27185 * gdb.base/a2-run.exp: Ditto.
27186 * gdb.base/break.exp: Ditto.
27187 * gdb.base/corefile.exp: Ditto.
27188 * gdb.base/list.exp: Ditto.
27189 * gdb.base/recurse.exp: Ditto.
27190 * gdb.base/scope.exp: Ditto.
27191 * gdb.base/signals.exp: Ditto.
27192
27193 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
27194
27195 * gdb.threads/Makefile.in (docdir): Removed.
27196
27197 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
27198
27199 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
27200 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
27201 @srcdir@.
27202 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
27203 autoconf 2.5 or higher.
27204 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
27205
27206 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
27207
27208 * configure: Regenerated.
27209 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
27210 avoid name clashes with SunOS headers.
27211
27212 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
27213
27214 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
27215
27216 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
27217
27218 * gdb.base/callfuncs.exp: Finish last change -- make sure the
27219 prototype information ends up in the compiler info file.
27220
27221 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
27222
27223 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
27224 attempting to regenerate it. Eliminate use of a temporary file
27225 and just generate the info file directly. Source it immediately,
27226 for consistency of use.
27227 * gdb.base/corefile.exp: Ditto
27228 * gdb.base/exprs.exp: Ditto.
27229 * gdb.base/funcargs.exp: Ditto.
27230 * gdb.base/langs.exp: Ditto.
27231 * gdb.base/list.exp: Ditto.
27232 * gdb.base/mips_pro.exp: Ditto.
27233 * gdb.base/nodebug.exp: Ditto.
27234 * gdb.base/opaque.exp: Ditto.
27235 * gdb.base/ptype.exp: Ditto.
27236 * gdb.base/scope.exp: Ditto.
27237 * gdb.base/setvar.exp: Ditto.
27238 * gdb.base/signals.exp: Ditto.
27239 * gdb.base/whatis.exp: Ditto.
27240 * gdb.c++/templates.exp: Ditto.
27241 * gdb.c++/virtfunc.exp: Ditto.
27242 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
27243 whether or not to add -lstdc++ to the compile command line args.
27244
27245 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27246
27247 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
27248 it got fixed by the recent lookup_minimal_symbol_by_pc change.
27249 Increase timeout, a lot of single stepping might be needed if the
27250 target has no hardware watchpoints.
27251
27252 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
27253
27254 * gdb.base/break.exp: Ignore compiler warnings when compiling
27255 break.c.
27256 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
27257 * gdb.base/default.exp: Add h8300 xfails. Handle messages
27258 from remote-sim.
27259 * gdb.base/exprs.exp: Add h8300 xfails.
27260 * gdb.base/funcargs.exp: Likewise.
27261 * gdb.base/nodebug.exp: Likewise.
27262 * gdb.base/printcmds.exp: Likewise.
27263 * gdb.base/ptype.exp: Likewise.
27264 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
27265 h8300 xfails.
27266 * gdb.base/return.exp: Handle float/double precision problems
27267 on the h8300.
27268 * gdb.base/funcargs.c: Explicitly make last constant argument to
27269 call_after_alloca_subr an unsigned long type.
27270 * gdb.base/return.c: Include stdio.h.
27271
27272 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
27273
27274 * config/abug.exp: New file for the older Motorola Bug monitor
27275 that runs on the mvme13x series VME boards.
27276 * config/monitor.exp: Use the new config array for target settings
27277 if they exist.
27278
27279 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
27280
27281 * sim-gdb.exp: Make the SH simulator allocate less space when
27282 it is targeted.
27283
27284 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
27285
27286 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
27287 test.
27288
27289 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
27290
27291 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
27292 "rs6000-*-*" for "list function in include file" when gcc compiled.
27293 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
27294 for "p ctable1[120]".
27295 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
27296 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
27297 Remove setup_xfail for "rs6000-*-*" for
27298 "print 'scope0.c'::filelocal before run".
27299 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
27300 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
27301 since some compilers don't allow both options to be given
27302 on the same command line. Create object file and move it.
27303
27304 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
27305
27306 * gdb.base/corefile.exp: Always regenerate the core file, since
27307 we always regenerate the coremaker program. Detect special case
27308 where registers cannot be read from core file.
27309
27310 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
27311
27312 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
27313 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
27314 * gdb.c++/templates.exp: Only match on basename of file since
27315 some formats like xcoff don't encode directory information.
27316 * gdb.stabs/weird.exp: Use the right sed script for powerpc
27317 and rs6000 AIX xcoff targets.
27318 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
27319 * configure: Regenerate.
27320 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
27321 here, rather than in distclean.
27322
27323 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
27324
27325 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
27326 defined, and use it to compile the test case with -O2. The
27327 native compilation still uses no optimization.
27328 * gdb.base/mips_pro.c: Remove inline assembly code since
27329 it is compiled PIC by default, which results in assembler
27330 warnings that make the testsuite think the compilation
27331 was unsuccessful.
27332
27333 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
27334
27335 * gdb.c++/misc.exp: Add note to message for
27336 "print s.a for foo struct" that this is a known gcc 2.7.2
27337 and earlier bug.
27338
27339 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
27340
27341 * gdb.base/break.exp: Fix pattern for matching "Delete all
27342 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
27343 setup_xfail for deleting all breakpoints test. Fix various
27344 timeout messages to include "(timeout)".
27345 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
27346 for "p t_float_values2(3.14159,float_val2)".
27347 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
27348 for "continue to call2g" when gcc compiled.
27349 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
27350 "up to foo in langs.exp", "show language at foo in langs.exp",
27351 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
27352 and "show language at fsub in langs.exp".
27353 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
27354 "list line 1 in include file", "list message for lines past EOF",
27355 "list function in include file", "list list0.h:foo", and
27356 "list filename:function; nonexistant function".
27357 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
27358 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
27359 and "ptype t_char_array" to be for native cc only.
27360
27361 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
27362
27363 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
27364 setup_xfail for "print coremaker_bss", "print coremaker_ro",
27365 "print func2::coremaker_local", and "backtrace in corefile.exp".
27366
27367 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
27368
27369 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
27370 "bt in signals.exp". This problem only appears when running
27371 the testsuite, and then only intermittently.
27372
27373 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
27374
27375 * gdb.base/return.exp (return_tests): Differentiate between
27376 two tests of continuing.
27377
27378 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
27379
27380 * */Makefile.in (maintainer-clean): Remove config.log.
27381 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
27382 * gdb.c++/Makefile.in (PROGS): Add inherit.
27383 (clean): Remove *.ci.
27384
27385 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
27386
27387 * gdb.c++/misc.cc: Add test code from Mike Stump.
27388 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
27389
27390 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
27391
27392 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
27393 to "alpha-*-osf2*" and add comment.
27394 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
27395 setup_xfail for "step over execarg initialization" and
27396 "step over corearg initialization".
27397 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
27398 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
27399 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
27400 gcc compiled for "print coremaker_bss", "print coremaker_ro",
27401 "print func2::coremaker_local", and "backtrace in corefile.exp".
27402 * gdb.base/signals.exp: Build and source signals.ci.
27403 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
27404 to be for gcc only.
27405 * lib/gdb.exp: Move verbose statements outside conditionals.
27406
27407 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27408
27409 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
27410 Feb 3 procfs.c change.
27411
27412 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
27413
27414 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
27415
27416 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
27417
27418 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
27419 from dejagnu's apparent default of 10 seconds, which gives random
27420 results when running the tests over NFS on moderately loaded systems.
27421 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
27422
27423 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
27424
27425 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
27426 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
27427 result reports.
27428
27429 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
27430
27431 * configure.in (CY_AC_PATH_TCLH): Remove.
27432 * configure: Regenerate.
27433
27434 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
27435
27436 * gdb.c++/Makefile.in (clean): Add missing '{'.
27437
27438 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
27439
27440 * lib/gdb.exp: Provide a default value for noinferior.
27441
27442 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
27443 Load libgloss.exp.
27444
27445 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
27446
27447 * gdb.disasm/hppa.exp: Compile directly into an executable, use
27448 the executable, not the .o to run the tests from.
27449
27450 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
27451
27452 * gdb.base/break.exp: Don't test for program exit or exit status
27453 if $noresults if nonzero.
27454 * gdb.base/langs.exp: Likewise.
27455 * gdb.base/watchpoint.exp: Likewise.
27456
27457 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
27458 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
27459 trying to compile the testcase.
27460
27461 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
27462
27463 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
27464 * gdb.base/signals.exp (continue to handler): Likewise.
27465
27466 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
27467
27468 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
27469
27470 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
27471
27472 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
27473
27474 * gdb.base/corefile.exp: Recognize "not found" as failure
27475 when trying to determine if a core file was generated.
27476 If no core file was generate the first time, try again without
27477 the ulimit -c to work around braindamaged shells.
27478
27479 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
27480
27481 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
27482 [] tests with "test" and enclose string in quotes.
27483 * gdb.stabs/configure: Rebuild
27484
27485 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
27486
27487 Changes in sync with expect:
27488 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
27489 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
27490 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
27491 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
27492 argument to AC_REQUIRE.
27493 * configure: Regenerated.
27494
27495 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
27496
27497 * gdb.base/corefile.exp: When generating a core, discard any
27498 error messages about ulimit not found and the "core dumped"
27499 message from the shell that runs the coredumper.
27500
27501 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
27502
27503 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
27504
27505 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
27506 which sed script to run. Expect failure for v_comb test
27507 on PA targets too.
27508
27509 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
27510
27511 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
27512 "print func2::coremaker_local" and for "backtrace in corefile.exp"
27513
27514 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
27515
27516 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
27517 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
27518 "sparc-sun-solaris*" xfails for "p v_comb".
27519 * lib/gdb.exp (default_gdb_start): Fix typo.
27520 * gdb.base/corefile.exp: Allow "Core was generated by ..."
27521 messages to not include the full program name that caused
27522 the core dump since some systems (such as solaris) apparently
27523 truncate this path to about 80 characters.
27524 When generating a core file first try increasing the core file
27525 size limit to unlimited since some systems may default it to
27526 zero, and it is harmless to try it. Move the test for failing
27527 to generate a core file to where it will actually get executed.
27528 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
27529 new gdb result from g++ debug info improvements and make old
27530 pattern obsolescent. Also account for size_t differences
27531 (may be int or long).
27532 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
27533 initialization before function call is placed in the delay slot
27534 and thus appears to be skipped over by commands such as "next".
27535
27536 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
27537
27538 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
27539
27540 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
27541
27542 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
27543 input source file; fix code to compile test to deal with this
27544 convention.
27545 * gdb.c++/*.exp: Likewise.
27546
27547 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
27548
27549 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
27550 "bt in signals.exp".
27551
27552 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
27553
27554 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
27555 "step over execarg initialization" and
27556 "step over corearg initialization".
27557
27558 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
27559
27560 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
27561 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
27562
27563 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
27564
27565 From Rob Savoye (rob@poseidon.cygnus.com)
27566 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
27567 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
27568 configure.in}, gdb.disasm/{Makefile.in, configure.in},
27569 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
27570 configure.in}: Major reworking for autoconfig.
27571 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
27572 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
27573 New files.
27574 * config/unix-gdb.exp: Make GDB global.
27575 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
27576 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
27577 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
27578 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
27579 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
27580 term.exp, twice.exp, watchpoint.exp, whatis.exp},
27581 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
27582 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
27583 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
27584 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
27585 pr-8136.exp, result.exp, string.exp, tuples.exp},
27586 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
27587 to returns as necessary, arrange for test to compile own testcase
27588 executable.
27589 * lib/gdb.exp: Changes for testsuite to compile own test cases.
27590
27591 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
27592
27593 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
27594 clear_xfail at end of test which might not call either pass or fail.
27595 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
27596 "backtrace through signal handler".
27597
27598 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27599
27600 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
27601 continuing from a job control stop signal.
27602 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
27603
27604 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
27605
27606 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
27607 * gdb.base/corefile.exp: Likewise.
27608 * gdb.base/funcargs.exp: Likewise.
27609
27610 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
27611
27612 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
27613 * config/monitor.exp: Add support for setting baud rate.
27614
27615 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
27616
27617 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
27618 i*86-*-linux* xfails for "backtrace through signal handler".
27619 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
27620 "print func2::coremaker_local".
27621 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
27622 alpha-dec-osf2* xfail for
27623 "delete all breakpoints when none".
27624
27625 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
27626
27627 * gdb.base/break.exp: Change test that deletes all breakpoints
27628 when no user breakpoints are installed. A post 4.15 change
27629 causes gdb to no longer prompt in this case.
27630
27631 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
27632
27633 * gdb.base/return.exp (return_tests): Change xfail for test
27634 "correct value returned double test" to stop xfailing at
27635 Solaris 2.5. Apparently the bug has been fixed.
27636
27637 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
27638
27639 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
27640 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
27641
27642 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
27643
27644 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
27645 * gdb.disasm/hppa.s: Corresponding changes.
27646
27647 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
27648
27649 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
27650 makefile fragment.
27651 * config/mt-hpux: Deleted.
27652
27653 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
27654
27655 * Many files: When warning about suppressed tests due to a
27656 nonexistant test binary, avoid incrementing the warning count.
27657
27658 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
27659
27660 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
27661
27662 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27663
27664 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
27665 "sparc-*-solaris2*".
27666
27667 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27668
27669 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
27670 Add global and local variables and initialize them.
27671 * gdb.base/corefile.exp: Test correct mapping of corefile sections
27672 by printing variables. Remove rs6000 and powerpc xfails, BFD now
27673 extracts the file name and terminating signal from the core file.
27674 * TODO: Remove note about tests for correct mapping of corefile.
27675 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
27676 from optimizing it away.
27677 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
27678 handles common blocks.
27679
27680 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
27681
27682 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
27683 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
27684
27685 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
27686
27687 * Makefile.in (maintainer-clean): New target, synonym for
27688 realclean.
27689 * gdb.base/Makefile.in (maintainer-clean): Likewise.
27690 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
27691 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
27692 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
27693 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
27694 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
27695
27696 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
27697
27698 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
27699 xfails when not gcc compiled for "print foo::funclocal".
27700 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
27701 "print foo::funclocal at foo",
27702 "print 'scope1.c'::foo::funclocal at foo",
27703 "print foo::funclocal_bss at foo",
27704 "print 'scope1.c'::foo::funclocal_bss at foo",
27705 "print foo::funclocal_ro at foo",
27706 "print 'scope1.c'::foo::funclocal_ro at foo",
27707 "print bar::funclocal at foo" and
27708 "print 'scope1.c'::bar::funclocal at foo".
27709 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
27710 gcc compiled for "print foo::funclocal at bar".
27711 Expand all messages to ensure that they identify that
27712 the test is at bar().
27713 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
27714 gcc compiled for:
27715 "ptype on opaque struct pointer (statically)",
27716 "ptype on opaque struct tagname (statically)",
27717 "ptype on opaque struct pointer (dynamically) 1",
27718 "ptype on opaque struct tagname (dynamically) 1",
27719 "ptype on opaque struct pointer (dynamically) 2" and
27720 "ptype on opaque struct tagname (dynamically) 2
27721 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
27722 gcc compiled for:
27723 "p datalocal"
27724 "whatis datalocal",
27725 "ptype datalocal",
27726 "p bsslocal",
27727 "whatis bsslocal", and
27728 "ptype bsslocal".
27729 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
27730 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
27731 when not gcc compiled.
27732 * gdb.base/funcargs.exp (float_and_integral_args): Add
27733 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
27734 compiled.
27735 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
27736 "backtrace from call6a" when not gcc compiled.
27737 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
27738 "backtrace from call7a" when not gcc compiled.
27739 * gdb.base/callfuncs.exp (do_function_calls):
27740 Add "hppa*-*-hpux*" xfail when not gcc compiled for
27741 "p t_char_array_values(char_array_val2,char_array_val1)",
27742 "p t_char_array_values(char_array_val1,char_array_val2)",
27743 "p t_char_array_values("carray 1","carray 2")",
27744 "p t_char_array_values("carray 1",char_array_val2)",
27745 "p t_char_array_values(char_array_val1,"carray 2")",
27746 "p sum_args(1,{2})",
27747 "p sum_args(2,{2,3})",
27748 "p sum_args(3,{2,3,4})",
27749 "p sum_args(4,{2,3,4,5})"
27750 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
27751 "backtrace in corefile.exp" when not gcc compiled.
27752
27753 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27754
27755 * gdb.base/signals.exp: Rewrite `handle all print' test as
27756 a procedure. Accept blanks or TABs as whitespace, increase
27757 timeout and expect input buffer size for the large output
27758 from the command. Remove "i*86-*-bsdi2.0" xfail.
27759
27760 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27761
27762 * gdb.base/setvar.exp: Add new testcases for truncation when
27763 assigning invalid values to bitfields.
27764
27765 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
27766
27767 * gdb.base/callfuncs.exp (do_function_calls): Remove
27768 mips-sgi-irix* xfail for
27769 "call inferior func with struct - returns char *"
27770 and fix test so that an optional (unsigned char *) cast is
27771 accepted in the result.
27772
27773 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
27774
27775 * gdb.base/funcargs.exp (float_and_integral_args): Remove
27776 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
27777 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
27778 * gdb.base/signals.exp: Remove duplicate "handle all print" test
27779 that accidentally got checked in.
27780
27781 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
27782
27783 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
27784 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
27785 compiled test.
27786 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
27787 Add mips-sgi-irix5* xfail for not gcc compiled.
27788 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
27789 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
27790 compiled for "p top", "whatis top", "p middle", and "whatis
27791 middle".
27792 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
27793 "whatis signed char" for not gcc compiled.
27794 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
27795 "set variable signed char=-1 (-1)" and
27796 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
27797 * gdb.base/funcargs.exp (float_and_integral_args):
27798 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
27799 Add mips-sgi-irix* xfail when not gcc compiled for
27800 "continue to call2b".
27801 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
27802 "continue to call2g".
27803 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
27804 compiled for "backtrace from call6a"
27805 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
27806 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
27807 when not gcc compiled for "backtrace from call7a".
27808 (localvars_after_alloca): Fix gdb_test cmds for
27809 "print * after runto ...".
27810 Remove rs6000-*-* xfails for
27811 "print i after runto localvars_after_alloca" and
27812 "print l after runto localvars_after_alloca"
27813 for all compilers.
27814 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
27815 when not compiled with gcc, for:
27816 "print signed char == (minus)",
27817 "print signed char != (minus)",
27818 "print signed char < (minus)",
27819 "print signed char > (minus)".
27820 * gdb.base/callfuncs.exp (do_function_calls):
27821 Add mips-sgi-irix* xfail, when compiled with native compiler, for
27822 "call inferior func with struct - returns char *".
27823 * gdb.base/return.exp (return_tests): Change xfail for
27824 "correct value returned double test" to include Solaris 2.4.
27825 * gdb.base/funcargs.exp (float_and_integral_args):
27826 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
27827
27828 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27829
27830 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
27831 enumeration bitfields if compiling with GNU C.
27832 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
27833 to empty' prompt.
27834
27835 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
27836
27837 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
27838 test for PRO targets.
27839
27840 * gdb.base/funcargs.exp: Avoid ever setting more than 8
27841 breakpoints in the inferior at any given time by making
27842 two groups of breakpoints for call2*, call6* and call7*
27843 tests.
27844
27845 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27846
27847 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
27848 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
27849 from optimizing it away.
27850 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
27851 "call inferior func with struct".
27852
27853 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
27854
27855 * configure.in: Only configure gdb.chill for particular targets.
27856
27857 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
27858
27859 * gdb.base/Makefile.in: Add action to .c.o transformation
27860 rule that generates a .ci file for each .o file and remove
27861 explicit .c.o rules except for callfuncs.o.
27862 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
27863 generates a .ci file for each .o file and remove explicit
27864 .cc.o rules.
27865 (clean): Remove *.tmp *.ci files.
27866 (EXECUTABLES): Remove templ-info.exp.
27867 * gdb.base/compiler.c: New file.
27868 * gdb.c++/compiler.cc: New file
27869 * gdb.base/scope.exp: Source gdb.base/scope.ci.
27870 Change rs6000-*-* xfail for
27871 "print 'scope0.c'::filelocal_ro" and
27872 "print 'scope1.c'::filelocal" and
27873 "print 'scope1.c'::filelocal_bss" and
27874 "print 'scope1.c'::filelocal_ro" and
27875 "print 'scope1.c'::foo::funclocal" and
27876 "print 'scope1.c'::foo::funclocal_ro" and
27877 "print 'scope1.c'::bar::funclocal" and
27878 "print 'scope0.c'::filelocal_ro" and
27879 "print 'scope1.c'::filelocal at foo" and
27880 "print 'scope1.c'::filelocal_bss at foo" and
27881 "print 'scope1.c'::filelocal_ro at foo" and
27882 "print 'scope1.c'::foo::funclocal at foo" and
27883 "print 'scope1.c'::foo::funclocal_bss at foo" and
27884 "print 'scope1.c'::foo::funclocal_ro at foo" and
27885 "print 'scope1.c'::bar::funclocal at foo" and
27886 "print 'scope0.c'::filelocal_ro" and
27887 "print 'scope1.c'::filelocal" and
27888 "print 'scope1.c'::filelocal_bss" and
27889 "print 'scope1.c'::filelocal_ro" and
27890 "print 'scope1.c'::foo::funclocal" and
27891 "print 'scope1.c'::foo::funclocal_bss" and
27892 "print 'scope1.c'::foo::funclocal_ro" and
27893 "print 'scope1.c'::bar::funclocal" and
27894 "print 'scope1.c'::bar::funclocal_bss"
27895 to only be xfail'd when not compiled with gcc.
27896 Add rs6000-*-* xfail for
27897 "print 'scope0.c'::filelocal_bss before run"
27898 when compiled with gcc.
27899 (test_at_main): Add rs6000-*-* xfail for
27900 "print filelocal_ro in test_at_main"
27901 when compiled with gcc.
27902 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
27903 Add rs6000-*-aix* xfail for
27904 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
27905 "ptype t_char_array", not compiled with gcc.
27906 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
27907 xfail for "list foo (in include file)" when gcc compiled.
27908 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
27909 (integral_args): Add rs6000-*-* xfail for
27910 "run to call0a" if not compiled with gcc.
27911 (unsigned_integral_args): Add rs6000-*-* xfail for
27912 "run to call1a" if not compiled with gcc.
27913 (float_and_integral_args): Add rs6000-*-* xfail for
27914 "run to call2a" if not compiled with gcc and for
27915 "continue to call2b" for any compiler.
27916 Add rs6000-*-* xfail to
27917 "print f1 after run to call2a" for gcc compiled.
27918 (discard_and_shuffle): Add rs6000-*-* xfail for
27919 "run to call6a".
27920 (shuffle_round_robin): Add rs6000-*-* xfail for
27921 "backtrace from call7a" if not compiled with gcc.
27922 Add rs6000-*-* xfail for
27923 "backtrace from call7b" if compiled with gcc.
27924 (call_after_alloca): Add rs6000-*-* xfail for
27925 "print c in call_after_alloca" and
27926 "print s in call_after_alloca" and
27927 "backtrace from call_after_alloca_subr"
27928 if not compiled with gcc.
27929 (localvars_in_indirect_call): Add rs6000-*-* xfail for
27930 "print c in localvars_in_indirect_call" and
27931 "print c in localvars_in_indirect_call" and
27932 "backtrace in indirectly called function" and
27933 "stepping into indirectly called function"
27934 if not compiled with gcc.
27935 (localvars_after_alloca): Add rs6000-*-* xfail for
27936 "print c after runto localvars_after_alloca" and
27937 "print s after runto localvars_after_alloca" and
27938 "print i after runto localvars_after_alloca" and
27939 "print l after runto localvars_after_alloca"
27940 for all compilers.
27941 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
27942 than whatis-info.exp.
27943 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
27944 than opaque-info.exp.
27945 Setup rs6000-*-* xfail for
27946 "ptype on opaque struct pointer (statically)" and
27947 "ptype on opaque struct pointer (dynamically)" when
27948 not compiled with gcc.
27949 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
27950 rather than callf-info.exp.
27951 (do_function_calls): Add clear_xfail for rs6000-*-* for
27952 "p t_float_values2(3.14159,float_val2)". Seems to work
27953 fine there, both with xlc and gcc. Need to find out what
27954 it is doing right and fix other platforms.
27955 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
27956 "call inferior func with struct - returns int",
27957 "call inferior func with struct - returns long",
27958 "call inferior func with struct - returns float",
27959 "call inferior func with struct - returns double",
27960 "call inferior func with struct - returns char *",
27961 but only if not gcc compiled (presumes xlc compiled).
27962 Change rs6000-*-* xfails for
27963 "call inferior func with struct - returns char" and
27964 " call inferior func with struct - returns short" to only
27965 xfail if not using gcc.
27966 (clean mostlyclean): Remove *.ci and *.tmp files.
27967 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
27968 than templ-info.exp.
27969 * gdb.base/langs.exp: Source gdb.base/langs.ci.
27970 Add rs6000-*-* xfail for "up to foo in langs.exp"
27971 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
27972 when not gcc compiled.
27973
27974 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
27975
27976 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
27977 * gdb.base/corefile.exp: Likewise.
27978 * gdb.base/list.exp: Likewise.
27979 * gdb.base/scope.exp: Likewise.
27980 * gdb.base/siganls.exp: Likewise.
27981
27982 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
27983 compiler output.
27984 * gdb.base/whatis.exp: Likewise.
27985
27986 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
27987
27988 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
27989 failure (opcode table has been fixed to match reality).
27990
27991 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
27992
27993 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
27994 "call inferior func with struct - returns char",
27995 "call inferior func with struct - returns short"
27996
27997 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
27998 "print 'scope0.c'::filelocal at main",
27999 "print 'scope0.c'::filelocal_bss in test_at_main",
28000 "print 'scope0.c'::filelocal at foo",
28001 "print 'scope0.c'::filelocal_bss in test_at_foo",
28002 "print 'scope0.c'::filelocal at bar",
28003 "print 'scope0.c'::filelocal_bss in test_at_bar"
28004
28005 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
28006 in source file 1". This bug seems to have been fixed with both
28007 gcc and native cc (was native assembler bug?).
28008
28009 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
28010
28011 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
28012 "backtrace through signal handler" to "i*86-*-sysv4*".
28013 * gdb.base/signals.exp: Add xfail for "'next' behaved as
28014 continue" case. Add "known SVR4 bug" to fail message.
28015 Add "i*86-*-bsdi2.0" xfail for "handle all print".
28016 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
28017 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
28018 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
28019 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
28020 "up to foo in langs.exp", "show language at foo in
28021 langs.exp", "up to cppsub_ in langs.exp", "show
28022 language at cppsub_ in langs.exp", "up to fsub in
28023 langs.exp", and "show language at fsub in langs.exp".
28024 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
28025 "bactrace in corefile.exp".
28026 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
28027 "call inferior function with struct - returns float" and
28028 "call inferior function with struct - returns double".
28029
28030 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
28031
28032 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
28033 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
28034 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
28035 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
28036
28037 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
28038
28039 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
28040 (or overriden) "CHILL" macro rather then bare "gcc".
28041 Also look for ../../gcc/xgcc since that is what we will
28042 actually need, not "Makefile". Remove following assignment
28043 of CHILL to CHILL_FOR_TARGET because that results in
28044 recursive definition.
28045
28046 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
28047
28048 * gdb.base/corefile.exp: Change xfail for backtrace in
28049 corefile.exp from linuxaout to all linux.
28050 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
28051 cases where we miss the breakpoint at the signal handler
28052 for some reason. Setup xfail for linuxoldld/linuxaout and
28053 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
28054 hitting SIGURG breakpoint.
28055 * gdb.base/signals.exp: Setup xfail for "next" acting like
28056 continue to add linuxoldld. Setup xfail for all linux for
28057 "next to handler in signals_tests_1", "backtrace in
28058 signals_tests_1", "continue to func1", "pass SIGUSR1",
28059 and continue to handler".
28060
28061 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
28062
28063 * Update all FSF addresses except those in COPYING* files.
28064
28065 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
28066
28067 * gdb.base/a2-run.exp: Change messages to be more explicit about
28068 the status of args, and quote binfile in results.
28069
28070 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
28071
28072 * gdb.base/callfuncs.exp: Add tests for passing structs to
28073 inferior functions and return various types.
28074 * gdb.base/callfuncs.c: Add functions to receive a struct
28075 and return a member of the struct, in various types.
28076
28077 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28078
28079 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
28080
28081 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
28082
28083 * config/vxworks29k.exp: New file, sources vxworks.exp.
28084
28085 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28086
28087 * config/gdbremote.exp: New file. Testing framework using
28088 gdbserver.
28089
28090 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
28091
28092 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
28093 "call function when asleep" and "send end of file".
28094 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
28095 for "backtrace in corefile.exp".
28096 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
28097 for "backtrace through signal handler".
28098 * gdb.base/corefile.exp: Make sure we actually generate a core file
28099 before trying the core tests. Some systems allow the user to suppress
28100 generation of core files and default to that (linux for example).
28101 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
28102 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
28103
28104 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28105
28106 * gdb.threads: New directory with some crude multi-threaded
28107 gdb tests (step.exp and step2.exp).
28108 * config/mt-lynx (STEP_EXECUTABLE): Define.
28109 (THREADFLAGS): Define.
28110
28111 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
28112
28113 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
28114
28115 * gdb.base/signals.exp: Disable whole file for lynx until
28116 further notice.
28117
28118 * gdb.base/signals.exp: xfail test where "next" acts like
28119 "continue" for lynx.
28120
28121 * gdb.base/interrupt.exp: xfail test for calling function while
28122 inferior is asleep for lynx.
28123
28124 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
28125 than one cr-lf after each command.
28126
28127 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28128
28129 * configure.in: Reinstate setting of stabsdirs variable, fix
28130 typo in setting up configdirs for native builds.
28131
28132 * gdb.base/return.exp: Fix typo in return double test.
28133 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
28134 compiler from optimizing them away.
28135
28136 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
28137
28138 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
28139 sequences to be echo'd by gdb when using gdb_test.
28140 * gdb.chill/chexp.exp: Likewise.
28141 * gdb.fortran/exprs.exp: Likewise
28142
28143 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28144
28145 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
28146 after the inferior gdb has started.
28147
28148 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
28149 after each command.
28150 * gdb.base/funcargs.exp: Likewise.
28151 * gdb.base/gdbvars.exp: Likewise.
28152 * gdb.base/interrupt.exp: Likewise.
28153 * gdb.base/list.exp: Likewise.
28154 * gdb.base/watchpoint.exp: Likewise.
28155 * gdb.c++/demangle.exp: Likewise.
28156 * gdb.c++/inherit.exp: Likewise.
28157 * gdb.chill/chexp.exp: Likewise.
28158 * gdb.fortran/exprs.exp: Likewise.
28159
28160 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
28161 test if we can't handle IO to/from the inferior.
28162
28163 * gdb.c++/misc.exp: Always check for a program already being
28164 started after sending a "run" command to gdb.
28165
28166 * gdb.base/twice.exp: Start with a fresh gdb.
28167
28168 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
28169 only depend on gdb's expression code, not the chill runtime.
28170
28171 * gdb.base/return.c: Put return values into variables so we
28172 can have gdb print them rather than depending on the program
28173 to print them.
28174 * gdb.base/return.exp: Corresponding changes.
28175
28176 * lib/gdb.exp: Provide default value for noinferiorio.
28177 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
28178 the inferior.
28179
28180 * gdb.base/break.exp: Always check for a program already being
28181 started after sending a "run" command to gdb.
28182 (text_next_with_recursion): Don't check the output from the
28183 program's printf statement. Instead just make sure the program
28184 exited.
28185
28186 * gdb.base/commands.exp: Protect tests which need arguments with
28187 $noargs conditionals.
28188
28189 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28190
28191 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
28192 of structure member arrays to match gdb/valops.c:value_addr change.
28193
28194 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
28195
28196 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
28197 cases.
28198
28199 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
28200
28201 * configure.in (configdirs): Remove gdb.chill from default list
28202 of subdirs and then add it back in only if doing a native build.
28203 The current chill compiler does not yet work in any cross build.
28204 * Revert all signal changes from Jul 6.
28205 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
28206 for sh-hms targets, allowing these tests to link, with no other
28207 changes. Testing is suppressed by setting "nosignals" in site.exp.
28208
28209 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
28210
28211 * configure.in (signaldirs): Define and add to configdirs for all
28212 targets except some specific ones that are known to not support signals.
28213 Also clean up formatting.
28214 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
28215 (signals, sigall): Remove rules to build.
28216 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
28217 Moved to new gdb.signals directory.
28218 * gdb.signals: New test directory.
28219 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
28220 signals.c signals.exp}: New or moved files.
28221
28222 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
28223
28224 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
28225
28226 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
28227
28228 * gdb.base/return.exp: Xfail `return double' test failure
28229 on at least Solaris 2.3 and handle future/past versions on
28230 a case by case basis as appropriate. Also update message
28231 to include i*86 failures.
28232
28233 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28234
28235 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
28236
28237 * lib/gdb.exp: Fix comment which erroneously identified
28238 gdb_file_cmd as gdb_load (the 19 May change was in fact to
28239 gdb_file_cmd not gdb_load).
28240 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
28241
28242 * gdb.base/setvar.exp: Make test names consistent between pass and
28243 fail cases. Use gdb_test more.
28244
28245 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28246
28247 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
28248
28249 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28250
28251 * gdb.base/help.exp: Fix expected help string for `show commands'.
28252
28253 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
28254
28255 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
28256
28257 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
28258 of a text section.
28259
28260 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
28261
28262 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
28263 that loop eventually terminates. Fix Connection refused logic so
28264 that testsuite will expire nicely.
28265
28266 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
28267
28268 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
28269 config/rom68k.exp: New tcl glue for the appropriate monitors.
28270 These all just end up calling monitor.exp.
28271 * config/monitor.exp (gdb_target_monitor): Handle `Connection
28272 refused' by retrying. Cleanup some timeout issues.
28273 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
28274 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
28275 callers don't have to set/restore global timeout variable.
28276
28277 * The following set of changes centralizes management of the global
28278 timeout variable. This way, it can be set in one target dependent
28279 place instead of dozens of places scattered throughout the test suite.
28280 If you need to lengthen a timeout, then you should either set timeout
28281 in one of the config/{target}.exp files, or multiply it by a factor.
28282 Setting it to an absolute value is always going to lose for some
28283 targets.
28284 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
28285 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
28286 * gdb.base/funcargs.exp: Don't set timeout.
28287 * gdb.base/list.exp (test_forward_search): Only use local timeout.
28288 * gdb.base/printcmds.exp (test_print_string_constants
28289 test_print_array_constants): Don't set timeout.
28290 * gdb.base/ptype.exp: Don't set timeout.
28291 * gdb.base/recurse.exp: Don't set timeout.
28292 * gdb.base/return.exp: Don't set timeout.
28293 * gdb.base/watchpoint.exp: Don't set timeout.
28294 * gdb.c++/classes.exp (do_tests): Don't set timeout.
28295 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
28296
28297 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
28298
28299 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
28300
28301 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28302
28303 * lib/gdb.exp: Disable chill tests for irix5.
28304
28305 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28306
28307 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
28308 each test pass or fail.
28309
28310 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28311
28312 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
28313 xlc not gcc.
28314
28315 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
28316
28317 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
28318
28319 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
28320
28321 * config/est.exp: Fix copyright and comments. Remove dead code.
28322 Use targetname, serialport and baud variables instead of fixed
28323 constants.
28324 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
28325 * config/cpu32bug.exp: New file to support cpu32bug monitors.
28326
28327 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28328
28329 * gdb.base/watchpoint.exp: Don't run
28330 test_watchpoint_triggered_in_syscall for sunos.
28331
28332 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28333
28334 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
28335 they don't seem to exist. Do include stdio.h.
28336
28337 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28338
28339 * gdb.base/a1-selftest.exp: Add alpha xfail.
28340
28341 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28342
28343 * gdb.base/watchpoint.c (main): Prompt before calling read().
28344 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
28345 Revise accordingly. Remove cruft about sending "123" several
28346 times, until it gets noticed. Clean up the "print buf[0]" stuff
28347 so that it passes or fails, and waits for prompts in the usual way.
28348
28349 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28350
28351 * gdb.base/recurse.exp: Fix comment.
28352
28353 * TODO: Remove item about printing variables in nodebug.exp. Add
28354 item about enabling tests which are only run on some targets.
28355
28356 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
28357 fail, make test names unique, use new gdb_test convention
28358 regarding pattern, use gdb_test more, etc.).
28359
28360 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
28361 fail, make test names unique, etc.).
28362
28363 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28364
28365 * gdb.base/nodebug.c: Change return type of top and middle to
28366 short.
28367 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
28368 are fixed by the recent mdebugread.c changes. Allow `short ()'
28369 as type for top and middle.
28370
28371 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28372
28373 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
28374 nearly as I can tell, the whole thing was an accident in Stu's
28375 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
28376 to replace a send/expect pair with gdb_test, but ended up only
28377 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
28378 of 30 Mar 1995 took care of it, but left this vestigial comment
28379 which I am now nuking.
28380
28381 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28382
28383 * gdb.base/break.exp: Look for different line number for
28384 breakpoint at main depending on usestubs.
28385
28386 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28387
28388 * gdb.base/list.exp: Adjust some alternate expect patterns to
28389 match recent list0.c change. Add alternate expect pattern for
28390 output from `list default lines around main' for optimizing
28391 compilers.
28392
28393 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28394
28395 * lib/gdb.exp: If nosignals is not set, set it to 0.
28396
28397 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
28398
28399 * config/slite-gdb.exp: Responds to load symbol table prompt.
28400 * gdb.base/break.exp: Adjust line number, fix rerun.
28401 * gdb.base/langs0.c: Add #ifdef usestubs.
28402
28403 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
28404
28405 * gdb.base/list.exp: Adjust line contents after adding new lines in
28406 list0.c. Also fix a syntax error.
28407
28408 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
28409 * gdb.base/break.exp: ditto.
28410 * gdb.base/list.exp: ditto.
28411 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
28412 * gdb.base/run.c: ditto.
28413 * gdb.base/list0.c: ditto.
28414 * gdb.base/funcargs.c: ditto.
28415
28416 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
28417
28418 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
28419 $targetname, $serialport and $baud instead of hardwired variables.
28420 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
28421 target doesn't support signals.
28422
28423 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
28424
28425 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
28426
28427 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28428
28429 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
28430 Don't rely on the value of an auto variable before it has been
28431 initialized. Use gdb_test more.
28432
28433 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28434
28435 * lib/gdb.exp (default_gdb_version): A version number must start
28436 with a digit, but other than that contains all characters up to
28437 the first whitespace character.
28438
28439 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28440
28441 * gdb.base/commands.exp (breakpoint_command_test): New tests.
28442
28443 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28444
28445 * gdb.c++/*.exp: Warn if executable does not exist. The original
28446 reason for skipping the warning was that configure.in sometimes
28447 intentionally skipped building the executables but the tcl code
28448 had no way of knowing. That (a) was always bogus with respect to
28449 error handling, (b) is no longer true (right now there is no way
28450 to skip C++ tests).
28451
28452 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
28453
28454 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28455
28456 * gdb.base/list.exp: Add expect patterns for output from
28457 SunPRO compiled executables.
28458 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
28459 types.
28460
28461 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28462
28463 * gdb.base/break.exp (test_next_with_recursion): Accept any line
28464 number (we are already testing that the correct source line text
28465 gets printed).
28466
28467 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
28468 that is what is intended, but something needed to be done to get
28469 sunos4 native working again.
28470
28471 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
28472
28473 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
28474 apparently went with a (very) old xfail.
28475
28476 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
28477
28478 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
28479 runto_main is a proc in gdb.exp that will do 'step' for target use
28480 stubs.
28481 * gdb.base/exprs.exp: ditto.
28482 * gdb.base/interrupt.exp: ditto.
28483 * gdb.base/opaque.exp: ditto.
28484 * gdb.base/printcmds.exp: ditto.
28485 * gdb.base/ptype.exp: ditto.
28486 * gdb.base/scope.exp: ditto.
28487 * gdb.base/setvar.exp: ditto.
28488 * gdb.base/signals.exp: ditto.
28489 * gdb.base/twice.exp: ditto.
28490 * gdb.c++/classes.exp: ditto.
28491 * gdb.c++/inherit.exp: ditto.
28492 * gdb.c++/templates.exp: ditto.
28493 * gdb.base/break.exp: no run and hit main for stubs. Change line
28494 numbers for breakpoints and info breakpoint.
28495 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
28496 breakpoint().
28497 * gdb.base/callfuncs.c: ditto.
28498 * gdb.base/exprs: ditto.
28499 * gdb.base/interrupt.c: ditto.
28500 * gdb.base/opaque0.c: ditto.
28501 * gdb.base/printcmds.c: ditto.
28502 * gdb.base/ptype.c: ditto.
28503 * gdb.base/scope0.c: ditto.
28504 * gdb.base/setvar.c: ditto.
28505 * gdb.base/signals.c: ditto.
28506 * gdb.base/twice.c: ditto.
28507 * gdb.c++/misc.cc: ditto.
28508 * gdb.c++/templates.cc: ditto.
28509
28510 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28511
28512 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
28513
28514 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
28515 somewhere between `read' and `main.c'. I'm pretty sure the
28516 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
28517 and it isn't particularly useful.
28518
28519 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
28520
28521 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28522
28523 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
28524
28525 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
28526
28527 * config/mt-slite: add LIBS and -nostdlib.
28528 * config/slite-gdb.exp: add this new file to support sparclite target.
28529
28530 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
28531
28532 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
28533
28534 * gdb.base/a2-run.exp: Change argument to istarget from
28535 "*-*-vxworks" to "*-*-vxworks*".
28536 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
28537
28538 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
28539
28540 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
28541 will not runto main but do a 'step' to step out of breakpoint().
28542 * config/mt-slite: add -Dusestubs.
28543
28544 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28545
28546 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
28547 instead of just @.
28548
28549 * gdb.base/signals.exp: Add test for "handle all print".
28550 * TODO: Remove "handle all print". Also remove item about
28551 checking copyright date (I don't like the idea of a spurious FAIL
28552 based on when we run the tests).
28553
28554 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
28555 for SunOS4 (reason for failure not investigated). Remove
28556 redundant test for $binfile.
28557
28558 * gdb.base/nodebug.c (array_index): Call malloc.
28559
28560 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
28561
28562 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
28563
28564 * gdb.base/recurse.exp: Update gdb_test invocation to use new
28565 conventions and slightly simplify the matching regexp.
28566
28567 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28568
28569 * gdb.base/break.exp: Update gdb_test invocation to use new
28570 convention.
28571
28572 * lib/gdb.exp: If noargs is not set, set it to 0.
28573
28574 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
28575 tests unique.
28576
28577 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
28578
28579 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28580
28581 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
28582 one argument of type "<non-float parameter>".
28583
28584 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
28585
28586 * config/rom68k.exp: New file to support Motorola IDP board.
28587 * gdb.base/a2-run.exp: Skip this file if noargs is set.
28588 * gdb.base/break.c: Change things around so that this program
28589 doesn't depend upon args. This is necessary to make remote
28590 targets work (in general, they can't take args).
28591 * gdb.base/break.exp: Don't try to send args to program. Don't
28592 expect output. Also, replace lots of code with gdb_test.
28593
28594 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28595
28596 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
28597 printing of '\'' (which is what the comment says we are testing,
28598 even though we were not), not '''.
28599 (test_integer_literals_rejected): Test that printing ''' is an error.
28600
28601 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
28602 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
28603 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
28604 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
28605 Use gdb_test not test_print_accept.
28606 * lib/gdb.exp: Remove test_print_accept.
28607
28608 * gdb.base/signals.exp (signal_tests_1): Make pass message
28609 consistent with fail message.
28610
28611 * gdb.base/whatis.exp: Remove xfails for printing char vs.
28612 unsigned char; the bug (PR 1821) is fixed.
28613
28614 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
28615
28616 * gdb.base/scope.exp (test_at_localscopes): Call pass for
28617 successful tests--makes xfailing them work right.
28618
28619 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28620
28621 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
28622 only \r\n, not .*. The test can pass .* as the last thing in
28623 $pattern if that is what it wants. In addition to providing this
28624 flexibility, this change should speed up pattern matching in cases
28625 where the pattern already ended with .* (there were a number of
28626 them). This change also helps catch bad patterns--in the old
28627 scheme the typo "char \*" instead of "char \\*" would pass. Now
28628 it is caught.
28629 * Many .exp files: Update callers.
28630
28631 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
28632 clearer and does not spuriously match multiple ('s. Likewise for
28633 ) and *.
28634
28635 * gdb.base/nodebug.exp: Test ability to call a function and pass
28636 it a string (even with no debugging info).
28637
28638 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
28639 "p '\'", which is the same as "p ''" once tcl gets done with
28640 quoting, to "p '\\'", which I suspect is what is intended (one
28641 backslash gets sent to GDB).
28642
28643 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
28644
28645 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28646
28647 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
28648 1817) was fixed literally years ago.
28649
28650 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28651
28652 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
28653 test, it causes stepping out of call_after_alloca_subr with
28654 optimizing compilers.
28655 (localvars_in_indirect_call): Consume GDB prompt if `finish'
28656 fails.
28657
28658 * gdb.c++/templates.exp: Source templ-info.exp only if
28659 the templates executable exists.
28660
28661 * gdb.c++/misc.cc (class Contains_static_instance,
28662 class Contains_nested_static_instance),
28663 gdb.c++/classes.exp (test_static_members): Test printing of
28664 a class that contains a static instance of the class.
28665
28666 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28667
28668 * gdb.base/langs2.c (cppsub_): Don't prototype.
28669 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
28670 only, I believe).
28671
28672 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28673
28674 * lib/gdb.exp (skip_chill_tests): New procedure.
28675
28676 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
28677
28678 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
28679
28680 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
28681 each expect pattern. Cuts runtime from 12 to about 4 seconds.
28682
28683 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28684
28685 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
28686
28687 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
28688 disassemble 8, not 16, instructions for part 4.
28689
28690 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
28691 support the latter anymore.
28692
28693 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
28694 -DNO_PROTOTYPES.
28695 * gdb.base/callfuncs.c: Control use of prototypes based on
28696 NO_PROTOTYPES, not __STDC__.
28697 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
28698 t_float_values2 tests if prototypes in use.
28699
28700 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
28701 t_double_values): When checking differences against DELTA, check
28702 that difference is within the range (-DELTA,DELTA), not just
28703 (-infinity,DELTA).
28704
28705 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
28706
28707 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
28708 'file' command firts, then 'target', then 'load', this is due to gdb
28709 target set up.
28710 * config/mips-gdb.exp: Fix a couple regular exp bugs.
28711
28712 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
28713
28714 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
28715 FP load/store variants.
28716 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
28717
28718 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
28719
28720 * gdb.base/term.exp: Do not give a warning if not native, it is
28721 not an abnormal condition.
28722
28723 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
28724
28725 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
28726 t_char_array".
28727
28728 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
28729
28730 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
28731 are getting the version number.
28732
28733 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
28734 if not native, it is not an abnormal condition.
28735
28736 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28737
28738 * lib/gdb.exp: Just use "file exists", rather than undocumented
28739 dejagnu procedure "findfile".
28740
28741 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
28742
28743 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
28744 (LDFLAGS): Set to -Xlinker -Ur.
28745
28746 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
28747 Removed, these values are set by lib/gdb.exp.
28748
28749 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
28750
28751 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
28752
28753 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
28754 of replicating gdb startup code.
28755
28756 * config/mt-vxworks (LDFLAGS): Set to -r.
28757 (CFLAGS_FOR_TARGET): Removed.
28758
28759 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
28760 (gdb) and gdb for vxworks uses (vxgdb).
28761
28762 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
28763 executable is not in the tree and host != target, use sed and
28764 program_transform_name to determine the gdb name used by the
28765 target.
28766
28767 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
28768 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
28769
28770 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28771
28772 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
28773 floats, chars, and shorts where there are ANSI-style function
28774 definitions.
28775
28776 * gdb.base/langs.exp, gdb.base/langs*: New test.
28777 * gdb.base/Makefile.in: Build it.
28778 * TODO: Remove item about checking that C names don't get C++
28779 demangling applied; this test tests it.
28780
28781 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28782
28783 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
28784 went with the const70 xfail. The xfail went away a year ago.
28785
28786 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
28787
28788 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
28789 for hp300.
28790
28791 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
28792
28793 * gdb.base/a1-selftest.exp: Don't run on hp300.
28794
28795 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28796
28797 * Makefile.in (site.exp): Set host_alias and target_alias as well
28798 as host_triplet and target_triplet.
28799
28800 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28801
28802 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
28803
28804 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
28805 places as other ecoff systems).
28806
28807 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
28808 ultrix.
28809
28810 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28811
28812 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
28813 remove them.
28814 * gdb.base/nodebug.exp: Accept "function" in addition to "text
28815 variable and "variable" in addition to "data variable".
28816 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
28817
28818 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
28819 2.
28820 * gdb.base/list1.c (long_line): Add additional statement at start
28821 of function.
28822 * gdb.base/list.exp (test_forward_search): Update line number to
28823 reflect new statement.
28824
28825 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28826
28827 * gdb.base/signals.exp: Reinitialize searched source directories
28828 after gdb_start call.
28829
28830 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
28831
28832 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
28833 * gdb.stabs/Makefile.in: Likewise.
28834
28835 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
28836 change. Instead split the tests into smaller pieces.
28837 * gdb.disasm/hppa.s: Corresponding changes.
28838
28839 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28840
28841 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
28842 Quote ^C when passing it to stty. For some shells ^ is a pipe.
28843
28844 * gdb.base/funcargs.exp: Modify many tests so that every test
28845 either passes or fails. Make some test names unique.
28846
28847 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28848
28849 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
28850 Call stty to set interrupt character.
28851
28852 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
28853 for HP assembler versus GNU assembler based on actual behavior of
28854 $(CC), rather than assuming that $(AS) is always the GNU assembler.
28855
28856 * TODO: Suggest a few more stepping tests.
28857
28858 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
28859
28860 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
28861 restart GDB for h8300 after a continue.
28862 (return): Add pattern to match a29k-udi behavior.
28863 * gdb.base/nodebug.exp: Remove obsolete comment.
28864 * gdb.base/regs.exp: New file, testing of register displays.
28865 * gdb.base/return.exp: Fix typo in reference to $objdir.
28866 * gdb.base/whatis.exp: Always start with a fresh GDB.
28867
28868 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28869
28870 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
28871 higher, these tests generate a lot of output.
28872
28873 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28874
28875 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
28876 code following the catch silently ignored some errors; without the
28877 catch they should be thrown like any other tcl error. Also, the
28878 catch used "" instead of {} which meant all the callers who wanted
28879 to include one of the characters "[]$ had to quote it an extra time.
28880 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
28881 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
28882 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
28883 Remove extra quoting.
28884
28885 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
28886
28887 * gdb.base/commands.exp: Make test names unique; every test either
28888 passes or fails. Update some comments.
28889
28890 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
28891
28892 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28893
28894 The following fixes a FAIL caused by the fact that the alpha stabs
28895 configuration didn't use the ".if alpha" code in weird.def.
28896 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
28897 bit pointer, so the 32 bit version works even on the alpha.
28898 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
28899 Remove the stuff which allowed us to have separate versions for
28900 alpha and everything else.
28901
28902 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
28903 regexp which "info func operator\[\](" is supposed to match. Fix
28904 string to send to GDB. Note that GDB still doesn't work right. Add a
28905 new test for "info func .perator\[\](" which GDB does handle correctly.
28906
28907 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
28908
28909 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28910
28911 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
28912 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
28913 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
28914 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
28915 it makes the tests harder to understand and confuses test-o-matic.
28916 The preferred style is that each test provides a PASS or a FAIL,
28917 and has a unique message (e.g. "continue #54" not just "continue")
28918 which is the same for the pass and the fail.
28919 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
28920 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
28921 to lib/gdb.exp.
28922 * gdb.base/printcmds.exp: Use test_print_accept. Remove
28923 prt_accept which was basically the same thing. Likewise for
28924 test_print_reject and prt_reject.
28925 * lib/gdb.exp (test_print_reject): Add some more error message
28926 patterns to match from the former printcmds.exp (prt_reject).
28927 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
28928 One defect of the passcount stuff is that some of it failed to
28929 report XPASS where appropriate.
28930 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
28931 stuff before and after arg in expected pattern.
28932 (test_paddr_operator_functions): Re-do test without print_addr_of;
28933 this is the only test which seems to want extra stuff there.
28934
28935 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28936
28937 * gdb.base/nodebug.exp: Update new tests to reflect improved
28938 wording of gdb output.
28939
28940 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
28941 and "ptype" work on variables in files compiled without -g.
28942 Replaces commented out "maint print msymbol" tests.
28943
28944 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28945
28946 * gdb.base/setvar.c (dummy): Call malloc.
28947
28948 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
28949 losing with the irix4 sed.
28950
28951 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
28952 ALRM" on irix4.
28953
28954 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28955
28956 * TODO: Remove items about corefile.exp testing new exec-file and
28957 backtrace; both are now done. Add items about printing enums.
28958
28959 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28960
28961 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
28962 "get signal $thissig" test fails.
28963
28964 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
28965
28966 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28967
28968 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
28969 compiler warning with dec alpha compiler.
28970
28971 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
28972 extra \n from gdb_test call (this explains why the prompt test
28973 that I removed yesterday was there).
28974 (user_defined_command_test): Remove extra \n and prompt test.
28975
28976 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
28977 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
28978 doesn't exist.
28979 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
28980 Also remove alpha workaround, which turns out to be because
28981 SIGABRT == SIGLOST.
28982
28983 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
28984
28985 * gdb.base/help.exp: Don't test "help show".
28986
28987 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28988
28989 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
28990 "set print address" is on.
28991 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
28992 pass prompt to gdb_test; gdb_test already looks for the prompt.
28993
28994 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
28995
28996 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
28997 was a vestige of the manual TESTSTRATEGY, and the purpose of it
28998 was to make sure that gdb can read a core file. But (a) the "read
28999 the corefile" part didn't make it to a1-selftest.exp, we just
29000 delete the corefile after creating it, and (b) we test reading
29001 corefiles in corefile.exp anyway. Also, this test left around a
29002 xgdb process on Solaris.
29003
29004 * gdb.base/corefile.exp: Also test backtrace.
29005
29006 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
29007
29008 * gdb.base/commands.exp: Test a simple user defined command with
29009 arguments and if/while statements; verify the full user command is
29010 printed by "show user".
29011
29012 * gdb.base/commands.exp: Test if/while commands as part of a
29013 breakpoint command list; verify they appear in breakpoint
29014 information.
29015
29016 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29017
29018 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
29019 than by dividing by zero.
29020
29021 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
29022
29023 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
29024 performing an inferior call with watchpoints enabled.
29025 * gdb.base/watchpoint.c (main): Delete second unnecessary read
29026 call.
29027
29028 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29029
29030 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
29031 of "file" command.
29032
29033 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
29034 Add additional pattern for when "int operator int(void);" appears
29035 in a different order.
29036
29037 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29038
29039 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
29040
29041 * gdb.base/help.exp: Replace most of docstrings for "info signals"
29042 and "signal" with ".*".
29043
29044 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29045
29046 * TODO: Add note about "handle all nostop".
29047
29048 * gdb.base/{sigall.c, sigall.exp}: New test.
29049 * gdb.base/Makefile.in: Add it.
29050
29051 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
29052
29053 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
29054 when invoking GDB, suppresses any windowing interface.
29055
29056 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
29057
29058 * config/sim-gdb: New file, simulator testing support.
29059
29060 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
29061
29062 * gdb.base/interrupt.exp: Test calling func1 twice.
29063
29064 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
29065
29066 * gdb.base/list.exp (test_forward_search): Set timeout higher
29067 when we'll be getting lots of output from gdb.
29068
29069 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
29070 "init_malloc" to after the expect statement. Run it if that
29071 regexp is taken, but also for two others which happen if source
29072 cannot be found.
29073
29074 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29075
29076 * gdb.base/printcmds.exp: New test, for printing register before
29077 program is running.
29078
29079 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29080
29081 * gdb.base/list.exp: Correct some alternate expect patterns
29082 to reflect changes in list1.c.
29083
29084 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29085
29086 * TODO: Add item regarding large frames.
29087
29088 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
29089
29090 * TODO: Remove item about enabling return.exp; it
29091 is enabled. Suggest a few more "return" tests.
29092
29093 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29094
29095 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
29096 anonymous unions.
29097
29098 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29099
29100 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
29101 and pr-5646.o, so "make" is the same as "make all", not "make
29102 pr-4975.o".
29103
29104 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
29105
29106 * gdb.base/list.exp: Adjust expectations to reflect changes in
29107 list1.c.
29108 (test_forward_search): New test proc.
29109 * gdb.base/list1.c (long_line): New function, has long source line.
29110
29111 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
29112
29113 * gdb.base/a1-selftest.exp: Change initial stepping to know about
29114 additional line of code that was added.
29115
29116 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
29117
29118 * gdb.disasm/hppa.s: Break the large branching tests into smaller
29119 tests so as not to overflow expect's input buffers.
29120 * gdb.disasm/hppa.exp: Corresponding changes.
29121
29122 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29123
29124 Beginnings of template debugging tests.
29125 * gdb.c++/templ-info.cc: New file to test for template
29126 debugging capability of the compiler.
29127 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
29128 templ-info.cc.
29129 * gdb.c++/templates.cc: Add explicit template instantiations
29130 to enable compiling with -fno-implicit-templates. Add destructor
29131 and 'value' method to T5 class for template tests.
29132 * gdb.c++/templates.exp: Add testcases for printing of template
29133 types, setting breakpoints on template methods and calling a
29134 template method.
29135
29136 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
29137
29138 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
29139 branch target since some assemblers (gas-2.5) may emit a
29140 relocation for the branch instead of resolving it in the
29141 assembler.
29142
29143 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29144
29145 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
29146 through signal handler.
29147
29148 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29149
29150 * configure.in (*-*-netware): Use config/mt-netware.
29151
29152 * config/mt-netware: New file.
29153 * config/mt-i386-netware: Removed, separate configs for different
29154 netware architectures are no longer needed now that we have
29155 --with-headers.
29156
29157 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29158
29159 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
29160 by the recent changes to use ANSI C arithmetic conversions.
29161
29162 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29163
29164 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
29165 bug involving using inferior_pid to figure out whether to select a
29166 frame.
29167
29168 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
29169
29170 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
29171 match the current disassembler output.
29172
29173 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
29174
29175 * gdb.fortran/exprs.exp: Expect VOID instead of void.
29176 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
29177 types, expect "int" as type of integer values (for now).
29178
29179 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
29180
29181 * gdb.base/commands.exp: New tests for if/while commands.
29182
29183 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
29184
29185 * lib/gdb.exp (runto): Replace sub-pattern for hex value
29186 by .*, since hex values have different syntax in Chill mode.
29187
29188 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29189
29190 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
29191 linefeed from expect pattern for repeated types with indices > 9.
29192
29193 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
29194
29195 First part of Fortran test suite.
29196 * gdb.fortran: New directory.
29197 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
29198
29199 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29200
29201 * gdb.base/default.exp: Update expect pattern for load command
29202 without arguments.
29203
29204 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
29205
29206 * configure.in: Change i386 to i[345]86.
29207 * gdb.base/configure.in: Likewise.
29208 * gdb.c++/configure.in: Likewise.
29209 * gdb.chill/configure.in: Likewise.
29210
29211 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
29212
29213 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
29214 patterns, since that is not a valid context for comments.
29215
29216 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
29217
29218 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
29219 repeated types and repeated types with indices > 9.
29220
29221 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
29222
29223 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
29224 2417; old bug has been fixed.
29225
29226 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
29227
29228 * gdb.base/interrupt.exp: When trying to wake up the inferior,
29229 send the newline ourselves instead of assuming gdb_test will do
29230 so when passed an empty input string.
29231
29232 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
29233 stabs testcode.
29234
29235 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29236
29237 * lib/gdb.exp (gdb_test): Don't send anything if the first
29238 argument is an empty string. This makes cases where we want to
29239 match output that is already in expect's buffers (for example,
29240 matching a breakpoint after gdb_run_cmd has been called) work
29241 reliably.
29242
29243 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29244
29245 * config/netware.exp: New file.
29246
29247 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29248
29249 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
29250 the -B and -L prefixes so we can find the debugging stub.
29251
29252 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
29253 there and we are using the gcc from the tree.
29254
29255 * gdb.base/types.c: Removed.
29256
29257 * gdb.base/configure.in: Look for makefile fragments in ../config.
29258 Recognize i386-*-netware.
29259 * gdb.c++/configure.in: Likewise.
29260
29261 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29262
29263 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
29264 the correct TCL syntax.
29265
29266 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29267
29268 * gdb.base/opaque.exp: use runto instead of messing around with
29269 breakpoints. Simplify by using gdb_test.
29270
29271 * gdb.base/bitfields.exp: restart between tests on netware targets
29272 because breakpoints aren't relocated after target death. Run
29273 processes to completion.
29274
29275 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
29276
29277 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
29278
29279 * Makefile.in: Remove extra tabs that confuse some versions
29280 of "make". Use the newly built gdb to test with by default,
29281 rather than the first one in the tester's search path.
29282
29283 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
29284
29285 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
29286
29287 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
29288 condition help.
29289
29290 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29291
29292 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
29293
29294 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
29295 running.
29296 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
29297 * gdb.base/funcargs.exp: Likewise.
29298
29299 * gdb.base/bitfields.exp: Simplify by using gdb_test.
29300 * gdb.base/funcargs.exp: Likewise.
29301
29302 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
29303 message is "".
29304
29305 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29306
29307 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
29308 return,signals,twice}.exp: Handle non-existant binaries
29309 consistantly.
29310
29311 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
29312 * gdb.base/Makefile.in: Don't try to generate a core dump, we
29313 might testing a cross development system.
29314
29315 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29316
29317 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
29318 runtest script is relative to ${srcdir}, not ${rootdir}.
29319
29320 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
29321
29322 * gdb.base/signals.exp: Allow for optionality of breakpoint
29323 address.
29324
29325 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29326
29327 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
29328
29329 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29330
29331 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
29332 for size_t definition.
29333 * gdb.c++/templates.cc: Likewise
29334
29335 * config/mt-i386-netware: New file.
29336
29337 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
29338 defined.
29339
29340 * gdb.base/Makefile.in: Added support for systems that name core
29341 files by appending "core" to the program name.
29342 * gdb.base/a1-selftest.exp: Likewise.
29343
29344 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29345
29346 * gdb.base/return.exp: Add comment and message for `return double'
29347 test failure on Sparc Solaris.
29348
29349 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
29350
29351 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
29352
29353 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29354
29355 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
29356 from optimizing them away.
29357 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
29358 patterns to include default constructors and assignment operators,
29359 to match gcc versions beyond 2.5.8. Accept any cplus demangling
29360 character in the output of the virtual base pointer.
29361
29362 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29363
29364 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
29365 expression match in print_addr_of to avoid unintented matches.
29366 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
29367 versions up to 2.5.8.
29368
29369 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29370
29371 * gdb.base/list.exp: Tweak alternate pattern for listing of an
29372 included file to run under newer versions of expect.
29373 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
29374 consecutive >'s in templates to accomodate recent cplus-dem.c change.
29375 Remove xfail for the virtual table of BDDHookV.
29376
29377 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
29378
29379 * lib/gdb.exp (string_to_regexp): Set a default result.
29380 (default_gdb_start): Fix misleading message.
29381
29382 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
29383
29384 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
29385 Remove all CC, etc definitions.
29386 * config/mt-hpux: New file.
29387 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
29388 (CFLAGS, LDFLAGS): Define.
29389 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
29390
29391 * Makefile.in (site.exp): Don't insert host_os, etc.
29392 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
29393 (distclean): Check existence of subdir.
29394 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
29395 * gdb.base/Makefile.in: General cleanup and simplification.
29396 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
29397 to build executables. Use default rule to build .o files.
29398 (EXPECT, RUNTEST, CC): Fix relative pathname.
29399 (site.exp): Don't insert host_os, etc.
29400 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
29401 and/or SIGUSR1 defined.
29402 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
29403 * gdb.c++/Makefile.in: General cleanup and simplification.
29404 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
29405 (CFLAGS): Remove.
29406 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
29407
29408 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
29409
29410 * gdb.base/recurse.exp: Misc changes to get tests running again
29411 after Kung's changes to the watchpoint code.
29412 * gdb.base/watchpoint.exp: Likewise.
29413
29414 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
29415
29416 * lib/gdb.exp (string_to_regexp): Convert {\} also.
29417
29418 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
29419
29420 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
29421 * lib/gdb.exp (default_gdb_start): Define.
29422 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
29423 gdb.base/funcargs.exp, gdb.base/opaque.exp,
29424 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
29425 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
29426 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
29427 Don't call gdb_target_udi in between tests.
29428
29429 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29430
29431 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
29432 (which was basically just a local version of the same thing). In
29433 addition to avoiding duplication, gdb_test_exact is faster.
29434 * lib/gdb.exp (gdb_test_exact): Fix typo.
29435
29436 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
29437 don't give an error.
29438
29439 * gdb.base/term.exp: Call delete_breakpoints before starting.
29440
29441 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
29442 (t10): Add comment.
29443
29444 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
29445
29446 Reorganization of the GDB Test Suite.
29447
29448 * gdb.base: New directory, contains all the basic tests.
29449 * gdb.c++: New directory, tests specific to C++.
29450 * gdb.chill: New directory, tests specific to Chill.
29451 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
29452 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
29453 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
29454 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
29455 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
29456 t30-31 to chill).
29457 * */gdbme.*: Rename to match appropriate expect scripts.
29458 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
29459 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
29460 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
29461 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
29462 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
29463 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
29464 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
29465 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
29466 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
29467 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
29468 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
29469 gdb.c++/virtfunc.cc: New names of C++ files.
29470 * gdb.chill/chillvars.ch: New name of Chill file.
29471 * gdb.base/configure.in, gdb.c++/configure.in,
29472 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
29473 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
29474 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
29475 * configure.in (configdirs): Update to reflect directory changes.
29476 (target_abbrev): No longer define for any configuration.
29477 * Makefile.in: Cosmetic improvements to header comments.
29478
29479 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
29480
29481 Various changes to gdb.t31:
29482
29483 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
29484 * gdbme.ch: Make all key-words and predefineds be upper-case.
29485 * chillvars.exp: Expect key-words and predefinds in upper-case.
29486
29487 * chillvars.exp: Use gdb_test_exact many places.
29488 Change expected output for arrays (which now includes index labels).
29489
29490 * pr-5020.exp, gdme.ch (module PR_5020):
29491 New test, for PR-5020.
29492
29493 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
29494
29495 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
29496 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
29497
29498 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
29499
29500 * Makefile.in: Fix bit-rot in definitions of CHILL,
29501 CHILL_FOR_TARGET and Chill_LIB.
29502 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
29503 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
29504 CHILL, and CHILL_LIB.
29505
29506 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
29507
29508 * Revert the previous changes. Please see Rob's directory
29509 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
29510
29511 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
29512
29513 * Makefile.in, configure.in, config/mips-gdb.exp,
29514 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
29515 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
29516 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
29517 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
29518 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
29519 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
29520 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
29521 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
29522 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
29523 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
29524 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
29525 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
29526 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
29527 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
29528 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
29529 changes from 94Q1.
29530
29531 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
29532
29533 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
29534 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
29535 Rob's new testing fragments.
29536
29537 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
29538
29539 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
29540 lib/gdb.exp: Replace error proc calls with perror.
29541
29542 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
29543
29544 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
29545 version also, match on casted version strings, and match on
29546 gdb startup case where the line numbers might be messed up.
29547
29548 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
29549
29550 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
29551 (CFLAGS): Delete it from here.
29552
29553 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
29554
29555 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
29556
29557 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
29558
29559 * Makefile.in (RUNTEST): Default to just "runtest".
29560
29561 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29562
29563 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
29564 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
29565 the code has been restructured.
29566
29567 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29568
29569 * gdb.t00/default.exp (set write): Allow any number of \r and/or
29570 \n, not just one of each.
29571
29572 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
29573 /bin/cc gives a warning if you do.
29574
29575 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
29576
29577 * gdb.t24/demangle.exp: change expect pattern of
29578 __t10ListS_link1ZUiRCUiPT0
29579
29580 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29581
29582 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
29583 on local variables in recursive functions.
29584
29585 * gdb.t07/Makefile.in: Build the new test.
29586
29587 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29588
29589 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
29590 directly. Instead compare the return values from actual calls.
29591
29592 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
29593
29594 * Makefile.in (check): Set TCL_LIBRARY for runtest.
29595
29596 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29597
29598 * From Peter Schauer with minor modifications.
29599 * gdb.t15/return.exp (return_tests): Handle targets where "return"
29600 stops in mid-line in the caller. Add xfail for returning a float
29601 value on X86 targets.
29602
29603 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29604
29605 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
29606 to avoid expect lossage.
29607 (fmem_LRbug_tests): Likewise.
29608 * gdb.disasm/hppa.s: Corresponding changes.
29609
29610 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
29611 conditions to work with latest dejagnu/expect.
29612
29613 * gdb.t15/funcargs.exp (finish from indirect call): No longer
29614 expected to fail on the PA.
29615 (backtrace in call with trampolines): Explicitly require main
29616 to be frame #1 (no trampolines should show up in backtrace).
29617
29618 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
29619 "continue -expect".
29620 * gdb.t06/break.exp: Likewise.
29621 * gdb.t07/watchpoint.exp: Likewise.
29622 * gdb.t13/bitfields.exp: Likewise.
29623 * gdb.t15/{funcargs,return}.exp: Likewise.
29624 * gdb.stabs/weird.exp: Likewise.
29625 * config/{mips,udi}-gdb.exp: Likewise.
29626
29627 * hppa.sed: Enclose comments within a sed command to avoid
29628 losing with the old OSF1 sed.
29629
29630 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29631
29632 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
29633 sequent dynix.
29634 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
29635 * gdb.t15/funcargs.exp: Conditionally step again to really
29636 finish from marker_call_with_trampolines. Handle the case where
29637 the first step from within call_with_trampolines already steps
29638 us back to main.
29639 * gdb.t15/gdbme.c: Add comment to closing brace of
29640 call_with_trampolines for funcargs.exp.
29641
29642 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29643
29644 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
29645 Fix typo(s).
29646
29647 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29648
29649 * gdb.t07/gdbme.c: More code for watchpoint testing.
29650
29651 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
29652 "Hardware watchpoint" throughout file.
29653 (test_watchpoint_triggered_in_syscall): New test.
29654 (test_complex_watchpoint): New test.
29655
29656 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29657
29658 * gdbme.c (call_with_trampolines): New function to try and step
29659 into. Tests trampoline problems on the PA.
29660
29661 * funcargs.exp (localvars_in_indirect_call): No longer expect
29662 stepping into indirect call to fail on PAs.
29663 (test_stepping_over_trampolines): New test.
29664
29665 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29666
29667 * TODO: Add suggestions for static member function tests, and
29668 completion tests.
29669
29670 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29671
29672 * TODO: Add suggestions for "p/a" tests.
29673
29674 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
29675 (default_gdb_exit): Replace all the hair with sending "quit" to
29676 the process with a simple close.
29677
29678 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29679
29680 * TODO: Add suggestions for shared library tests.
29681
29682 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29683
29684 * TODO: Add suggestions for x/s tests.
29685
29686 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29687
29688 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
29689 "enable once", and "enable breakpoints once" with ".*".
29690
29691 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29692
29693 * TODO: Add suggestions about structure passing tests.
29694
29695 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29696
29697 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
29698 the primary1 test, use work around if __GNUC__ < 2.
29699 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
29700 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
29701 Test for bad output rather than waiting for timeout. Issue
29702 second continue only if first continue failed.
29703
29704 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29705
29706 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
29707 operator[] test with gdb_test because the old code didn't seem to
29708 be getting the quoting right with the new dejagnu.
29709
29710 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
29711
29712 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
29713 one from the path.
29714 * Makefile.in: Use a fresh expect if there is one, use runtest
29715 from the src tree if there is one.
29716
29717 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29718
29719 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
29720 next over recursive call. Revise the tests from that point on
29721 (which had been skipped) to match GDB's actual (correct) output.
29722
29723 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
29724 with next over a breakpoint whose condition is false.
29725
29726 * gdb.t00/help.exp: Comment out "help set print" tests just like
29727 (and for same reason as) "help set" test.
29728
29729 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29730
29731 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
29732 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
29733
29734 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29735
29736 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
29737 necessary gdb_target_udi.
29738
29739 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
29740
29741 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
29742 1838 and 2417; they are fixed.
29743
29744 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
29745 gdb.t03/ptype.exp (ptype structure, ptype union):
29746 Remove xfails; the test is looser than when the xfails were added.
29747
29748 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
29749 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
29750
29751 * gdb.t01/run.exp: Only run shell test if isnative.
29752
29753 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
29754 since "run" automatically loads if necessary. Call gdb_target_udi
29755 after the "file" since "file" kills any execution target.
29756
29757 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
29758 GDB. GDB doesn't work that way (not anymore at least) on UDI.
29759 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
29760 argument for UDI.
29761
29762 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29763
29764 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
29765
29766 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
29767
29768 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29769
29770 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
29771 properly quoting regexps. This makes the second argument to
29772 demangle a fixed string, which matches the callers, instead of a
29773 shell-style pattern which is what the previous implementation
29774 used. Update some of the callers.
29775
29776 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29777
29778 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
29779 (comib_nullified_tests): Fix typo.
29780 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
29781 strings. No longer expected to fail.
29782
29783 * gdb.disasm/hppa.s (addib_tests): Fix typo.
29784 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
29785 strings. No longer expected to fail.
29786
29787 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
29788 string. No longer expected to fail.
29789
29790 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29791
29792 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
29793 No longer expected to fail.
29794
29795 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
29796 string. No longer expected to fail.
29797
29798 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29799
29800 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
29801 only in the names (I probably got most of them). I was even
29802 generous with some which differed in underscores in names, and
29803 probably missed a few, and I *still* was able to remove almost a
29804 third of the file with almost no impact on testsuite coverage.
29805
29806 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29807
29808 * gdb.t00/default.exp: Match udi_attach error message as well as
29809 the one from child_attach.
29810
29811 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
29812
29813 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
29814
29815 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
29816 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
29817
29818 * Move test with enums and partial symbols back to
29819 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
29820 Reverts the change of 26 May 93. Per today's change to
29821 stabs.texinfo, the behavior that weird.exp was expecting was
29822 unreasonable; what is important is that the compiler+gdb get
29823 things right, which happens with a recent gcc. Also fix the test
29824 to deal with native compilers which put out the stab gdb can't
29825 deal with.
29826
29827 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29828
29829 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
29830 in the names. The main thing these accomplish is to slow things down.
29831 Many more such duplicates surely remain.
29832
29833 * gdb.t00/help.exp: Comment out "help support" test just like
29834 (and for same reason as) "help set" test.
29835
29836 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
29837
29838 * gdb.t06/break.exp: Remove setup_xfails for
29839 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
29840 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
29841 about known bug in gcc to include up through 2.5.8.
29842 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
29843 well as "_vb$".
29844 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
29845 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
29846 with latest gcc and gdb.
29847 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
29848 well as "_vb$".
29849
29850 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29851
29852 * configure.in (hppa*-*-*): Also configure and build stabs-only
29853 tests.
29854
29855 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29856
29857 * gdb.t10/hppa.mt: A makefile fragment for the PA.
29858 * gdb.t10/configure.in (hppa*-*-*): Use it.
29859
29860 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29861
29862 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
29863
29864 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29865
29866 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
29867 versions prior to 1.13.5.
29868
29869 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29870
29871 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
29872 the prompt is at the start of a line.
29873
29874 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29875
29876 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
29877 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
29878 in the copr tests now.
29879 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
29880 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
29881 expected to fail.
29882
29883 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
29884
29885 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
29886 gdb.t31/chillvars.exp, lib/gdb.exp:
29887 Tweak to run under either version of expect.
29888 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
29889 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
29890 * gdb.t11/list.exp: Remove extraneous whitespace.
29891
29892 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29893
29894 * gdb.t16/printcmds.exp (test_print_strings): Accept
29895 "(unsigned char *) " before the string.
29896
29897 * TODO: Add notes about printing of fancy types and GDB expressions.
29898
29899 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
29900
29901 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
29902 * gdb.t06/configure.in: Don't try to compile signals test program
29903 if doing mips-idt-ecoff.
29904
29905 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
29906
29907 * Most .exp files: Tweak to run under either version of expect.
29908
29909 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29910
29911 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
29912 xfails; I'm not sure why they are failing, but not because of PR 1806.
29913
29914 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
29915
29916 * config/unix-gdb.exp: Remove gdb_unload cause it's already
29917 defined in lib/gdb.exp.
29918
29919 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29920
29921 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
29922 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
29923 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
29924 have to be typeless.
29925
29926 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29927
29928 * TODO: Add suggestion for copyright year test.
29929
29930 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
29931
29932 * configure.in (*-*-lynxos*): Add stabs tests.
29933
29934 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
29935
29936 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
29937 so insert a tab before any assembler directive in column zero.
29938
29939 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
29940 stores.
29941 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
29942 stores.
29943 (fpu_short_memory_tests): Likewise.
29944
29945 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29946
29947 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
29948 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
29949 .stabs directives in comments.
29950
29951 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29952
29953 * TODO: New file, describing tests we could write.
29954 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
29955
29956 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29957
29958 * gdb.t06/signals.exp: Add kludge to force re-sync.
29959
29960 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
29961 to xgdb instead of gdb, get out of gdb.
29962
29963 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
29964
29965 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
29966 for info.
29967
29968 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
29969
29970 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
29971 * gdb.stabs/configure.in (hppa*-*-*): Use it.
29972 * gdb.stabs/hppa.sed: New sed script for the PA.
29973
29974 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29975
29976 * gdb.stabs: Re-write weird.def and configuration to use sed
29977 instead of cpp. sed is portable and POSIX; cpp is neither.
29978
29979 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29980
29981 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
29982
29983 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29984
29985 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
29986
29987 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29988
29989 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
29990 "_vb$".
29991 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
29992 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
29993
29994 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29995
29996 * lib/gdb.exp: Comment out code which depends on non-existent
29997 `transform' procedure.
29998
29999 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
30000
30001 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
30002 * lib/gdb.exp: Transform tool name.
30003 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
30004 1.1's new error handling system.
30005
30006 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30007
30008 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
30009
30010 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30011
30012 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
30013 They made pattern matching so slow that timeouts happened on
30014 heavily loaded systems. Now any output from "show print" which
30015 gets us back to the GDB prompt is a PASS.
30016
30017 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
30018
30019 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
30020
30021 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30022
30023 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
30024
30025 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
30026 It is not from PR 3220.
30027
30028 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30029
30030 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
30031 just started failing because they depended on the order the
30032 subcommands are presented, or exact docstring text. This kind of
30033 test is a pain and has minimal benefit.
30034
30035 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30036
30037 * gdb.t09/corefile.exp: At end of test, use "core" command with
30038 no arguments.
30039
30040 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
30041
30042 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
30043 17}/Makefile.in: Make it possible to run the testsuite with Sun
30044 make and CC = cross gcc by adding explicit build rules for .o
30045 files.
30046
30047 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30048
30049 * gdb.t15/funcargs.exp: Don't put comments on same line as
30050 setup_xfail (@#$*%& tcl braindamage!).
30051
30052 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30053
30054 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
30055
30056 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
30057
30058 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
30059 * gdb.t20/inherit.exp: remove three dumplicate entries.
30060
30061 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30062
30063 * gdb.t06/break.exp: For "next over recursive call", fail on any
30064 incorrect output, not just on "factorial (value=2)".
30065
30066 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30067
30068 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
30069 working now. Add an xfail if accesing a bss variable causes
30070 a memory error if the target is not yet run.
30071
30072 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30073
30074 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
30075 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
30076 name of __st* demangling (2 strings). Did Kung really get the
30077 more than 95 others right without testing them?
30078
30079 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
30080
30081 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
30082
30083 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
30084
30085 * configure.in (configdirs): Add gdb.disasm
30086 * gdb.disasm: New directory for GDB disassembler tests.
30087 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
30088
30089 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30090
30091 * gdb.t00/help.exp: Don't test "help set".
30092
30093 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
30094 from within expect statements. None of these happen anymore and
30095 they cause regressions to be silently unnoticed.
30096
30097 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
30098 messages) about known failures with gcc cygnus-2.4.5-930417.
30099
30100 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
30101 comp-info.exp so it gets built if it doesn't exist.
30102
30103 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
30104 it is no longer used.
30105 * gdb.t13/comp-info.c: Removed.
30106
30107 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30108
30109 * gdb.t06/signals.exp: Add xfail for sun3.
30110
30111 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30112
30113 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
30114 relevant because ^C doesn't get sent but failure can be reproduced
30115 interactively).
30116
30117 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30118
30119 * gdb.stabs/alpha.mt: New configuration file for alpha.
30120 * gdb.stabs/configure.in: Use it.
30121 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
30122 sharing with alpha.mt, redefine long to word via preprocessor.
30123 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
30124 for alpha.
30125 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
30126 native cc.
30127 * gdb.t00/teststrategy.exp: Change expect string so that we
30128 consume the `(xgdb)' from the command echo and from the gdb prompt.
30129 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
30130 gdb currently compares all values as long, so this failure probably
30131 applies to any configuration where LONGEST is bigger than a target int.
30132 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
30133 with gcc.
30134 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
30135 to handle opaque pointers, gcc is.
30136 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
30137 as first argument. Include <sys/types.h> and change all operator
30138 new definitions to use size_t.
30139 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
30140 now that we use size_t.
30141
30142 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30143
30144 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
30145 a long or float array cast all array members to the same type.
30146 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
30147 with 64 bit longs.
30148 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
30149 on alpha.
30150 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
30151
30152 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30153
30154 * gdb.t24 (demangle.exp): Constructors of templates have names like
30155 vector<int>::vector(int) not vector<int>::vector<int>(int). See
30156 section 14.6 of the ARM.
30157
30158 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
30159 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
30160 accomplish little and slow down the testsuite.
30161
30162 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
30163 Accept spaces various places.
30164
30165 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30166
30167 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
30168 with watchpoint enabled.
30169
30170 * Makefile.in: Remove definition of CC and remove the second
30171 definition of CXX (the "CXX = gcc" one remains). These definitions
30172 were causing backquotes to be expanded within backquotes, which
30173 doesn't work.
30174
30175 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
30176
30177 * gdb.t17/callfuncs.exp: Add "return 0" to end.
30178
30179 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30180
30181 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
30182 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
30183 by mips cc and contains no stabs entries.
30184
30185 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
30186
30187 * config/vx-gdb.exp: Use fake device to load files rather than
30188 NFS.
30189 * lib/gdb.exp: New proc to do "file" command.
30190 * config/unix-gdb.exp: Use new "file" proc.
30191
30192 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
30193
30194 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
30195 Rework board rebooting slightly.
30196 (gdb_exit): Don't exit from the remote shell; there isn't one.
30197 * gdb.stabs/weird.exp: If a program is being debugged already,
30198 kill it.
30199 * gdb.t04/setvar.exp: Stop and restart gdb.
30200 * gdb.t05/expr.exp: Likewise.
30201 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
30202 restart gdb and reload the program.
30203 * gdb.t08/opaque.exp: Likewise.
30204 * gdb.t12/scope.exp: Likewise.
30205 * gdb.t13/bitfields.exp: Likewise.
30206 * gdb.t15/funcargs.exp: Likewise.
30207 * gdb.t20/classes.exp: Likewise.
30208 * gdb.t03/ptype.exp: Increase timeout.
30209 * gdb.t16/printcmds.exp (test_print_string_constants,
30210 test_print_array_constants): Likewise.
30211 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
30212 * gdb.t20/classes.exp (do_tests): Likewise.
30213 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
30214
30215 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
30216
30217 * gdb.stabs: Renamed *wierd* to *weird*.
30218
30219 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
30220
30221 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
30222 for timeout. Add "known gcc 2.4.5 bug" to failure message.
30223
30224 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
30225
30226 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
30227 (do_tests): Remove xfail for whatis on one_var and two_var.
30228
30229 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
30230
30231 * Makefile.in: Made cross building work better by adding
30232 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
30233
30234 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30235
30236 * gdb.t15/{return.c,return.exp,Makefile.in}:
30237 New test, currently commented out.
30238
30239 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
30240
30241 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
30242 still running and removes the leftover named socket so GDb can do
30243 clean restarts.
30244
30245 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
30246
30247 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
30248 console, not GDB.
30249 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
30250 cross testing works better with "make check"
30251 * config/unix-gdb: Use default procedures for exit and version.
30252 * config/vx-gdb.exp: Cleaned up and massaged back to working order
30253 with the newest VxWorks.
30254
30255 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30256
30257 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
30258 old form.
30259
30260 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
30261 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
30262
30263 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
30264
30265 * config/unix-gdb.exp: Remove this version of gdb_exit
30266 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
30267 Rob says he'll look at it when he gets back to testing boards.
30268
30269 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
30270
30271 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
30272 an expected fail for certain ptype commands.
30273
30274 * gdb.t20/classes.exp: Update expected results of "ptype class
30275 Base1" to account for the constructor that now appears in the type.
30276
30277 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
30278
30279 * configure.in (configdirs): Restore gdb.t04, which mysteriously
30280 disappeared from list.
30281 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
30282 "alldone" proc with call to cleanup and exit.
30283 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
30284 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
30285 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
30286 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
30287 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
30288 "alldone" proc with simple returns that suppress remaining
30289 tests. The alldone proc went away many months ago.
30290
30291 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30292
30293 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
30294
30295 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
30296
30297 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30298
30299 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
30300 as vax gdb will display them.
30301
30302 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30303
30304 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
30305 optimizers.
30306
30307 * scope.exp: Change "bad value for localval" messages so each one
30308 is unique.
30309
30310 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
30311 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
30312
30313 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
30314
30315 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30316
30317 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
30318 doesn't exist (due to optimization).
30319
30320 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30321
30322 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
30323 contains \r because the filename is long.
30324
30325 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
30326 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
30327
30328 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30329
30330 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
30331 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
30332 Ultrix.
30333 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
30334 int tests.
30335 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
30336
30337 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
30338
30339 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
30340
30341 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
30342 to match does not match the passing case but still matches the
30343 failing case.
30344
30345 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30346
30347 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
30348
30349 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
30350
30351 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
30352 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
30353 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
30354 Remove various versions of gdb_exit.
30355 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
30356 gdb_exit.
30357 * config/unix-gdb.exp: gdb_exit remains here, and should override
30358 the generic version, since it's doing a lot of wierd stuff that
30359 the other versions aren't. FIXME, fold it in, or abandon this
30360 version.
30361
30362 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30363
30364 * gdb.t24/demangle.exp: Add tests for PR 3220.
30365
30366 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30367
30368 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
30369
30370 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
30371
30372 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
30373 "i386-*-*". Works for i486 as well.
30374
30375 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
30376 bug, and expand domain of xfail to all SVR4 systems, since the
30377 actual problem is likely to be in generic SVR4 /proc support.
30378
30379 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30380
30381 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
30382
30383 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
30384
30385 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
30386 xfails for other systems. Match a missing 'Continuing.' as an
30387 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
30388
30389 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
30390 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
30391 Only issue warning for missing executables if -all option is used.
30392
30393 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
30394 file if -all option is used. It's like an unpredictable XFAIL.
30395
30396 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30397
30398 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
30399 for dynamically linked binaries.
30400
30401 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
30402
30403 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30404
30405 * gdb.t20/inherit.exp: Change message for "print tagless struct"
30406 to state that this is a known bug in old versions of g++.
30407
30408 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30409
30410 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
30411 while waiting for `Continuing'.
30412
30413 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
30414
30415 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
30416 in text, data, and bss.
30417 * gdb.t10/nodebug.c: Add local and global test variables for
30418 initialized and uninitialized data.
30419
30420 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30421
30422 * config/unix-gdb.exp (gdb_exit): Add "wait".
30423
30424 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30425
30426 * gdb.t06/signals.exp: xfail the continue from the handler for all
30427 targets.
30428
30429 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
30430 function with watchpoints enabled, the i386 call dummy starts with
30431 a call.
30432
30433 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
30434 386 bsd names its corefiles.
30435
30436 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
30437
30438 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
30439 compilers don't grok it.
30440 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
30441 with small octal ints rather than character constants, which
30442 are signed and might not fit if first promoted to int.
30443
30444 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
30445
30446 * gdb.t09/Makefile.in (clean): Remove corefile.
30447
30448 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30449
30450 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
30451
30452 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30453 and Jim Kingdon (kingdon@cygnus.com)
30454
30455 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
30456 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
30457 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
30458
30459 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30460
30461 * gdb.t17/interrupt.exp: Add xfail for hppa.
30462
30463 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30464
30465 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
30466 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
30467 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
30468 to determine signed-ness of bitfields and use the result to setup
30469 the xfail.
30470 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
30471 * gdb.t15/funcargs.exp: Use them to step until the second indirect
30472 call line is reached if necessary.
30473
30474 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30475
30476 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
30477
30478 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30479
30480 * gdb.t06/break.exp: Also test `clear' command.
30481
30482 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30483
30484 * gdb.t00/teststrategy.exp: Remove extra quote.
30485
30486 * gdb.t07/watchpoint.exp: Change xfail for calling function with
30487 watchpoint enabled to be for all non-68k machines.
30488
30489 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
30490
30491 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30492
30493 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
30494 targets use aout.mt instead of ecoff.mt as gas understands
30495 standard aout format.
30496
30497 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30498
30499 * lib/gdb.exp (runto): Don't insist that function we are running to
30500 was compiled with -g.
30501
30502 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
30503
30504 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
30505 to get back into the read system call.
30506 Accept leading newline in case where we woke it up.
30507
30508 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30509
30510 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
30511 to make the stabs test work on ecoff systems using gcc and -with-stabs.
30512 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
30513 enable ecoff configuration.
30514
30515 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30516
30517 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
30518
30519 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30520
30521 * gdb.t16/printcmds.exp: Add another printf test.
30522
30523 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
30524
30525 * configure.in: If configured -with-stabs on any target, add
30526 stabsdirs to configdirs.
30527
30528 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30529
30530 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
30531 fun" so pattern does not match the command itself.
30532
30533 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30534
30535 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
30536
30537 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30538
30539 * gdb.t17/interrupt.exp: Test for more things.
30540
30541 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30542
30543 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
30544 compiler arranges the code and line numbers.
30545
30546 * gdb.t17/interrupt.exp: Don't send \n after ^C.
30547
30548 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30549
30550 * gdb.t00/help.exp: Increase expect input buffer size.
30551
30552 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30553
30554 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
30555
30556 * gdb.t07/watchpoint.exp: Add xfail for hppa.
30557
30558 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
30559
30560 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
30561 [0-9]*, not just [0-9].
30562
30563 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30564
30565 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
30566
30567 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
30568
30569 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30570
30571 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
30572
30573 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30574
30575 * gdb.t06/signals.c: Add xfails for sun3.
30576
30577 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
30578
30579 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
30580 test_stepping tests.
30581
30582 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30583
30584 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
30585
30586 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
30587
30588 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
30589 rather than actually putting it through cpp twice.
30590
30591 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
30592
30593 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
30594
30595 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
30596 no longer needed.
30597
30598 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30599
30600 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
30601
30602 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
30603 C++ features prints as "struct", make it a pass, not an xfail.
30604
30605 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30606
30607 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
30608 Don't require VA to print as "class" rather than "struct".
30609
30610 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
30611
30612 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
30613
30614 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30615
30616 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
30617
30618 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30619
30620 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
30621 order.
30622
30623 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30624
30625 * gdb.t16/printcmds.exp: Add printf tests.
30626
30627 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
30628
30629 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
30630
30631 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
30632
30633 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
30634 pass counts, to counteract any existing or future setup_xfails.
30635
30636 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30637
30638 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
30639 {BEGIN,END}_COMMON for common block instead of STAB.
30640 * gdb.stabs/wierd.exp: Add xfail for rs6000.
30641
30642 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
30643 intp_var should be N_GSYM not N_LSYM.
30644 wierd-aout.S: Use a label for the value of the N_SO.
30645 wierd.def: Remove all backslashes.
30646 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
30647
30648 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30649
30650 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
30651 get the expected next to inheritance3.
30652
30653 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30654
30655 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
30656 now that gcc-2.4 gets it right.
30657
30658 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30659
30660 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
30661
30662 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
30663 generating comp-info.exp which works for cross-compilation.
30664
30665 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
30666
30667 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
30668 "*-*-sysv4.*".
30669
30670 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
30671
30672 * gdb.t01/run.exp: Start with a fresh gdb.
30673 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
30674 SVR4.x.
30675
30676 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
30677
30678 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
30679 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
30680 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
30681 Makefile.in (distclean, realclean): Remove gdbme.c from list of
30682 things to remove.
30683
30684 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
30685
30686 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
30687 test cases from bug reports.
30688
30689 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
30690
30691 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
30692 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
30693 avoid spurious xfails.
30694 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
30695 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
30696 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
30697
30698 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
30699
30700 * gdb.t00/teststrategy.exp: Rework to provide more useful
30701 description of each test, fix problem with systems that define
30702 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
30703 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
30704 results for "next over recursive call" so timeouts aren't taken
30705 by error.
30706
30707 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
30708
30709 * gdb.t12/scope.exp: Test printing of variables before run.
30710
30711 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
30712 printed in wrong order due to sorting.
30713
30714 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
30715
30716 * gdb.t00/teststrategy.exp: Fix expected results for printing
30717 user entered string constant. Is array of char, prints with no
30718 address.
30719
30720 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
30721 commands.
30722 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
30723 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
30724 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
30725 of struct of char arrays.
30726 * gdb.t00/radix.exp: New tests for radix commands.
30727
30728 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
30729
30730 * gdb.t16/printcmd.exp: Print a variable before running program
30731 (with xfail for AIX).
30732
30733 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
30734
30735 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
30736
30737 * gdb.t16/printcmd.exp: Don't print variables before running program.
30738
30739 * gdb.t06/break.exp: Don't require envp argument to main.
30740
30741 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
30742
30743 * gdb.t02/whatis.exp, gdb.t11/list.exp:
30744 Add xfails for rs6000.
30745
30746 * gdb.t02/whatis.exp: Change other tests not to re-test something
30747 we already tested.
30748
30749 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
30750 each type used has a variable of that type.
30751
30752 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
30753
30754 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
30755
30756 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
30757
30758 * configure.in: change srctrigger to be a file, not a directory
30759
30760 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
30761
30762 * configure.in (mips-idt-ecoff*): Added trailing '*'.
30763
30764 * gdb.t11/list.exp: Fixed a couple of typos.
30765
30766 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
30767
30768 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
30769 is fixed and PR is closed.
30770 * gdb.t16 (gdbme.c): Add simple test string variable.
30771 * gdb.t16 (printcmds.exp): Add tests with simple test string
30772 variable, primarily for boundaries on "set print elements".
30773
30774 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
30775
30776 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
30777 Make leading 0's optional and don't expect a tab in the middle
30778 of the number.
30779
30780 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
30781
30782 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
30783 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
30784 don't end command passed to gdb_test with newline.
30785
30786 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
30787 signed keyword away, don't expect signed bitfields to be signed.
30788
30789 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
30790 printing with only as many 1's as are in the field as well as printing
30791 with 32 1's (see comment).
30792
30793 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
30794
30795 * gdb.t00/default.exp: Start with a fresh gdb.
30796 * configure.in (configdirs): Remove gdb.t31 until the chill
30797 compiler works again. It no longer is able to find chillrt0
30798 since it isn't in libchill.a anymore.
30799 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
30800 wierd.o, make more modular.
30801 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
30802 spurious newlines that caused problems.
30803
30804 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30805
30806 * Move test with enums and partial symbols from gdb.t03/ptype.exp
30807 to gdb.stabs/wierd.exp since GCC has worked around the bug.
30808 gdb.stabs/wierd.{exp,def}: Many new tests.
30809
30810 * gdb.t00/default.exp: update info line for new message.
30811
30812 * gdb.t02/{whatis.exp,gdbme.c}:
30813 Test that "char *" doesn't print as "caddr_t".
30814
30815 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30816
30817 * gdb.t00/help.exp: Use .* in place of some help messages which
30818 just changed.
30819 gdb.t00/default.exp: Update "info frame" test for new message.
30820 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
30821 Remove some xfails
30822
30823 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30824
30825 * gdb.t03/{gdbme.c,ptype.exp}:
30826 Add tests for typedef'd struct and union without tags.
30827 Also check "whatis" on a variable of a typedef'd enum without a tag.
30828
30829 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
30830 PRMS 1823; the bug still exists but isn't reproduced by this test
30831 anymore), and remove rs6000 XFAIL (the bug is fixed).
30832
30833 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
30834 duplicated from whatis.exp. For those that are left, accept
30835 "long", "long int", or "int" for long variables (whatis.exp already
30836 has an XFAIL for "int", so no need to fail it here).
30837
30838 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
30839 Deal with GCC's names for types now that GDB uses the compiler's names.
30840
30841 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
30842 setup_xfail's for sunos4. If we #defined the signed keyword away,
30843 don't expect GDB to know that char it is signed.
30844
30845 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
30846
30847 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
30848
30849 * configure.in (configdirs): Add gdb.t24 for C++ tests that
30850 should work on any system, regardless of debugging format.
30851 * gdb.t21/demangle.exp: Move to gdb.t24.
30852 * gdb.t24/demangle.exp: Move from gdb.t21.
30853 * gdb.t24/{Makefile.in, configure.in}: New files.
30854
30855 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30856
30857 * configure.in: Do gdb.stabs and C++ tests only for stabs.
30858 * gdb.stabs: New directory.
30859
30860 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30861
30862 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
30863 not just "Quit anyway?".
30864
30865 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
30866
30867 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
30868 that all setup_xfails are immediately followed by clear_xfails.
30869
30870 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
30871
30872 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
30873 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
30874 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
30875 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
30876 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
30877 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
30878 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
30879 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
30880 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
30881 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
30882 gdb.t31/chillvars.exp, lib/gdb.exp:
30883 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
30884 bug-gdb@prep.ai.mit.edu.
30885
30886 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
30887
30888 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
30889 with 0.0, not integer 0.
30890
30891 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
30892
30893 * gdb.t06/break.exp: Update for "Kill the program" message change.
30894
30895 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
30896
30897 * Makefile.in (GDBFLAGS): Set to -nx.
30898 * Makefile.in (site.exp): Use GDBFLAGS.
30899
30900 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
30901
30902 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
30903 Makefiles.
30904 (check): depend on just-check.
30905 (just-check): added so that tests can be run without a noop
30906 build pass.
30907
30908 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
30909
30910 Switch to using configure's configdirs.
30911 * Makefile.in (Makefile): add configure.in dependency.
30912 (SUBDIRS): removed redundant assignment.
30913 * configure.in: switch subdirs assignment to configdirs.
30914 * gdb.t*/configure.in: new files.
30915
30916 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
30917
30918 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
30919 works.
30920
30921 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
30922
30923 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
30924 in explicit rules. Apparently this is not supported by some makes.
30925
30926 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
30927
30928 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
30929
30930 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30931
30932 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
30933 disappeared.
30934
30935 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
30936
30937 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
30938
30939 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
30940
30941 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
30942 watchpoint problem that is now fixed.
30943 * gdb.t30/chexp.exp: Remove setup_xfail for printing
30944 uninitialized convenience variables.
30945 * gdb.t31/chillvars.exp: Fix expected patterns for printing
30946 structures.
30947
30948 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30949
30950 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
30951 which causes expect to get out of sync with gdb on long output
30952 from help set.
30953 * gdb.t09/corefile.exp: Make expected pattern for core file
30954 failing signal and frame output format less sun specific.
30955
30956 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
30957
30958 * gdb.t31/chillvars.exp: Add and remove initial dummy
30959 breakpoint, so that symbol table is forced in.
30960 (Needed at least on Sunos4, though it seems not SVR4.)
30961 * gdb.t31/chillvars.exp: Update for changed output format.
30962
30963 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
30964
30965 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
30966
30967 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
30968
30969 * Makefile.in: Added --srcdir when invoking runtest, removed the
30970 need for a local config file. (optional now)
30971
30972 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
30973
30974 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
30975 failure count used to force early termination. Add some more
30976 expected failures for gnu style demangling.
30977
30978 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30979
30980 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
30981 pmi variable from gdb.t20/gdbme to get optimized away.
30982 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
30983 Check for written corefile upon timeout _and_ eof.
30984
30985 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30986
30987 * config/unix-gdb.exp: Add missing return 0.
30988
30989 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30990
30991 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
30992 test termination.
30993
30994 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
30995
30996 * configure.in (subdirs): Put back gdb.t17 which mysteriously
30997 disappeared.
30998
30999 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
31000
31001 * gdb.t10/crossload.exp: Disable the i860-elf test until such
31002 time as i860 support works.
31003
31004 * gdb.t15/funcargs.exp: Fix expected outputs to include
31005 "backtrace 100\r" rather than just "backtrace\r", to match last
31006 change.
31007
31008 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
31009
31010 * config/udi-gdb.exp (gdb_exit): Remove close command.
31011 (gdb_target_udi): New procedure to set the UDI target.
31012 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
31013 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
31014 Added waits for prompts after several question responses. Added
31015 some more responses used by a29k-amd-udi-gdb.
31016 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
31017 pass different arguments, restart UDI connection after program
31018 completion.
31019 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
31020 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
31021 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
31022 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
31023 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
31024 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
31025 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
31026 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
31027 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
31028 after program completion.
31029 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
31030 compiled with a SELECT_VECS setting.
31031 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
31032 infinite recursion.
31033
31034 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
31035 Added checks for COFF results, and made them expected failures for
31036 all targets. It would be better to make them expected failures
31037 for COFF targets only.
31038
31039 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
31040
31041 * Makefile.in: add null dvi target, don't bother to recurse
31042 through test directories for info and install-info; rename
31043 $(datadir) to be dejagnu instead of deja-gnu
31044
31045 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
31046
31047 * gdb.t31/gdbme.ch: Re-enable code that previously caused
31048 compiler to coredump.
31049 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
31050 code.
31051
31052 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
31053
31054 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
31055 coredump.
31056 * gdb.t31/chillvars.exp: Comment out tests that depend on that
31057 code.
31058
31059 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
31060
31061 * gdb.t03/ptype.exp: tests for return code from gdb_test.
31062 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
31063 which in a shell. Deletes xgdb when done.
31064 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
31065 Tests the return from the "set height" or "set width" commands.
31066 Added a few return codes where needed.
31067
31068 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
31069
31070 * Makefile.in (SUBDIRS): Add gdb.t17.
31071 * configure.in (subdirs): Add gdb.t17.
31072 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
31073 files to test gdb's calling of functions in the inferior with
31074 the correct arguments and gdb's ability to retrieve any
31075 result returned.
31076
31077 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
31078
31079 * config/unix-gdb.exp (gdb_exit): Remove close commands that
31080 may be called after gdb goes away. Previous versions of expect
31081 needed these to avoid file descriptor leaks, but they cause
31082 errors with the current revision of expect.
31083 * gdb.t00/gdbvars.exp: Use -re on expected output after
31084 setting sevenbit-strings.
31085 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
31086 to set sevenbit-strings consistent across tests.
31087 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
31088 set sevenbit-strings consistent across tests.
31089
31090 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
31091
31092 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
31093 expected output to match current "expect" expectations.
31094
31095 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
31096
31097 * gdb.t00/default.exp: Change expected output for default "source"
31098 command, to match new gdb behavior which requires a filename to
31099 source.
31100
31101 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
31102
31103 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
31104 expected fail for i486-*-* that misses the marker2 function.
31105 * gdb.t10/crossload.exp (bfddefault): Allow successful
31106 recognition of a format to pass even if no symbols are found.
31107 Explicitly catch failures where the format is not recognized
31108 or is ambiguous, and add the reason to the fail message.
31109 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
31110 the cause is and invalid target and add reason to failure message.
31111 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
31112 elf32-i386, elf32-sparc, and elf32-i860.
31113 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
31114 Set up expected failure for 'filename'::variable scope resolution,
31115 which is now apparently broken on all targets.
31116 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
31117 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
31118 gdb.t23/templates.exp: Change failure for missing binfile into
31119 just a warning.
31120 gdb.t21/demangle.exp: Change all cfront references to 'arm'
31121 references.
31122
31123 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
31124
31125 * gdb.t00/default.exp: Add expected output for default "source"
31126 command, to match new gdb behavior.
31127 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
31128
31129 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
31130
31131 * config/*-gdb.exp: returns an error, rather than exiting on
31132 internal errors.
31133
31134 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
31135
31136 * gdb.t03/gdbme.c: Add pointer to struct variable.
31137 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
31138 referencing struct members.
31139
31140 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
31141
31142 * configure.in (mips-idt-ecoff): New target.
31143 * config/mips-gdb.exp: New file for remote board using MIPS remote
31144 debugging protocol.
31145
31146 * Redid configuration scheme. Removed gdb.t*/configure.in.
31147 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
31148 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
31149 distclean targets. Built executables via .o files. Adjusted
31150 tests to account for source files in $(srcdir) rather than
31151 $(objdir).
31152 * lib/gdb.exp (runto): Don't expect () after the function name,
31153 because it may have arguments.
31154
31155 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
31156
31157 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
31158 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
31159 expected failures for mips-idt-* and mips-sgi-*.
31160 * gdb.t00/default.exp (attach): Kill process if requested.
31161 * gdb.t00/help.exp (help target core, help target): Accept a gdb
31162 that does not read core files.
31163 * gdb.t01/run.exp: Removed checks for exit status code.
31164 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
31165 it is linked in.
31166 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
31167 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
31168 appropriate, rather than doing it by hand.
31169 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
31170 execution.
31171 * gdb.t10/crossload.exp: Kill existing program if needed.
31172 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
31173 appropriate, rather than doing it by hand. Always increase
31174 timeout for this test, not just for VxWorks.
31175
31176 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
31177
31178 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
31179 of Chill STRUCT types and STRUCT values.
31180 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
31181 than "char".
31182 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
31183 struct2): New struct definitions and initializations to test
31184 simple Chill STRUCT types.
31185
31186 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
31187
31188 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
31189 the null byte at the end of strings.
31190 * gdb.t00/default.exp: Make show version insensitive to copyright
31191 date.
31192 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
31193 to avoid dependencies on target char signedness.
31194 * gdb.t16/printcmds.exp: Update expected results for explicitly
31195 unsigned char.
31196 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
31197 now work.
31198 * gdb.t21/demangle.exp: Add many more patterns for template
31199 demangling, most of them being expected failures.
31200 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
31201 string we are matching for, to match on the whole string.
31202 * gdb.t21/demangle.exp: Add many new test strings to demangle,
31203 and fix a whole bunch that had incorrect expected output but were
31204 passing anyway because of the bug in "proc demangle".
31205 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
31206 type.
31207 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
31208
31209 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
31210
31211 * gdb/testsuite: made modifications to testcases, etc., to allow
31212 them to work properly given the reorganization of deja-gnu and the
31213 relocation of the testcases from deja-gnu to a "tool" subdirectory.
31214
31215 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
31216
31217 * gdb/testsuite: Initial creation of gdb/testsuite.
31218 Migrated dejagnu testcases and support files for testing nm to
31219 gdb/testsuite from deja-gnu. These files were moved "as is"
31220 with no modifications. This migration is part of a major overhaul
31221 of dejagnu. The modifications to these testcases, etc., which
31222 will allow them to work with the new version of dejagnu will be
31223 made in a future update.
31224
31225 For additional changes see gdb.mi/ChangeLog-1999-2003.
31226 \f
31227 ;; Local Variables:
31228 ;; mode: change-log
31229 ;; left-margin: 8
31230 ;; fill-column: 74
31231 ;; version-control: never
31232 ;; End:
31233
31234 Copyright 1993-2013 Free Software Foundation, Inc.
31235 Copying and distribution of this file, with or without modification,
31236 are permitted provided the copyright notice and this notice are preserved.
This page took 0.731604 seconds and 4 git commands to generate.