gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2013-04-10 Yao Qi <yao@codesourcery.com>
2
3 * gdb.trace/actions.exp: Save trace data to CTF.
4 Change to ctf target if GDB supports, read CTF data in ctf
5 target, and check the actions of tracepoints.
6 * gdb.trace/while-stepping.exp: Likewise.
7 * gdb.trace/report.exp: Test GDB saves trace data to CTF
8 format and read CTF trace file if GDB supports.
9 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
10 target is supported, change to ctf target, read trace data and
11 check output of command "tstatus".
12 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
13 read CTF data by target ctf and call check_tsv.
14
15 2013-04-10 Yao Qi <yao@codesourcery.com>
16
17 * gdb.trace/actions.exp (check_tracepoint): New.
18 (top level): Start the tracing and check the actions of
19 tracepoints. Save trace data to tfile format. Restart GDB
20 and read trace file in tfile target. Check the actions of
21 tracepoints again.
22 * gdb.trace/while-stepping.exp: Likewise.
23
24 2013-04-10 Yao Qi <yao@codesourcery.com>
25
26 * gdb.trace/report.exp: Use standard_output_file for saved
27 trace file.
28
29 2013-04-10 Hui Zhu <hui@codesourcery.com>
30
31 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
32 (MISCELLANEOUS): Add dprintf-pendshr.sl.
33 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
34
35 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
36
37 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
38 response.
39
40 2013-04-08 Pedro Alves <palves@redhat.com>
41
42 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
43 the location.
44
45 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
46
47 * gdb.cp/cplabel.exp: Allow empty directory in file reported
48 for breakpoint location.
49
50 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
51
52 * gdb.linespec/linespec.exp: Make dir/file:line tests
53 conditional for non-remote hosts only.
54
55 2013-04-04 Stan Shebs <stan@codesourcery.com>
56 Pedro Alves <palves@redhat.com>
57
58 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
59 * gdb.trace/actions-changed.c: New file.
60 * gdb.trace/actions-changed.exp: New file.
61 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
62 (gdb_trace_setactions_command): ... this. Add "actions_command"
63 parameter, and handle it.
64 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
65
66 2013-04-04 Yao Qi <yao@codesourcery.com>
67
68 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
69 'step'.
70
71 2013-04-03 Yao Qi <yao@codesourcery.com>
72
73 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
74 "tfile-basic.tf".
75 (test_tfind_tfile): Likewise.
76
77 2013-04-03 Yao Qi <yao@codesourcery.com>
78
79 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
80 "tfile-basic.tf" instead of "basic.tf".
81 (write_error_trace_file): Pass argument "tfile-error.tf"
82 instead of "error.tf".
83 * gdb.trace/tfile.exp: Update tfile names to
84 "tfile-basic.tf" and "tfile-error.tf".
85
86 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
87
88 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
89 empty directory in file for breakpoint hit.
90
91 2013-03-29 Yao Qi <yao@codesourcery.com>
92
93 * gdb.base/completion.exp: Test completion of commands
94 "target core", "target tfile" and "target exec".
95 * gdb.trace/tfile.exp: Test completion of command
96 "target tfile".
97
98 2013-03-28 Joel Brobecker <brobecker@adacore.com>
99
100 * gdb.ada/win_fu_syms: New testcase.
101
102 2013-03-28 Doug Evans <dje@google.com>
103
104 * gdb.base/maint.exp (maint print statistics): Update expected output.
105
106 2013-03-28 Pedro Alves <palves@redhat.com>
107
108 PR gdb/15294
109
110 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
111 mean unlimited instead of $arg < 0.
112 (test_listsize): Remove "listsize of 0 suppresses output" test.
113 Test that "set listsize 0" ends up with an unlimited listsize.
114
115 2013-03-28 Pedro Alves <palves@redhat.com>
116
117 * gdb.base/list.exp (last_line): New global.
118 (last_line_re): New global.
119 (test_listsize, test_list_function, test_list_forward)
120 (test_repeat_list_command, test_list_range)
121 (test_list_filename_and_function): Use them.
122 * gdb.base/list0.c: Comment the last line of the file with "last
123 line".
124
125 2013-03-28 Pedro Alves <palves@redhat.com>
126
127 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
128 list the whole file.
129
130 2013-03-28 Pedro Alves <palves@redhat.com>
131
132 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
133 "set listsize".
134
135 2013-03-26 Keith Seitz <keiths@redhat.com>
136
137 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
138 from passing.
139
140 2013-03-26 Pedro Alves <palves@redhat.com>
141
142 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
143 until after GDB has run.
144
145 2013-03-26 Yao Qi <yao@codesourcery.com>
146
147 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
148 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
149
150 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
151
152 * gdb.btrace/enable.exp: Add regression test.
153
154 2013-03-25 Tom Tromey <tromey@redhat.com>
155
156 * gdb.cp/m-static.exp: Add destructor-printing tests.
157
158 2013-03-25 Tom Tromey <tromey@redhat.com>
159
160 * gdb.cp/m-static.exp: Add constructor ptype tests.
161 * gdb.cp/m-static.cc (single_constructor): New class.
162 (main): Make instance of single_constructor.
163
164 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
165 Pedro Alves <palves@redhat.com>
166
167 * gdb.server/server-kill.c: New file.
168 * gdb.server/server-kill.exp: New file.
169
170 2013-03-21 Pedro Alves <palves@redhat.com>
171
172 * gdb.trace/trace-buffer-size.exp (get default buffer size):
173 Expect $gdb_prompt in gdb_test_multiple.
174
175 2013-03-21 Doug Evans <dje@google.com>
176
177 * gdb.base/maint.exp: Update tests for per-command stats.
178
179 2013-03-21 Tom Tromey <tromey@redhat.com>
180
181 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
182 * gdb.cp/misc.exp: Add test for FILENAME:: case.
183
184 2013-03-20 Pedro Alves <palves@redhat.com>
185
186 PR gdb/15289
187
188 * gdb.base/remote.exp: Test
189 "set remote hardware-watchpoint-limit -1",
190 "set remote hardware-breakpoint-limit -1",
191 "set remote hardware-watchpoint-limit 2147483647" and
192 "set remote hardware-breakpoint-limit 2147483647".
193
194 2013-03-20 Pedro Alves <palves@redhat.com>
195 Yao Qi <yao@codesourcery.com>
196
197 * gdb.trace/tfile.c: Add comments.
198 (nonconstglob): New global.
199 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
200 global that is not covered by the trace frame. Test
201 disassembling.
202
203 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
204
205 * gdb.base/valgrind-infcall.exp
206 (continue #$continue_count) <remote connection closed>
207 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
208 $valgrind_pid.
209
210 2013-03-15 Tom Tromey <tromey@redhat.com>
211
212 * gdb.cp/overload.cc (intintfunc): New.
213 * gdb.cp/overload.exp: Add regression test.
214
215 2013-03-15 Yao Qi <yao@codesourcery.com>
216
217 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
218 using with_test_prefix.
219 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
220 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
221 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
222 * gdb.threads/watchpoint-fork.exp (test): Likewise.
223 * gdb.base/break-interp.exp (test_core): Likewise.
224 (test_attach_gdb): Likewise.
225 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
226 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
227 Likewise.
228 * gdb.base/jit-so.exp (one_jit_test): Likewise.
229 * gdb.base/jit.exp (one_jit_test): Likewise.
230 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
231 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
232 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
233 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
234 Likewise.
235 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
236 Likewise.
237 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
238 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
239 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
240 (tracepoint_change_loc_2): Likewise.
241 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
242 Likewise.
243 (disconnected_tfind): Likewise.
244 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
245 Likewise.
246 (test_tfind_remote): Likewise.
247 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
248 Likewise.
249 (test_pending_resolved): Likewise.
250 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
251 Likewise.
252 (test_upload_tsv): Likewise.
253 * gdb.trace/pending.exp (pending_tracepoint_resolved):
254 Likewise.
255 (pending_tracepoint_works): Likewise.
256 * gdb.trace/report.exp (use_collected_data): Likewise.
257 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
258 Likewise.
259 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
260 * gdb.trace/strace.exp (strace_info_marker): Likewise.
261 (strace_trace_on_same_addr): Likewise.
262 (strace_trace_on_diff_addr): Likewise.
263 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
264 (gdb_collect_locals_test): Likewise.
265 (gdb_unavailable_registers_test): Likewise.
266 (gdb_collect_globals_test): Likewise.
267
268 2013-03-15 Yao Qi <yao@codesourcery.com>
269
270 * gdb.base/condbreak.exp: Add semicolon back which was removed
271 by my previous commit.
272
273 2013-03-14 Yao Qi <yao@codesourcery.com>
274
275 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
276 'return'.
277 (gdb_target_monitor, gdb_load): Likewise.
278 * config/sid.exp (gdb_load): Likewise.
279 * config/slite.exp (gdb_load): Likewise.
280 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
281 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
282 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
283 (single_step_until): Likewise.
284 * gdb.arch/powerpc-d128-regs.exp: Likewise.
285 * gdb.arch/system-gcore.exp: Likewise.
286 * gdb.base/bigcore.exp (extract_heap): Likewise.
287 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
288 * gdb.base/call-ar-st.exp: Likewise.
289 * gdb.base/call-rt-st.exp: Likewise.
290 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
291 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
292 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
293 * gdb.base/corefile.exp: Likewise.
294 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
295 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
296 * gdb.base/fixsection.exp: Likewise.
297 * gdb.base/funcargs.exp: Likewise.
298 * gdb.base/gcore-buffer-overflow.exp: Likewise.
299 * gdb.base/gcore-relro.exp: Likewise.
300 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
301 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
302 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
303 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
304 * gdb.base/list.exp: Likewise.
305 (set_listsize): Likewise.
306 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
307 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
308 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
309 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
310 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
311 * gdb.base/setvar.exp: Likewise.
312 (test_set): Likewise.
313 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
314 * gdb.base/solib-overlap.exp: Likewise.
315 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
316 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
317 * gdb.base/watchpoint.exp (initialize): Likewise.
318 (test_simple_watchpoint): Likewise.
319 (test_disabling_watchpoints): Likewise.
320 (test_watchpoint_triggered_in_syscall): Likewise.
321 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
322 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
323 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
324 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
325 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
326 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
327 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
328 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
329 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
330 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
331 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
332 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
333 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
334 * gdb.mi/gdb792.exp: Likewise.
335 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
336 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
337 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
338 * gdb.threads/gcore-thread.exp: Likewise.
339 (load_core): Likewise.
340 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
341 (test_startup, check_control_c): Likewise.
342 * gdb.threads/sigstep-threads.exp: Likewise.
343 * gdb.threads/thread_check.exp: Likewise.
344 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
345 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
346 (set_a_tracepoint, trace_buffer_normal): Likewise.
347 (gdb_trace_circular_tests): Likewise.
348 * gdb.trace/collection.exp: Likewise.
349 * gdb.trace/disconnected-tracing.exp: Likewise.
350 * gdb.trace/infotrace.exp: Likewise.
351 * gdb.trace/mi-traceframe-changed.exp: Likewise.
352 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
353 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
354 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
355 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
356 * gdb.trace/stap-trace.exp: Likewise.
357 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
358 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
359 * gdb.trace/trace-buffer-size.exp: Likewise.
360 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
361 * gdb.trace/unavailable.exp: Likewise.
362 * gdb.trace/while-dyn.exp: Likewise.
363 * lib/fortran.exp (set_lang_fortran): Likewise.
364 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
365 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
366 (default_gdb_start, get_compiler_info): Likewise.
367 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
368 (get_debug_format, setup_xfail_format): Likewise.
369 (rerun_to_main, gdb_skip_float_test): Likewise.
370 (build_id_debug_filename_get, get_remotetimeout): Likewise.
371 * lib/java.exp (set_lang_java): Likewise.
372 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
373 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
374 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
375 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
376 * lib/objc.exp (set_lang_objc): Likewise.
377 * lib/pascal.exp (set_lang_pascal): Likewise.
378 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
379 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
380 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
381
382 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
383
384 PR c++/15203
385 PR c++/15210
386 * gdb.cp/m-static.cc (keepalive_int): New function.
387 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
388 * gdb.cp/m-static.exp: New test for `sintvar'.
389
390 2013-03-14 Yao Qi <yao@codesourcery.com>
391
392 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
393 of 'tstatus' into tstatus_output.
394 (top level): Save the trace data to tfile. Read trace file in
395 tfile target. Check the trace status.
396
397 2013-03-13 Yao Qi <yao@codesourcery.com>
398
399 * gdb.trace/tsv.exp (check_tsv): New.
400 (top level): Save a tfile on current trace session. Call
401 check_tsv on live target. Load the tfile with target tfile
402 and call check_tsv again.
403
404 2013-03-13 Yao Qi <yao@codesourcery.com>
405
406 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
407 Replace some "gdb_test" with "gdb_test_no_output".
408
409 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
410
411 * gdb.ada/expr_delims.exp: New file.
412 * gdb.ada/expr_delims/foo.adb: New file.
413 * gdb.ada/expr_delims/pck.ads: New file.
414 * gdb.ada/expr_delims/pck.adb: New file.
415
416 2013-03-11 Keith Seitz <keiths@redhat.com>
417
418 * watchpoint.exp (test_no_hw_watchpoints): Add test using
419 both condition and thread. Then delete the watchpoint.
420
421 2013-03-11 Christian Himpel <christian.himpel@intel.com>
422
423 * Makefile.in: Add btrace testsuite.
424 * configure: Regenerated.
425 * configure.ac: Add btrace testsuite.
426 * gdb.btrace/Makefile.in: New file.
427 * gdb.btrace/enable.c: New file.
428 * gdb.btrace/enable.exp: New file.
429 * gdb.btrace/function_call_history.c: New file.
430 * gdb.btrace/function_call_history.exp: New file.
431 * gdb.btrace/instruction_history.c: New file.
432 * gdb.btrace/instruction_history.exp: New file.
433 * gdb.btrace/instruction_history.S: New file.
434 * lib/gdb.exp: Add btrace skip proc.
435
436 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
437
438 Fix entry-values if the callee called a noreturn function.
439 * gdb.arch/amd64-tailcall-noret.S: New file.
440 * gdb.arch/amd64-tailcall-noret.c: New file.
441 * gdb.arch/amd64-tailcall-noret.exp: New file.
442
443 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
444
445 Fix entry-values in C++ across CUs.
446 * gdb.arch/amd64-tailcall-cxx.exp: New file.
447 * gdb.arch/amd64-tailcall-cxx1.S: New file.
448 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
449 * gdb.arch/amd64-tailcall-cxx2.S: New file.
450 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
451
452 2013-03-08 Stan Shebs <stan@codesourcery.com>
453 Hafiz Abid Qadeer <abidh@codesourcery.com>
454
455 gdb/testsuite/
456 * gdb.trace/trace-buffer-size.exp: New file.
457 * gdb.trace/trace-buffer-size.c: New file.
458
459 2013-03-06 Pedro Alves <palves@redhat.com>
460
461 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
462 doesn't support the tested optional feature, call "unsupported"
463 with the same test message as the "pass" case, instead of calling
464 "pass" with a different message. Use the same text for the "fail"
465 cases too.
466
467 2013-03-06 Yao Qi <yao@codesourcery.com>
468
469 * gdb.trace/tstatus.exp: Remove the invocation of
470 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
471 (test_tracepoints): Don't set fast tracepoint.
472 (top level): Don't check agent library is loaded or not.
473
474 2013-03-06 Yao Qi <yao@codesourcery.com>
475
476 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
477 parentheses by "\\".
478
479 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
480
481 * gdb.linespec/base/one/thefile.cc (twodup): New.
482 (m): Call it.
483 * gdb.linespec/base/two/thefile.cc (dupname): New.
484 (n): Call it.
485 * gdb.linespec/break-ask.exp: New file.
486 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
487
488 2013-02-28 Yao Qi <yao@codesourcery.com>
489
490 * gdb.trace/report.exp: Move some code to ...
491 (use_collected_data): New.
492 (top level): Call use_collected_data once on the live target.
493 Save at file of the current trace session, load it with target
494 tfile, and call use_collected_data again.
495
496 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
497
498 * gdb.threads/fork-thread-pending.c (main): Add alarm.
499
500 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
501
502 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
503 Add final kill of ${valgrind_pid}.
504
505 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
506
507 * gdb.python/py-arch.c: New test case
508 * gdb.python/py-arch.exp: New tests to test
509 gdb.Architecture.disassemble
510 * gdb.python/Makefile.in: Add py-arch to the list of
511 EXECUTABLES.
512
513 2013-02-18 Tom Tromey <tromey@redhat.com>
514
515 * gdb.dwarf2/subrange.exp: New file.
516
517 2013-02-15 Pedro Alves <pedro@codesourcery.com>
518 Hafiz Abid Qadeer <abidh@codesourcery.com>
519
520 * gdb.trace/tfile.exp: Add test for -trace-status command.
521
522 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
523
524 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
525 nanosleep by sleep.
526
527 2013-02-14 Pedro Alves <palves@redhat.com>
528
529 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
530
531 2013-02-14 Pedro Alves <pedro@codesourcery.com>
532 Hafiz Abid Qadeer <abidh@codesourcery.com>
533
534 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
535
536 2013-02-12 Tom Tromey <tromey@redhat.com>
537
538 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
539 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
540
541 2013-02-12 Pedro Alves <palves@redhat.com>
542
543 * gdb.base/catch-signal.c: Update copyright years.
544 * gdb.base/catch-signal.exp: Update copyright years.
545 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
546 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
547 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
548 * gdb.dwarf2/dw2-error.S: Update copyright years.
549 * gdb.dwarf2/dw2-error.c: Update copyright years.
550 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
551 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
552 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
553
554 2013-02-12 Pedro Alves <palves@redhat.com>
555
556 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
557 message.
558 * gdb.base/sigaltstack.exp: Ditto.
559 * gdb.base/siginfo.exp: Ditto.
560 * gdb.base/sizeof.exp: Ditto.
561
562 2013-02-12 Pedro Alves <palves@redhat.com>
563
564 * gdb.mi/mi-basics.exp: Tweak intro comment.
565 * gdb.mi/mi-break.exp: Tweak intro comment.
566 * gdb.mi/mi-console.exp: Tweak intro comment.
567 * gdb.mi/mi-file.exp: Tweak intro comment.
568 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
569 * gdb.mi/mi-return.exp: Tweak intro comment.
570 * gdb.mi/mi-stepi.exp: Tweak intro comment.
571 * gdb.mi/mi-until.exp: Tweak intro comment.
572 * gdb.mi/mi-watch.exp: Tweak intro comment.
573
574 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
575
576 * gdb.server/no-thread-db.exp: New file.
577 * gdb.server/no-thread-db.c: New file.
578 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
579
580 2013-02-11 Doug Evans <dje@google.com>
581
582 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
583 two decfloats.
584
585 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
586
587 * gdb.base/bitfields.c (struct internalvartest): New declaration.
588 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
589
590 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
591
592 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
593
594 2013-02-06 Yao Qi <yao@codesourcery.com>
595
596 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
597 to ...
598 (test_create_delete_modify_tsv): ... here. New test on modifying
599 the initial value of a tsv.
600
601 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
602
603 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
604 (cd .../rdir): ... here.
605
606 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
607
608 * gdb.linespec/base/one/header.h: New file.
609 * gdb.linespec/base/two/header.h: New file.
610 * gdb.linespec/macro-relative.c: New file.
611 * gdb.linespec/macro-relative.exp: New file.
612
613 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
614
615 * gdb.base/fullpath-expand-func.c: New file.
616 * gdb.base/fullpath-expand.c: New file.
617 * gdb.base/fullpath-expand.exp: New file.
618 * gdb.base/realname-expand-real.c: New file.
619 * gdb.base/realname-expand.c: New file.
620 * gdb.base/realname-expand.exp: New file.
621
622 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
623
624 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
625 * gdb.dwarf2/dw2-dir-file-name.c: New file.
626
627 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
628
629 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
630 (compare_filenames_for_search does not match)
631 (compare_filenames_for_search does match): New tests.
632
633 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
634
635 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
636
637 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
638
639 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
640
641 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
642
643 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
644 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
645 ${binfile}.mini_debuginfo-debuglink and
646 ${binfile}.mini_debuginfo-debuglink.xz.
647
648 2013-02-01 Tom Tromey <tromey@redhat.com>
649
650 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
651 attributes.
652
653 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
654 Tom Tromey <tromey@redhat.com>
655
656 * gdb.dwarf2/method-ptr.exp: Link with c++.
657 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
658
659 2013-01-31 Tom Tromey <tromey@redhat.com>
660
661 * gdb.base/jit.exp (compile_jit_test): New proc.
662 Add PIE tests.
663
664 2013-01-31 Tom Tromey <tromey@redhat.com>
665
666 * gdb.dwarf2/method-ptr.cc: New file.
667 * gdb.dwarf2/method-ptr.exp: New file.
668
669 2013-01-31 Tom Tromey <tromey@redhat.com>
670
671 * lib/dwarf.exp (namespace Dwarf): New.
672
673 2013-01-29 Tom Tromey <tromey@redhat.com>
674
675 * gdb.dwarf2/fission-reread.exp: Add unload test.
676
677 2013-01-28 Doug Evans <dje@google.com>
678
679 * gdb.dwarf2/fission-loclists.exp: New file.
680 * gdb.dwarf2/fission-loclists.S: New file.
681
682 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
683
684 Code cleanup.
685 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
686 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
687 and prepare_for_testing.
688 * gdb.base/store.exp: Likewise.
689
690 2013-01-25 Tom Tromey <tromey@redhat.com>
691
692 * gdb.python/py-explore.exp: Expect the gdb prompt.
693
694 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
695
696 * gdb.base/gnu_vector.c: New variable for use in tests.
697 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
698 changes in scalar to vector casting and widening.
699 * gdb.python/py-type.c: New variables for use in tests.
700 * gdb.python/py-type.exp: Update vector related tests to reflect
701 changes in scalar to vector casting and widening.
702
703 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
704
705 * gdb.base/prologue-include.c: New file.
706 * gdb.base/prologue-include.exp: New file.
707 * gdb.base/prologue-include.h: New file.
708
709 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
710
711 PR gdb/13443
712 * gdb.mi/mi-var-block.exp: Make test messages unique.
713
714 2013-01-23 Tom Tromey <tromey@redhat.com>
715
716 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
717
718 2013-01-23 Tom Tromey <tromey@redhat.com>
719
720 * gdb.cp/converts.cc (main): Initialize 'a'.
721
722 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
723
724 * testsuite/gdb.python/frame.exp: Add a test for
725 gdb.Frame.architecture() method.
726
727 2013-01-22 Pedro Alves <palves@redhat.com>
728
729 * gdb.base/annota1.exp (signal sent): No longer expect
730 breakpoints-invalid.
731 * gdb.cp/annota2.exp (continue until exit)
732 (watch triggered on a.x): Ditto.
733
734 2013-01-22 Pedro Alves <palves@redhat.com>
735
736 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
737 Adjust tests to breakpoints-invalid changes.
738 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
739 variables.
740 Adjust tests to breakpoints-invalid changes.
741
742 2013-01-22 Pedro Alves <palves@redhat.com>
743
744 * gdb.base/annota1.exp (annotate ignore count change): Add
745 expected output for failure case.
746
747 2013-01-22 Tom Tromey <tromey@redhat.com>
748
749 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
750 call.
751
752 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
753
754 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
755 * gdb.mi/mi-catch-load.exp: Ditto.
756 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
757 Also handle 'thread' field.
758 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
759 * gdb.mi/mi-watch.exp: Ditto.
760 * lib/mi-support.exp: Ditto.
761
762 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
763
764 * gdb.python/py-explore.exp: Improve a test
765
766 2013-01-18  David Blaikie  <dblaikie@gmail.com>
767
768 * gdb.base/label.c (main): Correct the type of the second
769 parameter.
770
771 2013-01-18 Tom Tromey <tromey@redhat.com>
772
773 * gdb.dwarf2/trace-crash.s: New file.
774 * gdb.dwarf2/trace-crash.exp: New file.
775
776 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
777
778 PR gdb/13443
779 * gdb.base/checkpoint.exp: Update test messages to make them
780 unique.
781
782 2013-01-18 Yao Qi <yao@codesourcery.com>
783
784 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
785 output of 'info tracepoints'.
786 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
787 Likewise.
788 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
789 * gdb.trace/disconnected-tracing.c (struct foo): New.
790
791 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
792
793 * gdb.dwarf2/dw2-dos-drive.S: New file.
794 * gdb.dwarf2/dw2-dos-drive.exp: New file.
795
796 2013-01-17 Doug Evans <dje@google.com>
797
798 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
799 CXX_FOR_TARGET.
800
801 * boards/cc-with-tweaks.exp: New file.
802
803 2013-01-17 Tom Tromey <tromey@redhat.com>
804
805 * gdb.base/completion.exp: Add "set cp-abi" completion test.
806
807 2013-01-17 Pedro Alves <palves@redhat.com>
808
809 Merge dg-extract-results.sh from upstream (svn 195224).
810
811 2013-01-15 David Blaikie <dblaikie@gmail.com>
812 * dg-extract-results.sh: Fix order of summary counts.
813
814 2013-01-15 David Blaikie <dblaikie@gmail.com>
815 * dg-extract-results.sh: Constrain the start-of-log pattern.
816
817 2013-01-15 David Blaikie <dblaikie@gmail.com>
818 * dg-extract-results.sh: Handle KPASSes.
819
820 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
821 * dg-extract-results.sh: Redirect grep output to /dev/null instead
822 of grep -q.
823
824 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
825
826 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
827 interface.
828 * gdb.base/jithost.c: New file.
829 * gdb.base/jithost.h: New file.
830 * gdb.base/jitreader.c : New file.
831 * gdb.base/jit-protocol.h: New file.
832
833 2013-01-16 Tom Tromey <tromey@redhat.com>
834
835 * gdb.base/catch-signal.c: New file.
836 * gdb.base/catch-signal.exp: New file.
837
838 2013-01-16 Tom Tromey <tromey@redhat.com>
839
840 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
841
842 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
843
844 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
845
846 2013-01-14 Tom Tromey <tromey@redhat.com>
847
848 * gdb.base/completion.exp: Add "set gnutarget" test.
849
850 2013-01-14 Tom Tromey <tromey@redhat.com>
851
852 * gdb.dwarf2/dw2-restrict.S: New file.
853 * gdb.dwarf2/dw2-restrict.c: New file.
854 * gdb.dwarf2/dw2-restrict.exp: New file.
855
856 2013-01-14 Tom Tromey <tromey@redhat.com>
857
858 * gdb.dwarf2/dw2-error.exp: New file.
859 * gdb.dwarf2/dw2-error.c: New file.
860 * gdb.dwarf2/dw2-error.S: New file.
861
862 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
863
864 * gdb.cp/parse-lang.cc: New file.
865 * gdb.cp/parse-lang.exp: New file.
866
867 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
868
869 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
870 (set substitute-path): New test.
871 (fullname present): Remove content.
872 (substituted fullname): New test.
873
874 2013-01-13 Joel Brobecker <brobecker@adacore.com>
875
876 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
877 check. Move $gdb_py_is_py24 value check right after.
878
879 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
880
881 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
882 targets.
883
884 2013-01-11 Yao Qi <yao@codesourcery.com>
885
886 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
887 for dprintf.
888 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
889 Check the fields in "=breakpoint-created" for dprintf.
890
891 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
892
893 * gdb.mi/mi-fullname-deleted.exp: New file.
894
895 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
896
897 * gdb.base/skip-solib.exp (info skip with pending file): Update the
898 expected output.
899 (info skip with pending file): Remove.
900 (ignoring function in solib, info skip for function multiply): Update
901 the expected output.
902 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
903 (info skip (delete 1), info skip after disabling all)
904 (info skip after enabling all, info skip after disabling 4 2-3)
905 (info skip after enabling 2-3, info skip 2-3)
906 (info skip after deleting 2 3): Update the expected output.
907 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
908 statement to its initialization and return.
909 * gdb.linespec/skip-two.exp: New file.
910
911 2012-12-19 Doug Evans <dje@google.com>
912
913 * gdb.base/maint.exp: Handle testing with .gdb_index.
914
915 2012-12-19 Joel Brobecker <brobecker@adacore.com>
916
917 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
918 Cavium to FSF.
919
920 2012-12-19 Joel Brobecker <brobecker@adacore.com>
921
922 * dg-extract-results.sh: Update contact info in copyright notice.
923 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
924 GPL v3 or later. Update contact info.
925 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
926 gdb.threads/watchpoint-fork-mt.c,
927 gdb.threads/watchpoint-fork-parent.c,
928 gdb.threads/watchpoint-fork-st.c,
929 gdb.threads/watchpoint-fork.h: Likewise.
930
931 2012-12-15 Yao Qi <yao@codesourcery.com>
932
933 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
934 'installed' field in '=breakpoint-modified'.
935 (test_reconnect): Check 'installed' field in
936 '=breakpoint-modified' and '=breakpoint-created'.
937
938 * gdb.trace/actions.exp: Update test for 'installed' field.
939 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
940 (tracepoint_change_loc_2): Likewise.
941 Check 'info tracepoint' display nothing else.
942 * gdb.trace/deltrace.exp: Likewise.
943 * gdb.trace/infotrace.exp: Likewise.
944 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
945 Likewise.
946 * gdb.trace/passcount.exp: Likewise.
947 * gdb.trace/tracecmd.exp: Likewise.
948 * gdb.trace/while-stepping.exp: Likewise.
949
950 2012-12-14 Tom Tromey <tromey@redhat.com>
951
952 * gdb.cp/member-name.exp: New file.
953 * gdb.cp/member-name.cc: New file.
954
955 2012-12-14 Tom Tromey <tromey@redhat.com>
956
957 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
958
959 2012-12-14 Doug Evans <dje@google.com>
960
961 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
962 DW_OP_GNU_implicit_pointer is section-relative.
963
964 2012-12-14 Tom Tromey <tromey@redhat.com>
965
966 * gdb.base/info-proc.exp: Add core file tests.
967
968 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
969
970 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
971
972 2012-12-13 Doug Evans <dje@google.com>
973
974 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
975 * gdb.multi/multi-arch.exp: Ditto.
976
977 2012-12-12 Keven Boell <keven.boell@intel.com>
978
979 * gdb.mi/mi-catch-load-so.c: New. Clone of the
980 catch load test library source file.
981 * gdb.mi/mi-catch-load.c: New. Clone of the catch
982 load test source file.
983 * gdb.mi/mi-catch-load.exp: New. Test file for
984 basic MI -catch-load and -catch-unload tests.
985
986 2012-12-11 Paul Koning <paul_koning@dell.com>
987
988 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
989 exception.
990 (_iterator_except): New function.
991 (ArrayPrinter): Use _iterator function instead of local _iterator
992 class for Python 3 compatibility.
993 (NoStringContainerPrinter): Use _iterator_except instead of
994 _iterator.
995 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
996 execfile for Python 3 compatibility.
997 * gdb.python/python.exp: Handle Python 2.4 exception traceback
998 format in error_prompt test.
999
1000 2012-12-10 Paul Koning <paul_koning@dell.com>
1001
1002 * gdb.base/charset.exp: Change print syntax for Python 3
1003 compatibility.
1004 * gdb.python/py-block.exp: Ditto.
1005 * gdb.python/py-breakpoint.exp: Ditto.
1006 * gdb.python/py-cmd.exp: Ditto.
1007 * gdb.python/py-events.py: Ditto.
1008 * gdb.python/py-finish-breakpoint.py: Ditto.
1009 * gdb.python/py-finish-breakpoint2.exp: Ditto.
1010 * gdb.python/py-finish-breakpoint2.py: Ditto.
1011 * gdb.python/py-frame-inline.exp: Ditto.
1012 * gdb.python/py-frame.exp: Ditto.
1013 * gdb.python/py-infthread.exp: Ditto.
1014 * gdb.python/py-objfile.exp: Ditto.
1015 * gdb.python/py-parameter.exp: Ditto.
1016 * gdb.python/py-progspace.exp: Ditto.
1017 * gdb.python/py-prompt.exp: Ditto.
1018 * gdb.python/py-symbol.exp: Ditto.
1019 * gdb.python/py-symtab.exp: Ditto.
1020 * gdb.python/py-template.exp: Ditto.
1021 * gdb.python/py-value-cc.exp: Ditto.
1022 * gdb.python/python.exp: Ditto.
1023 * gdb.python/source2.py: Ditto.
1024 * gdb.python/lib-types.exp: Change print syntax for Python 3
1025 compatibility.
1026 Use sorted() function rather than sort() method.
1027 Accept either int or long values for enum values.
1028 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
1029 execfile for Python 3 compatibility.
1030 * gdb.python/py-evsignal.exp: Ditto.
1031 * gdb.python/py-evthreads.exp: Ditto.
1032 * gdb.python/py-mi.exp: Ditto.
1033 * gdb.python/py-pp-maint.exp: Ditto.
1034 * gdb.python/py-prettyprint.exp: Ditto.
1035 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
1036 Python 3 compatibility.
1037 Skip tests for Python 2.4.
1038 * gdb.python/py-inferior.exp: Change print syntax for
1039 Python 3 compatibility.
1040 Use byte string rather than character string in memory write test
1041 if Python 3.
1042 * gdb.python/py-pp-maint.py: Change class declarations to "new
1043 class" syntax.
1044 * gdb.python/py-prettyprint.py: Change iterator class to generator
1045 function for Python 3 compatibility.
1046 Make all classes "new style".
1047 Fix indentation issue and stray semicolon.
1048 * gdb.python/py-shared.expChange print syntax for Python 3
1049 compatibility.
1050 Define "long" if Python 3.
1051 * gdb.python/py-type.exp: Change print syntax for Python 3
1052 compatibility.
1053 Accept either int or long values for enum values.
1054 * gdb.python/py-value.exp: Change print syntax for Python 3
1055 compatibility.
1056 Skip "long" and "unicode" tests if Python 3.
1057 Accept either "type" or "class" in type checks.
1058 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
1059 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
1060
1061 2012-12-10 Tom Tromey <tromey@redhat.com>
1062
1063 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
1064 (test): Add "two_cu" argument.
1065 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
1066 for types; allow two CUs.
1067
1068 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1069
1070 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
1071 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
1072
1073 2012-12-08 Yao Qi <yao@codesourcery.com>
1074 Pedro Alves <palves@redhat.com>
1075
1076 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
1077 '=breakpoint-created' when GDB merges the tracepoints of both
1078 sides.
1079
1080 2012-12-07 Tom Tromey <tromey@redhat.com>
1081
1082 * gdb.base/break1.c (enum some_enum, union some_union): New.
1083 (some_enum_global, some_union_global, some_value): New globals.
1084 * gdb.base/completion.exp: Add tag completion tests.
1085
1086 2012-12-07 Tom Tromey <tromey@redhat.com>
1087
1088 * gdb.base/completion.exp: Add tests for ptype and whatis
1089 completion.
1090
1091 2012-12-07 Joel Brobecker <brobecker@adacore.com>
1092
1093 * gdb.base/stale-infcall.exp: Fix copyright line.
1094
1095 2012-12-07 Joel Brobecker <brobecker@adacore.com>
1096
1097 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
1098
1099 2012-12-06 Pedro Alves <palves@redhat.com>
1100 Tom Tromey <tromey@redhat.com>
1101
1102 * gdb.base/exprs.exp: Add tests for cast to void.
1103
1104 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
1105
1106 * gdb.python/py-mi.exp: Correct expected results for attribute
1107 "dynamic" returned by -var-update.
1108 Add test case for correct handling of "diplayhint" for children
1109 of dynamic varobjs.
1110 * gdb.python/py-prettyprint.c (set_itme): New function.
1111 (bug_14741) New function.
1112 (main) Add call to bug_14741().
1113 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
1114
1115 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
1116
1117 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
1118 ${binfile}.funcsyms list.
1119
1120 2012-12-04 Yao Qi <yao@codesourcery.com>
1121
1122 PR gdb/13443
1123 * gdb.trace/actions.exp: Make test messages unique.
1124
1125 2012-11-29 Tom Tromey <tromey@redhat.com>
1126
1127 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
1128
1129 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1130
1131 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
1132 * gdb.opencl/datatypes.exp: Likewise.
1133 * gdb.opencl/operators.exp: Likewise.
1134 * gdb.opencl/vec_comps.exp: Likewise.
1135
1136 2012-11-29 Jerome Guitton <guitton@adacore.com>
1137
1138 * gdb.ada/iwide: New testcase.
1139
1140 2012-11-29 Jerome Guitton <guitton@adacore.com>
1141
1142 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
1143 ptype test.
1144
1145 2012-11-29 Jerome Guitton <guitton@adacore.com>
1146
1147 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
1148 form {VARIANT_TYPE}ADDRESS.
1149
1150 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1151
1152 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
1153 (func): New function.
1154 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
1155 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
1156 pointers to members with pointer-to-function type.
1157
1158 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1159 Tom Tromey <tromey@redhat.com>
1160
1161 * gdb.base/gnu-debugdata.exp: New file.
1162 * gdb.base/gnu-debugdata.c: New file.
1163 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
1164 (gdb_unload): Return 0 on success.
1165
1166 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1167
1168 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
1169
1170 2012-11-26 Joel Brobecker <brobecker@adacore.com>
1171
1172 * gdb.base/empty_exe.exp: New testcase.
1173
1174 2012-11-20 Mike Frysinger <vapier@gentoo.org>
1175
1176 * gdb.base/completion.exp: Add test for help aliases completion.
1177
1178 2012-11-20 Yao Qi <yao@codesourcery.com>
1179
1180 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1181 Don't test 'maint set show-debug-regs'.
1182 Use command 'set remotecache' instead of
1183 'set circular-trace-buffer'.
1184
1185 2012-11-16 Keith Seitz <keiths@redhat.com>
1186
1187 PR c++/13615
1188 * gdb.cp/baseenum.cc: New file.
1189 * gdb.cp/baseenum.exp: New file.
1190 * gdb.cp/derivation.cc (A): Add copyright.
1191 Add a typedef.
1192 (B): Use A::value_type instead of int. Change all references.
1193 (D): Use value_type instead of int. Change all references.
1194 (E): Likewise.
1195 (F); Likewise.
1196 (Z): New class.
1197 (ZZ): New class.
1198 (N, Base, Derived): New namespace and classes.
1199 (main): Add instances of Z and ZZ.
1200 Make sure all symbols from N are kept.
1201 * gdb.cp/derivation.exp: Update typedef changes in tests.
1202 Add tests for class typedefs both before and after starting
1203 the inferior.
1204 Add tests for searching for a typedef while stopped in a
1205 method.
1206
1207 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
1208
1209 * gdb.mi/mi-var-create-rtti.c: New file.
1210 * gdb.mi/mi-var-create-rtti.exp: New file.
1211
1212 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
1213
1214 * gdb.base/structs3.exp: Run to main before doing any tests.
1215
1216 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
1217
1218 * gdb.python/py-type.exp: Uniquify test names.
1219
1220 2012-11-14 Yao Qi <yao@codesourcery.com>
1221
1222 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
1223 (thread_function) [DEBUG]: Call 'printf'.
1224 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
1225 command line if 'DEBUG=1' is passed to test.
1226 Remove a pattern to match inferior's output.
1227
1228 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1229
1230 * gdb.mi/mi-fill-memory.exp: New test.
1231
1232 2012-11-12 Tom Tromey <tromey@redhat.com>
1233
1234 * gdb.base/completion.exp: Update for "info type-printers".
1235 * gdb.python/py-typeprint.cc: New file.
1236 * gdb.python/py-typeprint.exp: New file.
1237 * gdb.python/py-typeprint.py: New file.
1238
1239 2012-11-12 Tom Tromey <tromey@redhat.com>
1240
1241 * gdb.base/call-sc.exp: Use "ptype/r".
1242 * gdb.base/volatile.exp: Don't expect "int".
1243 * gdb.cp/ptype-flags.cc: New file.
1244 * gdb.cp/ptype-flags.exp: New file.
1245 * gdb.cp/templates.exp: Use ptype/r.
1246 (test_ptype_of_templates, test_template_typedef): Likewise.
1247 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
1248 argument. Handle template names and template parameters.
1249 * gdb.mi/mi-var-cmd.exp: Accept "long".
1250 * gdb.mi/mi-var-child.exp: Accept "long".
1251 * gdb.mi/mi-var-display.exp: Accept "long".
1252 * gdb.mi/mi2-var-child.exp: Accept "long".
1253
1254 2012-11-12 Tom Tromey <tromey@redhat.com>
1255
1256 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
1257 "ptype" from calls to cp_test_ptype_class.
1258 (test_enums): Likewise.
1259 * gdb.cp/derivation.exp: Remove "ptype" from calls to
1260 cp_test_ptype_class.
1261 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
1262 calls to cp_test_ptype_class.
1263 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
1264 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
1265 from calls to cp_test_ptype_class.
1266 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
1267 command here. Change "in_command" argument to "in_exp".
1268
1269 2012-11-10 Keith Seitz <keiths@redhat.com>
1270
1271 PR gdb/14288
1272 * gdb.base/printcmds.c: Add invalid_XXX globals
1273 for repeated byte tests.
1274 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
1275 * gdb.base/wchar.c (main): Add and construct a wchar_t
1276 array with repeated characters.
1277 * gdb.base/wchar.exp: Add repeated character tests.
1278
1279 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1280
1281 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
1282 disassembly output.
1283
1284 2012-11-09 Pedro Alves <palves@redhat.com>
1285
1286 PR gdb/14306
1287
1288 * gdb.multi/multi-arch-exec.c: New file.
1289 * gdb.multi/multi-arch-exec.exp: New file.
1290
1291 2012-11-09 Yao Qi <yao@codesourcery.com>
1292
1293 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
1294 (top level): Call it.
1295
1296 2012-11-09 Yao Qi <yao@codesourcery.com>
1297
1298 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
1299 typo.
1300
1301 2012-11-09 Pedro Alves <palves@redhat.com>
1302
1303 * gdb.multi/multi-arch.exp: New.
1304
1305 2012-11-08 Tom Tromey <tromey@redhat.com>
1306
1307 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
1308 core files, if possible.
1309 * gdb.base/siginfo-thread.c: New file
1310 * gdb.base/siginfo-thread.exp: New file
1311
1312 2012-11-08 Tom Tromey <tromey@redhat.com>
1313
1314 * gdb.base/comprdebug.exp: New file.
1315
1316 2012-11-06 Pedro Alves <palves@redhat.com>
1317
1318 PR gdb/14810
1319
1320 * gdb.base/disabled-location.c: New file.
1321 * gdb.base/disabled-location.exp: New file.
1322
1323 2012-11-06 Tom Tromey <tromey@redhat.com>
1324
1325 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
1326 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1327 gdb_gcore_cmd.
1328 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
1329 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
1330 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
1331 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
1332 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
1333 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
1334 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
1335 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
1336 * lib/gdb.exp (gdb_gcore_cmd): New proc.
1337
1338 2012-11-05 Pedro Alves <palves@redhat.com>
1339
1340 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
1341 procedure.
1342 (do_vfork_and_follow_child_tests_exec)
1343 (do_vfork_and_follow_child_tests_exit): Call it.
1344
1345 2012-11-05 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
1348 fails.
1349
1350 2012-11-03 Yao Qi <yao@codesourcery.com>
1351
1352 Fix PR gdb/14617.
1353 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1354 Remove setup_kfail, and update test.
1355
1356 2012-11-02 Tom Tromey <tromey@redhat.com>
1357
1358 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
1359 test.
1360
1361 2012-11-02 Pedro Alves <palves@redhat.com>
1362
1363 PR gdb/14766
1364
1365 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
1366 setup_kfail.
1367 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
1368 get registers".
1369
1370 2012-11-02 Pedro Alves <palves@redhat.com>
1371
1372 * gdb.base/foll-vfork-exit.c: New file.
1373 * gdb.base/foll-vfork.exp (top level): New file-describing
1374 comment.
1375 (vfork_child_follow_to_exit): New procedure.
1376 (tcatch_vfork_then_child_follow): Rename as ...
1377 (tcatch_vfork_then_child_follow_exec): ... this.
1378 (tcatch_vfork_then_child_follow_exit): New procedure.
1379 (do_vfork_and_follow_parent_tests): New procedure, factored out
1380 from do_vfork_and_exec_tests.
1381 (do_vfork_and_follow_child_tests_exec): Ditto.
1382 (do_vfork_and_exec_tests): Delete.
1383 (do_vfork_and_follow_child_tests_exit): New procedure.
1384 (top level): Run tests with both the program that has the vfork
1385 child execing, and the program has the vfork child exiting.
1386
1387 2012-11-02 Pedro Alves <palves@redhat.com>
1388
1389 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
1390 (check_vfork_catchpoints, vfork_parent_follow_through_step)
1391 (vfork_parent_follow_to_bp): Call it.
1392 (kill_child): Delete.
1393 (vfork_and_exec_child_follow_to_main_bp)
1394 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
1395 longer call kill_child.
1396 (tcatch_vfork_then_parent_follow): Call setup_gdb.
1397 (do_vfork_and_exec_tests): Don't runto_main before calling each
1398 test procedure.
1399 (top level): Don't clean restart and set verbose before running
1400 each test procedure.
1401
1402 2012-11-02 Pedro Alves <palves@redhat.com>
1403
1404 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
1405 (vfork_parent_follow_to_bp)
1406 (vfork_and_exec_child_follow_to_main_bp)
1407 (vfork_and_exec_child_follow_through_step)
1408 (tcatch_vfork_then_parent_follow)
1409 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
1410 Use with_test_prefix.
1411
1412 2012-11-02 Pedro Alves <palves@redhat.com>
1413
1414 * gdb.base/foll-vfork.c: Add copyright header.
1415 * gdb.base/vforked-prog.c: Add copyright header.
1416
1417 2012-11-02 Pedro Alves <palves@redhat.com>
1418
1419 * gdb.base/foll-vfork.exp
1420 (vfork_and_exec_child_follow_through_step): Don't skip on
1421 non-HP/UX targets. Expect the next to only step one line on
1422 non-HP/UX targets, rather than stopping only after the exec.
1423
1424 2012-11-02 Pedro Alves <palves@redhat.com>
1425
1426 Don't hard code line numbers.
1427
1428 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
1429 Expect text from the sources instead of a line number.
1430 (vfork_parent_follow_to_bp)
1431 (vfork_and_exec_child_follow_to_main_bp)
1432 (vfork_and_exec_child_follow_through_step)
1433 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
1434 Use gdb_get_line_number.
1435
1436 2012-11-02 Pedro Alves <palves@redhat.com>
1437
1438 Modernize.
1439
1440 * gdb.base/foll-vfork.exp: Use standard_testfile and
1441 build_executable. Pass descriptive string to untested.
1442 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
1443 (vfork_and_exec_child_follow_to_main_bp)
1444 (vfork_and_exec_child_follow_through_step)
1445 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
1446 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
1447 of send_gdb/gdb_expect.
1448
1449 (kill_child): New procedure.
1450 (vfork_and_exec_child_follow_to_main_bp)
1451 (vfork_and_exec_child_follow_through_step): Use it.
1452
1453 2012-11-02 Yao Qi <yao@codesourcery.com>
1454
1455 * gdb.base/setvar.exp: Test setting nested struct.
1456 * gdb.base/setvar.c (v_struct3): New.
1457
1458 2012-11-01 Doug Evans <dje@google.com>
1459
1460 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
1461 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
1462 use them.
1463
1464 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
1465
1466 PR cli/14772
1467 * gdb.base/gnu_vector.c (union_with_vector_1)
1468 (struct_with_vector_1): Add new struct and union for testing
1469 ptype.
1470 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
1471 structs / unions containing vectors.
1472
1473 2012-10-25 Yao Qi <yao@codesourcery.com>
1474
1475 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
1476 'setup_kfail' instead of 'setup_kfail_for_target'.
1477 * gdb.base/varargs.exp: Likewise.
1478 * lib/gdb.exp (setup_kfail_for_target): Remove.
1479
1480 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
1481
1482 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
1483
1484 2012-10-25 Mark Kettenis <kettenis@gnu.org>
1485
1486 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
1487
1488 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1489
1490 * gdb.ada/set_wstr: New testcase.
1491
1492 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1493
1494 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
1495
1496 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1497
1498 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
1499
1500 2012-10-24 Mark Kettenis <kettenis@gnu.org>
1501
1502 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
1503
1504 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1505
1506 * gdb.base/callfuncs.exp (do_function_calls): Fix
1507 setup_kfail_for_target for -m32 mode.
1508
1509 2012-10-23 Mark Kettenis <kettenis@gnu.org>
1510
1511 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
1512 are now fixed.
1513
1514 2012-10-23 Yao Qi <yao@codesourcery.com>
1515
1516 * gdb.base/info-os.exp: Resume the inferior until it exits.
1517
1518 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
1519
1520 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
1521 * gdb.base/print-file-var.exp: Likewise.
1522 * gdb.base/type-opaque.exp: Likewise.
1523
1524 2012-10-17 Yao Qi <yao@codesourcery.com>
1525
1526 * gdb.mi/mi-memory-changed.exp: New.
1527
1528 2012-10-16 Yao Qi <yao@codesourcery.com>
1529
1530 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
1531 returns true.
1532 Call gdb_load_shlibs.
1533 * gdb.reverse/solib-reverse.exp: Likewise.
1534
1535 2012-10-15 Keith Seitz <keiths@redhat.com>
1536
1537 * lib/cp-support.exp (cp_test_ptype_class): Add support
1538 for class typedefs.
1539
1540 * gdb.cp/derivation.exp: Add tests for g_instance.
1541
1542 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1543
1544 Fix entry values resolving in inlined frames.
1545 * gdb.arch/amd64-entry-value-inline.S: New file.
1546 * gdb.arch/amd64-entry-value-inline.c: New file.
1547 * gdb.arch/amd64-entry-value-inline.exp: New file.
1548
1549 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1550 Doug Evans <dje@google.com>
1551
1552 Fix recent gdb_breakpoint regression.
1553 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
1554 braces from the parameter.
1555 * gdb.java/jprint.exp: Likewise.
1556
1557 2012-10-15 Doug Evans <dje@google.com>
1558
1559 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
1560
1561 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
1562
1563 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
1564
1565 2012-10-15 Tom Tromey <tromey@redhat.com>
1566
1567 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
1568
1569 2012-10-15 Tom Tromey <tromey@redhat.com>
1570
1571 * gdb.python/py-symbol.exp: Test symbol destructor.
1572
1573 2012-10-14 Yao Qi <yao@codesourcery.com>
1574
1575 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
1576 * gdb.mi/mi-cli.exp: New.
1577
1578 * gdb.mi/mi2-basics.exp: Remove.
1579 * gdb.mi/mi2-break.exp: Remove.
1580 * gdb.mi/mi2-console.exp: Remove.
1581 * gdb.mi/mi2-disassemble.exp: Remove.
1582 * gdb.mi/mi2-eval.exp: Remove.
1583 * gdb.mi/mi2-file.exp: Remove.
1584 * gdb.mi/mi2-hack-cli.exp: Remove.
1585 * gdb.mi/mi2-pthreads.exp: Remove.
1586 * gdb.mi/mi2-read-memory.exp: Remove.
1587 * gdb.mi/mi2-regs.exp: Remove.
1588 * gdb.mi/mi2-return.exp: Remove.
1589 * gdb.mi/mi2-simplerun.exp: Remove.
1590 * gdb.mi/mi2-stack.exp: Remove.
1591 * gdb.mi/mi2-stepi.exp: Remove.
1592 * gdb.mi/mi2-syn-frame.exp: Remove.
1593 * gdb.mi/mi2-until.exp: Remove.
1594 * gdb.mi/mi2-watch.exp: Remove.
1595 * gdb.mi/mi2-var-block.exp: Remove.
1596 * gdb.mi/mi2-var-cmd.exp: Remove.
1597 * gdb.mi/mi2-var-display.exp: Remove.
1598
1599 2012-10-12 Yao Qi <yao@codesourcery.com>
1600
1601 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
1602 trail '.*' on matching patterns.
1603
1604 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1605
1606 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
1607 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
1608 * gdb.arch/i386-disp-step.exp: Likewise.
1609 * gdb.arch/i386-gnu-cfi.exp: Likewise.
1610 * gdb.arch/i386-prologue.exp: Likewise.
1611 * gdb.arch/i386-size-overlap.exp: Likewise.
1612 * gdb.arch/i386-size.exp: Likewise.
1613 * gdb.arch/i386-unwind.exp: Likewise.
1614
1615 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1616
1617 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
1618 * gdb.arch/i386-word.exp: Likewise.
1619
1620 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1621
1622 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
1623 is_ilp32_target to set nr_regs.
1624 * gdb.arch/i386-sse.exp: Likewise.
1625
1626 2012-10-11 Doug Evans <dje@google.com>
1627
1628 PR breakpoints/14643.
1629 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
1630 * gdb.linespec/thread.c: New file.
1631 * gdb.linespec/thread.exp: New file.
1632
1633 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
1634 Recognize "message" -> print pass and fail. Add eof case.
1635 (runto): Recognize message, no-message. Print pass/fail if requested,
1636 with same treatment as gdb_breakpoint.
1637 (runto_main): Pass no-message to runto.
1638 (gdb_internal_error_resync): Add log message.
1639 (gdb_file_cmd): Tweak internal error fail text for consistency.
1640
1641 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1642
1643 Fix crash during stepping on ppc32.
1644 * gdb.base/step-symless.c: New file.
1645 * gdb.base/step-symless.exp: New file.
1646
1647 2012-10-03 Doug Evans <dje@google.com>
1648
1649 PR symtab/14601
1650 * gdb.cp/using-crash.exp: New file.
1651 * gdb.cp/using-crash.cc: New file.
1652
1653 2012-10-02 Doug Evans <dje@google.com>
1654
1655 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
1656 more consistent.
1657 (runto,gdb_debug_format): Ditto.
1658 (gdb_file_cmd): Watch for eof in nested gdb_expect.
1659 Clean up logging and error messages.
1660
1661 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
1662
1663 Test find command on unmapped memory.
1664 * gdb.base/find-unmapped.c: New file.
1665 * gdb.base/find-unmapped.exp: New file.
1666
1667 2012-09-29 Yao Qi <yao@codesourcery.com>
1668
1669 * gdb.trace/mi-tracepoint-changed.exp: New.
1670 * gdb.mi/mi-breakpoint-changed.exp: New.
1671 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
1672 * gdb.mi/pendshr2.c: New.
1673
1674 2012-09-28 Yao Qi <yao@codesourcery.com>
1675
1676 * gdb.mi/pr11022.exp: New.
1677 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
1678
1679 2012-09-27 Tom Tromey <tromey@redhat.com>
1680
1681 * gdb.cp/derivation.exp: Add regression test.
1682 * gdb.cp/derivation.cc (class V_base, class V_inter, class
1683 V_derived): New.
1684 (vderived): New global.
1685
1686 2012-09-26 Tom Tromey <tromey@redhat.com>
1687
1688 * gdb.dwarf2/dw2-common-block.S: New file.
1689 * gdb.dwarf2/dw2-common-block.exp: New file.
1690
1691 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1692
1693 * gdb.fortran/common-block.exp: New file.
1694 * gdb.fortran/common-block.f90: New file.
1695
1696 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
1697
1698 * gdb.base/duplicate-bp.c: New file.
1699 * gdb.base/duplicate-bp.exp: New file.
1700
1701 2012-09-26 Yao Qi <yao@codesourcery.com>
1702
1703 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
1704
1705 Revert:
1706 2012-09-21 Yao Qi <yao@codesourcery.com>
1707
1708 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
1709
1710 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1711
1712 * gdb.base/longest-types.c: New test case.
1713 * gdb.base/longest-types.exp: New test case.
1714
1715 2012-09-25 Yao Qi <yao@codesourcery.com>
1716
1717 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
1718
1719 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1720
1721 Fix internal error on canonicalization of clang types.
1722 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
1723 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
1724 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
1725
1726 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1727
1728 Fix disassemble without parameters in tailcall frame.
1729 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
1730
1731 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
1732
1733 * gdb.dwarf2/dw2-op-out-param.S: New file.
1734 * gdb.dwarf2/dw2-op-out-param.exp: New file.
1735
1736 2012-09-21 Yao Qi <yao@codesourcery.com>
1737
1738 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
1739
1740 2012-09-21 Yao Qi <yao@codesourcery.com>
1741
1742 * gdb.mi/mi-cli.exp: Remove.
1743 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
1744
1745 2012-09-21 Yao Qi <yao@codesourcery.com>
1746
1747 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
1748 "=record-started" notification.
1749
1750 2012-09-21 Yao Qi <yao@codesourcery.com>
1751
1752 * gdb.mi/mi-record-changed.exp: New.
1753 * gdb.mi/mi-reverse.exp: Adjust expected output.
1754
1755 2012-09-20 Tom Tromey <tromey@redhat.com>
1756
1757 * gdb.python/python.exp: Test atexit.register.
1758
1759 2012-09-20 Doug Evans <dje@google.com>
1760
1761 * boards/dwarf4-gdb-index.exp: New file.
1762
1763 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
1764 while running the tests.
1765
1766 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1767
1768 * gdb.ada/bp_reset: New testcase.
1769
1770 2012-09-18 Yao Qi <yao@codesourcery.com>
1771
1772 * gdb.trace/mi-tsv-changed.exp: New.
1773
1774 2012-09-18 Yao Qi <yao@codesourcery.com>
1775
1776 * gdb.trace/mi-traceframe-changed.exp: New.
1777
1778 2012-09-17 Yao Qi <yao@codesourcery.com>
1779
1780 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
1781 when it is less than 0.
1782
1783 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1784
1785 PR 14119
1786 * gdb.arch/amd64-tailcall-ret.S: New file.
1787 * gdb.arch/amd64-tailcall-ret.c: New file.
1788 * gdb.arch/amd64-tailcall-ret.exp: New file.
1789 * gdb.reverse/amd64-tailcall-reverse.S: New file.
1790 * gdb.reverse/amd64-tailcall-reverse.c: New file.
1791 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
1792
1793 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1794
1795 PR 14548
1796 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
1797 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
1798 * gdb.reverse/singlejmp-reverse.S: New file.
1799 * gdb.reverse/singlejmp-reverse.c: New file.
1800 * gdb.reverse/singlejmp-reverse.exp: New file.
1801
1802 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1803
1804 Fix compatibility with old GCC (~4.1).
1805 * gdb.cp/converts.cc (my_enum_var): New variable.
1806
1807 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
1808
1809 * gdb.xml/tdesc-regs.exp: Update expected output for new
1810 vector_size syntax of vector types.
1811
1812 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1813
1814 Refactor Python "gdb" module into a proper Python package, by
1815 introducing a new "_gdb" module for code implemented in C, and
1816 using reload/__import__ instead of exec.
1817 * gdb.python/python.exp (Test stderr location): Update module
1818 location of GDB-specific sys.stderr.
1819 (Test stdout location): Ditto for sys.stdout.
1820
1821 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1822
1823 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
1824
1825 2012-09-12 Keith Seitz <keiths@redhat.com>
1826
1827 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
1828 conversion statement.
1829
1830 2012-09-12 Doug Evans <dje@google.com>
1831
1832 * gdb.base/help.exp: Remove testing of individual command help text,
1833 too much of a maintenance burden. Instead, test the functionality
1834 of "help" itself.
1835
1836 2012-09-11 Doug Evans <dje@google.com>
1837
1838 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
1839 breakpoint.
1840
1841 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
1842 * gdb.dwarf2/fission-reread.S: Ditto.
1843 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
1844 * gdb.dwarf2/fission-reread.exp: Ditto.
1845
1846 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
1847
1848 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
1849
1850 2012-09-10 Joel Brobecker <brobecker@adacore.com>
1851
1852 * gdb.ada/optim_drec: New testcase.
1853
1854 2012-09-10 Doug Evans <dje@google.com>
1855
1856 * boards/fission.exp: Explicitly mark "board" as not remote.
1857
1858 2012-09-10 Keith Seitz <keiths@redhat.com>
1859
1860 PR gdb/13483
1861 * gdb.cp/converts.cc (A::A): Add ctor.
1862 (A::member_): Add member.
1863 (enum my_enum): New enumeration.
1864 (main): Add calls to foo1_7 with various
1865 permitted arguments.
1866 * gdb.cp/converts.exp: Add tests for boolean
1867 conversions permitted by the standard.
1868
1869 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
1870
1871 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
1872 avoid spurious results due to ~/.gdbinit.
1873 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
1874 $INTERNAL_GDBFLAGS in run command.
1875 * gdb.gdb/observer.exp (setup_test): Ditto.
1876 * gdb.gdb/selftest.exp (test_with_self): Ditto.
1877 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
1878
1879 2012-09-06 Doug Evans <dje@google.com>
1880
1881 * boards/fission.exp: New file.
1882
1883 * gdb.python/py-value.exp: Use clean_restart.
1884
1885 2012-09-05 Doug Evans <dje@google.com>
1886
1887 * gdb.base/info-macros.c: Fix whitespace.
1888
1889 2012-08-28 Pedro Alves <palves@redhat.com>
1890
1891 PR gdb/14428
1892
1893 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
1894
1895 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1896
1897 * gdb.base/break-caller-line.c: New file.
1898 * gdb.base/break-caller-line.exp: New file.
1899
1900 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1901
1902 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
1903 * gdb.arch/i386-cfi-notcurrent.S: New file.
1904 * gdb.arch/i386-cfi-notcurrent.exp: New file.
1905
1906 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
1907 Yao Qi <yao@codesourcery.com>
1908 Pedro Alves <palves@redhat.com>
1909
1910 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
1911 New procedures.
1912 (top level): Add overlap checking tests.
1913
1914 2012-08-24 Tom Tromey <tromey@redhat.com>
1915
1916 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
1917 gdb_test_multiple fails for other reasons.
1918
1919 2012-08-24 Yao Qi <yao@codesourcery.com>
1920
1921 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
1922
1923 2012-08-23 Pedro Alves <palves@redhat.com>
1924
1925 * gdb.base/help.exp: Adjust to "handle" help text change.
1926
1927 2012-08-23 Yao Qi <yao@codesourcery.com>
1928
1929 * gdb.trace/disconnected-tracing.c (start, end): New.
1930 (main): Call start and end.
1931 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
1932 existing tests into this proc.
1933 (disconnected_tfind): New.
1934
1935 2012-08-23 Yao Qi <yao@codesourcery.com>
1936
1937 * boards/native-gdbserver.exp (${board}_upload): New.
1938 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
1939 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
1940 Execute tfile on remote target.
1941 Copy trace file from target to host.
1942
1943 2012-08-22 Joseph Myers <joseph@codesourcery.com>
1944
1945 * gdb.arch/thumb-bx-pc.S: New file.
1946 * gdb.arch/thumb-bx-pc.exp: New file.
1947
1948 2012-08-22 Tom Tromey <tromey@redhat.com>
1949
1950 * gdb.base/maint.exp: Update.
1951
1952 2012-08-22 Tom Tromey <tromey@redhat.com>
1953
1954 * lib/gdb.exp (skip_unwinder_tests): New proc.
1955 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
1956 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
1957
1958 2012-08-21 Tom Tromey <tromey@redhat.com>
1959
1960 * gdb.hp/gdb.aCC/exception.exp: Remove.
1961
1962 012-08-19 Andrew Pinski <apinski@cavium.com>
1963
1964 * gdb.arch/mips-octeon-bbit.c: New file.
1965 * gdb.arch/mips-octeon-bbit.exp: New Test.
1966
1967 012-08-19 Keith Seitz <keiths@redhat.com>
1968
1969 PR c++/14365
1970 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
1971 * gdb.dwarf2/dw2-anon-mptr.S: New file.
1972
1973 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1974
1975 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
1976 verbose -log by more specific untested call.
1977
1978 2012-08-18 Yao Qi <yao@codesourcery.com>
1979
1980 * gdb.trace/tfind.exp: Move tests on various command help before
1981 checking target supports trace.
1982 Fix the expected output of 'help tfind end'.
1983
1984 2012-08-17 Keith Seitz <keiths@redhat.com>
1985
1986 PR c++/13356
1987 * gdb.base/default.exp: Update all "check type" tests.
1988 * gdb.base/help.exp: Likewise.
1989 * gdb.base/setshow.exp: Likewise.
1990 * gdb.cp/converts.cc (foo1_type_check): New function.
1991 (foo2_type_check): New function.
1992 (foo3_type_check): New function.
1993 (main): Call new functions.
1994 * converts.exp: Add tests for integer-to-pointer conversions
1995 with/without strict type-checking.
1996
1997 2012-08-16 Mike Frysinger <vapier@gentoo.org>
1998
1999 * gdb.base/help.exp: Update expected output.
2000
2001 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2002
2003 * gdb.ada/rdv_wait: New testcase.
2004
2005 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2006
2007 * gdb.base/attach-twice.exp: Remove excessive ps exec.
2008
2009 2012-08-13 Doug Evans <dje@google.com>
2010
2011 * gdb.base/help.exp: Update expected output.
2012 * gdb.base/default.exp: Update expected output of "show convenience".
2013
2014 2012-08-10 Doug Evans <dje@google.com>
2015
2016 * gdb.python/py-strfns.c: New file.
2017 * gdb.python/py-strfns.exp: New file.
2018 * gdb.python/py-type.exp (test_fields): Add vector tests.
2019
2020 2012-08-10 Mike Frysinger <vapier@gentoo.org>
2021
2022 PR cli/10436:
2023 * gdb.base/completion.exp: Add tests for handle completion.
2024
2025 2012-08-09 Yao Qi <yao@codesourcery.com>
2026
2027 * gdb.mi/mi-cmd-param-changed.exp: New.
2028 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
2029 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
2030 * gdb.mi/mi2-prompt.exp: Likewise.
2031
2032 2012-08-08 Doug Evans <dje@google.com>
2033
2034 * gdb.base/debug-expr.c: New file.
2035 * gdb.base/debug-expr.exp: New file.
2036 * gdb.base/exprs.exp: Test {type} casts.
2037 * gdb.cp/debug-expr.exp: New file.
2038
2039 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2040
2041 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
2042 global variable loop, not a 'break'. Add loop count limit to 100.
2043 Add new fail case for terminated vgdb.
2044
2045 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2046 Jean-Marc Saffroy <saffroy@gmail.com>
2047
2048 PR 11804
2049 * gdb.base/gcore-relro.exp: New file.
2050 * gdb.base/gcore-relro-main.c: New file.
2051 * gdb.base/gcore-relro-lib.c: New file.
2052
2053 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2054
2055 Do not false FAIL with old GCCs.
2056 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
2057 GCC < 4.5 in $no_hw mode.
2058
2059 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2060
2061 * gdb.base/default.exp (cd): Accept new directory with no arguments.
2062
2063 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2064
2065 * gdb.base/list.exp (test_only_end): New function.
2066 Call it.
2067
2068 2012-08-06 Tom Tromey <tromey@redhat.com>
2069
2070 * gdb.python/py-mi.exp: Add test for printer whose children
2071 are a list.
2072 * gdb.python/py-prettyprint.c (struct children_as_list): New.
2073 (main): New variable children_as_list.
2074 * gdb.python/py-prettyprint.py (class pp_children_as_list):
2075 New.
2076 (register_pretty_printers): Register new printer.
2077
2078 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
2079
2080 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
2081 symbols. Abort if vgdb remote connection is closed.
2082
2083 2012-08-02 Doug Evans <dje@google.com>
2084
2085 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
2086
2087 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
2088
2089 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
2090 s390x, PowerPC 64 and m68k-linux.
2091
2092 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2093
2094 * gdb.base/annota1.exp: Accept no frames-invalid notification
2095 when starting up the program.
2096 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
2097 show a symbolic value as well.
2098 * gdb.server/server-exec-info.exp: Skip test when skipping
2099 gdbserver test and/or when skipping shared library tests.
2100 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
2101 avoid name conflicts with other tests.
2102
2103 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2104
2105 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
2106 Fix wrong output on big-endian systems.
2107 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
2108 4-byte pointer types on 64-bit s390x.
2109
2110 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2111
2112 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
2113 marker comment at the beginning (after intialization).
2114 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
2115 breakpoint on marker comment instead of function begin.
2116 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
2117 PowerPC.
2118 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
2119 or 64-bit PowerPC.
2120 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
2121 gdb,no_hardware_watchpoints flag is set.
2122 (initialize): Remove now redundant can-use-hw-watchpoints change.
2123
2124 2012-08-02 Yao Qi <yao@codesourcery.com>
2125 Pedro Alves <palves@redhat.com>
2126
2127 * boards/local-remote-host.exp: New.
2128
2129 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2130
2131 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
2132 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
2133 * gdb.base/print-file-var.exp: Likewise.
2134 * gdb.server/solib-list.exp: Skip on remote targets.
2135
2136 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2137
2138 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
2139 watchpoints on ARM. When expecting software watchpoints, tolerate
2140 (remote) targets that report unsupported hardware watchpoint only
2141 at continue time.
2142 (test_wide_location_2): Likewise.
2143
2144 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2145
2146 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
2147 valgrind versions.
2148
2149 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2150
2151 * gdb.base/valgrind-infcall.c: New file.
2152 * gdb.base/valgrind-infcall.exp: New file.
2153
2154 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
2155
2156 2012-07-30 Keith Seitz <keiths@redhat.com>
2157
2158 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
2159 linespecs.
2160
2161 2012-07-30 Doug Evans <dje@google.com>
2162
2163 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
2164 * gdb.dwarf2/pr13961.S: Ditto.
2165
2166 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
2167
2168 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
2169
2170 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
2171 change its format immediately after reloading the binary.
2172
2173 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2174
2175 Fix testsuite regression after --use-deprecated-index-sections removal.
2176 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
2177 string.
2178 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
2179
2180 2012-07-27 Yao Qi <yao@codesourcery.com>
2181
2182 KFAIL for PR remote/14161.
2183 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
2184 Cleanup socket files.
2185 (strace_info_marker): Detach inferior.
2186
2187 2012-07-26 Tom Tromey <tromey@redhat.com>
2188
2189 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
2190
2191 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2192
2193 * gdb.python/py-inferior.c (thread): New function.
2194 (check_threads): New function.
2195 (test_threads): New function.
2196 * gdb.python/py-inferior.exp: Added test.
2197 Replaced runto with continue to breakpoint.
2198
2199 2012-07-26 Tom Tromey <tromey@redhat.com>
2200
2201 * lib/ada.exp (standard_ada_testfile): New proc.
2202 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
2203 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
2204 * gdb.ada/array_return.exp: Use standard_ada_testfile.
2205 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
2206 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
2207 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
2208 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
2209 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
2210 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
2211 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
2212 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
2213 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
2214 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
2215 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
2216 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
2217 * gdb.ada/char_param.exp: Use standard_ada_testfile.
2218 * gdb.ada/complete.exp: Use standard_ada_testfile.
2219 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
2220 standard_output_file.
2221 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
2222 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
2223 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
2224 standard_output_file.
2225 * gdb.ada/exprs.exp: Use standard_ada_testfile.
2226 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
2227 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
2228 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
2229 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
2230 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
2231 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
2232 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
2233 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
2234 * gdb.ada/homonym.exp: Use standard_ada_testfile.
2235 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
2236 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
2237 * gdb.ada/interface.exp: Use standard_ada_testfile.
2238 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
2239 standard_output_file
2240 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
2241 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
2242 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
2243 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
2244 * gdb.ada/nested.exp: Use standard_ada_testfile.
2245 * gdb.ada/null_array.exp: Use standard_ada_testfile.
2246 * gdb.ada/null_record.exp: Use standard_ada_testfile.
2247 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
2248 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
2249 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
2250 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
2251 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
2252 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
2253 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
2254 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
2255 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
2256 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
2257 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
2258 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
2259 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
2260 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
2261 * gdb.ada/start.exp: Use standard_ada_testfile.
2262 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
2263 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
2264 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
2265 * gdb.ada/tagged.exp: Use standard_ada_testfile.
2266 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
2267 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
2268 * gdb.ada/tasks.exp: Use standard_ada_testfile.
2269 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
2270 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
2271 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
2272 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
2273 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
2274 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
2275 * gdb.ada/widewide.exp: Use standard_ada_testfile.
2276
2277 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2278
2279 Fix testsuite regression after --use-deprecated-index-sections removal.
2280 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
2281
2282 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2283
2284 Fix compatibility with Tcl before 7.5.
2285 * lib/future.exp (lreverse): New function if it does not exist.
2286
2287 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
2288
2289 * gdb.mi/mi-pending.c: New method to set a second pending
2290 breakpoint.
2291 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
2292 condition.
2293
2294 2012-07-20 Pedro Alves <palves@redhat.com>
2295
2296 PR threads/11692
2297 PR gdb/12203
2298
2299 * gdb.threads/create-fail.c: New file.
2300 * gdb.threads/create-fail.exp: New file.
2301
2302 2012-07-19 Pedro Alves <palves@redhat.com>
2303
2304 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
2305 * config/vx.exp (gdb_start): Likewise.
2306 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
2307 * gdb.base/setvar.exp (test_set): Likewise.
2308 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
2309 * gdb.reverse/sigall-precsave.exp: Likewise.
2310 * gdb.reverse/sigall-reverse.exp: Likewise.
2311
2312 2012-07-19 Pedro Alves <palves@redhat.com>
2313
2314 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
2315 handler before recording.
2316
2317 2012-07-19 Tom Tromey <tromey@redhat.com>
2318
2319 * gdb.cp/casts.exp: Add tests for typeof and decltype.
2320 * gdb.cp/casts.cc (decltype): New function.
2321 (main): Use it.
2322
2323 2012-07-19 Pedro Alves <palves@redhat.com>
2324
2325 * gdb.base/sigall.exp (signals): New list.
2326 <top level>: Loop over signals in the $signals list instead of
2327 calling a test function once per signal.
2328 * gdb.reverse/sigall-precsave.exp (signals): New list.
2329 <top level>: Loop over signals in the $signals list instead of
2330 calling a test function once per signal.
2331 * gdb.reverse/sigall-reverse.exp (signals): New list.
2332 <top level>: Loop over signals in the $signals list instead of
2333 calling a test function once per signal.
2334
2335 2012-07-19 Yao Qi <yao@codesourcery.com>
2336
2337 * gdb.base/setshow.exp: Test 'set args ~'.
2338
2339 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2340
2341 * gdb.base/store.exp (check_set): Import gdb_prompt.
2342 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
2343 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
2344
2345 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2346
2347 PR 11914
2348 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
2349 (main): Call eval_sub.
2350 * gdb.python/py-prettyprint.exp:
2351 (python execfile ('py-prettyprint.py')): Move it earlier.
2352 New breakpoint for eval-break.
2353 (continue to breakpoint: eval-break, info locals): New test.
2354 (python execfile ('py-prettyprint.py')): Move it from here.
2355 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
2356 (register_pretty_printers): Register pp_eval_type.
2357
2358 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2359
2360 Fix a testcase regression by me.
2361 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
2362 DW_FORM_data4.
2363
2364 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2365 Doug Evans <dje@google.com>
2366
2367 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
2368 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
2369
2370 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2371
2372 Fix gdbserver run regression.
2373 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
2374
2375 2012-07-12 Tom Tromey <tromey@redhat.com>
2376
2377 * lib/gdb.exp (standard_testfile): Don't declare objdir.
2378 (clean_restart): Likewise.
2379 (core_find): Use standard_output_file.
2380
2381 2012-07-12 Tom Tromey <tromey@redhat.com>
2382
2383 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
2384 * gdb.dwarf2/dw2-anonymous-func.exp: Use
2385 prepare_for_testing_full.
2386 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
2387 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
2388 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
2389 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
2390 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
2391 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
2392 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
2393 prepare_for_testing_full.
2394 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
2395 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
2396 prepare_for_testing_full.
2397 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
2398 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
2399 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
2400
2401 2012-07-12 Tom Tromey <tromey@redhat.com>
2402
2403 * lib/gdb.exp (build_executable_from_specs): New proc, from
2404 build_executable.
2405 (build_executable): Use it.
2406 (prepare_for_testing_full): New proc.
2407
2408 2012-07-11 Tom Tromey <tromey@redhat.com>
2409
2410 * gdb.reverse/break-precsave.exp: Use standard_output_file.
2411 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
2412 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
2413 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
2414 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
2415 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
2416 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
2417 * gdb.reverse/step-precsave.exp: Use standard_output_file.
2418 * gdb.reverse/until-precsave.exp: Use standard_output_file.
2419 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
2420
2421 2012-07-10 Tom Tromey <tromey@redhat.com>
2422
2423 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
2424 standard_output_file.
2425 * gdb.mi/gdb2549.exp: Use standard_testfile.
2426 * gdb.mi/gdb669.exp: Use standard_testfile.
2427 * gdb.mi/gdb701.exp: Use standard_testfile.
2428 * gdb.mi/gdb792.exp: Use standard_testfile.
2429 * gdb.mi/mi-async.exp: Use standard_testfile.
2430 * gdb.mi/mi-basics.exp: Use standard_testfile.
2431 * gdb.mi/mi-break.exp: Use standard_testfile.
2432 * gdb.mi/mi-cli.exp: Use standard_testfile.
2433 * gdb.mi/mi-console.exp: Use standard_testfile.
2434 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
2435 * gdb.mi/mi-eval.exp: Use standard_testfile.
2436 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
2437 * gdb.mi/mi-file.exp: Use standard_testfile.
2438 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
2439 * gdb.mi/mi-logging.exp: Use standard_testfile.
2440 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
2441 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
2442 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
2443 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
2444 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
2445 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
2446 * gdb.mi/mi-pending.exp: Use standard_testfile,
2447 standard_output_file.
2448 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
2449 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
2450 * gdb.mi/mi-regs.exp: Use standard_testfile.
2451 * gdb.mi/mi-return.exp: Use standard_testfile.
2452 * gdb.mi/mi-reverse.exp: Use standard_testfile.
2453 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
2454 * gdb.mi/mi-solib.exp: Use standard_testfile,
2455 standard_output_file.
2456 * gdb.mi/mi-stack.exp: Use standard_testfile.
2457 * gdb.mi/mi-stepi.exp: Use standard_testfile.
2458 * gdb.mi/mi-stepn.exp: Use standard_testfile.
2459 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
2460 * gdb.mi/mi-until.exp: Use standard_testfile.
2461 * gdb.mi/mi-var-block.exp: Use standard_testfile.
2462 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
2463 * gdb.mi/mi-var-child.exp: Use standard_testfile.
2464 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
2465 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
2466 * gdb.mi/mi-var-display.exp: Use standard_testfile.
2467 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
2468 standard_output_file.
2469 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
2470 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
2471 * gdb.mi/mi-watch.exp: Use standard_testfile.
2472 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
2473 * gdb.mi/mi2-basics.exp: Use standard_testfile.
2474 * gdb.mi/mi2-break.exp: Use standard_testfile.
2475 * gdb.mi/mi2-cli.exp: Use standard_testfile.
2476 * gdb.mi/mi2-console.exp: Use standard_testfile.
2477 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
2478 * gdb.mi/mi2-eval.exp: Use standard_testfile.
2479 * gdb.mi/mi2-file.exp: Use standard_testfile.
2480 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
2481 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
2482 * gdb.mi/mi2-regs.exp: Use standard_testfile.
2483 * gdb.mi/mi2-return.exp: Use standard_testfile.
2484 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
2485 * gdb.mi/mi2-stack.exp: Use standard_testfile.
2486 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
2487 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
2488 * gdb.mi/mi2-until.exp: Use standard_testfile.
2489 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
2490 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
2491 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
2492 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
2493 * gdb.mi/mi2-watch.exp: Use standard_testfile.
2494
2495 2012-07-10 Tom Tromey <tromey@redhat.com>
2496
2497 * gdb.cp/abstract-origin.exp: Use standard_testfile.
2498 * gdb.cp/ambiguous.exp: Use standard_testfile,
2499 prepare_for_testing.
2500 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
2501 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
2502 * gdb.cp/anon-ns.exp: Use standard_testfile.
2503 * gdb.cp/anon-struct.exp: Use standard_testfile.
2504 * gdb.cp/anon-union.exp: Use standard_testfile,
2505 prepare_for_testing.
2506 * gdb.cp/arg-reference.exp: Use standard_testfile,
2507 prepare_for_testing.
2508 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
2509 * gdb.cp/breakpoint.exp: Use standard_testfile,
2510 prepare_for_testing.
2511 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
2512 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
2513 standard_output_file.
2514 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
2515 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
2516 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
2517 (test_static_members): Update.
2518 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
2519 * gdb.cp/converts.exp: Use standard_testfile.
2520 * gdb.cp/cp-relocate.exp: Use standard_testfile.
2521 * gdb.cp/cpcompletion.exp: Use standard_testfile,
2522 prepare_for_testing.
2523 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
2524 * gdb.cp/cplabel.exp: Use standard_testfile.
2525 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
2526 prepare_for_testing.
2527 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
2528 * gdb.cp/derivation.exp: Use standard_testfile,
2529 prepare_for_testing.
2530 * gdb.cp/destrprint.exp: Use standard_testfile.
2531 * gdb.cp/dispcxx.exp: Use standard_testfile.
2532 * gdb.cp/exception.exp: Use standard_testfile,
2533 prepare_for_testing.
2534 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
2535 * gdb.cp/extern-c.exp: Use standard_testfile,
2536 prepare_for_testing.
2537 * gdb.cp/formatted-ref.exp: Use standard_testfile,
2538 prepare_for_testing.
2539 * gdb.cp/fpointer.exp: Use standard_testfile.
2540 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
2541 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
2542 standard_output_file.
2543 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
2544 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
2545 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
2546 standard_output_file.
2547 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
2548 (do_tests): Update.
2549 * gdb.cp/koenig.exp: Use standard_testfile.
2550 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
2551 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
2552 * gdb.cp/m-static.exp: Use standard_testfile,
2553 prepare_for_testing.
2554 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
2555 * gdb.cp/mb-inline.exp: Use standard_testfile,
2556 prepare_for_testing.
2557 * gdb.cp/mb-templates.exp: Use standard_testfile,
2558 prepare_for_testing.
2559 * gdb.cp/member-ptr.exp: Use standard_testfile,
2560 prepare_for_testing.
2561 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
2562 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
2563 * gdb.cp/method2.exp: Use standard_testfile.
2564 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
2565 standard_output_file.
2566 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
2567 (do_tests): Update.
2568 * gdb.cp/namespace-enum.exp: Use standard_testfile,
2569 prepare_for_testing.
2570 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
2571 prepare_for_testing.
2572 * gdb.cp/namespace.exp: Use standard_testfile,
2573 prepare_for_testing.
2574 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
2575 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
2576 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
2577 * gdb.cp/nsimport.exp: Use standard_testfile,
2578 prepare_for_testing.
2579 * gdb.cp/nsnested.exp: Use standard_testfile.
2580 * gdb.cp/nsnoimports.exp: Use standard_testfile.
2581 * gdb.cp/nsrecurs.exp: Use standard_testfile,
2582 prepare_for_testing.
2583 * gdb.cp/nsstress.exp: Use standard_testfile,
2584 prepare_for_testing.
2585 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
2586 * gdb.cp/operator.exp: Use standard_testfile.
2587 * gdb.cp/oranking.exp: Use standard_testfile.
2588 * gdb.cp/overload-const.exp: Use standard_testfile.
2589 * gdb.cp/overload.exp: Use standard_testfile,
2590 prepare_for_testing.
2591 * gdb.cp/ovldbreak.exp: Use standard_testfile.
2592 * gdb.cp/ovsrch.exp: Use standard_testfile.
2593 * gdb.cp/paren-type.exp: Use standard_testfile.
2594 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
2595 prepare_for_testing.
2596 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
2597 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
2598 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
2599 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
2600 * gdb.cp/pr10728.exp: Use standard_testfile,
2601 standard_output_file.
2602 * gdb.cp/pr12028.exp: Use standard_testfile.
2603 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
2604 * gdb.cp/pr9167.exp: Use standard_testfile.
2605 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
2606 * gdb.cp/printmethod.exp: Use standard_testfile,
2607 prepare_for_testing.
2608 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
2609 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
2610 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
2611 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
2612 standard_output_file.
2613 * gdb.cp/readnow-language.exp: Use standard_testfile.
2614 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
2615 (gdb_start_again): Use clean_restart.
2616 * gdb.cp/ref-types.exp: Use standard_testfile,
2617 prepare_for_testing.
2618 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
2619 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
2620 * gdb.cp/smartp.exp: Use standard_testfile.
2621 * gdb.cp/static-method.exp: Use standard_testfile.
2622 * gdb.cp/static-print-quit.exp: Use standard_testfile.
2623 * gdb.cp/temargs.exp: Use standard_testfile.
2624 * gdb.cp/templates.exp: Use standard_testfile,
2625 prepare_for_testing.
2626 (do_tests): Update.
2627 * gdb.cp/try_catch.exp: Use standard_testfile,
2628 prepare_for_testing.
2629 * gdb.cp/typedef-operator.exp: Use standard_testfile.
2630 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
2631 * gdb.cp/virtbase.exp: Use standard_testfile,
2632 prepare_for_testing.
2633 * gdb.cp/virtfunc.exp: Use standard_testfile,
2634 prepare_for_testing.
2635 (do_tests): Update.
2636 * gdb.cp/virtfunc2.exp: Use standard_testfile,
2637 prepare_for_testing.
2638
2639 2012-07-10 Tom Tromey <tromey@redhat.com>
2640
2641 * lib/gdb.exp (standard_testfile): Unset output variables from
2642 earlier invocations.
2643
2644 2012-07-10 Yao Qi <yao@codesourcery.com>
2645
2646 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
2647 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
2648 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
2649 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
2650 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
2651 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
2652 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
2653 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
2654 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
2655 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
2656 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
2657 * gdb.mi/mi-var-display.exp: Likewise.
2658 * gdb.mi/mi-var-invalidate.exp: Likewise.
2659 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
2660 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
2661 * gdb.mi/mi2-console.exp: Likewise.
2662 * gdb.mi/mi2-disassemble.exp: Likewise.
2663 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
2664 * gdb.mi/mi2-read-memory.exp: Likewise.
2665 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
2666 * gdb.mi/mi2-simplerun.exp: Likewise.
2667 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
2668 * gdb.mi/mi2-syn-frame.exp: Likewise.
2669 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
2670 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
2671 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
2672
2673 2012-07-09 Tom Tromey <tromey@redhat.com>
2674
2675 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
2676 * gdb.base/callfuncs.exp: Add cast-based test.
2677 * gdb.base/callfuncs.c (voidfunc): New function.
2678
2679 2012-07-08 Doug Evans <dje@google.com>
2680
2681 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
2682
2683 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2684
2685 Fix XFAIL compatibility with old i386 systems.
2686 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
2687 Check also 'Cannot insert breakpoint 0'.
2688
2689 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2690
2691 PR 14321
2692 * gdb.base/find.exp
2693 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
2694
2695 2012-07-06 Tom Tromey <tromey@redhat.com>
2696
2697 * gdb.base/whatis.exp: Add test.
2698
2699 2012-07-06 Tom Tromey <tromey@redhat.com>
2700
2701 * gdb.base/whatis.exp: Add regression test.
2702
2703 2012-07-06 Tom Tromey <tromey@redhat.com>
2704
2705 * gdb.base/whatis.exp: Add tests.
2706
2707 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2708
2709 PR 12649
2710 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
2711 gdb_test_multiple $gdb_prompt terminator.
2712
2713 2012-07-04 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.mi/mi-reverse.exp: Use supports_reverse and
2716 supports_process_record.
2717
2718 2012-07-04 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
2721 endings.
2722 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
2723
2724 2012-07-03 Stan Shebs <stan@codesourcery.com>
2725
2726 * gdb.base/info-os.c (main): Retry resource acquisition until an
2727 available one is found.
2728 * gdb.base/info-os.exp: Collect resource keys from the program
2729 and use them in matching.
2730
2731 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2732
2733 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
2734 Wrap the test into loop for corefile and core0file.
2735
2736 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2737
2738 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
2739 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
2740 .note.GNU-stack.
2741
2742 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
2743
2744 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
2745
2746 * gdb.base/help.exp (help b, help br, help bre, help brea, help
2747 break): Include help message for the new `-probe' and `-probe-stap'
2748 options.
2749
2750 2012-07-02 Stan Shebs <stan@codesourcery.com>
2751
2752 * gdb.base/dprintf.exp: Add agent style tests.
2753
2754 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2755
2756 * gdb.base/stale-infcall.c (infcall): New label test-next.
2757 (main): New labels test-pass and test-fail.
2758 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
2759 $test_fail_bpnum to test-fail.
2760 (test system longjmp tracking support): New test.
2761 Delete $test_fail_bpnum.
2762 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
2763 breakpoint.
2764
2765 2012-06-30 Doug Evans <dje@google.com>
2766
2767 * gdb.dwarf2/fission-reread.S: New file.
2768 * gdb.dwarf2/fission-reread.exp: New file.
2769
2770 2012-06-28 Stan Shebs <stan@codesourcery.com>
2771
2772 * gdb.mi/mi-logging.exp: New file.
2773
2774 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2775 Pedro Alves <palves@redhat.com>
2776
2777 * gdb.threads/siginfo-threads.exp: New file.
2778 * gdb.threads/siginfo-threads.c: New file.
2779 * gdb.threads/sigstep-threads.exp: New file.
2780 * gdb.threads/sigstep-threads.c: New file.
2781
2782 2012-06-28 Tom Tromey <tromey@redhat.com>
2783
2784 * gdb.go/package.exp: Partially revert earlier patch; use
2785 gdb_compile again. Use standard_output_file.
2786
2787 2012-06-27 Doug Evans <dje@google.com>
2788
2789 * gdb.dwarf2/fission-base.c: New file.
2790 * gdb.dwarf2/fission-base.S: New file.
2791 * gdb.dwarf2/fission-base.exp: New file.
2792
2793 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2794
2795 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
2796
2797 2012-06-27 Tom Tromey <tromey@redhat.com>
2798
2799 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
2800 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
2801
2802 2012-06-27 Tom Tromey <tromey@redhat.com>
2803
2804 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
2805 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
2806 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
2807 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
2808 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
2809 prepare_for_testing.
2810 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
2811 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
2812 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
2813 standard_testfile.
2814 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
2815 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
2816 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
2817 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
2818 prepare_for_testing.
2819 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
2820 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
2821 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
2822 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
2823 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
2824 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
2825 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
2826 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
2827 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
2828 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
2829 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
2830 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
2831 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
2832 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
2833 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
2834 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
2835 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
2836 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
2837 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
2838 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
2839 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
2840 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
2841 standard_output_file.
2842 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
2843 standard_output_file.
2844 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
2845 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
2846 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
2847 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
2848 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
2849 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
2850 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
2851 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
2852 * gdb.dwarf2/implptr.exp: Use standard_testfile.
2853 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
2854 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
2855 * gdb.dwarf2/pieces.exp: Use standard_testfile.
2856 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
2857 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
2858 * gdb.dwarf2/valop.exp: Use standard_testfile,
2859 prepare_for_testing.
2860
2861 2012-06-27 Tom Tromey <tromey@redhat.com>
2862
2863 * gdb.python/python.exp: Fix regexps in pagination tests.
2864
2865 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2866
2867 * gdb.python/py-symtab.exp: Add tests to test the new attribute
2868 'last' of gdb.Symtab_and_line.
2869 * gdb.python/py-symbol.c: Move break point comment to enable
2870 testing of gdb.Symtab_and_line.last.
2871
2872 2012-06-26 Tom Tromey <tromey@redhat.com>
2873
2874 * gdb.threads/step.c: Remove.
2875 * gdb.threads/step.exp: Remove.
2876 * gdb.threads/step2.exp: Remove.
2877
2878 2012-06-26 Tom Tromey <tromey@redhat.com>
2879
2880 * gdb.threads/watchpoint-fork.exp (test): Use
2881 standard_output_file. Don't declare objdir.
2882 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
2883 standard_output_file.
2884 * gdb.threads/attach-stopped.exp: Use standard_testfile.
2885 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
2886 clean_restart. Remove incdir.
2887 * gdb.threads/corethreads.exp: Use standard_testfile.
2888 * gdb.threads/execl.exp: Use standard_testfile,
2889 standard_output_file, clean_restart.
2890 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
2891 clean_restart.
2892 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
2893 clean_restart.
2894 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
2895 incdir.
2896 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
2897 clean_restart. Remove incdir.
2898 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
2899 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
2900 clean_restart. Remove incdir.
2901 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
2902 Remove incdir.
2903 * gdb.threads/leader-exit.exp: Use standard_testfile.
2904 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
2905 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
2906 clean_restart.
2907 * gdb.threads/manythreads.exp: Use standard_testfile,
2908 clean_restart. Remove incdir.
2909 * gdb.threads/multi-create.exp: Use standard_testfile,
2910 clean_restart.
2911 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
2912 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
2913 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
2914 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
2915 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
2916 * gdb.threads/pending-step.exp: Use standard_testfile,
2917 clean_restart. Remove incdir.
2918 * gdb.threads/print-threads.exp: Use standard_testfile,
2919 clean_restart. Remove incdir.
2920 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
2921 clean_restart. Remove incdir.
2922 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
2923 Remove incdir.
2924 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
2925 incdir.
2926 * gdb.threads/sigthread.exp: Use standard_testfile,
2927 clean_restart.
2928 * gdb.threads/staticthreads.exp: Use standard_testfile,
2929 clean_restart. Remove incdir.
2930 * gdb.threads/switch-threads.exp: Use standard_testfile,
2931 clean_restart. Remove incdir.
2932 * gdb.threads/thread-execl.exp: Use standard_testfile,
2933 clean_restart. Remove incdir.
2934 * gdb.threads/thread-find.exp: Use standard_testfile,
2935 clean_restart.
2936 * gdb.threads/thread-specific.exp: Use standard_testfile,
2937 clean_restart. Remove incdir.
2938 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
2939 clean_restart. Remove incdir.
2940 * gdb.threads/thread_check.exp: Use standard_testfile,
2941 clean_restart. Remove incdir.
2942 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
2943 incdir.
2944 * gdb.threads/threadapply.exp: Use standard_testfile,
2945 clean_restart. Remove incdir.
2946 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
2947 clean_restart. Remove incdir.
2948 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
2949 clean_restart.
2950 * gdb.threads/tls-shared.exp: Use standard_testfile,
2951 clean_restart, standard_output_file.
2952 * gdb.threads/tls-var.exp: Use standard_testfile,
2953 standard_output_file.
2954 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
2955 Remove incdir.
2956 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
2957 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
2958 incdir.
2959 * gdb.threads/watchthreads2.exp: Use standard_testfile,
2960 clean_restart. Remove incdir.
2961
2962 2012-06-26 Tom Tromey <tromey@redhat.com>
2963
2964 * gdb.trace/actions.exp: Use standard_testfile.
2965 * gdb.trace/ax.exp: Use standard_testfile.
2966 * gdb.trace/backtrace.exp: Use standard_testfile.
2967 * gdb.trace/change-loc.exp: Use standard_testfile.
2968 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
2969 * gdb.trace/collection.exp: Use standard_testfile,
2970 prepare_for_testing.
2971 * gdb.trace/deltrace.exp: Use standard_testfile.
2972 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
2973 * gdb.trace/ftrace.exp: Use standard_testfile.
2974 * gdb.trace/infotrace.exp: Use standard_testfile.
2975 * gdb.trace/packetlen.exp: Use standard_testfile.
2976 * gdb.trace/passc-dyn.exp: Use standard_testfile.
2977 * gdb.trace/passcount.exp: Use standard_testfile.
2978 * gdb.trace/pending.exp: Use standard_testfile.
2979 * gdb.trace/report.exp: Use standard_testfile.
2980 * gdb.trace/save-trace.exp: Use standard_testfile.
2981 * gdb.trace/stap-trace.exp: Use standard_testfile.
2982 * gdb.trace/status-stop.exp: Use standard_testfile.
2983 * gdb.trace/strace.exp: Use standard_testfile.
2984 * gdb.trace/tfile.exp: Use standard_testfile.
2985 * gdb.trace/tfind.exp: Use standard_testfile.
2986 * gdb.trace/trace-break.exp: Use standard_testfile.
2987 * gdb.trace/trace-mt.exp: Use standard_testfile.
2988 * gdb.trace/tracecmd.exp: Use standard_testfile.
2989 * gdb.trace/tspeed.exp: Use standard_testfile.
2990 * gdb.trace/tstatus.exp: Use standard_testfile.
2991 * gdb.trace/tsv.exp: Use standard_testfile.
2992 * gdb.trace/unavailable.exp: Use standard_testfile,
2993 prepare_for_testing.
2994 * gdb.trace/while-dyn.exp: Use standard_testfile.
2995 * gdb.trace/while-stepping.exp: Use standard_testfile.
2996
2997 2012-06-26 Tom Tromey <tromey@redhat.com>
2998
2999 * gdb.reverse/break-precsave.exp: Use standard_testfile.
3000 * gdb.reverse/break-reverse.exp: Use standard_testfile.
3001 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
3002 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
3003 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
3004 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
3005 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
3006 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
3007 prepare_for_testing.
3008 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
3009 prepare_for_testing.
3010 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
3011 prepare_for_testing.
3012 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
3013 prepare_for_testing.
3014 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
3015 prepare_for_testing
3016 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
3017 * gdb.reverse/machinestate.exp: Use standard_testfile.
3018 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
3019 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
3020 build_executable.
3021 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
3022 build_executable.
3023 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
3024 standard_output_file.
3025 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
3026 standard_output_file.
3027 * gdb.reverse/step-precsave.exp: Use standard_testfile.
3028 * gdb.reverse/step-reverse.exp: Use standard_testfile.
3029 * gdb.reverse/until-precsave.exp: Use standard_testfile.
3030 * gdb.reverse/until-reverse.exp: Use standard_testfile.
3031 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
3032 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
3033
3034 2012-06-26 Tom Tromey <tromey@redhat.com>
3035
3036 * gdb.stabs/weird.exp: Remove directory-checking code. Use
3037 standard_output_file.
3038 * gdb.stabs/exclfwd.exp: Use standard_testfile,
3039 prepare_for_testing. Remove directory-checking code.
3040
3041 2012-06-25 Tom Tromey <tromey@redhat.com>
3042
3043 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
3044 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
3045 build_executable, not prepare_for_testing.
3046 * gdb.multi/base.exp: Use standard_output_file. Use
3047 build_executable, not prepare_for_testing.
3048
3049 2012-06-25 Tom Tromey <tromey@redhat.com>
3050
3051 * gdb.fortran/subarray.exp: Use standard_testfile,
3052 prepare_for_testing.
3053 * gdb.fortran/multi-dim.exp: Use standard_testfile.
3054 * gdb.fortran/module.exp: Use standard_testfile.
3055 * gdb.fortran/logical.exp: Use standard_testfile.
3056 * gdb.fortran/library-module.exp: Use standard_testfile,
3057 standard_output_file.
3058 * gdb.fortran/derived-type.exp: Use standard_testfile,
3059 prepare_for_testing.
3060 * gdb.fortran/complex.exp: Use standard_testfile,
3061 prepare_for_testing.
3062 * gdb.fortran/charset.exp: Use standard_testfile.
3063 * gdb.fortran/array-element.exp: Use standard_testfile,
3064 prepare_for_testing.
3065
3066 2012-06-25 Keith Seitz <keiths@redhat.com>
3067
3068 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
3069 Change rbreak-related tests to KFAIL and add bugzilla numbers.
3070
3071 2012-06-25 Tom Tromey <tromey@redhat.com>
3072
3073 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
3074 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
3075 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
3076 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
3077
3078 2012-06-25 Tom Tromey <tromey@redhat.com>
3079
3080 * gdb.linespec/ls-errs.exp: Use standard_testfile.
3081 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
3082 * gdb.linespec/linespec.exp: Use standard_testfile.
3083
3084 2012-06-25 Tom Tromey <tromey@redhat.com>
3085
3086 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
3087 prepare_for_testing.
3088
3089 2012-06-25 Tom Tromey <tromey@redhat.com>
3090
3091 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
3092 prepare_for_testing.
3093 * gdb.opt/inline-break.exp: Use standard_testfile,
3094 prepare_for_testing.
3095 * gdb.opt/inline-bt.exp: Use standard_testfile,
3096 prepare_for_testing.
3097 * gdb.opt/inline-cmds.exp: Use standard_testfile,
3098 prepare_for_testing.
3099 * gdb.opt/inline-locals.exp: Use standard_testfile,
3100 prepare_for_testing.
3101
3102 2012-06-25 Tom Tromey <tromey@redhat.com>
3103
3104 * gdb.asm/asm-source.exp: Use standard_output_file,
3105 standard_testfile. Construct .o files in proper subdir.
3106
3107 2012-06-25 Tom Tromey <tromey@redhat.com>
3108
3109 * gdb.server/ext-attach.exp: Use standard_testfile,
3110 prepare_for_testing.
3111 * gdb.server/ext-run.exp: Use standard_testfile,
3112 build_executable.
3113 * gdb.server/file-transfer.exp: Use standard_testfile,
3114 prepare_for_testing.
3115 * gdb.server/server-exec-info.exp: Use standard_testfile.
3116 * gdb.server/server-mon.exp: Use standard_testfile,
3117 prepare_for_testing.
3118 * gdb.server/server-run.exp: Use standard_testfile,
3119 build_executable.
3120 * gdb.server/solib-list.exp: Use standard_testfile,
3121 standard_output_file.
3122
3123 2012-06-25 Tom Tromey <tromey@redhat.com>
3124
3125 * lib/gdb.exp (standard_output_file): Use "file join".
3126 * gdb.go/chan.exp: Use standard_testfile.
3127 * gdb.go/handcall.exp: Use standard_testfile.
3128 * gdb.go/hello.exp: Use standard_testfile.
3129 * gdb.integers/chan.exp: Use standard_testfile.
3130 * gdb.go/methods.exp: Use standard_testfile.
3131 * gdb.go/package.exp: Use standard_testfile.
3132 * gdb.go/strings.exp: Use standard_testfile.
3133 * gdb.go/types.exp: Use standard_testfile.
3134 * gdb.go/unsafe.exp: Use standard_testfile.
3135
3136 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3137
3138 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
3139
3140 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3141
3142 Fix regression by the previous commit.
3143 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
3144
3145 2012-06-22 Tom Tromey <tromey@redhat.com>
3146
3147 * gdb.python/lib-types.exp: Use standard_testfile,
3148 prepare_for_testing.
3149 * gdb.python/py-block.exp: Use standard_testfile.
3150 * gdb.python/py-breakpoint.exp: Use standard_testfile.
3151 * gdb.python/py-events.exp: Use standard_testfile,
3152 standard_output_file.
3153 * gdb.python/py-evsignal.exp: Use standard_testfile.
3154 * gdb.python/py-evethreads.exp: Use standard_testfile.
3155 * gdb.python/py-explore-cc.exp: Use standard_testfile.
3156 * gdb.python/py-explore.exp: Use standard_testfile.
3157 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
3158 standard_output_file.
3159 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
3160 prepare_for_testing.
3161 * gdb.python/py-frame-inline.exp: Use standard_testfile.
3162 * gdb.python/py-frame.exp: Use standard_testfile.
3163 * gdb.python/py-inferior.exp: Use standard_testfile.
3164 * gdb.python/py-infthread.exp: Use standard_testfile.
3165 * gdb.python/py-mi.exp: Use standard_testfile.
3166 * gdb.python/py-objfile-script.exp: Use standard_testfile,
3167 build_executable.
3168 * gdb.python/py-objfile.exp: Use standard_testfile.
3169 * gdb.python/py-pp-maint.exp: Use standard_testfile,
3170 prepare_for_testing.
3171 * gdb.python/py-prettyprint.exp: Use standard_testfile.
3172 * gdb.python/py-progspace.exp: Use standard_testfile,
3173 build_executable.
3174 * gdb.python/py-prompt.exp: Use standard_testfile,
3175 build_executable.
3176 * gdb.python/py-section-script.exp: Use standard_testfile,
3177 build_executable.
3178 * gdb.python/py-shared.exp: Use standard_testfile,
3179 standard_output_file, clean_restart.
3180 * gdb.python/py-symbol.exp: Use standard_output_file,
3181 prepare_for_testing.
3182 * gdb.python/py-symtab.exp: Use standard_output_file,
3183 prepare_for_testing
3184 * gdb.python/py-template.exp: Use standard_testfile.
3185 * gdb.python/py-type.exp: Use standard_testfile.
3186 * gdb.python/py-value-cc.exp: Use standard_testfile.
3187 * gdb.python/py-value.exp: Use standard_testfile.
3188 * gdb.python/python.exp: Use standard_testfile, build_executable.
3189
3190 2012-06-22 Tom Tromey <tromey@redhat.com>
3191
3192 * gdb.objc/basicclass.exp: Use standard_testfile.
3193 (do_objc_tests): Don't declare objdir.
3194 * gdb.objc/nondebug.exp: Use standard_testfile.
3195 (do_objc_tests): Don't declare objdir.
3196 * gdb.objc/objcdecode.exp: Use standard_testfile.
3197 (do_objc_tests): Don't declare objdir.
3198
3199 2012-06-22 Tom Tromey <tromey@redhat.com>
3200
3201 * gdb.java/jmain.exp: Use standard_testfile.
3202 * gdb.java/jmisc.exp: Use standard_testfile.
3203 * gdb.java/jnpe.exp: Use standard_testfile.
3204 * gdb.java/jprint.exp: Use standard_testfile.
3205
3206 2012-06-22 Tom Tromey <tromey@redhat.com>
3207
3208 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
3209 (standard_output_file, standard_testfile): New procs.
3210 (build_executable, clean_restart): Use standard_output_file.
3211
3212 2012-06-22 Yao Qi <yao@codesourcery.com>
3213
3214 * boards/native-gdbserver.exp: New proc ${board}_exec.
3215 * boards/native-stdio-gdbserver.exp: Likewise.
3216
3217 2012-06-21 Tom Tromey <tromey@redhat.com>
3218
3219 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
3220 (build_executable): Update.
3221 (get_compiler_info): Remove 'binfile' argument.
3222 * gdb.ada/arrayidx.exp: Update.
3223 * gdb.ada/null_array.exp: Update.
3224 * gdb.arch/altivec-abi.exp: Update.
3225 * gdb.arch/altivec-regs.exp: Update.
3226 * gdb.arch/amd64-byte.exp: Update.
3227 * gdb.arch/amd64-dword.exp: Update.
3228 * gdb.arch/amd64-word.exp: Update.
3229 * gdb.arch/i386-avx.exp: Update.
3230 * gdb.arch/i386-byte.exp: Update.
3231 * gdb.arch/i386-sse.exp: Update.
3232 * gdb.arch/i386-word.exp: Update.
3233 * gdb.arch/ppc-dfp.exp: Update.
3234 * gdb.arch/ppc-fp.exp: Update.
3235 * gdb.arch/vsx-regs.exp: Update.
3236 * gdb.base/all-bin.exp: Update.
3237 * gdb.base/annota1.exp: Update.
3238 * gdb.base/async.exp: Update.
3239 * gdb.base/attach.exp: Update.
3240 * gdb.base/break-interp.exp: Update.
3241 * gdb.base/call-ar-st.exp: Update.
3242 * gdb.base/call-rt-st.exp: Update.
3243 * gdb.base/call-sc.exp: Update.
3244 * gdb.base/callfuncs.exp: Update.
3245 * gdb.base/catch-load.exp: Update.
3246 * gdb.base/completion.exp: Update.
3247 * gdb.base/complex.exp: Update.
3248 * gdb.base/condbreak.exp: Update.
3249 * gdb.base/consecutive.exp: Update.
3250 * gdb.base/constvars.exp: Update.
3251 * gdb.base/corefile.exp: Update.
3252 * gdb.base/eval-skip.exp: Update.
3253 * gdb.base/expand-psymtabs.exp: Update.
3254 * gdb.base/exprs.exp: Update.
3255 * gdb.base/fileio.exp: Update.
3256 * gdb.base/fixsection.exp: Update.
3257 * gdb.base/funcargs.exp: Update.
3258 * gdb.base/gdb11530.exp: Update.
3259 * gdb.base/gdb1555.exp: Update.
3260 * gdb.base/gnu-ifunc.exp: Update.
3261 * gdb.base/gnu_vector.exp: Update.
3262 * gdb.base/info-macros.exp: Update.
3263 * gdb.base/jit-simple.exp: Update.
3264 * gdb.base/jit-so.exp: Update.
3265 * gdb.base/jit.exp: Update.
3266 * gdb.base/langs.exp: Update.
3267 * gdb.base/list.exp: Update.
3268 * gdb.base/logical.exp: Update.
3269 * gdb.base/long_long.exp: Update.
3270 * gdb.base/longjmp.exp: Update.
3271 * gdb.base/macscp.exp: Update.
3272 * gdb.base/mips_pro.exp: Update.
3273 * gdb.base/miscexprs.exp: Update.
3274 * gdb.base/morestack.exp: Update.
3275 * gdb.base/nodebug.exp: Update.
3276 * gdb.base/opaque.exp: Update.
3277 * gdb.base/pc-fp.exp: Update.
3278 * gdb.base/pending.exp: Update.
3279 * gdb.base/permissions.exp: Update.
3280 * gdb.base/pointers.exp: Update.
3281 * gdb.base/prelink.exp: Update.
3282 * gdb.base/printcmds.exp: Update.
3283 * gdb.base/psymtab.exp: Update.
3284 * gdb.base/ptype.exp: Update.
3285 * gdb.base/relational.exp: Update.
3286 * gdb.base/scope.exp: Update.
3287 * gdb.base/setvar.exp: Update.
3288 * gdb.base/shlib-call.exp: Update.
3289 * gdb.base/shreloc.exp: Update.
3290 * gdb.base/signals.exp: Update.
3291 * gdb.base/sizeof.exp: Update.
3292 * gdb.base/so-impl-ld.exp: Update.
3293 * gdb.base/so-indr-cl.exp: Update.
3294 * gdb.base/solib-disc.exp: Update.
3295 * gdb.base/solib-display.exp: Update.
3296 * gdb.base/solib-nodir.exp: Update.
3297 * gdb.base/solib-overlap.exp: Update.
3298 * gdb.base/solib-symbol.exp: Update.
3299 * gdb.base/solib-weak.exp: Update.
3300 * gdb.base/solib.exp: Update.
3301 * gdb.base/store.exp: Update.
3302 * gdb.base/structs.exp: Update.
3303 * gdb.base/structs2.exp: Update.
3304 * gdb.base/type-opaque.exp: Update.
3305 * gdb.base/unload.exp: Update.
3306 * gdb.base/varargs.exp: Update.
3307 * gdb.base/volatile.exp: Update.
3308 * gdb.base/watch_thread_num.exp: Update.
3309 * gdb.base/watchpoint-solib.exp: Update.
3310 * gdb.base/watchpoint.exp: Update.
3311 * gdb.base/watchpoints.exp: Update.
3312 * gdb.base/whatis.exp: Update.
3313 * gdb.cell/arch.exp: Update.
3314 * gdb.cell/break.exp: Update.
3315 * gdb.cell/bt.exp: Update.
3316 * gdb.cell/core.exp: Update.
3317 * gdb.cell/data.exp: Update.
3318 * gdb.cell/ea-cache.exp: Update.
3319 * gdb.cell/f-regs.exp: Update.
3320 * gdb.cell/fork.exp: Update.
3321 * gdb.cell/gcore.exp: Update.
3322 * gdb.cell/mem-access.exp: Update.
3323 * gdb.cell/ptype.exp: Update.
3324 * gdb.cell/registers.exp: Update.
3325 * gdb.cell/sizeof.exp: Update.
3326 * gdb.cell/solib-symbol.exp: Update.
3327 * gdb.cell/solib.exp: Update.
3328 * gdb.cp/ambiguous.exp: Update.
3329 * gdb.cp/breakpoint.exp: Update.
3330 * gdb.cp/bs15503.exp: Update.
3331 * gdb.cp/casts.exp: Update.
3332 * gdb.cp/class2.exp: Update.
3333 * gdb.cp/cpexprs.exp: Update.
3334 * gdb.cp/cplusfuncs.exp: Update.
3335 * gdb.cp/ctti.exp: Update.
3336 * gdb.cp/dispcxx.exp: Update.
3337 * gdb.cp/gdb1355.exp: Update.
3338 * gdb.cp/gdb2384.exp: Update.
3339 * gdb.cp/gdb2495.exp: Update.
3340 * gdb.cp/infcall-dlopen.exp: Update.
3341 * gdb.cp/local.exp: Update.
3342 * gdb.cp/m-data.exp: Update.
3343 * gdb.cp/m-static.exp: Update.
3344 * gdb.cp/mb-ctor.exp: Update.
3345 * gdb.cp/mb-inline.exp: Update.
3346 * gdb.cp/mb-templates.exp: Update.
3347 * gdb.cp/member-ptr.exp: Update.
3348 * gdb.cp/method.exp: Update.
3349 * gdb.cp/namespace.exp: Update.
3350 * gdb.cp/nextoverthrow.exp: Update.
3351 * gdb.cp/nsdecl.exp: Update.
3352 * gdb.cp/nsrecurs.exp: Update.
3353 * gdb.cp/nsstress.exp: Update.
3354 * gdb.cp/nsusing.exp: Update.
3355 * gdb.cp/pr-1023.exp: Update.
3356 * gdb.cp/pr-1210.exp: Update.
3357 * gdb.cp/pr-574.exp: Update.
3358 * gdb.cp/pr9631.exp: Update.
3359 * gdb.cp/printmethod.exp: Update.
3360 * gdb.cp/psmang.exp: Update.
3361 * gdb.cp/re-set-overloaded.exp: Update.
3362 * gdb.cp/rtti.exp: Update.
3363 * gdb.cp/shadow.exp: Update.
3364 * gdb.cp/templates.exp: Update.
3365 * gdb.cp/try_catch.exp: Update.
3366 * gdb.dwarf2/dw2-ranges.exp: Update.
3367 * gdb.dwarf2/pr10770.exp: Update.
3368 * gdb.fortran/library-module.exp: Update.
3369 * gdb.hp/gdb.aCC/optimize.exp: Update.
3370 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
3371 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
3372 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
3373 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
3374 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
3375 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
3376 * gdb.hp/gdb.compat/xdb1.exp: Update.
3377 * gdb.hp/gdb.compat/xdb2.exp: Update.
3378 * gdb.hp/gdb.compat/xdb3.exp: Update.
3379 * gdb.hp/gdb.defects/bs14602.exp: Update.
3380 * gdb.hp/gdb.defects/solib-d.exp: Update.
3381 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
3382 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
3383 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
3384 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
3385 * gdb.mi/gdb792.exp: Update.
3386 * gdb.mi/mi-pending.exp: Update.
3387 * gdb.mi/mi-solib.exp: Update.
3388 * gdb.mi/mi-var-cp.exp: Update.
3389 * gdb.opt/clobbered-registers-O2.exp: Update.
3390 * gdb.opt/inline-bt.exp: Update.
3391 * gdb.opt/inline-cmds.exp: Update.
3392 * gdb.opt/inline-locals.exp: Update.
3393 * gdb.python/py-events.exp: Update.
3394 * gdb.python/py-finish-breakpoint.exp: Update.
3395 * gdb.python/py-type.exp: Update.
3396 * gdb.reverse/solib-precsave.exp: Update.
3397 * gdb.reverse/solib-reverse.exp: Update.
3398 * gdb.server/solib-list.exp: Update.
3399 * gdb.stabs/weird.exp: Update.
3400 * gdb.threads/attach-into-signal.exp: Update.
3401 * gdb.threads/attach-stopped.exp: Update.
3402 * gdb.threads/tls-shared.exp: Update.
3403 * gdb.trace/change-loc.exp: Update.
3404 * gdb.trace/strace.exp: Update.
3405
3406 2012-06-19 Tom Tromey <tromey@redhat.com>
3407
3408 * gdb.base/whatis.exp: Add tests.
3409
3410 2012-06-19 Tom Tromey <tromey@redhat.com>
3411
3412 * gdb.cp/m-static.cc (keepalive): New function.
3413 (gnu_obj_1::method): Use it.
3414
3415 2012-06-18 Doug Evans <dje@google.com>
3416
3417 * gdb.base/info-fun.exp: New file.
3418 * gdb.base/info-fun.c: New file.
3419 * gdb.base/info-fun-solib.c: New file.
3420
3421 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3422
3423 Remove stale dummy frames.
3424 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
3425 (maintenance info breakpoints): New tests.
3426 * gdb.base/stale-infcall.c: New file.
3427 * gdb.base/stale-infcall.exp: New file.
3428
3429 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3430
3431 * gdb.arch/amd64-entry-value-param.S: New file.
3432 * gdb.arch/amd64-entry-value-param.c: New file.
3433 * gdb.arch/amd64-entry-value-param.exp: New file.
3434
3435 2012-06-15 Tom Tromey <tromey@redhat.com>
3436
3437 * gdb.cp/namespace.exp: Add "show lang" test.
3438
3439 2012-06-15 Iain Sandoe <iain@codesourcery.com>
3440
3441 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
3442 case. (top level): Use gdb_file_cmd instead of gdb_load.
3443
3444 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3445
3446 PR tdep/14222
3447 * gdb.arch/i386-sse-stack-align.S: New file.
3448 * gdb.arch/i386-sse-stack-align.c: New file.
3449 * gdb.arch/i386-sse-stack-align.exp: New file.
3450
3451 2012-06-13 Keith Seitz <keiths@redhat.com>
3452
3453 PR breakpoints/13798 and mi/11541
3454 * gdb.linespec/ls-errs.exp: Add a few more tests for
3455 filenames with spaces and colons.
3456
3457 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3458
3459 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3460 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
3461 (test_function): Call CV_f.
3462 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
3463 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
3464 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
3465 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
3466 (p CV_f(CV::i)): New tests.
3467
3468 2012-06-13 Tom Tromey <tromey@redhat.com>
3469
3470 * gdb.base/condbreak.exp: Add tests for "condition" completion.
3471
3472 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3473
3474 Fix regression by the "ambiguous linespec" series.
3475 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
3476 tests.
3477
3478 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3479
3480 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
3481 missing.
3482
3483 2012-06-11 Tom Tromey <tromey@redhat.com>
3484
3485 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
3486 location...
3487 (main): ...here.
3488
3489 2012-06-07 Yao Qi <yao@codesourcery.com>
3490
3491 * gdb.trace/strace.exp: Shorten some too-long lines.
3492
3493 2012-06-06 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.threads/clone-new-thread-event.c: New file.
3496 * gdb.threads/clone-new-thread-event.exp: New file.
3497
3498 2012-06-06 Yao Qi <yao@codesourcery.com>
3499
3500 * gdb.base/dprintf.c (main): Add extra parameter when calling
3501 printf and fprintf.
3502 (bar): New function. It is a dead function, but to ensure
3503 'malloc' is linked explicitly.
3504
3505 2012-06-06 Yao Qi <yao@codesourcery.com>
3506
3507 * gdb.base/info-proc.exp: Return if target doesn't support
3508 'info proc'.
3509
3510 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3511
3512 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
3513 (run program with breakpoint commands): XFAIl if it is not.
3514
3515 2012-06-05 Joel Brobecker <brobecker@adacore.com>
3516
3517 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
3518 and add comment.
3519 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
3520 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
3521 "STOP" marker. Adjust testing strategy to make it work on
3522 all targets.
3523
3524 * gdb.base/print-file-var-main.c (main): Rewrite using local
3525 variables and adjust get_version_2's return value check.
3526 Add small comment.
3527 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
3528 marker. Adjust testing strategy to make it work on all targets.
3529
3530 2012-06-05 Joel Brobecker <brobecker@adacore.com>
3531
3532 * gdb.ada/bad-task-bp-keyword: New testcase.
3533
3534 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3535
3536 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
3537 Simplify it to ...
3538 (symbol-file ${testfile1}): ... here.
3539 (test eliminated var my_global_symbol)
3540 (test eliminated var my_static_symbol)
3541 (test eliminated var my_global_func, get address of main): Wrap them to
3542 'single psymtabs' and 'single symtabs'
3543 (get address of my_global_symbol, get address of my_static_symbol)
3544 (get address of my_global_func, get address of main): Wrap them to
3545 'order1' and 'order2'.
3546
3547 * gdb.base/code_elim.exp
3548 (add-symbol-file ${testfile1} 0x100000)
3549 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
3550 'order2'.
3551 (order1: add-symbol-file ${testfile1} 0x100000)
3552 (order1: add-symbol-file ${testfile2} 0x200000)
3553 (order2: add-symbol-file ${testfile2} 0x200000)
3554 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
3555 .bss as appropriate.
3556
3557 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3558
3559 * gdb.server/solib-list-lib.c: New file.
3560 * gdb.server/solib-list-main.c: New file.
3561 * gdb.server/solib-list.exp: New file.
3562
3563 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
3564
3565 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
3566 for 'set print symbol' change.
3567
3568 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3569
3570 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
3571 .debug_abbrev_seg3.
3572
3573 2012-05-24 John Steele Scott <toojays@toojays.net>
3574
3575 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
3576 * gdb.dwarf2/dw2-icc-opaque.S: New file.
3577 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
3578
3579 2012-05-23 Stan Shebs <stan@codesourcery.com>
3580
3581 * gdb.mi/mi-info-os.exp: New file.
3582
3583 2012-05-23 Keith Seitz <keiths@redhat.com>
3584
3585 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
3586 return -1 to suppress the rest of the tests.
3587 (compile_stap_bin): Return boolean success value.
3588
3589 2012-05-21 Tom Tromey <tromey@redhat.com>
3590
3591 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
3592 Remove kfails.
3593 (test_print_mi_member_types): Likewise.
3594
3595 2012-05-21 Tom Tromey <tromey@redhat.com>
3596
3597 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
3598 print symbol' change.
3599
3600 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3601
3602 * gdb.python/py-prompt.exp: Quit if the target is remote.
3603
3604 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3605
3606 Fix ERROR: internal buffer is full.
3607 * gdb.base/info-os.exp (expect_multiline): New function.
3608 (get process list, get process groups, get threads)
3609 (get file descriptors, get internet-domain sockets)
3610 (get shared-memory regions, get semaphores, get message queues): Use
3611 it for these tests.
3612
3613 2012-05-18 Tom Tromey <tromey@redhat.com>
3614
3615 * gdb.mi/mi-var-cmd.exp: Update.
3616 * gdb.objc/basicclass.exp (do_objc_tests): Update.
3617 * gdb.cp/virtbase.exp: Update.
3618 * gdb.cp/classes.exp (test_static_members): Update.
3619 * gdb.cp/casts.exp: Update.
3620 * gdb.base/pointers.exp: Update.
3621 * gdb.base/funcargs.exp (pointer_args): Update.
3622 (structs_by_reference): Update.
3623 * gdb.base/find.exp: Update.
3624 * gdb.base/call-strs.exp: Send "set print symbol off".
3625 * gdb.base/call-ar-st.exp: Update.
3626 * gdb.ada/fun_addr.exp: Update.
3627 * gdb.base/printcmds.exp (test_print_symbol): New proc.
3628 Call it.
3629 (test_print_repeats_10, test_print_strings)
3630 (test_print_char_arrays): Update.
3631
3632 2012-05-18 Tom Tromey <tromey@redhat.com>
3633
3634 * gdb.base/charset.exp (string_display): Update.
3635
3636 2012-05-18 Tom Tromey <tromey@redhat.com>
3637
3638 * gdb.mi/mi2-var-display.exp: Update.
3639 * gdb.mi/mi-var-display.exp: Update.
3640 * gdb.mi/mi-var-child.exp: Update.
3641 * gdb.cp/expand-psymtabs-cxx.exp: Update.
3642 * gdb.cp/cp-relocate.exp (get_func_address): Update.
3643
3644 2012-05-17 Doug Evans <dje@google.com>
3645
3646 * info-macros.exp: Pass "debug" to prepare_for_testing.
3647
3648 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
3649 * gdb.ada/Makefile.in (clean): Ditto.
3650 * gdb.arch/Makefile.in (clean): Ditto.
3651 * gdb.asm/Makefile.in (clean): Ditto.
3652 * gdb.base/Makefile.in (clean): Ditto.
3653 * gdb.cell/Makefile.in (clean): Ditto.
3654 * gdb.cp/Makefile.in (clean): Ditto.
3655 * gdb.disasm/Makefile.in (clean): Ditto.
3656 * gdb.dwarf2/Makefile.in (clean): Ditto.
3657 * gdb.fortran/Makefile.in (clean): Ditto.
3658 * gdb.go/Makefile.in (clean): Ditto.
3659 * gdb.hp/Makefile.in (clean): Ditto.
3660 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
3661 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
3662 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
3663 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
3664 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
3665 * gdb.java/Makefile.in (clean): Ditto.
3666 * gdb.linespec/Makefile.in (clean): Ditto.
3667 * gdb.mi/Makefile.in (clean): Ditto.
3668 * gdb.modula2/Makefile.in (clean): Ditto.
3669 * gdb.multi/Makefile.in (clean): Ditto.
3670 * gdb.objc/Makefile.in (clean): Ditto.
3671 * gdb.opencl/Makefile.in (clean): Ditto.
3672 * gdb.opt/Makefile.in (clean): Ditto.
3673 * gdb.pascal/Makefile.in (clean): Ditto.
3674 * gdb.python/Makefile.in (clean): Ditto.
3675 * gdb.reverse/Makefile.in (clean): Ditto.
3676 * gdb.server/Makefile.in (clean): Ditto.
3677 * gdb.stabs/Makefile.in (clean): Ditto.
3678 * gdb.threads/Makefile.in (clean): Ditto.
3679 * gdb.trace/Makefile.in (clean): Ditto.
3680 * gdb.xml/Makefile.in (clean): Ditto.
3681
3682 2012-05-16 Tom Tromey <tromey@redhat.com>
3683
3684 * gdb.base/macscp1.c (macscp_expr): Add comment.
3685 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
3686
3687 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
3688
3689 * gdb.base/return-nodebug.exp: Also test float and double types.
3690
3691 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3692
3693 PR testsuite/12649
3694 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
3695
3696 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
3697
3698 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
3699
3700 * gdb.base/stap-probe.exp (stap_test): Remove calls to
3701 `rerun_to_main'.
3702 (stap_test_no_debuginfo): Likewise.
3703
3704 2012-05-14 Stan Shebs <stan@codesourcery.com>
3705
3706 * gdb.base/dprintf.c: New file.
3707 * gdb.base/dprintf.exp: New file.
3708
3709 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
3710
3711 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
3712 * gdb.trace/disconnected-tracing.c: New file.
3713 * gdb.trace/disconnected-tracing.exp: New file.
3714
3715 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3716
3717 * gdb.python/python.c: Add a new breakpoint comment.
3718 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
3719
3720 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
3721
3722 * gdb.base/info-os.exp: New file.
3723 * gdb.base/info-os.c: New file.
3724
3725 2012-05-10 Joel Brobecker <brobecker@adacore.com>
3726
3727 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
3728 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
3729 New files.
3730
3731 2012-05-10 Joel Brobecker <brobecker@adacore.com>
3732
3733 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
3734 gdb.base/ctxobj.exp: New files.
3735
3736 2012-05-09 Tom Tromey <tromey@redhat.com>
3737
3738 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
3739
3740 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
3741
3742 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
3743
3744 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
3745
3746 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
3747 before using it.
3748
3749 2012-05-04 Tristan Gingold <gingold@adacore.com>
3750
3751 * gdb.base/set-noassign.exp: New test.
3752
3753 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3754
3755 * gdb.python/py-symbol.exp: Add tests to test the new methods
3756 gdb.Symtab.global_block() and gdb.Symtab.static_block().
3757 * gdb.python/py-symbol.c: Add new struct to help test
3758 gdb.Symtab.static_block().
3759
3760 2012-05-03 Doug Evans <dje@google.com>
3761
3762 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
3763 commented out.
3764
3765 2012-05-03 Yao Qi <yao@codesourcery.com>
3766
3767 * gdb.base/catch-syscall.exp: Skip it before compilation if target
3768 doesn't support.
3769 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
3770 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
3771
3772 2012-05-03 Yao Qi <yao@codesourcery.com>
3773
3774 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
3775
3776 2012-04-30 Doug Evans <dje@google.com>
3777
3778 PR testsuite/13961
3779 * gdb.dwarf2/pr13961.S: New file.
3780 * gdb.dwarf2/pr13961.exp: New file.
3781
3782 2012-04-29 Yao Qi <yao@codesourcery.com>
3783
3784 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
3785
3786 2012-04-28 Doug Evans <dje@google.com>
3787
3788 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
3789 .Ltype_int_in_cu2. Use name "int2" instead of "int".
3790 All uses updated.
3791 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
3792 "ptype func_cu1" to expand cu2 before cu1.
3793
3794 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3795 Tom Tromey <tromey@redhat.com>
3796
3797 * gdb.base/default.exp: Add `$_probe_arg*' convenience
3798 variables.
3799 * gdb.base/stap-probe.c: New file.
3800 * gdb.base/stap-probe.exp: New file.
3801 * gdb.trace/stap-trace.c: New file.
3802 * gdb.trace/stap-trace.exp: New file.
3803 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
3804 libgcc's unwinder.
3805
3806 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
3807
3808 * gdb.arch/mips16-thunks-inmain.c: New file.
3809 * gdb.arch/mips16-thunks-main.c: New file.
3810 * gdb.arch/mips16-thunks-sin.c: New file.
3811 * gdb.arch/mips16-thunks-sinfrob.c: New file.
3812 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
3813 * gdb.arch/mips16-thunks-sinmain.c: New file.
3814 * gdb.arch/mips16-thunks-sinmips16.c: New file.
3815 * gdb.arch/mips16-thunks.exp: New file.
3816
3817 2012-04-25 Doug Evans <dje@google.com>
3818
3819 * configure.ac: Create gdb.go/Makefile.
3820 * configure: Regenerate.
3821 * gdb.base/default.exp: Add "go" to "set language" testing.
3822 * gdb.go/Makefile.in: New file.
3823 * gdb.go/basic-types.exp: New file.
3824 * gdb.go/chan.exp: New file.
3825 * gdb.go/chan.go: New file.
3826 * gdb.go/handcall.exp: New file.
3827 * gdb.go/handcall.go: New file.
3828 * gdb.go/hello.exp: New file.
3829 * gdb.go/hello.go: New file.
3830 * gdb.go/integers.exp: New file.
3831 * gdb.go/integers.go: New file.
3832 * gdb.go/methods.exp: New file.
3833 * gdb.go/methods.go: New file.
3834 * gdb.go/package.exp: New file.
3835 * gdb.go/package1.go: New file.
3836 * gdb.go/package2.go: New file.
3837 * gdb.go/print.exp: New file.
3838 * gdb.go/strings.exp: New file.
3839 * gdb.go/strings.go: New file.
3840 * gdb.go/types.exp: New file.
3841 * gdb.go/types.go: New file.
3842 * gdb.go/unsafe.exp: New file.
3843 * gdb.go/unsafe.go: New file.
3844 * lib/future.exp: Add Go support.
3845 (gdb_find_go, gdb_find_go_linker): New procs.
3846 (gdb_default_target_compile): Add Go support.
3847 * lib/gdb.exp (skip_go_tests): New proc.
3848 * lib/go.exp: New file.
3849
3850 2012-04-25 Tom Tromey <tromey@redhat.com>
3851
3852 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
3853
3854 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
3855 Jan Kratochvil <jan.kratochvil@redhat.com>
3856
3857 PR symtab/7259:
3858 * gdb.base/enumval.c: New test case.
3859 * gdb.base/enumval.exp: New test case.
3860 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
3861 field.bitpos.
3862
3863 2012-04-17 Pedro Alves <palves@redhat.com>
3864
3865 * Makefile.in (site.exp): Make site.exp source
3866 $srcdir/lib/append_gdb_boards_dir.exp.
3867 * lib/append_gdb_boards_dir.exp: New file.
3868
3869 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3870
3871 New option "set auto-load safe-path".
3872 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
3873 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
3874
3875 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3876
3877 auto-load: Implementation.
3878 * gdb.base/help.exp (test set height): Increase the height.
3879 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
3880 to ...
3881 (info auto-load python-scripts): ... here.
3882 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
3883 to ...
3884 (info auto-load python-scripts *): ... here.
3885
3886 2012-04-16 Yao Qi <yao@codesourcery.com>
3887
3888 * lib/trace-support.exp (get_in_proc_agent): New.
3889 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
3890 of in process trace agent.
3891 * gdb.trace/ftrace.exp: Likewise.
3892 * gdb.trace/pending.exp: Likewise.
3893 * gdb.trace/trace-break.exp: Likewise.
3894 * gdb.trace/trace-mt.exp
3895 * gdb.trace/tspeed.exp: Likewise.
3896 * gdb.trace/tstatus.exp
3897 * gdb.trace/strace.exp: Likewise.
3898
3899 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
3900
3901 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
3902 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
3903
3904 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
3905
3906 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3907
3908 PR mi/13393
3909 * gdb.mi/mi-var-rtti.cc: New file.
3910 * gdb.mi/mi-var-rtti.exp: New file.
3911 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
3912 function.
3913 (mi_varobj_update_with_type_change): updated to avoid code duplication.
3914
3915 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3916
3917 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
3918 EXECUTABLES.
3919 * gdb.python/py-explore.c: C program used for testing the new
3920 'explore' command on C constructs.
3921 * gdb.python/py-explore.cc: C++ program used for testing the new
3922 'explore' command on C++ constructs.
3923 * gdb-python/py-explore.exp: Tests for the new 'explore'
3924 command on C constructs.
3925 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
3926 command on C++ constructs.
3927
3928 2012-04-07 Mark Kettenis <kettenis@gnu.org>
3929
3930 * gdb.base/funcargs.exp (complex_args): Fix typo.
3931
3932 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3933
3934 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
3935 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
3936
3937 2012-04-05 Keith Seitz <keiths@redhat.com>
3938
3939 * gdb.base/advance.exp: Update error message for
3940 "advance malformed" test.
3941 * gdb.base/break.exp: Likewise for "breakpoint with
3942 trailing garbage" test.
3943 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
3944 with trailing garbage" test.
3945 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
3946 trailng garbage" test.
3947 * gdb.base/until.exp: Likewise for "malformed until" test.
3948 * gdb.cp/ovldbreak.exp: Create the breakpoint table
3949 for "breakpoint info (after setting on all)".
3950 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
3951 tests.
3952 * gdb.cp/cplabel.cc: New file.
3953 * gdb.cp/cplabel.exp: New test.
3954 * gdb.linespec/ls-errs.c: New file.
3955 * gdb.linespec/ls-errs.exp: New test.
3956
3957 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3958
3959 * gdb.trace/unavailable.exp
3960 (collect globals: print object on: print derived_partial)
3961 (collect globals: print object on: print derived_whole)
3962 (collect globals: print object off: print derived_partial)
3963 (collect globals: print object off: print derived_whole): Update
3964 expected output.
3965
3966 2012-03-30 Keith Seitz <keiths@redhat.com>
3967
3968 * gdb.python: Add test for linespecs with commas.
3969
3970 2012-03-28 Keith Seitz <keiths@redhat.com>
3971
3972 * gdb.linespec/ls-dollar.cc: New file.
3973 * gdb.linespec/ls-dollar.exp: New test.
3974
3975 2012-03-28 Keith Seitz <keiths@redhat.com>
3976
3977 * gdb.cp/namespace.exp: Add breakpoint tests for functions
3978 starting with the global namespace.
3979
3980 2012-03-23 Doug Evans <dje@google.com>
3981
3982 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
3983
3984 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3985
3986 * gdb.python/py-value.cc: Add test case for testing the
3987 methodology exposing C++ values to Python.
3988 * gdb.python/py-value-cc.exp: Add tests testing the methodology
3989 exposing C++ values to Python.
3990 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
3991
3992 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3993 Siddhesh Poyarekar <siddhesh@redhat.com>
3994
3995 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
3996 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
3997 (generate native core dump): Make the test unsupported if core cannot
3998 be generated.
3999
4000 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4001
4002 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
4003 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
4004 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
4005
4006 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
4007
4008 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
4009
4010 2012-03-17 Doug Evans <dje@google.com>
4011
4012 * dg-extract-results.sh: Handle KFAILs.
4013
4014 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4015
4016 PR symtab/13777
4017 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
4018
4019 2012-03-16 Joel Brobecker <brobecker@adacore.com>
4020
4021 * gdb.ada/set_pckd_arr_elt: New testcase.
4022
4023 2012-03-16 Gary Benson <gbenson@redhat.com>
4024
4025 PR breakpoints/10738
4026 * gdb.opt/inline-break.exp: New file.
4027 * gdb.opt/inline-break.c: Likewise.
4028 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
4029 * gdb.dwarf2/dw2-inline-break.S: Likewise.
4030 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
4031 * gdb.base/async-shell.exp: Likewise.
4032 * lib/mi-support.exp (library_loaded_re): Likewise.
4033
4034 2012-03-15 Tom Tromey <tromey@redhat.com>
4035
4036 * gdb.cp/virtfunc2.exp: Update expected output.
4037 * gdb.cp/pr9631.exp: Update expected output.
4038 * gdb.cp/member-ptr.exp: Update expected output.
4039 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
4040 output.
4041 * gdb.cp/casts.exp: Update expected output.
4042
4043 2012-03-15 Tom Tromey <tromey@redhat.com>
4044
4045 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
4046 (test_info_vtbl): Likewise.
4047 (do_tests): Call test_info_vtbl.
4048 * gdb.cp/virtfunc.cc (va): New global.
4049
4050 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
4051
4052 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
4053 describing DWARF data structures.
4054 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
4055 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
4056 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
4057 * gdb.dwarf2/dw2-entry-value.S: Likewise.
4058 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
4059 * gdb.dwarf2/dw2-param-error.S: Likewise.
4060 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
4061 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
4062 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
4063 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
4064 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
4065 * gdb.dwarf2/pr11465.S: Likewise.
4066
4067 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4068
4069 * gdb.mi/mi2-prompt.exp: New file.
4070
4071 2012-03-13 Joel Brobecker <brobecker@adacore.com>
4072
4073 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
4074
4075 2012-03-13 Joel Brobecker <brobecker@adacore.com>
4076
4077 * gdb.ada/bp_range_type: New testcase.
4078
4079 2012-03-13 Doug Evans <dje@google.com>
4080
4081 * gdb.base/default.exp: Delete tests for symbol-reloading.
4082 * gdb.base/help.exp: Ditto.
4083 * gdb.base/setshow.exp: Ditto.
4084 * gdb.base/gdb_history: Delete references to symbol-reloading.
4085
4086 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4087
4088 * gdb.base/attach-twice.c: New files.
4089 * gdb.base/attach-twice.exp: New files.
4090
4091 2012-03-08 Keith Seitz <keiths@redhat.com>
4092
4093 * lib/gdb.exp (gdb_get_line_number): Throw an
4094 error instead of returning -1.
4095 * gdb.base/break.exp: Remove unused variable
4096 bp_location5.
4097 * gdb.base/hbreak2.exp: Likewise.
4098 * gdb.base/sepdebug.exp: Likewise.
4099
4100 2012-03-08 Yao Qi <yao@codesourcery.com>
4101 Pedro Alves <palves@redhat.com>
4102
4103 Fix PR server/13392.
4104 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
4105 (tracepoint_change_loc_2): Remove kfail. Return if failed to
4106 download tracepoints.
4107 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
4108 (pending_tracepoint_resolved_during_trace): Likewise.
4109 (pending_tracepoint_installed_during_trace): Likewise.
4110 (pending_tracepoint_with_action_resolved): Likewise.
4111
4112 2012-03-08 Keith Seitz <keiths@redhat.com>
4113
4114 * gdb.ada/array_bounds.exp: Get breakpoint for line
4115 with "START", not "STOP".
4116 * gdb.python/py-infthread.exp: Do not continue to
4117 line marked "Break here.", which is undefined.
4118
4119 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
4120
4121 Revert:
4122
4123 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4124
4125 Implement testsuite workaround for PR breakpoints/13781.
4126 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
4127 (set breakpoint condition-evaluation host): New conditional command.
4128
4129 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4130
4131 Fix CU relative vs. absolute DIE offsets.
4132 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
4133 one.
4134
4135 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4136
4137 Fix false FAIL on distros with relro linkage as default.
4138 * gdb.reverse/solib-precsave.exp: Try to compile the test using
4139 -Wl,-z,norelro first.
4140
4141 2012-03-06 Joel Brobecker <brobecker@adacore.com>
4142
4143 * gdb.ada/bp_on_var: New testcase.
4144
4145 2012-03-06 Joel Brobecker <brobecker@adacore.com>
4146
4147 * gdb.ada/bp_enum_homonym: New testcase.
4148
4149 2012-03-06 Yao Qi <yao@codesourcery.com>
4150
4151 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
4152 x86_64-*-* and i?86-*-*.
4153 Set up KFAIL for gdb/13808.
4154
4155 2012-03-05 Tom Tromey <tromey@redhat.com>
4156
4157 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
4158 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
4159
4160 2012-03-05 Tom Tromey <tromey@redhat.com>
4161
4162 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
4163
4164 2012-03-04 Yao Qi <yao@codesourcery.com>
4165
4166 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
4167 messages for KFAIL.
4168
4169 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4170
4171 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
4172 (print one_two_three, indexes off, print few_reps, indexes off)
4173 (print many_reps, indexes off, print empty, indexes off)
4174 (print one_two_three, print few_reps, print many_reps, print empty):
4175 Call setup_xfail if $gcc_old.
4176
4177 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4178
4179 Implement testsuite workaround for PR breakpoints/13781.
4180 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
4181 (set breakpoint condition-evaluation host): New conditional command.
4182
4183 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4184
4185 Code cleanup.
4186 * gdb.cp/mb-templates.exp: New variables executable. Use it for
4187 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
4188 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
4189 number 1 by $bpnum. Four times.
4190
4191 2012-03-03 Yao Qi <yao@codesourcery.com>
4192
4193 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
4194
4195 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4196
4197 Setup KFAIL for PR server/13796.
4198 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
4199
4200 2012-03-02 Joel Brobecker <brobecker@adacore.com>
4201
4202 * gdb.ada/operator_bp: New testcase.
4203
4204 2012-03-02 Joel Brobecker <brobecker@adacore.com>
4205
4206 * gdb.ada/info_locals_renaming: New testcase.
4207
4208 2012-03-02 Tom Tromey <tromey@redhat.com>
4209
4210 * gdb.base/nextoverexit.c: New file.
4211 * gdb.base/nextoverexit.exp: New file.
4212
4213 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
4214
4215 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
4216 parameter.
4217
4218 2012-03-01 Maciej W. Rozycki <macro@mips.com>
4219
4220 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
4221 core registers.
4222
4223 2012-03-01 Maciej W. Rozycki <macro@mips.com>
4224 Maciej W. Rozycki <macro@codesourcery.com>
4225 Daniel Jacobowitz <dan@codesourcery.com>
4226
4227 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
4228
4229 2012-03-01 Pedro Alves <palves@redhat.com>
4230
4231 PR gdb/13767
4232
4233 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
4234 (gdb_collect_globals_test): Call it.
4235
4236 2012-03-01 Keith Seitz <keiths@redhat.com>
4237
4238 * gdb.cp/method2.exp: Output of overload menu is now
4239 alphabetized. Update tests for "break A::method".
4240 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
4241 of hard-coding them.
4242 Overload menu is alphabetized: rewrite to accommodate.
4243 Unset variables LINE and TYPES which are used in other tests.
4244 Compute the output of "info break".
4245 Update the breakpoint table after all breakpoints are deleted.
4246 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
4247 compute ACTUALS and the method body based on parameters.
4248 Update expected output accordingly.
4249 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
4250 unique comments to allow the use of gdb_get_line_number.
4251
4252 2012-03-01 Keith Seitz <keiths@redhat.com>
4253
4254 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
4255 some Tcl syntax.
4256 * gdb.cp/ovldbreak.exp: Likewise.
4257
4258 2012-03-01 Keith Seitz <keiths@redhat.com>
4259
4260 * gdb.base/help.exp (help show user): Update expected result
4261 for new doc string changes (add "non-python").
4262
4263 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4264
4265 * gdb.python/py-cmd.exp: Add test to verify that python commands can
4266 be put in the user-defined category and that the commands appear in
4267 "help user-defined".
4268
4269 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4270
4271 * gdb.ada/tagged_not_init: New testcase.
4272
4273 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4274
4275 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
4276 * gdb.ada/enum_idx_packed: New testcase.
4277
4278 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4279
4280 * gdb.ada/aliased_array: New testcase.
4281
4282 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4283
4284 * gdb.ada/whatis_array_val: New testcase.
4285
4286 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4287
4288 Fix disp-step-syscall.exp: fork: single step over fork.
4289 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
4290 whitespaces.
4291 (single step over $syscall): Remove its check.
4292 (single step over $syscall final pc): New check.
4293
4294 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4295
4296 Support processors without SSSE3.
4297 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
4298 pabsd into ...
4299 (ssse3_test): ... a new function.
4300 (main): Call ssse3_test.
4301 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
4302 Update expected values everywhere.
4303 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
4304 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
4305 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
4306 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
4307 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
4308 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
4309 Move these tests lower.
4310 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
4311 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
4312 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
4313 New tests.
4314
4315 2012-02-29 Yao Qi <yao@codesourcery.com>
4316 Pedro Alves <palves@redhat.com>
4317
4318 * gdb.trace/trace-mt.c: New.
4319 * gdb.trace/trace-mt.exp: New.
4320
4321 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
4322
4323 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
4324 numbers instead of hardcoding them.
4325 * gdb.base/annota1.c: Provide suitable markers.
4326 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
4327 numbers instead of hardcoding them.
4328 * gdb.base/annota3.c: Provide suitable markers.
4329
4330 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
4331 * gdb.base/annota3.c: Likewise.
4332 * gdb.base/sigall.c: Likewise.
4333 * gdb.base/signals.c: Likewise.
4334 * gdb.reverse/sigall-reverse.c: Likewise.
4335
4336 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
4337
4338 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
4339 failure return path.
4340
4341 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
4342
4343 * gdb.base/save-bp.exp: Account for new condition evaluator output.
4344
4345 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4346
4347 * gdb.base/cond-eval-mode.exp: New file.
4348
4349 2012-02-24 Pedro Alves <palves@redhat.com>
4350
4351 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
4352 (top level): Use with_test_prefix.
4353
4354 2012-02-24 Pedro Alves <palves@redhat.com>
4355
4356 * gdb.threads/attach-into-signal.exp (corefunc): Use
4357 with_test_prefix.
4358
4359 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4360
4361 Fix false FAILs on old CPUs without SSE.
4362 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
4363 Return untested for Illegal instruction.
4364
4365 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4366
4367 Fix false FAILs with glibc debug infos installed.
4368 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
4369 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
4370
4371 2012-02-22 Sterling Augustine <saugustine@google.com>
4372
4373 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
4374 constant with cast.
4375
4376 2012-02-21 Pedro Alves <palves@redhat.com>
4377
4378 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
4379
4380 2012-02-21 Pedro Alves <palves@redhat.com>
4381
4382 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
4383
4384 2012-02-21 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
4387 with_test_prefix.
4388
4389 2012-02-21 Pedro Alves <palves@redhat.com>
4390
4391 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
4392 with_test_prefix here.
4393 (top level): Do it here instead. Remove `:' from the
4394 with_test_prefix string.
4395 * gdb.base/attach-pie-misread.exp: Remove the leading space the
4396 the suffix `:' from the with_test_prefix prefix string.
4397 * gdb.base/break-interp.exp: Ditto.
4398 * gdb.base/catch-load.exp: Ditto.
4399 * gdb.base/disp-step-syscall.exp: Ditto.
4400 * gdb.base/jit-so.exp: Ditto.
4401 * gdb.base/jit.exp: Ditto.
4402 * gdb.base/sepdebug.exp: Ditto.
4403 * gdb.base/solib-display.exp: Ditto.
4404 * gdb.base/solib-overlap.exp: Ditto.
4405 * gdb.base/watch-cond-infcall.exp: Ditto.
4406 * gdb.base/watchpoint.exp: Ditto.
4407 * gdb.dwarf2/dw2-noloc.exp: Ditto.
4408 * gdb.mi/mi-watch.exp: Ditto.
4409 * gdb.mi/mi2-watch.exp: Ditto.
4410 * gdb.threads/non-ldr-exc-1.exp: Ditto.
4411 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4412 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4413 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4414 * gdb.threads/watchpoint-fork.exp: Ditto.
4415 * gdb.threads/watchthreads-reorder.exp: Ditto.
4416 * gdb.trace/change-loc.exp: Ditto.
4417 * gdb.trace/pending.exp: Ditto.
4418 * gdb.trace/status-stop.exp: Ditto.
4419 * gdb.trace/strace.exp: Ditto.
4420 * gdb.trace/trace-break.exp: Ditto.
4421 * gdb.trace/unavailable.exp: Ditto.
4422 * lib/gdb.exp (with_test_prefix): Always prefix with space and
4423 suffix with colon. Adjust leading comments.
4424
4425 2012-02-21 Pedro Alves <palves@redhat.com>
4426 Tom Tromey <tromey@redhat.com>
4427
4428 * lib/gdb.exp: Add description of test prefixes.
4429 (with_test_prefix): New procedure.
4430 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
4431 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
4432 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
4433 instead of lappend to append to pf_prefix.
4434 * gdb.base/catch-load.exp: Use with_test_prefix.
4435 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
4436 * gdb.base/jit-so.exp: Use with_test_prefix.
4437 * gdb.base/jit.exp: Use with_test_prefix.
4438 * gdb.base/return-nodebug.exp (do_test): Use append instead of
4439 lappend to append to pf_prefix.
4440 * gdb.base/sepdebug.exp: Use with_test_prefix.
4441 * gdb.base/solib-display.exp: Use with_test_prefix.
4442 * gdb.base/solib-overlap.exp: Use with_test_prefix.
4443 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
4444 * gdb.base/watchpoint.exp: Use with_test_prefix.
4445 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
4446 * gdb.mi/mi-watch.exp: Use with_test_prefix.
4447 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
4448 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
4449 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
4450 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
4451 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
4452 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
4453 append instead of lappend to append to pf_prefix.
4454 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
4455 * gdb.trace/change-loc.exp: Use with_test_prefix.
4456 * gdb.trace/pending.exp: Use with_test_prefix.
4457 * gdb.trace/status-stop.exp: Use with_test_prefix.
4458 * gdb.trace/strace.exp: Use with_test_prefix.
4459 * gdb.trace/trace-break.exp: Use with_test_prefix.
4460 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
4461 instead of lappend to append to pf_prefix.
4462
4463 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4464
4465 Fix racy FAILs.
4466 * gdb.base/inferior-died.c (main): Add return of 0.
4467 * gdb.base/inferior-died.exp (continue): Fix expectation of
4468 asynchronous events.
4469 (p 1): New test.
4470
4471 2012-02-20 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
4474 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
4475 gdb's internal debug output. For the non-threaded case, look for
4476 "Program received signal SIGLARM", for the threaded case, peek at
4477 the thread's siginfo.
4478
4479 2012-02-20 Pedro Alves <palves@redhat.com>
4480
4481 General cleanup, make output test messages unique, and build
4482 different executable files for the non-threaded and threaded
4483 cases.
4484
4485 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
4486 Delete.
4487 (executable_nothr, executable_thr): New globals.
4488 (top level): Adjust to delete both executables.
4489 (corefunc): New parameter $executable. Set $pf_prefix instead of
4490 hand writing a prefix in tests. Issue a clean_restart and enable
4491 lin-lwp debug output here.
4492 (top level): Adjust. Use build_executable. Don't start gdb here,
4493 and don't enable lin-lwp debug output here.
4494 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
4495
4496 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4497
4498 Fix racy FAILs.
4499 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
4500 "continue" command.
4501
4502 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4503
4504 Fix for gdbserver non-extended mode.
4505 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
4506 and gdb_run_cmd.
4507
4508 2012-02-17 Tom Tromey <tromey@redhat.com>
4509
4510 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
4511 * gdb.python/py-events.exp: Check 'dir' output.
4512 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
4513
4514 2012-02-17 Yao Qi <yao@codesourcery.com>
4515
4516 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
4517
4518 2012-02-16 Tom Tromey <tromey@redhat.com>
4519
4520 * gdb.base/inferior-died.c: Don't include stdio.h.
4521
4522 2012-02-16 Tom Tromey <tromey@redhat.com>
4523
4524 * gdb.base/inferior-died.c: New file.
4525 * gdb.base/inferior-died.exp: New file.
4526
4527 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
4528
4529 * gdb.base/break-inline.exp: New file.
4530 * gdb.base/break-inline.c: New file.
4531
4532 2012-02-15 Tom Tromey <tromey@redhat.com>
4533
4534 * gdb.base/pc-fp.exp: Add "info register" tests.
4535
4536 2012-02-15 Tom Tromey <tromey@redhat.com>
4537
4538 * gdb.base/regs.exp: Remove.
4539
4540 2012-02-15 Pedro Alves <palves@redhat.com>
4541
4542 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
4543 the target doesn't support tracepoints.
4544 * gdb.trace/circ.exp: Ditto.
4545 * gdb.trace/collection.exp: Ditto.
4546 * gdb.trace/packetlen.exp: Ditto.
4547 * gdb.trace/passc-dyn.exp: Ditto.
4548 * gdb.trace/report.exp: Ditto.
4549 * gdb.trace/tfind.exp: Ditto.
4550 * gdb.trace/tspeed.exp: Ditto.
4551 * gdb.trace/tsv.exp: Ditto.
4552 * gdb.trace/unavailable.exp: Ditto.
4553 * gdb.trace/while-dyn.exp: Ditto.
4554
4555 2012-02-15 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
4558 gdb_test_multiple, and call unsupported instead of fail, if the
4559 remote side does not support the request.
4560
4561 2012-02-15 Pedro Alves <palves@redhat.com>
4562
4563 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
4564 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
4565 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
4566 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
4567 * gdb.server/server-run.exp: Make sure gdb is disconnected.
4568 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
4569 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
4570 doesn't start with "extended-" already.
4571
4572 2012-02-15 Pedro Alves <palves@redhat.com>
4573
4574 Support extended-remote. Avoid cascading timeouts.
4575
4576 * gdb.base/attach.exp (do_attach_tests): Add expected output for
4577 the extended-remote target. If attaching with no file fails, load
4578 the file manually.
4579 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
4580
4581 2012-02-14 Stan Shebs <stan@codesourcery.com>
4582
4583 * gdb.base/ena-dis-br.exp: Add enable count test.
4584
4585 2012-02-13 Pedro Alves <palves@redhat.com>
4586
4587 * config/mips-idt.exp: Delete.
4588 * gdb.base/a2-run.exp: Remove mips-idt xfails.
4589 * gdb.base/bitfields.exp: Remove mips-idt restarts.
4590 * gdb.base/break.exp: Remove mips-idt references.
4591 * gdb.base/chng-syms.exp: Ditto.
4592 * gdb.base/default.exp: Ditto.
4593 * gdb.base/funcargs.exp (funcargs_reload): Delete.
4594 (top level): Don't call it.
4595 * gdb.base/opaque.exp: Remove mips-idt restarts.
4596 * gdb.base/ptype.exp: Remove mips-idt xfails.
4597 * gdb.base/scope.exp: Remove mips-idt restarts.
4598 * gdb.base/sepdebug.exp: Remove mips-idt references.
4599 * gdb.base/watchpoint.exp (maybe_clean_restart)
4600 (maybe_reinitialize): Delete.
4601 (test_disabling_watchpoints, test_disabling_watchpoints)
4602 (test_watchpoint_triggered_in_syscall)
4603 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
4604 Don't call them.
4605
4606 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4607
4608 * gdb.server/server-exec-info.exp: New file.
4609
4610 2012-02-10 Pedro Alves <palves@redhat.com>
4611
4612 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
4613 always non-empty.
4614 (test_attach): Always pass $exec to test_attach_gdb.
4615
4616 2012-02-08 Tom Tromey <tromey@redhat.com>
4617
4618 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
4619 before inferior is started.
4620
4621 2012-02-07 Tom Tromey <tromey@redhat.com>
4622
4623 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
4624 Symbol.value.
4625 * gdb.python/py-symbol.c (qq): Set default value.
4626
4627 2012-02-07 Tom Tromey <tromey@redhat.com>
4628
4629 * gdb.python/py-symbol.c (qq): New global.
4630 * gdb.python/py-symbol.exp: Add test for frame-less
4631 lookup_symbol.
4632 * gdb.python/py-symtab.exp: Fix line number.
4633
4634 2012-02-03 Joel Brobecker <brobecker@adacore.com>
4635
4636 * gdb.ada/mi_task_arg: New testcase.
4637
4638 2012-02-02 Pedro Alves <palves@redhat.com>
4639
4640 * gdb.reverse/until-precsave.exp: Also put "record save" under the
4641 extended timeout.
4642
4643 2012-02-02 Pedro Alves <palves@redhat.com>
4644
4645 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
4646 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
4647
4648 2012-02-02 Pedro Alves <palves@redhat.com>
4649
4650 * gdb.base/term.exp: Rewrite.
4651 * gdb.base/term.c: New.
4652
4653 2012-02-02 Pedro Alves <palves@redhat.com>
4654
4655 * gdb.base/default.exp (run "r" abbreviation, run): Add
4656 extended-remote expected output.
4657
4658 2012-02-02 Tom Tromey <tromey@redhat.com>
4659
4660 * gdb.cp/dispcxx.exp: New file.
4661 * gdb.cp/dispcxx.cc: New file.
4662
4663 2012-02-01 Tom Tromey <tromey@redhat.com>
4664
4665 * gdb.base/jit-simple.exp: New file.
4666 * gdb.base/jit-simple.c: New file.
4667
4668 2012-01-30 Yao Qi <yao@codesourcery.com>
4669
4670 * gdb.base/skip.exp: Make test result unique.
4671
4672 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4673
4674 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
4675 compatibility with valgrind-3.7.0.
4676
4677 2012-01-27 Pedro Alves <palves@redhat.com>
4678
4679 * gdb.base/watchpoint.exp (no_hw): New global.
4680 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
4681 disable hw watchpoints.
4682 (test_wide_location_1, test_wide_location_2): If no_hw is set,
4683 don't expect hw watchpoints.
4684 (no_hw_watchpoints): Always clean restart.
4685 (do_tests): New procedure, factored out from the top level.
4686 (top level): Run tests twice. Once with hw watchpoints enabled,
4687 another time with hw watchpoints disabled.
4688
4689 2012-01-27 Pedro Alves <palves@redhat.com>
4690
4691 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
4692 out from the top level.
4693 (top level): Call it instead.
4694
4695 2012-01-27 Pedro Alves <palves@redhat.com>
4696
4697 * gdb.base/watchpoint.exp (top level): Re-enable hardware
4698 watchpoints sooner.
4699
4700 2012-01-27 Pedro Alves <palves@redhat.com>
4701
4702 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
4703
4704 2012-01-27 Pedro Alves <palves@redhat.com>
4705
4706 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
4707 "You may have requested too many hardware
4708 breakpoints/watchpoints".
4709
4710 2012-01-27 Pedro Alves <palves@redhat.com>
4711
4712 * gdb.base/watchpoint.exp (maybe_clean_restart)
4713 (maybe_reinitialize): New.
4714 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
4715 expect "hit N times".
4716 (test_disabling_watchpoints, test_complex_watchpoint)
4717 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
4718 Call maybe_clean_restart.
4719 (top level): Use clean_restart. Remove "mips-idt-*"
4720 reinitialization.
4721
4722 2012-01-27 Pedro Alves <palves@redhat.com>
4723
4724 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
4725
4726 2012-01-27 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.base/watchpoint.exp: Clean restart after tests that don't
4729 require `initialize' anymore. Remove unnecessary `initialize'
4730 calls.
4731
4732 2012-01-27 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.base/watchpoint.exp (wp_set): Delete.
4735 (initialize, test_simple_watchpoint, top level): Remove dead code.
4736
4737 2012-01-27 Pedro Alves <palves@redhat.com>
4738
4739 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
4740 typo.
4741
4742 2012-01-27 Pedro Alves <palves@redhat.com>
4743
4744 * config/extended-gdbserver.exp: New file.
4745 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
4746 comment.
4747 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
4748 * boards/native-extended-gdbserver.exp: New file.
4749
4750 2012-01-26 Pedro Alves <palves@redhat.com>
4751
4752 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
4753 and gdb_test_multiple.
4754
4755 2012-01-26 Pedro Alves <palves@redhat.com>
4756
4757 Make test messages unique, and more identifiable.
4758 * gdb.multi/watchpoint-multi.exp: Change test messages.
4759
4760 2012-01-25 Tom Tromey <tromey@redhat.com>
4761
4762 * gdb.base/solib-disc.exp: Fix regexps.
4763
4764 2012-01-24 Tom Tromey <tromey@redhat.com>
4765
4766 * lib/mi-support.exp (mi_expect_stop): Add special case for
4767 solib-event.
4768 * gdb.base/catch-load-so.c: New file.
4769 * gdb.base/catch-load.exp: New file.
4770 * gdb.base/catch-load.c: New file.
4771 * gdb.base/break-interp.exp (reach_1): Update regexp.
4772
4773 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4774
4775 Fix fuzzy results.
4776 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
4777 lpsimple and func.
4778
4779 2012-01-24 Gary Benson <gbenson@redhat.com>
4780
4781 Delete #if 0'd out code.
4782 * gdb.base/default.exp (info catch): Remove.
4783 * gdb.base/gdb_history (info catch): Likewise.
4784 * gdb.base/help.exp (info catch): Likewise.
4785
4786 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4787
4788 Fix watchpoints to be specific for each inferior.
4789 * gdb.multi/watchpoint-multi.c: New file.
4790 * gdb.multi/watchpoint-multi.exp: New file.
4791
4792 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4793
4794 Fix watchpoints across inferior fork.
4795 * gdb.threads/watchpoint-fork-child.c: New file.
4796 * gdb.threads/watchpoint-fork-mt.c: New file.
4797 * gdb.threads/watchpoint-fork-parent.c: New file.
4798 * gdb.threads/watchpoint-fork-st.c: New file.
4799 * gdb.threads/watchpoint-fork.exp: New file.
4800 * gdb.threads/watchpoint-fork.h: New file.
4801
4802 2012-01-23 Pedro Alves <palves@redhat.com>
4803
4804 * gdb.base/call-signal-resume.exp: Allow output after "return".
4805
4806 2012-01-20 Pedro Alves <palves@redhat.com>
4807
4808 * gdb.python/py-finish-breakpoint.py: Fix typo.
4809
4810 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4811
4812 * gdb.base/info-proc.exp: Also run on remote targets. Main
4813 "info proc" command is now always present; whether target supports
4814 actual info proc operation is detected when attempting to issue
4815 the command.
4816
4817 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4818
4819 * .gdbinit: Remove.
4820
4821 2012-01-19 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
4824 look at the funtions' returns.
4825 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
4826 (jprint.print(int, int)): Change return type to int. Adjust.
4827
4828 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4829
4830 PR gdb/9538
4831 * gdb.base/sepdebug.exp: New test.
4832
4833 2012-01-18 Pedro Alves <palves@redhat.com>
4834
4835 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
4836 Allow output before ^done.
4837
4838 2012-01-16 Tom Tromey <tromey@redhat.com>
4839
4840 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
4841 Add tests for relative directory.
4842
4843 2012-01-16 Tom Tromey <tromey@redhat.com>
4844
4845 * gdb.base/printcmds.c (enum flag_enum): New.
4846 (three): New global.
4847 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
4848 enum printing.
4849 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
4850 FlagEnumerationPrinter.
4851 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
4852 * gdb.python/py-pp-maint.c (enum flag_enum): New.
4853 (fval): New global.
4854
4855 2012-01-16 Pedro Alves <palves@redhat.com>
4856
4857 * lib/gdb.exp (banned_procedures): New variable.
4858 (banned_variables_traced): Rename to ...
4859 (banned_traced): ... this.
4860 (gdb_init): Also trace banned procedures.
4861 (gdb_finish): Also untrace banned procedures.
4862
4863 2012-01-16 Pedro Alves <palves@redhat.com>
4864
4865 Remove all calls to strace.
4866
4867 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4868
4869 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
4870 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
4871
4872 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
4873
4874 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
4875 * gdb.base/pie-execl.exp: Likewise.
4876
4877 2012-01-12 Keith Seitz <keiths@redhat.com>
4878
4879 PR mi/10586
4880 * gdb.mi/var-cmd.c (struct anonymous): New structure.
4881 (do_anonymous_type_tests): New function.
4882 (main): Call do_anonymous_type_tests.
4883 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
4884 (verify_everything): New procedure.
4885 * gdb.mi/mi-var-cp.cc (class A): New class.
4886 (anonymous_structs_and_unions): New function.
4887 (main): Call anonymous_structs_and_unions.
4888 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
4889 (verify_everything): New procedure.
4890
4891 2012-01-12 Keith Seitz <keiths@redhat.com>
4892
4893 * lib/mi-support.exp: Expand comments about PATH_EXPR.
4894 (varobj_tree::get_path_expr): Assume that all varobjs are
4895 compound unless they are known simple types.
4896 Adjust path expressions based on parent type, path parent type,
4897 and tree language.
4898 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
4899 the root varobj.
4900 (mi_walk_varobj_tree): Add LANGUAGE parameter.
4901
4902 2012-01-11 Pedro Alves <palves@redhat.com>
4903
4904 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
4905 core files on this machine" anymore.
4906
4907 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4908
4909 * gdb.base/watchpoint.c (recurser): Initialize local_x.
4910 (main): Repeat recurser call.
4911 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
4912 equivalent to 'local_x'.
4913
4914 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4915 Joel Brobecker <brobecker@adacore.com>
4916
4917 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
4918
4919 2012-01-05 Pedro Alves <alves.ped@gmail.com>
4920
4921 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
4922 * gdb.python/py-events.c (first): Add bits for new "step N" test.
4923 * gdb.python/py-events.exp: Test that "step N" tripping on a
4924 breakpoint emits a breakpoint event.
4925
4926 2012-01-03 Joel Brobecker <brobecker@adacore.com>
4927
4928 * gdb.base/auxv.exp: Reformat the copyright notice.
4929
4930 2012-01-03 Yao Qi <yao@codesourcery.com>
4931
4932 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
4933 (strace_trace_on_diff_addr): New.
4934 * gdb.trace/strace.c: (main): Add two local variables.
4935
4936 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
4937
4938 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
4939 * gdb.cell/gcore.exp: Likewise.
4940 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
4941 to verify the correct instance of main is selected.
4942
4943 2012-01-02 Joel Brobecker <brobecker@adacore.com>
4944
4945 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
4946 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
4947 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
4948 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
4949 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
4950 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
4951 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
4952 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
4953 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
4954 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
4955 gdb.threads/thread_check.c: Reformat copyright header.
4956
4957 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4958
4959 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
4960 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
4961 is not enabled.
4962
4963 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4964
4965 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
4966 parameter to self_exec, adjust the function.
4967 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
4968 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
4969 (set var do_exit = 0): Remove test.
4970 (newline at end of file): Add one.
4971
4972 2011-12-27 Joel Brobecker <brobecker@adacore.com>
4973
4974 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
4975 New files.
4976
4977 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4978
4979 Fix racy FAILs.
4980 * gdb.threads/fork-thread-pending.c (barrier): New variable.
4981 (thread_function, thread_forker): Call pthread_barrier_wait for it.
4982 (main): Call pthread_barrier_init for it.
4983
4984 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4985
4986 Fix double send_gdb leading to racy FAILs.
4987 * gdb.base/break.exp (set silent break bp_location1): Replace
4988 3x send_gdb and gdb_expect by gdb_test.
4989 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
4990 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
4991 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
4992 instead of send_gdb. Twice.
4993 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
4994 3x send_gdb and gdb_expect by gdb_test.
4995 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
4996
4997 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4998
4999 * gdb.linespec/linespec.exp: Compile using {c++}.
5000
5001 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5002
5003 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
5004 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
5005 (verify GCC PR debug/51668): New test.
5006
5007 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
5008
5009 Introduce gdb.FinishBreakpoint in Python.
5010 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
5011 py-finish-breakpoint2
5012 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
5013 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
5014 instead of line number.
5015 * gdb.python/py-finish-breakpoint.c: New file.
5016 * gdb.python/py-finish-breakpoint.exp: New file.
5017 * gdb.python/py-finish-breakpoint.py: New file.
5018 * gdb.python/py-finish-breakpoint2.cc: New file.
5019 * gdb.python/py-finish-breakpoint2.exp: New file.
5020 * gdb.python/py-finish-breakpoint2.py: New file.
5021
5022 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5023
5024 Partial fix of compatibility with gcc-4.7.
5025 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
5026 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
5027 Add comment to add a PASS case in the future.
5028
5029 Fix compatibility with gcc-4.7.
5030 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
5031
5032 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
5033
5034 PR tdep/12797
5035 * gdb.base/callfuncs.exp: Remove KFAIL.
5036
5037 2011-12-21 Joel Brobecker <brobecker@adacore.com>
5038
5039 * gdb.ada/task_bp: New testcase.
5040
5041 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5042
5043 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
5044 -DNO_SECTIONS.
5045 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
5046
5047 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5048
5049 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
5050 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
5051 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
5052 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
5053 conditional for gcc <= 4.5.
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): Replace KFAIL
5058 by XFAIL.
5059 * gdb.cp/static-method.exp (info addr A::func())
5060 (list static-method.cc:xxx::(anonymous namespace)::A::func)
5061 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
5062 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
5063 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
5064 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
5065 (test value of F in k3_m): Likewise.
5066 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
5067 Likewise.
5068
5069 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5070
5071 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
5072 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
5073 Remove.
5074 * gdb.threads/attachstop-mt.c: Remove.
5075 * gdb.threads/attachstop-mt.exp: Remove.
5076
5077 2011-12-17 Mark Kettenis <kettenis@gnu.org>
5078
5079 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
5080
5081 2011-12-16 Doug Evans <dje@google.com>
5082
5083 * boards/native-stdio-gdbserver.exp: New file.
5084 * boards/native-gdbserver.exp: New file.
5085
5086 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
5087 gdbserver output.
5088 (gdbserver_default_get_remote_address): New function.
5089 (gdbserver_start): Call gdb,get_remote_address to compute argument
5090 to "target remote" command.
5091
5092 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
5093
5094 * gdb.python/py-function.exp: Change "on" to "full" for
5095 python print-stack. Add set/show python print-stack
5096 off|full|message tests.
5097
5098 2011-12-15 Yao Qi <yao@codesourcery.com>
5099
5100 * gdb.trace/strace.c: New
5101 * gdb.trace/strace.exp: New.
5102
5103 2011-12-14 Tom Tromey <tromey@redhat.com>
5104
5105 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
5106
5107 2011-12-14 Doug Evans <dje@google.com>
5108
5109 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
5110
5111 2011-12-14 Pedro Alves <pedro@codesourcery.com>
5112
5113 PR threads/10729
5114
5115 * gdb.mi/watch-nonstop.c: New file.
5116 * gdb.mi/mi-watch-nonstop.exp: New file.
5117
5118 2011-12-13 Pedro Alves <pedro@codesourcery.com>
5119 Doug Evans <dje@google.com>
5120
5121 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
5122 (clean_restart): Remove references to the gdb_stub target board
5123 variable.
5124 (gdb_step_for_stub): Delete.
5125
5126 * gdb.base/annota1.exp: Remove all references to [target_info
5127 exists gdb_stub], gdb_step_for_stub and usestubs.
5128 * gdb.base/annota3.exp: Ditto.
5129 * gdb.base/async.exp: Ditto.
5130 * gdb.base/break.exp: Ditto.
5131 * gdb.base/code-expr.exp: Ditto.
5132 * gdb.base/commands.exp: Ditto.
5133 * gdb.base/completion.exp: Ditto.
5134 * gdb.base/condbreak.exp: Ditto.
5135 * gdb.base/consecutive.exp: Ditto.
5136 * gdb.base/cvexpr.exp: Ditto.
5137 * gdb.base/define.exp: Ditto.
5138 * gdb.base/display.exp: Ditto.
5139 * gdb.base/ena-dis-br.exp: Ditto.
5140 * gdb.base/environ.exp: Ditto.
5141 * gdb.base/gnu-ifunc.exp: Ditto.
5142 * gdb.base/maint.exp: Ditto.
5143 * gdb.base/pending.exp: Ditto.
5144 * gdb.base/sect-cmd.exp: Ditto.
5145 * gdb.base/sepdebug.exp: Ditto.
5146 * gdb.base/unload.exp: Ditto.
5147 * gdb.base/watchpoint-solib.exp: Ditto.
5148 * gdb.cp/annota2.exp: Ditto.
5149 * gdb.cp/annota3.exp: Ditto.
5150 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
5151 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
5152 * gdb.mi/mi-pending.exp: Ditto.
5153 * gdb.trace/circ.exp: Ditto.
5154 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
5155 * gdb.base/list.exp: Ditto.
5156
5157 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
5158 breakpoint function and all references to the usestubs macro.
5159 * gdb.base/exprs.c: Ditto.
5160 * gdb.base/freebpcmd.c: Ditto.
5161 * gdb.base/bitfields.c: Ditto.
5162 * gdb.base/bitfields2.c: Ditto.
5163 * gdb.base/break.c: Ditto.
5164 * gdb.base/call-sc.c: Ditto.
5165 * gdb.base/call-signals.c: Ditto.
5166 * gdb.base/callfuncs.c: Ditto.
5167 * gdb.base/charset.c: Ditto.
5168 * gdb.base/consecutive.c: Ditto.
5169 * gdb.base/constvars.c: Ditto.
5170 * gdb.base/funcargs.c: Ditto.
5171 * gdb.base/int-type.c: Ditto.
5172 * gdb.base/interrupt.c: Ditto.
5173 * gdb.base/langs0.c: Ditto.
5174 * gdb.base/list0.c: Ditto.
5175 * gdb.base/mips_pro.c: Ditto.
5176 * gdb.base/miscexprs.c: Ditto.
5177 * gdb.base/nodebug.c: Ditto.
5178 * gdb.base/opaque0.c: Ditto.
5179 * gdb.base/pointers.c: Ditto.
5180 * gdb.base/printcmds.c: Ditto.
5181 * gdb.base/ptype.c: Ditto.
5182 * gdb.base/recurse.c: Ditto.
5183 * gdb.base/reread1.c: Ditto.
5184 * gdb.base/reread2.c: Ditto.
5185 * gdb.base/restore.c: Ditto.
5186 * gdb.base/return.c: Ditto.
5187 * gdb.base/run.c: Ditto.
5188 * gdb.base/scope0.c: Ditto.
5189 * gdb.base/sepdebug.c: Ditto.
5190 * gdb.base/setshow.c: Ditto.
5191 * gdb.base/setvar.c: Ditto.
5192 * gdb.base/sigall.c: Ditto.
5193 * gdb.base/signals.c: Ditto.
5194 * gdb.base/structs.c: Ditto.
5195 * gdb.base/structs2.c: Ditto.
5196 * gdb.base/testenv.c: Ditto.
5197 * gdb.base/twice.c: Ditto.
5198 * gdb.base/unwindonsignal.c: Ditto.
5199 * gdb.base/watchpoint.c: Ditto.
5200 * gdb.base/watchpoints.c: Ditto.
5201 * gdb.base/whatis.c: Ditto.
5202 * gdb.cp/classes.cc: Ditto.
5203 * gdb.cp/cplusfuncs.cc: Ditto.
5204 * gdb.cp/derivation.cc: Ditto.
5205 * gdb.cp/formatted-ref.cc: Ditto.
5206 * gdb.cp/misc.cc: Ditto.
5207 * gdb.cp/overload.cc: Ditto.
5208 * gdb.cp/ovldbreak.cc: Ditto.
5209 * gdb.cp/ref-params.cc: Ditto.
5210 * gdb.cp/ref-types.cc: Ditto.
5211 * gdb.cp/templates.cc: Ditto.
5212 * gdb.cp/virtfunc.cc: Ditto.
5213 * gdb.hp/gdb.aCC/run.c: Ditto.
5214 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
5215 * gdb.hp/gdb.compat/xdb0.c: Ditto.
5216 * gdb.reverse/consecutive-reverse.c: Ditto.
5217 * gdb.reverse/sigall-reverse.c: Ditto.
5218 * gdb.reverse/until-reverse.c: Ditto.
5219 * gdb.reverse/watch-reverse.c: Ditto.
5220 * gdb.trace/actions.c: Ditto.
5221 * gdb.trace/circ.c: Ditto.
5222 * gdb.trace/collection.c: Ditto.
5223
5224 2011-12-13 Pedro Alves <pedro@codesourcery.com>
5225
5226 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
5227 (func6, func7): New.
5228 (main): Call func6 and func7.
5229 * gdb.base/watchpoint.exp (test_wide_location_1)
5230 (test_wide_location_2): New.
5231 (top level): Re-enable hardware watchpoints if necessary. Call
5232 test_wide_location_1 and test_wide_location_2.
5233
5234 2011-12-11 Yao Qi <yao@codesourcery.com>
5235
5236 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
5237
5238 2011-12-11 Joel Brobecker <brobecker@adacore.com>
5239
5240 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
5241 expected output for unsupported case.
5242
5243 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5244
5245 PR testsuite/12649
5246 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
5247 Protect gdb_test_multiple by final $gdb_prompt match.
5248
5249 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5250
5251 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
5252 New variable, new test.
5253 (list static-method.cc:xxx::(anonymous namespace)::A::func)
5254 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
5255 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
5256 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
5257 them if HAVE_GCC_45682_FIXED is not set.
5258
5259 2011-12-10 Yao Qi <yao@codesourcery.com>
5260
5261 * gdb.trace/status-stop.exp: New.
5262 * gdb.trace/status-stop.c: New.
5263
5264 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5265
5266 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
5267 timeout.
5268
5269 2011-12-08 Tom Tromey <tromey@redhat.com>
5270
5271 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
5272 condition.
5273
5274 2011-12-07 Stan Shebs <stan@codesourcery.com>
5275
5276 * gdb.trace/tfind.exp: Update for output changes.
5277
5278 2011-12-07 Pedro Alves <pedro@codesourcery.com>
5279
5280 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
5281 throws "Cannot insert catchpoints in this configuration".
5282 * gdb.ada/mi_catch_ex.exp: Likewise.
5283
5284 2011-12-06 Pedro Alves <pedro@codesourcery.com>
5285
5286 * gdb.base/break-always.exp: Test changing memory at addresses
5287 with breakpoints inserted.
5288
5289 2011-12-06 Joel Brobecker <brobecker@acacore.com>
5290
5291 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
5292 involving a fully qualified function name.
5293
5294 2011-12-06 Tom Tromey <tromey@redhat.com>
5295
5296 * gdb.ada/homonym.exp: Add three breakpoint tests.
5297
5298 2011-12-06 Tom Tromey <tromey@redhat.com>
5299
5300 * gdb.base/solib-weak.exp (do_test): Remove kfail.
5301 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
5302 * gdb.objc/objcdecode.exp: Update for output changes.
5303 * gdb.linespec/linespec.exp: New file.
5304 * gdb.linespec/lspec.cc: New file.
5305 * gdb.linespec/lspec.h: New file.
5306 * gdb.linespec/body.h: New file.
5307 * gdb.linespec/base/two/thefile.cc: New file.
5308 * gdb.linespec/base/one/thefile.cc: New file.
5309 * gdb.linespec/Makefile.in: New file.
5310 * gdb.cp/templates.exp (test_template_breakpoints): Update for
5311 output changes.
5312 * gdb.cp/re-set-overloaded.exp: Remove kfail.
5313 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
5314 makes one breakpoint.
5315 * gdb.cp/method2.exp (test_break): Update for output changes.
5316 * gdb.cp/mb-templates.exp: Update for output changes.
5317 * gdb.cp/mb-inline.exp: Update for output changes.
5318 * gdb.cp/mb-ctor.exp: Update for output changes.
5319 * gdb.cp/ovsrch.exp: Use fully-qualified names.
5320 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
5321 has multiple matches.
5322 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
5323 error message change.
5324 * gdb.base/list.exp (test_list_filename_and_number): Update for
5325 error message change.
5326 * gdb.base/break.exp: Disable pending breakpoints. Update for
5327 output changes.
5328 * configure.ac: Add gdb.linespec.
5329 * configure: Rebuild.
5330 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
5331
5332 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
5333
5334 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
5335 last_break register on s390*-*-* targets.
5336
5337 2011-12-06 Joel Brobecker <brobecker@adacore.com>
5338
5339 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
5340 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
5341 of parameter X in procedure Foo.
5342
5343 2011-12-05 Stan Shebs <stan@codesourcery.com>
5344
5345 * gdb.trace/tfind.exp: Update help string matches.
5346
5347 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5348
5349 * gdb.server/ext-run.exp (get process list): Accept also systemd
5350 as PID 1.
5351
5352 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5353 Pedro Alves <pedro@codesourcery.com>
5354
5355 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
5356 starting GDB.
5357 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
5358 $use_gdb_stub.
5359 * gdb.base/display.exp: Likewise.
5360 * gdb.base/ending-run.exp: Likewise.
5361 * gdb.base/list.exp (test_listsize): Likewise.
5362 * gdb.base/setshow.exp: Likewise.
5363 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
5364 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
5365 check by global $use_gdb_stub.
5366 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
5367 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
5368 (default_gdb_init): Unset global $use_gdb_stub.
5369 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
5370 by global $use_gdb_stub.
5371 * lib/gdbserver-support.exp: Extend comments for set_board_info
5372 gdb_protocol and gdb,socketport.
5373 (gdbserver_start_extended): Set global gdbserver_protocol and
5374 gdbserver_gdbport. Clear global use_gdb_stub.
5375 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
5376 from target use_gdb_stub.
5377 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
5378
5379 2011-12-03 Doug Evans <dje@google.com>
5380
5381 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
5382 (gdb_step_for_stub): Add comments.
5383
5384 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
5385
5386 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
5387 to the caller.
5388 (gdb_test_multiple): Likewise.
5389
5390 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5391
5392 Fix gdb.mi/mi-solib.exp without system debug info installed.
5393 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
5394 expect attribute, return 0 for it. Update comments.
5395
5396 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5397
5398 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
5399 (corrupted list): Adjust the expectation.
5400
5401 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5402
5403 PR threads/13448
5404 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
5405 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
5406 * gdb.threads/tls-var-main.c: New file.
5407 * gdb.threads/tls-var.c: New file.
5408 * gdb.threads/tls-var.exp: New file.
5409
5410 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5411
5412 PR testsuite/12649
5413 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
5414 Protect gdb_test_multiple by final $gdb_prompt match.
5415 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
5416 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
5417 (test_tracepoints): Likewise.
5418
5419 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5420
5421 PR breakpoints/13346
5422 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
5423 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
5424 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
5425
5426 2011-12-01 Joel Brobecker <brobecker@adacore.com>
5427
5428 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
5429 * gdb.ada/homonym/homonym.adb: For use of all types defined
5430 locally inside both Get_Value subprograms.
5431
5432 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5433
5434 Fix racy FAILs.
5435 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
5436 of send_gdb.
5437
5438 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5439
5440 * gdb.base/testenv.exp: Skip on remote targets. Unset global
5441 environment variable after test completed.
5442
5443 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5444
5445 * gdb.base/solib-nodir.exp: Skip if remote target.
5446 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
5447 application. Call gdb_load_shlibs.
5448 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
5449
5450 2011-11-29 Joel Brobecker <brobecker@adacore.com>
5451
5452 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
5453
5454 2011-11-28 Joel Brobecker <brobecker@adacore.com>
5455
5456 * gdb.ada/fullname_bp: New testcase.
5457
5458 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5459
5460 PR testsuite/12649
5461 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
5462 Wrap send_gdb into a new gdb_test.
5463
5464 Code cleanup.
5465 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
5466 Convert send_gdb and gdb_expect to gdb_test_multiple.
5467
5468 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5469
5470 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
5471
5472 2011-11-23 Keith Seitz <keiths@redhat.com>
5473
5474 * lib/mi-support.exp (varobj_tree): New namespace and procs.
5475 (mi_varobj_tree_test_children_callback): New proc.
5476 (mi_walk_varobj_tree): New proc.
5477
5478 2011-11-22 Tom Tromey <tromey@redhat.com>
5479
5480 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
5481 Add "use_mi_command" argument.
5482 (mi_run_cmd, mi_run_with_cli): New procs.
5483 * gdb.mi/solib-lib.c: New file.
5484 * gdb.mi/solib-main.c: New file.
5485 * gdb.mi/mi-solib.exp: New file.
5486
5487 2011-11-21 Doug Evans <dje@google.com>
5488
5489 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
5490 _Unwind_DebugHook is missing.
5491
5492 2011-11-20 Stan Shebs <stan@codesourcery.com>
5493
5494 * gdb.trace/tstatus.exp: New.
5495 * gdb.trace/actions.c: Include string.h.
5496
5497 2011-11-18 Yao Qi <yao@codesourcery.com>
5498
5499 * gdb.trace/pending.exp: New.
5500 * gdb.trace/pending.c: New.
5501 * gdb.trace/pendshr1.c: New.
5502 * gdb.trace/pendshr2.c: New.
5503 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
5504 tracepoint location becomes pending.
5505 (tracepoint_change_loc_2): New.
5506
5507 2011-11-16 David S. Miller <davem@davemloft.net>
5508
5509 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
5510 target is sparc*-*-linux*
5511
5512 2011-11-15 Paul Koning <paul_koning@dell.com>
5513
5514 * gdb.python/py-type.exp: New testcases for exceptions on scalar
5515 types.
5516
5517 2011-11-14 Doug Evans <dje@google.com>
5518
5519 * gdb.base/shell.exp: New file.
5520
5521 2011-11-14 Stan Shebs <stan@codesourcery.com>
5522
5523 * gdb.trace/ftrace.c: New.
5524 * gdb.trace/ftrace.exp: New.
5525
5526 2011-11-14 Yao Qi <yao@codesourcery.com>
5527
5528 * gdb.trace/change-loc-1.c: New.
5529 * gdb.trace/change-loc-2.c: New.
5530 * gdb.trace/change-loc.c: New.
5531 * gdb.trace/change-loc.exp: New.
5532 * gdb.trace/change-loc.h: New.
5533 * gdb.trace/trace-break.c (marker): Define new symbol.
5534 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
5535 New.
5536 (break_trace_same_addr_6): New.
5537
5538 2011-11-12 Matt Rice <ratmice@gmail.com>
5539
5540 * gdb.base/info-macros.exp: Make tests for info definitions
5541 test info macro. Add tests for info macro argument processing.
5542 Rename a few tests.
5543
5544 2011-11-11 Keith Seitz <keiths@redhat.com>
5545
5546 PR gdb/12843
5547 * gdb.base/linespecs.exp: New file.
5548
5549 2011-11-11 Doug Evans <dje@google.com>
5550
5551 * gdb.threads/print-threads.exp: Extend timeout for slower
5552 tests.
5553
5554 2011-11-10 Doug Evans <dje@google.com>
5555
5556 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
5557 "record to end of main" test.
5558
5559 * gdb.python/py-type.c (TS): New typedef.
5560 (ts): New global.
5561 * gdb.python/py-type.exp: Test field list of typedef.
5562
5563 2011-11-10 Joel Brobecker <brobecker@adacore.com>
5564
5565 * gdb.ada/small_reg_param: New testcase.
5566
5567 2011-11-09 Tom Tromey <tromey@redhat.com>
5568
5569 * gdb.cp/destrprint.exp: New file.
5570 * gdb.cp/destrprint.cc: New file.
5571
5572 2011-11-08 Meador Inge <meadori@codesourcery.com>
5573
5574 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
5575 (switch_stack_to_other): New test function.
5576 * gdb.arch/thumb-prologue.exp: New test cases.
5577
5578 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
5579
5580 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
5581
5582 2011-11-08 Yao Qi <yao@codesourcery.com>
5583
5584 * gdb.exp (supports_process_record): New.
5585 (supports_reverse): New.
5586 * gdb.reverse/break-precsave.exp: Call support_process_record
5587 to run test conditionally.
5588 * gdb.reverse/consecutive-precsave.exp: Likewise.
5589 * gdb.reverse/i386-precsave.exp: Likewise.
5590 * gdb.reverse/machinestate-precsave.exp: Likewise.
5591 * gdb.reverse/solib-precsave.exp: Likewise.
5592 * gdb.reverse/step-precsave.exp: Likewise.
5593 * gdb.reverse/until-precsave.exp: Likewise.
5594 * gdb.reverse/watch-precsave.exp: Likewise.
5595 * gdb.reverse/break-reverse.exp: Call support_reverse to run
5596 test conditionally.
5597 * gdb.reverse/consecutive-reverse.exp: Likewise.
5598 * gdb.reverse/finish-precsave.exp: Likewise.
5599 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5600 * gdb.reverse/finish-reverse.exp: Likewise.
5601 * gdb.reverse/i386-reverse.exp: Likewise.
5602 * gdb.reverse/i386-sse-reverse.exp: Likewise.
5603 * gdb.reverse/machinestate.exp: Likewise.
5604 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
5605 * gdb.reverse/sigall-precsave.exp: Likewise.
5606 * gdb.reverse/sigall-reverse.exp: Likewise.
5607 * gdb.reverse/solib-reverse.exp: Likewise.
5608 * gdb.reverse/step-reverse.exp: Likewise.
5609 * gdb.reverse/until-reverse.exp: Likewise.
5610 * gdb.reverse/watch-reverse.exp: Likewise.
5611
5612 2011-11-05 Yao Qi <yao@codesourcery.com>
5613
5614 * gdb.trace/trace-break.exp: Add test on setting two
5615 fast tracepoints at the same address.
5616
5617 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5618
5619 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
5620
5621 2011-11-02 Stan Shebs <stan@codesourcery.com>
5622
5623 * gdb.trace/collection.c: Add code using strings.
5624 * gdb.trace/collection.exp: Add tests of string collection.
5625
5626 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5627
5628 * gdb.base/skip-solib.exp (executable_main): New variable.
5629 (binfile_main): Base it on that.
5630 Use $executable_main in clean_restart calls. Drop gdb_exit and
5631 gdb_start calls.
5632
5633 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5634
5635 Fix racy FAILs.
5636 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
5637 breakpoint_re globals import by async. Set string_regex to .* for
5638 async. Remove the optional thread_selected_re and breakpoint_re
5639 globals expectations.
5640
5641 2011-11-01 Joseph Myers <joseph@codesourcery.com>
5642
5643 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
5644 well as Cygwin.
5645
5646 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
5647
5648 Add tests for skip command.
5649 * gdb.base/skip-solib-lib.c: New
5650 * gdb.base/skip-solib-main.c: New
5651 * gdb.base/skip-solib.exp: New
5652 * gdb.base/skip.c: New
5653 * gdb.base/skip.exp: New
5654 * gdb.base/skip1.c: New
5655 * gdb.base/Makefile.in: Adding new files.
5656
5657 2011-10-31 Yao Qi <yao@codesourcery.com>
5658 Pedro Alves <pedro@codesourcery.com>
5659
5660 * gdb.trace/trace-break.c: New.
5661 * gdb.trace/trace-break.exp: New.
5662
5663 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5664
5665 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
5666 break-here-2.
5667
5668 2011-10-28 Pedro Alves <pedro@codesourcery.com>
5669
5670 * gdb.threads/no-unwaited-for-left.c: New.
5671 * gdb.threads/no-unwaited-for-left.exp: New.
5672 * gdb.threads/non-ldr-exc-1.c: New.
5673 * gdb.threads/non-ldr-exc-1.exp: New.
5674 * gdb.threads/non-ldr-exc-2.c: New.
5675 * gdb.threads/non-ldr-exc-2.exp: New.
5676 * gdb.threads/non-ldr-exc-3.c: New.
5677 * gdb.threads/non-ldr-exc-3.exp: New.
5678 * gdb.threads/non-ldr-exc-4.c: New.
5679 * gdb.threads/non-ldr-exc-4.exp: New.
5680
5681 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5682
5683 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
5684 * gdb.base/attach-pie-misread.exp: Likewise.
5685 * gdb.base/break-interp.exp: Likewise.
5686 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
5687 testcases for use_gdb_stub.
5688 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
5689 (continue): New testcase.
5690 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
5691 * gdb.threads/attach-into-signal.exp: Likewise.
5692 * gdb.threads/attach-stopped.exp: Likewise.
5693 * gdb.threads/attachstop-mt.exp: Likewise.
5694
5695 2011-10-28 Paul Koning <paul_koning@dell.com>
5696
5697 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
5698
5699 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5700
5701 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
5702 (mi_gdb_test): Import globals thread_selected_re
5703 and breakpoint_re. Expect them optionally at the regex start.
5704
5705 2011-10-27 Doug Evans <dje@google.com>
5706
5707 * gdb.python/python.exp: Test source -s.
5708
5709 2011-10-26 Paul Koning <paul_koning@dell.com>
5710
5711 * gdb.python/lib-types.cc (struct A): New structure.
5712 * gdb.python/lib-types.exp (deepitems): New tests.
5713
5714 2011-10-25 Paul Koning <paul_koning@dell.com>
5715
5716 PR python/13327
5717
5718 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
5719 fetch_lazy method.
5720
5721 2011-10-24 Yao Qi <yao@codesourcery.com>
5722
5723 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
5724 target is tic6x-*-*.
5725
5726 2011-10-21 Joel Brobecker <brobecker@adacore.com>
5727
5728 * gdb.ada/mi_task_info/task_switch.adb: New file.
5729 * gdb.ada/mi_task_info.exp: New file.
5730
5731 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5732
5733 * gdb.cp/expand-psymtabs-cxx.exp: New file.
5734 * gdb.cp/expand-psymtabs-cxx.cc: New file.
5735
5736 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5737
5738 PR python/12656
5739
5740 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
5741 global_block tests.
5742
5743 2011-10-18 Tom Tromey <tromey@redhat.com>
5744
5745 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
5746
5747 2011-10-18 Tom Tromey <tromey@redhat.com>
5748
5749 * gdb.base/source.exp: Don't include full file name in test name.
5750 * gdb.python/python.exp: Don't include full file name in test
5751 name.
5752
5753 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5754
5755 * gdb.base/attach-pie-noexec.c: New files.
5756 * gdb.base/attach-pie-noexec.exp: New files.
5757
5758 2011-10-17 Joseph Myers <joseph@codesourcery.com>
5759
5760 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
5761 prompt for each extra line in command.
5762
5763 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5764
5765 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
5766 Revert the part of:
5767 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5768 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
5769 Change the expected string.
5770
5771 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5772
5773 Fix results with system glibc debug info installed.
5774 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
5775 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
5776 Accept also __libc_ symbol prefix and no prefix.
5777
5778 2011-10-14 Keith Seitz <keiths@redhat.com>
5779
5780 PR c++/13225
5781 * gdb.cp/converts.cc (foo3_1): New function.
5782 (foo3_2): New functions.
5783 * gdb.cp/converts.exp: Add tests for int to pointer conversion
5784 and null pointer conversions of integer constant zero.
5785 Add test to check if all arguments are checked for incompatible
5786 conversion BADNESS.
5787
5788 2011-10-14 Tom Tromey <tromey@redhat.com>
5789
5790 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
5791 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
5792 linespec.
5793
5794 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5795
5796 Fix internal error regression.
5797 * gdb.dwarf2/implptr-optimized-out.S: New file.
5798 * gdb.dwarf2/implptr-optimized-out.exp: New file.
5799
5800 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5801
5802 Fix empty DWARF expressions DATA vs. SIZE conditionals.
5803 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
5804 (loclist): New.
5805 (4): New abbrev.
5806 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
5807 Use prepare_for_testing, remove clean_restart.
5808 (p arraynoloc, p arraycallnoloc): New tests.
5809
5810 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5811
5812 * gdb.cp/namespace-enum.exp (executable): New variable.
5813 (binfile): Use ${objdir}/${subdir}/ prefix.
5814 Use ${executable} for clean_restart.
5815
5816 2011-10-11 Sterling Augustine <saugustine@google.com>
5817
5818 * gdb.cp/Makefile.in: Add namespace-enum test.
5819 * gdb.cp/namespace-enum.exp: New file.
5820 * gdb.cp/namespace-enum.c: New file.
5821 * gdb.cp/namespace-enum-main.c: New file.
5822
5823 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
5824
5825 * gdb.python/py-shared.exp: Relax filename check to handle remote:
5826 sysroot.
5827
5828 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5829
5830 Reimplement @entry in input expressions.
5831 * gdb.base/exprs.c (v_int_array_init): New variable.
5832 * gdb.base/exprs.exp (print v_int_array_init)
5833 (print *v_int_array_init@1, print *v_int_array_init@2)
5834 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
5835 (print v_int_array_init[1]@1): New tests.
5836
5837 2011-10-10 Joseph Myers <joseph@codesourcery.com>
5838
5839 * gdb.cp/gdb2495.exp: Do not include directories in filename in
5840 expected message.
5841
5842 2011-10-09 Doug Evans <dje@google.com>
5843
5844 * gdb.base/alias.exp: Add tests for alias command.
5845
5846 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5847
5848 * gdb.arch/amd64-entry-value.s: New file.
5849 * gdb.mi/mi2-amd64-entry-value.s: New file.
5850
5851 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5852
5853 Display @entry parameter values even for references.
5854 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
5855 functions.
5856 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
5857 reference and datap_input.
5858 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
5859 breakpoints.
5860 (continue to breakpoint: entry_reference: reference)
5861 (entry_reference: bt at entry)
5862 (continue to breakpoint: entry_reference: breakhere_reference)
5863 (entry_reference: bt, entry_reference: ptype regparam)
5864 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
5865 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
5866 (entry_reference: p regcopy, entry_reference: p nodataparam)
5867 (entry_reference: p nodataparam@entry): New tests.
5868
5869 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5870
5871 Support @entry in input expressions.
5872 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
5873 (entry_stack: p s1@entry, entry_stack: p s2@entry)
5874 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
5875 (tailcall: p j@entry): New tests.
5876 * gdb.cp/koenig.cc (A::entry): New function.
5877 (main): Call it.
5878 * gdb.cp/koenig.exp (p entry (c)): New test.
5879
5880 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5881
5882 Display @entry parameter values (without references).
5883 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
5884 (different, validity, invalid): New functions.
5885 (main): Call them.
5886 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
5887 stacktest, breakhere_stacktest, different, breakhere_different,
5888 breakhere_validity and breakhere_invalid.
5889 (entry: bt): Update for @entry.
5890 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
5891 (entry_validity: *, entry_invalid: *): Many new tests.
5892 * gdb.base/break.exp
5893 (run until breakpoint set at small function, optimized file): Accept
5894 also the @entry suffix.
5895 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
5896 * gdb.mi/mi2-amd64-entry-value.c: New files.
5897 * gdb.mi/mi2-amd64-entry-value.exp: New files.
5898
5899 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5900
5901 Protect entry values against self tail calls.
5902 * gdb.arch/amd64-entry-value.cc (self2, self): New.
5903 (main): Call self.
5904 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
5905 (set debug entry-values 1, self: bt debug entry-values): New tests.
5906
5907 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5908
5909 Recognize virtual tail call frames.
5910 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
5911 (amb_b, amb_a): New.
5912 (main): Call a and b.
5913 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
5914 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
5915 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
5916 New tests.
5917
5918 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5919
5920 Implement basic support for DW_TAG_GNU_call_site.
5921 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
5922 * gdb.arch/amd64-entry-value.cc: New file.
5923 * gdb.arch/amd64-entry-value.exp: New file.
5924
5925 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5926
5927 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
5928 * gdb.dwarf2/implptr-64bit.S: New file.
5929 * gdb.dwarf2/implptr-64bit.exp: New file.
5930
5931 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5932
5933 Fix initial language detection with -readnow.
5934 * gdb.cp/readnow-language.cc: New file.
5935 * gdb.cp/readnow-language.exp: New file.
5936
5937 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5938
5939 Fix printed anonymous struct name.
5940 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
5941
5942 2011-10-09 Joseph Myers <joseph@codesourcery.com>
5943
5944 * gdb.base/solib-symbol.exp: Do not include directories in
5945 filenames in expected messages.
5946
5947 2011-10-07 Doug Evans <dje@google.com>
5948
5949 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
5950
5951 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
5952
5953 Allow Python notification of new object-file loadings.
5954 * gdb.python/py-events.exp: Test newobjfile event.
5955 * gdb.python/py-events.py: Register newobjfile callback.
5956 * gdb.python/py-events.c: Add call to shared library
5957 * gdb.python/py-events-shlib.c: New file.
5958
5959 2011-10-06 Joseph Myers <joseph@codesourcery.com>
5960
5961 * gdb.base/fixsection.exp: Do not include directories in filename
5962 in expected message.
5963
5964 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
5965
5966 Add tests for passing of environment variables to inferior.
5967 * gdb.base/testenv.c: New test source.
5968 * gdb.base/testenv.exp: New expect test.
5969
5970 2011-10-04 Paul Koning <paul_koning@dell.com>
5971
5972 * gdb.python/py-value.c (main): Break before return.
5973
5974 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
5975
5976 PR python/12691: Add the inferior to Python exited event
5977 * gdb.python/py-events.exp: Test the inferior attribute of exited
5978 event with a fork.
5979 * gdb.python/py-events.py: Print inferior number on exit.
5980 * gdb.python/py-events.c: Fork the inferior.
5981
5982 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5983
5984 * gdb.base/jit.exp: Add testcase name to log message
5985
5986 2011-10-03 Paul Koning <paul_koning@dell.com>
5987 Jan Kratochvil <jan.kratochvil@redhat.com>
5988
5989 * gdb.python/py-value.exp
5990 (python inval = gdb.parse_and_eval('*(int*)0'))
5991 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
5992 (set argc=2, python print argc_lazy): New tests.
5993
5994 2011-10-02 Joel Brobecker <brobecker@adacore.com>
5995
5996 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
5997
5998 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5999 Pedro Alves <pedro@codesourcery.com>
6000
6001 * gdb.python/py-value.exp (test_value_in_inferior): New variable
6002 can_read_0, test for it.
6003 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
6004 (parse_and_eval with memory error): ... here, make it untested if
6005 can_read_0.
6006
6007 2011-09-30 Marek Polacek <mpolacek@redhat.com>
6008
6009 * gdb.python/python.exp (verify pagination beforehand)
6010 (verify pagination afterwards): Fix race by splitting the line.
6011
6012 2011-09-29 Joseph Myers <joseph@codesourcery.com>
6013
6014 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
6015 for 64-bit multilibs from i?86-* targets.
6016
6017 2011-09-29 Marek Polacek <mpolacek@redhat.com>
6018
6019 * lib/gdb.exp: Fix a typo in one of the comments.
6020
6021 2011-09-29 Marek Polacek <mpolacek@redhat.com>
6022
6023 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
6024 matching pattern.
6025
6026 2011-09-28 Paul Koning <paul_koning@dell.com>
6027
6028 * gdb.python/py-type.c (enum E): New.
6029 * gdb.python/py-type.exp (test_fields): Add tests for Python
6030 mapping access to fields.
6031 (test_enums): New test for field access on enums.
6032
6033 2011-09-27 Stan Shebs <stan@codesourcery.com>
6034
6035 * gdb.trace/collection.exp: Test collection of $_ret.
6036
6037 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
6038
6039 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
6040 list of compilation switches for <*-*-freebsd*>.
6041
6042 2011-09-19 Stan Shebs <stan@codesourcery.com>
6043
6044 * gdb.trace/tspeed.exp: New file.
6045 * gdb.trace/tspeed.c: New file.
6046
6047 2011-09-18 Yao Qi <yao@codesourcery.com>
6048
6049 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
6050 instructions.
6051 (test_adr_32bit, test_pop_pc): Likewise.
6052 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
6053 Thumb instructions.
6054 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
6055 in gdb_test_multiple.
6056 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
6057
6058 2011-09-17 Yao Qi <yao@codesourcery.com>
6059
6060 * lib/gdb.exp (can_single_step_to_signal_handler): New.
6061 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
6062 support single step to signal handler.
6063
6064 2011-09-17 Yao Qi <yao@codesourcery.com>
6065
6066 * gdb.base/disp-step-fork.c: New.
6067 * gdb.base/disp-step-syscall.exp: New.
6068 * gdb.base/disp-step-vfork.c: New.
6069
6070 2011-09-16 Joel Brobecker <brobecker@adacore.com>
6071
6072 * gdb.ada/tasks.exp: Make the expected output for
6073 the `info tasks' tests more resilient to spacing
6074 changes.
6075
6076 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6077
6078 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
6079 (reached breakpoint 2, reached breakpoint 3): Update expected output.
6080
6081 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
6082
6083 PR Python/12692 Add gdb.selected_inferior() to Python interface.
6084 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
6085
6086 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
6087
6088 Handle multiple breakpoint hits in Python interface:
6089 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
6090 presence.
6091 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
6092 breakpoint hits.
6093
6094 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
6095 Jan Kratochvil <jan.kratochvil@redhat.com>
6096
6097 * gdb.python/py-events.exp: Remove pretty printing comment.
6098 * gdb.python/py-evsignal.exp: New file.
6099 * gdb.python/py-evthreads.c: Include signal.h.
6100 (thread3): Remove variable count3. Remove variable bad and use raise
6101 instead.
6102 (thread2): Remove variable count2. Move thread3 pthread_create here,
6103 merge pthread_join to a single line.
6104 (main): Remove variable count1. Merge pthread_join with pthread_create
6105 to a single line.
6106 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
6107 KFAIL python/12966 for gdbserver. Test return value of
6108 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
6109 gdb_expect by gdb_test and gdb_test_multiple.
6110 (thread 2, thread 3): New tests.
6111
6112 2011-09-12 Matt Rice <ratmice@gmail.com>
6113 Pedro Alves <pedro@codesourcery.com>
6114
6115 PR gdb/13175
6116
6117 * gdb.base/interp.exp: New tests.
6118 * gdb.base/interp.c: New file.
6119
6120 2011-09-12 Doug Evans <dje@google.com>
6121
6122 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
6123 * gdb.dwarf2/typeddwarf.exp: Ditto.
6124
6125 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6126
6127 Fix compatibility with x32 arch.
6128 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
6129 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
6130 is_x86_like_target.
6131 * testsuite/gdb.trace/collection.exp: Likewise.
6132 * testsuite/gdb.trace/report.exp: Likewise.
6133 * testsuite/gdb.trace/unavailable.exp: Likewise.
6134 * testsuite/gdb.trace/while-dyn.exp: Likewise.
6135 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
6136 (is_x86_like_target): Check also is_amd64_regs_target.
6137
6138 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6139
6140 PR breakpoints/12435
6141 * gdb.arch/amd64-prologue-xmm.c: New file.
6142 * gdb.arch/amd64-prologue-xmm.exp: New file.
6143 * gdb.arch/amd64-prologue-xmm.s: New file.
6144
6145 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6146
6147 * gdb.dwarf2/dw2-param-error-main.c: New file.
6148 * gdb.dwarf2/dw2-param-error.S: New file.
6149 * gdb.dwarf2/dw2-param-error.exp: New file.
6150
6151 2011-09-08 Pedro Alves <pedro@codesourcery.com>
6152
6153 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
6154 inferior's pid and look for a core dump named core.$pid. Use
6155 `remote_file' commands on the host instead of hand coding shell
6156 commands on the build.
6157 * gdb.base/valgrind-db-attach.exp: Kill the program before
6158 finishing the test.
6159
6160 2011-09-02 Matt Rice <ratmice@gmail.com>
6161
6162 * lib/prompt.exp: New file for testing the first prompt.
6163 * gdb.python/py-prompt.exp: Ditto.
6164 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
6165
6166 2011-09-02 Pedro Alves <pedro@codesourcery.com>
6167
6168 * gdb.threads/gcore-thread.exp: Set the global core_supported to
6169 0, before testing gcore.
6170
6171 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6172
6173 * dw2-ifort-parameter-debug.S: Update copyright year.
6174 * dw2-ifort-parameter.c: Update copyright year.
6175 * dw2-ifort-parameter.exp: Update copyright year.
6176
6177 * dw2-ifort-parameter-debug.S: New file.
6178 * dw2-ifort-parameter.c: New file.
6179 * dw2-ifort-parameter.exp: New file.
6180
6181 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6182
6183 * gdb.base/commands.exp (error_clears_commands_left): New function.
6184 (): Call it.
6185
6186 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6187
6188 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
6189 (C): Initialize `a'.
6190 * gdb.mi/mi-inheritance-syntax-error.exp
6191 (-data-evaluate-expression $path): Expect `a' as 5.
6192
6193 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
6194
6195 PR mi/11912
6196 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
6197 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
6198 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
6199 keyword in output of -var-info-path-expression.
6200
6201 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6202
6203 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
6204 * gdb.trace/collection.exp: Likewise.
6205 * gdb.trace/report.exp: Likewise.
6206 * gdb.trace/unavailable.exp: Likewise.
6207 * gdb.trace/while-dyn.exp: Likewise.
6208
6209 2011-08-18 Keith Seitz <keiths@redhat.com>
6210
6211 PR c++/12266
6212 * gdb.cp/meth-typedefs.cc: New file.
6213 * gdb.cp/meth-typedefs.exp: New file.
6214
6215 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
6216
6217 * gdb.python/python.exp: Add extended-prompt tests.
6218
6219 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6220
6221 * gdb.arch/i386-dr3-watch.exp
6222 (watchpoint on gap1 does not fit debug registers)
6223 (delete all watchpoints): Fix racy expect strings.
6224
6225 2011-08-14 Yao Qi <yao@codesourcery.com>
6226
6227 * gdb.base/maint.exp: set data_section to ".neardata".
6228 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
6229 * gdb.base/savedregs.exp: Handle SIGILL.
6230 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
6231 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
6232
6233 2011-08-12 Doug Evans <dje@google.com>
6234
6235 * gdb.python/py-symbol.exp: Add test for symbol.type.
6236
6237 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
6238
6239 * gdb.threads/pthreads.exp: Enable on non-native configurations.
6240 * gdb.mi/mi-pthreads.exp: Likewise.
6241 * gdb.mi/mi2-pthreads.exp: Likewise.
6242 * gdb.mi/gdb669.exp.exp: Likewise.
6243
6244 2011-08-09 Pedro Alves <pedro@codesourcery.com>
6245
6246 * lib/mi-support.exp (detect_async): Rename to...
6247 (mi_detect_async): ... this.
6248 * gdb.mi/mi-nonstop-exit.exp: Adjust.
6249 * gdb.mi/mi-nonstop.exp: Adjust.
6250 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
6251 * gdb.mi/mi-nsintrall.exp: Adjust.
6252 * gdb.mi/mi-nsmoribund.exp: Adjust.
6253 * gdb.mi/mi-nsthrexec.exp: Adjust.
6254
6255 2011-08-09 Pedro Alves <pedro@codesourcery.com>
6256
6257 * gdb.base/display.c (do_loops): New `p_i' local.
6258 * gdb.base/display.exp: Test displaying a variable that is
6259 temporarily at a bad address.
6260
6261 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6262
6263 * gdb.dwarf2/dw2-op-stack-value.S: New file.
6264 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
6265
6266 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6267
6268 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
6269 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
6270 (p fuNC_symtab): Permit also ppc64 leading dot.
6271
6272 2011-08-05 Pedro Alves <pedro@codesourcery.com>
6273
6274 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
6275 procedure.
6276 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
6277
6278 2011-08-05 Yao Qi <yao@codesourcery.com>
6279
6280 * gdb.base/callfuncs.exp: Set language after main.
6281 * gdb.cp/cplusfuncs.exp: Likewise.
6282 * gdb.cp/inherit.exp: Likewise.
6283
6284 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6285
6286 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
6287 * gdb.base/watch-vfork.exp: Skip on remote targets.
6288
6289 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6290
6291 * gdb.threads/thread-find.exp: Support remote targets.
6292
6293 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6294
6295 * gdb.base/jit.exp: Download solib_binfile to target.
6296 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
6297 and call dlopen without full path name.
6298 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
6299 dlopen without full path name.
6300
6301 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6302
6303 * gdb.base/break-always.exp: Complete the test
6304 with duplicated breakpoints and enabling/disabling them.
6305
6306 2011-08-02 Tom Tromey <tromey@redhat.com>
6307
6308 PR gdb/11289:
6309 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
6310
6311 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
6312
6313 PR gdb/13045
6314 * gdb.base/float.exp: Add new test case for PR gdb/13045
6315 * gdb.base/float.c: New file.
6316
6317 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
6318
6319 * gdb.python/py-mi.exp: Test printers returning string hint, and
6320 also not returning a value.
6321 * gdb.python/py-prettyprint.c: Add testcase for above.
6322 * gdb.python/py-prettyprint.py: Add test printer for above.
6323
6324 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6325
6326 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
6327 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
6328 (.Ldie30) Add as field "data4".
6329 (.Ldie32) Rename field "b" to "shl".
6330 (abbrev4) Change for the "data4" field.
6331 (abbrev5, abbrev6) Remove.
6332 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
6333 (p &s.shl): ... here. Add comment.
6334 (p &s.data4): New.
6335
6336 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6337
6338 Fix crash on lval_computed values.
6339 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
6340
6341 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6342
6343 * gdb.base/help.exp (help whatis): Update the expected string.
6344
6345 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6346
6347 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
6348 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
6349 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
6350 Change the expected string.
6351
6352 2011-07-26 Pedro Alves <pedro@codesourcery.com>
6353
6354 * gdb.base/watchpoint.exp
6355 (test_disable_enable_software_watchpoint): New procedure.
6356 (top level): Run it.
6357
6358 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
6359
6360 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
6361 executable file "${binfile}", C++ version "${binfile}-cxx".
6362 * gdb.python/py-prettyprint.exp: Likewise.
6363 * gdb.python/py-symbol.exp: Likewise.
6364 * gdb.python/py-type.exp: Likewise.
6365 * gdb.python/py-value.exp: Likewise.
6366 * gdb.python/py-template.exp (test_template_arg): Pass full executable
6367 file name instead of just suffix.
6368
6369 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6370
6371 Fix implicit pointer offsets.
6372 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
6373 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
6374 (continue to breakpoint: continue to baz breakpoint for implptr)
6375 (sanity check element 0, sanity check element 1)
6376 (enter the inlined function, check element 0 for the offset)
6377 (check element 1 for the offset)
6378 (continue to breakpoint: ignore the second baz breakpoint): New tests.
6379 (set foo breakpoint for implptr): Update the breakpoint number.
6380
6381 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6382
6383 * gdb.python/py-mi.exp: Use different file names for different
6384 versions of the executable under test.
6385 * gdb.python/py-prettyprint.exp: Likewise.
6386 * gdb.python/py-symbol.exp: Likewise.
6387 * gdb.python/py-template.exp: Likewise.
6388 * gdb.python/py-type.exp: Likewise.
6389 * gdb.python/py-value.exp: Likewise.
6390
6391 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6392
6393 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
6394 flag after restarting GDB if necessary.
6395
6396 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6397
6398 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
6399
6400 2011-07-22 Pedro Alves <pedro@codesourcery.com>
6401
6402 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
6403 backend doesn't leave used debug registers behind.
6404
6405 2011-07-22 Tom Tromey <tromey@redhat.com>
6406
6407 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
6408 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
6409 argument.
6410 * gdb.dwarf2/typeddwarf-amd64.S: New file.
6411
6412 2011-07-21 Matt Rice <ratmice@gmail.com>
6413
6414 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
6415 in mostlyclean rule. Add files ending in .core.
6416
6417 2011-07-21 Matt Rice <ratmice@gmail.com>
6418
6419 PR macros/12999
6420 * gdb.base/info-macros.c: New test sources.
6421 * gdb.base/info-macros.exp: New tests.
6422
6423 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
6424
6425 * gdb.python/python.exp: Add prompt substitution tests.
6426
6427 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6428
6429 Fix crash if referenced CU is aged out.
6430 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
6431 New.
6432 * gdb.dwarf2/implptr.exp: Likewise.
6433
6434 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6435
6436 * gdb.dwarf2/implptr.S: Rebuilt.
6437 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
6438 (bar): Use them for j, k, l.
6439 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
6440 COMPILE.
6441 (print j in implptr:bar): Update for the intp typedef.
6442 (print p[0].x in implptr:foo): Use more exact regex.
6443
6444 2011-07-18 Tom Tromey <tromey@redhat.com>
6445
6446 * gdb.cp/static-method.exp: Add missing single quote.
6447
6448 2011-07-18 Yao Qi <yao@codesourcery.com>
6449
6450 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
6451 supported.
6452 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6453 * gdb.mi/mi-nonstop.exp: Likewise.
6454 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6455 * gdb.mi/mi-nsintrall.exp: Likewise.
6456 * gdb.mi/mi-nsmoribund.exp: Likewise.
6457 * gdb.mi/mi-nsthrexec.exp: Likewise.
6458 * gdb.python/py-evthreads.exp: Likewise.
6459
6460 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6461
6462 Code cleanup.
6463 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
6464 it. Substitute it instead of test_compiler_info everywhere.
6465
6466 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6467
6468 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
6469 remote targets as well.
6470
6471 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6472
6473 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
6474 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
6475
6476 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6477
6478 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
6479 a remote machine, not the host.
6480 (gdb_compile_shlib): Set soname if target is remote.
6481
6482 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
6483
6484 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
6485
6486 2011-07-13 Matt Rice <ratmice@gmail.com>
6487
6488 * gdb.python/py-objfile-script-gdb.py: Renamed to
6489 py-objfile-script-gdb.py.in.
6490 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
6491 py-objfile-script-gdb.py.
6492 * gdb.python/py-objfile-script.exp: Update reference to
6493 py-objfile-script-gdb.py.
6494
6495 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6496
6497 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
6498 reference undefined label.
6499
6500 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6501
6502 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
6503 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
6504 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
6505 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
6506
6507 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
6508
6509 PR python/12438
6510 * gdb.python/python.exp: Add maint set/show python print-stack
6511 deprecated tests. Add set/show python print-backtrace tests.
6512
6513 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6514
6515 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
6516 debug info.
6517
6518 2011-07-06 Matt Rice <ratmice@gmail.com>
6519
6520 * gdb.python/python.exp: Update filename paths.
6521 * gdb.python/py-symtab.exp: Ditto.
6522
6523 2011-07-06 Marek Polacek <mpolacek@redhat.com>
6524
6525 * gdb.python/py-evthreads.exp: Add missing `$'.
6526
6527 2011-07-06 Jie Zhang <jie.zhang@analog.com>
6528
6529 * config/bfin.exp: New file.
6530 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
6531 * gdb.asm/bfin.inc: New file.
6532
6533 2011-07-06 Marek Polacek <mpolacek@redhat.com>
6534
6535 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
6536 the whole output.
6537
6538 2011-07-05 Tom Tromey <tromey@redhat.com>
6539
6540 * gdb.java/jprint.java (jprint.hi): New field.
6541 * gdb.java/jprint.exp: Print string.
6542
6543 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
6544
6545 * gdb.base/call-sc.c: Fix typos.
6546 * gdb.base/ifelse.exp: Likewise.
6547 * gdb.base/structs.c: Likewise.
6548
6549 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6550
6551 * gdb.base/jit-so.exp: New test.
6552 * gdb.base/jit-dlmain.c: New file.
6553 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
6554
6555 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6556
6557 * gdb.cp/m-static.exp: Call get_compiler_info.
6558 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
6559 * gdb.cp/pr9167.exp (p b): Likewise.
6560 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
6561 (test value of P in inner_m, test type of Z in inner_m): Call
6562 setup_xfail for gcc <= 4.5.
6563
6564 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6565
6566 * gdb.cp/paren-type.cc: New files.
6567 * gdb.cp/paren-type.exp: New files.
6568
6569 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6570
6571 Stop on first linespec terminator instead of eating what we can.
6572 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
6573 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
6574 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
6575 (break C::f()): ... this one.
6576 (break C::operator()()): New test.
6577 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
6578 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
6579 test.
6580
6581 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6582
6583 Fall back linespec to minimal symbols.
6584 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
6585 error message.
6586 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
6587 * gdb.cp/minsym-fallback-main.cc: New file.
6588 * gdb.cp/minsym-fallback.cc: New file.
6589 * gdb.cp/minsym-fallback.exp: New file.
6590 * gdb.cp/minsym-fallback.h: New file.
6591
6592 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6593
6594 * gdb.cp/no-dmgl-verbose.cc: New file.
6595 * gdb.cp/no-dmgl-verbose.exp: New file.
6596
6597 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6598
6599 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
6600 __GI_.
6601 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
6602 (f): New function.
6603 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
6604 (complete p 'func<short>(): ... here.
6605 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
6606 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
6607 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
6608 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
6609 Make them KFAIL gcc/49546.
6610
6611 2011-07-01 Joel Brobecker <brobecker@adacore.com>
6612
6613 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
6614
6615 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6616
6617 Test GCC PR debug/49546.
6618 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
6619 (test type of F in k3_m, test value of F in k3_m): New.
6620 * gdb.cp/temargs.cc (struct S3, struct K3): New.
6621 (main): New variable k3. Call k3.k3_m.
6622
6623 2011-07-01 Jean-Charles Delay <delay@adacore.com>
6624
6625 * gdb.ada/packed_array.exp: Fix expected outout.
6626
6627 2011-07-01 Jean-Charles Delay <delay@adacore.com>
6628
6629 * gdb.ada/packed_array.exp: fixed expected output.
6630
6631 2011-07-01 Joel Brobecker <brobecker@adacore.com>
6632
6633 * gdb.ada/same_enum: New testcase.
6634
6635 2011-07-01 Joel Brobecker <brobecker@adacore.com>
6636
6637 * gdb.ada/ptr_typedef: New testcase.
6638
6639 2011-07-01 Joel Brobecker <brobecker@adacore.com>
6640
6641 * gdb.ada/arrayptr.exp: Add ptype test.
6642
6643 2011-07-01 Joel Brobecker <brobecker@adacore.com>
6644
6645 * gdb.ada/char_enum: New testcase.
6646
6647 2011-07-01 Yao Qi <yao@codesourcery.com>
6648
6649 * gdb.base/dump.exp (capture_pointer_with_type): New.
6650 Get value from address instead of name.
6651 Start GDB once, and do `dump' and `restore'
6652 tests together.
6653
6654 2011-06-30 Jie Zhang <jie.zhang@analog.com>
6655 Mike Frysinger <vapier@gentoo.org>
6656
6657 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
6658 helper functions for getting/setting remotetimeout variable.
6659 * lib/gdb.exp (gdb_load): If the target is remote, set
6660 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
6661 with $loadtimeout. Set $load_ok to 0 before doing the load.
6662 Instead of returning, immediately, set $load_ok to 0. Call
6663 set_remotetimeout with $oldremotetimeout, and then return if
6664 $load_ok is 1.
6665
6666 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
6667
6668 * gdb.python/py-template.exp: Don't run this test if the target
6669 does not support c++ tests.
6670
6671 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6672
6673 Fix non-only rename list for Fortran modules import.
6674 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
6675 tests.
6676 * gdb.fortran/module.f90 (module moduse): New.
6677 (program module): use moduse, test var_x, var_y and var_z.
6678
6679 2011-06-29 Tom Tromey <tromey@redhat.com>
6680
6681 PR testsuite/12040:
6682 * gdb.fortran/array-element.exp: Use f90, not f77.
6683 * gdb.fortran/complex.exp: Use f90, not f77.
6684 * gdb.fortran/derived-type.exp: Use f90, not f77.
6685 * gdb.fortran/library-module.exp: Use f90, not f77.
6686 * gdb.fortran/logical.exp: Use f90, not f77.
6687 * gdb.fortran/module.exp: Use f90, not f77.
6688 * gdb.fortran/multi-dim.exp: Use f90, not f77.
6689 * gdb.fortran/subarray.exp: Use f90, not f77.
6690
6691 2011-06-29 Tom Tromey <tromey@redhat.com>
6692
6693 * gdb.fortran/charset.exp: New file.
6694 * gdb.fortran/charset.f90: New file.
6695
6696 2011-06-29 Tom Tromey <tromey@redhat.com>
6697
6698 PR testsuite/12040:
6699 * lib/future.exp: New file, mostly extracted from ada.exp.
6700 Rewrote compatibility code to use rename.
6701 (gdb_find_gfortran): New proc.
6702 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
6703 gfortran patch.
6704 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
6705 Move to future.exp.
6706 * lib/gdb.exp: Always load future.exp.
6707
6708 2011-06-28 Yao Qi <yao@codesourcery.com>
6709
6710 * gdb.cp/exception.cc: Don't include iostream.
6711 (bar): Remove print statement.
6712 (catcher): New.
6713 (main): Remove print statements. Call function catcher.
6714 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
6715 Set breakpoint on catcher, and check the value of parameter.
6716
6717 2011-06-23 Yao Qi <yao@codesourcery.com>
6718
6719 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
6720 breakpoint 1.2 is disabled. KFAIL for uclinux.
6721
6722 2011-06-23 Marek Polacek <mpolacek@redhat.com>
6723
6724 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
6725 mi_gdb_test.
6726
6727 2011-06-23 Marek Polacek <mpolacek@redhat.com>
6728
6729 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
6730
6731 2011-06-23 Marek Polacek <mpolacek@redhat.com>
6732
6733 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
6734
6735 2011-06-23 Marek Polacek <mpolacek@redhat.com>
6736
6737 * gdb.mi/mi2-basics.exp: Fix races. Honour the
6738 `test_exec_and_symbol_mi_operatons' return value.
6739 (test_mi_interpreter_selection): Use mi_gdb_test instead of
6740 gdb_test_multiple.
6741 (test_exec_and_symbol_mi_operatons): Likewise.
6742 (test_path_specification): Likewise.
6743
6744 2011-06-23 Yao Qi <yao@codesourcery.com>
6745
6746 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
6747 supported.
6748 * lib/gdb.exp (support_displaced_stepping): New.
6749
6750 2011-06-23 Yao Qi <yao@codesourcery.com>
6751
6752 * gdb.threads/execl.exp: Skip on remote target.
6753
6754 2011-06-21 Marek Polacek <mpolacek@redhat.com>
6755
6756 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
6757 mi_gdb_test.
6758
6759 2011-06-20 Marek Polacek <mpolacek@redhat.com>
6760
6761 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
6762
6763 2011-06-20 Marek Polacek <mpolacek@redhat.com>
6764
6765 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
6766 mi_gdb_test.
6767
6768 2011-06-20 Marek Polacek <mpolacek@redhat.com>
6769
6770 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
6771
6772 2011-06-14 Yao Qi <yao@codesourcery.com>
6773
6774 gdb/testsuite/
6775 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
6776
6777 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6778
6779 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
6780
6781 2011-06-10 Tom Tromey <tromey@redhat.com>
6782
6783 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
6784 Add tests for pointer-to-member-function.
6785 * gdb.cp/temargs.cc (S::somefunc): New function.
6786 (K2): New class.
6787 (main): Instantiate K2; call method.
6788
6789 2011-06-08 Joel Brobecker <brobecker@adacore.com>
6790
6791 * gdb.python/py-inferior.c (f2): Make str an array rather
6792 than a pointer.
6793 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
6794
6795 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6796
6797 * gdb.base/async-shell.c: New file.
6798 * gdb.base/async-shell.exp: New file.
6799
6800 2011-06-06 Pedro Alves <pedro@codesourcery.com>
6801
6802 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
6803
6804 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
6805
6806 From Stephen Kitt <steve@sk2.org>
6807 * gdb.base/help.exp: Adjust following some spelling corrections
6808 in GDB.
6809
6810 2011-06-01 Yao Qi <yao@codesourcery.com>
6811
6812 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
6813
6814 2010-05-31 Keith Seitz <keiths@redhat.com>
6815
6816 PR c++/12750
6817 * gdb.cp/static-method.cc: New file.
6818 * gdb.cp/static-method.exp: New file.
6819
6820 2010-05-31 Keith Seitz <keiths@redhat.com>
6821
6822 PR symtab/12704
6823 * gdb.cp/anon-ns.cc: New file.
6824 * gdb.cp/anon-ns.exp: New file.
6825
6826 2011-05-31 Pedro Alves <pedro@codesourcery.com>
6827
6828 * gdb.arch/i386-dr3-watch.c: New file.
6829 * gdb.arch/i386-dr3-watch.exp: New file.
6830
6831 2011-05-30 Yao Qi <yao@codesourcery.com>
6832
6833 * gdb.base/callfuncs.c (t_structs_fc): New.
6834 (t_structs_dc, t_structs_ldc): New.
6835 (t_double_many_args):
6836 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
6837 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
6838 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
6839 * gdb.base/callfuncs.exp: Call new functions.
6840
6841 2011-05-30 Yao Qi <yao@codesourcery.com>
6842
6843 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
6844 Call rerun_and_prepare for each test to isolate effects.
6845
6846 2011-05-30 Yao Qi <yao@codesourcery.com>
6847
6848 * gdb.base/varargs.c (find_max_float_real): New.
6849 (find_max_double_real, find_max_long_double_real): New.
6850 * gdb.base/varargs.exp: Call these new added functions.
6851 * lib/gdb.exp (setup_kfail_for_target): New.
6852
6853 2011-05-30 Yao Qi <yao@codesourcery.com>
6854
6855 * gdb.base/funcargs.c (callca, callcb, callcc): New.
6856 (callcd, callce, callcf, callc1a, callc1b): New.
6857 (callc2a, callc2b): New.
6858 * gdb.base/funcargs.exp (complex_args): New.
6859 (complex_integral_args, complex_float_integral_args): New.
6860 * lib/gdb.exp (support_complex_tests): New. Determine
6861 whether to run test cases on _Complex types.
6862
6863 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6864
6865 * gdb.threads/leader-exit.c: New file.
6866 * gdb.threads/leader-exit.exp: New file.
6867
6868 2011-05-27 Marek Polacek <mpolacek@redhat.com>
6869
6870 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6871
6872 2011-05-27 Marek Polacek <mpolacek@redhat.com>
6873
6874 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
6875 remove the `supported' variable.
6876 * gdb.mi/mi-nonstop.exp: Likewise.
6877 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6878 * gdb.mi/mi-nsintrall.exp: Likewise.
6879 * gdb.mi/mi-nsmoribund.exp: Likewise.
6880 * gdb.mi/mi-nsthrexec.exp: Likewise.
6881
6882 2011-05-26 Pedro Alves <pedro@codesourcery.com>
6883
6884 * gdb.reverse/finish-reverse-bkpt.exp: New test.
6885
6886 2011-05-26 Pedro Alves <pedro@codesourcery.com>
6887
6888 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
6889
6890 2011-05-24 Keith Seitz <keiths@redhat.com>
6891
6892 PR breakpoint/12803
6893 * gdb.cp/cmpd-minsyms.cc (a): New method.
6894 (b): New method.
6895 (c): New method.
6896 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
6897
6898 2011-05-24 Pedro Alves <pedro@codesourcery.com>
6899
6900 * gdb.base/commands.exp (watchpoint_command_test): Check that the
6901 watchpoint's command list didn't execute when the watchpoint went
6902 out of scope.
6903
6904 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
6905
6906 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
6907 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
6908 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
6909 * gdb.arch/i386-gnu-cfi.exp: Likewise.
6910 * gdb.arch/i386-permbkpt.exp: Likewise.
6911 * gdb.arch/i386-prologue.exp: Likewise.
6912 * gdb.arch/i386-size-overlap.exp: Likewise.
6913 * gdb.arch/i386-size.exp: Likewise.
6914 * gdb.arch/i386-unwind.exp: Likewise.
6915 * gdb.reverse/i386-precsave.exp: Likewise.
6916 * gdb.reverse/i386-reverse.exp: Likewise.
6917 * gdb.reverse/i386-sse-reverse.exp: Likewise.
6918 * gdb.reverse/i387-env-reverse.exp: Likewise.
6919 * gdb.reverse/i387-stack-reverse.exp: Likewise.
6920
6921 2011-05-24 Pedro Alves <pedro@codesourcery.com>
6922
6923 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
6924 file doesn't error, using MI.
6925
6926 2011-05-23 Tom Tromey <tromey@redhat.com>
6927
6928 * gdb.base/charset.exp (string_display): Add tests to assign to
6929 arrays.
6930 * gdb.base/charset.c (short_array, int_array, long_array): New.
6931
6932 2011-05-20 Pedro Alves <pedro@codesourcery.com>
6933
6934 Cope with async mode.
6935
6936 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
6937 into gdb_test + mi_expect_stop.
6938
6939 2011-05-20 Pedro Alves <pedro@codesourcery.com>
6940
6941 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
6942 (callme): Remove printf call.
6943
6944 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
6945
6946 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
6947 quote pattern to avoid problems with Cygwin/mingw expect versions.
6948 * gdb.base/default.exp (show convenience): Use double
6949 quote pattern for regular expressions.
6950
6951 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6952
6953 Fix -readnow for -gdwarf-4 unused type units.
6954 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
6955 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
6956
6957 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6958
6959 * gdb.base/kill-after-signal.c: New file.
6960 * gdb.base/kill-after-signal.exp: New file.
6961
6962 2011-05-16 Pedro Alves <pedro@codesourcery.com>
6963
6964 * gdb.ada/start.exp: Call untested with the correct test filename.
6965 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
6966 test filename. Make the test's binary unique.
6967 * gdb.arch/i386-signal.exp: Call untested with the correct test
6968 filename.
6969 * gdb.arch/i386-size-overlap.exp: Ditto.
6970 * gdb.arch/Makefile.in (EXECUTABLES): Update.
6971 * gdb.base/gcore-buffer-overflow.exp: Ditto.
6972 * gdb.cp/call-c.exp: Ditto.
6973 * gdb.mi/mi-reverse.exp: Call untested with the correct test
6974 filename. Make the test's binary unique.
6975 * gdb.mi/Makefile.in (EXECUTABLES): Update.
6976 * gdb.python/py-mi.exp: Ditto.
6977 * gdb.python/Makefile.in (EXECUTABLES): Update.
6978 * gdb.reverse/i386-precsave.exp: Ditto.
6979 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
6980 test filename.
6981 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6982 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
6983 unique.
6984 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
6985 test filename.
6986 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
6987 * gdb.trace/tfile.exp: Ditto.
6988
6989 2011-05-14 Yao Qi <yao@codesourcery.com>
6990
6991 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
6992 type.
6993
6994 2011-05-13 Doug Evans <dje@google.com>
6995
6996 * gdb.python/py-objfile-script.exp: New file.
6997 * gdb.python/py-objfile-script.c: New file.
6998 * gdb.python/py-objfile-script-gdb.py: New file.
6999 * testsuite/gdb.python/py-section-script.exp: Test
7000 "info auto-load-scripts".
7001
7002 2011-05-13 Tom Tromey <tromey@redhat.com>
7003
7004 * gdb.dwarf2/clztest.exp: New file.
7005 * gdb.dwarf2/clztest.c: New file.
7006 * gdb.dwarf2/clztest.S: New file.
7007
7008 2011-05-13 Doug Evans <dje@google.com>
7009
7010 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
7011 String16 tests.
7012
7013 2011-05-13 Tom Tromey <tromey@redhat.com>
7014
7015 * lib/gdb.exp (is_x86_like_target): New proc.
7016 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
7017 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
7018 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
7019 -nostdlib to compiler.
7020 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
7021 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
7022 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
7023 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
7024 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
7025
7026 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7027
7028 * gdb.python/py-function.exp: Test setting a value from a function
7029 which executes a command.
7030
7031 2011-05-12 Tom Tromey <tromey@redhat.com>
7032
7033 * gdb.dwarf2/typeddwarf.S: New file.
7034 * gdb.dwarf2/typeddwarf.c: New file.
7035 * gdb.dwarf2/typeddwarf.exp: New file.
7036
7037 2011-05-12 Marek Polacek <mpolacek@redhat.com>
7038
7039 * gdb.mi/mi-basics.exp: Fix races. Honour the
7040 `test_exec_and_symbol_mi_operatons' return value.
7041 (test_mi_interpreter_selection): Use mi_gdb_test instead of
7042 gdb_test_multiple.
7043 (test_exec_and_symbol_mi_operatons): Likewise.
7044 (test_path_specification): Likewise.
7045
7046 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7047
7048 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
7049 (gdb_touch_execfile): Remove catch wrappers. New variable time.
7050 Replace `file copy' and `file rename' by `file mtime'. Twice.
7051
7052 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7053
7054 * gdb.base/readline-ask.c: New file.
7055 * gdb.base/readline-ask.exp: New file.
7056 * gdb.base/readline-ask.inputrc: New file.
7057
7058 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7059
7060 * gdb.cell/bt.exp: Delete breakpoints before running to signal
7061 to avoid race condition.
7062 * gdb.cell/coremaker.c: Use small stack size.
7063 * gdb.cell/ea-standalone.exp: Use file name without path as
7064 argument to c_to.
7065 * gdb.cell/fork.exp: Allow other output when continuing to end.
7066
7067 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7068
7069 * gdb.threads/corethreads.c: New file.
7070 * gdb.threads/corethreads.exp: New file.
7071
7072 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7073
7074 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
7075 Try to compile the test using -Wl,-z,norelro first.
7076 (load_core): New variable libthread_db_seen, initialize it.
7077 (zeroed-threads cannot be listed): Protect it by XFAIL on
7078 !$libthread_db_seen.
7079
7080 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7081
7082 PR 12573
7083 * gdb.dwarf2/dw2-skip-prologue.S: New file.
7084 * gdb.dwarf2/dw2-skip-prologue.c: New file.
7085 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
7086
7087 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7088
7089 * gdb.cp/psymtab-parameter.cc: New file.
7090 * gdb.cp/psymtab-parameter.exp: New file.
7091
7092 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7093
7094 Fix a race.
7095 * gdb.cp/static-print-quit.exp (print c): Split to ...
7096 (print c - <return>, print c - q <return>, print c - to quit):
7097 ... these. Make the testfile untested on gdb-7.1.
7098
7099 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
7100
7101 * lib/gdb.exp (exec_target_file, exec_symbol_file,
7102 gdb_rename_execfile, gdb_touch_execfile): New.
7103 * gdb.base/reread.exp: Use new procs to handle multiple
7104 exec files.
7105
7106 2011-05-05 Yao Qi <yao@codesourcery.com>
7107
7108 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
7109 (test_adr_32bit, test_pop_pc): New.
7110 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
7111 (test_adr_32bit, test_pop_pc): New.
7112
7113 2011-05-04 Joseph Myers <joseph@codesourcery.com>
7114
7115 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
7116 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
7117 targets.
7118 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
7119 handle targets.
7120
7121 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7122
7123 * gdb.base/completion.exp (complete help info wat): Rename to ...
7124 (complete 'help info wat'): ... here.
7125 Remove all `-re ".*' and `-re "^.*' redundant regexes.
7126 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
7127
7128 2011-05-04 Pedro Alves <pedro@codesourcery.com>
7129
7130 * gdb.base/completion.exp: Use gdb_test_multiple instead of
7131 gdb_test and explicit $gdb_prompt/timeout matches.
7132
7133 2011-05-04 Yao Qi <yao@codesourcery.com>
7134
7135 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
7136 and __thumb2__.
7137
7138 2011-05-03 Marek Polacek <mpolacek@redhat.com>
7139
7140 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
7141 in place of `gdb_test "delete breakpoints"'. This eliminates two
7142 testcases.
7143
7144 2011-05-02 Pedro Alves <pedro@codesourcery.com>
7145
7146 PR testsuite/12649
7147 Fix races.
7148
7149 * gdb.base/completion.exp: Remove all sleep calls. Remove
7150 unnecessary regexs. Don't explicitly expect anything after the
7151 prompt. Eat the prompt if necessary.
7152
7153 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7154
7155 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
7156 accept to show the caller line again as well as the line after.
7157
7158 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
7159
7160 PR mi/12531
7161
7162 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
7163 compile target.
7164 * gdb.python/py-prettyprint.exp: Add C++ object for
7165 CPLUS_FAKE_CHILD test.
7166
7167 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
7168
7169 * gdb.base/signest.exp: New file.
7170 * gdb.base/signest.c: Likewise.
7171
7172 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7173
7174 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
7175 thread and breakpoint notifications.
7176
7177 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7178
7179 * gdb.base/fortran-sym-case.c: New file.
7180 * gdb.base/fortran-sym-case.exp: New file.
7181 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
7182 * gdb.dwarf2/dw2-case-insensitive.c: New file.
7183 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
7184
7185 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7186
7187 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
7188 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
7189 false #1', `if true else false #2' and `if true else false #3'.
7190
7191 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
7192
7193 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
7194 while delivering signal.
7195
7196 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
7197
7198 MI breakpoint notifications.
7199
7200 * testsuite/gdb.mi/mi-cli.exp: Adust.
7201 * testsuite/gdb.mi/mi2-cli.exp: Adust.
7202 * testsuite/gdb.mi/mi-watch.exp: Adust.
7203 * testsuite/gdb.mi/mi2-watch.exp: Adust.
7204 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
7205 notifications.
7206
7207 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7208
7209 * gdb.base/gdbindex-stabs-dwarf.c: New file.
7210 * gdb.base/gdbindex-stabs.c: New file.
7211 * gdb.base/gdbindex-stabs.exp: New file.
7212
7213 2011-04-25 Yao Qi <yao@codesourcery.com>
7214
7215 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
7216 with /*...*/.
7217 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7218
7219 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7220
7221 * gdb.python/py-value.exp (test_objfiles): Name the first test
7222 `py-value in file.filename'.
7223
7224 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7225
7226 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
7227 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
7228 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
7229 !gdbserver_reconnect_p..
7230 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
7231
7232 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7233
7234 * gdb.cp/cpcompletion.exp (complete class methods)
7235 (complete class methods beginning with F): Move them above runto. New
7236 comment about the runto delimiter.
7237
7238 2011-04-20 Pedro Alves <pedro@codesourcery.com>
7239
7240 * gdb.base/maint.exp: Test that "maint print registers" works
7241 without a running program.
7242
7243 2011-04-20 Marek Polacek <mpolacek@redhat.com>
7244
7245 * gdb.base/setshow.exp: Fix racy tests.
7246 ($old_gdb_prompt): New variable.
7247
7248 2011-04-19 Tom Tromey <tromey@redhat.com>
7249
7250 * gdb.mi/mi-nsmoribund.exp:
7251 * gdb.hp/gdb.objdbg/objdbg01.exp:
7252 * gdb.base/structs.exp (test_struct_returns):
7253 * gdb.base/call-sc.exp (test_scalar_returns):
7254 * gdb.base/bigcore.exp: Remove duplicate words.
7255
7256 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7257
7258 * gdb.base/break-interp-lib.c (v, vptr): New variables.
7259 * gdb.base/break-interp.exp (test_attach): New comment.
7260
7261 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7262
7263 * gdb.threads/gcore-thread.exp ($core0file): New variable.
7264 (clear __stack_user.next, clear stack_used.next)
7265 (save a zeroed-threads corefile): New test.
7266 Call core_load for $core0file.
7267 (zeroed-threads cannot be listed): New test.
7268
7269 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7270
7271 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
7272 filename.
7273 ($srcfile): Preserve the original value.
7274 ($testfile): Match it the .exp filename.
7275 ($corefile): New variable. Substitute it around.
7276 Use clean_restart.
7277 ($prev_timeout): Remove.
7278 (load_core): Move core loading into this proc.
7279 Fix restore of $timeout if load_core fails.
7280
7281 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7282
7283 * gdb.base/eu-strip-infcall.c: New file.
7284 * gdb.base/eu-strip-infcall.exp: New file.
7285
7286 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7287
7288 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
7289 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
7290
7291 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7292
7293 Fix Python access to inlined frames.
7294 * gdb.python/py-frame-inline.c: New file.
7295 * gdb.python/py-frame-inline.exp: New file.
7296
7297 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
7298
7299 * gdb.base/gdb1090.exp: Change breakpoint location to read the
7300 content of 's24' correctly (avoiding "optimized out").
7301 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
7302
7303 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7304
7305 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
7306
7307 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7308
7309 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
7310 expect a colon in watch -location output.
7311
7312 2011-04-13 Marek Polacek <mpolacek@redhat.com>
7313
7314 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
7315 New testcase `expect response to define backtrace'. Also remove
7316 redundant `default' block.
7317
7318 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7319
7320 * gdb.python/py-prettyprint.c (struct hint_error): New.
7321 (main): New variable hint_error.
7322 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
7323 "print hint_error".
7324 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
7325 (register_pretty_printers): Register it.
7326
7327 2011-04-04 Tom Tromey <tromey@redhat.com>
7328
7329 * gdb.cp/maint.exp (test_help): Update.
7330 (test_namespace): Likewise.
7331
7332 2011-04-01 Joel Brobecker <brobecker@adacore.com>
7333
7334 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
7335 * gdb.ada/arrayptr.exp: Add new tests.
7336
7337 2011-04-01 Joel Brobecker <brobecker@adacore.com>
7338
7339 * gdb.ada/mi_catch_ex: New testcase.
7340
7341 2011-04-01 Pedro Alves <pedro@codesourcery.com>
7342
7343 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
7344 base::overload(void) method without specifying "const".
7345
7346 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
7347
7348 * gdb.arch/thumb-singlestep.S: New file.
7349 * gdb.arch/thumb-singlestep.exp: Likewise.
7350
7351 2011-03-31 Tom Tromey <tromey@redhat.com>
7352
7353 * gdb.python/py-prettyprint.py (exception_flag): New global.
7354 (NoStringContainerPrinter._iterator.next): Check it.
7355 * gdb.python/py-prettyprint.c (main): New variable nstype2.
7356 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
7357
7358 2011-03-29 Tom Tromey <tromey@redhat.com>
7359
7360 * gdb.cp/anon-struct.cc: New file.
7361 * gdb.cp/anon-struct.exp: New file.
7362
7363 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7364
7365 Test STT_GNU_IFUNC support.
7366 * gdb.base/gnu-ifunc-lib.c: New file.
7367 * gdb.base/gnu-ifunc.c: New file.
7368 * gdb.base/gnu-ifunc.exp: New file.
7369
7370 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7371
7372 Support a ring of related breakpoints.
7373 * gdb.base/watchpoint-delete.c: New file.
7374 * gdb.base/watchpoint-delete.exp: New file.
7375
7376 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7377
7378 * gdb.ada/arrayparam.exp (print first after function call): Use
7379 explicit package name. Add a comment
7380 (print lasta after function call): Rename ...
7381 (print last after function call): ... it and use explicit package
7382 name.
7383 (print length after function call): Use explicit package name.
7384 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
7385 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
7386 (multiple matches for symbol i): Rename ...
7387 (multiple matches for symbol integervar): ... it.
7388 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
7389 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
7390
7391 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
7392
7393 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
7394 environment variable to make grep output more predictable. Move
7395 all the environment setup into gdb_init so it's done once per test
7396 case rather than each time we start gdb.
7397
7398 2011-03-24 Tom Tromey <tromey@redhat.com>
7399
7400 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
7401 test.
7402
7403 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7404
7405 * gdb.dwarf2/dw2-entry-value-main.c: New file.
7406 * gdb.dwarf2/dw2-entry-value.S: New file.
7407 * gdb.dwarf2/dw2-entry-value.exp: New file.
7408
7409 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
7410
7411 PR python/12183
7412
7413 * gdb.python/py-function.exp: Add GdbError tests.
7414
7415 2011-03-18 Pedro Alves <pedro@codesourcery.com>
7416
7417 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
7418 (reglocal_test_func, statlocal_test_func): New functions.
7419 (globals_test_func): Call new functions.
7420 * gdb.trace/unavailable.exp (gdb_collect_args_test)
7421 (gdb_collect_locals_test): New procedure.
7422 (gdb_trace_collection_test): Call new procedures.
7423
7424 2011-03-18 Pedro Alves <pedro@codesourcery.com>
7425
7426 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
7427 (test_register, test_register_unavailable): New procedures.
7428 (gdb_unavailable_registers_test): New procedure.
7429 (gdb_trace_collection_test): Call it.
7430
7431 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
7432
7433 PR python/12149
7434
7435 * gdb.python/python.exp: Add gdb.write tests.
7436
7437 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
7438
7439 * gdb.python/Makefile.in: Add py-objfile.
7440 * gdb.python/py-objfile.exp: New file.
7441 * gdb.python/py-objfile.c: New file.
7442 * gdb.python/py-block.exp: Add is_valid tests.
7443 * gdb.python/py-inferior.exp: Ditto.
7444 * gdb.python/py-infthread.exp: Ditto.
7445 * gdb.python/py-symbol.exp: Ditto.
7446 * gdb.python/py-symtab.exp: Ditto.
7447
7448 2011-03-16 Keith Seitz <keiths@redhat.com>
7449
7450 PR c++/12273
7451 * gdb.cp/cmpd-minsyms.exp: New test.
7452 * gdb.cp/cmpd-minsyms.cc: New file.
7453
7454 PR c++/11734
7455 * gdb.cp/ovsrch.exp: New test.
7456 * gdb.cp/ovsrch.h: New file.
7457 * gdb.cp/ovsrch1.cc: New file.
7458 * gdb.cp/ovsrch2.cc: New file.
7459 * gdb.cp/ovsrch3.cc: New file.
7460 * gdb.cp/ovsrch4.cc: New file.
7461
7462 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7463
7464 PR gdb/12528
7465 * gdb.base/Makefile.in: Adjust EXECUTABLES.
7466 * gdb.base/break-on-linker-gcd-function.exp: New test.
7467 * gdb.base/break-on-linker-gcd-function.cc: New file.
7468
7469 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
7470
7471 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
7472
7473 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
7474
7475 * lib/gdb.exp (gdb_unload): Add another termination case.
7476
7477 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7478
7479 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
7480 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
7481 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
7482 Provide a stub byte there.
7483 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
7484 DW_AT_entry_pc.
7485 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
7486
7487 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
7488
7489 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
7490 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
7491 "generic ABI, auto".
7492 (altivec_abi_tests): Accept vectors returned by reference.
7493
7494 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
7495
7496 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
7497
7498 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
7499
7500 * gdb.python/py-section-script.exp: Skip test if no Python support.
7501
7502 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
7503
7504 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
7505
7506 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
7507
7508 * gdb.python/py-parameter.exp: Update tests to the new Python
7509 parameter API. Add "no documentation" test. Add deprecated API
7510 backward compatibility test.
7511
7512 2011-03-09 Tom Tromey <tromey@redhat.com>
7513
7514 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
7515 gdb_continue_to_end.
7516
7517 2011-03-09 Mark Kettenis <kettenis@gnu.org>
7518
7519 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
7520 tabs.
7521
7522 2011-03-09 Tom Tromey <tromey@redhat.com>
7523
7524 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
7525 parentheses.
7526 (gdb_continue_to_end): Add "allow_extra" parameter. Use
7527 $command.
7528 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
7529 argument to gdb_continue_to_end.
7530 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
7531 argument to gdb_continue_to_end.
7532 * gdb.cp/annota3.exp: Fix regex.
7533 * gdb.cp/annota2.exp: Fix regex.
7534 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
7535 gdb_continue_to_end.
7536 * gdb.base/call-signal-resume.exp: Revert earlier patch.
7537 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
7538 gdb_continue_to_end.
7539
7540 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7541
7542 * gdb.server/ext-run.exp
7543 (load new file without any gdbserver inferior): New test.
7544
7545 2011-03-07 Tom Tromey <tromey@redhat.com>
7546
7547 * Makefile.in (TAGS): Rewrite.
7548
7549 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7550
7551 * gdb.trace/report.exp (12.1: trace report #1): New match for the
7552 initial commands echo. New match for `Found trace'. Anchor all the
7553 other matches. Anchor and match for `No trace frame found' the final
7554 match.
7555
7556 2011-03-07 Tom Tromey <tromey@redhat.com>
7557
7558 * Makefile.in (TAGS): New target.
7559
7560 2011-03-07 Tom Tromey <tromey@redhat.com>
7561
7562 * lib/opencl.exp (skip_opencl_tests): Update for exit message
7563 change.
7564 * lib/mi-support.exp (mi_gdb_test): Update for exit message
7565 change.
7566 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
7567 exit message change.
7568 (skip_altivec_tests): Update for exit message change.
7569 (skip_vsx_tests): Likewise.
7570 (gdb_continue_to_end): Likewise. Add 'command' argument.
7571 * lib/cell.exp (skip_cell_tests): Update for exit message change.
7572 * gdb.threads/tls.exp: Update for exit message change.
7573 * gdb.threads/thread-unwindonsignal.exp: Use
7574 gdb_continue_to_end.
7575 * gdb.threads/step.exp (step_it): Update for exit message change.
7576 (continue_all): Likewise.
7577 * gdb.threads/print-threads.exp (test_all_threads): Update for
7578 exit message change.
7579 * gdb.threads/interrupted-hand-call.exp: Use
7580 gdb_continue_to_end.
7581 * gdb.threads/execl.exp: Use gdb_continue_to_end.
7582 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
7583 gdb_continue_to_end.
7584 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
7585 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
7586 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
7587 * gdb.cp/method.exp: Update for exit message change.
7588 * gdb.cp/mb-templates.exp: Update for exit message change.
7589 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
7590 * gdb.cp/annota3.exp: Update for exit message change.
7591 * gdb.cp/annota2.exp: Update for exit message change.
7592 * gdb.cell/fork.exp: Use gdb_continue_to_end.
7593 * gdb.base/term.exp: Update for exit message change.
7594 * gdb.base/step-test.exp (test_i): Update for exit message change.
7595 * gdb.base/sigstep.exp (advance): Update for exit message change.
7596 (advancei): Likewise.
7597 * gdb.base/siginfo.exp: Update for exit message change.
7598 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
7599 * gdb.base/reread.exp: Use gdb_continue_to_end.
7600 * gdb.base/langs.exp: Use gdb_continue_to_end.
7601 * gdb.base/interrupt.exp: Update for exit message change.
7602 * gdb.base/gdb1555.exp: Update for exit message change.
7603 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
7604 * gdb.base/ending-run.exp: Update for exit message change.
7605 * gdb.base/chng-syms.exp: Update for exit message change.
7606 * gdb.base/checkpoint.exp: Update for exit message change.
7607 * gdb.base/catch-syscall.exp (check_for_program_end): Use
7608 gdb_continue_to_end.
7609 (test_catch_syscall_with_wrong_args): Likewise.
7610 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
7611 * gdb.base/break-interp.exp (test_ld): Update for exit message
7612 change.
7613 * gdb.base/bang.exp: Update for exit message change.
7614 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
7615 (do_call_attach_tests): Likewise.
7616 * gdb.base/a2-run.exp: Update for exit message change.
7617 * gdb.arch/ppc-dfp.exp: Update for exit message change.
7618 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
7619 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
7620
7621 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7622
7623 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
7624
7625 2011-03-03 Tom Tromey <tromey@redhat.com>
7626
7627 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
7628 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
7629 * gdb.hp/gdb.aCC/configure.ac: Remove.
7630 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
7631 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
7632 * gdb.hp/gdb.base-hp/configure.ac: Remove.
7633 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
7634 * gdb.hp/gdb.compat/configure (Makefile): Remove.
7635 * gdb.hp/gdb.compat/configure.ac: Remove.
7636 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
7637 * gdb.hp/gdb.defects/configure (Makefile): Remove.
7638 * gdb.hp/gdb.defects/configure.ac: Remove.
7639 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
7640 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
7641 * gdb.hp/gdb.objdbg/configure.ac: Remove.
7642 * gdb.hp/configure.ac: Remove.
7643 * gdb.hp/configure: Remove.
7644 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
7645 substitution.
7646 (Makefile): Remove rule.
7647 * gdb.cell/configure.ac: Remove.
7648 * gdb.cell/configure: Remove.
7649 * gdb.stabs/Makefile.in (Makefile): Remove.
7650 (distclean): Don't remove config.status or config.log.
7651 * gdb.stabs/configure (Makefile): Remove.
7652 * gdb.stabs/configure.ac: Remove.
7653 * configure: Rebuild.
7654 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
7655 Remove stabs- and cell-specific logic. Test for existence of
7656 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
7657 subdirectories, gdb.cell, and and gdb.stabs.
7658 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
7659
7660 2011-03-03 Joel Brobecker <brobecker@adacore.com>
7661
7662 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
7663 end of buffer.
7664
7665 2011-03-02 Joel Brobecker <brobecker@adacore.com>
7666
7667 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
7668 gdb_test when running a test where we expected no output back.
7669
7670 2011-02-28 Michael Snyder <msnyder@vmware.com>
7671
7672 * gdb.cp/overload.cc: Change initializer value to integer.
7673
7674 2011-02-27 Michael Snyder <msnyder@vmware.com>
7675
7676 * gdb.multi/base.exp: Add test for remove-inferiors.
7677
7678 2011-02-26 Joel Brobecker <brobecker@adacore.com>
7679
7680 * gdb.python/py-frame.exp: Simplify the initialization phase
7681 using prepare_for_testing.
7682
7683 2011-02-25 Michael Snyder <msnyder@vmware.com>
7684
7685 * gdb.multi/base.exp: Add tests for info inferiors with args.
7686
7687 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7688
7689 * gdb.dwarf2/dw2-ranges.S: Rename to ...
7690 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
7691 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
7692 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
7693 asmfile3. Comment the STABS (#3) file compilation. Compile
7694 everything through assembler. Provide KFAIL for symtab/12497.
7695 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
7696 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
7697 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
7698 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
7699
7700 2011-02-24 Michael Snyder <msnyder@vmware.com>
7701
7702 * gdb.base/break.exp: Add tests for delete breakpoints using
7703 convenience variables and value history references.
7704
7705 2011-02-24 Michael Snyder <msnyder@vmware.com>
7706
7707 * gdb.base/break.exp: Remove debugging 'printf' accidentally
7708 left behind in previous check-in.
7709
7710 2011-02-23 Michael Snyder <msnyder@vmware.com>
7711
7712 * gdb.base/break.exp: Add tests for "info break" with arguments.
7713 * gdb.trace/infotrace.exp: Update patterns for error and help.
7714 * gdb.base/completion.exp: Update pattern.
7715 * gdb.base/ena-dis-br.exp: Update pattern.
7716 * gdb.base/help.exp: Update patterns.
7717
7718 2011-02-23 Michael Snyder <msnyder@vmware.com>
7719
7720 * gdb.base/memattr.exp: New test.
7721 * gdb.base/memattr.c: Test load for memattr.exp.
7722
7723 2011-02-22 Doug Evans <dje@google.com>
7724
7725 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
7726
7727 2011-02-22 Michael Snyder <msnyder@vmware.com>
7728
7729 * Makefile.in: Make more clean.
7730 * gdb.ada/Makefile.in: Ditto.
7731 * gdb.arch/Makefile.in: Ditto.
7732 * gdb.asm/Makefile.in: Ditto.
7733 * gdb.base/Makefile.in: Ditto.
7734 * gdb.cp/Makefile.in: Ditto.
7735 * gdb.dwarf2/Makefile.in: Ditto.
7736 * gdb.java/Makefile.in: Ditto.
7737 * gdb.mi/Makefile.in: Ditto.
7738 * gdb.modula2/Makefile.in: Ditto.
7739 * gdb.python/Makefile.in: Ditto.
7740 * gdb.server/Makefile.in: Ditto.
7741 * gdb.stabs/Makefile.in: Ditto.
7742 * gdb.threads/Makefile.in: Ditto.
7743 * gdb.trace/Makefile.in: Ditto.
7744
7745 2011-02-22 Michael Snyder <msnyder@vmware.com>
7746
7747 * gdb.threads/thread-find.exp: Add tests for bad input to
7748 info threads.
7749
7750 2011-02-22 Joel Brobecker <brobecker@adacore.com>
7751
7752 * gdb.python/py-breakpoint.exp: Fix the expected output of
7753 one of the "maint info breakpoints" tests to accept the output
7754 generated on platforms that do not have hardware watchpoints.
7755
7756 2011-02-22 Joel Brobecker <brobecker@adacore.com>
7757
7758 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
7759 clean_restart. Be a little stricter in the expected output
7760 for one of the tests. Fix a typo in one of the comments.
7761
7762 2011-02-22 Joel Brobecker <brobecker@adacore.com>
7763
7764 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
7765 Delete variable binfile, no longer use. Add or modify test
7766 comments to make them unique.
7767
7768 2011-02-21 Michael Snyder <msnyder@vmware.com>
7769
7770 * Makefile.in: Update for make clean.
7771 * gdb.ada/Makefile.in: Ditto.
7772 * gdb.arch/Makefile.in: Ditto.
7773 * gdb.asm/Makefile.in: Ditto.
7774 * gdb.base/Makefile.in: Ditto.
7775 * gdb.cp/Makefile.in: Ditto.
7776 * gdb.dwarf2/Makefile.in: Ditto.
7777 * gdb.java/Makefile.in: Ditto.
7778 * gdb.mi/Makefile.in: Ditto.
7779 * gdb.modula2/Makefile.in: Ditto.
7780 * gdb.python/Makefile.in: Ditto.
7781 * gdb.server/Makefile.in: Ditto.
7782 * gdb.stabs/Makefile.in: Ditto.
7783 * gdb.threads/Makefile.in: Ditto.
7784 * gdb.trace/Makefile.in: Ditto.
7785
7786 2011-02-21 Michael Snyder <msnyder@vmware.com>
7787
7788 * gdb.threads/thread-find.exp: Update patterns for changes in
7789 output of "info threads" command.
7790
7791 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7792 Ulrich Weigand <uweigand@de.ibm.com>
7793
7794 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
7795 (skip_hw_watchpoint_tests): Likewise.
7796 (skip_hw_watchpoint_multi_tests): Likewise.
7797
7798 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
7799
7800 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
7801 (skip_hw_watchpoint_tests): Likewise.
7802 (skip_hw_watchpoint_multi_tests): Likewise.
7803 (skip_hw_watchpoint_access_tests): Likewise.
7804
7805 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
7806 * gdb.base/pr11022.exp: Likewise.
7807 * gdb.base/watch-read.exp: Likewise.
7808 * gdb.base/watch_thread_num.exp: Likewise.
7809 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
7810 * gdb.base/watchpoint-hw.exp: Likewise.
7811 * gdb.base/watchpoint.exp: Likewise.
7812 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
7813 * gdb.threads/watchthreads-reorder.exp: Likewise.
7814 * gdb.threads/watchthreads.exp: Likewise.
7815 * gdb.threads/watchthreads2.exp: Likewise.
7816
7817 2011-02-21 Joel Brobecker <brobecker@adacore.com>
7818
7819 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
7820 the debugger is unable to find the array bounds.
7821
7822 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7823
7824 * gdb.cp/typedef-operator.exp: New file.
7825 * gdb.cp/typedef-operator.cc: New file.
7826
7827 2011-02-17 Michael Snyder <msnyder@vmware.com>
7828
7829 * gdb.threads/thread-find.exp: Fix regular expressions.
7830
7831 2011-02-17 Joel Brobecker <brobecker@adacore.com>
7832
7833 * gdb.ada/packed_array: Expand testcase to test printing of
7834 unconstrained packed array.
7835
7836 2011-02-17 Joel Brobecker <brobecker@adacore.com>
7837
7838 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
7839
7840 2011-02-16 Pedro Alves <pedro@codesourcery.com>
7841
7842 * gdb.trace/collection.c (globalarr3): New global.
7843 (main): Initialize it before collecting, and and clear it
7844 afterwards.
7845 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
7846 collecting with '{type} addr', where the addr expression is not an
7847 rvalue.
7848
7849 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
7850
7851 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
7852 a bool variable. Expect correct OpenCL names for vector types. Use the
7853 uc3 variable name instead of referring to the uchar3 built-in type.
7854 Escape the asterisk at the half pointer test.
7855
7856 2011-02-16 Pedro Alves <pedro@codesourcery.com>
7857
7858 * gdb.trace/collection.c (globalarr2): New global.
7859 (main): Initialize it before collecting, and and clear it
7860 afterwards.
7861 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
7862 collecting overlapping memory ranges.
7863
7864 2011-02-15 Michael Snyder <msnyder@vmware.com>
7865
7866 * gdb.base/default.exp: Add tests for thread commands.
7867 * gdb.base/help.exp: Add tests for thread commands.
7868 * gdb.threads/thread-find.exp: New test for thread find command.
7869
7870 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
7871
7872 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
7873
7874 2011-02-15 Yao Qi <yao@codesourcery.com>
7875
7876 PR tdep/12352
7877 * gdb.arch/arm-disp-step.S : New test for str instruction.
7878 * gdb.arch/arm-disp-step.exp : Likewise.
7879
7880 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
7881
7882 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
7883 "vector_register2_vr" test strings. Test the extended floating
7884 point registers (F32~F63).
7885 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
7886 IBM XL C compiler. Make the test program use a register provided
7887 by the compiler for the lxvd2x instruction.
7888
7889 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7890
7891 * gdb.trace/unavailable.cc (class Base, class Middle, class
7892 Derived): New types.
7893 (derived_unavail, derived_partial, derived_whole): New globals.
7894 (virtual_partial): New global.
7895 (virtualp): Point at virtual_partial.
7896 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
7897 related to unavailable vptr.
7898
7899 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7900
7901 * gdb.trace/unavailable.cc (a, b, c): New globals.
7902 (main): Set and clear them.
7903 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
7904 `a' and `c', and check that `b' isn't collected, although `a' and
7905 `c' are.
7906
7907 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7908
7909 * gdb.trace/unavailable.cc (struct Virtual): New.
7910 (virtualp): New global pointer.
7911 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
7912 printing a pointer to an object whose type has a vtable, with
7913 print object on.
7914
7915 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7916
7917 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
7918 value repeat handles unavailableness.
7919
7920 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7921
7922 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
7923 tests for building arrays from unavailable values, subscripting
7924 non-memory rvalue unvailable arrays, and accessing fields or
7925 baseclasses of non-lazy unavailable values,
7926 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
7927 struct types.
7928 (g_smallstruct, g_smallstruct_b): New globals.
7929
7930 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7931
7932 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
7933
7934 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7935
7936 Fix const/volatile qualifiers of C++ types, PR c++/12328.
7937 * gdb.cp/overload-const.exp: New file.
7938 * gdb.cp/overload-const.cc: New file.
7939
7940 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
7941
7942 * gdb.opencl/callfuncs.cl: New file.
7943 * gdb.opencl/callfuncs.exp: New test.
7944 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
7945
7946 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
7947
7948 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
7949 when computing result.
7950 * gdb.arch/altivec-abi.exp: Update expected results.
7951
7952 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7953
7954 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
7955 * gdb.base/jit.exp: Likewise.
7956 * gdb.base/pie-execl.exp: Likewise.
7957 * gdb.base/solib-nodir.exp: Likewise.
7958 * gdb.base/solib-overlap.exp: Likewise.
7959
7960 2011-02-07 Pedro Alves <pedro@codesourcery.com>
7961
7962 * gdb.trace/collection.c (global_pieces): New.
7963 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
7964 New procedure.
7965 (gdb_trace_collection_test): Call it.
7966
7967 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
7968
7969 * gdb.python/py-evthreads.c: New file.
7970 * gdb.python/py-evthreads.exp: New file.
7971 * gdb.python/py-events.py: New file.
7972 * gdb.python/py-events.exp: New file.
7973 * gdb.python/py-events.c: New file.
7974
7975 2011-02-04 David Daney <ddaney@caviumnetworks.com>
7976
7977 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
7978
7979 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
7980
7981 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
7982 gdb.base/disasm-end-cu.exp: New test for disassembling over the
7983 boundary between two compilation units.
7984
7985 2011-02-02 Pedro Alves <pedro@codesourcery.com>
7986
7987 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
7988 (Virtual): New structs.
7989 (virtual_o, virtual_middle_b): New globals.
7990 * gdb.cp/virtbase.exp: New tests.
7991
7992 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
7993
7994 * gdb.base/jit.exp: New file.
7995 * gdb.base/jit-main.c: New file.
7996 * gdb.base/jit-solib.c: New file.
7997
7998 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
7999
8000 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
8001 proceed to initial kernel entry point.
8002 * gdb.opencl/datatypes.exp: Likewise.
8003 * gdb.opencl/operators.exp: Likewise.
8004 * gdb.opencl/vec_comps.exp: Likewise.
8005
8006 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
8007
8008 * gdb.cp/nsnested.cc: New.
8009 * gdb.cp/nsnested.exp: New.
8010 * gdb.cp/nsnoimports.exp: New.
8011 * gdb.cp/nsnoimports.cc: New.
8012
8013 2011-01-31 Joel Brobecker <brobecker@adacore.com>
8014
8015 * gdb.base/interact.exp: Add extra tests that verify that
8016 the value of the interactive-mode setting does not change
8017 after the script is sourced.
8018
8019 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8020
8021 * gdb.cp/noparam.exp: New file.
8022 * gdb.cp/noparam.cc: New file.
8023
8024 2011-01-28 Pedro Alves <pedro@codesourcery.com>
8025
8026 * gdb.trace/tfile.exp: Test that with no traceframe selected,
8027 there's no stack or registers.
8028
8029 2011-01-26 Tom Tromey <tromey@redhat.com>
8030
8031 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
8032 space before string output. Add test for "set print pretty off"
8033 case.
8034
8035 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8036
8037 * gdb.base/frame-args.exp: Adjust.
8038 * gdb.dwarf2/dw2-noloc.exp: Adjust.
8039 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
8040 * gdb.dwarf2/pieces.exp: Adjust.
8041 * gdb.opt/clobbered-registers-O2.exp: Adjust.
8042 * gdb.opt/inline-locals.exp: Adjust.
8043 * gdb.threads/fork-child-threads.exp: Adjust.
8044
8045 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
8046
8047 * gdb.opencl/convs_casts.cl: Move program scope variables into the
8048 OpenCL kernel function. Add a comment as marker. Add address space
8049 qualifiers for the remaining program scope variables.
8050 * gdb.opencl/datatypes.cl: Likewise.
8051 * gdb.opencl/operators.cl: Likewise.
8052 * gdb.opencl/vec_comps.cl: Likewise.
8053 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
8054 Add breakpoint at the marker comment.
8055 * gdb.opencl/datatypes.exp: Likewise.
8056 * gdb.opencl/operators.exp: Likewise.
8057 * gdb.opencl/vec_comps.exp: Likewise.
8058
8059 2011-01-24 Pedro Alves <pedro@codesourcery.com>
8060
8061 * gdb.base/printcmds.c (some_struct): New struct and instance.
8062 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
8063 procedure.
8064 <global scope>: Call it.
8065
8066 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
8067
8068 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
8069 argument to the gdb_compile_opencl_hostapp call.
8070
8071 2011-01-19 Yao Qi <yao@codesourcery.com>
8072
8073 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
8074 positve list.
8075
8076 2011-01-19 Yao Qi <yao@codesourcery.com>
8077
8078 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
8079 canonical form.
8080 Remove "xscale-*-*"
8081 * gdb.xml/tdesc-regs.exp: Likewise.
8082 * gdb.python/py-section-script.exp: Replace ARM target triplet
8083 with canonical form.
8084 Match arm*-*-symbianelf*.
8085 * gdb.base/dup-sect.exp: Likewise.
8086 * lib/dwarf.exp: New.
8087 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
8088 dwarf2_support.
8089 * gdb.dwarf2/dup-psym.exp: Likewise.
8090 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
8091 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8092 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
8093 * gdb.dwarf2/dw2-basic.exp: Likewise.
8094 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8095 * gdb.dwarf2/dw2-const.exp: Likewise.
8096 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
8097 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
8098 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
8099 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
8100 * gdb.dwarf2/dw2-filename.exp: Likewise.
8101 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
8102 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
8103 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8104 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8105 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
8106 * gdb.dwarf2/dw2-noloc.exp: Likewise.
8107 * gdb.dwarf2/dw2-op-call.exp: Likewise.
8108 * gdb.dwarf2/dw2-producer.exp: Likewise.
8109 * gdb.dwarf2/dw2-ranges.exp: Likewise.
8110 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
8111 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
8112 * gdb.dwarf2/dw2-strp.exp: Likewise.
8113 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
8114 * gdb.dwarf2/implptr.exp: Likewise.
8115 * gdb.dwarf2/mac-fileno.exp: Likewise.
8116 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
8117 * gdb.dwarf2/pieces.exp: Likewise.
8118 * gdb.dwarf2/pr11465.exp: Likewise.
8119 * gdb.dwarf2/valop.exp: Likewise.
8120 * gdb.dwarf2/watch-notconst.exp: Likewise.
8121 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
8122
8123 2011-01-19 Tom Tromey <tromey@redhat.com>
8124
8125 * gdb.python/py-infthread.exp: Add thread tests.
8126
8127 2011-01-14 Joel Brobecker <brobecker@adacore.com>
8128
8129 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
8130
8131 2011-01-14 Joel Brobecker <brobecker@adacore.com>
8132
8133 * gdb.ada/widewide: New testcase.
8134
8135 2011-01-13 Joel Brobecker <brobecker@adacore.com>
8136
8137 * gdb.base/interact.exp: New testcase.
8138
8139 2011-01-12 Tom Tromey <tromey@redhat.com>
8140
8141 * gdb.mi/gdb2549.exp: Update for error message changes.
8142 * gdb.mi/mi-cli.exp: Likewise.
8143 * gdb.mi/mi-disassemble.exp: Likewise.
8144 * gdb.mi/mi-pthreads.exp: Likewise.
8145 * gdb.mi/mi-regs.exp: Likewise.
8146 * gdb.mi/mi-stack.exp: Likewise.
8147 * gdb.mi/mi-var-block.exp: Likewise.
8148 * gdb.mi/mi-var-cmd.exp: Likewise.
8149 * gdb.mi/mi2-cli.exp: Likewise.
8150 * gdb.mi/mi2-disassemble.exp: Likewise.
8151 * gdb.mi/mi2-pthreads.exp: Likewise.
8152 * gdb.mi/mi2-regs.exp: Likewise.
8153 * gdb.mi/mi2-stack.exp: Likewise.
8154 * gdb.mi/mi2-var-block.exp: Likewise.
8155 * gdb.mi/mi2-var-cmd.exp: Likewise.
8156
8157 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
8158 Jan Kratochvil <jan.kratochvil@redhat.com>
8159
8160 PR fortran/11104 and DWARF unbound arrays detection.
8161 * gdb.fortran/multi-dim.exp: New file.
8162 * gdb.fortran/multi-dim.f90: New file.
8163
8164 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
8165
8166 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
8167 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
8168 add new tests for opcode dumping.
8169
8170 2011-01-11 Tom Tromey <tromey@redhat.com>
8171
8172 * gdb.python/py-infthread.exp: Load gdb-python.exp.
8173
8174 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
8175
8176 Convert hardware watchpoints to use breakpoint_ops.
8177 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
8178 type is not supported.
8179 * gdb.base/foll-fork.exp: Likewise.
8180 * gdb.base/foll-vfork.exp: Likewise.
8181
8182 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
8183
8184 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
8185 Use load_lib gdb-python.exp.
8186 * gdb.python/python.exp: Ditto.
8187 * gdb.python/py-function.exp: Ditto.
8188
8189 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
8190
8191 * gdb.threads/tls.exp ("info address me"): Fix expected output.
8192
8193 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8194
8195 * configure: Regenerate.
8196
8197 2011-01-06 Tom Tromey <tromey@redhat.com>
8198
8199 * gdb.python/py-frame.exp: Test gdb.newest_frame.
8200
8201 2011-01-06 Joel Brobecker <brobecker@adacore.com>
8202
8203 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
8204 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
8205 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
8206 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
8207 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
8208 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
8209 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
8210 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
8211 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
8212 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
8213 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
8214 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
8215 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
8216 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
8217 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
8218 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
8219 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
8220 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
8221 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
8222 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
8223 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
8224 gdb.ada/uninitialized_vars.exp,
8225 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
8226 Simplify by using clean_restart.
8227
8228 2011-01-06 Joel Brobecker <brobecker@adacore.com>
8229
8230 Add marker to be used as anchor for inserting breakpoints.
8231 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
8232 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
8233 Likewise.
8234
8235 Remove uses of gdb_start_cmd.
8236 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
8237 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
8238
8239 Do not run testcase if testing with GDBserver.
8240 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
8241 if testing with GDBserver.
8242
8243 2011-01-06 Joel Brobecker <brobecker@adacore.com>
8244
8245 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
8246 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
8247 copyright header.
8248
8249 2011-01-05 Joel Brobecker <brobecker@adacore.com>
8250
8251 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
8252 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
8253 testsuite/gdb.fortran/complex.f,
8254 testsuite/gdb.fortran/derived-type.f90,
8255 testsuite/gdb.fortran/library-module-lib.f90,
8256 testsuite/gdb.fortran/library-module-main.f90,
8257 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
8258 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
8259 Copyright year update.
8260
8261 2011-01-05 Joel Brobecker <brobecker@adacore.com>
8262
8263 * gdb.base/langs1.f: Add copyright header.
8264
8265 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8266
8267 * gdb.base/morestack.exp: New file.
8268 * gdb.base/morestack.c: New file.
8269
8270 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8271
8272 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
8273
8274 2010-12-29 Joel Brobecker <brobecker@adacore.com>
8275
8276 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
8277 * gdb.ada/arrayptr.exp: Add test printing that new variable.
8278
8279 2010-12-29 Joel Brobecker <brobecker@adacore.com>
8280
8281 * gdb.ada/lang_switch.exp: Correct expected parameter value.
8282
8283 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
8284
8285 * gdb.threads/tls.exp: Fix typo.
8286
8287 * gdb.threads/thread-specific.exp (get_thread_list): Update.
8288 * gdb.threads/execl.exp: Update.
8289
8290 2010-12-23 Yao Qi <yao@codesourcery.com>
8291
8292 * gdb.arch/arm-disp-step.exp: New.
8293 * gdb.arch/arm-disp-step.S: New.
8294
8295 2010-12-21 Tom Tromey <tromey@redhat.com>
8296
8297 * gdb.threads/execl.exp: Update.
8298 * gdb.threads/linux-dp.exp: Update.
8299 * gdb.threads/manythreads.exp: Update.
8300 * gdb.threads/tls.exp: Update.
8301
8302 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8303
8304 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
8305 (NextOverThrowDerivates) <resumebpt>: New.
8306 (resumebpt_test): New.
8307 (main): Call resumebpt_test.
8308 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
8309
8310 2010-12-12 Stan Shebs <stan@codesourcery.com>
8311
8312 * gdb.trace/tsv.exp: Test print command on trace state variables.
8313
8314 2010-12-09 Tom Tromey <tromey@redhat.com>
8315
8316 * gdb.base/interp.exp: Add regression test.
8317
8318 2010-12-09 Tom Tromey <tromey@redhat.com>
8319
8320 * gdb.java/jnpe.java: New file.
8321 * gdb.java/jnpe.exp: New file.
8322 * gdb.cp/nextoverthrow.exp: New file.
8323 * gdb.cp/nextoverthrow.cc: New file.
8324
8325 2010-12-07 Doug Evans <dje@google.com>
8326
8327 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
8328 of data-directory.
8329 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
8330 updated.
8331 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
8332
8333 2010-11-29 Michael Snyder <msnyder@vmware.com>
8334
8335 * gdb.base/callfuncs.exp: Test for skip_float_tests.
8336 * gdb.base/call-sc.exp: Ditto.
8337 * gdb.base/finish.exp: Ditto.
8338 * gdb.base/return.exp: Ditto.
8339 * gdb.base/return2.exp: Ditto.
8340
8341 2010-11-30 Doug Evans <dje@google.com>
8342
8343 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
8344 (gdb_expect_list): Fix spelling errors in comments.
8345 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
8346 send_gdb/gdb_expect_list where applicable.
8347 * gdb.base/call-ar-st.exp: Ditto.
8348 * gdb.base/funcargs.exp: Ditto.
8349 * gdb.base/gcore.exp: Ditto.
8350 * gdb.base/page.exp: Ditto.
8351 * gdb.base/sigaltstack.exp: Ditto.
8352 * gdb.base/siginfo.exp: Ditto.
8353 * gdb.base/sigstep.exp: Ditto.
8354 * gdb.base/trace-commands.exp: Ditto.
8355
8356 2010-11-29 Doug Evans <dje@google.com>
8357
8358 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
8359 printer-name;subprinter-name.
8360
8361 2010-11-29 Tom Tromey <tromey@redhat.com>
8362
8363 * gdb.dwarf2/implptr.exp: New file.
8364 * gdb.dwarf2/implptr.c: New file.
8365 * gdb.dwarf2/implptr.S: New file.
8366
8367 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
8368
8369 PR python/12199
8370
8371 * gdb.python/py-breakpoint.exp: Test the delete method.
8372
8373 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8374
8375 Fix step_resume_breakpoint unsaved during an infcall.
8376 * gdb.base/step-resume-infcall.exp: New file.
8377 * gdb.base/step-resume-infcall.c: New file.
8378
8379 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
8380
8381 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
8382
8383 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
8384
8385 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
8386 on ppc64's symbols; "finish" and "return" commands must accept to
8387 show the caller line again as well as the line after.
8388 * gdb.asm/powerpc64.inc: New file.
8389
8390 2010-11-23 Doug Evans <dje@google.com>
8391
8392 * lib/gdb.exp (gdb_test_sequence): New function.
8393 (gdb_expect_list): Add verbose -log call for each pattern.
8394 * gdb.base/signals.exp (test_handle_all_print): Call it.
8395 Reduce timeout increment from 6 minutes to 1 minute.
8396 * gdb.server/ext-run.exp: Call it.
8397
8398 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
8399
8400 PR python/12212
8401
8402 * gdb.python/python.exp: Check that selected_thread raises an
8403 error when no inferior is loaded.
8404
8405 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8406
8407 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
8408 * gdb.dwarf2/dw2-stack-boundary.S: New file.
8409
8410 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8411
8412 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
8413 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
8414
8415 2010-11-18 Doug Evans <dje@google.com>
8416
8417 * gdb.server/ext-run.exp: Fix intermittent failures.
8418
8419 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8420
8421 * gdb.stabs/gdb11479.exp: Use runto_main.
8422
8423 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8424
8425 * gdb.base/break-entry.exp: Skip if using a stub.
8426
8427 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8428
8429 * gdb.python/py-inferior.exp: Pack values in target endianness.
8430
8431 2010-11-12 Tom Tromey <tromey@redhat.com>
8432
8433 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
8434 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
8435 MemoryError.
8436 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
8437 type.
8438 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
8439 MemoryError.
8440 (test_subscript_regression): Update exception type.
8441
8442 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
8443
8444 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
8445 breakpoint tests.
8446
8447 2010-11-09 Pedro Alves <pedro@codesourcery.com>
8448
8449 * gdb.base/watchpoint.exp: Test "watch -location" with an
8450 innacessible location.
8451
8452 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
8453 Luis Machado <luisgpm@br.ibm.com>
8454
8455 * gdb.base/maint.exp: Expect "." prefix.
8456 * gdb.base/nodebug.exp: Expect "." Likewise.
8457 * gdb.base/sepsymtab.exp: Expect "." Likewise.
8458 * gdb.base/watchpoint-cond-gone.exp: Likewise.
8459 * gdb.base/watchpoint.exp: Expect a software watch to be created for
8460 POWER server processors.
8461
8462 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
8463 Luis Machado <luisgpm@br.ibm.com>
8464
8465 * gdb.base/break-entry.exp: convert entry point for
8466 ppc64 and expect leading `.' on ppc64's symbols
8467
8468 2010-11-05 Doug Evans <dje@google.com>
8469
8470 * gdb.base/help.exp: Update expected output.
8471 * gdb.python/py-param.exp: Delete, contents moved to ...
8472 * gdb.python/py-parameter.exp: ... here. New file.
8473 Add test for gdb.parameter ("directories").
8474
8475 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
8476
8477 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
8478 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
8479 * configure: Regenerate.
8480 * gdb.opencl/Makefile.in: New File.
8481 * gdb.opencl/datatypes.exp: Likewise.
8482 * gdb.opencl/datatypes.cl: Likewise.
8483 * gdb.opencl/operators.exp: Likewise.
8484 * gdb.opencl/operators.cl: Likewise.
8485 * gdb.opencl/vec_comps.exp: Likewise.
8486 * gdb.opencl/vec_comps.cl: Likewise.
8487 * gdb.opencl/convs_casts.exp: Likewise.
8488 * gdb.opencl/convs_casts.cl: Likewise.
8489 * lib/opencl.exp: Likewise.
8490 * lib/opencl_hostapp.c: Likewise.
8491 * lib/opencl_kernel.cl: Likewise.
8492 * lib/cl_util.c: Likewise.
8493 * lib/cl_util.c: Likewise.
8494 * gdb.base/default.exp (set language): Add "opencl" to the list of
8495 languages.
8496
8497 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
8498
8499 * gdb.cp/overload.exp: Added test for inheritance overload.
8500 * gdb.cp/overload.cc: Ditto.
8501 * gdb.cp/oranking.exp: Removed releveant kfails.
8502
8503 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8504 Joel Brobecker <brobecker@adacore.com>
8505
8506 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
8507 check test_compiler_info.
8508
8509 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
8510
8511 * gdb.base/gnu_vector.exp: Adjust expect messages.
8512
8513 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
8514
8515 * gdb.base/gnu_vector.exp: Add unary operator tests.
8516
8517 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
8518
8519 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
8520
8521 2010-11-02 Doug Evans <dje@google.com>
8522
8523 * gdb.python/py-pp-maint.c: New file.
8524 * gdb.python/py-pp-maint.exp: New file.
8525 * gdb.python/py-pp-maint.py: New file.
8526
8527 2010-11-02 Tom Tromey <tromey@redhat.com>
8528
8529 * gdb.base/default.exp: Remove "scheme" from language list.
8530
8531 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8532
8533 Revert:
8534 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8535 * gdb.threads/sigstep-threads.exp: New file.
8536 * gdb.threads/sigstep-threads.c: New file.
8537
8538 2010-10-20 Michael Snyder <msnyder@vmware.com>
8539
8540 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
8541
8542 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8543
8544 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
8545 Skip test completely if gdb,no_hardware_watchpoints.
8546
8547 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8548
8549 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
8550 strict, but do not check for any particular function name within libc.
8551
8552 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
8553
8554 * gdb.cp/smartp.exp: New test.
8555 * gdb.cp/smartp.cc : New test.
8556
8557 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
8558
8559 * gdb.cp/converts.exp: Test pointer to bool conversion.
8560 Test pointer to long conversion.
8561 * gdb.cp/oranking.exp: Removed relevant kfail.
8562
8563 2010-10-18 Tom Tromey <tromey@redhat.com>
8564
8565 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
8566 argument to lazy_string.
8567 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
8568 (pp_ls.to_string): Use it.
8569 * gdb.python/py-prettyprint.c (main): Move declarations to top.
8570 Add "estring2" local.
8571
8572 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8573
8574 Fix s390x compatibility.
8575 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
8576 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
8577
8578 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8579
8580 * gdb.threads/sigstep-threads.exp: New file.
8581 * gdb.threads/sigstep-threads.c: New file.
8582
8583 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8584
8585 * gdb.base/pie-execl.exp: New file.
8586 * gdb.base/pie-execl.c: New file.
8587
8588 2010-10-13 Doug Evans <dje@google.com>
8589 Jan Kratochvil <jan.kratochvil@redhat.com>
8590
8591 PR exp/12117
8592 * gdb.cp/ptype-cv-cp.cc: New file.
8593 * gdb.cp/ptype-cv-cp.exp: New file.
8594
8595 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
8596
8597 * gdb.cp/converts.cc: New test program.
8598 * gdb.cp/converts.exp: New test.
8599 * gdb.cp/overload.exp: Added test for void* vs int*.
8600 * gdb.cp/overload.exp: Ditto.
8601 * gdb.cp/oranking.exp: Removed related kfail.
8602
8603 2010-10-13 Doug Evans <dje@google.com>
8604
8605 * lib/gdb-python.exp (gdb_check_python_config): New function.
8606 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
8607 * gdb.python/lib-types.cc: New file.
8608 * gdb.python/lib-types.exp: New file.
8609
8610 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8611
8612 * gdb.python/py-error.exp: New file.
8613 * gdb.python/py-error.py: New file.
8614
8615 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8616
8617 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
8618 gdb_test_multiple.
8619
8620 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8621
8622 * gdb.base/break-interp.exp: Use ldlags for linking flags.
8623 * gdb.base/prelink.exp: Likewise.
8624 * gdb.base/solib-nodir.exp: Likewise.
8625 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
8626 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
8627 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
8628
8629 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8630
8631 * break-interp.exp (test_ld): Use two separate gdb_expect statements
8632 for the "info files" test to avoid timeouts on slow machines.
8633
8634 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8635
8636 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
8637 (main): Make openlib dummy call.
8638
8639 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8640
8641 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
8642 * break-interp.exp (reach): Move the core body ...
8643 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
8644 (test_ld): Provide always real argument, even to the linker. Replace
8645 dl_main by _dl_debug_state.
8646
8647 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8648
8649 Fix results of prelinked PIEs on ppc*.
8650 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
8651 Accept also DISPLACEMENT "PRESENT".
8652 (main): Replace "ZERO" displacements by "PRESENT".
8653
8654 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
8655
8656 * gdb.cp/oranking.exp: New test.
8657 * gdb.cp/oranking.cc: New test program.
8658
8659 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
8660
8661 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
8662 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
8663
8664 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
8665
8666 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
8667 lush, lynx) New constant.
8668 * gdb.base/constvars.exp: Test const array types.
8669 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
8670
8671 2010-10-06 Doug Evans <dje@google.com>
8672
8673 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
8674 of syscall staging area.
8675
8676 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
8677
8678 * gdb.base/gnu_vector.c: Add variable c4.
8679 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
8680 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
8681
8682 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
8683
8684 * gdb.arch/altivec-abi.exp: Fix a typo.
8685
8686 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
8687
8688 * lib/mi-support.exp (thread_selected_re): Correct pattern used
8689 to match a thread ID.
8690
8691 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8692
8693 Fix s390x testcase compatibility.
8694 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
8695
8696 2010-10-01 Doug Evans <dje@google.com>
8697
8698 * lib/gdb-python.exp: New file.
8699 * gdb.python/py-block.exp: Use it.
8700 * gdb.python/py-breakpoint.exp: Ditto.
8701 * gdb.python/py-frame.exp: Ditto.
8702 * gdb.python/py-inferior.exp: Ditto.
8703 * gdb.python/py-param.exp: Ditto.
8704 * gdb.python/py-prettyprint.exp: Ditto.
8705 * gdb.python/py-shared.exp: Ditto.
8706 * gdb.python/py-symbol.exp: Ditto.
8707 * gdb.python/py-symtab.exp: Ditto.
8708 * gdb.python/py-type.exp: Ditto.
8709 * gdb.python/py-value.exp: Ditto.
8710 * gdb.python/python.exp: Ditto.
8711
8712 2010-09-30 Tom Tromey <tromey@redhat.com>
8713
8714 * gdb.base/anon.exp: New file.
8715 * gdb.base/anon.c: New file.
8716
8717 2010-09-30 Tom Tromey <tromey@redhat.com>
8718
8719 * gdb.base/completion.exp: Test completion through anonymous
8720 union.
8721 * gdb.base/break1.c (struct some_struct): Add anonymous union.
8722
8723 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8724
8725 Fix printing parameters of inlined functions.
8726 * gdb.dwarf2/dw2-inline-param.exp: New file.
8727 * gdb.dwarf2/dw2-inline-param-main.c: New file.
8728 * gdb.dwarf2/dw2-inline-param.S: New file.
8729
8730 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8731
8732 PR corefiles/12071.
8733 * gdb.base/corefile.exp (quit with a process, no question: load core)
8734 (quit with a core file): New tests.
8735
8736 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8737
8738 Fix GDB crash on inferior calls with self-referencing classes.
8739 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
8740 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
8741 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
8742
8743 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8744
8745 Fix lost siginfo_t for inferior calls.
8746 * gdb.base/siginfo-infcall.exp: New file.
8747 * gdb.base/siginfo-infcall.c: New file.
8748
8749 2010-09-22 Joel Brobecker <brobecker@adacore.com>
8750
8751 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
8752
8753 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8754
8755 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
8756 New test.
8757 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
8758
8759 2010-09-22 Joel Brobecker <brobecker@adacore.com>
8760
8761 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
8762 type of our const type.
8763
8764 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
8765
8766 * gdb.cp/pr12028.cc: New.
8767 * gdb.cp/pr12028.exp: New.
8768
8769 2010-09-22 Joel Brobecker <brobecker@adacore.com>
8770
8771 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
8772
8773 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
8774 Jan Kratochvil <jan.kratochvil@redhat.com>
8775
8776 PR mi/11407
8777 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
8778 * gdb.mi/dw2-ref-missing-frame-main.c New File.
8779 * gdb.mi/dw2-ref-missing-frame.S New File.
8780 * gdb.mi/dw2-ref-missing-frame.exp New File.
8781
8782 2010-09-14 Tom Tromey <tromey@redhat.com>
8783
8784 PR symtab/8399:
8785 * gdb.threads/tls.exp: Remove kfail. Update expected output.
8786
8787 2010-09-14 Tom Tromey <tromey@redhat.com>
8788
8789 PR exp/11803:
8790 * gdb.threads/tls.exp: Use C++.
8791 (check_thread_local): Use K::another_thread_local.
8792 * gdb.threads/tls.c (class K): New.
8793 (another_thread_local): Now a member of K.
8794 (spin): Update. No longer K&R C.
8795
8796 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8797
8798 * gdb.cp/koenig.cc: created class for testing member lookup.
8799 * gdb.cp/koenig.exp: Added test for member lookup.
8800
8801 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8802
8803 Fix false FAILs on sourcetree topdir directory containing "kill".
8804 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
8805 source line matching regexp.
8806
8807 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8808
8809 * gdb.python/python.exp (set height 0, collect help from uiout)
8810 (verify help to uiout): New tests.
8811
8812 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8813
8814 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
8815 is_lp64_target to check 64bit target.
8816
8817 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8818
8819 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
8820 (test_ld) <powerpc64-*>: New.
8821
8822 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8823
8824 * gdb.cp/templates.exp (test_template_args): Allow "struct".
8825
8826 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8827
8828 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
8829 (FunctionArg::method): New function.
8830 (empty, arg): New variables.
8831 (main): Call arg.method.
8832 * gdb.cp/templates.exp (test_template_args): New function.
8833 (do_tests): Call it.
8834
8835 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
8836
8837 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
8838 of "next" to proceed over pthread_exit call.
8839
8840 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
8841
8842 * gdb.base/maint.exp: Avoid wildcards against potentially very long
8843 "maint print statistics" output to prevent expect timeouts.
8844
8845 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8846
8847 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
8848 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8849 (test_float_rejected): ... here.
8850 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
8851 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8852 (test_float_rejected): ... here.
8853 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
8854 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8855 (test_float_rejected): ... here.
8856 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
8857 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8858 (test_float_rejected): ... here.
8859
8860 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8861
8862 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
8863 before disabling hardware watchpoints.
8864 (test_inaccessible_watchpoint): Check that hardware watchpoints
8865 are used. Test for watchpoints on a constant address.
8866
8867 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8868
8869 * gdb.base/ui-redirect.exp: New file.
8870
8871 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8872 Joel Brobecker <brobecker@adacore.com>
8873
8874 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
8875
8876 2010-08-31 Doug Evans <dje@google.com>
8877
8878 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
8879
8880 2010-08-30 Tom Tromey <tromey@redhat.com>
8881
8882 PR python/11792:
8883 * gdb.python/py-value.exp (test_subscript_regression): Add
8884 dynamic_type test.
8885
8886 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
8887
8888 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
8889 instead of running to main. Do not test the main function.
8890 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
8891 Add new main.
8892
8893 2010-08-26 Pedro Alves <pedro@codesourcery.com>
8894
8895 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
8896 one test.
8897
8898 2010-08-24 Doug Evans <dje@google.com>
8899
8900 PR symtab/11942
8901 * gdb.dwarf2/dw4-sig-types.cc: New file.
8902 * gdb.dwarf2/dw4-sig-types.h: New file.
8903 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
8904 * gdb.dwarf2/dw4-sig-types.exp: New file.
8905
8906 2010-08-23 Tom Tromey <tromey@redhat.com>
8907
8908 PR python/11145:
8909 * gdb.python/py-value.c (Base, Derived): New types.
8910 (base): New global.
8911 * gdb.python/py-value.exp (test_subscript_regression): Add
8912 dynamic_cast test.
8913
8914 2010-08-23 Tom Tromey <tromey@redhat.com>
8915
8916 PR python/10676:
8917 * gdb.python/py-type.exp (test_fields): Add tests for type
8918 equality.
8919
8920 2010-08-23 Tom Tromey <tromey@redhat.com>
8921
8922 PR python/11915:
8923 * gdb.python/py-type.exp (test_fields): Add tests for array.
8924
8925 2010-08-23 Keith Seitz <keiths@redhat.com>
8926
8927 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
8928 have any children. Create a new abbrev for it.
8929 Add missing terminal sequence to .debug_abbrev.
8930
8931 2010-08-20 Keith Seitz <keiths@redhat.com>
8932
8933 PR symtab/11465:
8934 * gdb.dwarf2/pr11465.exp: New test.
8935 * gdb.dwarf2/pr11465.S: New file.
8936 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
8937 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
8938
8939 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
8940
8941 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
8942 registers. Update data sets with the new v2_double element in the
8943 VSX register union. Add vector_register3_vr data set for the AltiVec
8944 registers. Use gdb_test_no_output instead of send_gdb.
8945
8946 2010-08-19 Pedro Alves <pedro@codesourcery.com>
8947
8948 * gdb.python/py-shared.exp: New file, factored out from
8949 python.exp.
8950 * gdb.python/py-shared.c: New file.
8951 * gdb.python/py-shared-sl.c: New file.
8952 * gdb.python/python-1.c: New file.
8953 * gdb.python/python-sl.c: Delete.
8954 * gdb.python/python.c: Mention python-1.c.
8955 * gdb.python/python.exp: Move shared library tests to
8956 py-shared.exp.
8957 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
8958 (MISCELLANEOUS): New.
8959 (clean mostlyclean): Also remove $MISCELLANEOUS.
8960
8961 2010-08-19 Doug Evans <dje@google.com>
8962
8963 PR exp/11926
8964 * gdb.base/printcmds.exp (test_float_accepted): New function.
8965 Move existing float tests there. Add tests for floats with suffixes.
8966 (test_float_rejected): New function.
8967 * gdb.java/jv-print.exp (test_float_accepted): New function.
8968 (test_float_rejected): New function.
8969 * gdb.objc/print.exp: New file.
8970 * gdb.pascal/print.exp: New file.
8971 * lib/objc.exp: New file.
8972
8973 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
8974
8975 * gdb.base/default.exp (info set): Avoid full buffer error and force
8976 reading up to final gdb prompt.
8977 (show): Likewise.
8978
8979 2010-08-18 Tom Tromey <tromey@redhat.com>
8980
8981 PR symtab/11919:
8982 * gdb.base/completion.exp: Add test.
8983
8984 2010-08-18 Doug Evans <dje@google.com>
8985
8986 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
8987 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
8988 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
8989 Simplify, early exit if runto_main fails.
8990 * gdb.fortran/exprs.exp: load_lib fortran.exp.
8991 (set_lang_fortran): Moved to lib/fortran.exp.
8992 * gdb.fortran/types.exp: load_lib fortran.exp.
8993 (set_lang_fortran): Moved to lib/fortran.exp.
8994 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
8995 * gdb.java/jprint.exp (set_lang_java): Ditto.
8996 * gdb.java/jv-exp.exp: load_lib java.exp.
8997 If set_lang_java fails, issue a warning instead of failure to be
8998 consistent with other set_lang_foo uses.
8999 (set_lang_java): Moved to lib/java.exp.
9000 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
9001 If set_lang_java fails, issue a warning instead of failure to be
9002 consistent with other set_lang_foo uses.
9003 * gdb.pascal/types.exp: load_lib pascal.exp.
9004 (set_lang_pascal): Moved to lib/pascal.exp.
9005 * lib/fortran.exp: New file.
9006 * lib/java.exp (set_lang_java): New function.
9007 * lib/pascal.exp (set_lang_pascal): New function.
9008
9009 2010-08-18 Yao Qi <yao@codesourcery.com
9010
9011 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
9012 func_nofb_start and func_loopfb_start, so that address of functions
9013 is equal to these labels on Thumb.
9014
9015 2010-08-18 Yao Qi <yao@codesourcery.com>
9016
9017 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
9018 to reflect latest c source file.
9019
9020 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9021
9022 * gdb.cp/infcall-dlopen.exp: New file.
9023 * gdb.cp/infcall-dlopen.cc: New file.
9024 * gdb.cp/infcall-dlopen-lib.cc: New file.
9025
9026 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9027 Pedro Alves <pedro@codesourcery.com>
9028
9029 PR breakpoints/11371
9030
9031 * gdb.base/watch-cond-infcall.exp: New file.
9032 * gdb.base/watch-cond-infcall.c: New file.
9033
9034 2010-08-16 Tom Tromey <tromey@redhat.com>
9035
9036 * gdb.base/help.exp: Update.
9037 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
9038 watchpoint.
9039 (test_watch_location): New proc.
9040 (test_watchpoint_in_big_blob): Delete watchpoint.
9041 * gdb.base/watchpoint.c (func5): New function.
9042 (main): Call it.
9043
9044 2010-08-16 Doug Evans <dje@google.com>
9045
9046 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
9047
9048 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
9049
9050 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
9051 tests.
9052
9053 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
9054
9055 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
9056 * gdb.base/gnu_vector.c: New File.
9057 * gdb.base/gnu_vector.exp: Likewise.
9058
9059 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
9060
9061 * gdb.python/python.c: New File.
9062 * gdb.python/python-sl.c: New File.
9063 * gdb.python/python.exp: Test solib_address and decode_line
9064 * functions.
9065
9066 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9067
9068 * gdb.python/python.exp (show height, set height 10)
9069 (verify pagination beforehand, verify pagination beforehand: q)
9070 (gdb.execute does not page, verify pagination afterwards)
9071 (verify pagination afterwards: q): New.
9072
9073 2010-08-02 Doug Evans <dje@google.com>
9074
9075 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
9076 because of an older gcc, change test2
9077 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
9078 to unsupported.
9079
9080 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
9081
9082 * gdb.base/break-always.exp: Do not expect full paths to file
9083 names.
9084 * gdb.base/commands.exp: Likewise.
9085
9086 2010-07-30 Doug Evans <dje@google.com>
9087
9088 * gdb.cp/temargs.exp: For new tests that require newer gccs,
9089 xfail them when run with older gccs.
9090
9091 * lib/gdb.exp (build_executable): Forward "c++" option to
9092 get_compiler_info.
9093
9094 * gdb.python/py-type.exp (test_template): Mark as xfail tests
9095 "python print ttype.template_argument(1)" and
9096 "python print isinstance(ttype.template_argument(1), gdb.Value)"
9097 if using gcc 4.4 or earlier.
9098
9099 * gdb.base/valgrind-db-attach.exp: Use unique test name for
9100 attach-to-debugger handling.
9101
9102 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9103
9104 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
9105 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
9106 (main): Use copyreloc.
9107 * gdb.base/prelink.exp (split debug of executable)
9108 (.dynbss vs. .bss address shift): New tests.
9109
9110 2010-07-29 Pedro Alves <pedro@codesourcery.com>
9111
9112 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
9113 in gdb_test_multiple.
9114
9115 2010-07-29 Pedro Alves <pedro@codesourcery.com>
9116
9117 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
9118 environment.
9119
9120 2010-07-28 Tom Tromey <tromey@redhat.com>
9121
9122 PR python/11060:
9123 * gdb.python/py-type.c (Temargs): New template.
9124 (temvar): New variable.
9125 * gdb.python/py-type.exp (test_template): New proc.
9126
9127 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
9128
9129 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
9130 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
9131
9132 2010-07-28 Tom Tromey <tromey@redhat.com>
9133
9134 PR c++/9946:
9135 * gdb.cp/temargs.exp: New file.
9136 * gdb.cp/temargs.cc: New file.
9137
9138 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9139
9140 * gdb.base/help.exp (help disassemble): Update the content.
9141
9142 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9143
9144 * gdb.threads/ia64-sigill.exp: New file.
9145 * gdb.threads/ia64-sigill.c: New file.
9146
9147 2010-07-27 Tom Tromey <tromey@redhat.com>
9148
9149 * gdb.opt/inline-cmds.c (ATTR): New define.
9150 (func1): Use it.
9151 (func2): Likewise.
9152 (func3): Likewise.
9153 (outer_inline1): Likewise.
9154 (outer_inline2): Likewise.
9155 * gdb.opt/inline-bt.c (ATTR): New define.
9156 (func1): Use it.
9157 (func2): Likewise.
9158 * gdb.opt/inline-locals.c (ATTR): New define.
9159 (func1): Use it.
9160 (func2): Likewise.
9161
9162 2010-07-27 Tom Tromey <tromey@redhat.com>
9163
9164 * gdb.stabs/gdb11479.c (hack): New function.
9165 (test): Use it.
9166 (test2): Use it.
9167 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
9168 (int32_search_buf, int64_search_buf): No longer static.
9169 (x): Remove.
9170 * gdb.base/relocate.c (hack): New function.
9171
9172 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
9173
9174 * gdb.python/py-value.exp (test_inferior_function_call): New function.
9175 * gdb.python/py-value.c (func1): New function.
9176 (func2): Likewise.
9177
9178 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
9179
9180 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
9181 as not to clash with .data section.
9182
9183 2010-07-26 Jerome Guitton <guitton@adacore.com>
9184
9185 * gdb.base/code_elim.exp: New file.
9186 * gdb.base/code_elim1.c: New file.
9187 * gdb.base/code_elim2.c: New file.
9188
9189 2010-07-21 Pedro Alves <pedro@codesourcery.com>
9190
9191 PR symtab/11827
9192
9193 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
9194 (some_volatile_enum): New variable.
9195 * gdb.base/printcmds.exp (test_print_enums): New.
9196 <top level>: Call it.
9197
9198 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
9199
9200 * gdb.cp/fpointer.cc: New test.
9201 * gdb.cp/fpointer.exp: New test.
9202
9203 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9204
9205 * gdb.base/solib-nodir.exp: New file.
9206 * lib/gdb.exp (runto): New case for a GDB internal error.
9207
9208 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9209 Ulrich Weigand <uweigand@de.ibm.com>
9210 Tom Tromey <tromey@redhat.com>
9211
9212 * gdb.base/charset-malloc.c: New file.
9213 * gdb.base/charset.c (malloc_stub): New prototype.
9214 (main): Call it instead of malloc itself.
9215 * gdb.base/charset.exp: Use only prepare_for_testing.
9216 (binfile): Remove the variable.
9217
9218 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9219
9220 Make core files the process_stratum.
9221 * gdb.base/corefile.exp (run: load core again)
9222 (run: sanity check we see the core file, run: with core)
9223 (run: core file is cleared, attach: load core again)
9224 (attach: sanity check we see the core file, attach: with core)
9225 (attach: core file is cleared): New tests.
9226 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
9227
9228 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
9229
9230 * gdb.arch/altivec-abi.exp: New tests.
9231
9232 2010-07-13 Tom Tromey <tromey@redhat.com>
9233
9234 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
9235 (main): Use it.
9236 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
9237
9238 2010-07-13 Tom Tromey <tromey@redhat.com>
9239
9240 * gdb.base/label.exp: New file.
9241 * gdb.base/label.c: New file.
9242
9243 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
9244 H.J. Lu <hongjiu.lu@intel.com>
9245
9246 * lib/gdb.exp (is_ilp32_target): New.
9247 (is_lp64_target): Likewise.
9248
9249 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
9250 target.
9251 * gdb.arch/amd64-disp-step.exp: Likewise.
9252 * gdb.arch/amd64-dword.exp: Likewise.
9253 * gdb.arch/amd64-i386-address.exp: Likewise.
9254 * gdb.arch/amd64-word.exp: Likewise.
9255
9256 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
9257 target.
9258 * gdb.arch/i386-bp_permanent.exp: Likewise.
9259 * gdb.arch/i386-byte.exp: Likewise.
9260 * gdb.arch/i386-disp-step.exp: Likewise.
9261 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9262 * gdb.arch/i386-prologue.exp: Likewise.
9263 * gdb.arch/i386-size-overlap.exp: Likewise.
9264 * gdb.arch/i386-size.exp: Likewise.
9265 * gdb.arch/i386-sse.exp: Likewise.
9266 * gdb.arch/i386-unwind.exp: Likewise.
9267 * gdb.arch/i386-word.exp: Likewise.
9268
9269 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
9270 test only when building 64-bit executables. Do not hard-code
9271 -m64 option.
9272
9273 2010-07-07 Doug Evans <dje@google.com>
9274
9275 * lib/gdb.exp (gdb_test_list_exact): New function.
9276 * gdb.base/default.exp (show convenience): Call it, add tests for
9277 $_sdata = void, $_thread = 0.
9278
9279 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9280 Joel Brobecker <brobecker@adacore.com>
9281
9282 Fix re-run of PIE executable, PR shlibs/11776.
9283 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
9284 Remove $displacement_main to match the solib-svr4.c change. New "kill"
9285 and re-"run" of the inferior.
9286
9287 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9288 Joel Brobecker <brobecker@adacore.com>
9289
9290 Cope with missing /usr/sbin/prelink.
9291 * lib/prelink-support.exp (prelink_no):
9292 <result == 1 && $output is "no such file or directory">: New.
9293 (prelink_yes): Likewise. Return on failed prelink_no.
9294
9295 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9296 Joel Brobecker <brobecker@adacore.com>
9297
9298 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
9299 build_executable by build_executable_own_libs. Replace "prelink -R"
9300 execution by a call of prelink_yes. Comment why "prelink -r" needs no
9301 change.
9302 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
9303 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
9304 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
9305 Replace build_executable by build_executable_own_libs's function
9306 build_executable_own_libs.
9307 (prelinkNO): Create new stub to call prelink_no.
9308 (prelinkYES): Create new stub to call prelink_yes.
9309 (test_attach): Rename calls of copy to file_copy.
9310 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
9311 (copy): Move to ...
9312 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
9313 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
9314 * gdb.base/prelink.exp: Disable testcase also for is_remote and
9315 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
9316 special flags by gdb_compile_shlib. Replace second gdb_compile by
9317 build_executable_own_libs. Replace "prelink -R" execution by a call of
9318 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
9319 a second call of prelink_yes. Replace restart commands by
9320 clean_restart.
9321 (prelink): Rename to ...
9322 (seen displacement message): ... this test. Extend its expectation
9323 strictness.
9324
9325 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9326
9327 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
9328 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
9329 displacement message exactly once.
9330
9331 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9332 Joel Brobecker <brobecker@adacore.com>
9333
9334 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
9335 its restore after the <$relink_args != ""> loop. new comment.
9336
9337 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9338 Joel Brobecker <brobecker@adacore.com>
9339
9340 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
9341 code for it. New variable relink_args.
9342 (prelinkYES): Call prelinkNO.
9343 (test_attach): Accept new parameter relink_args. Re-prelink the binary
9344 in such case. Move the core code to ...
9345 (test_attach_gdb): ... a new function. Send GDB command "file".
9346 Extend expected "Attaching to " string.
9347
9348 2010-07-02 Tom Tromey <tromey@redhat.com>
9349
9350 * gdb.base/bitops.exp: Remove extraneous "pass".
9351
9352 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
9353
9354 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
9355
9356 2010-07-01 Pedro Alves <pedro@codesourcery.com>
9357
9358 * gdb.base/help.exp: Adjust expected output.
9359
9360 2010-07-01 Pedro Alves <pedro@codesourcery.com>
9361
9362 * gdb.base/help.exp: Adjust expected output.
9363
9364 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9365
9366 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
9367 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
9368 c++/11702.
9369
9370 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9371 Doug Evans <dje@google.com>
9372
9373 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
9374 add .dynamic entry'.
9375
9376 2010-06-29 Doug Evans <dje@google.com>
9377
9378 Test PR c++/11702.
9379 * gdb.cp/m-static.exp: Add testcase.
9380 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
9381
9382 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
9383 Tom Tromey <tromey@redhat.com>
9384 Thiago Jung Bauermann <bauerman@br.ibm.com>
9385
9386 * gdb.python/py-inferior.c: New File.
9387 * gdb.python/py-infthread.c: New File.
9388 * gdb.python/py-inferior.exp: New File.
9389 * gdb.python/py-infthread.exp: New File.
9390
9391 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9392
9393 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
9394 (ptype ::C::OtherFileClass typedefs): New.
9395 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
9396 (C::OtherFileClass::cOtherFileClassVar2): New.
9397 (C::OtherFileClass::cOtherFileClassVar_use): Use also
9398 cOtherFileClassVar2.
9399 (C::cOtherFileType2, C::cOtherFileVar2): New.
9400 (C::cOtherFileVar_use): use also cOtherFileVar2.
9401 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
9402
9403 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9404
9405 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
9406 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
9407 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
9408 (print ::C::cOtherFileVar)
9409 (whatis C::OtherFileClass::cOtherFileClassType)
9410 (whatis ::C::OtherFileClass::cOtherFileClassType)
9411 (print C::OtherFileClass::cOtherFileClassVar)
9412 (print ::cOtherFileClassVar)
9413 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
9414 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
9415 trailing content.
9416 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
9417 (C::OtherFileClass::cOtherFileClassVar)
9418 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
9419 (C::cOtherFileVar, C::cOtherFileVar_use): New.
9420
9421 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9422
9423 Test PR c++/11703 and PR gdb/1448.
9424 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
9425 gdb/1448.
9426
9427 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9428
9429 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
9430 (main) <rtti_data>: New.
9431 * gdb.cp/virtbase.exp (print rtti_data): New.
9432
9433 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9434 Joel Brobecker <brobecker@adacore.com>
9435
9436 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
9437
9438 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9439
9440 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
9441
9442 2010-06-28 Doug Evans <dje@google.com>
9443
9444 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
9445
9446 2010-06-27 Doug Evans <dje@google.com>
9447
9448 * gdb.cp/m-static.exp: Update expected test output.
9449
9450 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
9451
9452 * gdb.gdb/selftest.exp: Adjust expected message for
9453 capturing start-up runtime.
9454
9455 2010-06-25 Tom Tromey <tromey@redhat.com>
9456
9457 PR python/10808:
9458 * gdb.python/python.exp: Add new tests.
9459
9460 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
9461
9462 * gdb.cp/operator.cc: Created an import loop.
9463 * gdb.cp/operator.exp: Added testcase for import loop.
9464
9465 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9466
9467 Test PR python/11407.
9468 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
9469 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
9470 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
9471 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
9472 executable_nofb and executable_fb. New variables srcsfile, objsfile,
9473 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
9474 binfile. Call gdb_compile with clean_restart twice.
9475 (func_nofb print, func_nofb backtrace, func_loopfb print)
9476 (func_loopfb backtrace): New.
9477
9478 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9479
9480 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
9481 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
9482 by a hand made one.
9483 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
9484 i?86 requirement. Remove variables srcfile and binfile. New variable
9485 sources, executable_nofb and executable_fb. Call prepare_for_testing.
9486
9487 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9488
9489 * gdb.cell/dwarfaddr.exp: New file.
9490 * gdb.cell/dwarfaddr.S: New file.
9491
9492 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9493
9494 Test PR 9436.
9495 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
9496
9497 2010-06-24 Hui Zhu <teawater@gmail.com>
9498
9499 * gdb.base/eval.exp: New file.
9500
9501 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9502
9503 * gdb.cell/fork.exp: New file.
9504 * gdb.cell/fork.c: Likewise.
9505 * gdb.cell/fork-spu.c: Likewise.
9506
9507 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
9508
9509 * lib/gdb.exp (banned_variables_traced): New global variable.
9510 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
9511 (gdb_init): Use `trace add variable' instead of obsolete
9512 `trace variable'.
9513
9514 2010-06-21 Doug Evans <dje@google.com>
9515
9516 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
9517
9518 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9519
9520 * gdb.arch/spu-ls.exp: New file.
9521 * gdb.arch/spu-ls.c: Likewise.
9522
9523 2010-06-18 Stan Shebs <stan@codesourcery.com>
9524
9525 * gdb.threads/thread-specific.exp: Add tests of $_thread.
9526
9527 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9528
9529 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
9530 * gdb.base/watch-cond.exp: Likewise.
9531 * gdb.python/py-breakpoint.exp: Likewise.
9532
9533 2010-06-18 Pedro Alves <pedro@codesourcery.com>
9534
9535 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
9536 clean_restart, make sure every test has a distinct message, and
9537 that messages don't include the executable' full path.
9538
9539 2010-06-17 Doug Evans <dje@google.com>
9540
9541 * gdb.arch/i386-size.exp: Updated expected output for
9542 DISASSEMBLY_OMIT_FNAME.
9543
9544 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9545 Sergio Durigan Junior <sergiodj@redhat.com>
9546
9547 * gdb.base/watch-notconst.c: New file.
9548 * gdb.base/watch-notconst.S: New file.
9549 * gdb.base/watch-notconst2.c: New file.
9550 * gdb.base/watch-notconst2.S: New file.
9551 * gdb.base/watch-notconst.exp: New file.
9552 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
9553 (func4): Add operations on `global_ptr_ptr'.
9554 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
9555 routine to test watchpoints created with a constant expression.
9556 (test_inaccessible_watchpoint): Include tests for watchpoints
9557 created with a constant expression.
9558
9559 2010-06-14 Kevin Buettner <kevinb@redhat.com>
9560
9561 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
9562 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
9563 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
9564 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
9565 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
9566 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
9567 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
9568 of `_start'.
9569
9570 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9571
9572 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
9573 not supported on the target.
9574 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9575 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9576 * gdb.mi/mi-nsintrall.exp: Likewise.
9577 * gdb.mi/mi-nsmoribund.exp: Likewise.
9578 * gdb.mi/mi-nsthrexec.exp: Likewise.
9579
9580 2010-06-11 Stan Shebs <stan@codesourcery.com>
9581
9582 * gdb.base/permissions.exp: New file.
9583
9584 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9585
9586 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
9587 does not support ELF executable class.
9588
9589 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9590
9591 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
9592
9593 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9594
9595 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
9596 (runto): Catch "The target does not support running in non-stop mode.".
9597
9598 2010-06-11 Michael Snyder <msnyder@vmware.com>
9599
9600 * gdb.base/setshow.exp (set language asm): Don't use
9601 gdb_test_no_output, fails on some targets.
9602
9603 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9604
9605 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
9606 * gdb.cp/pr9167.exp: Likewise.
9607
9608 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9609
9610 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
9611
9612 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9613
9614 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
9615
9616 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9617
9618 * gdb.base/charset.c (main): Make sure malloc gets linked in.
9619
9620 2010-06-11 Tom Tromey <tromey@redhat.com>
9621
9622 PR gdb/9977, PR exp/11636::
9623 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
9624 (pieces_test_f6): Update expected output.
9625
9626 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9627
9628 * gdb.base/moribund-step.exp: New.
9629
9630 2010-06-08 Michael Snyder <msnyder@vmware.com>
9631
9632 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
9633 * gdb.ada/boolean_expr.exp:
9634 * gdb.ada/frame_args.exp: Ditto.
9635 * gdb.ada/lang_switch.exp: Ditto.
9636 * gdb.ada/ptype_arith_binop.exp: Ditto.
9637 * gdb.ada/ref_param.exp: Ditto.
9638 * gdb.ada/type_coercion.exp:Ditto.
9639
9640 * gdb.asm/asm-source.exp: Ditto.
9641
9642 * gdb.base/attach.exp: Ditto.
9643 * gdb.base/bitfields2.exp: Ditto.
9644 * gdb.base/call-signal-resume.exp: Ditto.
9645 * gdb.base/callfuncs.exp: Ditto.
9646 * gdb.base/commands.exp: Ditto.
9647 * gdb.base/dbx.exp: Ditto.
9648 * gdb.base/default.exp: Ditto.
9649 * gdb.base/dump.exp: Ditto.
9650 * gdb.base/exprs.exp: Ditto.
9651 * gdb.base/freebpcmd.exp: Ditto.
9652 * gdb.base/interrupt.exp: Ditto.
9653 * gdb.base/list.exp: Ditto.
9654 * gdb.base/long_long.exp: Ditto.
9655 * gdb.base/maint.exp: Ditto.
9656 * gdb.base/ptype.exp: Ditto.
9657 * gdb.base/return.exp: Ditto.
9658 * gdb.base/setshow.exp: Ditto.
9659 * gdb.base/sigbpt.exp: Ditto.
9660 * gdb.base/sigrepeat.exp: Ditto.
9661
9662 * gdb.cp/classes.exp: Ditto.
9663
9664 * gdb.dwarf2/dw2-restore.exp: Ditto.
9665
9666 * gdb.gdb/selftest.exp: Ditto.
9667
9668 * gdb.multi/base.exp: Ditto.
9669 * gdb.multi/bkpt-multi-exec.exp: Ditto.
9670
9671 * gdb.python/py-block.exp: Ditto.
9672 * gdb.python/py-prettyprint.exp: Ditto.
9673 * gdb.python/py-template.exp: Ditto.
9674
9675 * gdb.server/ext-attach.exp: Ditto.
9676 * gdb.server/ext-run.exp: Ditto.
9677 * gdb.server/server-mon.exp: Ditto.
9678
9679 * gdb.threads/fork-thread-pending.exp: Ditto.
9680 * gdb.threads/hand-call-in-threads.exp: Ditto.
9681 * gdb.threads/interrupted-hand-call.exp: Ditto.
9682 * gdb.threads/linux-dp.exp: Ditto.
9683 * gdb.threads/manythreads.exp: Ditto.
9684 * gdb.threads/print-threads.exp: Ditto.
9685 * gdb.threads/pthreads.exp: Ditto.
9686 * gdb.threads/schedlock.exp: Ditto.
9687 * gdb.threads/thread-unwindonsignal.exp: Ditto.
9688 * gdb.threads/threadapply.exp: Ditto.
9689
9690 2010-06-08 Michael Snyder <msnyder@vmware.com>
9691
9692 * gdb.ada/exec_changed.exp:
9693 Use ".*" instead of "" as wildcard regexp.
9694
9695 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
9696 * gdb.base/call-ar-st.exp: Ditto.
9697 * gdb.base/checkpoint.exp: Ditto.
9698 * gdb.base/default.exp: Ditto.
9699 * gdb.base/dump.exp: Ditto.
9700 * gdb.base/ending-run.exp: Ditto.
9701 * gdb.base/fileio.exp: Ditto.
9702 * gdb.base/miscexprs.exp: Ditto.
9703 * gdb.base/pointers.exp: Ditto.
9704 * gdb.base/readline.exp: Ditto.
9705 * gdb.base/reread.exp: Ditto.
9706 * gdb.base/restore.exp: Ditto.
9707 * gdb.base/shlib-call.exp: Ditto.
9708 * gdb.base/valgrind-db-attach.exp: Ditto.
9709 * gdb.base/volatile.exp: Ditto.
9710 * gdb.base/watchpoints.exp: Ditto.
9711
9712 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
9713
9714 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
9715 * gdb.python/py-value.exp: Ditto.
9716
9717 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
9718 * gdb.trace/circ.exp: Ditto.
9719 * gdb.trace/collection.exp: Ditto.
9720 * gdb.trace/packetlen.exp: Ditto.
9721 * gdb.trace/passc-dyn.exp: Ditto.
9722 * gdb.trace/report.exp: Ditto.
9723 * gdb.trace/tfile.exp: Ditto.
9724 * gdb.trace/tfind.exp: Ditto.
9725 * gdb.trace/while-dyn.exp: Ditto.
9726
9727 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9728
9729 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
9730
9731 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9732
9733 Test PR 10640.
9734 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
9735
9736 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
9737
9738 * gdb.cp/koenig.exp: Test for ADL operators.
9739 * gdb.cp/koenig.cc: Added ADL operators.
9740 * gdb.cp/operator.exp: New test.
9741 * gdb.cp/operator.cc: New test.
9742
9743 2010-06-04 Michael Snyder <msnyder@vmware.com>
9744
9745 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
9746 * gdb.base/pending.exp: Ditto.
9747
9748 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
9749
9750 2010-06-04 Doug Evans <dje@google.com>
9751
9752 * gdb.python/py-prettyprint.exp: Add new test for enabled and
9753 disabled printers.
9754 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
9755 (enable_lookup_function): New function.
9756
9757 2010-06-04 Tom Tromey <tromey@redhat.com>
9758
9759 * gdb.python/py-value.exp (test_value_hash): Don't test equality
9760 of hash and id.
9761
9762 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9763
9764 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
9765 newline.
9766 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
9767 (empty verbose non-noisy clear, empty verbose noisy clear)
9768 (empty non-verbose noisy clear): Likewise.
9769
9770 2010-06-03 Michael Snyder <msnyder@vmware.com>
9771
9772 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
9773 * gdb.base/display.exp: Ditto.
9774 * gdb.base/find.exp: Ditto.
9775 * gdb.base/ifelse.exp: Ditto.
9776 * gdb.base/multi-forks.exp: Ditto.
9777 * gdb.base/recurse.exp: Ditto.
9778 * gdb.base/setshow.exp: Ditto.
9779 * gdb.base/value-double-free.exp: Ditto.
9780 * gdb.base/watch-vfork.exp: Ditto.
9781 * gdb.base/watch_thread_num.exp: Ditto.
9782 * gdb.base/watchpoint-solib.exp: Ditto.
9783 * gdb.base/watchpoint.exp: Ditto.
9784 * gdb.base/watchpoints.exp: Ditto.
9785
9786 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
9787 * gdb.cp/overload.exp: Ditto.
9788 * gdb.cp/virtfunc.exp: Ditto.
9789
9790 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
9791
9792 * gdb.reverse/watch-precsave.exp:
9793 Replace gdb_test with gdb_test_no_output.
9794
9795 * gdb.threads/attach-into-signal.exp:
9796 Replace gdb_test with gdb_test_no_output.
9797 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
9798 * gdb.threads/watchthreads.exp: Ditto.
9799 * gdb.threads/watchthreads2.exp: Ditto.
9800
9801 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
9802 * gdb.trace/tfind.exp: Ditto.
9803
9804 2010-06-03 Joel Brobecker <brobecker@adacore.com>
9805
9806 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
9807 successful test if message is the empty string.
9808
9809 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9810
9811 * gdb.fortran/module.exp (stopped language detection): New test.
9812
9813 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9814
9815 Support DW_TAG_module as separate namespaces.
9816 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
9817 gdb.fortran/library-module-lib.f90: New.
9818 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
9819 (print i): Remove.
9820 (continue to breakpoint: i-is-1, print var_i value 1)
9821 (continue to breakpoint: i-is-2, print var_i value 2)
9822 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
9823 (print var_d, print var_i value 14, ptype modmany, complete `modm)
9824 (complete `modmany, complete `modmany`, complete `modmany`var)
9825 (show language, setting breakpoint at module): New tests.
9826 * gdb.fortran/module.f90 (module mod): Remove.
9827 (module mod1, module mod2, module modmany, subroutine sub1)
9828 (subroutine sub2, program module): New.
9829
9830 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9831
9832 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
9833 (print value of rUC, print value of rI, print value of UI): ... here.
9834 * gdb.cp/anon-union.exp (pass): Rename to ...
9835 (print z 2): ... here.
9836
9837 2010-06-02 Michael Snyder <msnyder@vmware.com>
9838
9839 * gdb.trace/actions.exp: Use gdb_test_no_output.
9840 * gdb.trace/circ.exp: Ditto.
9841 * gdb.trace/packetlen.exp: Ditto.
9842 * gdb.trace/save-trace.exp: Ditto.
9843 * gdb.trace/tracecmd.exp: Ditto.
9844 * gdb.trace/tsv.exp: Ditto.
9845
9846 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
9847 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
9848 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
9849 * gdb.threads/manythreads.exp: Ditto.
9850 * gdb.threads/print-threads.exp: Ditto.
9851 * gdb.threads/pthreads.exp: Ditto.
9852 * gdb.threads/schedlock.exp: Ditto.
9853 * gdb.threads/staticthreads.exp: Ditto.
9854 * gdb.threads/thread-specific.exp: Ditto.
9855 * gdb.threads/thread-unwindonsignal.exp: Ditto.
9856 * gdb.threads/threadapply.exp: Ditto.
9857 * gdb.threads/watchthreads.exp: Ditto.
9858 * gdb.threads/watchthreads2.exp: Ditto.
9859
9860 * gdb.python/py-block.exp: Use gdb_test_no_output.
9861 * gdb.python/py-prettyprint.exp: Ditto.
9862 * gdb.python/py-template.exp: Ditto.
9863 * gdb.python/py-value.exp: Ditto.
9864
9865 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
9866 * gdb.reverse/watch-reverse.exp: Ditto.
9867
9868 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
9869 * gdb.server/ext-run.exp: Ditto.
9870
9871 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
9872 * gdb.dwarf2/dw2-compressed.exp: Ditto.
9873 * gdb.dwarf2/dw2-intercu.exp: Ditto.
9874 * gdb.dwarf2/dw2-intermix.exp: Ditto.
9875 * gdb.dwarf2/dw2-producer.exp: Ditto.
9876 * gdb.dwarf2/mac-fileno.exp: Ditto.
9877
9878 * gdb.gdb/observer.exp: Use gdb_test_no_output.
9879 * gdb.gdb/selftest.exp: Ditto.
9880
9881 * gdb.multi/base.exp: Use gdb_test_no_output.
9882
9883 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
9884
9885 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9886
9887 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
9888
9889 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
9890
9891 * gdb.cp/class2.exp: Use gdb_test_no_output.
9892 * gdb.cp/classes.exp: Ditto.
9893 * gdb.cp/extern-c.exp: Ditto.
9894 * gdb.cp/inherit.exp: Ditto.
9895 * gdb.cp/maint.exp: Ditto.
9896 * gdb.cp/mb-inline.exp: Ditto.
9897 * gdb.cp/mb-templates.exp: Ditto.
9898 * gdb.cp/method2.exp: Ditto.
9899 * gdb.cp/misc.exp: Ditto.
9900 * gdb.cp/ovldbreak.exp: Ditto.
9901 * gdb.cp/punctuator.exp: Ditto.
9902 * gdb.cp/templates.exp: Ditto.
9903 * gdb.cp/virtbase.exp: Ditto.
9904
9905 * gdb.threads/attach-stopped.exp:
9906 Replace uses of send_gdb / gdb_expect.
9907 * gdb.threads/attachstop-mt.exp:
9908 Replace uses of send_gdb / gdb_expect.
9909 * gdb.threads/gcore-thread.exp:
9910 Replace uses of send_gdb / gdb_expect.
9911 * gdb.threads/hand-call-in-threads.exp:
9912 Replace uses of send_gdb / gdb_expect.
9913 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
9914 * gdb.threads/print-threads.exp:
9915 Replace uses of send_gdb / gdb_expect.
9916 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
9917 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
9918 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
9919
9920 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
9921 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
9922 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
9923 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
9924 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
9925 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
9926 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
9927 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
9928 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
9929 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
9930 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
9931
9932 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9933
9934 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
9935
9936 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
9937
9938 * gdb.cp/koenig.exp: Added new test case.
9939 * gdb.cp/koenig.cc: Ditto.
9940
9941 2010-06-01 Michael Snyder <msnyder@vmware.com>
9942
9943 * gdb.base/arithmet.exp: Use gdb_test_no_output.
9944 * gdb.base/arrayidx.exp: Ditto.
9945 * gdb.base/attach.exp: Ditto.
9946 * gdb.base/auxv.exp: Ditto.
9947 * gdb.base/bigcre.exp: Ditto.
9948 * gdb.base/break-always.exp: Ditto.
9949 * gdb.base/break-interp.exp: Ditto.
9950 * gdb.base/break.exp: Ditto.
9951 * gdb.base/breakpoint-shadow.exp: Ditto.
9952 * gdb.base/call-ar-st.exp: Ditto.
9953 * gdb.base/call-sc.exp: Ditto.
9954 * gdb.base/call-signal-resume.exp: Ditto.
9955 * gdb.base/callfuncs.exp: Ditto.
9956 * gdb.base/catch-syscall.exp: Ditto.
9957 * gdb.base/charset.exp: Ditto.
9958 * gdb.base/code-expr.exp: Ditto.
9959 * gdb.base/commands.exp: Ditto.
9960 * gdb.base/cond-expr.exp: Ditto.
9961 * gdb.base/condbreak.exp: Ditto.
9962 * gdb.base/cursal.exp: Ditto.
9963 * gdb.base/cvexpr.exp: Ditto.
9964 * gdb.base/default.exp: Ditto.
9965 * gdb.base/del.exp: Ditto.
9966 * gdb.base/detach.exp: Ditto.
9967 * gdb.base/display.exp: Ditto.
9968 * gdb.base/ena-dis-br.exp: Ditto.
9969 * gdb.base/eval-skip.exp: Ditto.
9970 * gdb.base/foll-fork.exp: Ditto.
9971 * gdb.base/foll-vfork.exp: Ditto.
9972 * gdb.base/frame-args.exp: Ditto.
9973 * gdb.base/funcargs.exp: Ditto.
9974 * gdb.base/gcore-buffer-overflow.exp: Ditto.
9975 * gdb.base/gdbvars.exp: Ditto.
9976 * gdb.base/help.exp: Ditto.
9977 * gdb.base/ifelse.exp: Ditto.
9978 * gdb.base/included.exp: Ditto.
9979 * gdb.base/list.exp: Ditto.
9980 * gdb.base/macscp.exp: Ditto.
9981 * gdb.base/maint.exp: Ditto.
9982 * gdb.base/multi-fork.exp: Ditto.
9983 * gdb.base/overlays.exp: Ditto.
9984 * gdb.base/page.exp: Ditto.
9985 * gdb.base/pending.exp: Ditto.
9986 * gdb.base/pointers.exp: Ditto.
9987 * gdb.base/pr11022.exp: Ditto.
9988 * gdb.base/prelink.exp: Ditto.
9989 * gdb.base/printcmds.exp: Ditto.
9990 * gdb.base/psymtab.exp: Ditto.
9991 * gdb.base/randomize.exp: Ditto.
9992 * gdb.base/relational.exp: Ditto.
9993 * gdb.base/relocate.exp: Ditto.
9994 * gdb.base/remote.exp: Ditto.
9995 * gdb.base/sepdebug.exp: Ditto.
9996 * gdb.base/set-lang-auto.exp: Ditto.
9997 * gdb.base/setshow.exp: Ditto.
9998 * gdb.base/setvar.exp: Ditto.
9999 * gdb.base/signals.exp: Ditto.
10000 * gdb.base/signull.exp: Ditto.
10001 * gdb.base/sigstep.exp: Ditto.
10002 * gdb.base/sizeof.exp: Ditto.
10003 * gdb.base/solib-disc.exp: Ditto.
10004 * gdb.base/store.exp: Ditto.
10005 * gdb.base/structs.exp: Ditto.
10006 * gdb.base/structs2.exp: Ditto.
10007 * gdb.base/subst.exp: Ditto.
10008 * gdb.base/term.exp: Ditto.
10009 * gdb.base/trace-commands.exp: Ditto.
10010 * gdb.base/unwindonsignal.exp: Ditto.
10011 * gdb.base/valgrind-db-attach.exp: Ditto.
10012 * gdb.base/varargs.exp: Ditto.
10013 * gdb.base/watch-cond.exp: Ditto.
10014 * gdb.base/watch_thread_num.exp: Ditto.
10015 * gdb.base/watchpoint-cond-gone.exp: Ditto.
10016 * gdb.base/watchpoint.exp: Ditto.
10017 * gdb.base/whatis-exp.exp: Ditto.
10018
10019 2010-06-01 Michael Snyder <msnyder@vmware.com>
10020
10021 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
10022 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
10023 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
10024 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
10025 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
10026 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
10027 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
10028 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
10029 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
10030 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
10031 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
10032 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
10033 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
10034 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
10035 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
10036
10037 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10038
10039 * gdb.base/commands.exp (begin commands on watch): Remove excessive
10040 trailing newline.
10041 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
10042 * gdb.java/jmisc.exp (p *args\n): Rename to ...
10043 (p *args): ... here and remove excessive trailing newline.
10044
10045 2010-05-31 Joel Brobecker <brobecker@adacore.com>
10046
10047 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
10048
10049 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
10050
10051 Accept the new Linux kernel "t (tracing stop)" string.
10052 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
10053 Update comment.
10054 (state_wait) <T (tracing stop)>: New.
10055 (main): Update the state_wait expect string.
10056
10057 2010-05-28 Pedro Alves <pedro@codesourcery.com>
10058
10059 * limits.c, limits.exp: Delete files.
10060 * Makefile.in (clean mostlyclean): Adjust.
10061 * tracecmd.exp: Adjust.
10062
10063 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10064
10065 * gdb.base/tui-layout.exp: New.
10066
10067 2010-05-28 Michael Snyder <msnyder@vmware.com>
10068
10069 * gdb.reverse/break-precsave.exp:
10070 Replace uses of send_gdb / gdb_expect.
10071 * gdb.reverse/break-reverse.exp:
10072 Replace uses of send_gdb / gdb_expect.
10073 * gdb.reverse/consecutive-precsave.exp:
10074 Replace uses of send_gdb / gdb_expect.
10075 * gdb.reverse/consecutive-reverse.exp:
10076 Replace uses of send_gdb / gdb_expect.
10077 * gdb.reverse/finish-precsave.exp:
10078 Replace uses of send_gdb / gdb_expect.
10079 * gdb.reverse/finish-reverse.exp:
10080 Replace uses of send_gdb / gdb_expect.
10081 * gdb.reverse/i386-precsave.exp:
10082 Replace uses of send_gdb / gdb_expect.
10083 * gdb.reverse/i386-reverse.exp:
10084 Replace uses of send_gdb / gdb_expect.
10085 * gdb.reverse/i386-sse-reverse.exp:
10086 Replace uses of send_gdb / gdb_expect.
10087 * gdb.reverse/i387-env-reverse.exp:
10088 Replace uses of send_gdb / gdb_expect.
10089 * gdb.reverse/i387-stack-reverse.exp:
10090 Replace uses of send_gdb / gdb_expect.
10091 * gdb.reverse/machinestate-precsave.exp:
10092 Replace uses of send_gdb / gdb_expect.
10093 * gdb.reverse/machinestate.exp:
10094 Replace uses of send_gdb / gdb_expect.
10095 * gdb.reverse/sigall-precsave.exp:
10096 Replace uses of send_gdb / gdb_expect.
10097 * gdb.reverse/sigall-reverse.exp:
10098 Replace uses of send_gdb / gdb_expect.
10099 * gdb.reverse/solib-precsave.exp:
10100 Replace uses of send_gdb / gdb_expect.
10101 * gdb.reverse/solib-reverse.exp:
10102 Replace uses of send_gdb / gdb_expect.
10103 * gdb.reverse/step-precsave.exp:
10104 Replace uses of send_gdb / gdb_expect.
10105 * gdb.reverse/step-reverse.exp:
10106 Replace uses of send_gdb / gdb_expect.
10107 * gdb.reverse/until-precsave.exp:
10108 Replace uses of send_gdb / gdb_expect.
10109 * gdb.reverse/until-reverse.exp:
10110 Replace uses of send_gdb / gdb_expect.
10111 * gdb.reverse/watch-precsave.exp:
10112 Replace uses of send_gdb / gdb_expect.
10113 * gdb.reverse/watch-reverse.exp:
10114 Replace uses of send_gdb / gdb_expect.
10115
10116 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10117
10118 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
10119 excessive newline.
10120
10121 2010-05-27 Michael Snyder <msnyder@vmware.com>
10122
10123 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
10124 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
10125 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
10126 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
10127 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
10128 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
10129 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
10130 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
10131 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
10132 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
10133 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
10134 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
10135 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
10136 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
10137 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
10138 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
10139 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
10140 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
10141 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
10142
10143 2010-05-26 Michael Snyder <msnyder@vmware.com>
10144
10145 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
10146 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
10147
10148 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
10149 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
10150 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
10151
10152 * gdb.reverse/consecutive-reverse.exp:
10153 Replace uses of send_gdb / gdb_expect.
10154 * gdb.reverse/consecutive-precsave.exp:
10155 Replace uses of send_gdb / gdb_expect.
10156
10157 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
10158 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
10159 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
10160 * gdb.mi/mi-ns-stale-regcache.exp:
10161 Replace uses of send_gdb / gdb_expect.
10162 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
10163 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
10164 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
10165 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
10166 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
10167 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
10168 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
10169 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
10170 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
10171
10172 2010-05-26 Michael Snyder <msnyder@vmware.com>
10173
10174 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
10175
10176 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
10177
10178 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
10179 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
10180 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
10181 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
10182 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
10183 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
10184 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
10185 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
10186 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
10187
10188 2010-05-25 Tom Tromey <tromey@redhat.com>
10189
10190 * gdb.base/macscp.exp: Add missing space after setup_kfail.
10191
10192 2010-05-25 Tom Tromey <tromey@redhat.com>
10193
10194 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
10195 argument order.
10196 * gdb.base/macscp.exp: Fix setup_kfail argument order.
10197 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
10198 order.
10199 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
10200 order.
10201 * gdb.base/call-sc.exp (setup_kfails): Remove.
10202 (setup_compiler_kfails): Remove.
10203 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
10204 argument order.
10205 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
10206 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
10207 (advancei): Fix setup_kfail argument order.
10208 * gdb.base/radix.exp: Fix setup_kfail argument order.
10209 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
10210 order.
10211 * gdb.base/structs.exp (setup_kfails): Remove.
10212 (setup_compiler_kfails): Fix setup_kfail argument order.
10213 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
10214 order.
10215 * gdb.java/jmain.exp: Fix setup_kfail argument order.
10216 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
10217 setup_kfail argument order.
10218 * gdb.cp/overload.exp: Fix setup_kfail argument order.
10219
10220 2010-05-25 Tom Tromey <tromey@redhat.com>
10221
10222 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
10223
10224 2010-05-25 Michael Snyder <msnyder@vmware.com>
10225
10226 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
10227 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
10228 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
10229 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
10230 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
10231 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
10232 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
10233 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
10234 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
10235 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
10236 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
10237 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
10238 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
10239 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
10240 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
10241 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
10242 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
10243 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
10244 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
10245 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
10246 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
10247 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
10248 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
10249 * gdb.base/default.exp: Replace send_gdb with gdb_test.
10250 * gdb.base/define.exp: Replace send_gdb with gdb_test.
10251 * gdb.base/display.exp: Replace send_gdb with gdb_test.
10252 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
10253 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
10254 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
10255 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
10256 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
10257 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
10258 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
10259 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
10260 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
10261 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
10262 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
10263 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
10264 * gdb.base/help.exp: Replace send_gdb with gdb_test.
10265 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
10266 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
10267 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
10268 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
10269 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
10270 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
10271 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
10272 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
10273 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
10274
10275 2010-05-25 Doug Evans <dje@google.com>
10276
10277 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
10278 gdb.string_to_argv.
10279
10280 2010-05-21 Tom Tromey <tromey@redhat.com>
10281
10282 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
10283 Call it.
10284 * gdb.dwarf2/pieces.S: Update.
10285 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
10286
10287 2010-05-21 Tom Tromey <tromey@redhat.com>
10288
10289 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
10290 Call it.
10291 * gdb.dwarf2/pieces.c (struct C): New.
10292 (f6): New function.
10293 * gdb.dwarf2/pieces.S: Replace.
10294
10295 2010-05-21 Tom Tromey <tromey@redhat.com>
10296
10297 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
10298 Call it.
10299
10300 2010-05-21 Tom Tromey <tromey@redhat.com>
10301
10302 * gdb.dwarf2.pieces.exp: New file.
10303 * gdb.dwarf2.pieces.S: New file.
10304 * gdb.dwarf2.pieces.c: New file.
10305
10306 2010-05-20 Pedro Alves <pedro@codesourcery.com>
10307 Joel Brobecker <brobecker@adacore.com>
10308
10309 * lib/gdb.exp (gdb_test_no_output): New function.
10310 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
10311 when testing commands that should produce no output.
10312
10313 2010-05-17 Joel Brobecker <brobecker@adacore.com>
10314
10315 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
10316 parameter that we want to watch being a constant.
10317
10318 2010-05-17 Joel Brobecker <brobecker@adacore.com>
10319
10320 * gdb.ada/cond_lang: New testcase.
10321
10322 2010-05-17 Joel Brobecker <brobecker@adacore.com>
10323
10324 * lib/gdb.exp (banned_variables): New variable/constant.
10325 (gdb_init): Add write trace on variables listed in banned_variables.
10326 (gdb_finish): Remove write traces on variables listed in
10327 banned_variables.
10328
10329 2010-05-17 Joel Brobecker <brobecker@adacore.com>
10330
10331 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
10332 * gdb.cp/koenig.exp: Likewise.
10333
10334 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
10335
10336 PR python/11482
10337
10338 * gdb.python/py-value.exp (test_value_hash): New function.
10339
10340 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
10341
10342 PR exp/11530.
10343 * gdb.base/gdb11530.c: New file.
10344 * gdb.base/gdb11530.exp: New file.
10345
10346 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10347
10348 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
10349 * gdb.dwarf2/dw2-modula2-self-type.S: New.
10350
10351 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
10352
10353 * gdb.cp/koenig.exp: New test.
10354 * gdb.cp/koenig.cc: New test program.
10355
10356 2010-05-05 Joel Brobecker <brobecker@adacore.com>
10357
10358 Remove the use of prms_id and bug_id throughout the testsuite.
10359
10360 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
10361
10362 PR exp/11349.
10363 * testsuite/gdb.cp/ref-types.exp: Add test to examine
10364 use a reference local variable.
10365
10366 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10367
10368 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
10369 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
10370 variable different_dir. Move debugfile into a full directory pathname
10371 under DIFFERENT_DIR.
10372 * lib/gdb.exp (separate_debug_filename): Remove.
10373 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
10374 variable debug_dir and mkdir of it. Update function comments.
10375
10376 2010-04-29 Pedro Alves <pedro@codesourcery.com>
10377
10378 PR gdb/11557
10379
10380 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
10381 files.
10382
10383 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
10384
10385 * gdb.python/py-param.exp: New File.
10386
10387 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
10388
10389 * gdb.base/default.exp: Fix "set language" test.
10390
10391 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
10392
10393 PR breakpoints/11531.
10394 * gdb.base/gdb11531.c: New file.
10395 * gdb.base/gdb11531.exp: New file.
10396
10397 2010-04-26 Tom Tromey <tromey@redhat.com>
10398
10399 * gdb.base/completion.exp: Add tests for completion and deprecated
10400 commands.
10401
10402 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10403
10404 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
10405 (print /x char_array): Escape curly brackets.
10406
10407 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10408
10409 Fix deadlock on looped list of loaded shared objects.
10410 * gdb.base/solib-corrupted.exp: New.
10411
10412 2010-04-23 Doug Evans <dje@google.com>
10413
10414 * gdb.python/py-section-script.c: New file.
10415 * gdb.python/py-section-script.exp: New file.
10416 * gdb.python/py-section-script.py: New file.
10417
10418 2010-04-20 Chris Moller <cmoller@redhat.com>
10419
10420 PR 10179
10421
10422 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
10423 * gdb.base/pr10179-a.c:
10424 * gdb.base/pr10179-b.c:
10425 * gdb.base/pr10179.exp: New files.
10426
10427 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10428
10429 Fix crashes on dangling display expressions.
10430 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
10431 is SEP.
10432 (lib_flags): Remove the "debug" keyword.
10433 (libsepdebug): New variable for iterating new loop.
10434 (save_pf_prefix): New variable wrapping the loop.
10435 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
10436 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
10437
10438 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10439
10440 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
10441
10442 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10443
10444 PR stabs/11479.
10445 * gdb.stabs/gdb11479.exp: New file.
10446 * gdb.stabs/gdb11479.c: New file.
10447
10448 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10449
10450 * gdb.base/charset.c (Strin16, String32): New variables.
10451 * gdb.base/charset.exp (gdb_test): Test correct display
10452 of 16 or 32 bit strings.
10453
10454 2010-04-21 Chris Moller <cmoller@redhat.com>
10455
10456 PR 9167
10457 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
10458 * gdb.cp/pr9167.cc: New file.
10459 * gdb.cp/pr9167.exp: New file.
10460
10461
10462 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
10463
10464 PR pascal/11492.
10465 * gdb.pascal/gdb11492.pas: New file.
10466 * gdb.pascal/gdb11492.exp: New file.
10467
10468 2010-04-20 Joel Brobecker <brobecker@adacore.com>
10469
10470 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
10471
10472 2010-04-20 Joel Brobecker <brobecker@adacore.com>
10473
10474 * gdb.ada/dyn_loc: New testcase.
10475
10476 2010-04-20 Chris Moller <cmoller@redhat.com>
10477
10478 PR 10867
10479
10480 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
10481 * gdb.cp/pr10687.cc: New file.
10482 * gdb.cp/pr10687.exp: New file.
10483
10484
10485 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10486 Sergio Durigan Junior <sergiodj@redhat.com>
10487
10488 * gdb.fortran/logical.exp: New testcase.
10489 * gdb.fortran/logical.f90: New file.
10490
10491 2010-04-19 Doug Evans <dje@google.com>
10492
10493 * gdb.base/help.exp (help source): Update expected output.
10494
10495 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10496
10497 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
10498 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
10499 gdb_exit and return.
10500 (executable): New variable.
10501 (binfile): Use it.
10502
10503 2010-04-19 Pedro Alves <pedro@codesourcery.com>
10504
10505 PR breakpoints/8554.
10506
10507 * gdb.trace/save-trace.exp: Adjust.
10508
10509 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
10510
10511 PR corefiles/11511
10512 * gdb.arch/system-gcore.exp: New.
10513 * gdb.arch/gcore.c: Likewise.
10514
10515 2010-04-15 Doug Evans <dje@google.com>
10516
10517 * gdb.python/py-progspace.c: New file.
10518 * gdb.python/py-progspace.exp: New file.
10519
10520 * gdb.base/source.exp: Add tests for "source -s".
10521
10522 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
10523
10524 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
10525 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
10526 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
10527 * gdb.python/py-mi.exp: New test for to_string returning None.
10528
10529 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
10530
10531 * gdb.python/py-breakpoint.c: Make result global.
10532
10533 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10534
10535 Fix non-GNU make compatibility.
10536 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
10537
10538 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
10539
10540 * gdb.python/py-breakpoint.exp: New File.
10541 * gdb.python/py-breakpoint.C: Ditto.
10542
10543 2010-04-08 Stan Shebs <stan@codesourcery.com>
10544
10545 * gdb.trace/actions.exp: Clear default-collect.
10546 * gdb.trace/save-trace.exp: Clear default-collect.
10547
10548 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
10549
10550 * gdb.python/py-value: Add null string variable.
10551 (test_lazy_string): Test zero length, NULL address lazy
10552 strings.
10553
10554 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
10555
10556 * gdb.arch/i386-avx.c: New.
10557 * gdb.arch/i386-avx.exp: Likewise.
10558
10559 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
10560
10561 2010-04-06 Doug Evans <dje@google.com>
10562
10563 * gdb.base/source-test.gdb: New file.
10564 * gdb.base/source.exp: Test source -v.
10565
10566 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10567
10568 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
10569
10570 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
10571
10572 * gdb.stabs/aout.sed: Convert all backslash to double backslash
10573 within one line, unless it is followed by a double quote.
10574 * gdb.stabs/hppa.sed: Idem.
10575 * gdb.stabs/weird.def: Add char and String constants
10576 * gdb.stabs/weird.exp: Check for correct parsing of
10577 char and string constants.
10578 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
10579 in .stabs to .stabx substitution.
10580
10581 2010-04-05 Stan Shebs <stan@codesourcery.com>
10582
10583 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
10584 constant global.
10585 * gdb.trace/tfile.exp: Try to print them.
10586
10587 2010-04-04 Stan Shebs <stan@codesourcery.com>
10588
10589 * gdb.base/completion.exp: Update for new "info watchpoints".
10590 * gdb.base/default.exp: Ditto.
10591 * gdb.base/help.exp: Ditto.
10592 * gdb.base/watchpoint.exp: Ditto.
10593 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
10594
10595 2010-04-04 Stan Shebs <stan@codesourcery.com>
10596
10597 * gdb.trace/tfile.exp: Sharpen tfind test.
10598
10599 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10600
10601 * gdb.base/break-entry.exp: New.
10602
10603 2010-04-02 Hui Zhu <teawater@gmail.com>
10604 Michael Snyder <msnyder@vmware.com>
10605
10606 * gdb.reverse/i386-sse-reverse.exp: New file.
10607 * gdb.reverse/i386-sse-reverse.c: New file.
10608
10609 2010-04-02 Pedro Alves <pedro@codesourcery.com>
10610
10611 * gdb.trace/tfind.exp: Adjust expected disassembly output.
10612
10613 2010-04-01 Stan Shebs <stan@codesourcery.com>
10614
10615 * gdb.trace/actions.exp: Tweak expected output.
10616 * gdb.trace/while-stepping.exp: Tweak expected output.
10617
10618 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
10619
10620 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
10621
10622 2010-04-01 Pedro Alves <pedro@codesourcery.com>
10623
10624 * gdb.base/commands.exp: Adjust.
10625 * gdb.cp/extern-c.exp: Adjust.
10626
10627 2010-04-01 Pedro Alves <pedro@codesourcery.com>
10628
10629 * gdb.trace/collection.c (local_test_func): Define a local struct,
10630 and instanciate it.
10631
10632 2010-04-01 Pedro Alves <pedro@codesourcery.com>
10633
10634 * gdb.trace/collection.exp (gdb_collect_args_test)
10635 (gdb_collect_argarray_test): XFAIL the tests that assume the
10636 argarray argument's elements are collected.
10637
10638 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
10639
10640 * gdb.dwarf2/dw2-bad-parameter-type.exp,
10641 gdb.dwarf2/dw2-bad-parameter-type.S: New.
10642
10643 2010-03-31 Stan Shebs <stan@codesourcery.com>
10644
10645 * gdb.trace/save-trace.exp: Test save/restore of default-collect
10646 and tracepoint conditionals.
10647 (gdb_verify_tracepoints): Delete unused return.
10648
10649 2010-03-26 Keith Seitz <keiths@redhat.com>
10650
10651 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
10652 appear in the output before main.
10653 Remove KFAIL for gdb/2215 aka bz 9320.
10654
10655 2010-03-30 Doug Evans <dje@google.com>
10656
10657 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
10658 by dejagnu.
10659 * gdb.arch/amd64-dword.exp: Ditto.
10660
10661 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
10662 match.
10663 (break printf): Ditto.
10664
10665 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
10666
10667 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
10668 gcc < 4.4.
10669 * gdb.cp/shadow.exp: Ditto.
10670
10671 2010-03-29 Pedro Alves <pedro@codesourcery.com>
10672
10673 * gdb.trace/collection.exp (run_trace_experiment): Make sure
10674 "tstart" is silent.
10675
10676 2010-03-29 Pedro Alves <pedro@codesourcery.com>
10677
10678 * gdb.trace/collection.exp (executable): New.
10679 (binfile): Use it.
10680 (fpreg, spreg, pcreg): New.
10681 (test_register): Use gdb_test_multiple. Pass /x to print.
10682 (prepare_for_trace_test): New.
10683 (run_trace_experiment): Use "continue", not gdb_run_cmd.
10684 (gdb_collect_args_test, gdb_collect_argstruct_test)
10685 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
10686 prepare_for_trace_test.
10687 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
10688 fpreg, spreg and pcreg.
10689 (gdb_collect_expression_test, gdb_collect_globals_test): Use
10690 prepare_for_trace_test.
10691 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
10692 try to detect tracing support here. Don't set breakpoints at
10693 `begin' or `end' here.
10694 <global scope>: Use clean_restart. Run to main before checking
10695 for tracing support. Check for for tracing support here.
10696
10697 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10698
10699 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
10700 " as $displacement" to "seen displacement message".
10701
10702 2010-03-28 Pedro Alves <pedro@codesourcery.com>
10703
10704 * gdb.trace/while-dyn.exp (executable): New variable.
10705 (binfile): Use it.
10706 (test_while_stepping): New function. Move most tests here. Call
10707 it once for each of the while-stepping, stepping and ws aliases.
10708
10709 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10710
10711 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
10712 that do not provide the tagless_struct type name at all.
10713 (test_print_anon_union): Do not check value of uninitialized
10714 union member. Do not use cp_test_ptype_class, so we can accept
10715 "long" as well as "long int".
10716
10717 2010-03-26 Pedro Alves <pedro@codesourcery.com>
10718
10719 * gdb.trace/tfile.c (tohex, bin2hex): New.
10720 (write_error_trace_file): Hexify error description.
10721
10722 2010-03-25 Stan Shebs <stan@codesourcery.com>
10723
10724 * gdb.trace/tfile.c: Generate an additional trace file, improve
10725 portability.
10726 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
10727 files in a better way.
10728
10729 2010-03-25 Keith Seitz <keiths@redhat.com>
10730
10731 * gdb.java/jprint.exp: XFAIL printing of static class members
10732 because of GCC debuginfo problem.
10733
10734 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10735
10736 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
10737
10738 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10739
10740 * gdb.base/completion.exp: Allow long instead of long int.
10741 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
10742 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
10743 variable p.
10744 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
10745 * gdb.base/pointers.exp: Allow long instead of long int.
10746 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
10747 * gdb.base/step-line.exp: Allow a directory before the source file name.
10748
10749 2010-03-24 Tom Tromey <tromey@redhat.com>
10750
10751 PR breakpoints/9352:
10752 * gdb.base/default.exp: Update.
10753 * gdb.base/commands.exp: Update.
10754 * gdb.cp/extern-c.exp: Test setting commands on multiple
10755 breakpoints at once.
10756
10757 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10758
10759 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
10760 if gdb,nosignals.
10761 * gdb.base/watchpoints.c: Do not include unnecessary headers.
10762 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
10763 exited".
10764
10765 2010-03-24 Stan Shebs <stan@codesourcery.com>
10766
10767 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
10768
10769 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10770
10771 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
10772 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
10773 argument. Handle "short" and "long".
10774 (Top level): Pass overprototyped output for old_fptr and xptr.
10775
10776 2010-03-23 Pedro Alves <pedro@codesourcery.com>
10777
10778 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
10779 format strings and add casts to avoid compiler warnings.
10780
10781 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
10782
10783 * lib/trace-support.exp (gdb_trace_setactions):
10784 Don't expect whitespace after ">" prompt.
10785 * gdb.trace/actions.exp: Adjust for output changes.
10786 * gdb.trace/while-stepping.exp: Likewise.
10787
10788 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10789
10790 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
10791 and r157645).
10792
10793 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10794
10795 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
10796 New.
10797
10798 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
10799
10800 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
10801 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
10802
10803 2010-03-19 Stan Shebs <stan@codesourcery.com>
10804
10805 * gdb.trace/ax.exp: New file.
10806
10807 2010-03-19 Doug Evans <dje@google.com>
10808
10809 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
10810 output from gcc.
10811
10812 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
10813 named /usr/sbin/prelink<foo>.
10814
10815 2010-03-18 Stan Shebs <stan@codesourcery.com>
10816
10817 * gdb.trace/circ.exp: Test circular-trace-buffer.
10818 * gdb.trace/tfile.exp: Update tstatus test.
10819
10820 2010-03-18 Joel Brobecker <brobecker@adacore.com>
10821
10822 * gdb.dwarf2/dw2-anonymous-func.S: New file.
10823 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
10824
10825 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10826
10827 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
10828
10829 2010-03-18 Pedro Alves <pedro@codesourcery.com>
10830
10831 * gdb.base/default.exp: Adjust the expected output of the finish
10832 and until commands when the inferior is not being run.
10833
10834 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
10835
10836 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
10837 * gdb.cp/nsusing.exp: Ditto.
10838
10839 2010-03-15 Tom Tromey <tromey@redhat.com>
10840
10841 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
10842 * gdb.cp/userdef.cc (operator==): New function.
10843 (main): New locals mem1, mem2.
10844
10845 2010-03-15 Jie Zhang <jie@codesourcery.com>
10846
10847 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
10848 Declare and use new loadtimeout variable.
10849
10850 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
10851
10852 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
10853 Use gdb_load later.
10854
10855 2010-03-14 Pedro Alves <pedro@codesourcery.com>
10856
10857 * gdb.base/solib-disc.c (main): Make format of fprintf a string
10858 literal. Add missing endlines to prints to stderr.
10859
10860 2010-03-12 Tom Tromey <tromey@redhat.com>
10861
10862 PR c++/9708:
10863 * gdb.cp/m-static.exp: Add regression test.
10864 * gdb.cp/m-static.cc (method): New method.
10865 (main): Call it.
10866
10867 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
10868
10869 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
10870 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
10871
10872 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
10873
10874 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
10875
10876 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
10877
10878 * lib/gdb.exp (skip_stl_tests): New.
10879 (gdb_compile): Symbian needs -ldl.
10880 (shlib_target_file): New.
10881 (shlib_symbol_file): New.
10882 (gdb_load_shlibs): Use shlib_target_file.
10883 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
10884 * gdb.cp/exception.exp: Use skip_stl_tests.
10885 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
10886 * gdb.cp/try_catch.exp: Use skip_stl_tests.
10887 * gdb.cp/mb-templates.exp: Ditto.
10888 * gdb.base/commands.exp: Relax regexes.
10889 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
10890 shlib_target_file and shlib_symbol_file.
10891 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
10892 sections.
10893 * gdb.base/ending-run.exp: Accept E32Main for symbian.
10894 * gdb.base/solib-disc.exp: Use
10895 shlib_target_file and shlib_symbol_file.
10896 * gdb.base/unload.exp: Don't skip on symbian. Use
10897 shlib_target_file and shlib_symbol_file.
10898 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
10899
10900 2010-03-12 Pedro Alves <pedro@codesourcery.com>
10901
10902 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
10903 * gdb.trace/report.exp: Adjust for x86 and x86_64.
10904 Issue a tfind end before looking for a tracepoint frame.
10905 * gdb.trace/tfind.exp: Adjust tstatus output.
10906 Adjust disassembly output.
10907 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
10908
10909 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10910
10911 * gdb.base/break-interp.exp: Create new displacement parameter value
10912 for the test_ld calls.
10913 (reach): New parameter displacement, verify its content. New push of
10914 pf_prefix "reach-$func:". Import global expect_out.
10915 (test_core): New parameter displacement, verify its content. New push
10916 of pf_prefix "core:". New command "set verbose on". Import global
10917 expect_out.
10918 (test_attach): New parameter displacement, verify its content. New
10919 push of pf_prefix "attach:". New command "set verbose on". Import
10920 global expect_out.
10921 (test_ld): New parameter displacement, pass it to the reach, test_core
10922 and test_attach calls and verify its content in the "ld.so exit" test.
10923 * gdb.base/prelink.exp: Remove gdb_exit and final return.
10924 (prelink): Update expected text, use gdb_test.
10925
10926 2010-03-10 Doug Evans <dje@google.com>
10927
10928 * gdb.base/checkpoint.exp: Fix comment.
10929 Lengthen timeout while doing >600 checkpoints test.
10930 Rename duplicate "kill all one" test to keep test names unique.
10931
10932 2010-03-10 Pedro Alves <pedro@codesourcery.com>
10933
10934 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
10935
10936 2010-03-08 Keith Seitz <keiths@redhat.com>
10937
10938 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
10939 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
10940 (dm_type_long): New function.
10941 (dm_type_unsigned_short): New function.
10942 (dm_type_unsigned_long): New function.
10943 (myint): New typedef.
10944 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
10945 long, unsigned shor and long, operator char*, and typedef.
10946 (test_lookup_operator_functions): Add operator char* test.
10947 (test_paddr_operator_functions): Likewise.
10948 (test_paddr_overloaded_functions): Use probe values for
10949 short, long, and unsigned short and long.
10950 (test_paddr_hairy_functions): If the demangler probe detected
10951 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
10952 demangler.
10953 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
10954 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
10955 and "print null_pmf".
10956 Add test "ptype a.*pmf".
10957 * gdb.cp/overload.exp: Allow optional "int" to appear with
10958 "short" and "long".
10959 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
10960 long expect value for men_overload1arg.
10961 Allow "int" to appear with "short" and "long".
10962 When testing "info break", add argument for main (void).
10963 Also allow "int" to appear with "short" and "long".
10964 Ditto with "unsigned" and "long long".
10965 * gdb.java/jmain.exp: Do not enclose methods names in single
10966 quotes.
10967 * gdb.java/jmisc.exp: Likewise.
10968 * gdb.java/jprint.exp: Likewise.
10969 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
10970
10971 From Jan Kratochvil <jan.kratochvil@redhat.com>:
10972 * gdb.cp/exception.exp (backtrace after first throw)
10973 (backtrace after second throw): Allow a namespace before __cxa_throw.
10974 (backtrace after first catch, backtrace after second catch): Allow
10975 a namespace before __cxa_begin_catch.
10976
10977 * gdb.cp/cpexprs.exp: New file.
10978 * gdb.cp/cpexprs.cc: New file.
10979
10980 From Daniel Jacobowitz <dan@codesourcery.com>
10981 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
10982 to use string_to_regexp.
10983 (ctor, dtor): New functions. Use them to match constructor
10984 and destructor function types.
10985 (Top level): Use runto_main.
10986
10987 2010-03-05 Tom Tromey <tromey@redhat.com>
10988
10989 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
10990 gdb.target_charset.
10991 (pp_ns.to_string): Likewise.
10992
10993 2010-03-04 Keith Seitz <keiths@redhat.com>
10994
10995 * gdb.cp/overload.exp: Test that the filename portion of a linespec
10996 can be quoted. Test that both the filename and function/line
10997 portions can be quoted at the same time.
10998
10999 2010-03-04 Pedro Alves <pedro@codesourcery.com>
11000
11001 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
11002
11003 2010-03-03 Doug Evans <dje@google.com>
11004
11005 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
11006 libc contains libpthread.
11007
11008 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
11009 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
11010 of gdb_compile. Add another pattern to match android backtrace.
11011
11012 2010-03-03 Tom Tromey <tromey@redhat.com>
11013
11014 PR gdb/11345:
11015 * gdb.base/printcmds.exp (test_printf): Add test.
11016
11017 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
11018
11019 * gdb.arch/amd64-byte.exp: New.
11020 * gdb.arch/amd64-dword.exp: Likewise.
11021 * gdb.arch/amd64-pseudo.c: Likewise.
11022 * gdb.arch/amd64-word.exp: Likewise.
11023 * gdb.arch/i386-byte.exp: Likewise.
11024 * gdb.arch/i386-pseudo.c: Likewise.
11025 * gdb.arch/i386-word.exp: Likewise.
11026
11027 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
11028
11029 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
11030 types. Add structreg, bitfields, and flags registers.
11031 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
11032 registers.
11033
11034 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
11035
11036 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
11037 (load_description): Set architecture if defined.
11038
11039 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
11040
11041 * gdb.python/py-frame.exp: Add read_var block tests.
11042 * gdb.python/py-frame.c (block): New function.
11043
11044 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11045 Daniel Jacobowitz <dan@codesourcery.com>
11046
11047 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
11048
11049 2010-02-25 David S. Miller <davem@davemloft.net>
11050
11051 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
11052 fix logic for setting all_syscalls_numbers.
11053
11054 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
11055
11056 * Makefile.in: Add py-block and py-symbol.
11057 * gdb.python/py-symbol.exp: New File.
11058 * gdb.python/py-symtab.exp: New File.
11059 * gdb.python/py-block.exp: New File.
11060 * gdb.python/py-symbol.c: New File.
11061 * gdb.python/py-block.c: New File.
11062
11063 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
11064
11065 PR python/11314
11066 * lib/gdb.exp (skip_python_tests): New function.
11067 * gdb.python/py-cmd.exp: Use skip_python_tests.
11068 * gdb.python/py-frame.exp: Likewise.
11069 * gdb.python/py-function.exp: Likewise.
11070 * gdb.python/py-prettyprint.exp: Likewise.
11071 * gdb.python/py-template.exp: Likewise.
11072 * gdb.python/py-type.exp: Likewise.
11073 * gdb.python/py-value.exp: Likewise.
11074
11075 2010-02-22 Pedro Alves <pedro@codesourcery.com>
11076
11077 PR9605
11078
11079 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
11080
11081 2010-02-19 Tom Tromey <tromey@redhat.com>
11082
11083 PR c++/8693, PR c++/9496:
11084 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
11085 regression tests.
11086
11087 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11088
11089 Fix compatibility with m68k as.
11090 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
11091 Use only /* comments */.
11092
11093 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11094
11095 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
11096 * configure: Regenerate.
11097
11098 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
11099
11100 * gdb.python/py-type.exp: Check for Python support.
11101
11102 2010-02-17 Pedro Alves <pedro@codesourcery.com>
11103
11104 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
11105 `regsub' syntax available.
11106
11107 2010-02-17 Pedro Alves <pedro@codesourcery.com>
11108
11109 * gdb.base/shmain.c (main): Remove printf call.
11110 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
11111 * gdb.base/unload.c (main): Make format of fprintf a string
11112 literal. Add missing endlines to prints to stderr.
11113 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
11114
11115 2010-02-17 Tom Tromey <tromey@redhat.com>
11116
11117 * gdb.java/jprint.java (jprint.props): New field.
11118 * gdb.java/jprint.exp (set_lang_java): Add regression test.
11119
11120 2010-02-17 Pedro Alves <pedro@codesourcery.com>
11121
11122 * gdb.base/charset.exp: Don't assume new `regsub' syntax
11123 available.
11124
11125 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11126
11127 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
11128 creation to support remote host testing.
11129
11130 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11131
11132 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
11133 Recognize "command not found".
11134
11135 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11136
11137 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
11138 single-stepping.
11139
11140 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11141
11142 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
11143 if arguments are not supported.
11144
11145 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11146
11147 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
11148 be const or non-const.
11149
11150 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11151
11152 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
11153 mi_send_resuming_command to send -exec-continue.
11154
11155 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11156
11157 * gdb.base/list.exp (test_list_filename_and_function): Add test
11158 with single quotes.
11159 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
11160 matching.
11161 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
11162 Add KFAIL'd tests for PR gdb/11289.
11163
11164 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11165
11166 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
11167
11168 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11169
11170 * gdb.base/comp-dir/subdir/dummy.txt: New file.
11171 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
11172 a temporary directory.
11173
11174 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11175
11176 * gdb.base/charset.exp: Use a single regular expression to match
11177 show host-charset and show target-charset output.
11178
11179 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11180
11181 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
11182 "Illegal process-id" expect string more exact.
11183 (attach to digits-starting nonsense is prohibited): New.
11184
11185 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11186
11187 * gdb.base/prelink.exp (set verbose on): New.
11188
11189 2010-02-12 Tomas Holmberg <th@virtutech.com>
11190
11191 * mi-reverse.exp: New file. Test for reverse option to the
11192 following MI commands: exec-continue, exec-finish, exec-next,
11193 exec-step, exec-next-instruction, exec-step-instruction.
11194
11195 2010-02-09 Joel Brobecker <brobecker@adacore.com>
11196
11197 * gdb.ada/ptype_tagged_param: New testcase.
11198
11199 2010-02-08 Tom Tromey <tromey@redhat.com>
11200
11201 PR c++/8017:
11202 * gdb.cp/overload.exp: Add tests.
11203 * gdb.cp/overload.cc (struct K): New.
11204 (namespace N): New.
11205 (main): Call new functions.
11206 (K::staticoverload): Define.
11207
11208 2010-02-08 Chris Moller <moller@mollerware.com>
11209
11210 PR gdb/10728
11211 * gdb.cp/pr10728-x.h: New file.
11212 * gdb.cp/pr10728-x.cc: New file.
11213 * gdb.cp/pr10728-y.cc: New file.
11214 * gdb.cp/pr10728.exp: New file.
11215 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
11216
11217 2010-02-08 Chris Moller <moller@mollerware.com>
11218
11219 PR gdb/9067
11220 * gdb.cp/pr9067.exp: New
11221 * gdb.cp/pr9067.cc: New
11222 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
11223
11224 2010-02-08 Joel Brobecker <brobecker@adacore.com>
11225
11226 * lib/gdb.exp (gdb_test_timeout): New global variable.
11227 Set it to timeout if not already set.
11228 (gdb_init): Reset the value of timeout to gdb_test_timeout.
11229
11230 2010-02-05 Doug Evans <dje@google.com>
11231
11232 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
11233 user.
11234
11235 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
11236
11237 PR c++/7935:
11238 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
11239
11240 2010-02-04 Tom Tromey <tromey@redhat.com>
11241
11242 * gdb.cp/virtbase.exp: Make test case names unique.
11243
11244 2010-02-02 Tom Tromey <tromey@redhat.com>
11245
11246 * gdb.cp/virtbase.exp: Add regression tests.
11247 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
11248 (main): Instantiate RHC.
11249
11250 2010-02-02 Tom Tromey <tromey@redhat.com>
11251
11252 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
11253 type-printing change.
11254
11255 2010-02-02 Tom Tromey <tromey@redhat.com>
11256
11257 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
11258 * gdb.cp/virtbase.cc: New file.
11259 * gdb.cp/virtbase.exp: New file.
11260 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
11261
11262 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11263
11264 PR libc/11214:
11265 * gdb.threads/current-lwp-dead.c: Include features.h.
11266 (HAS_NOMMU): New.
11267 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
11268
11269 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11270
11271 * gdb.base/symbol-without-target_section.exp,
11272 gdb.base/symbol-without-target_section.c: New.
11273
11274 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11275
11276 * gdb.base/bigcore.exp: Reset increased timeout.
11277 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
11278
11279 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11280
11281 * gdb.base/gcore.exp (capture_command_output): Use
11282 gdb_test_multiple.
11283
11284 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11285
11286 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
11287 * gdb.arch/thumb2-it.exp (test_it_break): New function.
11288 (Top level): Call it.
11289
11290 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11291
11292 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
11293
11294 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11295
11296 * gdb.base/call-strs.exp, gdb.base/default.exp,
11297 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
11298 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
11299 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
11300 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
11301 gdb.base/watchpoint-solib.exp: Save and restore timeout.
11302 * gdb.base/ending-run.exp: Correct restore of timeout.
11303 * gdb.base/page.exp: Remove unnecessary timeout setting.
11304
11305 2010-01-29 Joel Brobecker <brobecker@adacore.com>
11306
11307 * gdb.ada/rec_return: New testcase.
11308
11309 2010-01-29 Joel Brobecker <brobecker@adacore.com>
11310
11311 * gdb.ada/call_pn: New testcase.
11312
11313 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
11314
11315 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
11316 (Top level): Use it to resume.
11317 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
11318 the Thumb mode displaced stepping error as unsupported.
11319
11320 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
11321
11322 * gdb.cp/nsusing.exp: Added more tests.
11323 * gdb.cp/nsrecurs.exp: Ditto.
11324 * gdb.cp/nsusing.cc: Added test functions.
11325 * gdb.cp/nsrecurs.cc: Ditto.
11326
11327 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11328
11329 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
11330 absolute directory pathnames in gdb.sum file.
11331
11332 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
11333
11334 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
11335 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
11336
11337 2010-01-26 Tom Tromey <tromey@redhat.com>
11338
11339 PR exp/7643:
11340 * gdb.base/printcmds.exp (test_print_string_constants): Remove
11341 setup_kfail.
11342
11343 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
11344
11345 * gdb.cp/nsrecurs.exp: New test.
11346 * gdb.cp/nsrecurs.cc: New test program.
11347 * gdb.cp/nsstress.exp: New test.
11348 * gdb.cp/nsstress.cc: New test program.
11349 * gdb.cp/nsdecl.exp: New test.
11350 * gdb.cp/nsdecl.cc: New test program.
11351
11352 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
11353
11354 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
11355 imported into file scope.
11356 Marked test as xfail.
11357 * gdb.cp/namespace-using.cc (marker5): New function.
11358 * gdb.cp/shadow.exp: New test.
11359 * gdb.cp/shadow.cc: New test program.
11360 * gdb.cp/nsimport.exp: New test.
11361 * gdb.cp/nsimport.cc: New test program.
11362
11363 2010-01-25 Tom Tromey <tromey@redhat.com>
11364
11365 PR gdb/11049:
11366 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
11367 with "set print null-stop on".
11368
11369 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11370
11371 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
11372 Adjust it for DISASSEMBLY_OMIT_FNAME.
11373
11374 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11375
11376 PR symtab/11199:
11377 * gdb.dwarf2/member-ptr-forwardref.exp,
11378 gdb.dwarf2/member-ptr-forwardref.S: New.
11379
11380 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11381
11382 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
11383 (thread1_func): Protect thread1_tid with thread1_tid_cond by
11384 thread1_tid_mutex. Remove gdbstop_mutex handling.
11385 (thread2_func): Protect thread2_tid with thread2_tid_cond by
11386 thread2_tid_mutex. Remove gdbstop_mutex handling.
11387 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
11388 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
11389 pthread_cond_wait conditionalizations by while loops.
11390
11391 2010-01-20 Tom Tromey <tromey@redhat.com>
11392
11393 PR backtrace/10770:
11394 * gdb.dwarf2/pr10770.exp: New file.
11395 * gdb.dwarf2/pr10770.c: New file.
11396 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
11397
11398 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
11399
11400 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
11401 that target was removed, and the test always runs native anyway.
11402
11403 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11404
11405 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
11406 gdb.base/watchpoint-cond-gone-stripped.c: New.
11407
11408 2010-01-19 Tom Tromey <tromey@redhat.com>
11409
11410 PR c++/8000:
11411 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
11412 existing tests.
11413 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
11414 (main): Use AAA::SomeEnum.
11415
11416 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11417
11418 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
11419 (test_ignore_count): Declare line_callme_body global.
11420 (run to breakpoint with ignore count): Use line_callme_body.
11421 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
11422 (set line_main_hello, set line_main_return): Reindent.
11423 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
11424 New.
11425 (continue to callee4): Use line_callee4_body.
11426 (check *stopped from CLI command): Use line_callee4_next.
11427 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
11428 (set line_main_hello, set line_main_return): Reindent.
11429 (set line_callee4_head, set line_callee4_body): New.
11430 (continue to callee4): Use line_callee4_body.
11431
11432 2010-01-18 Tom Tromey <tromey@redhat.com>
11433
11434 PR c++/9680:
11435 * gdb.cp/casts.cc: Add new classes and variables.
11436 * gdb.cp/casts.exp: Test new operators.
11437
11438 2010-01-18 Tom Tromey <tromey@redhat.com>
11439 Thiago Jung Bauermann <bauerman@br.ibm.com>
11440
11441 * gdb.python/source2.py: New file.
11442 * gdb.python/source1: New file.
11443 * gdb.python/python.exp: Test "source" command.
11444
11445 2010-01-15 Stan Shebs <stan@codesourcery.com>
11446
11447 * gdb.trace/tfile.c: New file.
11448 * gdb.trace/tfile.exp: New file.
11449
11450 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11451
11452 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
11453
11454 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11455
11456 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
11457
11458 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11459
11460 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
11461 (libfunc): New parameter action. Implement also selectable "sleep".
11462 * gdb.base/break-interp-main.c: Include assert.h.
11463 (libfunc): New parameter action.
11464 (main): New parameters argc and argv. Assert argc. Pass argv.
11465 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
11466 (test_attach): New proc.
11467 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
11468 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
11469
11470 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11471
11472 * gdb.base/break-interp.exp (test_core): New proc.
11473 (test_ld): Call it.
11474
11475 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11476
11477 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
11478 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
11479 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
11480 and gdb_compile_shlib. Use new -Wl compiler options.
11481 (dl bt, main bt): New tests.
11482
11483 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11484
11485 Support PIEs with no symfile_objfile.
11486 * gdb.base/break-interp.exp: New argument at the test_ld calls.
11487 (test_ld): New parameter trynosym.
11488 (test_ld <$trynosym>): New block.
11489
11490 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11491
11492 * gdb.base/break-interp.exp: New file.
11493
11494 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
11495
11496 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
11497 * gdb.python/py-prettyprint.py (pp_ls): New printer.
11498 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
11499 test.
11500 * gdb.python/py-prettyprint.c: Define lazystring test structure.
11501 * gdb.python/py-mi.exp: Add lazy string test.
11502
11503 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
11504
11505 * lib/mi-support.exp (mi_check_thread_states): Handle
11506 core number in thread listing.
11507
11508 2010-01-12 Joel Brobecker <brobecker@adacore.com>
11509
11510 * gdb.base/maint.exp: Adjust the expected output for the
11511 "maint print type" test. Use gdb_test_multiple instead of
11512 gdb_sent/gdb_expect.
11513
11514 2010-01-11 Doug Evans <dje@google.com>
11515
11516 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
11517 from gdbserver_download. All callers updated.
11518
11519 * gdb.server/ext-run.exp: "info os processes" requires xml support.
11520
11521 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11522
11523 Implement binary numbers parsing.
11524 * gdb.base/printcmds.exp (test_integer_literals_accepted)
11525 (test_integer_literals_rejected): New binary tests.
11526
11527 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11528
11529 * gdb.cell/configure: Regenerate.
11530
11531 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11532
11533 * gdb.base/corefile.exp: Move the core finding block out and call it as
11534 core_find, new variable $corefile, replace corefile by $corefile and
11535 [file tail $corefile] for usage vs. test names resp.
11536 * lib/gdb.exp (core_find): Move it as a new function here. New
11537 parameter binfile and deletefiles. New variable $destcore. Pre-delete
11538 $destcore. Return "" on error.
11539
11540 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11541
11542 Workaround PR binutils/10802.
11543 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
11544 (twice).
11545
11546 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
11547
11548 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
11549
11550 2010-01-08 Joel Brobecker <brobecker@adacore.com>
11551
11552 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
11553 call, to avoid interruption.
11554
11555 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11556
11557 * gdb.stabs/weird.def (args93): New.
11558
11559 2010-01-07 Doug Evans <dje@google.com>
11560
11561 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
11562
11563 2010-01-07 Tom Tromey <tromey@redhat.com>
11564
11565 * gdb.base/source.exp: Use correct line number.
11566
11567 2010-01-05 Stan Shebs <stan@codesourcery.com>
11568
11569 * gdb.trace/tracecmd.exp: Test ftrace.
11570
11571 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11572
11573 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
11574
11575 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11576
11577 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
11578 "uint_for_mi_testing".
11579
11580 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11581
11582 Test indented comment in file being sourced.
11583 * gdb.base/commands.exp: Test indented comment in file being sourced.
11584
11585 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11586
11587 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
11588 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
11589 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
11590 notice.
11591
11592 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11593
11594 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
11595 notice.
11596
11597 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11598
11599 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
11600 missing $after_stopped and comma (,) expectation.
11601
11602 2009-12-31 Stan Shebs <stan@codesourcery.com>
11603
11604 * gdb.trace/actions.exp: Test teval action.
11605
11606 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
11607
11608 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
11609 (top level): Call test_watchpoint_in_big_blob.
11610 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
11611 watchpoints.
11612 (func3): Write to buf.
11613
11614 2009-12-29 Stan Shebs <stan@codesourcery.com>
11615
11616 * gdb.trace/actions.exp: Test default-collect.
11617
11618 2009-12-28 Stan Shebs <stan@codesourcery.com>
11619
11620 * gdb.trace/tsv.exp: New file.
11621 * gdb.base/completion.exp: Update ambiguous info output.
11622
11623 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
11624
11625 * gdb.base/find.c (main): Reference search buffers.
11626 * gdb.base/included.c (main): Reference integer.
11627 * gdb.base/ptype.c (charfoo): Declare.
11628 (intfoo): Call charfoo.
11629 * gdb.base/scope0.c (useitp): New function.
11630 (usestatics): Use useitp.
11631 (useit): Add a type for val.
11632 * gdb.base/scope1.c (useit1): Take a pointer argument.
11633 (usestatics1): Update calls to useit1.
11634 * gdb.cp/call-c.cc: Declare foo.
11635 (main): Call foo.
11636 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
11637 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
11638 (main): Call C::ensureRefs and ensureOtherRefs.
11639 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
11640 variables.
11641 (ensureOtherRefs): New function.
11642 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
11643 * gdb.cp/templates.cc (main): Call t5i.value.
11644
11645 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11646
11647 Fix compatibility with G++-4.5.
11648 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
11649 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
11650 (uncaught return): Remove.
11651
11652 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11653 Phil Muldoon <pmuldoon@redhat.com>
11654
11655 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
11656 (bp_location13, bp_location14, bp_location17, bp_location18)
11657 (marker3_proto, marker4_proto): New variables.
11658 (breakpoint info): Update output.
11659 (run until breakpoint at marker3, run until breakpoint at marker4): New
11660 tests.
11661
11662 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11663
11664 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
11665 Replace the printf call of Y by provided "y-set-1" label. New block
11666 for the second shared library.
11667 * gdb.base/unload.exp: Compile also the second library, call
11668 gdb_load_shlibs also for it. Use now gdb_breakpoint.
11669 (single pending breakpoint info): Rename to ...
11670 (pending breakpoint info before run): ... this extended test.
11671 (libfile2, libname2, libsrcfile2, libsrc2)
11672 (lib_sl2): New variables.
11673 (exec_opts): Set also SHLIB_NAME2.
11674 (pending breakpoint info on first run at shrfunc1)
11675 (pending breakpoint info on second run at shrfunc1)
11676 (pending breakpoint info on second run at shrfunc2)
11677 (print y from libfile, print y from libfile2): New tests.
11678 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
11679 * gdb.base/unloadshr2.c: New.
11680
11681 2009-12-22 Hui Zhu <teawater@gmail.com>
11682
11683 * gdb.reverse/sigall-reverse.exp: Adjust.
11684
11685 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
11686
11687 PR gdb/10884
11688
11689 * gdb.mi/var-cmd.c (do_bitfield_tests): New
11690 (main): Call do_bitfield_tests.
11691 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
11692
11693 2009-12-20 Joel Brobecker <brobecker@adacore.com>
11694
11695 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
11696 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
11697 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
11698 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
11699 gdb.modula2/unbounded1.c: Update copyright header.
11700
11701 2009-12-10 Chris Moller <moller@mollerware.com>
11702
11703 PR gdb/9399
11704 * gdb.cp/virtfunc2.exp: New tests
11705 * gdb.cp/virtfunc2.cc: New tests
11706 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
11707
11708 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
11709
11710 * gdb.reverse/i387-env-reverse.c: New file.
11711 * gdb.reverse/i387-env-reverse.exp: New file.
11712 * gdb.reverse/i387-stack-reverse.c: New file.
11713 * gdb.reverse/i387-stack-reverse.exp: New file.
11714
11715 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
11716
11717 * gdb.python/py-type.exp (test_range): New test.
11718
11719 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
11720
11721 PR python/10805
11722
11723 * gdb.python/py-type.exp: New file.
11724 * gdb.python/py-type.c: New file.
11725 * Makefile.in: Add py-type.
11726
11727 2009-12-03 Tom Tromey <tromey@redhat.com>
11728
11729 * gdb.python/py-value.exp (test_parse_and_eval): New
11730 function.
11731
11732 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
11733
11734 PR gdb/11022
11735
11736 * gdb.base/pr11022.exp: New test.
11737 * gdb.base/pr11022.c: New test.
11738
11739 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11740
11741 Fix spurious false FAILs.
11742 * gdb.base/structs.c (chartest): New.
11743 (main): Fill-in chartest.
11744 * gdb.base/structs.exp (anychar_re, first): New.
11745 (start_structs_test): Import global anychar_re and first.
11746 New gdb_test call "set print elements 300; ${testfile}"
11747 (start_structs_test <$first>): New block.
11748 (any): Import global anychar_re. New variable ac. Use ${ac}.
11749
11750 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11751
11752 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
11753
11754 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11755
11756 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
11757 Force $srcfile file.
11758 * gdb.base/foll-fork.c (callee): Comment out the printf call.
11759
11760 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11761
11762 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
11763 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
11764 * gdb.threads/watchthreads-reorder.exp: Likewise.
11765
11766 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
11767
11768 PR gdb/8704
11769
11770 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
11771 "if", and "thread". Correct matching in the previous test.
11772
11773 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
11774
11775 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
11776
11777 2009-11-23 Michael Snyder <msnyder@vmware.com>
11778
11779 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
11780 * gdb.reverse-watch-precsave.exp: Ditto.
11781
11782 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
11783
11784 * gdb.asm/asm-source.exp: Adjust.
11785 * gdb.base/help.exp: Adjust.
11786
11787 2009-11-22 Pedro Alves <pedro@codesourcery.com>
11788
11789 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
11790 (do_syscall_tests_without_xml): Set data-directory to
11791 /the/path/to/nowhere.
11792
11793 2009-11-21 Pedro Alves <pedro@codesourcery.com>
11794
11795 * gdb.threads/local-watch-wrong-thread.c,
11796 gdb.threads/local-watch-wrong-thread.exp: New files.
11797
11798 2009-11-21 Pedro Alves <pedro@codesourcery.com>
11799
11800 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
11801 assume new `regsub' syntax available.
11802
11803 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11804
11805 * gdb.base/watchpoint-hw-hit-once.exp,
11806 gdb.base/watchpoint-hw-hit-once.c: New.
11807
11808 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11809
11810 * gdb.threads/watchthreads-reorder.exp,
11811 gdb.threads/watchthreads-reorder.c: New.
11812
11813 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
11814
11815 * gdb.xml/tdesc-regs.exp: Use for m68k.
11816
11817 2009-11-15 Pedro Alves <pedro@codesourcery.com>
11818
11819 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
11820
11821 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11822
11823 * lib/gdb.exp (current_target_name): New procedure.
11824 (gdb_wrapper_target): New variable.
11825 (gdb_wrapper_init): Set gdb_wrapper_target.
11826 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
11827 wrapper.
11828
11829 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11830
11831 * gdb.base/remote.exp: Delete the slowest load test.
11832 Do not load with fixed packet sizes.
11833
11834 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11835
11836 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
11837
11838 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11839
11840 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
11841 srcfile when setting a breakpoint.
11842
11843 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
11844
11845 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
11846 macros.
11847
11848 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11849
11850 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
11851 to be in memory.
11852 * gdb.base/display.c (force_mem): New.
11853 (do_loops): Use it. Add breakpoint comments.
11854 (do_vars): Add a breakpoint comment.
11855 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
11856 line numbers.
11857
11858 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
11859
11860 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
11861 instead of a bare "run".
11862
11863 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
11864
11865 * gdb.python/py-prettyprint.exp: Adjust.
11866
11867 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11868
11869 * lib/cell.exp (skip_cell_tests): Clean up test files before
11870 returning.
11871
11872 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11873
11874 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
11875 and the breakpoint menu. Do not call perror if a prompt is seen.
11876 Consume the following GDB prompt.
11877 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
11878 * gdb.cp/namespace.exp: Use gdb_test.
11879 * gdb.cp/templates.exp: Use gdb_test.
11880 (test_template_breakpoints): Use gdb_test_multiple.
11881
11882 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11883
11884 * gdb.base/break1.c (struct some_struct, values): Move earlier.
11885 (marker4): Reference values.
11886
11887 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11888
11889 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
11890 is missing.
11891
11892 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11893
11894 * gdb.base/break.c (need_malloc): New.
11895 * gdb.base/constvars.c (main): Reference crass and crisp.
11896 * gdb.base/gdb1821.c (main): Reference bar.
11897 * gdb.cp/gdb1355.cc (main): Reference s1.
11898 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
11899 (main): Call them.
11900 * gdb.cp/hang2.cc (dummy2): Define.
11901 * gdb.cp/hang3.cc (dummy3): Define.
11902 * gdb.cp/m-data.cc (main): Reference shadow.
11903
11904 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11905 Nathan Froyd <froydnj@codesourcery.com>
11906
11907 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
11908 remote host.
11909
11910 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
11911
11912 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
11913 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
11914 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11915 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11916 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11917 * gdb.dwarf2/dw2-producer.exp: Likewise.
11918 * gdb.dwarf2/mac-fileno.exp: Likewise.
11919 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
11920 py-prettyprint.py to the remote host.
11921 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
11922
11923 2009-11-11 Keith Seitz <keiths@redhat.com>
11924
11925 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
11926 use it instead of "Foo".
11927 * gdb.cp/classes.exp (do_tests): Add a test to access
11928 a method through a typedef'd class name.
11929
11930 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
11931
11932 * gdb.base/long_long.exp: Permit leading zeros on floating-point
11933 exponents.
11934 * gdb.base/pointers.exp: Likewise.
11935 * gdb.cp/ref-types.exp: Likewise.
11936
11937 2009-11-11 Keith Seitz <keiths@redhat.com>
11938
11939 * gdb.cp/cplusfuncs.cc (class foo): Add operators
11940 new[] and delete[].
11941 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
11942 "void".
11943 (probe_demangler): Remove all single-quoting of
11944 method and variable names.
11945 (info_func_regexp): Remove the word "void" from any
11946 occurrence of "(void)".
11947 (print_addr_2): Remove all single-quoting of
11948 method names.
11949 (print_addr_2_kfail): Likewise.
11950 (print_addr): Single-quote C function names before
11951 passing to print_addr_2.
11952 (test_paddr_operator_functions): Remove single-quoting
11953 for method names.
11954 Add tests for operator new[] and operator delete[].
11955
11956 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11957
11958 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
11959
11960 2009-11-09 Keith Seitz <keiths@redhat.com>
11961
11962 * gdb.cp/overload.exp: Add tests for resolving overloaded
11963 methods in expression parsing/evaluation.
11964
11965 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
11966
11967 * lib/gdb.exp (default_gdb_version): Use --version instead of
11968 --command.
11969
11970 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
11971
11972 * lib/gdb.exp (gdb_compile_test): New.
11973 (skip_ada_tests, skip_java_tests): New.
11974 (gdb_compile): Use gdb_compile_test for f77.
11975 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
11976 * lib/java.exp (compile_java_from_source): Remove runtests check,
11977 use gdb_compile_test to record result.
11978 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
11979 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
11980 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
11981 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
11982 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
11983 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
11984 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
11985 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
11986 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
11987 adjust gdb_compile invocations.
11988
11989 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11990
11991 * Makefile.in (abs_builddir): New.
11992 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
11993 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
11994 `$(abs_builddir)/site.exp'.
11995
11996 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
11997
11998 * config/m68k-emc.exp, lib/emc-support.exp,
11999 gdb.trace/gdb_c_test.c: Delete.
12000 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
12001 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
12002 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12003 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
12004 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12005 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
12006 casing for m68k-*-elf.
12007
12008 2009-11-03 Pedro Alves <pedro@codesourcery.com>
12009
12010 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
12011 * gdb.arch/i386-prologue.exp: Likewise.
12012 * gdb.arch/i386-unwind.exp: Likewise.
12013
12014 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
12015
12016 * lib/gdb.exp (gdb_expect): Fix timeout typo.
12017
12018 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
12019
12020 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
12021
12022 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
12023
12024 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
12025
12026 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12027
12028 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
12029
12030 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12031
12032 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
12033 * gdb.base/sepdebug2.c: New file.
12034
12035 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
12036
12037 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
12038 the modified warnings for catch syscall. Verify if GDB was compiled
12039 with support for lib expat, and choose which tests to run depending
12040 on this.
12041
12042 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
12043
12044 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
12045 that composite commands are parsed OK. And also test
12046 that breakpoint commands do work.
12047
12048 2009-10-23 Michael Snyder <msnyder@vmware.com>
12049
12050 gdb.reverse/consecutive-precsave.exp: Change expect pattern
12051 to allow for new disassembly style.
12052
12053 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
12054
12055 * gdb.asm/asm-source.exp: Adjust.
12056
12057 2009-10-22 Michael Snyder <msnyder@vmware.com>
12058
12059 * gdb.reverse/break-precsave.exp: New test.
12060 * gdb.reverse/consecutive-precsave.exp: Ditto.
12061 * gdb.reverse/finish-precsave.exp: Ditto.
12062 * gdb.reverse/i386-precsave.exp: Ditto.
12063 * gdb.reverse/machinestate-precsave.exp: Ditto.
12064 * gdb.reverse/sigall-precsave.exp: Ditto.
12065 * gdb.reverse/solilb-precsave.exp: Ditto.
12066 * gdb.reverse/step-precsave.exp: Ditto.
12067 * gdb.reverse/until-precsave.exp: Ditto.
12068 * gdb.reverse/watch-precsave.exp: Ditto.
12069
12070 2009-10-22 Michael Snyder <msnyder@vmware.com>
12071
12072 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
12073 for gdb_expect. Adjust one test's expect strings for the new
12074 format of disassemble.
12075 * gdb.reverse/finish-reverse.exp: Delete 'return'.
12076 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
12077 gdb_test_multiple.
12078 * gdb.reverse/step-reverse.exp: Delete 'return'.
12079 * gdb.reverse/until-reverse.exp: Delete blank lines.
12080 * gdb.reverse/watch-reverse.exp: Delete blank lines.
12081
12082 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
12083
12084 * gdb.base/consecutive.exp: Adjust.
12085 * gdb.base/display.exp: Likewise.
12086 * gdb.base/pc-fp.exp: Likewise.
12087 * gdb.base/sigbpt.exp: Likewise.
12088
12089 2009-10-19 Michael Snyder <msnyder@vmware.com>
12090
12091 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
12092 * gdb.reverse/finish-reverse.c: Ditto.
12093 * gdb.reverse/sigall-reverse.c: Ditto.
12094 * gdb.reverse/solib-reverse.c: Ditto.
12095 * gdb.reverse/step-reverse.c: Ditto.
12096 * gdb.reverse/watch-reverse.c: Ditto.
12097
12098 2009-10-19 Pedro Alves <pedro@codesourcery.com>
12099 Stan Shebs <stan@codesourcery.com>
12100
12101 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
12102 * gdb.base/foll-exec.exp: Adjust to expect a process id before
12103 "Executing new program".
12104 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
12105 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
12106 left listed after having been killed.
12107 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
12108 * gdb.base/maint.exp: Adjust test.
12109
12110 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
12111 * gdb.multi/Makefile.in: New.
12112 * gdb.multi/base.exp: New.
12113 * gdb.multi/goodbye.c: New.
12114 * gdb.multi/hangout.c: New.
12115 * gdb.multi/hello.c: New.
12116 * gdb.multi/bkpt-multi-exec.c: New.
12117 * gdb.multi/bkpt-multi-exec.exp: New.
12118 * gdb.multi/crashme.c: New.
12119
12120 2009-10-13 Tristan Gingold <gingold@adacore.com>
12121
12122 * gdb.base/sepdebug.exp: Check debug info are found.
12123
12124 2009-10-08 Pedro Alves <pedro@codesourcery.com>
12125
12126 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
12127 bits.
12128
12129 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12130
12131 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
12132
12133 2009-10-07 Joel Brobecker <brobecker@adacore.com>
12134
12135 * gdb.base/watchpoints.c: Add copyright header. Reformat one
12136 of the comments.
12137
12138 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
12139
12140 * gdb.base/annota1.exp: Remove obsolete match_max increase.
12141 * gdb.base/annota3.exp: Idem.
12142 * gdb.base/maint.exp: Idem.
12143
12144 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
12145
12146 * lib/gdb.exp (default_gdb_init): Set current value of match_max
12147 to default.
12148
12149 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
12150
12151 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
12152 mingw and cygwin targets.
12153
12154 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
12155 Pedro Alves <pedro@codesourcery.com>
12156
12157 * lib/gdb.exp (gdb_compile): Avoid adding
12158 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
12159
12160 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
12161
12162 * gdb.base/shr1.c: Use %p in format string.
12163 * gdb.base/unload.c: Avoid warning in fprintf.
12164 * gdb.base/watchpoint-solib.c: Idem.
12165
12166 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
12167
12168 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
12169 long type.
12170 (test_unlink): Correct printf string.
12171 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
12172 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
12173
12174 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12175
12176 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
12177 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
12178 * gdb.arch/ia64-breakpoint-shadow.S: New file.
12179
12180 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12181
12182 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
12183 * gdb.objc/nondebug.exp: Likewise.
12184
12185 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12186
12187 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
12188 target_info setting.
12189
12190 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
12191 that detect new threads during "info threads".
12192
12193 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12194
12195 * gdb.threads/manythreads.c (main): Increase thread stack size
12196 to 2*PTHREAD_STACK_MIN.
12197 * gdb.threads/multi-create.c (main): Likewise.
12198 (create_function): Likewise.
12199
12200 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12201
12202 * gdb.base/dump.exp: Pass difference of pointer types instead
12203 of integer types as offset to restore in intarr3.srec case.
12204
12205 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12206
12207 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
12208
12209 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12210
12211 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
12212
12213 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
12214
12215 New test for two watchpoints, with disabling of
12216 the first inserted.
12217 * testsuite/gdb.base/watchpoints.c: New file.
12218 * testsuite/gdb.base/watchpoints.exp: New file.
12219
12220 2009-09-25 Tom Tromey <tromey@redhat.com>
12221
12222 * gdb.base/charset.exp: Test utf-16 strings with Python.
12223
12224 2009-09-25 Tom Tromey <tromey@redhat.com>
12225
12226 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
12227 UCS-4.
12228 * gdb.base/charset.c (utf_32_string): Rename.
12229 (init_utf32): Rename.
12230 (main): Update.
12231
12232 2009-09-22 Tom Tromey <tromey@redhat.com>
12233
12234 * gdb.python/py-function.exp: Add regression tests.
12235
12236 2009-09-21 Keith Seitz <keiths@redhat.com>
12237
12238 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
12239 with invalid operator.
12240
12241 2009-09-21 Keith Seitz <keiths@redhat.com>
12242
12243 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
12244 and destructor using typedef name of class.
12245 * gdb.cp/classes.cc (class Base1): Add a destructor.
12246 (base1): New typedef.
12247 (use_methods): Instanitate an object of type base1.
12248 * gdb.cp/templates.exp (test_template_typedef): New procedure.
12249 (do_tests): Call test_template_typedef.
12250 * gdb.cp/templates.cc (Baz::~Baz): New method.
12251 (intBazOne): New typedef.
12252 (main): Instantiate intBazOne.
12253
12254 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
12255
12256 PR python/10633
12257
12258 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
12259 Function.
12260 (run_lang_tests): Add print elements test.
12261
12262 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
12263
12264 * gdb.python/py-value.exp (test_subscript_regression): New
12265 function. Test for invalid subscripts.
12266 * gdb.python/py-value.c (main): Add test array, and pointer to it.
12267 (ptr_ref): New function.
12268
12269 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12270
12271 * gdb.base/default.exp: Fix "show convenience".
12272
12273 2009-09-15 Tom Tromey <tromey@redhat.com>
12274
12275 * lib/mi-support.exp (mi_create_varobj): Update.
12276 (mi_create_floating_varobj): Likewise.
12277 (mi_create_dynamic_varobj): New proc.
12278 (mi_varobj_update): Update.
12279 (mi_varobj_update_with_type_change): Likewise.
12280 (mi_varobj_update_kv_helper): New proc.
12281 (mi_varobj_update_dynamic_helper): Rewrite.
12282 (mi_varobj_update_dynamic): New proc.
12283 (mi_list_varobj_children): Update.
12284 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
12285 * gdb.python/python-prettyprint.py (pp_outer): New class.
12286 (pp_nullstr): Likewise.
12287 (lookup_function): Register new printers.
12288 * gdb.python/python-prettyprint.c (struct substruct): New type.
12289 (struct outerstruct): Likewise.
12290 (substruct_test): New function.
12291 (struct nullstr): New type.
12292 (string_1, string_2): New globals.
12293 (main): Add new tests.
12294 * gdb.python/python-mi.exp: Added regression tests.
12295 * gdb.mi/mi2-var-display.exp: Update.
12296 * gdb.mi/mi2-var-cmd.exp: Update.
12297 * gdb.mi/mi2-var-child.exp: Update.
12298 * gdb.mi/mi2-var-block.exp: Update.
12299 * gdb.mi/mi-var-invalidate.exp: Update.
12300 * gdb.mi/mi-var-display.exp: Update.
12301 * gdb.mi/mi-var-cmd.exp: Update.
12302 * gdb.mi/mi-var-child.exp: Update.
12303 * gdb.mi/mi-var-block.exp: Update.
12304 * gdb.mi/mi-break.exp: Update.
12305 * gdb.mi/gdb701.exp: Update.
12306
12307 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
12308
12309 * Makefile.in: Inclusion of catch-syscall object.
12310 * gdb.base/catch-syscall.c: New file.
12311 * gdb.base/catch-syscall.exp: New file.
12312
12313 2009-09-12 Michael Snyder <msnyder@vmware.com>
12314
12315 * gdb.reverse/step-reverse.exp: Explicitly check for targets
12316 that can support reverse debuggnig.
12317
12318 2009-09-11 Tom Tromey <tromey@redhat.com>
12319
12320 * gdb.dwarf2/valop.S: New file.
12321 * gdb.dwarf2/valop.exp: New file.
12322
12323 2009-09-11 Mark Kettenis <kettenis@gnu.org>
12324
12325 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
12326
12327 2009-09-10 Doug Evans <dje@google.com>
12328
12329 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
12330 Add $gdb_prompt to second breakpoint regexp.
12331
12332 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
12333
12334 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
12335 names, add missing ones.
12336 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
12337 * gdb.python/py-frame.c: Rename from python-frame.c.
12338 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
12339 testfile name.
12340 * gdb.python/py-function.exp: Rename from python-function.exp.
12341 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
12342 testfile name.
12343 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
12344 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
12345 Adjust testfile name.
12346 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
12347 * gdb.python/py-template.cc: Rename from python-template.cc.
12348 * gdb.python/py-template.exp: Rename from python-template.exp.
12349 Adjust testfile name.
12350 * gdb.python/py-value.c: Rename from python-value.c.
12351 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
12352 testfile name.
12353
12354 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12355
12356 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
12357 $bpt2address.
12358 (Second breakpoint address is valid on ia64)
12359 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
12360
12361 2009-09-03 Joseph Myers <joseph@codesourcery.com>
12362
12363 * gdb.base/ending-run.exp: Restrict regular expression matching
12364 line number to require closing brace following.
12365
12366 2009-09-03 Doug Evans <dje@google.com>
12367
12368 * gdb.base/store.exp (check_set): Fix typo in expected value message.
12369
12370 2009-09-02 Tom Tromey <tromey@redhat.com>
12371
12372 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
12373
12374 2009-09-02 Tom Tromey <tromey@redhat.com>
12375
12376 * gdb.dwarf2/callframecfa.exp: New file.
12377 * gdb.dwarf2/callframecfa.S: New file.
12378
12379 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12380
12381 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
12382 gdb.base/solib-overlap-main.c: New.
12383
12384 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
12385
12386 PR gdb/10565
12387
12388 * gdb.base/bitfields.c (struct container, container): New.
12389 (main): Initialize it and call break5.
12390 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
12391
12392 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12393
12394 Support constant DW_AT_data_member_location by GCC PR debug/40659.
12395 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
12396
12397 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12398
12399 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
12400
12401 2009-08-26 Michael Snyder <msnyder@vmware.com>
12402
12403 * gdb.base/i386-reverse.c: New file.
12404 * gdb.base/i386-reverse.exp: New file.
12405 * gdb.base/Makefile.in: Add new files to be removed.
12406
12407 2009-08-26 Joseph Myers <joseph@codesourcery.com>
12408
12409 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
12410 environment-pwd for remote host.
12411 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
12412
12413 2009-08-24 Keith Seitz <keiths@redhat.com>
12414
12415 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
12416 Add two new C++ completer tests which limit the output to a
12417 given class.
12418
12419 2009-08-24 Michael Snyder <msnyder@vmware.com>
12420
12421 * gdb.base/del.exp: Fix typo in comment.
12422 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
12423
12424 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12425
12426 * configure: Regenerate.
12427 * gdb.hp/configure: Likewise.
12428 * gdb.hp/gdb.aCC/configure: Likewise.
12429 * gdb.hp/gdb.base-hp/configure: Likewise.
12430 * gdb.hp/gdb.compat/configure: Likewise.
12431 * gdb.hp/gdb.defects/configure: Likewise.
12432 * gdb.hp/gdb.objdbg/configure: Likewise.
12433 * gdb.stabs/configure: Likewise.
12434
12435 2009-08-19 Doug Evans <dje@google.com>
12436
12437 * gdb.base/gdbvars.c: New file.
12438 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
12439
12440 2009-08-14 Pedro Alves <pedro@codesourcery.com>
12441
12442 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
12443 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
12444
12445 2009-08-13 Pedro Alves <pedro@codesourcery.com>
12446
12447 * gdb.base/default.exp: Adjust "set language test": it's now an
12448 enum command. Larger help string moved to "help set language".
12449 * gdb.base/help.exp: Adjust "help set language" expected output,
12450 now lists all known languages.
12451
12452 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
12453
12454 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
12455 all frame arguments.
12456 * gdb.arch/altivec-regs.exp: Likewise.
12457
12458 2009-08-07 Tom Tromey <tromey@redhat.com>
12459
12460 * gdb.base/setshow.exp: Add tests for changes to set language, set
12461 check range, and set check type.
12462
12463 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
12464
12465 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
12466 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
12467 Call it.
12468
12469 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12470
12471 * configure.ac: Run gdb.cell tests when appropriate.
12472 * configure: Regenerate.
12473 * lib/cell.exp: New file.
12474 * gdb.cell: New directory.
12475 * gdb.cell/configure.ac: New file.
12476 * gdb.cell/configure: New file.
12477 * gdb.cell/Makefile.in: New file.
12478 * gdb.cell/arch.exp: New file.
12479 * gdb.cell/break.c: New file.
12480 * gdb.cell/break.exp: New file.
12481 * gdb.cell/break-spu.c: New file.
12482 * gdb.cell/bt.c: New file.
12483 * gdb.cell/bt2-spu.c: New file.
12484 * gdb.cell/bt-spu.c: New file.
12485 * gdb.cell/bt.exp: New file.
12486 * gdb.cell/coremaker.c: New file.
12487 * gdb.cell/coremaker-spu.c: New file.
12488 * gdb.cell/core.exp: New file.
12489 * gdb.cell/gcore.exp: New file.
12490 * gdb.cell/data.c: New file.
12491 * gdb.cell/data.exp: New file.
12492 * gdb.cell/data-spu.c: New file.
12493 * gdb.cell/ea-cache.exp: New file.
12494 * gdb.cell/ea-cache.c: New file.
12495 * gdb.cell/ea-cache-spu.c: New file.
12496 * gdb.cell/ea-standalone.c: New file.
12497 * gdb.cell/ea-standalone.exp: New file.
12498 * gdb.cell/ea-test.c: New file.
12499 * gdb.cell/ea-test.exp: New file.
12500 * gdb.cell/f-regs.exp: New file.
12501 * gdb.cell/mem-access.c: New file.
12502 * gdb.cell/mem-access.exp: New file.
12503 * gdb.cell/mem-access-spu.c: New file.
12504 * gdb.cell/ptype.exp: New file.
12505 * gdb.cell/registers.exp: New file.
12506 * gdb.cell/size.c: New file.
12507 * gdb.cell/sizeof.exp: New file.
12508 * gdb.cell/size-spu.c: New file.
12509 * gdb.cell/solib.exp: New file.
12510 * gdb.cell/solib-symbol.exp: New file.
12511
12512 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12513
12514 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
12515
12516 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12517
12518 * gdb.base/float.exp: Handle VFP registers.
12519
12520 2009-07-14 Michael Snyder <msnyder@vmware.com>
12521
12522 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
12523 to bring gdb to the beginning of the calling line.
12524
12525 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
12526 confusing the i386 epilogue unwinder.
12527
12528 2009-07-14 Stan Shebs <stan@codesourcery.com>
12529
12530 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
12531
12532 2009-07-14 Michael Snyder <msnyder@vmware.com>
12533
12534 * gdb.reverse/step-reverse.exp (stepi into function call):
12535 Call instruction may not be first instruction in the line.
12536 (reverse stepi from a function call): Used wrong line number.
12537
12538 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12539
12540 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
12541
12542 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12543
12544 Fix gdb.base/macscp.exp when using custom inputrc.
12545 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
12546 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
12547 env(TERM) set.
12548 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
12549 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
12550
12551 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12552
12553 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
12554 * gdb.base/annota1.exp (thread_test): Import global $testfile.
12555 Change the compilation target to match the testcase name.
12556 * gdb.base/sect-cmd.exp: Change the compilation target to match the
12557 testcase name.
12558 * a2-run.exp: Use for setup prepare_for_testing. Change the
12559 compilation target to match the testcase name.
12560 * gdb.base/commands.exp: Likewise.
12561 * gdb.base/finish.exp: Likewise.
12562 * gdb.base/float.exp: Likewise.
12563 * gdb.base/info-target.exp: Likewise.
12564 * gdb.base/relational.exp: Likewise.
12565 * gdb.base/term.exp: Likewise.
12566 * gdb.base/until.exp: Likewise.
12567 * gdb.base/volatile.exp: Likewise.
12568 * gdb.base/whatis-exp.exp: Likewise.
12569
12570 2009-07-11 Hui Zhu <teawater@gmail.com>
12571
12572 * gdb.base/help.exp (disassemble): Update expected help text.
12573
12574 2009-07-09 Tom Tromey <tromey@redhat.com>
12575
12576 * lib/gdb.exp: Handle TRANSCRIPT.
12577 (remote_spawn, remote_close, send_gdb): New procs.
12578
12579 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
12580
12581 * gdb.python/python-prettyprint.c: Add counted null string
12582 structure.
12583 * gdb.python/python-prettyprint.exp: Print null string. Test for
12584 embedded nulls.
12585 * gdb.python/python-prettyprint.py (pp_ns): New Function.
12586 * gdb.python/python-value.exp (test_value_in_inferior): Add
12587 variable length string fetch tests.
12588 * gdb.python/python-value.c (main): Add strings for string fetch tests.
12589
12590 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12591
12592 * gdb.base/dump.exp (inaccessible memory is reported): New test.
12593
12594 2009-07-07 Tom Tromey <tromey@redhat.com>
12595
12596 * gdb.base/call-rt-st.exp: Update for change to escape output.
12597 * gdb.base/callfuncs.exp: Likewise.
12598 * gdb.base/charset.exp: Likewise.
12599 * gdb.base/constvars.exp: Likewise.
12600 * gdb.base/long_long.exp: Likewise.
12601 * gdb.base/pointers.exp: Likewise.
12602 * gdb.base/printcmds.exp: Likewise.
12603 * gdb.base/setvar.exp: Likewise.
12604 * gdb.base/store.exp: Likewise.
12605 * gdb.cp/ref-types.exp: Likewise.
12606 * gdb.mi/mi-var-child.exp: Likewise.
12607 * gdb.mi/mi-var-display.exp: Likewise.
12608 * gdb.mi/mi2-var-display.exp: Likewise.
12609 * gdb.base/charset.exp: Test octal escape sequence length.
12610 Update for change to escape output.
12611
12612 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12613
12614 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
12615
12616 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
12617
12618 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
12619
12620 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12621
12622 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
12623 gdbserver increasing $portnum if "Can't bind address" has been seen.
12624
12625 2009-07-05 Pedro Alves <pedro@codesourcery.com>
12626
12627 * gdb.base/ending-run.exp: Add "step out of main" pattern for
12628 mingw32ce.
12629
12630 2009-07-05 Pedro Alves <pedro@codesourcery.com>
12631
12632 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
12633 VFP format.
12634
12635 2009-07-02 Pedro Alves <pedro@codesourcery.com>
12636
12637 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
12638 linux. Adjust to use "inferior", "info inferiors", "detach
12639 inferior" and "kill inferior" instead of "restart", "info fork",
12640 "detach fork" and "delete fork".
12641 * gdb.base/ending-run.exp: Spell out "info".
12642 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
12643 the "kill" command.
12644
12645 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12646
12647 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
12648 change to prefix TLS offset in hex with 0x.
12649
12650 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12651
12652 * gdb.base/default.exp: Update test case for "x" changes.
12653
12654 2009-07-01 Tristan Gingold <gingold@adacore.com>
12655
12656 * gdb.base/bigcore.exp: Make darwin untested.
12657
12658 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12659
12660 * gdb.base/completion.exp (directory completion): Create the directory.
12661 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
12662 escapeuniquesub.
12663 (directory completion 2): Expect now ${escapeuniquesub}.
12664 (Glob remaining of directory test): Remove one excessive newline.
12665 Expect the real output.
12666
12667 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12668
12669 Fix `make check//%' target after `make check' has been ran.
12670 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
12671 a mkdir call.
12672 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
12673 (%/.dir): Remove.
12674
12675 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12676
12677 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
12678 the expected result record.
12679
12680 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12681
12682 Remove racy FAILs relying just on the timeouts.
12683 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
12684 (annotation_level 2): Remove racy FAILs.
12685
12686 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
12687
12688 gdb/10275
12689 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
12690
12691 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
12692
12693 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
12694
12695 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
12696
12697 * gdb.mi/mi-stack.exp: Testing symbolic options
12698 to -stack-list-locals and -stack-list-arguments.
12699
12700 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12701
12702 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
12703
12704 2009-06-29 Tom Tromey <tromey@redhat.com>
12705
12706 * dg-extract-results.sh: New file.
12707 * Makefile.in (FORCE_PARALLEL): New variable.
12708 (CHECK_TARGET): New conditional variable.
12709 (check): Use CHECK_TARGET.
12710 (DO_RUNTEST): New variable.
12711 (check-single): New target.
12712 (TEST_DIRS): New variable.
12713 (TEST_TARGETS): Likewise.
12714 (check-parallel): New target.
12715 (check-gdb.%): New pattern.
12716 (BASE1_FILES): New variable.
12717 (BASE2_FILES): Likewise.
12718 (check-gdb.base%): New pattern.
12719 (%/.dir): New pattern.
12720 * configure: Rebuild.
12721 * aclocal.m4 (AM_CONDITIONAL): New defun.
12722 * configure.ac: Check whether user is using GNU make.
12723 (GMAKE): New conditional.
12724
12725 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
12726
12727 * gdb.cp/namespace-nested-import.cc: New test.
12728 * gdb.cp/namespace-nested-import.exp: New test.
12729
12730 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
12731
12732 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
12733 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
12734 * gdb.opt/Makefile.in (EXECUTABLES): Update.
12735 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
12736 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
12737 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
12738 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
12739 gdb.opt/inline-markers.c: New files.
12740 * lib/gdb.exp (skip_inline_frame_tests): New function.
12741 (skip_inline_var_tests): New function.
12742
12743 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
12744
12745 * gdb.cp/exception.exp: Don't require $hex before inner frame in
12746 backtrace.
12747
12748 2009-06-27 Michael Snyder <msnyder@vmware.com>
12749
12750 * gdb.reverse: New directory.
12751 * gdb.reverse/break-reverse.c: New test.
12752 * gdb.reverse/break-reverse.exp: New test.
12753 * gdb.reverse/consecutive-reverse.c: New test.
12754 * gdb.reverse/consecutive-reverse.exp: New test.
12755 * gdb.reverse/finish-reverse.c: New test.
12756 * gdb.reverse/finish-reverse.exp: New test.
12757 * gdb.reverse/machinestate.c: New test.
12758 * gdb.reverse/ms1.c: New test.
12759 * gdb.reverse/machinestate.exp: New test.
12760 * gdb.reverse/Makefile.in: New file.
12761 * gdb.reverse/shr2.c: New test.
12762 * gdb.reverse/solib-reverse.c: New test.
12763 * gdb.reverse/solib-reverse.exp: New test.
12764 * gdb.reverse/step-reverse.c: New test.
12765 * gdb.reverse/step-reverse.exp: New test.
12766 * gdb.reverse/until-reverse.c: New test.
12767 * gdb.reverse/ur1.c: New test.
12768 * gdb.reverse/until-reverse.exp: New test.
12769 * gdb.reverse/watch-reverse.c: New test.
12770 * gdb.reverse/watch-reverse.exp: New test.
12771 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
12772 * configure: Regenerate.
12773
12774 2009-06-26 Doug Evans <dje@google.com>
12775
12776 * gdb.base/psymtab.exp: Turn off pending breakpoints.
12777
12778 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
12779
12780 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
12781 windows problem for 'file delete $binfile'.
12782
12783 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
12784
12785 * gdb.cp/namespace-using.exp: New test.
12786 * gdb.cp/namespace-using.cc: New test.
12787
12788 2009-05-20 Joel Brobecker <brobecker@adacore.com>
12789
12790 * gdb.ada/variant_record_packed_array: New testcase.
12791
12792 2009-06-23 Tom Tromey <tromey@redhat.com>
12793
12794 * gdb.base/charset.exp (test_combination): Regression test.
12795 * gdb.base/charset.c (my_wchar_t): New typedef.
12796 (myvar): New global.
12797 (main): Set myvar.
12798
12799 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
12800
12801 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
12802 target.
12803
12804 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12805
12806 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
12807
12808 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12809
12810 * gdb.mi/gdb680.exp: Update test for error message.
12811
12812 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12813
12814 * gdb.base/annota1.exp: Allow multiple occurrences of the
12815 frames-invalid annotation.
12816 * gdb.cp/annota2.exp: Likewise.
12817
12818 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
12819
12820 * gdb.cp/gdb2495.cc: New file.
12821 * gdb.cp/gdb2495.exp: New file.
12822
12823 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12824
12825 Report error on GDB crash during runto.
12826 * lib/gdb.exp (runto <eof>): New.
12827
12828 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
12829
12830 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
12831 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
12832 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
12833 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
12834 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
12835 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
12836 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
12837 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
12838 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
12839 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
12840 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
12841 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
12842 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
12843 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
12844 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
12845 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
12846 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
12847 gdb.server/server-mon.exp, gdb.server/server-run.exp,
12848 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12849 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
12850 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
12851 gdb.trace/passcount.exp, gdb.trace/report.exp,
12852 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
12853 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
12854 gdb.trace/while-stepping.exp: Use a unique name for the compiled
12855 executable.
12856
12857 2009-06-07 Pedro Alves <pedro@codesourcery.com>
12858
12859 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
12860 defined before referencing it.
12861
12862 2009-06-03 Doug Evans <dje@google.com>
12863
12864 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
12865 * gdb.arch/i386-see.c: Ditto.
12866
12867 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
12868
12869 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
12870 (check_macro): Return 1 if undefined.
12871 If first test fails, check if macro debug information is available,
12872 and report unsupported test if no macro information is found.
12873
12874 2009-05-29 Doug Evans <dje@google.com>
12875
12876 * gdb.threads/hand-call-in-threads.exp: New.
12877 * gdb.threads/hand-call-in-threads.c: New.
12878
12879 2009-05-29 Michael Snyder <msnyder@vmware.com>
12880
12881 * gdb.base/break-always.exp: Change "1" to "on".
12882 Add confirmation check.
12883
12884 2009-05-28 Pedro Alves <pedro@codesourcery.com>
12885
12886 * gdb.threads/threxit-hop-specific.c: New.
12887 * gdb.threads/threxit-hop-specific.exp: New.
12888 * gdb.threads/thread-execl.c: New.
12889 * gdb.threads/thread-execl.exp: New.
12890
12891 2009-05-27 Tom Tromey <tromey@redhat.com>
12892 Thiago Jung Bauermann <bauerman@br.ibm.com>
12893
12894 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
12895 (mi_child_regexp): Likewise.
12896 (mi_list_varobj_children_range): Likewise.
12897 (mi_get_features): Likewise.
12898 (mi_list_varobj_children): Rewrite.
12899 * gdb.python/python-mi.exp: New file.
12900
12901 2009-05-27 Tom Tromey <tromey@redhat.com>
12902 Thiago Jung Bauermann <bauerman@br.ibm.com>
12903 Phil Muldoon <pmuldoon@redhat.com>
12904 Paul Pluzhnikov <ppluzhnikov@google.com>
12905
12906 * gdb.python/python-prettyprint.exp: New file.
12907 * gdb.python/python-prettyprint.c: New file.
12908 * gdb.python/python-prettyprint.py: New file.
12909 * gdb.base/display.exp: print/r is now valid.
12910
12911 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
12912 Tom Tromey <tromey@redhat.com>
12913 Pedro Alves <pedro@codesourcery.com>
12914 Paul Pluzhnikov <ppluzhnikov@google.com>
12915
12916 * gdb.python/python-template.exp: New file.
12917 * gdb.python/python-template.cc: New file.
12918 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
12919 tests.
12920 * gdb.python/python-value.exp (py_objfile_tests): New proc.
12921 Call it.
12922 (test_value_after_death): New proc.
12923 * gdb.python/python-value.c (PTR): New typedef.
12924 (main): New variable 'x'.
12925
12926 2009-05-27 Tom Tromey <tromey@redhat.com>
12927
12928 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
12929 tests.
12930 * gdb.python/python-value.exp (py_objfile_tests): New proc.
12931 Call it.
12932
12933 2009-05-27 Pedro Alves <pedro@codesourcery.com>
12934
12935 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
12936
12937 2009-05-24 Pedro Alves <pedro@codesourcery.com>
12938
12939 * gdb.threads/fork-thread-pending.c: New.
12940 * gdb.threads/fork-thread-pending.exp: New.
12941
12942 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12943
12944 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
12945 * gdb.dwarf2/dw2-strp.S (a_string2): New.
12946
12947 2009-05-18 Jon Beniston <jon@beniston.com>
12948
12949 * gdb.asm/asm-source.exp: Add lm32 target.
12950
12951 2009-05-17 Pedro Alves <pedro@codesourcery.com>
12952
12953 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
12954 `gdb_get_line_number'. Call `callee' in both parent and child.
12955 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
12956 `gdb_get_line_number' instead of hardcoding line numbers.
12957 (catch_fork_unpatch_child): New procedure to test detaching
12958 breakpoints from child fork.
12959 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
12960 hardcoding line numbers.
12961 (do_fork_tests): Run `catch_fork_unpatch_child'.
12962
12963 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
12964
12965 * gdb.mi/mi-cmd-var.exp: Check that when varobj
12966 of structure type enters or leaves the scope, it
12967 is reported by -var-update.
12968
12969 2009-05-11 Doug Evans <dje@sebabeach.org>
12970
12971 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
12972 * gdb.threads/pending-step.c (main): Fix off-by-one error.
12973 * gdb.threads/schedlock.c (main): Fix off-by-one error.
12974
12975 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12976
12977 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
12978
12979 2009-04-30 Doug Evans <dje@google.com>
12980
12981 * gdb.threads/watchthreads2.exp: New testcase.
12982 * gdb.threads/watchthreads2.c: New testcase.
12983
12984 2009-04-29 Doug Evans <dje@google.com>
12985
12986 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
12987 * gdb.cp/mb-ctor.cc: Ditto.
12988 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
12989 * gdb.cp/mb-inline.h (multi_line_foo): New function.
12990 * gdb.cp/mb-inline1.cc: Call it.
12991 * gdb.cp/mb-inline2.cc: Ditto.
12992 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
12993 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
12994
12995 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12996
12997 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
12998 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
12999 Replace all uses of `decimal' by `nonzero'.
13000 (info macro FROM_COMMANDLINE): New test.
13001
13002 2009-04-27 Tom Tromey <tromey@redhat.com>
13003
13004 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
13005
13006 2009-04-27 Doug Evans <dje@google.com>
13007
13008 * gdb.threads/watchthreads.c (main): Initialize args before starting
13009 the threads. Plus formatting cleanup.
13010 * gdb.threads/watchthreads.exp: Avoid errant failures due to
13011 biased scheduling of one thread.
13012
13013 2009-04-27 Jerome Guitton <guitton@adacore.com>
13014
13015 * gdb.cp/templates.cc (GetMax): New template.
13016 (main): Declare two instances of GetMax.
13017 * gdb.cp/templates.exp: Add new test.
13018
13019 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13020
13021 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
13022
13023 2009-04-22 Joseph Myers <joseph@codesourcery.com>
13024
13025 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
13026
13027 2009-04-15 Tom Tromey <tromey@redhat.com>
13028
13029 * gdb.base/charset.exp: Add regression test.
13030
13031 2009-04-14 Joel Brobecker <brobecker@adacore.com>
13032
13033 * gdb.base/exe-lock.exp: New testcase.
13034
13035 2009-04-13 Tom Tromey <tromey@redhat.com>
13036
13037 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
13038 operator on Frame.
13039
13040 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13041
13042 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
13043 * gdb.server/ext-attach.exp: Likewise.
13044
13045 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
13046
13047 Eliminate some sleep usage.
13048
13049 * gdb.mi/basics.c (do_nothing): New.
13050 (main): Use do_nothing instead of printf, so that
13051 not to introduce race condition between output of
13052 inferiour and output of gdb. Do not use sleep as it
13053 is not generally available on embedded targets.
13054
13055 2009-04-02 Pedro Alves <pedro@codesourcery.com>
13056
13057 * gdb.server/ext-attach.exp: Expect an optional process id after
13058 "Detached from remote process".
13059
13060 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13061
13062 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
13063 gdb.dwarf2/dw2-unresolved.exp: New.
13064
13065 2009-04-02 Pedro Alves <pedro@codesourcery.com>
13066
13067 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
13068 mi_run_to_main.
13069
13070 2009-04-02 Pedro Alves <pedro@codesourcery.com>
13071
13072 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
13073 mi_run_to_main. Skip thread exit test on remote targets.
13074 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
13075 mi_run_to_main.
13076 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
13077 mi_run_to_main.
13078 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
13079 when expecting ^connected. Detect when the target doesn't support
13080 non-stop mode.
13081 (mi_run_cmd): Detect if non-stop mode was requested by isn't
13082 supported. Return -1 on error, 0 on success.
13083 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
13084 (mi_runto): Return mi_runto_helper's result explicitly.
13085
13086 2009-04-01 Pedro Alves <pedro@codesourcery.com>
13087
13088 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
13089
13090 2009-04-01 Tom Tromey <tromey@redhat.com>
13091
13092 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
13093 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
13094 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
13095 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
13096
13097 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
13098 Jan Kratochvil <jan.kratochvil@redhat.com>
13099
13100 PR gdb/931
13101 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
13102 output.
13103 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
13104 for gdb/931.
13105 * dw2-strp.S (DW_AT_language): Change to C++.
13106 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
13107
13108 2009-03-31 Joel Brobecker <brobecker@adacore.com>
13109
13110 * gdb.ada/tasks: New testcase.
13111
13112 2009-03-30 Stan Shebs <stan@codesourcery.com>
13113
13114 * gdb.trace/actions.exp: Update to match new info trace format.
13115 * gdb.trace/deltrace.exp: Ditto.
13116 * gdb.trace/infotrace.exp: Ditto.
13117 * gdb.trace/passcount.exp: Ditto.
13118 * gdb.trace/save-trace.exp: Ditto.
13119 * gdb.trace/while-stepping.exp: Ditto.
13120 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
13121
13122 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13123
13124 * gdb.python/python-frame.c: New file.
13125 * gdb.python/python-frame.exp: New file.
13126
13127 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
13128
13129 * gdb.python/python-value.exp: Add tests for the address
13130 attribute.
13131
13132 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
13133
13134 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
13135
13136 2009-03-26 Doug Evans <dje@google.com>
13137
13138 * gdb.mi/mi-nonstop-exit.exp: New file.
13139 * gdb.mi/non-stop-exit.c: New file.
13140
13141 2009-03-26 Tom Tromey <tromey@redhat.com>
13142
13143 Update for change to prologue skipping:
13144 * gdb.mi/mi2-simplerun.exp: Update.
13145 * gdb.mi/mi2-break.exp: Update.
13146 * gdb.mi/mi-simplerun.exp: Update.
13147 * gdb.mi/mi-break.exp: Update.
13148 * gdb.base/ending-run.exp: Update.
13149
13150 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
13151
13152 * gdb.python/python-value.exp (test_value_in_inferior): Test
13153 gdb.Value.is_optimized_out attribute.
13154
13155 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13156
13157 * gdb.dwarf2/dw2-noloc-main.c: New file.
13158 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
13159 (.text): Remove.
13160 (.data): New.
13161 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
13162 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
13163 (DW_TAG_subprogram func_cu1, noloc): Remove.
13164 (main): New.
13165 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
13166 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
13167 (file_symbols): New procedure.
13168
13169 2009-03-25 Tom Tromey <tromey@redhat.com>
13170
13171 * gdb.base/charset.exp (valid_target_charset): New proc.
13172 Use it to skip tests on invalid charsets.
13173
13174 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
13175
13176 * gdb.base/completion.exp: Add a test for directory completion.
13177
13178 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13179
13180 Fix a racy FAIL.
13181 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
13182 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
13183
13184 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
13185
13186 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
13187 * gdb.python/python-function.exp: Add test for function returning
13188 a GDB value.
13189
13190 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
13191
13192 * gdb.python/python-function.exp: New file.
13193
13194 2009-03-20 Tom Tromey <tromey@redhat.com>
13195
13196 * gdb.base/store.exp: Update for change to escape output.
13197 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
13198 to escape output.
13199 * gdb.base/pointers.exp: Update for change to escape output.
13200 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
13201 to escape output.
13202 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
13203 escape output.
13204 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
13205 to escape output.
13206 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
13207 escape output.
13208 * gdb.base/setvar.exp: Update for change to escape output.
13209 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
13210 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
13211 to escape output.
13212 (test_print_string_constants): Likewise.
13213 * gdb.base/charset.exp (valid_host_charset): Check size of
13214 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
13215 cases. Handle "auto"-related output.
13216 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
13217 (uvar, Uvar): New globals.
13218
13219 2009-03-19 Jerome Guitton <guitton@adacore.com>
13220
13221 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
13222 deltas.
13223 * gdb.ada/fixed_points.exp: Ditto.
13224
13225 2009-03-18 Pedro Alves <pedro@codesourcery.com>
13226
13227 * return-nodebug.c: Don't include stdio.h.
13228 (init): Delete.
13229 (func): Delete definition and provide extern declaration.
13230 (t): New.
13231 (main): Don't call printf. Call func and store its result in t.
13232 * return-nodebug1.c: New.
13233 * return-nodebug.exp: Don't expect stdio output. Instead, print
13234 the global variable t. Drop printf formatters and cast types from
13235 foreach loop. Don't use prepare_for_testing. Compile
13236 return-nodebug.c and return-nodebug1.c in separate steps. Don't
13237 define FORMAT or CAST.
13238
13239 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
13240
13241 * gdb.base/solib-display.exp: Disable test for remote targers.
13242
13243 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13244
13245 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
13246
13247 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13248
13249 Fix a racy FAIL.
13250 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
13251 code from `follow parent, print pids'.
13252 (`follow child, print pids', `follow parent, print pids'): Call it.
13253 Replace `gdb_test "break..."' by gdb_breakpoint.
13254
13255 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
13256
13257 * gdb.mi/mi-cli.exp: Adjust for output difference in
13258 sync and async modes.
13259
13260 2009-03-12 Joel Brobecker <brobecker@adacore.com>
13261
13262 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
13263 that was checked in by mistake. Remove loading of ada.exp, since
13264 this is not necessary in this case.
13265
13266 2009-03-12 Joel Brobecker <brobecker@adacore.com>
13267
13268 * gdb.ada/ptype_arith_binop.exp: New testcase.
13269
13270 2009-03-12 Joel Brobecker <brobecker@adacore.com>
13271
13272 * gdb.ada/mod_from_name: New testcase.
13273
13274 2009-03-12 Joel Brobecker <brobecker@adacore.com>
13275
13276 * gdb.ada/tick_last_segv: New testcase.
13277
13278 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
13279
13280 * gdb.mi/mi-cli.exp: Remove debug print.
13281
13282 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
13283
13284 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
13285 include the token in ^running and frame info in *stopped.
13286
13287 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
13288
13289 * solib-display.exp: New file.
13290 * solib-display-main.c: New file.
13291 * solib-display-lib.c: New file.
13292
13293 2009-03-05 Pedro Alves <pedro@codesourcery.com>
13294
13295 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
13296
13297 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13298
13299 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
13300 (list_and_check_macro): Use more specific test name.
13301 (next to definition): Make the test names unique.
13302
13303 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
13304
13305 * gdb.pascal/floats.exp: Accept approximate results everywhere.
13306
13307 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
13308
13309 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
13310 notifications.
13311 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
13312 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
13313 * lib/mi-support.exp (library_loaded_re): New.
13314 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
13315
13316 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
13317
13318 * gdb.gdb/observer.exp: Use test_notification observer, not
13319 normal_stop, everywhere.
13320 (test_normal_stop_notifications): Rename to...
13321 (test_notifications): ...this.
13322 (test_observer_normal_stop): Rename to...
13323 (test_observer): ...this.
13324
13325 2009-02-16 Doug Evans <dje@google.com>
13326
13327 * gdb.arch/amd64-disp-step.S (test_int3): New test.
13328 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
13329 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
13330 (test_prefixed_syscall,test_int3): New tests.
13331 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
13332 (test_prefixed_syscall,test_int3): New tests.
13333
13334 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
13335
13336 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
13337 (mi_expect_interrupt): Likewise.
13338 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
13339 response.
13340
13341 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
13342
13343 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
13344 * gdb.base/pc-fp.exp (get_valueofx): Remove.
13345 Replace calls to get_valueofx by get_hexadecimal_valueof.
13346
13347 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
13348
13349 * lib/gdb.exp (get_valueof): Accept anything as a return value.
13350 (get_integer_valueof): New procedure.
13351 (get_sizeof): Use new get_integer_value_of.
13352 * gdb.base/sizeof.exp: Replace all uses of get_valueof
13353 by get_integer_valueof.
13354
13355 2009-02-13 Tom Tromey <tromey@redhat.com>
13356
13357 * gdb.base/remote.exp (get_sizeof): Remove.
13358 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
13359 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
13360 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
13361 * lib/gdb.exp (get_valueof): Move from long_long.exp.
13362 (get_sizeof): Likewise.
13363
13364 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13365
13366 PR fortran/9806
13367 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
13368
13369 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
13370
13371 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
13372
13373 2009-02-06 Pedro Alves <pedro@codesourcery.com>
13374
13375 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
13376
13377 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
13378
13379 * gdb.python/python-cmd.exp: New file.
13380
13381 2009-02-06 Tristan Gingold <gingold@adacore.com>
13382
13383 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
13384
13385 2009-02-05 Tristan Gingold <gingold@adacore.com>
13386
13387 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
13388 pointer is dereferenced and use this signal name in regexp.
13389 * gdb.base/signull.exp: Ditto.
13390 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
13391 * gdb.base/signull.c (main): Ditto.
13392
13393 2009-02-04 Tom Tromey <tromey@redhat.com>
13394 Thiago Jung Bauermann <bauerman@br.ibm.com>
13395
13396 * gdb.python/python-value.exp: Use `gdb.history' instead of
13397 `gdb.value_from_history'.
13398 (test_value_numeric_ops): Add test for conversion of enum constant.
13399 * gdb.python/python-value.c (enum e): New type.
13400 (evalue): New global.
13401 (main): Use argv.
13402
13403 2009-02-04 Jerome Guitton <guitton@adacore.com>
13404
13405 * gdb.ada/uninitialized_vars: New test program.
13406 * gdb.ada/uninitialized_vars.exp: New testcase.
13407
13408 2009-02-02 Tom Tromey <tromey@redhat.com>
13409
13410 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
13411 * gdb.cp/pr2489.cc: Rename...
13412 * gdb.cp/pr9594.cc: ... to this.
13413
13414 2009-02-02 Tom Tromey <tromey@redhat.com>
13415
13416 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
13417 * gdb.cp/pr2489.cc: New file.
13418 * gdb.cp/cpcompletion.exp: New file.
13419
13420 2009-02-02 Tom Tromey <tromey@redhat.com>
13421
13422 PR exp/9059:
13423 * gdb.cp/call-c.exp: Add regression test.
13424 * gdb.cp/call-c.cc (FooHandle): New typedef.
13425 (main): New variable 'handle'.
13426
13427 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
13428
13429 * lib/mi-support.exp (et_mi_thread_list)
13430 (check_mi_and_console_threads): Adjust for current thread in
13431 -thread-list-ids output.
13432
13433 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
13434
13435 * gdb.mi/mi-break.exp (test_disabled_creation): New.
13436 Call it.
13437
13438 2009-01-28 Doug Evans <dje@google.com>
13439
13440 * gdb.arch/amd64-disp-step.S: New file.
13441 * gdb.arch/amd64-disp-step.exp: New file.
13442 * gdb.arch/i386-disp-step.S: New file.
13443 * gdb.arch/i386-disp-step.exp: New file.
13444
13445 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
13446
13447 * gdb.base/find.exp: Set newline variable
13448 using quotes instead of braces to fix cygwin failures.
13449
13450 2009-01-23 Pedro Alves <pedro@codesourcery.com>
13451
13452 * gdb.base/radix.exp: Add tests to ensure that that set
13453 input-radix 0 and set output-radix 0 are really rejected.
13454
13455 2009-01-23 Pedro Alves <pedro@codesourcery.com>
13456
13457 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
13458 copyright years.
13459
13460 2009-01-23 Pedro Alves <pedro@codesourcery.com>
13461
13462 PR gdb/9664:
13463 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
13464
13465 2009-01-22 Pedro Alves <pedro@codesourcery.com>
13466
13467 PR c++/9631:
13468 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
13469
13470 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
13471
13472 * gdb.server/file-transfer.exp: Use EXEEXT variable for
13473 binfile definition to fix Windows OS failure.
13474
13475 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
13476
13477 PR gdb/9346
13478 * gdb.base/interrupt.c (sigint_handler): New.
13479 (main): Install a SIGINT handler if SIGNALS is defined. Exit
13480 on error.
13481 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
13482 Test "signal SIGINT".
13483
13484 2009-01-19 Doug Evans <dje@google.com>
13485
13486 * gdb.base/break.exp: Update expected gdb output.
13487 * gdb.base/sepdebug.exp: Ditto.
13488 * gdb.mi/mi-syn-frame.exp: Ditto.
13489 * gdb.mi/mi2-syn-frame.exp: Ditto.
13490 * gdb.base/call-signal-resume.exp: New file.
13491 * gdb.base/call-signals.c: New file.
13492 * gdb.base/unwindonsignal.exp: New file.
13493 * gdb.base/unwindonsignal.c: New file.
13494 * gdb.threads/interrupted-hand-call.exp: New file.
13495 * gdb.threads/interrupted-hand-call.c: New file.
13496 * gdb.threads/thread-unwindonsignal.exp: New file.
13497
13498 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
13499
13500 * gdb.base/define.exp: Test defining and hooking prefix commands.
13501 * gdb.python/python.exp: Update test for "show user" output.
13502
13503 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13504
13505 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
13506 now the output exactly, using less wildcards. Expect also the output
13507 of gfortran-4.3. Update for the f-valprint.c modification from
13508 2008-04-22.
13509 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
13510 Remove gdb_test test names where matching the command.
13511
13512 2009-01-01 Pedro Alves <pedro@codesourcery.com>
13513
13514 PR breakpoints/9681:
13515 * gdb.base/watchpoint.exp: Add regression test.
13516
13517 2008-12-31 Pedro Alves <pedro@codesourcery.com>
13518
13519 * gdb.threads/attach-into-signal.exp: Don't use
13520 gdb_suppress_entire_file.
13521 * gdb.threads/attach-stopped.exp: Ditto.
13522 * gdb.threads/attachstop-mt.exp: Ditto.
13523
13524 2008-12-31 Pedro Alves <pedro@codesourcery.com>
13525
13526 PR gdb/8812:
13527 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
13528
13529 2008-12-29 Pedro Alves <pedro@codesourcery.com>
13530
13531 PR gdb/7536:
13532 * gdb.base/radix.exp: Add tests to ensure invalid input radices
13533 and unsupported output radices are really rejected.
13534
13535 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13536
13537 * gdb.cp/punctuator.exp: Backslash the '$' signs.
13538
13539 2008-12-22 Tom Tromey <tromey@redhat.com>
13540
13541 * gdb.cp/punctuator.exp: New file.
13542
13543 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13544
13545 * gdb.base/completion.exp (Completing non-existing component): New test.
13546
13547 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13548
13549 Fix for PR gdb/8648.
13550 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
13551 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
13552 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
13553 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
13554
13555 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13556
13557 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
13558
13559 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
13560
13561 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
13562 compiler actually generate code at the expected line number.
13563
13564 2008-12-15 Jie Zhang <jie.zhang@analog.com>
13565
13566 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
13567
13568 2008-12-12 Tom Tromey <tromey@redhat.com>
13569
13570 * gdb.base/commands.exp (redefine_hook_test): New proc.
13571 Call it.
13572
13573 2008-12-11 Tom Tromey <tromey@redhat.com>
13574
13575 * gdb.base/macscp.exp: New regression test.
13576
13577 2008-12-11 Tom Tromey <tromey@redhat.com>
13578
13579 * gdb.base/macscp.exp: Print "address.addr".
13580 * gdb.base/macscp1.c (struct outer): New struct.
13581 (address): New global.
13582
13583 2008-12-09 Tom Tromey <tromey@redhat.com>
13584
13585 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
13586 Call it.
13587
13588 2008-12-04 Doug Evans <dje@google.com>
13589
13590 * gdb.server/ext-run.exp: Relax regexp for init program.
13591
13592 2008-12-03 Tristan Gingold <gingold@adacore.com>
13593
13594 * gdb.base/macscp.exp: Generate an object file during compilation
13595 to work around Darwin dsymutil limitations.
13596
13597 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13598
13599 Test resolving external references to TLS variables.
13600 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
13601 FILE2_THREAD_LOCAL.
13602 (testfile2, srcfile2): New variables.
13603 * gdb.threads/tls.c (file2_thread_local)
13604 (function_referencing_file2_thread_local): New.
13605 * gdb.threads/tls2.c: New file.
13606
13607 2008-11-28 Joel Brobecker <brobecker@adacore.com>
13608
13609 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
13610 rather than integer, as integer might not be big enough when
13611 on 64bit targets.
13612
13613 2008-11-27 Jerome Guitton <guitton@adacore.com>
13614
13615 * gdb.cp/formatted-ref.exp: Add equality test.
13616 * gdb.ada/formatted_ref.exp: Ditto.
13617
13618 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13619
13620 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
13621 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
13622
13623 2008-11-20 Andreas Schwab <schwab@suse.de>
13624
13625 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
13626 matching syscall entry point.
13627 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13628 (tcatch_vfork_then_child_follow): Likewise. Finish through
13629 vfork even if we stopped at the syscall trampoline.
13630
13631 2008-11-20 Doug Evans <dje@google.com>
13632
13633 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
13634
13635 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
13636
13637 * gdb.arch/ppc-dfp.exp: New file.
13638 * gdb.arch/ppc-dfp.c: New file.
13639
13640 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
13641
13642 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
13643
13644 2008-11-17 Doug Evans <dje@google.com>
13645
13646 * gdb.mi/mi-syn-frame.exp: Update expected output.
13647 * gdb.mi/mi2-syn-frame.exp: Update expected output.
13648
13649 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
13650
13651 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
13652 "thread N" results in =thread-selected.
13653 * lib/mi-support (mi_run_cmd, mi_expect_stop)
13654 (mi_send_resuming_command_raw): Be prepared for
13655 =thread-selected.
13656
13657 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
13658
13659 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
13660 * lib/mi-support.exp: Likewise.
13661
13662 2008-11-16 Joel Brobecker <brobecker@adacore.com>
13663
13664 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
13665 commands from the expected output for "help catch".
13666
13667 2008-11-15 Joel Brobecker <brobecker@adacore.com>
13668
13669 * gdb.ada/int_deref.exp: New testcase.
13670
13671 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
13672
13673 * gdb.mi/gdb2549.exp: New file.
13674
13675 2008-11-11 Doug Evans <dje@google.com>
13676
13677 * gdb.base/callexit.exp: New file.
13678 * gdb.base/callexit.c: New file.
13679
13680 2008-11-10 Doug Evans <dje@google.com>
13681
13682 * lib/gdb.exp (GDBFLAGS): Move -nx ...
13683 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
13684 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
13685 (default_gdb_start,default_gdb_exit): Ditto.
13686 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
13687 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
13688 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
13689 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
13690 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
13691 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
13692
13693 2008-11-03 Andreas Schwab <schwab@suse.de>
13694
13695 * gdb.base/hashline2.exp: Fix typo.
13696 * gdb.base/hashline3.exp: Likewise.
13697
13698 2008-10-30 Tom Tromey <tromey@redhat.com>
13699
13700 * gdb.base/pointers.exp: Add test.
13701 * gdb.base/pointers.c (k, S): New typedefs.
13702 (instance): New global.
13703
13704 2008-10-30 Andreas Schwab <schwab@suse.de>
13705
13706 * gdb.base/args.exp: Add tests for newlines.
13707
13708 2008-10-30 Joel Brobecker <brobecker@adacore.com>
13709
13710 gdb.base/foll-exec.exp: Update the expected output of a couple
13711 of "info breakpoints" tests.
13712
13713 2008-10-28 Tom Tromey <tromey@redhat.com>
13714
13715 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
13716
13717 2008-10-24 Pedro Alves <pedro@codesourcery.com>
13718
13719 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
13720 gdb_start_cmd.
13721 Use runto_main before any test that requires execution.
13722
13723 2008-10-23 Pedro Alves <pedro@codesourcery.com>
13724
13725 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
13726 instead of SIGINT.
13727
13728 2008-10-22 Joel Brobecker <brobecker@adacore.com>
13729
13730 * gdb.base/completion.exp: Update expected output following
13731 the addition of the "info tasks" command.
13732
13733 2008-10-22 Tom Tromey <tromey@redhat.com>
13734
13735 * gdb.base/exprs.exp (test_expr): Add test for string
13736 concatenation.
13737
13738 2008-10-19 Pedro Alves <pedro@codesourcery.com>
13739
13740 * configure.ac: Output gdb.python/Makefile.
13741 * configure: Regenerate.
13742 * gdb.python/Makefile.in: New.
13743
13744 2008-10-16 Joel Brobecker <brobecker@adacore.com>
13745
13746 * gdb.base/foll-fork.exp: Adjust the expected output to match
13747 the new description for fork/vfork catchpoints in the "info
13748 breakpoints" output.
13749
13750 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
13751
13752 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
13753
13754 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
13755
13756 * gdb.python/python-value.c: New file.
13757 * gdb.python/python-value.exp: New file.
13758
13759 2008-10-15 Pedro Alves <pedro@codesourcery.com>
13760
13761 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
13762
13763 2008-10-15 Denis Pilat <denis.pilat@st.com>
13764
13765 * gdb.cp/mb-ctor.exp: Fix a typo.
13766
13767 2008-10-09 Tom Tromey <tromey@redhat.com>
13768
13769 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
13770 'fprintf' and 'stderr'.
13771
13772 2008-10-07 Joel Brobecker <brobecker@adacore.com>
13773
13774 * gdb.ada/ref_tick_size.exp: New testcase.
13775
13776 2008-10-06 Doug Evans <dje@google.com>
13777
13778 * gdb.dwarf2/dw2-cu-size.exp: New file.
13779 * gdb.dwarf2/dw2-cu-size.S: New file.
13780
13781 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
13782 .Ltype_int for clarity.
13783
13784 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13785
13786 PR gdb/2384:
13787 * gdb.cp/gdb2384.exp: Extended to test more cases.
13788 * gdb.cp/gdb2384.cc: Likewise.
13789 * gdb.cp/gdb2384-base.h: Likewise.
13790 * gdb.cp/gdb2384-base.cc: Likewise.
13791
13792 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13793
13794 * gdb.base/maint.exp (maint print type): Remove printing
13795 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
13796
13797 2008-09-30 Tom Tromey <tromey@redhat.com>
13798
13799 * gdb.base/macscp.exp: Add completion tests.
13800 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
13801 (TWENTY_THREE): Likewise.
13802 (FORTY_EIGHT): Likewise.
13803
13804 2008-09-30 Tom Tromey <tromey@redhat.com>
13805
13806 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
13807 everywhere.
13808 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
13809
13810 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13811
13812 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
13813 testcase is derived from. Fix racy dependency on an expected PID
13814 number. No longer support the testcase on Linux kernel 2.4.x.
13815
13816 2008-09-27 Tom Tromey <tromey@redhat.com>
13817
13818 * gdb.base/macscp.exp: Add tests for stringification, splicing,
13819 and varargs.
13820
13821 2008-09-22 Pedro Alves <pedro@codesourcery.com>
13822
13823 * lib/mi-support.exp (mi_expect_interrupt): New.
13824 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
13825 from gdb.mi/mi-nonstop.exp.
13826 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
13827 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
13828 lib/mi-support.exp.
13829 Use mi_check_thread_states throughout. Avoid ".*" and do not
13830 require an anchor after -exec-run.
13831
13832 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
13833
13834 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
13835 stop is pending. Avoid ".*" when two stops are pending.
13836 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
13837 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
13838 newlines in fullnames.
13839 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
13840 (mi_expect_stop): Update comments. Only anchor in sync mode.
13841 Do not match newlines.
13842 (mi_send_resuming_command_raw): Always return status.
13843 (mi_get_stop_line): Do not match more than one line by accident.
13844 Only anchor in sync mode.
13845 (mi_run_inline_test): If -exec-next fails, give up.
13846
13847 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13848
13849 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
13850 on SPU.
13851
13852 2008-09-10 Joel Brobecker <brobecker@adacore.com>
13853
13854 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
13855
13856 2008-09-10 Joel Brobecker <brobecker@adacore.com>
13857
13858 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
13859 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
13860 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
13861 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
13862 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
13863 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
13864 gdb.ada/interface.exp, gdb.ada/null_array.exp,
13865 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
13866 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
13867 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
13868 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
13869 Include the "= " sequence in the expected output of print tests.
13870
13871 2008-09-10 Joel Brobecker <brobecker@adacore.com>
13872
13873 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
13874 description for boolean types.
13875
13876 2008-09-09 Pedro Alves <pedro@codesourcery.com>
13877
13878 * gdb.base/hook-stop-continue.c: New.
13879 * gdb.base/hook-stop-continue.exp: New.
13880
13881 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
13882
13883 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
13884
13885 2008-09-08 Jerome Guitton <guitton@adacore.com>
13886
13887 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
13888 (stack_check_probe_2, stack_check_probe_loop_1)
13889 (stack_check_probe_loop_2): New functions.
13890 (main): Add call to these new functions.
13891 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
13892 functions, check that the breakpoint is inserted at the appropriate
13893 location.
13894 (insert_breakpoint): Slightly refine this procedure so that it can
13895 be called several times in the test.
13896
13897 2008-09-08 Jerome Guitton <guitton@adacore.com>
13898
13899 * gdb.base/stack-checking.c: New file.
13900 * gdb.base/stack-checking.exp: New file.
13901
13902 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
13903
13904 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
13905 * gdb.arch/altivec-regs.exp: Likewise.
13906 * gdb.arch/vsx-regs.exp: Likewise.
13907
13908 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
13909
13910 * gdb.arch/ppc-fp.exp: New file.
13911 * gdb.arch/ppc-fp.c: New file.
13912
13913 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
13914
13915 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
13916 lest gcc-4.3.1 optimizes the whole thing away.
13917
13918 2008-09-04 Michael Snyder <msnyder@vmware.com>
13919
13920 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
13921 as "at" (for non-debug functions such as _start).
13922
13923 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13924
13925 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
13926 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
13927 software watchpoints.
13928 * gdb.base/watch_thread_num.exp: Likewise.
13929
13930 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
13931
13932 * gdb.arch/i386-bp_permanent.exp: New test.
13933
13934 2008-08-24 Tom Tromey <tromey@redhat.com>
13935
13936 * gdb.base/maint.exp: Update "maint print type".
13937
13938 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
13939
13940 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
13941 support. Adjust the order of "*running" notifications.
13942 * gdb.mi/non-stop.c: Don't cast from int to void* and
13943 back.
13944
13945 2008-08-20 Mark Kettenis <kettenis@gnu.org>
13946
13947 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
13948 expect to find it in the "info frame" output.
13949
13950 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
13951
13952 * gdb.base/interp.exp: Always consume both prompts.
13953
13954 2008-08-20 Pedro Alves <pedro@codesourcery.com>
13955
13956 * gdb.base/pending.exp: Test pending breakpoints without symbols
13957 loaded.
13958
13959 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
13960
13961 * lib/mi-support.exp (mi_expect_stop): Produce
13962 more details on failures.
13963 * gdb.mi/mi-nonstop.exp: New.
13964 * gdb.mi/non-stop.c: New.
13965
13966 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
13967
13968 * gdb.mi/mi-async.exp: Use 'set target-async'.
13969 * lib/mi-support.exp: Use 'set/show target-async'.
13970
13971 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
13972
13973 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
13974
13975 2008-08-17 Tom Tromey <tromey@redhat.com>
13976
13977 * gdb.base/help.exp (help catch): Rewrite.
13978
13979 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
13980
13981 * gdb.base/define.exp: Test indented command documentation.
13982 * gdb.python/python.exp: Test indented multi-line command.
13983
13984 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
13985
13986 * testsuite/gdb.arch/vsx-regs.c: New source file.
13987 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
13988 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
13989
13990 2008-08-14 Tom Tromey <tromey@redhat.com>
13991
13992 * gdb.base/macscp.exp: Add regression test for "macro define" or
13993 "macro undef" with no arguments.
13994
13995 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
13996
13997 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
13998
13999 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14000
14001 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
14002
14003 2008-08-06 Tom Tromey <tromey@redhat.com>
14004
14005 * gdb.python/python.exp: New file.
14006
14007 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14008
14009 Fix for PR gdb/1543.
14010 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
14011 $LOCATION.
14012 (location): New variable.
14013 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
14014 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
14015 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
14016 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
14017 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
14018 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
14019 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
14020 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
14021 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
14022 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
14023 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
14024 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
14025 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
14026 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
14027 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14028 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
14029 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
14030 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
14031 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
14032 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14033 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
14034 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
14035 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
14036 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
14037 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
14038 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
14039 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
14040 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
14041 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
14042 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
14043 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
14044 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
14045 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
14046 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
14047 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
14048 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
14049 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
14050 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14051 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
14052 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
14053 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
14054 gdb.base/type-opaque.exp, gdb.base/until.exp,
14055 gdb.base/value-double-free.c, gdb.base/varargs.exp,
14056 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
14057 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
14058 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
14059 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
14060 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
14061 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
14062 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
14063 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
14064 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
14065 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
14066 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
14067 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
14068 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
14069 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
14070 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
14071 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14072 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
14073 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
14074 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
14075 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
14076 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
14077 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
14078 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
14079 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
14080 gdb.pascal/types.exp, gdb.stabs/weird.exp,
14081 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
14082 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
14083 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
14084 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
14085 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
14086 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
14087 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14088 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14089 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14090 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14091 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14092 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14093 lib/mi-support.exp, lib/trace-support.exp: Remove reference
14094 to bug-gdb@prep.ai.mit.edu .
14095
14096 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
14097
14098 * lib/mi-support.exp (mi_load_shlibs): New.
14099 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
14100
14101 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
14102
14103 * lib/mi-support.exp (get_mi_thread_list)
14104 (check_mi_and_console_threads): New, moved from ...
14105 * gdb.mi/mi-pthread.exp: ...here.
14106 * gdb.mi/gdb669.exp (get_mi_thread_list)
14107 (check_mi_and_console_threads): Delete.
14108 * gdb.mi/mi2-pthread.exp: Likewise.
14109
14110 2008-07-28 Tom Tromey <tromey@redhat.com>
14111
14112 * Makefile.in (just-check): Remove. Move body to...
14113 (check): ... here.
14114
14115 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14116
14117 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
14118 Add a test for duplicated SIGINTs.
14119
14120 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14121
14122 * gdb.threads/schedlock.exp (get_args): Update to work for any
14123 value of NUM.
14124 (Top level): Report the number of threads that did not resume.
14125
14126 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14127
14128 * gdb.dwarf2/dw2-compressed.S: Also define __start.
14129
14130 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14131
14132 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
14133 non-MI prompt.
14134
14135 2008-07-26 Tom Tromey <tromey@redhat.com>
14136
14137 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
14138 (function_struct, function_struct_ptr): New globals.
14139 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
14140 function pointer in a struct.
14141
14142 2008-07-26 Tom Tromey <tromey@redhat.com>
14143
14144 * gdb.base/macscp.exp: Add test for macro lexing bug.
14145
14146 2008-07-18 Tom Tromey <tromey@redhat.com>
14147
14148 * gdb.base/macscp.exp: Add macro tests.
14149
14150 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14151
14152 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
14153
14154 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14155
14156 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
14157
14158 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
14159
14160 * gdb.cp/class2.exp: fix for failure on spu-elf
14161
14162 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
14163
14164 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
14165
14166 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14167
14168 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
14169
14170 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
14171
14172 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
14173
14174 2008-07-11 Kevin Buettner <kevinb@redhat.com>
14175
14176 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
14177 of regexp to account for changes made to GDB in the printing of
14178 byte vectors.
14179
14180 2008-07-11 Tom Tromey <tromey@redhat.com>
14181
14182 * gdb.base/completion.exp: Add 'help' completion test.
14183
14184 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14185
14186 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
14187
14188 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14189
14190 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
14191
14192 2008-07-09 Pedro Alves <pedro@codesourcery.com>
14193
14194 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
14195
14196 2008-07-09 Pedro Alves <pedro@codesourcery.com>
14197
14198 * gdb.base/fullname.exp: Restore pwd if compiling failed.
14199
14200 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14201
14202 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
14203
14204 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
14205
14206 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
14207 previous commit. Add a comment.
14208
14209 2008-06-28 Pedro Alves <pedro@codesourcery.com>
14210
14211 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
14212
14213 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
14214
14215 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
14216
14217 2008-06-27 Pedro Alves <pedro@codesourcery.com>
14218
14219 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
14220 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
14221 compiling an executable, link in an object that forces unbuffered
14222 output.
14223 * lib/set_unbuffered_mode.c: New file.
14224
14225 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14226
14227 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
14228
14229 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
14230
14231 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
14232 mi_expect_stop.
14233 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
14234 Demand that *running is output.
14235 (detect_async): Perform checking every time.
14236 (mi_send_resuming_command): Extract everything into...
14237 (mi_send_resuming_command_raw): ...this.
14238 (mi_expect_stop): Don't accept any output before *stopped.
14239
14240 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
14241
14242 Robustify mi-simplerun.
14243 * gdb.mi/basics.c (main): Add a call to sleep.
14244 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
14245 * gdb.mi/mi2-cli.exp: Likewise.
14246 * gdb.mi/mi-break.exp: Likewise.
14247
14248 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
14249
14250 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
14251
14252 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
14253
14254 * gdb.mi/mi-console.exp: Adjust.
14255 * gdb.mi/mi-syn-frame.exp: Adjust.
14256 * gdb.mi/mi2-console.exp: Adjust.
14257 * gdb.mi/mi2-syn-frame.exp: Adjust.
14258 * lib/mi-support.exp (mi_run_cmd): Adjust.
14259 (mi_send_resuming_command): Adjust.
14260
14261 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
14262
14263 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
14264 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
14265 testing of stopped.
14266 * gdb.mi/mi2-syn-frame.exp: Likewise.
14267 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
14268 (async, detect_async): New.
14269 (mi_expect_stop, mi_continue_to_line): Adjust expectation
14270 depending on if we're running in sync or async mode.
14271
14272 2008-06-09 Tom Tromey <tromey@redhat.com>
14273
14274 * gdb.base/completion.exp: New tests for field name completion
14275 with spaces, and field name completion with '->'.
14276
14277 2008-06-06 Tom Tromey <tromey@redhat.com>
14278
14279 * gdb.base/break1.c (struct some_struct): New struct.
14280 (values): New global.
14281 * gdb.base/completion.exp: Add field name completion test.
14282
14283 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
14284
14285 * gdb.cp/call-c.exp: Test for incorrect handling of reference
14286 to pointer.
14287 * gdb.cp/call-c.cc: Likewise.
14288
14289 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
14290
14291 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
14292 annotation.
14293
14294 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
14295 Pedro Alves <pedro@codesourcery.com>
14296
14297 * gdb.threads/execl.c, gdb.threads/execl1.c,
14298 gdb.threads/execl.exp: New tests.
14299
14300 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
14301 Daniel Jacobowitz <dan@codesourcery.com>
14302
14303 * gdb.cp/exception.exp: Activate test, make it work with pending
14304 catchpoints.
14305
14306 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14307
14308 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
14309
14310 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
14311
14312 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
14313 now printed.
14314 * gdb.mi/mi2-var-cmd.exp: Likewise.
14315
14316 2008-05-27 Andreas Schwab <schwab@suse.de>
14317
14318 * gdb.base/frame-args.exp: Handle arguments that are optimized
14319 out.
14320
14321 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
14322
14323 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
14324 quiet for ppc32 and group options into a single variable.
14325
14326 2008-05-23 Joel Brobecker <brobecker@adacore.com>
14327
14328 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
14329 of zero-size elements.
14330 * gdb.ada/null_array.exp: Test printing this new array.
14331
14332 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14333
14334 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
14335
14336 2008-05-21 Joel Brobecker <brobecker@adacore.com>
14337
14338 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
14339 of the "finish" command.
14340
14341 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
14342
14343 * gdb.base/annota1.exp: Test for new annotation.
14344
14345 2008-05-16 Pedro Alves <pedro@codesourcery.com>
14346
14347 * gdb.base/fixsection.exp: New file.
14348 * gdb.base/fixsection0.c: New file.
14349 * gdb.base/fixsection1.c: New file.
14350
14351 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14352
14353 * gdb.base/annota1.exp: Accept printf@... in place of printf.
14354 * gdb.base/annota3.exp: Likewise.
14355
14356 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
14357
14358 * gdb.base/watch_thread_num.exp: Don't run tests that require
14359 watchpoints if the target doesn't support them.
14360
14361 2008-05-12 Doug Evans <dje@google.com>
14362
14363 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
14364
14365 2008-05-09 Joel Brobecker <brobecker@adacore.com>
14366
14367 * gdb.ada/assign_1.exp: New testcase.
14368
14369 2008-05-09 Doug Evans <dje@google.com>
14370
14371 * gdb.base/find.exp: New file.
14372 * gdb.base/find.c: New file.
14373
14374 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
14375
14376 * gdb.base/commands.exp (watchpoint_command_test): Handle
14377 gdb,no_hardware_watchpoints.
14378 * gdb.base/float.exp: Allow ARM targets without floating point.
14379 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
14380
14381 2008-05-06 Jerome Guitton <guitton@adacore.com>
14382 Joel Brobecker <brobecker@adacore.com>
14383
14384 * gdb.ada/lang_switch: New test program.
14385 * gdb.ada/lang_switch.exp: New testcase.
14386
14387 2008-05-05 Doug Evans <dje@google.com>
14388
14389 * gdb.base/help.exp (disassemble): Update expected help text.
14390
14391 2008-05-04 Pedro Alves <pedro@codesourcery.com>
14392
14393 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
14394
14395 2008-05-04 Pedro Alves <pedro@codesourcery.com>
14396
14397 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
14398 different times.
14399
14400 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14401
14402 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
14403 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
14404 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
14405 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
14406
14407 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
14408
14409 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
14410 notification to appear.
14411
14412 2008-05-04 Daniel Jacobowitz <dan@debian.org>
14413
14414 * gdb.base/fullname.c: New file.
14415 * gdb.base/fullname.exp: New file.
14416 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
14417
14418 2008-05-03 Pedro Alves <pedro@codesourcery.com>
14419
14420 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
14421 expressions with macros.
14422
14423 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14424
14425 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
14426
14427 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
14428
14429 * gdb.base/completion.exp: Handle lack of other symbols beginning
14430 with "a".
14431
14432 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
14433
14434 2008-05-02 Jim Blandy <jimb@codesourcery.com>
14435
14436 * gdb.asm/asmsrc1.s: Add scratch space.
14437
14438 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14439 Daniel Jacobowitz <dan@codesourcery.com>
14440
14441 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
14442 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
14443 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
14444
14445 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
14446
14447 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
14448
14449 2008-05-01 Joel Brobecker <brobecker@adacore.com>
14450
14451 * gdb.base/info-target.exp: New testcase.
14452
14453 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
14454
14455 * gdb.cp/hang.exp: Use .cc instead of .C.
14456 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
14457 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
14458
14459 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
14460
14461 * gdb.base/gdb1250.exp: Remove perror.
14462 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
14463
14464 2008-04-30 Pedro Alves <pedro@codesourcery.com>
14465
14466 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
14467 .2byte.
14468
14469 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
14470
14471 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
14472 (maybe_kfail): New.
14473
14474 2008-04-25 Pedro Alves <pedro@codesourcery.com>
14475
14476 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
14477
14478 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14479
14480 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
14481 * gdb.mi/mi2-syn-frame.exp: Likewise.
14482 * lib/mi-support.exp: Likewise.
14483
14484 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14485
14486 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
14487 to specify regexp for the location to stop at.
14488 * gdb.base/break-always.c: New.
14489 * gdb.base/break-always.exp: New.
14490
14491 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14492
14493 * lib/mi-support.exp (mi_runto_helper): Adjust
14494 for the original-location field.
14495 (mi_create_breakpoint, mi_list_breakpoints): New.
14496 * gdb.mi/mi-break.exp: Adjust.
14497 * gdb.mi/mi2-break.exp: Adjust.
14498 * gdb.mi/mi-pending.exp: Adjust.
14499 * gdb.mi/mi-simplerun.exp: Adjust.
14500 * gdb.mi/mi2-simplerun.exp: Adjust.
14501 * gdb.mi/mi-syn-frame.exp: Adjust.
14502 * gdb.mi/mi2-syn-frame.exp: Adjust.
14503 * gdb.mi/mi-until.exp: Adjust.
14504 * gdb.mi/mi2-until.exp: Adjust.
14505 * gdb.mi/mi-var-display.exp: Adjust.
14506 * gdb.mi/mi2-var-display.exp: Adjust.
14507 * gdb.mi/mi-watch.exp: Adjust.
14508 * gdb.mi/mi2-watch.exp: Adjust.
14509
14510 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
14511
14512 * aclocal.m4: Add override.m4.
14513 * configure: Regenerate.
14514
14515 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
14516
14517 * gdb.mi/var-cmd.c (do_at_tests): Verify that
14518 '-var-update --all-values' reports new value even the type
14519 of a variable object has changed.
14520
14521 2008-04-18 Craig Silverstein <csilvers@google.com>
14522
14523 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
14524 files.
14525
14526 2008-04-18 Joel Brobecker <brobecker@adacore.com>
14527
14528 * gdb.ada/atomic_enum: New test program.
14529 * gdb.ada/atomic_enum.exp: New testcase.
14530
14531 2008-04-17 Doug Evans <dje@google.com>
14532
14533 * gdb.opt/Makefile.in: Fix whitespace.
14534
14535 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
14536
14537 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
14538
14539 2008-04-17 Doug Evans <dje@google.com>
14540
14541 * gdb.base/hashline1.exp: New testcase.
14542 * gdb.base/hashline2.exp: New testcase.
14543 * gdb.base/hashline2.exp: New testcase.
14544
14545 2008-04-17 Pedro Alves <pedro@codesourcery.com>
14546
14547 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
14548
14549 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
14550
14551 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
14552 temporary breakpoint to match "Temporary breakpoint".
14553 * gdb.base/break.exp (delete_breakpoints): Likewise.
14554 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
14555 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
14556 * gdb.base/display.exp: Likewise.
14557 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
14558 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
14559 * gdb.base/restore.exp (restore_tests): Likewise.
14560 * gdb.base/sepdebug.exp: Likewise.
14561 * gdb.base/watchpoint.exp: Likewise.
14562 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
14563 * gdb.mi/mi-pending.exp: Likewise.
14564 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
14565 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
14566 * gdb.mi/mi-var-cmd.exp: Likewise.
14567 * gdb.mi/mi-var-display.exp: Likewise.
14568 * gdb.mi/mi2-cli.exp: Likewise.
14569 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
14570 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
14571 * gdb.mi/mi2-var-display.exp: Likewise.
14572 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
14573 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
14574 new "disp" field.
14575 (mi_expect_stop): Move after_reason argument to be really after
14576 reason. This is to support fix for PR2424.
14577
14578 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14579
14580 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
14581
14582 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
14583
14584 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
14585 field. Add more floating varobj tests.
14586 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
14587 field.
14588 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
14589 (main): Call do_at_tests.
14590 * lib/mi-support.exp (mi_create_floating_varobj)
14591 (mi_varobj_update_with_type_change): New.
14592
14593 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
14594
14595 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
14596 option of -var-evaluate-expression.
14597 * gdb.mi/mi2-var-display.exp: Likewise.
14598
14599 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
14600
14601 Introduce test setup helpers.
14602 * lib/gdb.exp (build_executable, clean_restart)
14603 (prepare_for_testing): New.
14604 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
14605 * gdb.base/return.exp: Likewise.
14606 * gdb.base/ending-run.exp: Likewise.
14607
14608 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
14609
14610 * gdb.mi/mi-async.exp: New test for asynchronous Machine
14611 Interface (MI) responses.
14612
14613 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
14614
14615 * gdb.cp/breakpoint.cc: New code to test conditions involving
14616 member variables.
14617 * gdb.cp/breakpoint.exp: Test condition involving member
14618 variables.
14619
14620 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
14621
14622 * lib/mi-support.exp (mi_expect_stop): New.
14623 (mi_run_cmd): Change the
14624 token. Use mi_send_resuming_command, use
14625 mi_expect_stop.
14626 (mi_execute_to_helper): Rename to mi_execute_to.
14627 (mi_send_resuming_command): Add more error patterns.
14628 (mi_wait_for_stop): Renamed to...
14629 (mi_get_stop_line): ...this.
14630 (mi_run_inline_test): Adjust.
14631
14632 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
14633 * gdb.mi/mi-console.exp: Likewise.
14634 * gdb.mi/mi-pending.exp: Likewise.
14635 * gdb.mi/mi-simplerun.exp: Likewise.
14636 * gdb.mi/mi-stack.exp: Likewise.
14637 * gdb.mi/mi-stepi.exp: Likewise.
14638 * gdb.mi/mi-syn-frame.exp: Add comment.
14639 * gdb.mi/mi-until.exp: Likewise.
14640 * gdb.mi/mi-var-display.exp: Likewise.
14641 * gdb.mi/mi-watch.exp: Likewise.
14642 * gdb.mi/mi2-cli.exp: Likewise.
14643 * gdb.mi/mi2-console.exp: Likewise.
14644 * gdb.mi/mi2-simplerun.exp: Likewise.
14645 * gdb.mi/mi2-stack.exp: Likewise.
14646 * gdb.mi/mi2-stepi.exp: Likewise.
14647 * gdb.mi/mi2-until.exp: Likewise.
14648 * gdb.mi/mi2-var-display.exp: Likewise.
14649 * gdb.mi/mi2-watch.exp: Likewise.
14650
14651 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14652
14653 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
14654
14655 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
14656
14657 2008-04-04 Pedro Alves <pedro@codesourcery.com>
14658
14659 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
14660 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
14661 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
14662 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
14663 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
14664 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
14665 expect an mi error duplicated in stderr.
14666
14667 2008-04-03 Joel Brobecker <brobecker@adacore.com>
14668
14669 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
14670 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
14671 Add a couple of tests that verify the behavior when the new setting
14672 is set to "cancel" and "all".
14673 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
14674 "ask" before we start the testing.
14675
14676 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
14677
14678 * gdb.cp/casts.cc: Add class reference variables.
14679 * gdb.cp/casts.exp: New test cases for up/down casting references.
14680
14681 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
14682
14683 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
14684 instead of beginning to make an extra test pass.
14685 * gdb.mi/mi2-var-display.exp: Likewise.
14686
14687 2008-03-31 Maciej W. Rozycki <macro@mips.com>
14688
14689 * gdb.base/break.exp: Mark failures as such. Fix formatting.
14690
14691 2008-03-31 Markus Deuling <deuling@de.ibm.com>
14692 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14693
14694 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
14695 value. Add xfail for older kernels.
14696
14697 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
14698
14699 Bring mi-support in line with gdb.exp.
14700 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
14701 (mi_gdb_start): New function.
14702
14703 2008-03-28 Maciej W. Rozycki <macro@mips.com>
14704
14705 * gdb.mi/mi-var-cmd.exp: Fix a typo.
14706
14707 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
14708
14709 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
14710 * gdb.mi/mi2-var-display.exp: Likewise.
14711
14712 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
14713
14714 * lib/mi-support.exp (mi_create_varobj_checked): New.
14715 (mi_list_varobj_children): Allow to check for a
14716 value.
14717 (mi_list_array_varobj_children): New.
14718
14719 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
14720 and mi_list_varobj_children, as opposed to hardcoding
14721 expected strings.
14722 * gdb.mi/gdb701.exp: Likewise.
14723 * gdb.mi/gdb792.exp: Likewise.
14724 * gdb.mi/mi-var-block.exp: Likewise.
14725 * gdb.mi/mi-var-cmd.exp: Likewise.
14726 * gdb.mi/mi-var-invalidate.exp: Likewise.
14727 * gdb.mi/mi2-var-block.exp: Likewise.
14728 * gdb.mi/mi2-var-child.exp: Likewise.
14729 * gdb.mi/mi2-var-cmd.exp: Likewise.
14730 * gdb.mi/mi2-var-display.exp: Likewise.
14731
14732 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14733
14734 Fix random false FAILs on i386.
14735 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
14736
14737 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
14738
14739 PR gdb/544
14740 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
14741
14742 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
14743
14744 PR gdb/544
14745 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
14746
14747 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14748
14749 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
14750 fixed PR gdb/544.
14751
14752 2008-03-21 Pedro Alves <pedro@codesourcery.com>
14753
14754 * gdb.threads/fork-child-threads.exp: Test next over fork.
14755
14756 2008-03-21 Chris Demetriou <cgd@google.com>
14757
14758 * gdb.base/break.exp (rbreak junk): New test for rbreak
14759 "Junk at end of arguments" issue.
14760
14761 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14762
14763 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
14764 *& to work on created array elements.
14765 (Top level): Test print $pc with a file. Test string operations
14766 without a target.
14767 * gdb.base/ptype.exp: Do not expect *& to work on created array
14768 elements.
14769
14770 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14771
14772 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14773 gdb.threads/staticthreads.exp: Update exit query.
14774
14775 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
14776
14777 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
14778
14779 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
14780
14781 * gdb.base/watchpoint.c (global_ptr, func4): New.
14782 (main): Call func4.
14783 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
14784 (test_inaccessible_watchpoint): New.
14785
14786 2008-02-29 Maciej W. Rozycki <macro@mips.com>
14787
14788 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
14789 select the largest.
14790
14791 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
14792
14793 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
14794 frames-invalid annotations.
14795
14796 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
14797
14798 * gdb.base/assign.exp: avoid same output for different tests.
14799
14800 2008-02-27 Doug Evans <dje@google.com>
14801
14802 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
14803 for bug 1738.
14804 (breakpoint_to_handler_entry): Ditto.
14805
14806 2008-02-27 Joel Brobecker <brobecker@adacore.com>
14807
14808 * gdb.base/ending-run.exp: Use the first line of code inside
14809 function body to test breakpoints.
14810 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
14811 location where the breakpoint is inserted when using the line
14812 where a function is declared. Fix typo in the description of
14813 one of the tests.
14814 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
14815
14816 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
14817
14818 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
14819 tests.
14820
14821 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
14822
14823 * gdb.base/args.exp: avoid same output for tests
14824 with single quotes.
14825
14826 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
14827
14828 * gdb.base/annota1.exp: Adjust for 'info break'
14829 format changes.
14830 * gdb.base/annota3.exp: Likewise.
14831 * gdb.base/break.exp: Likewise.
14832 * gdb.base/condbreak.exp: Likewise.
14833 * gdb.base/pending.exp: Likewise.
14834 * gdb.base/sepdebug.exp: Likewise.
14835 * gdb.base/unload.exp: Likewise.
14836 * gdb.cp/ovldbreak.exp: Likewise.
14837 * gdb.mi/mi-pending.exp: Likewise.
14838
14839 2008-02-07 Doug Evans <dje@google.com>
14840
14841 * gdb.cp/mb-inline.exp: New.
14842 * gdb.cp/mb-inline.h: New.
14843 * gdb.cp/mb-inline1.cc: New.
14844 * gdb.cp/mb-inline2.cc: New.
14845
14846 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
14847
14848 * gdb.pascal/floats.pas: New test program.
14849 * gdb.pascal/floats.exp: New testcase.
14850
14851 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
14852
14853 * gdb.base/callfuncs.c (t_float_many_args): New function.
14854 (t_double_many_args): New function.
14855 * gdb.base/callfuncs.exp: Add tests for exceeding float
14856 and double parameters passed through the stack.
14857
14858 2008-02-05 Joel Brobecker <brobecker@adacore.com>
14859
14860 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
14861 gdb.ada/complete/foo.adb: New files.
14862 * gdb.ada/complete.exp: New testcase.
14863
14864 2008-02-03 Doug Evans <dje@google.com>
14865
14866 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
14867
14868 * gdb.cp/gdb2384.exp: New file.
14869 * gdb.cp/gdb2384.cc: New file.
14870 * gdb.cp/gdb2384-base.h: New file.
14871 * gdb.cp/gdb2384-base.cc: New file.
14872
14873 2008-02-02 Doug Evans <dje@google.com>
14874
14875 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
14876
14877 2007-02-01 Joel Brobecker <brobecker@adacore.com>
14878
14879 * gdb.ada/sym_print_name: New test program.
14880 * gdb.ada/sym_print_name.exp: New testcase.
14881
14882 2007-02-01 Joel Brobecker <brobecker@adacore.com>
14883
14884 * gdb.ada/nested/hello.adb: New file.
14885 * gdb.ada/nested.exp: New testcase.
14886 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
14887
14888 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
14889
14890 * gdb.mi/basic.c (return_1): New function.
14891 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
14892 don't cause future evaluations of function to report
14893 creation of internal breakpoints.
14894
14895 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
14896
14897 * gdb.mi/mi-break.exp (test_error): New.
14898 Call it.
14899
14900 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
14901
14902 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
14903 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
14904
14905 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
14906
14907 * gdb.pascal/integers.pas: New test program.
14908 * gdb.pascal/integers.exp: New testcase.
14909
14910 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
14911
14912 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
14913
14914 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
14915
14916 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
14917 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
14918
14919 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
14920
14921 * gdb.ada/formatted_ref: New test program.
14922 * gdb.ada/formatted_ref.exp: New testcase.
14923
14924 * gdb.cp/formatted-ref.cc: New file.
14925 * gdb.cp/formatted-ref.exp: New testcase.
14926
14927 2008-01-30 Joel Brobecker <brobecker@adacore.com>
14928
14929 * gdb.base/ptype.exp: Add testing of "ptype $pc".
14930
14931 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
14932
14933 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
14934 (test_file_list_exec_source_file): Update to new macro-info field.
14935
14936 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
14937
14938 * gdb.ada/exprs: New test program.
14939 * gdb.ada/exprs.exp: New testcase.
14940
14941 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14942
14943 * dfp-test.c (DELTA, DELTA_B): New definitions.
14944 (double_val1, double_val2, double_val3, double_val4, double_val5,
14945 double_val6, double_val7, double_val8, double_val9, double_val10,
14946 double_val11, double_val12, double_val13, double_val14, dec32_val1,
14947 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
14948 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
14949 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
14950 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
14951 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
14952 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
14953 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
14954 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
14955 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
14956 dec128_val16): New global variables.
14957 (decimal_dec128_align): New function.
14958 (decimal_mixed): Likewise.
14959 (decimal_many_args_dec32): Likewise.
14960 (decimal_many_args_dec64): Likewise.
14961 (decimal_many_args_dec128): Likewise.
14962 (decimal_many_args_mixed): Likewise.
14963 * dfp-test.exp: Add tests calling new inferior functions.
14964
14965 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14966
14967 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
14968 gdb.server/ext-run.exp: New files.
14969 * lib/gdbserver-support.exp (gdbserver_download): New.
14970 (gdbserver_start): New. Update gdbserver expected
14971 output.
14972 (gdbserver_spawn): Use them.
14973 (gdbserver_start_extended): New.
14974
14975 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14976
14977 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
14978 Run on GNU/Linux.
14979 (do_exec_tests): Check for systems which do not support catchpoints.
14980 Do not match START.
14981 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
14982 Run on GNU/Linux. Enable verbose output.
14983 (check_fork_catchpoints): New.
14984 (explicit_fork_child_follow, catch_fork_child_follow)
14985 (tcatch_fork_parent_follow): Update expected messages.
14986 (do_fork_tests): Use check_fork_catchpoints.
14987 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
14988 Run on GNU/Linux. Enable verbose output.
14989 (check_vfork_catchpoints): New.
14990 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
14991 expected messages.
14992 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
14993
14994 2008-01-29 Jim Blandy <jimb@red-bean.com>
14995
14996 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
14997 host' errors.
14998 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
14999
15000 2008-01-29 Jim Blandy <jimb@red-bean.com>
15001
15002 * gdb.threads/sigthread.c: Use barriers to ensure that
15003 child_thread and child_thread_two are always initialized before we
15004 start to use them.
15005
15006 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
15007
15008 * gdb.base/watchpoint-solib.exp: New.
15009 * gdb.base/watchpoint-solib.c: New.
15010 * gdb.base/watchpoint-solib-shr.c: New.
15011
15012 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
15013
15014 * gdb.base/gdb1056.exp: Add unsigned integer test.
15015
15016 2008-01-28 Doug Evans <dje@google.com>
15017
15018 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
15019
15020 2008-01-27 Jim Blandy <jimb@codesourcery.com>
15021
15022 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
15023
15024 * gdb.base/expand-psymtabs.exp: Doc fix.
15025
15026 2008-01-26 Mark Kettenis <kettenis@gnu.org>
15027
15028 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
15029
15030 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
15031
15032 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
15033 -var-set-format.
15034
15035 2008-01-23 Chris Demetriou <cgd@google.com>
15036
15037 * gdb.threads/thread_events.c: New testcase source file.
15038 * gdb.threads/thread_events.exp: New testcase expect file.
15039
15040 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
15041
15042 * lib/gdb.exp: Add the variable octal.
15043
15044 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
15045 -var-set-format.
15046
15047 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
15048 Vladimir Prus <vladimir@codesourcery.com>
15049
15050 * gdb.base/float.exp: Allow missing floating point for m68k and
15051 PowerPC.
15052
15053 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
15054
15055 * gdb.mi/basics.c: Setup for testing breakpoints
15056 ignore count.
15057 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
15058 * gdb.mi/mi-cli.exp: Adjust.
15059 * gdb.mi/mi2-cli.exp: Adjust.
15060
15061 2008-01-17 Pedro Alves <pedro@codesourcery.com>
15062
15063 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
15064 and 'dummy_ptr' integer pointer. Initialize struct_declarations
15065 with dummy_ptr's address.
15066 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
15067 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
15068 all targets.
15069 * gdb.mi/mi2-var-child.exp: Likewise.
15070
15071 2008-01-09 Joel Brobecker <brobecker@adacore.com>
15072
15073 * gdb.ada/null_array: New test program.
15074 * gdb.ada/null_array.exp: New testcase.
15075
15076 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
15077
15078 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
15079 with required float modifiers.
15080
15081 2008-01-08 Joel Brobecker <brobecker@adacore.com>
15082
15083 * gdb.ada/funcall_param: New test program.
15084 * gdb.ada/funcall_param.exp: New testcase.
15085
15086 2008-01-08 Joel Brobecker <brobecker@adacore.com>
15087
15088 * gdb.ada/arrayparam: New test program.
15089 * gdb.ada/arrayparam.exp: New testcase.
15090
15091 2008-01-08 Joel Brobecker <brobecker@adacore.com>
15092
15093 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
15094 landed. Should also fix random failures in the test following it.
15095
15096 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
15097
15098 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
15099 for expressions with decimal float values.
15100 (test_dfp_conversions): New function to test casts to and from
15101 decimal float types.
15102 Call test_dfp_conversions.
15103 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
15104 elements.
15105 (main): Initialize ds.float4 and ds.double8 elements.
15106 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
15107 string to new error message.
15108 (d64_set_tests): Likewise.
15109 (d128_set_tests): Likewise.
15110 Add tests for expressions with decimal float variables. Add tests for
15111 conversions to and from decimal float types.
15112
15113 2008-01-05 Joel Brobecker <brobecker@adacore.com>
15114
15115 * gdb.ada/packed_tagged/comp_bug.adb: New file.
15116 * gdb.ada/packed_tagged.exp: New testcase.
15117
15118 2008-01-04 Joel Brobecker <brobecker@adacore.com>
15119
15120 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
15121 gdb.ada/homonym/homonym_main.adb: New files.
15122 * gdb.ada/homonym.exp: New testcase.
15123
15124 2008-01-04 Joel Brobecker <brobecker@adacore.com>
15125
15126 * gdb.ada/packed_array.exp: Add testing of references to
15127 a packed array.
15128
15129 2008-01-04 Joel Brobecker <brobecker@adacore.com>
15130
15131 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
15132 New files.
15133 * gdb.ada/type_coercion.exp: New testcase.
15134
15135 2008-01-04 Joel Brobecker <brobecker@adacore.com>
15136
15137 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
15138 gdb.ada/tagged/foo.adb: New file.
15139 * gdb.ada/tagged.exp: New testcase.
15140
15141 2008-01-04 Joel Brobecker <brobecker@adacore.com>
15142
15143 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
15144 gdb.ada/ptype_field/foo.adb: New files.
15145 * gdb.ada/ptype_field.exp: New testcase.
15146
15147 2008-01-03 Joel Brobecker <brobecker@adacore.com>
15148
15149 * gdb.ada/print_pc.exp: New testcase.
15150
15151 2008-01-03 Joel Brobecker <brobecker@adacore.com>
15152
15153 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
15154 gdb.ada/taft_type/p.adb: New files.
15155 * gdb.ada/taft_type.exp: New testcase.
15156
15157 2008-01-03 Joel Brobecker <brobecker@adacore.com>
15158
15159 * gdb.ada/array_bounds/bar.adb: New file.
15160 * gdb.ada/array_bounds.exp: New testcase.
15161
15162 2008-01-03 Joel Brobecker <brobecker@adacore.com>
15163
15164 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
15165 gdb.ada/arrayptr/foo.adb: New files.
15166 * gdb.ada/arrayptr.exp: New testcase.
15167
15168 2008-01-03 Joel Brobecker <brobecker@adacore.com>
15169
15170 * gdb.base/set-lang-auto.exp: New testcase.
15171
15172 2008-01-03 Joel Brobecker <brobecker@adacore.com>
15173
15174 * gdb.ada/fun_addr/foo.adb: New file.
15175 * gdb.ada/fun_addr.exp: New testcase.
15176
15177 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15178
15179 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
15180 New files
15181
15182 2008-01-02 Joel Brobecker <brobecker@adacore.com>
15183
15184 * array_subscript_addr/p.adb: New file.
15185 * array_subscript_addr.exp: New testcase.
15186
15187 2008-01-02 Joel Brobecker <brobecker@adacore.com>
15188
15189 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
15190 New files.
15191 * gdb.ada/str_cmp_ref.exp: New testcase.
15192
15193 2008-01-01 Joel Brobecker <brobecker@adacore.com>
15194
15195 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
15196 gdb.ada/fun_in_declare/foo.adb: New files.
15197 * gdb.ada/fun_in_declare.exp: New testcase.
15198
15199 2008-01-01 Joel Brobecker <brobecker@adacore.com>
15200
15201 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
15202 gdb.ada/ref_param/pck.ads: New files.
15203 * gdb.ada/ref_param.exp: New testcase.
15204
15205 2008-01-01 Joel Brobecker <brobecker@adacore.com>
15206
15207 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
15208 gdb.ada/interface/foo.adb: New files.
15209 * gdb.ada/interface.exp: New testcase.
15210
15211 2007-12-31 Jim Blandy <jimb@codesourcery.com>
15212
15213 * gdb.base/multi-forks.exp: Consume all output from child
15214 processes before proceeding to next test.
15215
15216 2007-12-29 Jim Blandy <jimb@codesourcery.com>
15217
15218 * configure: Regenerated.
15219
15220 2007-12-27 Joel Brobecker <brobecker@adacore.com>
15221
15222 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
15223 gdb.ada/fixed_cmp/fixed.adb: New files.
15224 * gdb.ada/fixed_cmp.exp: New testcase.
15225
15226 2007-12-27 Joel Brobecker <brobecker@adacore.com>
15227
15228 * gdb.ada/boolean_expr.exp: New testcase.
15229
15230 2007-12-26 Jim Blandy <jimb@codesourcery.com>
15231
15232 * gdb.base/multi-forks.exp: Doc fix.
15233
15234 2007-12-26 Joel Brobecker <brobecker@adacore.com>
15235
15236 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
15237 * gdb.ada/char_param.exp: Do not compile our test program with
15238 -gnata, this is unnecessary.
15239 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
15240
15241 2007-12-24 Joel Brobecker <brobecker@adacore.com>
15242
15243 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
15244 gdb.ada/print_chars/foo.adb: New files.
15245 * gdb.ada/print_chars.exp: New testcase.
15246
15247 2007-12-24 Joel Brobecker <brobecker@adacore.com>
15248
15249 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
15250 gdb.ada/char_param/foo.adb: New files.
15251 * gdb.ada/char_param.exp: New testcase.
15252
15253 2007-12-22 Jim Blandy <jimb@codesourcery.com>
15254
15255 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
15256 hard-coding source line numbers into the test.
15257 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
15258 gdb_get_line_number to find.
15259
15260 2007-12-22 Joel Brobecker <brobecker@adacore.com>
15261
15262 * gdb.base/ptype.c (highest): New struct type.
15263 (the_highest): New variable of that type.
15264 (main): Add dummy assignment to a field of variable the_highest.
15265 * gdb.base/ptype.exp: Test type printing of our new variable.
15266
15267 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
15268
15269 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
15270 and record first explicitly generated thread number.
15271 Use that thread number for thread specific watchpoint test.
15272 Add iteration number to repetitive tests.
15273
15274 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
15275 Jim Blandy <jimb@codesourcery.com>
15276
15277 * gdb.base/expand-psymtabs.c: New testcase
15278 source file.
15279 * gdb.base/expand-psymtabs.exp: New testcase
15280 expect file.
15281
15282 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
15283
15284 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
15285 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
15286
15287 2007-12-17 Joel Brobecker <brobecker@adacore.com>
15288
15289 * gdb.ada/frame_args/foo.adb: New file.
15290 * gdb.ada/frame_args/pck.ads: New file.
15291 * gdb.ada/frame_args/pck.adb: New file.
15292 * gdb.ada/frame_args.exp: New testcase.
15293
15294 2007-12-17 Joel Brobecker <brobecker@adacore.com>
15295
15296 * gdb.base/frame-args.c: New file.
15297 * gdb.base/frame-args.exp: New testcase.
15298
15299 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
15300 Joseph Myers <joseph@codesourcery.com>
15301
15302 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
15303
15304 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
15305
15306 * gdb.mi/mi-pending.exp: New.
15307 * gdb.mi/mi-pending.c: New.
15308 * gdb.mi/mi-pendshr.c: New.
15309
15310 2007-12-06 Jim Blandy <jimb@codesourcery.com>
15311
15312 * gdb.base/default.exp: Update expected output for 'info catch'.
15313
15314 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15315
15316 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
15317 must be set to binary.
15318
15319 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
15320
15321 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
15322
15323 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
15324
15325 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
15326 gdb.mi/mi-file-transfer.exp: New.
15327
15328 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15329
15330 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
15331
15332 2007-11-22 Maciej W. Rozycki <macro@mips.com>
15333
15334 * gdb.trace/backtrace.exp: Fix a typo.
15335 * gdb.trace/circ.exp: Likewise.
15336 * gdb.trace/collection.exp: Likewise.
15337 * gdb.trace/limits.exp: Likewise.
15338 * gdb.trace/report.exp: Likewise.
15339 * gdb.trace/tfind.exp: Likewise.
15340 * gdb.trace/while-dyn.exp: Likewise.
15341
15342 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
15343
15344 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
15345 objects of pointers that can't be dereferenced are now
15346 "noneditable".
15347
15348 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15349
15350 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
15351 (target_cpu): Remove.
15352
15353 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
15354
15355 * gdb.base/ending-run.exp: Expect the list of cleared
15356 breakpoint to come in natural order, not the reversed one.
15357
15358 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
15359
15360 * gdb.mi/mi-var-child.c (do_child_deletion): New.
15361 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
15362
15363 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
15364
15365 * gdb.base/printcmds.exp: New function
15366 test_printf_with_dfp.
15367
15368 2007-11-02 Doug Evans <dje@google.com>
15369
15370 * gdb.disasm/t01_mov.s: Remove carriage returns.
15371 * gdb.disasm/t02_mova.s: Ditto.
15372 * gdb.disasm/t03_add.s: Ditto.
15373 * gdb.disasm/t04_sub.s: Ditto.
15374 * gdb.disasm/t05_cmp.s: Ditto.
15375 * gdb.disasm/t06_ari2.s: Ditto.
15376 * gdb.disasm/t07_ari3.s: Ditto.
15377 * gdb.disasm/t08_or.s: Ditto.
15378 * gdb.disasm/t09_xor.s: Ditto.
15379 * gdb.disasm/t10_and.s: Ditto.
15380 * gdb.disasm/t11_logs.s: Ditto.
15381 * gdb.disasm/t12_bit.s: Ditto.
15382 * gdb.disasm/t13_otr.s: Ditto.
15383
15384 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15385
15386 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
15387
15388 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15389
15390 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
15391 provide DFP support.
15392
15393 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
15394
15395 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
15396 Test "set powerpc vector-abi". Skip auto-detection tests for old
15397 toolchains.
15398
15399 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
15400
15401 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
15402 with [string compare].
15403
15404 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
15405
15406 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
15407 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
15408
15409 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
15410
15411 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
15412 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
15413 * gdb.opt/Makefile.in: New makefile.
15414 * Makefile.in: Create new directory "gdb.opt".
15415 * configure.ac: Add "gdb.opt" directory.
15416 * configure: Regenerated.
15417
15418 2007-10-25 Doug Evans <dje@google.com>
15419
15420 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
15421 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
15422
15423 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
15424 Thiago Jung Bauermann <bauerman@br.ibm.com>
15425
15426 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
15427 Floating Point expressions.
15428 * gdb.base/dfp-test.exp: new file adding tests for Decimal
15429 Floating Point variables.
15430 * gdb.base/dfp-test.c: new file containing program with Decimal
15431 Floating variables, used by gdb.base/dfp-test.exp.
15432
15433 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
15434
15435 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
15436
15437 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15438
15439 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
15440 compiling test case with GCC.
15441 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
15442
15443 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15444
15445 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
15446 format changes.
15447
15448 2007-10-18 Michael Snyder <msnyder@specifix.com>
15449
15450 * gdb.base/dbx.exp: Add missing "-re " operator.
15451
15452 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
15453
15454 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
15455 * configure.ac: Removed trailing spaces after backslash.
15456 * gdb.modula2: New directory.
15457 * gdb.modula2/Makefile.in: New file.
15458 * gdb.modula2/unbounded-array.exp: New file.
15459 * gdb.modula2/unbounded1.c: New file.
15460
15461 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
15462
15463 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
15464
15465 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
15466
15467 * gdb.base/sigstep.c (main): Add checks for
15468 return values for setitimer call.
15469 Call setitimer again with itimer = ITIMER_REAL
15470 if first call to setitimer fails.
15471
15472 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
15473
15474 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
15475 of $timeout.
15476
15477 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
15478
15479 * gdb.server/server-run.exp: Test for dynamic linker symbols.
15480
15481 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
15482
15483 * lib/gdb.exp (gdb_run_cmd): Move comment outside
15484 of gdb_expect call, to avoid interruption.
15485
15486 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
15487
15488 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
15489 (v_unsigned_long_long, v_long_long_array)
15490 (v_signed_long_long_array, v_unsigned_long_long_array)
15491 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
15492 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
15493 [!NO_LONG_LONG]: New.
15494 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
15495 v_long_long_member.
15496
15497 (v_long_long_func, v_signed_long_long_func)
15498 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
15499 (main) [!NO_LONG_LONG]: Initialize long long variants.
15500
15501 * gdb.base/whatis.exp: If board file requests no_long_long, build
15502 test with NO_LONG_LONG defined. Test long long, signed long long,
15503 and unsigned long long variants but only if board file doesn't
15504 disable it.
15505
15506 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
15507 Daniel Jacobowitz <dan@codesourcery.com>
15508
15509 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
15510 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
15511 * configure: Regenerated.
15512 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
15513 gdb.pascal/types.exp, lib/pascal.exp: New files.
15514
15515 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
15516
15517 * gdb.cp/classes.exp (do_tests): Always step to the line after the
15518 call.
15519 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
15520 to return to the call.
15521 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
15522 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
15523 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
15524 * gdb.mi/mi-until.exp (test_until): Likewise.
15525 * gdb.mi/mi2-until.exp (test_until): Likewise.
15526
15527 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
15528
15529 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
15530 two-char array.
15531 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
15532
15533 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
15534
15535 * gdb.threads/watchthreads.c (thread_function): Sleep between
15536 iterations.
15537 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
15538 at once for S/390. Generate matching fails and passes.
15539
15540 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
15541
15542 * gdb.mi/var-cmd.c (do_children_tests): Initialize
15543 the 'struct_declarations' variable to zeros.
15544
15545 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
15546
15547 * gdb.cp/mb-ctor.cc: New.
15548 * gdb.cp/mb-ctor.exp: New.
15549 * gdb.cp/mb-templates.cc: New.
15550 * gdb.cp/mb-templates.exp: New.
15551
15552 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
15553
15554 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
15555
15556 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
15557
15558 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
15559 targets.
15560 * configure: Regenerate.
15561
15562 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
15563
15564 * gdb.base/annota1.exp: Adjust for 'info break'
15565 format changes.
15566 * gdb.base/annota3.exp: Likewise.
15567 * gdb.base/break.exp: Likewise.
15568 * gdb.base/condbreak.exp: Likewise.
15569 * gdb.base/pending.exp: Likewise.
15570 * gdb.base/sepdebug.exp: Likewise.
15571 * gdb.base/unload.exp: Likewise.
15572 * gdb.base/ovldbreak.exp: Likewise.
15573
15574 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
15575
15576 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
15577 messages.
15578 * gdb.base/chng-syms.exp: Likewise.
15579 * gdb.base/unload.exp: Likewise.
15580
15581 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
15582
15583 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
15584
15585 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
15586
15587 * schedlock.c (NUM): Change to 1.
15588 (main): Use args[0] for the main thread.
15589 * schedlock.exp: Only expect two threads. Only issue one pass or fail
15590 regardless of the number of threads.
15591
15592 2007-09-14 Maciej W. Rozycki <macro@mips.com>
15593
15594 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
15595 type down.
15596 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
15597 test.
15598 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
15599 watchpoint type down.
15600 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
15601 test.
15602
15603 2007-09-14 Maciej W. Rozycki <macro@mips.com>
15604
15605 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
15606 Move all the tests here and run them twice, once using software
15607 watchpoints and once using hardware watchpoints.
15608 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
15609
15610 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
15611
15612 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
15613 test.
15614
15615 2007-09-10 Mark Kettenis <kettenis@gnu.org>
15616
15617 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
15618 build-id.
15619
15620 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
15621 know about $ORIGIN. Calculate output dir from $dest instead of
15622 using ${objdir}/{$subdir}.
15623
15624 2007-09-09 Mark Kettenis <kettenis@gnu.org>
15625
15626 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
15627 gcore, before continuing with the test.
15628
15629 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
15630
15631 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
15632 * gdb.mi/mi-watch.exp: Likewise.
15633
15634 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
15635 Jim Blandy <jimb@codesourcery.com>
15636
15637 * gdb.arch/i386-sse.exp: Do not expect character constants.
15638 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
15639 * gdb.base/display.exp: Allow print/s.
15640 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
15641 and unsigned char array changes.
15642
15643 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
15644
15645 * gdb.base/display.exp: Add tests for printf %p.
15646
15647 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
15648
15649 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
15650 the dll name to unicode.
15651
15652 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15653
15654 * gdb.base/default.exp (show version): Update the version text.
15655 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
15656
15657 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15658
15659 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
15660 New files.
15661
15662 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15663
15664 * lib/gdb.exp (build_id_debug_filename_get): New function.
15665 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
15666 Remove the generate DEBUG file for the future testcase runs.
15667 New testcase for the NT_GNU_BUILD_ID retrieval.
15668 Move the final testing step to ...
15669 (test_different_dir): ... a new function.
15670 New parameter XFAIL to XFAIL all the tests performed.
15671 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
15672 New parameter TYPE to PF_PREFIX all the tests performed.
15673
15674 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
15675
15676 * gdb.mi/mi-var-cp.cc (path_expression): New
15677 function.
15678 * gdb.mi/mi-var-cp.exp: Run path exression tests.
15679
15680 2007-08-27 Markus Deuling <deuling@de.ibm.com>
15681
15682 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
15683 to fit into SPU Local Store memory.
15684
15685 2007-08-23 Joel Brobecker <brobecker@adacore.com>
15686
15687 * gdb.base/default.exp: Adjust the expected output of "info
15688 warranty" after the switch to GPLv3.
15689
15690 2007-08-23 Joel Brobecker <brobecker@adacore.com>
15691
15692 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
15693 to 30000 (from 20000).
15694
15695 2007-08-23 Joel Brobecker <brobecker@adacore.com>
15696
15697 Switch the license of all .exp files to GPLv3.
15698 Switch the license of all .f and .f90 files to GPLv3.
15699 Switch the license of all .s and .S files to GPLv3.
15700
15701 2007-08-23 Joel Brobecker <brobecker@adacore.com>
15702
15703 * configure.ac: Switch license to GPLv3.
15704
15705 2007-08-23 Joel Brobecker <brobecker@adacore.com>
15706
15707 Switch the licensing to GPLv3 for all .ads and .adb files.
15708
15709 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
15710
15711 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
15712 and t_int_double.
15713 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
15714
15715 2007-08-17 Joel Brobecker <brobecker@adacore.com>
15716
15717 * gdb.base/step-line.c: Switch license to GPL version 3, and
15718 update copyright year.
15719 * gdb.base/step-line.inp: Likewise.
15720
15721 2007-08-17 Joel Brobecker <brobecker@adacore.com>
15722
15723 * gdb.base/gdb1555.exp: Make expected output immune to formatting
15724 changes inside gdb1555.c.
15725 * gdb.base/pending.exp: Likewise.
15726
15727 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
15728
15729 * config/default.exp: New file.
15730
15731 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
15732
15733 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
15734 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
15735
15736 2007-07-30 Maciej W. Rozycki <macro@mips.com>
15737
15738 * gdb.base/dump.exp: Force the correct endianness for binary
15739 formats not carrying this information.
15740
15741 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15742
15743 * gdb.threads/staticthreads.exp: Match .*sem_post.
15744
15745 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15746
15747 * gdb.base/readline.exp (operate_and_get_next): Match the final
15748 prompt.
15749
15750 2007-07-23 Kevin Buettner <kevinb@redhat.com>
15751
15752 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
15753 to restarting SID.
15754
15755 2007-07-18 Kevin Buettner <kevinb@redhat.com>
15756
15757 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
15758 prior to `gdb_start'.
15759
15760 2007-07-18 Kevin Buettner <kevinb@redhat.com>
15761
15762 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
15763 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
15764 Remove call to gdb_unload.
15765
15766 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
15767 Daniel Jacobowitz <dan@codesourcery.com>
15768
15769 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
15770 for __WIN32__.
15771 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
15772 * gdb.base/unload.exp: Use shared library test routines.
15773
15774 2007-07-03 Markus Deuling <deuling@de.ibm.com>
15775
15776 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
15777 * gdb.base/solib-symbol-lib.c: Likewise.
15778 * gdb.base/solib-symbol-main.c: Likewise.
15779
15780 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
15781
15782 * config/gdbserver.exp (gdb_reconnect): New.
15783 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
15784 gdb.base/solib-disc.exp: New files.
15785 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
15786 remote debugging".
15787 (gdb_compile): Add shlib_load flag.
15788 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
15789 port.
15790 (gdbserver_reconnect): New.
15791
15792 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
15793 Daniel Jacobowitz <dan@codesourcery.com>
15794
15795 * gdb.base/annota3.exp: Test for if construct.
15796
15797 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
15798
15799 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
15800
15801 2007-06-21 Chris Dearman <chris@mips.com>
15802 Maciej W. Rozycki <macro@mips.com>
15803
15804 * gdb.base/display.exp: Allow a newline after display/i.
15805 * gdb.base/pc-fp.exp: Likewise.
15806 * gdb.base/sigbpt.exp: Likewise.
15807
15808 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
15809
15810 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
15811 required features to be included.
15812
15813 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
15814
15815 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
15816 in info threads output.
15817
15818 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15819 Markus Deuling <deuling@de.ibm.com>
15820
15821 * gdb.arch/spu-info.exp: New testcase.
15822 * gdb.arch/spu-info.c: New file.
15823
15824 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
15825
15826 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
15827 tpcs_offset. Restore lr after the call.
15828 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
15829
15830 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
15831
15832 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
15833 (gdbserver_run): Kill any running gdbserver.
15834 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
15835
15836 2007-05-17 Maciej W. Rozycki <macro@mips.com>
15837
15838 * gdb.base/sigbpt.exp: Preset segv_addr.
15839
15840 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
15841
15842 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
15843 (gdb_compile_shlib): Likewise.
15844 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
15845 (default_gdb_init): Clear cleanfiles.
15846 (gdb_finish): Delete recorded cleanfiles.
15847 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
15848
15849 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
15850 Do not use isnative.
15851 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
15852 gdb.base/so-impl-ld.exp: Likewise.
15853 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
15854 * gdb.base/unload.exp: Likewise. Do not pass empty option to
15855 gdb_compile.
15856
15857 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
15858
15859 * config/unknown.exp: Remove.
15860
15861 2007-05-15 Markus Deuling <deuling@de.ibm.com>
15862
15863 * gdb.base/info-proc.exp: Check is_remote.
15864
15865 2007-05-14 Markus Deuling <deuling@de.ibm.com>
15866
15867 * gdb.base/gcore.exp: Initialize variable core_supported.
15868
15869 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15870
15871 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
15872
15873 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15874
15875 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
15876 * gdb.threads/print-threads.exp (test_all_threads): Allow
15877 negative and hexadecimal thread IDs.
15878
15879 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15880
15881 * gdb.java/jprint.java (public): Avoid invalid call to static
15882 method.
15883
15884 2007-05-14 Denis Pilat <denis.pilat@st.com>
15885
15886 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
15887 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
15888 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
15889 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
15890 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
15891
15892 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15893
15894 * gdb.base/overlays.exp: Add support for targets with only code
15895 overlay support, not data overlay. Support spu-*-* target in
15896 this mode.
15897 * gdb.base/ovlymgr.c: Provide stubs for spu target.
15898 * gdb.base/spu.ld: New file.
15899
15900 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
15901
15902 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
15903
15904 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
15905
15906 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
15907
15908 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
15909
15910 * gdb.java/jmain.exp: Handle demangled names with and without method
15911 signatures.
15912
15913 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
15914
15915 * gdb.mi/mi-syn-frame.c (main, foo, bar)
15916 (have_a_very_merry_interrupt): Remove calls to puts.
15917 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
15918 inferior output.
15919 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
15920 test names.
15921
15922 2007-04-29 Markus Deuling <deuling@de.ibm.com>
15923 Daniel Jacobowitz <dan@codesourcery.com>
15924
15925 * gdb.base/auxv.exp (core_works): Also check is_remote.
15926 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
15927
15928 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
15929
15930 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
15931 message, not the undefined 'module' variable.
15932 * gdb.base/siginfo.exp: Likewise.
15933 * gdb.base/sigstep.exp: Likewise.
15934 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
15935 serialport.
15936 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
15937
15938 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
15939
15940 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
15941 target sim fails. Return 0 otherwise.
15942 (gdb_load): Return prematurely if gdb_target_sim fails.
15943
15944 2007-04-16 Denis Pilat <denis.pilat@st.com>
15945
15946 * gdb.base/setshow.exp: Reset height after having set it to 100.
15947
15948 2007-04-16 Denis Pilat <denis.pilat@st.com>
15949
15950 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
15951
15952 2007-04-16 Denis Pilat <denis.pilat@st.com>
15953
15954 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
15955
15956 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
15957
15958 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
15959 tests. Run the frozen varobjs test.
15960 * gdb.mi/var-cmd.c (do_frozen_tests): New.
15961 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
15962
15963 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15964
15965 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
15966 gdb.base/type-opaque.exp: New files.
15967
15968 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
15969
15970 * gdb.mi/mi-var-child.c
15971 (do_children_tests): User char[2] instead of
15972 char so that automatic printing of pointers to char
15973 don't give unpredicable result.
15974 * gdb.mi/var-cmd.c (do_locals_test): Initialize
15975 local variables.
15976 * gdb.mi/mi-var-child.exp: Step to right line
15977 of do_children_tests.
15978 * gdb.mi/mi2-var-child.exp: Likewise.
15979 * gdb.mi/mi-var-cmd.exp: Step to right line of
15980 do_locals_tests.
15981 (do_children_tests): User char[2] instead of
15982 char so that automatic printing of pointers to char
15983 don't give unpredicable result.
15984 * gdb.mi/mi2-var-cmd.exp: Likewise.
15985 * lib/mi-support.exp (mi_continue_to_line):
15986 Pass test name to mi_wait_for_stop.
15987
15988 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15989
15990 * gdb.asm/asm-source.exp: Remove d10v case.
15991 * lib/gdb.exp (skip_cplus_tests): Likewise.
15992 * gdb.asm/d10v.inc: Deleted.
15993
15994 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15995
15996 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
15997
15998 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15999
16000 * config/netware.exp: Delete file.
16001
16002 2007-03-29 Joel Brobecker <brobecker@adacore.com>
16003
16004 * gdb.dwarf2/dw2-noloc.S: New file.
16005 * gdb.dwarf2/dw2-noloc.exp: New file.
16006
16007 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
16008
16009 * gdb.cp/method2.cc: New test.
16010 * gdb.cp/method2.exp: New test.
16011 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
16012
16013 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
16014
16015 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
16016
16017 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
16018
16019 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
16020
16021 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
16022
16023 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
16024 (gdb_load): Delete, replace with...
16025 (gdb_reload): ...this.
16026 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
16027 * gdb.server/server-mon.exp: Likewise.
16028 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
16029 (gdb_start_cmd): New.
16030 (gdb_file_cmd): Save the last loaded file.
16031 (gdb_reload): New.
16032 (gdb_gnu_strip_debug): Use transform.
16033 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
16034 support here. Use new $last_loaded_file. Check mtime.
16035 (gdb_target_cmd): Handle ObjC failure case.
16036 (infer_host_exec): Delete.
16037 (gdbserver_load): Rename to...
16038 (gdbserver_run): ...this. Simplify.
16039 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
16040 (mi_gdb_load): Move most contents to a new function...
16041 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
16042 (mi_run_cmd): Use mi_gdb_target_load.
16043 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
16044 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
16045 Use gdb_run_cmd.
16046 * gdb.base/charsign.exp: Remove incorrect comment.
16047 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
16048 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
16049 gdb.base/start.exp: Use gdb_start_cmd.
16050
16051 2007-03-23 Nigel Stephens <nigel@mips.com>
16052 Maciej W. Rozycki <macro@mips.com>
16053
16054 * gdb.base/sigbpt.exp: Fix the message when skipping test.
16055 * gdb.base/signull.exp: Similarly.
16056
16057 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16058
16059 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
16060 messages available to test cases (like chng-sym.exp).
16061
16062 2007-03-14 Andreas Schwab <schwab@suse.de>
16063
16064 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
16065 format changes.
16066
16067 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
16068
16069 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
16070 (optimized_1): New.
16071 (main): Call optimized_1.
16072 (gdb2029): Correct typos. Call gdb2029_marker.
16073 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
16074 for gdb2029.
16075
16076 2007-03-12 Mark Kettenis <kettenis@gnu.org>
16077
16078 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
16079 as tabs. Remove redundant test pattern.
16080
16081 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16082
16083 * gdb.base/long_long.exp: Accept optional symbol name in <...>
16084 for /a format output.
16085
16086 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
16087
16088 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
16089 collect output incrementally.
16090
16091 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16092
16093 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
16094 for -var-create lpcharacter test.
16095 * gdb.mi/mi2-var-cmd.exp: Likewise.
16096
16097 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16098
16099 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
16100 pass on targets where address zero is readable.
16101
16102 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16103
16104 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
16105 just a single architecture.
16106
16107 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16108
16109 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
16110 (fetch_all_registers): New function, uses gdb_test_multiple and
16111 exp_continue to fetch inferior output line-by-line.
16112 Replace all uses of do_get_all_registers by fetch_all_registers.
16113
16114 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16115
16116 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
16117 in target_info.
16118
16119 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16120
16121 * gdb.threads/manythreads.exp: Use $message string for
16122 consistancy; add a default (timeout) case.
16123
16124 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16125
16126 * gdb.base/watchpoint.exp: Fix truncated comment.
16127
16128 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16129
16130 * Makefile.in: Remove spurious single-quotes from sed command.
16131
16132 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16133
16134 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
16135 func.
16136 * gdb.mi/mi2-var-cmd.exp: Likewise.
16137
16138 2007-02-27 Joel Brobecker <brobecker@adacore.com>
16139
16140 * gdb.dwarf2/dw2-producer.S: New file.
16141 * gdb.dwarf2/dw2-producer.exp: New testcase.
16142
16143 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
16144
16145 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
16146 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
16147 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
16148 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
16149 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
16150 Revert tests to use mi_gdb_test and include value field in output
16151 of -var-create.
16152
16153 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
16154
16155 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
16156
16157 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
16158
16159 * gdb.base/maint.exp: Remove full paths from test names.
16160 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
16161 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
16162
16163 2007-02-27 Joel Brobecker <brobecker@adacore.com>
16164
16165 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
16166
16167 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16168
16169 * gdb.server/server-mon.exp: New test.
16170
16171 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16172
16173 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
16174
16175 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16176
16177 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
16178 register capitalization.
16179
16180 2007-02-13 Denis Pilat <denis.pilat@st.com>
16181
16182 * gdb.mi/mi-var-invalidate.exp: New file.
16183
16184 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16185
16186 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
16187
16188 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16189
16190 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
16191
16192 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16193
16194 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
16195 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
16196
16197 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
16198
16199 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
16200 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
16201 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
16202 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
16203 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
16204 * gdb.mi/gdb792.exp, lib/mi-support.exp:
16205 Update tests to include value field in output of -var-create.
16206
16207 2007-02-08 Andreas Schwab <schwab@suse.de>
16208
16209 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
16210
16211 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
16212
16213 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
16214 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
16215
16216 2007-02-02 Denis Pilat <denis.pilat@st.com>
16217
16218 * gdb.threads/threadapply.exp: check that frame is not changed by
16219 the thread apply all command.
16220
16221 2007-01-31 Andreas Schwab <schwab@suse.de>
16222
16223 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16224
16225 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
16226 in the dwarf sections.
16227 * gdb.dwarf2/mac-fileno.S: Likewise.
16228
16229 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
16230 bspstore register on ia64.
16231
16232 2007-01-29 Andreas Schwab <schwab@suse.de>
16233
16234 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
16235 "frame-begin" annotation.
16236
16237 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
16238 number of "frames-invalid" annotations.
16239
16240 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16241
16242 * gdb.base/commands.exp: Call if_commands_test.
16243 (gdb_test_no_prompt, if_commands_test): New.
16244
16245 2007-01-28 Mark Kettenis <kettenis@gnu.org>
16246
16247 * gdb.threads/sigthread.c (NSIGS): Make bigger.
16248
16249 2007-01-27 Andreas Schwab <schwab@suse.de>
16250
16251 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
16252 .short/.int/.quad in the dwarf sections.
16253 * gdb.dwarf2/dw2-intercu.S: Likewise.
16254 * gdb.dwarf2/dw2-intermix.S: Likewise.
16255
16256 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16257
16258 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
16259 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
16260 array.
16261 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
16262 * gdb.base/setvar.exp: Likewise.
16263
16264 2007-01-26 Andreas Schwab <schwab@suse.de>
16265
16266 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
16267 test.
16268
16269 * gdb.base/multi-forks.exp ("restart $i"): Also match
16270 __kernel_syscall_via_break.
16271
16272 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
16273
16274 * lib/mi-support.exp (mi_delete_varobj): New.
16275 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
16276 testcase.
16277 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
16278 (main): Call the above.
16279 (reference_update_test, base_in_reference_test)
16280 (reference_to_pointer): Delete the created varobjs.
16281
16282 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
16283
16284 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
16285 * configure: Regenerated.
16286 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
16287 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
16288 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
16289 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
16290 * lib/gdb.exp (gdb_skip_xml_test): New function.
16291
16292 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
16293
16294 * gdb.base/sigrepeat.exp: Correct error message.
16295
16296 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16297 Daniel Jacobowitz <dan@codesourcery.com>
16298
16299 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
16300 gdb.arch/i386-gnu-cfi-asm.S: New files.
16301
16302 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16303
16304 * lib/gdb.exp: Abort on missing `site.exp'.
16305
16306 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16307 Daniel Jacobowitz <dan@codesourcery.com>
16308
16309 * gdb.base/included.c, gdb.base/included.exp,
16310 gdb.base/included.h: New files.
16311
16312 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16313
16314 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
16315 (maximize_rlimit): Reduce limits on 64-bit systems.
16316
16317 2007-01-19 Mark Kettenis <kettenis@gnu.org>
16318
16319 From Marcus Deuling <deuling@de.ibm.com>:
16320 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
16321 every case.
16322
16323 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
16324
16325 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
16326 (test_path_specification): Use objdir instead of srcdir to always
16327 get an absolute filename.
16328
16329 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
16330
16331 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
16332
16333 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
16334
16335 * gdb.mi/mi-var-cp.cc (reference_update_tests):
16336 Make sure the variable we're using is in scope.
16337 (reference_to_pointer): Likewise.
16338
16339 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
16340
16341 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
16342 has no debug information.
16343
16344 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
16345
16346 * gdb.base/annota1.exp: Remove extra send_gdb.
16347
16348 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16349
16350 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
16351
16352 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16353
16354 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
16355
16356 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
16357 Daniel Jacobowitz <dan@codesourcery.com>
16358
16359 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
16360 lcharacter or linteger change. Correct duplicated test name.
16361 * gdb.mi/mi2-var-cmd.exp: Likewise.
16362
16363 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
16364
16365 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
16366
16367 2007-01-05 Joel Brobecker <brobecker@adacore.com>
16368
16369 * gdb.base/nofield.c: New file.
16370 * gdb.base/nofield.exp: New testcase.
16371
16372 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
16373
16374 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
16375
16376 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
16377 test.
16378
16379 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
16380
16381 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
16382
16383 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
16384
16385 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
16386 when continuing.
16387
16388 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16389
16390 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
16391 Expect ".exe" extension.
16392
16393 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16394
16395 * gdb.base/charset.exp: Add explicit filename to break.
16396 * gdb.base/dbx.exp: Add explicit filename to breaks.
16397
16398 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16399
16400 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
16401 * gdb.mi/mi2-file.exp: Likewise.
16402
16403 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
16404
16405 Implement specification of MI tests as comments
16406 in C and C++ sources.
16407 * lib/mi-support.exp (mi_autotest_data): New variable.
16408 (mi_autotest_source): New variable.
16409 (count_newlines, mi_prepare_inline_tests)
16410 (mi_get_inline_test, mi_continue_to_line)
16411 (mi_run_inline_test, mi_tbreak)
16412 (mi_send_resuming_command, mi_wait_for_stop): New functions.
16413 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
16414 Run inline tests.
16415 * gdb.mi/mi-var-cp.cc: Define tests here.
16416
16417 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
16418
16419 Simplify usage of mi_continue_to.
16420 * lib/mi-support.exp (mi_runto_helper): Renamed
16421 from mi_runto, added new parameter 'run_or_continue'.
16422 (mi_runto): Use mi_runto_helper.
16423 (mi_continue_to): Accept just function name as parameter.
16424 Use mi_runto_helper.
16425 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
16426 * gdb.mi/mi2-var-cmd.exp: Likewise.
16427
16428 2006-01-04 Joel Brobecker <brobecker@adacore.com>
16429
16430 Make this testcase a bit more realistic. The current code
16431 is too simplistic, and allows the compiler to optimize out
16432 some of the entities we need for this testcase.
16433 * gdb.ada/null_record/bar.ads (Void_Star): New type.
16434 (Do_Nothing): Add extra parameter.
16435 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
16436 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
16437 by using a variable of type Void_Star.
16438
16439 2006-01-04 Joel Brobecker <brobecker@adacore.com>
16440
16441 * gdb.ada/catch_ex/foo.adb: New file.
16442 * gdb.ada/catch_ex.exp: New testcase.
16443
16444 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
16445
16446 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
16447 pass --image-base to linker.
16448
16449 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16450 Daniel Jacobowitz <dan@codesourcery.com>
16451
16452 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
16453 secondary prompts.
16454
16455 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
16456
16457 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
16458 output. Test the types of members and member pointers.
16459 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
16460 gdb/2092.
16461 * gdb.cp/member-ptr.exp: Search for a comment instead of a
16462 statement. Enable for GCC. Update expected output for some tests
16463 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
16464 layout.
16465 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
16466 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
16467 (Diamond::vget_base): New.
16468 (main): Add new tests.
16469 * gdb.cp/printmethod.exp: Update expected output for member functions.
16470 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
16471 print pEe->D::vg().
16472
16473 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
16474
16475 * gdb.threads/tls.exp: Allow stops in sem_post.
16476
16477 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
16478
16479 * gdb.base/annota1.exp: Allow .*printf in backtraces.
16480 * gdb.base/annota3.exp: Likewise.
16481 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
16482 again (instead of timing out).
16483 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
16484 GCC bug 26475.
16485 * gdb.java/jmisc.exp: Adjust to work with method signatures including
16486 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
16487 test from jmisc1.exp.
16488 * gdb.java/jmisc1.exp: Delete.
16489 * gdb.java/jprint.exp: Adjust to work with method signatures including
16490 return types.
16491 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
16492 * gdb.threads/linux-dp.exp: Don't be confused by program output.
16493 * lib/java.exp (compile_java_from_source): Pass the correct type
16494 to target_compile.
16495
16496 2006-12-31 Joel Brobecker <brobecker@adacore.com>
16497
16498 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
16499 (stack_align_edx): New function.
16500 (stack_align_eax): New function.
16501 (main): Add calls to stack_align_edx and stack_align_eax.
16502 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
16503 Add testing for the cases where the register used during a stack
16504 realignment is edx. Same for eax.
16505
16506 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
16507
16508 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
16509 and generic PE targets.
16510
16511 2006-12-29 Joel Brobecker <brobecker@adacore.com>
16512
16513 * gdb.ada/array_return.exp: Update copyright date list.
16514
16515 2006-12-27 Joel Brobecker <brobecker@adacore.com>
16516
16517 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
16518 (Create_Small_Float_Vector): New function.
16519 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
16520 function body.
16521 * gdb.ada/array_return/p.adb: Use new type and function from
16522 package Pck.
16523 * gdb.ada/array_return.exp: Add a test verifying that GDB is
16524 able to print the value returned by a function returning an
16525 array of float.
16526
16527 2006-12-20 Joel Brobecker <brobecker@adacore.com>
16528
16529 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
16530 The associated tests should be PASSing.
16531
16532 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
16533
16534 Test for base in references.
16535 * gdb.mi/mi-var-cp.cc: Add test code.
16536 * gdb.mi/mi-var-cp.exp: Test for bases in references.
16537 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
16538 * gdb.mi/mi2-watch.exp: Likewise.
16539 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
16540 (mi_list_varobj_children): New function.
16541
16542 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
16543
16544 * lib/mi-support.exp
16545 (mi_runto): Accept "()" after function name.
16546 (mi_create_varobj): New function.
16547 (mi_varobj_update): New function.
16548 (mi_Check_varobj_value): New function.
16549 * gdb.mi/mi-var-cp.exp: New file.
16550 * gdb.mi/mi-var-cp.cc: New file.
16551
16552 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
16553
16554 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
16555 gdb.base/weaklib2.c: New files.
16556
16557 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
16558
16559 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
16560 info. Adjust test names.
16561
16562 * gdb.base/break.c (main): Move position of malloc.
16563 * gdb.base/break.exp: Revert mistaken checkin.
16564
16565 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
16566
16567 * gdb.mi/mi-var-cmd.exp: Check -var-update after
16568 assignement of arrays and function pointers.
16569 * gdb.mi/var-cmd.c: Add declaration necessary for above
16570 tests.
16571
16572 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
16573
16574 * gdb.base/break.c (main): Call malloc.
16575
16576 * gdb.threads/linux-dp.exp: Read thread table before and after
16577 creating each philosopher and verify it.
16578
16579 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
16580 Paul Brook <paul@codesourcery.com>
16581 Daniel Jacobowitz <dan@codesourcery.com>
16582
16583 * gdb.base/ending-run.exp: Flatten expect script stepping out of
16584 main to remove duplication. Add start function of the form
16585 '_*start[1-9]*'. Add RVDS start function.
16586
16587 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
16588
16589 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
16590
16591 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16592
16593 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
16594 * gdb.asm/spu.inc: New file.
16595 * gdb.base/term.exp: Disable if [target_info exists noargs].
16596 * gdb.gdb/complaints.exp: Disable if ![isnative].
16597 * gdb.gdb/selftest.exp: Likewise.
16598 * gdb.gdb/observer.exp: Likewise.
16599 * gdb.gdb/xfullpath.exp: Likewise.
16600 * gdb.base/attach.exp: Disable on SPU target.
16601 * gdb.cp/bs145503.exp: Likewise.
16602 * gdb.cp/exception.exp: Likewise.
16603 * gdb.cp/userdef.exp: Likewise.
16604
16605 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
16606
16607 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
16608
16609 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
16610
16611 * gdb.base/completion.exp: Fix completion tests for
16612 'info' and 'info '.
16613 * gdb.base/help.exp (help_test_raw, test_class_help)
16614 (test_prefix_command_help): Move...
16615 * lib/gdb.exp: Here.
16616 * gdb.base/main.exp: Adjust.
16617 * gdb.cp/maint.exp: Adjust.
16618 * gdb.trace/tracecmd.exp: Use test_help_class.
16619
16620 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
16621
16622 * gdb.stabs/weird.exp (print_weird_var): Use
16623 gdb_test_multiple instead of gdb_expect.
16624
16625 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
16626
16627 * gdb.base/help.exp (help_test_raw): New.
16628 (test_class_help): New.
16629 (test_prefix_command_help): New.
16630 Adjust testcases.
16631
16632 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
16633
16634 * gdb.base/constvars.c (main): Write to crass and crips, so that
16635 they are allocated by the compiler.
16636
16637 2006-10-27 Andreas Schwab <schwab@suse.de>
16638
16639 * gdb.base/multi-forks.exp: Use "detach fork" instead of
16640 "detach-fork".
16641
16642 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
16643
16644 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
16645 of patterns.
16646
16647 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
16648
16649 * gdb.base/sepdebug.exp: Remove debug format test.
16650 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
16651 Handle no-symtab.
16652 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
16653
16654 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
16655
16656 * gdb.threads/manythreads.c (thread_function, main): Don't cast
16657 int to pointer or pointer to int.
16658 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
16659
16660 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
16661
16662 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
16663
16664 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16665
16666 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
16667
16668 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
16669
16670 PR c++/2116
16671 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
16672
16673 2006-10-06 Joel Brobecker <brobecker@adacore.com>
16674
16675 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
16676 the corresponding bug has been fixed in GDB (PR/2018).
16677
16678 2006-10-06 Joel Brobecker <brobecker@adacore.com>
16679
16680 * gdb.base/subst.exp: New testcase.
16681
16682 2006-10-06 Joel Brobecker <brobecker@adacore.com>
16683
16684 * gdb.ada/array_return/pck.ads: Add copyright notice.
16685 * gdb.ada/array_return/pck.adb: Likewise.
16686 * gdb.ada/array_return/p.adb: Likewise.
16687 * gdb.ada/exec_changed/first.adb: Likewise.
16688 * gdb.ada/exec_changed/second.adb: Likewise.
16689
16690 2006-10-06 Joel Brobecker <brobecker@adacore.com>
16691
16692 * gdb.ada/watch_arg/watch.adb: New file.
16693 * gdb.ada/watch_arg.exp: New testcase.
16694
16695 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
16696
16697 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
16698 via string_to_regexp.
16699 * gdb.mi/mi2-basics.exp: Likewise.
16700
16701 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
16702
16703 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
16704 Remove unused / obsolete files.
16705
16706 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
16707
16708 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
16709
16710 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
16711
16712 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
16713 HIGH_FRAME argument to -stack-list-arguments can be larger than
16714 the number of frames.
16715
16716 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
16717
16718 * gdb.base/args.c (main): Add breakpoint marker.
16719 * gdb.base/args.exp: Use args_test for tests. Add new tests which
16720 really test empty arguments.
16721 (args_load): Delete.
16722 (args_test): New.
16723
16724 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
16725
16726 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
16727 check for one file.
16728
16729 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
16730
16731 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
16732 HIGH_FRAME argument to -stack-list-locals can be larger than
16733 the number of frames.
16734
16735 2006-08-18 Fred Fish <fnf@specifix.com>
16736
16737 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
16738 '$' in front of skip_vmx_tests_saved when setting that.
16739
16740 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
16741
16742 * gdb.base/trace-commands.exp: New file.
16743
16744 2006-08-10 Joel Brobecker <brobecker@adacore.com>
16745 Daniel Jacobowitz <dan@codesourcery.com>
16746
16747 * gdb.base/step-bt.exp: Make hexadecimal address optional in
16748 expected output of the backtrace commands.
16749
16750 2006-08-09 Joel Brobecker <brobecker@adacore.com>
16751
16752 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
16753 untested followed by return combination.
16754 * gdb.arch/altivec-regs.exp: Likewise.
16755 * gdb.arch/e500-abi.exp: Likewise.
16756 * gdb.arch/e500-regs.exp: Likewise.
16757 * gdb.arch/gdb1291.exp: Likewise.
16758 * gdb.arch/gdb1431.exp: Likewise.
16759 * gdb.arch/gdb1558.exp: Likewise.
16760 * gdb.arch/i386-prologue.exp: Likewise.
16761 * gdb.arch/i386-unwind.exp: Likewise.
16762 * gdb.asm/asm-source.exp: Likewise.
16763 * gdb.base/a2-run.exp: Likewise.
16764 * gdb.base/advance.exp: Likewise.
16765 * gdb.base/all-bin.exp: Likewise.
16766 * gdb.base/annota1.exp: Likewise.
16767 * gdb.base/annota3.exp: Likewise.
16768 * gdb.base/args.exp: Likewise.
16769 * gdb.base/arithmet.exp: Likewise.
16770 * gdb.base/assign.exp: Likewise.
16771 * gdb.base/async.exp: Likewise.
16772 * gdb.base/attach.exp: Likewise.
16773 * gdb.base/bang.exp: Likewise.
16774 * gdb.base/bigcore.exp: Likewise.
16775 * gdb.base/bitfields.exp: Likewise.
16776 * gdb.base/bitfields2.exp: Likewise.
16777 * gdb.base/break.exp: Likewise.
16778 * gdb.base/call-sc.exp: Likewise.
16779 * gdb.base/call-strs.exp: Likewise.
16780 * gdb.base/callfuncs.exp: Likewise.
16781 * gdb.base/checkpoint.exp: Likewise.
16782 * gdb.base/chng-syms.exp: Likewise.
16783 * gdb.base/code-expr.exp: Likewise.
16784 * gdb.base/commands.exp: Likewise.
16785 * gdb.base/completion.exp: Likewise.
16786 * gdb.base/cond-expr.exp: Likewise.
16787 * gdb.base/condbreak.exp: Likewise.
16788 * gdb.base/consecutive.exp: Likewise.
16789 * gdb.base/constvars.exp: Likewise.
16790 * gdb.base/corefile.exp: Likewise.
16791 * gdb.base/cvexpr.exp: Likewise.
16792 * gdb.base/dbx.exp: Likewise.
16793 * gdb.base/define.exp: Likewise.
16794 * gdb.base/detach.exp: Likewise.
16795 * gdb.base/display.exp: Likewise.
16796 * gdb.base/dump.exp: Likewise.
16797 * gdb.base/ena-dis-br.exp: Likewise.
16798 * gdb.base/ending-run.exp: Likewise.
16799 * gdb.base/environ.exp: Likewise.
16800 * gdb.base/eval-skip.exp: Likewise.
16801 * gdb.base/exprs.exp: Likewise.
16802 * gdb.base/fileio.exp: Likewise.
16803 * gdb.base/finish.exp: Likewise.
16804 * gdb.base/float.exp: Likewise.
16805 * gdb.base/foll-exec.exp: Likewise.
16806 * gdb.base/foll-fork.exp: Likewise.
16807 * gdb.base/foll-vfork.exp: Likewise.
16808 * gdb.base/freebpcmd.exp: Likewise.
16809 * gdb.base/funcargs.exp: Likewise.
16810 * gdb.base/gcore.exp: Likewise.
16811 * gdb.base/gdb1090.exp: Likewise.
16812 * gdb.base/gdb1250.exp: Likewise.
16813 * gdb.base/huge.exp: Likewise.
16814 * gdb.base/info-proc.exp: Likewise.
16815 * gdb.base/interrupt.exp: Likewise.
16816 * gdb.base/jump.exp: Likewise.
16817 * gdb.base/langs.exp: Likewise.
16818 * gdb.base/lineinc.exp: Likewise.
16819 * gdb.base/list.exp: Likewise.
16820 * gdb.base/logical.exp: Likewise.
16821 * gdb.base/long_long.exp: Likewise.
16822 * gdb.base/macscp.exp: Likewise.
16823 * gdb.base/maint.exp: Likewise.
16824 * gdb.base/mips_pro.exp: Likewise.
16825 * gdb.base/miscexprs.exp: Likewise.
16826 * gdb.base/multi-forks.exp: Likewise.
16827 * gdb.base/opaque.exp: Likewise.
16828 * gdb.base/overlays.exp: Likewise.
16829 * gdb.base/pc-fp.exp: Likewise.
16830 * gdb.base/pointers.exp: Likewise.
16831 * gdb.base/printcmds.exp: Likewise.
16832 * gdb.base/psymtab.exp: Likewise.
16833 * gdb.base/ptype.exp: Likewise.
16834 * gdb.base/recurse.exp: Likewise.
16835 * gdb.base/relational.exp: Likewise.
16836 * gdb.base/relocate.exp: Likewise.
16837 * gdb.base/remote.exp: Likewise.
16838 * gdb.base/reread.exp: Likewise.
16839 * gdb.base/restore.exp: Likewise.
16840 * gdb.base/return.exp: Likewise.
16841 * gdb.base/return2.exp: Likewise.
16842 * gdb.base/scope.exp: Likewise.
16843 * gdb.base/sect-cmd.exp: Likewise.
16844 * gdb.base/sep.exp: Likewise.
16845 * gdb.base/sepdebug.exp: Likewise.
16846 * gdb.base/setshow.exp: Likewise.
16847 * gdb.base/setvar.exp: Likewise.
16848 * gdb.base/sigall.exp: Likewise.
16849 * gdb.base/sigbpt.exp: Likewise.
16850 * gdb.base/signals.exp: Likewise.
16851 * gdb.base/signull.exp: Likewise.
16852 * gdb.base/sizeof.exp: Likewise.
16853 * gdb.base/solib.exp: Likewise.
16854 * gdb.base/step-line.exp: Likewise.
16855 * gdb.base/step-test.exp: Likewise.
16856 * gdb.base/structs.exp: Likewise.
16857 * gdb.base/structs2.exp: Likewise.
16858 * gdb.base/term.exp: Likewise.
16859 * gdb.base/twice.exp: Likewise.
16860 * gdb.base/until.exp: Likewise.
16861 * gdb.base/varargs.exp: Likewise.
16862 * gdb.base/volatile.exp: Likewise.
16863 * gdb.base/watchpoint.exp: Likewise.
16864 * gdb.base/whatis-exp.exp: Likewise.
16865 * gdb.base/whatis.exp: Likewise.
16866 * gdb.cp/ambiguous.exp: Likewise.
16867 * gdb.cp/annota2.exp: Likewise.
16868 * gdb.cp/annota3.exp: Likewise.
16869 * gdb.cp/bool.exp: Likewise.
16870 * gdb.cp/breakpoint.exp: Likewise.
16871 * gdb.cp/casts.exp: Likewise.
16872 * gdb.cp/class2.exp: Likewise.
16873 * gdb.cp/classes.exp: Likewise.
16874 * gdb.cp/cplusfuncs.exp: Likewise.
16875 * gdb.cp/ctti.exp: Likewise.
16876 * gdb.cp/derivation.exp: Likewise.
16877 * gdb.cp/exception.exp: Likewise.
16878 * gdb.cp/gdb1355.exp: Likewise.
16879 * gdb.cp/hang.exp: Likewise.
16880 * gdb.cp/inherit.exp: Likewise.
16881 * gdb.cp/local.exp: Likewise.
16882 * gdb.cp/m-data.exp: Likewise.
16883 * gdb.cp/m-static.exp: Likewise.
16884 * gdb.cp/member-ptr.exp: Likewise.
16885 * gdb.cp/method.exp: Likewise.
16886 * gdb.cp/misc.exp: Likewise.
16887 * gdb.cp/namespace.exp: Likewise.
16888 * gdb.cp/overload.exp: Likewise.
16889 * gdb.cp/ovldbreak.exp: Likewise.
16890 * gdb.cp/pr-1023.exp: Likewise.
16891 * gdb.cp/pr-1210.exp: Likewise.
16892 * gdb.cp/pr-574.exp: Likewise.
16893 * gdb.cp/printmethod.exp: Likewise.
16894 * gdb.cp/psmang.exp: Likewise.
16895 * gdb.cp/ref-params.exp: Likewise.
16896 * gdb.cp/ref-types.exp: Likewise.
16897 * gdb.cp/rtti.exp: Likewise.
16898 * gdb.cp/templates.exp: Likewise.
16899 * gdb.cp/try_catch.exp: Likewise.
16900 * gdb.cp/userdef.exp: Likewise.
16901 * gdb.cp/virtfunc.exp: Likewise.
16902 * gdb.disasm/am33.exp: Likewise.
16903 * gdb.disasm/h8300s.exp: Likewise.
16904 * gdb.disasm/mn10300.exp: Likewise.
16905 * gdb.disasm/sh3.exp: Likewise.
16906 * gdb.disasm/t01_mov.exp: Likewise.
16907 * gdb.disasm/t02_mova.exp: Likewise.
16908 * gdb.disasm/t03_add.exp: Likewise.
16909 * gdb.disasm/t04_sub.exp: Likewise.
16910 * gdb.disasm/t05_cmp.exp: Likewise.
16911 * gdb.disasm/t06_ari2.exp: Likewise.
16912 * gdb.disasm/t07_ari3.exp: Likewise.
16913 * gdb.disasm/t08_or.exp: Likewise.
16914 * gdb.disasm/t09_xor.exp: Likewise.
16915 * gdb.disasm/t10_and.exp: Likewise.
16916 * gdb.disasm/t11_logs.exp: Likewise.
16917 * gdb.disasm/t12_bit.exp: Likewise.
16918 * gdb.disasm/t13_otr.exp: Likewise.
16919 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
16920 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
16921 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16922 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
16923 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
16924 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
16925 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
16926 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
16927 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
16928 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
16929 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
16930 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
16931 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
16932 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
16933 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
16934 * gdb.mi/gdb701.exp: Likewise.
16935 * gdb.mi/gdb792.exp: Likewise.
16936 * gdb.mi/mi-basics.exp: Likewise.
16937 * gdb.mi/mi-break.exp: Likewise.
16938 * gdb.mi/mi-cli.exp: Likewise.
16939 * gdb.mi/mi-console.exp: Likewise.
16940 * gdb.mi/mi-disassemble.exp: Likewise.
16941 * gdb.mi/mi-eval.exp: Likewise.
16942 * gdb.mi/mi-file.exp: Likewise.
16943 * gdb.mi/mi-read-memory.exp: Likewise.
16944 * gdb.mi/mi-regs.exp: Likewise.
16945 * gdb.mi/mi-return.exp: Likewise.
16946 * gdb.mi/mi-simplerun.exp: Likewise.
16947 * gdb.mi/mi-stack.exp: Likewise.
16948 * gdb.mi/mi-stepi.exp: Likewise.
16949 * gdb.mi/mi-syn-frame.exp: Likewise.
16950 * gdb.mi/mi-until.exp: Likewise.
16951 * gdb.mi/mi-var-block.exp: Likewise.
16952 * gdb.mi/mi-var-child.exp: Likewise.
16953 * gdb.mi/mi-var-cmd.exp: Likewise.
16954 * gdb.mi/mi-var-display.exp: Likewise.
16955 * gdb.mi/mi-watch.exp: Likewise.
16956 * gdb.mi/mi2-basics.exp: Likewise.
16957 * gdb.mi/mi2-break.exp: Likewise.
16958 * gdb.mi/mi2-cli.exp: Likewise.
16959 * gdb.mi/mi2-console.exp: Likewise.
16960 * gdb.mi/mi2-disassemble.exp: Likewise.
16961 * gdb.mi/mi2-eval.exp: Likewise.
16962 * gdb.mi/mi2-file.exp: Likewise.
16963 * gdb.mi/mi2-read-memory.exp: Likewise.
16964 * gdb.mi/mi2-regs.exp: Likewise.
16965 * gdb.mi/mi2-return.exp: Likewise.
16966 * gdb.mi/mi2-simplerun.exp: Likewise.
16967 * gdb.mi/mi2-stack.exp: Likewise.
16968 * gdb.mi/mi2-stepi.exp: Likewise.
16969 * gdb.mi/mi2-syn-frame.exp: Likewise.
16970 * gdb.mi/mi2-until.exp: Likewise.
16971 * gdb.mi/mi2-var-block.exp: Likewise.
16972 * gdb.mi/mi2-var-child.exp: Likewise.
16973 * gdb.mi/mi2-var-cmd.exp: Likewise.
16974 * gdb.mi/mi2-var-display.exp: Likewise.
16975 * gdb.mi/mi2-watch.exp: Likewise.
16976 * gdb.stabs/exclfwd.exp: Likewise.
16977 * gdb.stabs/weird.exp: Likewise.
16978 * gdb.threads/gcore-thread.exp: Likewise.
16979 * gdb.trace/actions.exp: Likewise.
16980 * gdb.trace/backtrace.exp: Likewise.
16981 * gdb.trace/circ.exp: Likewise.
16982 * gdb.trace/collection.exp: Likewise.
16983 * gdb.trace/deltrace.exp: Likewise.
16984 * gdb.trace/infotrace.exp: Likewise.
16985 * gdb.trace/limits.exp: Likewise.
16986 * gdb.trace/packetlen.exp: Likewise.
16987 * gdb.trace/passc-dyn.exp: Likewise.
16988 * gdb.trace/passcount.exp: Likewise.
16989 * gdb.trace/report.exp: Likewise.
16990 * gdb.trace/save-trace.exp: Likewise.
16991 * gdb.trace/tfind.exp: Likewise.
16992 * gdb.trace/tracecmd.exp: Likewise.
16993 * gdb.trace/while-dyn.exp: Likewise.
16994 * gdb.trace/while-stepping.exp: Likewise.
16995
16996 2006-08-08 Joel Brobecker <brobecker@adacore.com>
16997
16998 * gdb.base/step-bt.c: New file.
16999 * gdb.base/step-bt.exp: New testcase.
17000
17001 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
17002
17003 * config/monitor.exp (gdb_load): Remove support for obsolete
17004 download-write-size.
17005 * gdb.base/remote.exp: Likewise. Update all callers of
17006 gdb_timed_load.
17007
17008 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
17009
17010 * cursal.exp: Pass binfile to gdb_load.
17011
17012 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
17013
17014 * gdb.base/cursal.exp: Add "" to gdb_load call.
17015
17016 2006-07-29 Mark Kettenis <kettenis@gnu.org>
17017
17018 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
17019 NetBSD/ELF targets.
17020
17021 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
17022
17023 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
17024 operator*.
17025
17026 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
17027
17028 * gdb.base/completion.exp: Update for change in "file" behavior.
17029 * gdb.stabs/weird.exp: Likewise.
17030 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
17031 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
17032
17033 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
17034
17035 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
17036 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
17037
17038 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
17039
17040 * gdb.base/default.exp: Update source command error message.
17041 * gdb.base/help.exp: Update 'help source' message.
17042
17043 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
17044
17045 * gdb.cp/bs15503.exp: Update comment for no longer crashing
17046 test.
17047
17048 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
17049
17050 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
17051
17052 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
17053
17054 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
17055
17056 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
17057
17058 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
17059
17060 2006-07-17 Mark Kettenis <kettenis@gnu.org>
17061
17062 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
17063 *-*-openbsd* from targets for wich we expect ARM FPA floating
17064 point format.
17065
17066 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
17067
17068 * gdb.cp/annota3.exp: Expect frame-begin annotation.
17069
17070 2006-07-17 Mark Kettenis <kettenis@gnu.org>
17071
17072 * gdb.base/annota3.exp: Expect frame-begin annotation.
17073
17074 2006-07-14 Joel Brobecker <brobecker@adacore.com>
17075
17076 * gdb.base/help.exp: Adjust "help unset" test to accept
17077 any list of unset commands.
17078
17079 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
17080 Daniel Jacobowitz <dan@codesourcery.com>
17081
17082 * gdb.cp/ref-params.exp: New test.
17083 * gdb.cp/ref-params.cc: New source file.
17084 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
17085
17086 2006-07-08 Mark Kettenis <kettenis@gnu.org>
17087
17088 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
17089 spaces/tabs in regular expressions since they might not be there.
17090
17091 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
17092
17093 * gdb.base/ifelse.exp: New file.
17094
17095 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
17096
17097 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
17098 line.
17099 * gdb.base/huge.exp: Loop over compilation to find a size that
17100 is acceptable.
17101 * gdb.base/remote.exp: Correct expected strings.
17102 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
17103
17104 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17105
17106 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
17107
17108 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17109
17110 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
17111 native.
17112
17113 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17114
17115 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
17116 enable stabs testing.
17117
17118 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17119
17120 * gdb.base/auxv.exp: Intercept undefined command messages before
17121 gdb_test_multiple does.
17122
17123 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17124
17125 * Makefile.in (host_alias): Remove.
17126 (target_alias): Use @target_noncanonical@.
17127 (site.exp): Don't set host_alias.
17128 * aclocal.m4: Remove contents. Include acx.m4.
17129 * configure: Regenerated.
17130 * configure.ac: Use ACX_NONCANONICAL_TARGET.
17131
17132 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
17133
17134 * lib/gdb.exp (gdb_load_cmd): New.
17135
17136 * gdb.base/fileio.c: Add system(NULL) test.
17137 * gdb.base/fileio.exp: Check it.
17138
17139 * gdb.base/break.c: Add 10a breakpoint at }
17140 * gdb.base/break.exp: Add test for breakpoint at }
17141 * gdb.cp/anon-union.cc: Add code at end of function.
17142 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
17143 * gdb.mi/var-cmd.c: Add code at end of function.
17144 * gdb.mi/mi-var-display.exp: Adjust end of next.
17145 * gdb.mi/mi2-var-display.exp: Likewise.
17146 * gdb.base/fileio.c: Add stop function and insert calls at
17147 stopping places.
17148 * gdb.base/fileio.exp: Breakpoint stop function and remove
17149 explicit line number references.
17150
17151 2006-05-19 Joel Brobecker <brobecker@adacore.com>
17152
17153 * gdb.base/del.exp (test_delete_alias): New function.
17154 Now check that both "del" and "d" work as aliases for "delete".
17155
17156 2006-05-18 Fred Fish <fnf@specifix.com>
17157
17158 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
17159 required. Check for spurious output after program exits normally.
17160
17161 2006-05-17 Fred Fish <fnf@specifix.com>
17162
17163 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
17164 gdb_load, so it works in the simulator.
17165
17166 2006-05-11 Fred Fish <fnf@specifix.com>
17167
17168 * gdb.base/bang.exp: Ignore unexpected output between the
17169 "program exited normally" and the gdb prompt, as many other
17170 tests do.
17171
17172 2006-05-07 Mark Kettenis <kettenis@gnu.org>
17173
17174 * gdb.base/help.exp: Make "delete checkpoint" part option for
17175 "help d" and "help delete" tests.
17176
17177 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17178
17179 * gdb.mi/mi-basics.exp: Add missing serial number to
17180 expected output in some mi_gdb_test statements.
17181 * gdb.mi/mi2-basics.exp: Likewise.
17182
17183 2006-05-05 Joel Brobecker <brobecker@adacore.com>
17184
17185 * gdb.base/del.c: New file.
17186 * gdb.base/del.exp: New testcase.
17187
17188 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
17189
17190 * gdb.base/break.exp: Do not assume a breakpoint on
17191 main will actually be in $srcfile when optimizing.
17192 * gdb.base/savedregs.exp: Do not require that the dummy
17193 frame location match up to a symbol and source file location.
17194 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
17195 will get printed without a mi_cmd_data_list_register_values prefix.
17196 (*-data-list-register-*): Correct regular expressions to expect the new
17197 pseudo d? floating point registers.
17198 * gdb.mi/mi2-regs.exp: Likewise.
17199
17200 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
17201
17202 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
17203 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
17204 is allocated by the compiler.
17205 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
17206 anons, e, anone to force their allocation by the compiler.
17207
17208 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
17209
17210 * gdb.base/help.exp: Update expected text for help d and
17211 help delete.
17212
17213 2006-05-02 Mark Kettenis <kettenis@gnu.org>
17214
17215 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
17216 NetBSD/ELF targets.
17217
17218 2006-04-30 Mark Kettenis <kettenis@gnu.org>
17219
17220 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
17221 single-step breakpoint fails; make this a KFAIL on
17222 sparc*-*-openbsd*.
17223 * gdb.base/siginfo.exp: Likewise.
17224 * gdb.base/sigstep.exp (advance, advancei): Likewise.
17225
17226 2006-04-26 Michael Snyder <msnyder@redhat.com>
17227
17228 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
17229 which may have to consume output from other forks.
17230 Add tests to make sure that "delete fork" succeeded.
17231
17232 2006-04-20 Michael Snyder <msnyder@redhat.com>
17233
17234 * 2006-03-22 Jim Blandy <jimb@redhat.com>
17235 Add support for the Renesas M32C and M16C.
17236
17237 * gdb.asm/asm-source.exp: Add m32c target.
17238 * gdb.asm/m32c.inc: Support for m32c target.
17239
17240 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
17241
17242 * gdb.base/commands.exp (recursive_source_test): New test.
17243
17244 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
17245
17246 * gdb.base/float.exp: Add pattern for sparc targets.
17247
17248 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17249
17250 * gdb.base/commands.exp (stray_arg0_test): New test.
17251
17252 2006-03-30 Paul Brook <paul@codesourcery.com>
17253
17254 * gdb.mi/mi-until.exp: kfail broken until command.
17255 * gdb.mi/mi2-until.exp: Ditto.
17256
17257 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
17258
17259 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
17260
17261 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
17262
17263 * gdb.base/prelink.exp: Anchor tested-for regular expression
17264 on gdb prompt.
17265
17266 2006-03-07 Paul Brook <paul@codesourcery.com>
17267
17268 * gdb.base/assign.exp: Correct fail message.
17269
17270 2006-03-07 Paul Brook <paul@codesourcery.com>
17271
17272 * lib/compiler.c: Extract armcc version number.
17273 * lib/compiler.cc: Ditto.
17274
17275 2006-03-07 Paul Brook <paul@codesourcery.com>
17276
17277 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
17278 additional_flags=-w.
17279 * gdb.arch/altivec-regs.exp: Ditto.
17280 * gdb.arch/e500-abi.exp: Ditto.
17281 * gdb.arch/e500-regs.exp: Ditto.
17282 * gdb.base/all-bin.exp: Ditto.
17283 * gdb.base/annota1.exp: Ditto.
17284 * gdb.base/annota3.exp: Ditto.
17285 * gdb.base/args.exp: Ditto.
17286 * gdb.base/arithmet.exp: Ditto.
17287 * gdb.base/assign.exp: Ditto.
17288 * gdb.base/async.exp: Ditto.
17289 * gdb.base/bang.exp: Ditto.
17290 * gdb.base/break.exp: Ditto.
17291 * gdb.base/call-rt-st.exp: Ditto.
17292 * gdb.base/completion.exp: Ditto.
17293 * gdb.base/cond-expr.exp: Ditto.
17294 * gdb.base/condbreak.exp: Ditto.
17295 * gdb.base/consecutive.exp: Ditto.
17296 * gdb.base/define.exp: Ditto.
17297 * gdb.base/display.exp: Ditto.
17298 * gdb.base/ena-dis-br.exp: Ditto.
17299 * gdb.base/environ.exp: Ditto.
17300 * gdb.base/eval-skip.exp: Ditto.
17301 * gdb.base/info-proc.exp: Ditto.
17302 * gdb.base/jump.exp: Ditto.
17303 * gdb.base/logical.exp: Ditto.
17304 * gdb.base/long_long.exp: Ditto.
17305 * gdb.base/maint.exp: Ditto.
17306 * gdb.base/miscexprs.exp: Ditto.
17307 * gdb.base/pc-fp.exp: Ditto.
17308 * gdb.base/pointers.exp: Ditto.
17309 * gdb.base/relational.exp: Ditto.
17310 * gdb.base/reread.exp: Ditto.
17311 * gdb.base/sect-cmd.exp: Ditto.
17312 * gdb.base/sep.exp: Ditto.
17313 * gdb.base/sepdebug.exp: Ditto.
17314 * gdb.base/until.exp: Ditto.
17315 * gdb.base/whatis-exp.exp: Ditto.
17316 * gdb.cp/annota2.exp: Ditto.
17317 * gdb.cp/annota3.exp: Ditto.
17318 * gdb.trace/actions.exp: Ditto.
17319 * gdb.trace/backtrace.exp: Ditto.
17320 * gdb.trace/circ.exp: Ditto.
17321 * gdb.trace/collection.exp: Ditto.
17322 * gdb.trace/deltrace.exp: Ditto.
17323 * gdb.trace/infotrace.exp: Ditto.
17324 * gdb.trace/limits.exp: Ditto.
17325 * gdb.trace/packetlen.exp: Ditto.
17326 * gdb.trace/passc-dyn.exp: Ditto.
17327 * gdb.trace/passcount.exp: Ditto.
17328 * gdb.trace/report.exp: Ditto.
17329 * gdb.trace/save-trace.exp: Ditto.
17330 * gdb.trace/tfind.exp: Ditto.
17331 * gdb.trace/tracecmd.exp: Ditto.
17332 * gdb.trace/while-dyn.exp: Ditto.
17333 * gdb.trace/while-stepping.exp: Ditto.
17334 * lib/gdb.exp: Ditto.
17335 (gdb_compile): Handle nowarning option.
17336
17337 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
17338
17339 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
17340 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
17341 Rename executable to prelinkt. Don't re-prelink if we didn't
17342 get a core file. Test prelink -u exit status to tell whether
17343 prelinking failed. Use gdb_test_multiple.
17344
17345 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
17346
17347 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
17348 (do_tests): Call it.
17349
17350 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
17351
17352 * gdb.base/prelink.exp: New test.
17353 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
17354
17355 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
17356
17357 * gdb.fortran/derived-type.f90: New file.
17358 * gdb.fortran/derived-type.exp: New testcase.
17359
17360 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
17361
17362 * gdb.base/default.exp: Allow ';' as a directory separator.
17363
17364 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
17365
17366 * gdb.base/help.exp (help add-symbol-file): Update.
17367
17368 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
17369
17370 * gdb.base/help.exp (help load): Update expected results.
17371
17372 2006-02-19 Fred Fish <fnf@specifix.com>
17373
17374 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
17375 specifix hex value as part of results.
17376 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
17377
17378 2006-02-16 Fred Fish <fnf@specifix.com>
17379
17380 * gdb.base/whatis.c: Define variables using typedefs char_addr,
17381 ushort_addr, and slong_addr, so the typedefs are not optimized
17382 away.
17383 * gdb.base/whatis.exp: Add tests using type name for struct type,
17384 union type, enum type, and typedef.
17385
17386 2006-02-13 Mark Kettenis <kettenis@gnu.org>
17387
17388 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
17389
17390 2006-02-13 Jim Blandy <jimb@redhat.com>
17391
17392 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
17393 case where it takes two "next" commands to skip past the init
17394 call.
17395
17396 2006-02-12 Fred Fish <fnf@specifix.com>
17397
17398 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
17399 to handle cases where it takes two "next" commands to skip
17400 past the init call.
17401
17402 2006-02-07 Joel Brobecker <brobecker@adacore.com>
17403
17404 * gdb.ada/array_return.exp: Mark the last test as expected to fail
17405 on hppa32 targets.
17406
17407 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
17408
17409 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
17410 field.
17411
17412 2006-01-29 Mark Kettenis <kettenis@gnu.org>
17413
17414 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
17415
17416 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17417
17418 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
17419 files.
17420
17421 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17422
17423 * gdb.cp/maint.exp: Set complaints to a positive value.
17424
17425 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
17426
17427 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
17428 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
17429 function name.
17430
17431 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
17432
17433 * gdb.base/checkpoint.c: Update copyright notice. Include
17434 <stdlib.h>.
17435
17436 2006-01-04 Jim Blandy <jimb@redhat.com>
17437
17438 * gdb.asm/asm-source.exp: Independently provide default values for
17439 asm-flags and debug-flags. Use 'string equal' to do the
17440 comparison, not the implicit expr's '==' operator. Remove
17441 now-unneeded assignments to asm-flags. In h8300 case, place
17442 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
17443
17444 2006-01-04 Michael Snyder <msnyder@redhat.com>
17445
17446 * gdb.base/checkpoint.c: New file.
17447 * gdb.base/checkpoint.exp: New file.
17448 * gdb.base/multi-fork.c: New file.
17449 * gdb.base/multi-fork.exp: New file.
17450 * gdb.base/pi.txt: New file (data for checkpoint.c test).
17451
17452 2006-01-04 Fred Fish <fnf@specifix.com>
17453
17454 * gdb.base/ptype.c (foo): Add typedef.
17455 (intfoo): Add function.
17456 * gdb.base/ptype1.c: New file.
17457 * gdb.base/ptype.exp: Handle compilation and linking with two
17458 source files. Test that proper type for "foo" is found based
17459 on source context rather than first match found in symtabs.
17460
17461 2005-12-28 Mark Kettenis <kettenis@gnu.org>
17462
17463 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
17464 * gdb.asm/openbsd.inc: Indent commands.
17465
17466 2005-12-26 Mark Kettenis <kettenis@gnu.org>
17467
17468 * gdb.base/freebpcmd.exp: Increase timeout.
17469
17470 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
17471
17472 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
17473
17474 * gdb.base/default.exp: Update check for "show version".
17475
17476 2005-12-09 Randolph Chung <tausq@debian.org>
17477
17478 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
17479 * gdb.asm/pa64.inc: New file.
17480
17481 2005-12-09 Randolph Chung <tausq@debian.org>
17482
17483 * gdb.asm/common.inc: Indent commands.
17484 * gdb.asm/asmsrc1.s: Likewise.
17485 * gdb.asm/asmsrc2.s: Likewise.
17486
17487 2005-12-09 Randolph Chung <tausq@debian.org>
17488
17489 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
17490 (get_addr_of_sym): Remove duplicate print.
17491 (gen_core): xfail hppa*-*-hpux*, update expected output.
17492 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
17493 * gdb.arch/pa64-nullify.s: New file.
17494
17495 2005-12-09 Randolph Chung <tausq@debian.org>
17496
17497 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
17498
17499 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
17500
17501 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
17502 code generation for these functions.
17503 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
17504 error message.
17505
17506 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
17507
17508 * gdb.base/help.exp (help b, help br, help bre, help brea)
17509 (help break): Update the expected message.
17510
17511 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
17512
17513 * gdb.asm/m68hc11.inc: Setup the data section.
17514 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
17515 script for this test.
17516 (m6812-*-*): Likewise.
17517
17518 2005-11-09 Randolph Chung <tausq@debian.org>
17519
17520 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
17521
17522 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
17523
17524 * gdb.base/break.exp: Fix a comment typo.
17525
17526 2005-11-03 Jim Blandy <jimb@redhat.com>
17527
17528 Checked in by Elena Zannoni <ezannoni@redhat.com>
17529
17530 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
17531
17532 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
17533
17534 * gdb.arch/gdb1558.c: Include stdio.h.
17535
17536 2005-10-31 Mark Kettenis <kettenis@gnu.org>
17537
17538 * gdb.asm/asm-source.exp: Use -e instead of --entry.
17539
17540 2005-10-31 Mark Kettenis <kettenis@gnu.org>
17541
17542 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
17543
17544 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
17545
17546 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
17547 vscr" tests to better match output.
17548
17549 2005-10-12 Jim Blandy <jimb@redhat.com>
17550
17551 * gdb.base/structs.exp (any): New function.
17552 (test_struct_returns): Don't make any assumptions at all about
17553 what value the function returns when GDB can't set the return
17554 value.
17555
17556 2005-10-09 Joel Brobecker <brobecker@adacore.com>
17557
17558 * gdb.ada/arrayidx/p.adb: New file.
17559 * gdb.ada/arrayidx.exp: New testcase
17560
17561 2005-10-09 Joel Brobecker <brobecker@adacore.com>
17562
17563 * gdb.ada/array_return/pck.ads: New file.
17564 * gdb.ada/array_return/pck.adb: New file.
17565 * gdb.ada/array_return/p.adb: New file.
17566 * gdb.ada/array_return.exp: New testcase.
17567
17568 2005-10-03 Joel Brobecker <brobecker@adacore.com>
17569
17570 * gdb.base/arrayidx.c: New file.
17571 * gdb.base/arrayidx.exp: New testcase.
17572
17573 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
17574
17575 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
17576 frames-invalid and breakpoints-invalid are no longer generated
17577 with level 3 so don't expect them in the output.
17578
17579 2005-09-27 Bob Rossi <bob@brasko.net>
17580
17581 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
17582 from test. Escape the | in mi_gdb_test call.
17583 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
17584 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
17585 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
17586 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
17587 expected regex's in mi_gdb_test calls.
17588 * lib/mi-support.exp: Remove arbitrary .* from tests.
17589 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
17590 Fully anchor GDB/MI expected results in mi_gdb_test.
17591 * lib/gdb.exp (string_to_regexp): Escape the ] character.
17592 * gdb.base/sizeof.exp: Remove escape character. Correct test.
17593
17594 2005-09-26 Paul Brook <paul@codesourcery.com>
17595
17596 * long_long.exp: Exclude eabi targets from arm FPA float format test.
17597
17598 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
17599
17600 * bfp-test.c: New file.
17601 * bfp-test.exp: New testcase.
17602
17603 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
17604
17605 * gdb.fortran/subarray.exp: New testcase to test the evaluation
17606 of subarray and substring variable.
17607 * gdb.fortran/subarray.f: New source file for the test of subarray
17608 and substring variable evaluation.
17609 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
17610 of string constant.
17611
17612 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
17613
17614 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
17615 copyright dates.
17616
17617 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
17618
17619 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
17620 powerpc altivec' test with an almost identical 'info vector' test.
17621
17622 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
17623
17624 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
17625 vscr" tests to match output.
17626
17627 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
17628
17629 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
17630 output.
17631
17632 2005-09-11 Bob Rossi <bob@brasko.net>
17633
17634 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
17635 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
17636 commands that return an MI output command and an asyncronous MI output
17637 command.
17638 * gdb.mi/mi-console.exp: Ditto.
17639
17640 2005-09-11 Bob Rossi <bob@brasko.net>
17641
17642 * gdb.mi/mi-var-child.c: Include <string.h>.
17643
17644 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
17645
17646 * killed.exp: Correct gdb_expect syntax.
17647
17648 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
17649
17650 * lib/mi-support.exp (mi_gdb_load): Fix typo.
17651
17652 2005-08-02 Bob Rossi <bob@brasko.net>
17653
17654 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
17655 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
17656 Change tests to inferior-tty-set/show.
17657 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
17658 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
17659 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
17660 inferior. Use mi_gdb_test to get GDB and Inferior output.
17661 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
17662 descriptor.
17663 (mi_inferior_tty_name): Add inferior PTY file name.
17664 (mi_gdb_start): Add INFERIOR_PTY parameter.
17665 (mi_gdb_test): Add IPATTERN parameter.
17666
17667 2005-08-02 Bob Rossi <bob@brasko.net>
17668
17669 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
17670 parameter to mi_gdb_test.
17671 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
17672
17673 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17674
17675 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
17676 struct_declarations.
17677 * gdb.mi/mi-var-child.exp: Step over the initialization of
17678 struct_declarations.
17679
17680 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17681
17682 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
17683 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
17684 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
17685 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
17686 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
17687 file.
17688
17689 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
17690
17691 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
17692 (do_children_tests): Assign values to the extra elements.
17693
17694 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
17695 them for tests for "-var-update --no-values" and
17696 "-var-update --all-values".
17697 Add test for "-var-list-children --simple-values".
17698
17699 * gdb.mi/basics.c (callee4): Add integer array D[3]...
17700
17701 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
17702 "-stack-list-locals --simple-values" Improve doc strings and
17703 comments.
17704
17705 2005-07-18 Mark Kettenis <kettenis@gnu.org>
17706
17707 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
17708 *-*-openbsd*.
17709 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
17710
17711 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
17712 sigaltsatck'.
17713
17714 2005-07-14 Bob Rossi <bob@brasko.net>
17715
17716 * gdb.base/default.exp (tty): Changed output of command.
17717 * gdb.base/help.exp (help tty): Ditto.
17718
17719 2005-07-12 Mark Kettenis <kettenis@gnu.org>
17720
17721 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
17722
17723 2005-07-10 Mark Kettenis <kettenis@gnu.org>
17724
17725 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
17726 -stack-select-frame without arguments.
17727 (test_stack_frame_listing): Add test for newly implemented command
17728 -stack-info-frame.
17729
17730 2005-07-06 Bob Rossi <bob@brasko.net>
17731
17732 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
17733 command.
17734 (Copyright): Update copyright.
17735
17736 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
17737
17738 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
17739 tests to evaluate exponentiation expression.
17740
17741 2005-06-29 Andreas Schwab <schwab@suse.de>
17742
17743 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
17744 main to avoid warnings.
17745
17746 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
17747
17748 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
17749
17750 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
17751 -stack-select-frame without arguments.
17752 (test_stack_frame_listing): Add test for newly implemented command
17753 -stack-info-frame.
17754
17755 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
17756
17757 * gdb.fortran/array-element.f: New file.
17758 * gdb.fortran/array-element.exp: New testcase.
17759
17760 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17761
17762 * gdb.base/bigcore.exp: Correct checks for systems which can
17763 not dump a large core file.
17764
17765 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17766
17767 * gdb.base/relocate.c: Add a copyright notice.
17768 (dummy): Remove.
17769 * gdb.base/relocate.exp: Test printing the values of variables
17770 from a relocatable file.
17771
17772 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17773
17774 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
17775 excess MI output after an error.
17776
17777 2005-05-29 Joel Brobecker <brobecker@adacore.com>
17778
17779 * gdb.arch/alpha-step.c: New file.
17780 * gdb.arch/alpha-step.exp: New testcase.
17781
17782 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
17783 Dennis Brueni <dennis@slickedit.com>
17784
17785 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
17786 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
17787 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
17788 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
17789 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17790 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
17791 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
17792
17793 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
17794 Wu Zhou <woodzltc@cn.ibm.com>
17795
17796 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
17797 IBM's xlc compiler.
17798 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
17799 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
17800
17801 2005-05-13 Jim Blandy <jimb@redhat.com>
17802
17803 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
17804 calling gdb_suppress_entire_file.
17805 * gdb.base/charset.exp: Same.
17806 * gdb.base/call-rt-st.exp: Same.
17807
17808 2005-05-05 Bob Rossi <bob_rossi@cox.net>
17809
17810 * lib/gdb.exp (fullname_syntax): Added global regex.
17811 (fullname_syntax_POSIX): Ditto.
17812 (fullname_syntax_UNC): Ditto.
17813 (fullname_syntax_DOS_CASE): Ditto.
17814 (fullname_syntax_DOS): Ditto.
17815 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
17816 fullname_syntax variable to scope and use it.
17817 (test_file_list_exec_source_files): Ditto.
17818 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
17819
17820 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
17821
17822 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
17823
17824 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
17825
17826 * lib/gdb.exp (skip_altivec_tests): New function, based on
17827 check_vmx_hw_available from the GCC testsuite.
17828 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
17829 * lib/gdb.arch/altivec-regs.exp: Likewise.
17830
17831 2005-05-02 Jim Blandy <jimb@redhat.com>
17832
17833 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
17834 calling gdb_suppress_entire_file.
17835
17836 2005-04-30 Randolph Chung <tausq@debian.org>
17837
17838 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
17839 Slightly relax "sem_post" name checking.
17840
17841 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
17842
17843 * gdb.base/unload.exp: Use new shared library infrastructure.
17844
17845 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
17846
17847 * gdb.base/so-impl-ld.exp: Use new shared library
17848 infrastructure.
17849
17850 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
17851
17852 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
17853 * gdb.asm/h8300.inc: New file.
17854
17855 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17856
17857 * gdb.base/shlib-call.exp: Change to use new shared library
17858 infrastructure.
17859
17860 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17861
17862 * gdb.base/pending.exp: Change to use new shared library
17863 infrastructure.
17864
17865 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17866
17867 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
17868 use test_compiler_info instead of gcc_compiled, and update copyright.
17869
17870 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
17871
17872 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
17873 shared objects being adjusted and update copyright years.
17874
17875 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
17876
17877 * ChangeLog: Correct some 2003-01-13 dates.
17878 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
17879 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
17880 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
17881 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
17882 gdb.trace/tfind.exp: Update copyright years.
17883
17884 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
17885 Daniel Jacobowitz <dan@codesourcery.com>
17886
17887 * lib/gdb.exp (gdb_compile): Handle shlib=.
17888 (gdb_compile_shlib): New function.
17889
17890 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
17891
17892 * lib/gdb.exp (test_compiler_info): Give argument a default value.
17893
17894 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
17895
17896 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
17897 gdb.server.
17898 * configure.ac: Likewise.
17899 * configure: Regenerated.
17900 * gdb.gdbserver/Makefile.in: Moved to...
17901 * gdb.server/Makefile.in: ... here.
17902 * gdb.gdbserver/server.c: Moved to...
17903 * gdb.server/server.c: ... here.
17904 * gdb.gdbserver/server-run.exp: Moved to...
17905 * gdb.server/server-run.exp: ... here.
17906
17907 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
17908
17909 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
17910 * configure.ac: Create gdb.gdbserver/Makefile.
17911 * configure: Regenerated.
17912 * lib/gdbserver-support.exp: New file, derived from
17913 config/gdbserver.exp.
17914 * config/gdbserver.exp: Use gdbserver-support.exp.
17915 * gdb.gdbserver/Makefile.in: New file.
17916 * gdb.gdbserver/server.c: New file.
17917 * gdb.gdbserver/server-run.exp: New file.
17918
17919 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
17920
17921 * lib/gdb.exp (test_compiler_info): Return compiler_info
17922 if no arguments are given.
17923
17924 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
17925
17926 * gdb.arch/altivec-abi.exp: Check for compiler and set
17927 use altivec' flag accordingly.
17928 * gdb.arch/altivec-regs.exp: Likewise.
17929
17930 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
17931
17932 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
17933
17934 2005-03-27 Andreas Schwab <schwab@suse.de>
17935
17936 * gdb.base/bigcore.c (main): Add missing mode argument in open
17937 call.
17938
17939 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
17940
17941 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
17942 downloads.
17943 * config/gdbserver.exp (gdb_load): Likewise.
17944
17945 2005-03-14 Paul Brook <paul@codesourcery.com>
17946
17947 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
17948 targets.
17949
17950 2005-03-09 Joel Brobecker <brobecker@adacore.com>
17951
17952 * gdb.dwarf2/dup-psym.S: New file.
17953 * gdb.dwarf2/dup-psym.exp: New testcase.
17954
17955 2005-03-09 Joel Brobecker <brobecker@adacore.com>
17956
17957 * gdb.ada/exec_changed/first.adb: New file.
17958 * gdb.ada/exec_changed/second.adb: New file.
17959 * gdb.ada/exec_changed.exp: New testcase.
17960
17961 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
17962
17963 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
17964 (A2): New class.
17965 (main): Test operator+.
17966 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
17967 breakpoint test.
17968
17969 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
17970 * gdb.base/signull.exp: Disable if gdb,nosignals.
17971 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
17972 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
17973 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
17974 * gdb.mi/mi2-console.exp: Likewise.
17975 * gdb.trace/collection.exp (run_trace_experiment): Consume the
17976 continue output at start.
17977 (gdb_collect_locals_test): Robustify regexp.
17978 * gdb.trace/passc-dyn.exp: Fix comment typo.
17979 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
17980
17981 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
17982
17983 * gdb.asm/asm-source.exp: Add iq2000 case.
17984 * gdb.asm/iq2000.inc: New file.
17985
17986 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
17987
17988 * gdb.base/command.exp: Change hardcoded value to regular expression.
17989 * gdb.base/float.exp: Add powerpc to the list of targets checked.
17990
17991 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
17992
17993 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
17994 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
17995 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
17996 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
17997 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
17998
17999 2005-03-05 Mark Kettenis <kettenis@gnu.org>
18000
18001 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
18002 changes.
18003
18004 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
18005
18006 * lib/compiler.c: Add test for IBM's xlc compiler.
18007 * lib/compiler.cc: Likewise.
18008
18009 2004-02-24 Joel Brobecker <brobecker@adacore.com>
18010
18011 * gdb.ada/fixed_points.exp: Create compilation object directory
18012 before running the test.
18013 * gdb.ada/null_record.exp: Likewise.
18014 * gdb.ada/packed_array.exp: Likewise.
18015 * gdb.ada/start.exp: Likewise.
18016
18017 2005-02-15 Joel Brobecker <brobecker@adacore.com>
18018
18019 * gdb.ada/packed_array/pa.adb: New file.
18020 * gdb.ada/packed_array.exp: New testcase.
18021
18022 2005-02-10 Mark Kettenis <kettenis@gnu.org>
18023
18024 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
18025 files.
18026
18027 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
18028 on *-*-openbsd*. Correctly match whitespace in regukar
18029 expressions.
18030
18031 2005-02-10 Daniel Jacobowitz <dan@debian.org>
18032
18033 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
18034 PR exp/1821
18035 * gdb.base/gdb1821.c: New test file.
18036 * gdb.base/gdb1821.exp: New test file.
18037
18038 2005-02-09 Joel Brobecker <brobecker@adacore.com>
18039
18040 * gdb.base/start.c: New file.
18041 * gdb.base/start.exp: New testcase.
18042
18043 2005-02-09 Joel Brobecker <brobecker@adacore.com>
18044
18045 * gdb.ada/start/dummy.adb: New file.
18046 * gdb.ada/start.exp: New testcase.
18047
18048 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
18049
18050 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
18051 for printing symbols and statistics.
18052 Add test for using relative pathnames in "maint print msymbols" test.
18053 Mark "maint info sections DATA" XFAIL on Cygwin.
18054 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
18055 tests.
18056
18057 2005-02-09 Andreas Schwab <schwab@suse.de>
18058
18059 Committed by Andrew Cagney <cagney@gnu.org>
18060 * gdb.base/remotetimeout.exp: New file.
18061
18062 2005-02-07 Mark Kettenis <kettenis@gnu.org>
18063
18064 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
18065
18066 2005-02-03 Joel Brobecker <brobecker@adacore.com>
18067
18068 * gdb.ada/gnat_ada.gpr: New file.
18069 * gdb.ada/gnat_ada.gin: Delete, no longer used.
18070 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
18071 * configure.ac: No longer generate gnat_ada.gpr.
18072 * configure: Regenerate.
18073 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
18074 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
18075 * gdb.ada/null_record/bar.ads: Likewise.
18076 * gdb.ada/null_record/bar.adb: Likewise.
18077 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
18078 * gdb.ada/null_record.exp (testdir): New variable.
18079 (testfile): executable is now in testdir subdirectory.
18080 (srcfile): Use full path to the main compilation unit.
18081 * gdb.ada/fixed_points.exp: Same changes as above.
18082
18083 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
18084
18085 * gdb.base/interp.exp: New test.
18086
18087 2005-01-24 Andrew Cagney <cagney@gnu.org>
18088
18089 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
18090
18091 2005-01-19 Andrew Cagney <cagney@gnu.org>
18092
18093 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
18094 configure.ac not configure.in.
18095
18096 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
18097 of powerpc*-*-*.
18098 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
18099 * gdb.base/list.exp (test_list_function)
18100 (test_list_filename_and_function): Ditto.
18101 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
18102
18103 2005-01-16 Andrew Cagney <cagney@gnu.org>
18104
18105 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
18106
18107 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
18108
18109 2005-01-14 Andrew Cagney <cagney@gnu.org>
18110
18111 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
18112 * gdb.mi/mi2-var-cmd.exp: Ditto.
18113
18114 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
18115
18116 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
18117
18118 2005-01-07 Andrew Cagney <cagney@gnu.org>
18119
18120 * configure.ac: Rename configure.in, require autoconf 2.59.
18121 * configure: Re-generate.
18122 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
18123 * gdb.stabs/configure: Re-generate.
18124 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
18125 * gdb.hp/configure: Re-generate.
18126 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
18127 autoconf 2.59.
18128 * gdb.hp/gdb.objdbg/configure: Re-generate.
18129 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
18130 autoconf 2.59.
18131 * gdb.hp/gdb.defects/configure: Re-generate.
18132 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
18133 autoconf 2.59.
18134 * gdb.hp/gdb.compat/configure: Re-generate.
18135 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
18136 autoconf 2.59.
18137 * gdb.hp/gdb.base-hp/configure: Re-generate.
18138 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
18139 autoconf 2.59.
18140 * gdb.hp/gdb.aCC/configure: Re-generate.
18141
18142 2004-12-15 Jim Blandy <jimb@redhat.com>
18143
18144 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
18145 under NPTL when there is debugging info available for libpthread.
18146
18147 2004-12-13 Jerome Guitton <guitton@gnat.com>
18148
18149 * gdb.ada/fixed_points.c: New file.
18150 * gdb.ada/fixed_points.exp: New file.
18151
18152 2004-12-03 Randolph Chung <tausq@debian.org>
18153
18154 * gdb.arch/pa-nullify.exp: New file.
18155 * gdb.arch/pa-nullify.s: New file.
18156
18157 2004-11-30 Randolph Chung <tausq@debian.org>
18158
18159 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
18160 instead of "tbug". Fix regexp to work properly with gdb_test.
18161
18162 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
18163
18164 * gdb.base/bitfields2.exp: New test.
18165 * gdb.base/bitfields2.c: New file.
18166
18167 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
18168
18169 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
18170
18171 2004-11-16 Randolph Chung <tausq@debian.org>
18172
18173 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
18174
18175 2004-11-14 Daniel Jacobowitz <dan@debian.org>
18176
18177 * gdb.threads/threadapply.exp: Correct "macro details" test.
18178
18179 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
18180
18181 * gdb.threads/threadapply.exp: New test.
18182 * gdb.threads/threadapply.c: New file.
18183
18184 2004-11-07 Mark Kettenis <kettenis@gnu.org>
18185
18186 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
18187 frames.
18188
18189 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
18190
18191 * gdb.base/cursal.exp: New file.
18192 * gdb.base/cursal.c: New file.
18193
18194 2004-11-03 Andrew Cagney <cagney@gnu.org>
18195
18196 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
18197
18198 2004-10-30 Mark Kettenis <kettenis@gnu.org>
18199
18200 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
18201 NetBSD/ELF targets.
18202
18203 2004-10-29 Joel Brobecker <brobecker@gnat.com>
18204
18205 * gdb.threads/bp_in_thread.c: New file, copied from
18206 pthread_cond_wait.c.
18207 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
18208 file, rather than reusing the .c file from another testcase.
18209
18210 2004-10-20 Joel Brobecker <brobecker@gnat.com>
18211
18212 * gdb.ada/null_record.exp: Check where we stopped after
18213 sending the start command, instead of where the associated
18214 temporary breakpoint was inserted.
18215
18216 2004-10-14 Andrew Cagney <cagney@gnu.org>
18217
18218 * gdb.mi/gdb701.c (main): Return 0.
18219
18220 2004-10-13 Daniel Jacobowitz <dan@debian.org>
18221
18222 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
18223
18224 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
18225
18226 * gdb.threads/schedlock.c: Add comment markers to use to find
18227 line numbers.
18228 * gdb.threads/schedlock.exp: Adjust regex to handle the new
18229 comments.
18230 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
18231 breakpoint lines.
18232
18233 2004-10-12 Daniel Jacobowitz <dan@debian.org>
18234
18235 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
18236
18237 2004-10-12 Daniel Jacobowitz <dan@debian.org>
18238
18239 * configure.in: Add gdb.dwarf2.
18240 * configure: Regenerated.
18241 * Makefile.in: Add gdb.dwarf2.
18242 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
18243 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
18244 gdb.dwarf2/file1.txt: New files.
18245
18246 2004-10-11 Orjan Friberg <orjanf@axis.com>
18247
18248 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
18249 of "run", since the latter doesn't work with remote targets. Adjust
18250 the breakpoint numbering accordingly.
18251 * gdb.threads/pthread_cond_wait.exp: Ditto.
18252
18253 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
18254
18255 * gdb.base/overlays.exp: Update copyright years.
18256
18257 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
18258
18259 * gdb.base/overlays.exp: Disable if target is Linux.
18260
18261 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
18262
18263 * config/gdbserver.exp (gdb_load): Use right filename on remote.
18264
18265 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
18266
18267 * gdb.asm/asm-source.exp: Add m32r-linux target.
18268 * gdb.asm/m32r-linux.inc: New file.
18269
18270 2004-09-24 Andrew Cagney <cagney@redhat.com>
18271 David Anderson <anderson@redhat.com>
18272
18273 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
18274 command fails, assume things will work.
18275 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
18276 (_GNU_SOURCE): Define.
18277 (print_unsigned, print_hex): Change parameter to "long long".
18278 (print_byte_count): New function, use to print byte counts.
18279 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
18280 O_LARGEFILE.
18281 (main): Compute an upper bound on a corefile in max_core_size.
18282 Limit memory chunk size to max_core_size. Limit total memory
18283 allocated to max_core_size.
18284
18285 2004-09-23 Andrew Cagney <cagney@gnu.org>
18286
18287 * gdb.base/bigcore.exp: Replace the code that creates a corefile
18288 from a separate process with code that creates a corefile by
18289 making the inferior dump core.
18290
18291 2004-09-23 Mark Kettenis <kettenis@gnu.org>
18292
18293 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
18294 block.
18295
18296 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
18297
18298 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
18299 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
18300 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
18301 Likewise.
18302
18303 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
18304
18305 * gdb.java/jprint.exp: New test case for java inferior call.
18306 * gdb.java/jprint.java: Ditto.
18307
18308 2004-09-15 Joel Brobecker <brobecker@gnat.com>
18309
18310 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
18311
18312 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
18313
18314 * gdb.threads/killed.c: Include <stdlib.h>.
18315 * gdb.threads/pthreads.c: Likewise.
18316
18317 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
18318
18319 * gdb.threads/killed.c: Add copyright notice.
18320
18321 2004-09-10 Jason Molenda (jmolenda@apple.com)
18322
18323 * gdb.base/define.exp: Two new tests to verify zero space chars
18324 after 'if' and 'while' commands in a user-defined command is correctly
18325 parsed.
18326
18327 2004-09-08 Andrew Cagney <cagney@gnu.org>
18328
18329 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
18330 delivery test with duplicate at end of file.
18331
18332 2004-09-06 Mark Kettenis <kettenis@jive.nl>
18333
18334 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
18335
18336 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18337
18338 * config/hppro.exp: Removed.
18339
18340 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18341
18342 * config/sparclet.exp: Removed.
18343
18344 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18345
18346 * config/udi.exp: Removed.
18347
18348 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
18349
18350 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
18351 of "exp_continue".
18352 (advancei): Likewise.
18353
18354 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
18355
18356 * gdb.base/unload.exp: Fix so messages aren't duplicated.
18357
18358 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
18359
18360 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
18361 to check for nodebug in executable.
18362 * gdb.gdb/observer.exp (setup_test): Likewise.
18363 * gdb.gdb/selftest.exp (test_with_self): Likewise.
18364 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
18365
18366 2004-09-01 Andrew Cagney <cagney@gnu.org>
18367
18368 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
18369 files.
18370
18371 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
18372
18373 * gdb.base/unload.exp: Fix expected warning message to match
18374 latest format.
18375
18376 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
18377
18378 * gdb.base/call-rt-st.exp: Fix typos.
18379
18380 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
18381
18382 * gdb.threads/thread_check.exp: New testcase.
18383 * gdb.threads/thread_check.c: New testcase.
18384
18385 2004-08-31 Andrew Cagney <cagney@gnu.org>
18386
18387 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
18388 (skip_to_handler_entry): New procedures. Test stepping into a
18389 handler when the breakpoint is at the handler's entry point.
18390
18391 2004-08-30 Andrew Cagney <cagney@gnu.org>
18392
18393 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
18394 gdb/1757.
18395
18396 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
18397
18398 With code from Manoj Iyer <manjo@austin.ibm.com>:
18399 * lib/gdb.exp (gdb_file_cmd): Return more information in the
18400 return value. Add an arm for "no debugging symbols found".
18401 Change a stray "error" to "perror".
18402 (gdb_run_cmd): Adapt to new return value.
18403 * gdb.base/remote.exp: Adapt to new return value.
18404 * gdb.gdb/complaints.exp: Likewise.
18405 * gdb.gdb/observer.exp: Likewise.
18406 * gdb.gdb/selftest.exp: Likewise.
18407 * gdb.gdb/xfullpath.exp: Likewise.
18408
18409 2004-08-27 Joel Brobecker <brobecker@gnat.com>
18410
18411 * gdb.threads/bp_in_thread.exp: New testcase.
18412
18413 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
18414
18415 Fix PR testsuite/1735.
18416 * gdb.threads/schedlock.c (thread_function): Add a cast
18417 to suppress a gcc warning.
18418 * gdb.threads/thread-specific.c (thread_function): Likewise.
18419
18420 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18421
18422 * gdb.base/unload.c: Include <stdlib.h>.
18423
18424 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18425
18426 From Paul Gilliam <pgilliam@us.ibm.com>:
18427 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
18428 synchronized after the "return".
18429
18430 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18431
18432 * gdb.mi/basics.c: Include <stdio.h>.
18433 * gdb.mi/pthreads.c: Include <stdlib.h>.
18434 * gdb.mi/var-cmd.c: Include <stdlib.h>.
18435
18436 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18437
18438 * gdb.threads/schedlock.c: Add copyright notice.
18439
18440 2004-08-25 Andrew Cagney <cagney@gnu.org>
18441
18442 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
18443 (skip_over_handler, breakpoint_over_hander): New test procedures.
18444 (advance, advancei): Add a proper prefix, do not use
18445 rerun_to_main.
18446 * gdb.base/sigstep.c (main): Change to use an infinite loop.
18447
18448 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
18449
18450 * gdb.mi/basics.c: Add copyright notice.
18451 * gdb.mi/var-cmd.c: Add copyright notice.
18452
18453 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18454
18455 * lib/gdb.exp: Remove signed_keyword_not_used.
18456 * lib/compiler.c: Likewise.
18457 * lib/compiler.cc: Likewise.
18458
18459 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18460
18461 * gdb.base/whatis.c: Remove conditional disabling of "signed".
18462 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
18463
18464 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18465
18466 * gdb.base/whatis.c: Add copyright notice.
18467
18468 2004-08-20 Mark Kettenis <kettenis@gnu.org>
18469
18470 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
18471 it to skip the breakpoints encoded in the inline assembly.
18472
18473 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
18474
18475 * Makefile.in: Add gdb.fortran.
18476
18477 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
18478
18479 * gdb.base/call-sc.exp (test_scalar_returns):
18480 Fix cut-and-paste glitch in "Make fun return now".
18481
18482 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
18483
18484 * configure.in: Add gdb.fortran.
18485 * configure: Regenerate.
18486 * gdb.fortran/Makefile.in: New file.
18487 * lib/gdb.exp (skip_fortran_tests): New procedure.
18488
18489 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
18490
18491 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
18492 reference to bug-gnu@prep.ai.mit.edu.
18493 * gdb.mi/mi-var-child.exp: Likewise.
18494 * gdb.mi/mi-var-cmd.exp: Likewise.
18495 * gdb.mi/mi-var-display.exp: Likewise.
18496 * gdb.mi/mi2-var-block.exp: Likewise.
18497 * gdb.mi/mi2-var-child.exp: Likewise.
18498 * gdb.mi/mi2-var-cmd.exp: Likewise.
18499 * gdb.mi/mi2-var-display.exp: Likewise.
18500
18501 2004-08-15 Mark Kettenis <kettenis@gnu.org>
18502
18503 * gdb.base/unload.c (main): Make local variable msg const.
18504
18505 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
18506
18507 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
18508 to bug-gnu@prep.ai.mit.edu.
18509 * gdb.mi/mi-disassemble.exp: Likewise.
18510 * gdb.mi/mi-eval.exp: Likewise.
18511 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
18512 default line number.
18513 * gdb.mi/mi-return.exp: Likewise.
18514 * gdb.mi/mi-simplerun.exp: Likewise.
18515 * gdb.mi/mi-stack.exp: Likewise.
18516 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
18517 number with explicit range test.
18518 * gdb.mi/mi-watch.exp: Likewise.
18519 * gdb.mi/mi2-break.exp: Likewise.
18520 * gdb.mi/mi2-cli.exp: Likewise.
18521 * gdb.mi/mi2-disassemble.exp: Likewise.
18522 * gdb.mi/mi2-eval.exp: Likewise.
18523 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
18524 default line number.
18525 * gdb.mi/mi2-return.exp: Likewise.
18526 * gdb.mi/mi2-simplerun.exp: Likewise.
18527 * gdb.mi/mi2-stack.exp: Likewise.
18528 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
18529 number with explicit range test.
18530 * gdb.mi/mi2-watch.exp: Likewise.
18531
18532 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
18533
18534 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
18535 * gdb.cp/m-static.exp: Likewise.
18536 * gdb.cp/rtti.exp: Likewise.
18537
18538 2004-08-14 Mark Kettenis <kettenis@gnu.org>
18539
18540 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
18541
18542 2004-08-14 Eli Zaretskii <eliz@gnu.org>
18543
18544 * ChangeLog: Prefix Local Variables with semi-colons and indent
18545 the reference to older ChangeLog files, to fix fontification in
18546 Emacs.
18547
18548 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18549
18550 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
18551 * gdb.mi/mi2-break.exp: Likewise.
18552
18553 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18554
18555 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
18556
18557 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18558
18559 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
18560
18561 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18562
18563 * gdb.cp/classes.exp: Remove unused declarations. Just let
18564 test names default instead of providing special names. Remove
18565 extraneous demangler test.
18566
18567 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
18568
18569 * gdb.base/unload.exp: New test for breakpoints in dynamically
18570 loaded libraries.
18571 * gdb.base/unload.c: Ditto.
18572 * gdb.base/unloadshr.c: Ditto.
18573
18574 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
18575
18576 * gdb.cp/classes.exp (test_ptype_class_objects): Call
18577 cp_test_ptype_class.
18578 (test_enums): Likewise.
18579
18580 2004-08-10 Andrew Cagney <cagney@gnu.org>
18581
18582 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
18583 files.
18584
18585 2004-08-10 Andrew Cagney <cagney@gnu.org>
18586
18587 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
18588 init_malloc call.
18589
18590 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
18591
18592 * ChangeLog: Add copyright notice. The notice is copied
18593 from emacs 21.3 top level ChangeLog.
18594
18595 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18596
18597 * lib/cp-support.exp: New file.
18598 * lib/cp-support.exp (cp_test_type_class): New function.
18599 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
18600 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
18601 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
18602 cp_test_ptype_class.
18603
18604 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18605
18606 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
18607 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18608 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
18609 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
18610 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
18611 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
18612 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
18613 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
18614 gdb.mi/mi2-watch.exp: Update copyright years.
18615
18616 2004-08-09 Mark Kettenis <kettenis@gnu.org>
18617
18618 * gdb.base/sigaltstack.exp: Provide proper anchoring.
18619
18620 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18621
18622 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
18623 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
18624 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
18625 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
18626 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
18627 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
18628 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
18629 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
18630 gdb.mi/mi-watch.exp: Update copyright years.
18631
18632 2004-08-08 Daniel Jacobowitz <dan@debian.org>
18633
18634 PR gdb/1738
18635 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
18636 from a breakpoint with a pending signal.
18637
18638 2004-08-08 Daniel Jacobowitz <dan@debian.org>
18639
18640 PR gdb/1736
18641 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
18642 * gdb.base/sigaltstack.exp (finish_test): Consume output until
18643 the prompt.
18644 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
18645
18646 2004-08-08 Daniel Jacobowitz <dan@debian.org>
18647
18648 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
18649
18650 2004-08-08 Daniel Jacobowitz <dan@debian.org>
18651
18652 PR gdb/1736
18653 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
18654 for i?86-*-linux*.
18655
18656 2004-08-08 Daniel Jacobowitz <dan@debian.org>
18657
18658 * gdb.arch/i386-prologue.exp: Compile without debug information.
18659
18660 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
18661
18662 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
18663 rather than asking gdb to search.
18664
18665 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18666
18667 * gdb.base/gcore.c: Include <string.h>.
18668
18669 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18670
18671 * gdb.base/gcore.c: Add copyright notice.
18672
18673 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18674
18675 * gdb.base/freebpcmd.c: Include <stdio.h>.
18676 * gdb.base/long_long.c: Include <string.h>.
18677 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
18678 * gdb.base/siginfo.c: Include <string.h>.
18679 * gdb.base/sigstep.c: Include <string.h>.
18680
18681 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18682
18683 * gdb.base/complex.c: Include <stdlib.h>.
18684
18685 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18686
18687 * gdb.base/complex.c: Add copyright notice.
18688
18689 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18690
18691 * gdb.base/charset.c: Include <stdlib.h>.
18692
18693 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18694
18695 * gdb.base/auxv.c: Include <stdlib.h>.
18696
18697 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18698
18699 * gdb.base/auxv.c: Add copyright notice.
18700
18701 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18702
18703 * gdb.base/coremaker.c: Add copyright notice.
18704 * gdb.base/coremaker2.c: Add copyright notice.
18705
18706 2004-08-04 Andrew Cagney <cagney@gnu.org>
18707
18708 * gdb.base/store.exp: Update copyright.
18709 (check_set, up_set, check_struct, up_struct): Add a prefix to test
18710 names, do not import gdb_prompt.
18711
18712 2004-08-01 Andrew Cagney <cagney@gnu.org>
18713
18714 Fix PR testsuite/1729.
18715 * gdb.base/dump.exp: Add test name to callers of capture_value, do
18716 not use capture_value with value 4.
18717 (capture_value): Add optional test name parameter.
18718 (test_reload_saved_value, test_restore_saved_value): Use $msg as
18719 the prefix, pass to capture_value.
18720
18721 2004-08-01 Mark Kettenis <kettenis@gnu.org>
18722
18723 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
18724 * gdb.arch/i386-prologue.c (standard): New prototype and function.
18725 (main): Call new function.
18726
18727 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18728
18729 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
18730
18731 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18732
18733 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
18734
18735 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18736
18737 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
18738 Accept more values of vtbl pointer. Remove some messages
18739 about "obsolete gcc or gdb".
18740
18741 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
18742
18743 * gdb.cp/classes.exp: Accept more varieties of ptype output.
18744
18745 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
18746
18747 * gdb.base/asm-source.exp: Properly convert target board
18748 debug flags from gcc format to binutils format.
18749
18750 2004-07-28 Mark Kettenis <kettenis@gnu.org>
18751
18752 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
18753 gdb1718". PR backtrace/1718 partially fixed.
18754
18755 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
18756
18757 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
18758
18759 2004-07-26 Nick Clifton <nickc@redhat.com>
18760
18761 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
18762 good default value for a specific architecture is available then
18763 set it to that value. Otherwise default to the -gstabs switch.
18764 Remove the -g... switches from the asm-flags variable. Allow the
18765 target board info to override the value if it wants to. Pass the
18766 switch on the assembler command line.
18767
18768 2004-07-23 Mark Kettenis <kettenis@gnu.org>
18769
18770 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
18771 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
18772 (main): Call new function.
18773
18774 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
18775
18776 Test for PR exp/1715.
18777 * gdb.base/radix.exp: Refactor common procedures. Make all
18778 test names unique. Change XFAIL to KFAIL.
18779
18780 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
18781
18782 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
18783 * gdb.ada/gnat_ada.gin: ... to here.
18784 * configure.in: Use gnat_ada.gin.
18785 * configure: Regenerate.
18786
18787 2004-07-20 Andrew Cagney <cagney@gnu.org>
18788
18789 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
18790 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
18791 XFAILs. Clean up test messages and comments. Check backtraces.
18792 Delete re-sync code.
18793
18794 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
18795
18796 Fix PR cli/740.
18797 * gdb.base/annota1.exp: Honor gdb,nosignals.
18798 * gdb.base/annota3.exp: Likewise.
18799
18800 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
18801
18802 * lib/java.exp: Update copyright notice.
18803
18804 2004-07-19 Andrew Cagney <cagney@gnu.org>
18805
18806 * gdb.base/selftest.exp: Copy file from here ...
18807 * gdb.gdb/selftest.exp: ... to here.
18808
18809 2004-07-16 Andrew Cagney <cagney@redhat.com>
18810
18811 * lib/insight-support.exp: Delete file.
18812 * lib/java.exp (java_init): Fix copyright.
18813
18814 2004-07-16 Andrew Cagney <cagney@gnu.org>
18815
18816 * gdb.base/restore.c: Append "prologue" to comments marking the a
18817 function's prologue.
18818 * gdb.base/restore.exp: Update copyright, re-indent.
18819 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
18820 callerN" prefix where needed. Update patterns that match a
18821 function's prologue.
18822
18823 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
18824
18825 * gdb.base/restore.c: Add copyright notice.
18826
18827 2004-07-16 Andrew Cagney <cagney@gnu.org>
18828
18829 * gdb.base/logical.exp: Update copyright.
18830 (evaluate): New procedure. Use to re-implement tests using
18831 several tables.
18832
18833 2004-07-14 Martin Hunt <hunt@redhat.com>
18834
18835 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
18836 which fixes some problems where init.tcl was not found.
18837
18838 2004-07-13 Andrew Cagney <cagney@gnu.org>
18839
18840 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
18841 (check_sizeof, check_valueof): Do not include the output in the
18842 test name. Use gdb_test.
18843 (get_valueof): Use gdb_test_multiple.
18844
18845 * gdb.base/step-test.exp: Update copyright. Use
18846 gdb_test_multiple. Ensure that test names do not include
18847 architecture dependent output.
18848
18849 * gdb.gdb/observer.exp: Update copyright.
18850 (setup_test): Use gdb_test_multiple.
18851 (attach_first_observer, attach_second_observer)
18852 (attach_third_observer, detach_first_observer)
18853 (detach_second_observer, detach_third_observer)
18854 (reset_counters, check_counters): Make $message a prefix.
18855 (test_normal_stop_notifications): Add "args" parameter - a list of
18856 init functions to be called. Make $message a prefix,
18857 (test_observer_normal_stop): Change the message prefixes so that
18858 they are unique, pass the attach / detach procedures to
18859 test_normal_stop_notifications.
18860
18861 * gdb.base/signull.exp (test_segv): Prefix all tests with
18862 "${name}". Clean up test messages.
18863
18864 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
18865
18866 * gdb.base/ena-dis-br.exp: Update copyright.
18867 (break_at): New function. Replace send_gdb with gdb_test,
18868 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
18869 ignore count, not stopped at bpt", with KFAIL.
18870
18871 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
18872
18873 * gdb.base/attach.exp: Remove cleanupfile handling.
18874
18875 2004-07-12 Andrew Cagney <cagney@gnu.org>
18876
18877 * gdb.base/annota1.exp: Cleanup corefile test name.
18878 * gdb.base/annota3.exp: Ditto.
18879
18880 2004-07-12 Andrew Cagney <cagney@gnu.org>
18881
18882 * gdb.base/signals.exp: Clean up copyright, re-indent.
18883
18884 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
18885 gdb_test and gdb_test_multiple.
18886
18887 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
18888
18889 * gdb.java/jmain.exp: Fix expected line number for main to
18890 break at. Set XFAIL for break at main test since gcj does not
18891 provide line number info for first statement in main.
18892
18893 2004-07-08 Andrew Cagney <cagney@gnu.org>
18894
18895 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
18896
18897 * gdb.base/sigbpt.exp: Make the common part of each test name a
18898 prefix instead of suffix.
18899
18900 2004-07-07 Bob Rossi <bob_rossi@cox.net>
18901
18902 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
18903 test from test_tbreak_creation_and_listing to
18904 test_file_list_exec_source_file
18905 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
18906 Changed name of test from test_tbreak_creation_and_listing to
18907 test_file_list_exec_source_file
18908
18909 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
18910
18911 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
18912 the jmisc() constructor instead of <init>.
18913 * gdb.java/jmisc1.exp: Ditto.
18914
18915 2004-07-07 Andrew Cagney <cagney@gnu.org>
18916
18917 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
18918 corrupting the PC.
18919
18920 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
18921
18922 * gdb.cp/templates.exp: Accept whitespace change in demangler
18923 output.
18924
18925 2004-07-06 Andrew Cagney <cagney@gnu.org>
18926
18927 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
18928
18929 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
18930
18931 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
18932 * lib/compiler.cc: Likewise.
18933
18934 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
18935
18936 * lib/compiler.cc: Work around string preprocessing problem
18937 with old hp c++ compiler.
18938 * lib/compiler.c: Likewise.
18939
18940 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
18941
18942 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
18943 directives to conditionalize symbol prefixing.
18944 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
18945 additional_flags handling. Add underscore prefix for Cygwin.
18946 * gdb.arch/i386-unwind.c: Use preprocessor directives to
18947 conditionalize symbol prefixing.
18948 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
18949 additional_flags handling. Add underscore prefix for Cygwin.
18950
18951 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
18952
18953 * gdb.base/bigcore.exp: Skip test on Cygwin.
18954
18955 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
18956
18957 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
18958 formats for "info register". Use gdb_test_multiple. Fix
18959 the "invalid register" test.
18960
18961 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
18962
18963 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
18964 PID for Cygwin. Add Cygwin specific strings to check for in some
18965 tests.
18966 (do_attach_tests): Add a test for user interaction when attaching
18967 to a process with no matching symbol table already loaded.
18968
18969 2004-06-26 Andrew Cagney <cagney@gnu.org>
18970
18971 Test PR java/1567 and PR java/1565.
18972 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
18973 * gdb.java/jmisc2.exp: Delete file.
18974
18975 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
18976
18977 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
18978
18979 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
18980
18981 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
18982 attach process.
18983
18984 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
18985
18986 * gdb.cp/pr-1553.exp: Remove.
18987
18988 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
18989
18990 * gdb.cp/pr-1553.cc: Remove.
18991 * gdb.cp/pr-1553.exp: Disable this test.
18992
18993 2004-06-20 Jim Blandy <jimb@redhat.com>
18994
18995 Fix PR testsuite/1680.
18996 * gdb.arch/i386-sse.exp: Properly quote curly braces in
18997 regular expressions.
18998
18999 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
19000
19001 Fix PR testsuite/1679.
19002 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
19003 Issue an UNSUPPORTED result instead.
19004
19005 2004-06-18 Jim Blandy <jimb@redhat.com>
19006
19007 * gdb.base/charset.exp: Only send a control-C if we see a new
19008 prompt and incomplete command.
19009
19010 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
19011
19012 * gdb.cp/pr-574.cc: Add copyright notice.
19013
19014 2004-06-17 Jim Blandy <jimb@redhat.com>
19015
19016 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
19017 cases where the regexp has no groups; this grabs random text from
19018 the previous test suite, whatever that was.
19019
19020 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
19021
19022 * gdb.cp/printmethod.cc: Add copyright notice.
19023
19024 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
19025
19026 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
19027
19028 2004-06-16 Andrew Cagney <cagney@gnu.org>
19029
19030 * gdb.base/signull.c: Update copyright. Include <string.h>.
19031 (bowler): Replace data_pointer with data_read
19032 and data_write cases. Add code_descriptor case.
19033 (zero, desc): New array and pointer.
19034 (data, code): Change to simple pointers.
19035 * gdb.base/signull.exp: Fix probe pattern matching a function
19036 descriptor SIGSEGV. Replace data_pointer with data_read and
19037 data_write tests.
19038
19039 2004-06-16 Andrew Cagney <cagney@gnu.org>
19040
19041 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
19042
19043 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
19044
19045 * gdb.base/long_long.c: Add copyright notice.
19046
19047 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
19048
19049 * gdb.base/long_long.exp: Remove reference to
19050 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
19051 to gdb_breakpoint and gdb_continue_to_breakpoint.
19052
19053 2004-06-14 Jim Blandy <jimb@redhat.com>
19054
19055 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
19056 endian case.
19057
19058 2004-06-14 Andrew Cagney <cagney@gnu.org>
19059
19060 * gdb.base/gcore.exp (capture_command_output): Delete the always
19061 passing tests containing inferior values.
19062 * gdb.base/ending-run.exp: Do not include the breakpoint address
19063 in the test message. Update copyright.
19064 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
19065 size in the test name, use gdb_test_multiple. Update copyright.
19066
19067 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
19068
19069 * gdb.cp/ref-types.cc: Add copyright notice.
19070
19071 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
19072
19073 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
19074 hp_aCC_compiler.
19075 * lib/compiler.cc: Likewise.
19076 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
19077 'set' commands. Log diagnostics for other lines. Set
19078 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
19079
19080 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
19081
19082 * gdb.cp/try_catch.cc: Add copyright notice.
19083
19084 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
19085
19086 * gdb.cp/userdef.cc: Add copyright notice.
19087
19088 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
19089
19090 * gdb.cp/virtfunc.cc: Add copyright notice.
19091
19092 2004-06-11 Randolph Chung <tausq@debian.org>
19093
19094 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
19095 problem.
19096
19097 2004-06-10 Andrew Cagney <cagney@gnu.org>
19098
19099 * lib/compiler.cc, lib/compiler.c: Append either
19100 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
19101 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
19102 instead of gcc-3-3.
19103
19104 2004-06-09 Andrew Cagney <cagney@gnu.org>
19105
19106 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
19107 gdb/1455, bug is specific to "long long" and "double".
19108
19109 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
19110 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
19111 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
19112 fixed.
19113
19114 2004-06-09 Andrew Cagney <cagney@gnu.org>
19115
19116 * gdb.base/structs.exp (test_struct_returns): Replace
19117 "return_value_unknown" and "finish_value_unknown" by
19118 "return_value_known" and "finish_value_known". Instead of
19119 "return_value_unknown" iff "finish_value_unknown", check
19120 "return_value_known" implies "finish_value_known".
19121
19122 2004-06-08 Martin Hunt <hunt@redhat.com>
19123
19124 * gdb.base/float.exp: Add pattern for mips targets.
19125
19126 2004-06-08 Randolph Chung <tausq@debian.org>
19127
19128 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
19129 message for unknown architectures more clear.
19130
19131 2004-06-08 Joel Brobecker <brobecker@gnat.com>
19132
19133 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
19134 start the execution of the program.
19135
19136 2004-06-07 Jim Blandy <jimb@redhat.com>
19137
19138 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
19139 * gdb.arch/i386-cpuid.h: New helper file.
19140
19141 2004-06-07 Randolph Chung <tausq@debian.org>
19142
19143 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
19144 has started.
19145
19146 2004-06-04 Roland McGrath <roland@redhat.com>
19147
19148 Fix PR gdb/1647.
19149 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
19150 differently to be robust to output buffering differences.
19151
19152 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
19153
19154 * gdb.threads/pthreads.exp: Update copyright years.
19155 (check_control_c): Change asynchronous 'after' to synchronous.
19156
19157 2004-06-04 Roland McGrath <roland@redhat.com>
19158
19159 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
19160 next gdb prompt.
19161
19162 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
19163
19164 Fix PR gdb/1636.
19165 * gdb.threads/manythreads.exp: Change asynchronous 'after'
19166 calls to synchronous.
19167
19168 2004-05-26 Jim Blandy <jimb@redhat.com>
19169
19170 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
19171
19172 2004-05-24 Randolph Chung <tausq@debian.org>
19173
19174 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
19175 * gdb.asm/pa.inc: New file.
19176
19177 2004-05-22 Mark Kettenis <kettenis@gnu.org>
19178
19179 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
19180
19181 2004-05-21 Joel Brobecker <brobecker@gnat.com>
19182 Daniel Jacobowitz <drow@mvista.com>
19183
19184 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
19185 GDB prompt.
19186
19187 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19188
19189 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
19190 setjmp/longjmp. Use sigaction instead of signal.
19191
19192 2004-05-19 J. Brobecker <brobecker@gnat.com>
19193 Michael Snyder <msnyder@redhat.com>
19194
19195 * gdb.threads/pthread_cond_wait.c: New file.
19196 * gdb.threads/pthread_cond_wait.exp: New testcase.
19197
19198 2004-05-13 Andrew Cagney <cagney@redhat.com>
19199
19200 * gdb.base/signull.exp, gdb.base/signull.c: New files.
19201 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
19202
19203 2004-05-11 Andrew Cagney <cagney@redhat.com>
19204
19205 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
19206 fixed but revealed gdb/1639.
19207
19208 2004-05-10 Andrew Cagney <cagney@redhat.com>
19209
19210 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
19211 func1" and "next to 2nd alarm", kernel bug avoided.
19212
19213 2004-05-10 Daniel Jacobowitz <dan@debian.org>
19214
19215 PR external/1568
19216 * gdb.base/bigcore.exp: Check the size of the dumped core file.
19217 XFAIL if it is smaller than bytes_allocated.
19218 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
19219 (main): Make chunks_allocated unsigned. Correct comment.
19220
19221 2004-05-07 Joel Brobecker <brobecker@gnat.com>
19222
19223 * gdb.arch/powerpc-aix-prologue.c: New file.
19224 * gdb.arch/powerpc-aix-prologue.exp: New file.
19225
19226 2004-05-07 Jim Blandy <jimb@redhat.com>
19227
19228 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
19229 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
19230
19231 2004-05-06 Joel Brobecker <brobecker@gnat.com>
19232
19233 * gdb.base/sep.exp: No longer setup_kfail when the program was
19234 built with dwarf2.
19235
19236 2004-05-05 Jim Ingham <jingham@apple.com>
19237
19238 * gdb.base/pending.exp: Make sure pending breakpoints
19239 preserve the ignore count.
19240
19241 2004-04-27 Jerome Guitton <guitton@gnat.com>
19242
19243 * i386-prologue.exp: Add testcase for jump instruction as first
19244 instruction of the real code.
19245 * i386-prologue.c (jump_at_beginning): New function.
19246
19247 2004-04-28 Mark Kettenis <kettenis@gnu.org>
19248
19249 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
19250 x86_64-*-*.
19251
19252 2004-04-28 Mark Kettenis <kettenis@gnu.org>
19253
19254 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
19255 i*86-*-*.
19256
19257 2004-04-25 Mark Kettenis <kettenis@gnu.org>
19258
19259 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
19260 expression that checks the return type.
19261
19262 2004-04-23 Andrew Cagney <cagney@redhat.com>
19263
19264 * gdb.base/call-sc.exp: New test of scalar call/return values.
19265 * gdb.base/call-sc.c: Ditto.
19266
19267 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19268
19269 * gdb.threads/manythreads.c: Reduce thread stack size.
19270
19271 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
19272
19273 * gdb.threads/manythreads.c: Add copyright notice.
19274
19275 2004-04-23 Andrew Cagney <cagney@redhat.com>
19276
19277 * gdb.base/siginfo.exp: Better handle step out of signal.
19278 * gdb.base/sigstep.exp: Ditto.
19279
19280 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
19281 Daniel Jacobowitz <drow@mvista.com>
19282
19283 * gdb.threads/manythreads.c: New testcase.
19284 * gdb.threads/manythreads.exp: Ditto.
19285
19286 2004-04-22 Jim Blandy <jimb@redhat.com>
19287
19288 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
19289 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
19290
19291 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
19292
19293 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
19294
19295 2004-04-21 Andrew Cagney <cagney@redhat.com>
19296
19297 * gdb.base/sigstep.c: New file.
19298 * gdb.base/sigstep.exp: New file.
19299
19300 2004-04-16 Joel Brobecker <brobecker@gnat.com>
19301
19302 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
19303 call to observer_notify_normal_stop.
19304
19305 2004-04-15 Andrew Cagney <cagney@redhat.com>
19306
19307 * gdb.base/siginfo.c: New file.
19308 * gdb.base/siginfo.exp: New file.
19309
19310 2004-04-12 J. Brobecker <brobecker@gnat.com>
19311
19312 * gdb.base/sep.exp: Fix typo in comment.
19313
19314 2004-04-12 J. Brobecker <brobecker@gnat.com>
19315
19316 * gdb.base/sep.c: New file.
19317 * gdb.base/sep-proc.c: New file.
19318 * gdb.base/sep.exp: New testcase.
19319
19320 2004-04-09 Mark Kettenis <kettenis@gnu.org>
19321
19322 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
19323 support.
19324
19325 2004-04-05 Andrew Cagney <cagney@redhat.com>
19326
19327 * gdb.base/sigaltstack.c: New file.
19328 * gdb.base/sigaltstack.exp: New file.
19329
19330 2004-04-04 Joel Brobecker <brobecker@gnat.com>
19331
19332 * gdb.base/foll-fork.exp: Update the expected output for
19333 "help set follow-fork-mode", to match a change that was made
19334 to the help of this variable on 2004-01-13.
19335
19336 2004-04-01 Joel Brobecker <brobecker@gnat.com>
19337
19338 * lib/ada.exp: Add copyright notice.
19339 * bar.ads: Likewise.
19340 * bar.adb: Likewise.
19341 * null_record.adb: Likewise.
19342 * null_record.exp: Likewise.
19343 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
19344
19345 2004-04-01 Joel Brobecker <brobecker@gnat.com>
19346
19347 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
19348 * configure: Regenerate.
19349
19350 2004-04-01 Joel Brobecker <brobecker@gnat.com>
19351
19352 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
19353 to build the application. Remove the message printed when in
19354 verbose mode, redundant with the UNSUPPORTED message above.
19355
19356 2004-03-31 Joel Brobecker <brobecker@gnat.com>
19357
19358 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
19359 * gdb.ada (null_record.exp): New testcase.
19360
19361 2004-03-31 Joel Brobecker <brobecker@gnat.com>
19362
19363 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
19364
19365 2004-03-31 Joel Brobecker <brobecker@gnat.com>
19366
19367 * gdb.ada: New subdirectory.
19368 * gdb.ada/Makefile.in: New file.
19369 * gdb.ada/gnat_ada.gpr.in: New file.
19370
19371 2004-03-31 Joel Brobecker <brobecker@gnat.com>
19372
19373 * lib/ada.exp: New file.
19374
19375 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
19376
19377 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
19378 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
19379
19380 2004-03-22 Andrew Cagney <cagney@redhat.com>
19381
19382 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
19383 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
19384 Problem identified by Ulrich Weigand.
19385
19386 2004-03-17 David Carlton <carlton@kealia.com>
19387
19388 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
19389 PR c++/826.
19390
19391 2004-03-16 Roland McGrath <roland@redhat.com>
19392
19393 * gdb.base/auxv.exp: New file.
19394 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
19395
19396 2004-03-12 David Carlton <carlton@kealia.com>
19397
19398 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
19399 * gdb.cp/pr-1553.cc: Ditto.
19400 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
19401 pass branch.
19402
19403 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
19404
19405 * gdb.cp/templates.exp: Accept more template types.
19406
19407 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19408
19409 From Corinna Vinschen with modifications.
19410 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
19411 local variable obj_with_enum.
19412 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
19413 results with obj_with_enum.
19414
19415 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19416
19417 * gdb.cp/classes.cc: New file, copied from misc.cc.
19418 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
19419
19420 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19421
19422 * gdb.cp/misc.cc: Add copyright notice.
19423
19424 2004-03-05 David Carlton <carlton@kealia.com>
19425
19426 * gdb.cp/rtti.exp: Add 'print *obj3' test.
19427 * gdb.cp/rtti.h: Update copyright.
19428 (namespace n2::n3): New.
19429 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
19430 (n2::n3::func3): New.
19431 (main): Call n2::n3::func3.
19432 * gdb.cp/rtti2.cc: Update copyright.
19433 (n2::create3): New.
19434
19435 2004-03-04 Mark Kettenis <kettenis@gnu.org>
19436
19437 * gdb.asm/openbsd.inc: Fix typo.
19438
19439 2004-03-03 Fred Fish <fnf@redhat.com>
19440
19441 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
19442 "val" instead of unused "size". Update copyright year.
19443
19444 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
19445
19446 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
19447 to use unsigned char.
19448 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
19449 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
19450
19451 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
19452
19453 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
19454 line of output.
19455
19456 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
19457
19458 * gdb.base/relocate.c (dummy): Initialize.
19459
19460 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
19461
19462 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
19463 a breakpoint at exit.
19464
19465 2004-02-27 Fred Fish <fnf@redhat.com>
19466
19467 * gdb.base/chng-syms.exp: Add expect condition to match failing
19468 case that isn't a timeout.
19469
19470 2004-02-27 Andrew Cagney <cagney@redhat.com>
19471
19472 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
19473 support.
19474
19475 2004-02-26 Fred Fish <fnf@redhat.com>
19476
19477 * gdb.arch/gdb1431.c: Remove.
19478 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
19479 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
19480 of "until" incorrectly.
19481
19482 2004-02-26 J. Brobecker <brobecker@gnat.com>
19483
19484 * gdb.cp/class2.cc (empty): New class.
19485 (refer): New function.
19486 (main): Declare an object of type empty and use it.
19487 * gdb.cp/class2.exp: Print the value of an object of type empty.
19488
19489 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
19490
19491 * gdb.base/langs.exp: Update query string to match the
19492 new nquery format used for pending breakpoints.
19493
19494 2004-02-26 Andrew Cagney <cagney@redhat.com>
19495
19496 Fix PR i18n/1570.
19497 * gdb.base/charset.c: Update copyright notice.
19498 (main, init_string): Remove the escape character '\e' tests.
19499 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
19500 * gdb.base/charset.exp (valid_host_charset): Ditto.
19501 * gdb.base/setvar.exp: Ditto.
19502
19503 2004-02-24 Andrew Cagney <cagney@redhat.com>
19504
19505 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
19506 mmapped data in core file" PASS and FAIL messages consistent.
19507
19508 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
19509 setting a breakpoint. Work around PR java/1565.
19510
19511 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
19512
19513 * lib/gdb.exp (gdb_breakpoint): Update query string to match
19514 new nquery format.
19515 * gdb.base/pending.exp: Ditto.
19516
19517 2004-02-22 Mark Kettenis <kettenis@gnu.org>
19518
19519 * configure.in: Run stabs tests on *BSD.
19520 * configure: Regenerated.
19521
19522 2004-02-21 Mark Kettenis <kettenis@gnu.org>
19523
19524 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
19525
19526 2004-02-20 Fred Fish <fnf@redhat.com>
19527
19528 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
19529 blank in test for "returns short", for consistency with other
19530 "returns xxx" tests. Update copyright year.
19531
19532 2004-02-19 Fred Fish <fnf@redhat.com>
19533
19534 New testcase for PR breakpoint/1558.
19535 * gdb.arch/gdb1558.exp: New file.
19536 * gdb.arch/gdb1558.c: New file.
19537
19538 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
19539
19540 * gdb.base/nodebug.exp: Fix typo.
19541
19542 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19543
19544 Committed by Jim Blandy <jimb@redhat.com>.
19545
19546 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
19547
19548 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
19549
19550 * gdb.base/float.exp: Support s390*-*-* targets.
19551
19552 2004-02-17 Adam Fedor <fedor@gnu.org>
19553
19554 * gdb.base/gdb1555.exp: New file.
19555 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
19556
19557 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
19558
19559 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
19560
19561 2004-02-16 Fred Fish <fnf@redhat.com>
19562
19563 * gdb.arch/gdb1291.c: Remove
19564 * gdb.arch/gdb1291.s: New test input file.
19565 * gdb.arch/gdb1291.exp: Expand test to check case that should not
19566 fail. Test for correct result, known incorrect result, other
19567 failures and timeouts.
19568
19569 2004-02-16 Andrew Cagney <cagney@redhat.com>
19570
19571 * gdb.base/bigcore.exp: New file.
19572 * gdb.base/bigcore.c: New file.
19573
19574 2004-02-13 Andrew Cagney <cagney@redhat.com>
19575
19576 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
19577 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
19578 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
19579 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
19580 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
19581 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
19582 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
19583 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
19584 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
19585 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
19586
19587 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
19588
19589 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
19590 executed is an alloc instruction.
19591
19592 2004-02-11 David Carlton <carlton@kealia.com>
19593
19594 * gdb.cp/breakpoint.exp: New.
19595 * gdb.cp/breakpoint.cc: New.
19596
19597 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
19598
19599 Partial fix for PR gdb/1543.
19600 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
19601 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
19602 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
19603 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
19604 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
19605 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
19606 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
19607 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
19608 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
19609 to bug-gdb@prep.ai.mit.edu .
19610 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
19611 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
19612 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
19613 Likewise.
19614
19615 2004-02-10 Andrew Cagney <cagney@redhat.com>
19616
19617 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
19618 using gdb_internal_error_resync.
19619
19620 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
19621
19622 * gdb.threads/thread-specific.exp: Stop early if no threads are
19623 found.
19624
19625 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
19626
19627 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
19628
19629 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
19630
19631 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
19632 breakpoints.
19633
19634 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
19635
19636 * config/sim.exp (gdb_load): Handle $arg == "".
19637 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
19638 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
19639
19640 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
19641
19642 * gdb.base/maint.exp: Update test to reflect
19643 obstack changes.
19644
19645 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
19646
19647 * gdb.base/pendshr.c (pendfunc): New function that calls
19648 pendfunc1.
19649 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
19650
19651 2004-02-04 Fred Fish <fnf@redhat.com>
19652
19653 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
19654 function symbols and update copyright years.
19655 * gdb.arch/gdb1291.c: Ditto.
19656
19657 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19658
19659 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
19660
19661 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19662
19663 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
19664
19665 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19666
19667 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
19668
19669 2004-02-02 Fred Fish <fnf@redhat.com>
19670
19671 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
19672 remote targets. Update copyright years.
19673
19674 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
19675
19676 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
19677 support.
19678 * gdb.base/langs.exp: Fix test which attempts to create
19679 breakpoint on non-existent function to handle new pending
19680 support.
19681 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
19682 a breakpoint.
19683 * gdb.base/pending.exp: New test.
19684 * gdb.base/pending.c: New file.
19685 * gdb.base/pendshr.c: Ditto.
19686
19687 2004-02-02 David Carlton <carlton@kealia.com>
19688
19689 * gdb.cp/overload.exp: Add overloadNamespace tests.
19690 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
19691 (overloadNamespace, XXX): New.
19692 (main): Call XXX::marker2.
19693
19694 2004-02-01 Fred Fish <fnf@redhat.com>
19695
19696 * gdb.base/dump.exp: Use runto_main instead of "runto main".
19697 * gdb.base/finish.exp: Ditto.
19698 * gdb.base/gcore.exp: Ditto.
19699 * gdb.base/huge.exp: Ditto.
19700 * gdb.base/info-proc.exp: Ditto.
19701 * gdb.base/return2.exp: Ditto.
19702 * gdb.threads/gcore-thread.exp: Ditto.
19703
19704 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
19705
19706 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
19707
19708 2004-02-01 Mark Kettenis <kettenis@gnu.org>
19709
19710 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
19711 that opening the file succeeds on OpenBSD.
19712
19713 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
19714
19715 * gdb.threads/thread-specific.c: New file.
19716 * gdb.threads/threads-specific.exp: New test script.
19717 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
19718 to expect_out.
19719
19720 2004-02-01 Mark Kettenis <kettenis@gnu.org>
19721
19722 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
19723 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
19724 only on the "print_small_structs from print_long_arg_list" test.
19725
19726 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
19727
19728 * gdb.base/completion.exp: Kill a stray backslash.
19729
19730 From Jim Ingham <jingham@apple.com>:
19731 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
19732 agrees with the result from sending a tab.
19733
19734 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
19735
19736 * gdb.base/chng-syms.exp: Remove stray newline.
19737
19738 2004-01-31 Mark Kettenis <kettenis@gnu.org>
19739
19740 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
19741 *-*-openbsd*.
19742 * gdb.asm/openbsd.inc: New file.
19743
19744 2004-01-30 Mark Kettenis <kettenis@gnu.org>
19745
19746 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
19747 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
19748 *-*solaris2*. Remove commented out default settings for
19749 asm-flags. Replace gdb_compile with target_link.
19750
19751 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
19752
19753 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
19754 for all tests. Remove old hp-ux and cygnus xfail cases.
19755
19756 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
19757
19758 * gdb.base/chng-syms.exp: New file.
19759 * gdb.base/chng-syms.c: New file.
19760
19761 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
19762
19763 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
19764 Provide arms for current output in all my configurations.
19765
19766 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
19767
19768 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
19769 * lib/compiler.cc: Likewise.
19770 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
19771 get the right preprocessor. Eval the output directly. Remove
19772 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
19773 hp_f77_compiler and hp_f90_compiler completely.
19774 (gdb_preprocess): Delete.
19775 (get_compiler): Delete.
19776
19777 2004-01-24 Mark Kettenis <kettenis@gnu.org>
19778
19779 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
19780 <string.h>.
19781
19782 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
19783
19784 * gdb.mi/mi-stack.exp: Update copyright.
19785
19786 2004-01-23 David Carlton <carlton@kealia.com>
19787
19788 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
19789 test for cp_lookup_transparent_type.
19790 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
19791 call them.
19792
19793 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
19794
19795 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
19796 after -var-update.
19797
19798 2004-01-23 David Carlton <carlton@kealia.com>
19799
19800 * gdb.cp/namespace.cc (C::ensureRefs): New.
19801 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
19802
19803 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
19804
19805 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
19806 case "-stack-list-locals 2".
19807 * gdb.mi/mi-var-child.exp: Test for case
19808 "-var-list-children --all-values NAME".
19809
19810 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
19811
19812 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
19813
19814 2004-01-18 Mark Kettenis <kettenis@gnu.org>
19815
19816 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
19817 used with gdb_test_multiple.
19818
19819 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
19820 read at address 0. This fixes PR testsuite/1504.
19821
19822 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
19823
19824 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
19825 Remove downloading, guessing the host executable, the calls to
19826 gdb_file_cmd and gdb_target_cmd, and "load" support.
19827 (infer_host_exec): New function broken out from gdb_load.
19828 (gdb_load): New wrapper for gdbserver_gdb_load.
19829 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
19830 gdb_target_cmd. Use -target-select.
19831 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
19832 Download binaries to the host. Clear last_mi_remote_file when
19833 we load a new binary.
19834 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
19835 call gdbserver_gdb_load and mi_gdb_target_cmd.
19836
19837 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
19838
19839 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
19840 type patterns.
19841
19842 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
19843
19844 * gdb.cp/templates.exp: Fix typo in test name of
19845 "print Foo<volatile char*>::foo".
19846
19847 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
19848
19849 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
19850
19851 2004-01-16 Ben Elliston <bje@wasabisystems.com>
19852
19853 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
19854 (clean mostlyclean): Remove empty rm.
19855
19856 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
19857
19858 * gdb.base/setvar.exp: Add copyright years.
19859
19860 2004-01-14 David Carlton <carlton@bactrian.org>
19861
19862 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
19863 PR c++/1511 and update coment.
19864 * gdb.cp/templates.exp: Update patterns to match current output.
19865 If changes involve something other than whitespace, KFAIL
19866 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
19867
19868 2004-01-14 David Carlton <carlton@kealia.com>
19869
19870 * gdb.cp/namespace.exp: Add tests involving classes defined within
19871 namespaces.
19872 * gdb.cp/namespace.cc (C::CClass): New.
19873 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
19874
19875 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
19876
19877 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
19878 what debug info we have. Print a better message if something goes
19879 wrong while producing the separate debug info file.
19880
19881 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
19882
19883 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
19884
19885 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
19886
19887 * gdb.base/callfuncs.c: Add copyright notice.
19888
19889 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
19890
19891 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
19892 inheritance. PR gdb/1498, PR gcc/13539.
19893
19894 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
19895
19896 * gdb.threads/gcore-thread.exp: Prefix name of binary with
19897 test specific name.
19898 * gdb.mi/gdb669.exp: Ditto.
19899 * gdb.mi/mi-pthreads.exp: Ditto.
19900 * gdb.mi/mi1-pthreads.exp: Ditto.
19901 * gdb.mi/mi2-pthreads.exp: Ditto.
19902
19903 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
19904
19905 * gdb.cp/member-ptr.cc: Add copyright notice.
19906
19907 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
19908
19909 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
19910 some patterns for recent versions of gcc and hpacc. Delete
19911 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
19912 Delete tests that access a NULL pointer-to-member-data. This
19913 script is still disabled for gcc.
19914
19915 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
19916
19917 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
19918 escaped correctly.
19919
19920 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
19921
19922 * gdb.base/sepdebug.exp: New file.
19923 * gdb.base/sepdebug.c: New file.
19924 * lib/gdb.exp (separate_debug_filename): New procedure.
19925 (gdb_gnu_strip_debug): New procedure.
19926
19927 2004-01-12 Andrew Cagney <cagney@redhat.com>
19928
19929 * gdb.mi/ChangeLog: Delete file. Renamed to ...
19930 * gdb.mi/ChangeLog-1999-2003: New file.
19931
19932 2004-01-12 Andrew Cagney <cagney@redhat.com>
19933
19934 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
19935 "Renaming a directory to a non-empty directory returns ENOTEMPTY
19936 or EEXIST", treat EBUSY as an XFAIL.
19937
19938 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
19939
19940 * gdb.base/scope.exp: Remove obsolete setup_xfail for
19941 hp_cc_compiler.
19942
19943 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
19944
19945 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
19946 decorations.
19947
19948 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
19949
19950 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
19951 and "(aCC)" decorations. Remove obsolete doco about old
19952 test results.
19953
19954 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
19955
19956 * gdb.cp/exception.exp: Fix typo in doco.
19957
19958 2004-01-09 Mark Kettenis <kettenis@gnu.org>
19959
19960 * gdb.base/gdb1476.exp: Fix typo.
19961
19962 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
19963
19964 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
19965 file.
19966
19967 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
19968
19969 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
19970 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
19971 Use gdb_compile. Remove restriction on gcc. Add some patterns
19972 for recent version of gdb. Delete second half, which was a copy
19973 of the first half with different build flags. This test is
19974 still disabled because it is still not ready for production.
19975
19976 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19977
19978 * gdb.cp/exception.cc: Add copyright notice.
19979 * gdb.cp/exception.exp: Add a notice that this file is broken
19980 because of line number changes caused by addition of copyright
19981 notice.
19982
19983 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19984
19985 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
19986 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
19987
19988 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19989
19990 * gdb.cp/classes.exp: Accept gnu abi 2.
19991 * gdb.cp/derivation.exp: Likewise.
19992 * gdb.cp/overload.exp: Likewise.
19993 * gdb.cp/virtfunc.exp: Likewise.
19994
19995 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19996
19997 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
19998 semicolon after end of function.
19999
20000 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20001
20002 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
20003 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
20004 boilerplate code for compiling and running the program under
20005 test. Add some string method tests.
20006
20007 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20008
20009 * gdb.cp/bs15503.cc: Add copyright notice.
20010 * gdb.cp/bs15503.exp: Adjust line number.
20011
20012 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20013
20014 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
20015 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
20016
20017 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20018
20019 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
20020 hp_cc_compiler.
20021
20022 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20023
20024 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
20025 * gdb.cp/ctti.exp: Use the marker instead of "next".
20026 With gcc, run further before bailing.
20027
20028 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20029
20030 * gdb.cp/cttiadd.cc: Add copyright notice.
20031 * gdb.cp/cttiadd1.cc: Likewise.
20032 * gdb.cp/cttiadd2.cc: Likewise.
20033 * gdb.cp/cttiadd3.cc: Likewise.
20034
20035 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20036
20037 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
20038 Use gdb_test, gdb_test_multiple. Use floating-point values that
20039 have exact representations in IEEE-ish formats.
20040
20041 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20042
20043 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
20044 compilers. Delete duplicate call to get_compiler_info.
20045 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
20046 * gdb.base/volatile.exp: Likewise.
20047
20048 2004-01-07 Mark Kettenis <kettenis@gnu.org>
20049
20050 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
20051 memory at address 0.
20052
20053 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20054
20055 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
20056 to test for hp-ux assembler. Fix copyright years.
20057
20058 2004-01-07 Andrew Cagney <cagney@redhat.com>
20059
20060 * gdb.base/fileio.c (strerrno): Add "EBUSY".
20061
20062 2004-01-07 Andrew Cagney <cagney@redhat.com>
20063
20064 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
20065 when creating the read-only file. From analysis by Roland McGrath
20066 and Elena Zannoni.
20067
20068 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20069
20070 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
20071
20072 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20073
20074 * gdb.base/cvexpr.c: Be type-safe with function pointers and
20075 data pointers.
20076
20077 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20078
20079 * gdb.cp/m-static.exp: Compile one source file at a time.
20080 Delete unused call to get_compiler_info.
20081
20082 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20083
20084 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
20085 * gdb.base/call-rt-st.exp: Likewise.
20086 * gdb.base/nodebug.exp: Likewise.
20087 * gdb.base/volatile.exp: Likewise.
20088 * gdb.cp/ref-types.exp: Likewise.
20089 * gdb.cp/templates.exp: Likewise.
20090
20091 2004-01-05 Mark Kettenis <kettenis@gnu.org>
20092
20093 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
20094
20095 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
20096
20097 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
20098 hppa*-hp-hpux*.
20099
20100 2004-01-04 Mark Kettenis <kettenis@gnu.org>
20101
20102 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
20103 x86_64-*-*.
20104
20105 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
20106 sparc64-*-* and sparc*-solaris2*.
20107
20108 2004-01-04 Mark Kettenis <kettenis@gnu.org>
20109
20110 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
20111 return ${tests}" test. The ${tests} already mentions the
20112 filename.
20113
20114 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20115
20116 * gdb.cp/local.exp: Accept gcc abi 2.
20117
20118 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20119
20120 * gdb.cp/templates.exp: Accept gcc abi 2.
20121
20122 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20123
20124 * lib/compiler.cc: Remove supports_template_debugging.
20125 * gdb.cp/templates.exp: Do not test supports_template_debugging.
20126
20127 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20128
20129 * gdb.cp/namespace.exp: Accept gcc abi 2.
20130
20131 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20132
20133 * gdb.cp/method.exp: Accept gcc abi 2.
20134
20135 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20136
20137 * gdb.cp/classes.exp: Generate identical results as old version.
20138 * gdb.cp/derivation.exp: Likewise.
20139 * gdb.cp/overload.exp: Likewise.
20140 * gdb.cp/virtfunc.exp: Likewise.
20141
20142 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20143
20144 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
20145 mysterious bug with sourceware version of expect.
20146
20147 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20148
20149 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
20150 current versions of gcc, including gcc abi 2. Remove gratuitous
20151 restart of test program. Use gdb_test_multiple and gdb_test for
20152 all tests. Add patterns to xfail missing "const" in "const char *"
20153 and kfail PR gdb/1155.
20154
20155 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20156
20157 * gdb.cp/derivation.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 kfail PR gdb/1498.
20161
20162 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
20163
20164 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
20165 current versions of gcc, including gcc abi 2. Use "breakpoint"
20166 and "continue" instead of restarting the target program. Use
20167 gdb_test_multiple and gdb_test for all tests.
20168
20169 2004-01-01 Mark Kettenis <kettenis@gnu.org>
20170
20171 * gdb.asm/asm-source.exp: Update copyright year. Link statically
20172 for *-*-solaris2*.
20173
20174 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
20175
20176 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
20177 current versions of gcc, including gcc abi 2. Use "breakpoint"
20178 and "continue" instead of restarting the target program several
20179 times. Use gdb_test_multiple and gdb_test for all tests.
20180
20181 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
20182
20183 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
20184 source files.
20185
20186 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20187
20188 * gdb.base/environ.exp: Handle compiling test case from multiple
20189 source files.
20190
20191 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20192
20193 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
20194
20195 2003-12-17 Jim Blandy <jimb@redhat.com>
20196
20197 * gdb.base/freebpcmd.c: Add copyright notice.
20198
20199 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
20200
20201 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20202
20203 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
20204
20205 2003-12-13 Jim Blandy <jimb@redhat.com>
20206
20207 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
20208
20209 2003-12-12 Kevin Buettner <kevinb@redhat.com>
20210
20211 * gdb.asm/frv.inc: New file.
20212 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
20213
20214 2003-12-09 Fred Fish <fnf@redhat.com>
20215
20216 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
20217 functions to break1.c and leave prototypes behind. Add more
20218 "set breakpoint NN here" comments.
20219 * gdb.base/break1.c: New file.
20220
20221 * gdb.base/break.exp: Handle compiling test case from multiple
20222 source files and change source file references as needed.
20223 * gdb.base/completion.exp: Ditto.
20224 * gdb.base/condbreak.exp: Ditto.
20225 * gdb.base/define.exp: Ditto.
20226 * gdb.base/ena-dis-br.exp: Ditto.
20227 * gdb.base/info-proc.exp: Ditto.
20228 * gdb.base/maint.exp: Ditto.
20229 * gdb.base/until.exp: Ditto.
20230
20231 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
20232 hardcoded line numbers.
20233 * gdb.base/define.exp: Ditto.
20234 * gdb.base/ena-dis-br.exp: Ditto.
20235 * gdb.base/maint.exp: Ditto.
20236 * gdb.base/until.exp: Ditto.
20237
20238 * gdb.base/completion.exp: Use "break1" for completion tests since
20239 "break" is no longer a unique prefix.
20240
20241 2003-12-06 Andrew Cagney <cagney@redhat.com>
20242
20243 * gdb.base/structs.exp (test_struct_returns): When applicable, set
20244 "return_value_unimplemented". When an unimplemented struct return
20245 architecture, report incorrect values as a KFAIL
20246
20247 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
20248
20249 * gdb.cp/rtti.exp: Accept new wording of warning from
20250 cp_lookup_rtti_type.
20251
20252 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
20253
20254 Partial fix for PR testsuite/1456.
20255 * gdb.base/scope.exp (test_at_main): Replace references to
20256 gcc_compiled with calls to test_compiler_info.
20257 (test_at_foo): Likewise.
20258 (test_at_bar): Likewise.
20259
20260 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
20261
20262 Partial fix for PR testsuite/1456.
20263 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
20264 to test_compiler_info.
20265
20266 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
20267
20268 * gdb.base/so-impl-ld.exp: Update copyright notice.
20269
20270 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
20271
20272 Partial fix for PR testsuite/1456.
20273 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
20274 to test_compiler_info.
20275
20276 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20277
20278 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
20279 from current versions of gdb. Clean up regular expressions.
20280 Delete redundant timeout case.
20281
20282 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20283
20284 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
20285 from current versions of gdb. Clean up regular expressions.
20286 Delete redundant timeout case.
20287
20288 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
20289
20290 Partial fix for PR testsuite/1456.
20291 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
20292 gcc_compiled with call to test_compiler_info.
20293
20294 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
20295
20296 Partial fix for PR testsuite/1456.
20297 * gdb.base/list.exp (test_list_function): Delete unused declaration
20298 of gcc_compiled.
20299
20300 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
20301
20302 Partial fix for PR testsuite/1456.
20303 * gdb.base/complex.exp: Replace reference to gcc_compiled with
20304 call to test_compiler_info.
20305
20306 2003-11-29 Mark Kettenis <kettenis@gnu.org>
20307
20308 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
20309 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
20310 it to create the appropriate note.inc.
20311 * gdb.asm/asmsrc1.s: Include "note.inc".
20312 * gdb.asm/netbsd.inc: New file.
20313 * gdb.asm/empty.inc: New file.
20314
20315 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20316
20317 Partial fix for PR testsuite/1456.
20318 * gdb.base/constvars.exp: Replace references to gcc_compiled with
20319 calls to test_compiler_info.
20320
20321 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
20322
20323 Partial fix for PR testsuite/1456.
20324 * gdb.base/volatile.exp: Replace references to gcc_compiled with
20325 calls to test_compiler_info.
20326
20327 2003-11-27 Mark Kettenis <kettenis@gnu.org>
20328
20329 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
20330 pattern for the KFAILs.
20331
20332 2003-11-25 Adam Fedor <fedor@gnu.org>
20333
20334 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
20335 * gdb.objc/objcdecode.m: New file.
20336
20337 2003-11-25 Adam Fedor <fedor@gnu.org>
20338
20339 * gdb.objc/nondebug.exp: Test for PR objc/1236.
20340 * gdb.objc/nondebug.m: New file.
20341
20342 2003-11-26 Ben Elliston <bje@wasabisystems.com>
20343
20344 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
20345 NetBSD as it does on FreeBSD. Modelled on a similar change by
20346 Mark Kettenis on 2003-05-30.
20347 (link-flags): Set to "--entry _start" regardless of target.
20348 Special linker flags are to be appended to $link-flags.
20349 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
20350
20351 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
20352
20353 * gdb.cp/method.exp: Accept output of new demangler.
20354
20355 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
20356
20357 * gdb/class2.exp: New file.
20358 * gdb/class2.cc: New file.
20359
20360 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
20361
20362 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
20363 of new demangler.
20364
20365 2003-11-23 Mark Kettenis <kettenis@gnu.org>
20366
20367 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
20368 of gdb_test "run".
20369
20370 2003-11-23 Mark Kettenis <kettenis@gnu.org>
20371
20372 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
20373 "continue" into "run".
20374
20375 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
20376
20377 Partial fix for PR testsuite/1456.
20378 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
20379 call to test_compiler_info.
20380 * gdb.cp/ctti.exp: Likewise.
20381 * gdb.cp/derivation.exp: Likewise.
20382 * gdb.cp/member-ptr.exp: Likewise.
20383 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
20384 reference to gcc_compiled.
20385
20386 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
20387
20388 Fix PR testsuite/1463.
20389 * gdb.base/structs.exp (start_structs_test): Call
20390 get_debug_format before using the debug format.
20391
20392 2003-11-22 Andrew Cagney <cagney@redhat.com>
20393
20394 * lib/gdb.exp (gdb_test_multiple): Add simple example.
20395 * gdb.base/structs.exp: Use gdb_test_multiple.
20396
20397 2003-11-20 Andrew Cagney <cagney@redhat.com>
20398
20399 * gdb.base/structs.exp: Handle and recover from internal errors.
20400 Replace "foo${n}" with "foo<n>" in test messages.
20401
20402 * gdb.base/structs.exp: Update copyright. Rewrite.
20403 * gdb.base/structs.c: Update copyright. Rewrite.
20404
20405 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
20406 resync count exceeded.
20407
20408 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
20409 from the internal error.
20410 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
20411 Original from Jim Blandy.
20412 (gdb_test_multiple): Use gdb_internal_error_resync.
20413
20414 2003-11-19 Andrew Cagney <cagney@redhat.com>
20415
20416 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
20417 KFAIL.
20418
20419 2003-11-17 Mark Kettenis <kettenis@gnu.org>
20420
20421 New testcase for PR backtrace/1435.
20422 * gdb.arch/i386-unwind.exp: New file.
20423 * gdb.arch/i386-unwind.c: New file.
20424
20425 2003-11-17 Andrew Cagney <cagney@redhat.com>
20426
20427 * lib/gdb.exp (compiler_info): New global.
20428 (test_compiler_info): New function.
20429 (get_compiler_info): Set compiler_info.
20430 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
20431 "compiler_info" to gcc-<major>-<minor>.
20432
20433 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
20434
20435 * gdb.trace/configure: Remove.
20436
20437 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
20438
20439 * gdb.base/break.c: Add comments to aid finding line numbers for
20440 breakpoints.
20441 * gdb.base/break.exp: Remove all references to explicit line
20442 numbers.
20443
20444 2003-11-11 Nick Clifton <nickc@redhat.com>
20445
20446 * gdb.base/shreloc.exp: Do not run for targets which do not
20447 support shared objects.
20448
20449 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
20450
20451 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
20452 Don't run tests if nofileio flag is given.
20453
20454 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
20455
20456 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
20457 as well as 'Watchpoint'.
20458
20459 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
20460
20461 Reported by Jim Ingham <jingham@apple.com>:
20462 * gdb.base/annota1.exp: Match at least one occurrence of the
20463 signal handler annotation.
20464
20465 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
20466
20467 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
20468 as well as 'Watchpoint'.
20469
20470 2003-11-05 Michael Chastain <mec@shout.net>
20471
20472 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
20473
20474 2003-11-03 Kris Warkentin <kewarken@qnx.com>
20475
20476 * gdb.arch/gdb1291.c: New test file.
20477 * gdb.arch/gdb1291.exp: New test script.
20478 * gdb.arch/gdb1431.c: New test file.
20479 * gdb.arch/gdb1431.exp: New test script.
20480
20481 2003-10-22 Michael Chastain <mec@shout.net>
20482
20483 * gdb.mi/pthreads.c: Add copyright notice.
20484
20485 2003-10-22 Michael Chastain <mec@shout.net>
20486
20487 * gdb.threads/pthreads.c: Add copyright notice.
20488
20489 2003-10-20 Michael Chastain <mec@shout.net>
20490
20491 * gdb.base/gdb1056.exp: New test script.
20492
20493 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
20494
20495 * gdb.threads/killed.exp: Use gdb_run_cmd.
20496
20497 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
20498
20499 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
20500 create a core file.
20501 * gdb.threads/gcore-thread.exp: Likewise.
20502
20503 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
20504
20505 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
20506 type, based on char type.
20507 (struct bit_flags_short_t): New bitfield type, based on short type.
20508 (init_bit_flags_char): New fuction.
20509 (init_bit_flags_short): Ditto.
20510 (print_bit_flags_char): Ditto.
20511 (print_bit_flags_short): Ditto.
20512 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
20513
20514 2003-10-11 Michael Chastain <mec@shout.net>
20515
20516 * gdb.base/call-rt-st.exp: Update copyright year.
20517
20518 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
20519
20520 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
20521 * gdb.disasm/sh3.s: Ditto.
20522
20523 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
20524
20525 * gdb.threads/switch-threads.exp: New test.
20526 * gdb.threads/switch-threads.c: New source file.
20527
20528 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
20529
20530 * gdb.base/ending-run.exp: Add sh specific case.
20531
20532 2003-10-06 Andrew Cagney <cagney@redhat.com>
20533
20534 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
20535 * gdb.disasm/mn10200.exp: Delete obsolete file.
20536
20537 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
20538
20539 * ChangeLog: Correct an entry command.exp -> commands.exp.
20540 * gdb.base/commands.exp (bp_deleted_in_command_test)
20541 (temporary_breakpoint_commands): Check noargs.
20542
20543 2003-09-25 David Carlton <carlton@kealia.com>
20544
20545 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
20546 of some print tests, where appropriate. Add tests for C::D::cd,
20547 E::ce, F::cXfX, G::XgX.
20548 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
20549
20550 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
20551
20552 * lib/java.exp (java_init): Import target_alias before using it.
20553
20554 2003-09-25 David Carlton <carlton@kealia.com>
20555
20556 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
20557
20558 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
20559
20560 * gdb.base/selftest.exp: Accomodate more instruction reordering
20561 weirdness.
20562
20563 2003-09-17 Michael Chastain <mec@shout.net>
20564
20565 * gdb.cp/gdb1355.exp: New file.
20566 * gdb.cp/gdb1355.c: New file.
20567
20568 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
20569
20570 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
20571 * gdb.asm/sh.inc: New file.
20572
20573 2003-09-11 David Carlton <carlton@kealia.com>
20574
20575 * gdb.cp/namespace.exp: Add tests for namespace types.
20576 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
20577 (test_namespace): New.
20578
20579 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
20580
20581 * gdb.base/relocate.exp: Handle new gdb output at startup.
20582 * gdb.stabs/weird.exp: Ditto.
20583
20584 2003-09-08 Michael Chastain <mec@shout.net>
20585
20586 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
20587
20588 2003-09-07 Michael Chastain <mec@shout.net>
20589
20590 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
20591 'parse error'.
20592
20593 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
20594
20595 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
20596
20597 2003-08-30 Michael Chastain <mec@shout.net>
20598
20599 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
20600 * gdb.gdb/observer.exp: Ditto.
20601 * gdb.gdb/xfullpath.exp: Ditto.
20602
20603 2003-08-29 Mark Kettenis <kettenis@gnu.org>
20604
20605 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
20606 *-*-*bsd*.
20607
20608 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
20609
20610 * gdb.base/dump.exp: Skip for ia64.
20611
20612 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
20613
20614 * gdb.asm/asm-source.exp: Add ia64 support.
20615 * gdb.asm/ia64.inc: New file.
20616
20617 2003-08-22 Michael Chastain <mec@shout.net>
20618
20619 * gdb.cp: New directory.
20620 * gdb.cp/*: Copy from gdb.c++/*.
20621 * gdb.c++/*: Remove.
20622 * Makefile.in: Change gdb.c++ to gdb.cp.
20623 * configure.in: Ditto.
20624 * configure: Regnerate.
20625
20626 2003-08-18 Mark Kettenis <kettenis@gnu.org>
20627
20628 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
20629 * gdb.arch/i386-prologue.c (gdb1338): Add function.
20630
20631 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
20632
20633 * mi-var-display.exp (-var-list-children weird): Accept function
20634 pointers with argument types.
20635 * mi1-var-display.exp (-var-list-children weird): Likewise.
20636 * mi2-var-display.exp (-var-list-children weird): Likewise.
20637
20638 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
20639
20640 * gdb.base/annota3.exp: Add missing newline.
20641
20642 2003-08-06 Michael Chastain <mec@shout.net>
20643
20644 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
20645
20646 2003-08-12 Michael Snyder <msnyder@redhat.com>
20647
20648 * gdb.base/float.exp: Add test for SH.
20649
20650 2003-08-10 Mark Kettenis <kettenis@gnu.org>
20651
20652 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
20653
20654 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
20655
20656 * gdb.base/completion.exp: Remove reduntant completion test
20657 on filename.
20658
20659 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
20660
20661 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
20662 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
20663 gdb.trace/save-trace.exp: Make sure that full pathnames are
20664 escaped correctly.
20665
20666 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
20667
20668 * configure.in: Don't generate config.h from config.hin.
20669 * configure: Regenerate.
20670 * config.hin: Remove file.
20671 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
20672 * gdb.threads/pthreads.c: Ditto.
20673
20674 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
20675
20676 From Kei Sakamoto <sakamoto.kei@renesas.com>:
20677 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
20678 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
20679 Replace ld24 with seth/add3.
20680
20681 2003-08-02 Andrew Cagney <cagney@redhat.com>
20682
20683 * gdb.base/annota3.exp: New file.
20684 * gdb.base/annota3.c: New file.
20685 * gdb.c++/annota3.exp: New file.
20686 * gdb.c++/annota3.cc: New file.
20687
20688 2003-07-29 Michael Chastain <mec@shout.net>
20689
20690 * gdb.threads/tls.c (spin): Check errno only if sem_wait
20691 actually failed.
20692 (do_pass): Likewise.
20693 * gdb.threads/tls.exp: Always initialize no_of_threads.
20694
20695 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
20696
20697 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
20698 pattern.
20699 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
20700 * gdb.threads/tls.exp: Recognize one case of the host library not
20701 supporting TLS.
20702
20703 2003-07-27 Andrew Cagney <cagney@redhat.com>
20704
20705 * gdb.base/fileio.exp: Use SH when running commands using
20706 remote_exec.
20707
20708 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
20709
20710 From Kei Sakamoto <sakamoto.kei@renesas.com>:
20711 * gdb.base/relocate.c (dummy): New padding array.
20712
20713 2003-07-22 Michael Snyder <msnyder@redhat.com>
20714
20715 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
20716
20717 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
20718 patterns to be more general, accepting old and new output.
20719 Some output chars (such as '+') also must be quoted.
20720 Some addresses are displayed numerically instead of
20721 symbolically.
20722
20723 2003-07-23 Michael Snyder <msnyder@redhat.com>
20724
20725 * gdb.base/return2.exp: Don't test long-long return.
20726
20727 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
20728 * gdb.disasm/t01_mov.exp: Ditto.
20729 * gdb.disasm/t02_mova.s: Ditto.
20730 * gdb.disasm/t02_mova.exp: Ditto.
20731 * gdb.disasm/t03_add.s: Ditto.
20732 * gdb.disasm/t03_add.exp: Ditto.
20733 * gdb.disasm/t04_sub.s: Ditto.
20734 * gdb.disasm/t04_sub.exp: Ditto.
20735 * gdb.disasm/t05_cmp.s: Ditto.
20736 * gdb.disasm/t05_cmp.exp: Ditto.
20737 * gdb.disasm/t06_ari2.s: Ditto.
20738 * gdb.disasm/t06_ari2.exp: Ditto.
20739 * gdb.disasm/t07_ari3.s: Ditto.
20740 * gdb.disasm/t07_ari3.exp: Ditto.
20741 * gdb.disasm/t08_or.s: Ditto.
20742 * gdb.disasm/t08_or.exp: Ditto.
20743 * gdb.disasm/t09_xor.s: Ditto.
20744 * gdb.disasm/t09_xor.exp: Ditto.
20745 * gdb.disasm/t10_and.s: Ditto.
20746 * gdb.disasm/t10_and.exp: Ditto.
20747 * gdb.disasm/t11_logs.s: Ditto.
20748 * gdb.disasm/t11_logs.exp: Ditto.
20749 * gdb.disasm/t12_bit.s: Ditto.
20750 * gdb.disasm/t12_bit.exp: Ditto.
20751 * gdb.disasm/t13_otr.s: Ditto.
20752 * gdb.disasm/t13_otr.exp: Ditto.
20753
20754 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
20755
20756 * gdb.threads/tls.exp :Add kfail for 'info address' case.
20757
20758 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
20759
20760 * gdb.threads/tls.c : New file.
20761 * gdb.threads/tls.exp : New file.
20762 * gdb.threads/tls-main.c : New file.
20763 * gdb.threads/tls-shared.c : New file.
20764 * gdb.threads/tls-shared.exp : New file.
20765
20766 2003-07-22 Andreas Schwab <schwab@suse.de>
20767
20768 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
20769
20770 2003-07-20 Andreas Schwab <schwab@suse.de>
20771
20772 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
20773 due to insn reordering.
20774
20775 2003-07-15 Andrew Cagney <cagney@redhat.com>
20776
20777 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
20778
20779 2003-07-15 Michael Chastain <mec@shout.net>
20780
20781 * gdb.base/gdb1250.exp: New file.
20782 * gdb.base/gdb1250.c: New file.
20783
20784 2003-07-09 Michal Ludvig <mludvig@suse.cz>
20785
20786 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
20787 expansion of size_t to 'unsigned long', not only to 'unsigned'.
20788
20789 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
20790
20791 * gdb.threads/tls.c: New file.
20792 * gdb.threads/tls.exp: New file.
20793 * gdb.threads/tls-main.c: New file.
20794 * gdb.threads/tls-shared.c: New file.
20795 * gdb.threads/tls-shared.exp: New file.
20796
20797 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
20798
20799 * gdb.base/annota1.exp: Make sure that we properly escape the
20800 full path of the source file. Xfail more permissive patterns,
20801 due to a compiler debug info problem.
20802
20803 2003-07-07 Andreas Schwab <schwab@suse.de>
20804
20805 * gdb.asm/m68k.inc: New file.
20806 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
20807
20808 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
20809 arguments"): Also match negative number.
20810
20811 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
20812
20813 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
20814
20815 * gdb.base/store.c (charest): New typedef.
20816 (add_char): Rename to add_charest, update.
20817 (wack_char): Rename to wack_charest, update types. Return l + r
20818 to keep r live across the call.
20819 (wack_short, wack_int, wack_long, wack_longest, wack_float)
20820 (wack_double, wack_doublest): Return l + r to keep r live across
20821 the call.
20822 * gdb.base/store.exp: Accomodate store.c changes.
20823
20824 2003-06-30 David Carlton <carlton@kealia.com>
20825
20826 * gdb.c++/maint.exp (test_invalid_name): New.
20827 (test_first_component): Add tests for invalid names.
20828
20829 2003-06-29 Michael Chastain <mec@shout.net>
20830
20831 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
20832 output of '<VTT for class>' for virtual base classes.
20833
20834 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
20835
20836 * gdb.base/completion.exp: Tab-complete "complet" instead of
20837 "compl".
20838 * gdb.base/complex.exp, gdb.base/complex.c: New files.
20839
20840 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
20841
20842 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
20843 * gdb.base/volatile.exp: Likewise.
20844
20845 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
20846
20847 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
20848 gdb/1265.
20849
20850 2003-06-28 Michael Chastain <mec@shout.net>
20851 Daniel Jacobowitz <drow@mvista.com>
20852
20853 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
20854 initial line count of 'captured_main' from 26 to 32.
20855 (test_with_self): Allow xmalloc call to be interleaved with the
20856 preceding two lines.
20857
20858 2003-06-24 Joel Brobecker <brobecker@gnat.com>
20859
20860 * gdb.base/bang.exp: New testcase.
20861
20862 2003-06-23 Joel Brobecker <brobecker@gnat.com>
20863
20864 * gdb.base/langs.exp: Add some tests for the "minimal" language
20865 support.
20866
20867 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
20868
20869 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
20870 the testcase.
20871
20872 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
20873
20874 * gdb.base/relocate.exp: Test add-symbol-file with a variable
20875 offset.
20876
20877 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
20878
20879 * gdb.c++/pr-1210.cc: New file.
20880 * gdb.c++/pr-1210.exp: New file.
20881
20882 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
20883
20884 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
20885 000-exec-continue.
20886
20887 2003-06-15 Mark Kettenis <kettenis@gnu.org>
20888
20889 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
20890 on *-*-*bsd* instead of *-*-freebsd*.
20891
20892 2003-06-14 Andrew Cagney <cagney@redhat.com>
20893
20894 * gdb.base/store.exp: Test longest and doublest. Test all
20895 parameters. Weaken return statement match.
20896 * gdb.base/store.c: Add longest and doublest - aka long long and
20897 long double functions. Put all parameters into local register
20898 variables. Use negative values.
20899
20900 2003-06-14 Andrew Cagney <cagney@redhat.com>
20901
20902 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
20903 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
20904 exit status.
20905 * gdb.base/fileio.exp: Disable target when nointerrupts and
20906 noinferiorio, instead of limiting it to remote. Use remote_exec
20907 instead of system.
20908
20909 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
20910
20911 * gdb.base/float.exp: Add ia64 support.
20912
20913 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
20914
20915 * gdb.base/fileio.exp: Run only on remote targets.
20916
20917 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
20918
20919 * gdb.base/fileio.c: New file, testing File-I/O.
20920 * gdb.base/fileio.exp: Ditto.
20921
20922 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
20923
20924 * gdb.base/shreloc.exp: New file, check symbol values obtained from
20925 shared objects after relocation at load time (gdb PR/1132).
20926 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
20927 as above, part of the shared object relocation test.
20928
20929 2003-06-08 Mark Kettenis <kettenis@gnu.org>
20930
20931 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
20932 fully filled history list.
20933 * gdb.base/gdb_history: New file.
20934
20935 * gdb.base/signals.exp: XFAIL "continue to func1" on
20936 i*86-*-freebsd*.
20937
20938 * gdb.base/attach.exp: When trying to attach to a nonexistent
20939 process, make it possible to specify the PID based on the target,
20940 and do so for *-*-freebsd*.
20941
20942 2003-06-02 Richard Henderson <rth@redhat.com>
20943
20944 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
20945
20946 2003-06-02 Richard Henderson <rth@redhat.com>
20947
20948 * gdb.base/selftest.exp: Next over lim_at_start initialization.
20949
20950 2003-06-02 Richard Henderson <rth@redhat.com>
20951
20952 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
20953
20954 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
20955
20956 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
20957 of globalvar.
20958
20959 2003-06-01 Mark Kettenis <kettenis@gnu.org>
20960
20961 * gdb.asm/asm-source.exp: Check for memory read errors in
20962 disassembler test on *BSD too.
20963
20964 2003-06-01 Richard Henderson <rth@redhat.com>
20965
20966 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
20967 for .frame.
20968 (gdbasm_call): Lose ldgp.
20969 (gdbasm_startup): Add frame information.
20970 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
20971
20972 2003-05-31 Mark Kettenis <kettenis@gnu.org>
20973
20974 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
20975 i?86-*-*.
20976
20977 2003-05-30 Mark Kettenis <kettenis@gnu.org>
20978
20979 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
20980 FreeBSD.
20981
20982 2003-05-29 Richard Henderson <rth@redhat.com>
20983
20984 * gdb.asm/alpha.inc: New file.
20985 * gdb.asm/asm-source.exp: Use it.
20986
20987 2003-05-29 Jim Blandy <jimb@redhat.com>
20988
20989 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
20990 'core.PID'.
20991
20992 2003-05-22 Jim Blandy <jimb@redhat.com>
20993
20994 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
20995 backtrace.
20996
20997 2003-05-20 David Carlton <carlton@math.stanford.edu>
20998
20999 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
21000 this time.
21001
21002 2003-05-19 David Carlton <carlton@bactrian.org>
21003
21004 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
21005 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
21006
21007 2003-05-19 David Carlton <carlton@bactrian.org>
21008
21009 * gdb.c++/namespace.exp: Add namespace scope and anonymous
21010 namespace tests.
21011 Bump copyright date.
21012 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
21013 (main): Call C::D::marker2.
21014 * gdb.c++/namespace1.cc: New file.
21015
21016 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
21017
21018 Roland McGrath <roland@redhat.com>
21019 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
21020 there is no manager thread.
21021
21022 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
21023
21024 * gdb.threads/schedlock.exp: Remove assumption that all threads
21025 will run in a particular small time slice. Also ensure we break
21026 in one of the child threads rather than the main thread.
21027
21028 2003-05-07 Jim Blandy <jimb@redhat.com>
21029
21030 Add support for assembly source testing on the s390x.
21031 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
21032 architecture.
21033 * gdb.asm/s390x.inc: New file.
21034
21035 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
21036 succession of 'if' statements.
21037
21038 2003-05-05 Andrew Cagney <cagney@redhat.com>
21039
21040 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
21041
21042 2003-05-05 Andrew Cagney <cagney@redhat.com>
21043
21044 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
21045 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
21046
21047 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
21048
21049 * gdb.base/charset.exp: Update based on new behavior of set/show
21050 charset commands.
21051
21052 2003-05-01 Andrew Cagney <cagney@redhat.com>
21053
21054 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
21055 variable do not give memory errors.
21056
21057 2003-04-30 Adam Fedor <fedor@gnu.org>
21058
21059 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
21060 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
21061 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
21062 gdb.objc/basicclass.m: : New files
21063
21064 * lib/gdb.exp (gdb_compile_objc): New procedure.
21065
21066 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
21067
21068 * gdb.base/signals.exp: Make backtrace tests more specific.
21069
21070 2003-04-23 David Carlton <carlton@bactrian.org>
21071
21072 * gdb.c++/maint.exp (test_first_component): Add tests for
21073 'operator' in more locations.
21074
21075 2003-04-16 Kevin Buettner <kevinb@redhat.com>
21076
21077 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
21078
21079 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
21080
21081 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
21082 func marke' instead. Update test name.
21083
21084 2003-04-15 David Carlton <carlton@math.stanford.edu>
21085
21086 * gdb.c++/maint.exp: New file.
21087
21088 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
21089
21090 * gdb.threads/schedlock.c: Change type of thread function argument
21091 to long, to avoid warnings on 64-bit platforms.
21092
21093 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
21094
21095 * gdb.base/attach.exp: Add new message from ptrace in case of
21096 attaching to nonexistent process.
21097
21098 2003-04-11 Jim Blandy <jimb@redhat.com>
21099
21100 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21101 gdb.c++/userdef.cc: Place comments on the lines to which the
21102 marker function might return.
21103 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21104 gdb.c++/userdef.exp: Look for those comments to check that we've
21105 returned to the right place, instead of checking line numbers.
21106
21107 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
21108
21109 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
21110 match on sourcefile name, instead of directory name.
21111
21112 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
21113
21114 * gdb.base/completion.exp: Use string_to_regexp to match the
21115 working directory name.
21116
21117 2003-04-09 Jim Blandy <jimb@redhat.com>
21118
21119 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21120 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
21121 after an inferior function call, report the failure, but allow the
21122 test to continue.
21123
21124 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
21125
21126 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
21127 with -DPROTOTYPES.
21128
21129 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
21130
21131 * gdb.base/break.exp: Revert last patch.
21132
21133 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
21134
21135 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
21136 with -DPROTOTYPES.
21137
21138 2003-04-02 Andrew Cagney <cagney@redhat.com>
21139
21140 * gdb.base/callfuncs.exp: Make "print add" messages unique.
21141 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
21142 matching directories by the name breakpoint.
21143 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
21144 Make "continue to marker1" consistent.
21145 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
21146 message consistent.
21147 * lib/gdb.exp: Put "the program is no longer running", and "the
21148 program exited" in parenthesis.
21149 * lib/mi-support.exp: Ditto.
21150
21151 2003-04-02 Bob Rossi <bob_rossi@cox.net>
21152
21153 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
21154
21155 2003-03-29 Andrew Cagney <cagney@redhat.com>
21156
21157 * gdb.base/sizeof.c (main): Print the value of '\377'.
21158 * gdb.base/sizeof.exp: Check the sign of '\377'.
21159
21160 2003-03-27 Michael Chastain <mec@shout.net>
21161
21162 * gdb.base/gdb1090.exp: New file.
21163 * gdb.base/gdb1090.cc: New file.
21164
21165 2003-03-27 J. Brobecker <brobecker@gnat.com>
21166
21167 * gdb.gdb/observer.exp: New regression test.
21168
21169 2003-03-27 Michael Chastain <mec@shout.net>
21170
21171 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
21172 * gdb.base/ptype.exp: Likewise.
21173
21174 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
21175
21176 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
21177
21178 2003-03-26 Michael Chastain <mec@shout.net>
21179
21180 * gdb.base/ptype.exp: Actually use some typedef'd types.
21181
21182 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
21183
21184 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
21185 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
21186
21187 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21188
21189 * gdb.base/default.exp: Fix regular expression.
21190
21191 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21192
21193 * gdb.base/args.exp: Fix regular expression.
21194
21195 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21196
21197 * gdb.base/help.exp: Allow Win32 child process.
21198
21199 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21200
21201 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
21202 when stepping out of main().
21203
21204 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21205
21206 * gdb.base/default.exp: Check for win32 specific message when calling
21207 "run" without executable.
21208
21209 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21210
21211 * gdb.base/args.exp: Expect .exe in output.
21212
21213 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
21214
21215 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
21216 Cygwin native.
21217
21218 2003-03-17 Andrew Cagney <cagney@redhat.com>
21219
21220 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
21221 vector registes.
21222 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
21223 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
21224
21225 2003-03-17 David Carlton <carlton@math.stanford.edu>
21226
21227 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
21228 test, for PR breakpoints/38.
21229 Call test_watchpoint_and_breakpoint.
21230 * gdb.base/watchpoint.c (func3): New function.
21231 (main): Call func3.
21232
21233 2003-03-04 David Carlton <carlton@math.stanford.edu>
21234
21235 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
21236 Garply<Garply<char> >:: garply".
21237 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
21238 with respect to PR c++/1111; note also PR c++/1113.
21239 (test_template_breakpoints): KFAIL "constructor breakpoint" with
21240 respect to PR c++/1062.
21241 KFAIL "destructor breakpoint" with respect to PR c++/1112.
21242
21243 2003-03-03 David Carlton <carlton@math.stanford.edu>
21244
21245 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
21246 with respect to PR c++/57.
21247 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
21248 c++/826.
21249 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
21250 respect to PR c++/57.
21251
21252 2003-03-03 David Carlton <carlton@math.stanford.edu>
21253
21254 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
21255 respect to PR c++/33 into FAILs.
21256
21257 2003-03-03 Michael Chastain <mec@shout.net>
21258
21259 * configure.in: Update copyright years.
21260
21261 2003-03-03 Michael Chastain <mec@shout.net>
21262
21263 * Makefile.in: Update copyright years.
21264
21265 2003-02-28 David Carlton <carlton@math.stanford.edu>
21266
21267 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
21268 print class instead of struct and/or superfluous protection
21269 specifiers, as long as the resulting output is equivalent to the
21270 source code.
21271 Delete FIXME from end of messages on tests that don't need
21272 fixing.
21273
21274 2003-02-28 David Carlton <carlton@math.stanford.edu>
21275
21276 * gdb.c++/templates.exp (do_tests): Allow const in the two
21277 Foo<volatile char *>::foo tests.
21278
21279 2003-02-27 Michael Snyder <msnyder@redhat.com>
21280
21281 * gdb.base/restore.c (main): Return zero, so exit code
21282 will be consistant.
21283
21284 2003-02-26 David Carlton <carlton@math.stanford.edu>
21285
21286 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
21287 char *>::foo" test with respect to PR c++/33. Create a new test
21288 which is identical to that one except that it doesn't put the
21289 space between the "char" and the "*"; KFAIL it, too.
21290
21291 2003-02-26 David Carlton <carlton@math.stanford.edu>
21292
21293 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
21294 template types into either PASSes or KFAILs (corresponding to PR
21295 c++/57). Tweak indentation. Update copyright.
21296
21297 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
21298
21299 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
21300
21301 2003-02-13 Michael Chastain <mec@shout.net>
21302
21303 * gdb.base/exprs.exp: Remove i960 remnants.
21304 * gdb.base/funcargs.exp: Likewise.
21305 * gdb.base/list.exp: Likewise.
21306 * gdb.base/ptype.exp: Likewise.
21307
21308 2003-02-14 David Carlton <carlton@math.stanford.edu>
21309
21310 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
21311 pEe->D::vg()" from XFAIL to KFAIL.
21312
21313 2003-02-13 Jason Molenda (jmolenda@apple.com)
21314
21315 * gdb.base/maint.exp: Update maint print statistics regexp to include
21316 new entries.
21317
21318 2003-02-13 Michael Chastain <mec@shout.net>
21319
21320 * gdb.c++/inherit.exp: Remove call to get_debug_format.
21321
21322 2003-02-12 Michael Chastain <mec@shout.net>
21323
21324 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
21325 * gdb.c++/inherit.exp: Likewise.
21326 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
21327 * gdb.c++/templates.exp: Likewise.
21328 * gdb.c++/virtfunc.exp: Likewise.
21329
21330 2003-02-06 Jason Molenda (jason-cl@molenda.com)
21331
21332 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
21333 why the code is written that way.
21334
21335 2003-02-05 Michael Chastain <mec@shout.net>
21336
21337 * gdb.base/dump.exp: Add missing copyright line.
21338
21339 2003-02-05 Jason Molenda (jason-cl@molenda.com)
21340
21341 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
21342 at the beginning so the breakpoint doesn't get set on the loop.
21343
21344 2003-02-05 Michael Chastain <mec@shout.net>
21345
21346 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
21347 output for configurations with gcc 2.95.3.
21348
21349 2003-02-05 Keith Seitz <keiths@redhat.com>
21350 Andrew Cagney <ac131313@redhat.com>
21351
21352 * gdb.mi/mi-cli.exp: New file.
21353
21354 2003-02-04 Michael Chastain <mec@shout.net>
21355
21356 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
21357 Call perror and then continue.
21358
21359 2003-02-03 Michael Chastain <mec@shout.net>
21360
21361 * gdb.c++/pr-1023.cc: New file.
21362 * gdb.c++/pr-1023.exp: New file.
21363
21364 2003-02-05 Jim Blandy <jimb@redhat.com>
21365
21366 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
21367 it's local to foobar. Check for it there, and check that it's not
21368 present in main.
21369 * gdb.c++/local.cc (marker2): New function.
21370 (foobar): Call marker1.
21371 (main): Call marker2 instead of marker1.
21372
21373 2003-02-04 Andrew Cagney <ac131313@redhat.com>
21374
21375 * gdb.disasm/mn10200.exp: Obsolete file.
21376 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
21377 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
21378 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
21379
21380 2003-02-04 David Carlton <carlton@math.stanford.edu>
21381
21382 * gdb.c++/overload.exp: Test intToChar(1).
21383 * gdb.c++/overload.cc (intToChar): New.
21384 (main): Call intToChar.
21385
21386 2003-02-03 David Carlton <carlton@math.stanford.edu>
21387
21388 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
21389 'might_kfail' arg.
21390 KFAIL some of the continue_to_bp_overloaded calls, according to
21391 PR c++/1025.
21392
21393 2003-02-01 Michael Chastain <mec@shout.net>
21394
21395 * gdb.base/advance.c (marker1): New marker function.
21396 * gdb.base/advance.exp: When the 'advance' command lands on the
21397 return breakpoint, it can legitimately stop on either the
21398 current line or the next line. Accommodate both outcomes.
21399 * gdb.base/until.exp: Likewise.
21400
21401 2003-02-02 Andrew Cagney <ac131313@redhat.com>
21402
21403 2002-11-10 Jason Molenda (jason-cl@molenda.com):
21404 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
21405 now a list, not a tuple.
21406 * gdb.mi/mi-var-display.exp: Ditto.
21407 * gdb.mi/gdb792.exp: Ditto.
21408
21409 2003-02-01 Andrew Cagney <ac131313@redhat.com>
21410
21411 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
21412 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
21413 stack backtraces.
21414 * gdb.mi/mi-syn-frame.c: Part of same.
21415
21416 2003-02-01 Mark Kettenis <kettenis@gnu.org>
21417
21418 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
21419 gdb.mi/mi1-pthreads.exp: Return instead of calling
21420 gdb_suppress_entire_file.
21421
21422 2003-02-01 Mark Salter <msalter@redhat.com>
21423
21424 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
21425
21426 2003-01-31 Mark Salter <msalter@redhat.com>
21427
21428 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
21429 Support empty arg.
21430
21431 2003-01-30 Michael Chastain <mec@shout.net>
21432
21433 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
21434 This was a workaround for a UTF-8 bug in readline 4.3. The bug
21435 has been fixed in gdb/readline on 2003-01-09.
21436
21437 2003-01-29 Michael Snyder <msnyder@redhat.com>
21438
21439 * gdb.base/maint.exp: Allow for leading underscore in symbol.
21440 * gdb.base/display.exp: Allow for leading underscore in symbol.
21441 * gdb.base/args.exp: Skip if target does not support args passing.
21442
21443 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
21444
21445 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
21446 gdb_test. Accept a list of expect arguments as the third
21447 parameter.
21448 (gdb_test): Use it.
21449
21450 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
21451
21452 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
21453 allow for different test tree configurations. Update some
21454 tescases accordingly.
21455 * gdb.arch/altivec-regs.exp: Ditto.
21456 * gdb.asm/asm-source.exp: Ditto.
21457 * gdb.base/advance.exp: Ditto.
21458 * gdb.base/display.exp: Ditto.
21459 * gdb.base/long_long.exp: Ditto.
21460 * gdb.base/mips_pro.exp: Ditto.
21461 * gdb.base/overlays.exp: Ditto.
21462 * gdb.base/relocate.exp: Ditto.
21463 * gdb.base/setshow.exp: Ditto.
21464 * gdb.base/step-line.exp: Ditto.
21465 * gdb.base/step-test.exp: Ditto.
21466 * gdb.base/until.exp: Ditto.
21467 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
21468
21469 2003-01-17 David Carlton <carlton@math.stanford.edu>
21470
21471 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
21472 corresponding to PR c++/945.
21473 Update copyright.
21474
21475 2003-01-17 David Carlton <carlton@math.stanford.edu>
21476
21477 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
21478 corresponding to PR c++/68.
21479
21480 2003-01-17 David Carlton <carlton@math.stanford.edu>
21481
21482 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
21483 (test_paddr_hairy_functions): Call print_addr_2_kfail for
21484 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
21485
21486 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
21487
21488 * gdb.base/break.exp: Fix change of default location, because of
21489 removal of until tests.
21490 * gdb.base/help.exp: Update test for new 'until' help message.
21491 Add test for help on 'advance'.
21492 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
21493
21494 2003-01-15 Mark Kettenis <kettenis@gnu.org>
21495
21496 * gdb.base/default.exp: Adapt "info float" test for recent changes
21497 to that command. Add test for "info vector".
21498 * gdb.base/float.exp: New file. Add test for "info float" that
21499 resembles the old test in gdb.base/default.exp.
21500
21501 2003-01-15 David Carlton <carlton@math.stanford.edu>
21502
21503 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
21504
21505 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
21506
21507 * gdb.base/break.exp: Move the tests of until command from here...
21508 * gdb.base/until.exp: ... to here. New file. Add other tests.
21509 * gdb.base/advance.c: New file.
21510 * gdb.base/advance.exp: New file.
21511
21512 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
21513
21514 * gdb.base/args.c: New file.
21515 * gdb.base/args.exp: New file.
21516
21517 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
21518
21519 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
21520
21521 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
21522
21523 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
21524
21525 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
21526
21527 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
21528 dates.
21529
21530 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
21531
21532 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
21533
21534 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
21535
21536 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
21537 (ptype &*"foo").
21538 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
21539
21540 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
21541
21542 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
21543 * gdb.mi/mi1-console.exp: Likewise.
21544
21545 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
21546
21547 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
21548 * gdb.mi/mi1-console.exp: Likewise.
21549
21550 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
21551
21552 * gdb.c++/overload.exp: Remove some fixed XFAILs.
21553
21554 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
21555
21556 * gdb.base/detach.exp: New test.
21557
21558 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
21559
21560 * Makefile.in (ALL_SUBDIRS): New variable.
21561 (subdirs, clean, distclean): Use it.
21562 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
21563 regenerating Makefile, since it is generated from the top level.
21564 * gdb.asm/Makefile.in: Likewise.
21565 * gdb.base/Makefile.in: Likewise.
21566 * gdb.c++/Makefile.in: Likewise.
21567 * gdb.disasm/Makefile.in: Likewise.
21568 * gdb.java/Makefile.in: Likewise.
21569 * gdb.mi/Makefile.in: Likewise.
21570 * gdb.threads/Makefile.in: Likewise.
21571 * gdb.trace/Makefile.in: Likewise.
21572
21573 2003-01-09 David Carlton <carlton@math.stanford.edu>
21574
21575 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
21576 Add copyright year 2003.
21577
21578 2003-01-06 Michael Chastain <mec@shout.net>
21579
21580 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
21581 When selecting a thread, 'line' and 'file' are optional.
21582 * gdb.mi/mi1-pthreads.exp: Likewise.
21583
21584 2003-01-06 Andreas Schwab <schwab@suse.de>
21585
21586 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
21587 failures.
21588
21589 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
21590
21591 Fix PR gdb/844
21592 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
21593 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
21594
21595 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
21596 instead of calling gdb_suppress_entire_file.
21597 * gdb.threads/print-threads.exp: Likewise.
21598 * gdb.threads/schedlock.exp: Likewise.
21599
21600 * gdb.threads/killed.exp: Return instead of calling
21601 gdb_suppress_entire_file.
21602 * gdb.threads/linux-dp.exp: Likewise.
21603 * gdb.threads/pthreads.exp: Likewise.
21604
21605 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
21606
21607 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
21608 stabs.
21609 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
21610 * gdb.base/whatis.exp: Always allow (void) after function names.
21611
21612 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
21613
21614 * gdb.c++/casts.exp: Correct regexp.
21615
21616 2003-01-04 Mark Kettenis <kettenis@gnu.org>
21617
21618 * configure.in: Call AC_CONFIG_HEADER. Don't call
21619 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
21620 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
21621 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
21622 aforementioned directories in the AC_OUPUT call.
21623 * config.hin: New file.
21624 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
21625 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
21626 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
21627 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
21628 pass -I$objdir instead of -I$objdir/$subdir in compilation.
21629 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
21630 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
21631 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
21632 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
21633 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
21634 gdb.threads/configure.in, gdb.threads/configure,
21635 gdb.threads/config.in, gdb.trace/configure.in,
21636 gdb.trace/configure: Removed.
21637
21638 2003-01-03 Michael Chastain <mec@shout.net>
21639
21640 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
21641 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
21642
21643 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
21644
21645 * gdb.base/store.exp: Fix regular expressions.
21646
21647 2002-12-28 Mark Kettenis <kettenis@gnu.org>
21648
21649 * configure.in: Rewrite.
21650 * configure: Regenerated.
21651
21652 2003-01-03 David Carlton <carlton@math.stanford.edu>
21653
21654 * gdb.base/psymtab.exp: New file.
21655 * gdb.base/psymtab1.c: Ditto.
21656 * gdb.base/psymtab2.c: Ditto.
21657
21658 2002-12-23 Adam Fedor <fedor@gnu.org>
21659
21660 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
21661
21662 2002-12-23 David Carlton <carlton@math.stanford.edu>
21663
21664 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
21665 and current_directory initialization.
21666
21667 2002-12-22 Jim Blandy <jimb@redhat.com>
21668
21669 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
21670 rather than as part of the output file name.
21671
21672 * gdb.base/attach.exp: There's no need to copy the test program to
21673 /tmp; that was only ever necessary on HP/UX, and this test is
21674 entirely disabled there anyway.
21675
21676 2002-12-21 Jim Blandy <jimb@redhat.com>
21677
21678 * gdb.c++/psmang.exp: Doc fix.
21679
21680 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
21681 test.
21682
21683 2002-12-20 David Carlton <carlton@math.stanford.edu>
21684
21685 * gdb.c++/annota2.exp: KFAIL annotate-quit.
21686
21687 2002-12-18 Michael Chastain <mec@shout.net>
21688
21689 * gdb.c++/annota2.exp: Add copyright year 2002.
21690
21691 2002-12-17 David Carlton <carlton@math.stanford.edu>
21692
21693 * gdb.c++/try_catch.cc: Add marker comments.
21694 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
21695 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
21696 * gdb.c++/m-static.cc: Ditto.
21697 * gdb.c++/m-static1.cc: Ditto.
21698 * gdb.c++/try_catch.cc: Ditto.
21699
21700 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
21701
21702 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
21703 to see whether we are using the new -environment-directory
21704 command which resets via -r or the old version of the command
21705 which may prompt the user. Part of fix for gdb/741.
21706
21707 2002-12-13 Andrew Cagney <ac131313@redhat.com>
21708
21709 * gdb.fortran/types.exp: Update obsolete comment.
21710 * gdb.fortran/exprs.exp: Ditto.
21711 * lib/gdb.exp: Delete obsolete code.
21712 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
21713 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
21714 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
21715 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
21716 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
21717 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
21718 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
21719 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
21720 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
21721 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
21722 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
21723 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
21724 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
21725 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
21726 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
21727 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
21728 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
21729 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
21730 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
21731 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
21732 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
21733 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
21734 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
21735 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
21736 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
21737 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
21738 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
21739 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
21740 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
21741 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
21742 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
21743 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
21744 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
21745 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
21746 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
21747 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
21748 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
21749
21750 2002-12-11 David Carlton <carlton@math.stanford.edu>
21751
21752 * gdb.c++/m-data.exp: Add test for members that shadow global
21753 variables: see PR gdb/804.
21754 * gdb.c++/m-data.cc: Ditto.
21755
21756 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
21757
21758 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
21759
21760 2002-12-06 David Carlton <carlton@math.stanford.edu>
21761
21762 * gdb.base/store.c: Don't declare functions static.
21763
21764 2002-12-04 Andrew Cagney <ac131313@redhat.com>
21765
21766 * gdb.base/store.exp, gdb.base/store.c: New files.
21767
21768 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
21769
21770 * gdb.base/selftest.exp: Update for current gdb.
21771
21772 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
21773
21774 * gdb.base/maint.exp: Only dump symbols from one source file
21775 or objfile.
21776
21777 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
21778
21779 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
21780 function call.
21781
21782 2002-11-25 Jim Blandy <jimb@redhat.com>
21783
21784 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
21785 function appearing in error message.
21786
21787 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
21788
21789 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
21790
21791 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
21792
21793 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
21794 for mi1 and current mi is in correct format. New mi startup message
21795 should be in mi console format. This is part of fix for PR gdb/604.
21796
21797 2002-09-18 Fernando Nasser <fnasser@redhat.com>
21798
21799 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
21800 which explicitly prints the zero offset as "+0".
21801
21802 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
21803
21804 * gdb.threads/schedlock.c (args): Make unsigned.
21805
21806 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
21807
21808 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
21809 numbers. Allow "foo2|selected stack frame".
21810 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
21811 * gdb.asm/asmsrc2.s: Likewise.
21812 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
21813 comments.
21814 * gdb.asm/mips.inc: New file.
21815
21816 2002-10-18 Adam Fedor <fedor@gnu.org>
21817
21818 * gdb.base/default.exp: Update expected output to include 'ObjC'.
21819 * gdb.base/help.exp: Likewise.
21820
21821 2002-10-17 Kevin Buettner <kevinb@redhat.com>
21822
21823 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
21824 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
21825
21826 2002-10-02 Jim Blandy <jimb@redhat.com>
21827
21828 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
21829
21830 2002-10-01 Andrew Cagney <ac131313@redhat.com>
21831
21832 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
21833 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
21834 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
21835 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
21836 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
21837 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
21838 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
21839
21840 2002-09-29 Andrew Cagney <ac131313@redhat.com>
21841
21842 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
21843 * mi0-disassemble.exp, mi0-eval.exp: Delete.
21844 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
21845 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
21846 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
21847 * mi0-var-block.exp, mi0-var-child.exp: Delete.
21848 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
21849
21850 2002-09-27 Kevin Buettner <kevinb@redhat.com>
21851
21852 * gdb.base/annota1.exp (info break): Make directory components of
21853 path optional since not all compilers emit this debug information.
21854
21855 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
21856 step ends up stepping out of the function instead of stopping on
21857 the epilogue.
21858
21859 2002-09-26 Keith Seitz <keiths@redhat.com>
21860
21861 * lib/insight-support.exp (gdbtk_start): Figure out where
21862 the insight executable is based on where gdb is. Use this
21863 executable to start insight instead of gdb.
21864
21865 2002-09-25 Andrew Cagney <cagney@redhat.com>
21866
21867 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
21868
21869 2002-09-24 Andrew Cagney <ac131313@redhat.com>
21870
21871 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
21872 test_isolated_complaints.
21873 (test_empty_complaint): New function.
21874 (test_empty_complaints): New function. Check no output when no
21875 complaints.
21876
21877 2002-09-19 Jim Blandy <jimb@redhat.com>
21878
21879 * gdb.base/charset.exp, gdb.base/charset.c: New files.
21880
21881 2002-09-19 Andrew Cagney <ac131313@redhat.com>
21882
21883 * gdb.gdb/complaints.exp: New file.
21884
21885 2002-09-18 Andrew Cagney <ac131313@redhat.com>
21886
21887 * gdb.base/maint.exp: Check `help maint internal-warning'.
21888
21889 2002-09-18 David Carlton <carlton@math.stanford.edu>
21890
21891 * gdb.c++/m-static.exp: Remove breakpoints depending on line
21892 numbers, and replace them by a single breakpoint after the
21893 constructors are all finished.
21894 Add test 4.
21895 * gdb.c++/m-static.cc: Add test 4.
21896 * gdb.c++/m-static.h: New file.
21897 * gdb.c++/m-static1.cc: New file.
21898
21899 * gdb.c++/printmethod.exp: New file.
21900 * gdb.c++/printmethod.cc: New file.
21901
21902 * gdb.c++/pr-574.exp: New file.
21903 * gdb.c++/pr-574.cc: New file.
21904
21905 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
21906
21907 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
21908 embedded targets which never actually exit.
21909
21910 2002-09-18 Fernando Nasser <fnasser@redhat.com>
21911
21912 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
21913 "don't step after run" as unresolved or unsupported, instead of xfail.
21914
21915 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
21916
21917 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
21918 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
21919 Add newline to expected string in "step out of main (status wrapper)"
21920 case.
21921
21922 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
21923
21924 * lib/gdb.exp (rerun_to_main): Allow restarting application.
21925 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
21926
21927 2002-09-17 Tom Tromey <tromey@redhat.com>
21928
21929 * gdb.base/printcmds.exp (test_print_string_constants): Expect
21930 \000, not \0, in double-quoted string.
21931
21932 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
21933
21934 * gdb.base/commands.exp: Don't expect a "Program exited normally"
21935 string after running the commands execution on breakpoint tests.
21936
21937 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
21938
21939 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
21940
21941 2002-09-12 Joel Brobecker <brobecker@gnat.com>
21942
21943 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
21944
21945 2002-09-10 Keith Seitz <keiths@redhat.com>
21946
21947 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
21948 runto proc.
21949 (mi_run_to_main): Use mi_runto.
21950 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
21951
21952 2002-09-10 Keith Seitz <keiths@redhat.com>
21953
21954 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
21955 regexp for stopping at main. Could have multiple event notifications.
21956 Don't assume that main was declared with no parameters.
21957 (mi_next): Use mi_step_to.
21958 (mi_step): Use mi_next_to.
21959
21960 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
21961
21962 * gdb.base/default.exp: Fix expected string in `info float' test.
21963
21964 2002-09-09 Ben Elliston <bje@redhat.com>
21965
21966 * config/mips.exp: Update comments.
21967 * config/mips-idt.exp: Likewise.
21968 * config/nind.exp: Likewise.
21969 * config/slite.exp: Likewise.
21970 * config/sparclet.exp: Likewise.
21971 * config/udi.exp: Likewise.
21972 * config/vx.exp: Likewise.
21973 * config/vxworks29k.exp: Likewise.
21974
21975 2002-09-05 Jim Blandy <jimb@redhat.com>
21976
21977 * gdb.threads/killed.exp: Fix test failure message.
21978
21979 2002-09-04 Keith Seitz <keiths@redhat.com>
21980
21981 * lib/mi-support.exp: Update copyright.
21982 (mi_gdb_test): Increase the priority of the expected pattern
21983 so that it matches gdb_test.
21984
21985 2002-09-03 Keith Seitz <keiths@redhat.com>
21986
21987 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
21988 Use integer comparison instead of string comparison for testing
21989 whether binary was built.
21990
21991 2002-09-03 Jim Blandy <jimb@redhat.com>
21992
21993 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
21994
21995 2002-08-29 Jim Blandy <jimb@redhat.com>
21996
21997 * gdb.threads/pthreads.exp: Move the portable thread compilation
21998 code into a function in lib/gdb.exp, and call that from here.
21999 * lib/gdb.exp (gdb_compile_pthreads): New function.
22000
22001 2002-08-29 Keith Seitz <keiths@redhat.com>
22002
22003 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
22004 expect_out so that callers can get at it.
22005
22006 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
22007
22008 * gdb.threads/print-threads.c: New file.
22009 * gdb.threads/print-threads.exp: New file.
22010 * gdb.threads/schedlock.c: New file.
22011 * gdb.threads/schedlock.exp: New file.
22012
22013 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
22014
22015 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
22016 not altivec.c.
22017
22018 2002-08-17 Mark Kettenis <kettenis@gnu.org>
22019
22020 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
22021 targets. The problem should be fixed now.
22022
22023 2002-08-15 Mark Kettenis <kettenis@gnu.org>
22024
22025 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
22026 2002-07-24 change that removes final dots from error messages.
22027
22028 2002-08-13 Tom Tromey <tromey@redhat.com>
22029
22030 * gdb.base/readline.exp: New file.
22031
22032 2002-08-01 Andrew Cagney <ac131313@redhat.com>
22033
22034 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
22035 supress message.
22036
22037 2002-08-01 Andrew Cagney <cagney@redhat.com>
22038
22039 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
22040 CHILL_FOR_TARGET and CHILL_LIB.
22041 * configure.in (configdirs): Remove gdb.chill.
22042 * configure: Regenerate.
22043 * lib/gdb.exp: Obsolete references to chill.
22044 * gdb.fortran/types.exp: Ditto.
22045 * gdb.fortran/exprs.exp: Ditto.
22046
22047 2002-07-30 Kevin Buettner <kevinb@redhat.com>
22048
22049 * gdb.base/shlib-call.exp (additional_flags): Conditionally
22050 set Irix-specific compile and link flags.
22051
22052 2002-07-29 Kevin Buettner <kevinb@redhat.com>
22053
22054 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
22055 source files. The ``-o'' option doesn't work with the ``-E'' option
22056 when using the Irix compiler.
22057
22058 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
22059
22060 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
22061 Improve support for reusing an exec file. Copy exec file
22062 to target, and run gdbserver on the target instead of on the host.
22063
22064 2002-07-18 Jim Blandy <jimb@redhat.com>
22065
22066 * gdb.base/ending-run.exp: Don't expect to see the program end in
22067 some orderly fashion when we're running on a real stand-alone
22068 board.
22069
22070 * gdb.base/interrupt.exp: Correct logic for skipping tests on
22071 targets that don't support interrupts.
22072
22073 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
22074
22075 * gdb.base/attach.exp: Add patterns to match output from /proc-based
22076 systems.
22077 Move comments in expect statements to inside the actions, so that they
22078 don't get matched against.
22079
22080 2002-07-10 Mark Kettenis <kettenis@gnu.org>
22081
22082 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
22083 function when asleep" test.
22084
22085 2002-07-10 Andrew Cagney <ac131313@redhat.com>
22086
22087 * gdb.base/page.exp: Rewrite to handle problems with very long
22088 `info set' output. Update copyright.
22089
22090 2002-06-26 Andrew Cagney <ac131313@redhat.com>
22091
22092 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
22093 gdb.threads-hp.
22094 * gdb.hp/configure: Regenerate.
22095 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
22096 * gdb.hp/gdb.threads-hp/configure: Delete file.
22097 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
22098
22099 2002-06-22 Andrew Cagney <ac131313@redhat.com>
22100
22101 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
22102 setlocale, bindtextdomain and textdomain.
22103
22104 2002-06-11 Jim Blandy <jimb@redhat.com>
22105
22106 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
22107 preprocessor macro information is present.
22108
22109 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
22110 tests.
22111
22112 2002-06-06 Michael Snyder <msnyder@redhat.com>
22113
22114 * gdb.base/overlays.exp: Record addresses of overlay
22115 functions in TCL variables rather than in GDB variables,
22116 to avoid having GDB convert them to pointers (with loss
22117 of information).
22118
22119 * gdb.base/d10v.ld: Merge in several years worth of
22120 default linker script changes.
22121 * gdb.base/long_long.exp: Add check for sizeof (long double).
22122
22123 2002-06-06 Michal Ludvig <mludvig@suse.cz>
22124
22125 * gdb.asm/asm-source.exp: Add x86-64 target.
22126 * gdb.asm/x86_64.inc: New.
22127
22128 2002-05-30 Michael Chastain <mec@shout.net>
22129
22130 From Benjamin Kosnik <bkoz@redhat.com>:
22131 * gdb.c++/m-static.cc: New file.
22132 * gdb.c++/m-static.exp: New file.
22133
22134 2002-05-28 Michael Snyder <msnyder@redhat.com>
22135
22136 * gdb.base/call-ar-st.exp: Allow for reduced floating point
22137 precision.
22138
22139 2002-05-27 Michael Chastain <mec@shout.net>
22140
22141 From Benjamin Kosnik <bkoz@redhat.com>:
22142 * gdb.c++/m-data.cc: New file.
22143 * gdb.c++/m-data.exp: New file.
22144
22145 2002-05-27 Michael Chastain <mec@shout.net>
22146
22147 From Benjamin Kosnik <bkoz@redhat.com>:
22148 * gdb.c++/try_catch.cc: New file.
22149 * gdb.c++/try_catch.exp: New file.
22150
22151 2002-05-27 Michael Chastain <mec@shout.net>
22152
22153 * gdb.c++/local.exp: Accept more nested types in output.
22154
22155 2002-05-26 Michael Chastain <mec@shout.net>
22156
22157 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
22158
22159 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
22160
22161 * lib/gdb.exp (gdb_wrapper_init): Just because
22162 gdb_wrapper_file exists, this does not mean that the file
22163 should not be rebuilt. That is what gdb_wrapper_initialized
22164 is for.
22165 (default_gdb_init): Reset gdb_wrapper_initialized.
22166
22167 2002-05-23 Michael Snyder <msnyder@redhat.com>
22168
22169 * gdb.base/all-bin.exp: Revise previous patch by just reducing
22170 the precision of the floating point test results.
22171 * gdb.base/call-rt-st.exp: Ditto.
22172
22173 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
22174 * gdb.base/call-rt-st.exp: Ditto.
22175
22176 2002-05-19 Michael Chastain <mec@shout.net>
22177
22178 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
22179
22180 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
22181
22182 * configure.in (configdirs): Add gdb.arch.
22183 * configure: Regenerate.
22184
22185 2002-05-17 Jim Blandy <jimb@redhat.com>
22186
22187 * gdb.base/completion.exp: Recognize the more detailed error
22188 messages produced by the macro expander's lexical analyzer.
22189
22190 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
22191
22192 * gdb.arch/altivec-abi.c: New file.
22193 * gdb.arch/altivec-abi.exp: New file.
22194 * gdb.arch/altivec-regs.c: New file.
22195 * gdb.arch/altivec-regs.exp: New file.
22196
22197 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
22198
22199 * gdb.base/maint.exp (maint print type): Update for new type
22200 structure.
22201
22202 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
22203
22204 * gdb.arch: New directory.
22205 * gdb.arch/configure.in: New file.
22206 * gdb.arch/configure: New file.
22207 * gdb.arch/Makefile.in: New file.
22208
22209 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
22210
22211 * gdb.asm/asm-source.exp: Add v850 as supported target.
22212 * gdb.asm/v850.inc: New file.
22213
22214 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
22215
22216 * gdb.c++/annota2.exp (annotate-quit): Add comment.
22217
22218 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
22219
22220 * gdb.base/break.exp: Check 'break "marker2"'.
22221
22222 2002-05-10 Michael Snyder <msnyder@redhat.com>
22223
22224 * gdb.base/long_long.exp: Fix typo.
22225
22226 2002-05-10 Jim Blandy <jimb@redhat.com>
22227
22228 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
22229 a bug.
22230
22231 * gdb.base/printcmds.exp (test_integer_literals_rejected):
22232 Recognize more detailed error message produced by the macro
22233 expander's lexical analyzer.
22234 * lib/gdb.exp (test_print_reject): Same.
22235
22236 2002-05-09 Mark Kettenis <kettenis@gnu.org>
22237
22238 * gdb.c++/method.exp: Fix typo.
22239
22240 2002-05-08 Michael Snyder <msnyder@redhat.com>
22241
22242 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
22243 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
22244 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
22245 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
22246 Add iftarget clause for strongarm.
22247
22248 2002-05-06 Michael Snyder <msnyder@redhat.com>
22249
22250 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
22251 (gdb_continue_to_end): Accept output from status wrapper.
22252 * gdb.base/ending-run.exp: Add case for output from status wrapper.
22253 Clean up fail messages to match pass messages.
22254
22255 Enable the "needs_status_wrapper" testsuite feature.
22256 * lib/gdb.exp (gdb_wrapper_init): New procedure.
22257 (gdb_compile): Conditionally call gdb_wrapper_init.
22258 * gdb.base/a2-run.exp: Recognize output from status wrapper.
22259 * gdb.c++/method.exp: Recognize output from status wrapper.
22260
22261 2002-05-06 Ben Elliston <bje@redhat.com>
22262 From Graydon Hoare <graydon@redhat.com>
22263
22264 * config/sid.exp: Include support for "rawsid" protocol.
22265
22266 2002-05-03 Jim Blandy <jimb@redhat.com>
22267
22268 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
22269 * gdb.c++/hang3.C: New file.
22270
22271 2002-05-04 Andrew Cagney <ac131313@redhat.com>
22272
22273 * gdb.base/default.exp: Remove obsolete code.
22274 * gdb.c++/misc.exp: Ditto. Update copyright.
22275 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
22276 * gdb.base/whatis.exp: Ditto. Update copyright.
22277 * gdb.base/scope.exp: Ditto. Update copyright.
22278 * gdb.base/ptype.exp: Ditto. Update copyright.
22279 * gdb.base/printcmds.exp: Ditto. Update copyright.
22280 * gdb.base/opaque.exp: Ditto. Update copyright.
22281 * gdb.base/list.exp: Ditto.
22282 * gdb.base/funcargs.exp: Ditto. Update copyright.
22283 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
22284 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
22285 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
22286 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
22287 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
22288 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
22289
22290 2002-05-02 Michael Snyder <msnyder@redhat.com>
22291
22292 * gdb.base/watchpoint.exp: Add xscale target.
22293 * gdb.base/long_long.exp: Add xscale target.
22294 * gdb.base/default.exp: Add xscale target.
22295
22296 2002-05-01 Jim Blandy <jimb@redhat.com>
22297
22298 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
22299 gdb.c++/hang.exp: New test.
22300
22301 2002-05-01 Fred Fish <fnf@redhat.com>
22302
22303 * gdb.base/completion.exp: Handle completions of "./Make" for
22304 more than one completion possibility, as is the case when we
22305 build and test in the source tree.
22306
22307 2002-04-29 Anthony Green <green@redhat.com>
22308
22309 * gdb.java/jmisc1.exp: New file.
22310 * gdb.java/jmisc2.exp: New file.
22311
22312 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
22313
22314 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
22315
22316 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
22317
22318 * gdb.base/help.exp: Change 'help status' to allow for target
22319 dependent output differences.
22320
22321 2002-04-22 Michael Chastain <mec@shout.net>
22322
22323 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
22324
22325 2002-04-22 Michael Chastain <mec@shout.net>
22326
22327 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
22328
22329 2002-04-17 David S. Miller <davem@redhat.com>
22330
22331 * gdb.asm/sparc64.inc: New file.
22332 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
22333
22334 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
22335
22336 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
22337 instruction file directly into the build tree. Clean up at end of
22338 test.
22339
22340 2002-04-18 David S. Miller <davem@redhat.com>
22341
22342 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
22343 handle 64-bit platforms correctly.
22344 * gdb.base/maint.exp: Likewise.
22345
22346 2002-04-18 Kevin Buettner <kevinb@redhat.com>
22347
22348 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
22349 ``-fpic'' when compiling files comprising a shared library, but
22350 it does need additional linker flags in order to find shared
22351 libraries at run time.
22352
22353 2002-04-18 Kevin Buettner <kevinb@redhat.com>
22354
22355 * gdb.base/cvexpr.c (use): New function.
22356 (main): Invoke use() on all global variables to prevent
22357 some linkers from deleting these otherwise unused symbols.
22358
22359 2002-04-17 Michael Chastain <mec@shout.net>
22360 From David S. Miller <davem@redhat.com>
22361
22362 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
22363 handle 64-bit platforms correctly.
22364
22365 2002-04-12 Michael Snyder <msnyder@redhat.com>
22366 From Jim Blandy <jimb@redhat.com>
22367 * gdb.base/foo.c (foox): Remove section attribute; the linker
22368 script can handle this instead.
22369 * gdb.base/bar.c (barx): Same.
22370 * gdb.base/baz.c (bazx): Same.
22371 * gdb.base/grbx.c (grbxx): Same.
22372
22373 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
22374 manager doesn't automatically unmap overlays unnecessarily.
22375
22376 2002-04-10 Martin M. Hunt <hunt@redhat.com>
22377
22378 * gdb.base/ending-run.exp: Fix pattern for Mips targets
22379 stepping out of main.
22380
22381 2002-04-09 Michael Chastain <mec@shout.net>
22382
22383 * gdb.c++/local.cc (main): Move call to marker1() inside nested
22384 scope so that the nested scope tests will make sense.
22385 * gdb.c++/local.exp: Write patterns that actually work with gcc
22386 (the HP patterns "were never known to work with gcc").
22387 Keep the old aCC patterns too.
22388
22389 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
22390
22391 * gdb.base/attach.exp: Correct target board test.
22392
22393 2002-04-08 Michael Chastain <mec@shout.net>
22394
22395 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
22396 in a const method. Add some xfail and fail cases for configurations
22397 that do not emit the "const ...".
22398
22399 2002-04-07 Michael Chastain <mec@shout.net>
22400
22401 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
22402 Accept "A * const" and "const A * const" as type of "this".
22403 Fix spelling of getFunky throughout. Make messages uniform.
22404
22405 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
22406
22407 Work around for PR gdb/285:
22408 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
22409
22410 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
22411
22412 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
22413 instructions file at run time instead of configure time.
22414 Sometimes we run the test in a directory that is not the one we
22415 configured in.
22416 * gdb.asm/configure.in: Delete creation of symlink.
22417 * gdb.asm/configure: Regenerate.
22418
22419 2002-04-05 J. Brobecker <brobecker@gnat.com>
22420
22421 * gdb.gdb/xfullpath.exp: New test, to exercise the new
22422 xfullpath () function.
22423
22424 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
22425
22426 * gdb.asm/Makefile.in: Correct dependencies.
22427
22428 * gdb.asm/powerpc.inc: New file.
22429 * gdb.asm/asm-source.exp: Add PowerPC.
22430 * gdb.asm/configure.in: Likewise.
22431 * gdb.asm/configure: Regenerated.
22432
22433 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
22434
22435 * gdb.base/relocate.exp: New file.
22436 * gdb.base/relocate.c: New file.
22437
22438 2002-04-04 Fred Fish <fnf@redhat.com>
22439
22440 * gdb.base/step-test.exp: Update comment regarding stopping in
22441 memcpy/bcopy calls inserted as part of the compiler runtime.
22442
22443 2002-04-04 Michael Snyder <msnyder@redhat.com>
22444
22445 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
22446
22447 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
22448
22449 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
22450 (gdb_expect): Remove $notransfer hack.
22451
22452 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
22453
22454 * gdb.c++/classes.exp ("calling method for small class"): Match
22455 updated register output.
22456
22457 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
22458
22459 Fix PR gdb/452
22460 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
22461 when finished. Make gdb_file_cmd send "exec-file" when
22462 appropriate.
22463
22464 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
22465
22466 * gdb.base/attach.exp: Remove extra setup_xfail.
22467
22468 2002-03-26 Michael Snyder <msnyder@redhat.com>
22469
22470 * gdb.base/default.exp: Add tests for dump, append, and restore.
22471 * gdb.base/help.exp: Add tests for dump, append, and restore.
22472 * gdb.base/dump.exp: New file, test dump, append and restore.
22473 * gdb.base/dump.c: New file.
22474
22475 2002-03-27 Michael Snyder <msnyder@redhat.com>
22476
22477 * gdb.base/help.exp: Modify expect strings to reflect
22478 clean-ups in help messages.
22479
22480 2002-03-26 Fred Fish <fnf@redhat.com>
22481
22482 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
22483 have debugging info for those functions and the compiler uses them
22484 internally to copy structs around.
22485
22486 2002-03-26 Fred Fish <fnf@redhat.com>
22487
22488 * gdb.base/list.exp: Revert the change made yesterday and add note
22489 about why we don't list the default lines for remote targets.
22490
22491 2002-03-25 Michael Snyder <msnyder@redhat.com>
22492
22493 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
22494
22495 2002-03-25 Fred Fish <fnf@redhat.com>
22496
22497 * gdb.base/list.exp: This test works on remote targets so remove
22498 the short circuit for remote targets. Update copyright.
22499
22500 2002-03-25 Fred Fish <fnf@redhat.com>
22501
22502 * gdb.base/attach.exp: Fix logic error that was suppressing this
22503 test for all non hppa*-*-hpux* targets, instead of the hp target.
22504 Move comments closer to the suppression point. Also now need to
22505 check that we are running natively.
22506
22507 2002-03-22 Michael Snyder <msnyder@redhat.com>
22508
22509 * gdb.base/default.exp: Add test for gcore. Update copyright.
22510 * gdb.base/help.exp: Add test for gcore. Update copyright.
22511
22512 2002-03-06 Fred Fish <fnf@redhat.com>
22513
22514 * gdb.base/funcargs.c: Remove extraneous ';' character.
22515 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
22516
22517 2002-03-04 Michael Chastain <mec@shout.net>
22518
22519 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
22520 accommodate gcc v3 function signature.
22521 * gdb.mi/mi0-var-cmd-exp: Ditto.
22522
22523 2002-02-24 Andrew Cagney <ac131313@redhat.com>
22524
22525 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
22526 ``GNU/Linux'' or ``Linux kernel''
22527 * testsuite/gdb.threads/pthreads.c: Ditto.
22528
22529 2002-02-24 Michael Chastain <mec@shout.net>
22530
22531 * gdb.threads/pthreads.c (thread1): Add a return statement.
22532 (thread2): Likewise.
22533 (foo): Likewise.
22534
22535 2002-02-23 Michael Chastain <mec@shout.net>
22536
22537 * gdb.threads/linux-dp.c (philosopher): Add a return statement
22538 to placate gcc.
22539
22540 2002-02-23 Michael Chastain <mec@shout.net>
22541
22542 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
22543 test "ptype bint". The test passes on all my stabs configurations.
22544
22545 2002-02-21 Jim Blandy <jimb@redhat.com>
22546
22547 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
22548 filename at a time, and watch for the ones we want to see.
22549
22550 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
22551 types of pointers to prototyped functions.
22552
22553 2002-02-20 Andrew Cagney <ac131313@redhat.com>
22554
22555 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
22556 signed, unsigned and straight char.
22557 (padding_char, padding_short, padding_int, padding_long,
22558 padding_long_long, padding_float, padding_double,
22559 padding_long_double): New global variables.
22560 (fill, fill_structs): New functions.
22561
22562 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
22563 for correctly sized writes. Update copyright.
22564 (get_valueof): New procedure.
22565 (get_sizeof): Call get_valueof.
22566 (check_valueof): New procedure.
22567 (check_padding): New procedure.
22568
22569 2002-02-20 Michael Chastain <mec@shout.net>
22570
22571 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
22572 to setup_xfail. Document some of the remaining calls.
22573
22574 2002-02-18 Michael Chastain <mec@shout.net>
22575
22576 * gdb.c++/userdef.exp: Update copyright year.
22577
22578 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
22579
22580 * gdb.c++/userdef.exp: Test overloaded operators properly.
22581 Remove xfails.
22582
22583 2002-02-14 Michael Snyder <msnyder@redhat.com>
22584
22585 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
22586
22587 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
22588
22589 * gdb.base/a2-run.exp: Check for a remote target properly.
22590 * gdb.base/annota1.exp: Likewise.
22591 * gdb.base/list.exp: Likewise.
22592 * gdb.base/reread.exp: Likewise.
22593 * gdb.base/scope.exp: Likewise.
22594 * gdb.base/shlib-call.exp: Likewise.
22595 * gdb.base/term.exp: Likewise.
22596 * gdb.c++/annota2.exp: Likewise.
22597
22598 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
22599
22600 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
22601
22602 2002-02-10 Michael Chastain <mec@shout.net>
22603
22604 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
22605 (call_after_alloca): Ditto.
22606
22607 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
22608
22609 * gdb.base/ending-run.exp: Guard "cont" test with
22610 gdb_skip_stdio_test.
22611
22612 2002-02-06 Jim Blandy <jimb@redhat.com>
22613
22614 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
22615 from here...
22616 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
22617 To here. Disable this test on non-HP platforms. Add big comment.
22618
22619 2002-02-04 Michael Snyder <msnyder@redhat.com>
22620
22621 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
22622 other than d10v and m32r.
22623
22624 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
22625
22626 * gdb.base/default.exp: Rewrite test patterns to reduce time
22627 taken to match them.
22628
22629 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
22630
22631 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
22632 Allow a start function above main.
22633 * gdb.threads/linux-dp.exp: Fix copyright date.
22634
22635 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
22636
22637 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
22638 (check_philosopher_stack): Check for manager thread before checking
22639 for a just-starting thread.
22640
22641 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
22642
22643 From Neil Booth <neil@daikokuya.demon.co.uk>:
22644 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
22645 warnings.
22646
22647 2002-01-21 Fred Fish <fnf@redhat.com>
22648
22649 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
22650 not caller.
22651
22652 2002-01-21 Jim Blandy <jimb@redhat.com>
22653
22654 * gdb.base/reread.exp: Check that GDB properly re-reads the
22655 executable file when it changes while no inferior is running.
22656
22657 2002-01-21 Fred Fish <fnf@redhat.com>
22658
22659 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
22660 optionally accept the "shlib events" variation.
22661
22662 2002-01-21 Jim Blandy <jimb@redhat.com>
22663
22664 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
22665 call `fflush' after every `printf', so that the output is produced
22666 at predictable points, regardless of whatever buffering does (or
22667 doesn't) take place.
22668 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
22669 at different points.
22670
22671 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
22672
22673 * gdb.c++/inherit.exp: Update copyright years.
22674 * gdb.c++/method.exp: Likewise.
22675
22676 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
22677
22678 * gdb.c++/classes.exp: Update for improved v3 support and skipping
22679 artificial methods/arguments.
22680 * gdb.c++/derivation.exp: Likewise.
22681 * gdb.c++/inherit.exp: Likewise.
22682 * gdb.c++/method.exp: Likewise.
22683 * gdb.c++/virtfunc.exp: Likewise.
22684
22685 2002-01-18 Andrew Cagney <ac131313@redhat.com>
22686
22687 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
22688 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
22689 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
22690 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
22691 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
22692 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
22693
22694 2002-01-17 Jim Blandy <jimb@redhat.com>
22695
22696 * gdb.asm/asm-source.exp (info symbol): Take another shot at
22697 anchoring the pattern matching the entry point symbol's name.
22698
22699 2002-01-17 Andrew Cagney <ac131313@redhat.com>
22700
22701 * gdb.base/maint.exp: Update ``maint internal-error'' to match
22702 continue/quit query. Update copyright.
22703
22704 2002-01-14 Michael Snyder <msnyder@redhat.com>
22705
22706 * gdb.base/gcore.exp: Remove extra debugging output.
22707
22708 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
22709
22710 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
22711 for slightly dubious v2 mangled string.
22712
22713 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
22714
22715 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
22716
22717 2002-01-10 Jason Merrill <jason@redhat.com>
22718
22719 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
22720
22721 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
22722 constructors.
22723 * gdb.c++/derivation.exp: Likewise.
22724 * gdb.c++/templates.exp: Likewise.
22725 * gdb.c++/virtfunc.exp: Likewise.
22726
22727 2002-01-10 Michael Snyder <msnyder@redhat.com>
22728
22729 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
22730
22731 2002-01-08 Michael Snyder <msnyder@redhat.com>
22732
22733 * gdb.base/gcore.exp: New test for generate-core-file command.
22734 * gdb.base/gcore.c: Testcase for above.
22735 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
22736
22737 2002-01-08 Jason Merrill <jason@redhat.com>
22738
22739 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
22740
22741 2002-01-07 Fred Fish <fnf@redhat.com>
22742
22743 * gdb.c++/overload.exp: Remove unconditional xfails for:
22744 print foo_instance1.overloadargs(1)
22745 print foo_instance1.overloadargs(1, 2)
22746 print foo_instance1.overloadargs(1, 2, 3)
22747 print foo_instance1.overloadargs(1, 2, 3, 4)
22748 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
22749 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
22750 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
22751 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
22752 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
22753 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
22754 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
22755 print foo_instance1.overload1arg()
22756 print foo_instance1.overload1arg((char)arg2)
22757 print foo_instance1.overload1arg((signed char)arg3)
22758 print foo_instance1.overload1arg((unsigned char)arg4)
22759 print foo_instance1.overload1arg((int)arg7)
22760 print foo_instance1.overload1arg((unsigned int)arg8)
22761 print foo_instance1.overload1arg((float)arg11)
22762 print foo_instance1.overload1arg((double)arg12)
22763
22764 2002-01-07 Michael Snyder <msnyder@redhat.com>
22765
22766 * gdb.base/huge.exp: New test. Print a very large target data object.
22767 (skip_huge_test): New test variable. Define if you want to skip this
22768 test. The test reads an 8 megabyte data object from the target, so it
22769 might be very time consuming on remote targets with a slow connection.
22770 * gdb.base/huge.c: New file. Test case for above.
22771
22772 2002-01-07 Fred Fish <fnf@redhat.com>
22773
22774 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
22775 g_instance.bfoo, and g_instance.cfoo.
22776
22777 2002-01-07 Jeffrey A Law <law@redhat.com>
22778
22779 * gdb.base/break.c (multi_line_if_conditional): New function.
22780 (multi_ilne_while_conditional): Likewise.
22781 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
22782 IF or WHILE condition puts the breakpoint at the start of
22783 the condition.
22784
22785 * gdb.base/selftest.exp (backtrace through signal handler): Remove
22786 hppa*-*-hpux* expected failure.
22787 * gdb.base/structs.exp (do_function_calls): Similarly.
22788
22789 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
22790 watchpoints.
22791
22792 2002-01-06 Andrew Cagney <ac131313@redhat.com>
22793
22794 Fix PR gdb/66.
22795 * gdb.base/structs.exp: Replace skip for a29k with skip for
22796 gdb,cannot_call_functions.
22797 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
22798 * gdb.base/callfuncs.exp: Ditto.
22799 * gdb.base/call-rt-st.exp: Ditto.
22800 * gdb.base/call-strs.exp: Ditto.
22801 * gdb.base/callfwmall.exp: Ditto.
22802 * gdb.base/scope.exp: Obsolete xfail a29k.
22803 * gdb.c++/misc.exp: Ditto.
22804 * gdb.c++/cplusfuncs.exp: Ditto.
22805 * gdb.base/ptype.exp: Ditto.
22806 * gdb.base/printcmds.exp: Ditto.
22807 * gdb.base/opaque.exp: Ditto.
22808 * gdb.base/list.exp: Ditto.
22809 * gdb.base/funcargs.exp: Ditto.
22810 * gdb.base/default.exp: Ditto.
22811
22812 2002-01-04 Michael Snyder <msnyder@redhat.com>
22813
22814 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
22815 * gdb.base/maint.exp: Add tests for maint info sections options.
22816
22817 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
22818
22819 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
22820
22821 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
22822
22823 * gdb.asm/arm.inc: New file.
22824 * gdb.asm/asm-source.exp: Add arm targets.
22825 * gdb.asm/configure.in: Ditto.
22826 * gdb.asm/configure: Recreated from configure.in.
22827
22828 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
22829
22830 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
22831 with HP's compiler.
22832 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
22833 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
22834 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
22835 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
22836
22837 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
22838 either HP's compilers or GCC.
22839
22840 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
22841 a SIGBUS or SIGSEGV.
22842
22843 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
22844
22845 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
22846 can be compiled with either HP's compiler or GCC.
22847
22848 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
22849 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
22850 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
22851
22852 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
22853 to match current gdb output. Update due to using auto-solib-limit
22854 for limiting instead of overloading auto-solib-add.
22855 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
22856 test program.
22857
22858 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
22859 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
22860 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
22861 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
22862 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
22863 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
22864 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
22865 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
22866 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
22867 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
22868 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
22869 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
22870 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
22871
22872 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
22873 a SIGTRAP to the inferior.
22874
22875 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
22876
22877 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
22878 Substitute call to target_link by call to gdb_compile.
22879
22880 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
22881
22882 * gdb.base/break.exp: Fix HP specific search string when testing
22883 backtracing in a called function.
22884
22885 * gdb.base/constvars.exp: Only set lang to C++ if we're
22886 compiling the test with HP's compilers.
22887 * gdb.base/volatile.exp: Similarly.
22888
22889 2001-12-19 Jim Blandy <jimb@redhat.com>
22890
22891 * gdb.base/printcmds.exp: Expect the null character to be printed
22892 as '\0', and the '\013' to be printed as '\v'.
22893 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
22894 * gdb.base/setvar.exp: Same.
22895
22896 2001-12-17 Jim Blandy <jimb@redhat.com>
22897
22898 * gdb.base/completion.exp: Rather than completing very long
22899 filenames, which can make the readline library produce output we
22900 don't recognize, cd to the directory first, and then complete
22901 using nice, short relative paths.
22902
22903 * gdb.base/completion.exp: On some systems, there is, in fact, a
22904 variable named `b' in scope, since GDB treats all static
22905 variables as being in scope. So use `no_var_named_this'
22906 instead of `b'.
22907
22908 * gdb.base/corefile.exp: Recognize the message saying that GDB
22909 can't find the core file's registers as a failure.
22910
22911 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
22912
22913 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
22914 test expect string more specific.
22915
22916 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
22917
22918 * gdb.asm/asm-source.exp: Add support for xstormy16.
22919 * gdb.asm/configure.in: Ditto.
22920 * gdb.asm/configure: Rebuild.
22921 * gdb.asm/xstormy16.inc: New file.
22922
22923 2001-12-10 Fred Fish <fnf@redhat.com>
22924
22925 * gdb.base/maint.exp: Update to match changes in type dumping code.
22926
22927 2001-12-10 Jim Blandy <jimb@redhat.com>
22928
22929 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
22930 matching the entry point symbol's name at the beginning of the
22931 line.
22932
22933 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
22934
22935 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
22936 gdb.c++/inherit.exp, gdb.c++/method.exp,
22937 gdb.c++/namespace.exp, gdb.c++/templates.exp,
22938 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
22939 and class layout support.
22940
22941 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
22942
22943 * gdb.c++/classes.exp: Add test for static member function.
22944 * gdb.c++/misc.cc: Add class with static member function.
22945
22946 2001-12-07 Jim Blandy <jimb@redhat.com>
22947
22948 If GDB says it can't find the struct the function returned, report
22949 those tests as `unsupported'.
22950 * gdb.base/call-rt-st.exp (print_struct_call): New function.
22951 Rewrite subsequent tests to use it.
22952
22953 If GDB says it can't find the struct the function returned, report
22954 those tests as `unsupported'.
22955 * gdb.base/structs.exp (call_struct_func): New function.
22956 (do_function_calls): Use call_struct_func to call the functions
22957 returning structs.
22958
22959 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
22960 whether functions are prototyped or not, so we can't possibly pass
22961 arguments to t_float_values2 properly.
22962
22963 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
22964 value of `timeout' for targets other than the mips*tx39-*.
22965
22966 2001-12-06 Michael Snyder <msnyder@redhat.com>
22967
22968 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
22969 and detect whether the start symbol has a leading underscore.
22970
22971 2001-12-04 Jim Blandy <jimb@redhat.com>
22972
22973 * gdb.base/completion.exp: Clarify indentation.
22974
22975 2001-12-03 Jim Blandy <jimb@redhat.com>
22976
22977 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
22978 variables on the S/390, not `.word'.
22979
22980 2001-11-30 Jim Blandy <jimb@redhat.com>
22981
22982 Add assembly-source tests for s390-ibm-linux.
22983 * gdb.asm/s390.inc: New file.
22984 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
22985 the S/390 architecture.
22986 * gdb.asm/configure: Regenerated.
22987
22988 2001-11-30 Michael Snyder <msnyder@redhat.com>
22989
22990 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
22991 next, info source, info sources, info line, global and static
22992 variables, and static functions.
22993 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
22994 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
22995 * gdb.asm/asmsrc1.s: Add a static function and some variables.
22996 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
22997 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
22998 (gdbasm_leave): Restore frame pointer.
22999 (gdbasm_startup): Copy stack set-up from crt0.S.
23000
23001 2001-11-26 Fernando Nasser <fnasser@redhat.com>
23002
23003 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
23004 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
23005 to a local (non-static) variable. Copy tstruct.a to a static buffer
23006 and return a pointer to that buffer.
23007 * gdb.base/callfwmall.c (t_structs_a): Ditto.
23008
23009 2001-11-24 Mark Kettenis <kettenis@gnu.org>
23010
23011 * gdb.asm/configure.in: Fix recognition of ix86 target.
23012 * gdb.asm/configure: Regenerate.
23013
23014 2001-11-21 Michael Snyder <msnyder@redhat.com>
23015
23016 * gdb.asm/sparc.inc: New file.
23017 * gdb.asm/asm-source.exp: Recognize sparc target.
23018 * gdb.asm/configure.in: Recognize sparc target.
23019 * gdb.asm/configure: Regenerate.
23020
23021 2001-11-21 Michael Snyder <msnyder@redhat.com>
23022
23023 * gdb.asm/m32r.inc: New file.
23024 * gdb.asm/asm-source.exp: Recognize m32r target.
23025 * gdb.asm/configure.in: Recognize m32r target.
23026 * gdb.asm/configure: Regenerate.
23027
23028 2001-11-20 Michael Snyder <msnyder@redhat.com>
23029
23030 * gdb.asm/i386.inc: New file.
23031 * gdb.asm/asm-source.exp: Recognize ix86 target.
23032 * gdb.asm/configure.in: Recognize ix86 target.
23033 * gdb.asm/configure: Regenerate.
23034
23035 * gdb.c++/namespace.exp: Fix quotes in output messages.
23036
23037 2001-11-14 Michael Snyder <msnyder@redhat.com>
23038
23039 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
23040 qualifier in a type cast expression, to designate an address
23041 in the instruction space (Harvard architecture).
23042
23043 2001-11-13 Michael Snyder <msnyder@redhat.com>
23044
23045 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
23046 Tests for expressions using 'const' and 'volatile'.
23047
23048 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
23049
23050 * gdb.asm/asm-sources.exp: Allow defining linker flags.
23051
23052 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
23053
23054 * lib/mi-support.exp (mi_run_to_helper): Move comments
23055 outside of gdb_expect.
23056
23057 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
23058
23059 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
23060 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
23061 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
23062 mi0_run_to): New functions.
23063 * gdb.mi/mi-simplerun.exp: Use them.
23064 * gdb.mi/mi0-simplerun.exp: Likewise.
23065 * gdb.mi/mi-var-cmd.exp: Likewise.
23066 * gdb.mi/mi0-var-cmd.exp: Likewise.
23067
23068 2001-11-10 Andrew Cagney <ac131313@redhat.com>
23069
23070 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
23071 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
23072
23073 2001-11-09 Andrew Cagney <ac131313@redhat.com>
23074
23075 * gdb.base/restore.exp: Include $expected value in restored test
23076 message.
23077
23078 2001-11-09 Andrew Cagney <ac131313@redhat.com>
23079
23080 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
23081 implemented.
23082
23083 2001-11-08 Michael Snyder <msnyder@redhat.com>
23084
23085 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
23086 Add pass/fail message for stop at breakpoint in call dummy function.
23087
23088 2001-11-07 Michael Snyder <msnyder@redhat.com>
23089
23090 * gdb.c++/templates.exp (test_template_breakpoints):
23091 If we get an overload menu, but it does not match what
23092 we expect, we still need to issue the "cancel" command.
23093 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
23094 making the whitespace optional. Argument for "new" may be
23095 "unsigned" as well as "unsigned int/long".
23096 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
23097 making the whitespace optional. Also replace "(void) with
23098 "((void|)), making the keyword "void" optional.
23099 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
23100 making the whitespace optional. Also replace "(void) with
23101 "((void|)), making the keyword "void" optional.
23102 * gdb.base/callfuncs.c (t_float_values): This function must
23103 _not_ be prototyped, and the following function (t_float_values2)
23104 must be prototyped (if the compiler supports it), so that GDB
23105 can be tested against both cases. Usually one case involves
23106 promotion of float to double, while the other does not.
23107 * gdb.base/callfwmall.c: Ditto.
23108 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
23109 includes a stack frame for "start".
23110
23111 2001-11-05 Jim Blandy <jimb@redhat.com>
23112
23113 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
23114 pointers are 32 bits long, and that offsets of relocs are always
23115 stored in the data (REL-style), and not in the reloc entry itself
23116 (RELA-style).
23117 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
23118 stabs.
23119
23120 2001-11-01 Michael Snyder <msnyder@redhat.com>
23121
23122 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
23123 and regular expression operators by using quoting.
23124
23125 2001-10-31 Michael Snyder <msnyder@redhat.com>
23126
23127 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
23128 depending on what the symbol table contains.
23129 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
23130 the output of the ptype command. Similarly, accept both "const &"
23131 and "const&".
23132
23133 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
23134
23135 * gdb.base/miscexprs.c (main): Add usage of preprocessor
23136 symbol `STORAGE' to allow to choose the storage class of
23137 the local datastructures.
23138 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
23139 compiler directive.
23140
23141 2001-10-30 Michael Snyder <msnyder@redhat.com>
23142
23143 * gdb.base/jump.exp: Allow it to run for all targets.
23144
23145 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
23146
23147 * gdb.base/call-ar-st.c (print_double_array): Match for loop
23148 with new double_array size.
23149 (main): Change storage class of all local variables to static.
23150 Reduce size of double_array to 9.
23151 * gdb.base/call-ar-st.exp: Increase timeout value.
23152 Change expected output for double array to match new size in
23153 call-ar-st.c.
23154
23155 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
23156
23157 * gdb.base/ending-run.exp: Create identical output when passing
23158 `step to end of run' case. Add regular expression branch satisfying
23159 Stormy16 target.
23160
23161 2001-10-28 Mark Kettenis <kettenis@gnu.org>
23162
23163 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
23164 that we catch the expected failure under Linux/x86.
23165
23166 2001-10-29 Orjan Friberg <orjanf@axis.com>
23167
23168 * gdb.base/setvar.exp: Escape curly braces.
23169 * gdb.stabs/weird.exp: Ditto.
23170
23171 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
23172
23173 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
23174 * gdm.mi/mi0-hack-cli.exp: Likewise.
23175
23176 2001-10-25 Andrew Cagney <ac131313@redhat.com>
23177
23178 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
23179 messages.
23180
23181 2001-10-21 Andrew Cagney <ac131313@redhat.com>
23182
23183 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
23184 checking MI enabled.
23185
23186 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
23187
23188 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
23189
23190 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
23191
23192 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
23193 if gdb child process crashes, just signal an error.
23194
23195 2001-10-02 Jim Blandy <jimb@redhat.com>
23196
23197 * lib/gdb.exp (test_xfail_format): Simplify.
23198
23199 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
23200 front of the variable name `format'. Simplify `if'.
23201
23202 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
23203
23204 * gdb.threads/pthreads.exp: Wait for output and delay
23205 before sending ^C.
23206
23207 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
23208
23209 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
23210 some incorrect output instead of timing out.
23211 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
23212
23213 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
23214
23215 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
23216 check to allow additional `int'.
23217
23218 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
23219
23220 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
23221 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
23222
23223 2001-09-27 Michael Snyder <msnyder@redhat.com>
23224
23225 * lib/gdb.exp (test_debug_format): New proc.
23226 (setup_xfail_format): Use new proc test_debug_format.
23227 * gdb.base/constvars.exp (local_compiler_xfail_check): New
23228 proc; use new service proc test_debug_format.
23229 Replace all other "gcc_compiled" tests with this test.
23230 * gdb.base/volatile.exp (local_compiler_xfail_check): New
23231 proc; use new service proc test_debug_format.
23232 Replace all other "gcc_compiled" tests with this test.
23233
23234 2001-09-27 Michael Snyder <msnyder@redhat.com>
23235
23236 * gdb.base/cvexpr.exp: New file.
23237 * gdb.base/cvexpr.c: New file
23238 Test for expressions using const and volatile keywords.
23239
23240 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
23241
23242 * gdb.base/constvars.exp: Check for different orders of keywords
23243 and additional "int" strings in output.
23244
23245 2001-09-22 Andrew Cagney <ac131313@redhat.com>
23246
23247 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
23248 responses from "help maint".
23249
23250 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
23251
23252 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
23253 to localhost:NNN instead of :NNN, in case Xvfb is listening
23254 only on TCP.
23255
23256 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
23257
23258 * gdb.base/recurse.exp: When checking leaving the watchpoint
23259 scope, recognize when gdb is in function's epilogue and pass.
23260
23261 2001-09-18 Keith Seitz <keiths@redhat.com>
23262
23263 * lib/insight-support.exp (_gdbtk_export_target_info): Add
23264 support for running tests against sid targets.
23265 (gdbtk_done): Ditto.
23266
23267 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
23268
23269 * gdb.base/ending-run.c (main): Set stdout buffersize
23270 to the same reasonable value for any target.
23271 * gdb.base/ending-run.exp: Add a regular expression
23272 to make testsuite happy on Sanyo Stormy16 target.
23273
23274 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
23275
23276 * gdb.base/display.c (do_loops): Add float variable `f'.
23277 Increment f in loop.
23278 * gdb.base/display.exp: Increment timeout by 60 seconds.
23279 Change float display test to use variable `f'.
23280
23281 2001-09-17 Jim Blandy <jimb@redhat.com>
23282
23283 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
23284 overflowing the limited breakpoint tables on some ROM monitors
23285 (like the ROM68K).
23286
23287 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
23288
23289 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
23290 the "-ac" (disable access control) flag.
23291
23292 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
23293
23294 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
23295 ints.
23296
23297 2001-08-30 Keith Seitz <keiths@redhat.com>
23298
23299 * lib/gdb.exp: Move all insight-related functionality into
23300 separate file.
23301 * lib/insight-support.exp: New file.
23302
23303 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
23304
23305 * config/sid.exp (sid_start): Never set sid verbosity; disable
23306 expect_background {} that consumed its stdout; tolerate </dev/null.
23307 Attempt to set endianness override in "sid" protocol mode. Cleanup.
23308
23309 2001-08-18 Andrew Cagney <ac131313@redhat.com>
23310
23311 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
23312 CLI jump command to start it.
23313 (mi_run_to_main): Fail immediatly when unexpected output.
23314
23315 2001-08-18 Andrew Cagney <ac131313@redhat.com>
23316
23317 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
23318 beginning of function. Fix PR gdb/191.
23319
23320 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
23321
23322 * config/sid.exp (sid_start): Don't warn if we cannot figure out
23323 what to force sid endianness to.
23324
23325 2001-08-15 Keith Seitz <keiths@redhat.com>
23326
23327 * lib/gdb.exp (gdbtk_start): Don't set environment
23328 variables for TCL_LIBRARY and friends. Insight will
23329 now figure these out for itself.
23330
23331 2001-08-02 Michael Snyder <msnyder@redhat.com>
23332
23333 * gdb.base/completion.exp: Remove the symbol "a64l" from
23334 the expect string; this is target-specific, and not related
23335 to what is being tested.
23336
23337 2001-08-02 Dave Brolley <brolley@redhat.com>
23338
23339 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
23340
23341 2001-07-25 Michael Snyder <msnyder@redhat.com>
23342
23343 * gdb.base/consecutive.exp: New file. Test stepping over
23344 breakpoints on consecutive instructions.
23345 * gdb.base/consecutive.c: New file.
23346
23347 * gdb.base/call-rt-st.exp: Use double-backslash to quote
23348 curly braces in regular expressions.
23349
23350 2001-07-25 Michael Snyder <msnyder@redhat.com>
23351
23352 * gdb.base/ending-run.exp: Accept "Program exited normally" as
23353 legitimate output from stepping out of main.
23354
23355 2001-07-22 Keith Seitz <keiths@redhat.com>
23356
23357 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
23358 the empty string, do not run the tests.
23359
23360 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23361
23362 * gdb.base/long_long.exp: Detect size of pointer. Take into
23363 account 2-byte pointers when testing for p/a results.
23364
23365 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23366
23367 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
23368 and defined to 1K for m68hc11.
23369 (random_data): Reduce table to 1K for embedded platforms (68hc11).
23370 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
23371 (sizeof_random_data): New variable to tell the size of the data table;
23372 don't test past this size; always run to main.
23373
23374 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23375
23376 * gdb.base/return2.exp: return of long long and double fails for
23377 68HC11; don't execute these tests on that platform.
23378 * gdb.base/return.exp: Return of a double fails for 68hc11.
23379
23380 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23381
23382 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
23383 tests that print a float.
23384 * call-rt-st.exp: Likewise.
23385
23386 2001-07-12 Mark Kettenis <kettenis@gnu.org>
23387
23388 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
23389 running this test on Linux.
23390
23391 2001-06-24 Michael Chastain <chastain@redhat.com>
23392
23393 * gdb.base/arithmet.exp: Remove some tests to make all test names
23394 unique.
23395
23396 2001-07-03 Michael Snyder <msnyder@redhat.com>
23397
23398 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
23399 the output of the ptype command.
23400
23401 2001-07-02 Michael Snyder <msnyder@redhat.com>
23402
23403 * gdb.base/completion.exp: Don't assume that break.c is the only
23404 source file that may contain functions named "marker".
23405 * gdb.base/corefile.exp: Quote the curly braces in regexp.
23406
23407 2001-06-28 Andrew Cagney <ac131313@redhat.com>
23408
23409 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
23410 of files to delete.
23411
23412 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
23413 * gdb.disasm/h8300s.exp: New file.
23414 gdb.disasm/h8300s.s: Likewise.
23415
23416 2001-06-27 Andrew Cagney <ac131313@redhat.com>
23417
23418 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
23419 empty breakpoint tables.
23420
23421 2001-06-25 Andrew Cagney <ac131313@redhat.com>
23422
23423 * lib/mi-support.exp: Update args=... part of stop-reason
23424 patterns. Accept either a list or a tuple.
23425
23426 2001-06-23 Andrew Cagney <ac131313@redhat.com>
23427
23428 * lib/mi-support.exp: Remove local emacs variable defining
23429 change-log-default-name.
23430
23431 2001-06-22 Michael Chastain <chastain@redhat.com>
23432
23433 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
23434 This is operationally compatible with the previous version.
23435
23436 2001-06-13 Jim Blandy <jimb@redhat.com>
23437
23438 * lib/gdb.exp (gdb_test): Doc fix.
23439
23440 2001-06-10 Michael Chastain <chastain@redhat.com>
23441
23442 * gdb.base/exprs.exp: Remove a duplicate test.
23443
23444 2001-06-06 Jim Blandy <jimb@redhat.com>
23445
23446 * gdb.base/return2.exp (main): Use values to test float and double
23447 returns that are not NaN's, to avoid being confused by IEEE
23448 comparison rules.
23449
23450 2001-06-04 Michael Snyder <msnyder@redhat.com>
23451
23452 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
23453 non-zero if control_c fails. Terminate the test on failure,
23454 rather than wait for 12 more tests to time out.
23455
23456 2001-06-06 Jim Blandy <jimb@redhat.com>
23457
23458 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
23459 Don't forget to match the GDB prompt.
23460
23461 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
23462
23463 2001-06-04 Jim Blandy <jimb@redhat.com>
23464
23465 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
23466 command.
23467
23468 2001-05-31 Kevin Buettner <kevinb@redhat.com>
23469
23470 * gdb.base/annota1.exp (info break): Match four or more spaces
23471 after "Address".
23472
23473 2001-05-31 Michael Chastain <chastain@redhat.com>
23474
23475 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
23476 (dm_type_int_star): Likewise.
23477 (dm_type_long_star): Likewise.
23478 (dm_type_void_star): Likewise.
23479
23480 2001-05-29 Kevin Buettner <kevinb@redhat.com>
23481
23482 * gdb.base/completion.exp (INPUTRC): Set this environment variable
23483 to a known value in order to get consistent results regardless
23484 of the setting of INPUTRC or the presence or contents of .inputrc.
23485
23486 2001-05-24 Michael Snyder <msnyder@redhat.com>
23487
23488 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
23489 Don't require that the main thread and the manager thread are the
23490 first in the list.
23491
23492 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
23493 debugging. If test fails, issue an "unsupported" not a "fail".
23494
23495 2001-05-24 Jim Blandy <jimb@redhat.com>
23496
23497 Don't assume that short is shorter than int.
23498 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
23499 assume that shorts are smaller than ints. On a 16-bit machine,
23500 this isn't true.
23501 ("print unsigned char == (~0)"): Add test that verifies that ~0,
23502 an int, is not equal to ~0 stored in an unsigned char. This tests
23503 the same thing that the previous test meant to, but works on
23504 16-bit machines, too.
23505 ("print unsigned char != (~0)"): Same test, complemented.
23506
23507 2001-05-24 Michael Snyder <msnyder@redhat.com>
23508
23509 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
23510 test for (full_coverage == 0). This makes the test run faster,
23511 and prevents dejagnu getting out of step.
23512
23513 2001-05-23 Kevin Buettner <kevinb@redhat.com>
23514
23515 * gdb.base/finish.exp (finish_void): Revise pattern for
23516 stopping on the call statement to not permit stopping at
23517 the start of the instructions comprising the call sequence.
23518
23519 2001-05-19 Michael Chastain <chastain@redhat.com>
23520
23521 * gdb.base/callfuncs.exp: Make all test names unique.
23522 * gdb.base/commands.exp: Make all test names unique.
23523 * gdb.base/condbreak.exp: Make all test names unique.
23524 * gdb.base/dbx.exp: Make all test names unique.
23525 * gdb.base/default.exp: Make all test names unique.
23526 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
23527 and TIMEOUT messages to their corresponding PASS message.
23528 * gdb.base/ending-run.exp: Make all test names unique.
23529 * gdb.base/long_long.exp: Remove duplicate test.
23530
23531 2001-05-21 Kevin Buettner <kevinb@redhat.com>
23532
23533 * gdb.base/finish.exp (finish_void): Allow "finish" command to
23534 stop on the call statement as well as the statement after the
23535 call.
23536
23537 2001-05-21 Michael Snyder <msnyder@redhat.com>
23538
23539 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
23540
23541 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
23542
23543 * gdb.base/completion.exp: Revamp test. Make it execute on all
23544 platforms.
23545
23546 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
23547
23548 * config/gdbserver.exp (gdb_load): Handle the case
23549 in which the arguments to gdbserver are given in the
23550 baseboard configuration file.
23551 Also handle the case in which the server needs to do a
23552 load.
23553
23554 2001-05-07 Keith Seitz <keiths@cygnus.com>
23555
23556 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
23557 set up the display for testing.
23558 (gdbtk_start): Convert all paths to paths that tcl will like.
23559 Export target information to environment.
23560 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
23561 necessary.
23562 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
23563 (to_tcl_path): New proc to convert a given pathname into
23564 a path acceptible as an argument to a tcl command.
23565 (_gdbtk_export_target_info): New proc to export target info
23566 into the environment for gdbtk testing.
23567 (gdbtk_done): New proc to signal end-of-test.
23568
23569 2001-05-06 Jim Blandy <jimb@redhat.com>
23570
23571 * restore.c: Make the code of caller0 correspond to its comment.
23572
23573 2001-05-03 Michael Snyder <msnyder@redhat.com>
23574
23575 * config/sid.exp (gdb_target_sid): Check for error messages.
23576 On error or timeout, don't make expect exit (which will terminate
23577 all subsequent tests); instead just make gdb exit.
23578 (gdb_load): Check for error messages. On error or timeout,
23579 return a negative value.
23580
23581 2001-04-24 Jim Blandy <jimb@redhat.com>
23582
23583 * gdb.c++/templates.exp: If we see the prompt for the overload
23584 list, but we haven't recognized any of the longer patterns,
23585 arrange for this test to fail, not hang.
23586
23587 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
23588 variations.
23589
23590 2001-04-22 Michael Chastain <chastain@redhat.com>
23591
23592 * gdb.c++/local.exp: Use the 'runto' library function.
23593 * gdb.c++/namespace.exp: Likewise.
23594 * gdb.c++/overload.exp: Likewise.
23595
23596 2001-03-26 Kevin Buettner <kevinb@redhat.com>
23597
23598 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
23599 * gdb.base/step-line.exp: New file. Test step/next in presence of
23600 #line directives.
23601 * gdb.base/step-line.c: New file. Test program for the above.
23602 * gdb.base/step-line.inp: New file. We pretend that this file has
23603 been transformed by some other tool into step-line.c.
23604
23605 2001-03-21 Jim Blandy <jimb@redhat.com>
23606
23607 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
23608 unmangled operator names.
23609
23610 2001-03-20 Jim Blandy <jimb@redhat.com>
23611
23612 * gdb.threads/linux-dp.exp: Recognize an additional message
23613 generated by GDB when it doesn't understand how to debug threads
23614 on the target system.
23615
23616 2001-03-19 Andrew Cagney <ac131313@redhat.com>
23617
23618 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
23619
23620 2001-03-12 Michael Chastain <chastain@redhat.com>
23621
23622 * gdb.c++/derivation.exp: Use the 'runto' library function.
23623
23624 2001-03-12 Michael Chastain <chastain@redhat.com>
23625
23626 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
23627
23628 2001-02-24 Michael Chastain <chastain@redhat.com>
23629
23630 * gdb.c++/ref-types.exp: Change handwritten code to library
23631 function 'runto'.
23632
23633 2001-03-16 Orjan Friberg <orjanf@axis.com>
23634
23635 * gdb.base/signals.exp: Set count to 0 explicitly.
23636
23637 2001-03-15 Mark Salter <msalter@redhat.com>
23638
23639 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
23640 (gdb_target_monitor): Add check of gdb_target_cmd return value.
23641 (gdb_load): Add support for additional target_info: gdb_download_size
23642 and gdb_load_timeout.
23643
23644 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
23645
23646 * gdb.base/annota1.exp: Move test of isnative to earlier in the
23647 file -- to prevent failing when the compile fails but we have no
23648 intention of running the tests anyway.
23649
23650 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
23651 tests if set.
23652
23653 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
23654 integers.
23655
23656 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
23657 * gdb.c++/namespace.exp: Ditto.
23658
23659 2001-03-07 Orjan Friberg <orjanf@axis.com>
23660
23661 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
23662 * gdb.base/pointers.exp: Relax pattern match of decimals.
23663
23664 2001-03-06 Kevin Buettner <kevinb@redhat.com>
23665
23666 * Makefile.in, config/abug.exp, config/cfdbug.exp,
23667 config/cpu32bug.exp, config/dve.exp, config/est.exp,
23668 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
23669 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
23670 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
23671 config/sh.exp, config/sid.exp, config/slite.exp,
23672 config/sparclet.exp, config/udi.exp, config/unknown.exp,
23673 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
23674 config/vxworks.exp, config/vxworks29k.exp,
23675 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
23676 gdb.base/all-bin.exp, gdb.base/annota1.exp,
23677 gdb.base/arithmet.exp, gdb.base/assign.exp,
23678 gdb.base/async.exp, gdb.base/attach.exp,
23679 gdb.base/bitfields.exp, gdb.base/bitops.exp,
23680 gdb.base/break.exp, gdb.base/call-ar-st.exp,
23681 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
23682 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
23683 gdb.base/commands.exp, gdb.base/completion.exp,
23684 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
23685 gdb.base/constvars.exp, gdb.base/corefile.exp,
23686 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
23687 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
23688 gdb.base/ending-run.exp, gdb.base/environ.exp,
23689 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
23690 gdb.base/finish.exp, gdb.base/foll-exec.exp,
23691 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
23692 gdb.base/funcargs.exp, gdb.base/help.exp,
23693 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
23694 gdb.base/logical.exp, gdb.base/long_long.exp,
23695 gdb.base/maint.exp, gdb.base/mips_pro.exp,
23696 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
23697 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
23698 gdb.base/pointers.exp, gdb.base/printcmds.exp,
23699 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
23700 gdb.base/regs.exp, gdb.base/relational.exp,
23701 gdb.base/remote.exp, gdb.base/reread.exp,
23702 gdb.base/restore.exp, gdb.base/return2.exp,
23703 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
23704 gdb.base/selftest.exp, gdb.base/setshow.exp,
23705 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
23706 gdb.base/sigall.exp, gdb.base/signals.exp,
23707 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
23708 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
23709 gdb.base/step-test.exp, gdb.base/structs.c,
23710 gdb.base/structs.exp, gdb.base/structs2.exp,
23711 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
23712 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
23713 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
23714 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
23715 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
23716 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
23717 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
23718 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
23719 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
23720 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
23721 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
23722 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
23723 gdb.fortran/types.exp, gdb.java/jmisc.exp,
23724 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
23725 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
23726 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
23727 gdb.trace/circ.exp, gdb.trace/collection.exp,
23728 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
23729 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
23730 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
23731 gdb.trace/report.exp, gdb.trace/save-trace.exp,
23732 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
23733 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
23734 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
23735 notices.
23736
23737 2001-02-27 Michael Snyder <msnyder@cygnus.com>
23738
23739 * gdb.base/varargs.c (find_max_double): Fix printf format string:
23740 first arg is int not float.
23741
23742 2001-02-22 Michael Snyder <msnyder@cygnus.com>
23743
23744 * gdb.base/reread.exp: Unsupported for non-native targets;
23745 doesn't work for remote debugging.
23746
23747 2001-02-19 Fernando Nasser <fnasser@redhat.com>
23748
23749 From Drew Moseley <dmoseley@redhat.com>
23750 * gdb.base/ending-run.exp: Properly handle the BSP state when
23751 stepping past the end of main.
23752
23753 2001-02-19 John Moore <jmoore@redhat.com>
23754
23755 * gdb.base/commands.exp (infrun_breakpoint_command_test):
23756 Converted HPUX fix for non-expected items following multiple
23757 step commands into general solution for all platforms.
23758
23759 2001-02-18 Michael Chastain <chastain@redhat.com>
23760
23761 * gdb.c++/classes.exp (do_tests): Change runto statements
23762 from "runto 'foo(void)'" to "runto 'foo'". This makes the
23763 statements demangler agnostic.
23764 * gdb.c++/virtfunc.exp (do_tests): Likewise.
23765 (gdb_virtfunc_restart): Likewise.
23766
23767 2001-02-14 Michael Chastain <chastain@redhat.com>
23768
23769 * gdb.c++/inherit.exp (do_tests): Change runto statements
23770 from "runto 'foo(void)'" to "runto 'foo'". This makes the
23771 statements demangler agnostic.
23772
23773 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
23774
23775 * gdb.threads/pthreads.exp: Unify pass/fail messages for
23776 ``continue to bkpt at common_routine in thread 2'' and ``stopped
23777 before calling common_routine 15 times'' tests.
23778
23779 2001-02-11 Michael Chastain <chastain@redhat.com>
23780
23781 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
23782 Helps the test script figure out which demangler is in use.
23783 (dm_type_foo_ref): Ditto.
23784 (dm_type_int_star): Ditto.
23785 (dm_type_long_star): Ditto.
23786 (dm_type_unsigned_int): Ditto.
23787 (dm_type_void): Ditto.
23788 (dm_type_void_star): Ditto.
23789 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
23790 Probe the gdb demangler and set variables to accommodate
23791 formatting differences.
23792 (info_func_regexp): New function. Same as info_func, but
23793 matches against a regexp.
23794 (info_func): Match against a literal string.
23795 (print_addr_2): New function. Match against a literal string,
23796 which can be different from the input to gdb.
23797 (print_addr): Simply call print_addr_2 with the same argument twice.
23798 (test_lookup_operator_functions): Use demangler formatting variables.
23799 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
23800 the tests in the same order as the C++ class declaration.
23801 (test_paddr_operator_functions): Ditto.
23802 (test_paddr_overloaded_functions): Ditto.
23803 (test_paddr_hairy_functions): Use demangler formatting variables.
23804 Add reference to gdb/19 for related tests.
23805 (do_tests): Call probe_demangler.
23806
23807 2001-01-30 Kevin Buettner <kevinb@redhat.com>
23808
23809 * gdb.c++/templates.cc (printf): Remove unused function definition.
23810
23811 2001-01-26 Felix Lee <flee@redhat.com>
23812
23813 * sid.exp (sid_exit): Pass host, not target, to remote_close.
23814
23815 2001-01-25 matthew green <mrg@redhat.com>
23816
23817 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
23818 up sid.
23819 (sid_exit): Call `remote_pop_conn' after GDB is gone.
23820
23821 2001-01-25 matthew green <mrg@redhat.com>
23822
23823 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
23824 Deprecate $sid_spawn_id.
23825 (sid_exit): Remove code necessary only for `spawn.'
23826
23827 2001-01-25 matthew green <mrg@redhat.com>
23828
23829 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
23830
23831 2001-01-28 Michael Chastain <chastain@redhat.com>
23832
23833 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
23834 to call when tests fail. It takes gdb out of the overloaded
23835 function choice menu back to the main prompt, so that the test
23836 program stays synchronized.
23837 (set_bp_overloaded): New proc to collect all the common
23838 code for setting a breakpoint on an overloaded name. Calls
23839 take_gdb_out_of_choice_menu when needed.
23840 (menu_overload1arg): New variable to collect the repeated
23841 instances of the expected menu for an overloaded name. Change
23842 the regular expression to handle changes in g++ type encoding:
23843 "void" can be either "void" or "", and "unsigned int" can be
23844 either "unsigned int" or "unsigned".
23845 (continue_to_bp_overloaded): Change regular expressions to handle
23846 changes in g++ type encoding.
23847 (no proc): Call take_gdb_out_of_choice_menu when needed.
23848 Remove redundant calls to "info break". Accept either "canceled"
23849 or "cancelled". Change regular expressions in "info break"
23850 calls to handle changes in g++ type encoding. Give all tests
23851 unique strings.
23852
23853 2001-01-17 Ben Elliston <bje@redhat.com>
23854
23855 * config/sid.exp: New file.
23856
23857 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
23858
23859 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
23860
23861 2000-12-21 Michael Snyder <msnyder@cygnus.com>
23862
23863 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
23864 Add a RE to accept a non-ascii char if one is ever presented.
23865
23866 2000-12-20 Fernando Nasser <fnasser@redhat.com>
23867
23868 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
23869
23870 2000-12-18 Michael Snyder <msnyder@cygnus.com>
23871
23872 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
23873 in regexp. One '\' does not suffice on Linux.
23874
23875 2000-12-09 Michael Chastain <chastain@redhat.com>
23876
23877 * gdb.base/break.exp (test_clear_command): Use a marker function
23878 rather than 'main' for the test function. Also move this
23879 test to an execution point where the marker function names are
23880 guaranteed to be bound to functions. (Executing tests after a
23881 'finish' from main runs into name conflicts with local names
23882 in __libc_start_main).
23883
23884 2000-12-07 Michael Snyder <msnyder@cygnus.com>
23885
23886 * gdb.base/finish.exp: New test for gdb's "finish" command.
23887 * gdb.base/return2.exp: New test for gdb's "return" command.
23888 * gdb.base/return2.c: New source file for above.
23889
23890 2000-12-05 Michael Snyder <msnyder@cygnus.com>
23891
23892 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
23893 * gdb.base/miscexprs.exp: Ditto.
23894 * gdb.base/pointers.exp: Ditto.
23895 * gdb.c++/derivation.exp: Ditto.
23896 * gdb.c++/local.exp: Ditto.
23897 * gdb.c++/namespace.exp: Ditto.
23898 * gdb.c++/overload.exp: Ditto.
23899 * gdb.c++/ref-types.exp: Ditto.
23900
23901 2000-12-05 Michael Snyder <msnyder@cygnus.com>
23902
23903 * gdb.base/constvars.exp: Test result of "up" command.
23904 * gdb.base/miscexprs.exp: Ditto.
23905 * gdb.base/pointers.exp: Ditto.
23906 * gdb.base/scope.exp: Ditto.
23907 * gdb.c++/derivation.exp: Ditto.
23908 * gdb.c++/local.exp: Ditto.
23909 * gdb.c++/namespace.exp: Ditto.
23910 * gdb.c++/overload.exp: Ditto.
23911 * gdb.c++/ref-types.exp: Ditto.
23912
23913 2000-11-22 Michael Chastain <chastain@redhat.com>
23914
23915 * mips_pro.exp: Accept either "middle -> top -> main" or
23916 "middle -> main" in the backtrace, because gcc can optimize
23917 tail calls to jumps. Remove setup_xfail for the hppa case.
23918 Add a comment with the original warning messages from PR 3016,
23919 which was filed in 1993, to preserve them for posterity.
23920
23921 2000-11-17 Nick Duffek <nsd@redhat.com>
23922
23923 * lib/gdb.exp (gdb_test): Override timeout with board info.
23924
23925 2000-11-17 Nick Duffek <nsd@redhat.com>
23926
23927 * gdb.base/display.exp: Don't kill running stub. Add "again" to
23928 the second kill and detach messages.
23929
23930 2000-11-17 Nick Duffek <nsd@redhat.com>
23931
23932 * configure.in: Add AC_EXEEXT.
23933 * configure: Regenerate.
23934 * Makefile.in (just-check): Export EXEEXT.
23935 * lib/gdb.exp ($EXEEXT): Import from environment.
23936 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
23937 expect "maint dump-me" on Cygwin.
23938 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
23939 $EXEEXT.
23940
23941 2000-11-17 Nick Duffek <nsd@redhat.com>
23942
23943 * gdb.base/break.exp: Test backtrace and finish from called
23944 function on all platforms, not just HP-UX.
23945
23946 2000-11-03 Michael Snyder <msnyder@cygnus.com>
23947
23948 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
23949 code from gdb_target_monitor, so it can be used independantly
23950 for gdbserver. Also comment out an unnecessary PUTS.
23951
23952 2000-11-03 Michael Snyder <msnyder@cygnus.com>
23953
23954 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
23955 * gdb.base/corefile.exp: Expect the message "Program is being
23956 debugged already" when we send the "corefile" command, since
23957 the preceeding gdb_load may have connected gdb to a remote target.
23958 * gdb.base/display.exp: Disable hardware watchpoints if new
23959 board info variable "no_hardware_watchpoints" is true.
23960 Replace single-letter commands with more readable ones.
23961 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
23962 if new board info variable "no_hardware_watchpoints" is true.
23963 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
23964 to see if stdio (printf) testing is possible.
23965 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
23966 board info variable "no_hardware_watchpoints" is true. Use new
23967 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
23968
23969 2000-11-13 Fernando Nasser <fnasser@redhat.com>
23970
23971 From Orjan Friberg <orjanf@axis.com>:
23972 * gdb.base/printcmds.exp: Escape curly braces followed by a number
23973 in array print pattern match.
23974
23975 2000-11-09 Fernando Nasser <fnasser@redhat.com>
23976
23977 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
23978 spelling "cancelled" to U.S. spelling "canceled" to match changes
23979 made to gdb.
23980 * gdb.c++/ovldbreak.exp: Ditto.
23981
23982 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
23983
23984 * gdb.base/callfuncs.c (main): Moved to end of file, call
23985 t_double_values to initialize the FPU before inferior calls are made.
23986 * gdb.base/callfuncs.exp: Test for register preservation after calling
23987 inferior functions. Add tests for continuining, finishing and
23988 returning from a stop in a call dummy.
23989
23990 2000-10-24 Michael Snyder <msnyder@cygnus.com>
23991
23992 * gdb.base/commands.exp: Break up long lines, and re-indent.
23993
23994 2000-10-19 Michael Snyder <msnyder@cygnus.com>
23995
23996 * config/gdbserver.exp: Rewritten from the ground up, to make it
23997 compatible with the current dejagnu tree, and to make it work with
23998 the new "gdbserver" in libremote.
23999
24000 2000-10-16 Michael Snyder <msnyder@cygnus.com>
24001
24002 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
24003 * gdb.base/varargs.exp: Skip entire test if no printf support.
24004 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
24005 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
24006
24007 2000-10-13 Michael Snyder <msnyder@cygnus.com>
24008
24009 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
24010 no floating point support.
24011 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
24012 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
24013 * gdb.base/call-rt-st.exp: Ditto.
24014 * gdb.base/call-strs.exp: Ditto.
24015
24016 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
24017
24018 * gdb.base/sizeof.c: include <stdio.h>.
24019
24020 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
24021 'finish', otherwise uncaptured gdb_prompt would potentially
24022 throw remaining test points out of sync.
24023
24024 2000-07-26 Scott Bambrough <scottb@netwinder.org>
24025
24026 * gdb.base/recurse.exp: Run tests for all targets.
24027 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
24028 gnu-oldld case on ARM.
24029 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
24030 for ARM targets.
24031
24032 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
24033
24034 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
24035 * gdb.java/configure: Rebuild.
24036
24037 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
24038
24039 * gdb.java/jv-exp.exp: New file.
24040
24041 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
24042
24043 * configure: Rebuilt.
24044 * configure.in (configdirs): Add gdb.java.
24045 * gdb.java/jmisc.java: New file.
24046 * gdb.java/jmisc.exp: New file.
24047 * gdb.java/Makefile.in: New file.
24048 * gdb.java/configure: Rebuilt.
24049 * gdb.java/configure.in: New file.
24050 * lib/java.exp: New file.
24051
24052 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
24053
24054 * gdb.base/exprs.exp: Test casts to a pointer including over and
24055 underflow.
24056
24057 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
24058
24059 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
24060 and the compilers sizes.
24061
24062 2000-07-09 Nick Duffek <nsd@redhat.com>
24063
24064 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
24065 (use_methods): New function.
24066 (main): Call use_methods().
24067 * gdb.c++/classes.exp (test_method_param_class): New procedure.
24068 (do_tests): Call test_method_param_class.
24069
24070 2000-07-09 Nick Duffek <nsd@redhat.com>
24071
24072 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
24073 spelling.
24074 (test_enums): New procedure. Move enum tests from end of script
24075 to here. Set breakpoint on function name instead of line number.
24076 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
24077 (enums2): New marker function.
24078 (enums1): New function.
24079 (main): Call enums1(). Move enum tests to enums1().
24080
24081 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
24082
24083 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
24084 compile/link program. Update line numbers.
24085 * gdb.asm/d10v.inc: Define ``startup''.
24086 * gdb.asm/asmsrc1.s: Add definition of _start.
24087
24088 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
24089
24090 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
24091
24092 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24093
24094 * gdb.base/maint.exp: Add 'maint print architecture' item to output
24095 of 'help maint print' command.
24096
24097 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
24098
24099 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
24100 they use gdb_expect_list.
24101
24102 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
24103
24104 * gdb.base/commands.exp: Use ``set remote
24105 memory-read-packet-size'' instead of ``set endian big'' to test
24106 long commands.
24107
24108 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
24109
24110 * gdb.c++/templates.exp (do_tests): Make all of these work under
24111 g++, and stop skipping them.
24112
24113 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
24114 work under g++.
24115
24116 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
24117 initialization.
24118
24119 2000-06-02 Michael Snyder <msnyder@cygnus.com>
24120
24121 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
24122 the regular expression: accept an (almost) arbitrary sequence of
24123 "frames-invalid" and "breakpoints-invalid" messages both before
24124 and after the "starting" message.
24125
24126 2000-06-02 Michael Snyder <msnyder@cygnus.com>
24127
24128 * gdb.c++/local.exp: This test has never been known to work with g++.
24129
24130 2000-05-18 Michael Snyder <msnyder@cygnus.com>
24131
24132 * gdb.base/annota1.exp (annotate-signal-handler-caller):
24133 Relax the regular expression a little, make it pass on Solaris 8.
24134
24135 2000-05-12 Kevin Buettner <kevinb@redhat.com>
24136
24137 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
24138 a call, do not require that gdb stop on the line after the call.
24139 Instead, it is permissible for gdb to stop on the line of the
24140 call itself.
24141
24142 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
24143
24144 * gdb.base/break.exp (bp on small function, optimized file):
24145 Add a second pass pattern. The behavior differs here between stabs
24146 and dwarf for one-line functions. Stabs preserves two line symbols
24147 (one before the prologue and one after) with the same line number,
24148 but dwarf regards these as duplicates and discards one of them.
24149 Therefore the address after the prologue (where the breakpoint is)
24150 has no exactly matching line symbol, and GDB reports the breakpoint
24151 as if it were in the middle of a line rather than at the beginning.
24152
24153 2000-05-08 Michael Snyder <msnyder@cygnus.com>
24154
24155 * gdb.base/interrupt.exp: Make "pass" message say "send"
24156 rather than "send_gdb" (for consistancy).
24157
24158 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
24159
24160 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
24161 * gdb.c++/templates.cc: Properly check for GCC version number.
24162 * lib/compiler.cc: Likewise
24163
24164 2000-04-28 Michael Snyder <msnyder@cygnus.com>
24165
24166 * gdb.base/break.exp: When compiled with -O2 optimization,
24167 gdb may not stop at the first line of main, due to code motion.
24168
24169 2000-04-26 Michael Snyder <msnyder@cygnus.com>
24170
24171 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
24172 This test depends on parsing the printf output from the target.
24173 Since the sparclet stub doesn't do stdio, this will never work.
24174 * gdb.base/call-rt-st.exp: ditto.
24175 * gdb.base/call-strs: ditto.
24176
24177 2000-04-24 Michael Snyder <msnyder@cygnus.com>
24178
24179 * gdb.base/miscexprs.exp: make sizeof long array test portable.
24180
24181 * gdb.base/ending-run.exp: After connecting to a remote target,
24182 but before running, the target will appear to be in a random
24183 location. Specify both a file and a line for breakpoints.
24184 Also, the function that calls main may be called 'init'
24185 rather than 'start'.
24186
24187 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24188
24189 * gdb.base/help.exp: Update output for add-symbol-file command.
24190
24191 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
24192
24193 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24194 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
24195
24196 2000-04-07 J.T. Conklin <jtc@redback.com>
24197
24198 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
24199
24200 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
24201
24202 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
24203
24204 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
24205 values that can be represented exactly.
24206 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
24207 above change, and to not check against the directory part of the source
24208 file name.
24209 (step into print_long_arg_list): Likewise.
24210 (print print_small_structs from print_long_arg_list): Likewise.
24211 (print print_long_arg_list): Likewise.
24212
24213 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24214
24215 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
24216
24217 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
24218
24219 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
24220
24221 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
24222
24223 * gdb.base/commands.exp (deprecated_command_test): Add test for
24224 deprecate with no arguments.
24225
24226 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
24227
24228 * gdb.base/break.exp: Add new test for setting breakpoints on
24229 optimized code so we can test breakpoints work even when function
24230 prologues may be optimized away
24231
24232 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
24233
24234 From David Whedon <dwhedon@gordian.com>
24235 * gdb.base/commands.exp : Added command deprecator tests.
24236
24237 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
24238
24239 * gdb.base/help.exp: Added test for new apropos command.
24240
24241 2000-03-21 Kevin Buettner <kevinb@redhat.com>
24242
24243 * gdb.base/pointers.c (usevar): New function.
24244 (main): Make sure that global variables v_int_pointer2, rptr,
24245 and y are all referenced someplace in the program by calling
24246 usevar() on them. [Some linkers delete symbols which are
24247 never referenced. The space remains, but there's no way to
24248 get a (symbolic) handle on the variable from the debugger.]
24249
24250 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24251
24252 * gdb.base/printcmds.c: Add typedeffed arrays.
24253
24254 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
24255 procedure to test arrays that are typedef'd.
24256
24257 2000-03-13 James Ingham <jingham@leda.cygnus.com>
24258
24259 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
24260 the library directories.
24261
24262 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
24263
24264 * configure.in (configdirs): Add sub directory gdb.mi.
24265 * configure: Re-generate.
24266
24267 * gdb.mi: New directory.
24268
24269 2000-02-25 Scott Bambrough <scottb@netwinder.org>
24270
24271 * gdb.base/long_long.exp: Correct test suite failure when printing
24272 a long long value as a double on ARM platforms.
24273
24274 2000-02-16 Jim Blandy <jimb@redhat.com>
24275
24276 * gdb.base/break.exp ("breakpoint line number"): Make sure the
24277 default source file is set properly before running this test.
24278
24279 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24280
24281 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
24282 gdbtk/library directory, not in gdbtcl2.
24283
24284 2000-02-04 Jim Blandy <jimb@redhat.com>
24285
24286 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
24287 backslash from regexp pattern.
24288
24289 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
24290 procedure. Use it to run all the "continue to bp overloaded"
24291 tests. Note that this changes the names of the tests slightly.
24292 If the breakpoint hit message includes a hex PC value, because
24293 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
24294 from the real source code, still consider that a pass.
24295
24296 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
24297 XFAIL here if the breakpoint message contains a hex address. Note
24298 similar change on 1999-11-02.
24299
24300 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
24301
24302 * gdb.base/ptype.exp: Establish a default source file before
24303 calling get_debug_format.
24304
24305 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
24306
24307 * gdb.base/watchpoint.exp: Remove duplication of test messages.
24308
24309 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
24310
24311 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
24312 of successive stepi commands -- while in the prologue we should see
24313 the function entry bracket.
24314
24315 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
24316
24317 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
24318 reach __change_mode() when stepping through the end of main().
24319
24320 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
24321
24322 * gdb.base/default.exp: Fix expected pattern.
24323 * gdb.base/help.exp: Same.
24324
24325 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24326
24327 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
24328 Don't use xfail's because that affects only the following test.
24329
24330 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
24331 solaris or linux.
24332
24333 * gdb.base/selftest.exp: Update to reflect changes to main.c.
24334
24335 2000-01-07 Michael Snyder <msnyder@cygnus.com>
24336
24337 * gdb.base/display.exp: Some yacc parsers like to say
24338 "A syntax error" rather than "A parse error". Accept both.
24339
24340 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
24341
24342 * gdb.base/default.exp: Remove OS dependent string from "target
24343 remote" test.
24344 * gdb.base/help.exp: Same for "help target remote" test.
24345
24346 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24347
24348 From Jim Kingdon <kingdon@redhat.com>:
24349
24350 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
24351 prompt (cleanup rather than necessity, but still might keep output
24352 from spilling to next test).
24353
24354 2000-01-02 Fred Fish <fnf@cygnus.com>
24355
24356 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
24357 AIX, which defines them in <sys/types.h>.
24358
24359 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
24360
24361 * gdb.base/default.exp: Match arm* etc instead of arm in "info
24362 float" test.
24363
24364 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
24365
24366 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
24367
24368 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
24369 outermost frame disallowed".
24370
24371 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
24372
24373 * gdb.base/setvar.exp: New tests for setting the value of a struct
24374 with a constant list.
24375
24376 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
24377
24378 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
24379 require the user to type a cast before setting the value of a struct.
24380
24381 1999-12-06 Jim Blandy <jimb@cygnus.com>
24382
24383 * gdb.base/default.exp: Expect the new 'info float' command on
24384 all i386 platforms.
24385
24386 * gdb.threads/linux-dp.exp: Expand our ability to recognize
24387 LinuxThreads libraries that don't support debugging.
24388
24389 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
24390
24391 * gdb.base/remote.c: Fill the buffer with truely random data.
24392 Change the buffer type to ``unsigned char'' to simplify size
24393 arithmetic.
24394
24395 * gdb.base/remote.exp: Reduce download numbers by one. Typical
24396 stub only handles 400-1 byte packets. Verify that the download
24397 worked.
24398
24399 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
24400
24401 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
24402 tests, using UNRESOLVED for the untested cases. Also, does not wait
24403 for a timeout if the prompt was received before a recognizable pattern.
24404
24405 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
24406
24407 * lib/gdb.exp (gdb_expect_list): Fix spelling.
24408
24409 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24410
24411 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
24412 watchpoints.
24413
24414 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
24415
24416 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
24417
24418 * gdb.c++/local.exp: Be more flexible in recognizing local class
24419 name mangling. Don't allow horribly truncated method names.
24420 * gdb.c++/derivation.exp: Expect protected inheritance.
24421 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
24422 * gdb.c++/virtfunc.exp: Likewise.
24423 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
24424 when printing a nested enum.
24425
24426 1999-11-22 Jim Blandy <jimb@cygnus.com>
24427
24428 * gdb.base/step-test.exp: Properly await GDB's response to setting
24429 a breakpoint on the call to large_struct_by_value.
24430
24431 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
24432 just because we have debug info for the `start' function.
24433
24434 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
24435
24436 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
24437 "Unknown signal" messages, which indicate (on LinuxThreads) that
24438 GDB doesn't know how to debug threads on this system. This is
24439 better than hanging while philosopher 0 dumps chatter into gdb.log.
24440
24441 1999-11-18 Tom Tromey <tromey@cygnus.com>
24442
24443 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
24444
24445 1999-11-18 Fred Fish <fnf@cygnus.com>
24446
24447 * gdb.base/coremaker2.c: Add sample program for generating
24448 cores that is more self contained than coremaker.c. Eventually
24449 I'll add more code to this and tie it into the testsuite.
24450
24451 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
24452
24453 * gdb.base/dollar.exp: Remove, now in gdb.hp.
24454
24455 1999-11-10 Jimmy Guo <guo@cup.hp.com>
24456
24457 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
24458 from $srcdir/lib/.
24459 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
24460 and gdb.c++/.
24461
24462 * gdb.c++/derivation.exp: remove redundant get compiler info code.
24463
24464 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
24465 'continue with watch' test point.
24466
24467 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
24468
24469 Merged from p2linux-990323-branch:
24470
24471 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
24472
24473 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
24474
24475 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
24476 {limit,fixed}''. Test ``set download-write-size''.
24477
24478 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
24479
24480 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
24481 gdb_expect_list.
24482
24483 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
24484
24485 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
24486
24487 1999-11-03 Mark Salter <msalter@cygnus.com>
24488
24489 * gdb.base/break.exp: Fix "stub continue" pattern.
24490
24491 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
24492
24493 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
24494
24495 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
24496
24497 * gdb.base/display.exp ("finish"): Add timeout clause.
24498
24499 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
24500 plain prompt clause, so this doesn't have to time out in order to
24501 fail.
24502
24503 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
24504 breakpoint hit messages include an address.
24505
24506 * gdb.base/display.exp: Don't forget to escape parens in regular
24507 expressions. Unix regexp notatation sucks.
24508
24509 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24510
24511 * gdb.base/annota1.exp: Test for annotate-signalled: change output
24512 order for 'signalled' message.
24513
24514 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
24515
24516 From Jimmy Guo <guo@cup.hp.com>:
24517 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
24518 * gdb.base/annota1.c: Add code for tests to work with.
24519
24520 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
24521
24522 * gdb.base/remote.exp: New test for remote downloading settings.
24523 * gdb.base/remote.c: New file with large .data.
24524
24525 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
24526
24527 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
24528 for LinuxThreads support, merged from the Code Fusion branch.
24529
24530 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
24531
24532 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
24533 containing exp_continue into a while within an expect. Don't
24534 attempt a start more than three times. Check return value from
24535 gdb_load.
24536
24537 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
24538
24539 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
24540 a pass case.
24541
24542 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
24543
24544 * gdb.base/break.c (main): Added a statement that we can step
24545 off of.
24546 * gdb.base/break.exp: Added tests for setting a breakpoint
24547 at an offset and stepping onto a breakpoint.
24548
24549 1999-10-01 Fred Fish <fnf@cygnus.com>
24550
24551 * gdb.base/help.exp (help add-symbol-file): Update to match current
24552 gdb output.
24553
24554 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
24555
24556 * gdb.base/break.exp: Code locations are in hex, don't forget!
24557 (For HP-UX.)
24558
24559 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
24560
24561 * condbreak.exp: Use break.c as test program.
24562 * condbreak.c: Remove, redundant with break.c.
24563
24564 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
24565
24566 * config/monitor.exp (gdb_target_monitor): Disable X- and
24567 Z-packets if the target needs it.
24568
24569 1999-09-13 James Ingham <jingham@leda.cygnus.com>
24570
24571 * gdb.c++/overload.exp: Added tests for listing overloaded
24572 functions with function pointers in the arg, explicitly calling
24573 out the version you want.
24574
24575 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
24576
24577 * long_long.exp: Add variations of test cases that work for
24578 targets with 16-bit ints and 32-bit doubles.
24579
24580 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
24581
24582 * break.c (main): Compare a possibly-uninitialized argc with an
24583 unlikely value that fits in 16 bits.
24584
24585 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
24586
24587 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
24588 0xfeeb, don't want negative numbers if ints are 16 bits.
24589
24590 * lib/gdb.exp (skip_cplus_tests): New proc.
24591 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
24592 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
24593 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
24594 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
24595 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
24596 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
24597 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
24598 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
24599
24600 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
24601
24602 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
24603
24604 * gdb.base/corefile.exp (up): Allow a parameter to appear
24605 in the frame that we're going up to.
24606
24607 From Jim Blandy <jimb@cygnus.com>:
24608
24609 * gdb.base/default.exp (info float): Expect some output now.
24610
24611 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
24612 returning floating-point values to fail on the x86.
24613 * gdb.base/callfwmall.exp (do_function_calls): Same.
24614
24615 * gdb.base/list.exp (test_listsize): Correct expectations for
24616 listing line 1 with listsize 2. Also, listing a single line
24617 works now, as does listing three lines. [Kevin's note: There
24618 were a number of other cases fixed too where the expectations
24619 differed...]
24620
24621 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
24622
24623 * gdb.base/selftest.exp: Add case for when version prints as
24624 constant string instead of char pointer.
24625
24626 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
24627
24628 * gdb.base/ending-run.exp: Add Solaris case for what happens when
24629 stepping out of main.
24630
24631 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
24632 G++ used.
24633
24634 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
24635 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
24636
24637 * gdb.c++/ovldbreak.exp: Update match string in test that
24638 includes a warning of multiple breakpoints.
24639
24640 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
24641
24642 * gdb.base/display.exp: Improve precision of step-after-finish
24643 added yesterday.
24644
24645 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
24646 test.
24647
24648 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
24649 configs when using G++, not just hppa*.
24650
24651 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24652
24653 * gdb.base/async.c: New file.
24654 * gdb.base/async.exp: New file.
24655
24656 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
24657
24658 * gdb.base/break.exp: Tweak PA specific tests to properly handle
24659 PA64.
24660
24661 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
24662
24663 * gdb.base/display.exp: "finish" can leave us mid-line on many
24664 targets, deal with it. Add a small constant to main, instead of
24665 1000 since main+1000 may not be a valid address in the target.
24666
24667 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
24668 on hpux11.
24669
24670 * gdb.base/attach.exp: Handle another hpux11 error message variant
24671 when attaching to a process that does not exist.
24672
24673 1999-08-19 J.T. Conklin <jtc@redback.com>
24674
24675 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
24676 characters in 'continue to 1241' test.
24677
24678 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
24679
24680 * gdb.base/call-ar-st.exp: Add a shorter match case for the
24681 stop in print_long_arg_list, define and use a whitespace
24682 variable in print_small_structs test, add an XFAIL for Solaris.
24683 * gdb.base/dbx.exp: XFAIL func commands until somebody is
24684 interested enough to fix.
24685
24686 1999-08-13 Keith Seitz <keiths@cygnus.com>
24687
24688 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
24689 (dbx_gdb_load): Remove. Use gdb_load instead, since that
24690 proc knows about targets other than the natives.
24691 (test_assign): Use "gdb_run_cmd" to "run" the target.
24692 Check that we've actually hit the breakpoint at main.
24693 When we attempt to assign a value to a local variable, check
24694 that the variable is in the current scope, i.e., don't use
24695 a test with an empty result.
24696
24697 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
24698
24699 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
24700 command.
24701
24702 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
24703
24704 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24705 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
24706 gdb.compat, gdb.threads-hp.
24707 gdb.hp/configure, gdb.hp/configure.in: New files.
24708 gdb.hp/Makefile.in: Recurse into new subdirs.
24709 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
24710 gdb.hp/gdb.objdbg: New directory, tests for debugging info
24711 in object files.
24712 gdb.hp/tools: New directory, aux tools for HP-specific tests.
24713
24714 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
24715
24716 * gdb.base/display.exp: Help expect by putting a newline in the
24717 funky printf, remove a bogus p/a test.
24718
24719 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24720
24721 * gdb.base/display.exp: Make sure that when we say 'run', we are
24722 connected to the target. This is necessary when running not
24723 natively.
24724
24725 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
24726
24727 * gdb.base/step-test.exp: Removed some extraneous messages.
24728
24729 * gdb.base/long_long.exp: Don't run memory examination tests
24730 on little-endian targets (they will need a different set of
24731 results to match).
24732
24733 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
24734
24735 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
24736 until somebody decides to fix GDB.
24737
24738 * gdb.base/long_long.c: Stop compiler complaint by specifying long
24739 constant as "ULL".
24740 * gdb.base/long_long.exp: Loosen x/c test, add partial result
24741 matches for a couple x/2 commands.
24742
24743 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
24744
24745 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
24746 by merging in ref-types2 tests.
24747 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
24748
24749 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24750 * gdb.c++/Makefile.in: Add standard actions.
24751 (EXECUTABLES): Rename from PROGS, update list.
24752 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
24753 from gdb.hp.
24754 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
24755 foo and bar locals.
24756 * gdb.c++/anon-union.exp: Fix tests to match.
24757 * gdb.c++/classes.exp: Run if HP compiler used, add extra
24758 expect matches to handle output variations.
24759 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
24760 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
24761 output, add HP alternatives for new and delete prints.
24762 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
24763 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
24764 * gdb.c++/demangle.exp: Use $style when reporting failure.
24765 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
24766 * gdb.c++/inherit.exp: Run if HP compiler used, add some
24767 match alternatives.
24768 * gdb.c++/local.exp: Add match alternatives or xfails for HP
24769 compilers.
24770 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
24771 * gdb.c++/method.exp: Add match alternatives.
24772 * gdb.c++/misc.cc: Add bool types.
24773 * gdb.c++/misc.exp: Add tests for bool types.
24774 * gdb.c++/overload.exp: Add xfails.
24775 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
24776 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
24777 add some more template parameter tests (only for HP currently).
24778 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
24779 * gdb.c++/virtfunc.cc: Add return type and value for main.
24780 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
24781 match alternatives.
24782
24783 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24784
24785 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
24786
24787 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
24788
24789 * gdb.base/signals.exp: Don't expect getting a backtrace from
24790 within a signal handler to fail on Linux.
24791
24792 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
24793
24794 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24795 * lib/gdb.exp: Remove some gratuitious semicolons.
24796 (delete_breakpoints): Increase timeout.
24797 (gdb_expect): Add -notransfer option.
24798 (gdb_test): Use -notransfer option.
24799 (get_compiler_info): Add f77 case.
24800 (get_compiler): New proc, split out from gdb_preprocess, add f77
24801 case.
24802 (gdb_preprocess): Call get_compiler.
24803
24804 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
24805 * gdb.base/attach.exp, gdb.base/display.exp,
24806 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
24807 gdb.base/long_long.exp, gdb.base/printcmds.exp,
24808 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
24809 third arg to gdb_test.
24810 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
24811 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
24812 HP-UX xfails, add others.
24813 * gdb.base/completion.exp: Reflect name change of self-test.
24814 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
24815 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
24816 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
24817 HP failure number.
24818 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
24819 useless HP-UX 10.30 references.
24820 * gdb.base/maint.exp: Loosen matches.
24821 * gdb.base/pointers.c (main): Declare more_code.
24822 * gdb.base/pointers.exp: Match on output of a `next'.
24823 * gdb.base/structs.c: Add prototypes.
24824 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
24825 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
24826
24827 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24828
24829 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
24830 command.
24831
24832 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24833
24834 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
24835 Fix run to main failures. Watchpoint can be hardware watchpoint.
24836
24837 * gdb.base/annota1.exp: Clean up some more, in case printf has
24838 debug info. Deal with lack of signal hanlder info in stack.
24839
24840 From Jim Kingdon <kingdon@redhat.com>:
24841 * gdb.base/annota1.exp: If printf has debug info, deal with it.
24842
24843 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
24844
24845 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
24846 gdb.base/foll-vfork.exp: Don't run for crosses.
24847
24848 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
24849
24850 * gdb.base/configure.in: Check for gdbvars.exp instead of
24851 a1-selftest.exp.
24852 * gdb.base/configure: Re-generate.
24853
24854 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
24855
24856 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
24857 in trying to run first and name is too long.
24858
24859 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
24860 pointers2.c and pointers2.exp, respectively.
24861 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
24862 doschk happier.
24863
24864 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
24865
24866 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
24867 callfuncs2.c and callfuncs2.exp.
24868
24869 * gdb.base/list.exp: Remove mistaken xfails.
24870 * gdb.base/list0.h: Add optional prototypes.
24871
24872 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
24873
24874 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
24875 calling malloc.
24876 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
24877 * ptype.exp: Move test for get_debug_format to before its first
24878 use.
24879
24880 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24881
24882 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
24883 * gdb.base/annota2.cc, annota2.exp: Move from here.
24884 * gdb.c++/annota2.cc, annota2.exp: To here.
24885 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
24886
24887 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
24888
24889 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
24890 a consistent format.
24891
24892 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
24893
24894 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24895 * lib/gdb.exp (get_compiler_info): Add detection for assorted
24896 HP compilers, also set the globals $true and $false.
24897
24898 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
24899 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
24900 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
24901 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
24902 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
24903 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
24904 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
24905 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
24906 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
24907 whatis.c} Add C++ compatible function definitions and return
24908 types, add includes for library functions.
24909 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
24910 * gdb.base/step-test.c (myglob): Rename from glob.
24911 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
24912 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
24913 files, move here from gdb.hp.
24914 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
24915 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
24916 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
24917 Adjust line numbers in regexps.
24918
24919 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
24920 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
24921 instead of 0/1.
24922
24923 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
24924 foll-vfork.exp: New files, move here from gdb.hp.
24925 * gdb.base/page.exp: New file, test of pagination command.
24926
24927 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
24928 recursion test.
24929 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
24930
24931 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
24932 gdb.base/solib.exp: Fix compiler invocation process.
24933
24934 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
24935 HP-UX 11, turn off overload resolution explicitly.
24936 * gdb.base/commands.exp: Set argument list explicitly, add
24937 watchpoint test.
24938 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
24939 them work.
24940 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
24941 expressions properly.
24942 * gdb.base/corefile.exp: Loosen the match slightly.
24943 * gdb.base/default.exp: Allow "Error accessing memory" message
24944 also.
24945 * gdb.base/display.exp: Skip over x/0 j if PA64.
24946 * gdb.base/funcargs.exp: Add xfails for HP-UX.
24947 * gdb.base/interrupt.exp: Ditto.
24948 * gdb.base/langs.exp: Add symbolic matches governed by compiler
24949 in use.
24950 * gdb.base/list.exp: Add xfails for HP-UX.
24951 * gdb.base/long_long.exp: Refine some of the numeric matches.
24952 * gdb.base/mips_pro.exp: Xfail on HP-UX.
24953 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
24954 * gdb.base/nodebug.exp: Succeed on more varieties of output.
24955 * gdb.base/opaque.exp: Remove some HP-UX xfails.
24956 * gdb.base/ptype.exp: Succeed on more varieties of output.
24957 * gdb.base/scope.exp: Add xfails for HP-UX.
24958 * gdb.base/sect-cmd.exp: Add more cases.
24959 * gdb.base/setvar.exp: Add xfails for HP-UX.
24960 * gdb.base/shlib-call.exp: Loosen some matches slightly.
24961 * gdb.base/signals.exp: Match on void symbolically.
24962 * gdb.base/step-test.exp: Add case for PA64.
24963 * gdb.base/term.exp: Add exit and restart.
24964 * gdb.base/twice.exp: Clean up after self.
24965 * gdb.base/varargs.exp: Disable overload resolution explicitly.
24966 * gdb.base/whatis.exp: Allow more ways to pass tests.
24967
24968 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
24969 no longer useful.
24970
24971 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
24972
24973 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
24974 list of patterns.
24975 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
24976 print_double_array(double_array)", "continuing to breakpoint
24977 1018", "print print_double_array(array_d)" and "continuing to
24978 1034" tests.
24979
24980 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
24981
24982 * Makefile.in: Add empty html and install-html targets.
24983
24984 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
24985
24986 * config/mt-*: Remove, these haven't been used since 1996.
24987
24988 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
24989
24990 * gdb.base/call-strs.c, gdb.base/ending-run.c,
24991 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
24992 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
24993
24994 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
24995
24996 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
24997 simpler match case for the ptype of the big class.
24998
24999 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25000
25001 * gdb.exp: Fix test for gdb_prompt existence.
25002
25003 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25004
25005 * gdb.exp (gdb_test): Add fail after calls to perror.
25006
25007 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25008
25009 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
25010
25011 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25012
25013 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
25014
25015 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
25016
25017 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
25018 malloc() is linked in.
25019
25020 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
25021
25022 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
25023 step at end.
25024
25025 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
25026
25027 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
25028
25029 * gdb.java/jv-print.exp: New file. (Our first Java test!)
25030
25031 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
25032
25033 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
25034 * gdb.base/mips_pro.exp: Likewise.
25035
25036 1999-06-02 Keith Seitz <keiths@cygnus.com>
25037
25038 * gdb.c++/templates.cc: Change all "new" operators to throw
25039 an exception.
25040 * gdb.c++/cplusfuncs.cc: Likewise.
25041
25042 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
25043
25044 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
25045
25046 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
25047 * gdb.base/ending-run.exp: When stepping out of main, accept a
25048 step into an arbitrary assembler file.
25049
25050 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25051
25052 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
25053 "breakpoint-invalid" to be printed.
25054 * gdb.base/annota2.exp: Revise line number for main
25055 breakpoint. Allow any number of "frames-invalid" and
25056 "breakpoint-invalid" to be printed.
25057 * gdb.base/annota2.cc: Initialize a.x to 0.
25058
25059 1999-05-17 Keith Seitz <keiths@cygnus.com>
25060
25061 * gdb.base/call-ar-st.exp: Skip
25062 "print print_double_array (double_array)" when "skip_float_tests" set.
25063 Ditto for "print print_double_array(array_d)",
25064 "print print_small_structs", "print print_ten_doubles", and
25065 "step into print_long_arg_list".
25066 Don't assume we can step into "print_long_arg_list": we could step
25067 into memcpy.
25068 * gdb.base/call-rt-st.exp: Don't run float-related tests when
25069 "skip_float_tests" is set: "print print_one_double(*d1)"
25070 and "print print_two_floats(*f3)".
25071 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
25072 "skip_float_tests" is set.
25073 * gdb.base/varargs.exp: Skip
25074 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
25075 "skip_float_tests" set.
25076
25077 1999-05-06 Keith Seitz <keiths@cygnus.com>
25078
25079 * gdb.base/annota2.cc: Include stdio.h.
25080
25081 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
25082
25083 * gdb.base/crossload.exp: Remove, this has been disabled ever
25084 since BFD stopped including all targets, and cross-GDB gets
25085 plenty of testing anyway.
25086 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
25087 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
25088 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
25089 * gdb.base/README: Remove, was doc for this.
25090 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
25091 needed.
25092
25093 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25094
25095 * gdb.base/call-ar-st.exp: Fix one regular expression in test
25096 output.
25097
25098 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
25099 * gdb.base/annota2.exp: New file. More annotation tests.
25100 * gdb.base/annota1.c: New file. Source file for annota1.exp.
25101 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
25102
25103 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
25104
25105 * config/cfdbug.exp: New file.
25106
25107 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
25108
25109 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
25110 Marcus Daniel's and Dale Hawkins's demangler crashes.
25111
25112 * gdb.c++/demangle.exp (test_gnu_style_demangling,
25113 test_lucid_style_demangling, test_arm_style_demangling,
25114 test_hp_style_demangling): Try Tom Tromey's core-dumping
25115 identifier under each demangling style.
25116
25117 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
25118
25119 * gdb.c++/demangle.exp: Include the current demangling style
25120 in all test names.
25121 (current_demangling_style): New global variable.
25122 (set_demangling_style, test_demangling_core, test_demangling,
25123 test_demangling_exact): New functions.
25124 (test_gnu_style_demangling, test_lucid_style_demangling,
25125 test_arm_style_demangling, test_hp_style_demangling): Use those,
25126 instead of calling gdb_test and gdb_test_exact directly.
25127 (catch_demangling_errors): New function, which reports errors
25128 signalled by the demangling test functions in an orderly way.
25129 (do_tests): Use catch_demangling_errors.
25130
25131 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
25132
25133 * gdb.base/signals.exp (test_handle_all_print): Use () for
25134 grouping in expressions, not {}.
25135
25136 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
25137 initialized yet.
25138
25139 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
25140
25141 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
25142 are listed.
25143
25144 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
25145
25146 * gdb.stabs/weird.exp: Test for CC being defined before
25147 looking at its value.
25148
25149 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
25150
25151 * gdb.base/call-ar-st.exp: Remove stray '#'.
25152 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
25153 "short int" and "long int".
25154 * gdb.c++/overload.cc: Cast the string added in the previous
25155 change, to mollify finicky HP compiler.
25156 * gdb.hp/reg-test.exp (testfile): Fix file name.
25157 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
25158
25159 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
25160 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
25161 alternate form of enum ptype.
25162
25163 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
25164
25165 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
25166 * gdb.hp/*.exp: Change all to run compiler probe only after
25167 passing skip_hp_tests, so as not to waste time on guaranteed
25168 failure.
25169
25170 * gdb.c++/overload.cc: Pass string instead of char addr, always
25171 init ccpfoo.
25172 * gdb.c++/templates.cc: Fix syntax error.
25173
25174 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25175
25176 * gdb.base/commands.exp: Add test for correct position of '>'
25177 when issuing the 'commands' command after a 'while' or 'if'
25178 command.
25179
25180 1999-03-18 James Ingham <jingham@cygnus.com>
25181
25182 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
25183
25184 * gdb.c++/method.exp: It was testing an uninitialized int on the
25185 stack and assuming it was positive.
25186
25187 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
25188
25189 * gdb.base/step-test.exp: Catch a case where finish is broken and
25190 keep it from killing the rest of the tests.
25191 Use gdb_continue_to_end.
25192
25193 * gdb.base/sigall.exp: use gdb_continue_to_end.
25194
25195 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
25196
25197 * gdb.base/display.exp: use runto_main, not run.
25198
25199 * gdb.base/default.exp: Check for the current error message in the
25200 r abbreviation test.
25201 Add strongarm to the targets that know info float.
25202
25203 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
25204 run which doesn't work with monitors.
25205
25206 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
25207 1034 test.
25208
25209 * gdb.base/break.exp: use the gdb_continue_to_end proc.
25210
25211 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
25212 end of a program. Traps the case (in Cygmon) when the program
25213 never really exits. Same as Mark's continue_to_exit, but I had
25214 put it in a lot more places, so I used my name. Sorry Mark...
25215
25216 * config/monitor.exp (gdb_target_monitor): added another
25217 target_info parameter: remotebinarydownload. This will set the
25218 remotebinarydownload flag if this is causing some boards trouble.
25219
25220 1999-03-18 Mark Salter <msalter@cygnus.com>
25221
25222 * lib/gdb.exp (continue_to_exit): New function.
25223
25224 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
25225 * gdb.base/ending-run.exp: Ditto.
25226 * gdb.base/step-test.exp: Ditto.
25227
25228 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
25229
25230 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
25231 (suggested by Art Haas <ahaas@neosoft.com>).
25232
25233 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
25234
25235 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
25236
25237 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
25238
25239 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
25240 descriptions of types (short unsigned int vs unsigned short, etc).
25241
25242 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
25243
25244 * gdb.base/call-strs.exp: Don't assume that `step' will step over
25245 a call to strlen; sometimes we do have sources.
25246
25247 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
25248
25249 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
25250 character, so GDB won't print garbage after its end.
25251
25252 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
25253 breakpoint there instead. Sometimes GCC emits memcpy to handle
25254 the large structures being passed by value, so we step into that
25255 instead of sum_array_print, which obscures what we're really testing.
25256 * gdb.base/step-test.exp: However, we do want a test that notices
25257 the bizarre steps into memcpy, so do that here. Add check for
25258 stepping into function calls that pass large structures by value.
25259 ("Is that a noun clause, or are you just happy to see me?")
25260 Remove all references to specific line numbers.
25261 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
25262 New type and function.
25263 (main): Call large_struct_by_value, passing it a large struct by value.
25264 * lib/gdb.exp (gdb_get_line_number): New function.
25265
25266 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
25267 more portable.
25268
25269 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
25270
25271 * lib/gdb.exp: Doc fixes.
25272
25273 1999-03-05 Nick Clifton <nickc@cygnus.com>
25274
25275 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
25276
25277 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
25278
25279 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
25280 commands. They're not germane to this test, and they don't work
25281 that way on remote targets.
25282
25283 1999-03-01 James Ingham <jingham@cygnus.com>
25284
25285 * Changelog entries merged over from gdb development branch.
25286
25287 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
25288
25289 * lib/gdb.exp (gdbtk_analyze_results): Generic function
25290 for outputting results of test run.
25291
25292 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
25293
25294 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
25295
25296 1999-02-25 Felix Lee <flee@cygnus.com>
25297
25298 * lib/gdb.exp (debug_format): initialize
25299
25300 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
25301
25302 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
25303 * gdb.base/call-rt-st.c: Ditto.
25304
25305 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
25306
25307 * gdb.threads/pthreads.exp (horiz): New variable.
25308 (test_startup): Fix regexps that capture thread numbers.
25309
25310 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
25311
25312 * gdb.base/smoke.exp: Disambiguate two test case names (both
25313 called ``print'').
25314
25315 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
25316
25317 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
25318 compilation.
25319
25320 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
25321
25322 * gdb.base/miscexprs.exp: Change patterns to match GDB's
25323 actual output formatting.
25324 * gdb.base/smoke.exp: GDB removes leading 0's.
25325 * gdb.base/volatile.exp: Don't check type of remuneration;
25326 that variable is no longer defined in constvars.c.
25327 * gdb.base/step-test.c (main): Exit with explicit exit code.
25328 * gdb.base/step-test.exp: Remove two nexti checks--they are
25329 not portable.
25330
25331 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
25332
25333 * gdb.base/help.exp ("help delete display"): Fix test to match
25334 gdb's output.
25335
25336 * gdb.base/long_long.c (known_types): Initialize values to zero.
25337 * gdb.base/long_long.exp: Step one more line
25338 so 'dec' is initialized in "get to known place". GDB removes
25339 leading zeros. Explicitly ask for hex formatting. Use
25340 unique test case names.
25341
25342 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25343
25344 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
25345
25346 * gdb.c++/method.exp: Add missing close brace.
25347
25348 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
25349
25350 * gdb.base/maint.exp: Use 'set height 0' to disable page
25351 prompting, not 'set height 400'.
25352
25353 Fix a bunch of timeouts.
25354 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
25355 four separate tests, so expect doesn't take forever to match a ton
25356 of text against a regexp with lots of .* forms.
25357 ("maint print psymbols", "maint print symbols"): Make some of
25358 these greps more selective, so that expect doesn't try to wade
25359 through huge piles of output and time out.
25360
25361 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
25362
25363 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
25364 tests: one which doesn't expect shlib events to be reported, and
25365 another which does, but is XFAIL for all platforms other than
25366 HP/UX.
25367
25368 * gdb.base/break.exp: Teach the test suite that the `catch
25369 fork', `catch vfork', and `catch exec' commands produce error
25370 messages on platforms that don't provide these features.
25371
25372 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
25373
25374 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
25375 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
25376 (shortening names from solib_threshold.exp etc), won't run on
25377 anything but HP-UX for the foreseeable future.
25378 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
25379 reflect move.
25380
25381 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
25382
25383 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
25384 gdb.trace/Makefile.in (clean): Remove all test executables.
25385
25386 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
25387
25388 * gdb.base/shlib-call.exp: add test cases to verify that gdb
25389 successfully re-sets breakpoints in shared libraries.
25390 * gdb.base/shmain.c (main): return 0, don't fall off the end.
25391
25392 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25393
25394 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
25395 and compiled w/o GCC.
25396
25397 * gdb.hp/watch-cmd.exp: ditto.
25398
25399 * gdb.hp/watch-hp.exp: ditto.
25400
25401 * gdb.hp/xdb1.exp: ditto.
25402
25403 * gdb.hp/xdb2.exp: ditto.
25404
25405 * gdb.hp/dbx.exp: ditto.
25406
25407 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
25408
25409 * constvars.c: Remove C++-isms.
25410 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
25411 with GCC.
25412
25413 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
25414
25415 The following changes are part of the HP merge.
25416
25417 * gdb.base/break.exp: new tests to verify that catchpoints for
25418 fork, vfork, and exec don't trigger inappropriately.
25419
25420 * gdb.base/opaque.exp: compile one file at a time, then link.
25421
25422 * gdb.base/signals.exp: be more restrictive about which hppa
25423 systems receive a setup_xfail. new tests.
25424
25425 * gdb.base/solib_threshold.build: new file.
25426 * gdb.base/solib_threshold.exp: new file.
25427 * gdb.base/solib_threshold.link_opts: new file.
25428 * gdb.base/solib_threshold.mk: new file.
25429 * gdb.base/gen_solib_threshold.c: new file.
25430
25431 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
25432 tests. New tests for enums inside classes.
25433
25434 * gdb.c++/compiler.cc: indicate support of template debugging.
25435
25436 * gdb.c++/demangle.exp: run hp style demangling tests.
25437
25438 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
25439 tests.
25440
25441 * gdb.c++/misc.cc: changes to support new tests.
25442
25443 * gdb.c++/templates.cc: changes to support HP's compiler; changes
25444 to support new tests.
25445
25446 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
25447 gcc, then skip these tests.
25448
25449 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
25450
25451 The following files are part of the HP merge; some had longer
25452 names at HP, but have been renamed to be no more than 14
25453 characters in length.
25454
25455 * gdb.hp/ambiguous.cc: new file.
25456 * gdb.hp/ambiguous.exp: new file.
25457 * gdb.hp/attach.exp: new file.
25458 * gdb.hp/attach2.exp: new file.
25459 * gdb.hp/classes-hp.exp: new file.
25460 * gdb.hp/ctti.exp: new file.
25461 * gdb.hp/ctti-add.cc: new file.
25462 * gdb.hp/ctti-add1.cc: new file.
25463 * gdb.hp/ctti-add2.cc: new file.
25464 * gdb.hp/ctti-add3.cc: new file.
25465 * gdb.hp/dbx.exp: new file.
25466 * gdb.hp/exception.cc: new file.
25467 * gdb.hp/exception.exp: new file.
25468 * gdb.hp/foll-exec.c: new file.
25469 * gdb.hp/foll-exec.exp: new file.
25470 * gdb.hp/foll-fork.c: new file.
25471 * gdb.hp/foll-fork.exp: new file.
25472 * gdb.hp/foll-vfork.c: new file.
25473 * gdb.hp/foll-vfork.exp: new file.
25474 * gdb.hp/inherit-hp.exp: new file.
25475 * gdb.hp/more-steps.exp: new file.
25476 * gdb.hp/namespace.cc: new file.
25477 * gdb.hp/namespace.exp: new file.
25478 * gdb.hp/optimize.exp: new file.
25479 * gdb.hp/pxdb.c: new file.
25480 * gdb.hp/pxdb.exp: new file.
25481 * gdb.hp/quicksort.exp: new file.
25482 * gdb.hp/reg-test.exp: new file.
25483 * gdb.hp/reg-test.s: new file.
25484 * gdb.hp/sized-enum.c: new file.
25485 * gdb.hp/sized-enum.exp: new file.
25486 * gdb.hp/start-stop.exp: new file.
25487 * gdb.hp/templ-hp.cc: new file.
25488 * gdb.hp/templ-hp.exp: new file.
25489 * gdb.hp/thr-lib.c: new file.
25490 * gdb.hp/thr-lib.exp: new file.
25491 * gdb.hp/thr-lib.h: new file.
25492 * gdb.hp/thr-liblib.c: new file.
25493 * gdb.hp/virtfun-hp.c: new file.
25494 * gdb.hp/virtfun-hp.exp: new file.
25495 * gdb.hp/watch-cmd.exp: new file.
25496 * gdb.hp/watch-hp.exp: new file.
25497 * gdb.hp/xdb1.exp: new file.
25498 * gdb.hp/xdb2.exp: new file.
25499 * gdb.hp/xdb3.exp: new file.
25500
25501 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
25502
25503 The following files are part of the HP merge; some had longer
25504 names at HP, but have been renamed to be no more than 14
25505 characters in length.
25506
25507 * gdb.base/ss.h: new file.
25508 * gdb.base/call-ar-st.c: new file.
25509 * gdb.base/call-ar-st.exp: new file.
25510 * gdb.base/call-rt-st.c: new file.
25511 * gdb.base/call-rt-st-exp: new file.
25512 * gdb.base/call-strs.exp: new file.
25513 * gdb.base/ena-dis-br.exp: new file.
25514 * gdb.base/environ.exp: new file.
25515 * gdb.base/long_long.exp: new file.
25516 * gdb.base/sect-cmd.exp: new file.
25517 * gdb.base/shlib-cl2.exp: new file.
25518 * gdb.base/smoke.exp: new file.
25519 * gdb.base/so-impl-ld.c: new file.
25520 * gdb.base/so-impl-ld.exp: new file.
25521 * gdb.base/so-indr-cl.c: new file.
25522 * gdb.base/so-indr-cl.exp: new file.
25523 * gdb.base/varargs.exp: new file.
25524 * gdb.base/volatile.exp: new file.
25525 * gdb.base/whatis-exp.exp: new file.
25526 * gdb.base/display.exp: new file.
25527 * gdb.c++/derivation.exp: new file.
25528 * gdb.c++/local.exp: new file.
25529 * gdb.c++/member-ptr.exp: new file.
25530 * gdb.c++/overload.exp: new file.
25531 * gdb.c++/ovldbreak.exp: new file.
25532 * gdb.c++/ref-types.exp: new file.
25533 * gdb.c++/ref-types2.exp: new file.
25534 * gdb.c++/userdef.exp: new file.
25535
25536 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
25537
25538 * gdb.base/default.exp: Reflect wording change in remote.c.
25539
25540 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
25541
25542 * gdb.base/help.exp: Update to reflect current text.
25543
25544 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
25545
25546 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
25547 they're stack variables and contain garbage.
25548 * gdb.c++/anon-union.exp: new file.
25549
25550 The following changes were made by David Taylor
25551 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
25552 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
25553 in changes by HP.
25554
25555 * gdb.base/bitops.exp: new file.
25556 * gdb.base/default.exp: change expected messages for catch and
25557 info catch tests to reflect HP merge changes.
25558 * gdb.base/enable-disable-break.exp
25559 * gdb.base/ending-run.c: new file.
25560 * gdb.base/long_long.c: new file.
25561 * gdb.base/maint.exp: new file.
25562 * gdb.base/pointers2.exp: new file.
25563 * gdb.base/shlib-call2.exp: new file.
25564 * gdb.base/solib.exp: new file.
25565 * gdb.base/step-test.c: new file.
25566 * gdb.c++/anon-union.cc: new file.
25567 * gdb.c++/local.cc: new file.
25568 * gdb.c++/member-pointer.cc: new file.
25569 * gdb.c++/method.cc: new file.
25570 * gdb.c++/ref-types.cc: new file.
25571 * gdb.c++/ref-types2.cc: new file.
25572 * gdb.c++/userdef.cc: new file.
25573
25574 * gdb.base/scope.exp: compile one file at a time, then link.
25575 * gdb.base/langs.exp: ditto.
25576 * gdb.base/list.exp: ditto.
25577
25578 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
25579
25580 The following changes were made by David Taylor
25581 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
25582 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
25583 in changes by HP.
25584
25585 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
25586 skip tests. When compiling pass c++ flag to gdb_compile.
25587 * gdb.c++/
25588
25589 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
25590 test for on hppa*-*-hpux*; use args to see if c++ was specified.
25591 (skip_hp_tests): new function.
25592 (gdb_preprocess): new function.
25593
25594 * configure.in (hpdir): decide whether to configure gdb.hp.
25595 * configure: regenerated.
25596
25597 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
25598 to delete on clean.
25599 (EXECUTABLES): update to reflect new additions.
25600 * gdb.base/commands.exp: update message expected.
25601 * gdb.base/default.exp: add copyright notice.
25602 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
25603 * gdb.base/help.exp: update messages to reflect current text.
25604 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
25605 targets for recurse tests.
25606 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
25607 skip this file.
25608
25609 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
25610 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
25611 compilation.
25612 * gdb.c++/misc.exp: ditto.
25613 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
25614 run the tests. tell gdb_compile that it's a c++ compilation.
25615
25616 * gdb.threads/pthreads.exp: fix typo in message.
25617
25618 * gdb.base/all-bin.exp: new file.
25619 * gdb.base/arithmet.exp: new file.
25620 * gdb.base/assign.exp: new file.
25621 * gdb.base/completion.exp: new file.
25622 * gdb.base/cond-expr.exp: new file.
25623 * gdb.base/condbreak.exp: new file.
25624 * gdb.base/define.exp: new file.
25625 * gdb.base/dollar.exp: new file.
25626 * gdb.base/environment.exp: new file.
25627 * gdb.base/eval-skip.exp: new file.
25628 * gdb.base/jump.exp: new file.
25629 * gdb.base/logical.exp: new file.
25630 * gdb.base/pointers.exp: new file.
25631 * gdb.base/relational.exp: new file.
25632 * gdb.base/section_command.exp: new file.
25633 * gdb.base/whatis-expr.exp: new file.
25634
25635 * gdb.base/all-types.c: new file.
25636 * gdb.base/call-array-struct.c: new file.
25637 * gdb.base/call-return-struct.c: new file.
25638 * gdb.base/call-strings.c: new file.
25639 * gdb.base/callfuncs2.c: new file.
25640 * gdb.base/condbreak.c: new file.
25641 * gdb.base/constvars.c: new file.
25642 * gdb.base/display.c: new file.
25643 * gdb.base/int-type.c: new file.
25644 * gdb.base/jump.c: new file.
25645 * gdb.base/miscexprs.c: new file.
25646 * gdb.base/pointers.c: new file.
25647 * gdb.base/pointers2.c: new file.
25648 * gdb.base/shmain.c: new file.
25649 * gdb.base/shr1.c: new file.
25650 * gdb.base/shr2.c: new file.
25651 * gdb.base/solib.c: new file.
25652 * gdb.base/solib1.c: new file.
25653 * gdb.base/solib2.c: new file.
25654 * gdb.base/varargs.c: new file.
25655 * gdb.c++/derivation.cc: new file.
25656 * gdb.c++/overload.cc: new file.
25657 * gdb.c++/ovldbreak.cc: new file.
25658 * gdb.hp/attach.c: new file.
25659 * gdb.hp/attach2.c: new file.
25660 * gdb.hp/average.c: new file.
25661 * gdb.hp/compiler.c: new file.
25662 * gdb.hp/compiler.cc: new file.
25663 * gdb.hp/execd-program.c: new file.
25664 * gdb.hp/follow-exec.c: new file.
25665 * gdb.hp/follow-fork.c: new file.
25666 * gdb.hp/follow-vfork-and-exec.c: new file.
25667 * gdb.hp/misc-hp.cc: new file.
25668 * gdb.hp/more-steps.c: new file.
25669 * gdb.hp/optimize.c: new file.
25670 * gdb.hp/quicksort.c: new file.
25671 * gdb.hp/run-hp.c: new file.
25672 * gdb.hp/start-stop.c: new file.
25673 * gdb.hp/sum.c: new file.
25674 * gdb.hp/templates-hp.cc: new file.
25675 * gdb.hp/thread-local-in-lib.c: new file.
25676 * gdb.hp/thread-local-in-lib.h: new file.
25677 * gdb.hp/thread-local-in-lib.lib.c: new file.
25678 * gdb.hp/vforked-program.c: new file.
25679 * gdb.hp/virtfunc-hp.cc: new file.
25680 * gdb.hp/watchpoint-hp.c: new file.
25681 * gdb.hp/xdb.c: new file.
25682 * gdb.hp/xdb0.c: new file.
25683 * gdb.hp/xdb0.h: new file.
25684 * gdb.hp/xdb1.c: new file.
25685
25686 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
25687
25688 The following change was made by Edith Epstein
25689 <eepstein@cygnus.com> as part of a project to merge in changes
25690 originally made by HP; HP did not create ChangeLog entries.
25691
25692 * gdb.c++/demangle.exp: changed the expected output for some
25693 ARM-style mangling -- removed second reference to datatype.
25694 For example, maint demangle __dt__11T1__pt__2_cFv
25695 T1<char>::~T1<char>(void)
25696 becomes,
25697 maint demangle __dt__11T1__pt__2_cFv
25698 T1<char>::~T1(void)
25699
25700 (test_hp_style_demangling): new hp specific demangling test cases.
25701
25702 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
25703
25704 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
25705 * gdb.trace/backtrace.exp: Likewise.
25706 * gdb.trace/circ.exp: Likewise.
25707 * gdb.trace/collection.exp: Likewise.
25708 * gdb.trace/deltrace.exp: Likewise.
25709 * gdb.trace/infotrace.exp: Likewise.
25710 * gdb.trace/limits.exp: Likewise.
25711 * gdb.trace/packetlen.exp: Likewise.
25712 * gdb.trace/passc-dyn.exp: Likewise.
25713 * gdb.trace/passcount.exp: Likewise.
25714 * gdb.trace/report.exp: Likewise.
25715 * gdb.trace/save-trace.exp: Likewise.
25716 * gdb.trace/tfind.exp: Likewise.
25717 * gdb.trace/tracecmd.exp: Likewise.
25718 * gdb.trace/while-dyn.exp: Likewise.
25719 * gdb.trace/while-stepping.exp: Likewise.
25720
25721 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
25722
25723 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
25724
25725 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
25726
25727 From Brendan Kehoe:
25728 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
25729 int return types.
25730
25731 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
25732
25733 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
25734 remote dos host testing right.
25735
25736 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
25737
25738 * gdb.base/corefile.exp: remove some xfails.
25739
25740 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
25741
25742 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
25743 have different timestamps.
25744
25745 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
25746
25747 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
25748 gdb.base/default.exp: Replace "exec" with "executable".
25749
25750 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
25751
25752 * gdb.base/default.exp: Change else if to elseif from previous
25753 delta.
25754
25755 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
25756
25757 * gdb.base/default.exp: Add brace missing from previous delta.
25758
25759 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
25760
25761 * gdb.base/default.exp: Support test for info float for all
25762 varieties of arm toolchain.
25763
25764 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
25765
25766 * gdb.trace/*.exp: remove "remote_download" command.
25767
25768 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
25769
25770 * gdb.trace/*.exp: remove -gdwarf from compile.
25771
25772 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
25773
25774 * gdb.trace/configure.in(AC_INIT): typo
25775 * gdb.trace/configure: regenerated
25776
25777 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
25778
25779 * config/m68k-emc.exp: New file.
25780 * lib/<emc-support.exp trace-support.exp}: New files.
25781 * configure.in: add new test directory gdb.trace.
25782 * gdb.trace/{configure configure.in Makefile.in}: New files.
25783 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
25784 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
25785 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
25786 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
25787 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
25788 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
25789 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
25790
25791 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
25792
25793 * gdb.c++/classes.exp: Change all regular expressions to match
25794 arbitrary combinations of newline/carriage-return, so that they
25795 will work equally well on Unix and Windows.
25796 * gdb.c++/inherit.exp: ditto.
25797 * gdb.c++/virtfunc.exp: ditto.
25798
25799 1998-08-11 Dawn Perchik <dawn@cygnus.com>
25800
25801 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
25802
25803 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
25804
25805 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
25806 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
25807 to use a0-a3/d0-d3 as needed.
25808
25809 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
25810
25811 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
25812 * gdb.disasm/am33.exp: Corresponding changes.
25813
25814 1998-07-11 Felix Lee <flee@cygnus.com>
25815
25816 * gdb.base/callfuncs.exp: add cmp10 test.
25817 * gdb.base/callfuncs.c (cmp10): new function.
25818
25819 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
25820
25821 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
25822 into two parts to get around a synchronization problem in expect.
25823
25824 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
25825
25826 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
25827
25828 * configure.in: Add options for gdbtk testsuite.
25829
25830 * configure: Regenerate.
25831
25832 * gdb.gdbtk: New directory to hold gdbtk tests.
25833
25834 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25835
25836 * gdb.fortran/types.exp: Escape brackets in expect patterns
25837 for test_float_literal_types_accepted tests.
25838 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
25839 before run test.
25840
25841 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
25842
25843 * am33.exp: Just compile, do not link the testcase.
25844 * am33.s: Add ".am33" pseudoop to force am33 mode.
25845
25846 1998-06-25 Felix Lee <flee@cygnus.com>
25847
25848 * gdb.base/setshow.exp: make sure $pc is sane.
25849
25850 * gdb.stabs/weird.exp: split expect patterns properly.
25851
25852 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
25853
25854 * gdb.disasm/am33.s: New disassembler testfile for the am33.
25855 * gdb.disasm/am33.exp: Run it.
25856
25857 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
25858
25859 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
25860 match processing (and eliminate spurious timeouts when running).
25861
25862 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
25863
25864 * gdb.base/signals.exp (test_handle_all_print): put back Mach
25865 exception test, but conditionalize it on target [mach | gnu].
25866
25867 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
25868
25869 * gdb.base/overlays.exp: fixup compile line for linker script.
25870
25871 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
25872
25873 * gdb.fortran/types.exp: don't guess at float size.
25874
25875 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
25876
25877 * gdb.base/exprs.exp: delete test that depends on int size.
25878
25879 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
25880
25881 * config/sim.exp: Removed checks for target triplets.
25882 (gdb_target_sim): Use gdb,target_sim_options.
25883
25884 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
25885
25886 * gdb.base/reread.exp: New file.
25887 * gdb.base/reread1.c: New file.
25888 * gdb.base/reread2.c: New file.
25889
25890 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
25891
25892 * config/sim.exp: Use 'target sim -sparclite' when running
25893 SPARClite programs.
25894
25895 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
25896
25897 * gdb.base/structs2.exp: New file.
25898 * gdb.base/structs2.c: New file.
25899
25900 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
25901
25902 * gdb.asm/common.inc: New file.
25903 * gdb.asm/d10v.inc: New file.
25904 * asm-source.exp: Pass -I's to gas to find .inc files.
25905 Update line numbers in expected output.
25906 * asmsrc1.s: Rewrite.
25907 * asmsrc2.s: Rewrite.
25908 * configure.in: Create arch.inc symlink.
25909 * configure: Regenerate.
25910 * Makefile.in (distclean): Delete arch.inc.
25911
25912 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
25913
25914 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
25915 (t_enum_value2): ditto
25916 (t_enum_value3): ditto
25917 (main): ditto
25918 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25919
25920 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
25921 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
25922 change.
25923 Use gdb_test instead of send_gdb/gdb_expect sequences.
25924
25925 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
25926
25927 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
25928 not void.
25929
25930 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
25931
25932 * gdb.base/branches.c: Code with lots of loops and
25933 subroutines. Used to test gdbs ability to single step through PC
25934 changes, especially to test mips-tdep.c:mips_next_pc
25935
25936 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
25937
25938 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
25939 more rigorous EGCS C++ error checking.
25940
25941 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25942
25943 * gdb.base/help.exp: Clean up `help set args' and `help show args'
25944 tests.
25945 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
25946 function when asleep.
25947 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
25948 for i*86 Linux and SVR4 signal handling problems.
25949 Remove linux xfail for `next to handler in signals_tests_1', fixed
25950 by recent infrun.c change.
25951 Limit backtrace to 10 frames to avoid timeout problems with infinite
25952 stack backtraces.
25953 Adjust expect pattern in `handle all print' test to match Apr 28 1997
25954 target.[ch] change.
25955
25956 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
25957
25958 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
25959 for a newline from gdb before continuing.
25960 (default_gdb_exit): Just look for y or n.
25961 (gdb_test): Detect abnormal exit from GDB running on DOS; if
25962 it does, fail the rests of the tests in the file.
25963
25964 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
25965
25966 * config/cygmon.exp: New file.
25967
25968 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
25969
25970 * gdb.base/list.exp: Fix problem with "list default lines around
25971 main" test on remote targets.
25972
25973 * gdb.base/scope.exp: Fix problem with filelocal_bss before
25974 run test on remote targets.
25975
25976 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
25977
25978 * gdb.asm: New directory.
25979 * configure.in: Configure it.
25980 * configure: Regenerate.
25981 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
25982 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
25983
25984 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
25985
25986 * config/mn10300-eval.exp: New file to support MN10300 eval board.
25987
25988 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
25989
25990 * gdb.base/overlays (several files): Merge the two overlay
25991 managers into one. Change variables (foox, barx, bazx, grbxx)
25992 back into ints but force them to load in their proper sections.
25993
25994 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
25995
25996 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
25997 on-chip insn memory and IMAP1 to upper 128k.
25998 (D10VCopy): Handle memory regions crossing 16k boundaries.
25999 (D10VCopy): Transfer data in 32 bit chunks.
26000
26001 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
26002
26003 * gdb.base/overlays.c (main): Exit normally when result is
26004 correct.
26005
26006 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
26007 map. Include space for printf in .text segment.
26008
26009 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
26010 updated d10v memory VMA/LMA map.
26011 (D10VCopy): Call D10VTranslate.
26012
26013 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
26014
26015 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
26016
26017 * gdb.base/bar.c (barx, bar): Change variable to small array so
26018 that it won't be put into the .sdata - small data -
26019 section. Update reference.
26020 * gdb.base/baz.c (bazx, baz): Ditto.
26021 * gdb.base/foo.c (foox, foo): Ditto.
26022 * gdb.base/grbx.c (grbxx, grbx): Ditto.
26023
26024 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
26025 to be arrays.
26026
26027 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
26028
26029 * gdb.base/overlays.exp: fix up and get working again.
26030 Add tests for backtraces from an overlay function.
26031
26032 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
26033
26034 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
26035 "calling function with watchpoint enabled".
26036
26037 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
26038
26039 * gdb.base/break.exp (test_next_with_recursion): Remove
26040 gdb_suppress_tests for d10v-*-*.
26041 * lib/gdb.exp (gdb_suppress_tests): Disable this function
26042 pending review of whether it is useful or not.
26043
26044 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
26045
26046 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
26047
26048 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
26049
26050 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
26051 * config/dve.exp: New file to support Densan boards.
26052
26053 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
26054
26055 * gdb.base/interrupt.exp: Document problem of simulators, signals,
26056 reads and BSD.
26057
26058 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
26059
26060 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
26061 response.
26062
26063 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
26064
26065 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
26066
26067 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
26068 test.
26069
26070 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
26071 target_sizeof_long and target_bigendian_p.
26072 (structs_by_value, structs_by_reference): Check values according
26073 to targets word size and endianess.
26074
26075 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
26076
26077 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
26078 output.
26079
26080 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
26081
26082 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
26083 Update test of set args help to match source change.
26084
26085 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
26086
26087 * gdb.base/default.exp: Expect help system output to be in
26088 alphabetical order.
26089 * gdb.base/help.exp: Ditto.
26090
26091 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
26092
26093 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
26094 "i*86-pc-linux-gnu*".
26095 * gdb.base/interrupt.exp: Ditto.
26096 * gdb.base/corefile.exp: Ditto.
26097
26098 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
26099 define vxworks when building the testcase.
26100
26101 * gdb.base/ptype.exp: Fix testnames to be unique.
26102 * gdb.base/radix.exp: Ditto.
26103 * gdb.base/term.exp: Ditto.
26104 * gdb.base/whatis.exp: Ditto.
26105 * gdb.c++/classes.exp: Ditto.
26106
26107 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
26108
26109 * gdb.base/callfuncs.exp: Fix indentation.
26110
26111 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
26112 suppress_flag has been set.
26113 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
26114 target feature.
26115
26116 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
26117
26118 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
26119 the testcase.
26120
26121 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
26122 set_debug_traps() and breakpoint().
26123 * gdb.c++/misc.cc (main): Ditto.
26124 * gdb.c++/templates.cc (main): Ditto.
26125 * gdb.c++/virtfunc.cc (main): Ditto.
26126
26127 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
26128
26129 * lib/gdb.exp(gdb_step_for_stub): New function.
26130 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
26131 exists, reload the executable and do a "continue" instead of
26132 doing a jump.
26133 (runto_main): Use gdb_step_for_stub.
26134
26135 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
26136 tests to have unique names.
26137 * gdb.base/callfuncs.exp: Ditto.
26138 * gdb.base/commands.exp: Ditto.
26139 * gdb.base/default.exp: Ditto.
26140 * gdb.base/help.exp: Ditto.
26141 * gdb.base/list.exp: Ditto.
26142 * gdb.base/opaque.exp: Ditto.
26143 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
26144 similar tests.
26145
26146 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
26147 * gdb.c++/cplusfuncs.cc: Ditto.
26148 * gdb.c++/virtfunc.cc: Ditto.
26149
26150 * config/monitor.exp: Keep track of the last file we saw, rather
26151 than trying to get the info from gdb.
26152
26153 * gdb.fortran/types.exp: Move comment to previous line.
26154
26155 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
26156
26157 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
26158 target mode.
26159
26160 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
26161
26162 From Bob Manson:
26163 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
26164 string from GDB when it connects.
26165
26166 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
26167
26168 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
26169
26170 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
26171 if we can't get a debug format from GDB (we may be testing an
26172 older GDB). Use a 10 second timeout when checking for the format.
26173
26174 * gdb.stabs/weird.exp: Fix quoting.
26175
26176 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
26177
26178 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
26179
26180 * config/arm-ice.exp: New file.
26181
26182 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
26183
26184 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
26185 until it has been modified to work with the new testsuite.
26186
26187 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
26188 testcase won't compile, cause all of the testcases in the file to
26189 fail instead.
26190
26191 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
26192 (gdb_clear_suppressed): New procedure.
26193 (gdb_stop_suppressing_tests): Only clear suppress_flag if
26194 it contains a positive value.
26195
26196 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
26197
26198 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
26199
26200 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
26201
26202 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
26203
26204 * lib/gdb.exp (setup_xfail_format): New function.
26205 (get_debug_format): New function to get debug format.
26206 (debug_format): New global variable to hold last value set
26207 by get_debug_format.
26208 * gdb.base/list.exp: Call get_debug_format and expect some
26209 tests to fail for DWARF 1 and COFF formats.
26210 * gdb.c++/ptype.exp: Ditto.
26211 * gdb.c++/classes.exp: Ditto.
26212 * gdb.c++/cplusfuncs.exp: Ditto.
26213 * gdb.c++/inherit.exp: Ditto.
26214 * gdb.c++/templates.exp: Ditto.
26215 * gdb.c++/virtfunc.exp: Ditto.
26216
26217 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
26218
26219 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
26220 host doesn't have a currently-open connection.
26221
26222 * config/sparclet.exp: Cleanups and fixes to make it generic for
26223 any gdb stub target. Handle cases where gdb doesn't respond when
26224 interrupted in a sane fashion.
26225
26226 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
26227 same thing in a totally different way.
26228
26229 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
26230 setting "timeout".
26231 (gdb_start): We set the global gdb_prompt variable in
26232 default_gdb_init now.
26233
26234 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
26235
26236 * gdb.base/printcmds.exp: Fix "check for floating addition"
26237 regexp to accept results within approx +/- .01 of exact value.
26238 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
26239
26240 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
26241
26242 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
26243 properly.
26244 (gdb_expect): Add optional timeout parameter, and add timeout
26245 value to various calls.
26246 (gdb_suppress_tests): Only give one warning message per group.
26247
26248 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
26249
26250 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
26251 global variables. Handle getting a value for $timeout more
26252 gracefully.
26253
26254 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
26255
26256 * lib/gdb.exp: Close connection to remote host if gdb doesn't
26257 initialize.
26258 (default_gdb_init): New procedure; allow gdb_init to be overridden
26259 by a target configuration file.
26260 (gdb_expect): Pass the timeout to remote_expect.
26261
26262 * config/monitor.exp(gdb_load): Fix typo in regexp.
26263
26264 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
26265
26266 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
26267
26268 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
26269
26270 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
26271 here. Call gdb_target_exec before rebooting the target, to make
26272 sure the connection to the target is closed.
26273 (gdb_load): Pass the name of the executable to gdb_target_monitor.
26274 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
26275 Also detect "Timeout reading from remote" error.
26276
26277 * config/gdbserver.exp: Pass the executable being loaded to
26278 gdb_target_monitor. Don't call gdb_file_cmd here; let
26279 gdb_target_monitor do it.
26280
26281 * gdb.disasm/hppa.exp: Don't use exec_output.
26282
26283 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
26284
26285 * gdb.base/list.exp: If we're debugging a non-native target,
26286 try to set the pc register to point to the start of the
26287 program before doing the first list command.
26288
26289 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
26290 test_calls after restarting.
26291
26292 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
26293 reloading.
26294
26295 * gdb.base/watchpoint.exp: Fix typo.
26296
26297 * gdb.base/setshow.exp: Check for use_gdb_stub.
26298
26299 * gdb.base/break.exp: Fix continue until exit test for the gdb
26300 stub case.
26301 * gdb.base/langs.exp: Ditto.
26302
26303 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
26304 gdb_load_offset. If we weren't given a file to load, figure out
26305 what the current file is and use it.
26306
26307 * config/i386-bozo.exp: New file.
26308
26309 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
26310
26311 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
26312 feature.
26313
26314 * config/proelf.exp: New entry.
26315
26316 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
26317
26318 * lib/gdb.exp: Remove spurious .* patterns at the beginning
26319 of regexps.
26320
26321 * gdb.base/watchpoint.exp: Don't run the test_stepping
26322 tests if gdb can't call functions on the target.
26323
26324 * gdb.base/setshow.exp: Don't run the set prompt tests if
26325 the board has gdb_prompt set.
26326
26327 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
26328
26329 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
26330 * gdb.base/commands.exp: Likewise.
26331 * gdb.base/setshow.exp: Likewise.
26332
26333 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
26334
26335 * config/monitor.exp(gdb_start): Look for gdb_prompt target
26336 feature.
26337
26338 * config/i960.exp: New file.
26339
26340 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
26341
26342 * gdb.base/funcargs.exp: Check for gdb,short_int target
26343 feature instead of looking for explicit target triplets.
26344
26345 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
26346
26347 * gdb.base/printcmds.exp: add a couple more tests a la
26348 "p 123DEADBEEF", to check parse_number.
26349 * top.c: change "to enable to enable" to "to enable" in a couple
26350 of help strings.
26351
26352 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
26353
26354 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
26355 on the mn10300.
26356
26357 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
26358
26359 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
26360 where the test executable is run with explicit args.
26361 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
26362
26363 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
26364
26365 * gdb.base/run.c: Use FAKEARGV to build test executable that
26366 does not require a command line arg, since most simulators
26367 don't currently support passing such an arg into the simulated
26368 program.
26369 * gdb.base/commands.exp: Change tests to insert the proper
26370 value as the arg to the first recursive factorial call. Change
26371 compilation line to define FAKEARGV at compile time.
26372
26373 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
26374
26375 * gdb.base/recurse.exp: Enable these tests for the mn10300.
26376 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
26377 function with watchpoint enabled" test.
26378
26379 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
26380
26381 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
26382 Don't call gdb_test when the command doesn't return to a gdb prompt.
26383
26384 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
26385 "Tests restarted" messages.
26386
26387 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
26388
26389 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
26390
26391 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
26392
26393 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
26394 for INFO SYMBOL; add help tests for OVERLAY commands.
26395 * gdb.base/default.exp: add tests for INFO SYMBOL command;
26396 add tests for OVERLAY commands
26397 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
26398 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
26399 * gdb.base/sigall.c: add usestubs code frag
26400 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
26401
26402 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
26403
26404 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
26405 failures.
26406 (gdb_stop_suppressing_tests): Note that tests have restarted.
26407
26408 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
26409
26410 * config/h8300.exp: New file.
26411
26412 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
26413
26414 * gdb.base/setshow.exp: Check for the existence of a
26415 feature, not its value.
26416
26417 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
26418
26419 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
26420
26421 * gdb.base/scope.exp: It's now init0(), not init().
26422
26423 * gdb.base/scope0.c: For now, change init() to be init0().
26424
26425 * config/monitor.exp: Use gdb_serial in preference to serial
26426 or netport.
26427
26428 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
26429 and it's not already set.
26430
26431 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
26432
26433 * gdb.base/setshow.exp: Only test the run command if the target
26434 isn't using a stub and if it supports argument passing.
26435
26436 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
26437
26438 * config/udi.exp(gdb_start): Make sure UDICONF is set
26439 properly before starting gdb.
26440
26441 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
26442
26443 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
26444 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
26445 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
26446
26447 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
26448
26449 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
26450 specialized code to reboot the board, use remote_reboot instead.
26451
26452 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
26453
26454 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
26455
26456 * config/monitor.exp: Make sure we disconnect from the target.
26457 Also, try a reboot/reload cycle instead of failing if the
26458 load fails.
26459
26460 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
26461
26462 * gdb.base/default.exp: Don't set match_max.
26463 * gdb.base/help.exp: Ditto.
26464 * gdb.base/list.exp: Ditto.
26465 * gdb.base/signals.exp: Ditto.
26466
26467 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
26468 set, use remote_ld to download the testcase instead of
26469 the GDB loader.
26470
26471 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
26472
26473 * config/vr5000.exp: New file.
26474
26475 * config/monitor.exp(gdb_target_monitor): Add pattern for
26476 "Ending remote" to detect errors in connecting.
26477
26478 * gdb.base/setshow.exp: Add .* within auto language test.
26479
26480 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
26481 target feature.
26482
26483 * config/monitor.exp(gdb_load): Check for a failure when loading,
26484 and reboot the board if necessary.
26485
26486 * gdb.base/setvar.exp(test_set): Handle multiple prints within
26487 a set of tests. Remove print.* from the patterns being checked.
26488
26489 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
26490
26491 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
26492 refer to gdb_spawn_id.
26493
26494 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
26495 longer used.
26496 * config/sparclet.exp: Ditto.
26497 * config/sparclet-old.exp: Ditto.
26498 * config/slite.exp: Ditto.
26499 * config/sim.exp: Ditto.
26500 * gdb.base/funcargs.exp: Ditto.
26501
26502 * lib/gdb.exp:Remove references to gdb_spawn_id.
26503 (gdb_expect): Move to remote.exp.
26504
26505 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
26506
26507 * config/monitor.exp: Detect the "Couldn't establish connection"
26508 message from GDB.
26509
26510 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
26511
26512 * gdb.base/bitfields.exp: Use runto instead of explicit
26513 gdb_run_cmd/gdb_expect sequences.
26514
26515 * gdb.base/break.exp(text_next_with_recursion): Add match for
26516 gdb_expect call.
26517
26518 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
26519 We also need to handle the "A program is being debugged already"
26520 prompt from gdb. Use gdb_test to set the baud rate.
26521
26522 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
26523 to 20000. Really. I mean it.
26524
26525 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
26526
26527 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
26528 fails. If suppress_flag is set, skip perror message about not
26529 being able to send to GDB.
26530 (send_gdb): If suppress_flag is set, don't try to send commands to
26531 GDB.
26532 (gdb_expect): If suppress_flag is set, always fail immediately.
26533 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
26534 (gdb_init): Call gdb_stop_suppressing_tests.
26535 (default_gdb_exit): Ditto.
26536 (default_gdb_start): Ditto.
26537
26538 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
26539 gdb_stop_suppressing_tests as appropriate.
26540 * gdb.base/break.exp: Ditto.
26541 * gdb.base/callfuncs.exp: Ditto.
26542 * gdb.base/commands.exp: Ditto.
26543 * gdb.base/exprs.exp: Ditto.
26544 * gdb.base/funcargs.exp: Ditto.
26545 * gdb.base/list.exp: Ditto.
26546 * gdb.base/recurse.exp: Ditto.
26547 * gdb.base/scope.exp: Ditto.
26548 * gdb.base/structs.exp: Ditto.
26549 * gdb.c++/inherit.exp: Ditto.
26550
26551 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
26552
26553 * config/vr4300.exp: New file.
26554
26555 * gdb.*/*.exp: Call gdb_expect instead of expect.
26556
26557 * lib/gdb.exp(gdb_expect): New function.
26558
26559 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
26560
26561 * lib/gdb.exp(gdb_init): New function.
26562
26563 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
26564 for each individual variable set.
26565
26566 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
26567 name.
26568
26569 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
26570
26571 * gdb.base/scope.exp: Use gdb_test.
26572
26573 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
26574 aborting; the testsuite driver will do that for us (see
26575 gdb_finish). Also, use gdb_test in a few more places.
26576
26577 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
26578
26579 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
26580
26581 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
26582
26583 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
26584 and "add_tests" are not at the same address.
26585
26586 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
26587
26588 * gdb.base/ptype.exp: Use gdb_test.
26589
26590 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
26591
26592 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
26593 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
26594 left in. No longer expect them to fail.
26595
26596 * gdb.stabs/*.mt; Deleted, no longer used.
26597 * gdb.stabs/configure.in: Remove references to target makefile
26598 frags.
26599 * gdb.stabs/configure: Rebuilt.
26600
26601 * gdb.disasm/*.mt: Deleted, no longer used.
26602 * gdb.disasm/configure.in: Remove references to target makefile
26603 frags. Use "sh3.s" as the unique filename for this directory.
26604 * gdb.disasm/configure: Rebuilt.
26605
26606 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
26607 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
26608 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
26609
26610 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
26611
26612 * config/udi.exp: Use mondfe,name instead of remote_host.
26613
26614 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
26615
26616 * gdb.base/watchpoint.exp: Don't expect a failure when calling
26617 a function with a watchpoint enabled on the mn10200.
26618
26619 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
26620 before trying to create it!
26621
26622 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
26623
26624 * config/vx.exp: Use hostname instead of netport.
26625
26626 * config/vxworks.exp: New file.
26627
26628 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
26629
26630 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
26631 gdb before assuming everything worked. Send a ^C if a timeout
26632 occurs.
26633
26634 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
26635 $gdb_spawn_id directly.
26636 (gdb_run_cmd): Try _start as well as start. Use the target feature
26637 gdb,start_symbol as the symbol to start from when jumping.
26638
26639 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
26640
26641 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
26642 redundant) test.
26643
26644 * gdb.base/recurse.exp: Relax final value test for 'b' so that
26645 it doesn't lose for 16bit integer systems.
26646
26647 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
26648
26649 * gdb.fortran/types.exp: If the target doesn't support "double"
26650 data types, then expect "real" types to only be 4 bytes.
26651
26652 * gdb.c++/virtfunc.exp: Expect failure for virtual function
26653 call tests if the target doesn't support inferior function calls.
26654
26655 * gdb.base/printcmds.exp: Allow minor deviation in FP values
26656 in printf tests.
26657
26658 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
26659
26660 * gdb.base/help.exp: Disable "help set", "help show", and
26661 "help support". Simplify regexp for "help stack".
26662
26663 * gdb.base/default.exp: Set match_max to 5000 and the timeout
26664 to 60 seconds. Temporarily set match_max to 15000 around the
26665 "info copying" test.
26666
26667 * gdb.base/nodebug.exp: Don't try to do an inferior function
26668 call if the target doesn't support them.
26669 * gdb.base/printcmds.exp: Likewise.
26670 * gdb.base/setvar.exp: Likewise.
26671 * gdb.base/structs.exp: Likewise.
26672 * gdb.c++/templates.exp: Likewise.
26673 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
26674
26675 * gdb.base/recurse.exp: Enable for the mn10200.
26676
26677 * configure.in: Do configure gdb.stabs directory for *-*-elf
26678 targets.
26679 * configure: Rebuilt.
26680
26681 * gdb.base/break.exp: Check for gdb,noresults before testing
26682 exit status and/or results from the target.
26683 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
26684 * lib/gdb.exp: Remove old (now bogus) initialization of
26685 noinferior, noargs, noresults and nosignals.
26686
26687 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
26688
26689 * config/sh.exp: New file.
26690
26691 * config/slite.exp: Try to connect multiple times to the board
26692 before rebooting. Only send a "monitor run" if need_monitor_run
26693 is set.
26694
26695 * gdb.base/break.exp: Don't do the "stub continue" test if
26696 the target has gdb_stub set.
26697
26698 * gdb.base/callfuncs.exp: Increase the timeout.
26699
26700 * gdb.base/interrupt.exp: Don't even try to compile the testcase
26701 if the target has gdb,noinferiorio set.
26702
26703 * gdb.base/list.exp: Increase match_max to 10000 characters.
26704
26705 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
26706
26707 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
26708 target.
26709
26710 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
26711
26712 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
26713
26714 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
26715 trying to delete the copy of gdb. Catch the file delete so we
26716 don't die if the delete fails; also, the file should be copied to
26717 the host, not to the build.
26718
26719 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
26720
26721 * lib/gdb.exp(gdb_test): Surround the result pattern with
26722 parenthesis in case it contains multiple regexps separated
26723 with |.
26724
26725 * gdb.base/watchpoint.exp: Use gdb_test.
26726 * gdb.base/default.exp: Ditto.
26727
26728 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
26729
26730 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
26731
26732 * gdb.base/scope.exp: Use gdb_test.
26733 * gdb.c++/classes.exp: Ditto.
26734 * gdb.c++/inherit.exp: Ditto.
26735
26736 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
26737
26738 * gdb.base/crossload.exp: Don't use execute_anywhere, use
26739 remote_exec instead.
26740 * gdb.base/corefile.exp: Don't be ridiculous.
26741 * gdb.base/*.c: Add missing stub invocations.
26742
26743 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
26744
26745 * config/slite.exp: Miscellaneous fixes.
26746
26747 * lib/gdb.exp: Fix runto.
26748
26749 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
26750 the target.
26751
26752 * gdb.base/watchpoint.exp: Fix regexp.
26753
26754 * lib/gdb.exp(default_gdb_exit): Add a catch to the
26755 close and wait commands, as the descriptor may now be
26756 invalid. Always call "remote_close host".
26757
26758 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
26759
26760 Major rewrite for testsuite revision.
26761
26762 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
26763 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
26764 instead of relying on spawn_id to always contain a valid
26765 spawn id.
26766 (get_compiler_info): New procedure to build the ${binfile}.ci
26767 file, instead of replicating this in N different places.
26768 (gdb_compile): New procedure.
26769
26770 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
26771 appropriate arguments) instead of compile. Use gdb_test in a lot
26772 more places. Use send_gdb instead of send. Always run gdb_start
26773 at the start of a testcase, as this is no longer done magically.
26774
26775 config/*-gdb.exp: Rename without the -gdb suffix.
26776
26777 config/mips.exp: Use remote_close instead of exit_remote_shell.
26778 config/monitor.exp: Use target_info instead of looking at
26779 baud, timeout, etc.
26780 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
26781
26782 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26783
26784 * gdb.c++/templates.exp (test_ptype_of_templates),
26785 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
26786 Update expect patterns for destructors and assignment operators
26787 to match corresponding c-typeprint.c changes.
26788 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
26789 to destructor breakpoint test, GDB should be able to set the
26790 destructor breakpoint without specifying arguments.
26791
26792 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
26793
26794 * gdb.threads/pthreads.exp: Change result for failure to compile due
26795 to lack of pthreads runtime support from an error to simply an
26796 unsupported test, per dejagnu standards.
26797
26798 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26799
26800 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
26801 where GDB exits to reduce pattern match time.
26802 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
26803
26804 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
26805
26806 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
26807
26808 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
26809 * gdb.base/default.exp: ditto.
26810 * gdb.base/nodebug.exp: ditto.
26811 * gdb.base/printcmds.exp: ditto.
26812 * gdb.base/ptype.exp: ditto.
26813 * gdb.base/setvar.exp: ditto.
26814 * gdb.base/structs.exp: ditto.
26815 * gdb.base/setshow.c: Guard against uninitialized values of argc.
26816
26817 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
26818
26819 * configure, */configure: Rebuild with autoconf 2.12.
26820
26821 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
26822
26823 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
26824 use new i*86-pc-linux*-gnu quads.
26825 * gdb.base/corefile.exp: Ditto.
26826 * gdb.base/signals.exp: Ditto.
26827 * gdb.base/sigall.exp: Ditto.
26828 * gdb.base/interrupt.exp: Ditto.
26829
26830 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
26831 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
26832 RedHat 4.0.
26833
26834 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
26835 linux. This allows the test case to at least compile on latest
26836 linux, but still not run due to missing the threads runtime library.
26837
26838 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26839
26840 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
26841 directory to search gdb directory. Accept and step over conditional
26842 stack alignment code. Consume $prompt in failure cases.
26843 Reset timeout to $oldtimeout instead of some arbitrary value.
26844 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
26845 timeout problems with infinite stack backtraces.
26846 * gdb.base/ptype.exp (ptype struct link, union tu_link):
26847 Accept function parameters for linkfunc member.
26848
26849 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
26850
26851 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
26852 (CXXFLAGS): Remove, unreferenced.
26853 (B_OPTIONS): Add for -B options and add code to initialize with
26854 previous -B options and also add -B option to pick up cross compiled
26855 runtime.
26856 (TARGET_INCLUDES): Add for -I options and add code to initialize when
26857 doing cross compiles.
26858 (target_alias): Declare global.
26859 (xgcc): Set variable to full path of gcc in build tree. Use findfile
26860 to verify that gcc exists in build tree, and if so set CC to that
26861 gcc and to use B_OPTIONS and TARGET_INCLUDES.
26862
26863 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
26864
26865 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
26866 ptype test for anonymous union. Fixup testcase to match
26867 current gcc debug output.
26868
26869 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
26870
26871 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
26872 force argument to an unsigned long type.
26873
26874 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
26875
26876 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
26877 tests and anonymous union print/ptype tests.
26878 * gdb.base/list.exp (test_forward-search): Increase timeout by
26879 5 minutes for the "search extremely long line" case.
26880 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
26881 completely optional and that the pass/fail messages use the command as
26882 the message if that third arg is a null string.
26883 (gdb_test_exact): Arrange that a null string pattern means match a
26884 null string output rather than any output, which might include random
26885 errors.
26886 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
26887 backtrace test.
26888 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
26889 always failing and failure is now exposed by gdb.exp changes.
26890
26891 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
26892
26893 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
26894 weren't being noted.
26895
26896 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26897
26898 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
26899 * gdb.stabs/weird.exp: Remove v_comb xfails.
26900
26901 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
26902
26903 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
26904 list.exp scope.exp watchpoint.exp]
26905 Make all timeout error msgs explicitly say "(timeout)".
26906
26907 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
26908
26909 * config/monitor.exp: Increase download timeout to 1000 seconds.
26910
26911 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
26912
26913 * config/m32r.exp: Increase timeout to 120 seconds.
26914
26915 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
26916
26917 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
26918 and accept older ordering as obsolescent gcc or gdb.
26919 * gdb.c++/templates.exp: Ditto.
26920 * gdb.c++/virtfunc.exp: Ditto.
26921
26922 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
26923
26924 * gdb.base/coremaker.c: Add code to mmap some data so we
26925 can check that it ends up in the core file.
26926 * gdb.base/corefile.exp: Add test to read mmapped data
26927 from core file.
26928
26929 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
26930
26931 * config/m32r.exp: New file.
26932
26933 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
26934
26935 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
26936 that cflags can contains -gstabs, and work correctly for other tests.
26937
26938 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
26939
26940 * gdb.base/setshow.exp: New file, tests show and set.
26941 * gdb.base/setshow.c: New file, tests show and set.
26942 * gdb.base/help.exp: Add test for help set|show annotate.
26943 * gdb.base/default.exp: Add test for set|show annotate.
26944
26945 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
26946
26947 * testsuite/gdb.base/break.exp: Make backtrace from factorial
26948 errors unique.
26949 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
26950 explicitly.
26951
26952 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
26953
26954 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
26955 and width commands. This is done elsewhere.
26956 * (gdb_start): Don't call gdb_start_sim here. That's already
26957 done in gdb_load. This fixes lots of failures in default.exp.
26958
26959 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
26960
26961 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
26962 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
26963 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
26964 in the same we we treat other failures (since it may be an expected
26965 condition), rather than as an error.
26966 * gdb.base/signals.exp (test_handle_all_print): Revert back to
26967 old test format.
26968
26969 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
26970
26971 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
26972 (distclean maintainer-clean realclean): No need to remove files
26973 twice. Nuke the duplicates.
26974 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
26975 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
26976 Remove config.h along with other config files.
26977
26978 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
26979
26980 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
26981 "p func1 ()" and note that rests of tests are skipped.
26982 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
26983 setup_xfails for "print func2::coremaker_local".
26984 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
26985 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
26986 affected by the previous run test.
26987 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
26988 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
26989 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
26990 "pass int powerset tuple" and "pass modeless int powerset tuple".
26991 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
26992 "real write 4" and "real write 8".
26993 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
26994 setup_xfails for "print vs1 after tuple assign 2",
26995 "print \$i after tuple assign 2", and
26996 "print vs2 after tuple assign 2".
26997 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
26998 meaningful error message and return -1 so the caller can
26999 suppress further tests and avoid a cascade of errors.
27000
27001 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
27002
27003 * gdb.base/a1-selftest.exp: Tweak tests to account for new
27004 format for printing version.
27005 * gdb.base/default.exp: Ditto.
27006 * gdb.base/interrupt.exp: Fix problem with cascade of
27007 errors if child process dies while calling a function.
27008
27009 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
27010
27011 * Makefile.in (VPATH): Add
27012 * Makefile.in (Makefile, config.status): Fix rules so things get
27013 remade when necessary.
27014
27015 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
27016
27017 * Makefile.in (just-check): Add path to sibling expect dir
27018 to environment variable specified by RPATH_ENVVAR.
27019
27020 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
27021
27022 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
27023 (just-check): Add shared library paths for libstdc++, tk,
27024 tcl, bfd, and opcodes to the environment variable specified
27025 in RPATH_ENVVAR.
27026 * configure.in: Add support to recognize --enable-shared flag
27027 and generate correct value for RPATH_ENVVAR.
27028 * configure: Regenerated with autoconf.
27029
27030 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
27031
27032 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
27033 include all osf versions.
27034 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
27035 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
27036 when target is linux. When failing to build pthreads test
27037 executable, give more meaningful message.
27038 * gdb.threads/pthreads.c: Hpux also uses old definition of second
27039 arg for pthread_create.
27040
27041 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
27042
27043 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
27044 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
27045 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
27046 and -lpthreads (everybody else).
27047 (test_startup): Fail gracefully if threads are not supported.
27048 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
27049 "p/c array_index("abcdef",2)" when not gcc compiled.
27050 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
27051 "print func2::coremaker_local" when not gcc compiled.
27052 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
27053 "ptype on opaque struct tagname (statically)",
27054 "ptype on opaque struct tagname (dynamically) 1", and
27055 "ptype on opaque struct tagname (dynamically) 2"
27056 for not compiled with gcc.
27057 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
27058 backtrace when compiled with gcc.
27059 * lib/gdb.exp (runto_main): Return result of "runto main" rather
27060 than always return success.
27061
27062 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
27063
27064 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
27065
27066 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
27067
27068 * gdb.base/structs.exp: Undo last change.
27069
27070 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
27071
27072 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
27073 encapsulate all the steps/nexts done during self test, starting
27074 at main, and makes them less sensitive to optimization issues.
27075 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
27076 signal handler" test.
27077 * gdb.threads/pthreads.exp: Only run this for native configs.
27078 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
27079 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
27080 tests.
27081 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
27082 for "runto test_calls(void)" test.
27083
27084 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
27085
27086 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
27087 and don't expect address info in breakpoint confirmations.
27088
27089 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
27090
27091 * gdb.base/list.exp (test_forward_search): Increase timeout
27092 temporarily by 60 seconds for searching extremely long line,
27093 and then reset to old value when done. Increase expect input
27094 buffer to 10000.
27095
27096 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
27097
27098 * gdb.base/list.exp (test_forward_search): Fix to handle very
27099 long source line without overflowing expect's input buffer.
27100
27101 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
27102
27103 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
27104 "buffer_full".
27105
27106 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
27107 "buffer_full".
27108
27109 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
27110 "buffer_full".
27111
27112 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
27113 "buffer_full".
27114
27115 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
27116
27117 * configure.in (configdirs): Add gdb.threads.
27118 * configure: Regenerated with autoconf.
27119 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
27120 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
27121 * gdb.threads/configure: New, generated with autoconf.
27122
27123 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
27124
27125 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
27126
27127 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
27128
27129 * gdb.base/signals.exp (test_handle_all_print): Test separately for
27130 each signal's status in the output of "handle all print".
27131 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
27132 the \r\n sequence that immediately precedes the gdb prompt.
27133 * gdb.base/a1-selftest.exp: Save original timeout and restore
27134 after test.
27135
27136 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
27137
27138 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
27139 symbol.
27140
27141 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
27142
27143 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
27144
27145 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
27146
27147 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
27148 timeout by 60 seconds.
27149
27150 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
27151
27152 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
27153 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
27154 error return.
27155
27156 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
27157
27158 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
27159 gdb initialization, also report how long dejagnu waited. Restore
27160 old timeout before doing error return. Temporarily increase timeout
27161 by 3 minutes to allow for slow startups over heavy NFS use.
27162
27163 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
27164
27165 * lib/gdb.exp: Report timeout value for verbosity level 2.
27166 * config/gdbserver.exp: Ditto.
27167 * config/hppro.exp: Ditto.
27168 * config/mips-gdb.exp: Ditto.
27169 * config/monitor.exp: Ditto.
27170 * config/netware.exp: Ditto.
27171 * config/sim-gdb.exp: Ditto.
27172 * config/slite-gdb.exp: Ditto.
27173 * config/udi-gdb.exp: Ditto.
27174 * config/unix-gdb.exp: Ditto.
27175 * config/vx-gdb.exp: Ditto.
27176 * gdb.base/a1-selftest.exp: Ditto.
27177 * gdb.base/a2-run.exp: Ditto.
27178 * gdb.base/break.exp: Ditto.
27179 * gdb.base/corefile.exp: Ditto.
27180 * gdb.base/list.exp: Ditto.
27181 * gdb.base/recurse.exp: Ditto.
27182 * gdb.base/scope.exp: Ditto.
27183 * gdb.base/signals.exp: Ditto.
27184
27185 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
27186
27187 * gdb.threads/Makefile.in (docdir): Removed.
27188
27189 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
27190
27191 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
27192 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
27193 @srcdir@.
27194 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
27195 autoconf 2.5 or higher.
27196 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
27197
27198 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
27199
27200 * configure: Regenerated.
27201 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
27202 avoid name clashes with SunOS headers.
27203
27204 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
27205
27206 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
27207
27208 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
27209
27210 * gdb.base/callfuncs.exp: Finish last change -- make sure the
27211 prototype information ends up in the compiler info file.
27212
27213 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
27214
27215 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
27216 attempting to regenerate it. Eliminate use of a temporary file
27217 and just generate the info file directly. Source it immediately,
27218 for consistency of use.
27219 * gdb.base/corefile.exp: Ditto
27220 * gdb.base/exprs.exp: Ditto.
27221 * gdb.base/funcargs.exp: Ditto.
27222 * gdb.base/langs.exp: Ditto.
27223 * gdb.base/list.exp: Ditto.
27224 * gdb.base/mips_pro.exp: Ditto.
27225 * gdb.base/nodebug.exp: Ditto.
27226 * gdb.base/opaque.exp: Ditto.
27227 * gdb.base/ptype.exp: Ditto.
27228 * gdb.base/scope.exp: Ditto.
27229 * gdb.base/setvar.exp: Ditto.
27230 * gdb.base/signals.exp: Ditto.
27231 * gdb.base/whatis.exp: Ditto.
27232 * gdb.c++/templates.exp: Ditto.
27233 * gdb.c++/virtfunc.exp: Ditto.
27234 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
27235 whether or not to add -lstdc++ to the compile command line args.
27236
27237 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27238
27239 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
27240 it got fixed by the recent lookup_minimal_symbol_by_pc change.
27241 Increase timeout, a lot of single stepping might be needed if the
27242 target has no hardware watchpoints.
27243
27244 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
27245
27246 * gdb.base/break.exp: Ignore compiler warnings when compiling
27247 break.c.
27248 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
27249 * gdb.base/default.exp: Add h8300 xfails. Handle messages
27250 from remote-sim.
27251 * gdb.base/exprs.exp: Add h8300 xfails.
27252 * gdb.base/funcargs.exp: Likewise.
27253 * gdb.base/nodebug.exp: Likewise.
27254 * gdb.base/printcmds.exp: Likewise.
27255 * gdb.base/ptype.exp: Likewise.
27256 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
27257 h8300 xfails.
27258 * gdb.base/return.exp: Handle float/double precision problems
27259 on the h8300.
27260 * gdb.base/funcargs.c: Explicitly make last constant argument to
27261 call_after_alloca_subr an unsigned long type.
27262 * gdb.base/return.c: Include stdio.h.
27263
27264 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
27265
27266 * config/abug.exp: New file for the older Motorola Bug monitor
27267 that runs on the mvme13x series VME boards.
27268 * config/monitor.exp: Use the new config array for target settings
27269 if they exist.
27270
27271 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
27272
27273 * sim-gdb.exp: Make the SH simulator allocate less space when
27274 it is targeted.
27275
27276 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
27277
27278 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
27279 test.
27280
27281 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
27282
27283 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
27284 "rs6000-*-*" for "list function in include file" when gcc compiled.
27285 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
27286 for "p ctable1[120]".
27287 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
27288 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
27289 Remove setup_xfail for "rs6000-*-*" for
27290 "print 'scope0.c'::filelocal before run".
27291 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
27292 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
27293 since some compilers don't allow both options to be given
27294 on the same command line. Create object file and move it.
27295
27296 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
27297
27298 * gdb.base/corefile.exp: Always regenerate the core file, since
27299 we always regenerate the coremaker program. Detect special case
27300 where registers cannot be read from core file.
27301
27302 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
27303
27304 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
27305 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
27306 * gdb.c++/templates.exp: Only match on basename of file since
27307 some formats like xcoff don't encode directory information.
27308 * gdb.stabs/weird.exp: Use the right sed script for powerpc
27309 and rs6000 AIX xcoff targets.
27310 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
27311 * configure: Regenerate.
27312 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
27313 here, rather than in distclean.
27314
27315 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
27316
27317 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
27318 defined, and use it to compile the test case with -O2. The
27319 native compilation still uses no optimization.
27320 * gdb.base/mips_pro.c: Remove inline assembly code since
27321 it is compiled PIC by default, which results in assembler
27322 warnings that make the testsuite think the compilation
27323 was unsuccessful.
27324
27325 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
27326
27327 * gdb.c++/misc.exp: Add note to message for
27328 "print s.a for foo struct" that this is a known gcc 2.7.2
27329 and earlier bug.
27330
27331 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
27332
27333 * gdb.base/break.exp: Fix pattern for matching "Delete all
27334 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
27335 setup_xfail for deleting all breakpoints test. Fix various
27336 timeout messages to include "(timeout)".
27337 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
27338 for "p t_float_values2(3.14159,float_val2)".
27339 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
27340 for "continue to call2g" when gcc compiled.
27341 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
27342 "up to foo in langs.exp", "show language at foo in langs.exp",
27343 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
27344 and "show language at fsub in langs.exp".
27345 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
27346 "list line 1 in include file", "list message for lines past EOF",
27347 "list function in include file", "list list0.h:foo", and
27348 "list filename:function; nonexistant function".
27349 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
27350 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
27351 and "ptype t_char_array" to be for native cc only.
27352
27353 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
27354
27355 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
27356 setup_xfail for "print coremaker_bss", "print coremaker_ro",
27357 "print func2::coremaker_local", and "backtrace in corefile.exp".
27358
27359 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
27360
27361 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
27362 "bt in signals.exp". This problem only appears when running
27363 the testsuite, and then only intermittently.
27364
27365 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
27366
27367 * gdb.base/return.exp (return_tests): Differentiate between
27368 two tests of continuing.
27369
27370 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
27371
27372 * */Makefile.in (maintainer-clean): Remove config.log.
27373 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
27374 * gdb.c++/Makefile.in (PROGS): Add inherit.
27375 (clean): Remove *.ci.
27376
27377 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
27378
27379 * gdb.c++/misc.cc: Add test code from Mike Stump.
27380 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
27381
27382 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
27383
27384 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
27385 to "alpha-*-osf2*" and add comment.
27386 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
27387 setup_xfail for "step over execarg initialization" and
27388 "step over corearg initialization".
27389 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
27390 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
27391 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
27392 gcc compiled for "print coremaker_bss", "print coremaker_ro",
27393 "print func2::coremaker_local", and "backtrace in corefile.exp".
27394 * gdb.base/signals.exp: Build and source signals.ci.
27395 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
27396 to be for gcc only.
27397 * lib/gdb.exp: Move verbose statements outside conditionals.
27398
27399 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27400
27401 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
27402 Feb 3 procfs.c change.
27403
27404 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
27405
27406 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
27407
27408 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
27409
27410 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
27411 from dejagnu's apparent default of 10 seconds, which gives random
27412 results when running the tests over NFS on moderately loaded systems.
27413 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
27414
27415 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
27416
27417 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
27418 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
27419 result reports.
27420
27421 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
27422
27423 * configure.in (CY_AC_PATH_TCLH): Remove.
27424 * configure: Regenerate.
27425
27426 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
27427
27428 * gdb.c++/Makefile.in (clean): Add missing '{'.
27429
27430 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
27431
27432 * lib/gdb.exp: Provide a default value for noinferior.
27433
27434 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
27435 Load libgloss.exp.
27436
27437 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
27438
27439 * gdb.disasm/hppa.exp: Compile directly into an executable, use
27440 the executable, not the .o to run the tests from.
27441
27442 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
27443
27444 * gdb.base/break.exp: Don't test for program exit or exit status
27445 if $noresults if nonzero.
27446 * gdb.base/langs.exp: Likewise.
27447 * gdb.base/watchpoint.exp: Likewise.
27448
27449 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
27450 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
27451 trying to compile the testcase.
27452
27453 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
27454
27455 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
27456 * gdb.base/signals.exp (continue to handler): Likewise.
27457
27458 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
27459
27460 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
27461
27462 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
27463
27464 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
27465
27466 * gdb.base/corefile.exp: Recognize "not found" as failure
27467 when trying to determine if a core file was generated.
27468 If no core file was generate the first time, try again without
27469 the ulimit -c to work around braindamaged shells.
27470
27471 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
27472
27473 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
27474 [] tests with "test" and enclose string in quotes.
27475 * gdb.stabs/configure: Rebuild
27476
27477 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
27478
27479 Changes in sync with expect:
27480 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
27481 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
27482 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
27483 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
27484 argument to AC_REQUIRE.
27485 * configure: Regenerated.
27486
27487 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
27488
27489 * gdb.base/corefile.exp: When generating a core, discard any
27490 error messages about ulimit not found and the "core dumped"
27491 message from the shell that runs the coredumper.
27492
27493 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
27494
27495 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
27496
27497 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
27498 which sed script to run. Expect failure for v_comb test
27499 on PA targets too.
27500
27501 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
27502
27503 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
27504 "print func2::coremaker_local" and for "backtrace in corefile.exp"
27505
27506 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
27507
27508 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
27509 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
27510 "sparc-sun-solaris*" xfails for "p v_comb".
27511 * lib/gdb.exp (default_gdb_start): Fix typo.
27512 * gdb.base/corefile.exp: Allow "Core was generated by ..."
27513 messages to not include the full program name that caused
27514 the core dump since some systems (such as solaris) apparently
27515 truncate this path to about 80 characters.
27516 When generating a core file first try increasing the core file
27517 size limit to unlimited since some systems may default it to
27518 zero, and it is harmless to try it. Move the test for failing
27519 to generate a core file to where it will actually get executed.
27520 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
27521 new gdb result from g++ debug info improvements and make old
27522 pattern obsolescent. Also account for size_t differences
27523 (may be int or long).
27524 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
27525 initialization before function call is placed in the delay slot
27526 and thus appears to be skipped over by commands such as "next".
27527
27528 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
27529
27530 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
27531
27532 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
27533
27534 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
27535 input source file; fix code to compile test to deal with this
27536 convention.
27537 * gdb.c++/*.exp: Likewise.
27538
27539 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
27540
27541 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
27542 "bt in signals.exp".
27543
27544 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
27545
27546 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
27547 "step over execarg initialization" and
27548 "step over corearg initialization".
27549
27550 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
27551
27552 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
27553 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
27554
27555 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
27556
27557 From Rob Savoye (rob@poseidon.cygnus.com)
27558 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
27559 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
27560 configure.in}, gdb.disasm/{Makefile.in, configure.in},
27561 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
27562 configure.in}: Major reworking for autoconfig.
27563 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
27564 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
27565 New files.
27566 * config/unix-gdb.exp: Make GDB global.
27567 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
27568 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
27569 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
27570 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
27571 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
27572 term.exp, twice.exp, watchpoint.exp, whatis.exp},
27573 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
27574 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
27575 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
27576 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
27577 pr-8136.exp, result.exp, string.exp, tuples.exp},
27578 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
27579 to returns as necessary, arrange for test to compile own testcase
27580 executable.
27581 * lib/gdb.exp: Changes for testsuite to compile own test cases.
27582
27583 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
27584
27585 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
27586 clear_xfail at end of test which might not call either pass or fail.
27587 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
27588 "backtrace through signal handler".
27589
27590 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27591
27592 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
27593 continuing from a job control stop signal.
27594 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
27595
27596 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
27597
27598 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
27599 * gdb.base/corefile.exp: Likewise.
27600 * gdb.base/funcargs.exp: Likewise.
27601
27602 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
27603
27604 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
27605 * config/monitor.exp: Add support for setting baud rate.
27606
27607 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
27608
27609 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
27610 i*86-*-linux* xfails for "backtrace through signal handler".
27611 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
27612 "print func2::coremaker_local".
27613 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
27614 alpha-dec-osf2* xfail for
27615 "delete all breakpoints when none".
27616
27617 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
27618
27619 * gdb.base/break.exp: Change test that deletes all breakpoints
27620 when no user breakpoints are installed. A post 4.15 change
27621 causes gdb to no longer prompt in this case.
27622
27623 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
27624
27625 * gdb.base/return.exp (return_tests): Change xfail for test
27626 "correct value returned double test" to stop xfailing at
27627 Solaris 2.5. Apparently the bug has been fixed.
27628
27629 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
27630
27631 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
27632 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
27633
27634 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
27635
27636 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
27637 * gdb.disasm/hppa.s: Corresponding changes.
27638
27639 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
27640
27641 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
27642 makefile fragment.
27643 * config/mt-hpux: Deleted.
27644
27645 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
27646
27647 * Many files: When warning about suppressed tests due to a
27648 nonexistant test binary, avoid incrementing the warning count.
27649
27650 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
27651
27652 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
27653
27654 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27655
27656 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
27657 "sparc-*-solaris2*".
27658
27659 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27660
27661 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
27662 Add global and local variables and initialize them.
27663 * gdb.base/corefile.exp: Test correct mapping of corefile sections
27664 by printing variables. Remove rs6000 and powerpc xfails, BFD now
27665 extracts the file name and terminating signal from the core file.
27666 * TODO: Remove note about tests for correct mapping of corefile.
27667 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
27668 from optimizing it away.
27669 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
27670 handles common blocks.
27671
27672 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
27673
27674 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
27675 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
27676
27677 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
27678
27679 * Makefile.in (maintainer-clean): New target, synonym for
27680 realclean.
27681 * gdb.base/Makefile.in (maintainer-clean): Likewise.
27682 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
27683 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
27684 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
27685 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
27686 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
27687
27688 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
27689
27690 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
27691 xfails when not gcc compiled for "print foo::funclocal".
27692 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
27693 "print foo::funclocal at foo",
27694 "print 'scope1.c'::foo::funclocal at foo",
27695 "print foo::funclocal_bss at foo",
27696 "print 'scope1.c'::foo::funclocal_bss at foo",
27697 "print foo::funclocal_ro at foo",
27698 "print 'scope1.c'::foo::funclocal_ro at foo",
27699 "print bar::funclocal at foo" and
27700 "print 'scope1.c'::bar::funclocal at foo".
27701 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
27702 gcc compiled for "print foo::funclocal at bar".
27703 Expand all messages to ensure that they identify that
27704 the test is at bar().
27705 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
27706 gcc compiled for:
27707 "ptype on opaque struct pointer (statically)",
27708 "ptype on opaque struct tagname (statically)",
27709 "ptype on opaque struct pointer (dynamically) 1",
27710 "ptype on opaque struct tagname (dynamically) 1",
27711 "ptype on opaque struct pointer (dynamically) 2" and
27712 "ptype on opaque struct tagname (dynamically) 2
27713 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
27714 gcc compiled for:
27715 "p datalocal"
27716 "whatis datalocal",
27717 "ptype datalocal",
27718 "p bsslocal",
27719 "whatis bsslocal", and
27720 "ptype bsslocal".
27721 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
27722 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
27723 when not gcc compiled.
27724 * gdb.base/funcargs.exp (float_and_integral_args): Add
27725 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
27726 compiled.
27727 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
27728 "backtrace from call6a" when not gcc compiled.
27729 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
27730 "backtrace from call7a" when not gcc compiled.
27731 * gdb.base/callfuncs.exp (do_function_calls):
27732 Add "hppa*-*-hpux*" xfail when not gcc compiled for
27733 "p t_char_array_values(char_array_val2,char_array_val1)",
27734 "p t_char_array_values(char_array_val1,char_array_val2)",
27735 "p t_char_array_values("carray 1","carray 2")",
27736 "p t_char_array_values("carray 1",char_array_val2)",
27737 "p t_char_array_values(char_array_val1,"carray 2")",
27738 "p sum_args(1,{2})",
27739 "p sum_args(2,{2,3})",
27740 "p sum_args(3,{2,3,4})",
27741 "p sum_args(4,{2,3,4,5})"
27742 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
27743 "backtrace in corefile.exp" when not gcc compiled.
27744
27745 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27746
27747 * gdb.base/signals.exp: Rewrite `handle all print' test as
27748 a procedure. Accept blanks or TABs as whitespace, increase
27749 timeout and expect input buffer size for the large output
27750 from the command. Remove "i*86-*-bsdi2.0" xfail.
27751
27752 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27753
27754 * gdb.base/setvar.exp: Add new testcases for truncation when
27755 assigning invalid values to bitfields.
27756
27757 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
27758
27759 * gdb.base/callfuncs.exp (do_function_calls): Remove
27760 mips-sgi-irix* xfail for
27761 "call inferior func with struct - returns char *"
27762 and fix test so that an optional (unsigned char *) cast is
27763 accepted in the result.
27764
27765 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
27766
27767 * gdb.base/funcargs.exp (float_and_integral_args): Remove
27768 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
27769 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
27770 * gdb.base/signals.exp: Remove duplicate "handle all print" test
27771 that accidentally got checked in.
27772
27773 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
27774
27775 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
27776 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
27777 compiled test.
27778 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
27779 Add mips-sgi-irix5* xfail for not gcc compiled.
27780 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
27781 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
27782 compiled for "p top", "whatis top", "p middle", and "whatis
27783 middle".
27784 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
27785 "whatis signed char" for not gcc compiled.
27786 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
27787 "set variable signed char=-1 (-1)" and
27788 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
27789 * gdb.base/funcargs.exp (float_and_integral_args):
27790 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
27791 Add mips-sgi-irix* xfail when not gcc compiled for
27792 "continue to call2b".
27793 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
27794 "continue to call2g".
27795 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
27796 compiled for "backtrace from call6a"
27797 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
27798 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
27799 when not gcc compiled for "backtrace from call7a".
27800 (localvars_after_alloca): Fix gdb_test cmds for
27801 "print * after runto ...".
27802 Remove rs6000-*-* xfails for
27803 "print i after runto localvars_after_alloca" and
27804 "print l after runto localvars_after_alloca"
27805 for all compilers.
27806 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
27807 when not compiled with gcc, for:
27808 "print signed char == (minus)",
27809 "print signed char != (minus)",
27810 "print signed char < (minus)",
27811 "print signed char > (minus)".
27812 * gdb.base/callfuncs.exp (do_function_calls):
27813 Add mips-sgi-irix* xfail, when compiled with native compiler, for
27814 "call inferior func with struct - returns char *".
27815 * gdb.base/return.exp (return_tests): Change xfail for
27816 "correct value returned double test" to include Solaris 2.4.
27817 * gdb.base/funcargs.exp (float_and_integral_args):
27818 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
27819
27820 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27821
27822 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
27823 enumeration bitfields if compiling with GNU C.
27824 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
27825 to empty' prompt.
27826
27827 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
27828
27829 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
27830 test for PRO targets.
27831
27832 * gdb.base/funcargs.exp: Avoid ever setting more than 8
27833 breakpoints in the inferior at any given time by making
27834 two groups of breakpoints for call2*, call6* and call7*
27835 tests.
27836
27837 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27838
27839 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
27840 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
27841 from optimizing it away.
27842 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
27843 "call inferior func with struct".
27844
27845 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
27846
27847 * configure.in: Only configure gdb.chill for particular targets.
27848
27849 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
27850
27851 * gdb.base/Makefile.in: Add action to .c.o transformation
27852 rule that generates a .ci file for each .o file and remove
27853 explicit .c.o rules except for callfuncs.o.
27854 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
27855 generates a .ci file for each .o file and remove explicit
27856 .cc.o rules.
27857 (clean): Remove *.tmp *.ci files.
27858 (EXECUTABLES): Remove templ-info.exp.
27859 * gdb.base/compiler.c: New file.
27860 * gdb.c++/compiler.cc: New file
27861 * gdb.base/scope.exp: Source gdb.base/scope.ci.
27862 Change rs6000-*-* xfail for
27863 "print 'scope0.c'::filelocal_ro" and
27864 "print 'scope1.c'::filelocal" and
27865 "print 'scope1.c'::filelocal_bss" and
27866 "print 'scope1.c'::filelocal_ro" and
27867 "print 'scope1.c'::foo::funclocal" and
27868 "print 'scope1.c'::foo::funclocal_ro" and
27869 "print 'scope1.c'::bar::funclocal" and
27870 "print 'scope0.c'::filelocal_ro" and
27871 "print 'scope1.c'::filelocal at foo" and
27872 "print 'scope1.c'::filelocal_bss at foo" and
27873 "print 'scope1.c'::filelocal_ro at foo" and
27874 "print 'scope1.c'::foo::funclocal at foo" and
27875 "print 'scope1.c'::foo::funclocal_bss at foo" and
27876 "print 'scope1.c'::foo::funclocal_ro at foo" and
27877 "print 'scope1.c'::bar::funclocal at foo" and
27878 "print 'scope0.c'::filelocal_ro" and
27879 "print 'scope1.c'::filelocal" and
27880 "print 'scope1.c'::filelocal_bss" and
27881 "print 'scope1.c'::filelocal_ro" and
27882 "print 'scope1.c'::foo::funclocal" and
27883 "print 'scope1.c'::foo::funclocal_bss" and
27884 "print 'scope1.c'::foo::funclocal_ro" and
27885 "print 'scope1.c'::bar::funclocal" and
27886 "print 'scope1.c'::bar::funclocal_bss"
27887 to only be xfail'd when not compiled with gcc.
27888 Add rs6000-*-* xfail for
27889 "print 'scope0.c'::filelocal_bss before run"
27890 when compiled with gcc.
27891 (test_at_main): Add rs6000-*-* xfail for
27892 "print filelocal_ro in test_at_main"
27893 when compiled with gcc.
27894 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
27895 Add rs6000-*-aix* xfail for
27896 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
27897 "ptype t_char_array", not compiled with gcc.
27898 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
27899 xfail for "list foo (in include file)" when gcc compiled.
27900 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
27901 (integral_args): Add rs6000-*-* xfail for
27902 "run to call0a" if not compiled with gcc.
27903 (unsigned_integral_args): Add rs6000-*-* xfail for
27904 "run to call1a" if not compiled with gcc.
27905 (float_and_integral_args): Add rs6000-*-* xfail for
27906 "run to call2a" if not compiled with gcc and for
27907 "continue to call2b" for any compiler.
27908 Add rs6000-*-* xfail to
27909 "print f1 after run to call2a" for gcc compiled.
27910 (discard_and_shuffle): Add rs6000-*-* xfail for
27911 "run to call6a".
27912 (shuffle_round_robin): Add rs6000-*-* xfail for
27913 "backtrace from call7a" if not compiled with gcc.
27914 Add rs6000-*-* xfail for
27915 "backtrace from call7b" if compiled with gcc.
27916 (call_after_alloca): Add rs6000-*-* xfail for
27917 "print c in call_after_alloca" and
27918 "print s in call_after_alloca" and
27919 "backtrace from call_after_alloca_subr"
27920 if not compiled with gcc.
27921 (localvars_in_indirect_call): Add rs6000-*-* xfail for
27922 "print c in localvars_in_indirect_call" and
27923 "print c in localvars_in_indirect_call" and
27924 "backtrace in indirectly called function" and
27925 "stepping into indirectly called function"
27926 if not compiled with gcc.
27927 (localvars_after_alloca): Add rs6000-*-* xfail for
27928 "print c after runto localvars_after_alloca" and
27929 "print s after runto localvars_after_alloca" and
27930 "print i after runto localvars_after_alloca" and
27931 "print l after runto localvars_after_alloca"
27932 for all compilers.
27933 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
27934 than whatis-info.exp.
27935 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
27936 than opaque-info.exp.
27937 Setup rs6000-*-* xfail for
27938 "ptype on opaque struct pointer (statically)" and
27939 "ptype on opaque struct pointer (dynamically)" when
27940 not compiled with gcc.
27941 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
27942 rather than callf-info.exp.
27943 (do_function_calls): Add clear_xfail for rs6000-*-* for
27944 "p t_float_values2(3.14159,float_val2)". Seems to work
27945 fine there, both with xlc and gcc. Need to find out what
27946 it is doing right and fix other platforms.
27947 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
27948 "call inferior func with struct - returns int",
27949 "call inferior func with struct - returns long",
27950 "call inferior func with struct - returns float",
27951 "call inferior func with struct - returns double",
27952 "call inferior func with struct - returns char *",
27953 but only if not gcc compiled (presumes xlc compiled).
27954 Change rs6000-*-* xfails for
27955 "call inferior func with struct - returns char" and
27956 " call inferior func with struct - returns short" to only
27957 xfail if not using gcc.
27958 (clean mostlyclean): Remove *.ci and *.tmp files.
27959 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
27960 than templ-info.exp.
27961 * gdb.base/langs.exp: Source gdb.base/langs.ci.
27962 Add rs6000-*-* xfail for "up to foo in langs.exp"
27963 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
27964 when not gcc compiled.
27965
27966 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
27967
27968 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
27969 * gdb.base/corefile.exp: Likewise.
27970 * gdb.base/list.exp: Likewise.
27971 * gdb.base/scope.exp: Likewise.
27972 * gdb.base/siganls.exp: Likewise.
27973
27974 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
27975 compiler output.
27976 * gdb.base/whatis.exp: Likewise.
27977
27978 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
27979
27980 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
27981 failure (opcode table has been fixed to match reality).
27982
27983 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
27984
27985 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
27986 "call inferior func with struct - returns char",
27987 "call inferior func with struct - returns short"
27988
27989 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
27990 "print 'scope0.c'::filelocal at main",
27991 "print 'scope0.c'::filelocal_bss in test_at_main",
27992 "print 'scope0.c'::filelocal at foo",
27993 "print 'scope0.c'::filelocal_bss in test_at_foo",
27994 "print 'scope0.c'::filelocal at bar",
27995 "print 'scope0.c'::filelocal_bss in test_at_bar"
27996
27997 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
27998 in source file 1". This bug seems to have been fixed with both
27999 gcc and native cc (was native assembler bug?).
28000
28001 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
28002
28003 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
28004 "backtrace through signal handler" to "i*86-*-sysv4*".
28005 * gdb.base/signals.exp: Add xfail for "'next' behaved as
28006 continue" case. Add "known SVR4 bug" to fail message.
28007 Add "i*86-*-bsdi2.0" xfail for "handle all print".
28008 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
28009 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
28010 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
28011 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
28012 "up to foo in langs.exp", "show language at foo in
28013 langs.exp", "up to cppsub_ in langs.exp", "show
28014 language at cppsub_ in langs.exp", "up to fsub in
28015 langs.exp", and "show language at fsub in langs.exp".
28016 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
28017 "bactrace in corefile.exp".
28018 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
28019 "call inferior function with struct - returns float" and
28020 "call inferior function with struct - returns double".
28021
28022 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
28023
28024 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
28025 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
28026 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
28027 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
28028
28029 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
28030
28031 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
28032 (or overriden) "CHILL" macro rather then bare "gcc".
28033 Also look for ../../gcc/xgcc since that is what we will
28034 actually need, not "Makefile". Remove following assignment
28035 of CHILL to CHILL_FOR_TARGET because that results in
28036 recursive definition.
28037
28038 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
28039
28040 * gdb.base/corefile.exp: Change xfail for backtrace in
28041 corefile.exp from linuxaout to all linux.
28042 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
28043 cases where we miss the breakpoint at the signal handler
28044 for some reason. Setup xfail for linuxoldld/linuxaout and
28045 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
28046 hitting SIGURG breakpoint.
28047 * gdb.base/signals.exp: Setup xfail for "next" acting like
28048 continue to add linuxoldld. Setup xfail for all linux for
28049 "next to handler in signals_tests_1", "backtrace in
28050 signals_tests_1", "continue to func1", "pass SIGUSR1",
28051 and continue to handler".
28052
28053 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
28054
28055 * Update all FSF addresses except those in COPYING* files.
28056
28057 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
28058
28059 * gdb.base/a2-run.exp: Change messages to be more explicit about
28060 the status of args, and quote binfile in results.
28061
28062 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
28063
28064 * gdb.base/callfuncs.exp: Add tests for passing structs to
28065 inferior functions and return various types.
28066 * gdb.base/callfuncs.c: Add functions to receive a struct
28067 and return a member of the struct, in various types.
28068
28069 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28070
28071 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
28072
28073 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
28074
28075 * config/vxworks29k.exp: New file, sources vxworks.exp.
28076
28077 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28078
28079 * config/gdbremote.exp: New file. Testing framework using
28080 gdbserver.
28081
28082 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
28083
28084 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
28085 "call function when asleep" and "send end of file".
28086 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
28087 for "backtrace in corefile.exp".
28088 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
28089 for "backtrace through signal handler".
28090 * gdb.base/corefile.exp: Make sure we actually generate a core file
28091 before trying the core tests. Some systems allow the user to suppress
28092 generation of core files and default to that (linux for example).
28093 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
28094 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
28095
28096 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28097
28098 * gdb.threads: New directory with some crude multi-threaded
28099 gdb tests (step.exp and step2.exp).
28100 * config/mt-lynx (STEP_EXECUTABLE): Define.
28101 (THREADFLAGS): Define.
28102
28103 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
28104
28105 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
28106
28107 * gdb.base/signals.exp: Disable whole file for lynx until
28108 further notice.
28109
28110 * gdb.base/signals.exp: xfail test where "next" acts like
28111 "continue" for lynx.
28112
28113 * gdb.base/interrupt.exp: xfail test for calling function while
28114 inferior is asleep for lynx.
28115
28116 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
28117 than one cr-lf after each command.
28118
28119 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28120
28121 * configure.in: Reinstate setting of stabsdirs variable, fix
28122 typo in setting up configdirs for native builds.
28123
28124 * gdb.base/return.exp: Fix typo in return double test.
28125 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
28126 compiler from optimizing them away.
28127
28128 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
28129
28130 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
28131 sequences to be echo'd by gdb when using gdb_test.
28132 * gdb.chill/chexp.exp: Likewise.
28133 * gdb.fortran/exprs.exp: Likewise
28134
28135 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28136
28137 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
28138 after the inferior gdb has started.
28139
28140 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
28141 after each command.
28142 * gdb.base/funcargs.exp: Likewise.
28143 * gdb.base/gdbvars.exp: Likewise.
28144 * gdb.base/interrupt.exp: Likewise.
28145 * gdb.base/list.exp: Likewise.
28146 * gdb.base/watchpoint.exp: Likewise.
28147 * gdb.c++/demangle.exp: Likewise.
28148 * gdb.c++/inherit.exp: Likewise.
28149 * gdb.chill/chexp.exp: Likewise.
28150 * gdb.fortran/exprs.exp: Likewise.
28151
28152 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
28153 test if we can't handle IO to/from the inferior.
28154
28155 * gdb.c++/misc.exp: Always check for a program already being
28156 started after sending a "run" command to gdb.
28157
28158 * gdb.base/twice.exp: Start with a fresh gdb.
28159
28160 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
28161 only depend on gdb's expression code, not the chill runtime.
28162
28163 * gdb.base/return.c: Put return values into variables so we
28164 can have gdb print them rather than depending on the program
28165 to print them.
28166 * gdb.base/return.exp: Corresponding changes.
28167
28168 * lib/gdb.exp: Provide default value for noinferiorio.
28169 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
28170 the inferior.
28171
28172 * gdb.base/break.exp: Always check for a program already being
28173 started after sending a "run" command to gdb.
28174 (text_next_with_recursion): Don't check the output from the
28175 program's printf statement. Instead just make sure the program
28176 exited.
28177
28178 * gdb.base/commands.exp: Protect tests which need arguments with
28179 $noargs conditionals.
28180
28181 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28182
28183 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
28184 of structure member arrays to match gdb/valops.c:value_addr change.
28185
28186 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
28187
28188 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
28189 cases.
28190
28191 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
28192
28193 * configure.in (configdirs): Remove gdb.chill from default list
28194 of subdirs and then add it back in only if doing a native build.
28195 The current chill compiler does not yet work in any cross build.
28196 * Revert all signal changes from Jul 6.
28197 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
28198 for sh-hms targets, allowing these tests to link, with no other
28199 changes. Testing is suppressed by setting "nosignals" in site.exp.
28200
28201 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
28202
28203 * configure.in (signaldirs): Define and add to configdirs for all
28204 targets except some specific ones that are known to not support signals.
28205 Also clean up formatting.
28206 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
28207 (signals, sigall): Remove rules to build.
28208 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
28209 Moved to new gdb.signals directory.
28210 * gdb.signals: New test directory.
28211 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
28212 signals.c signals.exp}: New or moved files.
28213
28214 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
28215
28216 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
28217
28218 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
28219
28220 * gdb.base/return.exp: Xfail `return double' test failure
28221 on at least Solaris 2.3 and handle future/past versions on
28222 a case by case basis as appropriate. Also update message
28223 to include i*86 failures.
28224
28225 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28226
28227 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
28228
28229 * lib/gdb.exp: Fix comment which erroneously identified
28230 gdb_file_cmd as gdb_load (the 19 May change was in fact to
28231 gdb_file_cmd not gdb_load).
28232 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
28233
28234 * gdb.base/setvar.exp: Make test names consistent between pass and
28235 fail cases. Use gdb_test more.
28236
28237 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28238
28239 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
28240
28241 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28242
28243 * gdb.base/help.exp: Fix expected help string for `show commands'.
28244
28245 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
28246
28247 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
28248
28249 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
28250 of a text section.
28251
28252 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
28253
28254 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
28255 that loop eventually terminates. Fix Connection refused logic so
28256 that testsuite will expire nicely.
28257
28258 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
28259
28260 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
28261 config/rom68k.exp: New tcl glue for the appropriate monitors.
28262 These all just end up calling monitor.exp.
28263 * config/monitor.exp (gdb_target_monitor): Handle `Connection
28264 refused' by retrying. Cleanup some timeout issues.
28265 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
28266 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
28267 callers don't have to set/restore global timeout variable.
28268
28269 * The following set of changes centralizes management of the global
28270 timeout variable. This way, it can be set in one target dependent
28271 place instead of dozens of places scattered throughout the test suite.
28272 If you need to lengthen a timeout, then you should either set timeout
28273 in one of the config/{target}.exp files, or multiply it by a factor.
28274 Setting it to an absolute value is always going to lose for some
28275 targets.
28276 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
28277 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
28278 * gdb.base/funcargs.exp: Don't set timeout.
28279 * gdb.base/list.exp (test_forward_search): Only use local timeout.
28280 * gdb.base/printcmds.exp (test_print_string_constants
28281 test_print_array_constants): Don't set timeout.
28282 * gdb.base/ptype.exp: Don't set timeout.
28283 * gdb.base/recurse.exp: Don't set timeout.
28284 * gdb.base/return.exp: Don't set timeout.
28285 * gdb.base/watchpoint.exp: Don't set timeout.
28286 * gdb.c++/classes.exp (do_tests): Don't set timeout.
28287 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
28288
28289 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
28290
28291 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
28292
28293 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28294
28295 * lib/gdb.exp: Disable chill tests for irix5.
28296
28297 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28298
28299 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
28300 each test pass or fail.
28301
28302 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28303
28304 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
28305 xlc not gcc.
28306
28307 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
28308
28309 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
28310
28311 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
28312
28313 * config/est.exp: Fix copyright and comments. Remove dead code.
28314 Use targetname, serialport and baud variables instead of fixed
28315 constants.
28316 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
28317 * config/cpu32bug.exp: New file to support cpu32bug monitors.
28318
28319 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28320
28321 * gdb.base/watchpoint.exp: Don't run
28322 test_watchpoint_triggered_in_syscall for sunos.
28323
28324 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28325
28326 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
28327 they don't seem to exist. Do include stdio.h.
28328
28329 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28330
28331 * gdb.base/a1-selftest.exp: Add alpha xfail.
28332
28333 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28334
28335 * gdb.base/watchpoint.c (main): Prompt before calling read().
28336 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
28337 Revise accordingly. Remove cruft about sending "123" several
28338 times, until it gets noticed. Clean up the "print buf[0]" stuff
28339 so that it passes or fails, and waits for prompts in the usual way.
28340
28341 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28342
28343 * gdb.base/recurse.exp: Fix comment.
28344
28345 * TODO: Remove item about printing variables in nodebug.exp. Add
28346 item about enabling tests which are only run on some targets.
28347
28348 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
28349 fail, make test names unique, use new gdb_test convention
28350 regarding pattern, use gdb_test more, etc.).
28351
28352 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
28353 fail, make test names unique, etc.).
28354
28355 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28356
28357 * gdb.base/nodebug.c: Change return type of top and middle to
28358 short.
28359 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
28360 are fixed by the recent mdebugread.c changes. Allow `short ()'
28361 as type for top and middle.
28362
28363 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28364
28365 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
28366 nearly as I can tell, the whole thing was an accident in Stu's
28367 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
28368 to replace a send/expect pair with gdb_test, but ended up only
28369 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
28370 of 30 Mar 1995 took care of it, but left this vestigial comment
28371 which I am now nuking.
28372
28373 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28374
28375 * gdb.base/break.exp: Look for different line number for
28376 breakpoint at main depending on usestubs.
28377
28378 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28379
28380 * gdb.base/list.exp: Adjust some alternate expect patterns to
28381 match recent list0.c change. Add alternate expect pattern for
28382 output from `list default lines around main' for optimizing
28383 compilers.
28384
28385 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28386
28387 * lib/gdb.exp: If nosignals is not set, set it to 0.
28388
28389 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
28390
28391 * config/slite-gdb.exp: Responds to load symbol table prompt.
28392 * gdb.base/break.exp: Adjust line number, fix rerun.
28393 * gdb.base/langs0.c: Add #ifdef usestubs.
28394
28395 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
28396
28397 * gdb.base/list.exp: Adjust line contents after adding new lines in
28398 list0.c. Also fix a syntax error.
28399
28400 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
28401 * gdb.base/break.exp: ditto.
28402 * gdb.base/list.exp: ditto.
28403 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
28404 * gdb.base/run.c: ditto.
28405 * gdb.base/list0.c: ditto.
28406 * gdb.base/funcargs.c: ditto.
28407
28408 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
28409
28410 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
28411 $targetname, $serialport and $baud instead of hardwired variables.
28412 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
28413 target doesn't support signals.
28414
28415 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
28416
28417 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
28418
28419 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28420
28421 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
28422 Don't rely on the value of an auto variable before it has been
28423 initialized. Use gdb_test more.
28424
28425 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28426
28427 * lib/gdb.exp (default_gdb_version): A version number must start
28428 with a digit, but other than that contains all characters up to
28429 the first whitespace character.
28430
28431 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28432
28433 * gdb.base/commands.exp (breakpoint_command_test): New tests.
28434
28435 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28436
28437 * gdb.c++/*.exp: Warn if executable does not exist. The original
28438 reason for skipping the warning was that configure.in sometimes
28439 intentionally skipped building the executables but the tcl code
28440 had no way of knowing. That (a) was always bogus with respect to
28441 error handling, (b) is no longer true (right now there is no way
28442 to skip C++ tests).
28443
28444 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
28445
28446 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28447
28448 * gdb.base/list.exp: Add expect patterns for output from
28449 SunPRO compiled executables.
28450 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
28451 types.
28452
28453 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28454
28455 * gdb.base/break.exp (test_next_with_recursion): Accept any line
28456 number (we are already testing that the correct source line text
28457 gets printed).
28458
28459 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
28460 that is what is intended, but something needed to be done to get
28461 sunos4 native working again.
28462
28463 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
28464
28465 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
28466 apparently went with a (very) old xfail.
28467
28468 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
28469
28470 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
28471 runto_main is a proc in gdb.exp that will do 'step' for target use
28472 stubs.
28473 * gdb.base/exprs.exp: ditto.
28474 * gdb.base/interrupt.exp: ditto.
28475 * gdb.base/opaque.exp: ditto.
28476 * gdb.base/printcmds.exp: ditto.
28477 * gdb.base/ptype.exp: ditto.
28478 * gdb.base/scope.exp: ditto.
28479 * gdb.base/setvar.exp: ditto.
28480 * gdb.base/signals.exp: ditto.
28481 * gdb.base/twice.exp: ditto.
28482 * gdb.c++/classes.exp: ditto.
28483 * gdb.c++/inherit.exp: ditto.
28484 * gdb.c++/templates.exp: ditto.
28485 * gdb.base/break.exp: no run and hit main for stubs. Change line
28486 numbers for breakpoints and info breakpoint.
28487 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
28488 breakpoint().
28489 * gdb.base/callfuncs.c: ditto.
28490 * gdb.base/exprs: ditto.
28491 * gdb.base/interrupt.c: ditto.
28492 * gdb.base/opaque0.c: ditto.
28493 * gdb.base/printcmds.c: ditto.
28494 * gdb.base/ptype.c: ditto.
28495 * gdb.base/scope0.c: ditto.
28496 * gdb.base/setvar.c: ditto.
28497 * gdb.base/signals.c: ditto.
28498 * gdb.base/twice.c: ditto.
28499 * gdb.c++/misc.cc: ditto.
28500 * gdb.c++/templates.cc: ditto.
28501
28502 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28503
28504 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
28505
28506 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
28507 somewhere between `read' and `main.c'. I'm pretty sure the
28508 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
28509 and it isn't particularly useful.
28510
28511 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
28512
28513 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28514
28515 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
28516
28517 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
28518
28519 * config/mt-slite: add LIBS and -nostdlib.
28520 * config/slite-gdb.exp: add this new file to support sparclite target.
28521
28522 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
28523
28524 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
28525
28526 * gdb.base/a2-run.exp: Change argument to istarget from
28527 "*-*-vxworks" to "*-*-vxworks*".
28528 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
28529
28530 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
28531
28532 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
28533 will not runto main but do a 'step' to step out of breakpoint().
28534 * config/mt-slite: add -Dusestubs.
28535
28536 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28537
28538 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
28539 instead of just @.
28540
28541 * gdb.base/signals.exp: Add test for "handle all print".
28542 * TODO: Remove "handle all print". Also remove item about
28543 checking copyright date (I don't like the idea of a spurious FAIL
28544 based on when we run the tests).
28545
28546 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
28547 for SunOS4 (reason for failure not investigated). Remove
28548 redundant test for $binfile.
28549
28550 * gdb.base/nodebug.c (array_index): Call malloc.
28551
28552 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
28553
28554 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
28555
28556 * gdb.base/recurse.exp: Update gdb_test invocation to use new
28557 conventions and slightly simplify the matching regexp.
28558
28559 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28560
28561 * gdb.base/break.exp: Update gdb_test invocation to use new
28562 convention.
28563
28564 * lib/gdb.exp: If noargs is not set, set it to 0.
28565
28566 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
28567 tests unique.
28568
28569 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
28570
28571 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28572
28573 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
28574 one argument of type "<non-float parameter>".
28575
28576 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
28577
28578 * config/rom68k.exp: New file to support Motorola IDP board.
28579 * gdb.base/a2-run.exp: Skip this file if noargs is set.
28580 * gdb.base/break.c: Change things around so that this program
28581 doesn't depend upon args. This is necessary to make remote
28582 targets work (in general, they can't take args).
28583 * gdb.base/break.exp: Don't try to send args to program. Don't
28584 expect output. Also, replace lots of code with gdb_test.
28585
28586 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28587
28588 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
28589 printing of '\'' (which is what the comment says we are testing,
28590 even though we were not), not '''.
28591 (test_integer_literals_rejected): Test that printing ''' is an error.
28592
28593 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
28594 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
28595 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
28596 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
28597 Use gdb_test not test_print_accept.
28598 * lib/gdb.exp: Remove test_print_accept.
28599
28600 * gdb.base/signals.exp (signal_tests_1): Make pass message
28601 consistent with fail message.
28602
28603 * gdb.base/whatis.exp: Remove xfails for printing char vs.
28604 unsigned char; the bug (PR 1821) is fixed.
28605
28606 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
28607
28608 * gdb.base/scope.exp (test_at_localscopes): Call pass for
28609 successful tests--makes xfailing them work right.
28610
28611 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28612
28613 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
28614 only \r\n, not .*. The test can pass .* as the last thing in
28615 $pattern if that is what it wants. In addition to providing this
28616 flexibility, this change should speed up pattern matching in cases
28617 where the pattern already ended with .* (there were a number of
28618 them). This change also helps catch bad patterns--in the old
28619 scheme the typo "char \*" instead of "char \\*" would pass. Now
28620 it is caught.
28621 * Many .exp files: Update callers.
28622
28623 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
28624 clearer and does not spuriously match multiple ('s. Likewise for
28625 ) and *.
28626
28627 * gdb.base/nodebug.exp: Test ability to call a function and pass
28628 it a string (even with no debugging info).
28629
28630 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
28631 "p '\'", which is the same as "p ''" once tcl gets done with
28632 quoting, to "p '\\'", which I suspect is what is intended (one
28633 backslash gets sent to GDB).
28634
28635 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
28636
28637 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28638
28639 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
28640 1817) was fixed literally years ago.
28641
28642 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28643
28644 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
28645 test, it causes stepping out of call_after_alloca_subr with
28646 optimizing compilers.
28647 (localvars_in_indirect_call): Consume GDB prompt if `finish'
28648 fails.
28649
28650 * gdb.c++/templates.exp: Source templ-info.exp only if
28651 the templates executable exists.
28652
28653 * gdb.c++/misc.cc (class Contains_static_instance,
28654 class Contains_nested_static_instance),
28655 gdb.c++/classes.exp (test_static_members): Test printing of
28656 a class that contains a static instance of the class.
28657
28658 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28659
28660 * gdb.base/langs2.c (cppsub_): Don't prototype.
28661 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
28662 only, I believe).
28663
28664 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28665
28666 * lib/gdb.exp (skip_chill_tests): New procedure.
28667
28668 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
28669
28670 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
28671
28672 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
28673 each expect pattern. Cuts runtime from 12 to about 4 seconds.
28674
28675 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28676
28677 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
28678
28679 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
28680 disassemble 8, not 16, instructions for part 4.
28681
28682 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
28683 support the latter anymore.
28684
28685 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
28686 -DNO_PROTOTYPES.
28687 * gdb.base/callfuncs.c: Control use of prototypes based on
28688 NO_PROTOTYPES, not __STDC__.
28689 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
28690 t_float_values2 tests if prototypes in use.
28691
28692 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
28693 t_double_values): When checking differences against DELTA, check
28694 that difference is within the range (-DELTA,DELTA), not just
28695 (-infinity,DELTA).
28696
28697 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
28698
28699 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
28700 'file' command firts, then 'target', then 'load', this is due to gdb
28701 target set up.
28702 * config/mips-gdb.exp: Fix a couple regular exp bugs.
28703
28704 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
28705
28706 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
28707 FP load/store variants.
28708 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
28709
28710 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
28711
28712 * gdb.base/term.exp: Do not give a warning if not native, it is
28713 not an abnormal condition.
28714
28715 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
28716
28717 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
28718 t_char_array".
28719
28720 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
28721
28722 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
28723 are getting the version number.
28724
28725 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
28726 if not native, it is not an abnormal condition.
28727
28728 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28729
28730 * lib/gdb.exp: Just use "file exists", rather than undocumented
28731 dejagnu procedure "findfile".
28732
28733 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
28734
28735 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
28736 (LDFLAGS): Set to -Xlinker -Ur.
28737
28738 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
28739 Removed, these values are set by lib/gdb.exp.
28740
28741 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
28742
28743 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
28744
28745 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
28746 of replicating gdb startup code.
28747
28748 * config/mt-vxworks (LDFLAGS): Set to -r.
28749 (CFLAGS_FOR_TARGET): Removed.
28750
28751 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
28752 (gdb) and gdb for vxworks uses (vxgdb).
28753
28754 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
28755 executable is not in the tree and host != target, use sed and
28756 program_transform_name to determine the gdb name used by the
28757 target.
28758
28759 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
28760 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
28761
28762 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28763
28764 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
28765 floats, chars, and shorts where there are ANSI-style function
28766 definitions.
28767
28768 * gdb.base/langs.exp, gdb.base/langs*: New test.
28769 * gdb.base/Makefile.in: Build it.
28770 * TODO: Remove item about checking that C names don't get C++
28771 demangling applied; this test tests it.
28772
28773 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28774
28775 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
28776 went with the const70 xfail. The xfail went away a year ago.
28777
28778 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
28779
28780 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
28781 for hp300.
28782
28783 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
28784
28785 * gdb.base/a1-selftest.exp: Don't run on hp300.
28786
28787 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28788
28789 * Makefile.in (site.exp): Set host_alias and target_alias as well
28790 as host_triplet and target_triplet.
28791
28792 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28793
28794 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
28795
28796 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
28797 places as other ecoff systems).
28798
28799 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
28800 ultrix.
28801
28802 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28803
28804 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
28805 remove them.
28806 * gdb.base/nodebug.exp: Accept "function" in addition to "text
28807 variable and "variable" in addition to "data variable".
28808 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
28809
28810 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
28811 2.
28812 * gdb.base/list1.c (long_line): Add additional statement at start
28813 of function.
28814 * gdb.base/list.exp (test_forward_search): Update line number to
28815 reflect new statement.
28816
28817 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28818
28819 * gdb.base/signals.exp: Reinitialize searched source directories
28820 after gdb_start call.
28821
28822 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
28823
28824 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
28825 * gdb.stabs/Makefile.in: Likewise.
28826
28827 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
28828 change. Instead split the tests into smaller pieces.
28829 * gdb.disasm/hppa.s: Corresponding changes.
28830
28831 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28832
28833 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
28834 Quote ^C when passing it to stty. For some shells ^ is a pipe.
28835
28836 * gdb.base/funcargs.exp: Modify many tests so that every test
28837 either passes or fails. Make some test names unique.
28838
28839 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28840
28841 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
28842 Call stty to set interrupt character.
28843
28844 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
28845 for HP assembler versus GNU assembler based on actual behavior of
28846 $(CC), rather than assuming that $(AS) is always the GNU assembler.
28847
28848 * TODO: Suggest a few more stepping tests.
28849
28850 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
28851
28852 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
28853 restart GDB for h8300 after a continue.
28854 (return): Add pattern to match a29k-udi behavior.
28855 * gdb.base/nodebug.exp: Remove obsolete comment.
28856 * gdb.base/regs.exp: New file, testing of register displays.
28857 * gdb.base/return.exp: Fix typo in reference to $objdir.
28858 * gdb.base/whatis.exp: Always start with a fresh GDB.
28859
28860 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28861
28862 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
28863 higher, these tests generate a lot of output.
28864
28865 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28866
28867 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
28868 code following the catch silently ignored some errors; without the
28869 catch they should be thrown like any other tcl error. Also, the
28870 catch used "" instead of {} which meant all the callers who wanted
28871 to include one of the characters "[]$ had to quote it an extra time.
28872 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
28873 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
28874 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
28875 Remove extra quoting.
28876
28877 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
28878
28879 * gdb.base/commands.exp: Make test names unique; every test either
28880 passes or fails. Update some comments.
28881
28882 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
28883
28884 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28885
28886 The following fixes a FAIL caused by the fact that the alpha stabs
28887 configuration didn't use the ".if alpha" code in weird.def.
28888 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
28889 bit pointer, so the 32 bit version works even on the alpha.
28890 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
28891 Remove the stuff which allowed us to have separate versions for
28892 alpha and everything else.
28893
28894 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
28895 regexp which "info func operator\[\](" is supposed to match. Fix
28896 string to send to GDB. Note that GDB still doesn't work right. Add a
28897 new test for "info func .perator\[\](" which GDB does handle correctly.
28898
28899 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
28900
28901 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28902
28903 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
28904 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
28905 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
28906 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
28907 it makes the tests harder to understand and confuses test-o-matic.
28908 The preferred style is that each test provides a PASS or a FAIL,
28909 and has a unique message (e.g. "continue #54" not just "continue")
28910 which is the same for the pass and the fail.
28911 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
28912 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
28913 to lib/gdb.exp.
28914 * gdb.base/printcmds.exp: Use test_print_accept. Remove
28915 prt_accept which was basically the same thing. Likewise for
28916 test_print_reject and prt_reject.
28917 * lib/gdb.exp (test_print_reject): Add some more error message
28918 patterns to match from the former printcmds.exp (prt_reject).
28919 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
28920 One defect of the passcount stuff is that some of it failed to
28921 report XPASS where appropriate.
28922 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
28923 stuff before and after arg in expected pattern.
28924 (test_paddr_operator_functions): Re-do test without print_addr_of;
28925 this is the only test which seems to want extra stuff there.
28926
28927 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28928
28929 * gdb.base/nodebug.exp: Update new tests to reflect improved
28930 wording of gdb output.
28931
28932 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
28933 and "ptype" work on variables in files compiled without -g.
28934 Replaces commented out "maint print msymbol" tests.
28935
28936 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28937
28938 * gdb.base/setvar.c (dummy): Call malloc.
28939
28940 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
28941 losing with the irix4 sed.
28942
28943 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
28944 ALRM" on irix4.
28945
28946 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28947
28948 * TODO: Remove items about corefile.exp testing new exec-file and
28949 backtrace; both are now done. Add items about printing enums.
28950
28951 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28952
28953 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
28954 "get signal $thissig" test fails.
28955
28956 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
28957
28958 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28959
28960 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
28961 compiler warning with dec alpha compiler.
28962
28963 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
28964 extra \n from gdb_test call (this explains why the prompt test
28965 that I removed yesterday was there).
28966 (user_defined_command_test): Remove extra \n and prompt test.
28967
28968 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
28969 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
28970 doesn't exist.
28971 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
28972 Also remove alpha workaround, which turns out to be because
28973 SIGABRT == SIGLOST.
28974
28975 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
28976
28977 * gdb.base/help.exp: Don't test "help show".
28978
28979 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28980
28981 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
28982 "set print address" is on.
28983 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
28984 pass prompt to gdb_test; gdb_test already looks for the prompt.
28985
28986 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
28987
28988 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
28989 was a vestige of the manual TESTSTRATEGY, and the purpose of it
28990 was to make sure that gdb can read a core file. But (a) the "read
28991 the corefile" part didn't make it to a1-selftest.exp, we just
28992 delete the corefile after creating it, and (b) we test reading
28993 corefiles in corefile.exp anyway. Also, this test left around a
28994 xgdb process on Solaris.
28995
28996 * gdb.base/corefile.exp: Also test backtrace.
28997
28998 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
28999
29000 * gdb.base/commands.exp: Test a simple user defined command with
29001 arguments and if/while statements; verify the full user command is
29002 printed by "show user".
29003
29004 * gdb.base/commands.exp: Test if/while commands as part of a
29005 breakpoint command list; verify they appear in breakpoint
29006 information.
29007
29008 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29009
29010 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
29011 than by dividing by zero.
29012
29013 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
29014
29015 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
29016 performing an inferior call with watchpoints enabled.
29017 * gdb.base/watchpoint.c (main): Delete second unnecessary read
29018 call.
29019
29020 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29021
29022 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
29023 of "file" command.
29024
29025 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
29026 Add additional pattern for when "int operator int(void);" appears
29027 in a different order.
29028
29029 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29030
29031 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
29032
29033 * gdb.base/help.exp: Replace most of docstrings for "info signals"
29034 and "signal" with ".*".
29035
29036 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29037
29038 * TODO: Add note about "handle all nostop".
29039
29040 * gdb.base/{sigall.c, sigall.exp}: New test.
29041 * gdb.base/Makefile.in: Add it.
29042
29043 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
29044
29045 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
29046 when invoking GDB, suppresses any windowing interface.
29047
29048 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
29049
29050 * config/sim-gdb: New file, simulator testing support.
29051
29052 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
29053
29054 * gdb.base/interrupt.exp: Test calling func1 twice.
29055
29056 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
29057
29058 * gdb.base/list.exp (test_forward_search): Set timeout higher
29059 when we'll be getting lots of output from gdb.
29060
29061 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
29062 "init_malloc" to after the expect statement. Run it if that
29063 regexp is taken, but also for two others which happen if source
29064 cannot be found.
29065
29066 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29067
29068 * gdb.base/printcmds.exp: New test, for printing register before
29069 program is running.
29070
29071 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29072
29073 * gdb.base/list.exp: Correct some alternate expect patterns
29074 to reflect changes in list1.c.
29075
29076 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29077
29078 * TODO: Add item regarding large frames.
29079
29080 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
29081
29082 * TODO: Remove item about enabling return.exp; it
29083 is enabled. Suggest a few more "return" tests.
29084
29085 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29086
29087 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
29088 anonymous unions.
29089
29090 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29091
29092 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
29093 and pr-5646.o, so "make" is the same as "make all", not "make
29094 pr-4975.o".
29095
29096 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
29097
29098 * gdb.base/list.exp: Adjust expectations to reflect changes in
29099 list1.c.
29100 (test_forward_search): New test proc.
29101 * gdb.base/list1.c (long_line): New function, has long source line.
29102
29103 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
29104
29105 * gdb.base/a1-selftest.exp: Change initial stepping to know about
29106 additional line of code that was added.
29107
29108 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
29109
29110 * gdb.disasm/hppa.s: Break the large branching tests into smaller
29111 tests so as not to overflow expect's input buffers.
29112 * gdb.disasm/hppa.exp: Corresponding changes.
29113
29114 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29115
29116 Beginnings of template debugging tests.
29117 * gdb.c++/templ-info.cc: New file to test for template
29118 debugging capability of the compiler.
29119 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
29120 templ-info.cc.
29121 * gdb.c++/templates.cc: Add explicit template instantiations
29122 to enable compiling with -fno-implicit-templates. Add destructor
29123 and 'value' method to T5 class for template tests.
29124 * gdb.c++/templates.exp: Add testcases for printing of template
29125 types, setting breakpoints on template methods and calling a
29126 template method.
29127
29128 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
29129
29130 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
29131 branch target since some assemblers (gas-2.5) may emit a
29132 relocation for the branch instead of resolving it in the
29133 assembler.
29134
29135 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29136
29137 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
29138 through signal handler.
29139
29140 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29141
29142 * configure.in (*-*-netware): Use config/mt-netware.
29143
29144 * config/mt-netware: New file.
29145 * config/mt-i386-netware: Removed, separate configs for different
29146 netware architectures are no longer needed now that we have
29147 --with-headers.
29148
29149 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29150
29151 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
29152 by the recent changes to use ANSI C arithmetic conversions.
29153
29154 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29155
29156 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
29157 bug involving using inferior_pid to figure out whether to select a
29158 frame.
29159
29160 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
29161
29162 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
29163 match the current disassembler output.
29164
29165 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
29166
29167 * gdb.fortran/exprs.exp: Expect VOID instead of void.
29168 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
29169 types, expect "int" as type of integer values (for now).
29170
29171 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
29172
29173 * gdb.base/commands.exp: New tests for if/while commands.
29174
29175 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
29176
29177 * lib/gdb.exp (runto): Replace sub-pattern for hex value
29178 by .*, since hex values have different syntax in Chill mode.
29179
29180 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29181
29182 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
29183 linefeed from expect pattern for repeated types with indices > 9.
29184
29185 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
29186
29187 First part of Fortran test suite.
29188 * gdb.fortran: New directory.
29189 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
29190
29191 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29192
29193 * gdb.base/default.exp: Update expect pattern for load command
29194 without arguments.
29195
29196 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
29197
29198 * configure.in: Change i386 to i[345]86.
29199 * gdb.base/configure.in: Likewise.
29200 * gdb.c++/configure.in: Likewise.
29201 * gdb.chill/configure.in: Likewise.
29202
29203 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
29204
29205 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
29206 patterns, since that is not a valid context for comments.
29207
29208 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
29209
29210 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
29211 repeated types and repeated types with indices > 9.
29212
29213 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
29214
29215 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
29216 2417; old bug has been fixed.
29217
29218 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
29219
29220 * gdb.base/interrupt.exp: When trying to wake up the inferior,
29221 send the newline ourselves instead of assuming gdb_test will do
29222 so when passed an empty input string.
29223
29224 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
29225 stabs testcode.
29226
29227 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29228
29229 * lib/gdb.exp (gdb_test): Don't send anything if the first
29230 argument is an empty string. This makes cases where we want to
29231 match output that is already in expect's buffers (for example,
29232 matching a breakpoint after gdb_run_cmd has been called) work
29233 reliably.
29234
29235 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29236
29237 * config/netware.exp: New file.
29238
29239 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29240
29241 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
29242 the -B and -L prefixes so we can find the debugging stub.
29243
29244 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
29245 there and we are using the gcc from the tree.
29246
29247 * gdb.base/types.c: Removed.
29248
29249 * gdb.base/configure.in: Look for makefile fragments in ../config.
29250 Recognize i386-*-netware.
29251 * gdb.c++/configure.in: Likewise.
29252
29253 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29254
29255 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
29256 the correct TCL syntax.
29257
29258 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29259
29260 * gdb.base/opaque.exp: use runto instead of messing around with
29261 breakpoints. Simplify by using gdb_test.
29262
29263 * gdb.base/bitfields.exp: restart between tests on netware targets
29264 because breakpoints aren't relocated after target death. Run
29265 processes to completion.
29266
29267 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
29268
29269 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
29270
29271 * Makefile.in: Remove extra tabs that confuse some versions
29272 of "make". Use the newly built gdb to test with by default,
29273 rather than the first one in the tester's search path.
29274
29275 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
29276
29277 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
29278
29279 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
29280 condition help.
29281
29282 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29283
29284 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
29285
29286 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
29287 running.
29288 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
29289 * gdb.base/funcargs.exp: Likewise.
29290
29291 * gdb.base/bitfields.exp: Simplify by using gdb_test.
29292 * gdb.base/funcargs.exp: Likewise.
29293
29294 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
29295 message is "".
29296
29297 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29298
29299 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
29300 return,signals,twice}.exp: Handle non-existant binaries
29301 consistantly.
29302
29303 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
29304 * gdb.base/Makefile.in: Don't try to generate a core dump, we
29305 might testing a cross development system.
29306
29307 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29308
29309 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
29310 runtest script is relative to ${srcdir}, not ${rootdir}.
29311
29312 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
29313
29314 * gdb.base/signals.exp: Allow for optionality of breakpoint
29315 address.
29316
29317 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29318
29319 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
29320
29321 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29322
29323 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
29324 for size_t definition.
29325 * gdb.c++/templates.cc: Likewise
29326
29327 * config/mt-i386-netware: New file.
29328
29329 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
29330 defined.
29331
29332 * gdb.base/Makefile.in: Added support for systems that name core
29333 files by appending "core" to the program name.
29334 * gdb.base/a1-selftest.exp: Likewise.
29335
29336 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29337
29338 * gdb.base/return.exp: Add comment and message for `return double'
29339 test failure on Sparc Solaris.
29340
29341 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
29342
29343 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
29344
29345 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29346
29347 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
29348 from optimizing them away.
29349 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
29350 patterns to include default constructors and assignment operators,
29351 to match gcc versions beyond 2.5.8. Accept any cplus demangling
29352 character in the output of the virtual base pointer.
29353
29354 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29355
29356 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
29357 expression match in print_addr_of to avoid unintented matches.
29358 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
29359 versions up to 2.5.8.
29360
29361 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29362
29363 * gdb.base/list.exp: Tweak alternate pattern for listing of an
29364 included file to run under newer versions of expect.
29365 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
29366 consecutive >'s in templates to accomodate recent cplus-dem.c change.
29367 Remove xfail for the virtual table of BDDHookV.
29368
29369 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
29370
29371 * lib/gdb.exp (string_to_regexp): Set a default result.
29372 (default_gdb_start): Fix misleading message.
29373
29374 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
29375
29376 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
29377 Remove all CC, etc definitions.
29378 * config/mt-hpux: New file.
29379 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
29380 (CFLAGS, LDFLAGS): Define.
29381 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
29382
29383 * Makefile.in (site.exp): Don't insert host_os, etc.
29384 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
29385 (distclean): Check existence of subdir.
29386 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
29387 * gdb.base/Makefile.in: General cleanup and simplification.
29388 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
29389 to build executables. Use default rule to build .o files.
29390 (EXPECT, RUNTEST, CC): Fix relative pathname.
29391 (site.exp): Don't insert host_os, etc.
29392 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
29393 and/or SIGUSR1 defined.
29394 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
29395 * gdb.c++/Makefile.in: General cleanup and simplification.
29396 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
29397 (CFLAGS): Remove.
29398 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
29399
29400 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
29401
29402 * gdb.base/recurse.exp: Misc changes to get tests running again
29403 after Kung's changes to the watchpoint code.
29404 * gdb.base/watchpoint.exp: Likewise.
29405
29406 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
29407
29408 * lib/gdb.exp (string_to_regexp): Convert {\} also.
29409
29410 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
29411
29412 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
29413 * lib/gdb.exp (default_gdb_start): Define.
29414 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
29415 gdb.base/funcargs.exp, gdb.base/opaque.exp,
29416 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
29417 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
29418 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
29419 Don't call gdb_target_udi in between tests.
29420
29421 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29422
29423 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
29424 (which was basically just a local version of the same thing). In
29425 addition to avoiding duplication, gdb_test_exact is faster.
29426 * lib/gdb.exp (gdb_test_exact): Fix typo.
29427
29428 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
29429 don't give an error.
29430
29431 * gdb.base/term.exp: Call delete_breakpoints before starting.
29432
29433 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
29434 (t10): Add comment.
29435
29436 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
29437
29438 Reorganization of the GDB Test Suite.
29439
29440 * gdb.base: New directory, contains all the basic tests.
29441 * gdb.c++: New directory, tests specific to C++.
29442 * gdb.chill: New directory, tests specific to Chill.
29443 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
29444 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
29445 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
29446 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
29447 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
29448 t30-31 to chill).
29449 * */gdbme.*: Rename to match appropriate expect scripts.
29450 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
29451 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
29452 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
29453 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
29454 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
29455 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
29456 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
29457 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
29458 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
29459 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
29460 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
29461 gdb.c++/virtfunc.cc: New names of C++ files.
29462 * gdb.chill/chillvars.ch: New name of Chill file.
29463 * gdb.base/configure.in, gdb.c++/configure.in,
29464 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
29465 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
29466 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
29467 * configure.in (configdirs): Update to reflect directory changes.
29468 (target_abbrev): No longer define for any configuration.
29469 * Makefile.in: Cosmetic improvements to header comments.
29470
29471 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
29472
29473 Various changes to gdb.t31:
29474
29475 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
29476 * gdbme.ch: Make all key-words and predefineds be upper-case.
29477 * chillvars.exp: Expect key-words and predefinds in upper-case.
29478
29479 * chillvars.exp: Use gdb_test_exact many places.
29480 Change expected output for arrays (which now includes index labels).
29481
29482 * pr-5020.exp, gdme.ch (module PR_5020):
29483 New test, for PR-5020.
29484
29485 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
29486
29487 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
29488 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
29489
29490 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
29491
29492 * Makefile.in: Fix bit-rot in definitions of CHILL,
29493 CHILL_FOR_TARGET and Chill_LIB.
29494 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
29495 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
29496 CHILL, and CHILL_LIB.
29497
29498 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
29499
29500 * Revert the previous changes. Please see Rob's directory
29501 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
29502
29503 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
29504
29505 * Makefile.in, configure.in, config/mips-gdb.exp,
29506 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
29507 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
29508 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
29509 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
29510 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
29511 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
29512 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
29513 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
29514 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
29515 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
29516 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
29517 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
29518 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
29519 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
29520 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
29521 changes from 94Q1.
29522
29523 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
29524
29525 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
29526 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
29527 Rob's new testing fragments.
29528
29529 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
29530
29531 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
29532 lib/gdb.exp: Replace error proc calls with perror.
29533
29534 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
29535
29536 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
29537 version also, match on casted version strings, and match on
29538 gdb startup case where the line numbers might be messed up.
29539
29540 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
29541
29542 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
29543 (CFLAGS): Delete it from here.
29544
29545 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
29546
29547 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
29548
29549 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
29550
29551 * Makefile.in (RUNTEST): Default to just "runtest".
29552
29553 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29554
29555 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
29556 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
29557 the code has been restructured.
29558
29559 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29560
29561 * gdb.t00/default.exp (set write): Allow any number of \r and/or
29562 \n, not just one of each.
29563
29564 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
29565 /bin/cc gives a warning if you do.
29566
29567 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
29568
29569 * gdb.t24/demangle.exp: change expect pattern of
29570 __t10ListS_link1ZUiRCUiPT0
29571
29572 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29573
29574 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
29575 on local variables in recursive functions.
29576
29577 * gdb.t07/Makefile.in: Build the new test.
29578
29579 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29580
29581 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
29582 directly. Instead compare the return values from actual calls.
29583
29584 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
29585
29586 * Makefile.in (check): Set TCL_LIBRARY for runtest.
29587
29588 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29589
29590 * From Peter Schauer with minor modifications.
29591 * gdb.t15/return.exp (return_tests): Handle targets where "return"
29592 stops in mid-line in the caller. Add xfail for returning a float
29593 value on X86 targets.
29594
29595 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29596
29597 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
29598 to avoid expect lossage.
29599 (fmem_LRbug_tests): Likewise.
29600 * gdb.disasm/hppa.s: Corresponding changes.
29601
29602 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
29603 conditions to work with latest dejagnu/expect.
29604
29605 * gdb.t15/funcargs.exp (finish from indirect call): No longer
29606 expected to fail on the PA.
29607 (backtrace in call with trampolines): Explicitly require main
29608 to be frame #1 (no trampolines should show up in backtrace).
29609
29610 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
29611 "continue -expect".
29612 * gdb.t06/break.exp: Likewise.
29613 * gdb.t07/watchpoint.exp: Likewise.
29614 * gdb.t13/bitfields.exp: Likewise.
29615 * gdb.t15/{funcargs,return}.exp: Likewise.
29616 * gdb.stabs/weird.exp: Likewise.
29617 * config/{mips,udi}-gdb.exp: Likewise.
29618
29619 * hppa.sed: Enclose comments within a sed command to avoid
29620 losing with the old OSF1 sed.
29621
29622 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29623
29624 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
29625 sequent dynix.
29626 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
29627 * gdb.t15/funcargs.exp: Conditionally step again to really
29628 finish from marker_call_with_trampolines. Handle the case where
29629 the first step from within call_with_trampolines already steps
29630 us back to main.
29631 * gdb.t15/gdbme.c: Add comment to closing brace of
29632 call_with_trampolines for funcargs.exp.
29633
29634 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29635
29636 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
29637 Fix typo(s).
29638
29639 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29640
29641 * gdb.t07/gdbme.c: More code for watchpoint testing.
29642
29643 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
29644 "Hardware watchpoint" throughout file.
29645 (test_watchpoint_triggered_in_syscall): New test.
29646 (test_complex_watchpoint): New test.
29647
29648 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29649
29650 * gdbme.c (call_with_trampolines): New function to try and step
29651 into. Tests trampoline problems on the PA.
29652
29653 * funcargs.exp (localvars_in_indirect_call): No longer expect
29654 stepping into indirect call to fail on PAs.
29655 (test_stepping_over_trampolines): New test.
29656
29657 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29658
29659 * TODO: Add suggestions for static member function tests, and
29660 completion tests.
29661
29662 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29663
29664 * TODO: Add suggestions for "p/a" tests.
29665
29666 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
29667 (default_gdb_exit): Replace all the hair with sending "quit" to
29668 the process with a simple close.
29669
29670 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29671
29672 * TODO: Add suggestions for shared library tests.
29673
29674 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29675
29676 * TODO: Add suggestions for x/s tests.
29677
29678 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29679
29680 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
29681 "enable once", and "enable breakpoints once" with ".*".
29682
29683 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29684
29685 * TODO: Add suggestions about structure passing tests.
29686
29687 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29688
29689 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
29690 the primary1 test, use work around if __GNUC__ < 2.
29691 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
29692 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
29693 Test for bad output rather than waiting for timeout. Issue
29694 second continue only if first continue failed.
29695
29696 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29697
29698 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
29699 operator[] test with gdb_test because the old code didn't seem to
29700 be getting the quoting right with the new dejagnu.
29701
29702 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
29703
29704 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
29705 one from the path.
29706 * Makefile.in: Use a fresh expect if there is one, use runtest
29707 from the src tree if there is one.
29708
29709 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29710
29711 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
29712 next over recursive call. Revise the tests from that point on
29713 (which had been skipped) to match GDB's actual (correct) output.
29714
29715 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
29716 with next over a breakpoint whose condition is false.
29717
29718 * gdb.t00/help.exp: Comment out "help set print" tests just like
29719 (and for same reason as) "help set" test.
29720
29721 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29722
29723 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
29724 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
29725
29726 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29727
29728 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
29729 necessary gdb_target_udi.
29730
29731 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
29732
29733 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
29734 1838 and 2417; they are fixed.
29735
29736 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
29737 gdb.t03/ptype.exp (ptype structure, ptype union):
29738 Remove xfails; the test is looser than when the xfails were added.
29739
29740 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
29741 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
29742
29743 * gdb.t01/run.exp: Only run shell test if isnative.
29744
29745 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
29746 since "run" automatically loads if necessary. Call gdb_target_udi
29747 after the "file" since "file" kills any execution target.
29748
29749 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
29750 GDB. GDB doesn't work that way (not anymore at least) on UDI.
29751 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
29752 argument for UDI.
29753
29754 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29755
29756 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
29757
29758 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
29759
29760 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29761
29762 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
29763 properly quoting regexps. This makes the second argument to
29764 demangle a fixed string, which matches the callers, instead of a
29765 shell-style pattern which is what the previous implementation
29766 used. Update some of the callers.
29767
29768 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29769
29770 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
29771 (comib_nullified_tests): Fix typo.
29772 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
29773 strings. No longer expected to fail.
29774
29775 * gdb.disasm/hppa.s (addib_tests): Fix typo.
29776 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
29777 strings. No longer expected to fail.
29778
29779 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
29780 string. No longer expected to fail.
29781
29782 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29783
29784 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
29785 No longer expected to fail.
29786
29787 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
29788 string. No longer expected to fail.
29789
29790 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29791
29792 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
29793 only in the names (I probably got most of them). I was even
29794 generous with some which differed in underscores in names, and
29795 probably missed a few, and I *still* was able to remove almost a
29796 third of the file with almost no impact on testsuite coverage.
29797
29798 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29799
29800 * gdb.t00/default.exp: Match udi_attach error message as well as
29801 the one from child_attach.
29802
29803 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
29804
29805 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
29806
29807 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
29808 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
29809
29810 * Move test with enums and partial symbols back to
29811 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
29812 Reverts the change of 26 May 93. Per today's change to
29813 stabs.texinfo, the behavior that weird.exp was expecting was
29814 unreasonable; what is important is that the compiler+gdb get
29815 things right, which happens with a recent gcc. Also fix the test
29816 to deal with native compilers which put out the stab gdb can't
29817 deal with.
29818
29819 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29820
29821 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
29822 in the names. The main thing these accomplish is to slow things down.
29823 Many more such duplicates surely remain.
29824
29825 * gdb.t00/help.exp: Comment out "help support" test just like
29826 (and for same reason as) "help set" test.
29827
29828 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
29829
29830 * gdb.t06/break.exp: Remove setup_xfails for
29831 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
29832 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
29833 about known bug in gcc to include up through 2.5.8.
29834 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
29835 well as "_vb$".
29836 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
29837 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
29838 with latest gcc and gdb.
29839 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
29840 well as "_vb$".
29841
29842 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29843
29844 * configure.in (hppa*-*-*): Also configure and build stabs-only
29845 tests.
29846
29847 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29848
29849 * gdb.t10/hppa.mt: A makefile fragment for the PA.
29850 * gdb.t10/configure.in (hppa*-*-*): Use it.
29851
29852 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29853
29854 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
29855
29856 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29857
29858 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
29859 versions prior to 1.13.5.
29860
29861 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29862
29863 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
29864 the prompt is at the start of a line.
29865
29866 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29867
29868 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
29869 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
29870 in the copr tests now.
29871 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
29872 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
29873 expected to fail.
29874
29875 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
29876
29877 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
29878 gdb.t31/chillvars.exp, lib/gdb.exp:
29879 Tweak to run under either version of expect.
29880 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
29881 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
29882 * gdb.t11/list.exp: Remove extraneous whitespace.
29883
29884 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29885
29886 * gdb.t16/printcmds.exp (test_print_strings): Accept
29887 "(unsigned char *) " before the string.
29888
29889 * TODO: Add notes about printing of fancy types and GDB expressions.
29890
29891 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
29892
29893 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
29894 * gdb.t06/configure.in: Don't try to compile signals test program
29895 if doing mips-idt-ecoff.
29896
29897 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
29898
29899 * Most .exp files: Tweak to run under either version of expect.
29900
29901 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29902
29903 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
29904 xfails; I'm not sure why they are failing, but not because of PR 1806.
29905
29906 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
29907
29908 * config/unix-gdb.exp: Remove gdb_unload cause it's already
29909 defined in lib/gdb.exp.
29910
29911 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29912
29913 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
29914 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
29915 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
29916 have to be typeless.
29917
29918 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29919
29920 * TODO: Add suggestion for copyright year test.
29921
29922 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
29923
29924 * configure.in (*-*-lynxos*): Add stabs tests.
29925
29926 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
29927
29928 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
29929 so insert a tab before any assembler directive in column zero.
29930
29931 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
29932 stores.
29933 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
29934 stores.
29935 (fpu_short_memory_tests): Likewise.
29936
29937 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29938
29939 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
29940 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
29941 .stabs directives in comments.
29942
29943 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29944
29945 * TODO: New file, describing tests we could write.
29946 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
29947
29948 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29949
29950 * gdb.t06/signals.exp: Add kludge to force re-sync.
29951
29952 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
29953 to xgdb instead of gdb, get out of gdb.
29954
29955 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
29956
29957 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
29958 for info.
29959
29960 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
29961
29962 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
29963 * gdb.stabs/configure.in (hppa*-*-*): Use it.
29964 * gdb.stabs/hppa.sed: New sed script for the PA.
29965
29966 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29967
29968 * gdb.stabs: Re-write weird.def and configuration to use sed
29969 instead of cpp. sed is portable and POSIX; cpp is neither.
29970
29971 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29972
29973 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
29974
29975 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29976
29977 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
29978
29979 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29980
29981 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
29982 "_vb$".
29983 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
29984 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
29985
29986 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29987
29988 * lib/gdb.exp: Comment out code which depends on non-existent
29989 `transform' procedure.
29990
29991 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
29992
29993 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
29994 * lib/gdb.exp: Transform tool name.
29995 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
29996 1.1's new error handling system.
29997
29998 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29999
30000 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
30001
30002 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30003
30004 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
30005 They made pattern matching so slow that timeouts happened on
30006 heavily loaded systems. Now any output from "show print" which
30007 gets us back to the GDB prompt is a PASS.
30008
30009 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
30010
30011 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
30012
30013 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30014
30015 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
30016
30017 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
30018 It is not from PR 3220.
30019
30020 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30021
30022 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
30023 just started failing because they depended on the order the
30024 subcommands are presented, or exact docstring text. This kind of
30025 test is a pain and has minimal benefit.
30026
30027 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30028
30029 * gdb.t09/corefile.exp: At end of test, use "core" command with
30030 no arguments.
30031
30032 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
30033
30034 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
30035 17}/Makefile.in: Make it possible to run the testsuite with Sun
30036 make and CC = cross gcc by adding explicit build rules for .o
30037 files.
30038
30039 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30040
30041 * gdb.t15/funcargs.exp: Don't put comments on same line as
30042 setup_xfail (@#$*%& tcl braindamage!).
30043
30044 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30045
30046 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
30047
30048 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
30049
30050 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
30051 * gdb.t20/inherit.exp: remove three dumplicate entries.
30052
30053 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30054
30055 * gdb.t06/break.exp: For "next over recursive call", fail on any
30056 incorrect output, not just on "factorial (value=2)".
30057
30058 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30059
30060 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
30061 working now. Add an xfail if accesing a bss variable causes
30062 a memory error if the target is not yet run.
30063
30064 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30065
30066 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
30067 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
30068 name of __st* demangling (2 strings). Did Kung really get the
30069 more than 95 others right without testing them?
30070
30071 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
30072
30073 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
30074
30075 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
30076
30077 * configure.in (configdirs): Add gdb.disasm
30078 * gdb.disasm: New directory for GDB disassembler tests.
30079 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
30080
30081 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30082
30083 * gdb.t00/help.exp: Don't test "help set".
30084
30085 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
30086 from within expect statements. None of these happen anymore and
30087 they cause regressions to be silently unnoticed.
30088
30089 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
30090 messages) about known failures with gcc cygnus-2.4.5-930417.
30091
30092 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
30093 comp-info.exp so it gets built if it doesn't exist.
30094
30095 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
30096 it is no longer used.
30097 * gdb.t13/comp-info.c: Removed.
30098
30099 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30100
30101 * gdb.t06/signals.exp: Add xfail for sun3.
30102
30103 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30104
30105 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
30106 relevant because ^C doesn't get sent but failure can be reproduced
30107 interactively).
30108
30109 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30110
30111 * gdb.stabs/alpha.mt: New configuration file for alpha.
30112 * gdb.stabs/configure.in: Use it.
30113 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
30114 sharing with alpha.mt, redefine long to word via preprocessor.
30115 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
30116 for alpha.
30117 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
30118 native cc.
30119 * gdb.t00/teststrategy.exp: Change expect string so that we
30120 consume the `(xgdb)' from the command echo and from the gdb prompt.
30121 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
30122 gdb currently compares all values as long, so this failure probably
30123 applies to any configuration where LONGEST is bigger than a target int.
30124 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
30125 with gcc.
30126 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
30127 to handle opaque pointers, gcc is.
30128 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
30129 as first argument. Include <sys/types.h> and change all operator
30130 new definitions to use size_t.
30131 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
30132 now that we use size_t.
30133
30134 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30135
30136 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
30137 a long or float array cast all array members to the same type.
30138 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
30139 with 64 bit longs.
30140 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
30141 on alpha.
30142 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
30143
30144 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30145
30146 * gdb.t24 (demangle.exp): Constructors of templates have names like
30147 vector<int>::vector(int) not vector<int>::vector<int>(int). See
30148 section 14.6 of the ARM.
30149
30150 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
30151 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
30152 accomplish little and slow down the testsuite.
30153
30154 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
30155 Accept spaces various places.
30156
30157 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30158
30159 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
30160 with watchpoint enabled.
30161
30162 * Makefile.in: Remove definition of CC and remove the second
30163 definition of CXX (the "CXX = gcc" one remains). These definitions
30164 were causing backquotes to be expanded within backquotes, which
30165 doesn't work.
30166
30167 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
30168
30169 * gdb.t17/callfuncs.exp: Add "return 0" to end.
30170
30171 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30172
30173 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
30174 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
30175 by mips cc and contains no stabs entries.
30176
30177 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
30178
30179 * config/vx-gdb.exp: Use fake device to load files rather than
30180 NFS.
30181 * lib/gdb.exp: New proc to do "file" command.
30182 * config/unix-gdb.exp: Use new "file" proc.
30183
30184 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
30185
30186 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
30187 Rework board rebooting slightly.
30188 (gdb_exit): Don't exit from the remote shell; there isn't one.
30189 * gdb.stabs/weird.exp: If a program is being debugged already,
30190 kill it.
30191 * gdb.t04/setvar.exp: Stop and restart gdb.
30192 * gdb.t05/expr.exp: Likewise.
30193 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
30194 restart gdb and reload the program.
30195 * gdb.t08/opaque.exp: Likewise.
30196 * gdb.t12/scope.exp: Likewise.
30197 * gdb.t13/bitfields.exp: Likewise.
30198 * gdb.t15/funcargs.exp: Likewise.
30199 * gdb.t20/classes.exp: Likewise.
30200 * gdb.t03/ptype.exp: Increase timeout.
30201 * gdb.t16/printcmds.exp (test_print_string_constants,
30202 test_print_array_constants): Likewise.
30203 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
30204 * gdb.t20/classes.exp (do_tests): Likewise.
30205 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
30206
30207 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
30208
30209 * gdb.stabs: Renamed *wierd* to *weird*.
30210
30211 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
30212
30213 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
30214 for timeout. Add "known gcc 2.4.5 bug" to failure message.
30215
30216 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
30217
30218 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
30219 (do_tests): Remove xfail for whatis on one_var and two_var.
30220
30221 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
30222
30223 * Makefile.in: Made cross building work better by adding
30224 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
30225
30226 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30227
30228 * gdb.t15/{return.c,return.exp,Makefile.in}:
30229 New test, currently commented out.
30230
30231 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
30232
30233 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
30234 still running and removes the leftover named socket so GDb can do
30235 clean restarts.
30236
30237 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
30238
30239 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
30240 console, not GDB.
30241 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
30242 cross testing works better with "make check"
30243 * config/unix-gdb: Use default procedures for exit and version.
30244 * config/vx-gdb.exp: Cleaned up and massaged back to working order
30245 with the newest VxWorks.
30246
30247 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30248
30249 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
30250 old form.
30251
30252 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
30253 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
30254
30255 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
30256
30257 * config/unix-gdb.exp: Remove this version of gdb_exit
30258 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
30259 Rob says he'll look at it when he gets back to testing boards.
30260
30261 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
30262
30263 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
30264 an expected fail for certain ptype commands.
30265
30266 * gdb.t20/classes.exp: Update expected results of "ptype class
30267 Base1" to account for the constructor that now appears in the type.
30268
30269 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
30270
30271 * configure.in (configdirs): Restore gdb.t04, which mysteriously
30272 disappeared from list.
30273 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
30274 "alldone" proc with call to cleanup and exit.
30275 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
30276 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
30277 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
30278 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
30279 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
30280 "alldone" proc with simple returns that suppress remaining
30281 tests. The alldone proc went away many months ago.
30282
30283 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30284
30285 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
30286
30287 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
30288
30289 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30290
30291 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
30292 as vax gdb will display them.
30293
30294 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30295
30296 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
30297 optimizers.
30298
30299 * scope.exp: Change "bad value for localval" messages so each one
30300 is unique.
30301
30302 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
30303 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
30304
30305 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
30306
30307 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30308
30309 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
30310 doesn't exist (due to optimization).
30311
30312 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30313
30314 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
30315 contains \r because the filename is long.
30316
30317 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
30318 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
30319
30320 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30321
30322 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
30323 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
30324 Ultrix.
30325 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
30326 int tests.
30327 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
30328
30329 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
30330
30331 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
30332
30333 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
30334 to match does not match the passing case but still matches the
30335 failing case.
30336
30337 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30338
30339 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
30340
30341 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
30342
30343 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
30344 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
30345 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
30346 Remove various versions of gdb_exit.
30347 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
30348 gdb_exit.
30349 * config/unix-gdb.exp: gdb_exit remains here, and should override
30350 the generic version, since it's doing a lot of wierd stuff that
30351 the other versions aren't. FIXME, fold it in, or abandon this
30352 version.
30353
30354 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30355
30356 * gdb.t24/demangle.exp: Add tests for PR 3220.
30357
30358 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30359
30360 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
30361
30362 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
30363
30364 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
30365 "i386-*-*". Works for i486 as well.
30366
30367 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
30368 bug, and expand domain of xfail to all SVR4 systems, since the
30369 actual problem is likely to be in generic SVR4 /proc support.
30370
30371 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30372
30373 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
30374
30375 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
30376
30377 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
30378 xfails for other systems. Match a missing 'Continuing.' as an
30379 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
30380
30381 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
30382 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
30383 Only issue warning for missing executables if -all option is used.
30384
30385 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
30386 file if -all option is used. It's like an unpredictable XFAIL.
30387
30388 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30389
30390 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
30391 for dynamically linked binaries.
30392
30393 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
30394
30395 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30396
30397 * gdb.t20/inherit.exp: Change message for "print tagless struct"
30398 to state that this is a known bug in old versions of g++.
30399
30400 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30401
30402 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
30403 while waiting for `Continuing'.
30404
30405 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
30406
30407 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
30408 in text, data, and bss.
30409 * gdb.t10/nodebug.c: Add local and global test variables for
30410 initialized and uninitialized data.
30411
30412 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30413
30414 * config/unix-gdb.exp (gdb_exit): Add "wait".
30415
30416 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30417
30418 * gdb.t06/signals.exp: xfail the continue from the handler for all
30419 targets.
30420
30421 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
30422 function with watchpoints enabled, the i386 call dummy starts with
30423 a call.
30424
30425 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
30426 386 bsd names its corefiles.
30427
30428 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
30429
30430 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
30431 compilers don't grok it.
30432 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
30433 with small octal ints rather than character constants, which
30434 are signed and might not fit if first promoted to int.
30435
30436 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
30437
30438 * gdb.t09/Makefile.in (clean): Remove corefile.
30439
30440 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30441
30442 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
30443
30444 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30445 and Jim Kingdon (kingdon@cygnus.com)
30446
30447 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
30448 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
30449 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
30450
30451 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30452
30453 * gdb.t17/interrupt.exp: Add xfail for hppa.
30454
30455 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30456
30457 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
30458 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
30459 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
30460 to determine signed-ness of bitfields and use the result to setup
30461 the xfail.
30462 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
30463 * gdb.t15/funcargs.exp: Use them to step until the second indirect
30464 call line is reached if necessary.
30465
30466 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30467
30468 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
30469
30470 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30471
30472 * gdb.t06/break.exp: Also test `clear' command.
30473
30474 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30475
30476 * gdb.t00/teststrategy.exp: Remove extra quote.
30477
30478 * gdb.t07/watchpoint.exp: Change xfail for calling function with
30479 watchpoint enabled to be for all non-68k machines.
30480
30481 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
30482
30483 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30484
30485 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
30486 targets use aout.mt instead of ecoff.mt as gas understands
30487 standard aout format.
30488
30489 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30490
30491 * lib/gdb.exp (runto): Don't insist that function we are running to
30492 was compiled with -g.
30493
30494 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
30495
30496 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
30497 to get back into the read system call.
30498 Accept leading newline in case where we woke it up.
30499
30500 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30501
30502 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
30503 to make the stabs test work on ecoff systems using gcc and -with-stabs.
30504 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
30505 enable ecoff configuration.
30506
30507 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30508
30509 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
30510
30511 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30512
30513 * gdb.t16/printcmds.exp: Add another printf test.
30514
30515 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
30516
30517 * configure.in: If configured -with-stabs on any target, add
30518 stabsdirs to configdirs.
30519
30520 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30521
30522 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
30523 fun" so pattern does not match the command itself.
30524
30525 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30526
30527 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
30528
30529 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30530
30531 * gdb.t17/interrupt.exp: Test for more things.
30532
30533 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30534
30535 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
30536 compiler arranges the code and line numbers.
30537
30538 * gdb.t17/interrupt.exp: Don't send \n after ^C.
30539
30540 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30541
30542 * gdb.t00/help.exp: Increase expect input buffer size.
30543
30544 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30545
30546 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
30547
30548 * gdb.t07/watchpoint.exp: Add xfail for hppa.
30549
30550 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
30551
30552 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
30553 [0-9]*, not just [0-9].
30554
30555 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30556
30557 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
30558
30559 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
30560
30561 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30562
30563 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
30564
30565 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30566
30567 * gdb.t06/signals.c: Add xfails for sun3.
30568
30569 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
30570
30571 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
30572 test_stepping tests.
30573
30574 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30575
30576 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
30577
30578 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
30579
30580 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
30581 rather than actually putting it through cpp twice.
30582
30583 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
30584
30585 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
30586
30587 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
30588 no longer needed.
30589
30590 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30591
30592 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
30593
30594 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
30595 C++ features prints as "struct", make it a pass, not an xfail.
30596
30597 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30598
30599 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
30600 Don't require VA to print as "class" rather than "struct".
30601
30602 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
30603
30604 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
30605
30606 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30607
30608 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
30609
30610 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30611
30612 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
30613 order.
30614
30615 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30616
30617 * gdb.t16/printcmds.exp: Add printf tests.
30618
30619 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
30620
30621 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
30622
30623 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
30624
30625 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
30626 pass counts, to counteract any existing or future setup_xfails.
30627
30628 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30629
30630 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
30631 {BEGIN,END}_COMMON for common block instead of STAB.
30632 * gdb.stabs/wierd.exp: Add xfail for rs6000.
30633
30634 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
30635 intp_var should be N_GSYM not N_LSYM.
30636 wierd-aout.S: Use a label for the value of the N_SO.
30637 wierd.def: Remove all backslashes.
30638 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
30639
30640 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30641
30642 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
30643 get the expected next to inheritance3.
30644
30645 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30646
30647 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
30648 now that gcc-2.4 gets it right.
30649
30650 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30651
30652 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
30653
30654 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
30655 generating comp-info.exp which works for cross-compilation.
30656
30657 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
30658
30659 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
30660 "*-*-sysv4.*".
30661
30662 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
30663
30664 * gdb.t01/run.exp: Start with a fresh gdb.
30665 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
30666 SVR4.x.
30667
30668 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
30669
30670 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
30671 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
30672 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
30673 Makefile.in (distclean, realclean): Remove gdbme.c from list of
30674 things to remove.
30675
30676 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
30677
30678 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
30679 test cases from bug reports.
30680
30681 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
30682
30683 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
30684 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
30685 avoid spurious xfails.
30686 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
30687 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
30688 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
30689
30690 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
30691
30692 * gdb.t00/teststrategy.exp: Rework to provide more useful
30693 description of each test, fix problem with systems that define
30694 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
30695 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
30696 results for "next over recursive call" so timeouts aren't taken
30697 by error.
30698
30699 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
30700
30701 * gdb.t12/scope.exp: Test printing of variables before run.
30702
30703 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
30704 printed in wrong order due to sorting.
30705
30706 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
30707
30708 * gdb.t00/teststrategy.exp: Fix expected results for printing
30709 user entered string constant. Is array of char, prints with no
30710 address.
30711
30712 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
30713 commands.
30714 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
30715 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
30716 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
30717 of struct of char arrays.
30718 * gdb.t00/radix.exp: New tests for radix commands.
30719
30720 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
30721
30722 * gdb.t16/printcmd.exp: Print a variable before running program
30723 (with xfail for AIX).
30724
30725 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
30726
30727 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
30728
30729 * gdb.t16/printcmd.exp: Don't print variables before running program.
30730
30731 * gdb.t06/break.exp: Don't require envp argument to main.
30732
30733 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
30734
30735 * gdb.t02/whatis.exp, gdb.t11/list.exp:
30736 Add xfails for rs6000.
30737
30738 * gdb.t02/whatis.exp: Change other tests not to re-test something
30739 we already tested.
30740
30741 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
30742 each type used has a variable of that type.
30743
30744 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
30745
30746 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
30747
30748 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
30749
30750 * configure.in: change srctrigger to be a file, not a directory
30751
30752 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
30753
30754 * configure.in (mips-idt-ecoff*): Added trailing '*'.
30755
30756 * gdb.t11/list.exp: Fixed a couple of typos.
30757
30758 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
30759
30760 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
30761 is fixed and PR is closed.
30762 * gdb.t16 (gdbme.c): Add simple test string variable.
30763 * gdb.t16 (printcmds.exp): Add tests with simple test string
30764 variable, primarily for boundaries on "set print elements".
30765
30766 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
30767
30768 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
30769 Make leading 0's optional and don't expect a tab in the middle
30770 of the number.
30771
30772 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
30773
30774 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
30775 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
30776 don't end command passed to gdb_test with newline.
30777
30778 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
30779 signed keyword away, don't expect signed bitfields to be signed.
30780
30781 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
30782 printing with only as many 1's as are in the field as well as printing
30783 with 32 1's (see comment).
30784
30785 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
30786
30787 * gdb.t00/default.exp: Start with a fresh gdb.
30788 * configure.in (configdirs): Remove gdb.t31 until the chill
30789 compiler works again. It no longer is able to find chillrt0
30790 since it isn't in libchill.a anymore.
30791 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
30792 wierd.o, make more modular.
30793 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
30794 spurious newlines that caused problems.
30795
30796 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30797
30798 * Move test with enums and partial symbols from gdb.t03/ptype.exp
30799 to gdb.stabs/wierd.exp since GCC has worked around the bug.
30800 gdb.stabs/wierd.{exp,def}: Many new tests.
30801
30802 * gdb.t00/default.exp: update info line for new message.
30803
30804 * gdb.t02/{whatis.exp,gdbme.c}:
30805 Test that "char *" doesn't print as "caddr_t".
30806
30807 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30808
30809 * gdb.t00/help.exp: Use .* in place of some help messages which
30810 just changed.
30811 gdb.t00/default.exp: Update "info frame" test for new message.
30812 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
30813 Remove some xfails
30814
30815 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30816
30817 * gdb.t03/{gdbme.c,ptype.exp}:
30818 Add tests for typedef'd struct and union without tags.
30819 Also check "whatis" on a variable of a typedef'd enum without a tag.
30820
30821 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
30822 PRMS 1823; the bug still exists but isn't reproduced by this test
30823 anymore), and remove rs6000 XFAIL (the bug is fixed).
30824
30825 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
30826 duplicated from whatis.exp. For those that are left, accept
30827 "long", "long int", or "int" for long variables (whatis.exp already
30828 has an XFAIL for "int", so no need to fail it here).
30829
30830 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
30831 Deal with GCC's names for types now that GDB uses the compiler's names.
30832
30833 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
30834 setup_xfail's for sunos4. If we #defined the signed keyword away,
30835 don't expect GDB to know that char it is signed.
30836
30837 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
30838
30839 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
30840
30841 * configure.in (configdirs): Add gdb.t24 for C++ tests that
30842 should work on any system, regardless of debugging format.
30843 * gdb.t21/demangle.exp: Move to gdb.t24.
30844 * gdb.t24/demangle.exp: Move from gdb.t21.
30845 * gdb.t24/{Makefile.in, configure.in}: New files.
30846
30847 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30848
30849 * configure.in: Do gdb.stabs and C++ tests only for stabs.
30850 * gdb.stabs: New directory.
30851
30852 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30853
30854 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
30855 not just "Quit anyway?".
30856
30857 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
30858
30859 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
30860 that all setup_xfails are immediately followed by clear_xfails.
30861
30862 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
30863
30864 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
30865 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
30866 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
30867 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
30868 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
30869 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
30870 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
30871 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
30872 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
30873 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
30874 gdb.t31/chillvars.exp, lib/gdb.exp:
30875 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
30876 bug-gdb@prep.ai.mit.edu.
30877
30878 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
30879
30880 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
30881 with 0.0, not integer 0.
30882
30883 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
30884
30885 * gdb.t06/break.exp: Update for "Kill the program" message change.
30886
30887 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
30888
30889 * Makefile.in (GDBFLAGS): Set to -nx.
30890 * Makefile.in (site.exp): Use GDBFLAGS.
30891
30892 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
30893
30894 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
30895 Makefiles.
30896 (check): depend on just-check.
30897 (just-check): added so that tests can be run without a noop
30898 build pass.
30899
30900 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
30901
30902 Switch to using configure's configdirs.
30903 * Makefile.in (Makefile): add configure.in dependency.
30904 (SUBDIRS): removed redundant assignment.
30905 * configure.in: switch subdirs assignment to configdirs.
30906 * gdb.t*/configure.in: new files.
30907
30908 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
30909
30910 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
30911 works.
30912
30913 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
30914
30915 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
30916 in explicit rules. Apparently this is not supported by some makes.
30917
30918 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
30919
30920 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
30921
30922 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30923
30924 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
30925 disappeared.
30926
30927 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
30928
30929 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
30930
30931 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
30932
30933 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
30934 watchpoint problem that is now fixed.
30935 * gdb.t30/chexp.exp: Remove setup_xfail for printing
30936 uninitialized convenience variables.
30937 * gdb.t31/chillvars.exp: Fix expected patterns for printing
30938 structures.
30939
30940 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30941
30942 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
30943 which causes expect to get out of sync with gdb on long output
30944 from help set.
30945 * gdb.t09/corefile.exp: Make expected pattern for core file
30946 failing signal and frame output format less sun specific.
30947
30948 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
30949
30950 * gdb.t31/chillvars.exp: Add and remove initial dummy
30951 breakpoint, so that symbol table is forced in.
30952 (Needed at least on Sunos4, though it seems not SVR4.)
30953 * gdb.t31/chillvars.exp: Update for changed output format.
30954
30955 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
30956
30957 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
30958
30959 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
30960
30961 * Makefile.in: Added --srcdir when invoking runtest, removed the
30962 need for a local config file. (optional now)
30963
30964 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
30965
30966 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
30967 failure count used to force early termination. Add some more
30968 expected failures for gnu style demangling.
30969
30970 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30971
30972 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
30973 pmi variable from gdb.t20/gdbme to get optimized away.
30974 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
30975 Check for written corefile upon timeout _and_ eof.
30976
30977 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30978
30979 * config/unix-gdb.exp: Add missing return 0.
30980
30981 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30982
30983 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
30984 test termination.
30985
30986 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
30987
30988 * configure.in (subdirs): Put back gdb.t17 which mysteriously
30989 disappeared.
30990
30991 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
30992
30993 * gdb.t10/crossload.exp: Disable the i860-elf test until such
30994 time as i860 support works.
30995
30996 * gdb.t15/funcargs.exp: Fix expected outputs to include
30997 "backtrace 100\r" rather than just "backtrace\r", to match last
30998 change.
30999
31000 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
31001
31002 * config/udi-gdb.exp (gdb_exit): Remove close command.
31003 (gdb_target_udi): New procedure to set the UDI target.
31004 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
31005 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
31006 Added waits for prompts after several question responses. Added
31007 some more responses used by a29k-amd-udi-gdb.
31008 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
31009 pass different arguments, restart UDI connection after program
31010 completion.
31011 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
31012 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
31013 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
31014 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
31015 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
31016 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
31017 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
31018 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
31019 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
31020 after program completion.
31021 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
31022 compiled with a SELECT_VECS setting.
31023 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
31024 infinite recursion.
31025
31026 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
31027 Added checks for COFF results, and made them expected failures for
31028 all targets. It would be better to make them expected failures
31029 for COFF targets only.
31030
31031 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
31032
31033 * Makefile.in: add null dvi target, don't bother to recurse
31034 through test directories for info and install-info; rename
31035 $(datadir) to be dejagnu instead of deja-gnu
31036
31037 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
31038
31039 * gdb.t31/gdbme.ch: Re-enable code that previously caused
31040 compiler to coredump.
31041 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
31042 code.
31043
31044 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
31045
31046 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
31047 coredump.
31048 * gdb.t31/chillvars.exp: Comment out tests that depend on that
31049 code.
31050
31051 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
31052
31053 * gdb.t03/ptype.exp: tests for return code from gdb_test.
31054 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
31055 which in a shell. Deletes xgdb when done.
31056 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
31057 Tests the return from the "set height" or "set width" commands.
31058 Added a few return codes where needed.
31059
31060 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
31061
31062 * Makefile.in (SUBDIRS): Add gdb.t17.
31063 * configure.in (subdirs): Add gdb.t17.
31064 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
31065 files to test gdb's calling of functions in the inferior with
31066 the correct arguments and gdb's ability to retrieve any
31067 result returned.
31068
31069 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
31070
31071 * config/unix-gdb.exp (gdb_exit): Remove close commands that
31072 may be called after gdb goes away. Previous versions of expect
31073 needed these to avoid file descriptor leaks, but they cause
31074 errors with the current revision of expect.
31075 * gdb.t00/gdbvars.exp: Use -re on expected output after
31076 setting sevenbit-strings.
31077 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
31078 to set sevenbit-strings consistent across tests.
31079 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
31080 set sevenbit-strings consistent across tests.
31081
31082 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
31083
31084 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
31085 expected output to match current "expect" expectations.
31086
31087 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
31088
31089 * gdb.t00/default.exp: Change expected output for default "source"
31090 command, to match new gdb behavior which requires a filename to
31091 source.
31092
31093 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
31094
31095 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
31096 expected fail for i486-*-* that misses the marker2 function.
31097 * gdb.t10/crossload.exp (bfddefault): Allow successful
31098 recognition of a format to pass even if no symbols are found.
31099 Explicitly catch failures where the format is not recognized
31100 or is ambiguous, and add the reason to the fail message.
31101 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
31102 the cause is and invalid target and add reason to failure message.
31103 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
31104 elf32-i386, elf32-sparc, and elf32-i860.
31105 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
31106 Set up expected failure for 'filename'::variable scope resolution,
31107 which is now apparently broken on all targets.
31108 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
31109 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
31110 gdb.t23/templates.exp: Change failure for missing binfile into
31111 just a warning.
31112 gdb.t21/demangle.exp: Change all cfront references to 'arm'
31113 references.
31114
31115 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
31116
31117 * gdb.t00/default.exp: Add expected output for default "source"
31118 command, to match new gdb behavior.
31119 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
31120
31121 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
31122
31123 * config/*-gdb.exp: returns an error, rather than exiting on
31124 internal errors.
31125
31126 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
31127
31128 * gdb.t03/gdbme.c: Add pointer to struct variable.
31129 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
31130 referencing struct members.
31131
31132 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
31133
31134 * configure.in (mips-idt-ecoff): New target.
31135 * config/mips-gdb.exp: New file for remote board using MIPS remote
31136 debugging protocol.
31137
31138 * Redid configuration scheme. Removed gdb.t*/configure.in.
31139 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
31140 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
31141 distclean targets. Built executables via .o files. Adjusted
31142 tests to account for source files in $(srcdir) rather than
31143 $(objdir).
31144 * lib/gdb.exp (runto): Don't expect () after the function name,
31145 because it may have arguments.
31146
31147 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
31148
31149 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
31150 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
31151 expected failures for mips-idt-* and mips-sgi-*.
31152 * gdb.t00/default.exp (attach): Kill process if requested.
31153 * gdb.t00/help.exp (help target core, help target): Accept a gdb
31154 that does not read core files.
31155 * gdb.t01/run.exp: Removed checks for exit status code.
31156 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
31157 it is linked in.
31158 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
31159 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
31160 appropriate, rather than doing it by hand.
31161 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
31162 execution.
31163 * gdb.t10/crossload.exp: Kill existing program if needed.
31164 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
31165 appropriate, rather than doing it by hand. Always increase
31166 timeout for this test, not just for VxWorks.
31167
31168 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
31169
31170 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
31171 of Chill STRUCT types and STRUCT values.
31172 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
31173 than "char".
31174 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
31175 struct2): New struct definitions and initializations to test
31176 simple Chill STRUCT types.
31177
31178 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
31179
31180 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
31181 the null byte at the end of strings.
31182 * gdb.t00/default.exp: Make show version insensitive to copyright
31183 date.
31184 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
31185 to avoid dependencies on target char signedness.
31186 * gdb.t16/printcmds.exp: Update expected results for explicitly
31187 unsigned char.
31188 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
31189 now work.
31190 * gdb.t21/demangle.exp: Add many more patterns for template
31191 demangling, most of them being expected failures.
31192 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
31193 string we are matching for, to match on the whole string.
31194 * gdb.t21/demangle.exp: Add many new test strings to demangle,
31195 and fix a whole bunch that had incorrect expected output but were
31196 passing anyway because of the bug in "proc demangle".
31197 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
31198 type.
31199 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
31200
31201 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
31202
31203 * gdb/testsuite: made modifications to testcases, etc., to allow
31204 them to work properly given the reorganization of deja-gnu and the
31205 relocation of the testcases from deja-gnu to a "tool" subdirectory.
31206
31207 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
31208
31209 * gdb/testsuite: Initial creation of gdb/testsuite.
31210 Migrated dejagnu testcases and support files for testing nm to
31211 gdb/testsuite from deja-gnu. These files were moved "as is"
31212 with no modifications. This migration is part of a major overhaul
31213 of dejagnu. The modifications to these testcases, etc., which
31214 will allow them to work with the new version of dejagnu will be
31215 made in a future update.
31216
31217 For additional changes see gdb.mi/ChangeLog-1999-2003.
31218 \f
31219 ;; Local Variables:
31220 ;; mode: change-log
31221 ;; left-margin: 8
31222 ;; fill-column: 74
31223 ;; version-control: never
31224 ;; End:
31225
31226 Copyright 1993-2013 Free Software Foundation, Inc.
31227 Copying and distribution of this file, with or without modification,
31228 are permitted provided the copyright notice and this notice are preserved.
This page took 0.786764 seconds and 4 git commands to generate.