2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
156bffd0
SL
12013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2
3 * gdb.linespec/linespec.exp: Make dir/file:line tests
4 conditional for non-remote hosts only.
5
c9a6ce02
PA
62013-04-04 Stan Shebs <stan@codesourcery.com>
7 Pedro Alves <palves@redhat.com>
8
9 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
10 * gdb.trace/actions-changed.c: New file.
11 * gdb.trace/actions-changed.exp: New file.
12 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
13 (gdb_trace_setactions_command): ... this. Add "actions_command"
14 parameter, and handle it.
15 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
16
4bd05f24
YQ
172013-04-04 Yao Qi <yao@codesourcery.com>
18
19 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
20 'step'.
21
3758b5ce
YQ
222013-04-03 Yao Qi <yao@codesourcery.com>
23
24 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
25 "tfile-basic.tf".
26 (test_tfind_tfile): Likewise.
27
1dcaed0d
YQ
282013-04-03 Yao Qi <yao@codesourcery.com>
29
30 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
31 "tfile-basic.tf" instead of "basic.tf".
32 (write_error_trace_file): Pass argument "tfile-error.tf"
33 instead of "error.tf".
34 * gdb.trace/tfile.exp: Update tfile names to
35 "tfile-basic.tf" and "tfile-error.tf".
36
0e7a53fc
SL
372013-04-02 Sandra Loosemore <sandra@codesourcery.com>
38
39 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
40 empty directory in file for breakpoint hit.
41
9852c492
YQ
422013-03-29 Yao Qi <yao@codesourcery.com>
43
44 * gdb.base/completion.exp: Test completion of commands
45 "target core", "target tfile" and "target exec".
46 * gdb.trace/tfile.exp: Test completion of command
47 "target tfile".
48
af312be7
JB
492013-03-28 Joel Brobecker <brobecker@adacore.com>
50
51 * gdb.ada/win_fu_syms: New testcase.
52
e4a48d9d
DE
532013-03-28 Doug Evans <dje@google.com>
54
55 * gdb.base/maint.exp (maint print statistics): Update expected output.
56
7f7cc265
PA
572013-03-28 Pedro Alves <palves@redhat.com>
58
59 PR gdb/15294
60
61 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
62 mean unlimited instead of $arg < 0.
63 (test_listsize): Remove "listsize of 0 suppresses output" test.
64 Test that "set listsize 0" ends up with an unlimited listsize.
65
fc0da894
PA
662013-03-28 Pedro Alves <palves@redhat.com>
67
68 * gdb.base/list.exp (last_line): New global.
69 (last_line_re): New global.
70 (test_listsize, test_list_function, test_list_forward)
71 (test_repeat_list_command, test_list_range)
72 (test_list_filename_and_function): Use them.
73 * gdb.base/list0.c: Comment the last line of the file with "last
74 line".
75
abe7b711
PA
762013-03-28 Pedro Alves <palves@redhat.com>
77
78 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
79 list the whole file.
80
15b3979c
PA
812013-03-28 Pedro Alves <palves@redhat.com>
82
83 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
84 "set listsize".
85
96811e3b
KS
862013-03-26 Keith Seitz <keiths@redhat.com>
87
88 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
89 from passing.
90
4043f22b
PA
912013-03-26 Pedro Alves <palves@redhat.com>
92
93 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
94 until after GDB has run.
95
14a1aa17
YQ
962013-03-26 Yao Qi <yao@codesourcery.com>
97
98 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
99 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
100
99c819ee
MM
1012013-03-26 Markus Metzger <markus.t.metzger@intel.com>
102
103 * gdb.btrace/enable.exp: Add regression test.
104
24955f63
TT
1052013-03-25 Tom Tromey <tromey@redhat.com>
106
107 * gdb.cp/m-static.exp: Add destructor-printing tests.
108
fce632b6
TT
1092013-03-25 Tom Tromey <tromey@redhat.com>
110
111 * gdb.cp/m-static.exp: Add constructor ptype tests.
112 * gdb.cp/m-static.cc (single_constructor): New class.
113 (main): Make instance of single_constructor.
114
598d3636
JK
1152013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
116 Pedro Alves <palves@redhat.com>
117
118 * gdb.server/server-kill.c: New file.
119 * gdb.server/server-kill.exp: New file.
120
c12440c9
PA
1212013-03-21 Pedro Alves <palves@redhat.com>
122
123 * gdb.trace/trace-buffer-size.exp (get default buffer size):
124 Expect $gdb_prompt in gdb_test_multiple.
125
bd712aed
DE
1262013-03-21 Doug Evans <dje@google.com>
127
128 * gdb.base/maint.exp: Update tests for per-command stats.
129
b2f83c08
TT
1302013-03-21 Tom Tromey <tromey@redhat.com>
131
132 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
133 * gdb.cp/misc.exp: Add test for FILENAME:: case.
134
ef0026f0
PA
1352013-03-20 Pedro Alves <palves@redhat.com>
136
137 PR gdb/15289
138
139 * gdb.base/remote.exp: Test
140 "set remote hardware-watchpoint-limit -1",
141 "set remote hardware-breakpoint-limit -1",
142 "set remote hardware-watchpoint-limit 2147483647" and
143 "set remote hardware-breakpoint-limit 2147483647".
144
3f1175a9
PA
1452013-03-20 Pedro Alves <palves@redhat.com>
146 Yao Qi <yao@codesourcery.com>
147
148 * gdb.trace/tfile.c: Add comments.
149 (nonconstglob): New global.
150 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
151 global that is not covered by the trace frame. Test
152 disassembling.
153
a09ae1c1
JK
1542013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
155
156 * gdb.base/valgrind-infcall.exp
157 (continue #$continue_count) <remote connection closed>
158 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
159 $valgrind_pid.
160
9ce98649
TT
1612013-03-15 Tom Tromey <tromey@redhat.com>
162
163 * gdb.cp/overload.cc (intintfunc): New.
164 * gdb.cp/overload.exp: Add regression test.
165
0a251e08
YQ
1662013-03-15 Yao Qi <yao@codesourcery.com>
167
168 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
169 using with_test_prefix.
170 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
171 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
172 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
173 * gdb.threads/watchpoint-fork.exp (test): Likewise.
174 * gdb.base/break-interp.exp (test_core): Likewise.
175 (test_attach_gdb): Likewise.
176 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
177 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
178 Likewise.
179 * gdb.base/jit-so.exp (one_jit_test): Likewise.
180 * gdb.base/jit.exp (one_jit_test): Likewise.
181 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
182 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
183 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
184 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
185 Likewise.
186 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
187 Likewise.
188 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
189 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
190 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
191 (tracepoint_change_loc_2): Likewise.
192 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
193 Likewise.
194 (disconnected_tfind): Likewise.
195 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
196 Likewise.
197 (test_tfind_remote): Likewise.
198 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
199 Likewise.
200 (test_pending_resolved): Likewise.
201 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
202 Likewise.
203 (test_upload_tsv): Likewise.
204 * gdb.trace/pending.exp (pending_tracepoint_resolved):
205 Likewise.
206 (pending_tracepoint_works): Likewise.
207 * gdb.trace/report.exp (use_collected_data): Likewise.
208 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
209 Likewise.
210 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
211 * gdb.trace/strace.exp (strace_info_marker): Likewise.
212 (strace_trace_on_same_addr): Likewise.
213 (strace_trace_on_diff_addr): Likewise.
214 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
215 (gdb_collect_locals_test): Likewise.
216 (gdb_unavailable_registers_test): Likewise.
217 (gdb_collect_globals_test): Likewise.
218
2c415c0f
YQ
2192013-03-15 Yao Qi <yao@codesourcery.com>
220
221 * gdb.base/condbreak.exp: Add semicolon back which was removed
222 by my previous commit.
223
ae59b1da
YQ
2242013-03-14 Yao Qi <yao@codesourcery.com>
225
226 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
227 'return'.
228 (gdb_target_monitor, gdb_load): Likewise.
229 * config/sid.exp (gdb_load): Likewise.
230 * config/slite.exp (gdb_load): Likewise.
231 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
232 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
233 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
234 (single_step_until): Likewise.
235 * gdb.arch/powerpc-d128-regs.exp: Likewise.
236 * gdb.arch/system-gcore.exp: Likewise.
237 * gdb.base/bigcore.exp (extract_heap): Likewise.
238 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
239 * gdb.base/call-ar-st.exp: Likewise.
240 * gdb.base/call-rt-st.exp: Likewise.
241 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
242 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
243 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
244 * gdb.base/corefile.exp: Likewise.
245 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
246 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
247 * gdb.base/fixsection.exp: Likewise.
248 * gdb.base/funcargs.exp: Likewise.
249 * gdb.base/gcore-buffer-overflow.exp: Likewise.
250 * gdb.base/gcore-relro.exp: Likewise.
251 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
252 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
253 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
254 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
255 * gdb.base/list.exp: Likewise.
256 (set_listsize): Likewise.
257 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
258 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
259 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
260 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
261 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
262 * gdb.base/setvar.exp: Likewise.
263 (test_set): Likewise.
264 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
265 * gdb.base/solib-overlap.exp: Likewise.
266 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
267 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
268 * gdb.base/watchpoint.exp (initialize): Likewise.
269 (test_simple_watchpoint): Likewise.
270 (test_disabling_watchpoints): Likewise.
271 (test_watchpoint_triggered_in_syscall): Likewise.
272 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
273 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
274 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
275 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
276 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
277 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
278 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
279 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
280 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
281 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
282 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
283 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
284 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
285 * gdb.mi/gdb792.exp: Likewise.
286 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
287 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
288 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
289 * gdb.threads/gcore-thread.exp: Likewise.
290 (load_core): Likewise.
291 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
292 (test_startup, check_control_c): Likewise.
293 * gdb.threads/sigstep-threads.exp: Likewise.
294 * gdb.threads/thread_check.exp: Likewise.
295 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
296 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
297 (set_a_tracepoint, trace_buffer_normal): Likewise.
298 (gdb_trace_circular_tests): Likewise.
299 * gdb.trace/collection.exp: Likewise.
300 * gdb.trace/disconnected-tracing.exp: Likewise.
301 * gdb.trace/infotrace.exp: Likewise.
302 * gdb.trace/mi-traceframe-changed.exp: Likewise.
303 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
304 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
305 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
306 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
307 * gdb.trace/stap-trace.exp: Likewise.
308 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
309 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
310 * gdb.trace/trace-buffer-size.exp: Likewise.
311 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
312 * gdb.trace/unavailable.exp: Likewise.
313 * gdb.trace/while-dyn.exp: Likewise.
314 * lib/fortran.exp (set_lang_fortran): Likewise.
315 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
316 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
317 (default_gdb_start, get_compiler_info): Likewise.
318 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
319 (get_debug_format, setup_xfail_format): Likewise.
320 (rerun_to_main, gdb_skip_float_test): Likewise.
321 (build_id_debug_filename_get, get_remotetimeout): Likewise.
322 * lib/java.exp (set_lang_java): Likewise.
323 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
324 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
325 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
326 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
327 * lib/objc.exp (set_lang_objc): Likewise.
328 * lib/pascal.exp (set_lang_pascal): Likewise.
329 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
330 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
331 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
332
bb869963
SDJ
3332013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
334
335 PR c++/15203
336 PR c++/15210
337 * gdb.cp/m-static.cc (keepalive_int): New function.
338 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
339 * gdb.cp/m-static.exp: New test for `sintvar'.
340
e2be70a0
YQ
3412013-03-14 Yao Qi <yao@codesourcery.com>
342
343 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
344 of 'tstatus' into tstatus_output.
345 (top level): Save the trace data to tfile. Read trace file in
346 tfile target. Check the trace status.
347
8ddb1965
YQ
3482013-03-13 Yao Qi <yao@codesourcery.com>
349
350 * gdb.trace/tsv.exp (check_tsv): New.
351 (top level): Save a tfile on current trace session. Call
352 check_tsv on live target. Load the tfile with target tfile
353 and call check_tsv again.
354
045dd51f
YQ
3552013-03-13 Yao Qi <yao@codesourcery.com>
356
357 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
358 Replace some "gdb_test" with "gdb_test_no_output".
359
82d049ab
PH
3602013-03-12 Paul Hilfinger <hilfingr@adacore.com>
361
362 * gdb.ada/expr_delims.exp: New file.
363 * gdb.ada/expr_delims/foo.adb: New file.
364 * gdb.ada/expr_delims/pck.ads: New file.
365 * gdb.ada/expr_delims/pck.adb: New file.
366
cb8ea32b
KS
3672013-03-11 Keith Seitz <keiths@redhat.com>
368
369 * watchpoint.exp (test_no_hw_watchpoints): Add test using
370 both condition and thread. Then delete the watchpoint.
371
2f1d9bdd
MM
3722013-03-11 Christian Himpel <christian.himpel@intel.com>
373
374 * Makefile.in: Add btrace testsuite.
375 * configure: Regenerated.
376 * configure.ac: Add btrace testsuite.
377 * gdb.btrace/Makefile.in: New file.
378 * gdb.btrace/enable.c: New file.
379 * gdb.btrace/enable.exp: New file.
380 * gdb.btrace/function_call_history.c: New file.
381 * gdb.btrace/function_call_history.exp: New file.
382 * gdb.btrace/instruction_history.c: New file.
383 * gdb.btrace/instruction_history.exp: New file.
384 * gdb.btrace/instruction_history.S: New file.
385 * lib/gdb.exp: Add btrace skip proc.
386
05c56a9d
JK
3872013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
388
389 Fix entry-values if the callee called a noreturn function.
390 * gdb.arch/amd64-tailcall-noret.S: New file.
391 * gdb.arch/amd64-tailcall-noret.c: New file.
392 * gdb.arch/amd64-tailcall-noret.exp: New file.
393
9112db09
JK
3942013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
395
396 Fix entry-values in C++ across CUs.
397 * gdb.arch/amd64-tailcall-cxx.exp: New file.
398 * gdb.arch/amd64-tailcall-cxx1.S: New file.
399 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
400 * gdb.arch/amd64-tailcall-cxx2.S: New file.
401 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
402
be9a119c 4032013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
404 Hafiz Abid Qadeer <abidh@codesourcery.com>
405
406 gdb/testsuite/
407 * gdb.trace/trace-buffer-size.exp: New file.
408 * gdb.trace/trace-buffer-size.c: New file.
409
049109b0
PA
4102013-03-06 Pedro Alves <palves@redhat.com>
411
412 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
413 doesn't support the tested optional feature, call "unsupported"
414 with the same test message as the "pass" case, instead of calling
415 "pass" with a different message. Use the same text for the "fail"
416 cases too.
417
4aa54120
YQ
4182013-03-06 Yao Qi <yao@codesourcery.com>
419
420 * gdb.trace/tstatus.exp: Remove the invocation of
421 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
422 (test_tracepoints): Don't set fast tracepoint.
423 (top level): Don't check agent library is loaded or not.
424
b8b71e63
YQ
4252013-03-06 Yao Qi <yao@codesourcery.com>
426
427 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
428 parentheses by "\\".
429
33f448b1
JK
4302013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
431
432 * gdb.linespec/base/one/thefile.cc (twodup): New.
433 (m): Call it.
434 * gdb.linespec/base/two/thefile.cc (dupname): New.
435 (n): Call it.
436 * gdb.linespec/break-ask.exp: New file.
437 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
438
1c942fb9
YQ
4392013-02-28 Yao Qi <yao@codesourcery.com>
440
441 * gdb.trace/report.exp: Move some code to ...
442 (use_collected_data): New.
443 (top level): Call use_collected_data once on the live target.
444 Save at file of the current trace session, load it with target
445 tfile, and call use_collected_data again.
446
5b967901
JK
4472013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
448
449 * gdb.threads/fork-thread-pending.c (main): Add alarm.
450
6447023f
JK
4512013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
452
453 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
454 Add final kill of ${valgrind_pid}.
455
9f44fbc0
SCR
4562013-02-20 Siva Chandra Reddy <sivachandra@google.com>
457
458 * gdb.python/py-arch.c: New test case
459 * gdb.python/py-arch.exp: New tests to test
460 gdb.Architecture.disassemble
461 * gdb.python/Makefile.in: Add py-arch to the list of
462 EXECUTABLES.
463
4c9ad8c2
TT
4642013-02-18 Tom Tromey <tromey@redhat.com>
465
466 * gdb.dwarf2/subrange.exp: New file.
467
f5911ea1
HAQ
4682013-02-15 Pedro Alves <pedro@codesourcery.com>
469 Hafiz Abid Qadeer <abidh@codesourcery.com>
470
471 * gdb.trace/tfile.exp: Add test for -trace-status command.
472
420f4384
JK
4732013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
474
475 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
476 nanosleep by sleep.
477
4819b3f8
PA
4782013-02-14 Pedro Alves <palves@redhat.com>
479
480 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
481
1773c82c
HAQ
4822013-02-14 Pedro Alves <pedro@codesourcery.com>
483 Hafiz Abid Qadeer <abidh@codesourcery.com>
484
485 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
486
e234dfaf
TT
4872013-02-12 Tom Tromey <tromey@redhat.com>
488
489 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
490 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
491
6c01dd94
PA
4922013-02-12 Pedro Alves <palves@redhat.com>
493
494 * gdb.base/catch-signal.c: Update copyright years.
495 * gdb.base/catch-signal.exp: Update copyright years.
496 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
497 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
498 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
499 * gdb.dwarf2/dw2-error.S: Update copyright years.
500 * gdb.dwarf2/dw2-error.c: Update copyright years.
501 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
502 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
503 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
504
595fc67f
PA
5052013-02-12 Pedro Alves <palves@redhat.com>
506
507 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
508 message.
509 * gdb.base/sigaltstack.exp: Ditto.
510 * gdb.base/siginfo.exp: Ditto.
511 * gdb.base/sizeof.exp: Ditto.
512
17282693
PA
5132013-02-12 Pedro Alves <palves@redhat.com>
514
515 * gdb.mi/mi-basics.exp: Tweak intro comment.
516 * gdb.mi/mi-break.exp: Tweak intro comment.
517 * gdb.mi/mi-console.exp: Tweak intro comment.
518 * gdb.mi/mi-file.exp: Tweak intro comment.
519 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
520 * gdb.mi/mi-return.exp: Tweak intro comment.
521 * gdb.mi/mi-stepi.exp: Tweak intro comment.
522 * gdb.mi/mi-until.exp: Tweak intro comment.
523 * gdb.mi/mi-watch.exp: Tweak intro comment.
524
8a4ac37e
PA
5252013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
526
527 * gdb.server/no-thread-db.exp: New file.
528 * gdb.server/no-thread-db.c: New file.
529 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
530
c2792f5a
DE
5312013-02-11 Doug Evans <dje@google.com>
532
533 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
534 two decfloats.
535
d9e98382
SDJ
5362013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
537
538 * gdb.base/bitfields.c (struct internalvartest): New declaration.
539 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
540
a321661a
JK
5412013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
542
543 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
544
134a2066
YQ
5452013-02-06 Yao Qi <yao@codesourcery.com>
546
547 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
548 to ...
549 (test_create_delete_modify_tsv): ... here. New test on modifying
550 the initial value of a tsv.
551
5a2dc60a
JK
5522013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
553
554 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
555 (cd .../rdir): ... here.
556
233d95b5
JK
5572013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
558
559 * gdb.linespec/base/one/header.h: New file.
560 * gdb.linespec/base/two/header.h: New file.
561 * gdb.linespec/macro-relative.c: New file.
562 * gdb.linespec/macro-relative.exp: New file.
563
fbd9ab74
JK
5642013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
565
566 * gdb.base/fullpath-expand-func.c: New file.
567 * gdb.base/fullpath-expand.c: New file.
568 * gdb.base/fullpath-expand.exp: New file.
569 * gdb.base/realname-expand-real.c: New file.
570 * gdb.base/realname-expand.c: New file.
571 * gdb.base/realname-expand.exp: New file.
572
1b56eb55
JK
5732013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
574
575 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
576 * gdb.dwarf2/dw2-dir-file-name.c: New file.
577
af529f8f
JK
5782013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
579
580 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
581 (compare_filenames_for_search does not match)
582 (compare_filenames_for_search does match): New tests.
583
f5b95b50
JK
5842013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
585
586 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
587
d47921b9
JK
5882013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
589
590 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
591
8a92335b
JK
5922013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
593
594 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
595 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
596 ${binfile}.mini_debuginfo-debuglink and
597 ${binfile}.mini_debuginfo-debuglink.xz.
598
17f2157d
TT
5992013-02-01 Tom Tromey <tromey@redhat.com>
600
601 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
602 attributes.
603
d65f0a9c
TT
6042013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
605 Tom Tromey <tromey@redhat.com>
606
607 * gdb.dwarf2/method-ptr.exp: Link with c++.
608 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
609
f25c0135
TT
6102013-01-31 Tom Tromey <tromey@redhat.com>
611
612 * gdb.base/jit.exp (compile_jit_test): New proc.
613 Add PIE tests.
614
7078baeb
TT
6152013-01-31 Tom Tromey <tromey@redhat.com>
616
617 * gdb.dwarf2/method-ptr.cc: New file.
618 * gdb.dwarf2/method-ptr.exp: New file.
619
1d24041a
TT
6202013-01-31 Tom Tromey <tromey@redhat.com>
621
622 * lib/dwarf.exp (namespace Dwarf): New.
623
8d9878a4
TT
6242013-01-29 Tom Tromey <tromey@redhat.com>
625
626 * gdb.dwarf2/fission-reread.exp: Add unload test.
627
bed911e5
DE
6282013-01-28 Doug Evans <dje@google.com>
629
630 * gdb.dwarf2/fission-loclists.exp: New file.
631 * gdb.dwarf2/fission-loclists.S: New file.
632
e229648e
JK
6332013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
634
635 Code cleanup.
636 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
637 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
638 and prepare_for_testing.
639 * gdb.base/store.exp: Likewise.
640
86700f00
TT
6412013-01-25 Tom Tromey <tromey@redhat.com>
642
643 * gdb.python/py-explore.exp: Expect the gdb prompt.
644
8954db33
AB
6452013-01-25 Andrew Burgess <aburgess@broadcom.com>
646
647 * gdb.base/gnu_vector.c: New variable for use in tests.
648 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
649 changes in scalar to vector casting and widening.
650 * gdb.python/py-type.c: New variables for use in tests.
651 * gdb.python/py-type.exp: Update vector related tests to reflect
652 changes in scalar to vector casting and widening.
653
2077afdd
TD
6542013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
655
656 * gdb.base/prologue-include.c: New file.
657 * gdb.base/prologue-include.exp: New file.
658 * gdb.base/prologue-include.h: New file.
659
d7499464
HAQ
6602013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
661
662 PR gdb/13443
663 * gdb.mi/mi-var-block.exp: Make test messages unique.
664
e2a3e0f1
TT
6652013-01-23 Tom Tromey <tromey@redhat.com>
666
667 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
668
152fcc9c
TT
6692013-01-23 Tom Tromey <tromey@redhat.com>
670
671 * gdb.cp/converts.cc (main): Initialize 'a'.
672
bea883fd
SCR
6732013-01-23 Siva Chandra Reddy <sivachandra@google.com>
674
675 * testsuite/gdb.python/frame.exp: Add a test for
676 gdb.Frame.architecture() method.
677
0928e93d
PA
6782013-01-22 Pedro Alves <palves@redhat.com>
679
680 * gdb.base/annota1.exp (signal sent): No longer expect
681 breakpoints-invalid.
682 * gdb.cp/annota2.exp (continue until exit)
683 (watch triggered on a.x): Ditto.
684
9c97429f
PA
6852013-01-22 Pedro Alves <palves@redhat.com>
686
687 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
688 Adjust tests to breakpoints-invalid changes.
689 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
690 variables.
691 Adjust tests to breakpoints-invalid changes.
692
187d10dd
PA
6932013-01-22 Pedro Alves <palves@redhat.com>
694
695 * gdb.base/annota1.exp (annotate ignore count change): Add
696 expected output for failure case.
697
ea3aedcb
TT
6982013-01-22 Tom Tromey <tromey@redhat.com>
699
700 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
701 call.
702
998580f1
MK
7032013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
704
705 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 706 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
707 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
708 Also handle 'thread' field.
709 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
710 * gdb.mi/mi-watch.exp: Ditto.
711 * lib/mi-support.exp: Ditto.
712
8f1d5693
MK
7132013-01-21 Siva Chandra Reddy <sivachandra@google.com>
714
715 * gdb.python/py-explore.exp: Improve a test
716
2d8c5d7c
DB
7172013-01-18  David Blaikie  <dblaikie@gmail.com>
718
719 * gdb.base/label.c (main): Correct the type of the second
720 parameter.
721
46f35228
TT
7222013-01-18 Tom Tromey <tromey@redhat.com>
723
724 * gdb.dwarf2/trace-crash.s: New file.
725 * gdb.dwarf2/trace-crash.exp: New file.
726
5965d69d
HAQ
7272013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
728
43aaf8b6
PA
729 PR gdb/13443
730 * gdb.base/checkpoint.exp: Update test messages to make them
731 unique.
5965d69d 732
5ae4861a
YQ
7332013-01-18 Yao Qi <yao@codesourcery.com>
734
735 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
736 output of 'info tracepoints'.
737 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
738 Likewise.
739 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
740 * gdb.trace/disconnected-tracing.c (struct foo): New.
741
d84fca2c
JK
7422013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
743
744 * gdb.dwarf2/dw2-dos-drive.S: New file.
745 * gdb.dwarf2/dw2-dos-drive.exp: New file.
746
aebb1cc9
DE
7472013-01-17 Doug Evans <dje@google.com>
748
2782d512
DE
749 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
750 CXX_FOR_TARGET.
751
aebb1cc9
DE
752 * boards/cc-with-tweaks.exp: New file.
753
db2b2972
TT
7542013-01-17 Tom Tromey <tromey@redhat.com>
755
756 * gdb.base/completion.exp: Add "set cp-abi" completion test.
757
96343774
PA
7582013-01-17 Pedro Alves <palves@redhat.com>
759
760 Merge dg-extract-results.sh from upstream (svn 195224).
761
762 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 763 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
764
765 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 766 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
767
768 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 769 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
770
771 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
772 * dg-extract-results.sh: Redirect grep output to /dev/null instead
773 of grep -q.
774
675921c0
SD
7752012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
776
777 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
778 interface.
779 * gdb.base/jithost.c: New file.
780 * gdb.base/jithost.h: New file.
781 * gdb.base/jitreader.c : New file.
782 * gdb.base/jit-protocol.h: New file.
783
ab04a2af
TT
7842013-01-16 Tom Tromey <tromey@redhat.com>
785
786 * gdb.base/catch-signal.c: New file.
787 * gdb.base/catch-signal.exp: New file.
788
8ac3646f
TT
7892013-01-16 Tom Tromey <tromey@redhat.com>
790
791 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
792
22fc223e
JK
7932013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
794
795 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
796
44478ab3
TT
7972013-01-14 Tom Tromey <tromey@redhat.com>
798
799 * gdb.base/completion.exp: Add "set gnutarget" test.
800
06d66ee9
TT
8012013-01-14 Tom Tromey <tromey@redhat.com>
802
803 * gdb.dwarf2/dw2-restrict.S: New file.
804 * gdb.dwarf2/dw2-restrict.c: New file.
805 * gdb.dwarf2/dw2-restrict.exp: New file.
806
c9bf0622
TT
8072013-01-14 Tom Tromey <tromey@redhat.com>
808
809 * gdb.dwarf2/dw2-error.exp: New file.
810 * gdb.dwarf2/dw2-error.c: New file.
811 * gdb.dwarf2/dw2-error.S: New file.
812
5b12a61c
JK
8132013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
814
815 * gdb.cp/parse-lang.cc: New file.
816 * gdb.cp/parse-lang.exp: New file.
817
f0a4b570
JK
8182013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
819
820 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
821 (set substitute-path): New test.
822 (fullname present): Remove content.
823 (substituted fullname): New test.
824
f751cc97
JB
8252013-01-13 Joel Brobecker <brobecker@adacore.com>
826
827 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
828 check. Move $gdb_py_is_py24 value check right after.
829
04164e8e
JK
8302013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
831
832 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
833 targets.
834
5bf480a5
YQ
8352013-01-11 Yao Qi <yao@codesourcery.com>
836
837 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
838 for dprintf.
839 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
840 Check the fields in "=breakpoint-created" for dprintf.
841
f35a17b5
JK
8422012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
843
844 * gdb.mi/mi-fullname-deleted.exp: New file.
845
85817405
JK
8462012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
847
848 * gdb.base/skip-solib.exp (info skip with pending file): Update the
849 expected output.
850 (info skip with pending file): Remove.
851 (ignoring function in solib, info skip for function multiply): Update
852 the expected output.
853 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
854 (info skip (delete 1), info skip after disabling all)
855 (info skip after enabling all, info skip after disabling 4 2-3)
856 (info skip after enabling 2-3, info skip 2-3)
857 (info skip after deleting 2 3): Update the expected output.
858 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
859 statement to its initialization and return.
860 * gdb.linespec/skip-two.exp: New file.
861
27210e12
DE
8622012-12-19 Doug Evans <dje@google.com>
863
864 * gdb.base/maint.exp: Handle testing with .gdb_index.
865
bb627a12
JB
8662012-12-19 Joel Brobecker <brobecker@adacore.com>
867
868 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
869 Cavium to FSF.
870
7785b880
JB
8712012-12-19 Joel Brobecker <brobecker@adacore.com>
872
873 * dg-extract-results.sh: Update contact info in copyright notice.
874 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
875 GPL v3 or later. Update contact info.
876 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
877 gdb.threads/watchpoint-fork-mt.c,
878 gdb.threads/watchpoint-fork-parent.c,
879 gdb.threads/watchpoint-fork-st.c,
880 gdb.threads/watchpoint-fork.h: Likewise.
881
f2a8bc8a
YQ
8822012-12-15 Yao Qi <yao@codesourcery.com>
883
884 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
885 'installed' field in '=breakpoint-modified'.
886 (test_reconnect): Check 'installed' field in
887 '=breakpoint-modified' and '=breakpoint-created'.
888
889 * gdb.trace/actions.exp: Update test for 'installed' field.
890 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
891 (tracepoint_change_loc_2): Likewise.
892 Check 'info tracepoint' display nothing else.
893 * gdb.trace/deltrace.exp: Likewise.
894 * gdb.trace/infotrace.exp: Likewise.
895 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
896 Likewise.
897 * gdb.trace/passcount.exp: Likewise.
898 * gdb.trace/tracecmd.exp: Likewise.
899 * gdb.trace/while-stepping.exp: Likewise.
900
6592e36f
TT
9012012-12-14 Tom Tromey <tromey@redhat.com>
902
903 * gdb.cp/member-name.exp: New file.
904 * gdb.cp/member-name.cc: New file.
905
7d27a96d
TT
9062012-12-14 Tom Tromey <tromey@redhat.com>
907
908 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
909
f8c05d0d
DE
9102012-12-14 Doug Evans <dje@google.com>
911
912 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
913 DW_OP_GNU_implicit_pointer is section-relative.
914
451b7c33
TT
9152012-12-14 Tom Tromey <tromey@redhat.com>
916
43aaf8b6 917 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 918
10e339df
PA
9192012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
920
6fdff2c5 921 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 922
e780d813
DE
9232012-12-13 Doug Evans <dje@google.com>
924
925 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
926 * gdb.multi/multi-arch.exp: Ditto.
927
ca3dbcc8 9282012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 929
ca3dbcc8
MG
930 * gdb.mi/mi-catch-load-so.c: New. Clone of the
931 catch load test library source file.
932 * gdb.mi/mi-catch-load.c: New. Clone of the catch
933 load test source file.
934 * gdb.mi/mi-catch-load.exp: New. Test file for
935 basic MI -catch-load and -catch-unload tests.
936
2960a434
PK
9372012-12-11 Paul Koning <paul_koning@dell.com>
938
939 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
940 exception.
941 (_iterator_except): New function.
942 (ArrayPrinter): Use _iterator function instead of local _iterator
943 class for Python 3 compatibility.
944 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 945 _iterator.
2960a434
PK
946 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
947 execfile for Python 3 compatibility.
948 * gdb.python/python.exp: Handle Python 2.4 exception traceback
949 format in error_prompt test.
6fdff2c5 950
9325cb04
PK
9512012-12-10 Paul Koning <paul_koning@dell.com>
952
953 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 954 compatibility.
9325cb04
PK
955 * gdb.python/py-block.exp: Ditto.
956 * gdb.python/py-breakpoint.exp: Ditto.
957 * gdb.python/py-cmd.exp: Ditto.
958 * gdb.python/py-events.py: Ditto.
959 * gdb.python/py-finish-breakpoint.py: Ditto.
960 * gdb.python/py-finish-breakpoint2.exp: Ditto.
961 * gdb.python/py-finish-breakpoint2.py: Ditto.
962 * gdb.python/py-frame-inline.exp: Ditto.
963 * gdb.python/py-frame.exp: Ditto.
964 * gdb.python/py-infthread.exp: Ditto.
965 * gdb.python/py-objfile.exp: Ditto.
966 * gdb.python/py-parameter.exp: Ditto.
967 * gdb.python/py-progspace.exp: Ditto.
968 * gdb.python/py-prompt.exp: Ditto.
969 * gdb.python/py-symbol.exp: Ditto.
970 * gdb.python/py-symtab.exp: Ditto.
971 * gdb.python/py-template.exp: Ditto.
972 * gdb.python/py-value-cc.exp: Ditto.
973 * gdb.python/python.exp: Ditto.
974 * gdb.python/source2.py: Ditto.
975 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 976 compatibility.
9325cb04
PK
977 Use sorted() function rather than sort() method.
978 Accept either int or long values for enum values.
979 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
980 execfile for Python 3 compatibility.
981 * gdb.python/py-evsignal.exp: Ditto.
982 * gdb.python/py-evthreads.exp: Ditto.
983 * gdb.python/py-mi.exp: Ditto.
984 * gdb.python/py-pp-maint.exp: Ditto.
985 * gdb.python/py-prettyprint.exp: Ditto.
986 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 987 Python 3 compatibility.
9325cb04
PK
988 Skip tests for Python 2.4.
989 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 990 Python 3 compatibility.
9325cb04
PK
991 Use byte string rather than character string in memory write test
992 if Python 3.
993 * gdb.python/py-pp-maint.py: Change class declarations to "new
994 class" syntax.
995 * gdb.python/py-prettyprint.py: Change iterator class to generator
996 function for Python 3 compatibility.
997 Make all classes "new style".
998 Fix indentation issue and stray semicolon.
999 * gdb.python/py-shared.expChange print syntax for Python 3
1000 compatibility.
1001 Define "long" if Python 3.
1002 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 1003 compatibility.
9325cb04
PK
1004 Accept either int or long values for enum values.
1005 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 1006 compatibility.
9325cb04
PK
1007 Skip "long" and "unicode" tests if Python 3.
1008 Accept either "type" or "class" in type checks.
1009 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
1010 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
1011
8b9737bf
TT
10122012-12-10 Tom Tromey <tromey@redhat.com>
1013
1014 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
1015 (test): Add "two_cu" argument.
1016 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
1017 for types; allow two CUs.
1018
1b80a9fa
JK
10192012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1020
1021 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
1022 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
1023
f0b6d50a
YQ
10242012-12-08 Yao Qi <yao@codesourcery.com>
1025 Pedro Alves <palves@redhat.com>
1026
1027 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
1028 '=breakpoint-created' when GDB merges the tracepoints of both
1029 sides.
1030
2f68a895
TT
10312012-12-07 Tom Tromey <tromey@redhat.com>
1032
1033 * gdb.base/break1.c (enum some_enum, union some_union): New.
1034 (some_enum_global, some_union_global, some_value): New globals.
1035 * gdb.base/completion.exp: Add tag completion tests.
1036
4fc5d43e
TT
10372012-12-07 Tom Tromey <tromey@redhat.com>
1038
1039 * gdb.base/completion.exp: Add tests for ptype and whatis
1040 completion.
1041
6559e013
JB
10422012-12-07 Joel Brobecker <brobecker@adacore.com>
1043
1044 * gdb.base/stale-infcall.exp: Fix copyright line.
1045
ae2b630d
JB
10462012-12-07 Joel Brobecker <brobecker@adacore.com>
1047
1048 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
1049
0ba2eb0f
TT
10502012-12-06 Pedro Alves <palves@redhat.com>
1051 Tom Tromey <tromey@redhat.com>
1052
1053 * gdb.base/exprs.exp: Add tests for cast to void.
1054
731145cb
TT
10552012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
1056
1057 * gdb.python/py-mi.exp: Correct expected results for attribute
1058 "dynamic" returned by -var-update.
1059 Add test case for correct handling of "diplayhint" for children
1060 of dynamic varobjs.
1061 * gdb.python/py-prettyprint.c (set_itme): New function.
1062 (bug_14741) New function.
1063 (main) Add call to bug_14741().
1064 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
1065
e58fcc15
UW
10662012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
1067
1068 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
1069 ${binfile}.funcsyms list.
1070
e9eb0d14
YQ
10712012-12-04 Yao Qi <yao@codesourcery.com>
1072
1073 PR gdb/13443
1074 * gdb.trace/actions.exp: Make test messages unique.
1075
4983028c
TT
10762012-11-29 Tom Tromey <tromey@redhat.com>
1077
1078 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
1079
ea5e6b0e
UW
10802012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1081
1082 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
1083 * gdb.opencl/datatypes.exp: Likewise.
1084 * gdb.opencl/operators.exp: Likewise.
1085 * gdb.opencl/vec_comps.exp: Likewise.
1086
cdde3dfb
JG
10872012-11-29 Jerome Guitton <guitton@adacore.com>
1088
1089 * gdb.ada/iwide: New testcase.
1090
b50d69b5
JG
10912012-11-29 Jerome Guitton <guitton@adacore.com>
1092
1093 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
1094 ptype test.
1095
c2d3fccf
JG
10962012-11-29 Jerome Guitton <guitton@adacore.com>
1097
1098 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
1099 form {VARIANT_TYPE}ADDRESS.
1100
5edf51fe
YQ
11012012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1102
1103 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
1104 (func): New function.
1105 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
1106 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
1107 pointers to members with pointer-to-function type.
1108
608e2dbb
TT
11092012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1110 Tom Tromey <tromey@redhat.com>
1111
1112 * gdb.base/gnu-debugdata.exp: New file.
1113 * gdb.base/gnu-debugdata.c: New file.
1114 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
1115 (gdb_unload): Return 0 on success.
1116
4648e588
JK
11172012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1118
1119 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
1120
17d6efc4
JB
11212012-11-26 Joel Brobecker <brobecker@adacore.com>
1122
1123 * gdb.base/empty_exe.exp: New testcase.
1124
ace21957
MF
11252012-11-20 Mike Frysinger <vapier@gentoo.org>
1126
1127 * gdb.base/completion.exp: Add test for help aliases completion.
1128
5c401a0a
YQ
11292012-11-20 Yao Qi <yao@codesourcery.com>
1130
1131 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1132 Don't test 'maint set show-debug-regs'.
1133 Use command 'set remotecache' instead of
1134 'set circular-trace-buffer'.
1135
8dea366b
KS
11362012-11-16 Keith Seitz <keiths@redhat.com>
1137
1138 PR c++/13615
1139 * gdb.cp/baseenum.cc: New file.
1140 * gdb.cp/baseenum.exp: New file.
1141 * gdb.cp/derivation.cc (A): Add copyright.
1142 Add a typedef.
1143 (B): Use A::value_type instead of int. Change all references.
1144 (D): Use value_type instead of int. Change all references.
1145 (E): Likewise.
1146 (F); Likewise.
1147 (Z): New class.
1148 (ZZ): New class.
6fdff2c5 1149 (N, Base, Derived): New namespace and classes.
8dea366b
KS
1150 (main): Add instances of Z and ZZ.
1151 Make sure all symbols from N are kept.
1152 * gdb.cp/derivation.exp: Update typedef changes in tests.
1153 Add tests for class typedefs both before and after starting
1154 the inferior.
1155 Add tests for searching for a typedef while stopped in a
1156 method.
1157
5e34c6c3
LM
11582012-11-14 Luis Machado <lgustavo@codesourcery.com>
1159
1160 * gdb.mi/mi-var-create-rtti.c: New file.
1161 * gdb.mi/mi-var-create-rtti.exp: New file.
1162
5e487a5f
LM
11632012-11-14 Luis Machado <lgustavo@codesourcery.com>
1164
1165 * gdb.base/structs3.exp: Run to main before doing any tests.
1166
6d67b990
AB
11672012-11-14 Andrew Burgess <aburgess@broadcom.com>
1168
1169 * gdb.python/py-type.exp: Uniquify test names.
1170
e5d98164
YQ
11712012-11-14 Yao Qi <yao@codesourcery.com>
1172
1173 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
1174 (thread_function) [DEBUG]: Call 'printf'.
1175 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
1176 command line if 'DEBUG=1' is passed to test.
1177 Remove a pattern to match inferior's output.
1178
62747a60
TT
11792012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1180
1181 * gdb.mi/mi-fill-memory.exp: New test.
1182
18a9fc12
TT
11832012-11-12 Tom Tromey <tromey@redhat.com>
1184
1185 * gdb.base/completion.exp: Update for "info type-printers".
1186 * gdb.python/py-typeprint.cc: New file.
1187 * gdb.python/py-typeprint.exp: New file.
1188 * gdb.python/py-typeprint.py: New file.
1189
bd69fc68
TT
11902012-11-12 Tom Tromey <tromey@redhat.com>
1191
1192 * gdb.base/call-sc.exp: Use "ptype/r".
1193 * gdb.base/volatile.exp: Don't expect "int".
1194 * gdb.cp/ptype-flags.cc: New file.
1195 * gdb.cp/ptype-flags.exp: New file.
1196 * gdb.cp/templates.exp: Use ptype/r.
1197 (test_ptype_of_templates, test_template_typedef): Likewise.
1198 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
1199 argument. Handle template names and template parameters.
1200 * gdb.mi/mi-var-cmd.exp: Accept "long".
1201 * gdb.mi/mi-var-child.exp: Accept "long".
1202 * gdb.mi/mi-var-display.exp: Accept "long".
1203 * gdb.mi/mi2-var-child.exp: Accept "long".
1204
b3720c3a
TT
12052012-11-12 Tom Tromey <tromey@redhat.com>
1206
1207 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
1208 "ptype" from calls to cp_test_ptype_class.
1209 (test_enums): Likewise.
1210 * gdb.cp/derivation.exp: Remove "ptype" from calls to
1211 cp_test_ptype_class.
1212 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
1213 calls to cp_test_ptype_class.
1214 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
1215 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
1216 from calls to cp_test_ptype_class.
1217 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
1218 command here. Change "in_command" argument to "in_exp".
1219
0d63ecda
KS
12202012-11-10 Keith Seitz <keiths@redhat.com>
1221
1222 PR gdb/14288
1223 * gdb.base/printcmds.c: Add invalid_XXX globals
1224 for repeated byte tests.
1225 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
1226 * gdb.base/wchar.c (main): Add and construct a wchar_t
1227 array with repeated characters.
1228 * gdb.base/wchar.exp: Add repeated character tests.
1229
ed8a1c2d
AB
12302012-11-09 Andrew Burgess <aburgess@broadcom.com>
1231
1232 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
1233 disassembly output.
1234
9107fc8d
PA
12352012-11-09 Pedro Alves <palves@redhat.com>
1236
1237 PR gdb/14306
1238
1239 * gdb.multi/multi-arch-exec.c: New file.
1240 * gdb.multi/multi-arch-exec.exp: New file.
1241
558a9d82
YQ
12422012-11-09 Yao Qi <yao@codesourcery.com>
1243
1244 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
1245 (top level): Call it.
1246
e714f336
YQ
12472012-11-09 Yao Qi <yao@codesourcery.com>
1248
1249 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
1250 typo.
1251
6ecd4729
PA
12522012-11-09 Pedro Alves <palves@redhat.com>
1253
1254 * gdb.multi/multi-arch.exp: New.
1255
9015683b
TT
12562012-11-08 Tom Tromey <tromey@redhat.com>
1257
1258 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
1259 core files, if possible.
1260 * gdb.base/siginfo-thread.c: New file
1261 * gdb.base/siginfo-thread.exp: New file
1262
ea9f10bb
TT
12632012-11-08 Tom Tromey <tromey@redhat.com>
1264
1265 * gdb.base/comprdebug.exp: New file.
1266
f6592439
PA
12672012-11-06 Pedro Alves <palves@redhat.com>
1268
1269 PR gdb/14810
1270
1271 * gdb.base/disabled-location.c: New file.
1272 * gdb.base/disabled-location.exp: New file.
1273
2d338fa9
TT
12742012-11-06 Tom Tromey <tromey@redhat.com>
1275
1276 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
1277 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1278 gdb_gcore_cmd.
1279 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
1280 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
1281 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
1282 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
1283 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
1284 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
1285 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
1286 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
1287 * lib/gdb.exp (gdb_gcore_cmd): New proc.
1288
68c9da30
PA
12892012-11-05 Pedro Alves <palves@redhat.com>
1290
1291 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
1292 procedure.
1293 (do_vfork_and_follow_child_tests_exec)
1294 (do_vfork_and_follow_child_tests_exit): Call it.
1295
a7c8c931
PA
12962012-11-05 Pedro Alves <palves@redhat.com>
1297
1298 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
1299 fails.
1300
6f6484cd
YQ
13012012-11-03 Yao Qi <yao@codesourcery.com>
1302
1303 Fix PR gdb/14617.
1304 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1305 Remove setup_kfail, and update test.
1306
b45627a0
TT
13072012-11-02 Tom Tromey <tromey@redhat.com>
1308
1309 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
1310 test.
1311
f50f4e56
PA
13122012-11-02 Pedro Alves <palves@redhat.com>
1313
1314 PR gdb/14766
1315
1316 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
1317 setup_kfail.
1318 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
1319 get registers".
1320
71ce889d
PA
13212012-11-02 Pedro Alves <palves@redhat.com>
1322
1323 * gdb.base/foll-vfork-exit.c: New file.
1324 * gdb.base/foll-vfork.exp (top level): New file-describing
1325 comment.
1326 (vfork_child_follow_to_exit): New procedure.
1327 (tcatch_vfork_then_child_follow): Rename as ...
1328 (tcatch_vfork_then_child_follow_exec): ... this.
1329 (tcatch_vfork_then_child_follow_exit): New procedure.
1330 (do_vfork_and_follow_parent_tests): New procedure, factored out
1331 from do_vfork_and_exec_tests.
1332 (do_vfork_and_follow_child_tests_exec): Ditto.
1333 (do_vfork_and_exec_tests): Delete.
1334 (do_vfork_and_follow_child_tests_exit): New procedure.
1335 (top level): Run tests with both the program that has the vfork
1336 child execing, and the program has the vfork child exiting.
1337
1e35b1a9
PA
13382012-11-02 Pedro Alves <palves@redhat.com>
1339
1340 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
1341 (check_vfork_catchpoints, vfork_parent_follow_through_step)
1342 (vfork_parent_follow_to_bp): Call it.
1343 (kill_child): Delete.
1344 (vfork_and_exec_child_follow_to_main_bp)
1345 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
1346 longer call kill_child.
1347 (tcatch_vfork_then_parent_follow): Call setup_gdb.
1348 (do_vfork_and_exec_tests): Don't runto_main before calling each
1349 test procedure.
1350 (top level): Don't clean restart and set verbose before running
1351 each test procedure.
1352
13532012-11-02 Pedro Alves <palves@redhat.com>
1354
1355 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
1356 (vfork_parent_follow_to_bp)
1357 (vfork_and_exec_child_follow_to_main_bp)
1358 (vfork_and_exec_child_follow_through_step)
1359 (tcatch_vfork_then_parent_follow)
1360 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
1361 Use with_test_prefix.
1362
13632012-11-02 Pedro Alves <palves@redhat.com>
1364
1365 * gdb.base/foll-vfork.c: Add copyright header.
1366 * gdb.base/vforked-prog.c: Add copyright header.
1367
13682012-11-02 Pedro Alves <palves@redhat.com>
1369
1370 * gdb.base/foll-vfork.exp
1371 (vfork_and_exec_child_follow_through_step): Don't skip on
1372 non-HP/UX targets. Expect the next to only step one line on
1373 non-HP/UX targets, rather than stopping only after the exec.
1374
13752012-11-02 Pedro Alves <palves@redhat.com>
1376
1377 Don't hard code line numbers.
1378
1379 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
1380 Expect text from the sources instead of a line number.
1381 (vfork_parent_follow_to_bp)
1382 (vfork_and_exec_child_follow_to_main_bp)
1383 (vfork_and_exec_child_follow_through_step)
1384 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
1385 Use gdb_get_line_number.
1386
13872012-11-02 Pedro Alves <palves@redhat.com>
1388
1389 Modernize.
1390
1391 * gdb.base/foll-vfork.exp: Use standard_testfile and
1392 build_executable. Pass descriptive string to untested.
1393 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
1394 (vfork_and_exec_child_follow_to_main_bp)
1395 (vfork_and_exec_child_follow_through_step)
1396 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
1397 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
1398 of send_gdb/gdb_expect.
1399
1400 (kill_child): New procedure.
1401 (vfork_and_exec_child_follow_to_main_bp)
1402 (vfork_and_exec_child_follow_through_step): Use it.
1403
f0559fff
YQ
14042012-11-02 Yao Qi <yao@codesourcery.com>
1405
1406 * gdb.base/setvar.exp: Test setting nested struct.
1407 * gdb.base/setvar.c (v_struct3): New.
1408
c207c6da
DE
14092012-11-01 Doug Evans <dje@google.com>
1410
1411 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
1412 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
1413 use them.
1414
2f27adfe
AB
14152012-10-31 Andrew Burgess <aburgess@broadcom.com>
1416
1417 PR cli/14772
1418 * gdb.base/gnu_vector.c (union_with_vector_1)
1419 (struct_with_vector_1): Add new struct and union for testing
1420 ptype.
1421 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
1422 structs / unions containing vectors.
1423
bb662ca6
YQ
14242012-10-25 Yao Qi <yao@codesourcery.com>
1425
1426 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
1427 'setup_kfail' instead of 'setup_kfail_for_target'.
1428 * gdb.base/varargs.exp: Likewise.
1429 * lib/gdb.exp (setup_kfail_for_target): Remove.
1430
635d23ff
MK
14312012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
1432
1433 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
1434
afdb064f
MK
14352012-10-25 Mark Kettenis <kettenis@gnu.org>
1436
1437 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
1438
d99dcf51
JB
14392012-10-24 Joel Brobecker <brobecker@adacore.com>
1440
1441 * gdb.ada/set_wstr: New testcase.
1442
32560274
JB
14432012-10-24 Joel Brobecker <brobecker@adacore.com>
1444
1445 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
1446
5ded5331
JB
14472012-10-24 Joel Brobecker <brobecker@adacore.com>
1448
1449 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
1450
d8d84291
MK
14512012-10-24 Mark Kettenis <kettenis@gnu.org>
1452
1453 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
1454
6e933c51
JK
14552012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1456
1457 * gdb.base/callfuncs.exp (do_function_calls): Fix
1458 setup_kfail_for_target for -m32 mode.
1459
274bd000
MK
14602012-10-23 Mark Kettenis <kettenis@gnu.org>
1461
1462 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
1463 are now fixed.
1464
545f743d
YQ
14652012-10-23 Yao Qi <yao@codesourcery.com>
1466
1467 * gdb.base/info-os.exp: Resume the inferior until it exits.
1468
48b56b6a 14692012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
1470
99c7d5a8 1471 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
1472 * gdb.base/print-file-var.exp: Likewise.
1473 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 1474
8de0566d
YQ
14752012-10-17 Yao Qi <yao@codesourcery.com>
1476
1477 * gdb.mi/mi-memory-changed.exp: New.
1478
44883546
YQ
14792012-10-16 Yao Qi <yao@codesourcery.com>
1480
1481 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
1482 returns true.
1483 Call gdb_load_shlibs.
1484 * gdb.reverse/solib-reverse.exp: Likewise.
1485
345f514a
KS
14862012-10-15 Keith Seitz <keiths@redhat.com>
1487
1488 * lib/cp-support.exp (cp_test_ptype_class): Add support
1489 for class typedefs.
1490
1491 * gdb.cp/derivation.exp: Add tests for g_instance.
1492
9e3a7d65
JK
14932012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1494
1495 Fix entry values resolving in inlined frames.
1496 * gdb.arch/amd64-entry-value-inline.S: New file.
1497 * gdb.arch/amd64-entry-value-inline.c: New file.
1498 * gdb.arch/amd64-entry-value-inline.exp: New file.
1499
21a7b089
JK
15002012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1501 Doug Evans <dje@google.com>
1502
1503 Fix recent gdb_breakpoint regression.
1504 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
1505 braces from the parameter.
1506 * gdb.java/jprint.exp: Likewise.
1507
2c47921e
DE
15082012-10-15 Doug Evans <dje@google.com>
1509
1510 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
1511
89398707
JB
15122012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
1513
1514 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
1515
801e4185
TT
15162012-10-15 Tom Tromey <tromey@redhat.com>
1517
1518 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
1519
74f910c8
TT
15202012-10-15 Tom Tromey <tromey@redhat.com>
1521
1522 * gdb.python/py-symbol.exp: Test symbol destructor.
1523
91567807
YQ
15242012-10-14 Yao Qi <yao@codesourcery.com>
1525
1526 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
1527 * gdb.mi/mi-cli.exp: New.
1528
1529 * gdb.mi/mi2-basics.exp: Remove.
1530 * gdb.mi/mi2-break.exp: Remove.
1531 * gdb.mi/mi2-console.exp: Remove.
1532 * gdb.mi/mi2-disassemble.exp: Remove.
1533 * gdb.mi/mi2-eval.exp: Remove.
1534 * gdb.mi/mi2-file.exp: Remove.
1535 * gdb.mi/mi2-hack-cli.exp: Remove.
1536 * gdb.mi/mi2-pthreads.exp: Remove.
1537 * gdb.mi/mi2-read-memory.exp: Remove.
1538 * gdb.mi/mi2-regs.exp: Remove.
1539 * gdb.mi/mi2-return.exp: Remove.
1540 * gdb.mi/mi2-simplerun.exp: Remove.
1541 * gdb.mi/mi2-stack.exp: Remove.
1542 * gdb.mi/mi2-stepi.exp: Remove.
1543 * gdb.mi/mi2-syn-frame.exp: Remove.
1544 * gdb.mi/mi2-until.exp: Remove.
1545 * gdb.mi/mi2-watch.exp: Remove.
1546 * gdb.mi/mi2-var-block.exp: Remove.
1547 * gdb.mi/mi2-var-cmd.exp: Remove.
1548 * gdb.mi/mi2-var-display.exp: Remove.
1549
87332029
YQ
15502012-10-12 Yao Qi <yao@codesourcery.com>
1551
1552 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
1553 trail '.*' on matching patterns.
1554
11fc9057
L
15552012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1556
1557 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
1558 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
1559 * gdb.arch/i386-disp-step.exp: Likewise.
1560 * gdb.arch/i386-gnu-cfi.exp: Likewise.
1561 * gdb.arch/i386-prologue.exp: Likewise.
1562 * gdb.arch/i386-size-overlap.exp: Likewise.
1563 * gdb.arch/i386-size.exp: Likewise.
1564 * gdb.arch/i386-unwind.exp: Likewise.
1565
7d46bcdc
L
15662012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1567
1568 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
1569 * gdb.arch/i386-word.exp: Likewise.
1570
31224d9d
L
15712012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1572
1573 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
1574 is_ilp32_target to set nr_regs.
1575 * gdb.arch/i386-sse.exp: Likewise.
1576
5b7d0050
DE
15772012-10-11 Doug Evans <dje@google.com>
1578
7c09e5a0
DE
1579 PR breakpoints/14643.
1580 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
1581 * gdb.linespec/thread.c: New file.
1582 * gdb.linespec/thread.exp: New file.
1583
5b7d0050
DE
1584 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
1585 Recognize "message" -> print pass and fail. Add eof case.
1586 (runto): Recognize message, no-message. Print pass/fail if requested,
1587 with same treatment as gdb_breakpoint.
1588 (runto_main): Pass no-message to runto.
1589 (gdb_internal_error_resync): Add log message.
1590 (gdb_file_cmd): Tweak internal error fail text for consistency.
1591
2e24f4aa
JK
15922012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1593
1594 Fix crash during stepping on ppc32.
1595 * gdb.base/step-symless.c: New file.
1596 * gdb.base/step-symless.exp: New file.
1597
aa14df25
DE
15982012-10-03 Doug Evans <dje@google.com>
1599
1600 PR symtab/14601
1601 * gdb.cp/using-crash.exp: New file.
1602 * gdb.cp/using-crash.cc: New file.
1603
975531db
DE
16042012-10-02 Doug Evans <dje@google.com>
1605
1606 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
1607 more consistent.
1608 (runto,gdb_debug_format): Ditto.
1609 (gdb_file_cmd): Watch for eof in nested gdb_expect.
1610 Clean up logging and error messages.
1611
b3dc46ff
AB
16122012-10-01 Andrew Burgess <aburgess@broadcom.com>
1613
1614 Test find command on unmapped memory.
1615 * gdb.base/find-unmapped.c: New file.
1616 * gdb.base/find-unmapped.exp: New file.
1617
45814d45
YQ
16182012-09-29 Yao Qi <yao@codesourcery.com>
1619
1620 * gdb.trace/mi-tracepoint-changed.exp: New.
1621 * gdb.mi/mi-breakpoint-changed.exp: New.
1622 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
1623 * gdb.mi/pendshr2.c: New.
1624
4c2786ba
YQ
16252012-09-28 Yao Qi <yao@codesourcery.com>
1626
1627 * gdb.mi/pr11022.exp: New.
1628 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
1629
7977e5d2
TT
16302012-09-27 Tom Tromey <tromey@redhat.com>
1631
1632 * gdb.cp/derivation.exp: Add regression test.
1633 * gdb.cp/derivation.cc (class V_base, class V_inter, class
1634 V_derived): New.
1635 (vderived): New global.
1636
0971de02
TT
16372012-09-26 Tom Tromey <tromey@redhat.com>
1638
1639 * gdb.dwarf2/dw2-common-block.S: New file.
1640 * gdb.dwarf2/dw2-common-block.exp: New file.
1641
4357ac6c
TT
16422012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1643
1644 * gdb.fortran/common-block.exp: New file.
1645 * gdb.fortran/common-block.f90: New file.
1646
6f380991
AB
16472012-09-26 Andrew Burgess <aburgess@broadcom.com>
1648
1649 * gdb.base/duplicate-bp.c: New file.
1650 * gdb.base/duplicate-bp.exp: New file.
1651
8ae551cf
YQ
16522012-09-26 Yao Qi <yao@codesourcery.com>
1653
1654 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
1655
1656 Revert:
1657 2012-09-21 Yao Qi <yao@codesourcery.com>
1658
1659 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
1660
318102b9
SP
16612012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1662
1663 * gdb.base/longest-types.c: New test case.
1664 * gdb.base/longest-types.exp: New test case.
1665
a1e5fd69
YQ
16662012-09-25 Yao Qi <yao@codesourcery.com>
1667
1668 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
1669
04e7407c
JK
16702012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1671
1672 Fix internal error on canonicalization of clang types.
1673 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
1674 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
1675 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
1676
9bf4bce9
JK
16772012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1678
1679 Fix disassemble without parameters in tailcall frame.
1680 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
1681
2603f7ee
AB
16822012-09-21 Andrew Burgess <aburgess@broadcom.com>
1683
1684 * gdb.dwarf2/dw2-op-out-param.S: New file.
1685 * gdb.dwarf2/dw2-op-out-param.exp: New file.
1686
a3569abd
YQ
16872012-09-21 Yao Qi <yao@codesourcery.com>
1688
1689 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
1690
a065d7af
YQ
16912012-09-21 Yao Qi <yao@codesourcery.com>
1692
1693 * gdb.mi/mi-cli.exp: Remove.
1694 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
1695
15544bd9
YQ
16962012-09-21 Yao Qi <yao@codesourcery.com>
1697
1698 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
1699 "=record-started" notification.
1700
82a90ccf
YQ
17012012-09-21 Yao Qi <yao@codesourcery.com>
1702
1703 * gdb.mi/mi-record-changed.exp: New.
1704 * gdb.mi/mi-reverse.exp: Adjust expected output.
1705
d7de8e3c
TT
17062012-09-20 Tom Tromey <tromey@redhat.com>
1707
1708 * gdb.python/python.exp: Test atexit.register.
1709
1aa99537
DE
17102012-09-20 Doug Evans <dje@google.com>
1711
05eade73
DE
1712 * boards/dwarf4-gdb-index.exp: New file.
1713
1aa99537
DE
1714 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
1715 while running the tests.
1716
4ae24af0
JB
17172012-09-18 Joel Brobecker <brobecker@adacore.com>
1718
1719 * gdb.ada/bp_reset: New testcase.
1720
bb25a15c
YQ
17212012-09-18 Yao Qi <yao@codesourcery.com>
1722
1723 * gdb.trace/mi-tsv-changed.exp: New.
1724
201b4506
YQ
17252012-09-18 Yao Qi <yao@codesourcery.com>
1726
1727 * gdb.trace/mi-traceframe-changed.exp: New.
1728
6fc1c773
YQ
17292012-09-17 Yao Qi <yao@codesourcery.com>
1730
1731 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
1732 when it is less than 0.
1733
1ab3b62c
JK
17342012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1735
1736 PR 14119
1737 * gdb.arch/amd64-tailcall-ret.S: New file.
1738 * gdb.arch/amd64-tailcall-ret.c: New file.
1739 * gdb.arch/amd64-tailcall-ret.exp: New file.
1740 * gdb.reverse/amd64-tailcall-reverse.S: New file.
1741 * gdb.reverse/amd64-tailcall-reverse.c: New file.
1742 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
1743
acf9414f
JK
17442012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1745
1746 PR 14548
1747 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
1748 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
1749 * gdb.reverse/singlejmp-reverse.S: New file.
1750 * gdb.reverse/singlejmp-reverse.c: New file.
1751 * gdb.reverse/singlejmp-reverse.exp: New file.
1752
666b578b
JK
17532012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1754
1755 Fix compatibility with old GCC (~4.1).
1756 * gdb.cp/converts.cc (my_enum_var): New variable.
1757
42056501
AB
17582012-09-14 Andrew Burgess <aburgess@broadcom.com>
1759
1760 * gdb.xml/tdesc-regs.exp: Update expected output for new
1761 vector_size syntax of vector types.
1762
b9516fa1
YPK
17632012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1764
1765 Refactor Python "gdb" module into a proper Python package, by
1766 introducing a new "_gdb" module for code implemented in C, and
1767 using reload/__import__ instead of exec.
1768 * gdb.python/python.exp (Test stderr location): Update module
1769 location of GDB-specific sys.stderr.
1770 (Test stdout location): Ditto for sys.stdout.
1771
18dc9ad8
JK
17722012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1773
1774 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
1775
ea3a9873
KS
17762012-09-12 Keith Seitz <keiths@redhat.com>
1777
1778 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
1779 conversion statement.
1780
5941debb
DE
17812012-09-12 Doug Evans <dje@google.com>
1782
1783 * gdb.base/help.exp: Remove testing of individual command help text,
1784 too much of a maintenance burden. Instead, test the functionality
1785 of "help" itself.
1786
cfc35e02
DE
17872012-09-11 Doug Evans <dje@google.com>
1788
3a0ed5d7
DE
1789 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
1790 breakpoint.
1791
cfc35e02
DE
1792 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
1793 * gdb.dwarf2/fission-reread.S: Ditto.
1794 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
1795 * gdb.dwarf2/fission-reread.exp: Ditto.
1796
350b1b26
AB
17972012-09-11 Andrew Burgess <aburgess@broadcom.com>
1798
1799 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
1800
2fa15f23
JB
18012012-09-10 Joel Brobecker <brobecker@adacore.com>
1802
1803 * gdb.ada/optim_drec: New testcase.
1804
09be558e
DE
18052012-09-10 Doug Evans <dje@google.com>
1806
1807 * boards/fission.exp: Explicitly mark "board" as not remote.
1808
5b4f6e25
KS
18092012-09-10 Keith Seitz <keiths@redhat.com>
1810
1811 PR gdb/13483
1812 * gdb.cp/converts.cc (A::A): Add ctor.
1813 (A::member_): Add member.
1814 (enum my_enum): New enumeration.
1815 (main): Add calls to foo1_7 with various
1816 permitted arguments.
1817 * gdb.cp/converts.exp: Add tests for boolean
1818 conversions permitted by the standard.
1819
b4ca5ed9
YPK
18202012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
1821
1822 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
1823 avoid spurious results due to ~/.gdbinit.
1824 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
1825 $INTERNAL_GDBFLAGS in run command.
1826 * gdb.gdb/observer.exp (setup_test): Ditto.
1827 * gdb.gdb/selftest.exp (test_with_self): Ditto.
1828 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
1829
d54b30bb
DE
18302012-09-06 Doug Evans <dje@google.com>
1831
14910956
DE
1832 * boards/fission.exp: New file.
1833
d54b30bb
DE
1834 * gdb.python/py-value.exp: Use clean_restart.
1835
91b253e1
DE
18362012-09-05 Doug Evans <dje@google.com>
1837
1838 * gdb.base/info-macros.c: Fix whitespace.
1839
1292279a
PA
18402012-08-28 Pedro Alves <palves@redhat.com>
1841
1842 PR gdb/14428
1843
1844 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
1845
1c8cdcb1
JK
18462012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1847
1848 * gdb.base/break-caller-line.c: New file.
1849 * gdb.base/break-caller-line.exp: New file.
1850
1e8e8b51
JK
18512012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1852
1853 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
1854 * gdb.arch/i386-cfi-notcurrent.S: New file.
1855 * gdb.arch/i386-cfi-notcurrent.exp: New file.
1856
1591a1e8
PA
18572012-08-27 Wei-cheng Wang <cole945@gmail.com>
1858 Yao Qi <yao@codesourcery.com>
1859 Pedro Alves <palves@redhat.com>
1860
1861 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
1862 New procedures.
1863 (top level): Add overlap checking tests.
1864
4442ada7
TT
18652012-08-24 Tom Tromey <tromey@redhat.com>
1866
1867 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
1868 gdb_test_multiple fails for other reasons.
1869
e7d50cc9
YQ
18702012-08-24 Yao Qi <yao@codesourcery.com>
1871
1872 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
1873
dfbd5e7b
PA
18742012-08-23 Pedro Alves <palves@redhat.com>
1875
1876 * gdb.base/help.exp: Adjust to "handle" help text change.
1877
8d735b87
YQ
18782012-08-23 Yao Qi <yao@codesourcery.com>
1879
1880 * gdb.trace/disconnected-tracing.c (start, end): New.
1881 (main): Call start and end.
1882 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
1883 existing tests into this proc.
1884 (disconnected_tfind): New.
1885
61b1d759
YQ
18862012-08-23 Yao Qi <yao@codesourcery.com>
1887
1888 * boards/native-gdbserver.exp (${board}_upload): New.
1889 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
1890 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
1891 Execute tfile on remote target.
1892 Copy trace file from target to host.
1893
6ca1b147
JM
18942012-08-22 Joseph Myers <joseph@codesourcery.com>
1895
1896 * gdb.arch/thumb-bx-pc.S: New file.
1897 * gdb.arch/thumb-bx-pc.exp: New file.
1898
706e3705
TT
18992012-08-22 Tom Tromey <tromey@redhat.com>
1900
1901 * gdb.base/maint.exp: Update.
1902
b4893d48
TT
19032012-08-22 Tom Tromey <tromey@redhat.com>
1904
1905 * lib/gdb.exp (skip_unwinder_tests): New proc.
1906 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
1907 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
1908
45b7da81
TT
19092012-08-21 Tom Tromey <tromey@redhat.com>
1910
1911 * gdb.hp/gdb.aCC/exception.exp: Remove.
1912
f94363d7
AP
1913012-08-19 Andrew Pinski <apinski@cavium.com>
1914
1915 * gdb.arch/mips-octeon-bbit.c: New file.
1916 * gdb.arch/mips-octeon-bbit.exp: New Test.
1917
e5afdbd7
KS
1918012-08-19 Keith Seitz <keiths@redhat.com>
1919
1920 PR c++/14365
1921 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
1922 * gdb.dwarf2/dw2-anon-mptr.S: New file.
1923
c29e8b64
JK
19242012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1925
1926 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
1927 verbose -log by more specific untested call.
1928
15a7e7bc
YQ
19292012-08-18 Yao Qi <yao@codesourcery.com>
1930
1931 * gdb.trace/tfind.exp: Move tests on various command help before
1932 checking target supports trace.
1933 Fix the expected output of 'help tfind end'.
1934
a451cb65
KS
19352012-08-17 Keith Seitz <keiths@redhat.com>
1936
1937 PR c++/13356
1938 * gdb.base/default.exp: Update all "check type" tests.
1939 * gdb.base/help.exp: Likewise.
1940 * gdb.base/setshow.exp: Likewise.
1941 * gdb.cp/converts.cc (foo1_type_check): New function.
1942 (foo2_type_check): New function.
1943 (foo3_type_check): New function.
1944 (main): Call new functions.
1945 * converts.exp: Add tests for integer-to-pointer conversions
1946 with/without strict type-checking.
1947
dbf6a605
MF
19482012-08-16 Mike Frysinger <vapier@gentoo.org>
1949
1950 * gdb.base/help.exp: Update expected output.
1951
0c92d8c1
JB
19522012-08-16 Joel Brobecker <brobecker@adacore.com>
1953
1954 * gdb.ada/rdv_wait: New testcase.
1955
e56f7f42
JK
19562012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1957
1958 * gdb.base/attach-twice.exp: Remove excessive ps exec.
1959
f47f77df
DE
19602012-08-13 Doug Evans <dje@google.com>
1961
e202d6e8 1962 * gdb.base/help.exp: Update expected output.
f47f77df
DE
1963 * gdb.base/default.exp: Update expected output of "show convenience".
1964
a72c3253
DE
19652012-08-10 Doug Evans <dje@google.com>
1966
1967 * gdb.python/py-strfns.c: New file.
1968 * gdb.python/py-strfns.exp: New file.
1969 * gdb.python/py-type.exp (test_fields): Add vector tests.
1970
de0bea00
MF
19712012-08-10 Mike Frysinger <vapier@gentoo.org>
1972
1973 PR cli/10436:
1974 * gdb.base/completion.exp: Add tests for handle completion.
1975
5b9afe8a
YQ
19762012-08-09 Yao Qi <yao@codesourcery.com>
1977
1978 * gdb.mi/mi-cmd-param-changed.exp: New.
1979 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
1980 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
1981 * gdb.mi/mi2-prompt.exp: Likewise.
1982
4f485ebc
DE
19832012-08-08 Doug Evans <dje@google.com>
1984
1985 * gdb.base/debug-expr.c: New file.
1986 * gdb.base/debug-expr.exp: New file.
1987 * gdb.base/exprs.exp: Test {type} casts.
1988 * gdb.cp/debug-expr.exp: New file.
1989
5888842d
JK
19902012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1991
1992 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
1993 global variable loop, not a 'break'. Add loop count limit to 100.
1994 Add new fail case for terminated vgdb.
1995
4f69f4c2
JK
19962012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1997 Jean-Marc Saffroy <saffroy@gmail.com>
1998
1999 PR 11804
2000 * gdb.base/gcore-relro.exp: New file.
2001 * gdb.base/gcore-relro-main.c: New file.
2002 * gdb.base/gcore-relro-lib.c: New file.
2003
e2de5390
JK
20042012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2005
2006 Do not false FAIL with old GCCs.
2007 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
2008 GCC < 4.5 in $no_hw mode.
2009
606603c5
JK
20102012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2011
2012 * gdb.base/default.exp (cd): Accept new directory with no arguments.
2013
777f26c2
JK
20142012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 * gdb.base/list.exp (test_only_end): New function.
2017 Call it.
2018
2c12abee
TT
20192012-08-06 Tom Tromey <tromey@redhat.com>
2020
2021 * gdb.python/py-mi.exp: Add test for printer whose children
2022 are a list.
2023 * gdb.python/py-prettyprint.c (struct children_as_list): New.
2024 (main): New variable children_as_list.
2025 * gdb.python/py-prettyprint.py (class pp_children_as_list):
2026 New.
2027 (register_pretty_printers): Register new printer.
2028
0eae2cf4
EBM
20292012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
2030
2031 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
2032 symbols. Abort if vgdb remote connection is closed.
2033
09e0881d
DE
20342012-08-02 Doug Evans <dje@google.com>
2035
2036 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
2037
b40f514f
SDJ
20382012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
2039
2040 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
2041 s390x, PowerPC 64 and m68k-linux.
2042
11315ae0
UW
20432012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2044
2045 * gdb.base/annota1.exp: Accept no frames-invalid notification
2046 when starting up the program.
2047 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
2048 show a symbolic value as well.
2049 * gdb.server/server-exec-info.exp: Skip test when skipping
2050 gdbserver test and/or when skipping shared library tests.
2051 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
2052 avoid name conflicts with other tests.
2053
0547eeed
UW
20542012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2055
2056 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
2057 Fix wrong output on big-endian systems.
2058 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
2059 4-byte pointer types on 64-bit s390x.
2060
bdddb4de
UW
20612012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2062
2063 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
2064 marker comment at the beginning (after intialization).
2065 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
2066 breakpoint on marker comment instead of function begin.
2067 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
2068 PowerPC.
2069 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
2070 or 64-bit PowerPC.
2071 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
2072 gdb,no_hardware_watchpoints flag is set.
2073 (initialize): Remove now redundant can-use-hw-watchpoints change.
2074
5d206025
YQ
20752012-08-02 Yao Qi <yao@codesourcery.com>
2076 Pedro Alves <palves@redhat.com>
2077
2078 * boards/local-remote-host.exp: New.
2079
4f665099
UW
20802012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2081
2082 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
2083 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
2084 * gdb.base/print-file-var.exp: Likewise.
2085 * gdb.server/solib-list.exp: Skip on remote targets.
2086
b62e2b27
UW
20872012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2088
2089 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
2090 watchpoints on ARM. When expecting software watchpoints, tolerate
2091 (remote) targets that report unsupported hardware watchpoint only
2092 at continue time.
2093 (test_wide_location_2): Likewise.
2094
a967a851
JK
20952012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2096
2097 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
2098 valgrind versions.
2099
75d9f9ff 21002012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
2101
2102 * gdb.base/valgrind-infcall.c: New file.
2103 * gdb.base/valgrind-infcall.exp: New file.
2104
75d9f9ff
JK
2105 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
2106
1c9f2ed2
KS
21072012-07-30 Keith Seitz <keiths@redhat.com>
2108
2109 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
2110 linespecs.
2111
7f9b2034
DE
21122012-07-30 Doug Evans <dje@google.com>
2113
85220e01
DE
2114 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
2115 * gdb.dwarf2/pr13961.S: Ditto.
2116
7f9b2034
DE
2117 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
2118
4e969b4f
AB
21192012-07-30 Andrew Burgess <aburgess@broadcom.com>
2120
2121 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
2122 change its format immediately after reloading the binary.
2123
e7de8362
JK
21242012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2125
2126 Fix testsuite regression after --use-deprecated-index-sections removal.
2127 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
2128 string.
2129 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
2130
7255706c
YQ
21312012-07-27 Yao Qi <yao@codesourcery.com>
2132
2133 KFAIL for PR remote/14161.
2134 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
2135 Cleanup socket files.
2136 (strace_info_marker): Detach inferior.
2137
f2e8016f
TT
21382012-07-26 Tom Tromey <tromey@redhat.com>
2139
6fdff2c5 2140 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 2141
f66713d2
JK
21422012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2143
2144 * gdb.python/py-inferior.c (thread): New function.
2145 (check_threads): New function.
2146 (test_threads): New function.
2147 * gdb.python/py-inferior.exp: Added test.
2148 Replaced runto with continue to breakpoint.
2149
8223e12c
TT
21502012-07-26 Tom Tromey <tromey@redhat.com>
2151
2152 * lib/ada.exp (standard_ada_testfile): New proc.
2153 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
2154 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
2155 * gdb.ada/array_return.exp: Use standard_ada_testfile.
2156 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
2157 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
2158 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
2159 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
2160 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
2161 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
2162 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
2163 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
2164 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
2165 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
2166 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
2167 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
2168 * gdb.ada/char_param.exp: Use standard_ada_testfile.
2169 * gdb.ada/complete.exp: Use standard_ada_testfile.
2170 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
2171 standard_output_file.
2172 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
2173 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
2174 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
2175 standard_output_file.
2176 * gdb.ada/exprs.exp: Use standard_ada_testfile.
2177 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
2178 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
2179 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
2180 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
2181 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
2182 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
2183 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
2184 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
2185 * gdb.ada/homonym.exp: Use standard_ada_testfile.
2186 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
2187 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
2188 * gdb.ada/interface.exp: Use standard_ada_testfile.
2189 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
2190 standard_output_file
2191 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
2192 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
2193 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
2194 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
2195 * gdb.ada/nested.exp: Use standard_ada_testfile.
2196 * gdb.ada/null_array.exp: Use standard_ada_testfile.
2197 * gdb.ada/null_record.exp: Use standard_ada_testfile.
2198 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
2199 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
2200 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
2201 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
2202 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
2203 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
2204 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
2205 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
2206 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
2207 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
2208 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
2209 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
2210 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
2211 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
2212 * gdb.ada/start.exp: Use standard_ada_testfile.
2213 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
2214 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
2215 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
2216 * gdb.ada/tagged.exp: Use standard_ada_testfile.
2217 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
2218 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
2219 * gdb.ada/tasks.exp: Use standard_ada_testfile.
2220 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
2221 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
2222 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
2223 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
2224 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
2225 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
2226 * gdb.ada/widewide.exp: Use standard_ada_testfile.
2227
bbec57e4
JK
22282012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2229
2230 Fix testsuite regression after --use-deprecated-index-sections removal.
2231 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
2232
9cc8e32c
JK
22332012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2234
2235 Fix compatibility with Tcl before 7.5.
2236 * lib/future.exp (lreverse): New function if it does not exist.
2237
ea5ca7b5
MK
22382012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
2239
2240 * gdb.mi/mi-pending.c: New method to set a second pending
2241 breakpoint.
2242 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
2243 condition.
2244
64776a0b
PA
22452012-07-20 Pedro Alves <palves@redhat.com>
2246
2247 PR threads/11692
2248 PR gdb/12203
2249
2250 * gdb.threads/create-fail.c: New file.
2251 * gdb.threads/create-fail.exp: New file.
2252
13e4e967
PA
22532012-07-19 Pedro Alves <palves@redhat.com>
2254
2255 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
2256 * config/vx.exp (gdb_start): Likewise.
2257 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
2258 * gdb.base/setvar.exp (test_set): Likewise.
2259 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
2260 * gdb.reverse/sigall-precsave.exp: Likewise.
2261 * gdb.reverse/sigall-reverse.exp: Likewise.
2262
b7aefa4d
PA
22632012-07-19 Pedro Alves <palves@redhat.com>
2264
2265 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
2266 handler before recording.
2267
608b4967
TT
22682012-07-19 Tom Tromey <tromey@redhat.com>
2269
2270 * gdb.cp/casts.exp: Add tests for typeof and decltype.
2271 * gdb.cp/casts.cc (decltype): New function.
2272 (main): Use it.
2273
b1e0c0fa
PA
22742012-07-19 Pedro Alves <palves@redhat.com>
2275
2276 * gdb.base/sigall.exp (signals): New list.
2277 <top level>: Loop over signals in the $signals list instead of
2278 calling a test function once per signal.
2279 * gdb.reverse/sigall-precsave.exp (signals): New list.
2280 <top level>: Loop over signals in the $signals list instead of
2281 calling a test function once per signal.
2282 * gdb.reverse/sigall-reverse.exp (signals): New list.
2283 <top level>: Loop over signals in the $signals list instead of
2284 calling a test function once per signal.
2285
6ace3df1
YQ
22862012-07-19 Yao Qi <yao@codesourcery.com>
2287
2288 * gdb.base/setshow.exp: Test 'set args ~'.
2289
263a0f8c
JK
22902012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2291
2292 * gdb.base/store.exp (check_set): Import gdb_prompt.
2293 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
2294 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
2295
8f043999
JK
22962012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2297
2298 PR 11914
2299 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
2300 (main): Call eval_sub.
2301 * gdb.python/py-prettyprint.exp:
2302 (python execfile ('py-prettyprint.py')): Move it earlier.
2303 New breakpoint for eval-break.
2304 (continue to breakpoint: eval-break, info locals): New test.
2305 (python execfile ('py-prettyprint.py')): Move it from here.
2306 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
2307 (register_pretty_printers): Register pp_eval_type.
2308
725c7b66
JK
23092012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2310
2311 Fix a testcase regression by me.
2312 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
2313 DW_FORM_data4.
2314
4359dff1
JK
23152012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2316 Doug Evans <dje@google.com>
2317
2318 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
2319 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
2320
61e44cfa
JK
23212012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2322
2323 Fix gdbserver run regression.
2324 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
2325
93c0ef37
TT
23262012-07-12 Tom Tromey <tromey@redhat.com>
2327
2328 * lib/gdb.exp (standard_testfile): Don't declare objdir.
2329 (clean_restart): Likewise.
2330 (core_find): Use standard_output_file.
2331
76027ef5
TT
23322012-07-12 Tom Tromey <tromey@redhat.com>
2333
2334 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
2335 * gdb.dwarf2/dw2-anonymous-func.exp: Use
2336 prepare_for_testing_full.
2337 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
2338 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
2339 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
2340 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
2341 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
2342 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
2343 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
2344 prepare_for_testing_full.
2345 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
2346 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
2347 prepare_for_testing_full.
2348 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
2349 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
2350 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
2351
85b4440a
TT
23522012-07-12 Tom Tromey <tromey@redhat.com>
2353
2354 * lib/gdb.exp (build_executable_from_specs): New proc, from
2355 build_executable.
2356 (build_executable): Use it.
2357 (prepare_for_testing_full): New proc.
2358
55baab26
TT
23592012-07-11 Tom Tromey <tromey@redhat.com>
2360
2361 * gdb.reverse/break-precsave.exp: Use standard_output_file.
2362 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
2363 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
2364 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
2365 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
2366 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
2367 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
2368 * gdb.reverse/step-precsave.exp: Use standard_output_file.
2369 * gdb.reverse/until-precsave.exp: Use standard_output_file.
2370 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
2371
298a9cf0
TT
23722012-07-10 Tom Tromey <tromey@redhat.com>
2373
2374 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
2375 standard_output_file.
2376 * gdb.mi/gdb2549.exp: Use standard_testfile.
2377 * gdb.mi/gdb669.exp: Use standard_testfile.
2378 * gdb.mi/gdb701.exp: Use standard_testfile.
2379 * gdb.mi/gdb792.exp: Use standard_testfile.
2380 * gdb.mi/mi-async.exp: Use standard_testfile.
2381 * gdb.mi/mi-basics.exp: Use standard_testfile.
2382 * gdb.mi/mi-break.exp: Use standard_testfile.
2383 * gdb.mi/mi-cli.exp: Use standard_testfile.
2384 * gdb.mi/mi-console.exp: Use standard_testfile.
2385 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
2386 * gdb.mi/mi-eval.exp: Use standard_testfile.
2387 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
2388 * gdb.mi/mi-file.exp: Use standard_testfile.
2389 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
2390 * gdb.mi/mi-logging.exp: Use standard_testfile.
2391 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
2392 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
2393 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
2394 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
2395 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
2396 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
2397 * gdb.mi/mi-pending.exp: Use standard_testfile,
2398 standard_output_file.
2399 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
2400 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
2401 * gdb.mi/mi-regs.exp: Use standard_testfile.
2402 * gdb.mi/mi-return.exp: Use standard_testfile.
2403 * gdb.mi/mi-reverse.exp: Use standard_testfile.
2404 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
2405 * gdb.mi/mi-solib.exp: Use standard_testfile,
2406 standard_output_file.
2407 * gdb.mi/mi-stack.exp: Use standard_testfile.
2408 * gdb.mi/mi-stepi.exp: Use standard_testfile.
2409 * gdb.mi/mi-stepn.exp: Use standard_testfile.
2410 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
2411 * gdb.mi/mi-until.exp: Use standard_testfile.
2412 * gdb.mi/mi-var-block.exp: Use standard_testfile.
2413 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
2414 * gdb.mi/mi-var-child.exp: Use standard_testfile.
2415 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
2416 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
2417 * gdb.mi/mi-var-display.exp: Use standard_testfile.
2418 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
2419 standard_output_file.
2420 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
2421 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
2422 * gdb.mi/mi-watch.exp: Use standard_testfile.
2423 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
2424 * gdb.mi/mi2-basics.exp: Use standard_testfile.
2425 * gdb.mi/mi2-break.exp: Use standard_testfile.
2426 * gdb.mi/mi2-cli.exp: Use standard_testfile.
2427 * gdb.mi/mi2-console.exp: Use standard_testfile.
2428 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
2429 * gdb.mi/mi2-eval.exp: Use standard_testfile.
2430 * gdb.mi/mi2-file.exp: Use standard_testfile.
2431 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
2432 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
2433 * gdb.mi/mi2-regs.exp: Use standard_testfile.
2434 * gdb.mi/mi2-return.exp: Use standard_testfile.
2435 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
2436 * gdb.mi/mi2-stack.exp: Use standard_testfile.
2437 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
2438 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
2439 * gdb.mi/mi2-until.exp: Use standard_testfile.
2440 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
2441 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
2442 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
2443 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
2444 * gdb.mi/mi2-watch.exp: Use standard_testfile.
2445
f5f3a911
TT
24462012-07-10 Tom Tromey <tromey@redhat.com>
2447
2448 * gdb.cp/abstract-origin.exp: Use standard_testfile.
2449 * gdb.cp/ambiguous.exp: Use standard_testfile,
2450 prepare_for_testing.
2451 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
2452 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
2453 * gdb.cp/anon-ns.exp: Use standard_testfile.
2454 * gdb.cp/anon-struct.exp: Use standard_testfile.
2455 * gdb.cp/anon-union.exp: Use standard_testfile,
2456 prepare_for_testing.
2457 * gdb.cp/arg-reference.exp: Use standard_testfile,
2458 prepare_for_testing.
2459 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
2460 * gdb.cp/breakpoint.exp: Use standard_testfile,
2461 prepare_for_testing.
2462 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
2463 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
2464 standard_output_file.
2465 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
2466 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
2467 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
2468 (test_static_members): Update.
2469 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
2470 * gdb.cp/converts.exp: Use standard_testfile.
2471 * gdb.cp/cp-relocate.exp: Use standard_testfile.
2472 * gdb.cp/cpcompletion.exp: Use standard_testfile,
2473 prepare_for_testing.
2474 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
2475 * gdb.cp/cplabel.exp: Use standard_testfile.
2476 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
2477 prepare_for_testing.
2478 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
2479 * gdb.cp/derivation.exp: Use standard_testfile,
2480 prepare_for_testing.
2481 * gdb.cp/destrprint.exp: Use standard_testfile.
2482 * gdb.cp/dispcxx.exp: Use standard_testfile.
2483 * gdb.cp/exception.exp: Use standard_testfile,
2484 prepare_for_testing.
2485 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
2486 * gdb.cp/extern-c.exp: Use standard_testfile,
2487 prepare_for_testing.
2488 * gdb.cp/formatted-ref.exp: Use standard_testfile,
2489 prepare_for_testing.
2490 * gdb.cp/fpointer.exp: Use standard_testfile.
2491 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
2492 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
2493 standard_output_file.
2494 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
2495 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
2496 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
2497 standard_output_file.
2498 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
2499 (do_tests): Update.
2500 * gdb.cp/koenig.exp: Use standard_testfile.
2501 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
2502 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
2503 * gdb.cp/m-static.exp: Use standard_testfile,
2504 prepare_for_testing.
2505 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
2506 * gdb.cp/mb-inline.exp: Use standard_testfile,
2507 prepare_for_testing.
2508 * gdb.cp/mb-templates.exp: Use standard_testfile,
2509 prepare_for_testing.
2510 * gdb.cp/member-ptr.exp: Use standard_testfile,
2511 prepare_for_testing.
2512 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
2513 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
2514 * gdb.cp/method2.exp: Use standard_testfile.
2515 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
2516 standard_output_file.
2517 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
2518 (do_tests): Update.
2519 * gdb.cp/namespace-enum.exp: Use standard_testfile,
2520 prepare_for_testing.
2521 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
2522 prepare_for_testing.
2523 * gdb.cp/namespace.exp: Use standard_testfile,
2524 prepare_for_testing.
2525 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
2526 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
2527 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
2528 * gdb.cp/nsimport.exp: Use standard_testfile,
2529 prepare_for_testing.
2530 * gdb.cp/nsnested.exp: Use standard_testfile.
2531 * gdb.cp/nsnoimports.exp: Use standard_testfile.
2532 * gdb.cp/nsrecurs.exp: Use standard_testfile,
2533 prepare_for_testing.
2534 * gdb.cp/nsstress.exp: Use standard_testfile,
2535 prepare_for_testing.
2536 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
2537 * gdb.cp/operator.exp: Use standard_testfile.
2538 * gdb.cp/oranking.exp: Use standard_testfile.
2539 * gdb.cp/overload-const.exp: Use standard_testfile.
2540 * gdb.cp/overload.exp: Use standard_testfile,
2541 prepare_for_testing.
2542 * gdb.cp/ovldbreak.exp: Use standard_testfile.
2543 * gdb.cp/ovsrch.exp: Use standard_testfile.
2544 * gdb.cp/paren-type.exp: Use standard_testfile.
2545 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
2546 prepare_for_testing.
2547 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
2548 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
2549 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
2550 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
2551 * gdb.cp/pr10728.exp: Use standard_testfile,
2552 standard_output_file.
2553 * gdb.cp/pr12028.exp: Use standard_testfile.
2554 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
2555 * gdb.cp/pr9167.exp: Use standard_testfile.
2556 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
2557 * gdb.cp/printmethod.exp: Use standard_testfile,
2558 prepare_for_testing.
2559 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
2560 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
2561 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
2562 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
2563 standard_output_file.
2564 * gdb.cp/readnow-language.exp: Use standard_testfile.
2565 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
2566 (gdb_start_again): Use clean_restart.
2567 * gdb.cp/ref-types.exp: Use standard_testfile,
2568 prepare_for_testing.
2569 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
2570 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
2571 * gdb.cp/smartp.exp: Use standard_testfile.
2572 * gdb.cp/static-method.exp: Use standard_testfile.
2573 * gdb.cp/static-print-quit.exp: Use standard_testfile.
2574 * gdb.cp/temargs.exp: Use standard_testfile.
2575 * gdb.cp/templates.exp: Use standard_testfile,
2576 prepare_for_testing.
2577 (do_tests): Update.
2578 * gdb.cp/try_catch.exp: Use standard_testfile,
2579 prepare_for_testing.
2580 * gdb.cp/typedef-operator.exp: Use standard_testfile.
2581 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
2582 * gdb.cp/virtbase.exp: Use standard_testfile,
2583 prepare_for_testing.
2584 * gdb.cp/virtfunc.exp: Use standard_testfile,
2585 prepare_for_testing.
2586 (do_tests): Update.
2587 * gdb.cp/virtfunc2.exp: Use standard_testfile,
2588 prepare_for_testing.
2589
686f09d0
TT
25902012-07-10 Tom Tromey <tromey@redhat.com>
2591
2592 * lib/gdb.exp (standard_testfile): Unset output variables from
2593 earlier invocations.
2594
9357e021
YQ
25952012-07-10 Yao Qi <yao@codesourcery.com>
2596
2597 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
2598 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
2599 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
2600 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
2601 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
2602 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
2603 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
2604 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
2605 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
2606 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
2607 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
2608 * gdb.mi/mi-var-display.exp: Likewise.
2609 * gdb.mi/mi-var-invalidate.exp: Likewise.
2610 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
2611 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
2612 * gdb.mi/mi2-console.exp: Likewise.
2613 * gdb.mi/mi2-disassemble.exp: Likewise.
2614 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
2615 * gdb.mi/mi2-read-memory.exp: Likewise.
2616 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
2617 * gdb.mi/mi2-simplerun.exp: Likewise.
2618 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
2619 * gdb.mi/mi2-syn-frame.exp: Likewise.
2620 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
2621 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
2622 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
2623
e314d629
TT
26242012-07-09 Tom Tromey <tromey@redhat.com>
2625
2626 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
2627 * gdb.base/callfuncs.exp: Add cast-based test.
2628 * gdb.base/callfuncs.c (voidfunc): New function.
2629
06928b3f
DE
26302012-07-08 Doug Evans <dje@google.com>
2631
2632 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
2633
32f11bad
JK
26342012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2635
2636 Fix XFAIL compatibility with old i386 systems.
2637 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
2638 Check also 'Cannot insert breakpoint 0'.
2639
76b83c51
JK
26402012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2641
2642 PR 14321
2643 * gdb.base/find.exp
2644 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
2645
a6fb9c08
TT
26462012-07-06 Tom Tromey <tromey@redhat.com>
2647
2648 * gdb.base/whatis.exp: Add test.
2649
71918a86
TT
26502012-07-06 Tom Tromey <tromey@redhat.com>
2651
2652 * gdb.base/whatis.exp: Add regression test.
2653
fcde5961
TT
26542012-07-06 Tom Tromey <tromey@redhat.com>
2655
2656 * gdb.base/whatis.exp: Add tests.
2657
f9cf0f4a
JK
26582012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2659
2660 PR 12649
2661 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
2662 gdb_test_multiple $gdb_prompt terminator.
2663
979ade8b
PA
26642012-07-04 Pedro Alves <palves@redhat.com>
2665
2666 * gdb.mi/mi-reverse.exp: Use supports_reverse and
2667 supports_process_record.
2668
8a980b44
PA
26692012-07-04 Pedro Alves <palves@redhat.com>
2670
2671 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
2672 endings.
2673 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
2674
855ba978
SS
26752012-07-03 Stan Shebs <stan@codesourcery.com>
2676
2677 * gdb.base/info-os.c (main): Retry resource acquisition until an
2678 available one is found.
2679 * gdb.base/info-os.exp: Collect resource keys from the program
2680 and use them in matching.
2681
fcb44371
JK
26822012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2683
2684 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
2685 Wrap the test into loop for corefile and core0file.
2686
08a67be6
JK
26872012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2688
2689 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
2690 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
2691 .note.GNU-stack.
2692
0f3c2347
JK
2693 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
2694
ff4a4500
SDJ
26952012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
2696
2697 * gdb.base/help.exp (help b, help br, help bre, help brea, help
2698 break): Include help message for the new `-probe' and `-probe-stap'
2699 options.
2700
d3ce09f5
SS
27012012-07-02 Stan Shebs <stan@codesourcery.com>
2702
2703 * gdb.base/dprintf.exp: Add agent style tests.
2704
a1624241
JK
27052012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2706
2707 * gdb.base/stale-infcall.c (infcall): New label test-next.
2708 (main): New labels test-pass and test-fail.
2709 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
2710 $test_fail_bpnum to test-fail.
2711 (test system longjmp tracking support): New test.
2712 Delete $test_fail_bpnum.
2713 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
2714 breakpoint.
2715
42e7ad6c
DE
27162012-06-30 Doug Evans <dje@google.com>
2717
2718 * gdb.dwarf2/fission-reread.S: New file.
2719 * gdb.dwarf2/fission-reread.exp: New file.
2720
37ce89eb
SS
27212012-06-28 Stan Shebs <stan@codesourcery.com>
2722
2723 * gdb.mi/mi-logging.exp: New file.
2724
e5ef252a
PA
27252012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2726 Pedro Alves <palves@redhat.com>
2727
2728 * gdb.threads/siginfo-threads.exp: New file.
2729 * gdb.threads/siginfo-threads.c: New file.
2730 * gdb.threads/sigstep-threads.exp: New file.
2731 * gdb.threads/sigstep-threads.c: New file.
2732
22f1fbae
TT
27332012-06-28 Tom Tromey <tromey@redhat.com>
2734
2735 * gdb.go/package.exp: Partially revert earlier patch; use
2736 gdb_compile again. Use standard_output_file.
2737
2e3cf129
DE
27382012-06-27 Doug Evans <dje@google.com>
2739
2740 * gdb.dwarf2/fission-base.c: New file.
2741 * gdb.dwarf2/fission-base.S: New file.
2742 * gdb.dwarf2/fission-base.exp: New file.
2743
785fd303
JK
27442012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2745
2746 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
2747
1bb9788d
TT
27482012-06-27 Tom Tromey <tromey@redhat.com>
2749
2750 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
2751 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
2752
c83ee902
TT
27532012-06-27 Tom Tromey <tromey@redhat.com>
2754
2755 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
2756 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
2757 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
2758 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
2759 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
2760 prepare_for_testing.
2761 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
2762 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
2763 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
2764 standard_testfile.
2765 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
2766 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
2767 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
2768 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
2769 prepare_for_testing.
2770 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
2771 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
2772 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
2773 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
2774 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
2775 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
2776 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
2777 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
2778 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
2779 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
2780 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
2781 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
2782 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
2783 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
2784 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
2785 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
2786 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
2787 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
2788 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
2789 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
2790 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
2791 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
2792 standard_output_file.
2793 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
2794 standard_output_file.
2795 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
2796 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
2797 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
2798 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
2799 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
2800 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
2801 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
2802 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
2803 * gdb.dwarf2/implptr.exp: Use standard_testfile.
2804 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
2805 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
2806 * gdb.dwarf2/pieces.exp: Use standard_testfile.
2807 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
2808 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
2809 * gdb.dwarf2/valop.exp: Use standard_testfile,
2810 prepare_for_testing.
2811
5204774b
TT
28122012-06-27 Tom Tromey <tromey@redhat.com>
2813
2814 * gdb.python/python.exp: Fix regexps in pagination tests.
2815
ee0bf529
SCR
28162012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2817
2818 * gdb.python/py-symtab.exp: Add tests to test the new attribute
2819 'last' of gdb.Symtab_and_line.
2820 * gdb.python/py-symbol.c: Move break point comment to enable
2821 testing of gdb.Symtab_and_line.last.
2822
14fcc022
TT
28232012-06-26 Tom Tromey <tromey@redhat.com>
2824
2825 * gdb.threads/step.c: Remove.
2826 * gdb.threads/step.exp: Remove.
2827 * gdb.threads/step2.exp: Remove.
2828
0efbbabc
TT
28292012-06-26 Tom Tromey <tromey@redhat.com>
2830
2831 * gdb.threads/watchpoint-fork.exp (test): Use
2832 standard_output_file. Don't declare objdir.
2833 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
2834 standard_output_file.
2835 * gdb.threads/attach-stopped.exp: Use standard_testfile.
2836 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
2837 clean_restart. Remove incdir.
2838 * gdb.threads/corethreads.exp: Use standard_testfile.
2839 * gdb.threads/execl.exp: Use standard_testfile,
2840 standard_output_file, clean_restart.
2841 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
2842 clean_restart.
2843 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
2844 clean_restart.
2845 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
2846 incdir.
2847 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
2848 clean_restart. Remove incdir.
2849 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
2850 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
2851 clean_restart. Remove incdir.
2852 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
2853 Remove incdir.
2854 * gdb.threads/leader-exit.exp: Use standard_testfile.
2855 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
2856 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
2857 clean_restart.
2858 * gdb.threads/manythreads.exp: Use standard_testfile,
2859 clean_restart. Remove incdir.
2860 * gdb.threads/multi-create.exp: Use standard_testfile,
2861 clean_restart.
2862 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
2863 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
2864 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
2865 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
2866 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
2867 * gdb.threads/pending-step.exp: Use standard_testfile,
2868 clean_restart. Remove incdir.
2869 * gdb.threads/print-threads.exp: Use standard_testfile,
2870 clean_restart. Remove incdir.
2871 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
2872 clean_restart. Remove incdir.
2873 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
2874 Remove incdir.
2875 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
2876 incdir.
2877 * gdb.threads/sigthread.exp: Use standard_testfile,
2878 clean_restart.
2879 * gdb.threads/staticthreads.exp: Use standard_testfile,
2880 clean_restart. Remove incdir.
2881 * gdb.threads/switch-threads.exp: Use standard_testfile,
2882 clean_restart. Remove incdir.
2883 * gdb.threads/thread-execl.exp: Use standard_testfile,
2884 clean_restart. Remove incdir.
2885 * gdb.threads/thread-find.exp: Use standard_testfile,
2886 clean_restart.
2887 * gdb.threads/thread-specific.exp: Use standard_testfile,
2888 clean_restart. Remove incdir.
2889 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
2890 clean_restart. Remove incdir.
2891 * gdb.threads/thread_check.exp: Use standard_testfile,
2892 clean_restart. Remove incdir.
2893 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
2894 incdir.
2895 * gdb.threads/threadapply.exp: Use standard_testfile,
2896 clean_restart. Remove incdir.
2897 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
2898 clean_restart. Remove incdir.
2899 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
2900 clean_restart.
2901 * gdb.threads/tls-shared.exp: Use standard_testfile,
2902 clean_restart, standard_output_file.
2903 * gdb.threads/tls-var.exp: Use standard_testfile,
2904 standard_output_file.
2905 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
2906 Remove incdir.
2907 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
2908 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
2909 incdir.
2910 * gdb.threads/watchthreads2.exp: Use standard_testfile,
2911 clean_restart. Remove incdir.
2912
497a5eb0
TT
29132012-06-26 Tom Tromey <tromey@redhat.com>
2914
2915 * gdb.trace/actions.exp: Use standard_testfile.
2916 * gdb.trace/ax.exp: Use standard_testfile.
2917 * gdb.trace/backtrace.exp: Use standard_testfile.
2918 * gdb.trace/change-loc.exp: Use standard_testfile.
2919 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
2920 * gdb.trace/collection.exp: Use standard_testfile,
2921 prepare_for_testing.
2922 * gdb.trace/deltrace.exp: Use standard_testfile.
2923 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
2924 * gdb.trace/ftrace.exp: Use standard_testfile.
2925 * gdb.trace/infotrace.exp: Use standard_testfile.
2926 * gdb.trace/packetlen.exp: Use standard_testfile.
2927 * gdb.trace/passc-dyn.exp: Use standard_testfile.
2928 * gdb.trace/passcount.exp: Use standard_testfile.
2929 * gdb.trace/pending.exp: Use standard_testfile.
2930 * gdb.trace/report.exp: Use standard_testfile.
2931 * gdb.trace/save-trace.exp: Use standard_testfile.
2932 * gdb.trace/stap-trace.exp: Use standard_testfile.
2933 * gdb.trace/status-stop.exp: Use standard_testfile.
2934 * gdb.trace/strace.exp: Use standard_testfile.
2935 * gdb.trace/tfile.exp: Use standard_testfile.
2936 * gdb.trace/tfind.exp: Use standard_testfile.
2937 * gdb.trace/trace-break.exp: Use standard_testfile.
2938 * gdb.trace/trace-mt.exp: Use standard_testfile.
2939 * gdb.trace/tracecmd.exp: Use standard_testfile.
2940 * gdb.trace/tspeed.exp: Use standard_testfile.
2941 * gdb.trace/tstatus.exp: Use standard_testfile.
2942 * gdb.trace/tsv.exp: Use standard_testfile.
2943 * gdb.trace/unavailable.exp: Use standard_testfile,
2944 prepare_for_testing.
2945 * gdb.trace/while-dyn.exp: Use standard_testfile.
2946 * gdb.trace/while-stepping.exp: Use standard_testfile.
2947
7686c074
TT
29482012-06-26 Tom Tromey <tromey@redhat.com>
2949
2950 * gdb.reverse/break-precsave.exp: Use standard_testfile.
2951 * gdb.reverse/break-reverse.exp: Use standard_testfile.
2952 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
2953 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
2954 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
2955 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
2956 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
2957 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
2958 prepare_for_testing.
2959 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
2960 prepare_for_testing.
2961 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
2962 prepare_for_testing.
2963 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
2964 prepare_for_testing.
2965 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
2966 prepare_for_testing
2967 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
2968 * gdb.reverse/machinestate.exp: Use standard_testfile.
2969 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
2970 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
2971 build_executable.
2972 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
2973 build_executable.
2974 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
2975 standard_output_file.
2976 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
2977 standard_output_file.
2978 * gdb.reverse/step-precsave.exp: Use standard_testfile.
2979 * gdb.reverse/step-reverse.exp: Use standard_testfile.
2980 * gdb.reverse/until-precsave.exp: Use standard_testfile.
2981 * gdb.reverse/until-reverse.exp: Use standard_testfile.
2982 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
2983 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
2984
481fc100
TT
29852012-06-26 Tom Tromey <tromey@redhat.com>
2986
2987 * gdb.stabs/weird.exp: Remove directory-checking code. Use
2988 standard_output_file.
2989 * gdb.stabs/exclfwd.exp: Use standard_testfile,
2990 prepare_for_testing. Remove directory-checking code.
2991
7bb18ae2
TT
29922012-06-25 Tom Tromey <tromey@redhat.com>
2993
2994 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
2995 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
2996 build_executable, not prepare_for_testing.
2997 * gdb.multi/base.exp: Use standard_output_file. Use
2998 build_executable, not prepare_for_testing.
2999
cf09b3e4
TT
30002012-06-25 Tom Tromey <tromey@redhat.com>
3001
3002 * gdb.fortran/subarray.exp: Use standard_testfile,
3003 prepare_for_testing.
3004 * gdb.fortran/multi-dim.exp: Use standard_testfile.
3005 * gdb.fortran/module.exp: Use standard_testfile.
3006 * gdb.fortran/logical.exp: Use standard_testfile.
3007 * gdb.fortran/library-module.exp: Use standard_testfile,
3008 standard_output_file.
3009 * gdb.fortran/derived-type.exp: Use standard_testfile,
3010 prepare_for_testing.
3011 * gdb.fortran/complex.exp: Use standard_testfile,
3012 prepare_for_testing.
3013 * gdb.fortran/charset.exp: Use standard_testfile.
3014 * gdb.fortran/array-element.exp: Use standard_testfile,
3015 prepare_for_testing.
3016
18b5ff1b
KS
30172012-06-25 Keith Seitz <keiths@redhat.com>
3018
3019 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
3020 Change rbreak-related tests to KFAIL and add bugzilla numbers.
3021
17b77626
TT
30222012-06-25 Tom Tromey <tromey@redhat.com>
3023
3024 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
3025 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
3026 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
3027 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
3028
f91e3dc1
TT
30292012-06-25 Tom Tromey <tromey@redhat.com>
3030
3031 * gdb.linespec/ls-errs.exp: Use standard_testfile.
3032 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
3033 * gdb.linespec/linespec.exp: Use standard_testfile.
3034
a884434d
TT
30352012-06-25 Tom Tromey <tromey@redhat.com>
3036
3037 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
3038 prepare_for_testing.
3039
efc9d70a
TT
30402012-06-25 Tom Tromey <tromey@redhat.com>
3041
3042 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
3043 prepare_for_testing.
3044 * gdb.opt/inline-break.exp: Use standard_testfile,
3045 prepare_for_testing.
3046 * gdb.opt/inline-bt.exp: Use standard_testfile,
3047 prepare_for_testing.
3048 * gdb.opt/inline-cmds.exp: Use standard_testfile,
3049 prepare_for_testing.
3050 * gdb.opt/inline-locals.exp: Use standard_testfile,
3051 prepare_for_testing.
3052
e2fc92c6
TT
30532012-06-25 Tom Tromey <tromey@redhat.com>
3054
3055 * gdb.asm/asm-source.exp: Use standard_output_file,
3056 standard_testfile. Construct .o files in proper subdir.
3057
b0963d73
TT
30582012-06-25 Tom Tromey <tromey@redhat.com>
3059
3060 * gdb.server/ext-attach.exp: Use standard_testfile,
3061 prepare_for_testing.
3062 * gdb.server/ext-run.exp: Use standard_testfile,
3063 build_executable.
3064 * gdb.server/file-transfer.exp: Use standard_testfile,
3065 prepare_for_testing.
3066 * gdb.server/server-exec-info.exp: Use standard_testfile.
3067 * gdb.server/server-mon.exp: Use standard_testfile,
3068 prepare_for_testing.
3069 * gdb.server/server-run.exp: Use standard_testfile,
3070 build_executable.
3071 * gdb.server/solib-list.exp: Use standard_testfile,
3072 standard_output_file.
3073
8a3e1f8d
TT
30742012-06-25 Tom Tromey <tromey@redhat.com>
3075
3076 * lib/gdb.exp (standard_output_file): Use "file join".
3077 * gdb.go/chan.exp: Use standard_testfile.
3078 * gdb.go/handcall.exp: Use standard_testfile.
3079 * gdb.go/hello.exp: Use standard_testfile.
3080 * gdb.integers/chan.exp: Use standard_testfile.
3081 * gdb.go/methods.exp: Use standard_testfile.
3082 * gdb.go/package.exp: Use standard_testfile.
3083 * gdb.go/strings.exp: Use standard_testfile.
3084 * gdb.go/types.exp: Use standard_testfile.
3085 * gdb.go/unsafe.exp: Use standard_testfile.
3086
944a9061
MGD
30872012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3088
3089 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
3090
1c06bd58
JK
30912012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3092
3093 Fix regression by the previous commit.
3094 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
3095
b4a58790
TT
30962012-06-22 Tom Tromey <tromey@redhat.com>
3097
3098 * gdb.python/lib-types.exp: Use standard_testfile,
3099 prepare_for_testing.
3100 * gdb.python/py-block.exp: Use standard_testfile.
3101 * gdb.python/py-breakpoint.exp: Use standard_testfile.
3102 * gdb.python/py-events.exp: Use standard_testfile,
3103 standard_output_file.
3104 * gdb.python/py-evsignal.exp: Use standard_testfile.
3105 * gdb.python/py-evethreads.exp: Use standard_testfile.
3106 * gdb.python/py-explore-cc.exp: Use standard_testfile.
3107 * gdb.python/py-explore.exp: Use standard_testfile.
3108 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
3109 standard_output_file.
3110 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
3111 prepare_for_testing.
3112 * gdb.python/py-frame-inline.exp: Use standard_testfile.
3113 * gdb.python/py-frame.exp: Use standard_testfile.
3114 * gdb.python/py-inferior.exp: Use standard_testfile.
3115 * gdb.python/py-infthread.exp: Use standard_testfile.
3116 * gdb.python/py-mi.exp: Use standard_testfile.
3117 * gdb.python/py-objfile-script.exp: Use standard_testfile,
3118 build_executable.
3119 * gdb.python/py-objfile.exp: Use standard_testfile.
3120 * gdb.python/py-pp-maint.exp: Use standard_testfile,
3121 prepare_for_testing.
3122 * gdb.python/py-prettyprint.exp: Use standard_testfile.
3123 * gdb.python/py-progspace.exp: Use standard_testfile,
3124 build_executable.
3125 * gdb.python/py-prompt.exp: Use standard_testfile,
3126 build_executable.
3127 * gdb.python/py-section-script.exp: Use standard_testfile,
3128 build_executable.
3129 * gdb.python/py-shared.exp: Use standard_testfile,
3130 standard_output_file, clean_restart.
3131 * gdb.python/py-symbol.exp: Use standard_output_file,
3132 prepare_for_testing.
3133 * gdb.python/py-symtab.exp: Use standard_output_file,
3134 prepare_for_testing
3135 * gdb.python/py-template.exp: Use standard_testfile.
3136 * gdb.python/py-type.exp: Use standard_testfile.
3137 * gdb.python/py-value-cc.exp: Use standard_testfile.
3138 * gdb.python/py-value.exp: Use standard_testfile.
3139 * gdb.python/python.exp: Use standard_testfile, build_executable.
3140
2c44deac
TT
31412012-06-22 Tom Tromey <tromey@redhat.com>
3142
3143 * gdb.objc/basicclass.exp: Use standard_testfile.
3144 (do_objc_tests): Don't declare objdir.
3145 * gdb.objc/nondebug.exp: Use standard_testfile.
3146 (do_objc_tests): Don't declare objdir.
3147 * gdb.objc/objcdecode.exp: Use standard_testfile.
3148 (do_objc_tests): Don't declare objdir.
3149
c24ccbce
TT
31502012-06-22 Tom Tromey <tromey@redhat.com>
3151
3152 * gdb.java/jmain.exp: Use standard_testfile.
3153 * gdb.java/jmisc.exp: Use standard_testfile.
3154 * gdb.java/jnpe.exp: Use standard_testfile.
3155 * gdb.java/jprint.exp: Use standard_testfile.
3156
0a6d0306
TT
31572012-06-22 Tom Tromey <tromey@redhat.com>
3158
3159 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
3160 (standard_output_file, standard_testfile): New procs.
3161 (build_executable, clean_restart): Use standard_output_file.
3162
6ea815ef
YQ
31632012-06-22 Yao Qi <yao@codesourcery.com>
3164
3165 * boards/native-gdbserver.exp: New proc ${board}_exec.
3166 * boards/native-stdio-gdbserver.exp: Likewise.
3167
4c93b1db
TT
31682012-06-21 Tom Tromey <tromey@redhat.com>
3169
3170 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
3171 (build_executable): Update.
3172 (get_compiler_info): Remove 'binfile' argument.
3173 * gdb.ada/arrayidx.exp: Update.
3174 * gdb.ada/null_array.exp: Update.
3175 * gdb.arch/altivec-abi.exp: Update.
3176 * gdb.arch/altivec-regs.exp: Update.
3177 * gdb.arch/amd64-byte.exp: Update.
3178 * gdb.arch/amd64-dword.exp: Update.
3179 * gdb.arch/amd64-word.exp: Update.
3180 * gdb.arch/i386-avx.exp: Update.
3181 * gdb.arch/i386-byte.exp: Update.
3182 * gdb.arch/i386-sse.exp: Update.
3183 * gdb.arch/i386-word.exp: Update.
3184 * gdb.arch/ppc-dfp.exp: Update.
3185 * gdb.arch/ppc-fp.exp: Update.
3186 * gdb.arch/vsx-regs.exp: Update.
3187 * gdb.base/all-bin.exp: Update.
3188 * gdb.base/annota1.exp: Update.
3189 * gdb.base/async.exp: Update.
3190 * gdb.base/attach.exp: Update.
3191 * gdb.base/break-interp.exp: Update.
3192 * gdb.base/call-ar-st.exp: Update.
3193 * gdb.base/call-rt-st.exp: Update.
3194 * gdb.base/call-sc.exp: Update.
3195 * gdb.base/callfuncs.exp: Update.
3196 * gdb.base/catch-load.exp: Update.
3197 * gdb.base/completion.exp: Update.
3198 * gdb.base/complex.exp: Update.
3199 * gdb.base/condbreak.exp: Update.
3200 * gdb.base/consecutive.exp: Update.
3201 * gdb.base/constvars.exp: Update.
3202 * gdb.base/corefile.exp: Update.
3203 * gdb.base/eval-skip.exp: Update.
3204 * gdb.base/expand-psymtabs.exp: Update.
3205 * gdb.base/exprs.exp: Update.
3206 * gdb.base/fileio.exp: Update.
3207 * gdb.base/fixsection.exp: Update.
3208 * gdb.base/funcargs.exp: Update.
3209 * gdb.base/gdb11530.exp: Update.
3210 * gdb.base/gdb1555.exp: Update.
3211 * gdb.base/gnu-ifunc.exp: Update.
3212 * gdb.base/gnu_vector.exp: Update.
3213 * gdb.base/info-macros.exp: Update.
3214 * gdb.base/jit-simple.exp: Update.
3215 * gdb.base/jit-so.exp: Update.
3216 * gdb.base/jit.exp: Update.
3217 * gdb.base/langs.exp: Update.
3218 * gdb.base/list.exp: Update.
3219 * gdb.base/logical.exp: Update.
3220 * gdb.base/long_long.exp: Update.
3221 * gdb.base/longjmp.exp: Update.
3222 * gdb.base/macscp.exp: Update.
3223 * gdb.base/mips_pro.exp: Update.
3224 * gdb.base/miscexprs.exp: Update.
3225 * gdb.base/morestack.exp: Update.
3226 * gdb.base/nodebug.exp: Update.
3227 * gdb.base/opaque.exp: Update.
3228 * gdb.base/pc-fp.exp: Update.
3229 * gdb.base/pending.exp: Update.
3230 * gdb.base/permissions.exp: Update.
3231 * gdb.base/pointers.exp: Update.
3232 * gdb.base/prelink.exp: Update.
3233 * gdb.base/printcmds.exp: Update.
3234 * gdb.base/psymtab.exp: Update.
3235 * gdb.base/ptype.exp: Update.
3236 * gdb.base/relational.exp: Update.
3237 * gdb.base/scope.exp: Update.
3238 * gdb.base/setvar.exp: Update.
3239 * gdb.base/shlib-call.exp: Update.
3240 * gdb.base/shreloc.exp: Update.
3241 * gdb.base/signals.exp: Update.
3242 * gdb.base/sizeof.exp: Update.
3243 * gdb.base/so-impl-ld.exp: Update.
3244 * gdb.base/so-indr-cl.exp: Update.
3245 * gdb.base/solib-disc.exp: Update.
3246 * gdb.base/solib-display.exp: Update.
3247 * gdb.base/solib-nodir.exp: Update.
3248 * gdb.base/solib-overlap.exp: Update.
3249 * gdb.base/solib-symbol.exp: Update.
3250 * gdb.base/solib-weak.exp: Update.
3251 * gdb.base/solib.exp: Update.
3252 * gdb.base/store.exp: Update.
3253 * gdb.base/structs.exp: Update.
3254 * gdb.base/structs2.exp: Update.
3255 * gdb.base/type-opaque.exp: Update.
3256 * gdb.base/unload.exp: Update.
3257 * gdb.base/varargs.exp: Update.
3258 * gdb.base/volatile.exp: Update.
3259 * gdb.base/watch_thread_num.exp: Update.
3260 * gdb.base/watchpoint-solib.exp: Update.
3261 * gdb.base/watchpoint.exp: Update.
3262 * gdb.base/watchpoints.exp: Update.
3263 * gdb.base/whatis.exp: Update.
3264 * gdb.cell/arch.exp: Update.
3265 * gdb.cell/break.exp: Update.
3266 * gdb.cell/bt.exp: Update.
3267 * gdb.cell/core.exp: Update.
3268 * gdb.cell/data.exp: Update.
3269 * gdb.cell/ea-cache.exp: Update.
3270 * gdb.cell/f-regs.exp: Update.
3271 * gdb.cell/fork.exp: Update.
3272 * gdb.cell/gcore.exp: Update.
3273 * gdb.cell/mem-access.exp: Update.
3274 * gdb.cell/ptype.exp: Update.
3275 * gdb.cell/registers.exp: Update.
3276 * gdb.cell/sizeof.exp: Update.
3277 * gdb.cell/solib-symbol.exp: Update.
3278 * gdb.cell/solib.exp: Update.
3279 * gdb.cp/ambiguous.exp: Update.
3280 * gdb.cp/breakpoint.exp: Update.
3281 * gdb.cp/bs15503.exp: Update.
3282 * gdb.cp/casts.exp: Update.
3283 * gdb.cp/class2.exp: Update.
3284 * gdb.cp/cpexprs.exp: Update.
3285 * gdb.cp/cplusfuncs.exp: Update.
3286 * gdb.cp/ctti.exp: Update.
3287 * gdb.cp/dispcxx.exp: Update.
3288 * gdb.cp/gdb1355.exp: Update.
3289 * gdb.cp/gdb2384.exp: Update.
3290 * gdb.cp/gdb2495.exp: Update.
3291 * gdb.cp/infcall-dlopen.exp: Update.
3292 * gdb.cp/local.exp: Update.
3293 * gdb.cp/m-data.exp: Update.
3294 * gdb.cp/m-static.exp: Update.
3295 * gdb.cp/mb-ctor.exp: Update.
3296 * gdb.cp/mb-inline.exp: Update.
3297 * gdb.cp/mb-templates.exp: Update.
3298 * gdb.cp/member-ptr.exp: Update.
3299 * gdb.cp/method.exp: Update.
3300 * gdb.cp/namespace.exp: Update.
3301 * gdb.cp/nextoverthrow.exp: Update.
3302 * gdb.cp/nsdecl.exp: Update.
3303 * gdb.cp/nsrecurs.exp: Update.
3304 * gdb.cp/nsstress.exp: Update.
3305 * gdb.cp/nsusing.exp: Update.
3306 * gdb.cp/pr-1023.exp: Update.
3307 * gdb.cp/pr-1210.exp: Update.
3308 * gdb.cp/pr-574.exp: Update.
3309 * gdb.cp/pr9631.exp: Update.
3310 * gdb.cp/printmethod.exp: Update.
3311 * gdb.cp/psmang.exp: Update.
3312 * gdb.cp/re-set-overloaded.exp: Update.
3313 * gdb.cp/rtti.exp: Update.
3314 * gdb.cp/shadow.exp: Update.
3315 * gdb.cp/templates.exp: Update.
3316 * gdb.cp/try_catch.exp: Update.
3317 * gdb.dwarf2/dw2-ranges.exp: Update.
3318 * gdb.dwarf2/pr10770.exp: Update.
3319 * gdb.fortran/library-module.exp: Update.
3320 * gdb.hp/gdb.aCC/optimize.exp: Update.
3321 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
3322 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
3323 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
3324 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
3325 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
3326 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
3327 * gdb.hp/gdb.compat/xdb1.exp: Update.
3328 * gdb.hp/gdb.compat/xdb2.exp: Update.
3329 * gdb.hp/gdb.compat/xdb3.exp: Update.
3330 * gdb.hp/gdb.defects/bs14602.exp: Update.
3331 * gdb.hp/gdb.defects/solib-d.exp: Update.
3332 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
3333 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
3334 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
3335 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
3336 * gdb.mi/gdb792.exp: Update.
3337 * gdb.mi/mi-pending.exp: Update.
3338 * gdb.mi/mi-solib.exp: Update.
3339 * gdb.mi/mi-var-cp.exp: Update.
3340 * gdb.opt/clobbered-registers-O2.exp: Update.
3341 * gdb.opt/inline-bt.exp: Update.
3342 * gdb.opt/inline-cmds.exp: Update.
3343 * gdb.opt/inline-locals.exp: Update.
3344 * gdb.python/py-events.exp: Update.
3345 * gdb.python/py-finish-breakpoint.exp: Update.
3346 * gdb.python/py-type.exp: Update.
3347 * gdb.reverse/solib-precsave.exp: Update.
3348 * gdb.reverse/solib-reverse.exp: Update.
3349 * gdb.server/solib-list.exp: Update.
3350 * gdb.stabs/weird.exp: Update.
3351 * gdb.threads/attach-into-signal.exp: Update.
3352 * gdb.threads/attach-stopped.exp: Update.
3353 * gdb.threads/tls-shared.exp: Update.
3354 * gdb.trace/change-loc.exp: Update.
3355 * gdb.trace/strace.exp: Update.
3356
95c391b6
TT
33572012-06-19 Tom Tromey <tromey@redhat.com>
3358
3359 * gdb.base/whatis.exp: Add tests.
3360
e910f0b6
TT
33612012-06-19 Tom Tromey <tromey@redhat.com>
3362
3363 * gdb.cp/m-static.cc (keepalive): New function.
3364 (gnu_obj_1::method): Use it.
3365
422d65e7
DE
33662012-06-18 Doug Evans <dje@google.com>
3367
3368 * gdb.base/info-fun.exp: New file.
3369 * gdb.base/info-fun.c: New file.
3370 * gdb.base/info-fun-solib.c: New file.
3371
e2e4d78b
JK
33722012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3373
3374 Remove stale dummy frames.
3375 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
3376 (maintenance info breakpoints): New tests.
3377 * gdb.base/stale-infcall.c: New file.
3378 * gdb.base/stale-infcall.exp: New file.
3379
1788b2d3
JK
33802012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3381
3382 * gdb.arch/amd64-entry-value-param.S: New file.
3383 * gdb.arch/amd64-entry-value-param.c: New file.
3384 * gdb.arch/amd64-entry-value-param.exp: New file.
3385
663b969e
TT
33862012-06-15 Tom Tromey <tromey@redhat.com>
3387
3388 * gdb.cp/namespace.exp: Add "show lang" test.
3389
8e09ad05
IS
33902012-06-15 Iain Sandoe <iain@codesourcery.com>
3391
3392 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
3393 case. (top level): Use gdb_file_cmd instead of gdb_load.
3394
f85e18ee
JK
33952012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3396
3397 PR tdep/14222
3398 * gdb.arch/i386-sse-stack-align.S: New file.
3399 * gdb.arch/i386-sse-stack-align.c: New file.
3400 * gdb.arch/i386-sse-stack-align.exp: New file.
3401
f3b5e280
KS
34022012-06-13 Keith Seitz <keiths@redhat.com>
3403
3404 PR breakpoints/13798 and mi/11541
3405 * gdb.linespec/ls-errs.exp: Add a few more tests for
3406 filenames with spaces and colons.
3407
50af5481
JK
34082012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3409
3410 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3411 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
3412 (test_function): Call CV_f.
3413 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
3414 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
3415 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
3416 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
3417 (p CV_f(CV::i)): New tests.
3418
d55637df
TT
34192012-06-13 Tom Tromey <tromey@redhat.com>
3420
3421 * gdb.base/condbreak.exp: Add tests for "condition" completion.
3422
cc80f267
JK
34232012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3424
3425 Fix regression by the "ambiguous linespec" series.
3426 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
3427 tests.
3428
bb2af9cc
JK
34292012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3430
3431 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
3432 missing.
3433
e81a37f7
TT
34342012-06-11 Tom Tromey <tromey@redhat.com>
3435
3436 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
3437 location...
3438 (main): ...here.
3439
8efd7788
YQ
34402012-06-07 Yao Qi <yao@codesourcery.com>
3441
3442 * gdb.trace/strace.exp: Shorten some too-long lines.
3443
359f5fe6
PA
34442012-06-06 Pedro Alves <palves@redhat.com>
3445
3446 * gdb.threads/clone-new-thread-event.c: New file.
3447 * gdb.threads/clone-new-thread-event.exp: New file.
3448
7b2fe205
YQ
34492012-06-06 Yao Qi <yao@codesourcery.com>
3450
3451 * gdb.base/dprintf.c (main): Add extra parameter when calling
3452 printf and fprintf.
3453 (bar): New function. It is a dead function, but to ensure
3454 'malloc' is linked explicitly.
3455
3eca55e8
YQ
34562012-06-06 Yao Qi <yao@codesourcery.com>
3457
3458 * gdb.base/info-proc.exp: Return if target doesn't support
3459 'info proc'.
3460
91cc9324
JK
34612012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3462
3463 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
3464 (run program with breakpoint commands): XFAIl if it is not.
3465
c56e7c43
JB
34662012-06-05 Joel Brobecker <brobecker@adacore.com>
3467
3468 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
3469 and add comment.
3470 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
3471 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
3472 "STOP" marker. Adjust testing strategy to make it work on
3473 all targets.
3474
3475 * gdb.base/print-file-var-main.c (main): Rewrite using local
3476 variables and adjust get_version_2's return value check.
3477 Add small comment.
3478 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
3479 marker. Adjust testing strategy to make it work on all targets.
3480
ccab2054
JB
34812012-06-05 Joel Brobecker <brobecker@adacore.com>
3482
3483 * gdb.ada/bad-task-bp-keyword: New testcase.
3484
d0d86158
JK
34852012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3486
3487 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
3488 Simplify it to ...
3489 (symbol-file ${testfile1}): ... here.
3490 (test eliminated var my_global_symbol)
3491 (test eliminated var my_static_symbol)
3492 (test eliminated var my_global_func, get address of main): Wrap them to
3493 'single psymtabs' and 'single symtabs'
3494 (get address of my_global_symbol, get address of my_static_symbol)
3495 (get address of my_global_func, get address of main): Wrap them to
3496 'order1' and 'order2'.
3497
952cf74c
JK
3498 * gdb.base/code_elim.exp
3499 (add-symbol-file ${testfile1} 0x100000)
3500 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
3501 'order2'.
3502 (order1: add-symbol-file ${testfile1} 0x100000)
3503 (order1: add-symbol-file ${testfile2} 0x200000)
3504 (order2: add-symbol-file ${testfile2} 0x200000)
3505 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
3506 .bss as appropriate.
3507
0c5bf5a9
JK
35082012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3509
3510 * gdb.server/solib-list-lib.c: New file.
3511 * gdb.server/solib-list-main.c: New file.
3512 * gdb.server/solib-list.exp: New file.
3513
4196f325
MR
35142012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
3515
3516 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
3517 for 'set print symbol' change.
3518
bfb05775
JK
35192012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3520
3521 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
3522 .debug_abbrev_seg3.
3523
685b1105
JK
35242012-05-24 John Steele Scott <toojays@toojays.net>
3525
3526 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
3527 * gdb.dwarf2/dw2-icc-opaque.S: New file.
3528 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
3529
f3e0e960
SS
35302012-05-23 Stan Shebs <stan@codesourcery.com>
3531
3532 * gdb.mi/mi-info-os.exp: New file.
3533
11eb1b4d
KS
35342012-05-23 Keith Seitz <keiths@redhat.com>
3535
3536 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
3537 return -1 to suppress the rest of the tests.
3538 (compile_stap_bin): Return boolean success value.
3539
b1af9e97
TT
35402012-05-21 Tom Tromey <tromey@redhat.com>
3541
3542 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
3543 Remove kfails.
3544 (test_print_mi_member_types): Likewise.
3545
248537e3
TT
35462012-05-21 Tom Tromey <tromey@redhat.com>
3547
3548 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
3549 print symbol' change.
3550
d791e155
TJB
35512012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3552
3553 * gdb.python/py-prompt.exp: Quit if the target is remote.
3554
e77afa2e
JK
35552012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3556
3557 Fix ERROR: internal buffer is full.
3558 * gdb.base/info-os.exp (expect_multiline): New function.
3559 (get process list, get process groups, get threads)
3560 (get file descriptors, get internet-domain sockets)
3561 (get shared-memory regions, get semaphores, get message queues): Use
3562 it for these tests.
3563
9cb709b6
TT
35642012-05-18 Tom Tromey <tromey@redhat.com>
3565
3566 * gdb.mi/mi-var-cmd.exp: Update.
3567 * gdb.objc/basicclass.exp (do_objc_tests): Update.
3568 * gdb.cp/virtbase.exp: Update.
3569 * gdb.cp/classes.exp (test_static_members): Update.
3570 * gdb.cp/casts.exp: Update.
3571 * gdb.base/pointers.exp: Update.
3572 * gdb.base/funcargs.exp (pointer_args): Update.
3573 (structs_by_reference): Update.
3574 * gdb.base/find.exp: Update.
3575 * gdb.base/call-strs.exp: Send "set print symbol off".
3576 * gdb.base/call-ar-st.exp: Update.
3577 * gdb.ada/fun_addr.exp: Update.
3578 * gdb.base/printcmds.exp (test_print_symbol): New proc.
3579 Call it.
3580 (test_print_repeats_10, test_print_strings)
3581 (test_print_char_arrays): Update.
3582
b012acdd
TT
35832012-05-18 Tom Tromey <tromey@redhat.com>
3584
3585 * gdb.base/charset.exp (string_display): Update.
3586
1d51a733
TT
35872012-05-18 Tom Tromey <tromey@redhat.com>
3588
3589 * gdb.mi/mi2-var-display.exp: Update.
3590 * gdb.mi/mi-var-display.exp: Update.
3591 * gdb.mi/mi-var-child.exp: Update.
3592 * gdb.cp/expand-psymtabs-cxx.exp: Update.
3593 * gdb.cp/cp-relocate.exp (get_func_address): Update.
3594
957df313
DE
35952012-05-17 Doug Evans <dje@google.com>
3596
682c7f7b
DE
3597 * info-macros.exp: Pass "debug" to prepare_for_testing.
3598
957df313
DE
3599 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
3600 * gdb.ada/Makefile.in (clean): Ditto.
3601 * gdb.arch/Makefile.in (clean): Ditto.
3602 * gdb.asm/Makefile.in (clean): Ditto.
3603 * gdb.base/Makefile.in (clean): Ditto.
3604 * gdb.cell/Makefile.in (clean): Ditto.
3605 * gdb.cp/Makefile.in (clean): Ditto.
3606 * gdb.disasm/Makefile.in (clean): Ditto.
3607 * gdb.dwarf2/Makefile.in (clean): Ditto.
3608 * gdb.fortran/Makefile.in (clean): Ditto.
3609 * gdb.go/Makefile.in (clean): Ditto.
3610 * gdb.hp/Makefile.in (clean): Ditto.
3611 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
3612 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
3613 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
3614 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
3615 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
3616 * gdb.java/Makefile.in (clean): Ditto.
3617 * gdb.linespec/Makefile.in (clean): Ditto.
3618 * gdb.mi/Makefile.in (clean): Ditto.
3619 * gdb.modula2/Makefile.in (clean): Ditto.
3620 * gdb.multi/Makefile.in (clean): Ditto.
3621 * gdb.objc/Makefile.in (clean): Ditto.
3622 * gdb.opencl/Makefile.in (clean): Ditto.
3623 * gdb.opt/Makefile.in (clean): Ditto.
3624 * gdb.pascal/Makefile.in (clean): Ditto.
3625 * gdb.python/Makefile.in (clean): Ditto.
3626 * gdb.reverse/Makefile.in (clean): Ditto.
3627 * gdb.server/Makefile.in (clean): Ditto.
3628 * gdb.stabs/Makefile.in (clean): Ditto.
3629 * gdb.threads/Makefile.in (clean): Ditto.
3630 * gdb.trace/Makefile.in (clean): Ditto.
3631 * gdb.xml/Makefile.in (clean): Ditto.
3632
abc9d0dc
TT
36332012-05-16 Tom Tromey <tromey@redhat.com>
3634
3635 * gdb.base/macscp1.c (macscp_expr): Add comment.
3636 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
3637
6a3a010b
MR
36382012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
3639
3640 * gdb.base/return-nodebug.exp: Also test float and double types.
3641
01429c8e
JK
36422012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3643
3644 PR testsuite/12649
3645 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
3646
54115cd4
JK
3647 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
3648
0c5f383f
SDJ
36492012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
3650
3651 * gdb.base/stap-probe.exp (stap_test): Remove calls to
3652 `rerun_to_main'.
3653 (stap_test_no_debuginfo): Likewise.
3654
e7e0cddf
SS
36552012-05-14 Stan Shebs <stan@codesourcery.com>
3656
3657 * gdb.base/dprintf.c: New file.
3658 * gdb.base/dprintf.exp: New file.
3659
c772f8e7
HZ
36602012-05-14 Hui Zhu <hui_zhu@mentor.com>
3661
3662 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
3663 * gdb.trace/disconnected-tracing.c: New file.
3664 * gdb.trace/disconnected-tracing.exp: New file.
3665
7efc75aa
SCR
36662012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3667
3668 * gdb.python/python.c: Add a new breakpoint comment.
3669 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
3670
85d4a676
SS
36712011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
3672
3673 * gdb.base/info-os.exp: New file.
3674 * gdb.base/info-os.c: New file.
3675
64ea88dc
JB
36762012-05-10 Joel Brobecker <brobecker@adacore.com>
3677
4647ab1b
JB
3678 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
3679 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
3680 New files.
64ea88dc 3681
afba63f1
JB
36822012-05-10 Joel Brobecker <brobecker@adacore.com>
3683
3684 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
3685 gdb.base/ctxobj.exp: New files.
3686
9d198b1e
TT
36872012-05-09 Tom Tromey <tromey@redhat.com>
3688
3689 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
3690
9bfee719
MR
36912012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
3692
3693 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
3694
3a7341d8
MR
36952012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
3696
3697 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
3698 before using it.
3699
52b3699b
TG
37002012-05-04 Tristan Gingold <gingold@adacore.com>
3701
3702 * gdb.base/set-noassign.exp: New test.
3703
a20ee7a4
SCR
37042012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3705
3706 * gdb.python/py-symbol.exp: Add tests to test the new methods
3707 gdb.Symtab.global_block() and gdb.Symtab.static_block().
3708 * gdb.python/py-symbol.c: Add new struct to help test
3709 gdb.Symtab.static_block().
3710
bf2f0858
DE
37112012-05-03 Doug Evans <dje@google.com>
3712
3713 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
3714 commented out.
3715
2d4e0376
YQ
37162012-05-03 Yao Qi <yao@codesourcery.com>
3717
3718 * gdb.base/catch-syscall.exp: Skip it before compilation if target
3719 doesn't support.
3720 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
3721 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
3722
6d0bb9f3
YQ
37232012-05-03 Yao Qi <yao@codesourcery.com>
3724
3725 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
3726
fd820528
DE
37272012-04-30 Doug Evans <dje@google.com>
3728
3729 PR testsuite/13961
3730 * gdb.dwarf2/pr13961.S: New file.
3731 * gdb.dwarf2/pr13961.exp: New file.
3732
b9e219b9
YQ
37332012-04-29 Yao Qi <yao@codesourcery.com>
3734
3735 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
3736
3019eac3
DE
37372012-04-28 Doug Evans <dje@google.com>
3738
3739 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
3740 .Ltype_int_in_cu2. Use name "int2" instead of "int".
3741 All uses updated.
3742 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
3743 "ptype func_cu1" to expand cu2 before cu1.
3744
62e5f89c
SDJ
37452012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3746 Tom Tromey <tromey@redhat.com>
3747
3748 * gdb.base/default.exp: Add `$_probe_arg*' convenience
3749 variables.
3750 * gdb.base/stap-probe.c: New file.
3751 * gdb.base/stap-probe.exp: New file.
3752 * gdb.trace/stap-trace.c: New file.
3753 * gdb.trace/stap-trace.exp: New file.
3754 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
3755 libgcc's unwinder.
3756
14132e89
MR
37572012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
3758
3759 * gdb.arch/mips16-thunks-inmain.c: New file.
3760 * gdb.arch/mips16-thunks-main.c: New file.
3761 * gdb.arch/mips16-thunks-sin.c: New file.
3762 * gdb.arch/mips16-thunks-sinfrob.c: New file.
3763 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
3764 * gdb.arch/mips16-thunks-sinmain.c: New file.
3765 * gdb.arch/mips16-thunks-sinmips16.c: New file.
3766 * gdb.arch/mips16-thunks.exp: New file.
3767
a766d390
DE
37682012-04-25 Doug Evans <dje@google.com>
3769
3770 * configure.ac: Create gdb.go/Makefile.
3771 * configure: Regenerate.
3772 * gdb.base/default.exp: Add "go" to "set language" testing.
3773 * gdb.go/Makefile.in: New file.
3774 * gdb.go/basic-types.exp: New file.
3775 * gdb.go/chan.exp: New file.
3776 * gdb.go/chan.go: New file.
3777 * gdb.go/handcall.exp: New file.
3778 * gdb.go/handcall.go: New file.
3779 * gdb.go/hello.exp: New file.
3780 * gdb.go/hello.go: New file.
3781 * gdb.go/integers.exp: New file.
3782 * gdb.go/integers.go: New file.
3783 * gdb.go/methods.exp: New file.
3784 * gdb.go/methods.go: New file.
3785 * gdb.go/package.exp: New file.
3786 * gdb.go/package1.go: New file.
3787 * gdb.go/package2.go: New file.
3788 * gdb.go/print.exp: New file.
3789 * gdb.go/strings.exp: New file.
3790 * gdb.go/strings.go: New file.
3791 * gdb.go/types.exp: New file.
3792 * gdb.go/types.go: New file.
3793 * gdb.go/unsafe.exp: New file.
3794 * gdb.go/unsafe.go: New file.
3795 * lib/future.exp: Add Go support.
3796 (gdb_find_go, gdb_find_go_linker): New procs.
3797 (gdb_default_target_compile): Add Go support.
3798 * lib/gdb.exp (skip_go_tests): New proc.
3799 * lib/go.exp: New file.
3800
e65f9ffb
TT
38012012-04-25 Tom Tromey <tromey@redhat.com>
3802
3803 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
3804
14e75d8e
JK
38052012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
3806 Jan Kratochvil <jan.kratochvil@redhat.com>
3807
3808 PR symtab/7259:
3809 * gdb.base/enumval.c: New test case.
3810 * gdb.base/enumval.exp: New test case.
3811 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
3812 field.bitpos.
3813
f3525b70
PA
38142012-04-17 Pedro Alves <palves@redhat.com>
3815
3816 * Makefile.in (site.exp): Make site.exp source
3817 $srcdir/lib/append_gdb_boards_dir.exp.
3818 * lib/append_gdb_boards_dir.exp: New file.
3819
bccbefd2
JK
38202012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3821
3822 New option "set auto-load safe-path".
3823 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
3824 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
3825
bf88dd68
JK
38262012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3827
3828 auto-load: Implementation.
3829 * gdb.base/help.exp (test set height): Increase the height.
3830 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
3831 to ...
3832 (info auto-load python-scripts): ... here.
3833 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
3834 to ...
3835 (info auto-load python-scripts *): ... here.
3836
c0d4d1c0
YQ
38372012-04-16 Yao Qi <yao@codesourcery.com>
3838
3839 * lib/trace-support.exp (get_in_proc_agent): New.
3840 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
3841 of in process trace agent.
3842 * gdb.trace/ftrace.exp: Likewise.
3843 * gdb.trace/pending.exp: Likewise.
3844 * gdb.trace/trace-break.exp: Likewise.
3845 * gdb.trace/trace-mt.exp
3846 * gdb.trace/tspeed.exp: Likewise.
3847 * gdb.trace/tstatus.exp
3848 * gdb.trace/strace.exp: Likewise.
3849
cbf68a60
TS
38502012-04-16 Thomas Schwinge <thomas@codesourcery.com>
3851
dd6d3b70
TS
3852 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
3853 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
3854
cbf68a60
TS
3855 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
3856
8264ba82
AG
38572012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3858
3859 PR mi/13393
3860 * gdb.mi/mi-var-rtti.cc: New file.
3861 * gdb.mi/mi-var-rtti.exp: New file.
3862 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
3863 function.
3864 (mi_varobj_update_with_type_change): updated to avoid code duplication.
3865
de0919f8 38662012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
3867
3868 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
3869 EXECUTABLES.
3870 * gdb.python/py-explore.c: C program used for testing the new
3871 'explore' command on C constructs.
3872 * gdb.python/py-explore.cc: C++ program used for testing the new
3873 'explore' command on C++ constructs.
3874 * gdb-python/py-explore.exp: Tests for the new 'explore'
3875 command on C constructs.
3876 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
3877 command on C++ constructs.
3878
a82da7dd
MK
38792012-04-07 Mark Kettenis <kettenis@gnu.org>
3880
3881 * gdb.base/funcargs.exp (complex_args): Fix typo.
3882
e127cba8
JK
38832012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3884
3885 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
3886 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
3887
40e084e1
KS
38882012-04-05 Keith Seitz <keiths@redhat.com>
3889
3890 * gdb.base/advance.exp: Update error message for
3891 "advance malformed" test.
3892 * gdb.base/break.exp: Likewise for "breakpoint with
3893 trailing garbage" test.
3894 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
3895 with trailing garbage" test.
3896 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
3897 trailng garbage" test.
3898 * gdb.base/until.exp: Likewise for "malformed until" test.
3899 * gdb.cp/ovldbreak.exp: Create the breakpoint table
3900 for "breakpoint info (after setting on all)".
3901 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
3902 tests.
3903 * gdb.cp/cplabel.cc: New file.
3904 * gdb.cp/cplabel.exp: New test.
3905 * gdb.linespec/ls-errs.c: New file.
3906 * gdb.linespec/ls-errs.exp: New test.
3907
a72c8f6a
JK
39082012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3909
3910 * gdb.trace/unavailable.exp
3911 (collect globals: print object on: print derived_partial)
3912 (collect globals: print object on: print derived_whole)
3913 (collect globals: print object off: print derived_partial)
3914 (collect globals: print object off: print derived_whole): Update
3915 expected output.
3916
f87a3023
KS
39172012-03-30 Keith Seitz <keiths@redhat.com>
3918
3919 * gdb.python: Add test for linespecs with commas.
3920
e2171b3c
KS
39212012-03-28 Keith Seitz <keiths@redhat.com>
3922
3923 * gdb.linespec/ls-dollar.cc: New file.
3924 * gdb.linespec/ls-dollar.exp: New test.
3925
39262012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
3927
3928 * gdb.cp/namespace.exp: Add breakpoint tests for functions
3929 starting with the global namespace.
3930
2f4e0a80
DE
39312012-03-23 Doug Evans <dje@google.com>
3932
3933 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
3934
7b282c5a
SCR
39352012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3936
3937 * gdb.python/py-value.cc: Add test case for testing the
3938 methodology exposing C++ values to Python.
3939 * gdb.python/py-value-cc.exp: Add tests testing the methodology
3940 exposing C++ values to Python.
3941 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
3942
2e98ca53
JK
39432012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3944 Siddhesh Poyarekar <siddhesh@redhat.com>
3945
3946 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
3947 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
3948 (generate native core dump): Make the test unsupported if core cannot
3949 be generated.
3950
8320cc4f
JK
39512012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3952
3953 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
3954 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
3955 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
3956
3a69ffb2
JK
39572012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
3958
3959 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
3960
8fabffee
DE
39612012-03-17 Doug Evans <dje@google.com>
3962
3963 * dg-extract-results.sh: Handle KFAILs.
3964
ab260dad
JK
39652012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3966
3967 PR symtab/13777
3968 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
3969
53ba8333
JB
39702012-03-16 Joel Brobecker <brobecker@adacore.com>
3971
3972 * gdb.ada/set_pckd_arr_elt: New testcase.
3973
481860b3
GB
39742012-03-16 Gary Benson <gbenson@redhat.com>
3975
3976 PR breakpoints/10738
3977 * gdb.opt/inline-break.exp: New file.
3978 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
3979 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
3980 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
3981 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
3982 * gdb.base/async-shell.exp: Likewise.
3983 * lib/mi-support.exp (library_loaded_re): Likewise.
3984
410528f0
TT
39852012-03-15 Tom Tromey <tromey@redhat.com>
3986
3987 * gdb.cp/virtfunc2.exp: Update expected output.
3988 * gdb.cp/pr9631.exp: Update expected output.
3989 * gdb.cp/member-ptr.exp: Update expected output.
3990 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
3991 output.
3992 * gdb.cp/casts.exp: Update expected output.
3993
c4aeac85
TT
39942012-03-15 Tom Tromey <tromey@redhat.com>
3995
3996 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
3997 (test_info_vtbl): Likewise.
3998 (do_tests): Call test_info_vtbl.
3999 * gdb.cp/virtfunc.cc (va): New global.
4000
856d06f9
TS
40012012-03-15 Thomas Schwinge <thomas@codesourcery.com>
4002
4003 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
4004 describing DWARF data structures.
4005 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
4006 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
4007 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
4008 * gdb.dwarf2/dw2-entry-value.S: Likewise.
4009 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
4010 * gdb.dwarf2/dw2-param-error.S: Likewise.
4011 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
4012 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
4013 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
4014 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
4015 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
4016 * gdb.dwarf2/pr11465.S: Likewise.
4017
e837f12a
JK
40182012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4019
4020 * gdb.mi/mi2-prompt.exp: New file.
4021
ccbb4f28
JB
40222012-03-13 Joel Brobecker <brobecker@adacore.com>
4023
4024 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
4025
32039130
JB
40262012-03-13 Joel Brobecker <brobecker@adacore.com>
4027
4028 * gdb.ada/bp_range_type: New testcase.
4029
16899756
DE
40302012-03-13 Doug Evans <dje@google.com>
4031
4032 * gdb.base/default.exp: Delete tests for symbol-reloading.
4033 * gdb.base/help.exp: Ditto.
4034 * gdb.base/setshow.exp: Ditto.
4035 * gdb.base/gdb_history: Delete references to symbol-reloading.
4036
87b0bb13
JK
40372012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4038
4039 * gdb.base/attach-twice.c: New files.
4040 * gdb.base/attach-twice.exp: New files.
4041
0d7941a9
KS
40422012-03-08 Keith Seitz <keiths@redhat.com>
4043
4044 * lib/gdb.exp (gdb_get_line_number): Throw an
4045 error instead of returning -1.
4046 * gdb.base/break.exp: Remove unused variable
4047 bp_location5.
4048 * gdb.base/hbreak2.exp: Likewise.
4049 * gdb.base/sepdebug.exp: Likewise.
4050
f4647387
YQ
40512012-03-08 Yao Qi <yao@codesourcery.com>
4052 Pedro Alves <palves@redhat.com>
4053
4054 Fix PR server/13392.
4055 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
4056 (tracepoint_change_loc_2): Remove kfail. Return if failed to
4057 download tracepoints.
4058 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
4059 (pending_tracepoint_resolved_during_trace): Likewise.
4060 (pending_tracepoint_installed_during_trace): Likewise.
4061 (pending_tracepoint_with_action_resolved): Likewise.
4062
83c532cb
KS
40632012-03-08 Keith Seitz <keiths@redhat.com>
4064
4065 * gdb.ada/array_bounds.exp: Get breakpoint for line
4066 with "START", not "STOP".
4067 * gdb.python/py-infthread.exp: Do not continue to
4068 line marked "Break here.", which is undefined.
4069
d6b6bbb7
LM
40702012-03-08 Luis Machado <lgustavo@codesourcery.com>
4071
4072 Revert:
4073
4074 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4075
4076 Implement testsuite workaround for PR breakpoints/13781.
4077 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
4078 (set breakpoint condition-evaluation host): New conditional command.
4079
7fe25d9b
JK
40802012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4081
4082 Fix CU relative vs. absolute DIE offsets.
4083 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
4084 one.
4085
51898c15
JK
40862012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4087
4088 Fix false FAIL on distros with relro linkage as default.
4089 * gdb.reverse/solib-precsave.exp: Try to compile the test using
4090 -Wl,-z,norelro first.
4091
8131799e
JB
40922012-03-06 Joel Brobecker <brobecker@adacore.com>
4093
4094 * gdb.ada/bp_on_var: New testcase.
4095
ba241969
JB
40962012-03-06 Joel Brobecker <brobecker@adacore.com>
4097
4098 * gdb.ada/bp_enum_homonym: New testcase.
4099
abe49676
YQ
41002012-03-06 Yao Qi <yao@codesourcery.com>
4101
4102 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
4103 x86_64-*-* and i?86-*-*.
4104 Set up KFAIL for gdb/13808.
4105
d8df103b
TT
41062012-03-05 Tom Tromey <tromey@redhat.com>
4107
4108 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
4109 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
4110
b7b189f3
TT
41112012-03-05 Tom Tromey <tromey@redhat.com>
4112
4113 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
4114
69dc1c4d
YQ
41152012-03-04 Yao Qi <yao@codesourcery.com>
4116
4117 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
4118 messages for KFAIL.
4119
3f20c47f
JK
41202012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4121
4122 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
4123 (print one_two_three, indexes off, print few_reps, indexes off)
4124 (print many_reps, indexes off, print empty, indexes off)
4125 (print one_two_three, print few_reps, print many_reps, print empty):
4126 Call setup_xfail if $gcc_old.
4127
abf1152a
JK
41282012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4129
4130 Implement testsuite workaround for PR breakpoints/13781.
4131 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
4132 (set breakpoint condition-evaluation host): New conditional command.
4133
a06715f8
JK
41342012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4135
4136 Code cleanup.
4137 * gdb.cp/mb-templates.exp: New variables executable. Use it for
4138 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
4139 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
4140 number 1 by $bpnum. Four times.
4141
5808517f
YQ
41422012-03-03 Yao Qi <yao@codesourcery.com>
4143
4144 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
4145
dfe2ac14
JK
41462012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4147
4148 Setup KFAIL for PR server/13796.
4149 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
4150
8bbc467a
JB
41512012-03-02 Joel Brobecker <brobecker@adacore.com>
4152
4153 * gdb.ada/operator_bp: New testcase.
4154
c0eac87f
JB
41552012-03-02 Joel Brobecker <brobecker@adacore.com>
4156
4157 * gdb.ada/info_locals_renaming: New testcase.
4158
4f42c881
TT
41592012-03-02 Tom Tromey <tromey@redhat.com>
4160
4161 * gdb.base/nextoverexit.c: New file.
4162 * gdb.base/nextoverexit.exp: New file.
4163
7380c0c9
EBM
41642012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
4165
4166 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
4167 parameter.
4168
1faeff08
MR
41692012-03-01 Maciej W. Rozycki <macro@mips.com>
4170
4171 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
4172 core registers.
4173
320b6f49 41742012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
4175 Maciej W. Rozycki <macro@codesourcery.com>
4176 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
4177
4178 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
4179
ad5f7d6e
PA
41802012-03-01 Pedro Alves <palves@redhat.com>
4181
4182 PR gdb/13767
4183
4184 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
4185 (gdb_collect_globals_test): Call it.
4186
d3dc44a6
KS
41872012-03-01 Keith Seitz <keiths@redhat.com>
4188
4189 * gdb.cp/method2.exp: Output of overload menu is now
4190 alphabetized. Update tests for "break A::method".
4191 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
4192 of hard-coding them.
4193 Overload menu is alphabetized: rewrite to accommodate.
4194 Unset variables LINE and TYPES which are used in other tests.
4195 Compute the output of "info break".
4196 Update the breakpoint table after all breakpoints are deleted.
4197 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
4198 compute ACTUALS and the method body based on parameters.
4199 Update expected output accordingly.
4200 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
4201 unique comments to allow the use of gdb_get_line_number.
4202
42032012-03-01 Keith Seitz <keiths@redhat.com>
4204
4205 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
4206 some Tcl syntax.
4207 * gdb.cp/ovldbreak.exp: Likewise.
4208
7949c2a0
KS
42092012-03-01 Keith Seitz <keiths@redhat.com>
4210
4211 * gdb.base/help.exp (help show user): Update expected result
4212 for new doc string changes (add "non-python").
4213
7d74f244
DE
42142012-03-01 Scott J. Goldman <scottjg@vmware.com>
4215
4216 * gdb.python/py-cmd.exp: Add test to verify that python commands can
4217 be put in the user-defined category and that the commands appear in
4218 "help user-defined".
4219
1b611343
JB
42202012-02-29 Joel Brobecker <brobecker@adacore.com>
4221
4222 * gdb.ada/tagged_not_init: New testcase.
4223
99b1c762
JB
42242012-02-29 Joel Brobecker <brobecker@adacore.com>
4225
4226 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
4227 * gdb.ada/enum_idx_packed: New testcase.
4228
2d4a02ee
JB
42292012-02-29 Joel Brobecker <brobecker@adacore.com>
4230
4231 * gdb.ada/aliased_array: New testcase.
4232
2e6fda7d
JB
42332012-02-29 Joel Brobecker <brobecker@adacore.com>
4234
4235 * gdb.ada/whatis_array_val: New testcase.
4236
9a7f938f
JK
42372012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4238
4239 Fix disp-step-syscall.exp: fork: single step over fork.
4240 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
4241 whitespaces.
4242 (single step over $syscall): Remove its check.
4243 (single step over $syscall final pc): New check.
4244
8703a944
JK
42452012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4246
4247 Support processors without SSSE3.
4248 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
4249 pabsd into ...
4250 (ssse3_test): ... a new function.
4251 (main): Call ssse3_test.
4252 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
4253 Update expected values everywhere.
4254 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
4255 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
4256 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
4257 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
4258 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
4259 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
4260 Move these tests lower.
4261 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
4262 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
4263 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
4264 New tests.
4265
c03e6ccc
YQ
42662012-02-29 Yao Qi <yao@codesourcery.com>
4267 Pedro Alves <palves@redhat.com>
4268
4269 * gdb.trace/trace-mt.c: New.
4270 * gdb.trace/trace-mt.exp: New.
4271
7964b62a
TS
42722012-02-28 Thomas Schwinge <thomas@codesourcery.com>
4273
2c8910ba
TS
4274 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
4275 numbers instead of hardcoding them.
4276 * gdb.base/annota1.c: Provide suitable markers.
4277 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
4278 numbers instead of hardcoding them.
4279 * gdb.base/annota3.c: Provide suitable markers.
4280
4281 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
4282 * gdb.base/annota3.c: Likewise.
4283 * gdb.base/sigall.c: Likewise.
4284 * gdb.base/signals.c: Likewise.
4285 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 4286
5a41c0b7
MR
42872012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
4288
4289 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
4290 failure return path.
4291
ebbbe5c5
LM
42922012-02-27 Luis Machado <lgustavo@codesourcery.com>
4293
4294 * gdb.base/save-bp.exp: Account for new condition evaluator output.
4295
8d126d8a
LM
42962012-02-24 Luis Machado <lgustavo@codesourcery.com>
4297
4298 * gdb.base/cond-eval-mode.exp: New file.
4299
11337c2f
PA
43002012-02-24 Pedro Alves <palves@redhat.com>
4301
4302 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
4303 (top level): Use with_test_prefix.
4304
13fc3e3c
PA
43052012-02-24 Pedro Alves <palves@redhat.com>
4306
4307 * gdb.threads/attach-into-signal.exp (corefunc): Use
4308 with_test_prefix.
4309
07c1b626
JK
43102012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4311
4312 Fix false FAILs on old CPUs without SSE.
4313 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
4314 Return untested for Illegal instruction.
4315
596ba138
JK
43162012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4317
4318 Fix false FAILs with glibc debug infos installed.
4319 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
4320 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
4321
aeaa2474
SA
43222012-02-22 Sterling Augustine <saugustine@google.com>
4323
4324 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
4325 constant with cast.
4326
aed555c9
PA
43272012-02-21 Pedro Alves <palves@redhat.com>
4328
4329 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
4330
78afebb4
PA
43312012-02-21 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
4334
fdcfef12
PA
43352012-02-21 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
4338 with_test_prefix.
4339
0f4d39d5
PA
43402012-02-21 Pedro Alves <palves@redhat.com>
4341
4342 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
4343 with_test_prefix here.
4344 (top level): Do it here instead. Remove `:' from the
4345 with_test_prefix string.
4346 * gdb.base/attach-pie-misread.exp: Remove the leading space the
4347 the suffix `:' from the with_test_prefix prefix string.
4348 * gdb.base/break-interp.exp: Ditto.
4349 * gdb.base/catch-load.exp: Ditto.
4350 * gdb.base/disp-step-syscall.exp: Ditto.
4351 * gdb.base/jit-so.exp: Ditto.
4352 * gdb.base/jit.exp: Ditto.
4353 * gdb.base/sepdebug.exp: Ditto.
4354 * gdb.base/solib-display.exp: Ditto.
4355 * gdb.base/solib-overlap.exp: Ditto.
4356 * gdb.base/watch-cond-infcall.exp: Ditto.
4357 * gdb.base/watchpoint.exp: Ditto.
4358 * gdb.dwarf2/dw2-noloc.exp: Ditto.
4359 * gdb.mi/mi-watch.exp: Ditto.
4360 * gdb.mi/mi2-watch.exp: Ditto.
4361 * gdb.threads/non-ldr-exc-1.exp: Ditto.
4362 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4363 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4364 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4365 * gdb.threads/watchpoint-fork.exp: Ditto.
4366 * gdb.threads/watchthreads-reorder.exp: Ditto.
4367 * gdb.trace/change-loc.exp: Ditto.
4368 * gdb.trace/pending.exp: Ditto.
4369 * gdb.trace/status-stop.exp: Ditto.
4370 * gdb.trace/strace.exp: Ditto.
4371 * gdb.trace/trace-break.exp: Ditto.
4372 * gdb.trace/unavailable.exp: Ditto.
4373 * lib/gdb.exp (with_test_prefix): Always prefix with space and
4374 suffix with colon. Adjust leading comments.
4375
6a5870ce
PA
43762012-02-21 Pedro Alves <palves@redhat.com>
4377 Tom Tromey <tromey@redhat.com>
4378
4379 * lib/gdb.exp: Add description of test prefixes.
4380 (with_test_prefix): New procedure.
4381 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
4382 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
4383 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
4384 instead of lappend to append to pf_prefix.
4385 * gdb.base/catch-load.exp: Use with_test_prefix.
4386 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
4387 * gdb.base/jit-so.exp: Use with_test_prefix.
4388 * gdb.base/jit.exp: Use with_test_prefix.
4389 * gdb.base/return-nodebug.exp (do_test): Use append instead of
4390 lappend to append to pf_prefix.
4391 * gdb.base/sepdebug.exp: Use with_test_prefix.
4392 * gdb.base/solib-display.exp: Use with_test_prefix.
4393 * gdb.base/solib-overlap.exp: Use with_test_prefix.
4394 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
4395 * gdb.base/watchpoint.exp: Use with_test_prefix.
4396 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
4397 * gdb.mi/mi-watch.exp: Use with_test_prefix.
4398 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
4399 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
4400 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
4401 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
4402 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
4403 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
4404 append instead of lappend to append to pf_prefix.
4405 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
4406 * gdb.trace/change-loc.exp: Use with_test_prefix.
4407 * gdb.trace/pending.exp: Use with_test_prefix.
4408 * gdb.trace/status-stop.exp: Use with_test_prefix.
4409 * gdb.trace/strace.exp: Use with_test_prefix.
4410 * gdb.trace/trace-break.exp: Use with_test_prefix.
4411 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
4412 instead of lappend to append to pf_prefix.
4413
35dc4a6b
JK
44142012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4415
4416 Fix racy FAILs.
4417 * gdb.base/inferior-died.c (main): Add return of 0.
4418 * gdb.base/inferior-died.exp (continue): Fix expectation of
4419 asynchronous events.
4420 (p 1): New test.
4421
c5a006e6
PA
44222012-02-20 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
4425 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
4426 gdb's internal debug output. For the non-threaded case, look for
4427 "Program received signal SIGLARM", for the threaded case, peek at
4428 the thread's siginfo.
4429
cc51a170
PA
44302012-02-20 Pedro Alves <palves@redhat.com>
4431
4432 General cleanup, make output test messages unique, and build
4433 different executable files for the non-threaded and threaded
4434 cases.
4435
4436 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
4437 Delete.
4438 (executable_nothr, executable_thr): New globals.
4439 (top level): Adjust to delete both executables.
4440 (corefunc): New parameter $executable. Set $pf_prefix instead of
4441 hand writing a prefix in tests. Issue a clean_restart and enable
4442 lin-lwp debug output here.
4443 (top level): Adjust. Use build_executable. Don't start gdb here,
4444 and don't enable lin-lwp debug output here.
4445 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
4446
c755f03d
JK
44472012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4448
4449 Fix racy FAILs.
4450 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
4451 "continue" command.
4452
6bec5e0a
JK
44532012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4454
4455 Fix for gdbserver non-extended mode.
4456 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
4457 and gdb_run_cmd.
4458
2e8265fd
TT
44592012-02-17 Tom Tromey <tromey@redhat.com>
4460
4461 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
4462 * gdb.python/py-events.exp: Check 'dir' output.
4463 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
4464
9e507076
YQ
44652012-02-17 Yao Qi <yao@codesourcery.com>
4466
4467 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
4468
32d22ab1
TT
44692012-02-16 Tom Tromey <tromey@redhat.com>
4470
4471 * gdb.base/inferior-died.c: Don't include stdio.h.
4472
9addecb9
TT
44732012-02-16 Tom Tromey <tromey@redhat.com>
4474
4475 * gdb.base/inferior-died.c: New file.
4476 * gdb.base/inferior-died.exp: New file.
4477
4cb6da1c
AR
44782012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
4479
4480 * gdb.base/break-inline.exp: New file.
4481 * gdb.base/break-inline.c: New file.
4482
3af2590d
TT
44832012-02-15 Tom Tromey <tromey@redhat.com>
4484
4485 * gdb.base/pc-fp.exp: Add "info register" tests.
4486
29988831
TT
44872012-02-15 Tom Tromey <tromey@redhat.com>
4488
4489 * gdb.base/regs.exp: Remove.
4490
10010058
PA
44912012-02-15 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
4494 the target doesn't support tracepoints.
4495 * gdb.trace/circ.exp: Ditto.
4496 * gdb.trace/collection.exp: Ditto.
4497 * gdb.trace/packetlen.exp: Ditto.
4498 * gdb.trace/passc-dyn.exp: Ditto.
4499 * gdb.trace/report.exp: Ditto.
4500 * gdb.trace/tfind.exp: Ditto.
4501 * gdb.trace/tspeed.exp: Ditto.
4502 * gdb.trace/tsv.exp: Ditto.
4503 * gdb.trace/unavailable.exp: Ditto.
4504 * gdb.trace/while-dyn.exp: Ditto.
4505
a2e0062d
PA
45062012-02-15 Pedro Alves <palves@redhat.com>
4507
4508 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
4509 gdb_test_multiple, and call unsupported instead of fail, if the
4510 remote side does not support the request.
4511
a1999d40
PA
45122012-02-15 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
4515 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
4516 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
4517 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
4518 * gdb.server/server-run.exp: Make sure gdb is disconnected.
4519 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
4520 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
4521 doesn't start with "extended-" already.
4522
7cee1e54
PA
45232012-02-15 Pedro Alves <palves@redhat.com>
4524
4525 Support extended-remote. Avoid cascading timeouts.
4526
4527 * gdb.base/attach.exp (do_attach_tests): Add expected output for
4528 the extended-remote target. If attaching with no file fails, load
4529 the file manually.
4530 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
4531
816338b5
SS
45322012-02-14 Stan Shebs <stan@codesourcery.com>
4533
4534 * gdb.base/ena-dis-br.exp: Add enable count test.
4535
cc30c4bd
PA
45362012-02-13 Pedro Alves <palves@redhat.com>
4537
4538 * config/mips-idt.exp: Delete.
4539 * gdb.base/a2-run.exp: Remove mips-idt xfails.
4540 * gdb.base/bitfields.exp: Remove mips-idt restarts.
4541 * gdb.base/break.exp: Remove mips-idt references.
4542 * gdb.base/chng-syms.exp: Ditto.
4543 * gdb.base/default.exp: Ditto.
4544 * gdb.base/funcargs.exp (funcargs_reload): Delete.
4545 (top level): Don't call it.
4546 * gdb.base/opaque.exp: Remove mips-idt restarts.
4547 * gdb.base/ptype.exp: Remove mips-idt xfails.
4548 * gdb.base/scope.exp: Remove mips-idt restarts.
4549 * gdb.base/sepdebug.exp: Remove mips-idt references.
4550 * gdb.base/watchpoint.exp (maybe_clean_restart)
4551 (maybe_reinitialize): Delete.
4552 (test_disabling_watchpoints, test_disabling_watchpoints)
4553 (test_watchpoint_triggered_in_syscall)
4554 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
4555 Don't call them.
4556
57008375
JK
45572012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4558
4559 * gdb.server/server-exec-info.exp: New file.
4560
4a2d9c08
PA
45612012-02-10 Pedro Alves <palves@redhat.com>
4562
4563 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
4564 always non-empty.
4565 (test_attach): Always pass $exec to test_attach_gdb.
4566
09fa21bd
TT
45672012-02-08 Tom Tromey <tromey@redhat.com>
4568
4569 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
4570 before inferior is started.
4571
f0823d2c
TT
45722012-02-07 Tom Tromey <tromey@redhat.com>
4573
4574 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
4575 Symbol.value.
4576 * gdb.python/py-symbol.c (qq): Set default value.
4577
45782012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
4579
4580 * gdb.python/py-symbol.c (qq): New global.
4581 * gdb.python/py-symbol.exp: Add test for frame-less
4582 lookup_symbol.
4583 * gdb.python/py-symtab.exp: Fix line number.
4584
f7e44f65
JB
45852012-02-03 Joel Brobecker <brobecker@adacore.com>
4586
4587 * gdb.ada/mi_task_arg: New testcase.
4588
4c9ed63c
PA
45892012-02-02 Pedro Alves <palves@redhat.com>
4590
4591 * gdb.reverse/until-precsave.exp: Also put "record save" under the
4592 extended timeout.
4593
c0b9f2c6
PA
45942012-02-02 Pedro Alves <palves@redhat.com>
4595
4596 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
4597 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
4598
5f8cefd7
PA
45992012-02-02 Pedro Alves <palves@redhat.com>
4600
4601 * gdb.base/term.exp: Rewrite.
4602 * gdb.base/term.c: New.
4603
2f3a2569
PA
46042012-02-02 Pedro Alves <palves@redhat.com>
4605
4606 * gdb.base/default.exp (run "r" abbreviation, run): Add
4607 extended-remote expected output.
4608
f149aabd
TT
46092012-02-02 Tom Tromey <tromey@redhat.com>
4610
4611 * gdb.cp/dispcxx.exp: New file.
4612 * gdb.cp/dispcxx.cc: New file.
4613
03bef283
TT
46142012-02-01 Tom Tromey <tromey@redhat.com>
4615
4616 * gdb.base/jit-simple.exp: New file.
4617 * gdb.base/jit-simple.c: New file.
4618
a79b18b5
YQ
46192012-01-30 Yao Qi <yao@codesourcery.com>
4620
4621 * gdb.base/skip.exp: Make test result unique.
4622
f0d1a53e
JK
46232012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4624
4625 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
4626 compatibility with valgrind-3.7.0.
4627
4b3c9f41
PA
46282012-01-27 Pedro Alves <palves@redhat.com>
4629
4630 * gdb.base/watchpoint.exp (no_hw): New global.
4631 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
4632 disable hw watchpoints.
4633 (test_wide_location_1, test_wide_location_2): If no_hw is set,
4634 don't expect hw watchpoints.
4635 (no_hw_watchpoints): Always clean restart.
4636 (do_tests): New procedure, factored out from the top level.
4637 (top level): Run tests twice. Once with hw watchpoints enabled,
4638 another time with hw watchpoints disabled.
4639
a13491c8
PA
46402012-01-27 Pedro Alves <palves@redhat.com>
4641
4642 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
4643 out from the top level.
4644 (top level): Call it instead.
4645
f2c8a051
PA
46462012-01-27 Pedro Alves <palves@redhat.com>
4647
4648 * gdb.base/watchpoint.exp (top level): Re-enable hardware
4649 watchpoints sooner.
4650
654d7a9e
PA
46512012-01-27 Pedro Alves <palves@redhat.com>
4652
4653 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
4654
274f47f3
PA
46552012-01-27 Pedro Alves <palves@redhat.com>
4656
4657 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
4658 "You may have requested too many hardware
4659 breakpoints/watchpoints".
4660
e4d63ba2
PA
46612012-01-27 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.base/watchpoint.exp (maybe_clean_restart)
4664 (maybe_reinitialize): New.
4665 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
4666 expect "hit N times".
4667 (test_disabling_watchpoints, test_complex_watchpoint)
4668 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
4669 Call maybe_clean_restart.
4670 (top level): Use clean_restart. Remove "mips-idt-*"
4671 reinitialization.
4672
dbd95daf
PA
46732012-01-27 Pedro Alves <palves@redhat.com>
4674
4675 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
4676
f3ad2025
PA
46772012-01-27 Pedro Alves <palves@redhat.com>
4678
4679 * gdb.base/watchpoint.exp: Clean restart after tests that don't
4680 require `initialize' anymore. Remove unnecessary `initialize'
4681 calls.
4682
100aa3ae
PA
46832012-01-27 Pedro Alves <palves@redhat.com>
4684
4685 * gdb.base/watchpoint.exp (wp_set): Delete.
4686 (initialize, test_simple_watchpoint, top level): Remove dead code.
4687
c79a8e11
PA
46882012-01-27 Pedro Alves <palves@redhat.com>
4689
4690 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
4691 typo.
4692
048fe15a
PA
46932012-01-27 Pedro Alves <palves@redhat.com>
4694
4695 * config/extended-gdbserver.exp: New file.
4696 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
4697 comment.
4698 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
4699 * boards/native-extended-gdbserver.exp: New file.
4700
4033a6bf
PA
47012012-01-26 Pedro Alves <palves@redhat.com>
4702
4703 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
4704 and gdb_test_multiple.
4705
3d7f4b81
PA
47062012-01-26 Pedro Alves <palves@redhat.com>
4707
4708 Make test messages unique, and more identifiable.
4709 * gdb.multi/watchpoint-multi.exp: Change test messages.
4710
484abf42
TT
47112012-01-25 Tom Tromey <tromey@redhat.com>
4712
4713 * gdb.base/solib-disc.exp: Fix regexps.
4714
edcc5120
TT
47152012-01-24 Tom Tromey <tromey@redhat.com>
4716
4717 * lib/mi-support.exp (mi_expect_stop): Add special case for
4718 solib-event.
4719 * gdb.base/catch-load-so.c: New file.
4720 * gdb.base/catch-load.exp: New file.
4721 * gdb.base/catch-load.c: New file.
4722 * gdb.base/break-interp.exp (reach_1): Update regexp.
4723
30b91c90
JK
47242012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4725
4726 Fix fuzzy results.
4727 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
4728 lpsimple and func.
4729
53fe1783
GB
47302012-01-24 Gary Benson <gbenson@redhat.com>
4731
4732 Delete #if 0'd out code.
4733 * gdb.base/default.exp (info catch): Remove.
4734 * gdb.base/gdb_history (info catch): Likewise.
4735 * gdb.base/help.exp (info catch): Likewise.
4736
d0d8b0c6
JK
47372012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
4739 Fix watchpoints to be specific for each inferior.
4740 * gdb.multi/watchpoint-multi.c: New file.
4741 * gdb.multi/watchpoint-multi.exp: New file.
4742
4403d8e9
JK
47432012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4744
4745 Fix watchpoints across inferior fork.
4746 * gdb.threads/watchpoint-fork-child.c: New file.
4747 * gdb.threads/watchpoint-fork-mt.c: New file.
4748 * gdb.threads/watchpoint-fork-parent.c: New file.
4749 * gdb.threads/watchpoint-fork-st.c: New file.
4750 * gdb.threads/watchpoint-fork.exp: New file.
4751 * gdb.threads/watchpoint-fork.h: New file.
4752
050a2e1d
PA
47532012-01-23 Pedro Alves <palves@redhat.com>
4754
4755 * gdb.base/call-signal-resume.exp: Allow output after "return".
4756
6a52fb62
PA
47572012-01-20 Pedro Alves <palves@redhat.com>
4758
4759 * gdb.python/py-finish-breakpoint.py: Fix typo.
4760
145b16a9
UW
47612012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4762
4763 * gdb.base/info-proc.exp: Also run on remote targets. Main
4764 "info proc" command is now always present; whether target supports
4765 actual info proc operation is detected when attempting to issue
4766 the command.
4767
26f6125e
JK
47682012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4769
4770 * .gdbinit: Remove.
4771
eb5227ce
PA
47722012-01-19 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
4775 look at the funtions' returns.
4776 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
4777 (jprint.print(int, int)): Change return type to int. Adjust.
4778
1db33378
PP
47792012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4780
4781 PR gdb/9538
4782 * gdb.base/sepdebug.exp: New test.
4783
b9736cf8
PA
47842012-01-18 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
4787 Allow output before ^done.
4788
4aac40c8
TT
47892012-01-16 Tom Tromey <tromey@redhat.com>
4790
4791 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
4792 Add tests for relative directory.
4793
cafec441
TT
47942012-01-16 Tom Tromey <tromey@redhat.com>
4795
4796 * gdb.base/printcmds.c (enum flag_enum): New.
4797 (three): New global.
4798 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
4799 enum printing.
4800 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
4801 FlagEnumerationPrinter.
4802 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
4803 * gdb.python/py-pp-maint.c (enum flag_enum): New.
4804 (fval): New global.
4805
abcc4978
PA
48062012-01-16 Pedro Alves <palves@redhat.com>
4807
4808 * lib/gdb.exp (banned_procedures): New variable.
4809 (banned_variables_traced): Rename to ...
4810 (banned_traced): ... this.
4811 (gdb_init): Also trace banned procedures.
4812 (gdb_finish): Also untrace banned procedures.
4813
97ccebe8
PA
48142012-01-16 Pedro Alves <palves@redhat.com>
4815
4816 Remove all calls to strace.
4817
2af7517b
JK
48182012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4819
4820 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
4821 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
4822
9241a8bc
PP
48232012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
4824
4825 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
4826 * gdb.base/pie-execl.exp: Likewise.
4827
3848a17f
KS
48282012-01-12 Keith Seitz <keiths@redhat.com>
4829
4830 PR mi/10586
4831 * gdb.mi/var-cmd.c (struct anonymous): New structure.
4832 (do_anonymous_type_tests): New function.
4833 (main): Call do_anonymous_type_tests.
4834 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
4835 (verify_everything): New procedure.
4836 * gdb.mi/mi-var-cp.cc (class A): New class.
4837 (anonymous_structs_and_unions): New function.
4838 (main): Call anonymous_structs_and_unions.
4839 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
4840 (verify_everything): New procedure.
4841
440e2fca
KS
48422012-01-12 Keith Seitz <keiths@redhat.com>
4843
4844 * lib/mi-support.exp: Expand comments about PATH_EXPR.
4845 (varobj_tree::get_path_expr): Assume that all varobjs are
4846 compound unless they are known simple types.
4847 Adjust path expressions based on parent type, path parent type,
4848 and tree language.
4849 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
4850 the root varobj.
4851 (mi_walk_varobj_tree): Add LANGUAGE parameter.
4852
675399c9
PA
48532012-01-11 Pedro Alves <palves@redhat.com>
4854
4855 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
4856 core files on this machine" anymore.
4857
97ddaa9b
PH
48582012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4859
4860 * gdb.base/watchpoint.c (recurser): Initialize local_x.
4861 (main): Repeat recurser call.
4862 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
4863 equivalent to 'local_x'.
4864
ea733575 48652012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 4866 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
4867
4868 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
4869
2ca0b532
PA
48702012-01-05 Pedro Alves <alves.ped@gmail.com>
4871
4872 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
4873 * gdb.python/py-events.c (first): Add bits for new "step N" test.
4874 * gdb.python/py-events.exp: Test that "step N" tripping on a
4875 breakpoint emits a breakpoint event.
4876
6e681866
JB
48772012-01-03 Joel Brobecker <brobecker@adacore.com>
4878
4879 * gdb.base/auxv.exp: Reformat the copyright notice.
4880
3c2d6aff
YQ
48812012-01-03 Yao Qi <yao@codesourcery.com>
4882
4883 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
4884 (strace_trace_on_diff_addr): New.
4885 * gdb.trace/strace.c: (main): Add two local variables.
4886
0852fee3
UW
48872011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
4888
4889 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
4890 * gdb.cell/gcore.exp: Likewise.
4891 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
4892 to verify the correct instance of main is selected.
4893
12c3e59c
JB
48942012-01-02 Joel Brobecker <brobecker@adacore.com>
4895
4896 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
4897 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
4898 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
4899 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
4900 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
4901 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
4902 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
4903 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
4904 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
4905 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
4906 gdb.threads/thread_check.c: Reformat copyright header.
4907
c0f378ec
EBM
49082011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4909
e4a7ca93 4910 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
4911 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
4912 is not enabled.
4913
3bc96cfb
JK
49142011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4915
4916 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
4917 parameter to self_exec, adjust the function.
4918 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
4919 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
4920 (set var do_exit = 0): Remove test.
4921 (newline at end of file): Add one.
4922
095bcf5e
JB
49232011-12-27 Joel Brobecker <brobecker@adacore.com>
4924
4925 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
4926 New files.
4927
18d19bd1
JK
49282011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4929
4930 Fix racy FAILs.
4931 * gdb.threads/fork-thread-pending.c (barrier): New variable.
4932 (thread_function, thread_forker): Call pthread_barrier_wait for it.
4933 (main): Call pthread_barrier_init for it.
4934
e809353a
JK
49352011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4936
4937 Fix double send_gdb leading to racy FAILs.
4938 * gdb.base/break.exp (set silent break bp_location1): Replace
4939 3x send_gdb and gdb_expect by gdb_test.
4940 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
4941 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
4942 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
4943 instead of send_gdb. Twice.
4944 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
4945 3x send_gdb and gdb_expect by gdb_test.
4946 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
4947
da8cb7ec
JK
49482011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4949
4950 * gdb.linespec/linespec.exp: Compile using {c++}.
4951
ae1a303e
JK
49522011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4953
4954 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
4955 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
4956 (verify GCC PR debug/51668): New test.
4957
cc72b2a2
KP
49582011-12-23 Kevin Pouget <kevin.pouget@st.com>
4959
4960 Introduce gdb.FinishBreakpoint in Python.
4961 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
4962 py-finish-breakpoint2
4963 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
4964 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
4965 instead of line number.
4966 * gdb.python/py-finish-breakpoint.c: New file.
4967 * gdb.python/py-finish-breakpoint.exp: New file.
4968 * gdb.python/py-finish-breakpoint.py: New file.
4969 * gdb.python/py-finish-breakpoint2.cc: New file.
4970 * gdb.python/py-finish-breakpoint2.exp: New file.
4971 * gdb.python/py-finish-breakpoint2.py: New file.
4972
3b7962f9
JK
49732011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4974
4975 Partial fix of compatibility with gcc-4.7.
4976 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
4977 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
4978 Add comment to add a PASS case in the future.
4979
6538471c
JK
4980 Fix compatibility with gcc-4.7.
4981 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
4982
7052e42c
UW
49832011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
4984
4985 PR tdep/12797
4986 * gdb.base/callfuncs.exp: Remove KFAIL.
4987
9ac7f98e
JB
49882011-12-21 Joel Brobecker <brobecker@adacore.com>
4989
4990 * gdb.ada/task_bp: New testcase.
4991
f6eeced0
JK
49922011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4993
4994 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
4995 -DNO_SECTIONS.
4996 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
4997
72225e17
JK
49982011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4999
5000 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
5001 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
5002 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
5003 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
5004 conditional for gcc <= 4.5.
5005
13ac8d2c
JK
50062011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5007
5008 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
5009 by XFAIL.
5010 * gdb.cp/static-method.exp (info addr A::func())
5011 (list static-method.cc:xxx::(anonymous namespace)::A::func)
5012 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
5013 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
5014 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
5015 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
5016 (test value of F in k3_m): Likewise.
5017 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
5018 Likewise.
5019
049682ba
JK
50202011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5021
5022 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
5023 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
5024 Remove.
5025 * gdb.threads/attachstop-mt.c: Remove.
5026 * gdb.threads/attachstop-mt.exp: Remove.
5027
2c9d8796
MK
50282011-12-17 Mark Kettenis <kettenis@gnu.org>
5029
5030 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
5031
e0f9f062
DE
50322011-12-16 Doug Evans <dje@google.com>
5033
f4aa2101 5034 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
5035 * boards/native-gdbserver.exp: New file.
5036
e0f9f062
DE
5037 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
5038 gdbserver output.
5039 (gdbserver_default_get_remote_address): New function.
5040 (gdbserver_start): Call gdb,get_remote_address to compute argument
5041 to "target remote" command.
5042
80b6e756
PM
50432011-12-16 Phil Muldoon <pmuldoon@redhat.com>
5044
1c3ad6ab 5045 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
5046 python print-stack. Add set/show python print-stack
5047 off|full|message tests.
5048
1576bd00
YQ
50492011-12-15 Yao Qi <yao@codesourcery.com>
5050
5051 * gdb.trace/strace.c: New
5052 * gdb.trace/strace.exp: New.
5053
d6a0f6e0
TT
50542011-12-14 Tom Tromey <tromey@redhat.com>
5055
5056 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
5057
31015e1d
DE
50582011-12-14 Doug Evans <dje@google.com>
5059
5060 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
5061
7b50312a
PA
50622011-12-14 Pedro Alves <pedro@codesourcery.com>
5063
5064 PR threads/10729
5065
5066 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 5067 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 5068
924437bc
PA
50692011-12-13 Pedro Alves <pedro@codesourcery.com>
5070 Doug Evans <dje@google.com>
5071
5072 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
5073 (clean_restart): Remove references to the gdb_stub target board
5074 variable.
5075 (gdb_step_for_stub): Delete.
5076
5077 * gdb.base/annota1.exp: Remove all references to [target_info
5078 exists gdb_stub], gdb_step_for_stub and usestubs.
5079 * gdb.base/annota3.exp: Ditto.
5080 * gdb.base/async.exp: Ditto.
5081 * gdb.base/break.exp: Ditto.
5082 * gdb.base/code-expr.exp: Ditto.
5083 * gdb.base/commands.exp: Ditto.
5084 * gdb.base/completion.exp: Ditto.
5085 * gdb.base/condbreak.exp: Ditto.
5086 * gdb.base/consecutive.exp: Ditto.
5087 * gdb.base/cvexpr.exp: Ditto.
5088 * gdb.base/define.exp: Ditto.
5089 * gdb.base/display.exp: Ditto.
5090 * gdb.base/ena-dis-br.exp: Ditto.
5091 * gdb.base/environ.exp: Ditto.
5092 * gdb.base/gnu-ifunc.exp: Ditto.
5093 * gdb.base/maint.exp: Ditto.
5094 * gdb.base/pending.exp: Ditto.
5095 * gdb.base/sect-cmd.exp: Ditto.
5096 * gdb.base/sepdebug.exp: Ditto.
5097 * gdb.base/unload.exp: Ditto.
5098 * gdb.base/watchpoint-solib.exp: Ditto.
5099 * gdb.cp/annota2.exp: Ditto.
5100 * gdb.cp/annota3.exp: Ditto.
5101 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
5102 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
5103 * gdb.mi/mi-pending.exp: Ditto.
5104 * gdb.trace/circ.exp: Ditto.
5105 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
5106 * gdb.base/list.exp: Ditto.
5107
5108 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
5109 breakpoint function and all references to the usestubs macro.
5110 * gdb.base/exprs.c: Ditto.
5111 * gdb.base/freebpcmd.c: Ditto.
5112 * gdb.base/bitfields.c: Ditto.
5113 * gdb.base/bitfields2.c: Ditto.
5114 * gdb.base/break.c: Ditto.
5115 * gdb.base/call-sc.c: Ditto.
5116 * gdb.base/call-signals.c: Ditto.
5117 * gdb.base/callfuncs.c: Ditto.
5118 * gdb.base/charset.c: Ditto.
5119 * gdb.base/consecutive.c: Ditto.
5120 * gdb.base/constvars.c: Ditto.
5121 * gdb.base/funcargs.c: Ditto.
5122 * gdb.base/int-type.c: Ditto.
5123 * gdb.base/interrupt.c: Ditto.
5124 * gdb.base/langs0.c: Ditto.
5125 * gdb.base/list0.c: Ditto.
5126 * gdb.base/mips_pro.c: Ditto.
5127 * gdb.base/miscexprs.c: Ditto.
5128 * gdb.base/nodebug.c: Ditto.
5129 * gdb.base/opaque0.c: Ditto.
5130 * gdb.base/pointers.c: Ditto.
5131 * gdb.base/printcmds.c: Ditto.
5132 * gdb.base/ptype.c: Ditto.
5133 * gdb.base/recurse.c: Ditto.
5134 * gdb.base/reread1.c: Ditto.
5135 * gdb.base/reread2.c: Ditto.
5136 * gdb.base/restore.c: Ditto.
5137 * gdb.base/return.c: Ditto.
5138 * gdb.base/run.c: Ditto.
5139 * gdb.base/scope0.c: Ditto.
5140 * gdb.base/sepdebug.c: Ditto.
5141 * gdb.base/setshow.c: Ditto.
5142 * gdb.base/setvar.c: Ditto.
5143 * gdb.base/sigall.c: Ditto.
5144 * gdb.base/signals.c: Ditto.
5145 * gdb.base/structs.c: Ditto.
5146 * gdb.base/structs2.c: Ditto.
5147 * gdb.base/testenv.c: Ditto.
5148 * gdb.base/twice.c: Ditto.
5149 * gdb.base/unwindonsignal.c: Ditto.
5150 * gdb.base/watchpoint.c: Ditto.
5151 * gdb.base/watchpoints.c: Ditto.
5152 * gdb.base/whatis.c: Ditto.
5153 * gdb.cp/classes.cc: Ditto.
5154 * gdb.cp/cplusfuncs.cc: Ditto.
5155 * gdb.cp/derivation.cc: Ditto.
5156 * gdb.cp/formatted-ref.cc: Ditto.
5157 * gdb.cp/misc.cc: Ditto.
5158 * gdb.cp/overload.cc: Ditto.
5159 * gdb.cp/ovldbreak.cc: Ditto.
5160 * gdb.cp/ref-params.cc: Ditto.
5161 * gdb.cp/ref-types.cc: Ditto.
5162 * gdb.cp/templates.cc: Ditto.
5163 * gdb.cp/virtfunc.cc: Ditto.
5164 * gdb.hp/gdb.aCC/run.c: Ditto.
5165 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
5166 * gdb.hp/gdb.compat/xdb0.c: Ditto.
5167 * gdb.reverse/consecutive-reverse.c: Ditto.
5168 * gdb.reverse/sigall-reverse.c: Ditto.
5169 * gdb.reverse/until-reverse.c: Ditto.
5170 * gdb.reverse/watch-reverse.c: Ditto.
5171 * gdb.trace/actions.c: Ditto.
5172 * gdb.trace/circ.c: Ditto.
5173 * gdb.trace/collection.c: Ditto.
5174
fabde485
PA
51752011-12-13 Pedro Alves <pedro@codesourcery.com>
5176
5177 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
5178 (func6, func7): New.
5179 (main): Call func6 and func7.
5180 * gdb.base/watchpoint.exp (test_wide_location_1)
5181 (test_wide_location_2): New.
5182 (top level): Re-enable hardware watchpoints if necessary. Call
5183 test_wide_location_1 and test_wide_location_2.
5184
ff7d1690
YQ
51852011-12-11 Yao Qi <yao@codesourcery.com>
5186
5187 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
5188
a6af7abe
JB
51892011-12-11 Joel Brobecker <brobecker@adacore.com>
5190
5191 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
5192 expected output for unsupported case.
5193
61638e15
JK
51942011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5195
5196 PR testsuite/12649
5197 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
5198 Protect gdb_test_multiple by final $gdb_prompt match.
5199
0a00efc3
JK
52002011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5201
5202 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
5203 New variable, new test.
5204 (list static-method.cc:xxx::(anonymous namespace)::A::func)
5205 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
5206 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
5207 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
5208 them if HAVE_GCC_45682_FIXED is not set.
5209
4511b1ba
YQ
52102011-12-10 Yao Qi <yao@codesourcery.com>
5211
5212 * gdb.trace/status-stop.exp: New.
5213 * gdb.trace/status-stop.c: New.
5214
27949e73
JK
52152011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5216
5217 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
5218 timeout.
5219
d8ea7931
TT
52202011-12-08 Tom Tromey <tromey@redhat.com>
5221
5222 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
5223 condition.
5224
1cc310d2
SS
52252011-12-07 Stan Shebs <stan@codesourcery.com>
5226
5227 * gdb.trace/tfind.exp: Update for output changes.
5228
d482a875
PA
52292011-12-07 Pedro Alves <pedro@codesourcery.com>
5230
5231 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
5232 throws "Cannot insert catchpoints in this configuration".
5233 * gdb.ada/mi_catch_ex.exp: Likewise.
5234
f0ba3972
PA
52352011-12-06 Pedro Alves <pedro@codesourcery.com>
5236
5237 * gdb.base/break-always.exp: Test changing memory at addresses
5238 with breakpoints inserted.
5239
f8eba3c6
TT
52402011-12-06 Joel Brobecker <brobecker@acacore.com>
5241
6fdff2c5
PA
5242 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
5243 involving a fully qualified function name.
f8eba3c6
TT
5244
52452011-12-06 Tom Tromey <tromey@redhat.com>
5246
5247 * gdb.ada/homonym.exp: Add three breakpoint tests.
5248
52492011-12-06 Tom Tromey <tromey@redhat.com>
5250
5251 * gdb.base/solib-weak.exp (do_test): Remove kfail.
5252 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
5253 * gdb.objc/objcdecode.exp: Update for output changes.
5254 * gdb.linespec/linespec.exp: New file.
5255 * gdb.linespec/lspec.cc: New file.
5256 * gdb.linespec/lspec.h: New file.
5257 * gdb.linespec/body.h: New file.
5258 * gdb.linespec/base/two/thefile.cc: New file.
5259 * gdb.linespec/base/one/thefile.cc: New file.
5260 * gdb.linespec/Makefile.in: New file.
5261 * gdb.cp/templates.exp (test_template_breakpoints): Update for
5262 output changes.
5263 * gdb.cp/re-set-overloaded.exp: Remove kfail.
5264 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
5265 makes one breakpoint.
5266 * gdb.cp/method2.exp (test_break): Update for output changes.
5267 * gdb.cp/mb-templates.exp: Update for output changes.
5268 * gdb.cp/mb-inline.exp: Update for output changes.
5269 * gdb.cp/mb-ctor.exp: Update for output changes.
5270 * gdb.cp/ovsrch.exp: Use fully-qualified names.
5271 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
5272 has multiple matches.
5273 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
5274 error message change.
5275 * gdb.base/list.exp (test_list_filename_and_number): Update for
5276 error message change.
5277 * gdb.base/break.exp: Disable pending breakpoints. Update for
5278 output changes.
5279 * configure.ac: Add gdb.linespec.
5280 * configure: Rebuild.
5281 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
5282
c642a434
UW
52832011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
5284
5285 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
5286 last_break register on s390*-*-* targets.
5287
b18003d1
JB
52882011-12-06 Joel Brobecker <brobecker@adacore.com>
5289
5290 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
5291 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
5292 of parameter X in procedure Foo.
5293
fe96589c
SS
52942011-12-05 Stan Shebs <stan@codesourcery.com>
5295
5296 * gdb.trace/tfind.exp: Update help string matches.
5297
1820ab47
JK
52982011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5299
5300 * gdb.server/ext-run.exp (get process list): Accept also systemd
5301 as PID 1.
5302
e11ac3a3
JK
53032011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5304 Pedro Alves <pedro@codesourcery.com>
5305
5306 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
5307 starting GDB.
5308 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
5309 $use_gdb_stub.
5310 * gdb.base/display.exp: Likewise.
5311 * gdb.base/ending-run.exp: Likewise.
5312 * gdb.base/list.exp (test_listsize): Likewise.
5313 * gdb.base/setshow.exp: Likewise.
5314 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
5315 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
5316 check by global $use_gdb_stub.
5317 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
5318 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
5319 (default_gdb_init): Unset global $use_gdb_stub.
5320 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
5321 by global $use_gdb_stub.
5322 * lib/gdbserver-support.exp: Extend comments for set_board_info
5323 gdb_protocol and gdb,socketport.
5324 (gdbserver_start_extended): Set global gdbserver_protocol and
5325 gdbserver_gdbport. Clear global use_gdb_stub.
5326 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
5327 from target use_gdb_stub.
5328 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
5329
1d41d75c
DE
53302011-12-03 Doug Evans <dje@google.com>
5331
5332 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
5333 (gdb_step_for_stub): Add comments.
5334
d6d7a51a
MR
53352011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
5336
5337 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
5338 to the caller.
5339 (gdb_test_multiple): Likewise.
5340
05acf274
JK
53412011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5342
5343 Fix gdb.mi/mi-solib.exp without system debug info installed.
5344 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
5345 expect attribute, return 0 for it. Update comments.
5346
2268b414
JK
53472011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5348
5349 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
5350 (corrupted list): Adjust the expectation.
5351
585861ea
JK
53522011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5353
5354 PR threads/13448
5355 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
5356 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
5357 * gdb.threads/tls-var-main.c: New file.
5358 * gdb.threads/tls-var.c: New file.
5359 * gdb.threads/tls-var.exp: New file.
5360
968643aa
JK
53612011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5362
5363 PR testsuite/12649
5364 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
5365 Protect gdb_test_multiple by final $gdb_prompt match.
5366 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
5367 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
5368 (test_tracepoints): Likewise.
5369
9750bca9
JK
53702011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5371
5372 PR breakpoints/13346
5373 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
5374 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
5375 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
5376
ac1349b7
JB
53772011-12-01 Joel Brobecker <brobecker@adacore.com>
5378
5379 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
5380 * gdb.ada/homonym/homonym.adb: For use of all types defined
5381 locally inside both Get_Value subprograms.
5382
26d44faf
JK
53832011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5384
5385 Fix racy FAILs.
5386 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
5387 of send_gdb.
5388
514f6425
UW
53892011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5390
5391 * gdb.base/testenv.exp: Skip on remote targets. Unset global
5392 environment variable after test completed.
5393
4255c8d2
UW
53942011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5395
5396 * gdb.base/solib-nodir.exp: Skip if remote target.
5397 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
5398 application. Call gdb_load_shlibs.
5399 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
5400
a35ad96a
JB
54012011-11-29 Joel Brobecker <brobecker@adacore.com>
5402
5403 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
5404
1a1d5513
JB
54052011-11-28 Joel Brobecker <brobecker@adacore.com>
5406
5407 * gdb.ada/fullname_bp: New testcase.
5408
50b4ddf8
JK
54092011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5410
5411 PR testsuite/12649
5412 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
5413 Wrap send_gdb into a new gdb_test.
5414
fb0aec57
JK
5415 Code cleanup.
5416 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
5417 Convert send_gdb and gdb_expect to gdb_test_multiple.
5418
2376d946
JK
54192011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5420
5421 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
5422
1eec78bd
KS
54232011-11-23 Keith Seitz <keiths@redhat.com>
5424
5425 * lib/mi-support.exp (varobj_tree): New namespace and procs.
5426 (mi_varobj_tree_test_children_callback): New proc.
5427 (mi_walk_varobj_tree): New proc.
5428
36dfb11c
TT
54292011-11-22 Tom Tromey <tromey@redhat.com>
5430
5431 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
5432 Add "use_mi_command" argument.
5433 (mi_run_cmd, mi_run_with_cli): New procs.
5434 * gdb.mi/solib-lib.c: New file.
5435 * gdb.mi/solib-main.c: New file.
5436 * gdb.mi/mi-solib.exp: New file.
5437
0e965dd0
DE
54382011-11-21 Doug Evans <dje@google.com>
5439
5440 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
5441 _Unwind_DebugHook is missing.
5442
f196051f
SS
54432011-11-20 Stan Shebs <stan@codesourcery.com>
5444
5445 * gdb.trace/tstatus.exp: New.
5446 * gdb.trace/actions.c: Include string.h.
5447
bfccc43c
YQ
54482011-11-18 Yao Qi <yao@codesourcery.com>
5449
5450 * gdb.trace/pending.exp: New.
5451 * gdb.trace/pending.c: New.
5452 * gdb.trace/pendshr1.c: New.
5453 * gdb.trace/pendshr2.c: New.
5454 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
5455 tracepoint location becomes pending.
5456 (tracepoint_change_loc_2): New.
5457
73cd8ab1
DM
54582011-11-16 David S. Miller <davem@davemloft.net>
5459
5460 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
5461 target is sparc*-*-linux*
5462
77426730
PK
54632011-11-15 Paul Koning <paul_koning@dell.com>
5464
5465 * gdb.python/py-type.exp: New testcases for exceptions on scalar
5466 types.
5467
ed59ded5
DE
54682011-11-14 Doug Evans <dje@google.com>
5469
5470 * gdb.base/shell.exp: New file.
5471
405f8e94
SS
54722011-11-14 Stan Shebs <stan@codesourcery.com>
5473
5474 * gdb.trace/ftrace.c: New.
5475 * gdb.trace/ftrace.exp: New.
5476
1e4d1764
YQ
54772011-11-14 Yao Qi <yao@codesourcery.com>
5478
5479 * gdb.trace/change-loc-1.c: New.
5480 * gdb.trace/change-loc-2.c: New.
5481 * gdb.trace/change-loc.c: New.
5482 * gdb.trace/change-loc.exp: New.
5483 * gdb.trace/change-loc.h: New.
5484 * gdb.trace/trace-break.c (marker): Define new symbol.
5485 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 5486 New.
1e4d1764
YQ
5487 (break_trace_same_addr_6): New.
5488
71eba9c2 54892011-11-12 Matt Rice <ratmice@gmail.com>
5490
5491 * gdb.base/info-macros.exp: Make tests for info definitions
5492 test info macro. Add tests for info macro argument processing.
5493 Rename a few tests.
5494
1d93e29a
KS
54952011-11-11 Keith Seitz <keiths@redhat.com>
5496
5497 PR gdb/12843
5498 * gdb.base/linespecs.exp: New file.
5499
a4b5b48a
DE
55002011-11-11 Doug Evans <dje@google.com>
5501
5502 * gdb.threads/print-threads.exp: Extend timeout for slower
5503 tests.
5504
f6b47be4
DE
55052011-11-10 Doug Evans <dje@google.com>
5506
792a0230
DE
5507 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
5508 "record to end of main" test.
5509
f6b47be4
DE
5510 * gdb.python/py-type.c (TS): New typedef.
5511 (ts): New global.
5512 * gdb.python/py-type.exp: Test field list of typedef.
5513
22355c90
JB
55142011-11-10 Joel Brobecker <brobecker@adacore.com>
5515
5516 * gdb.ada/small_reg_param: New testcase.
5517
a7860e76
TT
55182011-11-09 Tom Tromey <tromey@redhat.com>
5519
5520 * gdb.cp/destrprint.exp: New file.
5521 * gdb.cp/destrprint.cc: New file.
5522
72a2e3dc
MI
55232011-11-08 Meador Inge <meadori@codesourcery.com>
5524
5525 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
5526 (switch_stack_to_other): New test function.
5527 * gdb.arch/thumb-prologue.exp: New test cases.
5528
c7195df2 55292011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
5530
5531 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
5532
d3895d7d
YQ
55332011-11-08 Yao Qi <yao@codesourcery.com>
5534
5535 * gdb.exp (supports_process_record): New.
5536 (supports_reverse): New.
5537 * gdb.reverse/break-precsave.exp: Call support_process_record
5538 to run test conditionally.
5539 * gdb.reverse/consecutive-precsave.exp: Likewise.
5540 * gdb.reverse/i386-precsave.exp: Likewise.
5541 * gdb.reverse/machinestate-precsave.exp: Likewise.
5542 * gdb.reverse/solib-precsave.exp: Likewise.
5543 * gdb.reverse/step-precsave.exp: Likewise.
5544 * gdb.reverse/until-precsave.exp: Likewise.
5545 * gdb.reverse/watch-precsave.exp: Likewise.
5546 * gdb.reverse/break-reverse.exp: Call support_reverse to run
5547 test conditionally.
5548 * gdb.reverse/consecutive-reverse.exp: Likewise.
5549 * gdb.reverse/finish-precsave.exp: Likewise.
5550 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5551 * gdb.reverse/finish-reverse.exp: Likewise.
5552 * gdb.reverse/i386-reverse.exp: Likewise.
5553 * gdb.reverse/i386-sse-reverse.exp: Likewise.
5554 * gdb.reverse/machinestate.exp: Likewise.
5555 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
5556 * gdb.reverse/sigall-precsave.exp: Likewise.
5557 * gdb.reverse/sigall-reverse.exp: Likewise.
5558 * gdb.reverse/solib-reverse.exp: Likewise.
5559 * gdb.reverse/step-reverse.exp: Likewise.
5560 * gdb.reverse/until-reverse.exp: Likewise.
5561 * gdb.reverse/watch-reverse.exp: Likewise.
5562
a59306a3
YQ
55632011-11-05 Yao Qi <yao@codesourcery.com>
5564
5565 * gdb.trace/trace-break.exp: Add test on setting two
5566 fast tracepoints at the same address.
5567
87769f59
JK
55682011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5569
5570 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
5571
3065dfb6
SS
55722011-11-02 Stan Shebs <stan@codesourcery.com>
5573
5574 * gdb.trace/collection.c: Add code using strings.
5575 * gdb.trace/collection.exp: Add tests of string collection.
5576
89e208db
JK
55772011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5578
5579 * gdb.base/skip-solib.exp (executable_main): New variable.
5580 (binfile_main): Base it on that.
5581 Use $executable_main in clean_restart calls. Drop gdb_exit and
5582 gdb_start calls.
5583
405e54e9
JK
55842011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5585
5586 Fix racy FAILs.
5587 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
5588 breakpoint_re globals import by async. Set string_regex to .* for
5589 async. Remove the optional thread_selected_re and breakpoint_re
5590 globals expectations.
5591
58e8570a
JM
55922011-11-01 Joseph Myers <joseph@codesourcery.com>
5593
5594 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
5595 well as Cygwin.
5596
7b35ec7f 55972011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
5598
5599 Add tests for skip command.
89e208db
JK
5600 * gdb.base/skip-solib-lib.c: New
5601 * gdb.base/skip-solib-main.c: New
5602 * gdb.base/skip-solib.exp: New
5603 * gdb.base/skip.c: New
5604 * gdb.base/skip.exp: New
5605 * gdb.base/skip1.c: New
5606 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 5607
b9fd1791
PA
56082011-10-31 Yao Qi <yao@codesourcery.com>
5609 Pedro Alves <pedro@codesourcery.com>
5610
6fdff2c5
PA
5611 * gdb.trace/trace-break.c: New.
5612 * gdb.trace/trace-break.exp: New.
b9fd1791 5613
4323fecc
JK
56142011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5615
5616 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
5617 break-here-2.
5618
0e5bf2a8
PA
56192011-10-28 Pedro Alves <pedro@codesourcery.com>
5620
5621 * gdb.threads/no-unwaited-for-left.c: New.
5622 * gdb.threads/no-unwaited-for-left.exp: New.
5623 * gdb.threads/non-ldr-exc-1.c: New.
5624 * gdb.threads/non-ldr-exc-1.exp: New.
5625 * gdb.threads/non-ldr-exc-2.c: New.
5626 * gdb.threads/non-ldr-exc-2.exp: New.
5627 * gdb.threads/non-ldr-exc-3.c: New.
5628 * gdb.threads/non-ldr-exc-3.exp: New.
5629 * gdb.threads/non-ldr-exc-4.c: New.
5630 * gdb.threads/non-ldr-exc-4.exp: New.
5631
3a3dad98
JK
56322011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5633
5634 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
5635 * gdb.base/attach-pie-misread.exp: Likewise.
5636 * gdb.base/break-interp.exp: Likewise.
5637 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
5638 testcases for use_gdb_stub.
5639 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
5640 (continue): New testcase.
5641 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
5642 * gdb.threads/attach-into-signal.exp: Likewise.
5643 * gdb.threads/attach-stopped.exp: Likewise.
5644 * gdb.threads/attachstop-mt.exp: Likewise.
5645
d6a5d40c
PK
56462011-10-28 Paul Koning <paul_koning@dell.com>
5647
5648 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
5649
ca539be8
JK
56502011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5651
5652 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
5653 (mi_gdb_test): Import globals thread_selected_re
5654 and breakpoint_re. Expect them optionally at the regex start.
5655
d234ef5c
DE
56562011-10-27 Doug Evans <dje@google.com>
5657
5658 * gdb.python/python.exp: Test source -s.
5659
ab964825
PK
56602011-10-26 Paul Koning <paul_koning@dell.com>
5661
5662 * gdb.python/lib-types.cc (struct A): New structure.
5663 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 5664
54d8a644
PK
56652011-10-25 Paul Koning <paul_koning@dell.com>
5666
5667 PR python/13327
d234ef5c 5668
54d8a644
PK
5669 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
5670 fetch_lazy method.
5671
b0221781
YQ
56722011-10-24 Yao Qi <yao@codesourcery.com>
5673
5674 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
5675 target is tic6x-*-*.
5676
6cda5a20
JB
56772011-10-21 Joel Brobecker <brobecker@adacore.com>
5678
5679 * gdb.ada/mi_task_info/task_switch.adb: New file.
5680 * gdb.ada/mi_task_info.exp: New file.
5681
5ed9db04
JK
56822011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5683
5684 * gdb.cp/expand-psymtabs-cxx.exp: New file.
5685 * gdb.cp/expand-psymtabs-cxx.cc: New file.
5686
9df2fbc4
PM
56872011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5688
5689 PR python/12656
5690
5691 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
5692 global_block tests.
5693
736086ba
TT
56942011-10-18 Tom Tromey <tromey@redhat.com>
5695
5696 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
5697
4af31552
TT
56982011-10-18 Tom Tromey <tromey@redhat.com>
5699
5700 * gdb.base/source.exp: Don't include full file name in test name.
5701 * gdb.python/python.exp: Don't include full file name in test
5702 name.
5703
43136979
AR
57042011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5705
5706 * gdb.base/attach-pie-noexec.c: New files.
5707 * gdb.base/attach-pie-noexec.exp: New files.
5708
543a9323
JM
57092011-10-17 Joseph Myers <joseph@codesourcery.com>
5710
5711 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
5712 prompt for each extra line in command.
5713
21ae7a4d
JK
57142011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5715
5716 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
5717 Revert the part of:
5718 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5719 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
5720 Change the expected string.
5721
20ec36d9
JK
57222011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5723
5724 Fix results with system glibc debug info installed.
5725 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
5726 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
5727 Accept also __libc_ symbol prefix and no prefix.
5728
6501c2fc
KS
57292011-10-14 Keith Seitz <keiths@redhat.com>
5730
5731 PR c++/13225
5732 * gdb.cp/converts.cc (foo3_1): New function.
5733 (foo3_2): New functions.
5734 * gdb.cp/converts.exp: Add tests for int to pointer conversion
5735 and null pointer conversions of integer constant zero.
5736 Add test to check if all arguments are checked for incompatible
5737 conversion BADNESS.
5738
55b1fd0c
TT
57392011-10-14 Tom Tromey <tromey@redhat.com>
5740
5741 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
5742 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
5743 linespec.
5744
22c05d8a
JK
57452011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5746
5747 Fix internal error regression.
5748 * gdb.dwarf2/implptr-optimized-out.S: New file.
5749 * gdb.dwarf2/implptr-optimized-out.exp: New file.
5750
1d6edc3c
JK
57512011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5752
5753 Fix empty DWARF expressions DATA vs. SIZE conditionals.
5754 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
5755 (loclist): New.
5756 (4): New abbrev.
5757 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
5758 Use prepare_for_testing, remove clean_restart.
5759 (p arraynoloc, p arraycallnoloc): New tests.
5760
9ec72168
JK
57612011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5762
5763 * gdb.cp/namespace-enum.exp (executable): New variable.
5764 (binfile): Use ${objdir}/${subdir}/ prefix.
5765 Use ${executable} for clean_restart.
5766
9c6c53f7
SA
57672011-10-11 Sterling Augustine <saugustine@google.com>
5768
5769 * gdb.cp/Makefile.in: Add namespace-enum test.
5770 * gdb.cp/namespace-enum.exp: New file.
5771 * gdb.cp/namespace-enum.c: New file.
5772 * gdb.cp/namespace-enum-main.c: New file.
5773
fac7ceb3
UW
57742011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
5775
5776 * gdb.python/py-shared.exp: Relax filename check to handle remote:
5777 sysroot.
5778
941b2081
JK
57792011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5780
5781 Reimplement @entry in input expressions.
5782 * gdb.base/exprs.c (v_int_array_init): New variable.
5783 * gdb.base/exprs.exp (print v_int_array_init)
5784 (print *v_int_array_init@1, print *v_int_array_init@2)
5785 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
5786 (print v_int_array_init[1]@1): New tests.
5787
0344e878
JM
57882011-10-10 Joseph Myers <joseph@codesourcery.com>
5789
5790 * gdb.cp/gdb2495.exp: Do not include directories in filename in
5791 expected message.
5792
5a56e9c5
DE
57932011-10-09 Doug Evans <dje@google.com>
5794
5795 * gdb.base/alias.exp: Add tests for alias command.
5796
2bda9cc5
JK
57972011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5798
5799 * gdb.arch/amd64-entry-value.s: New file.
5800 * gdb.mi/mi2-amd64-entry-value.s: New file.
5801
a471c594
JK
58022011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5803
5804 Display @entry parameter values even for references.
5805 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
5806 functions.
5807 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
5808 reference and datap_input.
5809 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
5810 breakpoints.
5811 (continue to breakpoint: entry_reference: reference)
5812 (entry_reference: bt at entry)
5813 (continue to breakpoint: entry_reference: breakhere_reference)
5814 (entry_reference: bt, entry_reference: ptype regparam)
5815 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
5816 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
5817 (entry_reference: p regcopy, entry_reference: p nodataparam)
5818 (entry_reference: p nodataparam@entry): New tests.
5819
36b11add
JK
58202011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5821
5822 Support @entry in input expressions.
5823 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
5824 (entry_stack: p s1@entry, entry_stack: p s2@entry)
5825 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
5826 (tailcall: p j@entry): New tests.
5827 * gdb.cp/koenig.cc (A::entry): New function.
5828 (main): Call it.
5829 * gdb.cp/koenig.exp (p entry (c)): New test.
5830
e18b2753
JK
58312011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5832
5833 Display @entry parameter values (without references).
5834 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
5835 (different, validity, invalid): New functions.
5836 (main): Call them.
5837 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
5838 stacktest, breakhere_stacktest, different, breakhere_different,
5839 breakhere_validity and breakhere_invalid.
5840 (entry: bt): Update for @entry.
5841 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
5842 (entry_validity: *, entry_invalid: *): Many new tests.
5843 * gdb.base/break.exp
5844 (run until breakpoint set at small function, optimized file): Accept
5845 also the @entry suffix.
5846 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
5847 * gdb.mi/mi2-amd64-entry-value.c: New files.
5848 * gdb.mi/mi2-amd64-entry-value.exp: New files.
5849
2d6c5dc2
JK
58502011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5851
5852 Protect entry values against self tail calls.
5853 * gdb.arch/amd64-entry-value.cc (self2, self): New.
5854 (main): Call self.
5855 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
5856 (set debug entry-values 1, self: bt debug entry-values): New tests.
5857
111c6489
JK
58582011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5859
5860 Recognize virtual tail call frames.
5861 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
5862 (amb_b, amb_a): New.
5863 (main): Call a and b.
5864 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
5865 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
5866 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
5867 New tests.
5868
8e3b41a9
JK
58692011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5870
5871 Implement basic support for DW_TAG_GNU_call_site.
5872 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
5873 * gdb.arch/amd64-entry-value.cc: New file.
5874 * gdb.arch/amd64-entry-value.exp: New file.
5875
181cebd4
JK
58762011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5877
5878 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
5879 * gdb.dwarf2/implptr-64bit.S: New file.
5880 * gdb.dwarf2/implptr-64bit.exp: New file.
5881
741f5e3c
JK
58822011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5883
5884 Fix initial language detection with -readnow.
5885 * gdb.cp/readnow-language.cc: New file.
5886 * gdb.cp/readnow-language.exp: New file.
5887
a73d2258
JK
58882011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5889
5890 Fix printed anonymous struct name.
5891 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
5892
af369495
JM
58932011-10-09 Joseph Myers <joseph@codesourcery.com>
5894
5895 * gdb.base/solib-symbol.exp: Do not include directories in
5896 filenames in expected messages.
5897
1fa57852
DE
58982011-10-07 Doug Evans <dje@google.com>
5899
5900 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
5901
bd054e06
KP
59022011-10-07 Kevin Pouget <kevin.pouget@st.com>
5903
5904 Allow Python notification of new object-file loadings.
5905 * gdb.python/py-events.exp: Test newobjfile event.
5906 * gdb.python/py-events.py: Register newobjfile callback.
5907 * gdb.python/py-events.c: Add call to shared library
5908 * gdb.python/py-events-shlib.c: New file.
5909
8031b6f8
JM
59102011-10-06 Joseph Myers <joseph@codesourcery.com>
5911
5912 * gdb.base/fixsection.exp: Do not include directories in filename
5913 in expected message.
5914
7fea6923
PM
59152011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
5916
5917 Add tests for passing of environment variables to inferior.
5918 * gdb.base/testenv.c: New test source.
5919 * gdb.base/testenv.exp: New expect test.
5920
687f2a88
PK
59212011-10-04 Paul Koning <paul_koning@dell.com>
5922
5923 * gdb.python/py-value.c (main): Break before return.
5924
cb6be26b
KP
59252011-10-04 Kevin Pouget <kevin.pouget@st.com>
5926
5927 PR python/12691: Add the inferior to Python exited event
5928 * gdb.python/py-events.exp: Test the inferior attribute of exited
5929 event with a fork.
5930 * gdb.python/py-events.py: Print inferior number on exit.
5931 * gdb.python/py-events.c: Fork the inferior.
5932
fb213700
EBM
59332011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5934
5935 * gdb.base/jit.exp: Add testcase name to log message
5936
aa2071bd
PK
59372011-10-03 Paul Koning <paul_koning@dell.com>
5938 Jan Kratochvil <jan.kratochvil@redhat.com>
5939
5940 * gdb.python/py-value.exp
5941 (python inval = gdb.parse_and_eval('*(int*)0'))
5942 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
5943 (set argc=2, python print argc_lazy): New tests.
5944
dd11a36c
JB
59452011-10-02 Joel Brobecker <brobecker@adacore.com>
5946
5947 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
5948
46f886f1
JK
59492011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5950 Pedro Alves <pedro@codesourcery.com>
5951
5952 * gdb.python/py-value.exp (test_value_in_inferior): New variable
5953 can_read_0, test for it.
5954 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
5955 (parse_and_eval with memory error): ... here, make it untested if
5956 can_read_0.
5957
c5cb204f
MP
59582011-09-30 Marek Polacek <mpolacek@redhat.com>
5959
5960 * gdb.python/python.exp (verify pagination beforehand)
5961 (verify pagination afterwards): Fix race by splitting the line.
5962
68fb0ec0
JM
59632011-09-29 Joseph Myers <joseph@codesourcery.com>
5964
5965 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
5966 for 64-bit multilibs from i?86-* targets.
5967
6aee0d90
MP
59682011-09-29 Marek Polacek <mpolacek@redhat.com>
5969
5970 * lib/gdb.exp: Fix a typo in one of the comments.
5971
e9101ff5
MP
59722011-09-29 Marek Polacek <mpolacek@redhat.com>
5973
5974 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
5975 matching pattern.
5976
7a81bdbf
PK
59772011-09-28 Paul Koning <paul_koning@dell.com>
5978
5979 * gdb.python/py-type.c (enum E): New.
5980 * gdb.python/py-type.exp (test_fields): Add tests for Python
5981 mapping access to fields.
5982 (test_enums): New test for field access on enums.
5983
6710bf39
SS
59842011-09-27 Stan Shebs <stan@codesourcery.com>
5985
5986 * gdb.trace/collection.exp: Test collection of $_ret.
5987
b2a6bdeb
AT
59882011-09-22 Andreas Tobler <andreast@fgznet.ch>
5989
5990 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
5991 list of compilation switches for <*-*-freebsd*>.
5992
3c9057f3
SS
59932011-09-19 Stan Shebs <stan@codesourcery.com>
5994
5995 * gdb.trace/tspeed.exp: New file.
5996 * gdb.trace/tspeed.c: New file.
5997
34518530
YQ
59982011-09-18 Yao Qi <yao@codesourcery.com>
5999
6000 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
6001 instructions.
6002 (test_adr_32bit, test_pop_pc): Likewise.
6003 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
6004 Thumb instructions.
6005 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
6006 in gdb_test_multiple.
6007 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
6008
ab254057
YQ
60092011-09-17 Yao Qi <yao@codesourcery.com>
6010
6011 * lib/gdb.exp (can_single_step_to_signal_handler): New.
6012 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
6013 support single step to signal handler.
6014
9c317b71
YQ
60152011-09-17 Yao Qi <yao@codesourcery.com>
6016
6017 * gdb.base/disp-step-fork.c: New.
6018 * gdb.base/disp-step-syscall.exp: New.
6019 * gdb.base/disp-step-vfork.c: New.
6020
a8123151
JB
60212011-09-16 Joel Brobecker <brobecker@adacore.com>
6022
6023 * gdb.ada/tasks.exp: Make the expected output for
6024 the `info tasks' tests more resilient to spacing
6025 changes.
6026
63a9aad8
JK
60272011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6028
6029 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
6030 (reached breakpoint 2, reached breakpoint 3): Update expected output.
6031
2aa48337
KP
60322011-09-15 Kevin Pouget <kevin.pouget@st.com>
6033
6034 PR Python/12692 Add gdb.selected_inferior() to Python interface.
6035 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
6036
6839b47f
KP
60372011-04-30 Kevin Pouget <kevin.pouget@st.com>
6038
6039 Handle multiple breakpoint hits in Python interface:
6040 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
6041 presence.
6042 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
6043 breakpoint hits.
6044
0935723e
JK
60452011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
6046 Jan Kratochvil <jan.kratochvil@redhat.com>
6047
6048 * gdb.python/py-events.exp: Remove pretty printing comment.
6049 * gdb.python/py-evsignal.exp: New file.
6050 * gdb.python/py-evthreads.c: Include signal.h.
6051 (thread3): Remove variable count3. Remove variable bad and use raise
6052 instead.
6053 (thread2): Remove variable count2. Move thread3 pthread_create here,
6054 merge pthread_join to a single line.
6055 (main): Remove variable count1. Merge pthread_join with pthread_create
6056 to a single line.
6057 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
6058 KFAIL python/12966 for gdbserver. Test return value of
6059 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
6060 gdb_expect by gdb_test and gdb_test_multiple.
6061 (thread 2, thread 3): New tests.
6062
4801a9a3
PA
60632011-09-12 Matt Rice <ratmice@gmail.com>
6064 Pedro Alves <pedro@codesourcery.com>
6065
6066 PR gdb/13175
6067
6068 * gdb.base/interp.exp: New tests.
6069 * gdb.base/interp.c: New file.
6070
24ece742
DE
60712011-09-12 Doug Evans <dje@google.com>
6072
6073 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
6074 * gdb.dwarf2/typeddwarf.exp: Ditto.
6075
7f062217
JK
60762011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6077
6078 Fix compatibility with x32 arch.
6079 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
6080 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
6081 is_x86_like_target.
6082 * testsuite/gdb.trace/collection.exp: Likewise.
6083 * testsuite/gdb.trace/report.exp: Likewise.
6084 * testsuite/gdb.trace/unavailable.exp: Likewise.
6085 * testsuite/gdb.trace/while-dyn.exp: Likewise.
6086 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
6087 (is_x86_like_target): Check also is_amd64_regs_target.
6088
08711b9a
JK
60892011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6090
6091 PR breakpoints/12435
6092 * gdb.arch/amd64-prologue-xmm.c: New file.
6093 * gdb.arch/amd64-prologue-xmm.exp: New file.
6094 * gdb.arch/amd64-prologue-xmm.s: New file.
6095
b99b5f66
JK
60962011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6097
6098 * gdb.dwarf2/dw2-param-error-main.c: New file.
6099 * gdb.dwarf2/dw2-param-error.S: New file.
6100 * gdb.dwarf2/dw2-param-error.exp: New file.
6101
a391a2f6
PA
61022011-09-08 Pedro Alves <pedro@codesourcery.com>
6103
6104 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
6105 inferior's pid and look for a core dump named core.$pid. Use
6106 `remote_file' commands on the host instead of hand coding shell
6107 commands on the build.
6108 * gdb.base/valgrind-db-attach.exp: Kill the program before
6109 finishing the test.
6110
7d8e6458 61112011-09-02 Matt Rice <ratmice@gmail.com>
6112
6113 * lib/prompt.exp: New file for testing the first prompt.
6114 * gdb.python/py-prompt.exp: Ditto.
6115 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
6116
68e77c9e
PA
61172011-09-02 Pedro Alves <pedro@codesourcery.com>
6118
6119 * gdb.threads/gcore-thread.exp: Set the global core_supported to
6120 0, before testing gcore.
6121
9655e943
JK
61222011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6123
df6dc84d
JK
6124 * dw2-ifort-parameter-debug.S: Update copyright year.
6125 * dw2-ifort-parameter.c: Update copyright year.
6126 * dw2-ifort-parameter.exp: Update copyright year.
6127
9655e943
JK
6128 * dw2-ifort-parameter-debug.S: New file.
6129 * dw2-ifort-parameter.c: New file.
6130 * dw2-ifort-parameter.exp: New file.
6131
353d1d73
JK
61322011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6133
6134 * gdb.base/commands.exp (error_clears_commands_left): New function.
6135 (): Call it.
6136
5c07461a
JK
61372011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6138
6139 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
6140 (C): Initialize `a'.
6141 * gdb.mi/mi-inheritance-syntax-error.exp
6142 (-data-evaluate-expression $path): Expect `a' as 5.
6143
0d932b2f
MK
61442011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
6145
6146 PR mi/11912
6147 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
6148 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
6149 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
6150 keyword in output of -var-info-path-expression.
6151
bdb54049
JK
61522011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6153
6154 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
6155 * gdb.trace/collection.exp: Likewise.
6156 * gdb.trace/report.exp: Likewise.
6157 * gdb.trace/unavailable.exp: Likewise.
6158 * gdb.trace/while-dyn.exp: Likewise.
6159
59cde39c
KS
61602011-08-18 Keith Seitz <keiths@redhat.com>
6161
6162 PR c++/12266
6163 * gdb.cp/meth-typedefs.cc: New file.
6164 * gdb.cp/meth-typedefs.exp: New file.
6165
fa3a4f15
PM
61662011-08-17 Phil Muldoon <pmuldoon@redhat.com>
6167
6fdff2c5 6168 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 6169
c1049fca
JK
61702011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6171
6172 * gdb.arch/i386-dr3-watch.exp
6173 (watchpoint on gap1 does not fit debug registers)
6174 (delete all watchpoints): Fix racy expect strings.
6175
d93f7b5c
YQ
61762011-08-14 Yao Qi <yao@codesourcery.com>
6177
6178 * gdb.base/maint.exp: set data_section to ".neardata".
6179 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
6180 * gdb.base/savedregs.exp: Handle SIGILL.
6181 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
6182 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
6183
457e09f0
DE
61842011-08-12 Doug Evans <dje@google.com>
6185
6186 * gdb.python/py-symbol.exp: Add test for symbol.type.
6187
5d0bb2fb
UW
61882011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
6189
6190 * gdb.threads/pthreads.exp: Enable on non-native configurations.
6191 * gdb.mi/mi-pthreads.exp: Likewise.
6192 * gdb.mi/mi2-pthreads.exp: Likewise.
6193 * gdb.mi/gdb669.exp.exp: Likewise.
6194
fcdfa280
PA
61952011-08-09 Pedro Alves <pedro@codesourcery.com>
6196
6197 * lib/mi-support.exp (detect_async): Rename to...
6198 (mi_detect_async): ... this.
6199 * gdb.mi/mi-nonstop-exit.exp: Adjust.
6200 * gdb.mi/mi-nonstop.exp: Adjust.
6201 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
6202 * gdb.mi/mi-nsintrall.exp: Adjust.
6203 * gdb.mi/mi-nsmoribund.exp: Adjust.
6204 * gdb.mi/mi-nsthrexec.exp: Adjust.
6205
9d8fa392
PA
62062011-08-09 Pedro Alves <pedro@codesourcery.com>
6207
6208 * gdb.base/display.c (do_loops): New `p_i' local.
6209 * gdb.base/display.exp: Test displaying a variable that is
6210 temporarily at a bad address.
6211
b6cede78
JK
62122011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6213
6214 * gdb.dwarf2/dw2-op-stack-value.S: New file.
6215 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
6216
67bedb8c
JK
62172011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6218
6219 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
6220 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
6221 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 6222
af6e93b2
PA
62232011-08-05 Pedro Alves <pedro@codesourcery.com>
6224
6225 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
6226 procedure.
6227 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
6228
1cf0e11f
YQ
62292011-08-05 Yao Qi <yao@codesourcery.com>
6230
6231 * gdb.base/callfuncs.exp: Set language after main.
6232 * gdb.cp/cplusfuncs.exp: Likewise.
6233 * gdb.cp/inherit.exp: Likewise.
6234
a1e28cb2
UW
62352011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6236
6237 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
6238 * gdb.base/watch-vfork.exp: Skip on remote targets.
6239
d4f5bbb9
UW
62402011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6241
6242 * gdb.threads/thread-find.exp: Support remote targets.
6243
724f4f80
UW
62442011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6245
6246 * gdb.base/jit.exp: Download solib_binfile to target.
6247 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
6248 and call dlopen without full path name.
6249 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
6250 dlopen without full path name.
6251
934709f0
PW
62522011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6253
6254 * gdb.base/break-always.exp: Complete the test
6255 with duplicated breakpoints and enabling/disabling them.
6256
c26106c4
TT
62572011-08-02 Tom Tromey <tromey@redhat.com>
6258
6259 PR gdb/11289:
6260 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
6261
9300444e 62622011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
6263
6264 PR gdb/13045
6265 * gdb.base/float.exp: Add new test case for PR gdb/13045
6266 * gdb.base/float.c: New file.
6267
00bd41d6
PM
62682011-07-28 Phil Muldoon <pmuldoon@redhat.com>
6269
6270 * gdb.python/py-mi.exp: Test printers returning string hint, and
6271 also not returning a value.
6272 * gdb.python/py-prettyprint.c: Add testcase for above.
6273 * gdb.python/py-prettyprint.py: Add test printer for above.
6274
d24f74ce
JK
62752011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6276
6277 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
6278 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
6279 (.Ldie30) Add as field "data4".
6280 (.Ldie32) Rename field "b" to "shl".
6281 (abbrev4) Change for the "data4" field.
6282 (abbrev5, abbrev6) Remove.
6283 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
6284 (p &s.shl): ... here. Add comment.
6285 (p &s.data4): New.
6286
bb7da2bf
JK
62872011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6288
6289 Fix crash on lval_computed values.
6290 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
6291
11081198
JK
62922011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6293
6294 * gdb.base/help.exp (help whatis): Update the expected string.
6295
3c6e0cb3
JK
62962011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6297
6298 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
6299 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
6300 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
6301 Change the expected string.
6302
efa80663
PA
63032011-07-26 Pedro Alves <pedro@codesourcery.com>
6304
6305 * gdb.base/watchpoint.exp
6306 (test_disable_enable_software_watchpoint): New procedure.
6307 (top level): Run it.
6308
db8e4570
UW
63092011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
6310
6311 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
6312 executable file "${binfile}", C++ version "${binfile}-cxx".
6313 * gdb.python/py-prettyprint.exp: Likewise.
6314 * gdb.python/py-symbol.exp: Likewise.
6315 * gdb.python/py-type.exp: Likewise.
6316 * gdb.python/py-value.exp: Likewise.
6317 * gdb.python/py-template.exp (test_template_arg): Pass full executable
6318 file name instead of just suffix.
6319
543305c9
JK
63202011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6321
6322 Fix implicit pointer offsets.
6323 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
6324 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
6325 (continue to breakpoint: continue to baz breakpoint for implptr)
6326 (sanity check element 0, sanity check element 1)
6327 (enter the inlined function, check element 0 for the offset)
6328 (check element 1 for the offset)
6329 (continue to breakpoint: ignore the second baz breakpoint): New tests.
6330 (set foo breakpoint for implptr): Update the breakpoint number.
6331
b3215adc
UW
63322011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6333
6334 * gdb.python/py-mi.exp: Use different file names for different
6335 versions of the executable under test.
6336 * gdb.python/py-prettyprint.exp: Likewise.
6337 * gdb.python/py-symbol.exp: Likewise.
6338 * gdb.python/py-template.exp: Likewise.
6339 * gdb.python/py-type.exp: Likewise.
6340 * gdb.python/py-value.exp: Likewise.
6341
182b9acc
UW
63422011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6343
6344 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
6345 flag after restarting GDB if necessary.
6346
e6052b5d
UW
63472011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6348
6349 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
6350
1ced966e
PA
63512011-07-22 Pedro Alves <pedro@codesourcery.com>
6352
6353 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
6354 backend doesn't leave used debug registers behind.
6355
3543a589
TT
63562011-07-22 Tom Tromey <tromey@redhat.com>
6357
6358 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
6359 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
6360 argument.
6361 * gdb.dwarf2/typeddwarf-amd64.S: New file.
6362
14d15303 63632011-07-21 Matt Rice <ratmice@gmail.com>
6364
6365 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
6366 in mostlyclean rule. Add files ending in .core.
6367
9b158ba0 63682011-07-21 Matt Rice <ratmice@gmail.com>
6369
6370 PR macros/12999
6371 * gdb.base/info-macros.c: New test sources.
6372 * gdb.base/info-macros.exp: New tests.
6373
d17b6f81
PM
63742011-07-21 Phil Muldoon <pmuldoon@redhat.com>
6375
6376 * gdb.python/python.exp: Add prompt substitution tests.
6377
918dd910
JK
63782011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6379
6380 Fix crash if referenced CU is aged out.
6381 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
6382 New.
6383 * gdb.dwarf2/implptr.exp: Likewise.
6384
0e37a63c
JK
63852011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6386
6387 * gdb.dwarf2/implptr.S: Rebuilt.
6388 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
6389 (bar): Use them for j, k, l.
6390 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
6391 COMPILE.
6392 (print j in implptr:bar): Update for the intp typedef.
6393 (print p[0].x in implptr:foo): Use more exact regex.
6394
f65cf84c
TT
63952011-07-18 Tom Tromey <tromey@redhat.com>
6396
6397 * gdb.cp/static-method.exp: Add missing single quote.
6398
d5b4a7be
YQ
63992011-07-18 Yao Qi <yao@codesourcery.com>
6400
6401 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
6402 supported.
6403 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6404 * gdb.mi/mi-nonstop.exp: Likewise.
6405 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6406 * gdb.mi/mi-nsintrall.exp: Likewise.
6407 * gdb.mi/mi-nsmoribund.exp: Likewise.
6408 * gdb.mi/mi-nsthrexec.exp: Likewise.
6409 * gdb.python/py-evthreads.exp: Likewise.
6410
e9ea2662
JK
64112011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6412
6413 Code cleanup.
6414 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
6415 it. Substitute it instead of test_compiler_info everywhere.
6416
ce451573
UW
64172011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6418
6419 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
6420 remote targets as well.
6421
756d88a7
UW
64222011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6423
6424 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
6425 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
6426
31f83dc5
UW
64272011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6428
6429 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
6430 a remote machine, not the host.
6431 (gdb_compile_shlib): Set soname if target is remote.
6432
059241a0
PP
64332011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
6434
6435 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
6436
28a0b48c 64372011-07-13 Matt Rice <ratmice@gmail.com>
6438
6439 * gdb.python/py-objfile-script-gdb.py: Renamed to
6440 py-objfile-script-gdb.py.in.
6441 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
6442 py-objfile-script-gdb.py.
6443 * gdb.python/py-objfile-script.exp: Update reference to
6444 py-objfile-script-gdb.py.
6445
9a771b67
JK
64462011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6447
6448 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
6449 reference undefined label.
6450
04ad99e6
JK
64512011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6452
6453 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
6454 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
6455 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
6456 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
6457
713389e0
PM
64582011-07-11 Phil Muldoon <pmuldoon@redhat.com>
6459
6fdff2c5 6460 PR python/12438
713389e0 6461 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 6462 deprecated tests. Add set/show python print-backtrace tests.
713389e0 6463
97d146f8
JK
64642011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6465
6466 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
6467 debug info.
6468
facde0e5 64692011-07-06 Matt Rice <ratmice@gmail.com>
6470
6471 * gdb.python/python.exp: Update filename paths.
6472 * gdb.python/py-symtab.exp: Ditto.
6473
438640d1
MP
64742011-07-06 Marek Polacek <mpolacek@redhat.com>
6475
6476 * gdb.python/py-evthreads.exp: Add missing `$'.
6477
33a365df
MF
64782011-07-06 Jie Zhang <jie.zhang@analog.com>
6479
6480 * config/bfin.exp: New file.
6481 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
6482 * gdb.asm/bfin.inc: New file.
6483
8f7ae686
MP
64842011-07-06 Marek Polacek <mpolacek@redhat.com>
6485
df46027d 6486 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
6487 the whole output.
6488
eb2a6f42
TT
64892011-07-05 Tom Tromey <tromey@redhat.com>
6490
6491 * gdb.java/jprint.java (jprint.hi): New field.
6492 * gdb.java/jprint.exp: Print string.
6493
177b42fe
TJB
64942011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
6495
6496 * gdb.base/call-sc.c: Fix typos.
6497 * gdb.base/ifelse.exp: Likewise.
6498 * gdb.base/structs.c: Likewise.
6499
3b2a0cf2
JB
65002011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6501
6502 * gdb.base/jit-so.exp: New test.
6503 * gdb.base/jit-dlmain.c: New file.
6504 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
6505
46fc714c
JK
65062011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6507
6508 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
6509 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
6510 * gdb.cp/pr9167.exp (p b): Likewise.
6511 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
6512 (test value of P in inner_m, test type of Z in inner_m): Call
6513 setup_xfail for gcc <= 4.5.
46fc714c 6514
418c7cf7
JK
65152011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6516
6517 * gdb.cp/paren-type.cc: New files.
6518 * gdb.cp/paren-type.exp: New files.
6519
3d50dd94
JK
65202011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6521
6522 Stop on first linespec terminator instead of eating what we can.
6523 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
6524 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
6525 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
6526 (break C::f()): ... this one.
6527 (break C::operator()()): New test.
6528 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
6529 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
6530 test.
6531
dcf9f4ab
JK
65322011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6533
6534 Fall back linespec to minimal symbols.
6535 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
6536 error message.
6537 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
6538 * gdb.cp/minsym-fallback-main.cc: New file.
6539 * gdb.cp/minsym-fallback.cc: New file.
6540 * gdb.cp/minsym-fallback.exp: New file.
6541 * gdb.cp/minsym-fallback.h: New file.
6542
3f542ed1
JK
65432011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6544
6545 * gdb.cp/no-dmgl-verbose.cc: New file.
6546 * gdb.cp/no-dmgl-verbose.exp: New file.
6547
65482011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
6549
6550 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
6551 __GI_.
6552 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
6553 (f): New function.
6554 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
6555 (complete p 'func<short>(): ... here.
6556 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
6557 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
6558 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
6559 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
6560 Make them KFAIL gcc/49546.
6561
00eb2c4a
JB
65622011-07-01 Joel Brobecker <brobecker@adacore.com>
6563
6564 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
6565
85a20c42
JK
65662011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6567
6568 Test GCC PR debug/49546.
6569 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
6570 (test type of F in k3_m, test value of F in k3_m): New.
6571 * gdb.cp/temargs.cc (struct S3, struct K3): New.
6572 (main): New variable k3. Call k3.k3_m.
6573
d2d43431
JB
65742011-07-01 Jean-Charles Delay <delay@adacore.com>
6575
6576 * gdb.ada/packed_array.exp: Fix expected outout.
6577
54ae186f
JB
65782011-07-01 Jean-Charles Delay <delay@adacore.com>
6579
6580 * gdb.ada/packed_array.exp: fixed expected output.
6581
8f17729f
JB
65822011-07-01 Joel Brobecker <brobecker@adacore.com>
6583
6584 * gdb.ada/same_enum: New testcase.
6585
f5aa6869
JB
65862011-07-01 Joel Brobecker <brobecker@adacore.com>
6587
6588 * gdb.ada/ptr_typedef: New testcase.
6589
828292f2
JB
65902011-07-01 Joel Brobecker <brobecker@adacore.com>
6591
6592 * gdb.ada/arrayptr.exp: Add ptype test.
6593
18920c42
JB
65942011-07-01 Joel Brobecker <brobecker@adacore.com>
6595
6596 * gdb.ada/char_enum: New testcase.
6597
3536d9e3 65982011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
6599
6600 * gdb.base/dump.exp (capture_pointer_with_type): New.
6601 Get value from address instead of name.
6602 Start GDB once, and do `dump' and `restore'
6603 tests together.
6604
db863c42
MF
66052011-06-30 Jie Zhang <jie.zhang@analog.com>
6606 Mike Frysinger <vapier@gentoo.org>
6607
6608 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
6609 helper functions for getting/setting remotetimeout variable.
6610 * lib/gdb.exp (gdb_load): If the target is remote, set
6611 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
6612 with $loadtimeout. Set $load_ok to 0 before doing the load.
6613 Instead of returning, immediately, set $load_ok to 0. Call
6614 set_remotetimeout with $oldremotetimeout, and then return if
6615 $load_ok is 1.
6616
e9e642a8
AB
66172011-06-30 Andrew Burgess <aburgess@broadcom.com>
6618
6619 * gdb.python/py-template.exp: Don't run this test if the target
6620 does not support c++ tests.
6621
32019081
JK
66222011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6623
6624 Fix non-only rename list for Fortran modules import.
6625 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
6626 tests.
6627 * gdb.fortran/module.f90 (module moduse): New.
6628 (program module): use moduse, test var_x, var_y and var_z.
6629
0ecee54c
TT
66302011-06-29 Tom Tromey <tromey@redhat.com>
6631
6632 PR testsuite/12040:
6633 * gdb.fortran/array-element.exp: Use f90, not f77.
6634 * gdb.fortran/complex.exp: Use f90, not f77.
6635 * gdb.fortran/derived-type.exp: Use f90, not f77.
6636 * gdb.fortran/library-module.exp: Use f90, not f77.
6637 * gdb.fortran/logical.exp: Use f90, not f77.
6638 * gdb.fortran/module.exp: Use f90, not f77.
6639 * gdb.fortran/multi-dim.exp: Use f90, not f77.
6640 * gdb.fortran/subarray.exp: Use f90, not f77.
6641
3b2b8fea
TT
66422011-06-29 Tom Tromey <tromey@redhat.com>
6643
6644 * gdb.fortran/charset.exp: New file.
6645 * gdb.fortran/charset.f90: New file.
6646
42159ca5
TT
66472011-06-29 Tom Tromey <tromey@redhat.com>
6648
6649 PR testsuite/12040:
6650 * lib/future.exp: New file, mostly extracted from ada.exp.
6651 Rewrote compatibility code to use rename.
6652 (gdb_find_gfortran): New proc.
6653 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
6654 gfortran patch.
6655 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
6656 Move to future.exp.
6657 * lib/gdb.exp: Always load future.exp.
6658
af69a5ce
YQ
66592011-06-28 Yao Qi <yao@codesourcery.com>
6660
6661 * gdb.cp/exception.cc: Don't include iostream.
6662 (bar): Remove print statement.
6663 (catcher): New.
6664 (main): Remove print statements. Call function catcher.
6665 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
6666 Set breakpoint on catcher, and check the value of parameter.
6667
ab5c6a72
YQ
66682011-06-23 Yao Qi <yao@codesourcery.com>
6669
6fdff2c5
PA
6670 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
6671 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 6672
9497469f
MP
66732011-06-23 Marek Polacek <mpolacek@redhat.com>
6674
6675 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
6676 mi_gdb_test.
6677
b9132588
MP
66782011-06-23 Marek Polacek <mpolacek@redhat.com>
6679
5d197ed0 6680 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 6681
e55595ca
MP
66822011-06-23 Marek Polacek <mpolacek@redhat.com>
6683
5d197ed0
MP
6684 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
6685
66862011-06-23 Marek Polacek <mpolacek@redhat.com>
6687
6688 * gdb.mi/mi2-basics.exp: Fix races. Honour the
6689 `test_exec_and_symbol_mi_operatons' return value.
6690 (test_mi_interpreter_selection): Use mi_gdb_test instead of
6691 gdb_test_multiple.
6692 (test_exec_and_symbol_mi_operatons): Likewise.
6693 (test_path_specification): Likewise.
e55595ca 6694
be777e08
YQ
66952011-06-23 Yao Qi <yao@codesourcery.com>
6696
6697 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
6698 supported.
6699 * lib/gdb.exp (support_displaced_stepping): New.
6700
615556d6
YQ
67012011-06-23 Yao Qi <yao@codesourcery.com>
6702
6703 * gdb.threads/execl.exp: Skip on remote target.
6704
833b0ca7
MP
67052011-06-21 Marek Polacek <mpolacek@redhat.com>
6706
5d197ed0 6707 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
6708 mi_gdb_test.
6709
1ee4023a
MP
67102011-06-20 Marek Polacek <mpolacek@redhat.com>
6711
5d197ed0 6712 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 6713
d0b1d624
MP
67142011-06-20 Marek Polacek <mpolacek@redhat.com>
6715
5d197ed0 6716 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
6717 mi_gdb_test.
6718
79aa92c1
MP
67192011-06-20 Marek Polacek <mpolacek@redhat.com>
6720
5d197ed0 6721 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 6722
5ce5db06
YQ
67232011-06-14 Yao Qi <yao@codesourcery.com>
6724
6725 gdb/testsuite/
6726 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
6727
533a737e
JK
67282011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6729
6730 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
6731
d0e53741
TT
67322011-06-10 Tom Tromey <tromey@redhat.com>
6733
6734 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
6735 Add tests for pointer-to-member-function.
6736 * gdb.cp/temargs.cc (S::somefunc): New function.
6737 (K2): New class.
6738 (main): Instantiate K2; call method.
6739
b5916bbd
JB
67402011-06-08 Joel Brobecker <brobecker@adacore.com>
6741
6742 * gdb.python/py-inferior.c (f2): Make str an array rather
6743 than a pointer.
6744 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
6745
5be4dfca
JK
67462011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6747
6748 * gdb.base/async-shell.c: New file.
6749 * gdb.base/async-shell.exp: New file.
6750
9f47e254
PA
67512011-06-06 Pedro Alves <pedro@codesourcery.com>
6752
6753 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
6754
64b9b334
JB
67552011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
6756
6757 From Stephen Kitt <steve@sk2.org>
6758 * gdb.base/help.exp: Adjust following some spelling corrections
6759 in GDB.
6760
dbc0f131
YQ
67612011-06-01 Yao Qi <yao@codesourcery.com>
6762
6763 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
6764
fd336a18
KS
67652010-05-31 Keith Seitz <keiths@redhat.com>
6766
6767 PR c++/12750
6768 * gdb.cp/static-method.cc: New file.
6769 * gdb.cp/static-method.exp: New file.
6770
fa8b9902
KS
67712010-05-31 Keith Seitz <keiths@redhat.com>
6772
6773 PR symtab/12704
6774 * gdb.cp/anon-ns.cc: New file.
6775 * gdb.cp/anon-ns.exp: New file.
6776
0a5b1e09
PA
67772011-05-31 Pedro Alves <pedro@codesourcery.com>
6778
6779 * gdb.arch/i386-dr3-watch.c: New file.
6780 * gdb.arch/i386-dr3-watch.exp: New file.
6781
0578b8d1
YQ
67822011-05-30 Yao Qi <yao@codesourcery.com>
6783
6784 * gdb.base/callfuncs.c (t_structs_fc): New.
6785 (t_structs_dc, t_structs_ldc): New.
6786 (t_double_many_args):
6787 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
6788 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
6789 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
6790 * gdb.base/callfuncs.exp: Call new functions.
6791
6680506e
YQ
67922011-05-30 Yao Qi <yao@codesourcery.com>
6793
ff4d2c60
YQ
6794 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
6795 Call rerun_and_prepare for each test to isolate effects.
6796
67972011-05-30 Yao Qi <yao@codesourcery.com>
6798
6799 * gdb.base/varargs.c (find_max_float_real): New.
6800 (find_max_double_real, find_max_long_double_real): New.
6801 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
6802 * lib/gdb.exp (setup_kfail_for_target): New.
6803
e43ec454
YQ
68042011-05-30 Yao Qi <yao@codesourcery.com>
6805
6806 * gdb.base/funcargs.c (callca, callcb, callcc): New.
6807 (callcd, callce, callcf, callc1a, callc1b): New.
6808 (callc2a, callc2b): New.
6809 * gdb.base/funcargs.exp (complex_args): New.
6810 (complex_integral_args, complex_float_integral_args): New.
6811 * lib/gdb.exp (support_complex_tests): New. Determine
6812 whether to run test cases on _Complex types.
6813
432b4d03
JK
68142011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6815
6816 * gdb.threads/leader-exit.c: New file.
6817 * gdb.threads/leader-exit.exp: New file.
6818
6caf069d
MP
68192011-05-27 Marek Polacek <mpolacek@redhat.com>
6820
9497469f 6821 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 6822
97fce28b
MP
68232011-05-27 Marek Polacek <mpolacek@redhat.com>
6824
6825 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
6826 remove the `supported' variable.
6827 * gdb.mi/mi-nonstop.exp: Likewise.
6828 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6829 * gdb.mi/mi-nsintrall.exp: Likewise.
6830 * gdb.mi/mi-nsmoribund.exp: Likewise.
6831 * gdb.mi/mi-nsthrexec.exp: Likewise.
6832
9da8c2a0
PA
68332011-05-26 Pedro Alves <pedro@codesourcery.com>
6834
6835 * gdb.reverse/finish-reverse-bkpt.exp: New test.
6836
2c03e5be
PA
68372011-05-26 Pedro Alves <pedro@codesourcery.com>
6838
6839 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
6840
2e21250d
KS
68412011-05-24 Keith Seitz <keiths@redhat.com>
6842
6843 PR breakpoint/12803
6844 * gdb.cp/cmpd-minsyms.cc (a): New method.
6845 (b): New method.
6846 (c): New method.
6847 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
6848
cdac0397
PA
68492011-05-24 Pedro Alves <pedro@codesourcery.com>
6850
6851 * gdb.base/commands.exp (watchpoint_command_test): Check that the
6852 watchpoint's command list didn't execute when the watchpoint went
6853 out of scope.
6854
ee5683ab
PM
68552011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
6856
6857 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
6858 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
6859 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
6860 * gdb.arch/i386-gnu-cfi.exp: Likewise.
6861 * gdb.arch/i386-permbkpt.exp: Likewise.
6862 * gdb.arch/i386-prologue.exp: Likewise.
6863 * gdb.arch/i386-size-overlap.exp: Likewise.
6864 * gdb.arch/i386-size.exp: Likewise.
6865 * gdb.arch/i386-unwind.exp: Likewise.
6866 * gdb.reverse/i386-precsave.exp: Likewise.
6867 * gdb.reverse/i386-reverse.exp: Likewise.
6868 * gdb.reverse/i386-sse-reverse.exp: Likewise.
6869 * gdb.reverse/i387-env-reverse.exp: Likewise.
6870 * gdb.reverse/i387-stack-reverse.exp: Likewise.
6871
c91c8c16
PA
68722011-05-24 Pedro Alves <pedro@codesourcery.com>
6873
6874 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
6875 file doesn't error, using MI.
6876
c50491a7
TT
68772011-05-23 Tom Tromey <tromey@redhat.com>
6878
6879 * gdb.base/charset.exp (string_display): Add tests to assign to
6880 arrays.
6881 * gdb.base/charset.c (short_array, int_array, long_array): New.
6882
4a07b7da
PA
68832011-05-20 Pedro Alves <pedro@codesourcery.com>
6884
6885 Cope with async mode.
6886
4a07b7da
PA
6887 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
6888 into gdb_test + mi_expect_stop.
6889
b275f2d2
PA
68902011-05-20 Pedro Alves <pedro@codesourcery.com>
6891
6892 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
6893 (callme): Remove printf call.
6894
eec52c44
PM
68952011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
6896
6897 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
6898 quote pattern to avoid problems with Cygwin/mingw expect versions.
6899 * gdb.base/default.exp (show convenience): Use double
6900 quote pattern for regular expressions.
6901
b3c8eb43
JK
69022011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6903
6904 Fix -readnow for -gdwarf-4 unused type units.
6905 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
6906 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
6907
ed731959
JK
69082011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6909
6910 * gdb.base/kill-after-signal.c: New file.
6911 * gdb.base/kill-after-signal.exp: New file.
6912
3b48433d
PA
69132011-05-16 Pedro Alves <pedro@codesourcery.com>
6914
6915 * gdb.ada/start.exp: Call untested with the correct test filename.
6916 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
6917 test filename. Make the test's binary unique.
6918 * gdb.arch/i386-signal.exp: Call untested with the correct test
6919 filename.
6920 * gdb.arch/i386-size-overlap.exp: Ditto.
6921 * gdb.arch/Makefile.in (EXECUTABLES): Update.
6922 * gdb.base/gcore-buffer-overflow.exp: Ditto.
6923 * gdb.cp/call-c.exp: Ditto.
6924 * gdb.mi/mi-reverse.exp: Call untested with the correct test
6925 filename. Make the test's binary unique.
6926 * gdb.mi/Makefile.in (EXECUTABLES): Update.
6927 * gdb.python/py-mi.exp: Ditto.
6928 * gdb.python/Makefile.in (EXECUTABLES): Update.
6929 * gdb.reverse/i386-precsave.exp: Ditto.
6930 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
6931 test filename.
6932 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6933 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
6934 unique.
6935 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
6936 test filename.
6937 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
6938 * gdb.trace/tfile.exp: Ditto.
6939
ba4a8bdd
YQ
69402011-05-14 Yao Qi <yao@codesourcery.com>
6941
6942 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
6943 type.
6944
dbaefcf7
DE
69452011-05-13 Doug Evans <dje@google.com>
6946
6947 * gdb.python/py-objfile-script.exp: New file.
6948 * gdb.python/py-objfile-script.c: New file.
6949 * gdb.python/py-objfile-script-gdb.py: New file.
6950 * testsuite/gdb.python/py-section-script.exp: Test
6951 "info auto-load-scripts".
6952
9930639c
TT
69532011-05-13 Tom Tromey <tromey@redhat.com>
6954
6955 * gdb.dwarf2/clztest.exp: New file.
6956 * gdb.dwarf2/clztest.c: New file.
6957 * gdb.dwarf2/clztest.S: New file.
6958
05272e11
DE
69592011-05-13 Doug Evans <dje@google.com>
6960
cc63ef9b
DE
6961 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
6962 String16 tests.
05272e11 6963
6edba76f
TT
69642011-05-13 Tom Tromey <tromey@redhat.com>
6965
6966 * lib/gdb.exp (is_x86_like_target): New proc.
6967 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
6968 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
6969 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
6970 -nostdlib to compiler.
6971 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
6972 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
6973 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
6974 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
6975 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
6976
028d0ed5
TJB
69772011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
6978
6979 * gdb.python/py-function.exp: Test setting a value from a function
6980 which executes a command.
6981
8a9b8146
TT
69822011-05-12 Tom Tromey <tromey@redhat.com>
6983
6984 * gdb.dwarf2/typeddwarf.S: New file.
6985 * gdb.dwarf2/typeddwarf.c: New file.
6986 * gdb.dwarf2/typeddwarf.exp: New file.
6987
10483e8e
MP
69882011-05-12 Marek Polacek <mpolacek@redhat.com>
6989
6990 * gdb.mi/mi-basics.exp: Fix races. Honour the
6991 `test_exec_and_symbol_mi_operatons' return value.
6992 (test_mi_interpreter_selection): Use mi_gdb_test instead of
6993 gdb_test_multiple.
6994 (test_exec_and_symbol_mi_operatons): Likewise.
6995 (test_path_specification): Likewise.
6996
faf067f1
JK
69972011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6998
6999 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
7000 (gdb_touch_execfile): Remove catch wrappers. New variable time.
7001 Replace `file copy' and `file rename' by `file mtime'. Twice.
7002
7ff911a3
JK
70032011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7004
7005 * gdb.base/readline-ask.c: New file.
7006 * gdb.base/readline-ask.exp: New file.
7007 * gdb.base/readline-ask.inputrc: New file.
7008
a536c6d7
UW
70092011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
7010
7011 * gdb.cell/bt.exp: Delete breakpoints before running to signal
7012 to avoid race condition.
7013 * gdb.cell/coremaker.c: Use small stack size.
7014 * gdb.cell/ea-standalone.exp: Use file name without path as
7015 argument to c_to.
7016 * gdb.cell/fork.exp: Allow other output when continuing to end.
7017
d472a426
JK
70182011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7019
7020 * gdb.threads/corethreads.c: New file.
7021 * gdb.threads/corethreads.exp: New file.
7022
70232011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
7024
7025 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
7026 Try to compile the test using -Wl,-z,norelro first.
7027 (load_core): New variable libthread_db_seen, initialize it.
7028 (zeroed-threads cannot be listed): Protect it by XFAIL on
7029 !$libthread_db_seen.
7030
8be455d7
JK
70312011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7032
7033 PR 12573
7034 * gdb.dwarf2/dw2-skip-prologue.S: New file.
7035 * gdb.dwarf2/dw2-skip-prologue.c: New file.
7036 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
7037
1976171a
JK
70382011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7039
7040 * gdb.cp/psymtab-parameter.cc: New file.
7041 * gdb.cp/psymtab-parameter.exp: New file.
7042
7db6f30f
JK
70432011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7044
7045 Fix a race.
7046 * gdb.cp/static-print-quit.exp (print c): Split to ...
7047 (print c - <return>, print c - q <return>, print c - to quit):
7048 ... these. Make the testfile untested on gdb-7.1.
7049
85161e9e 70502011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
7051
7052 * lib/gdb.exp (exec_target_file, exec_symbol_file,
7053 gdb_rename_execfile, gdb_touch_execfile): New.
7054 * gdb.base/reread.exp: Use new procs to handle multiple
7055 exec files.
7056
0c51be18
YQ
70572011-05-05 Yao Qi <yao@codesourcery.com>
7058
7059 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
7060 (test_adr_32bit, test_pop_pc): New.
7061 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
7062 (test_adr_32bit, test_pop_pc): New.
7063
4d393d60
JM
70642011-05-04 Joseph Myers <joseph@codesourcery.com>
7065
7066 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
7067 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
7068 targets.
7069 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
7070 handle targets.
7071
8ffd0459
JK
70722011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7073
7074 * gdb.base/completion.exp (complete help info wat): Rename to ...
7075 (complete 'help info wat'): ... here.
7076 Remove all `-re ".*' and `-re "^.*' redundant regexes.
7077 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
7078
8e28d804
PA
70792011-05-04 Pedro Alves <pedro@codesourcery.com>
7080
7081 * gdb.base/completion.exp: Use gdb_test_multiple instead of
7082 gdb_test and explicit $gdb_prompt/timeout matches.
7083
3eb2ef34
YQ
70842011-05-04 Yao Qi <yao@codesourcery.com>
7085
7086 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
7087 and __thumb2__.
7088
aaaf81a3
MP
70892011-05-03 Marek Polacek <mpolacek@redhat.com>
7090
7091 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
7092 in place of `gdb_test "delete breakpoints"'. This eliminates two
7093 testcases.
7094
c4cbc0df
PA
70952011-05-02 Pedro Alves <pedro@codesourcery.com>
7096
7097 PR testsuite/12649
7098 Fix races.
7099
7100 * gdb.base/completion.exp: Remove all sleep calls. Remove
7101 unnecessary regexs. Don't explicitly expect anything after the
7102 prompt. Eat the prompt if necessary.
7103
b4cbb4a3
EBM
71042011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7105
7106 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
7107 accept to show the caller line again as well as the line after.
7108
d65aec65
PM
71092011-04-29 Phil Muldoon <pmuldoon@redhat.com>
7110
7111 PR mi/12531
7112
7113 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
7114 compile target.
7115 * gdb.python/py-prettyprint.exp: Add C++ object for
7116 CPLUS_FAKE_CHILD test.
7117
30852783
UW
71182011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
7119
7120 * gdb.base/signest.exp: New file.
7121 * gdb.base/signest.c: Likewise.
7122
c7b1f0d9
JK
71232011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7124
7125 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
7126 thread and breakpoint notifications.
7127
559a7a62
JK
71282011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7129
7130 * gdb.base/fortran-sym-case.c: New file.
7131 * gdb.base/fortran-sym-case.exp: New file.
7132 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
7133 * gdb.dwarf2/dw2-case-insensitive.c: New file.
7134 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
7135
8344e389
JK
71362011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7137
7138 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
7139 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
7140 false #1', `if true else false #2' and `if true else false #3'.
7141
2484c66b
UW
71422011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
7143
7144 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
7145 while delivering signal.
7146
8d3788bd
VP
71472011-04-27 Vladimir Prus <vladimir@codesourcery.com>
7148
7149 MI breakpoint notifications.
7150
7151 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
7152 * testsuite/gdb.mi/mi2-cli.exp: Adust.
7153 * testsuite/gdb.mi/mi-watch.exp: Adust.
7154 * testsuite/gdb.mi/mi2-watch.exp: Adust.
7155 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
7156 notifications.
8d3788bd 7157
3e03848b
JK
71582011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7159
7160 * gdb.base/gdbindex-stabs-dwarf.c: New file.
7161 * gdb.base/gdbindex-stabs.c: New file.
7162 * gdb.base/gdbindex-stabs.exp: New file.
7163
918c9108
YQ
71642011-04-25 Yao Qi <yao@codesourcery.com>
7165
7166 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
7167 with /*...*/.
7168 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7169
90556b8c
JK
71702011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7171
7172 * gdb.python/py-value.exp (test_objfiles): Name the first test
7173 `py-value in file.filename'.
7174
03f2bd59
JK
71752011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7176
7177 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
7178 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
7179 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
7180 !gdbserver_reconnect_p..
7181 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
7182
7b08b9eb
JK
71832011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7184
7185 * gdb.cp/cpcompletion.exp (complete class methods)
7186 (complete class methods beginning with F): Move them above runto. New
7187 comment about the runto delimiter.
7188
b78974c3
PA
71892011-04-20 Pedro Alves <pedro@codesourcery.com>
7190
7191 * gdb.base/maint.exp: Test that "maint print registers" works
7192 without a running program.
7193
20429c40 71942011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 7195
20429c40
MP
7196 * gdb.base/setshow.exp: Fix racy tests.
7197 ($old_gdb_prompt): New variable.
7198
7a9dd1b2
TT
71992011-04-19 Tom Tromey <tromey@redhat.com>
7200
7201 * gdb.mi/mi-nsmoribund.exp:
7202 * gdb.hp/gdb.objdbg/objdbg01.exp:
7203 * gdb.base/structs.exp (test_struct_returns):
7204 * gdb.base/call-sc.exp (test_scalar_returns):
7205 * gdb.base/bigcore.exp: Remove duplicate words.
7206
02835898
JK
72072011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7208
7209 * gdb.base/break-interp-lib.c (v, vptr): New variables.
7210 * gdb.base/break-interp.exp (test_attach): New comment.
7211
254f582e
JK
72122011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7213
7214 * gdb.threads/gcore-thread.exp ($core0file): New variable.
7215 (clear __stack_user.next, clear stack_used.next)
7216 (save a zeroed-threads corefile): New test.
7217 Call core_load for $core0file.
7218 (zeroed-threads cannot be listed): New test.
7219
4fe85f5c
JK
72202011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7221
7222 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
7223 filename.
7224 ($srcfile): Preserve the original value.
7225 ($testfile): Match it the .exp filename.
7226 ($corefile): New variable. Substitute it around.
7227 Use clean_restart.
7228 ($prev_timeout): Remove.
7229 (load_core): Move core loading into this proc.
7230 Fix restore of $timeout if load_core fails.
7231
63524580
JK
72322011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7233
7234 * gdb.base/eu-strip-infcall.c: New file.
7235 * gdb.base/eu-strip-infcall.exp: New file.
7236
90359a16
JK
72372011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7238
7239 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
7240 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
7241
626e7282
JK
72422011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7243
7244 Fix Python access to inlined frames.
7245 * gdb.python/py-frame-inline.c: New file.
7246 * gdb.python/py-frame-inline.exp: New file.
7247
3363d018
EBM
72482011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
7249
7250 * gdb.base/gdb1090.exp: Change breakpoint location to read the
7251 content of 's24' correctly (avoiding "optimized out").
7252 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
7253
28781456
JK
72542011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7255
7256 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
7257
4a4106ca
TJB
72582011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7259
7260 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
7261 expect a colon in watch -location output.
7262
d26ccb4f
JK
72632011-04-13 Marek Polacek <mpolacek@redhat.com>
7264
df46027d 7265 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
7266 New testcase `expect response to define backtrace'. Also remove
7267 redundant `default' block.
7268
e1ab1f9c
JK
72692011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7270
7271 * gdb.python/py-prettyprint.c (struct hint_error): New.
7272 (main): New variable hint_error.
7273 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
7274 "print hint_error".
7275 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
7276 (register_pretty_printers): Register it.
7277
0c2e6019
TT
72782011-04-04 Tom Tromey <tromey@redhat.com>
7279
7280 * gdb.cp/maint.exp (test_help): Update.
7281 (test_namespace): Likewise.
7282
af57139d
JB
72832011-04-01 Joel Brobecker <brobecker@adacore.com>
7284
7285 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
7286 * gdb.ada/arrayptr.exp: Add new tests.
7287
956a9fb9
JB
72882011-04-01 Joel Brobecker <brobecker@adacore.com>
7289
7290 * gdb.ada/mi_catch_ex: New testcase.
7291
d0c4d642
PA
72922011-04-01 Pedro Alves <pedro@codesourcery.com>
7293
7294 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
7295 base::overload(void) method without specifying "const".
7296
18819fa6
UW
72972011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
7298
7299 * gdb.arch/thumb-singlestep.S: New file.
7300 * gdb.arch/thumb-singlestep.exp: Likewise.
7301
a4c8e806
TT
73022011-03-31 Tom Tromey <tromey@redhat.com>
7303
7304 * gdb.python/py-prettyprint.py (exception_flag): New global.
7305 (NoStringContainerPrinter._iterator.next): Check it.
7306 * gdb.python/py-prettyprint.c (main): New variable nstype2.
7307 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
7308
53832f31
TT
73092011-03-29 Tom Tromey <tromey@redhat.com>
7310
7311 * gdb.cp/anon-struct.cc: New file.
7312 * gdb.cp/anon-struct.exp: New file.
7313
e4620230
JK
73142011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7315
7316 Test STT_GNU_IFUNC support.
7317 * gdb.base/gnu-ifunc-lib.c: New file.
7318 * gdb.base/gnu-ifunc.c: New file.
7319 * gdb.base/gnu-ifunc.exp: New file.
7320
d0fb5eae
JK
73212011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7322
7323 Support a ring of related breakpoints.
7324 * gdb.base/watchpoint-delete.c: New file.
7325 * gdb.base/watchpoint-delete.exp: New file.
7326
20106cfb
JK
73272011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7328
7329 * gdb.ada/arrayparam.exp (print first after function call): Use
7330 explicit package name. Add a comment
7331 (print lasta after function call): Rename ...
7332 (print last after function call): ... it and use explicit package
7333 name.
7334 (print length after function call): Use explicit package name.
7335 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
7336 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
7337 (multiple matches for symbol i): Rename ...
7338 (multiple matches for symbol integervar): ... it.
7339 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
7340 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
7341
e7ab5e63
AB
73422011-03-25 Andrew Burgess <aburgess@broadcom.com>
7343
7344 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
7345 environment variable to make grep output more predictable. Move
7346 all the environment setup into gdb_init so it's done once per test
7347 case rather than each time we start gdb.
7348
9ef07c8c
TT
73492011-03-24 Tom Tromey <tromey@redhat.com>
7350
7351 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
7352 test.
7353
dd90784c
JK
73542011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7355
7356 * gdb.dwarf2/dw2-entry-value-main.c: New file.
7357 * gdb.dwarf2/dw2-entry-value.S: New file.
7358 * gdb.dwarf2/dw2-entry-value.exp: New file.
7359
05775840
PM
73602011-03-22 Phil Muldoon <pmuldoon@redhat.com>
7361
6fdff2c5 7362 PR python/12183
05775840
PM
7363
7364 * gdb.python/py-function.exp: Add GdbError tests.
7365
8661b11b
PA
73662011-03-18 Pedro Alves <pedro@codesourcery.com>
7367
7368 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
7369 (reglocal_test_func, statlocal_test_func): New functions.
7370 (globals_test_func): Call new functions.
7371 * gdb.trace/unavailable.exp (gdb_collect_args_test)
7372 (gdb_collect_locals_test): New procedure.
7373 (gdb_trace_collection_test): Call new procedures.
7374
0fdb4f18
PA
73752011-03-18 Pedro Alves <pedro@codesourcery.com>
7376
7377 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
7378 (test_register, test_register_unavailable): New procedures.
7379 (gdb_unavailable_registers_test): New procedure.
7380 (gdb_trace_collection_test): Call it.
7381
99c3dc11
PM
73822011-03-18 Phil Muldoon <pmuldoon@redhat.com>
7383
6fdff2c5 7384 PR python/12149
99c3dc11
PM
7385
7386 * gdb.python/python.exp: Add gdb.write tests.
7387
29703da4
PM
73882010-03-17 Phil Muldoon <pmuldoon@redhat.com>
7389
7390 * gdb.python/Makefile.in: Add py-objfile.
7391 * gdb.python/py-objfile.exp: New file.
7392 * gdb.python/py-objfile.c: New file.
7393 * gdb.python/py-block.exp: Add is_valid tests.
7394 * gdb.python/py-inferior.exp: Ditto.
7395 * gdb.python/py-infthread.exp: Ditto.
7396 * gdb.python/py-symbol.exp: Ditto.
7397 * gdb.python/py-symtab.exp: Ditto.
7398
598997c8
KS
73992011-03-16 Keith Seitz <keiths@redhat.com>
7400
7401 PR c++/12273
7402 * gdb.cp/cmpd-minsyms.exp: New test.
7403 * gdb.cp/cmpd-minsyms.cc: New file.
7404
7405 PR c++/11734
7406 * gdb.cp/ovsrch.exp: New test.
7407 * gdb.cp/ovsrch.h: New file.
7408 * gdb.cp/ovsrch1.cc: New file.
7409 * gdb.cp/ovsrch2.cc: New file.
7410 * gdb.cp/ovsrch3.cc: New file.
7411 * gdb.cp/ovsrch4.cc: New file.
7412
c91513d8
PP
74132011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7414
7415 PR gdb/12528
7416 * gdb.base/Makefile.in: Adjust EXECUTABLES.
7417 * gdb.base/break-on-linker-gcd-function.exp: New test.
7418 * gdb.base/break-on-linker-gcd-function.cc: New file.
7419
7470fc63
AT
74202011-03-15 Andreas Tobler <andreast@fgznet.ch>
7421
7422 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
7423
959e7469
PM
74242011-03-15 Phil Muldoon <pmuldoon@redhat.com>
7425
7426 * lib/gdb.exp (gdb_unload): Add another termination case.
7427
9373cf26
JK
74282011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7429
7430 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
7431 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
7432 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
7433 Provide a stub byte there.
7434 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
7435 DW_AT_entry_pc.
7436 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
7437
24e9cda0
UW
74382011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
7439
7440 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
7441 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
7442 "generic ABI, auto".
7443 (altivec_abi_tests): Accept vectors returned by reference.
7444
7371cf6d
PM
74452010-03-14 Phil Muldoon <pmuldoon@redhat.com>
7446
7447 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
7448
ce77046a
UW
74492011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
7450
7451 * gdb.python/py-section-script.exp: Skip test if no Python support.
7452
176400c3
UW
74532011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
7454
7455 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
7456
ecec24e6
PM
74572011-03-10 Phil Muldoon <pmuldoon@redhat.com>
7458
7459 * gdb.python/py-parameter.exp: Update tests to the new Python
7460 parameter API. Add "no documentation" test. Add deprecated API
7461 backward compatibility test.
7462
5dbdd470
TT
74632011-03-09 Tom Tromey <tromey@redhat.com>
7464
7465 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
7466 gdb_continue_to_end.
7467
b66e66ee
MK
74682011-03-09 Mark Kettenis <kettenis@gnu.org>
7469
7470 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
7471 tabs.
7472
eceb0c5f
TT
74732011-03-09 Tom Tromey <tromey@redhat.com>
7474
7475 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
7476 parentheses.
7477 (gdb_continue_to_end): Add "allow_extra" parameter. Use
7478 $command.
7479 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
7480 argument to gdb_continue_to_end.
7481 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
7482 argument to gdb_continue_to_end.
7483 * gdb.cp/annota3.exp: Fix regex.
7484 * gdb.cp/annota2.exp: Fix regex.
7485 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
7486 gdb_continue_to_end.
7487 * gdb.base/call-signal-resume.exp: Revert earlier patch.
7488 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
7489 gdb_continue_to_end.
7490
63154eca
PA
74912011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7492
7493 * gdb.server/ext-run.exp
7494 (load new file without any gdbserver inferior): New test.
7495
967d1f9b
TT
74962011-03-07 Tom Tromey <tromey@redhat.com>
7497
7498 * Makefile.in (TAGS): Rewrite.
7499
d68dcbb9
JK
75002011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7501
7502 * gdb.trace/report.exp (12.1: trace report #1): New match for the
7503 initial commands echo. New match for `Found trace'. Anchor all the
7504 other matches. Anchor and match for `No trace frame found' the final
7505 match.
7506
6bf58e63
TT
75072011-03-07 Tom Tromey <tromey@redhat.com>
7508
7509 * Makefile.in (TAGS): New target.
7510
fda326dd
TT
75112011-03-07 Tom Tromey <tromey@redhat.com>
7512
7513 * lib/opencl.exp (skip_opencl_tests): Update for exit message
7514 change.
7515 * lib/mi-support.exp (mi_gdb_test): Update for exit message
7516 change.
7517 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
7518 exit message change.
7519 (skip_altivec_tests): Update for exit message change.
7520 (skip_vsx_tests): Likewise.
7521 (gdb_continue_to_end): Likewise. Add 'command' argument.
7522 * lib/cell.exp (skip_cell_tests): Update for exit message change.
7523 * gdb.threads/tls.exp: Update for exit message change.
7524 * gdb.threads/thread-unwindonsignal.exp: Use
7525 gdb_continue_to_end.
7526 * gdb.threads/step.exp (step_it): Update for exit message change.
7527 (continue_all): Likewise.
7528 * gdb.threads/print-threads.exp (test_all_threads): Update for
7529 exit message change.
7530 * gdb.threads/interrupted-hand-call.exp: Use
7531 gdb_continue_to_end.
7532 * gdb.threads/execl.exp: Use gdb_continue_to_end.
7533 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
7534 gdb_continue_to_end.
7535 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
7536 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
7537 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
7538 * gdb.cp/method.exp: Update for exit message change.
7539 * gdb.cp/mb-templates.exp: Update for exit message change.
7540 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
7541 * gdb.cp/annota3.exp: Update for exit message change.
7542 * gdb.cp/annota2.exp: Update for exit message change.
7543 * gdb.cell/fork.exp: Use gdb_continue_to_end.
7544 * gdb.base/term.exp: Update for exit message change.
7545 * gdb.base/step-test.exp (test_i): Update for exit message change.
7546 * gdb.base/sigstep.exp (advance): Update for exit message change.
7547 (advancei): Likewise.
7548 * gdb.base/siginfo.exp: Update for exit message change.
7549 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
7550 * gdb.base/reread.exp: Use gdb_continue_to_end.
7551 * gdb.base/langs.exp: Use gdb_continue_to_end.
7552 * gdb.base/interrupt.exp: Update for exit message change.
7553 * gdb.base/gdb1555.exp: Update for exit message change.
7554 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
7555 * gdb.base/ending-run.exp: Update for exit message change.
7556 * gdb.base/chng-syms.exp: Update for exit message change.
7557 * gdb.base/checkpoint.exp: Update for exit message change.
7558 * gdb.base/catch-syscall.exp (check_for_program_end): Use
7559 gdb_continue_to_end.
7560 (test_catch_syscall_with_wrong_args): Likewise.
7561 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
7562 * gdb.base/break-interp.exp (test_ld): Update for exit message
7563 change.
7564 * gdb.base/bang.exp: Update for exit message change.
7565 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
7566 (do_call_attach_tests): Likewise.
7567 * gdb.base/a2-run.exp: Update for exit message change.
7568 * gdb.arch/ppc-dfp.exp: Update for exit message change.
7569 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
7570 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
7571
dd19bd70
JK
75722011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7573
7574 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
7575
30e62689
TT
75762011-03-03 Tom Tromey <tromey@redhat.com>
7577
7578 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
7579 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
7580 * gdb.hp/gdb.aCC/configure.ac: Remove.
7581 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
7582 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
7583 * gdb.hp/gdb.base-hp/configure.ac: Remove.
7584 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
7585 * gdb.hp/gdb.compat/configure (Makefile): Remove.
7586 * gdb.hp/gdb.compat/configure.ac: Remove.
7587 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
7588 * gdb.hp/gdb.defects/configure (Makefile): Remove.
7589 * gdb.hp/gdb.defects/configure.ac: Remove.
7590 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
7591 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
7592 * gdb.hp/gdb.objdbg/configure.ac: Remove.
7593 * gdb.hp/configure.ac: Remove.
7594 * gdb.hp/configure: Remove.
7595 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
7596 substitution.
7597 (Makefile): Remove rule.
7598 * gdb.cell/configure.ac: Remove.
7599 * gdb.cell/configure: Remove.
7600 * gdb.stabs/Makefile.in (Makefile): Remove.
7601 (distclean): Don't remove config.status or config.log.
7602 * gdb.stabs/configure (Makefile): Remove.
7603 * gdb.stabs/configure.ac: Remove.
7604 * configure: Rebuild.
7605 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
7606 Remove stabs- and cell-specific logic. Test for existence of
7607 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
7608 subdirectories, gdb.cell, and and gdb.stabs.
7609 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
7610
c171f854
JB
76112011-03-03 Joel Brobecker <brobecker@adacore.com>
7612
7613 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
7614 end of buffer.
7615
9a5193cb
JB
76162011-03-02 Joel Brobecker <brobecker@adacore.com>
7617
7618 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
7619 gdb_test when running a test where we expected no output back.
7620
9bb4c1bb
MS
76212011-02-28 Michael Snyder <msnyder@vmware.com>
7622
7623 * gdb.cp/overload.cc: Change initializer value to integer.
7624
3bd0f5ef
MS
76252011-02-27 Michael Snyder <msnyder@vmware.com>
7626
7627 * gdb.multi/base.exp: Add test for remove-inferiors.
7628
2279eaad
JB
76292011-02-26 Joel Brobecker <brobecker@adacore.com>
7630
7631 * gdb.python/py-frame.exp: Simplify the initialization phase
7632 using prepare_for_testing.
7633
c82c0b55
MS
76342011-02-25 Michael Snyder <msnyder@vmware.com>
7635
7636 * gdb.multi/base.exp: Add tests for info inferiors with args.
7637
1d94651b
JK
76382011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7639
7640 * gdb.dwarf2/dw2-ranges.S: Rename to ...
7641 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
7642 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
7643 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
7644 asmfile3. Comment the STABS (#3) file compilation. Compile
7645 everything through assembler. Provide KFAIL for symtab/12497.
7646 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
7647 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
7648 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
7649 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
7650
3bd0f5ef
MS
76512011-02-24 Michael Snyder <msnyder@vmware.com>
7652
7653 * gdb.base/break.exp: Add tests for delete breakpoints using
7654 convenience variables and value history references.
7655
12c1418e
MS
76562011-02-24 Michael Snyder <msnyder@vmware.com>
7657
7658 * gdb.base/break.exp: Remove debugging 'printf' accidentally
7659 left behind in previous check-in.
7660
e5a67952
MS
76612011-02-23 Michael Snyder <msnyder@vmware.com>
7662
7663 * gdb.base/break.exp: Add tests for "info break" with arguments.
7664 * gdb.trace/infotrace.exp: Update patterns for error and help.
7665 * gdb.base/completion.exp: Update pattern.
7666 * gdb.base/ena-dis-br.exp: Update pattern.
7667 * gdb.base/help.exp: Update patterns.
7668
76692011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
7670
7671 * gdb.base/memattr.exp: New test.
7672 * gdb.base/memattr.c: Test load for memattr.exp.
7673
6e6fbe60
DE
76742011-02-22 Doug Evans <dje@google.com>
7675
7676 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
7677
1d41d745
MS
76782011-02-22 Michael Snyder <msnyder@vmware.com>
7679
7680 * Makefile.in: Make more clean.
7681 * gdb.ada/Makefile.in: Ditto.
7682 * gdb.arch/Makefile.in: Ditto.
7683 * gdb.asm/Makefile.in: Ditto.
7684 * gdb.base/Makefile.in: Ditto.
7685 * gdb.cp/Makefile.in: Ditto.
7686 * gdb.dwarf2/Makefile.in: Ditto.
7687 * gdb.java/Makefile.in: Ditto.
7688 * gdb.mi/Makefile.in: Ditto.
7689 * gdb.modula2/Makefile.in: Ditto.
7690 * gdb.python/Makefile.in: Ditto.
7691 * gdb.server/Makefile.in: Ditto.
7692 * gdb.stabs/Makefile.in: Ditto.
7693 * gdb.threads/Makefile.in: Ditto.
7694 * gdb.trace/Makefile.in: Ditto.
7695
79ba84ca
MS
76962011-02-22 Michael Snyder <msnyder@vmware.com>
7697
df46027d 7698 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
7699 info threads.
7700
b9b35694
JB
77012011-02-22 Joel Brobecker <brobecker@adacore.com>
7702
7703 * gdb.python/py-breakpoint.exp: Fix the expected output of
7704 one of the "maint info breakpoints" tests to accept the output
7705 generated on platforms that do not have hardware watchpoints.
7706
8bfb830f
JB
77072011-02-22 Joel Brobecker <brobecker@adacore.com>
7708
7709 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
7710 clean_restart. Be a little stricter in the expected output
7711 for one of the tests. Fix a typo in one of the comments.
7712
c45f3c54
JB
77132011-02-22 Joel Brobecker <brobecker@adacore.com>
7714
7715 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
7716 Delete variable binfile, no longer use. Add or modify test
7717 comments to make them unique.
7718
b97c863c
MS
77192011-02-21 Michael Snyder <msnyder@vmware.com>
7720
7721 * Makefile.in: Update for make clean.
7722 * gdb.ada/Makefile.in: Ditto.
7723 * gdb.arch/Makefile.in: Ditto.
7724 * gdb.asm/Makefile.in: Ditto.
7725 * gdb.base/Makefile.in: Ditto.
7726 * gdb.cp/Makefile.in: Ditto.
7727 * gdb.dwarf2/Makefile.in: Ditto.
7728 * gdb.java/Makefile.in: Ditto.
7729 * gdb.mi/Makefile.in: Ditto.
7730 * gdb.modula2/Makefile.in: Ditto.
7731 * gdb.python/Makefile.in: Ditto.
7732 * gdb.server/Makefile.in: Ditto.
7733 * gdb.stabs/Makefile.in: Ditto.
7734 * gdb.threads/Makefile.in: Ditto.
7735 * gdb.trace/Makefile.in: Ditto.
7736
aea5b279
MS
77372011-02-21 Michael Snyder <msnyder@vmware.com>
7738
7739 * gdb.threads/thread-find.exp: Update patterns for changes in
7740 output of "info threads" command.
7741
e3039479
UW
77422011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7743 Ulrich Weigand <uweigand@de.ibm.com>
7744
7745 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
7746 (skip_hw_watchpoint_tests): Likewise.
7747 (skip_hw_watchpoint_multi_tests): Likewise.
7748
b800ec70
UW
77492011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
7750
7751 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
7752 (skip_hw_watchpoint_tests): Likewise.
7753 (skip_hw_watchpoint_multi_tests): Likewise.
7754 (skip_hw_watchpoint_access_tests): Likewise.
7755
7756 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
7757 * gdb.base/pr11022.exp: Likewise.
7758 * gdb.base/watch-read.exp: Likewise.
7759 * gdb.base/watch_thread_num.exp: Likewise.
7760 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
7761 * gdb.base/watchpoint-hw.exp: Likewise.
7762 * gdb.base/watchpoint.exp: Likewise.
7763 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
7764 * gdb.threads/watchthreads-reorder.exp: Likewise.
7765 * gdb.threads/watchthreads.exp: Likewise.
7766 * gdb.threads/watchthreads2.exp: Likewise.
7767
91033e37
JB
77682011-02-21 Joel Brobecker <brobecker@adacore.com>
7769
7770 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
7771 the debugger is unable to find the array bounds.
7772
eeaafae2
JK
77732011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7774
7775 * gdb.cp/typedef-operator.exp: New file.
7776 * gdb.cp/typedef-operator.cc: New file.
7777
e338d953
MS
77782011-02-17 Michael Snyder <msnyder@vmware.com>
7779
7780 * gdb.threads/thread-find.exp: Fix regular expressions.
7781
e67ad678
JB
77822011-02-17 Joel Brobecker <brobecker@adacore.com>
7783
7784 * gdb.ada/packed_array: Expand testcase to test printing of
7785 unconstrained packed array.
7786
93084bca
JB
77872011-02-17 Joel Brobecker <brobecker@adacore.com>
7788
7789 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
7790
a0c78a73
PA
77912011-02-16 Pedro Alves <pedro@codesourcery.com>
7792
f65d5553 7793 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
7794 (main): Initialize it before collecting, and and clear it
7795 afterwards.
f65d5553
PA
7796 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
7797 collecting with '{type} addr', where the addr expression is not an
7798 rvalue.
a0c78a73 7799
3dfcbbd2
KW
78002011-02-16 Ken Werner <ken.werner@de.ibm.com>
7801
7802 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
7803 a bool variable. Expect correct OpenCL names for vector types. Use the
7804 uc3 variable name instead of referring to the uchar3 built-in type.
7805 Escape the asterisk at the half pointer test.
7806
08807d5a
PA
78072011-02-16 Pedro Alves <pedro@codesourcery.com>
7808
f65d5553 7809 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
7810 (main): Initialize it before collecting, and and clear it
7811 afterwards.
f65d5553
PA
7812 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
7813 collecting overlapping memory ranges.
08807d5a 7814
60f98dde
MS
78152011-02-15 Michael Snyder <msnyder@vmware.com>
7816
7817 * gdb.base/default.exp: Add tests for thread commands.
7818 * gdb.base/help.exp: Add tests for thread commands.
7819 * gdb.threads/thread-find.exp: New test for thread find command.
7820
648cd113
KW
78212011-02-15 Ken Werner <ken.werner@de.ibm.com>
7822
7823 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
7824
494e194e
YQ
78252011-02-15 Yao Qi <yao@codesourcery.com>
7826
7827 PR tdep/12352
7828 * gdb.arch/arm-disp-step.S : New test for str instruction.
7829 * gdb.arch/arm-disp-step.exp : Likewise.
7830
d9492458
TJB
78312011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
7832
7833 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
7834 "vector_register2_vr" test strings. Test the extended floating
7835 point registers (F32~F63).
7836 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
7837 IBM XL C compiler. Make the test program use a register provided
7838 by the compiler for the lxvd2x instruction.
7839
8af8e3bc
PA
78402011-02-14 Pedro Alves <pedro@codesourcery.com>
7841
7842 * gdb.trace/unavailable.cc (class Base, class Middle, class
7843 Derived): New types.
7844 (derived_unavail, derived_partial, derived_whole): New globals.
7845 (virtual_partial): New global.
7846 (virtualp): Point at virtual_partial.
7847 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
7848 related to unavailable vptr.
7849
1b28d0b3
PA
78502011-02-14 Pedro Alves <pedro@codesourcery.com>
7851
7852 * gdb.trace/unavailable.cc (a, b, c): New globals.
7853 (main): Set and clear them.
7854 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
7855 `a' and `c', and check that `b' isn't collected, although `a' and
7856 `c' are.
7857
ec0a52e1
PA
78582011-02-14 Pedro Alves <pedro@codesourcery.com>
7859
7860 * gdb.trace/unavailable.cc (struct Virtual): New.
7861 (virtualp): New global pointer.
7862 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
7863 printing a pointer to an object whose type has a vtable, with
7864 print object on.
7865
24e6bcee
PA
78662011-02-14 Pedro Alves <pedro@codesourcery.com>
7867
7868 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
7869 value repeat handles unavailableness.
7870
39d37385
PA
78712011-02-14 Pedro Alves <pedro@codesourcery.com>
7872
7873 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
7874 tests for building arrays from unavailable values, subscripting
7875 non-memory rvalue unvailable arrays, and accessing fields or
7876 baseclasses of non-lazy unavailable values,
7877 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
7878 struct types.
7879 (g_smallstruct, g_smallstruct_b): New globals.
7880
06d72e16
PA
78812011-02-14 Pedro Alves <pedro@codesourcery.com>
7882
7883 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
7884
bc9a5551
JK
78852011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7886
7887 Fix const/volatile qualifiers of C++ types, PR c++/12328.
7888 * gdb.cp/overload-const.exp: New file.
7889 * gdb.cp/overload-const.cc: New file.
7890
54fcddd0
UW
78912011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
7892
7893 * gdb.opencl/callfuncs.cl: New file.
7894 * gdb.opencl/callfuncs.exp: New test.
7895 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
7896
d6dafb7c
UW
78972011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
7898
7899 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
7900 when computing result.
7901 * gdb.arch/altivec-abi.exp: Update expected results.
7902
a449c2d8
TJB
79032011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7904
7905 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
7906 * gdb.base/jit.exp: Likewise.
7907 * gdb.base/pie-execl.exp: Likewise.
7908 * gdb.base/solib-nodir.exp: Likewise.
7909 * gdb.base/solib-overlap.exp: Likewise.
7910
764880b7
PA
79112011-02-07 Pedro Alves <pedro@codesourcery.com>
7912
7913 * gdb.trace/collection.c (global_pieces): New.
7914 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
7915 New procedure.
7916 (gdb_trace_collection_test): Call it.
7917
505500db
SW
79182011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
7919
7920 * gdb.python/py-evthreads.c: New file.
7921 * gdb.python/py-evthreads.exp: New file.
7922 * gdb.python/py-events.py: New file.
7923 * gdb.python/py-events.exp: New file.
7924 * gdb.python/py-events.c: New file.
7925
385203ed
DD
79262011-02-04 David Daney <ddaney@caviumnetworks.com>
7927
7928 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
7929
9011945e
AB
79302011-02-03 Andrew Burgess <aburgess@broadcom.com>
7931
7932 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
7933 gdb.base/disasm-end-cu.exp: New test for disassembling over the
7934 boundary between two compilation units.
7935
580688f3
PA
79362011-02-02 Pedro Alves <pedro@codesourcery.com>
7937
7938 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
7939 (Virtual): New structs.
7940 (virtual_o, virtual_middle_b): New globals.
7941 * gdb.cp/virtbase.exp: New tests.
7942
d3f0f853
PP
79432011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
7944
7945 * gdb.base/jit.exp: New file.
7946 * gdb.base/jit-main.c: New file.
7947 * gdb.base/jit-solib.c: New file.
7948
b2030fb5
UW
79492011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
7950
7951 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
7952 proceed to initial kernel entry point.
7953 * gdb.opencl/datatypes.exp: Likewise.
7954 * gdb.opencl/operators.exp: Likewise.
7955 * gdb.opencl/vec_comps.exp: Likewise.
7956
2db19d1e
SW
79572011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
7958
7959 * gdb.cp/nsnested.cc: New.
7960 * gdb.cp/nsnested.exp: New.
7961 * gdb.cp/nsnoimports.exp: New.
7962 * gdb.cp/nsnoimports.cc: New.
7963
6b0c4c1f
JB
79642011-01-31 Joel Brobecker <brobecker@adacore.com>
7965
7966 * gdb.base/interact.exp: Add extra tests that verify that
7967 the value of the interactive-mode setting does not change
7968 after the script is sourced.
7969
80b23b6a
JK
79702011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7971
7972 * gdb.cp/noparam.exp: New file.
7973 * gdb.cp/noparam.cc: New file.
7974
ffd5ec24
PA
79752011-01-28 Pedro Alves <pedro@codesourcery.com>
7976
7977 * gdb.trace/tfile.exp: Test that with no traceframe selected,
7978 there's no stack or registers.
7979
a81766d8
TT
79802011-01-26 Tom Tromey <tromey@redhat.com>
7981
7982 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
7983 space before string output. Add test for "set print pretty off"
7984 case.
7985
585fdaa1
PA
79862011-01-25 Pedro Alves <pedro@codesourcery.com>
7987
7988 * gdb.base/frame-args.exp: Adjust.
7989 * gdb.dwarf2/dw2-noloc.exp: Adjust.
7990 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
7991 * gdb.dwarf2/pieces.exp: Adjust.
7992 * gdb.opt/clobbered-registers-O2.exp: Adjust.
7993 * gdb.opt/inline-locals.exp: Adjust.
7994 * gdb.threads/fork-child-threads.exp: Adjust.
7995
d468832a
KW
79962011-01-25 Ken Werner <ken.werner@de.ibm.com>
7997
7998 * gdb.opencl/convs_casts.cl: Move program scope variables into the
7999 OpenCL kernel function. Add a comment as marker. Add address space
8000 qualifiers for the remaining program scope variables.
8001 * gdb.opencl/datatypes.cl: Likewise.
8002 * gdb.opencl/operators.cl: Likewise.
8003 * gdb.opencl/vec_comps.cl: Likewise.
8004 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
8005 Add breakpoint at the marker comment.
8006 * gdb.opencl/datatypes.exp: Likewise.
8007 * gdb.opencl/operators.exp: Likewise.
8008 * gdb.opencl/vec_comps.exp: Likewise.
8009
490f124f
PA
80102011-01-24 Pedro Alves <pedro@codesourcery.com>
8011
8012 * gdb.base/printcmds.c (some_struct): New struct and instance.
8013 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
8014 procedure.
8015 <global scope>: Call it.
8016
6da78614
KW
80172011-01-21 Ken Werner <ken.werner@de.ibm.com>
8018
8019 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
8020 argument to the gdb_compile_opencl_hostapp call.
8021
ec64c9aa
YQ
80222011-01-19 Yao Qi <yao@codesourcery.com>
8023
8024 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
8025 positve list.
8026
810cfdbb
YQ
80272011-01-19 Yao Qi <yao@codesourcery.com>
8028
8029 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
8030 canonical form.
8031 Remove "xscale-*-*"
8032 * gdb.xml/tdesc-regs.exp: Likewise.
8033 * gdb.python/py-section-script.exp: Replace ARM target triplet
8034 with canonical form.
8035 Match arm*-*-symbianelf*.
8036 * gdb.base/dup-sect.exp: Likewise.
8037 * lib/dwarf.exp: New.
8038 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
8039 dwarf2_support.
8040 * gdb.dwarf2/dup-psym.exp: Likewise.
8041 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
8042 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8043 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
8044 * gdb.dwarf2/dw2-basic.exp: Likewise.
8045 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8046 * gdb.dwarf2/dw2-const.exp: Likewise.
8047 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
8048 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
8049 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
8050 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
8051 * gdb.dwarf2/dw2-filename.exp: Likewise.
8052 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
8053 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
8054 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8055 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8056 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
8057 * gdb.dwarf2/dw2-noloc.exp: Likewise.
8058 * gdb.dwarf2/dw2-op-call.exp: Likewise.
8059 * gdb.dwarf2/dw2-producer.exp: Likewise.
8060 * gdb.dwarf2/dw2-ranges.exp: Likewise.
8061 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
8062 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
8063 * gdb.dwarf2/dw2-strp.exp: Likewise.
8064 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
8065 * gdb.dwarf2/implptr.exp: Likewise.
8066 * gdb.dwarf2/mac-fileno.exp: Likewise.
8067 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
8068 * gdb.dwarf2/pieces.exp: Likewise.
8069 * gdb.dwarf2/pr11465.exp: Likewise.
8070 * gdb.dwarf2/valop.exp: Likewise.
8071 * gdb.dwarf2/watch-notconst.exp: Likewise.
8072 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
8073
4694da01
TT
80742011-01-19 Tom Tromey <tromey@redhat.com>
8075
8076 * gdb.python/py-infthread.exp: Add thread tests.
8077
b075872c
JB
80782011-01-14 Joel Brobecker <brobecker@adacore.com>
8079
8080 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
8081
2c3e6e24
JB
80822011-01-14 Joel Brobecker <brobecker@adacore.com>
8083
8084 * gdb.ada/widewide: New testcase.
8085
de8fa76c
JB
80862011-01-13 Joel Brobecker <brobecker@adacore.com>
8087
8088 * gdb.base/interact.exp: New testcase.
8089
1b05df00
TT
80902011-01-12 Tom Tromey <tromey@redhat.com>
8091
8092 * gdb.mi/gdb2549.exp: Update for error message changes.
8093 * gdb.mi/mi-cli.exp: Likewise.
8094 * gdb.mi/mi-disassemble.exp: Likewise.
8095 * gdb.mi/mi-pthreads.exp: Likewise.
8096 * gdb.mi/mi-regs.exp: Likewise.
8097 * gdb.mi/mi-stack.exp: Likewise.
8098 * gdb.mi/mi-var-block.exp: Likewise.
8099 * gdb.mi/mi-var-cmd.exp: Likewise.
8100 * gdb.mi/mi2-cli.exp: Likewise.
8101 * gdb.mi/mi2-disassemble.exp: Likewise.
8102 * gdb.mi/mi2-pthreads.exp: Likewise.
8103 * gdb.mi/mi2-regs.exp: Likewise.
8104 * gdb.mi/mi2-stack.exp: Likewise.
8105 * gdb.mi/mi2-var-block.exp: Likewise.
8106 * gdb.mi/mi2-var-cmd.exp: Likewise.
8107
c2ff108b
JK
81082011-01-12 Andrew Burgess <aburgess@broadcom.com>
8109 Jan Kratochvil <jan.kratochvil@redhat.com>
8110
8111 PR fortran/11104 and DWARF unbound arrays detection.
8112 * gdb.fortran/multi-dim.exp: New file.
8113 * gdb.fortran/multi-dim.f90: New file.
8114
b716877b
AB
81152011-01-12 Andrew Burgess <aburgess@broadcom.com>
8116
8117 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
8118 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
8119 add new tests for opcode dumping.
8120
6c162d5e
TT
81212011-01-11 Tom Tromey <tromey@redhat.com>
8122
8123 * gdb.python/py-infthread.exp: Load gdb-python.exp.
8124
77b06cd7
TJB
81252010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
8126
8127 Convert hardware watchpoints to use breakpoint_ops.
8128 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
8129 type is not supported.
8130 * gdb.base/foll-fork.exp: Likewise.
8131 * gdb.base/foll-vfork.exp: Likewise.
8132
f39a75d0
PM
81332011-01-10 Phil Muldoon <pmuldoon@redhat.com>
8134
8135 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
8136 Use load_lib gdb-python.exp.
8137 * gdb.python/python.exp: Ditto.
8138 * gdb.python/py-function.exp: Ditto.
8139
fc529d80
AS
81402011-01-09 Andreas Schwab <schwab@linux-m68k.org>
8141
8142 * gdb.threads/tls.exp ("info address me"): Fix expected output.
8143
fb03cb59
JK
81442011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8145
8146 * configure: Regenerate.
8147
d8e22779
TT
81482011-01-06 Tom Tromey <tromey@redhat.com>
8149
8150 * gdb.python/py-frame.exp: Test gdb.newest_frame.
8151
09050809
JB
81522011-01-06 Joel Brobecker <brobecker@adacore.com>
8153
fc529d80
AS
8154 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
8155 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
8156 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
8157 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
8158 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
8159 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
8160 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
8161 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
8162 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
8163 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
8164 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
8165 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
8166 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
8167 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
8168 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
8169 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
8170 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
8171 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
8172 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
8173 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
8174 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
8175 gdb.ada/uninitialized_vars.exp,
8176 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
8177 Simplify by using clean_restart.
09050809 8178
8ed5dd9e
JB
81792011-01-06 Joel Brobecker <brobecker@adacore.com>
8180
8181 Add marker to be used as anchor for inserting breakpoints.
8182 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
8183 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
8184 Likewise.
8185
8186 Remove uses of gdb_start_cmd.
8187 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
8188 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
8189
8190 Do not run testcase if testing with GDBserver.
8191 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
8192 if testing with GDBserver.
8193
368a124f
JB
81942011-01-06 Joel Brobecker <brobecker@adacore.com>
8195
8196 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
8197 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
8198 copyright header.
8199
44944448
JB
82002011-01-05 Joel Brobecker <brobecker@adacore.com>
8201
8202 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
8203 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
8204 testsuite/gdb.fortran/complex.f,
8205 testsuite/gdb.fortran/derived-type.f90,
8206 testsuite/gdb.fortran/library-module-lib.f90,
8207 testsuite/gdb.fortran/library-module-main.f90,
8208 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
8209 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
8210 Copyright year update.
8211
31886ea6
JB
82122011-01-05 Joel Brobecker <brobecker@adacore.com>
8213
8214 * gdb.base/langs1.f: Add copyright header.
8215
ebedcab5
JK
82162011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8217
8218 * gdb.base/morestack.exp: New file.
8219 * gdb.base/morestack.c: New file.
8220
de1eb2f9
JK
82212011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8222
8223 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
8224
9e87a409
JB
82252010-12-29 Joel Brobecker <brobecker@adacore.com>
8226
8227 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
8228 * gdb.ada/arrayptr.exp: Add test printing that new variable.
8229
720d1a40
JB
82302010-12-29 Joel Brobecker <brobecker@adacore.com>
8231
8232 * gdb.ada/lang_switch.exp: Correct expected parameter value.
8233
a283af87
AS
82342010-12-25 Andreas Schwab <schwab@linux-m68k.org>
8235
5d3d9cba
AS
8236 * gdb.threads/tls.exp: Fix typo.
8237
a283af87
AS
8238 * gdb.threads/thread-specific.exp (get_thread_list): Update.
8239 * gdb.threads/execl.exp: Update.
8240
2a20745c
YQ
82412010-12-23 Yao Qi <yao@codesourcery.com>
8242
8243 * gdb.arch/arm-disp-step.exp: New.
8244 * gdb.arch/arm-disp-step.S: New.
8245
a7658b96
TT
82462010-12-21 Tom Tromey <tromey@redhat.com>
8247
8248 * gdb.threads/execl.exp: Update.
8249 * gdb.threads/linux-dp.exp: Update.
8250 * gdb.threads/manythreads.exp: Update.
8251 * gdb.threads/tls.exp: Update.
8252
5b79abe7
TT
82532010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8254
8255 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
8256 (NextOverThrowDerivates) <resumebpt>: New.
8257 (resumebpt_test): New.
8258 (main): Call resumebpt_test.
8259 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
8260
0914bcdb
SS
82612010-12-12 Stan Shebs <stan@codesourcery.com>
8262
8263 * gdb.trace/tsv.exp: Test print command on trace state variables.
8264
305aeedc
TT
82652010-12-09 Tom Tromey <tromey@redhat.com>
8266
8267 * gdb.base/interp.exp: Add regression test.
8268
186c406b
TT
82692010-12-09 Tom Tromey <tromey@redhat.com>
8270
8271 * gdb.java/jnpe.java: New file.
8272 * gdb.java/jnpe.exp: New file.
8273 * gdb.cp/nextoverthrow.exp: New file.
8274 * gdb.cp/nextoverthrow.cc: New file.
8275
aae1c79a
DE
82762010-12-07 Doug Evans <dje@google.com>
8277
8278 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
8279 of data-directory.
8280 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
8281 updated.
8282 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
8283
60f98dde 82842010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
8285
8286 * gdb.base/callfuncs.exp: Test for skip_float_tests.
8287 * gdb.base/call-sc.exp: Ditto.
8288 * gdb.base/finish.exp: Ditto.
8289 * gdb.base/return.exp: Ditto.
8290 * gdb.base/return2.exp: Ditto.
8291
5fa290c1
DE
82922010-11-30 Doug Evans <dje@google.com>
8293
8294 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
8295 (gdb_expect_list): Fix spelling errors in comments.
8296 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
8297 send_gdb/gdb_expect_list where applicable.
8298 * gdb.base/call-ar-st.exp: Ditto.
8299 * gdb.base/funcargs.exp: Ditto.
8300 * gdb.base/gcore.exp: Ditto.
8301 * gdb.base/page.exp: Ditto.
8302 * gdb.base/sigaltstack.exp: Ditto.
8303 * gdb.base/siginfo.exp: Ditto.
8304 * gdb.base/sigstep.exp: Ditto.
8305 * gdb.base/trace-commands.exp: Ditto.
8306
4e04c971
DE
83072010-11-29 Doug Evans <dje@google.com>
8308
8309 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
8310 printer-name;subprinter-name.
8311
8cf6f0b1
TT
83122010-11-29 Tom Tromey <tromey@redhat.com>
8313
8314 * gdb.dwarf2/implptr.exp: New file.
8315 * gdb.dwarf2/implptr.c: New file.
8316 * gdb.dwarf2/implptr.S: New file.
8317
94b6973e
PM
83182010-11-29 Phil Muldoon <pmuldoon@redhat.com>
8319
fc529d80 8320 PR python/12199
94b6973e
PM
8321
8322 * gdb.python/py-breakpoint.exp: Test the delete method.
8323
8358c15c
JK
83242010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8325
8326 Fix step_resume_breakpoint unsaved during an infcall.
8327 * gdb.base/step-resume-infcall.exp: New file.
8328 * gdb.base/step-resume-infcall.c: New file.
8329
f6df29bc
TJB
83302010-11-24 Edjunior Machado <emachado@br.ibm.com>
8331
8332 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
8333
f2b5a5cf
TJB
83342010-11-24 Edjunior Machado <emachado@br.ibm.com>
8335
8336 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
8337 on ppc64's symbols; "finish" and "return" commands must accept to
8338 show the caller line again as well as the line after.
8339 * gdb.asm/powerpc64.inc: New file.
8340
6b0ecdc2
DE
83412010-11-23 Doug Evans <dje@google.com>
8342
8343 * lib/gdb.exp (gdb_test_sequence): New function.
8344 (gdb_expect_list): Add verbose -log call for each pattern.
8345 * gdb.base/signals.exp (test_handle_all_print): Call it.
8346 Reduce timeout increment from 6 minutes to 1 minute.
8347 * gdb.server/ext-run.exp: Call it.
8348
ea976c60
PM
83492010-11-23 Phil Muldoon <pmuldoon@redhat.com>
8350
f2b5a5cf 8351 PR python/12212
ea976c60
PM
8352
8353 * gdb.python/python.exp: Check that selected_thread raises an
8354 error when no inferior is loaded.
8355
c0efa795
JK
83562010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8357
8358 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
8359 * gdb.dwarf2/dw2-stack-boundary.S: New file.
8360
ec3aa567
JK
83612010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8362
8363 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
8364 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
8365
d8249011
DE
83662010-11-18 Doug Evans <dje@google.com>
8367
8368 * gdb.server/ext-run.exp: Fix intermittent failures.
8369
d4eba7d1
NF
83702010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8371
8372 * gdb.stabs/gdb11479.exp: Use runto_main.
8373
b04c2f88
NF
83742010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8375
8376 * gdb.base/break-entry.exp: Skip if using a stub.
8377
ae9d7ce4
NF
83782010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8379
8380 * gdb.python/py-inferior.exp: Pack values in target endianness.
8381
621c8364
TT
83822010-11-12 Tom Tromey <tromey@redhat.com>
8383
8384 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
8385 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
8386 MemoryError.
8387 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
8388 type.
8389 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
8390 MemoryError.
8391 (test_subscript_regression): Update exception type.
8392
84f4c1fe
PM
83932010-11-11 Phil Muldoon <pmuldoon@redhat.com>
8394
8395 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
8396 breakpoint tests.
8397
a1442452
PA
83982010-11-09 Pedro Alves <pedro@codesourcery.com>
8399
8400 * gdb.base/watchpoint.exp: Test "watch -location" with an
8401 innacessible location.
8402
efd11a33
JK
84032010-11-09 Edjunior Machado <emachado@br.ibm.com>
8404 Luis Machado <luisgpm@br.ibm.com>
8405
8406 * gdb.base/maint.exp: Expect "." prefix.
8407 * gdb.base/nodebug.exp: Expect "." Likewise.
8408 * gdb.base/sepsymtab.exp: Expect "." Likewise.
8409 * gdb.base/watchpoint-cond-gone.exp: Likewise.
8410 * gdb.base/watchpoint.exp: Expect a software watch to be created for
8411 POWER server processors.
8412
aa00efb5
JK
84132010-11-08 Edjunior Machado <emachado@br.ibm.com>
8414 Luis Machado <luisgpm@br.ibm.com>
8415
8416 * gdb.base/break-entry.exp: convert entry point for
8417 ppc64 and expect leading `.' on ppc64's symbols
8418
99e7ae30
DE
84192010-11-05 Doug Evans <dje@google.com>
8420
8421 * gdb.base/help.exp: Update expected output.
b521dba8
DE
8422 * gdb.python/py-param.exp: Delete, contents moved to ...
8423 * gdb.python/py-parameter.exp: ... here. New file.
8424 Add test for gdb.parameter ("directories").
99e7ae30 8425
f4b8a18d
KW
84262010-11-05 Ken Werner <ken.werner@de.ibm.com>
8427
8428 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
8429 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
8430 * configure: Regenerate.
8431 * gdb.opencl/Makefile.in: New File.
8432 * gdb.opencl/datatypes.exp: Likewise.
8433 * gdb.opencl/datatypes.cl: Likewise.
8434 * gdb.opencl/operators.exp: Likewise.
8435 * gdb.opencl/operators.cl: Likewise.
8436 * gdb.opencl/vec_comps.exp: Likewise.
8437 * gdb.opencl/vec_comps.cl: Likewise.
8438 * gdb.opencl/convs_casts.exp: Likewise.
8439 * gdb.opencl/convs_casts.cl: Likewise.
8440 * lib/opencl.exp: Likewise.
8441 * lib/opencl_hostapp.c: Likewise.
8442 * lib/opencl_kernel.cl: Likewise.
8443 * lib/cl_util.c: Likewise.
8444 * lib/cl_util.c: Likewise.
8445 * gdb.base/default.exp (set language): Add "opencl" to the list of
8446 languages.
8447
a9d5ef47
SW
84482010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
8449
8450 * gdb.cp/overload.exp: Added test for inheritance overload.
8451 * gdb.cp/overload.cc: Ditto.
8452 * gdb.cp/oranking.exp: Removed releveant kfails.
8453
03eb1c79
JK
84542010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8455 Joel Brobecker <brobecker@adacore.com>
8456
8457 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
8458 check test_compiler_info.
8459
dbc98a8b
KW
84602010-11-03 Ken Werner <ken.werner@de.ibm.com>
8461
8462 * gdb.base/gnu_vector.exp: Adjust expect messages.
8463
120bd360
KW
84642010-11-03 Ken Werner <ken.werner@de.ibm.com>
8465
8466 * gdb.base/gnu_vector.exp: Add unary operator tests.
8467
c37f7098
KW
84682010-11-03 Ken Werner <ken.werner@de.ibm.com>
8469
8470 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
8471
7b51bc51
DE
84722010-11-02 Doug Evans <dje@google.com>
8473
8474 * gdb.python/py-pp-maint.c: New file.
8475 * gdb.python/py-pp-maint.exp: New file.
8476 * gdb.python/py-pp-maint.py: New file.
8477
50c97f38
TT
84782010-11-02 Tom Tromey <tromey@redhat.com>
8479
8480 * gdb.base/default.exp: Remove "scheme" from language list.
8481
a289b8f6
JK
84822010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8483
8484 Revert:
8485 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8486 * gdb.threads/sigstep-threads.exp: New file.
8487 * gdb.threads/sigstep-threads.c: New file.
8488
cd017491
MS
84892010-10-20 Michael Snyder <msnyder@vmware.com>
8490
8491 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
8492
8e6a5956
UW
84932010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8494
8495 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
8496 Skip test completely if gdb,no_hardware_watchpoints.
8497
2c04da0d
UW
84982010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8499
8500 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
8501 strict, but do not check for any particular function name within libc.
8502
79afc5ef
SW
85032010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
8504
8505 * gdb.cp/smartp.exp: New test.
8506 * gdb.cp/smartp.cc : New test.
8507
026ffab7
SW
85082010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
8509
8510 * gdb.cp/converts.exp: Test pointer to bool conversion.
8511 Test pointer to long conversion.
8512 * gdb.cp/oranking.exp: Removed relevant kfail.
8513
3a772aa4
TT
85142010-10-18 Tom Tromey <tromey@redhat.com>
8515
8516 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
8517 argument to lazy_string.
8518 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
8519 (pp_ls.to_string): Use it.
8520 * gdb.python/py-prettyprint.c (main): Move declarations to top.
8521 Add "estring2" local.
8522
5fc3827b
JK
85232010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8524
8525 Fix s390x compatibility.
8526 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
8527 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
8528
8aeb23f3
JK
85292010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8530
8531 * gdb.threads/sigstep-threads.exp: New file.
8532 * gdb.threads/sigstep-threads.c: New file.
8533
c1e56572
JK
85342010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8535
8536 * gdb.base/pie-execl.exp: New file.
8537 * gdb.base/pie-execl.c: New file.
8538
92163a10
JK
85392010-10-13 Doug Evans <dje@google.com>
8540 Jan Kratochvil <jan.kratochvil@redhat.com>
8541
8542 PR exp/12117
8543 * gdb.cp/ptype-cv-cp.cc: New file.
8544 * gdb.cp/ptype-cv-cp.exp: New file.
8545
7062b0a0
SW
85462010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
8547
8548 * gdb.cp/converts.cc: New test program.
8549 * gdb.cp/converts.exp: New test.
8550 * gdb.cp/overload.exp: Added test for void* vs int*.
8551 * gdb.cp/overload.exp: Ditto.
8552 * gdb.cp/oranking.exp: Removed related kfail.
8553
0e3509db
DE
85542010-10-13 Doug Evans <dje@google.com>
8555
8556 * lib/gdb-python.exp (gdb_check_python_config): New function.
8557 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
8558 * gdb.python/lib-types.cc: New file.
8559 * gdb.python/lib-types.exp: New file.
8560
8dc78533
JK
85612010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8562
8563 * gdb.python/py-error.exp: New file.
8564 * gdb.python/py-error.py: New file.
8565
93c17e06
JK
85662010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8567
8568 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
8569 gdb_test_multiple.
8570
d8b34041
JK
85712010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8572
8573 * gdb.base/break-interp.exp: Use ldlags for linking flags.
8574 * gdb.base/prelink.exp: Likewise.
8575 * gdb.base/solib-nodir.exp: Likewise.
8576 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
8577 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
8578 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
8579
e0cc584e
UW
85802010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8581
8582 * break-interp.exp (test_ld): Use two separate gdb_expect statements
8583 for the "info files" test to avoid timeouts on slow machines.
8584
cfc353b1
JK
85852010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8586
8587 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
8588 (main): Make openlib dummy call.
8589
d3d7896d
JK
85902010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8591
8592 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
8593 * break-interp.exp (reach): Move the core body ...
8594 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
8595 (test_ld): Provide always real argument, even to the linker. Replace
8596 dl_main by _dl_debug_state.
8597
5e533c94
JK
85982010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8599
8600 Fix results of prelinked PIEs on ppc*.
8601 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
8602 Accept also DISPLACEMENT "PRESENT".
8603 (main): Replace "ZERO" displacements by "PRESENT".
8604
33540610
SW
86052010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
8606
8607 * gdb.cp/oranking.exp: New test.
8608 * gdb.cp/oranking.cc: New test program.
8609
3bdf2bbd
KW
86102010-10-08 Ken Werner <ken.werner@de.ibm.com>
8611
8612 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
8613 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
8614
2f608a3a
KW
86152010-10-06 Ken Werner <ken.werner@de.ibm.com>
8616
8617 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
8618 lush, lynx) New constant.
8619 * gdb.base/constvars.exp: Test const array types.
8620 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
8621
aa2e2d8d
DE
86222010-10-06 Doug Evans <dje@google.com>
8623
8624 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
8625 of syscall staging area.
8626
2844d6b5
KW
86272010-10-06 Ken Werner <ken.werner@de.ibm.com>
8628
8629 * gdb.base/gnu_vector.c: Add variable c4.
8630 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
8631 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
8632
7d8ac8bb
MR
86332010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
8634
8635 * gdb.arch/altivec-abi.exp: Fix a typo.
8636
84a02e58
MR
86372010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
8638
8639 * lib/mi-support.exp (thread_selected_re): Correct pattern used
8640 to match a thread ID.
8641
b18e6318
JK
86422010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8643
8644 Fix s390x testcase compatibility.
8645 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
8646
a2c09bd0
DE
86472010-10-01 Doug Evans <dje@google.com>
8648
8649 * lib/gdb-python.exp: New file.
8650 * gdb.python/py-block.exp: Use it.
8651 * gdb.python/py-breakpoint.exp: Ditto.
8652 * gdb.python/py-frame.exp: Ditto.
8653 * gdb.python/py-inferior.exp: Ditto.
8654 * gdb.python/py-param.exp: Ditto.
8655 * gdb.python/py-prettyprint.exp: Ditto.
8656 * gdb.python/py-shared.exp: Ditto.
8657 * gdb.python/py-symbol.exp: Ditto.
8658 * gdb.python/py-symtab.exp: Ditto.
8659 * gdb.python/py-type.exp: Ditto.
8660 * gdb.python/py-value.exp: Ditto.
8661 * gdb.python/python.exp: Ditto.
8662
38f12cfc
TT
86632010-09-30 Tom Tromey <tromey@redhat.com>
8664
8665 * gdb.base/anon.exp: New file.
8666 * gdb.base/anon.c: New file.
8667
9ae8282d
TT
86682010-09-30 Tom Tromey <tromey@redhat.com>
8669
8670 * gdb.base/completion.exp: Test completion through anonymous
8671 union.
8672 * gdb.base/break1.c (struct some_struct): Add anonymous union.
8673
e9e07ba6
JK
86742010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8675
8676 Fix printing parameters of inlined functions.
8677 * gdb.dwarf2/dw2-inline-param.exp: New file.
8678 * gdb.dwarf2/dw2-inline-param-main.c: New file.
8679 * gdb.dwarf2/dw2-inline-param.S: New file.
8680
cd2effb2
JK
86812010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8682
8683 PR corefiles/12071.
8684 * gdb.base/corefile.exp (quit with a process, no question: load core)
8685 (quit with a core file): New tests.
8686
bceffbf3
JK
86872010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8688
8689 Fix GDB crash on inferior calls with self-referencing classes.
8690 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
8691 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
8692 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
8693
1736ad11
JK
86942010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8695
8696 Fix lost siginfo_t for inferior calls.
8697 * gdb.base/siginfo-infcall.exp: New file.
8698 * gdb.base/siginfo-infcall.c: New file.
8699
a176ad92
JB
87002010-09-22 Joel Brobecker <brobecker@adacore.com>
8701
8702 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
8703
c2b0a229
JK
87042010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8705
8706 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
8707 New test.
8708 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
8709
e8ae22d1
JB
87102010-09-22 Joel Brobecker <brobecker@adacore.com>
8711
8712 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
8713 type of our const type.
8714
ec322823
SW
87152010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
8716
8717 * gdb.cp/pr12028.cc: New.
8718 * gdb.cp/pr12028.exp: New.
8719
72929c62
JB
87202010-09-22 Joel Brobecker <brobecker@adacore.com>
8721
8722 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
8723
875b4ff5 87242010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 8725 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
8726
8727 PR mi/11407
8728 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
8729 * gdb.mi/dw2-ref-missing-frame-main.c New File.
8730 * gdb.mi/dw2-ref-missing-frame.S New File.
8731 * gdb.mi/dw2-ref-missing-frame.exp New File.
8732
7155d578
TT
87332010-09-14 Tom Tromey <tromey@redhat.com>
8734
8735 PR symtab/8399:
8736 * gdb.threads/tls.exp: Remove kfail. Update expected output.
8737
515ed532
TT
87382010-09-14 Tom Tromey <tromey@redhat.com>
8739
8740 PR exp/11803:
8741 * gdb.threads/tls.exp: Use C++.
8742 (check_thread_local): Use K::another_thread_local.
8743 * gdb.threads/tls.c (class K): New.
8744 (another_thread_local): Now a member of K.
8745 (spin): Update. No longer K&R C.
8746
450ca57c
SW
87472010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8748
8749 * gdb.cp/koenig.cc: created class for testing member lookup.
8750 * gdb.cp/koenig.exp: Added test for member lookup.
8751
dbd492a3
JK
87522010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8753
8754 Fix false FAILs on sourcetree topdir directory containing "kill".
8755 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
8756 source line matching regexp.
8757
8d4d924b
JK
87582010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8759
8760 * gdb.python/python.exp (set height 0, collect help from uiout)
8761 (verify help to uiout): New tests.
8762
8e64f2a0
JK
87632010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8764
8765 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
8766 is_lp64_target to check 64bit target.
8767
4569eed2
JK
87682010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8769
8770 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
8771 (test_ld) <powerpc64-*>: New.
8772
5e1617b1
DJ
87732010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8774
8775 * gdb.cp/templates.exp (test_template_args): Allow "struct".
8776
c767944b
DJ
87772010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8778
8779 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
8780 (FunctionArg::method): New function.
8781 (empty, arg): New variables.
8782 (main): Call arg.method.
8783 * gdb.cp/templates.exp (test_template_args): New function.
8784 (do_tests): Call it.
8785
27d3a3fc
UW
87862010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
8787
8788 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
8789 of "next" to proceed over pthread_exit call.
8790
55b7ce7f
UW
87912010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
8792
8793 * gdb.base/maint.exp: Avoid wildcards against potentially very long
8794 "maint print statistics" output to prevent expect timeouts.
8795
809df446
JK
87962010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8797
8798 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
8799 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8800 (test_float_rejected): ... here.
8801 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
8802 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8803 (test_float_rejected): ... here.
8804 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
8805 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8806 (test_float_rejected): ... here.
8807 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
8808 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8809 (test_float_rejected): ... here.
8810
8464be76
DJ
88112010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8812
8813 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
8814 before disabling hardware watchpoints.
8815 (test_inaccessible_watchpoint): Check that hardware watchpoints
8816 are used. Test for watchpoints on a constant address.
8817
14dba4b4
JK
88182010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8819
8820 * gdb.base/ui-redirect.exp: New file.
8821
3f3540e1 88222010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 8823 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
8824
8825 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
8826
0f254bb7
DE
88272010-08-31 Doug Evans <dje@google.com>
8828
8829 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
8830
03f17ccf
TT
88312010-08-30 Tom Tromey <tromey@redhat.com>
8832
8833 PR python/11792:
8834 * gdb.python/py-value.exp (test_subscript_regression): Add
8835 dynamic_type test.
8836
640617ad
DJ
88372010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
8838
8839 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
8840 instead of running to main. Do not test the main function.
8841 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
8842 Add new main.
8843
2ed91d1b
PA
88442010-08-26 Pedro Alves <pedro@codesourcery.com>
8845
8846 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
8847 one test.
8848
673bfd45
DE
88492010-08-24 Doug Evans <dje@google.com>
8850
8851 PR symtab/11942
8852 * gdb.dwarf2/dw4-sig-types.cc: New file.
8853 * gdb.dwarf2/dw4-sig-types.h: New file.
8854 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
8855 * gdb.dwarf2/dw4-sig-types.exp: New file.
8856
f9ffd4bb
TT
88572010-08-23 Tom Tromey <tromey@redhat.com>
8858
8859 PR python/11145:
8860 * gdb.python/py-value.c (Base, Derived): New types.
8861 (base): New global.
8862 * gdb.python/py-value.exp (test_subscript_regression): Add
8863 dynamic_cast test.
8864
d839c8a4
TT
88652010-08-23 Tom Tromey <tromey@redhat.com>
8866
8867 PR python/10676:
8868 * gdb.python/py-type.exp (test_fields): Add tests for type
8869 equality.
8870
702c2711
TT
88712010-08-23 Tom Tromey <tromey@redhat.com>
8872
8873 PR python/11915:
8874 * gdb.python/py-type.exp (test_fields): Add tests for array.
8875
832bafd3
KS
88762010-08-23 Keith Seitz <keiths@redhat.com>
8877
8878 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
8879 have any children. Create a new abbrev for it.
8880 Add missing terminal sequence to .debug_abbrev.
8881
c37bf528
KS
88822010-08-20 Keith Seitz <keiths@redhat.com>
8883
8884 PR symtab/11465:
8885 * gdb.dwarf2/pr11465.exp: New test.
8886 * gdb.dwarf2/pr11465.S: New file.
8887 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
8888 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
8889
4572cbac
TJB
88902010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
8891
8892 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
8893 registers. Update data sets with the new v2_double element in the
8894 VSX register union. Add vector_register3_vr data set for the AltiVec
8895 registers. Use gdb_test_no_output instead of send_gdb.
8896
e7fbb131
PA
88972010-08-19 Pedro Alves <pedro@codesourcery.com>
8898
8899 * gdb.python/py-shared.exp: New file, factored out from
8900 python.exp.
8901 * gdb.python/py-shared.c: New file.
8902 * gdb.python/py-shared-sl.c: New file.
8903 * gdb.python/python-1.c: New file.
8904 * gdb.python/python-sl.c: Delete.
8905 * gdb.python/python.c: Mention python-1.c.
8906 * gdb.python/python.exp: Move shared library tests to
8907 py-shared.exp.
8908 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
8909 (MISCELLANEOUS): New.
8910 (clean mostlyclean): Also remove $MISCELLANEOUS.
8911
d30f5e1f
DE
89122010-08-19 Doug Evans <dje@google.com>
8913
8914 PR exp/11926
8915 * gdb.base/printcmds.exp (test_float_accepted): New function.
8916 Move existing float tests there. Add tests for floats with suffixes.
8917 (test_float_rejected): New function.
8918 * gdb.java/jv-print.exp (test_float_accepted): New function.
8919 (test_float_rejected): New function.
8920 * gdb.objc/print.exp: New file.
8921 * gdb.pascal/print.exp: New file.
8922 * lib/objc.exp: New file.
8923
7b3fd859
PM
89242010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
8925
8926 * gdb.base/default.exp (info set): Avoid full buffer error and force
8927 reading up to final gdb prompt.
8928 (show): Likewise.
8929
c92817ce
TT
89302010-08-18 Tom Tromey <tromey@redhat.com>
8931
8932 PR symtab/11919:
8933 * gdb.base/completion.exp: Add test.
8934
f1208f9e
DE
89352010-08-18 Doug Evans <dje@google.com>
8936
8937 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
8938 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
8939 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
8940 Simplify, early exit if runto_main fails.
8941 * gdb.fortran/exprs.exp: load_lib fortran.exp.
8942 (set_lang_fortran): Moved to lib/fortran.exp.
8943 * gdb.fortran/types.exp: load_lib fortran.exp.
8944 (set_lang_fortran): Moved to lib/fortran.exp.
8945 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
8946 * gdb.java/jprint.exp (set_lang_java): Ditto.
8947 * gdb.java/jv-exp.exp: load_lib java.exp.
8948 If set_lang_java fails, issue a warning instead of failure to be
8949 consistent with other set_lang_foo uses.
8950 (set_lang_java): Moved to lib/java.exp.
8951 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
8952 If set_lang_java fails, issue a warning instead of failure to be
8953 consistent with other set_lang_foo uses.
8954 * gdb.pascal/types.exp: load_lib pascal.exp.
8955 (set_lang_pascal): Moved to lib/pascal.exp.
8956 * lib/fortran.exp: New file.
8957 * lib/java.exp (set_lang_java): New function.
8958 * lib/pascal.exp (set_lang_pascal): New function.
8959
2f06b485
YQ
89602010-08-18 Yao Qi <yao@codesourcery.com
8961
8962 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
8963 func_nofb_start and func_loopfb_start, so that address of functions
8964 is equal to these labels on Thumb.
8965
96e25403
YQ
89662010-08-18 Yao Qi <yao@codesourcery.com>
8967
8968 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
8969 to reflect latest c source file.
8970
36e6adc4
JK
89712010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8972
8973 * gdb.cp/infcall-dlopen.exp: New file.
8974 * gdb.cp/infcall-dlopen.cc: New file.
8975 * gdb.cp/infcall-dlopen-lib.cc: New file.
8976
f431efe5
PA
89772010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8978 Pedro Alves <pedro@codesourcery.com>
8979
8980 PR breakpoints/11371
8981
8982 * gdb.base/watch-cond-infcall.exp: New file.
8983 * gdb.base/watch-cond-infcall.c: New file.
8984
06a64a0b
TT
89852010-08-16 Tom Tromey <tromey@redhat.com>
8986
8987 * gdb.base/help.exp: Update.
8988 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
8989 watchpoint.
8990 (test_watch_location): New proc.
8991 (test_watchpoint_in_big_blob): Delete watchpoint.
8992 * gdb.base/watchpoint.c (func5): New function.
8993 (main): Call it.
8994
70ebf4ed
DE
89952010-08-16 Doug Evans <dje@google.com>
8996
8997 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
8998
ca5c20b6
PM
89992010-08-11 Phil Muldoon <pmuldoon@redhat.com>
9000
9001 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
9002 tests.
9003
7346b668
KW
90042010-08-11 Ken Werner <ken.werner@de.ibm.com>
9005
9006 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
9007 * gdb.base/gnu_vector.c: New File.
9008 * gdb.base/gnu_vector.exp: Likewise.
9009
cb2e07a6
PM
90102010-08-11 Phil Muldoon <pmuldoon@redhat.com>
9011
9012 * gdb.python/python.c: New File.
9013 * gdb.python/python-sl.c: New File.
9014 * gdb.python/python.exp: Test solib_address and decode_line
9015 * functions.
9016
5da1313b
JK
90172010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9018
9019 * gdb.python/python.exp (show height, set height 10)
9020 (verify pagination beforehand, verify pagination beforehand: q)
9021 (gdb.execute does not page, verify pagination afterwards)
9022 (verify pagination afterwards: q): New.
9023
49c3ccf7
DE
90242010-08-02 Doug Evans <dje@google.com>
9025
9026 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
9027 because of an older gcc, change test2
9028 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
9029 to unsupported.
9030
42c0c4f1
KH
90312010-07-30 Kazu Hirata <kazu@codesourcery.com>
9032
9033 * gdb.base/break-always.exp: Do not expect full paths to file
9034 names.
9035 * gdb.base/commands.exp: Likewise.
9036
d3765805
DE
90372010-07-30 Doug Evans <dje@google.com>
9038
c98ee71b
DE
9039 * gdb.cp/temargs.exp: For new tests that require newer gccs,
9040 xfail them when run with older gccs.
9041
fd961404
DE
9042 * lib/gdb.exp (build_executable): Forward "c++" option to
9043 get_compiler_info.
9044
999adef4
DE
9045 * gdb.python/py-type.exp (test_template): Mark as xfail tests
9046 "python print ttype.template_argument(1)" and
9047 "python print isinstance(ttype.template_argument(1), gdb.Value)"
9048 if using gcc 4.4 or earlier.
9049
d3765805
DE
9050 * gdb.base/valgrind-db-attach.exp: Use unique test name for
9051 attach-to-debugger handling.
9052
1276c759
JK
90532010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9054
9055 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
9056 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
9057 (main): Use copyreloc.
9058 * gdb.base/prelink.exp (split debug of executable)
9059 (.dynbss vs. .bss address shift): New tests.
9060
88caa9b9
PA
90612010-07-29 Pedro Alves <pedro@codesourcery.com>
9062
9063 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
9064 in gdb_test_multiple.
9065
c6f2ac43
PA
90662010-07-29 Pedro Alves <pedro@codesourcery.com>
9067
9068 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
9069 environment.
9070
326fd672
TT
90712010-07-28 Tom Tromey <tromey@redhat.com>
9072
9073 PR python/11060:
9074 * gdb.python/py-type.c (Temargs): New template.
9075 (temvar): New variable.
9076 * gdb.python/py-type.exp (test_template): New proc.
9077
3ce3b1ba
PA
90782010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
9079
9080 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
9081 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
9082
34eaf542
TT
90832010-07-28 Tom Tromey <tromey@redhat.com>
9084
9085 PR c++/9946:
9086 * gdb.cp/temargs.exp: New file.
9087 * gdb.cp/temargs.cc: New file.
9088
d41b819e
JK
90892010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9090
9091 * gdb.base/help.exp (help disassemble): Update the content.
9092
26ab7092
JK
90932010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9094
9095 * gdb.threads/ia64-sigill.exp: New file.
9096 * gdb.threads/ia64-sigill.c: New file.
9097
5283e9e1
TT
90982010-07-27 Tom Tromey <tromey@redhat.com>
9099
9100 * gdb.opt/inline-cmds.c (ATTR): New define.
9101 (func1): Use it.
9102 (func2): Likewise.
9103 (func3): Likewise.
9104 (outer_inline1): Likewise.
9105 (outer_inline2): Likewise.
9106 * gdb.opt/inline-bt.c (ATTR): New define.
9107 (func1): Use it.
9108 (func2): Likewise.
9109 * gdb.opt/inline-locals.c (ATTR): New define.
9110 (func1): Use it.
9111 (func2): Likewise.
9112
e992ef73
TT
91132010-07-27 Tom Tromey <tromey@redhat.com>
9114
9115 * gdb.stabs/gdb11479.c (hack): New function.
9116 (test): Use it.
9117 (test2): Use it.
9118 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
9119 (int32_search_buf, int64_search_buf): No longer static.
9120 (x): Remove.
9121 * gdb.base/relocate.c (hack): New function.
9122
5374244e
PM
91232010-07-27 Phil Muldoon <pmuldoon@redhat.com>
9124
9125 * gdb.python/py-value.exp (test_inferior_function_call): New function.
9126 * gdb.python/py-value.c (func1): New function.
9127 (func2): Likewise.
9128
a99aee83
CV
91292010-07-26 Corinna Vinschen <vinschen@redhat.com>
9130
9131 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
9132 as not to clash with .data section.
9133
a04ba985
JG
91342010-07-26 Jerome Guitton <guitton@adacore.com>
9135
9136 * gdb.base/code_elim.exp: New file.
9137 * gdb.base/code_elim1.c: New file.
9138 * gdb.base/code_elim2.c: New file.
9139
23bd0f7c
PA
91402010-07-21 Pedro Alves <pedro@codesourcery.com>
9141
9142 PR symtab/11827
9143
9144 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
9145 (some_volatile_enum): New variable.
9146 * gdb.base/printcmds.exp (test_print_enums): New.
9147 <top level>: Call it.
9148
883df6dd
SW
91492010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
9150
9151 * gdb.cp/fpointer.cc: New test.
9152 * gdb.cp/fpointer.exp: New test.
9153
569b05a5
JK
91542010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9155
9156 * gdb.base/solib-nodir.exp: New file.
9157 * lib/gdb.exp (runto): New case for a GDB internal error.
9158
51d7d803
JK
91592010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9160 Ulrich Weigand <uweigand@de.ibm.com>
9161 Tom Tromey <tromey@redhat.com>
9162
9163 * gdb.base/charset-malloc.c: New file.
9164 * gdb.base/charset.c (malloc_stub): New prototype.
9165 (main): Call it instead of malloc itself.
9166 * gdb.base/charset.exp: Use only prepare_for_testing.
9167 (binfile): Remove the variable.
9168
c0edd9ed
JK
91692010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9170
9171 Make core files the process_stratum.
9172 * gdb.base/corefile.exp (run: load core again)
9173 (run: sanity check we see the core file, run: with core)
9174 (run: core file is cleared, attach: load core again)
9175 (attach: sanity check we see the core file, attach: with core)
9176 (attach: core file is cleared): New tests.
9177 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
9178
3cbaedff
KW
91792010-07-14 Ken Werner <ken.werner@de.ibm.com>
9180
9181 * gdb.arch/altivec-abi.exp: New tests.
9182
91158a56
TT
91832010-07-13 Tom Tromey <tromey@redhat.com>
9184
9185 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
9186 (main): Use it.
9187 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
9188
0f5238ed
TT
91892010-07-13 Tom Tromey <tromey@redhat.com>
9190
9191 * gdb.base/label.exp: New file.
9192 * gdb.base/label.c: New file.
9193
add265ae
L
91942010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
9195 H.J. Lu <hongjiu.lu@intel.com>
9196
9197 * lib/gdb.exp (is_ilp32_target): New.
9198 (is_lp64_target): Likewise.
9199
9200 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
9201 target.
9202 * gdb.arch/amd64-disp-step.exp: Likewise.
9203 * gdb.arch/amd64-dword.exp: Likewise.
9204 * gdb.arch/amd64-i386-address.exp: Likewise.
9205 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 9206
add265ae
L
9207 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
9208 target.
9209 * gdb.arch/i386-bp_permanent.exp: Likewise.
9210 * gdb.arch/i386-byte.exp: Likewise.
9211 * gdb.arch/i386-disp-step.exp: Likewise.
9212 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9213 * gdb.arch/i386-prologue.exp: Likewise.
9214 * gdb.arch/i386-size-overlap.exp: Likewise.
9215 * gdb.arch/i386-size.exp: Likewise.
9216 * gdb.arch/i386-sse.exp: Likewise.
9217 * gdb.arch/i386-unwind.exp: Likewise.
9218 * gdb.arch/i386-word.exp: Likewise.
9219
9220 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
9221 test only when building 64-bit executables. Do not hard-code
9222 -m64 option.
9223
2dfb8c17
DE
92242010-07-07 Doug Evans <dje@google.com>
9225
9226 * lib/gdb.exp (gdb_test_list_exact): New function.
9227 * gdb.base/default.exp (show convenience): Call it, add tests for
9228 $_sdata = void, $_thread = 0.
9229
4e5799b6
JK
92302010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9231 Joel Brobecker <brobecker@adacore.com>
9232
9233 Fix re-run of PIE executable, PR shlibs/11776.
9234 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
9235 Remove $displacement_main to match the solib-svr4.c change. New "kill"
9236 and re-"run" of the inferior.
9237
1a219cc7
JK
92382010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9239 Joel Brobecker <brobecker@adacore.com>
9240
9241 Cope with missing /usr/sbin/prelink.
9242 * lib/prelink-support.exp (prelink_no):
9243 <result == 1 && $output is "no such file or directory">: New.
9244 (prelink_yes): Likewise. Return on failed prelink_no.
9245
5e3b36f8
JK
92462010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9247 Joel Brobecker <brobecker@adacore.com>
9248
9249 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
9250 build_executable by build_executable_own_libs. Replace "prelink -R"
9251 execution by a call of prelink_yes. Comment why "prelink -r" needs no
9252 change.
9253 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
9254 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
9255 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
9256 Replace build_executable by build_executable_own_libs's function
9257 build_executable_own_libs.
9258 (prelinkNO): Create new stub to call prelink_no.
9259 (prelinkYES): Create new stub to call prelink_yes.
9260 (test_attach): Rename calls of copy to file_copy.
9261 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
9262 (copy): Move to ...
9263 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
9264 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
9265 * gdb.base/prelink.exp: Disable testcase also for is_remote and
9266 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
9267 special flags by gdb_compile_shlib. Replace second gdb_compile by
9268 build_executable_own_libs. Replace "prelink -R" execution by a call of
9269 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
9270 a second call of prelink_yes. Replace restart commands by
9271 clean_restart.
9272 (prelink): Rename to ...
9273 (seen displacement message): ... this test. Extend its expectation
9274 strictness.
9275
86e4bafc
JK
92762010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9277
9278 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
9279 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
9280 displacement message exactly once.
9281
3cd07d20
JK
92822010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9283 Joel Brobecker <brobecker@adacore.com>
9284
9285 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
9286 its restore after the <$relink_args != ""> loop. new comment.
9287
0a1e94c7
JK
92882010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9289 Joel Brobecker <brobecker@adacore.com>
9290
9291 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
9292 code for it. New variable relink_args.
9293 (prelinkYES): Call prelinkNO.
9294 (test_attach): Accept new parameter relink_args. Re-prelink the binary
9295 in such case. Move the core code to ...
9296 (test_attach_gdb): ... a new function. Send GDB command "file".
9297 Extend expected "Attaching to " string.
9298
2f70bcfb
TT
92992010-07-02 Tom Tromey <tromey@redhat.com>
9300
9301 * gdb.base/bitops.exp: Remove extraneous "pass".
9302
a17ac5b0
TT
93032010-07-02 Ken Werner <ken.werner@de.ibm.com>
9304
9305 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
9306
dc10affe
PA
93072010-07-01 Pedro Alves <pedro@codesourcery.com>
9308
d41c0fc8
PA
9309 * gdb.base/help.exp: Adjust expected output.
9310
93112010-07-01 Pedro Alves <pedro@codesourcery.com>
9312
9313 * gdb.base/help.exp: Adjust expected output.
dc10affe 9314
0a600c36
JK
93152010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9316
9317 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
9318 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
9319 c++/11702.
9320
37cc8bfe
JK
93212010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9322 Doug Evans <dje@google.com>
9323
9324 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
9325 add .dynamic entry'.
9326
254e6b9e
DE
93272010-06-29 Doug Evans <dje@google.com>
9328
9329 Test PR c++/11702.
9330 * gdb.cp/m-static.exp: Add testcase.
9331 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
9332
595939de 93332010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
9334 Tom Tromey <tromey@redhat.com>
9335 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
9336
9337 * gdb.python/py-inferior.c: New File.
9338 * gdb.python/py-infthread.c: New File.
9339 * gdb.python/py-inferior.exp: New File.
9340 * gdb.python/py-infthread.exp: New File.
9341
98751a41
JK
93422010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9343
9344 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
9345 (ptype ::C::OtherFileClass typedefs): New.
9346 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
9347 (C::OtherFileClass::cOtherFileClassVar2): New.
9348 (C::OtherFileClass::cOtherFileClassVar_use): Use also
9349 cOtherFileClassVar2.
9350 (C::cOtherFileType2, C::cOtherFileVar2): New.
9351 (C::cOtherFileVar_use): use also cOtherFileVar2.
9352 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
9353
41f62f39
JK
93542010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9355
9356 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
9357 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
9358 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
9359 (print ::C::cOtherFileVar)
9360 (whatis C::OtherFileClass::cOtherFileClassType)
9361 (whatis ::C::OtherFileClass::cOtherFileClassType)
9362 (print C::OtherFileClass::cOtherFileClassVar)
9363 (print ::cOtherFileClassVar)
9364 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
9365 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
9366 trailing content.
9367 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
9368 (C::OtherFileClass::cOtherFileClassVar)
9369 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
9370 (C::cOtherFileVar, C::cOtherFileVar_use): New.
9371
af53d231
JK
93722010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9373
9374 Test PR c++/11703 and PR gdb/1448.
9375 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
9376 gdb/1448.
9377
9655fd1a
JK
93782010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9379
9380 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
9381 (main) <rtti_data>: New.
9382 * gdb.cp/virtbase.exp (print rtti_data): New.
9383
824cc8dd
JK
93842010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9385 Joel Brobecker <brobecker@adacore.com>
9386
9387 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
9388
6036c742
JK
93892010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9390
9391 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
9392
de6a0421
DE
93932010-06-28 Doug Evans <dje@google.com>
9394
9395 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
9396
b2dae948
DE
93972010-06-27 Doug Evans <dje@google.com>
9398
9399 * gdb.cp/m-static.exp: Update expected test output.
9400
0f3bb72e
PH
94012010-06-25 Paul Hilfinger <hilfinger@adacore.com>
9402
889bf7c5
PA
9403 * gdb.gdb/selftest.exp: Adjust expected message for
9404 capturing start-up runtime.
0f3bb72e 9405
bc9f0842
TT
94062010-06-25 Tom Tromey <tromey@redhat.com>
9407
9408 PR python/10808:
9409 * gdb.python/python.exp: Add new tests.
9410
099ef718
SW
94112010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
9412
9413 * gdb.cp/operator.cc: Created an import loop.
9414 * gdb.cp/operator.exp: Added testcase for import loop.
9415
5868a632
JK
94162010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9417
9418 Test PR python/11407.
9419 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
9420 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
9421 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
9422 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
9423 executable_nofb and executable_fb. New variables srcsfile, objsfile,
9424 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
9425 binfile. Call gdb_compile with clean_restart twice.
9426 (func_nofb print, func_nofb backtrace, func_loopfb print)
9427 (func_loopfb backtrace): New.
9428
af76db58
JK
94292010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9430
9431 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
9432 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
9433 by a hand made one.
9434 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
9435 i?86 requirement. Remove variables srcfile and binfile. New variable
9436 sources, executable_nofb and executable_fb. Call prepare_for_testing.
9437
f2c7657e
UW
94382010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9439
9440 * gdb.cell/dwarfaddr.exp: New file.
9441 * gdb.cell/dwarfaddr.S: New file.
9442
628fe4e4
JK
94432010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9444
9445 Test PR 9436.
9446 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
9447
f1421989
HZ
94482010-06-24 Hui Zhu <teawater@gmail.com>
9449
9450 * gdb.base/eval.exp: New file.
9451
d03285ec
UW
94522010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9453
9454 * gdb.cell/fork.exp: New file.
9455 * gdb.cell/fork.c: Likewise.
9456 * gdb.cell/fork-spu.c: Likewise.
9457
41b2c92d
PM
94582010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
9459
9460 * lib/gdb.exp (banned_variables_traced): New global variable.
9461 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
9462 (gdb_init): Use `trace add variable' instead of obsolete
9463 `trace variable'.
9464
d5bc977f
DE
94652010-06-21 Doug Evans <dje@google.com>
9466
9467 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
9468
d2ed6730
UW
94692010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9470
9471 * gdb.arch/spu-ls.exp: New file.
9472 * gdb.arch/spu-ls.c: Likewise.
9473
6aed2dbc
SS
94742010-06-18 Stan Shebs <stan@codesourcery.com>
9475
9476 * gdb.threads/thread-specific.exp: Add tests of $_thread.
9477
e0756905
UW
94782010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9479
9480 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
9481 * gdb.base/watch-cond.exp: Likewise.
9482 * gdb.python/py-breakpoint.exp: Likewise.
9483
d8053d4d
PA
94842010-06-18 Pedro Alves <pedro@codesourcery.com>
9485
9486 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
9487 clean_restart, make sure every test has a distinct message, and
9488 that messages don't include the executable' full path.
9489
81ce510c
DE
94902010-06-17 Doug Evans <dje@google.com>
9491
9492 * gdb.arch/i386-size.exp: Updated expected output for
9493 DISASSEMBLY_OMIT_FNAME.
9494
65d79d4b
SDJ
94952010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9496 Sergio Durigan Junior <sergiodj@redhat.com>
9497
9498 * gdb.base/watch-notconst.c: New file.
9499 * gdb.base/watch-notconst.S: New file.
9500 * gdb.base/watch-notconst2.c: New file.
9501 * gdb.base/watch-notconst2.S: New file.
9502 * gdb.base/watch-notconst.exp: New file.
9503 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
9504 (func4): Add operations on `global_ptr_ptr'.
9505 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
9506 routine to test watchpoints created with a constant expression.
9507 (test_inaccessible_watchpoint): Include tests for watchpoints
9508 created with a constant expression.
9509
df0f4836
KB
95102010-06-14 Kevin Buettner <kevinb@redhat.com>
9511
9512 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
9513 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
9514 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
9515 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
9516 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
9517 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
9518 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
9519 of `_start'.
9520
b769def5
UW
95212010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9522
9523 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
9524 not supported on the target.
9525 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9526 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9527 * gdb.mi/mi-nsintrall.exp: Likewise.
9528 * gdb.mi/mi-nsmoribund.exp: Likewise.
9529 * gdb.mi/mi-nsthrexec.exp: Likewise.
9530
d914c394
SS
95312010-06-11 Stan Shebs <stan@codesourcery.com>
9532
9533 * gdb.base/permissions.exp: New file.
9534
95352010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
9536
9537 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
9538 does not support ELF executable class.
9539
f3ce5b9c
UW
95402010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9541
9542 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
9543
8e46892c
JK
95442010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9545
9546 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
9547 (runto): Catch "The target does not support running in non-stop mode.".
9548
6cc55c64
MS
95492010-06-11 Michael Snyder <msnyder@vmware.com>
9550
9551 * gdb.base/setshow.exp (set language asm): Don't use
9552 gdb_test_no_output, fails on some targets.
9553
caddefa4
UW
95542010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9555
9556 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
9557 * gdb.cp/pr9167.exp: Likewise.
9558
468b1aa7
UW
95592010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9560
9561 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
9562
5c3552dc
UW
95632010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9564
9565 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
9566
02e6fe6a
UW
95672010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9568
9569 * gdb.base/charset.c (main): Make sure malloc gets linked in.
9570
0e03807e
TT
95712010-06-11 Tom Tromey <tromey@redhat.com>
9572
9573 PR gdb/9977, PR exp/11636::
9574 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
9575 (pieces_test_f6): Update expected output.
9576
2bdf28a0
JK
95772010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9578
9579 * gdb.base/moribund-step.exp: New.
9580
f6978de9
MS
95812010-06-08 Michael Snyder <msnyder@vmware.com>
9582
9583 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 9584 * gdb.ada/boolean_expr.exp:
f6978de9
MS
9585 * gdb.ada/frame_args.exp: Ditto.
9586 * gdb.ada/lang_switch.exp: Ditto.
9587 * gdb.ada/ptype_arith_binop.exp: Ditto.
9588 * gdb.ada/ref_param.exp: Ditto.
9589 * gdb.ada/type_coercion.exp:Ditto.
9590
9591 * gdb.asm/asm-source.exp: Ditto.
9592
9593 * gdb.base/attach.exp: Ditto.
9594 * gdb.base/bitfields2.exp: Ditto.
9595 * gdb.base/call-signal-resume.exp: Ditto.
9596 * gdb.base/callfuncs.exp: Ditto.
9597 * gdb.base/commands.exp: Ditto.
9598 * gdb.base/dbx.exp: Ditto.
9599 * gdb.base/default.exp: Ditto.
9600 * gdb.base/dump.exp: Ditto.
9601 * gdb.base/exprs.exp: Ditto.
9602 * gdb.base/freebpcmd.exp: Ditto.
9603 * gdb.base/interrupt.exp: Ditto.
9604 * gdb.base/list.exp: Ditto.
9605 * gdb.base/long_long.exp: Ditto.
9606 * gdb.base/maint.exp: Ditto.
9607 * gdb.base/ptype.exp: Ditto.
9608 * gdb.base/return.exp: Ditto.
9609 * gdb.base/setshow.exp: Ditto.
9610 * gdb.base/sigbpt.exp: Ditto.
9611 * gdb.base/sigrepeat.exp: Ditto.
9612
9613 * gdb.cp/classes.exp: Ditto.
9614
9615 * gdb.dwarf2/dw2-restore.exp: Ditto.
9616
9617 * gdb.gdb/selftest.exp: Ditto.
9618
9619 * gdb.multi/base.exp: Ditto.
9620 * gdb.multi/bkpt-multi-exec.exp: Ditto.
9621
9622 * gdb.python/py-block.exp: Ditto.
9623 * gdb.python/py-prettyprint.exp: Ditto.
9624 * gdb.python/py-template.exp: Ditto.
9625
9626 * gdb.server/ext-attach.exp: Ditto.
9627 * gdb.server/ext-run.exp: Ditto.
9628 * gdb.server/server-mon.exp: Ditto.
9629
9630 * gdb.threads/fork-thread-pending.exp: Ditto.
9631 * gdb.threads/hand-call-in-threads.exp: Ditto.
9632 * gdb.threads/interrupted-hand-call.exp: Ditto.
9633 * gdb.threads/linux-dp.exp: Ditto.
9634 * gdb.threads/manythreads.exp: Ditto.
9635 * gdb.threads/print-threads.exp: Ditto.
9636 * gdb.threads/pthreads.exp: Ditto.
9637 * gdb.threads/schedlock.exp: Ditto.
9638 * gdb.threads/thread-unwindonsignal.exp: Ditto.
9639 * gdb.threads/threadapply.exp: Ditto.
9640
de7ff789
MS
96412010-06-08 Michael Snyder <msnyder@vmware.com>
9642
889bf7c5 9643 * gdb.ada/exec_changed.exp:
de7ff789
MS
9644 Use ".*" instead of "" as wildcard regexp.
9645
9646 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
9647 * gdb.base/call-ar-st.exp: Ditto.
9648 * gdb.base/checkpoint.exp: Ditto.
9649 * gdb.base/default.exp: Ditto.
9650 * gdb.base/dump.exp: Ditto.
9651 * gdb.base/ending-run.exp: Ditto.
9652 * gdb.base/fileio.exp: Ditto.
9653 * gdb.base/miscexprs.exp: Ditto.
9654 * gdb.base/pointers.exp: Ditto.
9655 * gdb.base/readline.exp: Ditto.
9656 * gdb.base/reread.exp: Ditto.
9657 * gdb.base/restore.exp: Ditto.
9658 * gdb.base/shlib-call.exp: Ditto.
9659 * gdb.base/valgrind-db-attach.exp: Ditto.
9660 * gdb.base/volatile.exp: Ditto.
9661 * gdb.base/watchpoints.exp: Ditto.
9662
9663 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
9664
9665 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
9666 * gdb.python/py-value.exp: Ditto.
9667
9668 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
9669 * gdb.trace/circ.exp: Ditto.
9670 * gdb.trace/collection.exp: Ditto.
9671 * gdb.trace/packetlen.exp: Ditto.
9672 * gdb.trace/passc-dyn.exp: Ditto.
9673 * gdb.trace/report.exp: Ditto.
9674 * gdb.trace/tfile.exp: Ditto.
9675 * gdb.trace/tfind.exp: Ditto.
9676 * gdb.trace/while-dyn.exp: Ditto.
9677
3bebe2f2
JK
96782010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9679
9680 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
9681
5c631832
JK
96822010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9683
9684 Test PR 10640.
9685 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
9686
4c3376c8
SW
96872010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
9688
9689 * gdb.cp/koenig.exp: Test for ADL operators.
9690 * gdb.cp/koenig.cc: Added ADL operators.
9691 * gdb.cp/operator.exp: New test.
9692 * gdb.cp/operator.cc: New test.
9693
dc226d5a
MS
96942010-06-04 Michael Snyder <msnyder@vmware.com>
9695
dfb88a23
MS
9696 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
9697 * gdb.base/pending.exp: Ditto.
f7ae76b3 9698
dc226d5a
MS
9699 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
9700
967cf477
DE
97012010-06-04 Doug Evans <dje@google.com>
9702
9703 * gdb.python/py-prettyprint.exp: Add new test for enabled and
9704 disabled printers.
9705 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
9706 (enable_lookup_function): New function.
9707
eb801841
TT
97082010-06-04 Tom Tromey <tromey@redhat.com>
9709
9710 * gdb.python/py-value.exp (test_value_hash): Don't test equality
9711 of hash and id.
9712
38979823
JK
97132010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9714
9715 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
9716 newline.
9717 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
9718 (empty verbose non-noisy clear, empty verbose noisy clear)
9719 (empty non-verbose noisy clear): Likewise.
9720
35ec993f
MS
97212010-06-03 Michael Snyder <msnyder@vmware.com>
9722
9723 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
9724 * gdb.base/display.exp: Ditto.
9725 * gdb.base/find.exp: Ditto.
9726 * gdb.base/ifelse.exp: Ditto.
9727 * gdb.base/multi-forks.exp: Ditto.
9728 * gdb.base/recurse.exp: Ditto.
9729 * gdb.base/setshow.exp: Ditto.
9730 * gdb.base/value-double-free.exp: Ditto.
9731 * gdb.base/watch-vfork.exp: Ditto.
9732 * gdb.base/watch_thread_num.exp: Ditto.
9733 * gdb.base/watchpoint-solib.exp: Ditto.
9734 * gdb.base/watchpoint.exp: Ditto.
9735 * gdb.base/watchpoints.exp: Ditto.
9736
9737 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
9738 * gdb.cp/overload.exp: Ditto.
9739 * gdb.cp/virtfunc.exp: Ditto.
9740
9741 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
9742
889bf7c5 9743 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
9744 Replace gdb_test with gdb_test_no_output.
9745
889bf7c5 9746 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
9747 Replace gdb_test with gdb_test_no_output.
9748 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
9749 * gdb.threads/watchthreads.exp: Ditto.
9750 * gdb.threads/watchthreads2.exp: Ditto.
9751
9752 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
9753 * gdb.trace/tfind.exp: Ditto.
9754
c22decce
JB
97552010-06-03 Joel Brobecker <brobecker@adacore.com>
9756
9757 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
9758 successful test if message is the empty string.
9759
fd5700c7
JK
97602010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 * gdb.fortran/module.exp (stopped language detection): New test.
9763
f55ee35c
JK
97642010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9765
9766 Support DW_TAG_module as separate namespaces.
9767 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
9768 gdb.fortran/library-module-lib.f90: New.
9769 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
9770 (print i): Remove.
9771 (continue to breakpoint: i-is-1, print var_i value 1)
9772 (continue to breakpoint: i-is-2, print var_i value 2)
9773 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
9774 (print var_d, print var_i value 14, ptype modmany, complete `modm)
9775 (complete `modmany, complete `modmany`, complete `modmany`var)
9776 (show language, setting breakpoint at module): New tests.
9777 * gdb.fortran/module.f90 (module mod): Remove.
9778 (module mod1, module mod2, module modmany, subroutine sub1)
9779 (subroutine sub2, program module): New.
9780
b8e8282f
JK
97812010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9782
9783 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
9784 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
9785 * gdb.cp/anon-union.exp (pass): Rename to ...
9786 (print z 2): ... here.
b8e8282f 9787
019ebafc
MS
97882010-06-02 Michael Snyder <msnyder@vmware.com>
9789
e68d8fd4
MS
9790 * gdb.trace/actions.exp: Use gdb_test_no_output.
9791 * gdb.trace/circ.exp: Ditto.
9792 * gdb.trace/packetlen.exp: Ditto.
9793 * gdb.trace/save-trace.exp: Ditto.
9794 * gdb.trace/tracecmd.exp: Ditto.
9795 * gdb.trace/tsv.exp: Ditto.
9796
12b5d08a
MS
9797 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
9798 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
9799 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
9800 * gdb.threads/manythreads.exp: Ditto.
9801 * gdb.threads/print-threads.exp: Ditto.
9802 * gdb.threads/pthreads.exp: Ditto.
9803 * gdb.threads/schedlock.exp: Ditto.
9804 * gdb.threads/staticthreads.exp: Ditto.
9805 * gdb.threads/thread-specific.exp: Ditto.
9806 * gdb.threads/thread-unwindonsignal.exp: Ditto.
9807 * gdb.threads/threadapply.exp: Ditto.
9808 * gdb.threads/watchthreads.exp: Ditto.
9809 * gdb.threads/watchthreads2.exp: Ditto.
9810
89493308
MS
9811 * gdb.python/py-block.exp: Use gdb_test_no_output.
9812 * gdb.python/py-prettyprint.exp: Ditto.
9813 * gdb.python/py-template.exp: Ditto.
9814 * gdb.python/py-value.exp: Ditto.
9815
9816 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
9817 * gdb.reverse/watch-reverse.exp: Ditto.
9818
9819 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
9820 * gdb.server/ext-run.exp: Ditto.
9821
019ebafc
MS
9822 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
9823 * gdb.dwarf2/dw2-compressed.exp: Ditto.
9824 * gdb.dwarf2/dw2-intercu.exp: Ditto.
9825 * gdb.dwarf2/dw2-intermix.exp: Ditto.
9826 * gdb.dwarf2/dw2-producer.exp: Ditto.
9827 * gdb.dwarf2/mac-fileno.exp: Ditto.
9828
9829 * gdb.gdb/observer.exp: Use gdb_test_no_output.
9830 * gdb.gdb/selftest.exp: Ditto.
9831
9832 * gdb.multi/base.exp: Use gdb_test_no_output.
9833
9834 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
9835
3e0ca3a5
JK
98362010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9837
9838 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
9839
9db70545
MS
98402010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
9841
a8d52276
MS
9842 * gdb.cp/class2.exp: Use gdb_test_no_output.
9843 * gdb.cp/classes.exp: Ditto.
9844 * gdb.cp/extern-c.exp: Ditto.
9845 * gdb.cp/inherit.exp: Ditto.
9846 * gdb.cp/maint.exp: Ditto.
9847 * gdb.cp/mb-inline.exp: Ditto.
9848 * gdb.cp/mb-templates.exp: Ditto.
9849 * gdb.cp/method2.exp: Ditto.
9850 * gdb.cp/misc.exp: Ditto.
9851 * gdb.cp/ovldbreak.exp: Ditto.
9852 * gdb.cp/punctuator.exp: Ditto.
9853 * gdb.cp/templates.exp: Ditto.
9854 * gdb.cp/virtbase.exp: Ditto.
9855
889bf7c5 9856 * gdb.threads/attach-stopped.exp:
9db70545 9857 Replace uses of send_gdb / gdb_expect.
889bf7c5 9858 * gdb.threads/attachstop-mt.exp:
9db70545 9859 Replace uses of send_gdb / gdb_expect.
889bf7c5 9860 * gdb.threads/gcore-thread.exp:
9db70545 9861 Replace uses of send_gdb / gdb_expect.
889bf7c5 9862 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
9863 Replace uses of send_gdb / gdb_expect.
9864 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 9865 * gdb.threads/print-threads.exp:
9db70545
MS
9866 Replace uses of send_gdb / gdb_expect.
9867 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
9868 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
9869 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
9870
9871 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
9872 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
9873 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
9874 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
9875 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
9876 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
9877 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
9878 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
9879 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
9880 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
9881 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
9882
359cc68c
JK
98832010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9884
9885 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
9886
7d3fe98e
SW
98872010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
9888
9889 * gdb.cp/koenig.exp: Added new test case.
9890 * gdb.cp/koenig.cc: Ditto.
9891
27d3a1a2
MS
98922010-06-01 Michael Snyder <msnyder@vmware.com>
9893
9894 * gdb.base/arithmet.exp: Use gdb_test_no_output.
9895 * gdb.base/arrayidx.exp: Ditto.
9896 * gdb.base/attach.exp: Ditto.
9897 * gdb.base/auxv.exp: Ditto.
9898 * gdb.base/bigcre.exp: Ditto.
9899 * gdb.base/break-always.exp: Ditto.
9900 * gdb.base/break-interp.exp: Ditto.
9901 * gdb.base/break.exp: Ditto.
9902 * gdb.base/breakpoint-shadow.exp: Ditto.
9903 * gdb.base/call-ar-st.exp: Ditto.
9904 * gdb.base/call-sc.exp: Ditto.
9905 * gdb.base/call-signal-resume.exp: Ditto.
9906 * gdb.base/callfuncs.exp: Ditto.
9907 * gdb.base/catch-syscall.exp: Ditto.
9908 * gdb.base/charset.exp: Ditto.
9909 * gdb.base/code-expr.exp: Ditto.
9910 * gdb.base/commands.exp: Ditto.
9911 * gdb.base/cond-expr.exp: Ditto.
9912 * gdb.base/condbreak.exp: Ditto.
9913 * gdb.base/cursal.exp: Ditto.
9914 * gdb.base/cvexpr.exp: Ditto.
9915 * gdb.base/default.exp: Ditto.
9916 * gdb.base/del.exp: Ditto.
9917 * gdb.base/detach.exp: Ditto.
9918 * gdb.base/display.exp: Ditto.
9919 * gdb.base/ena-dis-br.exp: Ditto.
9920 * gdb.base/eval-skip.exp: Ditto.
9921 * gdb.base/foll-fork.exp: Ditto.
9922 * gdb.base/foll-vfork.exp: Ditto.
9923 * gdb.base/frame-args.exp: Ditto.
9924 * gdb.base/funcargs.exp: Ditto.
9925 * gdb.base/gcore-buffer-overflow.exp: Ditto.
9926 * gdb.base/gdbvars.exp: Ditto.
9927 * gdb.base/help.exp: Ditto.
9928 * gdb.base/ifelse.exp: Ditto.
9929 * gdb.base/included.exp: Ditto.
9930 * gdb.base/list.exp: Ditto.
9931 * gdb.base/macscp.exp: Ditto.
9932 * gdb.base/maint.exp: Ditto.
9933 * gdb.base/multi-fork.exp: Ditto.
9934 * gdb.base/overlays.exp: Ditto.
9935 * gdb.base/page.exp: Ditto.
9936 * gdb.base/pending.exp: Ditto.
9937 * gdb.base/pointers.exp: Ditto.
9938 * gdb.base/pr11022.exp: Ditto.
9939 * gdb.base/prelink.exp: Ditto.
9940 * gdb.base/printcmds.exp: Ditto.
9941 * gdb.base/psymtab.exp: Ditto.
9942 * gdb.base/randomize.exp: Ditto.
9943 * gdb.base/relational.exp: Ditto.
9944 * gdb.base/relocate.exp: Ditto.
9945 * gdb.base/remote.exp: Ditto.
9946 * gdb.base/sepdebug.exp: Ditto.
9947 * gdb.base/set-lang-auto.exp: Ditto.
9948 * gdb.base/setshow.exp: Ditto.
9949 * gdb.base/setvar.exp: Ditto.
9950 * gdb.base/signals.exp: Ditto.
9951 * gdb.base/signull.exp: Ditto.
9952 * gdb.base/sigstep.exp: Ditto.
9953 * gdb.base/sizeof.exp: Ditto.
9954 * gdb.base/solib-disc.exp: Ditto.
9955 * gdb.base/store.exp: Ditto.
9956 * gdb.base/structs.exp: Ditto.
9957 * gdb.base/structs2.exp: Ditto.
9958 * gdb.base/subst.exp: Ditto.
9959 * gdb.base/term.exp: Ditto.
9960 * gdb.base/trace-commands.exp: Ditto.
9961 * gdb.base/unwindonsignal.exp: Ditto.
9962 * gdb.base/valgrind-db-attach.exp: Ditto.
9963 * gdb.base/varargs.exp: Ditto.
9964 * gdb.base/watch-cond.exp: Ditto.
9965 * gdb.base/watch_thread_num.exp: Ditto.
9966 * gdb.base/watchpoint-cond-gone.exp: Ditto.
9967 * gdb.base/watchpoint.exp: Ditto.
9968 * gdb.base/whatis-exp.exp: Ditto.
9969
f8d3bf8f
MS
99702010-06-01 Michael Snyder <msnyder@vmware.com>
9971
9972 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
9973 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
9974 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
9975 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
9976 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
9977 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
9978 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
9979 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
9980 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
9981 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
9982 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
9983 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
9984 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
9985 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
9986 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
9987
3f9e0d32
JK
99882010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9989
9990 * gdb.base/commands.exp (begin commands on watch): Remove excessive
9991 trailing newline.
9992 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
9993 * gdb.java/jmisc.exp (p *args\n): Rename to ...
9994 (p *args): ... here and remove excessive trailing newline.
9995
f629457d
JB
99962010-05-31 Joel Brobecker <brobecker@adacore.com>
9997
9998 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
9999
09eef106
JK
100002010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
10001
10002 Accept the new Linux kernel "t (tracing stop)" string.
10003 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
10004 Update comment.
10005 (state_wait) <T (tracing stop)>: New.
10006 (main): Update the state_wait expect string.
10007
94f31136
PA
100082010-05-28 Pedro Alves <pedro@codesourcery.com>
10009
10010 * limits.c, limits.exp: Delete files.
10011 * Makefile.in (clean mostlyclean): Adjust.
10012 * tracecmd.exp: Adjust.
10013
096554ab
JK
100142010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10015
10016 * gdb.base/tui-layout.exp: New.
10017
27d3a1a2 100182010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 10019
889bf7c5 10020 * gdb.reverse/break-precsave.exp:
bcd2dc50 10021 Replace uses of send_gdb / gdb_expect.
889bf7c5 10022 * gdb.reverse/break-reverse.exp:
bcd2dc50 10023 Replace uses of send_gdb / gdb_expect.
889bf7c5 10024 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 10025 Replace uses of send_gdb / gdb_expect.
889bf7c5 10026 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 10027 Replace uses of send_gdb / gdb_expect.
889bf7c5 10028 * gdb.reverse/finish-precsave.exp:
bcd2dc50 10029 Replace uses of send_gdb / gdb_expect.
889bf7c5 10030 * gdb.reverse/finish-reverse.exp:
bcd2dc50 10031 Replace uses of send_gdb / gdb_expect.
889bf7c5 10032 * gdb.reverse/i386-precsave.exp:
bcd2dc50 10033 Replace uses of send_gdb / gdb_expect.
889bf7c5 10034 * gdb.reverse/i386-reverse.exp:
bcd2dc50 10035 Replace uses of send_gdb / gdb_expect.
889bf7c5 10036 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 10037 Replace uses of send_gdb / gdb_expect.
889bf7c5 10038 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 10039 Replace uses of send_gdb / gdb_expect.
889bf7c5 10040 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 10041 Replace uses of send_gdb / gdb_expect.
889bf7c5 10042 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 10043 Replace uses of send_gdb / gdb_expect.
889bf7c5 10044 * gdb.reverse/machinestate.exp:
bcd2dc50 10045 Replace uses of send_gdb / gdb_expect.
889bf7c5 10046 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 10047 Replace uses of send_gdb / gdb_expect.
889bf7c5 10048 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 10049 Replace uses of send_gdb / gdb_expect.
889bf7c5 10050 * gdb.reverse/solib-precsave.exp:
bcd2dc50 10051 Replace uses of send_gdb / gdb_expect.
889bf7c5 10052 * gdb.reverse/solib-reverse.exp:
bcd2dc50 10053 Replace uses of send_gdb / gdb_expect.
889bf7c5 10054 * gdb.reverse/step-precsave.exp:
bcd2dc50 10055 Replace uses of send_gdb / gdb_expect.
889bf7c5 10056 * gdb.reverse/step-reverse.exp:
bcd2dc50 10057 Replace uses of send_gdb / gdb_expect.
889bf7c5 10058 * gdb.reverse/until-precsave.exp:
bcd2dc50 10059 Replace uses of send_gdb / gdb_expect.
889bf7c5 10060 * gdb.reverse/until-reverse.exp:
bcd2dc50 10061 Replace uses of send_gdb / gdb_expect.
889bf7c5 10062 * gdb.reverse/watch-precsave.exp:
bcd2dc50 10063 Replace uses of send_gdb / gdb_expect.
889bf7c5 10064 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
10065 Replace uses of send_gdb / gdb_expect.
10066
3def43e0
JK
100672010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10068
10069 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
10070 excessive newline.
10071
27d3a1a2 100722010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
10073
10074 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
10075 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
10076 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
10077 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
10078 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
10079 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
10080 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
10081 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
10082 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
10083 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
10084 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
10085 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
10086 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
10087 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
10088 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
10089 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
10090 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
10091 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
10092 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 10093
27d3a1a2 100942010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 10095
22454424
MS
10096 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
10097 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
10098
10099 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
10100 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
10101 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
10102
889bf7c5 10103 * gdb.reverse/consecutive-reverse.exp:
22454424 10104 Replace uses of send_gdb / gdb_expect.
889bf7c5 10105 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
10106 Replace uses of send_gdb / gdb_expect.
10107
10108 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
10109 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
10110 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 10111 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
10112 Replace uses of send_gdb / gdb_expect.
10113 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
10114 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
10115 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
10116 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
10117 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
10118 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
10119 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
10120 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
10121 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
10122
101232010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 10124
22454424 10125 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 10126
22454424 10127 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 10128
22454424
MS
10129 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
10130 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
10131 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
10132 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
10133 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
10134 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
10135 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
10136 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
10137 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 10138
6e5f2c59
TT
101392010-05-25 Tom Tromey <tromey@redhat.com>
10140
10141 * gdb.base/macscp.exp: Add missing space after setup_kfail.
10142
bbc8b958
TT
101432010-05-25 Tom Tromey <tromey@redhat.com>
10144
10145 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
10146 argument order.
10147 * gdb.base/macscp.exp: Fix setup_kfail argument order.
10148 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
10149 order.
10150 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
10151 order.
10152 * gdb.base/call-sc.exp (setup_kfails): Remove.
10153 (setup_compiler_kfails): Remove.
10154 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
10155 argument order.
10156 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
10157 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
10158 (advancei): Fix setup_kfail argument order.
10159 * gdb.base/radix.exp: Fix setup_kfail argument order.
10160 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
10161 order.
10162 * gdb.base/structs.exp (setup_kfails): Remove.
10163 (setup_compiler_kfails): Fix setup_kfail argument order.
10164 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
10165 order.
10166 * gdb.java/jmain.exp: Fix setup_kfail argument order.
10167 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
10168 setup_kfail argument order.
10169 * gdb.cp/overload.exp: Fix setup_kfail argument order.
10170
83d1babf
TT
101712010-05-25 Tom Tromey <tromey@redhat.com>
10172
10173 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
10174
6acb16a2
MS
101752010-05-25 Michael Snyder <msnyder@vmware.com>
10176
10177 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
10178 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
10179 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
10180 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
10181 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
10182 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
10183 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
10184 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
10185 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
10186 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
10187 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
10188 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
10189 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
10190 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
10191 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
10192 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
10193 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
10194 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
10195 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
10196 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
10197 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
10198 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
10199 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
10200 * gdb.base/default.exp: Replace send_gdb with gdb_test.
10201 * gdb.base/define.exp: Replace send_gdb with gdb_test.
10202 * gdb.base/display.exp: Replace send_gdb with gdb_test.
10203 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
10204 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
10205 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
10206 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
10207 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
10208 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
10209 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
10210 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
10211 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
10212 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
10213 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
10214 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
10215 * gdb.base/help.exp: Replace send_gdb with gdb_test.
10216 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
10217 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
10218 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
10219 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
10220 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
10221 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
10222 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
10223 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 10224 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
10225
102262010-05-25 Doug Evans <dje@google.com>
10227
10228 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
10229 gdb.string_to_argv.
ad3986f0 10230
d3b1e874
TT
102312010-05-21 Tom Tromey <tromey@redhat.com>
10232
10233 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
10234 Call it.
10235 * gdb.dwarf2/pieces.S: Update.
10236 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
10237
cb826367
TT
102382010-05-21 Tom Tromey <tromey@redhat.com>
10239
10240 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
10241 Call it.
10242 * gdb.dwarf2/pieces.c (struct C): New.
10243 (f6): New function.
10244 * gdb.dwarf2/pieces.S: Replace.
10245
74de6778
TT
102462010-05-21 Tom Tromey <tromey@redhat.com>
10247
10248 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
10249 Call it.
10250
afd74c5f
TT
102512010-05-21 Tom Tromey <tromey@redhat.com>
10252
10253 * gdb.dwarf2.pieces.exp: New file.
10254 * gdb.dwarf2.pieces.S: New file.
10255 * gdb.dwarf2.pieces.c: New file.
10256
a7b75dfd 102572010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 10258 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
10259
10260 * lib/gdb.exp (gdb_test_no_output): New function.
10261 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
10262 when testing commands that should produce no output.
10263
c81c812a
JB
102642010-05-17 Joel Brobecker <brobecker@adacore.com>
10265
10266 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
10267 parameter that we want to watch being a constant.
10268
0cce5bd9
JB
102692010-05-17 Joel Brobecker <brobecker@adacore.com>
10270
10271 * gdb.ada/cond_lang: New testcase.
10272
47050449
JB
102732010-05-17 Joel Brobecker <brobecker@adacore.com>
10274
10275 * lib/gdb.exp (banned_variables): New variable/constant.
10276 (gdb_init): Add write trace on variables listed in banned_variables.
10277 (gdb_finish): Remove write traces on variables listed in
10278 banned_variables.
10279
77c01586
JB
102802010-05-17 Joel Brobecker <brobecker@adacore.com>
10281
10282 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
10283 * gdb.cp/koenig.exp: Likewise.
10284
88d4aea7
PM
102852010-05-14 Phil Muldoon <pmuldoon@redhat.com>
10286
889bf7c5 10287 PR python/11482
88d4aea7
PM
10288
10289 * gdb.python/py-value.exp (test_value_hash): New function.
10290
f5a010c0
PM
102912010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
10292
10293 PR exp/11530.
10294 * gdb.base/gdb11530.c: New file.
10295 * gdb.base/gdb11530.exp: New file.
10296
8ef4892f
JK
102972010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10298
10299 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
10300 * gdb.dwarf2/dw2-modula2-self-type.S: New.
10301
7322dca9
SW
103022010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
10303
10304 * gdb.cp/koenig.exp: New test.
10305 * gdb.cp/koenig.cc: New test program.
10306
02e7ea18
JB
103072010-05-05 Joel Brobecker <brobecker@adacore.com>
10308
10309 Remove the use of prms_id and bug_id throughout the testsuite.
10310
e1c34c5d
PM
103112010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
10312
10313 PR exp/11349.
10314 * testsuite/gdb.cp/ref-types.exp: Add test to examine
10315 use a reference local variable.
10316
8e1d0c49
JK
103172010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10318
10319 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
10320 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
10321 variable different_dir. Move debugfile into a full directory pathname
10322 under DIFFERENT_DIR.
10323 * lib/gdb.exp (separate_debug_filename): Remove.
10324 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
10325 variable debug_dir and mkdir of it. Update function comments.
10326
e66408ed
PA
103272010-04-29 Pedro Alves <pedro@codesourcery.com>
10328
10329 PR gdb/11557
10330
10331 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
10332 files.
10333
d7b32ed3
PM
103342010-04-29 Phil Muldoon <pmuldoon@redhat.com>
10335
889bf7c5 10336 * gdb.python/py-param.exp: New File.
d7b32ed3 10337
6aecb9c2
JB
103382010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
10339
10340 * gdb.base/default.exp: Fix "set language" test.
10341
bdf92a1c
PM
103422010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
10343
10344 PR breakpoints/11531.
10345 * gdb.base/gdb11531.c: New file.
10346 * gdb.base/gdb11531.exp: New file.
10347
3f172e24
TT
103482010-04-26 Tom Tromey <tromey@redhat.com>
10349
10350 * gdb.base/completion.exp: Add tests for completion and deprecated
10351 commands.
10352
64af4c92
JK
103532010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10354
10355 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
10356 (print /x char_array): Escape curly brackets.
10357
492928e4
JK
103582010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10359
10360 Fix deadlock on looped list of loaded shared objects.
10361 * gdb.base/solib-corrupted.exp: New.
10362
66d09542
DE
103632010-04-23 Doug Evans <dje@google.com>
10364
10365 * gdb.python/py-section-script.c: New file.
10366 * gdb.python/py-section-script.exp: New file.
10367 * gdb.python/py-section-script.py: New file.
10368
8bd10a10
CM
103692010-04-20 Chris Moller <cmoller@redhat.com>
10370
10371 PR 10179
10372
10373 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
10374 * gdb.base/pr10179-a.c:
10375 * gdb.base/pr10179-b.c:
10376 * gdb.base/pr10179.exp: New files.
10377
c0201579
JK
103782010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10379
10380 Fix crashes on dangling display expressions.
10381 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
10382 is SEP.
10383 (lib_flags): Remove the "debug" keyword.
10384 (libsepdebug): New variable for iterating new loop.
10385 (save_pf_prefix): New variable wrapping the loop.
10386 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
10387 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
10388
793b0ff8
PM
103892010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10390
10391 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
10392
097f51f7
PM
103932010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10394
10395 PR stabs/11479.
10396 * gdb.stabs/gdb11479.exp: New file.
10397 * gdb.stabs/gdb11479.c: New file.
10398
9a22f0d0
PM
103992010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10400
10401 * gdb.base/charset.c (Strin16, String32): New variables.
10402 * gdb.base/charset.exp (gdb_test): Test correct display
10403 of 16 or 32 bit strings.
10404
104052010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
10406
10407 PR 9167
10408 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
10409 * gdb.cp/pr9167.cc: New file.
10410 * gdb.cp/pr9167.exp: New file.
10411
10412
6e354e5e
PM
104132010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
10414
10415 PR pascal/11492.
10416 * gdb.pascal/gdb11492.pas: New file.
10417 * gdb.pascal/gdb11492.exp: New file.
10418
be942545
JB
104192010-04-20 Joel Brobecker <brobecker@adacore.com>
10420
1667e6e3 10421 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 10422
0c3acc09
JB
104232010-04-20 Joel Brobecker <brobecker@adacore.com>
10424
10425 * gdb.ada/dyn_loc: New testcase.
10426
ec31cde5
CM
104272010-04-20 Chris Moller <cmoller@redhat.com>
10428
10429 PR 10867
889bf7c5 10430
ec31cde5
CM
10431 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
10432 * gdb.cp/pr10687.cc: New file.
10433 * gdb.cp/pr10687.exp: New file.
10434
10435
ce4b0682
SDJ
104362010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10437 Sergio Durigan Junior <sergiodj@redhat.com>
10438
10439 * gdb.fortran/logical.exp: New testcase.
10440 * gdb.fortran/logical.f90: New file.
10441
3436961f
DE
104422010-04-19 Doug Evans <dje@google.com>
10443
10444 * gdb.base/help.exp (help source): Update expected output.
10445
4d836c09
JK
104462010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10447
10448 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
10449 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
10450 gdb_exit and return.
10451 (executable): New variable.
10452 (binfile): Use it.
10453
6149aea9
PA
104542010-04-19 Pedro Alves <pedro@codesourcery.com>
10455
10456 PR breakpoints/8554.
10457
10458 * gdb.trace/save-trace.exp: Adjust.
10459
ed41462c
L
104602010-04-17 H.J. Lu <hongjiu.lu@intel.com>
10461
10462 PR corefiles/11511
10463 * gdb.arch/system-gcore.exp: New.
10464 * gdb.arch/gcore.c: Likewise.
10465
3f7b2faa
DE
104662010-04-15 Doug Evans <dje@google.com>
10467
fa33c3cd
DE
10468 * gdb.python/py-progspace.c: New file.
10469 * gdb.python/py-progspace.exp: New file.
10470
3f7b2faa
DE
10471 * gdb.base/source.exp: Add tests for "source -s".
10472
79f283fe
PM
104732010-04-14 Phil Muldoon <pmuldoon@redhat.com>
10474
10475 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
10476 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
10477 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
10478 * gdb.python/py-mi.exp: New test for to_string returning None.
10479
fc8eb08a
PM
104802010-04-12 Phil Muldoon <pmuldoon@redhat.com>
10481
10482 * gdb.python/py-breakpoint.c: Make result global.
10483
26e197f6
JK
104842010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10485
10486 Fix non-GNU make compatibility.
10487 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
10488
adc36818
PM
104892010-04-09 Phil Muldoon <pmuldoon@redhat.com>
10490
10491 * gdb.python/py-breakpoint.exp: New File.
10492 * gdb.python/py-breakpoint.C: Ditto.
10493
64e17368
SS
104942010-04-08 Stan Shebs <stan@codesourcery.com>
10495
10496 * gdb.trace/actions.exp: Clear default-collect.
10497 * gdb.trace/save-trace.exp: Clear default-collect.
10498
fff5cc64
PM
104992010-04-08 Phil Muldoon <pmuldoon@redhat.com>
10500
10501 * gdb.python/py-value: Add null string variable.
10502 (test_lazy_string): Test zero length, NULL address lazy
10503 strings.
10504
a055a187
L
105052010-04-07 H.J. Lu <hongjiu.lu@intel.com>
10506
10507 * gdb.arch/i386-avx.c: New.
10508 * gdb.arch/i386-avx.exp: Likewise.
10509
10510 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
10511
96e39866
DE
105122010-04-06 Doug Evans <dje@google.com>
10513
10514 * gdb.base/source-test.gdb: New file.
10515 * gdb.base/source.exp: Test source -v.
10516
5984a431
UW
105172010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10518
10519 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
10520
ec8a089a
PM
105212010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
10522
10523 * gdb.stabs/aout.sed: Convert all backslash to double backslash
10524 within one line, unless it is followed by a double quote.
10525 * gdb.stabs/hppa.sed: Idem.
10526 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
10527 * gdb.stabs/weird.exp: Check for correct parsing of
10528 char and string constants.
ec8a089a
PM
10529 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
10530 in .stabs to .stabx substitution.
10531
fce3c1f0
SS
105322010-04-05 Stan Shebs <stan@codesourcery.com>
10533
10534 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
10535 constant global.
10536 * gdb.trace/tfile.exp: Try to print them.
10537
d77f58be
SS
105382010-04-04 Stan Shebs <stan@codesourcery.com>
10539
10540 * gdb.base/completion.exp: Update for new "info watchpoints".
10541 * gdb.base/default.exp: Ditto.
10542 * gdb.base/help.exp: Ditto.
10543 * gdb.base/watchpoint.exp: Ditto.
10544 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 10545
af54718e
SS
105462010-04-04 Stan Shebs <stan@codesourcery.com>
10547
10548 * gdb.trace/tfile.exp: Sharpen tfind test.
10549
74d1f91e
JK
105502010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10551
10552 * gdb.base/break-entry.exp: New.
10553
eb8e76db 105542010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 10555 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
10556
10557 * gdb.reverse/i386-sse-reverse.exp: New file.
10558 * gdb.reverse/i386-sse-reverse.c: New file.
10559
bf65cad8
PA
105602010-04-02 Pedro Alves <pedro@codesourcery.com>
10561
10562 * gdb.trace/tfind.exp: Adjust expected disassembly output.
10563
fff87407
SS
105642010-04-01 Stan Shebs <stan@codesourcery.com>
10565
10566 * gdb.trace/actions.exp: Tweak expected output.
10567 * gdb.trace/while-stepping.exp: Tweak expected output.
10568
fe01d668
L
105692010-04-01 H.J. Lu <hongjiu.lu@intel.com>
10570
10571 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
10572
86b17b60
PA
105732010-04-01 Pedro Alves <pedro@codesourcery.com>
10574
10575 * gdb.base/commands.exp: Adjust.
10576 * gdb.cp/extern-c.exp: Adjust.
10577
2c58c0a9
PA
105782010-04-01 Pedro Alves <pedro@codesourcery.com>
10579
10580 * gdb.trace/collection.c (local_test_func): Define a local struct,
10581 and instanciate it.
10582
0db9b91c
PA
105832010-04-01 Pedro Alves <pedro@codesourcery.com>
10584
10585 * gdb.trace/collection.exp (gdb_collect_args_test)
10586 (gdb_collect_argarray_test): XFAIL the tests that assume the
10587 argarray argument's elements are collected.
10588
8072405b
JK
105892010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
10590
10591 * gdb.dwarf2/dw2-bad-parameter-type.exp,
10592 gdb.dwarf2/dw2-bad-parameter-type.S: New.
10593
8bf6485c
SS
105942010-03-31 Stan Shebs <stan@codesourcery.com>
10595
10596 * gdb.trace/save-trace.exp: Test save/restore of default-collect
10597 and tracepoint conditionals.
10598 (gdb_verify_tracepoints): Delete unused return.
10599
fd7f724a
KS
106002010-03-26 Keith Seitz <keiths@redhat.com>
10601
10602 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
10603 appear in the output before main.
10604 Remove KFAIL for gdb/2215 aka bz 9320.
10605
8d9e7719
DE
106062010-03-30 Doug Evans <dje@google.com>
10607
0906dd0b
DE
10608 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
10609 by dejagnu.
10610 * gdb.arch/amd64-dword.exp: Ditto.
10611
8d9e7719
DE
10612 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
10613 match.
10614 (break printf): Ditto.
10615
1da644f0
SW
106162010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
10617
10618 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
10619 gcc < 4.4.
10620 * gdb.cp/shadow.exp: Ditto.
10621
a8121990
PA
106222010-03-29 Pedro Alves <pedro@codesourcery.com>
10623
10624 * gdb.trace/collection.exp (run_trace_experiment): Make sure
10625 "tstart" is silent.
10626
6e79d367
PA
106272010-03-29 Pedro Alves <pedro@codesourcery.com>
10628
10629 * gdb.trace/collection.exp (executable): New.
10630 (binfile): Use it.
10631 (fpreg, spreg, pcreg): New.
10632 (test_register): Use gdb_test_multiple. Pass /x to print.
10633 (prepare_for_trace_test): New.
10634 (run_trace_experiment): Use "continue", not gdb_run_cmd.
10635 (gdb_collect_args_test, gdb_collect_argstruct_test)
10636 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
10637 prepare_for_trace_test.
10638 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
10639 fpreg, spreg and pcreg.
10640 (gdb_collect_expression_test, gdb_collect_globals_test): Use
10641 prepare_for_trace_test.
10642 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
10643 try to detect tracing support here. Don't set breakpoints at
10644 `begin' or `end' here.
10645 <global scope>: Use clean_restart. Run to main before checking
10646 for tracing support. Check for for tracing support here.
10647
09248348
JK
106482010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10649
10650 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
10651 " as $displacement" to "seen displacement message".
10652
d350db38
PA
106532010-03-28 Pedro Alves <pedro@codesourcery.com>
10654
10655 * gdb.trace/while-dyn.exp (executable): New variable.
10656 (binfile): Use it.
10657 (test_while_stepping): New function. Move most tests here. Call
10658 it once for each of the while-stepping, stepping and ws aliases.
10659
907af001
UW
106602010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10661
10662 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
10663 that do not provide the tagless_struct type name at all.
10664 (test_print_anon_union): Do not check value of uninitialized
10665 union member. Do not use cp_test_ptype_class, so we can accept
10666 "long" as well as "long int".
10667
610197fd
PA
106682010-03-26 Pedro Alves <pedro@codesourcery.com>
10669
10670 * gdb.trace/tfile.c (tohex, bin2hex): New.
10671 (write_error_trace_file): Hexify error description.
10672
6c28cbf2
SS
106732010-03-25 Stan Shebs <stan@codesourcery.com>
10674
10675 * gdb.trace/tfile.c: Generate an additional trace file, improve
10676 portability.
10677 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
10678 files in a better way.
10679
e62b8c7e
KS
106802010-03-25 Keith Seitz <keiths@redhat.com>
10681
10682 * gdb.java/jprint.exp: XFAIL printing of static class members
10683 because of GCC debuginfo problem.
10684
82ccf5a5
JK
106852010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10686
10687 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
10688
293e2f9e
DJ
106892010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10690
10691 * gdb.base/completion.exp: Allow long instead of long int.
10692 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
10693 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
10694 variable p.
10695 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
10696 * gdb.base/pointers.exp: Allow long instead of long int.
10697 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
10698 * gdb.base/step-line.exp: Allow a directory before the source file name.
10699
95a42b64
TT
107002010-03-24 Tom Tromey <tromey@redhat.com>
10701
10702 PR breakpoints/9352:
10703 * gdb.base/default.exp: Update.
10704 * gdb.base/commands.exp: Update.
10705 * gdb.cp/extern-c.exp: Test setting commands on multiple
10706 breakpoints at once.
10707
2390201f
DJ
107082010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10709
10710 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
10711 if gdb,nosignals.
10712 * gdb.base/watchpoints.c: Do not include unnecessary headers.
10713 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
10714 exited".
10715
8c9a6790
SS
107162010-03-24 Stan Shebs <stan@codesourcery.com>
10717
10718 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
10719
a6c727b2
DJ
107202010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10721
10722 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
10723 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
10724 argument. Handle "short" and "long".
10725 (Top level): Pass overprototyped output for old_fptr and xptr.
10726
4dfd5423
PA
107272010-03-23 Pedro Alves <pedro@codesourcery.com>
10728
10729 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
10730 format strings and add casts to avoid compiler warnings.
10731
107322010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
10733
10734 * lib/trace-support.exp (gdb_trace_setactions):
10735 Don't expect whitespace after ">" prompt.
10736 * gdb.trace/actions.exp: Adjust for output changes.
10737 * gdb.trace/while-stepping.exp: Likewise.
10738
c847d045
JK
107392010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10740
10741 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
10742 and r157645).
10743
5f717f1d
JK
107442010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10745
10746 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
10747 New.
10748
7d6d51d5
DJ
107492010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
10750
10751 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
10752 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
10753
3b11a015
SS
107542010-03-19 Stan Shebs <stan@codesourcery.com>
10755
10756 * gdb.trace/ax.exp: New file.
10757
d7d158ed
DE
107582010-03-19 Doug Evans <dje@google.com>
10759
6bb85cd1
DE
10760 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
10761 output from gcc.
10762
d7d158ed
DE
10763 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
10764 named /usr/sbin/prelink<foo>.
10765
4daf5ac0
SS
107662010-03-18 Stan Shebs <stan@codesourcery.com>
10767
10768 * gdb.trace/circ.exp: Test circular-trace-buffer.
10769 * gdb.trace/tfile.exp: Update tstatus test.
10770
e8d05480
JB
107712010-03-18 Joel Brobecker <brobecker@adacore.com>
10772
10773 * gdb.dwarf2/dw2-anonymous-func.S: New file.
10774 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
10775
441b986a
UW
107762010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10777
10778 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
10779
4247603b
PA
107802010-03-18 Pedro Alves <pedro@codesourcery.com>
10781
10782 * gdb.base/default.exp: Adjust the expected output of the finish
10783 and until commands when the inferior is not being run.
10784
13387711
SW
107852010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
10786
10787 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
10788 * gdb.cp/nsusing.exp: Ditto.
10789
6e31430b
TT
107902010-03-15 Tom Tromey <tromey@redhat.com>
10791
10792 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
10793 * gdb.cp/userdef.cc (operator==): New function.
10794 (main): New locals mem1, mem2.
10795
e2d69cb5
JZ
107962010-03-15 Jie Zhang <jie@codesourcery.com>
10797
10798 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
10799 Declare and use new loadtimeout variable.
10800
f572f0a9
DJ
108012010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
10802
10803 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
10804 Use gdb_load later.
10805
51f4c0b0
PA
108062010-03-14 Pedro Alves <pedro@codesourcery.com>
10807
10808 * gdb.base/solib-disc.c (main): Make format of fprintf a string
10809 literal. Add missing endlines to prints to stderr.
10810
1c809c68
TT
108112010-03-12 Tom Tromey <tromey@redhat.com>
10812
10813 PR c++/9708:
10814 * gdb.cp/m-static.exp: Add regression test.
10815 * gdb.cp/m-static.cc (method): New method.
10816 (main): Call it.
10817
00ae8fef
SW
108182010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
10819
10820 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
10821 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
10822
759f0f0b
PA
108232010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
10824
21e24d21
PA
10825 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
10826
108272010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
10828
759f0f0b
PA
10829 * lib/gdb.exp (skip_stl_tests): New.
10830 (gdb_compile): Symbian needs -ldl.
10831 (shlib_target_file): New.
10832 (shlib_symbol_file): New.
10833 (gdb_load_shlibs): Use shlib_target_file.
10834 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
10835 * gdb.cp/exception.exp: Use skip_stl_tests.
10836 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
10837 * gdb.cp/try_catch.exp: Use skip_stl_tests.
10838 * gdb.cp/mb-templates.exp: Ditto.
10839 * gdb.base/commands.exp: Relax regexes.
10840 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
10841 shlib_target_file and shlib_symbol_file.
10842 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
10843 sections.
10844 * gdb.base/ending-run.exp: Accept E32Main for symbian.
10845 * gdb.base/solib-disc.exp: Use
10846 shlib_target_file and shlib_symbol_file.
10847 * gdb.base/unload.exp: Don't skip on symbian. Use
10848 shlib_target_file and shlib_symbol_file.
10849 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
10850
6a8f2671 108512010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 10852
6a8f2671
PA
10853 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
10854 * gdb.trace/report.exp: Adjust for x86 and x86_64.
10855 Issue a tfind end before looking for a tracepoint frame.
10856 * gdb.trace/tfind.exp: Adjust tstatus output.
10857 Adjust disassembly output.
10858 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
10859
ccf26247
JK
108602010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10861
10862 * gdb.base/break-interp.exp: Create new displacement parameter value
10863 for the test_ld calls.
10864 (reach): New parameter displacement, verify its content. New push of
10865 pf_prefix "reach-$func:". Import global expect_out.
10866 (test_core): New parameter displacement, verify its content. New push
10867 of pf_prefix "core:". New command "set verbose on". Import global
10868 expect_out.
10869 (test_attach): New parameter displacement, verify its content. New
10870 push of pf_prefix "attach:". New command "set verbose on". Import
10871 global expect_out.
10872 (test_ld): New parameter displacement, pass it to the reach, test_core
10873 and test_attach calls and verify its content in the "ld.so exit" test.
10874 * gdb.base/prelink.exp: Remove gdb_exit and final return.
10875 (prelink): Update expected text, use gdb_test.
10876
e469c7fb
DE
108772010-03-10 Doug Evans <dje@google.com>
10878
10879 * gdb.base/checkpoint.exp: Fix comment.
10880 Lengthen timeout while doing >600 checkpoints test.
10881 Rename duplicate "kill all one" test to keep test names unique.
10882
60e1c644
PA
108832010-03-10 Pedro Alves <pedro@codesourcery.com>
10884
10885 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
10886
cec808ec
KS
108872010-03-08 Keith Seitz <keiths@redhat.com>
10888
889bf7c5
PA
10889 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
10890 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
10891 (dm_type_long): New function.
10892 (dm_type_unsigned_short): New function.
10893 (dm_type_unsigned_long): New function.
10894 (myint): New typedef.
10895 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
10896 long, unsigned shor and long, operator char*, and typedef.
10897 (test_lookup_operator_functions): Add operator char* test.
10898 (test_paddr_operator_functions): Likewise.
10899 (test_paddr_overloaded_functions): Use probe values for
10900 short, long, and unsigned short and long.
10901 (test_paddr_hairy_functions): If the demangler probe detected
10902 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
10903 demangler.
10904 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
10905 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
10906 and "print null_pmf".
10907 Add test "ptype a.*pmf".
10908 * gdb.cp/overload.exp: Allow optional "int" to appear with
10909 "short" and "long".
10910 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
10911 long expect value for men_overload1arg.
10912 Allow "int" to appear with "short" and "long".
10913 When testing "info break", add argument for main (void).
10914 Also allow "int" to appear with "short" and "long".
10915 Ditto with "unsigned" and "long long".
cec808ec
KS
10916 * gdb.java/jmain.exp: Do not enclose methods names in single
10917 quotes.
10918 * gdb.java/jmisc.exp: Likewise.
10919 * gdb.java/jprint.exp: Likewise.
10920 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
10921
10922 From Jan Kratochvil <jan.kratochvil@redhat.com>:
10923 * gdb.cp/exception.exp (backtrace after first throw)
10924 (backtrace after second throw): Allow a namespace before __cxa_throw.
10925 (backtrace after first catch, backtrace after second catch): Allow
10926 a namespace before __cxa_begin_catch.
10927
10928 * gdb.cp/cpexprs.exp: New file.
10929 * gdb.cp/cpexprs.cc: New file.
10930
10931 From Daniel Jacobowitz <dan@codesourcery.com>
10932 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
10933 to use string_to_regexp.
10934 (ctor, dtor): New functions. Use them to match constructor
10935 and destructor function types.
10936 (Top level): Use runto_main.
10937
f870a310
TT
109382010-03-05 Tom Tromey <tromey@redhat.com>
10939
10940 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
10941 gdb.target_charset.
10942 (pp_ns.to_string): Likewise.
10943
0c199f28
KS
109442010-03-04 Keith Seitz <keiths@redhat.com>
10945
10946 * gdb.cp/overload.exp: Test that the filename portion of a linespec
10947 can be quoted. Test that both the filename and function/line
10948 portions can be quoted at the same time.
10949
c7437ca6
PA
109502010-03-04 Pedro Alves <pedro@codesourcery.com>
10951
10952 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
10953
b111b805
DE
109542010-03-03 Doug Evans <dje@google.com>
10955
24486cb7
DE
10956 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
10957 libc contains libpthread.
10958
b111b805
DE
10959 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
10960 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
10961 of gdb_compile. Add another pattern to match android backtrace.
10962
a0e0ef55
TT
109632010-03-03 Tom Tromey <tromey@redhat.com>
10964
10965 PR gdb/11345:
10966 * gdb.base/printcmds.exp (test_printf): Add test.
10967
1ba53b71
L
109682010-03-02 H.J. Lu <hongjiu.lu@intel.com>
10969
10970 * gdb.arch/amd64-byte.exp: New.
10971 * gdb.arch/amd64-dword.exp: Likewise.
10972 * gdb.arch/amd64-pseudo.c: Likewise.
10973 * gdb.arch/amd64-word.exp: Likewise.
10974 * gdb.arch/i386-byte.exp: Likewise.
10975 * gdb.arch/i386-pseudo.c: Likewise.
10976 * gdb.arch/i386-word.exp: Likewise.
10977
f5dff777
DJ
109782010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
10979
10980 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
10981 types. Add structreg, bitfields, and flags registers.
10982 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
10983 registers.
10984
90884b2b
L
109852010-03-01 H.J. Lu <hongjiu.lu@intel.com>
10986
10987 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
10988 (load_description): Set architecture if defined.
10989
dc00d89f
PM
109902010-02-28 Phil Muldoon <pmuldoon@redhat.com>
10991
10992 * gdb.python/py-frame.exp: Add read_var block tests.
10993 * gdb.python/py-frame.c (block): New function.
10994
0e095b7e
JK
109952010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10996 Daniel Jacobowitz <dan@codesourcery.com>
10997
10998 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
10999
624f1a65
DM
110002010-02-25 David S. Miller <davem@davemloft.net>
11001
11002 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
11003 fix logic for setting all_syscalls_numbers.
11004
f3e9a817
PM
110052010-02-24 Phil Muldoon <pmuldoon@redhat.com>
11006
11007 * Makefile.in: Add py-block and py-symbol.
11008 * gdb.python/py-symbol.exp: New File.
11009 * gdb.python/py-symtab.exp: New File.
11010 * gdb.python/py-block.exp: New File.
11011 * gdb.python/py-symbol.c: New File.
11012 * gdb.python/py-block.c: New File.
11013
f6bbabf0
PM
110142010-02-24 Phil Muldoon <pmuldoon@redhat.com>
11015
11016 PR python/11314
11017 * lib/gdb.exp (skip_python_tests): New function.
11018 * gdb.python/py-cmd.exp: Use skip_python_tests.
11019 * gdb.python/py-frame.exp: Likewise.
11020 * gdb.python/py-function.exp: Likewise.
11021 * gdb.python/py-prettyprint.exp: Likewise.
11022 * gdb.python/py-template.exp: Likewise.
11023 * gdb.python/py-type.exp: Likewise.
11024 * gdb.python/py-value.exp: Likewise.
11025
85d721b8
PA
110262010-02-22 Pedro Alves <pedro@codesourcery.com>
11027
11028 PR9605
11029
11030 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
11031
48e32051
TT
110322010-02-19 Tom Tromey <tromey@redhat.com>
11033
11034 PR c++/8693, PR c++/9496:
11035 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
11036 regression tests.
11037
ac9c0048
JK
110382010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11039
11040 Fix compatibility with m68k as.
11041 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
11042 Use only /* comments */.
11043
57bb97a4
UW
110442010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11045
11046 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
11047 * configure: Regenerate.
11048
7d1bf85c
DJ
110492010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
11050
11051 * gdb.python/py-type.exp: Check for Python support.
11052
061b5285
PA
110532010-02-17 Pedro Alves <pedro@codesourcery.com>
11054
11055 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
11056 `regsub' syntax available.
11057
f8a8bc2c
PA
110582010-02-17 Pedro Alves <pedro@codesourcery.com>
11059
11060 * gdb.base/shmain.c (main): Remove printf call.
11061 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
11062 * gdb.base/unload.c (main): Make format of fprintf a string
11063 literal. Add missing endlines to prints to stderr.
11064 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
11065
6f451e5e
TT
110662010-02-17 Tom Tromey <tromey@redhat.com>
11067
11068 * gdb.java/jprint.java (jprint.props): New field.
11069 * gdb.java/jprint.exp (set_lang_java): Add regression test.
11070
12d79008
PA
110712010-02-17 Pedro Alves <pedro@codesourcery.com>
11072
ef801a0e 11073 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
11074 available.
11075
d252f7e5
DJ
110762010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11077
11078 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
11079 creation to support remote host testing.
11080
67bdab6c
DJ
110812010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11082
11083 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
11084 Recognize "command not found".
11085
bb391223
DJ
110862010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11087
11088 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
11089 single-stepping.
11090
70362913
DJ
110912010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11092
11093 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
11094 if arguments are not supported.
11095
493f3c00
DJ
110962010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11097
11098 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
11099 be const or non-const.
11100
8034c749
DJ
111012010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11102
11103 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
11104 mi_send_resuming_command to send -exec-continue.
11105
791dfb64
DJ
111062010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11107
11108 * gdb.base/list.exp (test_list_filename_and_function): Add test
11109 with single quotes.
11110 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
11111 matching.
11112 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
11113 Add KFAIL'd tests for PR gdb/11289.
11114
7c5fe868
DJ
111152010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11116
11117 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
11118
fdc498b8
DJ
111192010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11120
11121 * gdb.base/comp-dir/subdir/dummy.txt: New file.
11122 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
11123 a temporary directory.
11124
b519e2a6
DJ
111252010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11126
11127 * gdb.base/charset.exp: Use a single regular expression to match
11128 show host-charset and show target-charset output.
11129
74164c56
JK
111302010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11131
11132 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
11133 "Illegal process-id" expect string more exact.
11134 (attach to digits-starting nonsense is prohibited): New.
11135
701ed6dc
JK
111362010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11137
11138 * gdb.base/prelink.exp (set verbose on): New.
11139
889bf7c5 111402010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
11141
11142 * mi-reverse.exp: New file. Test for reverse option to the
11143 following MI commands: exec-continue, exec-finish, exec-next,
11144 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 11145
dadf0e9c
JB
111462010-02-09 Joel Brobecker <brobecker@adacore.com>
11147
11148 * gdb.ada/ptype_tagged_param: New testcase.
11149
714f19d5
TT
111502010-02-08 Tom Tromey <tromey@redhat.com>
11151
11152 PR c++/8017:
11153 * gdb.cp/overload.exp: Add tests.
11154 * gdb.cp/overload.cc (struct K): New.
11155 (namespace N): New.
11156 (main): Call new functions.
11157 (K::staticoverload): Define.
11158
889bf7c5 111592010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
11160
11161 PR gdb/10728
11162 * gdb.cp/pr10728-x.h: New file.
11163 * gdb.cp/pr10728-x.cc: New file.
11164 * gdb.cp/pr10728-y.cc: New file.
11165 * gdb.cp/pr10728.exp: New file.
11166 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
11167
889bf7c5 111682010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
11169
11170 PR gdb/9067
11171 * gdb.cp/pr9067.exp: New
11172 * gdb.cp/pr9067.cc: New
11173 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
11174
7b356089
JB
111752010-02-08 Joel Brobecker <brobecker@adacore.com>
11176
11177 * lib/gdb.exp (gdb_test_timeout): New global variable.
11178 Set it to timeout if not already set.
11179 (gdb_init): Reset the value of timeout to gdb_test_timeout.
11180
1be00882
DE
111812010-02-05 Doug Evans <dje@google.com>
11182
11183 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
11184 user.
11185
82856980
SW
111862010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
11187
11188 PR c++/7935:
11189 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
11190
1a334831
TT
111912010-02-04 Tom Tromey <tromey@redhat.com>
11192
11193 * gdb.cp/virtbase.exp: Make test case names unique.
11194
9c3c02fd
TT
111952010-02-02 Tom Tromey <tromey@redhat.com>
11196
11197 * gdb.cp/virtbase.exp: Add regression tests.
11198 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
11199 (main): Instantiate RHC.
11200
0cc2414c
TT
112012010-02-02 Tom Tromey <tromey@redhat.com>
11202
11203 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
11204 type-printing change.
11205
edf3d5f3
TT
112062010-02-02 Tom Tromey <tromey@redhat.com>
11207
11208 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
11209 * gdb.cp/virtbase.cc: New file.
11210 * gdb.cp/virtbase.exp: New file.
11211 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
11212
e4b7f41c
JK
112132010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11214
11215 PR libc/11214:
11216 * gdb.threads/current-lwp-dead.c: Include features.h.
11217 (HAS_NOMMU): New.
11218 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
11219
b381ea14
JK
112202010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11221
11222 * gdb.base/symbol-without-target_section.exp,
11223 gdb.base/symbol-without-target_section.c: New.
11224
c593ac0e
DJ
112252010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11226
11227 * gdb.base/bigcore.exp: Reset increased timeout.
11228 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
11229
db25f29d
DJ
112302010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11231
11232 * gdb.base/gcore.exp (capture_command_output): Use
11233 gdb_test_multiple.
11234
f9d67f43
DJ
112352010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11236
11237 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
11238 * gdb.arch/thumb2-it.exp (test_it_break): New function.
11239 (Top level): Call it.
11240
177321bd
DJ
112412010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11242
11243 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
11244
97f2ed50
DJ
112452010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11246
11247 * gdb.base/call-strs.exp, gdb.base/default.exp,
11248 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
11249 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
11250 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
11251 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
11252 gdb.base/watchpoint-solib.exp: Save and restore timeout.
11253 * gdb.base/ending-run.exp: Correct restore of timeout.
11254 * gdb.base/page.exp: Remove unnecessary timeout setting.
11255
e4e2711a
JB
112562010-01-29 Joel Brobecker <brobecker@adacore.com>
11257
11258 * gdb.ada/rec_return: New testcase.
11259
ba581dc1
JB
112602010-01-29 Joel Brobecker <brobecker@adacore.com>
11261
11262 * gdb.ada/call_pn: New testcase.
11263
4ea95be9
DJ
112642010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
11265
11266 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
11267 (Top level): Use it to resume.
11268 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
11269 the Thumb mode displaced stepping error as unsupported.
11270
df83a9bf
SW
112712010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
11272
889bf7c5
PA
11273 * gdb.cp/nsusing.exp: Added more tests.
11274 * gdb.cp/nsrecurs.exp: Ditto.
11275 * gdb.cp/nsusing.cc: Added test functions.
11276 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 11277
40b27cdc
JK
112782010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11279
11280 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
11281 absolute directory pathnames in gdb.sum file.
11282
de958931
SW
112832010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
11284
11285 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
11286 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
11287
708ead4e
TT
112882010-01-26 Tom Tromey <tromey@redhat.com>
11289
11290 PR exp/7643:
11291 * gdb.base/printcmds.exp (test_print_string_constants): Remove
11292 setup_kfail.
11293
b14e635e
SW
112942010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
11295
11296 * gdb.cp/nsrecurs.exp: New test.
11297 * gdb.cp/nsrecurs.cc: New test program.
11298 * gdb.cp/nsstress.exp: New test.
11299 * gdb.cp/nsstress.cc: New test program.
11300 * gdb.cp/nsdecl.exp: New test.
11301 * gdb.cp/nsdecl.cc: New test program.
11302
8540c487
SW
113032010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
11304
11305 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
11306 imported into file scope.
11307 Marked test as xfail.
11308 * gdb.cp/namespace-using.cc (marker5): New function.
11309 * gdb.cp/shadow.exp: New test.
11310 * gdb.cp/shadow.cc: New test program.
11311 * gdb.cp/nsimport.exp: New test.
11312 * gdb.cp/nsimport.cc: New test program.
11313
421d5d99
TT
113142010-01-25 Tom Tromey <tromey@redhat.com>
11315
11316 PR gdb/11049:
11317 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
11318 with "set print null-stop on".
11319
691f8dc1
JK
113202010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11321
11322 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
11323 Adjust it for DISASSEMBLY_OMIT_FNAME.
11324
0b92b5bb
TT
113252010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11326
11327 PR symtab/11199:
11328 * gdb.dwarf2/member-ptr-forwardref.exp,
11329 gdb.dwarf2/member-ptr-forwardref.S: New.
11330
23787403
JK
113312010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11332
11333 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
11334 (thread1_func): Protect thread1_tid with thread1_tid_cond by
11335 thread1_tid_mutex. Remove gdbstop_mutex handling.
11336 (thread2_func): Protect thread2_tid with thread2_tid_cond by
11337 thread2_tid_mutex. Remove gdbstop_mutex handling.
11338 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
11339 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
11340 pthread_cond_wait conditionalizations by while loops.
11341
b966cb8a
TT
113422010-01-20 Tom Tromey <tromey@redhat.com>
11343
11344 PR backtrace/10770:
11345 * gdb.dwarf2/pr10770.exp: New file.
11346 * gdb.dwarf2/pr10770.c: New file.
11347 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
11348
fcae584b
VP
113492010-01-20 Vladimir Prus <vladimir@codesourcery.com>
11350
11351 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
11352 that target was removed, and the test always runs native anyway.
11353
a0f49112
JK
113542010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11355
11356 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
11357 gdb.base/watchpoint-cond-gone-stripped.c: New.
11358
ceeb3d5a
TT
113592010-01-19 Tom Tromey <tromey@redhat.com>
11360
11361 PR c++/8000:
11362 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
11363 existing tests.
11364 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
11365 (main): Use AAA::SomeEnum.
11366
dd322c54
JK
113672010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11368
11369 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
11370 (test_ignore_count): Declare line_callme_body global.
11371 (run to breakpoint with ignore count): Use line_callme_body.
11372 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
11373 (set line_main_hello, set line_main_return): Reindent.
11374 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
11375 New.
11376 (continue to callee4): Use line_callee4_body.
11377 (check *stopped from CLI command): Use line_callee4_next.
11378 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
11379 (set line_main_hello, set line_main_return): Reindent.
11380 (set line_callee4_head, set line_callee4_body): New.
11381 (continue to callee4): Use line_callee4_body.
11382
4e8f195d
TT
113832010-01-18 Tom Tromey <tromey@redhat.com>
11384
11385 PR c++/9680:
11386 * gdb.cp/casts.cc: Add new classes and variables.
11387 * gdb.cp/casts.exp: Test new operators.
11388
9e14a9ba
JB
113892010-01-18 Tom Tromey <tromey@redhat.com>
11390 Thiago Jung Bauermann <bauerman@br.ibm.com>
11391
11392 * gdb.python/source2.py: New file.
11393 * gdb.python/source1: New file.
11394 * gdb.python/python.exp: Test "source" command.
11395
00bf0b85
SS
113962010-01-15 Stan Shebs <stan@codesourcery.com>
11397
11398 * gdb.trace/tfile.c: New file.
11399 * gdb.trace/tfile.exp: New file.
889bf7c5 11400
55235ad7
JK
114012010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11402
11403 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
11404
9f2982ff
JK
114052010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11406
11407 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
11408
bbfba9ed
JK
114092010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11410
11411 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
11412 (libfunc): New parameter action. Implement also selectable "sleep".
11413 * gdb.base/break-interp-main.c: Include assert.h.
11414 (libfunc): New parameter action.
11415 (main): New parameters argc and argv. Assert argc. Pass argv.
11416 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
11417 (test_attach): New proc.
11418 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
11419 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
11420
61f0d762
JK
114212010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11422
11423 * gdb.base/break-interp.exp (test_core): New proc.
11424 (test_ld): Call it.
11425
06a6f270
JK
114262010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11427
11428 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
11429 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
11430 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
11431 and gdb_compile_shlib. Use new -Wl compiler options.
11432 (dl bt, main bt): New tests.
11433
51bee8e9
JK
114342010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11435
11436 Support PIEs with no symfile_objfile.
11437 * gdb.base/break-interp.exp: New argument at the test_ld calls.
11438 (test_ld): New parameter trynosym.
11439 (test_ld <$trynosym>): New block.
11440
b8040f19
JK
114412010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11442
11443 * gdb.base/break-interp.exp: New file.
11444
be759fcf
PM
114452010-01-13 Phil Muldoon <pmuldoon@redhat.com>
11446
11447 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
11448 * gdb.python/py-prettyprint.py (pp_ls): New printer.
11449 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
11450 test.
11451 * gdb.python/py-prettyprint.c: Define lazystring test structure.
11452 * gdb.python/py-mi.exp: Add lazy string test.
11453
dc146f7c
VP
114542010-01-13 Vladimir Prus <vladimir@codesourcery.com>
11455
11456 * lib/mi-support.exp (mi_check_thread_states): Handle
11457 core number in thread listing.
11458
b4ba55a1
JB
114592010-01-12 Joel Brobecker <brobecker@adacore.com>
11460
11461 * gdb.base/maint.exp: Adjust the expected output for the
11462 "maint print type" test. Use gdb_test_multiple instead of
11463 gdb_sent/gdb_expect.
11464
08e24bd4
DE
114652010-01-11 Doug Evans <dje@google.com>
11466
6496a609
DE
11467 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
11468 from gdbserver_download. All callers updated.
11469
08e24bd4
DE
11470 * gdb.server/ext-run.exp: "info os processes" requires xml support.
11471
b5cfddf5
JK
114722010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11473
11474 Implement binary numbers parsing.
11475 * gdb.base/printcmds.exp (test_integer_literals_accepted)
11476 (test_integer_literals_rejected): New binary tests.
11477
3725885a
RW
114782010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11479
11480 * gdb.cell/configure: Regenerate.
11481
37aeb5df
JK
114822010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11483
11484 * gdb.base/corefile.exp: Move the core finding block out and call it as
11485 core_find, new variable $corefile, replace corefile by $corefile and
11486 [file tail $corefile] for usage vs. test names resp.
11487 * lib/gdb.exp (core_find): Move it as a new function here. New
11488 parameter binfile and deletefiles. New variable $destcore. Pre-delete
11489 $destcore. Return "" on error.
11490
d521f563
JK
114912010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11492
11493 Workaround PR binutils/10802.
11494 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
11495 (twice).
11496
28f24826
DJ
114972010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
11498
11499 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
11500
2de75e71
JB
115012010-01-08 Joel Brobecker <brobecker@adacore.com>
11502
11503 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
11504 call, to avoid interruption.
11505
fe00719b 115062010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
11507
11508 * gdb.stabs/weird.def (args93): New.
11509
d0ef5df8
DE
115102010-01-07 Doug Evans <dje@google.com>
11511
11512 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
11513
3a08d52f
TT
115142010-01-07 Tom Tromey <tromey@redhat.com>
11515
11516 * gdb.base/source.exp: Use correct line number.
11517
7a697b8d
SS
115182010-01-05 Stan Shebs <stan@codesourcery.com>
11519
11520 * gdb.trace/tracecmd.exp: Test ftrace.
11521
7803799a
UW
115222010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11523
11524 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
11525
c54eabfa
JK
115262010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11527
11528 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
11529 "uint_for_mi_testing".
11530
02e7ef19
JB
115312010-01-01 Joel Brobecker <brobecker@adacore.com>
11532
11533 Test indented comment in file being sourced.
11534 * gdb.base/commands.exp: Test indented comment in file being sourced.
11535
abd775ce
JB
115362010-01-01 Joel Brobecker <brobecker@adacore.com>
11537
11538 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
11539 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
11540 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
11541 notice.
11542
79b55b82
JB
115432010-01-01 Joel Brobecker <brobecker@adacore.com>
11544
11545 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
11546 notice.
11547
8997583e
JK
115482010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11549
11550 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
11551 missing $after_stopped and comma (,) expectation.
11552
6da95a67
SS
115532009-12-31 Stan Shebs <stan@codesourcery.com>
11554
11555 * gdb.trace/actions.exp: Test teval action.
889bf7c5 11556
218d2fc6
TJB
115572009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
11558
11559 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
11560 (top level): Call test_watchpoint_in_big_blob.
11561 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
11562 watchpoints.
11563 (func3): Write to buf.
11564
236f1d4d
SS
115652009-12-29 Stan Shebs <stan@codesourcery.com>
11566
11567 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 11568
f61e138d
SS
115692009-12-28 Stan Shebs <stan@codesourcery.com>
11570
11571 * gdb.trace/tsv.exp: New file.
11572 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 11573
0219b378
DJ
115742009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
11575
11576 * gdb.base/find.c (main): Reference search buffers.
11577 * gdb.base/included.c (main): Reference integer.
11578 * gdb.base/ptype.c (charfoo): Declare.
11579 (intfoo): Call charfoo.
11580 * gdb.base/scope0.c (useitp): New function.
11581 (usestatics): Use useitp.
11582 (useit): Add a type for val.
11583 * gdb.base/scope1.c (useit1): Take a pointer argument.
11584 (usestatics1): Update calls to useit1.
11585 * gdb.cp/call-c.cc: Declare foo.
11586 (main): Call foo.
11587 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
11588 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
11589 (main): Call C::ensureRefs and ensureOtherRefs.
11590 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
11591 variables.
11592 (ensureOtherRefs): New function.
11593 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
11594 * gdb.cp/templates.cc (main): Call t5i.value.
11595
3f78692f
JK
115962009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11597
11598 Fix compatibility with G++-4.5.
11599 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
11600 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
11601 (uncaught return): Remove.
11602
429374b8
JK
116032009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11604 Phil Muldoon <pmuldoon@redhat.com>
11605
11606 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
11607 (bp_location13, bp_location14, bp_location17, bp_location18)
11608 (marker3_proto, marker4_proto): New variables.
11609 (breakpoint info): Update output.
11610 (run until breakpoint at marker3, run until breakpoint at marker4): New
11611 tests.
11612
859825b8
JK
116132009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11614
11615 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
11616 Replace the printf call of Y by provided "y-set-1" label. New block
11617 for the second shared library.
11618 * gdb.base/unload.exp: Compile also the second library, call
11619 gdb_load_shlibs also for it. Use now gdb_breakpoint.
11620 (single pending breakpoint info): Rename to ...
11621 (pending breakpoint info before run): ... this extended test.
11622 (libfile2, libname2, libsrcfile2, libsrc2)
11623 (lib_sl2): New variables.
11624 (exec_opts): Set also SHLIB_NAME2.
11625 (pending breakpoint info on first run at shrfunc1)
11626 (pending breakpoint info on second run at shrfunc1)
11627 (pending breakpoint info on second run at shrfunc2)
11628 (print y from libfile, print y from libfile2): New tests.
11629 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
11630 * gdb.base/unloadshr2.c: New.
11631
e6a386cd
HZ
116322009-12-22 Hui Zhu <teawater@gmail.com>
11633
11634 * gdb.reverse/sigall-reverse.exp: Adjust.
11635
9e19b45e
VP
116362009-12-21 Vladimir Prus <vladimir@codesourcery.com>
11637
11638 PR gdb/10884
11639
11640 * gdb.mi/var-cmd.c (do_bitfield_tests): New
11641 (main): Call do_bitfield_tests.
aacf5b1e 11642 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 11643
d53a7b30
JB
116442009-12-20 Joel Brobecker <brobecker@adacore.com>
11645
11646 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
11647 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
11648 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
11649 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
11650 gdb.modula2/unbounded1.c: Update copyright header.
11651
191ca0a1
CM
116522009-12-10 Chris Moller <moller@mollerware.com>
11653
11654 PR gdb/9399
11655 * gdb.cp/virtfunc2.exp: New tests
11656 * gdb.cp/virtfunc2.cc: New tests
11657 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
11658
0fa6cf1b
MS
116592009-12-10 Oza Pawandeep (paawan1982@yahoo.com
11660
11661 * gdb.reverse/i387-env-reverse.c: New file.
11662 * gdb.reverse/i387-env-reverse.exp: New file.
11663 * gdb.reverse/i387-stack-reverse.c: New file.
11664 * gdb.reverse/i387-stack-reverse.exp: New file.
11665
361ae042
PM
116662009-12-08 Phil Muldoon <pmuldoon@redhat.com>
11667
11668 * gdb.python/py-type.exp (test_range): New test.
11669
bfd31e71
PM
116702009-12-03 Phil Muldoon <pmuldoon@redhat.com>
11671
11672 PR python/10805
11673
11674 * gdb.python/py-type.exp: New file.
11675 * gdb.python/py-type.c: New file.
11676 * Makefile.in: Add py-type.
11677
57a1d736
TT
116782009-12-03 Tom Tromey <tromey@redhat.com>
11679
11680 * gdb.python/py-value.exp (test_parse_and_eval): New
11681 function.
11682
1f3b5d1b
PP
116832009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
11684
11685 PR gdb/11022
11686
11687 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
11688 * gdb.base/pr11022.c: New test.
11689
8b7dbdc9
JK
116902009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11691
11692 Fix spurious false FAILs.
11693 * gdb.base/structs.c (chartest): New.
11694 (main): Fill-in chartest.
11695 * gdb.base/structs.exp (anychar_re, first): New.
11696 (start_structs_test): Import global anychar_re and first.
11697 New gdb_test call "set print elements 300; ${testfile}"
11698 (start_structs_test <$first>): New block.
11699 (any): Import global anychar_re. New variable ac. Use ${ac}.
11700
6a53b2ec
JK
117012009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11702
11703 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
11704
d7167b4c
JK
117052009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11706
11707 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
11708 Force $srcfile file.
11709 * gdb.base/foll-fork.c (callee): Comment out the printf call.
11710
b1798462
UW
117112009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11712
11713 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
11714 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
11715 * gdb.threads/watchthreads-reorder.exp: Likewise.
11716
b6199126
DJ
117172009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
11718
11719 PR gdb/8704
11720
11721 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
11722 "if", and "thread". Correct matching in the previous test.
11723
b22a0510
DJ
117242009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
11725
11726 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
11727
930636d2
MS
117282009-11-23 Michael Snyder <msnyder@vmware.com>
11729
11730 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
11731 * gdb.reverse-watch-precsave.exp: Ditto.
11732
21a0512e
PP
117332009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
11734
11735 * gdb.asm/asm-source.exp: Adjust.
11736 * gdb.base/help.exp: Adjust.
889bf7c5 11737
fc30d5e0
PA
117382009-11-22 Pedro Alves <pedro@codesourcery.com>
11739
11740 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
11741 (do_syscall_tests_without_xml): Set data-directory to
11742 /the/path/to/nowhere.
11743
f6bc2008
PA
117442009-11-21 Pedro Alves <pedro@codesourcery.com>
11745
11746 * gdb.threads/local-watch-wrong-thread.c,
11747 gdb.threads/local-watch-wrong-thread.exp: New files.
11748
8c2fb5de
PA
117492009-11-21 Pedro Alves <pedro@codesourcery.com>
11750
11751 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
11752 assume new `regsub' syntax available.
11753
ebec9a0f
PA
117542009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11755
a79d3c27
JK
11756 * gdb.base/watchpoint-hw-hit-once.exp,
11757 gdb.base/watchpoint-hw-hit-once.c: New.
11758
117592009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11760
11761 * gdb.threads/watchthreads-reorder.exp,
11762 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 11763
276a961b
MK
117642009-11-17 Nathan Sidwell <nathan@codesourcery.com>
11765
11766 * gdb.xml/tdesc-regs.exp: Use for m68k.
11767
4867c1fb
PA
117682009-11-15 Pedro Alves <pedro@codesourcery.com>
11769
11770 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
11771
f6838f81
DJ
117722009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11773
11774 * lib/gdb.exp (current_target_name): New procedure.
11775 (gdb_wrapper_target): New variable.
11776 (gdb_wrapper_init): Set gdb_wrapper_target.
11777 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
11778 wrapper.
11779
4ac4dd3f
DJ
117802009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11781
11782 * gdb.base/remote.exp: Delete the slowest load test.
11783 Do not load with fixed packet sizes.
11784
a7881759
DJ
117852009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11786
11787 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
11788
97a5b505
DJ
117892009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11790
11791 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
11792 srcfile when setting a breakpoint.
11793
d3e1fc54
DJ
117942009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
11795
11796 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
11797 macros.
11798
7cbcbded
DJ
117992009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11800
11801 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
11802 to be in memory.
11803 * gdb.base/display.c (force_mem): New.
11804 (do_loops): Use it. Add breakpoint comments.
11805 (do_vars): Add a breakpoint comment.
11806 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
11807 line numbers.
11808
bdea3a92
NF
118092009-11-13 Nathan Froyd <froydnj@codesourcery.com>
11810
11811 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
11812 instead of a bare "run".
11813
269f82e5
PP
118142009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
11815
11816 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 11817
a69b7d9d
DJ
118182009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11819
11820 * lib/cell.exp (skip_cell_tests): Clean up test files before
11821 returning.
11822
b598bfda
DJ
118232009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11824
11825 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
11826 and the breakpoint menu. Do not call perror if a prompt is seen.
11827 Consume the following GDB prompt.
11828 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
11829 * gdb.cp/namespace.exp: Use gdb_test.
11830 * gdb.cp/templates.exp: Use gdb_test.
11831 (test_template_breakpoints): Use gdb_test_multiple.
11832
87728fa0
DJ
118332009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11834
11835 * gdb.base/break1.c (struct some_struct, values): Move earlier.
11836 (marker4): Reference values.
11837
b67c692f
DJ
118382009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11839
11840 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
11841 is missing.
11842
f0df251a
DJ
118432009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11844
11845 * gdb.base/break.c (need_malloc): New.
11846 * gdb.base/constvars.c (main): Reference crass and crisp.
11847 * gdb.base/gdb1821.c (main): Reference bar.
11848 * gdb.cp/gdb1355.cc (main): Reference s1.
11849 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
11850 (main): Call them.
11851 * gdb.cp/hang2.cc (dummy2): Define.
11852 * gdb.cp/hang3.cc (dummy3): Define.
11853 * gdb.cp/m-data.cc (main): Reference shadow.
11854
bdf7534a
NF
118552009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11856 Nathan Froyd <froydnj@codesourcery.com>
11857
11858 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
11859 remote host.
11860
f24fce77
NF
118612009-11-12 Nathan Froyd <froydnj@codesourcery.com>
11862
11863 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
11864 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
11865 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11866 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11867 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11868 * gdb.dwarf2/dw2-producer.exp: Likewise.
11869 * gdb.dwarf2/mac-fileno.exp: Likewise.
11870 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
11871 py-prettyprint.py to the remote host.
11872 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
11873
40f0318e
KS
118742009-11-11 Keith Seitz <keiths@redhat.com>
11875
11876 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
11877 use it instead of "Foo".
11878 * gdb.cp/classes.exp (do_tests): Add a test to access
11879 a method through a typedef'd class name.
11880
f3d9f7fb
NF
118812009-11-11 Nathan Froyd <froydnj@codesourcery.com>
11882
11883 * gdb.base/long_long.exp: Permit leading zeros on floating-point
11884 exponents.
11885 * gdb.base/pointers.exp: Likewise.
11886 * gdb.cp/ref-types.exp: Likewise.
11887
a4216f37
KS
118882009-11-11 Keith Seitz <keiths@redhat.com>
11889
11890 * gdb.cp/cplusfuncs.cc (class foo): Add operators
11891 new[] and delete[].
11892 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
11893 "void".
11894 (probe_demangler): Remove all single-quoting of
11895 method and variable names.
11896 (info_func_regexp): Remove the word "void" from any
11897 occurrence of "(void)".
11898 (print_addr_2): Remove all single-quoting of
11899 method names.
11900 (print_addr_2_kfail): Likewise.
11901 (print_addr): Single-quote C function names before
11902 passing to print_addr_2.
11903 (test_paddr_operator_functions): Remove single-quoting
11904 for method names.
11905 Add tests for operator new[] and operator delete[].
11906
9b14d7aa
JK
119072009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11908
11909 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
11910
85feb311
KS
119112009-11-09 Keith Seitz <keiths@redhat.com>
11912
11913 * gdb.cp/overload.exp: Add tests for resolving overloaded
11914 methods in expression parsing/evaluation.
11915
fa335448
DJ
119162009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
11917
11918 * lib/gdb.exp (default_gdb_version): Use --version instead of
11919 --command.
11920
ec3c07fc
NS
119212009-11-10 Nathan Sidwell <nathan@codesourcery.com>
11922
11923 * lib/gdb.exp (gdb_compile_test): New.
11924 (skip_ada_tests, skip_java_tests): New.
11925 (gdb_compile): Use gdb_compile_test for f77.
11926 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
11927 * lib/java.exp (compile_java_from_source): Remove runtests check,
11928 use gdb_compile_test to record result.
11929 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
11930 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
11931 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
11932 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
11933 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
11934 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
11935 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
11936 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
11937 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
11938 adjust gdb_compile invocations.
11939
b8b4e42b
JK
119402009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11941
11942 * Makefile.in (abs_builddir): New.
11943 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
11944 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
11945 `$(abs_builddir)/site.exp'.
11946
f8b7eaf3
DJ
119472009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
11948
11949 * config/m68k-emc.exp, lib/emc-support.exp,
11950 gdb.trace/gdb_c_test.c: Delete.
11951 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
11952 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
11953 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
11954 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
11955 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
11956 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
11957 casing for m68k-*-elf.
11958
c4187697
NS
119592009-11-03 Pedro Alves <pedro@codesourcery.com>
11960
11961 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
11962 * gdb.arch/i386-prologue.exp: Likewise.
11963 * gdb.arch/i386-unwind.exp: Likewise.
11964
db16b772
DJ
119652009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
11966
11967 * lib/gdb.exp (gdb_expect): Fix timeout typo.
11968
bcf71277
DJ
119692009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
11970
11971 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
11972
0105cee2
DJ
119732009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
11974
11975 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
11976
24ddea62
JK
119772009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11978
11979 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
11980
287ccc17
JK
119812009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11982
11983 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
11984 * gdb.base/sepdebug2.c: New file.
11985
08bca259 119862009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
11987
11988 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
11989 the modified warnings for catch syscall. Verify if GDB was compiled
11990 with support for lib expat, and choose which tests to run depending
11991 on this.
11992
5d4e2b76
VP
119932009-10-30 Vladimir Prus <vladimir@codesourcery.com>
11994
11995 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
11996 that composite commands are parsed OK. And also test
11997 that breakpoint commands do work.
11998
240e538a
MS
119992009-10-23 Michael Snyder <msnyder@vmware.com>
12000
12001 gdb.reverse/consecutive-precsave.exp: Change expect pattern
12002 to allow for new disassembly style.
12003
9c419145
PP
120042009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
12005
12006 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 12007
02506ff1
MS
120082009-10-22 Michael Snyder <msnyder@vmware.com>
12009
12010 * gdb.reverse/break-precsave.exp: New test.
12011 * gdb.reverse/consecutive-precsave.exp: Ditto.
12012 * gdb.reverse/finish-precsave.exp: Ditto.
12013 * gdb.reverse/i386-precsave.exp: Ditto.
12014 * gdb.reverse/machinestate-precsave.exp: Ditto.
12015 * gdb.reverse/sigall-precsave.exp: Ditto.
12016 * gdb.reverse/solilb-precsave.exp: Ditto.
12017 * gdb.reverse/step-precsave.exp: Ditto.
12018 * gdb.reverse/until-precsave.exp: Ditto.
12019 * gdb.reverse/watch-precsave.exp: Ditto.
12020
4cf866a3
MS
120212009-10-22 Michael Snyder <msnyder@vmware.com>
12022
12023 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
12024 for gdb_expect. Adjust one test's expect strings for the new
12025 format of disassemble.
12026 * gdb.reverse/finish-reverse.exp: Delete 'return'.
12027 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
12028 gdb_test_multiple.
12029 * gdb.reverse/step-reverse.exp: Delete 'return'.
12030 * gdb.reverse/until-reverse.exp: Delete blank lines.
12031 * gdb.reverse/watch-reverse.exp: Delete blank lines.
12032
2b28d209
PP
120332009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
12034
12035 * gdb.base/consecutive.exp: Adjust.
12036 * gdb.base/display.exp: Likewise.
12037 * gdb.base/pc-fp.exp: Likewise.
12038 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 12039
33b9c32b
MS
120402009-10-19 Michael Snyder <msnyder@vmware.com>
12041
12042 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
12043 * gdb.reverse/finish-reverse.c: Ditto.
12044 * gdb.reverse/sigall-reverse.c: Ditto.
12045 * gdb.reverse/solib-reverse.c: Ditto.
12046 * gdb.reverse/step-reverse.c: Ditto.
12047 * gdb.reverse/watch-reverse.c: Ditto.
12048
6c95b8df
PA
120492009-10-19 Pedro Alves <pedro@codesourcery.com>
12050 Stan Shebs <stan@codesourcery.com>
12051
12052 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
12053 * gdb.base/foll-exec.exp: Adjust to expect a process id before
12054 "Executing new program".
12055 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
12056 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
12057 left listed after having been killed.
12058 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
12059 * gdb.base/maint.exp: Adjust test.
12060
12061 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
12062 * gdb.multi/Makefile.in: New.
12063 * gdb.multi/base.exp: New.
12064 * gdb.multi/goodbye.c: New.
12065 * gdb.multi/hangout.c: New.
12066 * gdb.multi/hello.c: New.
12067 * gdb.multi/bkpt-multi-exec.c: New.
12068 * gdb.multi/bkpt-multi-exec.exp: New.
12069 * gdb.multi/crashme.c: New.
12070
279017b7
TG
120712009-10-13 Tristan Gingold <gingold@adacore.com>
12072
12073 * gdb.base/sepdebug.exp: Check debug info are found.
12074
0413d738
PA
120752009-10-08 Pedro Alves <pedro@codesourcery.com>
12076
12077 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
12078 bits.
12079
c628eecc
JK
120802009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12081
12082 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
12083
38af1bfe
JB
120842009-10-07 Joel Brobecker <brobecker@adacore.com>
12085
12086 * gdb.base/watchpoints.c: Add copyright header. Reformat one
12087 of the comments.
12088
2b0adecd
PM
120892009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
12090
12091 * gdb.base/annota1.exp: Remove obsolete match_max increase.
12092 * gdb.base/annota3.exp: Idem.
12093 * gdb.base/maint.exp: Idem.
12094
8d417781
PM
120952009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
12096
889bf7c5 12097 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
12098 to default.
12099
bb61102d
PM
121002009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
12101
889bf7c5 12102 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
12103 mingw and cygwin targets.
12104
ace5c364
PM
121052009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
12106 Pedro Alves <pedro@codesourcery.com>
12107
889bf7c5 12108 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
12109 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
12110
c2d494a0
PM
121112009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
12112
e1b52ce2
PM
12113 * gdb.base/shr1.c: Use %p in format string.
12114 * gdb.base/unload.c: Avoid warning in fprintf.
12115 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 12116
209f53f5
PM
121172009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
12118
12119 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
12120 long type.
12121 (test_unlink): Correct printf string.
12122 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
12123 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
12124
8172766a
JK
121252009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12126
12127 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
12128 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
12129 * gdb.arch/ia64-breakpoint-shadow.S: New file.
12130
0f73703c
UW
121312009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12132
12133 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
12134 * gdb.objc/nondebug.exp: Likewise.
12135
b32306ca
UW
121362009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12137
12138 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
12139 target_info setting.
12140
12141 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
12142 that detect new threads during "info threads".
12143
0057022f
UW
121442009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12145
12146 * gdb.threads/manythreads.c (main): Increase thread stack size
12147 to 2*PTHREAD_STACK_MIN.
12148 * gdb.threads/multi-create.c (main): Likewise.
12149 (create_function): Likewise.
12150
f29c0325
UW
121512009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12152
12153 * gdb.base/dump.exp: Pass difference of pointer types instead
12154 of integer types as offset to restore in intarr3.srec case.
12155
fcb34849
UW
121562009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12157
12158 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
12159
d5142e3b
UW
121602009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12161
12162 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
12163
087b74b2 121642009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 12165
087b74b2
PM
12166 New test for two watchpoints, with disabling of
12167 the first inserted.
12168 * testsuite/gdb.base/watchpoints.c: New file.
12169 * testsuite/gdb.base/watchpoints.exp: New file.
12170
96c07c5b
TT
121712009-09-25 Tom Tromey <tromey@redhat.com>
12172
12173 * gdb.base/charset.exp: Test utf-16 strings with Python.
12174
b8899f2b
TT
121752009-09-25 Tom Tromey <tromey@redhat.com>
12176
12177 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
12178 UCS-4.
12179 * gdb.base/charset.c (utf_32_string): Rename.
12180 (init_utf32): Rename.
12181 (main): Update.
12182
329719ec
TT
121832009-09-22 Tom Tromey <tromey@redhat.com>
12184
12185 * gdb.python/py-function.exp: Add regression tests.
12186
11ef0d76
KS
121872009-09-21 Keith Seitz <keiths@redhat.com>
12188
12189 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
12190 with invalid operator.
12191
3fe8f3b3
KS
121922009-09-21 Keith Seitz <keiths@redhat.com>
12193
12194 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
12195 and destructor using typedef name of class.
12196 * gdb.cp/classes.cc (class Base1): Add a destructor.
12197 (base1): New typedef.
12198 (use_methods): Instanitate an object of type base1.
12199 * gdb.cp/templates.exp (test_template_typedef): New procedure.
12200 (do_tests): Call test_template_typedef.
12201 * gdb.cp/templates.cc (Baz::~Baz): New method.
12202 (intBazOne): New typedef.
12203 (main): Instantiate intBazOne.
12204
7a9fe101
PM
122052009-09-21 Phil Muldoon <pmuldoon@redhat.com>
12206
12207 PR python/10633
12208
12209 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
12210 Function.
12211 (run_lang_tests): Add print elements test.
12212
2e4d963f
PM
122132009-09-21 Phil Muldoon <pmuldoon@redhat.com>
12214
12215 * gdb.python/py-value.exp (test_subscript_regression): New
12216 function. Test for invalid subscripts.
12217 * gdb.python/py-value.c (main): Add test array, and pointer to it.
12218 (ptr_ref): New function.
12219
ec7e75e7
PP
122202009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12221
12222 * gdb.base/default.exp: Fix "show convenience".
12223
0cc7d26f
TT
122242009-09-15 Tom Tromey <tromey@redhat.com>
12225
12226 * lib/mi-support.exp (mi_create_varobj): Update.
12227 (mi_create_floating_varobj): Likewise.
12228 (mi_create_dynamic_varobj): New proc.
12229 (mi_varobj_update): Update.
12230 (mi_varobj_update_with_type_change): Likewise.
12231 (mi_varobj_update_kv_helper): New proc.
12232 (mi_varobj_update_dynamic_helper): Rewrite.
12233 (mi_varobj_update_dynamic): New proc.
12234 (mi_list_varobj_children): Update.
12235 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
12236 * gdb.python/python-prettyprint.py (pp_outer): New class.
12237 (pp_nullstr): Likewise.
12238 (lookup_function): Register new printers.
12239 * gdb.python/python-prettyprint.c (struct substruct): New type.
12240 (struct outerstruct): Likewise.
12241 (substruct_test): New function.
12242 (struct nullstr): New type.
12243 (string_1, string_2): New globals.
12244 (main): Add new tests.
12245 * gdb.python/python-mi.exp: Added regression tests.
12246 * gdb.mi/mi2-var-display.exp: Update.
12247 * gdb.mi/mi2-var-cmd.exp: Update.
12248 * gdb.mi/mi2-var-child.exp: Update.
12249 * gdb.mi/mi2-var-block.exp: Update.
12250 * gdb.mi/mi-var-invalidate.exp: Update.
12251 * gdb.mi/mi-var-display.exp: Update.
12252 * gdb.mi/mi-var-cmd.exp: Update.
12253 * gdb.mi/mi-var-child.exp: Update.
12254 * gdb.mi/mi-var-block.exp: Update.
12255 * gdb.mi/mi-break.exp: Update.
12256 * gdb.mi/gdb701.exp: Update.
12257
a96d9b2e
SDJ
122582009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
12259
12260 * Makefile.in: Inclusion of catch-syscall object.
12261 * gdb.base/catch-syscall.c: New file.
12262 * gdb.base/catch-syscall.exp: New file.
12263
b43b923a
MS
122642009-09-12 Michael Snyder <msnyder@vmware.com>
12265
12266 * gdb.reverse/step-reverse.exp: Explicitly check for targets
12267 that can support reverse debuggnig.
12268
cec03d70
TT
122692009-09-11 Tom Tromey <tromey@redhat.com>
12270
12271 * gdb.dwarf2/valop.S: New file.
12272 * gdb.dwarf2/valop.exp: New file.
12273
e23bb3fc
MK
122742009-09-11 Mark Kettenis <kettenis@gnu.org>
12275
12276 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
12277
37c3696d
DE
122782009-09-10 Doug Evans <dje@google.com>
12279
12280 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
12281 Add $gdb_prompt to second breakpoint regexp.
12282
5172aecb
JB
122832009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
12284
12285 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
12286 names, add missing ones.
12287 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
12288 * gdb.python/py-frame.c: Rename from python-frame.c.
12289 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
12290 testfile name.
12291 * gdb.python/py-function.exp: Rename from python-function.exp.
12292 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
12293 testfile name.
12294 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
12295 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
12296 Adjust testfile name.
12297 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
12298 * gdb.python/py-template.cc: Rename from python-template.cc.
12299 * gdb.python/py-template.exp: Rename from python-template.exp.
12300 Adjust testfile name.
12301 * gdb.python/py-value.c: Rename from python-value.c.
12302 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
12303 testfile name.
12304
b554e4bd
JK
123052009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12306
12307 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
12308 $bpt2address.
12309 (Second breakpoint address is valid on ia64)
12310 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
12311
9a68ae16
JM
123122009-09-03 Joseph Myers <joseph@codesourcery.com>
12313
12314 * gdb.base/ending-run.exp: Restrict regular expression matching
12315 line number to require closing brace following.
12316
146b9145
DE
123172009-09-03 Doug Evans <dje@google.com>
12318
12319 * gdb.base/store.exp (check_set): Fix typo in expected value message.
12320
787d21e1
TT
123212009-09-02 Tom Tromey <tromey@redhat.com>
12322
12323 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
12324
e7802207
TT
123252009-09-02 Tom Tromey <tromey@redhat.com>
12326
12327 * gdb.dwarf2/callframecfa.exp: New file.
12328 * gdb.dwarf2/callframecfa.S: New file.
12329
817aadd2
JK
123302009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12331
12332 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
12333 gdb.base/solib-overlap-main.c: New.
12334
4a76eae5
DJ
123352009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
12336
12337 PR gdb/10565
12338
12339 * gdb.base/bitfields.c (struct container, container): New.
12340 (main): Initialize it and call break5.
12341 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
12342
d4b96c9a
JK
123432009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12344
12345 Support constant DW_AT_data_member_location by GCC PR debug/40659.
12346 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
12347
4e22772d
JK
123482009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12349
12350 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
12351
2efab443
MS
123522009-08-26 Michael Snyder <msnyder@vmware.com>
12353
12354 * gdb.base/i386-reverse.c: New file.
12355 * gdb.base/i386-reverse.exp: New file.
12356 * gdb.base/Makefile.in: Add new files to be removed.
12357
07ab73a0
JM
123582009-08-26 Joseph Myers <joseph@codesourcery.com>
12359
12360 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
12361 environment-pwd for remote host.
12362 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
12363
676accff
KS
123642009-08-24 Keith Seitz <keiths@redhat.com>
12365
12366 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
12367 Add two new C++ completer tests which limit the output to a
889bf7c5 12368 given class.
676accff 12369
f9f7ad22
MS
123702009-08-24 Michael Snyder <msnyder@vmware.com>
12371
12372 * gdb.base/del.exp: Fix typo in comment.
12373 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
12374
81ecdfbb
RW
123752009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12376
12377 * configure: Regenerate.
12378 * gdb.hp/configure: Likewise.
12379 * gdb.hp/gdb.aCC/configure: Likewise.
12380 * gdb.hp/gdb.base-hp/configure: Likewise.
12381 * gdb.hp/gdb.compat/configure: Likewise.
12382 * gdb.hp/gdb.defects/configure: Likewise.
12383 * gdb.hp/gdb.objdbg/configure: Likewise.
12384 * gdb.stabs/configure: Likewise.
12385
cab0c772
UW
123862009-08-19 Doug Evans <dje@google.com>
12387
12388 * gdb.base/gdbvars.c: New file.
12389 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
12390
b8fa0bfa
PA
123912009-08-14 Pedro Alves <pedro@codesourcery.com>
12392
12393 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
12394 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
12395
b84aa90a
PA
123962009-08-13 Pedro Alves <pedro@codesourcery.com>
12397
12398 * gdb.base/default.exp: Adjust "set language test": it's now an
12399 enum command. Larger help string moved to "help set language".
12400 * gdb.base/help.exp: Adjust "help set language" expected output,
12401 now lists all known languages.
12402
0d8f9b2c
NF
124032009-08-11 Nathan Froyd <froydnj@codesourcery.com>
12404
12405 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
12406 all frame arguments.
12407 * gdb.arch/altivec-regs.exp: Likewise.
12408
bda180e0
TT
124092009-08-07 Tom Tromey <tromey@redhat.com>
12410
12411 * gdb.base/setshow.exp: Add tests for changes to set language, set
12412 check range, and set check type.
12413
48cb2d85
VP
124142009-08-03 Vladimir Prus <vladimir@codesourcery.com>
12415
12416 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
12417 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 12418 Call it.
48cb2d85 12419
1ea34204
UW
124202009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12421
12422 * configure.ac: Run gdb.cell tests when appropriate.
12423 * configure: Regenerate.
12424 * lib/cell.exp: New file.
12425 * gdb.cell: New directory.
12426 * gdb.cell/configure.ac: New file.
12427 * gdb.cell/configure: New file.
12428 * gdb.cell/Makefile.in: New file.
12429 * gdb.cell/arch.exp: New file.
12430 * gdb.cell/break.c: New file.
12431 * gdb.cell/break.exp: New file.
12432 * gdb.cell/break-spu.c: New file.
12433 * gdb.cell/bt.c: New file.
12434 * gdb.cell/bt2-spu.c: New file.
12435 * gdb.cell/bt-spu.c: New file.
12436 * gdb.cell/bt.exp: New file.
12437 * gdb.cell/coremaker.c: New file.
12438 * gdb.cell/coremaker-spu.c: New file.
12439 * gdb.cell/core.exp: New file.
12440 * gdb.cell/gcore.exp: New file.
12441 * gdb.cell/data.c: New file.
12442 * gdb.cell/data.exp: New file.
12443 * gdb.cell/data-spu.c: New file.
12444 * gdb.cell/ea-cache.exp: New file.
12445 * gdb.cell/ea-cache.c: New file.
12446 * gdb.cell/ea-cache-spu.c: New file.
12447 * gdb.cell/ea-standalone.c: New file.
12448 * gdb.cell/ea-standalone.exp: New file.
12449 * gdb.cell/ea-test.c: New file.
12450 * gdb.cell/ea-test.exp: New file.
12451 * gdb.cell/f-regs.exp: New file.
12452 * gdb.cell/mem-access.c: New file.
12453 * gdb.cell/mem-access.exp: New file.
12454 * gdb.cell/mem-access-spu.c: New file.
12455 * gdb.cell/ptype.exp: New file.
12456 * gdb.cell/registers.exp: New file.
12457 * gdb.cell/size.c: New file.
12458 * gdb.cell/sizeof.exp: New file.
12459 * gdb.cell/size-spu.c: New file.
12460 * gdb.cell/solib.exp: New file.
12461 * gdb.cell/solib-symbol.exp: New file.
12462
85e747d2
UW
124632009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12464
12465 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
12466
58d6951d
DJ
124672009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12468
12469 * gdb.base/float.exp: Handle VFP registers.
12470
6e0a4f15
MS
124712009-07-14 Michael Snyder <msnyder@vmware.com>
12472
dcd5da87
MS
12473 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
12474 to bring gdb to the beginning of the calling line.
12475
6e0a4f15
MS
12476 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
12477 confusing the i386 epilogue unwinder.
12478
782b2b07
SS
124792009-07-14 Stan Shebs <stan@codesourcery.com>
12480
12481 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
12482
f662c3bc
MS
124832009-07-14 Michael Snyder <msnyder@vmware.com>
12484
12485 * gdb.reverse/step-reverse.exp (stepi into function call):
12486 Call instruction may not be first instruction in the line.
12487 (reverse stepi from a function call): Used wrong line number.
12488
8f313923
JK
124892009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12490
12491 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
12492
4662c76e
JK
124932009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12494
12495 Fix gdb.base/macscp.exp when using custom inputrc.
12496 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
12497 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
12498 env(TERM) set.
12499 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
12500 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
12501
aa81e255
JK
125022009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12503
12504 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
12505 * gdb.base/annota1.exp (thread_test): Import global $testfile.
12506 Change the compilation target to match the testcase name.
12507 * gdb.base/sect-cmd.exp: Change the compilation target to match the
12508 testcase name.
12509 * a2-run.exp: Use for setup prepare_for_testing. Change the
12510 compilation target to match the testcase name.
12511 * gdb.base/commands.exp: Likewise.
12512 * gdb.base/finish.exp: Likewise.
12513 * gdb.base/float.exp: Likewise.
12514 * gdb.base/info-target.exp: Likewise.
12515 * gdb.base/relational.exp: Likewise.
12516 * gdb.base/term.exp: Likewise.
12517 * gdb.base/until.exp: Likewise.
12518 * gdb.base/volatile.exp: Likewise.
12519 * gdb.base/whatis-exp.exp: Likewise.
12520
4c93b1d7
HZ
125212009-07-11 Hui Zhu <teawater@gmail.com>
12522
12523 * gdb.base/help.exp (disassemble): Update expected help text.
12524
812f7342
TT
125252009-07-09 Tom Tromey <tromey@redhat.com>
12526
12527 * lib/gdb.exp: Handle TRANSCRIPT.
12528 (remote_spawn, remote_close, send_gdb): New procs.
12529
fbb8f299
PM
125302009-07-10 Phil Muldoon <pmuldoon@redhat.com>
12531
12532 * gdb.python/python-prettyprint.c: Add counted null string
12533 structure.
12534 * gdb.python/python-prettyprint.exp: Print null string. Test for
12535 embedded nulls.
12536 * gdb.python/python-prettyprint.py (pp_ns): New Function.
12537 * gdb.python/python-value.exp (test_value_in_inferior): Add
12538 variable length string fetch tests.
12539 * gdb.python/python-value.c (main): Add strings for string fetch tests.
12540
c0ac0ec7
JK
125412009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12542
12543 * gdb.base/dump.exp (inaccessible memory is reported): New test.
12544
30b66ecc
TT
125452009-07-07 Tom Tromey <tromey@redhat.com>
12546
12547 * gdb.base/call-rt-st.exp: Update for change to escape output.
12548 * gdb.base/callfuncs.exp: Likewise.
12549 * gdb.base/charset.exp: Likewise.
12550 * gdb.base/constvars.exp: Likewise.
12551 * gdb.base/long_long.exp: Likewise.
12552 * gdb.base/pointers.exp: Likewise.
12553 * gdb.base/printcmds.exp: Likewise.
12554 * gdb.base/setvar.exp: Likewise.
12555 * gdb.base/store.exp: Likewise.
12556 * gdb.cp/ref-types.exp: Likewise.
12557 * gdb.mi/mi-var-child.exp: Likewise.
12558 * gdb.mi/mi-var-display.exp: Likewise.
12559 * gdb.mi/mi2-var-display.exp: Likewise.
12560 * gdb.base/charset.exp: Test octal escape sequence length.
12561 Update for change to escape output.
12562
187c4a2b
JK
125632009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12564
12565 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
12566
d80a43f9
DJ
125672009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
12568
12569 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
12570
047427a8
JK
125712009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12572
12573 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
12574 gdbserver increasing $portnum if "Can't bind address" has been seen.
12575
8b5a0f4f
PA
125762009-07-05 Pedro Alves <pedro@codesourcery.com>
12577
12578 * gdb.base/ending-run.exp: Add "step out of main" pattern for
12579 mingw32ce.
12580
7d93ba58
PA
125812009-07-05 Pedro Alves <pedro@codesourcery.com>
12582
12583 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
12584 VFP format.
12585
2277426b
PA
125862009-07-02 Pedro Alves <pedro@codesourcery.com>
12587
12588 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
12589 linux. Adjust to use "inferior", "info inferiors", "detach
12590 inferior" and "kill inferior" instead of "restart", "info fork",
12591 "detach fork" and "delete fork".
12592 * gdb.base/ending-run.exp: Spell out "info".
12593 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
12594 the "kill" command.
12595
5af949e3
UW
125962009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12597
12598 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
12599 change to prefix TLS offset in hex with 0x.
12600
5d3729b5
UW
126012009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12602
12603 * gdb.base/default.exp: Update test case for "x" changes.
12604
af589bd0
TG
126052009-07-01 Tristan Gingold <gingold@adacore.com>
12606
12607 * gdb.base/bigcore.exp: Make darwin untested.
12608
40974f91
JK
126092009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12610
12611 * gdb.base/completion.exp (directory completion): Create the directory.
12612 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
12613 escapeuniquesub.
12614 (directory completion 2): Expect now ${escapeuniquesub}.
12615 (Glob remaining of directory test): Remove one excessive newline.
12616 Expect the real output.
12617
59dd3af6
JK
126182009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12619
12620 Fix `make check//%' target after `make check' has been ran.
12621 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
12622 a mkdir call.
12623 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
12624 (%/.dir): Remove.
12625
f4e164aa
JK
126262009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12627
12628 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
12629 the expected result record.
12630
69af2122
JK
126312009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12632
12633 Remove racy FAILs relying just on the timeouts.
12634 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
12635 (annotation_level 2): Remove racy FAILs.
12636
2fd481e1
PP
126372009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
12638
12639 gdb/10275
889bf7c5
PA
12640 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
12641
c38f313d
DJ
126422009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
12643
12644 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
12645
8b777f02
VP
126462009-06-30 Vladimir Prus <vladimir@codesourcery.com>
12647
12648 * gdb.mi/mi-stack.exp: Testing symbolic options
12649 to -stack-list-locals and -stack-list-arguments.
12650
00c7eacf
JK
126512009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12652
12653 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
12654
6bc80edc
TT
126552009-06-29 Tom Tromey <tromey@redhat.com>
12656
12657 * dg-extract-results.sh: New file.
12658 * Makefile.in (FORCE_PARALLEL): New variable.
12659 (CHECK_TARGET): New conditional variable.
12660 (check): Use CHECK_TARGET.
12661 (DO_RUNTEST): New variable.
12662 (check-single): New target.
12663 (TEST_DIRS): New variable.
12664 (TEST_TARGETS): Likewise.
12665 (check-parallel): New target.
12666 (check-gdb.%): New pattern.
12667 (BASE1_FILES): New variable.
12668 (BASE2_FILES): Likewise.
12669 (check-gdb.base%): New pattern.
12670 (%/.dir): New pattern.
12671 * configure: Rebuild.
12672 * aclocal.m4 (AM_CONDITIONAL): New defun.
12673 * configure.ac: Check whether user is using GNU make.
12674 (GMAKE): New conditional.
12675
794684b6
SW
126762009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
12677
12678 * gdb.cp/namespace-nested-import.cc: New test.
12679 * gdb.cp/namespace-nested-import.exp: New test.
12680
edb3359d
DJ
126812009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
12682
12683 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
12684 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
12685 * gdb.opt/Makefile.in (EXECUTABLES): Update.
12686 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
12687 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
12688 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
12689 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
12690 gdb.opt/inline-markers.c: New files.
12691 * lib/gdb.exp (skip_inline_frame_tests): New function.
12692 (skip_inline_var_tests): New function.
12693
cf657a0c
AS
126942009-06-27 Andreas Schwab <schwab@linux-m68k.org>
12695
12696 * gdb.cp/exception.exp: Don't require $hex before inner frame in
12697 backtrace.
12698
28d41a99
MS
126992009-06-27 Michael Snyder <msnyder@vmware.com>
12700
12701 * gdb.reverse: New directory.
12702 * gdb.reverse/break-reverse.c: New test.
12703 * gdb.reverse/break-reverse.exp: New test.
12704 * gdb.reverse/consecutive-reverse.c: New test.
12705 * gdb.reverse/consecutive-reverse.exp: New test.
12706 * gdb.reverse/finish-reverse.c: New test.
12707 * gdb.reverse/finish-reverse.exp: New test.
12708 * gdb.reverse/machinestate.c: New test.
12709 * gdb.reverse/ms1.c: New test.
12710 * gdb.reverse/machinestate.exp: New test.
12711 * gdb.reverse/Makefile.in: New file.
12712 * gdb.reverse/shr2.c: New test.
12713 * gdb.reverse/solib-reverse.c: New test.
12714 * gdb.reverse/solib-reverse.exp: New test.
12715 * gdb.reverse/step-reverse.c: New test.
12716 * gdb.reverse/step-reverse.exp: New test.
12717 * gdb.reverse/until-reverse.c: New test.
12718 * gdb.reverse/ur1.c: New test.
12719 * gdb.reverse/until-reverse.exp: New test.
12720 * gdb.reverse/watch-reverse.c: New test.
12721 * gdb.reverse/watch-reverse.exp: New test.
12722 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
12723 * configure: Regenerate.
12724
fe3c8b0d
DE
127252009-06-26 Doug Evans <dje@google.com>
12726
12727 * gdb.base/psymtab.exp: Turn off pending breakpoints.
12728
3a72a602
PM
127292009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
12730
12731 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
12732 windows problem for 'file delete $binfile'.
12733
27aa8d6a
SW
127342009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
12735
12736 * gdb.cp/namespace-using.exp: New test.
12737 * gdb.cp/namespace-using.cc: New test.
12738
8ac055f8
JB
127392009-05-20 Joel Brobecker <brobecker@adacore.com>
12740
12741 * gdb.ada/variant_record_packed_array: New testcase.
12742
85e306ed
TT
127432009-06-23 Tom Tromey <tromey@redhat.com>
12744
12745 * gdb.base/charset.exp (test_combination): Regression test.
12746 * gdb.base/charset.c (my_wchar_t): New typedef.
12747 (myvar): New global.
12748 (main): Set myvar.
12749
56643c5e
PM
127502009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
12751
12752 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
12753 target.
12754
1fac167a
UW
127552009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12756
12757 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
12758
7ccb0be9
UW
127592009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12760
12761 * gdb.mi/gdb680.exp: Update test for error message.
12762
568d6575
UW
127632009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12764
12765 * gdb.base/annota1.exp: Allow multiple occurrences of the
12766 frames-invalid annotation.
12767 * gdb.cp/annota2.exp: Likewise.
12768
7cd1089b
PM
127692009-06-15 Phil Muldoon <pmuldoon@redhat.com>
12770
12771 * gdb.cp/gdb2495.cc: New file.
12772 * gdb.cp/gdb2495.exp: New file.
12773
72c63395
JK
127742009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12775
12776 Report error on GDB crash during runto.
12777 * lib/gdb.exp (runto <eof>): New.
12778
3788363d
DJ
127792009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
12780
12781 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
12782 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
12783 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
12784 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
12785 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
12786 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
12787 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
12788 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
12789 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
12790 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
12791 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
12792 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
12793 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
12794 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
12795 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
12796 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
12797 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
12798 gdb.server/server-mon.exp, gdb.server/server-run.exp,
12799 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12800 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
12801 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
12802 gdb.trace/passcount.exp, gdb.trace/report.exp,
12803 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
12804 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
12805 gdb.trace/while-stepping.exp: Use a unique name for the compiled
12806 executable.
12807
17592de3
PA
128082009-06-07 Pedro Alves <pedro@codesourcery.com>
12809
12810 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
12811 defined before referencing it.
12812
701e355d
DE
128132009-06-03 Doug Evans <dje@google.com>
12814
12815 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
12816 * gdb.arch/i386-see.c: Ditto.
12817
f2292c65
PM
128182009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
12819
12820 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
12821 (check_macro): Return 1 if undefined.
12822 If first test fails, check if macro debug information is available,
12823 and report unsupported test if no macro information is found.
12824
5a437975
DE
128252009-05-29 Doug Evans <dje@google.com>
12826
12827 * gdb.threads/hand-call-in-threads.exp: New.
12828 * gdb.threads/hand-call-in-threads.c: New.
12829
c141c696
MS
128302009-05-29 Michael Snyder <msnyder@vmware.com>
12831
12832 * gdb.base/break-always.exp: Change "1" to "on".
12833 Add confirmation check.
12834
b3444185
PA
128352009-05-28 Pedro Alves <pedro@codesourcery.com>
12836
12837 * gdb.threads/threxit-hop-specific.c: New.
12838 * gdb.threads/threxit-hop-specific.exp: New.
12839 * gdb.threads/thread-execl.c: New.
12840 * gdb.threads/thread-execl.exp: New.
12841
b6313243
TT
128422009-05-27 Tom Tromey <tromey@redhat.com>
12843 Thiago Jung Bauermann <bauerman@br.ibm.com>
12844
12845 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
12846 (mi_child_regexp): Likewise.
12847 (mi_list_varobj_children_range): Likewise.
12848 (mi_get_features): Likewise.
12849 (mi_list_varobj_children): Rewrite.
12850 * gdb.python/python-mi.exp: New file.
12851
a6bac58e
TT
128522009-05-27 Tom Tromey <tromey@redhat.com>
12853 Thiago Jung Bauermann <bauerman@br.ibm.com>
12854 Phil Muldoon <pmuldoon@redhat.com>
12855 Paul Pluzhnikov <ppluzhnikov@google.com>
12856
12857 * gdb.python/python-prettyprint.exp: New file.
12858 * gdb.python/python-prettyprint.c: New file.
12859 * gdb.python/python-prettyprint.py: New file.
12860 * gdb.base/display.exp: print/r is now valid.
12861
2c74e833
TT
128622009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
12863 Tom Tromey <tromey@redhat.com>
12864 Pedro Alves <pedro@codesourcery.com>
12865 Paul Pluzhnikov <ppluzhnikov@google.com>
12866
12867 * gdb.python/python-template.exp: New file.
12868 * gdb.python/python-template.cc: New file.
12869 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
12870 tests.
12871 * gdb.python/python-value.exp (py_objfile_tests): New proc.
12872 Call it.
12873 (test_value_after_death): New proc.
12874 * gdb.python/python-value.c (PTR): New typedef.
12875 (main): New variable 'x'.
12876
89c73ade
TT
128772009-05-27 Tom Tromey <tromey@redhat.com>
12878
12879 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
12880 tests.
12881 * gdb.python/python-value.exp (py_objfile_tests): New proc.
12882 Call it.
12883
a75724bc
PA
128842009-05-27 Pedro Alves <pedro@codesourcery.com>
12885
12886 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
12887
e58b0e63
PA
128882009-05-24 Pedro Alves <pedro@codesourcery.com>
12889
12890 * gdb.threads/fork-thread-pending.c: New.
12891 * gdb.threads/fork-thread-pending.exp: New.
12892
4ac36638
JK
128932009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12894
12895 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
12896 * gdb.dwarf2/dw2-strp.S (a_string2): New.
12897
889bf7c5 128982009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 12899
889bf7c5 12900 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 12901
b242c3c2
PA
129022009-05-17 Pedro Alves <pedro@codesourcery.com>
12903
12904 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
12905 `gdb_get_line_number'. Call `callee' in both parent and child.
12906 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
12907 `gdb_get_line_number' instead of hardcoding line numbers.
12908 (catch_fork_unpatch_child): New procedure to test detaching
12909 breakpoints from child fork.
12910 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
12911 hardcoding line numbers.
12912 (do_fork_tests): Run `catch_fork_unpatch_child'.
12913
ee342b23
VP
129142009-05-17 Vladimir Prus <vladimir@codesourcery.com>
12915
12916 * gdb.mi/mi-cmd-var.exp: Check that when varobj
12917 of structure type enters or leaves the scope, it
12918 is reported by -var-update.
12919
e2009e98
DE
129202009-05-11 Doug Evans <dje@sebabeach.org>
12921
12922 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 12923 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
12924 * gdb.threads/schedlock.c (main): Fix off-by-one error.
12925
00903456
JK
129262009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12927
12928 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
12929
dc621c35
DE
129302009-04-30 Doug Evans <dje@google.com>
12931
12932 * gdb.threads/watchthreads2.exp: New testcase.
12933 * gdb.threads/watchthreads2.c: New testcase.
12934
9ab4e744
DE
129352009-04-29 Doug Evans <dje@google.com>
12936
12937 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
12938 * gdb.cp/mb-ctor.cc: Ditto.
12939 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
12940 * gdb.cp/mb-inline.h (multi_line_foo): New function.
12941 * gdb.cp/mb-inline1.cc: Call it.
12942 * gdb.cp/mb-inline2.cc: Ditto.
12943 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
12944 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
12945
484086b7
JK
129462009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12947
12948 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
12949 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
12950 Replace all uses of `decimal' by `nonzero'.
12951 (info macro FROM_COMMANDLINE): New test.
12952
379a77b5
TT
129532009-04-27 Tom Tromey <tromey@redhat.com>
12954
12955 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
12956
b92b73c2
DE
129572009-04-27 Doug Evans <dje@google.com>
12958
12959 * gdb.threads/watchthreads.c (main): Initialize args before starting
12960 the threads. Plus formatting cleanup.
12961 * gdb.threads/watchthreads.exp: Avoid errant failures due to
12962 biased scheduling of one thread.
12963
945a118d
JG
129642009-04-27 Jerome Guitton <guitton@adacore.com>
12965
12966 * gdb.cp/templates.cc (GetMax): New template.
12967 (main): Declare two instances of GetMax.
12968 * gdb.cp/templates.exp: Add new test.
12969
d389af10
JK
129702009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12971
12972 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
12973
e7f86de9
JM
129742009-04-22 Joseph Myers <joseph@codesourcery.com>
12975
12976 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
12977
334cc82d
TT
129782009-04-15 Tom Tromey <tromey@redhat.com>
12979
12980 * gdb.base/charset.exp: Add regression test.
12981
d12672cc
JB
129822009-04-14 Joel Brobecker <brobecker@adacore.com>
12983
12984 * gdb.base/exe-lock.exp: New testcase.
12985
18e8c3bc
TT
129862009-04-13 Tom Tromey <tromey@redhat.com>
12987
12988 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
12989 operator on Frame.
12990
5ecd5cbe
UW
129912009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12992
12993 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
12994 * gdb.server/ext-attach.exp: Likewise.
12995
7309f756
VP
129962009-04-03 Vladimir Prus <vladimir@codesourcery.com>
12997
12998 Eliminate some sleep usage.
12999
889bf7c5
PA
13000 * gdb.mi/basics.c (do_nothing): New.
13001 (main): Use do_nothing instead of printf, so that
13002 not to introduce race condition between output of
13003 inferiour and output of gdb. Do not use sleep as it
13004 is not generally available on embedded targets.
7309f756 13005
f4b95f6f
PA
130062009-04-02 Pedro Alves <pedro@codesourcery.com>
13007
13008 * gdb.server/ext-attach.exp: Expect an optional process id after
13009 "Detached from remote process".
13010
de40b933
JK
130112009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13012
13013 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
13014 gdb.dwarf2/dw2-unresolved.exp: New.
13015
2ae101a4
PA
130162009-04-02 Pedro Alves <pedro@codesourcery.com>
13017
13018 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
13019 mi_run_to_main.
13020
56a8e183
PA
130212009-04-02 Pedro Alves <pedro@codesourcery.com>
13022
13023 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
13024 mi_run_to_main. Skip thread exit test on remote targets.
13025 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
13026 mi_run_to_main.
13027 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
13028 mi_run_to_main.
13029 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
13030 when expecting ^connected. Detect when the target doesn't support
13031 non-stop mode.
13032 (mi_run_cmd): Detect if non-stop mode was requested by isn't
13033 supported. Return -1 on error, 0 on success.
13034 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
13035 (mi_runto): Return mi_runto_helper's result explicitly.
13036
c35fafde
PA
130372009-04-01 Pedro Alves <pedro@codesourcery.com>
13038
13039 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
13040
f8a8dce6
JB
130412009-04-01 Tom Tromey <tromey@redhat.com>
13042
13043 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
13044 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
13045 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
13046 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
13047
71c25dea
TT
130482009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
13049 Jan Kratochvil <jan.kratochvil@redhat.com>
13050
13051 PR gdb/931
13052 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
13053 output.
13054 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
13055 for gdb/931.
13056 * dw2-strp.S (DW_AT_language): Change to C++.
13057 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
13058
02d9a9ce
JB
130592009-03-31 Joel Brobecker <brobecker@adacore.com>
13060
13061 * gdb.ada/tasks: New testcase.
13062
1042e4c0
SS
130632009-03-30 Stan Shebs <stan@codesourcery.com>
13064
13065 * gdb.trace/actions.exp: Update to match new info trace format.
13066 * gdb.trace/deltrace.exp: Ditto.
13067 * gdb.trace/infotrace.exp: Ditto.
13068 * gdb.trace/passcount.exp: Ditto.
13069 * gdb.trace/save-trace.exp: Ditto.
13070 * gdb.trace/while-stepping.exp: Ditto.
13071 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
13072
f8f6f20b
TJB
130732009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13074
13075 * gdb.python/python-frame.c: New file.
13076 * gdb.python/python-frame.exp: New file.
13077
c0c6f777
TJB
130782009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
13079
13080 * gdb.python/python-value.exp: Add tests for the address
13081 attribute.
13082
3cb51905
AS
130832009-03-29 Andreas Schwab <schwab@linux-m68k.org>
13084
13085 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
13086
88fc996f
DE
130872009-03-26 Doug Evans <dje@google.com>
13088
13089 * gdb.mi/mi-nonstop-exit.exp: New file.
13090 * gdb.mi/non-stop-exit.c: New file.
13091
56ef84b1
TT
130922009-03-26 Tom Tromey <tromey@redhat.com>
13093
13094 Update for change to prologue skipping:
13095 * gdb.mi/mi2-simplerun.exp: Update.
13096 * gdb.mi/mi2-break.exp: Update.
13097 * gdb.mi/mi-simplerun.exp: Update.
13098 * gdb.mi/mi-break.exp: Update.
13099 * gdb.base/ending-run.exp: Update.
13100
def2b000
TJB
131012009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
13102
13103 * gdb.python/python-value.exp (test_value_in_inferior): Test
13104 gdb.Value.is_optimized_out attribute.
13105
442ddf59
JK
131062009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13107
13108 * gdb.dwarf2/dw2-noloc-main.c: New file.
13109 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
13110 (.text): Remove.
13111 (.data): New.
13112 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
13113 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
13114 (DW_TAG_subprogram func_cu1, noloc): Remove.
13115 (main): New.
13116 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
13117 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
13118 (file_symbols): New procedure.
13119
a8df5de4
TT
131202009-03-25 Tom Tromey <tromey@redhat.com>
13121
13122 * gdb.base/charset.exp (valid_target_charset): New proc.
13123 Use it to skip tests on invalid charsets.
13124
cc1d7add
PM
131252009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
13126
13127 * gdb.base/completion.exp: Add a test for directory completion.
13128
bcd5727b
JK
131292009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13130
13131 Fix a racy FAIL.
13132 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
13133 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
13134
cc924cad
TJB
131352009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
13136
13137 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
13138 * gdb.python/python-function.exp: Add test for function returning
13139 a GDB value.
13140
bc3b79fd
TJB
131412009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
13142
13143 * gdb.python/python-function.exp: New file.
13144
6c7a06a3
TT
131452009-03-20 Tom Tromey <tromey@redhat.com>
13146
13147 * gdb.base/store.exp: Update for change to escape output.
13148 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
13149 to escape output.
13150 * gdb.base/pointers.exp: Update for change to escape output.
13151 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
13152 to escape output.
13153 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
13154 escape output.
13155 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
13156 to escape output.
13157 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
13158 escape output.
13159 * gdb.base/setvar.exp: Update for change to escape output.
13160 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
13161 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
13162 to escape output.
13163 (test_print_string_constants): Likewise.
13164 * gdb.base/charset.exp (valid_host_charset): Check size of
13165 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
13166 cases. Handle "auto"-related output.
13167 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
13168 (uvar, Uvar): New globals.
13169
c31af87b
JG
131702009-03-19 Jerome Guitton <guitton@adacore.com>
13171
13172 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
13173 deltas.
13174 * gdb.ada/fixed_points.exp: Ditto.
13175
51272cf2
PA
131762009-03-18 Pedro Alves <pedro@codesourcery.com>
13177
13178 * return-nodebug.c: Don't include stdio.h.
13179 (init): Delete.
13180 (func): Delete definition and provide extern declaration.
13181 (t): New.
13182 (main): Don't call printf. Call func and store its result in t.
13183 * return-nodebug1.c: New.
13184 * return-nodebug.exp: Don't expect stdio output. Instead, print
13185 the global variable t. Drop printf formatters and cast types from
13186 foreach loop. Don't use prepare_for_testing. Compile
13187 return-nodebug.c and return-nodebug1.c in separate steps. Don't
13188 define FORMAT or CAST.
13189
d24948ac
PP
131902009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
13191
13192 * gdb.base/solib-display.exp: Disable test for remote targers.
13193
61ff14c6
JK
131942009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13195
13196 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
13197
cb4dce93
JK
131982009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13199
13200 Fix a racy FAIL.
13201 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
13202 code from `follow parent, print pids'.
13203 (`follow child, print pids', `follow parent, print pids'): Call it.
13204 Replace `gdb_test "break..."' by gdb_breakpoint.
13205
f7c60c5e
VP
132062009-03-13 Vladimir Prus <vladimir@codesourcery.com>
13207
13208 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 13209 sync and async modes.
f7c60c5e 13210
383ace49
JB
132112009-03-12 Joel Brobecker <brobecker@adacore.com>
13212
13213 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
13214 that was checked in by mistake. Remove loading of ada.exp, since
13215 this is not necessary in this case.
13216
4ce102af
JB
132172009-03-12 Joel Brobecker <brobecker@adacore.com>
13218
13219 * gdb.ada/ptype_arith_binop.exp: New testcase.
13220
529a2aef
JB
132212009-03-12 Joel Brobecker <brobecker@adacore.com>
13222
13223 * gdb.ada/mod_from_name: New testcase.
13224
8a38181c
JB
132252009-03-12 Joel Brobecker <brobecker@adacore.com>
13226
13227 * gdb.ada/tick_last_segv: New testcase.
13228
11436dee
VP
132292009-03-12 Vladimir Prus <vladimir@codesourcery.com>
13230
61ff14c6 13231 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 13232
1f31650a
VP
132332009-03-12 Vladimir Prus <vladimir@codesourcery.com>
13234
61ff14c6
JK
13235 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
13236 include the token in ^running and frame info in *stopped.
1f31650a 13237
a3247a22
PP
132382009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
13239
13240 * solib-display.exp: New file.
13241 * solib-display-main.c: New file.
13242 * solib-display-lib.c: New file.
61ff14c6 13243
aae64587
PA
132442009-03-05 Pedro Alves <pedro@codesourcery.com>
13245
13246 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
13247
44aabfbc
JK
132482009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13249
13250 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
13251 (list_and_check_macro): Use more specific test name.
13252 (next to definition): Make the test names unique.
13253
c087fcd3
PM
132542009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
13255
13256 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 13257
c86cf029
VP
132582009-02-17 Vladimir Prus <vladimir@codesourcery.com>
13259
13260 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
13261 notifications.
13262 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
13263 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
13264 * lib/mi-support.exp (library_loaded_re): New.
13265 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
13266
3ea85240
VP
132672009-02-17 Vladimir Prus <vladimir@codesourcery.com>
13268
13269 * gdb.gdb/observer.exp: Use test_notification observer, not
13270 normal_stop, everywhere.
13271 (test_normal_stop_notifications): Rename to...
13272 (test_notifications): ...this.
13273 (test_observer_normal_stop): Rename to...
13274 (test_observer): ...this.
13275
1903f0e6
DE
132762009-02-16 Doug Evans <dje@google.com>
13277
13278 * gdb.arch/amd64-disp-step.S (test_int3): New test.
13279 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
13280 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
13281 (test_prefixed_syscall,test_int3): New tests.
13282 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
13283 (test_prefixed_syscall,test_int3): New tests.
13284
1d33d6ba
VP
132852009-02-14 Vladimir Prus <vladimir@codesourcery.com>
13286
3cb51905
AS
13287 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
13288 (mi_expect_interrupt): Likewise.
13289 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
13290 response.
1d33d6ba 13291
faafb047
PM
132922009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
13293
13294 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
13295 * gdb.base/pc-fp.exp (get_valueofx): Remove.
13296 Replace calls to get_valueofx by get_hexadecimal_valueof.
13297
417e16e2
PM
132982009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
13299
13300 * lib/gdb.exp (get_valueof): Accept anything as a return value.
13301 (get_integer_valueof): New procedure.
13302 (get_sizeof): Use new get_integer_value_of.
13303 * gdb.base/sizeof.exp: Replace all uses of get_valueof
13304 by get_integer_valueof.
13305
7065b901
TT
133062009-02-13 Tom Tromey <tromey@redhat.com>
13307
13308 * gdb.base/remote.exp (get_sizeof): Remove.
13309 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
13310 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
13311 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
13312 * lib/gdb.exp (get_valueof): Move from long_long.exp.
13313 (get_sizeof): Likewise.
13314
5d7cb8df
JK
133152009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13316
13317 PR fortran/9806
13318 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
13319
b2febfff
PP
133202009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
13321
13322 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
13323
4aa995e1
PA
133242009-02-06 Pedro Alves <pedro@codesourcery.com>
13325
13326 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
13327
d8906c6f
TJB
133282009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
13329
13330 * gdb.python/python-cmd.exp: New file.
13331
ff4ab08d
TG
133322009-02-06 Tristan Gingold <gingold@adacore.com>
13333
13334 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
13335
aacd552b
TG
133362009-02-05 Tristan Gingold <gingold@adacore.com>
13337
13338 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
13339 pointer is dereferenced and use this signal name in regexp.
13340 * gdb.base/signull.exp: Ditto.
13341 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
13342 * gdb.base/signull.c (main): Ditto.
13343
08c637de
TJB
133442009-02-04 Tom Tromey <tromey@redhat.com>
13345 Thiago Jung Bauermann <bauerman@br.ibm.com>
13346
13347 * gdb.python/python-value.exp: Use `gdb.history' instead of
13348 `gdb.value_from_history'.
13349 (test_value_numeric_ops): Add test for conversion of enum constant.
13350 * gdb.python/python-value.c (enum e): New type.
13351 (evalue): New global.
13352 (main): Use argv.
13353
20261af8
JG
133542009-02-04 Jerome Guitton <guitton@adacore.com>
13355
13356 * gdb.ada/uninitialized_vars: New test program.
13357 * gdb.ada/uninitialized_vars.exp: New testcase.
13358
52e44b43
TT
133592009-02-02 Tom Tromey <tromey@redhat.com>
13360
13361 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
13362 * gdb.cp/pr2489.cc: Rename...
13363 * gdb.cp/pr9594.cc: ... to this.
13364
1c71341a
TT
133652009-02-02 Tom Tromey <tromey@redhat.com>
13366
13367 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
13368 * gdb.cp/pr2489.cc: New file.
13369 * gdb.cp/cpcompletion.exp: New file.
13370
a4295225
TT
133712009-02-02 Tom Tromey <tromey@redhat.com>
13372
13373 PR exp/9059:
13374 * gdb.cp/call-c.exp: Add regression test.
13375 * gdb.cp/call-c.cc (FooHandle): New typedef.
13376 (main): New variable 'handle'.
13377
592375cd
VP
133782009-01-30 Vladimir Prus <vladimir@codesourcery.com>
13379
13380 * lib/mi-support.exp (et_mi_thread_list)
13381 (check_mi_and_console_threads): Adjust for current thread in
13382 -thread-list-ids output.
13383
41447f92
VP
133842009-01-30 Vladimir Prus <vladimir@codesourcery.com>
13385
889bf7c5
PA
13386 * gdb.mi/mi-break.exp (test_disabled_creation): New.
13387 Call it.
41447f92 13388
35669430
DE
133892009-01-28 Doug Evans <dje@google.com>
13390
13391 * gdb.arch/amd64-disp-step.S: New file.
13392 * gdb.arch/amd64-disp-step.exp: New file.
13393 * gdb.arch/i386-disp-step.S: New file.
13394 * gdb.arch/i386-disp-step.exp: New file.
13395
09f00d9a
PM
133962009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
13397
13398 * gdb.base/find.exp: Set newline variable
13399 using quotes instead of braces to fix cygwin failures.
13400
1e8fb976
PA
134012009-01-23 Pedro Alves <pedro@codesourcery.com>
13402
13403 * gdb.base/radix.exp: Add tests to ensure that that set
13404 input-radix 0 and set output-radix 0 are really rejected.
13405
da061712
PA
134062009-01-23 Pedro Alves <pedro@codesourcery.com>
13407
13408 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
13409 copyright years.
13410
dd7e2d2b
PA
134112009-01-23 Pedro Alves <pedro@codesourcery.com>
13412
13413 PR gdb/9664:
13414 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
13415
392452f6
PA
134162009-01-22 Pedro Alves <pedro@codesourcery.com>
13417
13418 PR c++/9631:
13419 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
13420
8653e71c
PM
134212009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
13422
13423 * gdb.server/file-transfer.exp: Use EXEEXT variable for
13424 binfile definition to fix Windows OS failure.
13425
a12cc160
DJ
134262009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
13427
13428 PR gdb/9346
13429 * gdb.base/interrupt.c (sigint_handler): New.
13430 (main): Install a SIGINT handler if SIGNALS is defined. Exit
13431 on error.
13432 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
13433 Test "signal SIGINT".
13434
b89667eb
DE
134352009-01-19 Doug Evans <dje@google.com>
13436
13437 * gdb.base/break.exp: Update expected gdb output.
13438 * gdb.base/sepdebug.exp: Ditto.
13439 * gdb.mi/mi-syn-frame.exp: Ditto.
13440 * gdb.mi/mi2-syn-frame.exp: Ditto.
13441 * gdb.base/call-signal-resume.exp: New file.
13442 * gdb.base/call-signals.c: New file.
13443 * gdb.base/unwindonsignal.exp: New file.
13444 * gdb.base/unwindonsignal.c: New file.
13445 * gdb.threads/interrupted-hand-call.exp: New file.
13446 * gdb.threads/interrupted-hand-call.c: New file.
13447 * gdb.threads/thread-unwindonsignal.exp: New file.
13448
adb483fe
DJ
134492009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
13450
13451 * gdb.base/define.exp: Test defining and hooking prefix commands.
13452 * gdb.python/python.exp: Update test for "show user" output.
13453
60023297
JK
134542009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13455
13456 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
13457 now the output exactly, using less wildcards. Expect also the output
13458 of gfortran-4.3. Update for the f-valprint.c modification from
13459 2008-04-22.
13460 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
13461 Remove gdb_test test names where matching the command.
13462
ccc57cf9
PA
134632009-01-01 Pedro Alves <pedro@codesourcery.com>
13464
13465 PR breakpoints/9681:
13466 * gdb.base/watchpoint.exp: Add regression test.
13467
c7a6ca08
PA
134682008-12-31 Pedro Alves <pedro@codesourcery.com>
13469
13470 * gdb.threads/attach-into-signal.exp: Don't use
13471 gdb_suppress_entire_file.
13472 * gdb.threads/attach-stopped.exp: Ditto.
13473 * gdb.threads/attachstop-mt.exp: Ditto.
13474
3a031f65
PA
134752008-12-31 Pedro Alves <pedro@codesourcery.com>
13476
13477 PR gdb/8812:
13478 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
13479
09e6485f
PA
134802008-12-29 Pedro Alves <pedro@codesourcery.com>
13481
13482 PR gdb/7536:
13483 * gdb.base/radix.exp: Add tests to ensure invalid input radices
13484 and unsupported output radices are really rejected.
13485
0cd53049
JK
134862008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13487
13488 * gdb.cp/punctuator.exp: Backslash the '$' signs.
13489
ba163c7e
TT
134902008-12-22 Tom Tromey <tromey@redhat.com>
13491
13492 * gdb.cp/punctuator.exp: New file.
13493
6f4de6c9
JK
134942008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13495
13496 * gdb.base/completion.exp (Completing non-existing component): New test.
13497
0f34d0b4
JK
134982008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13499
13500 Fix for PR gdb/8648.
13501 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
13502 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
13503 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
13504 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
13505
db2ad4c3
JK
135062008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13507
13508 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
13509
bb5ef15e
DP
135102008-12-16 Christophe Lyon <christophe.lyon@st.com>
13511
13512 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
13513 compiler actually generate code at the expected line number.
13514
90142adc
JZ
135152008-12-15 Jie Zhang <jie.zhang@analog.com>
13516
13517 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
13518
fad6eecd
TT
135192008-12-12 Tom Tromey <tromey@redhat.com>
13520
13521 * gdb.base/commands.exp (redefine_hook_test): New proc.
13522 Call it.
13523
17c8aaf5
TT
135242008-12-11 Tom Tromey <tromey@redhat.com>
13525
13526 * gdb.base/macscp.exp: New regression test.
13527
7c8adf68
TT
135282008-12-11 Tom Tromey <tromey@redhat.com>
13529
13530 * gdb.base/macscp.exp: Print "address.addr".
13531 * gdb.base/macscp1.c (struct outer): New struct.
13532 (address): New global.
13533
b05dcbb7
TT
135342008-12-09 Tom Tromey <tromey@redhat.com>
13535
13536 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
13537 Call it.
13538
2d476de1
DE
135392008-12-04 Doug Evans <dje@google.com>
13540
13541 * gdb.server/ext-run.exp: Relax regexp for init program.
13542
87bdc959
TG
135432008-12-03 Tristan Gingold <gingold@adacore.com>
13544
13545 * gdb.base/macscp.exp: Generate an object file during compilation
13546 to work around Darwin dsymutil limitations.
13547
e0740f77
JK
135482008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13549
13550 Test resolving external references to TLS variables.
13551 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
13552 FILE2_THREAD_LOCAL.
13553 (testfile2, srcfile2): New variables.
13554 * gdb.threads/tls.c (file2_thread_local)
13555 (function_referencing_file2_thread_local): New.
13556 * gdb.threads/tls2.c: New file.
13557
67f0aac5
JB
135582008-11-28 Joel Brobecker <brobecker@adacore.com>
13559
13560 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
13561 rather than integer, as integer might not be big enough when
13562 on 64bit targets.
67f0aac5 13563
c332165e
JG
135642008-11-27 Jerome Guitton <guitton@adacore.com>
13565
13566 * gdb.cp/formatted-ref.exp: Add equality test.
13567 * gdb.ada/formatted_ref.exp: Ditto.
13568
fc9b693c
JK
135692008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13570
13571 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
13572 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
13573
a9c64011
AS
135742008-11-20 Andreas Schwab <schwab@suse.de>
13575
13576 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
13577 matching syscall entry point.
13578 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13579 (tcatch_vfork_then_child_follow): Likewise. Finish through
13580 vfork even if we stopped at the syscall trampoline.
13581
e2fd701e
DE
135822008-11-20 Doug Evans <dje@google.com>
13583
13584 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
13585
69abc51c
TJB
135862008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
13587
13588 * gdb.arch/ppc-dfp.exp: New file.
13589 * gdb.arch/ppc-dfp.c: New file.
13590
c14c28ba
PP
135912008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
13592
13593 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 13594
2e74121d
DE
135952008-11-17 Doug Evans <dje@google.com>
13596
13597 * gdb.mi/mi-syn-frame.exp: Update expected output.
13598 * gdb.mi/mi2-syn-frame.exp: Update expected output.
13599
66bb093b
VP
136002008-11-17 Vladimir Prus <vladimir@codesourcery.com>
13601
13602 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
13603 "thread N" results in =thread-selected.
13604 * lib/mi-support (mi_run_cmd, mi_expect_stop)
13605 (mi_send_resuming_command_raw): Be prepared for
13606 =thread-selected.
13607
3d043ef6
VP
136082008-11-17 Vladimir Prus <vladimir@codesourcery.com>
13609
a9c64011
AS
13610 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
13611 * lib/mi-support.exp: Likewise.
3d043ef6 13612
808104c8
JB
136132008-11-16 Joel Brobecker <brobecker@adacore.com>
13614
13615 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
13616 commands from the expected output for "help catch".
13617
00b22944
JB
136182008-11-15 Joel Brobecker <brobecker@adacore.com>
13619
13620 * gdb.ada/int_deref.exp: New testcase.
13621
59669435
TT
136222008-11-14 Nick Roberts <nickrob@snap.net.nz>
13623
13624 * gdb.mi/gdb2549.exp: New file.
13625
de04a248
DE
136262008-11-11 Doug Evans <dje@google.com>
13627
13628 * gdb.base/callexit.exp: New file.
13629 * gdb.base/callexit.c: New file.
13630
6b8ce727
DE
136312008-11-10 Doug Evans <dje@google.com>
13632
13633 * lib/gdb.exp (GDBFLAGS): Move -nx ...
13634 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
13635 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
13636 (default_gdb_start,default_gdb_exit): Ditto.
13637 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
13638 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
13639 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
13640 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
13641 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
13642 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
13643
1b14b8aa
AS
136442008-11-03 Andreas Schwab <schwab@suse.de>
13645
13646 * gdb.base/hashline2.exp: Fix typo.
13647 * gdb.base/hashline3.exp: Likewise.
13648
f3134b88
TT
136492008-10-30 Tom Tromey <tromey@redhat.com>
13650
13651 * gdb.base/pointers.exp: Add test.
13652 * gdb.base/pointers.c (k, S): New typedefs.
13653 (instance): New global.
13654
c2226152
AS
136552008-10-30 Andreas Schwab <schwab@suse.de>
13656
13657 * gdb.base/args.exp: Add tests for newlines.
13658
462f405c
JB
136592008-10-30 Joel Brobecker <brobecker@adacore.com>
13660
13661 gdb.base/foll-exec.exp: Update the expected output of a couple
13662 of "info breakpoints" tests.
13663
79a45b7d
TT
136642008-10-28 Tom Tromey <tromey@redhat.com>
13665
13666 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
13667
adc13a14
PA
136682008-10-24 Pedro Alves <pedro@codesourcery.com>
13669
13670 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
13671 gdb_start_cmd.
13672 Use runto_main before any test that requires execution.
13673
252fbfc8
PA
136742008-10-23 Pedro Alves <pedro@codesourcery.com>
13675
13676 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
13677 instead of SIGINT.
13678
28148e3d
JB
136792008-10-22 Joel Brobecker <brobecker@adacore.com>
13680
13681 * gdb.base/completion.exp: Update expected output following
13682 the addition of the "info tasks" command.
13683
c209f847
TT
136842008-10-22 Tom Tromey <tromey@redhat.com>
13685
13686 * gdb.base/exprs.exp (test_expr): Add test for string
13687 concatenation.
13688
f177e350
PA
136892008-10-19 Pedro Alves <pedro@codesourcery.com>
13690
13691 * configure.ac: Output gdb.python/Makefile.
13692 * configure: Regenerate.
13693 * gdb.python/Makefile.in: New.
13694
cce89356
JB
136952008-10-16 Joel Brobecker <brobecker@adacore.com>
13696
13697 * gdb.base/foll-fork.exp: Adjust the expected output to match
13698 the new description for fork/vfork catchpoints in the "info
13699 breakpoints" output.
13700
176d289d
TJB
137012008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
13702
13703 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
13704
a08702d6
TJB
137052008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
13706
13707 * gdb.python/python-value.c: New file.
13708 * gdb.python/python-value.exp: New file.
13709
1c5cfe86
PA
137102008-10-15 Pedro Alves <pedro@codesourcery.com>
13711
13712 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
13713
5a98ad69
DP
137142008-10-15 Denis Pilat <denis.pilat@st.com>
13715
41702f1b 13716 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 13717
dcb1a1e2
TT
137182008-10-09 Tom Tromey <tromey@redhat.com>
13719
13720 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
13721 'fprintf' and 'stderr'.
13722
9124fe48
JB
137232008-10-07 Joel Brobecker <brobecker@adacore.com>
13724
13725 * gdb.ada/ref_tick_size.exp: New testcase.
13726
45452591
DE
137272008-10-06 Doug Evans <dje@google.com>
13728
13729 * gdb.dwarf2/dw2-cu-size.exp: New file.
13730 * gdb.dwarf2/dw2-cu-size.S: New file.
13731
13732 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
13733 .Ltype_int for clarity.
13734
4fc5b208
PP
137352008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13736
13737 PR gdb/2384:
13738 * gdb.cp/gdb2384.exp: Extended to test more cases.
13739 * gdb.cp/gdb2384.cc: Likewise.
13740 * gdb.cp/gdb2384-base.h: Likewise.
13741 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 13742
d78df370
JK
137432008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13744
13745 * gdb.base/maint.exp (maint print type): Remove printing
13746 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
13747
9a044a89
TT
137482008-09-30 Tom Tromey <tromey@redhat.com>
13749
13750 * gdb.base/macscp.exp: Add completion tests.
13751 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
13752 (TWENTY_THREE): Likewise.
13753 (FORTY_EIGHT): Likewise.
13754
506800a9
TT
137552008-09-30 Tom Tromey <tromey@redhat.com>
13756
13757 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
13758 everywhere.
13759 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
13760
1a6f01b5
JK
137612008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13762
13763 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
13764 testcase is derived from. Fix racy dependency on an expected PID
13765 number. No longer support the testcase on Linux kernel 2.4.x.
13766
2fae03e8
TT
137672008-09-27 Tom Tromey <tromey@redhat.com>
13768
13769 * gdb.base/macscp.exp: Add tests for stringification, splicing,
13770 and varargs.
13771
1ad15515
PA
137722008-09-22 Pedro Alves <pedro@codesourcery.com>
13773
13774 * lib/mi-support.exp (mi_expect_interrupt): New.
13775 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
13776 from gdb.mi/mi-nonstop.exp.
13777 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
13778 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
13779 lib/mi-support.exp.
13780 Use mi_check_thread_states throughout. Avoid ".*" and do not
13781 require an anchor after -exec-run.
13782
d0b76dc6
DJ
137832008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
13784
13785 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
13786 stop is pending. Avoid ".*" when two stops are pending.
13787 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
13788 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
13789 newlines in fullnames.
13790 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
13791 (mi_expect_stop): Update comments. Only anchor in sync mode.
13792 Do not match newlines.
13793 (mi_send_resuming_command_raw): Always return status.
13794 (mi_get_stop_line): Do not match more than one line by accident.
13795 Only anchor in sync mode.
13796 (mi_run_inline_test): If -exec-next fails, give up.
13797
9990c830
UW
137982008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13799
13800 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
13801 on SPU.
13802
ebcf6f00
JB
138032008-09-10 Joel Brobecker <brobecker@adacore.com>
13804
13805 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
13806
b6db24e5
JB
138072008-09-10 Joel Brobecker <brobecker@adacore.com>
13808
13809 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
13810 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
13811 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
13812 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
13813 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
13814 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
13815 gdb.ada/interface.exp, gdb.ada/null_array.exp,
13816 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
13817 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
13818 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
13819 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
13820 Include the "= " sequence in the expected output of print tests.
13821
2bf448e0
JB
138222008-09-10 Joel Brobecker <brobecker@adacore.com>
13823
13824 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
13825 description for boolean types.
13826
d51fd4c8
PA
138272008-09-09 Pedro Alves <pedro@codesourcery.com>
13828
13829 * gdb.base/hook-stop-continue.c: New.
13830 * gdb.base/hook-stop-continue.exp: New.
13831
694182d2
DJ
138322008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
13833
13834 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
13835
3b8a7fc0
JG
138362008-09-08 Jerome Guitton <guitton@adacore.com>
13837
13838 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
13839 (stack_check_probe_2, stack_check_probe_loop_1)
13840 (stack_check_probe_loop_2): New functions.
13841 (main): Add call to these new functions.
13842 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
13843 functions, check that the breakpoint is inserted at the appropriate
13844 location.
13845 (insert_breakpoint): Slightly refine this procedure so that it can
13846 be called several times in the test.
13847
96cc0ae8
JG
138482008-09-08 Jerome Guitton <guitton@adacore.com>
13849
13850 * gdb.base/stack-checking.c: New file.
13851 * gdb.base/stack-checking.exp: New file.
13852
1f08b409
TJB
138532008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
13854
13855 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
13856 * gdb.arch/altivec-regs.exp: Likewise.
13857 * gdb.arch/vsx-regs.exp: Likewise.
13858
3099e1c4
TJB
138592008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
13860
13861 * gdb.arch/ppc-fp.exp: New file.
13862 * gdb.arch/ppc-fp.c: New file.
13863
cc69bfc1
PP
138642008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
13865
13866 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
13867 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 13868
b02a33db
MS
138692008-09-04 Michael Snyder <msnyder@vmware.com>
13870
13871 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
13872 as "at" (for non-debug functions such as _start).
13873
2992cbe0
UW
138742008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13875
13876 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
13877 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
13878 software watchpoints.
13879 * gdb.base/watch_thread_num.exp: Likewise.
13880
514f746b
AR
138812008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
13882
13883 * gdb.arch/i386-bp_permanent.exp: New test.
13884
876cecd0
TT
138852008-08-24 Tom Tromey <tromey@redhat.com>
13886
13887 * gdb.base/maint.exp: Update "maint print type".
13888
80f73d71
VP
138892008-08-21 Vladimir Prus <vladimir@codesourcery.com>
13890
13891 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
13892 support. Adjust the order of "*running" notifications.
13893 * gdb.mi/non-stop.c: Don't cast from int to void* and
13894 back.
13895
d9c78d7d
MK
138962008-08-20 Mark Kettenis <kettenis@gnu.org>
13897
13898 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
13899 expect to find it in the "info frame" output.
13900
97a2d1d3
DJ
139012008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
13902
13903 * gdb.base/interp.exp: Always consume both prompts.
13904
b96e2927
PA
139052008-08-20 Pedro Alves <pedro@codesourcery.com>
13906
13907 * gdb.base/pending.exp: Test pending breakpoints without symbols
13908 loaded.
13909
8cf6e61a
VP
139102008-08-19 Vladimir Prus <vladimir@codesourcery.com>
13911
13912 * lib/mi-support.exp (mi_expect_stop): Produce
13913 more details on failures.
13914 * gdb.mi/mi-nonstop.exp: New.
13915 * gdb.mi/non-stop.c: New.
13916
c6ebd6cf
VP
139172008-08-19 Vladimir Prus <vladimir@codesourcery.com>
13918
a9c64011
AS
13919 * gdb.mi/mi-async.exp: Use 'set target-async'.
13920 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 13921
46a9b8ed
DJ
139222008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
13923
13924 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
13925
44feb3ce
TT
139262008-08-17 Tom Tromey <tromey@redhat.com>
13927
13928 * gdb.base/help.exp (help catch): Rewrite.
13929
311a4e6b
TJB
139302008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
13931
13932 * gdb.base/define.exp: Test indented command documentation.
13933 * gdb.python/python.exp: Test indented multi-line command.
13934
604c2f83
LM
139352008-08-15 Luis Machado <luisgpm@br.ibm.com>
13936
13937 * testsuite/gdb.arch/vsx-regs.c: New source file.
13938 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
13939 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
13940
886a217c
TT
139412008-08-14 Tom Tromey <tromey@redhat.com>
13942
13943 * gdb.base/macscp.exp: Add regression test for "macro define" or
13944 "macro undef" with no arguments.
13945
c814a4f3
PP
139462008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
13947
13948 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 13949
12ab8a60
UW
139502008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13951
13952 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
13953
d57a3c85
TJB
139542008-08-06 Tom Tromey <tromey@redhat.com>
13955
13956 * gdb.python/python.exp: New file.
13957
c7b778ff
JK
139582008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13959
13960 Fix for PR gdb/1543.
13961 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
13962 $LOCATION.
13963 (location): New variable.
13964 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
13965 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
13966 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
13967 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
13968 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
13969 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
13970 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
13971 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
13972 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
13973 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
13974 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
13975 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
13976 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
13977 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
13978 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
13979 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
13980 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
13981 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
13982 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
13983 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
13984 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
13985 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
13986 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
13987 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
13988 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
13989 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
13990 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
13991 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
13992 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
13993 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
13994 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
13995 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
13996 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
13997 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
13998 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
13999 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
14000 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
14001 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14002 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
14003 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
14004 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
14005 gdb.base/type-opaque.exp, gdb.base/until.exp,
14006 gdb.base/value-double-free.c, gdb.base/varargs.exp,
14007 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
14008 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
14009 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
14010 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
14011 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
14012 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
14013 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
14014 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
14015 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
14016 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
14017 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
14018 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
14019 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
14020 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
14021 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
14022 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14023 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
14024 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
14025 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
14026 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
14027 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
14028 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
14029 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
14030 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
14031 gdb.pascal/types.exp, gdb.stabs/weird.exp,
14032 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
14033 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
14034 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
14035 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
14036 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
14037 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
14038 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14039 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14040 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14041 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14042 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14043 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14044 lib/mi-support.exp, lib/trace-support.exp: Remove reference
14045 to bug-gdb@prep.ai.mit.edu .
14046
5e06a3d1
VP
140472008-07-31 Vladimir Prus <vladimir@codesourcery.com>
14048
14049 * lib/mi-support.exp (mi_load_shlibs): New.
14050 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
14051
9d81d21b
VP
140522008-07-30 Vladimir Prus <vladimir@codesourcery.com>
14053
14054 * lib/mi-support.exp (get_mi_thread_list)
14055 (check_mi_and_console_threads): New, moved from ...
14056 * gdb.mi/mi-pthread.exp: ...here.
14057 * gdb.mi/gdb669.exp (get_mi_thread_list)
14058 (check_mi_and_console_threads): Delete.
14059 * gdb.mi/mi2-pthread.exp: Likewise.
14060
bae98fe0
TT
140612008-07-28 Tom Tromey <tromey@redhat.com>
14062
14063 * Makefile.in (just-check): Remove. Move body to...
14064 (check): ... here.
14065
57380f4e
DJ
140662008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14067
14068 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
14069 Add a test for duplicated SIGINTs.
14070
e09490f1
DJ
140712008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14072
14073 * gdb.threads/schedlock.exp (get_args): Update to work for any
14074 value of NUM.
14075 (Top level): Report the number of threads that did not resume.
14076
6387b45f
DJ
140772008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14078
14079 * gdb.dwarf2/dw2-compressed.S: Also define __start.
14080
62f64ff2
DJ
140812008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14082
14083 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
14084 non-MI prompt.
14085
fa8de41e
TT
140862008-07-26 Tom Tromey <tromey@redhat.com>
14087
14088 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
14089 (function_struct, function_struct_ptr): New globals.
14090 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
14091 function pointer in a struct.
14092
ccb3ac8a
TT
140932008-07-26 Tom Tromey <tromey@redhat.com>
14094
14095 * gdb.base/macscp.exp: Add test for macro lexing bug.
14096
d7d9f01e
TT
140972008-07-18 Tom Tromey <tromey@redhat.com>
14098
14099 * gdb.base/macscp.exp: Add macro tests.
14100
9bf07184
PP
141012008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14102
14103 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
14104
becf6477
PP
141052008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14106
14107 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
14108
0709f7d3
PP
141092008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
14110
14111 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 14112
7093c834
PP
141132008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
14114
14115 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 14116
b432ffe3
JK
141172008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14118
14119 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
14120
b1a268e5
VP
141212008-07-12 Vladimir Prus <vladimir@codesourcery.com>
14122
14123 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
14124
e2995f8e
KB
141252008-07-11 Kevin Buettner <kevinb@redhat.com>
14126
14127 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
14128 of regexp to account for changes made to GDB in the printing of
14129 byte vectors.
14130
14032a66
TT
141312008-07-11 Tom Tromey <tromey@redhat.com>
14132
14133 * gdb.base/completion.exp: Add 'help' completion test.
14134
981505ef
JK
141352008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14136
14137 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
14138
10568435
JK
141392008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14140
14141 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
14142
4487aabf
PA
141432008-07-09 Pedro Alves <pedro@codesourcery.com>
14144
14145 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
14146
a4a9b1c4
PA
141472008-07-09 Pedro Alves <pedro@codesourcery.com>
14148
14149 * gdb.base/fullname.exp: Restore pwd if compiling failed.
14150
3c3185ac
JK
141512008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14152
14153 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
14154
7ebd49dc
VP
141552008-06-28 Vladimir Prus <vladimir@codesourcery.com>
14156
14157 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
14158 previous commit. Add a comment.
14159
84e46146
PA
141602008-06-28 Pedro Alves <pedro@codesourcery.com>
14161
14162 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
14163
0f8d4a2f
VP
141642008-06-28 Vladimir Prus <vladimir@codesourcery.com>
14165
14166 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
14167
f747e0ce
PA
141682008-06-27 Pedro Alves <pedro@codesourcery.com>
14169
14170 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
14171 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
14172 compiling an executable, link in an object that forces unbuffered
14173 output.
14174 * lib/set_unbuffered_mode.c: New file.
14175
734a5c36
JK
141762008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14177
14178 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
14179
a2840c35
VP
141802008-06-25 Vladimir Prus <vladimir@codesourcery.com>
14181
a9c64011
AS
14182 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
14183 mi_expect_stop.
14184 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
14185 Demand that *running is output.
14186 (detect_async): Perform checking every time.
14187 (mi_send_resuming_command): Extract everything into...
14188 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
14189 (mi_expect_stop): Don't accept any output before *stopped.
14190
6ae37fef
VP
141912008-06-13 Vladimir Prus <vladimir@codesourcery.com>
14192
14193 Robustify mi-simplerun.
a9c64011
AS
14194 * gdb.mi/basics.c (main): Add a call to sleep.
14195 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
14196 * gdb.mi/mi2-cli.exp: Likewise.
14197 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 14198
b4aa76f0 141992008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
14200
14201 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
14202
e1ac3328
VP
142032008-06-10 Vladimir Prus <vladimir@codesourcery.com>
14204
a9c64011
AS
14205 * gdb.mi/mi-console.exp: Adjust.
14206 * gdb.mi/mi-syn-frame.exp: Adjust.
14207 * gdb.mi/mi2-console.exp: Adjust.
14208 * gdb.mi/mi2-syn-frame.exp: Adjust.
14209 * lib/mi-support.exp (mi_run_cmd): Adjust.
14210 (mi_send_resuming_command): Adjust.
e1ac3328 14211
f7f9a841
VP
142122008-06-10 Vladimir Prus <vladimir@codesourcery.com>
14213
14214 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
14215 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
14216 testing of stopped.
14217 * gdb.mi/mi2-syn-frame.exp: Likewise.
14218 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
14219 (async, detect_async): New.
14220 (mi_expect_stop, mi_continue_to_line): Adjust expectation
14221 depending on if we're running in sync or async mode.
f7f9a841 14222
37cd5d19
TT
142232008-06-09 Tom Tromey <tromey@redhat.com>
14224
14225 * gdb.base/completion.exp: New tests for field name completion
14226 with spaces, and field name completion with '->'.
14227
65d12d83
TT
142282008-06-06 Tom Tromey <tromey@redhat.com>
14229
14230 * gdb.base/break1.c (struct some_struct): New struct.
14231 (values): New global.
14232 * gdb.base/completion.exp: Add field name completion test.
14233
ebfe2e3f
PP
142342008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
14235
14236 * gdb.cp/call-c.exp: Test for incorrect handling of reference
14237 to pointer.
14238 * gdb.cp/call-c.cc: Likewise.
14239
bcf6fc3a
NR
142402008-06-06 Nick Roberts <nickrob@snap.net.nz>
14241
14242 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
14243 annotation.
14244
49fd4a42 142452008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 14246 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
14247
14248 * gdb.threads/execl.c, gdb.threads/execl1.c,
14249 gdb.threads/execl.exp: New tests.
a9c64011 14250
8a34ac3f
AR
142512008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
14252 Daniel Jacobowitz <dan@codesourcery.com>
14253
14254 * gdb.cp/exception.exp: Activate test, make it work with pending
14255 catchpoints.
14256
86ae69ef
JK
142572008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14258
14259 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
14260
f7f9ae2c
VP
142612008-05-28 Vladimir Prus <vladimir@codesourcery.com>
14262
a9c64011
AS
14263 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
14264 now printed.
14265 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 14266
2a2d4dc3
AS
142672008-05-27 Andreas Schwab <schwab@suse.de>
14268
14269 * gdb.base/frame-args.exp: Handle arguments that are optimized
14270 out.
14271
5099e4d9
LM
142722008-05-26 Luis Machado <luisgpm@br.ibm.com>
14273
14274 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
14275 quiet for ppc32 and group options into a single variable.
14276
d9c36a91
JB
142772008-05-23 Joel Brobecker <brobecker@adacore.com>
14278
14279 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
14280 of zero-size elements.
14281 * gdb.ada/null_array.exp: Test printing this new array.
14282
103a8671
JK
142832008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14284
14285 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
14286
07a4cc1a 142872008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
14288
14289 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
14290 of the "finish" command.
14291
55f996a7
NR
142922008-05-21 Nick Roberts <nickrob@snap.net.nz>
14293
14294 * gdb.base/annota1.exp: Test for new annotation.
14295
907fc202
UW
142962008-05-16 Pedro Alves <pedro@codesourcery.com>
14297
14298 * gdb.base/fixsection.exp: New file.
14299 * gdb.base/fixsection0.c: New file.
14300 * gdb.base/fixsection1.c: New file.
14301
e8f97270
UW
143022008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14303
14304 * gdb.base/annota1.exp: Accept printf@... in place of printf.
14305 * gdb.base/annota3.exp: Likewise.
14306
ac0bb574
NF
143072008-05-13 Nathan Froyd <froydnj@codesourcery.com>
14308
14309 * gdb.base/watch_thread_num.exp: Don't run tests that require
14310 watchpoints if the target doesn't support them.
14311
6fadd07a
DE
143122008-05-12 Doug Evans <dje@google.com>
14313
14314 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
14315
6e9a4a30
JB
143162008-05-09 Joel Brobecker <brobecker@adacore.com>
14317
14318 * gdb.ada/assign_1.exp: New testcase.
14319
08388c79
DE
143202008-05-09 Doug Evans <dje@google.com>
14321
a3c83fae
DE
14322 * gdb.base/find.exp: New file.
14323 * gdb.base/find.c: New file.
08388c79 14324
bd5ddfe8
DJ
143252008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
14326
14327 * gdb.base/commands.exp (watchpoint_command_test): Handle
14328 gdb,no_hardware_watchpoints.
14329 * gdb.base/float.exp: Allow ARM targets without floating point.
14330 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
14331
b5dd68e2 143322008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 14333 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
14334
14335 * gdb.ada/lang_switch: New test program.
14336 * gdb.ada/lang_switch.exp: New testcase.
14337
382d13d1
DE
143382008-05-05 Doug Evans <dje@google.com>
14339
14340 * gdb.base/help.exp (disassemble): Update expected help text.
14341
9dd789d0
PA
143422008-05-04 Pedro Alves <pedro@codesourcery.com>
14343
14344 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
14345
611c83ae
PA
143462008-05-04 Pedro Alves <pedro@codesourcery.com>
14347
14348 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
14349 different times.
14350
ff013f42
JK
143512008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14352
14353 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
14354 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
14355 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
14356 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
14357
96dff6a2
VP
143582008-05-04 Vladimir Prus <vladimir@codesourcery.com>
14359
14360 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
14361 notification to appear.
14362
55cd6f92
DJ
143632008-05-04 Daniel Jacobowitz <dan@debian.org>
14364
14365 * gdb.base/fullname.c: New file.
14366 * gdb.base/fullname.exp: New file.
14367 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
14368
d705c43c
PA
143692008-05-03 Pedro Alves <pedro@codesourcery.com>
14370
14371 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
14372 expressions with macros.
14373
333222e1
JK
143742008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14375
14376 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
14377
5ac01682
DJ
143782008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
14379
14380 * gdb.base/completion.exp: Handle lack of other symbols beginning
14381 with "a".
14382
14383 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
14384
237fc4c9
PA
143852008-05-02 Jim Blandy <jimb@codesourcery.com>
14386
14387 * gdb.asm/asmsrc1.s: Add scratch space.
14388
ed5e9466
DJ
143892008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14390 Daniel Jacobowitz <dan@codesourcery.com>
14391
14392 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
14393 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
14394 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
14395
b39cc962
DJ
143962007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
14397
14398 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
14399
36d520f5
JB
144002008-05-01 Joel Brobecker <brobecker@adacore.com>
14401
14402 * gdb.base/info-target.exp: New testcase.
14403
8d4e3071
DJ
144042008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
14405
14406 * gdb.cp/hang.exp: Use .cc instead of .C.
14407 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
14408 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
14409
6f3f3097
DJ
144102008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
14411
14412 * gdb.base/gdb1250.exp: Remove perror.
14413 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
14414
5550a914
PA
144152008-04-30 Pedro Alves <pedro@codesourcery.com>
14416
14417 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
14418 .2byte.
14419
d848e687
DJ
144202008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
14421
14422 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
14423 (maybe_kfail): New.
14424
93b5768b
PA
144252008-04-25 Pedro Alves <pedro@codesourcery.com>
14426
14427 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
14428
721c02de
VP
144292008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14430
a9c64011
AS
14431 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
14432 * gdb.mi/mi2-syn-frame.exp: Likewise.
14433 * lib/mi-support.exp: Likewise.
721c02de 14434
74960c60
VP
144352008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14436
14437 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
14438 to specify regexp for the location to stop at.
14439 * gdb.base/break-always.c: New.
14440 * gdb.base/break-always.exp: New.
14441
d24317b4
VP
144422008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14443
14444 * lib/mi-support.exp (mi_runto_helper): Adjust
14445 for the original-location field.
14446 (mi_create_breakpoint, mi_list_breakpoints): New.
14447 * gdb.mi/mi-break.exp: Adjust.
14448 * gdb.mi/mi2-break.exp: Adjust.
14449 * gdb.mi/mi-pending.exp: Adjust.
14450 * gdb.mi/mi-simplerun.exp: Adjust.
14451 * gdb.mi/mi2-simplerun.exp: Adjust.
14452 * gdb.mi/mi-syn-frame.exp: Adjust.
14453 * gdb.mi/mi2-syn-frame.exp: Adjust.
14454 * gdb.mi/mi-until.exp: Adjust.
14455 * gdb.mi/mi2-until.exp: Adjust.
14456 * gdb.mi/mi-var-display.exp: Adjust.
14457 * gdb.mi/mi2-var-display.exp: Adjust.
14458 * gdb.mi/mi-watch.exp: Adjust.
14459 * gdb.mi/mi2-watch.exp: Adjust.
14460
fdc59709 144612008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 14462
a9c64011
AS
14463 * aclocal.m4: Add override.m4.
14464 * configure: Regenerate.
fdc59709 14465
8e91f023
VP
144662008-04-19 Vladimir Prus <vladimir@codesourcery.com>
14467
14468 * gdb.mi/var-cmd.c (do_at_tests): Verify that
14469 '-var-update --all-values' reports new value even the type
14470 of a variable object has changed.
14471
233a11ab
CS
144722008-04-18 Craig Silverstein <csilvers@google.com>
14473
14474 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
14475 files.
d24317b4 14476
9c1137ad
JB
144772008-04-18 Joel Brobecker <brobecker@adacore.com>
14478
14479 * gdb.ada/atomic_enum: New test program.
14480 * gdb.ada/atomic_enum.exp: New testcase.
14481
66d0bbc7
DE
144822008-04-17 Doug Evans <dje@google.com>
14483
14484 * gdb.opt/Makefile.in: Fix whitespace.
14485
100906b0
UW
144862008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
14487
14488 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
14489
4584e32e
DE
144902008-04-17 Doug Evans <dje@google.com>
14491
14492 * gdb.base/hashline1.exp: New testcase.
14493 * gdb.base/hashline2.exp: New testcase.
14494 * gdb.base/hashline2.exp: New testcase.
14495
0a320680
PA
144962008-04-17 Pedro Alves <pedro@codesourcery.com>
14497
14498 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
14499
18ac113b
AR
145002008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
14501
14502 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
14503 temporary breakpoint to match "Temporary breakpoint".
14504 * gdb.base/break.exp (delete_breakpoints): Likewise.
14505 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
14506 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
14507 * gdb.base/display.exp: Likewise.
14508 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
14509 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
14510 * gdb.base/restore.exp (restore_tests): Likewise.
14511 * gdb.base/sepdebug.exp: Likewise.
14512 * gdb.base/watchpoint.exp: Likewise.
14513 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
14514 * gdb.mi/mi-pending.exp: Likewise.
14515 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
14516 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
14517 * gdb.mi/mi-var-cmd.exp: Likewise.
14518 * gdb.mi/mi-var-display.exp: Likewise.
14519 * gdb.mi/mi2-cli.exp: Likewise.
14520 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
14521 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
14522 * gdb.mi/mi2-var-display.exp: Likewise.
14523 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
14524 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
14525 new "disp" field.
a9c64011 14526 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
14527 reason. This is to support fix for PR2424.
14528
add38693
JK
145292008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14530
14531 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
14532
fcacd99f
VP
145332008-04-13 Vladimir Prus <vladimir@codesourcery.com>
14534
14535 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 14536 field. Add more floating varobj tests.
fcacd99f 14537 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
14538 field.
14539 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
14540 (main): Call do_at_tests.
14541 * lib/mi-support.exp (mi_create_floating_varobj)
14542 (mi_varobj_update_with_type_change): New.
fcacd99f 14543
de051565
MK
145442008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
14545
14546 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
14547 option of -var-evaluate-expression.
14548 * gdb.mi/mi2-var-display.exp: Likewise.
14549
dbc52822
VP
145502008-04-07 Vladimir Prus <vladimir@codesourcery.com>
14551
14552 Introduce test setup helpers.
a9c64011
AS
14553 * lib/gdb.exp (build_executable, clean_restart)
14554 (prepare_for_testing): New.
14555 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
14556 * gdb.base/return.exp: Likewise.
14557 * gdb.base/ending-run.exp: Likewise.
dbc52822 14558
473591da
NR
145592008-04-07 Nick Roberts <nickrob@snap.net.nz>
14560
14561 * gdb.mi/mi-async.exp: New test for asynchronous Machine
14562 Interface (MI) responses.
14563
2b2d9e11
VP
145642008-04-06 Vladimir Prus <vladimir@codesourcery.com>
14565
a9c64011
AS
14566 * gdb.cp/breakpoint.cc: New code to test conditions involving
14567 member variables.
14568 * gdb.cp/breakpoint.exp: Test condition involving member
14569 variables.
2b2d9e11 14570
bb378428
VP
145712008-04-05 Vladimir Prus <vladimir@codesourcery.com>
14572
14573 * lib/mi-support.exp (mi_expect_stop): New.
14574 (mi_run_cmd): Change the
14575 token. Use mi_send_resuming_command, use
14576 mi_expect_stop.
14577 (mi_execute_to_helper): Rename to mi_execute_to.
14578 (mi_send_resuming_command): Add more error patterns.
14579 (mi_wait_for_stop): Renamed to...
14580 (mi_get_stop_line): ...this.
14581 (mi_run_inline_test): Adjust.
14582
14583 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
14584 * gdb.mi/mi-console.exp: Likewise.
14585 * gdb.mi/mi-pending.exp: Likewise.
14586 * gdb.mi/mi-simplerun.exp: Likewise.
14587 * gdb.mi/mi-stack.exp: Likewise.
14588 * gdb.mi/mi-stepi.exp: Likewise.
14589 * gdb.mi/mi-syn-frame.exp: Add comment.
14590 * gdb.mi/mi-until.exp: Likewise.
14591 * gdb.mi/mi-var-display.exp: Likewise.
14592 * gdb.mi/mi-watch.exp: Likewise.
14593 * gdb.mi/mi2-cli.exp: Likewise.
14594 * gdb.mi/mi2-console.exp: Likewise.
14595 * gdb.mi/mi2-simplerun.exp: Likewise.
14596 * gdb.mi/mi2-stack.exp: Likewise.
14597 * gdb.mi/mi2-stepi.exp: Likewise.
14598 * gdb.mi/mi2-until.exp: Likewise.
14599 * gdb.mi/mi2-var-display.exp: Likewise.
14600 * gdb.mi/mi2-watch.exp: Likewise.
14601
62172bb9
UW
146022008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14603
14604 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
14605
14606 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
14607
a13e061a
PA
146082008-04-04 Pedro Alves <pedro@codesourcery.com>
14609
14610 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
14611 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
14612 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
14613 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
14614 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
14615 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
14616 expect an mi error duplicated in stderr.
14617
eae06beb
JB
146182008-04-03 Joel Brobecker <brobecker@adacore.com>
14619
14620 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
14621 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
14622 Add a couple of tests that verify the behavior when the new setting
14623 is set to "cancel" and "all".
14624 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
14625 "ask" before we start the testing.
14626
79c6ced6
AR
146272008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
14628
14629 * gdb.cp/casts.cc: Add class reference variables.
14630 * gdb.cp/casts.exp: New test cases for up/down casting references.
14631
6c2d1a6b
MK
146322008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
14633
14634 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
14635 instead of beginning to make an extra test pass.
14636 * gdb.mi/mi2-var-display.exp: Likewise.
14637
55b411d9
MR
146382008-03-31 Maciej W. Rozycki <macro@mips.com>
14639
14640 * gdb.base/break.exp: Mark failures as such. Fix formatting.
14641
c6140da2
MD
146422008-03-31 Markus Deuling <deuling@de.ibm.com>
14643 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14644
14645 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
14646 value. Add xfail for older kernels.
14647
79732189
AR
146482008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
14649
14650 Bring mi-support in line with gdb.exp.
14651 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
14652 (mi_gdb_start): New function.
14653
33c3676e
MR
146542008-03-28 Maciej W. Rozycki <macro@mips.com>
14655
14656 * gdb.mi/mi-var-cmd.exp: Fix a typo.
14657
92e28119
VP
146582008-03-26 Vladimir Prus <vladimir@codesourcery.com>
14659
14660 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
14661 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 14662
9e8e3afe
VP
146632008-03-26 Vladimir Prus <vladimir@codesourcery.com>
14664
14665 * lib/mi-support.exp (mi_create_varobj_checked): New.
14666 (mi_list_varobj_children): Allow to check for a
14667 value.
14668 (mi_list_array_varobj_children): New.
14669
14670 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
14671 and mi_list_varobj_children, as opposed to hardcoding
14672 expected strings.
14673 * gdb.mi/gdb701.exp: Likewise.
14674 * gdb.mi/gdb792.exp: Likewise.
14675 * gdb.mi/mi-var-block.exp: Likewise.
14676 * gdb.mi/mi-var-cmd.exp: Likewise.
14677 * gdb.mi/mi-var-invalidate.exp: Likewise.
14678 * gdb.mi/mi2-var-block.exp: Likewise.
14679 * gdb.mi/mi2-var-child.exp: Likewise.
14680 * gdb.mi/mi2-var-cmd.exp: Likewise.
14681 * gdb.mi/mi2-var-display.exp: Likewise.
14682
9df50351
JK
146832008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14684
14685 Fix random false FAILs on i386.
14686 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
14687
31e5d73a
DJ
146882008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
14689
14690 PR gdb/544
14691 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
14692
12f4afab
DJ
146932008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
14694
14695 PR gdb/544
14696 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
14697
b562a0cb
DJ
146982008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14699
14700 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
14701 fixed PR gdb/544.
14702
17faa917
DJ
147032008-03-21 Pedro Alves <pedro@codesourcery.com>
14704
14705 * gdb.threads/fork-child-threads.exp: Test next over fork.
14706
6214f497
DJ
147072008-03-21 Chris Demetriou <cgd@google.com>
14708
14709 * gdb.base/break.exp (rbreak junk): New test for rbreak
14710 "Junk at end of arguments" issue.
14711
63092375
DJ
147122008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14713
14714 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
14715 *& to work on created array elements.
14716 (Top level): Test print $pc with a file. Test string operations
14717 without a target.
14718 * gdb.base/ptype.exp: Do not expect *& to work on created array
14719 elements.
14720
b21991b0
DJ
147212008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14722
14723 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14724 gdb.threads/staticthreads.exp: Update exit query.
14725
c4b347c7
SL
147262008-03-07 Sandra Loosemore <sandra@codesourcery.com>
14727
14728 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
14729
fa4727a6
DJ
147302008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
14731
14732 * gdb.base/watchpoint.c (global_ptr, func4): New.
14733 (main): Call func4.
14734 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
14735 (test_inaccessible_watchpoint): New.
14736
2f34202f
MR
147372008-02-29 Maciej W. Rozycki <macro@mips.com>
14738
14739 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
14740 select the largest.
14741
0d6ba1b1
DJ
147422008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
14743
14744 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
14745 frames-invalid annotations.
14746
e691325a
PM
147472008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
14748
a9c64011 14749 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 14750
f85b5ecc
DE
147512008-02-27 Doug Evans <dje@google.com>
14752
14753 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
14754 for bug 1738.
14755 (breakpoint_to_handler_entry): Ditto.
14756
b40e7bf3
JB
147572008-02-27 Joel Brobecker <brobecker@adacore.com>
14758
14759 * gdb.base/ending-run.exp: Use the first line of code inside
14760 function body to test breakpoints.
14761 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
14762 location where the breakpoint is inserted when using the line
14763 where a function is declared. Fix typo in the description of
14764 one of the tests.
14765 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
14766
2faca73a
PM
147672008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
14768
14769 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 14770 tests.
2faca73a 14771
6f439c36
PM
147722008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
14773
14774 * gdb.base/args.exp: avoid same output for tests
14775 with single quotes.
14776
54e52265
VP
147772008-02-26 Vladimir Prus <vladimir@codesourcery.com>
14778
a9c64011
AS
14779 * gdb.base/annota1.exp: Adjust for 'info break'
14780 format changes.
14781 * gdb.base/annota3.exp: Likewise.
14782 * gdb.base/break.exp: Likewise.
14783 * gdb.base/condbreak.exp: Likewise.
14784 * gdb.base/pending.exp: Likewise.
14785 * gdb.base/sepdebug.exp: Likewise.
14786 * gdb.base/unload.exp: Likewise.
14787 * gdb.cp/ovldbreak.exp: Likewise.
14788 * gdb.mi/mi-pending.exp: Likewise.
54e52265 14789
897b09ca
DE
147902008-02-07 Doug Evans <dje@google.com>
14791
14792 * gdb.cp/mb-inline.exp: New.
14793 * gdb.cp/mb-inline.h: New.
14794 * gdb.cp/mb-inline1.cc: New.
14795 * gdb.cp/mb-inline2.cc: New.
14796
b1c32d35
PM
147972008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
14798
14799 * gdb.pascal/floats.pas: New test program.
14800 * gdb.pascal/floats.exp: New testcase.
14801
1a4ca44a
TJB
148022008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
14803
14804 * gdb.base/callfuncs.c (t_float_many_args): New function.
14805 (t_double_many_args): New function.
14806 * gdb.base/callfuncs.exp: Add tests for exceeding float
14807 and double parameters passed through the stack.
14808
439048e8
JB
148092008-02-05 Joel Brobecker <brobecker@adacore.com>
14810
14811 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
14812 gdb.ada/complete/foo.adb: New files.
14813 * gdb.ada/complete.exp: New testcase.
14814
81fe8080
DE
148152008-02-03 Doug Evans <dje@google.com>
14816
301f0ecf
DE
14817 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
14818
81fe8080
DE
14819 * gdb.cp/gdb2384.exp: New file.
14820 * gdb.cp/gdb2384.cc: New file.
14821 * gdb.cp/gdb2384-base.h: New file.
14822 * gdb.cp/gdb2384-base.cc: New file.
14823
4b071aec
DE
148242008-02-02 Doug Evans <dje@google.com>
14825
14826 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
14827
61137ba6
JB
148282007-02-01 Joel Brobecker <brobecker@adacore.com>
14829
14830 * gdb.ada/sym_print_name: New test program.
14831 * gdb.ada/sym_print_name.exp: New testcase.
14832
148332007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
14834
14835 * gdb.ada/nested/hello.adb: New file.
14836 * gdb.ada/nested.exp: New testcase.
14837 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
14838
98deb0da
VP
148392008-02-01 Vladimir Prus <vladimir@codesourcery.com>
14840
14841 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
14842 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
14843 don't cause future evaluations of function to report
14844 creation of internal breakpoints.
98deb0da 14845
723a2275
VP
148462008-02-01 Vladimir Prus <vladimir@codesourcery.com>
14847
14848 * gdb.mi/mi-break.exp (test_error): New.
14849 Call it.
14850
fb546a2f
LM
148512008-01-31 Luis Machado <luisgpm@br.ibm.com>
14852
14853 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
14854 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
14855
2d8fd90a
PM
148562008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
14857
14858 * gdb.pascal/integers.pas: New test program.
14859 * gdb.pascal/integers.exp: New testcase.
14860
a7fa0ded
PM
148612008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
14862
14863 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
14864
5e1a1926
TJB
148652008-01-30 Luis Machado <luisgpm@br.ibm.com>
14866
14867 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
14868 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
14869
8d04f9f0
JB
148702008-01-30 Paul Hilfinger <hilfinger@adacore.com>
14871
14872 * gdb.ada/formatted_ref: New test program.
14873 * gdb.ada/formatted_ref.exp: New testcase.
14874
14875 * gdb.cp/formatted-ref.cc: New file.
14876 * gdb.cp/formatted-ref.exp: New testcase.
14877
ce75a98f
JB
148782008-01-30 Joel Brobecker <brobecker@adacore.com>
14879
14880 * gdb.base/ptype.exp: Add testing of "ptype $pc".
14881
e835f6bf
NR
148822008-01-30 Nick Roberts <nickrob@snap.net.nz>
14883
14884 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
14885 (test_file_list_exec_source_file): Update to new macro-info field.
14886
d118ef87
PH
148872008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
14888
14889 * gdb.ada/exprs: New test program.
14890 * gdb.ada/exprs.exp: New testcase.
14891
7d35ab09
TJB
148922008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14893
14894 * dfp-test.c (DELTA, DELTA_B): New definitions.
14895 (double_val1, double_val2, double_val3, double_val4, double_val5,
14896 double_val6, double_val7, double_val8, double_val9, double_val10,
14897 double_val11, double_val12, double_val13, double_val14, dec32_val1,
14898 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
14899 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
14900 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
14901 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
14902 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
14903 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
14904 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
14905 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
14906 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
14907 dec128_val16): New global variables.
14908 (decimal_dec128_align): New function.
14909 (decimal_mixed): Likewise.
14910 (decimal_many_args_dec32): Likewise.
14911 (decimal_many_args_dec64): Likewise.
14912 (decimal_many_args_dec128): Likewise.
14913 (decimal_many_args_mixed): Likewise.
14914 * dfp-test.exp: Add tests calling new inferior functions.
14915
2d717e4f
DJ
149162008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14917
14918 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
14919 gdb.server/ext-run.exp: New files.
14920 * lib/gdbserver-support.exp (gdbserver_download): New.
14921 (gdbserver_start): New. Update gdbserver expected
14922 output.
14923 (gdbserver_spawn): Use them.
14924 (gdbserver_start_extended): New.
14925
e85a822c
DJ
149262008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14927
14928 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
14929 Run on GNU/Linux.
14930 (do_exec_tests): Check for systems which do not support catchpoints.
14931 Do not match START.
14932 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
14933 Run on GNU/Linux. Enable verbose output.
14934 (check_fork_catchpoints): New.
14935 (explicit_fork_child_follow, catch_fork_child_follow)
14936 (tcatch_fork_parent_follow): Update expected messages.
14937 (do_fork_tests): Use check_fork_catchpoints.
14938 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
14939 Run on GNU/Linux. Enable verbose output.
14940 (check_vfork_catchpoints): New.
14941 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
14942 expected messages.
14943 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
14944
401ea829
JB
149452008-01-29 Jim Blandy <jimb@red-bean.com>
14946
14947 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
14948 host' errors.
14949 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
14950
aceaf3ad
JB
149512008-01-29 Jim Blandy <jimb@red-bean.com>
14952
14953 * gdb.threads/sigthread.c: Use barriers to ensure that
14954 child_thread and child_thread_two are always initialized before we
14955 start to use them.
14956
a5606eee
VP
149572008-01-29 Vladimir Prus <vladimir@codesourcery.com>
14958
14959 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
14960 * gdb.base/watchpoint-solib.c: New.
14961 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 14962
c55a82bb
PM
149632008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
14964
14965 * gdb.base/gdb1056.exp: Add unsigned integer test.
14966
0993fe05
DE
149672008-01-28 Doug Evans <dje@google.com>
14968
14969 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
14970
4fe42e7f
JB
149712008-01-27 Jim Blandy <jimb@codesourcery.com>
14972
c7a69933
JB
14973 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
14974
4fe42e7f
JB
14975 * gdb.base/expand-psymtabs.exp: Doc fix.
14976
5def8285
MK
149772008-01-26 Mark Kettenis <kettenis@gnu.org>
14978
14979 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
14980
5313c911
NR
149812008-01-24 Nick Roberts <nickrob@snap.net.nz>
14982
a9c64011 14983 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
14984 -var-set-format.
14985
93815fbf
VP
149862008-01-23 Chris Demetriou <cgd@google.com>
14987
14988 * gdb.threads/thread_events.c: New testcase source file.
14989 * gdb.threads/thread_events.exp: New testcase expect file.
14990
467a88ee
NR
149912008-01-23 Nick Roberts <nickrob@snap.net.nz>
14992
14993 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
14994
14995 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
14996 -var-set-format.
14997
d8f82aba
DJ
149982008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
14999 Vladimir Prus <vladimir@codesourcery.com>
15000
15001 * gdb.base/float.exp: Allow missing floating point for m68k and
15002 PowerPC.
15003
60c46647
VP
150042008-01-22 Vladimir Prus <vladimir@codesourcery.com>
15005
15006 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
15007 ignore count.
15008 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
15009 * gdb.mi/mi-cli.exp: Adjust.
15010 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 15011
c7dd36a1
PA
150122008-01-17 Pedro Alves <pedro@codesourcery.com>
15013
15014 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
15015 and 'dummy_ptr' integer pointer. Initialize struct_declarations
15016 with dummy_ptr's address.
15017 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
15018 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
15019 all targets.
15020 * gdb.mi/mi2-var-child.exp: Likewise.
15021
39d5313e
JB
150222008-01-09 Joel Brobecker <brobecker@adacore.com>
15023
15024 * gdb.ada/null_array: New test program.
15025 * gdb.ada/null_array.exp: New testcase.
15026
0aea4bf3
LM
150272008-01-09 Luis Machado <luisgpm@br.ibm.com>
15028
15029 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
15030 with required float modifiers.
15031
0b354900
JB
150322008-01-08 Joel Brobecker <brobecker@adacore.com>
15033
15034 * gdb.ada/funcall_param: New test program.
15035 * gdb.ada/funcall_param.exp: New testcase.
15036
cdb7f5d4
JB
150372008-01-08 Joel Brobecker <brobecker@adacore.com>
15038
15039 * gdb.ada/arrayparam: New test program.
15040 * gdb.ada/arrayparam.exp: New testcase.
15041
88e2547f
JB
150422008-01-08 Joel Brobecker <brobecker@adacore.com>
15043
15044 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
15045 landed. Should also fix random failures in the test following it.
15046
f6867ce0
TJB
150472008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
15048
15049 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
15050 for expressions with decimal float values.
15051 (test_dfp_conversions): New function to test casts to and from
15052 decimal float types.
15053 Call test_dfp_conversions.
15054 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
15055 elements.
15056 (main): Initialize ds.float4 and ds.double8 elements.
15057 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
15058 string to new error message.
15059 (d64_set_tests): Likewise.
15060 (d128_set_tests): Likewise.
15061 Add tests for expressions with decimal float variables. Add tests for
15062 conversions to and from decimal float types.
15063
f9c11282
JB
150642008-01-05 Joel Brobecker <brobecker@adacore.com>
15065
15066 * gdb.ada/packed_tagged/comp_bug.adb: New file.
15067 * gdb.ada/packed_tagged.exp: New testcase.
15068
0ecbca72
JB
150692008-01-04 Joel Brobecker <brobecker@adacore.com>
15070
15071 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
15072 gdb.ada/homonym/homonym_main.adb: New files.
15073 * gdb.ada/homonym.exp: New testcase.
15074
c18d3d89
JB
150752008-01-04 Joel Brobecker <brobecker@adacore.com>
15076
15077 * gdb.ada/packed_array.exp: Add testing of references to
15078 a packed array.
15079
ecc7085b
JB
150802008-01-04 Joel Brobecker <brobecker@adacore.com>
15081
15082 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
15083 New files.
15084 * gdb.ada/type_coercion.exp: New testcase.
15085
c474c922
JB
150862008-01-04 Joel Brobecker <brobecker@adacore.com>
15087
15088 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
15089 gdb.ada/tagged/foo.adb: New file.
15090 * gdb.ada/tagged.exp: New testcase.
15091
9005b927
JB
150922008-01-04 Joel Brobecker <brobecker@adacore.com>
15093
15094 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
15095 gdb.ada/ptype_field/foo.adb: New files.
15096 * gdb.ada/ptype_field.exp: New testcase.
15097
1a6aaad8
JB
150982008-01-03 Joel Brobecker <brobecker@adacore.com>
15099
15100 * gdb.ada/print_pc.exp: New testcase.
15101
0ef22f53
JB
151022008-01-03 Joel Brobecker <brobecker@adacore.com>
15103
15104 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
15105 gdb.ada/taft_type/p.adb: New files.
15106 * gdb.ada/taft_type.exp: New testcase.
15107
1689ecf8
JB
151082008-01-03 Joel Brobecker <brobecker@adacore.com>
15109
15110 * gdb.ada/array_bounds/bar.adb: New file.
15111 * gdb.ada/array_bounds.exp: New testcase.
15112
a4d0b9c3
JB
151132008-01-03 Joel Brobecker <brobecker@adacore.com>
15114
15115 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
15116 gdb.ada/arrayptr/foo.adb: New files.
15117 * gdb.ada/arrayptr.exp: New testcase.
15118
a31ace00
JB
151192008-01-03 Joel Brobecker <brobecker@adacore.com>
15120
15121 * gdb.base/set-lang-auto.exp: New testcase.
15122
a97fced3
JB
151232008-01-03 Joel Brobecker <brobecker@adacore.com>
15124
15125 * gdb.ada/fun_addr/foo.adb: New file.
15126 * gdb.ada/fun_addr.exp: New testcase.
15127
ef29ce1a
JK
151282008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15129
15130 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
15131 New files
15132
0fafefe3
JB
151332008-01-02 Joel Brobecker <brobecker@adacore.com>
15134
15135 * array_subscript_addr/p.adb: New file.
a9c64011 15136 * array_subscript_addr.exp: New testcase.
0fafefe3 15137
c4359f8d
JB
151382008-01-02 Joel Brobecker <brobecker@adacore.com>
15139
a9c64011 15140 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
15141 New files.
15142 * gdb.ada/str_cmp_ref.exp: New testcase.
15143
1aa1b15b
JB
151442008-01-01 Joel Brobecker <brobecker@adacore.com>
15145
15146 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
15147 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 15148 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 15149
81c9b2cf
JB
151502008-01-01 Joel Brobecker <brobecker@adacore.com>
15151
15152 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
15153 gdb.ada/ref_param/pck.ads: New files.
15154 * gdb.ada/ref_param.exp: New testcase.
15155
319e4674
JB
151562008-01-01 Joel Brobecker <brobecker@adacore.com>
15157
15158 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
15159 gdb.ada/interface/foo.adb: New files.
15160 * gdb.ada/interface.exp: New testcase.
15161
ef682c56
JB
151622007-12-31 Jim Blandy <jimb@codesourcery.com>
15163
15164 * gdb.base/multi-forks.exp: Consume all output from child
15165 processes before proceeding to next test.
15166
f6f3eb6c
JB
151672007-12-29 Jim Blandy <jimb@codesourcery.com>
15168
15169 * configure: Regenerated.
15170
f652e42f
JB
151712007-12-27 Joel Brobecker <brobecker@adacore.com>
15172
15173 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
15174 gdb.ada/fixed_cmp/fixed.adb: New files.
15175 * gdb.ada/fixed_cmp.exp: New testcase.
15176
6943e596
JB
151772007-12-27 Joel Brobecker <brobecker@adacore.com>
15178
15179 * gdb.ada/boolean_expr.exp: New testcase.
15180
aad9a193
JB
151812007-12-26 Jim Blandy <jimb@codesourcery.com>
15182
15183 * gdb.base/multi-forks.exp: Doc fix.
15184
fb5f3683
JB
151852007-12-26 Joel Brobecker <brobecker@adacore.com>
15186
15187 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
15188 * gdb.ada/char_param.exp: Do not compile our test program with
15189 -gnata, this is unnecessary.
15190 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
15191
384e4a9c
JB
151922007-12-24 Joel Brobecker <brobecker@adacore.com>
15193
15194 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
15195 gdb.ada/print_chars/foo.adb: New files.
15196 * gdb.ada/print_chars.exp: New testcase.
15197
01e044f7
JB
151982007-12-24 Joel Brobecker <brobecker@adacore.com>
15199
15200 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
15201 gdb.ada/char_param/foo.adb: New files.
15202 * gdb.ada/char_param.exp: New testcase.
15203
0ce17860
JB
152042007-12-22 Jim Blandy <jimb@codesourcery.com>
15205
15206 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
15207 hard-coding source line numbers into the test.
15208 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
15209 gdb_get_line_number to find.
15210
919809b9
JB
152112007-12-22 Joel Brobecker <brobecker@adacore.com>
15212
15213 * gdb.base/ptype.c (highest): New struct type.
15214 (the_highest): New variable of that type.
15215 (main): Add dummy assignment to a field of variable the_highest.
15216 * gdb.base/ptype.exp: Test type printing of our new variable.
15217
abc8a88d
PM
152182007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
15219
15220 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 15221 and record first explicitly generated thread number.
abc8a88d
PM
15222 Use that thread number for thread specific watchpoint test.
15223 Add iteration number to repetitive tests.
15224
5158f3e3
CES
152252007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
15226 Jim Blandy <jimb@codesourcery.com>
15227
15228 * gdb.base/expand-psymtabs.c: New testcase
15229 source file.
15230 * gdb.base/expand-psymtabs.exp: New testcase
15231 expect file.
15232
37e4754d
LM
152332007-12-17 Luis Machado <luisgpm@br.ibm.com>
15234
15235 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
15236 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
15237
551e5d04
JB
152382007-12-17 Joel Brobecker <brobecker@adacore.com>
15239
15240 * gdb.ada/frame_args/foo.adb: New file.
15241 * gdb.ada/frame_args/pck.ads: New file.
15242 * gdb.ada/frame_args/pck.adb: New file.
15243 * gdb.ada/frame_args.exp: New testcase.
15244
a05ee097
JB
152452007-12-17 Joel Brobecker <brobecker@adacore.com>
15246
15247 * gdb.base/frame-args.c: New file.
15248 * gdb.base/frame-args.exp: New testcase.
15249
c162e8c9 152502007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 15251 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
15252
15253 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
15254
afe8ab22 152552007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 15256
afe8ab22
VP
15257 * gdb.mi/mi-pending.exp: New.
15258 * gdb.mi/mi-pending.c: New.
15259 * gdb.mi/mi-pendshr.c: New.
15260
dfdfb3ca
JB
152612007-12-06 Jim Blandy <jimb@codesourcery.com>
15262
15263 * gdb.base/default.exp: Update expected output for 'info catch'.
15264
b7fca990
JK
152652007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15266
15267 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
15268 must be set to binary.
15269
6a1afc1e
PA
152702007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
15271
15272 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
15273
a6b151f1
DJ
152742007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
15275
15276 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
15277 gdb.mi/mi-file-transfer.exp: New.
15278
43039443
JK
152792007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15280
15281 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
15282
0ef2251b
MR
152832007-11-22 Maciej W. Rozycki <macro@mips.com>
15284
15285 * gdb.trace/backtrace.exp: Fix a typo.
15286 * gdb.trace/circ.exp: Likewise.
15287 * gdb.trace/collection.exp: Likewise.
15288 * gdb.trace/limits.exp: Likewise.
15289 * gdb.trace/report.exp: Likewise.
15290 * gdb.trace/tfind.exp: Likewise.
15291 * gdb.trace/while-dyn.exp: Likewise.
15292
5443631e
NR
152932007-11-21 Nick Roberts <nickrob@snap.net.nz>
15294
15295 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
15296 objects of pointers that can't be dereferenced are now
15297 "noneditable".
15298
a4ce5b0d
UW
152992007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15300
15301 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
15302 (target_cpu): Remove.
15303
d6e956e5
VP
153042007-10-15 Vladimir Prus <vladimir@codesourcery.com>
15305
15306 * gdb.base/ending-run.exp: Expect the list of cleared
15307 breakpoint to come in natural order, not the reversed one.
a9c64011 15308
214270ab
VP
153092007-11-07 Vladimir Prus <vladimir@codesourcery.com>
15310
15311 * gdb.mi/mi-var-child.c (do_child_deletion): New.
15312 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 15313
1a619819
LM
153142007-11-05 Luis Machado <luisgpm@br.ibm.com>
15315
15316 * gdb.base/printcmds.exp: New function
15317 test_printf_with_dfp.
15318
5b01a6fa
DE
153192007-11-02 Doug Evans <dje@google.com>
15320
15321 * gdb.disasm/t01_mov.s: Remove carriage returns.
15322 * gdb.disasm/t02_mova.s: Ditto.
15323 * gdb.disasm/t03_add.s: Ditto.
15324 * gdb.disasm/t04_sub.s: Ditto.
15325 * gdb.disasm/t05_cmp.s: Ditto.
15326 * gdb.disasm/t06_ari2.s: Ditto.
15327 * gdb.disasm/t07_ari3.s: Ditto.
15328 * gdb.disasm/t08_or.s: Ditto.
15329 * gdb.disasm/t09_xor.s: Ditto.
15330 * gdb.disasm/t10_and.s: Ditto.
15331 * gdb.disasm/t11_logs.s: Ditto.
15332 * gdb.disasm/t12_bit.s: Ditto.
15333 * gdb.disasm/t13_otr.s: Ditto.
15334
ec33ab7f
JK
153352007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15336
15337 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
15338
ae0d01ff
UW
153392007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15340
15341 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
15342 provide DFP support.
15343
55eddb0f
DJ
153442007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
15345
15346 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
15347 Test "set powerpc vector-abi". Skip auto-detection tests for old
15348 toolchains.
15349
7020f05c
PA
153502007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
15351
15352 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
15353 with [string compare].
15354
84bc3db9
PA
153552007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
15356
15357 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
15358 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
15359
5876dc88
LM
153602007-10-25 Luis Machado <luisgpm@br.ibm.com>
15361
15362 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
15363 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
15364 * gdb.opt/Makefile.in: New makefile.
15365 * Makefile.in: Create new directory "gdb.opt".
15366 * configure.ac: Add "gdb.opt" directory.
15367 * configure: Regenerated.
a9c64011 15368
c3ea9a14
DE
153692007-10-25 Doug Evans <dje@google.com>
15370
15371 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
15372 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
15373
a9c64011 153742007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
15375 Thiago Jung Bauermann <bauerman@br.ibm.com>
15376
15377 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
15378 Floating Point expressions.
15379 * gdb.base/dfp-test.exp: new file adding tests for Decimal
15380 Floating Point variables.
15381 * gdb.base/dfp-test.c: new file containing program with Decimal
15382 Floating variables, used by gdb.base/dfp-test.exp.
15383
62a24a2b
DJ
153842007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
15385
15386 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
15387
e7b1eae6
UW
153882007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15389
15390 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
15391 compiling test case with GCC.
15392 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
15393
c641edcc
UW
153942007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15395
15396 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
15397 format changes.
15398
5e5ebfe6
MS
153992007-10-18 Michael Snyder <msnyder@specifix.com>
15400
15401 * gdb.base/dbx.exp: Add missing "-re " operator.
15402
e831e7b6
GM
154032007-10-16 Gaius Mulley <gaius@glam.ac.uk>
15404
15405 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
15406 * configure.ac: Removed trailing spaces after backslash.
15407 * gdb.modula2: New directory.
15408 * gdb.modula2/Makefile.in: New file.
15409 * gdb.modula2/unbounded-array.exp: New file.
15410 * gdb.modula2/unbounded1.c: New file.
15411
7cc46491
DJ
154122007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
15413
15414 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
15415
154162007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
15417
15418 * gdb.base/sigstep.c (main): Add checks for
15419 return values for setitimer call.
15420 Call setitimer again with itimer = ITIMER_REAL
15421 if first call to setitimer fails.
15422
e91528f0
KH
154232007-10-11 Kazu Hirata <kazu@codesourcery.com>
15424
15425 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
15426 of $timeout.
15427
2ec9a4f8
DJ
154282007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
15429
15430 * gdb.server/server-run.exp: Test for dynamic linker symbols.
15431
154322007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
15433
15434 * lib/gdb.exp (gdb_run_cmd): Move comment outside
15435 of gdb_expect call, to avoid interruption.
15436
64b2fa04
PA
154372007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
15438
15439 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
15440 (v_unsigned_long_long, v_long_long_array)
15441 (v_signed_long_long_array, v_unsigned_long_long_array)
15442 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
15443 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
15444 [!NO_LONG_LONG]: New.
15445 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
15446 v_long_long_member.
15447
15448 (v_long_long_func, v_signed_long_long_func)
15449 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
15450 (main) [!NO_LONG_LONG]: Initialize long long variants.
15451
15452 * gdb.base/whatis.exp: If board file requests no_long_long, build
15453 test with NO_LONG_LONG defined. Test long long, signed long long,
15454 and unsigned long long variants but only if board file doesn't
15455 disable it.
15456
a912286e 154572007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 15458 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
15459
15460 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
15461 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
15462 * configure: Regenerated.
15463 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
15464 gdb.pascal/types.exp, lib/pascal.exp: New files.
15465
471ba8c9
DJ
154662007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
15467
15468 * gdb.cp/classes.exp (do_tests): Always step to the line after the
15469 call.
15470 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
15471 to return to the call.
15472 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
15473 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
15474 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
15475 * gdb.mi/mi-until.exp (test_until): Likewise.
15476 * gdb.mi/mi2-until.exp (test_until): Likewise.
15477
fef8a650
DJ
154782007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
15479
15480 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
15481 two-char array.
15482 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
15483
d983da9c
DJ
154842007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
15485
15486 * gdb.threads/watchthreads.c (thread_function): Sleep between
15487 iterations.
15488 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
15489 at once for S/390. Generate matching fails and passes.
15490
17f62551
VP
154912007-09-27 Vladimir Prus <vladimir@codesourcery.com>
15492
15493 * gdb.mi/var-cmd.c (do_children_tests): Initialize
15494 the 'struct_declarations' variable to zeros.
a9c64011 15495
ed0616c6
VP
154962007-09-24 Vladimir Prus <vladimir@codesourcery.com>
15497
15498 * gdb.cp/mb-ctor.cc: New.
15499 * gdb.cp/mb-ctor.exp: New.
15500 * gdb.cp/mb-templates.cc: New.
15501 * gdb.cp/mb-templates.exp: New.
15502
41f1b697
DJ
155032007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
15504
15505 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
15506
3f213f78
PA
155072007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
15508
15509 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
15510 targets.
15511 * configure: Regenerate.
15512
0d381245 155132007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 15514
0d381245
VP
15515 * gdb.base/annota1.exp: Adjust for 'info break'
15516 format changes.
15517 * gdb.base/annota3.exp: Likewise.
15518 * gdb.base/break.exp: Likewise.
15519 * gdb.base/condbreak.exp: Likewise.
15520 * gdb.base/pending.exp: Likewise.
15521 * gdb.base/sepdebug.exp: Likewise.
15522 * gdb.base/unload.exp: Likewise.
15523 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 15524
fe3f5fa8
VP
155252007-09-22 Vladimir Prus <vladimir@codesourcery.com>
15526
15527 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
15528 messages.
15529 * gdb.base/chng-syms.exp: Likewise.
15530 * gdb.base/unload.exp: Likewise.
a9c64011 15531
a75cf6c0
DJ
155322007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
15533
15534 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
15535
18ecae38
DJ
155362007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
15537
15538 * schedlock.c (NUM): Change to 1.
15539 (main): Use args[0] for the main thread.
15540 * schedlock.exp: Only expect two threads. Only issue one pass or fail
15541 regardless of the number of threads.
15542
5509918f
MR
155432007-09-14 Maciej W. Rozycki <macro@mips.com>
15544
4a543daf
MR
15545 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
15546 type down.
15547 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
15548 test.
15549 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
15550 watchpoint type down.
15551 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
15552 test.
15553
155542007-09-14 Maciej W. Rozycki <macro@mips.com>
15555
5509918f
MR
15556 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
15557 Move all the tests here and run them twice, once using software
15558 watchpoints and once using hardware watchpoints.
15559 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
15560
40b53987
DJ
155612007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
15562
15563 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
15564 test.
15565
695e2681
MK
155662007-09-10 Mark Kettenis <kettenis@gnu.org>
15567
8b3fc8d8
MK
15568 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
15569 build-id.
15570
695e2681
MK
15571 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
15572 know about $ORIGIN. Calculate output dir from $dest instead of
15573 using ${objdir}/{$subdir}.
15574
58d69f29
MK
155752007-09-09 Mark Kettenis <kettenis@gnu.org>
15576
15577 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
15578 gcore, before continuing with the test.
15579
3e347599
DJ
155802007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
15581
15582 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
15583 * gdb.mi/mi-watch.exp: Likewise.
15584
ea37ba09
DJ
155852007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
15586 Jim Blandy <jimb@codesourcery.com>
15587
15588 * gdb.arch/i386-sse.exp: Do not expect character constants.
15589 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
15590 * gdb.base/display.exp: Allow print/s.
15591 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
15592 and unsigned char array changes.
15593
2025a643
DJ
155942007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
15595
15596 * gdb.base/display.exp: Add tests for printf %p.
15597
26669a27
PA
155982007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
15599
15600 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
15601 the dll name to unicode.
15602
c8f021f8
JK
156032007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15604
15605 * gdb.base/default.exp (show version): Update the version text.
15606 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
15607
4cf31eea
JK
156082007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15609
15610 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
15611 New files.
15612
4935890f
JK
156132007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15614
15615 * lib/gdb.exp (build_id_debug_filename_get): New function.
15616 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
15617 Remove the generate DEBUG file for the future testcase runs.
15618 New testcase for the NT_GNU_BUILD_ID retrieval.
15619 Move the final testing step to ...
15620 (test_different_dir): ... a new function.
15621 New parameter XFAIL to XFAIL all the tests performed.
15622 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
15623 New parameter TYPE to PF_PREFIX all the tests performed.
15624
02142340
VP
156252007-08-31 Vladimir Prus <vladimir@codesourcery.com>
15626
15627 * gdb.mi/mi-var-cp.cc (path_expression): New
15628 function.
15629 * gdb.mi/mi-var-cp.exp: Run path exression tests.
15630
36acd84e
UW
156312007-08-27 Markus Deuling <deuling@de.ibm.com>
15632
15633 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
15634 to fit into SPU Local Store memory.
15635
a896d121
JB
156362007-08-23 Joel Brobecker <brobecker@adacore.com>
15637
15638 * gdb.base/default.exp: Adjust the expected output of "info
15639 warranty" after the switch to GPLv3.
15640
7b433602
JB
156412007-08-23 Joel Brobecker <brobecker@adacore.com>
15642
15643 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
15644 to 30000 (from 20000).
15645
e22f8b7c
JB
156462007-08-23 Joel Brobecker <brobecker@adacore.com>
15647
15648 Switch the license of all .exp files to GPLv3.
15649 Switch the license of all .f and .f90 files to GPLv3.
15650 Switch the license of all .s and .S files to GPLv3.
15651
5a0e3bd0
JB
156522007-08-23 Joel Brobecker <brobecker@adacore.com>
15653
15654 * configure.ac: Switch license to GPLv3.
15655
cc00619d
JB
156562007-08-23 Joel Brobecker <brobecker@adacore.com>
15657
15658 Switch the licensing to GPLv3 for all .ads and .adb files.
15659
8d26208a
DJ
156602007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
15661
15662 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
15663 and t_int_double.
15664 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
15665
4fcb9948
JB
156662007-08-17 Joel Brobecker <brobecker@adacore.com>
15667
15668 * gdb.base/step-line.c: Switch license to GPL version 3, and
15669 update copyright year.
15670 * gdb.base/step-line.inp: Likewise.
15671
b9c34f67
JB
156722007-08-17 Joel Brobecker <brobecker@adacore.com>
15673
15674 * gdb.base/gdb1555.exp: Make expected output immune to formatting
15675 changes inside gdb1555.c.
15676 * gdb.base/pending.exp: Likewise.
15677
2cc17678
DJ
156782007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
15679
15680 * config/default.exp: New file.
15681
e48883f7
DJ
156822007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
15683
15684 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
15685 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
15686
1ab80e5b
MR
156872007-07-30 Maciej W. Rozycki <macro@mips.com>
15688
15689 * gdb.base/dump.exp: Force the correct endianness for binary
15690 formats not carrying this information.
15691
aba471f5
DJ
156922007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15693
15694 * gdb.threads/staticthreads.exp: Match .*sem_post.
15695
d4e07204
DJ
156962007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15697
15698 * gdb.base/readline.exp (operate_and_get_next): Match the final
15699 prompt.
15700
2b97317d
KB
157012007-07-23 Kevin Buettner <kevinb@redhat.com>
15702
15703 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
15704 to restarting SID.
15705
44efa07a
KB
157062007-07-18 Kevin Buettner <kevinb@redhat.com>
15707
15708 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
15709 prior to `gdb_start'.
15710
7b5ebade
KB
157112007-07-18 Kevin Buettner <kevinb@redhat.com>
15712
15713 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
15714 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
15715 Remove call to gdb_unload.
15716
255e7678
DJ
157172007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
15718 Daniel Jacobowitz <dan@codesourcery.com>
15719
15720 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
15721 for __WIN32__.
15722 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
15723 * gdb.base/unload.exp: Use shared library test routines.
15724
3a40aaa0
UW
157252007-07-03 Markus Deuling <deuling@de.ibm.com>
15726
15727 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
15728 * gdb.base/solib-symbol-lib.c: Likewise.
15729 * gdb.base/solib-symbol-main.c: Likewise.
15730
b0f4b84b
DJ
157312007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
15732
15733 * config/gdbserver.exp (gdb_reconnect): New.
15734 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
15735 gdb.base/solib-disc.exp: New files.
15736 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
15737 remote debugging".
15738 (gdb_compile): Add shlib_load flag.
15739 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
15740 port.
15741 (gdbserver_reconnect): New.
15742
1b05479a
DJ
157432007-07-01 Nick Roberts <nickrob@snap.net.nz>
15744 Daniel Jacobowitz <dan@codesourcery.com>
15745
15746 * gdb.base/annota3.exp: Test for if construct.
15747
86f78eb2
DJ
157482007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
15749
15750 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
15751
6a2eb474 157522007-06-21 Chris Dearman <chris@mips.com>
a9c64011 15753 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
15754
15755 * gdb.base/display.exp: Allow a newline after display/i.
15756 * gdb.base/pc-fp.exp: Likewise.
15757 * gdb.base/sigbpt.exp: Likewise.
15758
f8b73d13
DJ
157592007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
15760
15761 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
15762 required features to be included.
15763
4339e69e
DJ
157642007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
15765
15766 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
15767 in info threads output.
15768
23d964e7
UW
157692007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15770 Markus Deuling <deuling@de.ibm.com>
15771
15772 * gdb.arch/spu-info.exp: New testcase.
15773 * gdb.arch/spu-info.c: New file.
15774
fd20f75b
DJ
157752007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
15776
15777 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
15778 tpcs_offset. Restore lr after the call.
15779 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
15780
2226f861
DJ
157812007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
15782
15783 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
15784 (gdbserver_run): Kill any running gdbserver.
15785 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
15786
d12371a9
MR
157872007-05-17 Maciej W. Rozycki <macro@mips.com>
15788
15789 * gdb.base/sigbpt.exp: Preset segv_addr.
15790
93f02886
DJ
157912007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
15792
15793 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
15794 (gdb_compile_shlib): Likewise.
15795 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
15796 (default_gdb_init): Clear cleanfiles.
15797 (gdb_finish): Delete recorded cleanfiles.
15798 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
15799
15800 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
15801 Do not use isnative.
15802 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
15803 gdb.base/so-impl-ld.exp: Likewise.
15804 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
15805 * gdb.base/unload.exp: Likewise. Do not pass empty option to
15806 gdb_compile.
15807
b04e06d7
VP
158082007-05-15 Vladimir Prus <vladimir@codesourcery.com>
15809
15810 * config/unknown.exp: Remove.
15811
069ed931
UW
158122007-05-15 Markus Deuling <deuling@de.ibm.com>
15813
15814 * gdb.base/info-proc.exp: Check is_remote.
15815
09db0d03
UW
158162007-05-14 Markus Deuling <deuling@de.ibm.com>
15817
15818 * gdb.base/gcore.exp: Initialize variable core_supported.
15819
af2cbe8c
DJ
158202007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15821
15822 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
15823
027c0295
DJ
158242007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15825
15826 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
15827 * gdb.threads/print-threads.exp (test_all_threads): Allow
15828 negative and hexadecimal thread IDs.
15829
dc5000e7
DJ
158302007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15831
15832 * gdb.java/jprint.java (public): Avoid invalid call to static
15833 method.
15834
2e74ed18
DP
158352007-05-14 Denis Pilat <denis.pilat@st.com>
15836
15837 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
15838 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
15839 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
15840 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
15841 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
15842
83547f02
UW
158432007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15844
15845 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 15846 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
15847 this mode.
15848 * gdb.base/ovlymgr.c: Provide stubs for spu target.
15849 * gdb.base/spu.ld: New file.
15850
b18be20d
DJ
158512007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
15852
15853 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
15854
be444858
DJ
158552007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
15856
15857 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
15858
b1d53152
DJ
158592007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
15860
15861 * gdb.java/jmain.exp: Handle demangled names with and without method
15862 signatures.
15863
d084b331
DJ
158642007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
15865
15866 * gdb.mi/mi-syn-frame.c (main, foo, bar)
15867 (have_a_very_merry_interrupt): Remove calls to puts.
15868 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
15869 inferior output.
15870 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
15871 test names.
15872
db9d7fc5
DJ
158732007-04-29 Markus Deuling <deuling@de.ibm.com>
15874 Daniel Jacobowitz <dan@codesourcery.com>
15875
15876 * gdb.base/auxv.exp (core_works): Also check is_remote.
15877 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
15878
ef783a7d 158792007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 15880
ef783a7d
VP
15881 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
15882 message, not the undefined 'module' variable.
15883 * gdb.base/siginfo.exp: Likewise.
15884 * gdb.base/sigstep.exp: Likewise.
15885 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
15886 serialport.
15887 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
15888
b7b73cae
CV
158892007-04-25 Corinna Vinschen <vinschen@redhat.com>
15890
15891 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
15892 target sim fails. Return 0 otherwise.
15893 (gdb_load): Return prematurely if gdb_target_sim fails.
15894
7d90fdfa
DP
158952007-04-16 Denis Pilat <denis.pilat@st.com>
15896
15897 * gdb.base/setshow.exp: Reset height after having set it to 100.
15898
5d3e9c85
DP
158992007-04-16 Denis Pilat <denis.pilat@st.com>
15900
15901 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
15902
18e75969
DP
159032007-04-16 Denis Pilat <denis.pilat@st.com>
15904
15905 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
15906
25d5ea92
VP
159072007-04-14 Vladimir Prus <vladimir@codesourcery.com>
15908
15909 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
15910 tests. Run the frozen varobjs test.
15911 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 15912 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 15913
0b49cb80
JK
159142007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15915
15916 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
15917 gdb.base/type-opaque.exp: New files.
15918
a73bafbc 159192007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
15920
15921 * gdb.mi/mi-var-child.c
a73bafbc
VP
15922 (do_children_tests): User char[2] instead of
15923 char so that automatic printing of pointers to char
15924 don't give unpredicable result.
15925 * gdb.mi/var-cmd.c (do_locals_test): Initialize
15926 local variables.
15927 * gdb.mi/mi-var-child.exp: Step to right line
15928 of do_children_tests.
15929 * gdb.mi/mi2-var-child.exp: Likewise.
15930 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 15931 do_locals_tests.
a73bafbc
VP
15932 (do_children_tests): User char[2] instead of
15933 char so that automatic printing of pointers to char
a9c64011 15934 don't give unpredicable result.
a73bafbc 15935 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 15936 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
15937 Pass test name to mi_wait_for_stop.
15938
7ce59000
DJ
159392007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15940
15941 * gdb.asm/asm-source.exp: Remove d10v case.
15942 * lib/gdb.exp (skip_cplus_tests): Likewise.
15943 * gdb.asm/d10v.inc: Deleted.
15944
20389057
DJ
159452007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15946
15947 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
15948
8807d78b
DJ
159492007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15950
15951 * config/netware.exp: Delete file.
15952
aa3edb8e
JB
159532007-03-29 Joel Brobecker <brobecker@adacore.com>
15954
15955 * gdb.dwarf2/dw2-noloc.S: New file.
15956 * gdb.dwarf2/dw2-noloc.exp: New file.
15957
297561ac
PA
159582007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
15959
15960 * gdb.cp/method2.cc: New test.
15961 * gdb.cp/method2.exp: New test.
15962 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
15963
1f81bd39
DJ
159642007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
15965
15966 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
15967
9453113a
DJ
159682007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
15969
15970 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
15971
b741e217
DJ
159722007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
15973
15974 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
15975 (gdb_load): Delete, replace with...
15976 (gdb_reload): ...this.
15977 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
15978 * gdb.server/server-mon.exp: Likewise.
15979 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
15980 (gdb_start_cmd): New.
15981 (gdb_file_cmd): Save the last loaded file.
15982 (gdb_reload): New.
15983 (gdb_gnu_strip_debug): Use transform.
15984 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
15985 support here. Use new $last_loaded_file. Check mtime.
15986 (gdb_target_cmd): Handle ObjC failure case.
15987 (infer_host_exec): Delete.
15988 (gdbserver_load): Rename to...
15989 (gdbserver_run): ...this. Simplify.
15990 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
15991 (mi_gdb_load): Move most contents to a new function...
15992 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
15993 (mi_run_cmd): Use mi_gdb_target_load.
15994 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
15995 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
15996 Use gdb_run_cmd.
15997 * gdb.base/charsign.exp: Remove incorrect comment.
15998 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
15999 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
16000 gdb.base/start.exp: Use gdb_start_cmd.
16001
446ab585 160022007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 16003 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
16004
16005 * gdb.base/sigbpt.exp: Fix the message when skipping test.
16006 * gdb.base/signull.exp: Similarly.
16007
bbb88ebf
UW
160082007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16009
16010 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
16011 messages available to test cases (like chng-sym.exp).
16012
cb8c4a99
AS
160132007-03-14 Andreas Schwab <schwab@suse.de>
16014
16015 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
16016 format changes.
16017
4e463ff5
DJ
160182007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
16019
16020 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
16021 (optimized_1): New.
16022 (main): Call optimized_1.
16023 (gdb2029): Correct typos. Call gdb2029_marker.
16024 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
16025 for gdb2029.
16026
b6db2c47
MK
160272007-03-12 Mark Kettenis <kettenis@gnu.org>
16028
16029 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
16030 as tabs. Remove redundant test pattern.
16031
70ed3737
UW
160322007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16033
16034 * gdb.base/long_long.exp: Accept optional symbol name in <...>
16035 for /a format output.
16036
47b67b60
DJ
160372007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
16038
16039 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
16040 collect output incrementally.
16041
b8953b0e
UW
160422007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16043
16044 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
16045 for -var-create lpcharacter test.
16046 * gdb.mi/mi2-var-cmd.exp: Likewise.
16047
7acd5c40
UW
160482007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16049
16050 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
16051 pass on targets where address zero is readable.
16052
9c6759c1
UW
160532007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16054
16055 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
16056 just a single architecture.
16057
a2f1aeb4
UW
160582007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16059
16060 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
16061 (fetch_all_registers): New function, uses gdb_test_multiple and
16062 exp_continue to fetch inferior output line-by-line.
16063 Replace all uses of do_get_all_registers by fetch_all_registers.
16064
46579ac2
UW
160652007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16066
16067 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
16068 in target_info.
16069
fc133f24
MS
160702007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16071
a9c64011 16072 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
16073 consistancy; add a default (timeout) case.
16074
7646a51d
MS
160752007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16076
16077 * gdb.base/watchpoint.exp: Fix truncated comment.
16078
dcfff61f
MS
160792007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16080
16081 * Makefile.in: Remove spurious single-quotes from sed command.
16082
664e3ee9
DJ
160832007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16084
16085 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
16086 func.
16087 * gdb.mi/mi2-var-cmd.exp: Likewise.
16088
d7cc6f2f
JB
160892007-02-27 Joel Brobecker <brobecker@adacore.com>
16090
a9c64011
AS
16091 * gdb.dwarf2/dw2-producer.S: New file.
16092 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
16093
160942007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
16095
16096 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
16097 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
16098 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
16099 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
16100 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
16101 Revert tests to use mi_gdb_test and include value field in output
16102 of -var-create.
16103
93d42b30
DJ
161042007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
16105
16106 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
16107
c499ed39
DJ
161082007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
16109
16110 * gdb.base/maint.exp: Remove full paths from test names.
16111 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
16112 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
16113
9836f81b
JB
161142007-02-27 Joel Brobecker <brobecker@adacore.com>
16115
16116 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
16117
c74d0ad8
DJ
161182007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16119
16120 * gdb.server/server-mon.exp: New test.
16121
2711e456
DJ
161222007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16123
16124 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
16125
ff6f572f
DJ
161262007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16127
16128 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
16129 register capitalization.
16130
fada3feb
DP
161312007-02-13 Denis Pilat <denis.pilat@st.com>
16132
16133 * gdb.mi/mi-var-invalidate.exp: New file.
16134
fb1e4ffc
DJ
161352007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16136
16137 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
16138
3da939d7
DJ
161392007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16140
16141 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
16142
123dc839
DJ
161432007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16144
16145 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
16146 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
16147
877e3645 161482007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
16149
16150 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
16151 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
16152 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
16153 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
16154 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 16155 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 16156 Update tests to include value field in output of -var-create.
a9c64011 16157
3c0a2960
AS
161582007-02-08 Andreas Schwab <schwab@suse.de>
16159
16160 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
16161
108546a0
DJ
161622007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
16163
16164 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
16165 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
16166
d701dcab
DP
161672007-02-02 Denis Pilat <denis.pilat@st.com>
16168
16169 * gdb.threads/threadapply.exp: check that frame is not changed by
16170 the thread apply all command.
16171
783e3e2f
AS
161722007-01-31 Andreas Schwab <schwab@suse.de>
16173
6d9c3a87
AS
16174 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16175
3c50d7b9
AS
16176 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
16177 in the dwarf sections.
16178 * gdb.dwarf2/mac-fileno.S: Likewise.
16179
783e3e2f
AS
16180 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
16181 bspstore register on ia64.
16182
78ff580e
AS
161832007-01-29 Andreas Schwab <schwab@suse.de>
16184
cc8e9b12
AS
16185 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
16186 "frame-begin" annotation.
16187
78ff580e
AS
16188 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
16189 number of "frames-invalid" annotations.
16190
704a4f78
DJ
161912007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16192
16193 * gdb.base/commands.exp: Call if_commands_test.
16194 (gdb_test_no_prompt, if_commands_test): New.
16195
e741bf94
MK
161962007-01-28 Mark Kettenis <kettenis@gnu.org>
16197
16198 * gdb.threads/sigthread.c (NSIGS): Make bigger.
16199
474d0ad3
AS
162002007-01-27 Andreas Schwab <schwab@suse.de>
16201
16202 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
16203 .short/.int/.quad in the dwarf sections.
16204 * gdb.dwarf2/dw2-intercu.S: Likewise.
16205 * gdb.dwarf2/dw2-intermix.S: Likewise.
16206
e784b426
JK
162072007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16208
16209 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
16210 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
16211 array.
e784b426
JK
16212 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
16213 * gdb.base/setvar.exp: Likewise.
16214
37f08e04
AS
162152007-01-26 Andreas Schwab <schwab@suse.de>
16216
9a01813a
AS
16217 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
16218 test.
16219
37f08e04
AS
16220 * gdb.base/multi-forks.exp ("restart $i"): Also match
16221 __kernel_syscall_via_break.
16222
6e2a9270
VP
162232007-01-24 Vladimir Prus <vladimir@codesourcery.com>
16224
16225 * lib/mi-support.exp (mi_delete_varobj): New.
16226 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
16227 testcase.
16228 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
16229 (main): Call the above.
16230 (reference_update_test, base_in_reference_test)
16231 (reference_to_pointer): Delete the created varobjs.
a9c64011 16232
e515b470
DJ
162332007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
16234
16235 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
16236 * configure: Regenerated.
16237 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
16238 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
16239 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
16240 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
16241 * lib/gdb.exp (gdb_skip_xml_test): New function.
16242
08d8bcd7
DJ
162432007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
16244
16245 * gdb.base/sigrepeat.exp: Correct error message.
16246
162472007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
16248 Daniel Jacobowitz <dan@codesourcery.com>
16249
16250 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
16251 gdb.arch/i386-gnu-cfi-asm.S: New files.
16252
97c3f1f3
JK
162532007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16254
16255 * lib/gdb.exp: Abort on missing `site.exp'.
16256
cb1df416
DJ
162572007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16258 Daniel Jacobowitz <dan@codesourcery.com>
16259
16260 * gdb.base/included.c, gdb.base/included.exp,
16261 gdb.base/included.h: New files.
16262
35990120
DJ
162632007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16264
16265 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
16266 (maximize_rlimit): Reduce limits on 64-bit systems.
16267
6e81a116 162682007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
16269
16270 From Marcus Deuling <deuling@de.ibm.com>:
16271 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
16272 every case.
16273
6c3c41f3
NR
162742007-01-13 Nick Roberts <nickrob@snap.net.nz>
16275
16276 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
16277 (test_path_specification): Use objdir instead of srcdir to always
16278 get an absolute filename.
16279
2f12c312
DJ
162802007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
16281
16282 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
16283
81121995
VP
162842007-01-11 Vladimir Prus <vladimir@codesourcery.com>
16285
16286 * gdb.mi/mi-var-cp.cc (reference_update_tests):
16287 Make sure the variable we're using is in scope.
16288 (reference_to_pointer): Likewise.
16289
4741b737
DJ
162902007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
16291
16292 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
16293 has no debug information.
16294
054410c3
DJ
162952007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
16296
16297 * gdb.base/annota1.exp: Remove extra send_gdb.
16298
818f79f6
DJ
162992007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16300
16301 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
16302
f7a6bb70
DJ
163032007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16304
16305 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
16306
57e66780
DJ
163072007-01-08 Nick Roberts <nickrob@snap.net.nz>
16308 Daniel Jacobowitz <dan@codesourcery.com>
16309
16310 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
16311 lcharacter or linteger change. Correct duplicated test name.
16312 * gdb.mi/mi2-var-cmd.exp: Likewise.
16313
3d799a95
DJ
163142007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
16315
16316 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
16317
163182007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 16319
a9c64011
AS
16320 * gdb.base/nofield.c: New file.
16321 * gdb.base/nofield.exp: New testcase.
51679ba9 16322
eafb94e8
NR
163232007-01-05 Nick Roberts <nickrob@snap.net.nz>
16324
16325 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
16326
16327 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
16328 test.
16329
5e572bb4
DJ
163302007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
16331
16332 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
16333
74a44383
DJ
163342007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
16335
16336 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
16337 when continuing.
16338
1b572db9
DJ
163392007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16340
16341 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
16342 Expect ".exe" extension.
16343
381bc39b
DJ
163442007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16345
16346 * gdb.base/charset.exp: Add explicit filename to break.
16347 * gdb.base/dbx.exp: Add explicit filename to breaks.
16348
2b70e4c6
DJ
163492007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16350
16351 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
16352 * gdb.mi/mi2-file.exp: Likewise.
16353
303b6f5d
DJ
163542007-01-04 Vladimir Prus <vladimir@codesourcery.com>
16355
16356 Implement specification of MI tests as comments
16357 in C and C++ sources.
16358 * lib/mi-support.exp (mi_autotest_data): New variable.
16359 (mi_autotest_source): New variable.
16360 (count_newlines, mi_prepare_inline_tests)
16361 (mi_get_inline_test, mi_continue_to_line)
16362 (mi_run_inline_test, mi_tbreak)
16363 (mi_send_resuming_command, mi_wait_for_stop): New functions.
16364 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
16365 Run inline tests.
16366 * gdb.mi/mi-var-cp.cc: Define tests here.
16367
23da0d94
VP
163682007-01-04 Vladimir Prus <vladimir@codesourcery.com>
16369
16370 Simplify usage of mi_continue_to.
16371 * lib/mi-support.exp (mi_runto_helper): Renamed
16372 from mi_runto, added new parameter 'run_or_continue'.
16373 (mi_runto): Use mi_runto_helper.
16374 (mi_continue_to): Accept just function name as parameter.
16375 Use mi_runto_helper.
16376 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
16377 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 16378
f9e18282
JB
163792006-01-04 Joel Brobecker <brobecker@adacore.com>
16380
16381 Make this testcase a bit more realistic. The current code
16382 is too simplistic, and allows the compiler to optimize out
16383 some of the entities we need for this testcase.
16384 * gdb.ada/null_record/bar.ads (Void_Star): New type.
16385 (Do_Nothing): Add extra parameter.
16386 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
16387 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
16388 by using a variable of type Void_Star.
16389
fd678c65
JB
163902006-01-04 Joel Brobecker <brobecker@adacore.com>
16391
16392 * gdb.ada/catch_ex/foo.adb: New file.
16393 * gdb.ada/catch_ex.exp: New testcase.
16394
05cfdb42
DJ
163952007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
16396
16397 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
16398 pass --image-base to linker.
16399
2e03ee74
DJ
164002007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16401 Daniel Jacobowitz <dan@codesourcery.com>
16402
16403 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
16404 secondary prompts.
16405
0d5de010
DJ
164062007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
16407
16408 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
16409 output. Test the types of members and member pointers.
16410 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
16411 gdb/2092.
16412 * gdb.cp/member-ptr.exp: Search for a comment instead of a
16413 statement. Enable for GCC. Update expected output for some tests
16414 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
16415 layout.
16416 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
16417 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
16418 (Diamond::vget_base): New.
16419 (main): Add new tests.
16420 * gdb.cp/printmethod.exp: Update expected output for member functions.
16421 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
16422 print pEe->D::vg().
16423
61a771aa
DJ
164242007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
16425
16426 * gdb.threads/tls.exp: Allow stops in sem_post.
16427
2fa63963
DJ
164282006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
16429
16430 * gdb.base/annota1.exp: Allow .*printf in backtraces.
16431 * gdb.base/annota3.exp: Likewise.
16432 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
16433 again (instead of timing out).
16434 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
16435 GCC bug 26475.
16436 * gdb.java/jmisc.exp: Adjust to work with method signatures including
16437 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
16438 test from jmisc1.exp.
16439 * gdb.java/jmisc1.exp: Delete.
16440 * gdb.java/jprint.exp: Adjust to work with method signatures including
16441 return types.
16442 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
16443 * gdb.threads/linux-dp.exp: Don't be confused by program output.
16444 * lib/java.exp (compile_java_from_source): Pass the correct type
16445 to target_compile.
16446
5eefc2b7
JB
164472006-12-31 Joel Brobecker <brobecker@adacore.com>
16448
16449 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
16450 (stack_align_edx): New function.
16451 (stack_align_eax): New function.
16452 (main): Add calls to stack_align_edx and stack_align_eax.
16453 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
16454 Add testing for the cases where the register used during a stack
16455 realignment is edx. Same for eax.
16456
227c54da
DJ
164572006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
16458
16459 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
16460 and generic PE targets.
16461
cab8ac94
JB
164622006-12-29 Joel Brobecker <brobecker@adacore.com>
16463
16464 * gdb.ada/array_return.exp: Update copyright date list.
16465
ba54f318
JB
164662006-12-27 Joel Brobecker <brobecker@adacore.com>
16467
16468 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
16469 (Create_Small_Float_Vector): New function.
16470 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
16471 function body.
16472 * gdb.ada/array_return/p.adb: Use new type and function from
16473 package Pck.
16474 * gdb.ada/array_return.exp: Add a test verifying that GDB is
16475 able to print the value returned by a function returning an
16476 array of float.
16477
6b7a35dd
JB
164782006-12-20 Joel Brobecker <brobecker@adacore.com>
16479
16480 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
16481 The associated tests should be PASSing.
16482
038224f6
VP
164832006-12-08 Vladimir Prus <vladimir@codesourcery.com>
16484
16485 Test for base in references.
16486 * gdb.mi/mi-var-cp.cc: Add test code.
16487 * gdb.mi/mi-var-cp.exp: Test for bases in references.
16488 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
16489 * gdb.mi/mi2-watch.exp: Likewise.
16490 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
16491 (mi_list_varobj_children): New function.
16492
b26ed50d
VP
164932006-12-08 Vladimir Prus <vladimir@codesourcery.com>
16494
16495 * lib/mi-support.exp
16496 (mi_runto): Accept "()" after function name.
16497 (mi_create_varobj): New function.
16498 (mi_varobj_update): New function.
16499 (mi_Check_varobj_value): New function.
16500 * gdb.mi/mi-var-cp.exp: New file.
16501 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 16502
08232497
DJ
165032006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
16504
16505 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
16506 gdb.base/weaklib2.c: New files.
16507
d394c993 165082006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 16509
ac6c2fba
NS
16510 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
16511 info. Adjust test names.
16512
8ec659a0 16513 * gdb.base/break.c (main): Move position of malloc.
d394c993 16514 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 16515
acd65feb
VP
165162006-11-28 Vladimir Prus <vladimir@codesourcery.com>
16517
16518 * gdb.mi/mi-var-cmd.exp: Check -var-update after
16519 assignement of arrays and function pointers.
16520 * gdb.mi/var-cmd.c: Add declaration necessary for above
16521 tests.
16522
f556d5e5
NS
165232006-11-27 Nathan Sidwell <nathan@codesourcery.com>
16524
16525 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
16526
16527 * gdb.threads/linux-dp.exp: Read thread table before and after
16528 creating each philosopher and verify it.
16529
697bc68d
NS
165302006-11-27 Nathan Sidwell <nathan@codesourcery.com>
16531 Paul Brook <paul@codesourcery.com>
16532 Daniel Jacobowitz <dan@codesourcery.com>
16533
16534 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 16535 main to remove duplication. Add start function of the form
697bc68d
NS
16536 '_*start[1-9]*'. Add RVDS start function.
16537
29d73ae4
DJ
165382006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
16539
16540 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
16541
c1d88655
UW
165422006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16543
16544 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
16545 * gdb.asm/spu.inc: New file.
16546 * gdb.base/term.exp: Disable if [target_info exists noargs].
16547 * gdb.gdb/complaints.exp: Disable if ![isnative].
16548 * gdb.gdb/selftest.exp: Likewise.
16549 * gdb.gdb/observer.exp: Likewise.
16550 * gdb.gdb/xfullpath.exp: Likewise.
16551 * gdb.base/attach.exp: Disable on SPU target.
16552 * gdb.cp/bs145503.exp: Likewise.
16553 * gdb.cp/exception.exp: Likewise.
16554 * gdb.cp/userdef.exp: Likewise.
16555
32a13b1a
DJ
165562006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
16557
16558 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
16559
d8295fe9
VP
165602006-11-10 Vladimir Prus <vladimir@codesourcery.com>
16561
16562 * gdb.base/completion.exp: Fix completion tests for
16563 'info' and 'info '.
16564 * gdb.base/help.exp (help_test_raw, test_class_help)
16565 (test_prefix_command_help): Move...
16566 * lib/gdb.exp: Here.
16567 * gdb.base/main.exp: Adjust.
16568 * gdb.cp/maint.exp: Adjust.
16569 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 16570
8c394015
VP
165712006-11-09 Vladimir Prus <vladimir@codesourcery.com>
16572
16573 * gdb.stabs/weird.exp (print_weird_var): Use
16574 gdb_test_multiple instead of gdb_expect.
16575
027fc1bc
VP
165762006-11-09 Vladimir Prus <vladimir@codesourcery.com>
16577
16578 * gdb.base/help.exp (help_test_raw): New.
16579 (test_class_help): New.
16580 (test_prefix_command_help): New.
16581 Adjust testcases.
16582
67609209
FR
165832006-11-09 Christophe Lyon <christophe.lyon@st.com>
16584
16585 * gdb.base/constvars.c (main): Write to crass and crips, so that
16586 they are allocated by the compiler.
16587
f73adfeb
AS
165882006-10-27 Andreas Schwab <schwab@suse.de>
16589
16590 * gdb.base/multi-forks.exp: Use "detach fork" instead of
16591 "detach-fork".
16592
2f83a18e
DJ
165932006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
16594
16595 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
16596 of patterns.
16597
94277a38
DJ
165982006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
16599
16600 * gdb.base/sepdebug.exp: Remove debug format test.
16601 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
16602 Handle no-symtab.
16603 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
16604
5bd2f6e2
DJ
166052006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
16606
16607 * gdb.threads/manythreads.c (thread_function, main): Don't cast
16608 int to pointer or pointer to int.
16609 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
16610
8c008720
DJ
166112006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
16612
16613 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
16614
9e35dae4
DJ
166152006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16616
16617 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
16618
d9639e13
DJ
166192006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
16620
16621 PR c++/2116
16622 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
16623
390a1bd0
JB
166242006-10-06 Joel Brobecker <brobecker@adacore.com>
16625
16626 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
16627 the corresponding bug has been fixed in GDB (PR/2018).
16628
dd920c33
JB
166292006-10-06 Joel Brobecker <brobecker@adacore.com>
16630
16631 * gdb.base/subst.exp: New testcase.
16632
53bbefe9
JB
166332006-10-06 Joel Brobecker <brobecker@adacore.com>
16634
16635 * gdb.ada/array_return/pck.ads: Add copyright notice.
16636 * gdb.ada/array_return/pck.adb: Likewise.
16637 * gdb.ada/array_return/p.adb: Likewise.
16638 * gdb.ada/exec_changed/first.adb: Likewise.
16639 * gdb.ada/exec_changed/second.adb: Likewise.
16640
09851417
JB
166412006-10-06 Joel Brobecker <brobecker@adacore.com>
16642
16643 * gdb.ada/watch_arg/watch.adb: New file.
16644 * gdb.ada/watch_arg.exp: New testcase.
16645
041bf30d
VP
166462006-10-02 Vladimir Prus <vladimir@codesourcery.com>
16647
16648 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 16649 via string_to_regexp.
041bf30d 16650 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 16651
f286fbdd 166522006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
16653
16654 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
16655 Remove unused / obsolete files.
16656
7c07f349
NR
166572006-09-19 Nick Roberts <nickrob@snap.net.nz>
16658
16659 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
16660
cd5ff84a
VP
166612006-09-17 Vladimir Prus <vladimir@codesourcery.com>
16662
16663 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
16664 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 16665 the number of frames.
cd5ff84a 16666
ae018d1a
DJ
166672006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
16668
16669 * gdb.base/args.c (main): Add breakpoint marker.
16670 * gdb.base/args.exp: Use args_test for tests. Add new tests which
16671 really test empty arguments.
16672 (args_load): Delete.
16673 (args_test): New.
16674
b399c549
NR
166752006-09-13 Nick Roberts <nickrob@snap.net.nz>
16676
16677 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 16678 check for one file.
b399c549 16679
2ab1eb7a
VP
166802006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
16681
16682 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
16683 HIGH_FRAME argument to -stack-list-locals can be larger than
16684 the number of frames.
a9c64011 16685
476308bf
FF
166862006-08-18 Fred Fish <fnf@specifix.com>
16687
16688 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
16689 '$' in front of skip_vmx_tests_saved when setting that.
16690
8625200f
AS
166912006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
16692
16693 * gdb.base/trace-commands.exp: New file.
16694
089ec8f1
DJ
166952006-08-10 Joel Brobecker <brobecker@adacore.com>
16696 Daniel Jacobowitz <dan@codesourcery.com>
16697
16698 * gdb.base/step-bt.exp: Make hexadecimal address optional in
16699 expected output of the backtrace commands.
16700
b60f0898
JB
167012006-08-09 Joel Brobecker <brobecker@adacore.com>
16702
16703 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
16704 untested followed by return combination.
16705 * gdb.arch/altivec-regs.exp: Likewise.
16706 * gdb.arch/e500-abi.exp: Likewise.
16707 * gdb.arch/e500-regs.exp: Likewise.
16708 * gdb.arch/gdb1291.exp: Likewise.
16709 * gdb.arch/gdb1431.exp: Likewise.
16710 * gdb.arch/gdb1558.exp: Likewise.
16711 * gdb.arch/i386-prologue.exp: Likewise.
16712 * gdb.arch/i386-unwind.exp: Likewise.
16713 * gdb.asm/asm-source.exp: Likewise.
16714 * gdb.base/a2-run.exp: Likewise.
16715 * gdb.base/advance.exp: Likewise.
16716 * gdb.base/all-bin.exp: Likewise.
16717 * gdb.base/annota1.exp: Likewise.
16718 * gdb.base/annota3.exp: Likewise.
16719 * gdb.base/args.exp: Likewise.
16720 * gdb.base/arithmet.exp: Likewise.
16721 * gdb.base/assign.exp: Likewise.
16722 * gdb.base/async.exp: Likewise.
16723 * gdb.base/attach.exp: Likewise.
16724 * gdb.base/bang.exp: Likewise.
16725 * gdb.base/bigcore.exp: Likewise.
16726 * gdb.base/bitfields.exp: Likewise.
16727 * gdb.base/bitfields2.exp: Likewise.
16728 * gdb.base/break.exp: Likewise.
16729 * gdb.base/call-sc.exp: Likewise.
16730 * gdb.base/call-strs.exp: Likewise.
16731 * gdb.base/callfuncs.exp: Likewise.
16732 * gdb.base/checkpoint.exp: Likewise.
16733 * gdb.base/chng-syms.exp: Likewise.
16734 * gdb.base/code-expr.exp: Likewise.
16735 * gdb.base/commands.exp: Likewise.
16736 * gdb.base/completion.exp: Likewise.
16737 * gdb.base/cond-expr.exp: Likewise.
16738 * gdb.base/condbreak.exp: Likewise.
16739 * gdb.base/consecutive.exp: Likewise.
16740 * gdb.base/constvars.exp: Likewise.
16741 * gdb.base/corefile.exp: Likewise.
16742 * gdb.base/cvexpr.exp: Likewise.
16743 * gdb.base/dbx.exp: Likewise.
16744 * gdb.base/define.exp: Likewise.
16745 * gdb.base/detach.exp: Likewise.
16746 * gdb.base/display.exp: Likewise.
16747 * gdb.base/dump.exp: Likewise.
16748 * gdb.base/ena-dis-br.exp: Likewise.
16749 * gdb.base/ending-run.exp: Likewise.
16750 * gdb.base/environ.exp: Likewise.
16751 * gdb.base/eval-skip.exp: Likewise.
16752 * gdb.base/exprs.exp: Likewise.
16753 * gdb.base/fileio.exp: Likewise.
16754 * gdb.base/finish.exp: Likewise.
16755 * gdb.base/float.exp: Likewise.
16756 * gdb.base/foll-exec.exp: Likewise.
16757 * gdb.base/foll-fork.exp: Likewise.
16758 * gdb.base/foll-vfork.exp: Likewise.
16759 * gdb.base/freebpcmd.exp: Likewise.
16760 * gdb.base/funcargs.exp: Likewise.
16761 * gdb.base/gcore.exp: Likewise.
16762 * gdb.base/gdb1090.exp: Likewise.
16763 * gdb.base/gdb1250.exp: Likewise.
16764 * gdb.base/huge.exp: Likewise.
16765 * gdb.base/info-proc.exp: Likewise.
16766 * gdb.base/interrupt.exp: Likewise.
16767 * gdb.base/jump.exp: Likewise.
16768 * gdb.base/langs.exp: Likewise.
16769 * gdb.base/lineinc.exp: Likewise.
16770 * gdb.base/list.exp: Likewise.
16771 * gdb.base/logical.exp: Likewise.
16772 * gdb.base/long_long.exp: Likewise.
16773 * gdb.base/macscp.exp: Likewise.
16774 * gdb.base/maint.exp: Likewise.
16775 * gdb.base/mips_pro.exp: Likewise.
16776 * gdb.base/miscexprs.exp: Likewise.
16777 * gdb.base/multi-forks.exp: Likewise.
16778 * gdb.base/opaque.exp: Likewise.
16779 * gdb.base/overlays.exp: Likewise.
16780 * gdb.base/pc-fp.exp: Likewise.
16781 * gdb.base/pointers.exp: Likewise.
16782 * gdb.base/printcmds.exp: Likewise.
16783 * gdb.base/psymtab.exp: Likewise.
16784 * gdb.base/ptype.exp: Likewise.
16785 * gdb.base/recurse.exp: Likewise.
16786 * gdb.base/relational.exp: Likewise.
16787 * gdb.base/relocate.exp: Likewise.
16788 * gdb.base/remote.exp: Likewise.
16789 * gdb.base/reread.exp: Likewise.
16790 * gdb.base/restore.exp: Likewise.
16791 * gdb.base/return.exp: Likewise.
16792 * gdb.base/return2.exp: Likewise.
16793 * gdb.base/scope.exp: Likewise.
16794 * gdb.base/sect-cmd.exp: Likewise.
16795 * gdb.base/sep.exp: Likewise.
16796 * gdb.base/sepdebug.exp: Likewise.
16797 * gdb.base/setshow.exp: Likewise.
16798 * gdb.base/setvar.exp: Likewise.
16799 * gdb.base/sigall.exp: Likewise.
16800 * gdb.base/sigbpt.exp: Likewise.
16801 * gdb.base/signals.exp: Likewise.
16802 * gdb.base/signull.exp: Likewise.
16803 * gdb.base/sizeof.exp: Likewise.
16804 * gdb.base/solib.exp: Likewise.
16805 * gdb.base/step-line.exp: Likewise.
16806 * gdb.base/step-test.exp: Likewise.
16807 * gdb.base/structs.exp: Likewise.
16808 * gdb.base/structs2.exp: Likewise.
16809 * gdb.base/term.exp: Likewise.
16810 * gdb.base/twice.exp: Likewise.
16811 * gdb.base/until.exp: Likewise.
16812 * gdb.base/varargs.exp: Likewise.
16813 * gdb.base/volatile.exp: Likewise.
16814 * gdb.base/watchpoint.exp: Likewise.
16815 * gdb.base/whatis-exp.exp: Likewise.
16816 * gdb.base/whatis.exp: Likewise.
16817 * gdb.cp/ambiguous.exp: Likewise.
16818 * gdb.cp/annota2.exp: Likewise.
16819 * gdb.cp/annota3.exp: Likewise.
16820 * gdb.cp/bool.exp: Likewise.
16821 * gdb.cp/breakpoint.exp: Likewise.
16822 * gdb.cp/casts.exp: Likewise.
16823 * gdb.cp/class2.exp: Likewise.
16824 * gdb.cp/classes.exp: Likewise.
16825 * gdb.cp/cplusfuncs.exp: Likewise.
16826 * gdb.cp/ctti.exp: Likewise.
16827 * gdb.cp/derivation.exp: Likewise.
16828 * gdb.cp/exception.exp: Likewise.
16829 * gdb.cp/gdb1355.exp: Likewise.
16830 * gdb.cp/hang.exp: Likewise.
16831 * gdb.cp/inherit.exp: Likewise.
16832 * gdb.cp/local.exp: Likewise.
16833 * gdb.cp/m-data.exp: Likewise.
16834 * gdb.cp/m-static.exp: Likewise.
16835 * gdb.cp/member-ptr.exp: Likewise.
16836 * gdb.cp/method.exp: Likewise.
16837 * gdb.cp/misc.exp: Likewise.
16838 * gdb.cp/namespace.exp: Likewise.
16839 * gdb.cp/overload.exp: Likewise.
16840 * gdb.cp/ovldbreak.exp: Likewise.
16841 * gdb.cp/pr-1023.exp: Likewise.
16842 * gdb.cp/pr-1210.exp: Likewise.
16843 * gdb.cp/pr-574.exp: Likewise.
16844 * gdb.cp/printmethod.exp: Likewise.
16845 * gdb.cp/psmang.exp: Likewise.
16846 * gdb.cp/ref-params.exp: Likewise.
16847 * gdb.cp/ref-types.exp: Likewise.
16848 * gdb.cp/rtti.exp: Likewise.
16849 * gdb.cp/templates.exp: Likewise.
16850 * gdb.cp/try_catch.exp: Likewise.
16851 * gdb.cp/userdef.exp: Likewise.
16852 * gdb.cp/virtfunc.exp: Likewise.
16853 * gdb.disasm/am33.exp: Likewise.
16854 * gdb.disasm/h8300s.exp: Likewise.
16855 * gdb.disasm/mn10300.exp: Likewise.
16856 * gdb.disasm/sh3.exp: Likewise.
16857 * gdb.disasm/t01_mov.exp: Likewise.
16858 * gdb.disasm/t02_mova.exp: Likewise.
16859 * gdb.disasm/t03_add.exp: Likewise.
16860 * gdb.disasm/t04_sub.exp: Likewise.
16861 * gdb.disasm/t05_cmp.exp: Likewise.
16862 * gdb.disasm/t06_ari2.exp: Likewise.
16863 * gdb.disasm/t07_ari3.exp: Likewise.
16864 * gdb.disasm/t08_or.exp: Likewise.
16865 * gdb.disasm/t09_xor.exp: Likewise.
16866 * gdb.disasm/t10_and.exp: Likewise.
16867 * gdb.disasm/t11_logs.exp: Likewise.
16868 * gdb.disasm/t12_bit.exp: Likewise.
16869 * gdb.disasm/t13_otr.exp: Likewise.
16870 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
16871 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
16872 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16873 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
16874 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
16875 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
16876 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
16877 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
16878 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
16879 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
16880 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
16881 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
16882 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
16883 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
16884 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
16885 * gdb.mi/gdb701.exp: Likewise.
16886 * gdb.mi/gdb792.exp: Likewise.
16887 * gdb.mi/mi-basics.exp: Likewise.
16888 * gdb.mi/mi-break.exp: Likewise.
16889 * gdb.mi/mi-cli.exp: Likewise.
16890 * gdb.mi/mi-console.exp: Likewise.
16891 * gdb.mi/mi-disassemble.exp: Likewise.
16892 * gdb.mi/mi-eval.exp: Likewise.
16893 * gdb.mi/mi-file.exp: Likewise.
16894 * gdb.mi/mi-read-memory.exp: Likewise.
16895 * gdb.mi/mi-regs.exp: Likewise.
16896 * gdb.mi/mi-return.exp: Likewise.
16897 * gdb.mi/mi-simplerun.exp: Likewise.
16898 * gdb.mi/mi-stack.exp: Likewise.
16899 * gdb.mi/mi-stepi.exp: Likewise.
16900 * gdb.mi/mi-syn-frame.exp: Likewise.
16901 * gdb.mi/mi-until.exp: Likewise.
16902 * gdb.mi/mi-var-block.exp: Likewise.
16903 * gdb.mi/mi-var-child.exp: Likewise.
16904 * gdb.mi/mi-var-cmd.exp: Likewise.
16905 * gdb.mi/mi-var-display.exp: Likewise.
16906 * gdb.mi/mi-watch.exp: Likewise.
16907 * gdb.mi/mi2-basics.exp: Likewise.
16908 * gdb.mi/mi2-break.exp: Likewise.
16909 * gdb.mi/mi2-cli.exp: Likewise.
16910 * gdb.mi/mi2-console.exp: Likewise.
16911 * gdb.mi/mi2-disassemble.exp: Likewise.
16912 * gdb.mi/mi2-eval.exp: Likewise.
16913 * gdb.mi/mi2-file.exp: Likewise.
16914 * gdb.mi/mi2-read-memory.exp: Likewise.
16915 * gdb.mi/mi2-regs.exp: Likewise.
16916 * gdb.mi/mi2-return.exp: Likewise.
16917 * gdb.mi/mi2-simplerun.exp: Likewise.
16918 * gdb.mi/mi2-stack.exp: Likewise.
16919 * gdb.mi/mi2-stepi.exp: Likewise.
16920 * gdb.mi/mi2-syn-frame.exp: Likewise.
16921 * gdb.mi/mi2-until.exp: Likewise.
16922 * gdb.mi/mi2-var-block.exp: Likewise.
16923 * gdb.mi/mi2-var-child.exp: Likewise.
16924 * gdb.mi/mi2-var-cmd.exp: Likewise.
16925 * gdb.mi/mi2-var-display.exp: Likewise.
16926 * gdb.mi/mi2-watch.exp: Likewise.
16927 * gdb.stabs/exclfwd.exp: Likewise.
16928 * gdb.stabs/weird.exp: Likewise.
16929 * gdb.threads/gcore-thread.exp: Likewise.
16930 * gdb.trace/actions.exp: Likewise.
16931 * gdb.trace/backtrace.exp: Likewise.
16932 * gdb.trace/circ.exp: Likewise.
16933 * gdb.trace/collection.exp: Likewise.
16934 * gdb.trace/deltrace.exp: Likewise.
16935 * gdb.trace/infotrace.exp: Likewise.
16936 * gdb.trace/limits.exp: Likewise.
16937 * gdb.trace/packetlen.exp: Likewise.
16938 * gdb.trace/passc-dyn.exp: Likewise.
16939 * gdb.trace/passcount.exp: Likewise.
16940 * gdb.trace/report.exp: Likewise.
16941 * gdb.trace/save-trace.exp: Likewise.
16942 * gdb.trace/tfind.exp: Likewise.
16943 * gdb.trace/tracecmd.exp: Likewise.
16944 * gdb.trace/while-dyn.exp: Likewise.
16945 * gdb.trace/while-stepping.exp: Likewise.
16946
f4b618d1
JB
169472006-08-08 Joel Brobecker <brobecker@adacore.com>
16948
16949 * gdb.base/step-bt.c: New file.
16950 * gdb.base/step-bt.exp: New testcase.
16951
3d00d119
DJ
169522006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
16953
16954 * config/monitor.exp (gdb_load): Remove support for obsolete
16955 download-write-size.
16956 * gdb.base/remote.exp: Likewise. Update all callers of
16957 gdb_timed_load.
16958
017b5bd4
DJ
169592006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
16960
16961 * cursal.exp: Pass binfile to gdb_load.
16962
837c599d
DJ
169632006-08-01 Nathan Sidwell <nathan@codesourcery.com>
16964
16965 * gdb.base/cursal.exp: Add "" to gdb_load call.
16966
8dd4540b
MK
169672006-07-29 Mark Kettenis <kettenis@gnu.org>
16968
16969 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
16970 NetBSD/ELF targets.
16971
ab5c9f60
DJ
169722006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
16973
16974 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
16975 operator*.
16976
4c42eaff
DJ
169772006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
16978
16979 * gdb.base/completion.exp: Update for change in "file" behavior.
16980 * gdb.stabs/weird.exp: Likewise.
16981 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
16982 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
16983
0155cc76
NS
169842006-07-24 Nathan Sidwell <nathan@codesourcery.com>
16985
16986 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
16987 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
16988
16026cd7
AS
169892006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
16990
16991 * gdb.base/default.exp: Update source command error message.
16992 * gdb.base/help.exp: Update 'help source' message.
16993
16963cb6
DJ
169942006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
16995
16996 * gdb.cp/bs15503.exp: Update comment for no longer crashing
16997 test.
16998
6d7fd486
AS
169992006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
17000
17001 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
17002
29e8a844
DJ
170032006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
17004
17005 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
17006
6afcfa39
DJ
170072006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
17008
17009 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
17010
267a692b
MK
170112006-07-17 Mark Kettenis <kettenis@gnu.org>
17012
17013 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
17014 *-*-openbsd* from targets for wich we expect ARM FPA floating
17015 point format.
17016
85d2fec4
NR
170172006-07-17 Nick Roberts <nickrob@snap.net.nz>
17018
17019 * gdb.cp/annota3.exp: Expect frame-begin annotation.
17020
170212006-07-17 Mark Kettenis <kettenis@gnu.org>
17022
17023 * gdb.base/annota3.exp: Expect frame-begin annotation.
17024
85b4c6e8
JB
170252006-07-14 Joel Brobecker <brobecker@adacore.com>
17026
17027 * gdb.base/help.exp: Adjust "help unset" test to accept
17028 any list of unset commands.
17029
fb933624
DJ
170302006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
17031 Daniel Jacobowitz <dan@codesourcery.com>
17032
17033 * gdb.cp/ref-params.exp: New test.
17034 * gdb.cp/ref-params.cc: New source file.
17035 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
17036
1dff4b64
MK
170372006-07-08 Mark Kettenis <kettenis@gnu.org>
17038
17039 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
17040 spaces/tabs in regular expressions since they might not be there.
17041
40d2e0e3
AS
170422006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
17043
17044 * gdb.base/ifelse.exp: New file.
17045
f6c957d2
NS
170462006-07-04 Nathan Sidwell <nathan@codesourcery.com>
17047
17048 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
17049 line.
17050 * gdb.base/huge.exp: Loop over compilation to find a size that
17051 is acceptable.
17052 * gdb.base/remote.exp: Correct expected strings.
17053 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
17054
b9c5a23d
DJ
170552006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17056
17057 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
17058
9af2e58d
DJ
170592006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17060
17061 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
17062 native.
17063
30930ca5
DJ
170642006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17065
17066 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
17067 enable stabs testing.
17068
aa32fa1d
DJ
170692006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17070
bd4a4c80 17071 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
17072 gdb_test_multiple does.
17073
321fef15
DJ
170742006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17075
17076 * Makefile.in (host_alias): Remove.
17077 (target_alias): Use @target_noncanonical@.
17078 (site.exp): Don't set host_alias.
17079 * aclocal.m4: Remove contents. Include acx.m4.
17080 * configure: Regenerated.
17081 * configure.ac: Use ACX_NONCANONICAL_TARGET.
17082
e1c2defa
NS
170832006-06-13 Nathan Sidwell <nathan@codesourcery.com>
17084
e63b55d1
NS
17085 * lib/gdb.exp (gdb_load_cmd): New.
17086
5600ea19
NS
17087 * gdb.base/fileio.c: Add system(NULL) test.
17088 * gdb.base/fileio.exp: Check it.
17089
e1c2defa
NS
17090 * gdb.base/break.c: Add 10a breakpoint at }
17091 * gdb.base/break.exp: Add test for breakpoint at }
17092 * gdb.cp/anon-union.cc: Add code at end of function.
17093 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
17094 * gdb.mi/var-cmd.c: Add code at end of function.
17095 * gdb.mi/mi-var-display.exp: Adjust end of next.
17096 * gdb.mi/mi2-var-display.exp: Likewise.
17097 * gdb.base/fileio.c: Add stop function and insert calls at
17098 stopping places.
17099 * gdb.base/fileio.exp: Breakpoint stop function and remove
17100 explicit line number references.
17101
6c0112ec
JB
171022006-05-19 Joel Brobecker <brobecker@adacore.com>
17103
a9c64011
AS
17104 * gdb.base/del.exp (test_delete_alias): New function.
17105 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 17106
154189a4
FF
171072006-05-18 Fred Fish <fnf@specifix.com>
17108
17109 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
17110 required. Check for spurious output after program exits normally.
17111
582e64c2
FF
171122006-05-17 Fred Fish <fnf@specifix.com>
17113
17114 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
17115 gdb_load, so it works in the simulator.
17116
8ef6493a
FF
171172006-05-11 Fred Fish <fnf@specifix.com>
17118
17119 * gdb.base/bang.exp: Ignore unexpected output between the
17120 "program exited normally" and the gdb prompt, as many other
17121 tests do.
17122
692b141c
MK
171232006-05-07 Mark Kettenis <kettenis@gnu.org>
17124
17125 * gdb.base/help.exp: Make "delete checkpoint" part option for
17126 "help d" and "help delete" tests.
17127
540b8a30
UW
171282006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17129
a9c64011 17130 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
17131 expected output in some mi_gdb_test statements.
17132 * gdb.mi/mi2-basics.exp: Likewise.
17133
9b6462d9
JB
171342006-05-05 Joel Brobecker <brobecker@adacore.com>
17135
17136 * gdb.base/del.c: New file.
17137 * gdb.base/del.exp: New testcase.
17138
954de43b
DM
171392006-05-05 David S. Miller <davem@sunset.davemloft.net>
17140
17141 * gdb.base/break.exp: Do not assume a breakpoint on
17142 main will actually be in $srcfile when optimizing.
1303f75e
DM
17143 * gdb.base/savedregs.exp: Do not require that the dummy
17144 frame location match up to a symbol and source file location.
c3242428
DM
17145 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
17146 will get printed without a mi_cmd_data_list_register_values prefix.
17147 (*-data-list-register-*): Correct regular expressions to expect the new
17148 pseudo d? floating point registers.
17149 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 17150
c7e64c9a
DJ
171512006-05-05 Christophe Lyon <christophe.lyon@st.com>
17152
17153 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
17154 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
17155 is allocated by the compiler.
17156 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
17157 anons, e, anone to force their allocation by the compiler.
17158
171592006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
17160
17161 * gdb.base/help.exp: Update expected text for help d and
17162 help delete.
17163
27ce9a6d
MK
171642006-05-02 Mark Kettenis <kettenis@gnu.org>
17165
17166 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
17167 NetBSD/ELF targets.
17168
8608915f
MK
171692006-04-30 Mark Kettenis <kettenis@gnu.org>
17170
17171 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
17172 single-step breakpoint fails; make this a KFAIL on
17173 sparc*-*-openbsd*.
17174 * gdb.base/siginfo.exp: Likewise.
17175 * gdb.base/sigstep.exp (advance, advancei): Likewise.
17176
b8db102d
MS
171772006-04-26 Michael Snyder <msnyder@redhat.com>
17178
17179 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
17180 which may have to consume output from other forks.
17181 Add tests to make sure that "delete fork" succeeded.
17182
c702009a
MS
171832006-04-20 Michael Snyder <msnyder@redhat.com>
17184
17185 * 2006-03-22 Jim Blandy <jimb@redhat.com>
17186 Add support for the Renesas M32C and M16C.
17187
17188 * gdb.asm/asm-source.exp: Add m32c target.
17189 * gdb.asm/m32c.inc: Support for m32c target.
17190
e28493f2
AS
171912006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
17192
17193 * gdb.base/commands.exp (recursive_source_test): New test.
17194
880da185
DM
171952006-04-04 David S. Miller <davem@sunset.davemloft.net>
17196
17197 * gdb.base/float.exp: Add pattern for sparc targets.
17198
61d9b92f
DJ
171992006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17200
17201 * gdb.base/commands.exp (stray_arg0_test): New test.
17202
bd717df8
PB
172032006-03-30 Paul Brook <paul@codesourcery.com>
17204
17205 * gdb.mi/mi-until.exp: kfail broken until command.
17206 * gdb.mi/mi2-until.exp: Ditto.
17207
ec793d3c
NR
172082006-03-27 Nick Roberts <nickrob@snap.net.nz>
17209
17210 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
17211
831004b7
AO
172122006-03-08 Alexandre Oliva <aoliva@redhat.com>
17213
17214 * gdb.base/prelink.exp: Anchor tested-for regular expression
17215 on gdb prompt.
17216
effe49a0
PB
172172006-03-07 Paul Brook <paul@codesourcery.com>
17218
17219 * gdb.base/assign.exp: Correct fail message.
17220
e5461016
PB
172212006-03-07 Paul Brook <paul@codesourcery.com>
17222
17223 * lib/compiler.c: Extract armcc version number.
17224 * lib/compiler.cc: Ditto.
17225
fc91c6c2
PB
172262006-03-07 Paul Brook <paul@codesourcery.com>
17227
17228 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
17229 additional_flags=-w.
17230 * gdb.arch/altivec-regs.exp: Ditto.
17231 * gdb.arch/e500-abi.exp: Ditto.
17232 * gdb.arch/e500-regs.exp: Ditto.
17233 * gdb.base/all-bin.exp: Ditto.
17234 * gdb.base/annota1.exp: Ditto.
17235 * gdb.base/annota3.exp: Ditto.
17236 * gdb.base/args.exp: Ditto.
17237 * gdb.base/arithmet.exp: Ditto.
17238 * gdb.base/assign.exp: Ditto.
17239 * gdb.base/async.exp: Ditto.
17240 * gdb.base/bang.exp: Ditto.
17241 * gdb.base/break.exp: Ditto.
17242 * gdb.base/call-rt-st.exp: Ditto.
17243 * gdb.base/completion.exp: Ditto.
17244 * gdb.base/cond-expr.exp: Ditto.
17245 * gdb.base/condbreak.exp: Ditto.
17246 * gdb.base/consecutive.exp: Ditto.
17247 * gdb.base/define.exp: Ditto.
17248 * gdb.base/display.exp: Ditto.
17249 * gdb.base/ena-dis-br.exp: Ditto.
17250 * gdb.base/environ.exp: Ditto.
17251 * gdb.base/eval-skip.exp: Ditto.
17252 * gdb.base/info-proc.exp: Ditto.
17253 * gdb.base/jump.exp: Ditto.
17254 * gdb.base/logical.exp: Ditto.
17255 * gdb.base/long_long.exp: Ditto.
17256 * gdb.base/maint.exp: Ditto.
17257 * gdb.base/miscexprs.exp: Ditto.
17258 * gdb.base/pc-fp.exp: Ditto.
17259 * gdb.base/pointers.exp: Ditto.
17260 * gdb.base/relational.exp: Ditto.
17261 * gdb.base/reread.exp: Ditto.
17262 * gdb.base/sect-cmd.exp: Ditto.
17263 * gdb.base/sep.exp: Ditto.
17264 * gdb.base/sepdebug.exp: Ditto.
17265 * gdb.base/until.exp: Ditto.
17266 * gdb.base/whatis-exp.exp: Ditto.
17267 * gdb.cp/annota2.exp: Ditto.
17268 * gdb.cp/annota3.exp: Ditto.
17269 * gdb.trace/actions.exp: Ditto.
17270 * gdb.trace/backtrace.exp: Ditto.
17271 * gdb.trace/circ.exp: Ditto.
17272 * gdb.trace/collection.exp: Ditto.
17273 * gdb.trace/deltrace.exp: Ditto.
17274 * gdb.trace/infotrace.exp: Ditto.
17275 * gdb.trace/limits.exp: Ditto.
17276 * gdb.trace/packetlen.exp: Ditto.
17277 * gdb.trace/passc-dyn.exp: Ditto.
17278 * gdb.trace/passcount.exp: Ditto.
17279 * gdb.trace/report.exp: Ditto.
17280 * gdb.trace/save-trace.exp: Ditto.
17281 * gdb.trace/tfind.exp: Ditto.
17282 * gdb.trace/tracecmd.exp: Ditto.
17283 * gdb.trace/while-dyn.exp: Ditto.
17284 * gdb.trace/while-stepping.exp: Ditto.
17285 * lib/gdb.exp: Ditto.
17286 (gdb_compile): Handle nowarning option.
17287
5f4a23d9
AO
172882006-03-07 Alexandre Oliva <aoliva@redhat.com>
17289
17290 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
17291 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
17292 Rename executable to prelinkt. Don't re-prelink if we didn't
17293 get a core file. Test prelink -u exit status to tell whether
17294 prelinking failed. Use gdb_test_multiple.
17295
9733fc94
DJ
172962006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
17297
17298 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
17299 (do_tests): Call it.
17300
cc10cae3
AO
173012006-02-28 Alexandre Oliva <aoliva@redhat.com>
17302
17303 * gdb.base/prelink.exp: New test.
17304 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
17305
15c46491
WZ
173062006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
17307
17308 * gdb.fortran/derived-type.f90: New file.
17309 * gdb.fortran/derived-type.exp: New testcase.
17310
5c9f7ded
DJ
173112006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
17312
17313 * gdb.base/default.exp: Allow ';' as a directory separator.
17314
5b96932b
AS
173152006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
17316
17317 * gdb.base/help.exp (help add-symbol-file): Update.
17318
1986bccd
AS
173192006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
17320
17321 * gdb.base/help.exp (help load): Update expected results.
17322
a8b7528f
FF
173232006-02-19 Fred Fish <fnf@specifix.com>
17324
17325 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
17326 specifix hex value as part of results.
17327 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 17328
f8261448
FF
173292006-02-16 Fred Fish <fnf@specifix.com>
17330
17331 * gdb.base/whatis.c: Define variables using typedefs char_addr,
17332 ushort_addr, and slong_addr, so the typedefs are not optimized
17333 away.
17334 * gdb.base/whatis.exp: Add tests using type name for struct type,
17335 union type, enum type, and typedef.
a9c64011 17336
31d8bdd2
MK
173372006-02-13 Mark Kettenis <kettenis@gnu.org>
17338
17339 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
17340
34e41e63
JB
173412006-02-13 Jim Blandy <jimb@redhat.com>
17342
17343 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
17344 case where it takes two "next" commands to skip past the init
17345 call.
17346
ac6e4f31
FF
173472006-02-12 Fred Fish <fnf@specifix.com>
17348
17349 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
17350 to handle cases where it takes two "next" commands to skip
17351 past the init call.
17352
2db2d571
JB
173532006-02-07 Joel Brobecker <brobecker@adacore.com>
17354
17355 * gdb.ada/array_return.exp: Mark the last test as expected to fail
17356 on hppa32 targets.
17357
38fcd64c
DJ
173582006-02-06 Vladimir Prus <ghost@cs.msu.su>
17359
17360 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
17361 field.
17362
1315ad46
MK
173632006-01-29 Mark Kettenis <kettenis@gnu.org>
17364
17365 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
17366
5625b943
DJ
173672006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17368
17369 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
17370 files.
17371
80df1bbe
DJ
173722006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17373
17374 * gdb.cp/maint.exp: Set complaints to a positive value.
17375
9078e690
DJ
173762006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
17377
17378 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
17379 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
17380 function name.
17381
9c903399
DJ
173822006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
17383
17384 * gdb.base/checkpoint.c: Update copyright notice. Include
17385 <stdlib.h>.
17386
761ae4d6
JB
173872006-01-04 Jim Blandy <jimb@redhat.com>
17388
17389 * gdb.asm/asm-source.exp: Independently provide default values for
17390 asm-flags and debug-flags. Use 'string equal' to do the
17391 comparison, not the implicit expr's '==' operator. Remove
17392 now-unneeded assignments to asm-flags. In h8300 case, place
17393 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
17394
099ac3dd
MS
173952006-01-04 Michael Snyder <msnyder@redhat.com>
17396
17397 * gdb.base/checkpoint.c: New file.
17398 * gdb.base/checkpoint.exp: New file.
17399 * gdb.base/multi-fork.c: New file.
17400 * gdb.base/multi-fork.exp: New file.
17401 * gdb.base/pi.txt: New file (data for checkpoint.c test).
17402
f4d85314
FF
174032006-01-04 Fred Fish <fnf@specifix.com>
17404
17405 * gdb.base/ptype.c (foo): Add typedef.
17406 (intfoo): Add function.
17407 * gdb.base/ptype1.c: New file.
17408 * gdb.base/ptype.exp: Handle compilation and linking with two
17409 source files. Test that proper type for "foo" is found based
17410 on source context rather than first match found in symtabs.
17411
a1b06f35
MK
174122005-12-28 Mark Kettenis <kettenis@gnu.org>
17413
17414 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
17415 * gdb.asm/openbsd.inc: Indent commands.
17416
d082a1e2
MK
174172005-12-26 Mark Kettenis <kettenis@gnu.org>
17418
c65016bd
MK
17419 * gdb.base/freebpcmd.exp: Increase timeout.
17420
d082a1e2
MK
17421 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
17422
d3c32a0e
DJ
174232005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
17424
17425 * gdb.base/default.exp: Update check for "show version".
17426
9fdb1f50
RC
174272005-12-09 Randolph Chung <tausq@debian.org>
17428
17429 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
17430 * gdb.asm/pa64.inc: New file.
17431
5f2c56f7
RC
174322005-12-09 Randolph Chung <tausq@debian.org>
17433
17434 * gdb.asm/common.inc: Indent commands.
17435 * gdb.asm/asmsrc1.s: Likewise.
17436 * gdb.asm/asmsrc2.s: Likewise.
17437
8117349c
RC
174382005-12-09 Randolph Chung <tausq@debian.org>
17439
17440 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
17441 (get_addr_of_sym): Remove duplicate print.
17442 (gen_core): xfail hppa*-*-hpux*, update expected output.
17443 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
17444 * gdb.arch/pa64-nullify.s: New file.
17445
8f07f25a
RC
174462005-12-09 Randolph Chung <tausq@debian.org>
17447
17448 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
17449
55b39184
DJ
174502005-12-07 Christophe Lyon <christophe.lyon@st.com>
17451
17452 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
17453 code generation for these functions.
17454 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
17455 error message.
17456
31e2b00f
AS
174572005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
17458
17459 * gdb.base/help.exp (help b, help br, help bre, help brea)
17460 (help break): Update the expected message.
17461
c3d0b56e
SC
174622005-11-11 Stephane Carrez <stcarrez@nerim.fr>
17463
17464 * gdb.asm/m68hc11.inc: Setup the data section.
17465 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
17466 script for this test.
17467 (m6812-*-*): Likewise.
17468
36ae0ea9
RC
174692005-11-09 Randolph Chung <tausq@debian.org>
17470
17471 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
17472
9d6f42e9
WZ
174732005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
17474
17475 * gdb.base/break.exp: Fix a comment typo.
17476
e2126a14
EZ
174772005-11-03 Jim Blandy <jimb@redhat.com>
17478
a9c64011
AS
17479 Checked in by Elena Zannoni <ezannoni@redhat.com>
17480
889bf7c5 17481 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 17482
e0ac7199
CV
174832005-11-02 Corinna Vinschen <vinschen@redhat.com>
17484
17485 * gdb.arch/gdb1558.c: Include stdio.h.
17486
31d3fb18
MK
174872005-10-31 Mark Kettenis <kettenis@gnu.org>
17488
17489 * gdb.asm/asm-source.exp: Use -e instead of --entry.
17490
e52b687c
MK
174912005-10-31 Mark Kettenis <kettenis@gnu.org>
17492
17493 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
17494
f4711d79
PG
174952005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
17496
a9c64011
AS
17497 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
17498 vscr" tests to better match output.
f4711d79 17499
987a9106
JB
175002005-10-12 Jim Blandy <jimb@redhat.com>
17501
17502 * gdb.base/structs.exp (any): New function.
17503 (test_struct_returns): Don't make any assumptions at all about
17504 what value the function returns when GDB can't set the return
17505 value.
17506
2336bb58
JB
175072005-10-09 Joel Brobecker <brobecker@adacore.com>
17508
17509 * gdb.ada/arrayidx/p.adb: New file.
17510 * gdb.ada/arrayidx.exp: New testcase
17511
175122005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
17513
17514 * gdb.ada/array_return/pck.ads: New file.
17515 * gdb.ada/array_return/pck.adb: New file.
17516 * gdb.ada/array_return/p.adb: New file.
17517 * gdb.ada/array_return.exp: New testcase.
17518
705335ea
JB
175192005-10-03 Joel Brobecker <brobecker@adacore.com>
17520
a9c64011
AS
17521 * gdb.base/arrayidx.c: New file.
17522 * gdb.base/arrayidx.exp: New testcase.
705335ea 17523
11ee9940
NR
175242005-09-29 Nick Roberts <nickrob@snap.net.nz>
17525
17526 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
17527 frames-invalid and breakpoints-invalid are no longer generated
17528 with level 3 so don't expect them in the output.
17529
39fb8e9e
BR
175302005-09-27 Bob Rossi <bob@brasko.net>
17531
a9c64011 17532 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
17533 from test. Escape the | in mi_gdb_test call.
17534 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
17535 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
17536 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
17537 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
17538 expected regex's in mi_gdb_test calls.
17539 * lib/mi-support.exp: Remove arbitrary .* from tests.
17540 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
17541 Fully anchor GDB/MI expected results in mi_gdb_test.
17542 * lib/gdb.exp (string_to_regexp): Escape the ] character.
17543 * gdb.base/sizeof.exp: Remove escape character. Correct test.
17544
2af48f68
PB
175452005-09-26 Paul Brook <paul@codesourcery.com>
17546
17547 * long_long.exp: Exclude eabi targets from arm FPA float format test.
17548
f34502bc
WZ
175492005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
17550
17551 * bfp-test.c: New file.
17552 * bfp-test.exp: New testcase.
17553
ca929517
WZ
175542005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
17555
17556 * gdb.fortran/subarray.exp: New testcase to test the evaluation
17557 of subarray and substring variable.
17558 * gdb.fortran/subarray.f: New source file for the test of subarray
17559 and substring variable evaluation.
17560 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
17561 of string constant.
17562
c761af65
DJ
175632005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
17564
17565 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
17566 copyright dates.
17567
561d7a1d
PG
175682005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
17569
17570 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
17571 powerpc altivec' test with an almost identical 'info vector' test.
17572
b2b64cc9
PG
175732005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
17574
a9c64011
AS
17575 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
17576 vscr" tests to match output.
b2b64cc9 17577
6ac4d15a
PG
175782005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
17579
a9c64011
AS
17580 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
17581 output.
6ac4d15a 17582
40e55bef
BR
175832005-09-11 Bob Rossi <bob@brasko.net>
17584
889bf7c5
PA
17585 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
17586 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
17587 commands that return an MI output command and an asyncronous MI output
17588 command.
40e55bef
BR
17589 * gdb.mi/mi-console.exp: Ditto.
17590
3c7385ec
BR
175912005-09-11 Bob Rossi <bob@brasko.net>
17592
17593 * gdb.mi/mi-var-child.c: Include <string.h>.
17594
a6cd0eb3
DJ
175952005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
17596
17597 * killed.exp: Correct gdb_expect syntax.
17598
2f168eed
CV
175992005-08-09 Corinna Vinschen <vinschen@redhat.com>
17600
17601 * lib/mi-support.exp (mi_gdb_load): Fix typo.
17602
ecd3fd0f
BR
176032005-08-02 Bob Rossi <bob@brasko.net>
17604
17605 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
17606 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
17607 Change tests to inferior-tty-set/show.
17608 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
17609 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
17610 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
17611 inferior. Use mi_gdb_test to get GDB and Inferior output.
17612 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
17613 descriptor.
17614 (mi_inferior_tty_name): Add inferior PTY file name.
17615 (mi_gdb_start): Add INFERIOR_PTY parameter.
17616 (mi_gdb_test): Add IPATTERN parameter.
17617
f1ea48cb 176182005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 17619
f1ea48cb
BR
17620 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
17621 parameter to mi_gdb_test.
17622 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
17623
6e650a67
DJ
176242005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17625
17626 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
17627 struct_declarations.
17628 * gdb.mi/mi-var-child.exp: Step over the initialization of
17629 struct_declarations.
17630
8be260b6
DJ
176312005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17632
17633 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
17634 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
17635 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
17636 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
17637 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
17638 file.
17639
4e660f07
NR
176402005-07-27 Nick Roberts <nickrob@snap.net.nz>
17641
17642 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
17643 (do_children_tests): Assign values to the extra elements.
17644
17645 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
17646 them for tests for "-var-update --no-values" and
a9c64011 17647 "-var-update --all-values".
4e660f07
NR
17648 Add test for "-var-list-children --simple-values".
17649
17650 * gdb.mi/basics.c (callee4): Add integer array D[3]...
17651
17652 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
17653 "-stack-list-locals --simple-values" Improve doc strings and
17654 comments.
17655
6bdae935
MK
176562005-07-18 Mark Kettenis <kettenis@gnu.org>
17657
598b7a6f
MK
17658 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
17659 *-*-openbsd*.
17660 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
17661
6bdae935
MK
17662 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
17663 sigaltsatck'.
17664
1323e929 176652005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 17666
1323e929
BR
17667 * gdb.base/default.exp (tty): Changed output of command.
17668 * gdb.base/help.exp (help tty): Ditto.
17669
b1a9c082
MK
176702005-07-12 Mark Kettenis <kettenis@gnu.org>
17671
17672 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
17673
10a844a2
MK
176742005-07-10 Mark Kettenis <kettenis@gnu.org>
17675
17676 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
17677 -stack-select-frame without arguments.
17678 (test_stack_frame_listing): Add test for newly implemented command
17679 -stack-info-frame.
17680
3cb3b8df
BR
176812005-07-06 Bob Rossi <bob@brasko.net>
17682
17683 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
17684 command.
17685 (Copyright): Update copyright.
17686
a0c5fbcf
WZ
176872005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
17688
17689 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
17690 tests to evaluate exponentiation expression.
17691
984971d0
AS
176922005-06-29 Andreas Schwab <schwab@suse.de>
17693
17694 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
17695 main to avoid warnings.
17696
17697 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
17698
fe03833f
NR
176992005-06-20 Nick Roberts <nickrob@snap.net.nz>
17700
17701 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
17702 -stack-select-frame without arguments.
17703 (test_stack_frame_listing): Add test for newly implemented command
17704 -stack-info-frame.
a9c64011 17705
7a55f279
WZ
177062005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
17707
0ffa0ea5
DJ
17708 * gdb.fortran/array-element.f: New file.
17709 * gdb.fortran/array-element.exp: New testcase.
7a55f279 17710
26585198
DJ
177112005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17712
17713 * gdb.base/bigcore.exp: Correct checks for systems which can
17714 not dump a large core file.
17715
c1bd25fd
DJ
177162005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17717
17718 * gdb.base/relocate.c: Add a copyright notice.
17719 (dummy): Remove.
17720 * gdb.base/relocate.exp: Test printing the values of variables
17721 from a relocatable file.
17722
589e074d
DJ
177232005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17724
17725 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
17726 excess MI output after an error.
17727
0915f927
JB
177282005-05-29 Joel Brobecker <brobecker@adacore.com>
17729
17730 * gdb.arch/alpha-step.c: New file.
17731 * gdb.arch/alpha-step.exp: New testcase.
17732
76ff342d
DJ
177332005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
17734 Dennis Brueni <dennis@slickedit.com>
17735
17736 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
17737 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
17738 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
17739 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
17740 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17741 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
17742 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
17743
96b0c7ac
DJ
177442005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
17745 Wu Zhou <woodzltc@cn.ibm.com>
17746
17747 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
17748 IBM's xlc compiler.
17749 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
17750 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
17751
f21565d2
JB
177522005-05-13 Jim Blandy <jimb@redhat.com>
17753
17754 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
17755 calling gdb_suppress_entire_file.
17756 * gdb.base/charset.exp: Same.
17757 * gdb.base/call-rt-st.exp: Same.
17758
6006a3a1
BR
177592005-05-05 Bob Rossi <bob_rossi@cox.net>
17760
17761 * lib/gdb.exp (fullname_syntax): Added global regex.
17762 (fullname_syntax_POSIX): Ditto.
17763 (fullname_syntax_UNC): Ditto.
17764 (fullname_syntax_DOS_CASE): Ditto.
17765 (fullname_syntax_DOS): Ditto.
17766 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
17767 fullname_syntax variable to scope and use it.
17768 (test_file_list_exec_source_files): Ditto.
17769 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
17770
c3b69c04
DJ
177712005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
17772
17773 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
17774
3c95e6af
PG
177752004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
17776
a9c64011
AS
17777 * lib/gdb.exp (skip_altivec_tests): New function, based on
17778 check_vmx_hw_available from the GCC testsuite.
17779 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
17780 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 17781
78df6c56
JB
177822005-05-02 Jim Blandy <jimb@redhat.com>
17783
17784 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
17785 calling gdb_suppress_entire_file.
17786
1690f9cf
DJ
177872005-04-30 Randolph Chung <tausq@debian.org>
17788
17789 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
17790 Slightly relax "sem_post" name checking.
17791
5ea106f7
PG
177922005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
17793
17794 * gdb.base/unload.exp: Use new shared library infrastructure.
17795
bf7234cf
PG
177962005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
17797
17798 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 17799 infrastructure.
bf7234cf 17800
547b869a
CV
178012005-04-29 Corinna Vinschen <vinschen@redhat.com>
17802
17803 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
17804 * gdb.asm/h8300.inc: New file.
17805
f07e55f0
PG
178062005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17807
17808 * gdb.base/shlib-call.exp: Change to use new shared library
17809 infrastructure.
17810
3cbba3d1
PG
178112005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17812
a9c64011
AS
17813 * gdb.base/pending.exp: Change to use new shared library
17814 infrastructure.
3cbba3d1 17815
ed6df200
PG
178162005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17817
a9c64011
AS
17818 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
17819 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 17820
8c8f4ebe
PG
178212005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
17822
a9c64011
AS
17823 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
17824 shared objects being adjusted and update copyright years.
8c8f4ebe 17825
607fbc54
DJ
178262005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
17827
17828 * ChangeLog: Correct some 2003-01-13 dates.
17829 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
17830 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
17831 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
17832 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
17833 gdb.trace/tfind.exp: Update copyright years.
17834
57bf0e56
DJ
178352005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
17836 Daniel Jacobowitz <dan@codesourcery.com>
17837
17838 * lib/gdb.exp (gdb_compile): Handle shlib=.
17839 (gdb_compile_shlib): New function.
17840
9b593790
PG
178412005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
17842
a9c64011 17843 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 17844
9494c6a5
DJ
178452005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
17846
17847 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
17848 gdb.server.
17849 * configure.ac: Likewise.
17850 * configure: Regenerated.
17851 * gdb.gdbserver/Makefile.in: Moved to...
17852 * gdb.server/Makefile.in: ... here.
17853 * gdb.gdbserver/server.c: Moved to...
17854 * gdb.server/server.c: ... here.
17855 * gdb.gdbserver/server-run.exp: Moved to...
17856 * gdb.server/server-run.exp: ... here.
17857
6f8eac0e
DJ
178582005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
17859
17860 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
17861 * configure.ac: Create gdb.gdbserver/Makefile.
17862 * configure: Regenerated.
17863 * lib/gdbserver-support.exp: New file, derived from
17864 config/gdbserver.exp.
17865 * config/gdbserver.exp: Use gdbserver-support.exp.
17866 * gdb.gdbserver/Makefile.in: New file.
17867 * gdb.gdbserver/server.c: New file.
17868 * gdb.gdbserver/server-run.exp: New file.
17869
6e87504d
PG
178702005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
17871
a9c64011
AS
17872 * lib/gdb.exp (test_compiler_info): Return compiler_info
17873 if no arguments are given.
6e87504d 17874
d1779be4
PG
178752005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
17876
17877 * gdb.arch/altivec-abi.exp: Check for compiler and set
17878 use altivec' flag accordingly.
17879 * gdb.arch/altivec-regs.exp: Likewise.
17880
88750304
DJ
178812005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
17882
17883 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
17884
f3fb768d
AS
178852005-03-27 Andreas Schwab <schwab@suse.de>
17886
17887 * gdb.base/bigcore.c (main): Add missing mode argument in open
17888 call.
17889
7e813ac5
DJ
178902005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
17891
17892 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
17893 downloads.
17894 * config/gdbserver.exp (gdb_load): Likewise.
17895
8e3049aa
PB
178962005-03-14 Paul Brook <paul@codesourcery.com>
17897
17898 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
17899 targets.
17900
a9df7c44
JB
179012005-03-09 Joel Brobecker <brobecker@adacore.com>
17902
17903 * gdb.dwarf2/dup-psym.S: New file.
17904 * gdb.dwarf2/dup-psym.exp: New testcase.
17905
9f0d94e8
JB
179062005-03-09 Joel Brobecker <brobecker@adacore.com>
17907
17908 * gdb.ada/exec_changed/first.adb: New file.
17909 * gdb.ada/exec_changed/second.adb: New file.
17910 * gdb.ada/exec_changed.exp: New testcase.
17911
5f579bc5
NS
179122005-03-08 Nathan Sidwell <nathan@codesourcery.com>
17913
36e9969c
NS
17914 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
17915 (A2): New class.
17916 (main): Test operator+.
17917 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
17918 breakpoint test.
17919
5f579bc5
NS
17920 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
17921 * gdb.base/signull.exp: Disable if gdb,nosignals.
17922 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
17923 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
17924 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
17925 * gdb.mi/mi2-console.exp: Likewise.
17926 * gdb.trace/collection.exp (run_trace_experiment): Consume the
17927 continue output at start.
17928 (gdb_collect_locals_test): Robustify regexp.
17929 * gdb.trace/passc-dyn.exp: Fix comment typo.
17930 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
17931
be46087e
CV
179322005-03-08 Corinna Vinschen <vinschen@redhat.com>
17933
17934 * gdb.asm/asm-source.exp: Add iq2000 case.
17935 * gdb.asm/iq2000.inc: New file.
17936
384e1a61 179372005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 17938
384e1a61
MI
17939 * gdb.base/command.exp: Change hardcoded value to regular expression.
17940 * gdb.base/float.exp: Add powerpc to the list of targets checked.
17941
584b6e9e
DJ
179422005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
17943
17944 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
17945 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
17946 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
17947 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
17948 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
17949
ab5b5d61
MK
179502005-03-05 Mark Kettenis <kettenis@gnu.org>
17951
17952 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
17953 changes.
17954
ae051c1b
PG
179552004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
17956
a9c64011
AS
17957 * lib/compiler.c: Add test for IBM's xlc compiler.
17958 * lib/compiler.cc: Likewise.
ae051c1b 17959
3f0f6ed2
JB
179602004-02-24 Joel Brobecker <brobecker@adacore.com>
17961
17962 * gdb.ada/fixed_points.exp: Create compilation object directory
17963 before running the test.
17964 * gdb.ada/null_record.exp: Likewise.
17965 * gdb.ada/packed_array.exp: Likewise.
17966 * gdb.ada/start.exp: Likewise.
17967
724f452b
JB
179682005-02-15 Joel Brobecker <brobecker@adacore.com>
17969
17970 * gdb.ada/packed_array/pa.adb: New file.
17971 * gdb.ada/packed_array.exp: New testcase.
17972
57f5cdfb 179732005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 17974
1f393151
MK
17975 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
17976 files.
17977
ebdda337
MK
17978 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
17979 on *-*-openbsd*. Correctly match whitespace in regukar
17980 expressions.
17981
cf309262
DJ
179822005-02-10 Daniel Jacobowitz <dan@debian.org>
17983
17984 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
17985 PR exp/1821
17986 * gdb.base/gdb1821.c: New test file.
17987 * gdb.base/gdb1821.exp: New test file.
17988
3be49e7a
JB
179892005-02-09 Joel Brobecker <brobecker@adacore.com>
17990
17991 * gdb.base/start.c: New file.
17992 * gdb.base/start.exp: New testcase.
17993
e292e67d
JB
179942005-02-09 Joel Brobecker <brobecker@adacore.com>
17995
17996 * gdb.ada/start/dummy.adb: New file.
17997 * gdb.ada/start.exp: New testcase.
17998
dbdfa66c
CV
179992005-02-09 Corinna Vinschen <vinschen@redhat.com>
18000
18001 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
18002 for printing symbols and statistics.
18003 Add test for using relative pathnames in "maint print msymbols" test.
18004 Mark "maint info sections DATA" XFAIL on Cygwin.
18005 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
18006 tests.
18007
d7941671
AC
180082005-02-09 Andreas Schwab <schwab@suse.de>
18009
18010 Committed by Andrew Cagney <cagney@gnu.org>
18011 * gdb.base/remotetimeout.exp: New file.
18012
74e5ef44
MK
180132005-02-07 Mark Kettenis <kettenis@gnu.org>
18014
18015 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
18016
464dd14d
JB
180172005-02-03 Joel Brobecker <brobecker@adacore.com>
18018
18019 * gdb.ada/gnat_ada.gpr: New file.
18020 * gdb.ada/gnat_ada.gin: Delete, no longer used.
18021 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
18022 * configure.ac: No longer generate gnat_ada.gpr.
18023 * configure: Regenerate.
18024 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
18025 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
18026 * gdb.ada/null_record/bar.ads: Likewise.
18027 * gdb.ada/null_record/bar.adb: Likewise.
18028 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
18029 * gdb.ada/null_record.exp (testdir): New variable.
18030 (testfile): executable is now in testdir subdirectory.
18031 (srcfile): Use full path to the main compilation unit.
18032 * gdb.ada/fixed_points.exp: Same changes as above.
18033
30d756ae
NR
180342005-02-03 Nick Roberts <nickrob@snap.net.nz>
18035
18036 * gdb.base/interp.exp: New test.
18037
9d799f85
AC
180382005-01-24 Andrew Cagney <cagney@gnu.org>
18039
18040 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
18041
15656118
AC
180422005-01-19 Andrew Cagney <cagney@gnu.org>
18043
a892c31b
AC
18044 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
18045 configure.ac not configure.in.
18046
15656118
AC
18047 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
18048 of powerpc*-*-*.
18049 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 18050 * gdb.base/list.exp (test_list_function)
15656118
AC
18051 (test_list_filename_and_function): Ditto.
18052 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
18053
a7b01baf
AC
180542005-01-16 Andrew Cagney <cagney@gnu.org>
18055
17d92a02
AC
18056 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
18057
a7b01baf
AC
18058 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
18059
bc8332bb
AC
180602005-01-14 Andrew Cagney <cagney@gnu.org>
18061
18062 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
18063 * gdb.mi/mi2-var-cmd.exp: Ditto.
18064
4d074752
CV
180652005-01-10 Corinna Vinschen <vinschen@redhat.com>
18066
18067 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
18068
bec39cab
AC
180692005-01-07 Andrew Cagney <cagney@gnu.org>
18070
18071 * configure.ac: Rename configure.in, require autoconf 2.59.
18072 * configure: Re-generate.
18073 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
18074 * gdb.stabs/configure: Re-generate.
18075 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
18076 * gdb.hp/configure: Re-generate.
18077 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
18078 autoconf 2.59.
18079 * gdb.hp/gdb.objdbg/configure: Re-generate.
18080 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
18081 autoconf 2.59.
18082 * gdb.hp/gdb.defects/configure: Re-generate.
18083 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
18084 autoconf 2.59.
18085 * gdb.hp/gdb.compat/configure: Re-generate.
18086 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
18087 autoconf 2.59.
18088 * gdb.hp/gdb.base-hp/configure: Re-generate.
18089 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
18090 autoconf 2.59.
18091 * gdb.hp/gdb.aCC/configure: Re-generate.
18092
f10b16d4
JB
180932004-12-15 Jim Blandy <jimb@redhat.com>
18094
18095 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
18096 under NPTL when there is debugging info available for libpthread.
18097
fb6e1814
JG
180982004-12-13 Jerome Guitton <guitton@gnat.com>
18099
18100 * gdb.ada/fixed_points.c: New file.
18101 * gdb.ada/fixed_points.exp: New file.
18102
fe46cd3a
RC
181032004-12-03 Randolph Chung <tausq@debian.org>
18104
18105 * gdb.arch/pa-nullify.exp: New file.
18106 * gdb.arch/pa-nullify.s: New file.
18107
8de0841b
RC
181082004-11-30 Randolph Chung <tausq@debian.org>
18109
18110 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
18111 instead of "tbug". Fix regexp to work properly with gdb_test.
18112
c8170782
PH
181132004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
18114
18115 * gdb.base/bitfields2.exp: New test.
18116 * gdb.base/bitfields2.c: New file.
18117
954269c2
RE
181182004-11-28 Richard Earnshaw <rearnsha@arm.com>
18119
18120 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
18121
0107feed
RC
181222004-11-16 Randolph Chung <tausq@debian.org>
18123
18124 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
18125
f073ae8c
DJ
181262004-11-14 Daniel Jacobowitz <dan@debian.org>
18127
18128 * gdb.threads/threadapply.exp: Correct "macro details" test.
18129
19ad59e7
JJ
181302004-11-11 Jeff Johnston <jjohnstn@redhat.com>
18131
18132 * gdb.threads/threadapply.exp: New test.
18133 * gdb.threads/threadapply.c: New file.
18134
9cf0961b
MK
181352004-11-07 Mark Kettenis <kettenis@gnu.org>
18136
18137 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
18138 frames.
18139
c789492a
FL
181402004-11-05 Felix Lee <felix+log1@specifixinc.com>
18141
18142 * gdb.base/cursal.exp: New file.
18143 * gdb.base/cursal.c: New file.
18144
a1e167bb
AC
181452004-11-03 Andrew Cagney <cagney@gnu.org>
18146
18147 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
18148
b7cbf173
MK
181492004-10-30 Mark Kettenis <kettenis@gnu.org>
18150
18151 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
18152 NetBSD/ELF targets.
18153
88f9d34f
JB
181542004-10-29 Joel Brobecker <brobecker@gnat.com>
18155
18156 * gdb.threads/bp_in_thread.c: New file, copied from
18157 pthread_cond_wait.c.
18158 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
18159 file, rather than reusing the .c file from another testcase.
18160
ca7d6a0c
JB
181612004-10-20 Joel Brobecker <brobecker@gnat.com>
18162
18163 * gdb.ada/null_record.exp: Check where we stopped after
18164 sending the start command, instead of where the associated
18165 temporary breakpoint was inserted.
18166
0d863d03
AC
181672004-10-14 Andrew Cagney <cagney@gnu.org>
18168
18169 * gdb.mi/gdb701.c (main): Return 0.
18170
d11e72cb
DJ
181712004-10-13 Daniel Jacobowitz <dan@debian.org>
18172
d40539a4 18173 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 18174
e1923096
JJ
181752004-10-12 Jeff Johnston <jjohnstn@redhat.com>
18176
18177 * gdb.threads/schedlock.c: Add comment markers to use to find
18178 line numbers.
18179 * gdb.threads/schedlock.exp: Adjust regex to handle the new
18180 comments.
18181 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
18182 breakpoint lines.
18183
ec8ba2c9
DJ
181842004-10-12 Daniel Jacobowitz <dan@debian.org>
18185
18186 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
18187
0eb3658b
DJ
181882004-10-12 Daniel Jacobowitz <dan@debian.org>
18189
18190 * configure.in: Add gdb.dwarf2.
18191 * configure: Regenerated.
18192 * Makefile.in: Add gdb.dwarf2.
18193 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
18194 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
18195 gdb.dwarf2/file1.txt: New files.
18196
a271cc33
OF
181972004-10-11 Orjan Friberg <orjanf@axis.com>
18198
a9c64011 18199 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
18200 of "run", since the latter doesn't work with remote targets. Adjust
18201 the breakpoint numbering accordingly.
18202 * gdb.threads/pthread_cond_wait.exp: Ditto.
18203
895ce074
MC
182042004-10-08 Michael Chastain <mec.gnu@mindspring.com>
18205
18206 * gdb.base/overlays.exp: Update copyright years.
18207
6be3092d
KI
182082004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
18209
18210 * gdb.base/overlays.exp: Disable if target is Linux.
18211
e05389b8
FL
182122004-10-06 Felix Lee <felix+log1@specifixinc.com>
18213
18214 * config/gdbserver.exp (gdb_load): Use right filename on remote.
18215
73cb587d
KI
182162004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
18217
18218 * gdb.asm/asm-source.exp: Add m32r-linux target.
18219 * gdb.asm/m32r-linux.inc: New file.
18220
3c0edcdc
AC
182212004-09-24 Andrew Cagney <cagney@redhat.com>
18222 David Anderson <anderson@redhat.com>
18223
18224 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
18225 command fails, assume things will work.
18226 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
18227 (_GNU_SOURCE): Define.
18228 (print_unsigned, print_hex): Change parameter to "long long".
18229 (print_byte_count): New function, use to print byte counts.
18230 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
18231 O_LARGEFILE.
18232 (main): Compute an upper bound on a corefile in max_core_size.
18233 Limit memory chunk size to max_core_size. Limit total memory
18234 allocated to max_core_size.
18235
4bb3667f
AC
182362004-09-23 Andrew Cagney <cagney@gnu.org>
18237
18238 * gdb.base/bigcore.exp: Replace the code that creates a corefile
18239 from a separate process with code that creates a corefile by
18240 making the inferior dump core.
18241
60fe1a51
MK
182422004-09-23 Mark Kettenis <kettenis@gnu.org>
18243
18244 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
18245 block.
18246
8e937346
MC
182472004-09-23 Michael Chastain <mec.gnu@mindspring.com>
18248
18249 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
18250 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
18251 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
18252 Likewise.
18253
7213f6d6
JJ
182542004-09-20 Jeff Johnston <jjohnstn@redhat.com>
18255
18256 * gdb.java/jprint.exp: New test case for java inferior call.
18257 * gdb.java/jprint.java: Ditto.
18258
eac69dca
JB
182592004-09-15 Joel Brobecker <brobecker@gnat.com>
18260
18261 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
18262
22227696
MC
182632004-09-14 Michael Chastain <mec.gnu@mindspring.com>
18264
18265 * gdb.threads/killed.c: Include <stdlib.h>.
18266 * gdb.threads/pthreads.c: Likewise.
18267
7dd403a4
MC
182682004-09-14 Michael Chastain <mec.gnu@mindspring.com>
18269
18270 * gdb.threads/killed.c: Add copyright notice.
18271
33f2d567
JM
182722004-09-10 Jason Molenda (jmolenda@apple.com)
18273
a9c64011
AS
18274 * gdb.base/define.exp: Two new tests to verify zero space chars
18275 after 'if' and 'while' commands in a user-defined command is correctly
18276 parsed.
33f2d567 18277
e05b62ac
AC
182782004-09-08 Andrew Cagney <cagney@gnu.org>
18279
18280 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
18281 delivery test with duplicate at end of file.
18282
9cbe82da
MK
182832004-09-06 Mark Kettenis <kettenis@jive.nl>
18284
18285 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
18286
564803d9
MC
182872004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18288
18289 * config/hppro.exp: Removed.
18290
7c6807ce
MC
182912004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18292
18293 * config/sparclet.exp: Removed.
18294
bf7e26dd
MC
182952004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18296
18297 * config/udi.exp: Removed.
18298
714e341b
MC
182992004-09-02 Michael Chastain <mec.gnu@mindspring.com>
18300
18301 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
18302 of "exp_continue".
18303 (advancei): Likewise.
18304
1236e623
JJ
183052004-09-01 Jeff Johnston <jjohnstn@redhat.com>
18306
18307 * gdb.base/unload.exp: Fix so messages aren't duplicated.
18308
3bdcad15
MI
183092004-09-01 Manoj Iyer <manjo@austin.ibm.com>
18310
228af206 18311 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
18312 to check for nodebug in executable.
18313 * gdb.gdb/observer.exp (setup_test): Likewise.
18314 * gdb.gdb/selftest.exp (test_with_self): Likewise.
18315 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
18316
c72b934c
AC
183172004-09-01 Andrew Cagney <cagney@gnu.org>
18318
18319 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
18320 files.
18321
edd9b715
JJ
183222004-09-01 Jeff Johnston <jjohnstn@redhat.com>
18323
18324 * gdb.base/unload.exp: Fix expected warning message to match
18325 latest format.
18326
fb4ce06b
CV
183272004-09-01 Corinna Vinschen <vinschen@redhat.com>
18328
18329 * gdb.base/call-rt-st.exp: Fix typos.
18330
ce78e7c3
MI
183312004-08-31 Manoj Iyer <manjo@austin.ibm.com>
18332
18333 * gdb.threads/thread_check.exp: New testcase.
18334 * gdb.threads/thread_check.c: New testcase.
18335
2dedb159
AC
183362004-08-31 Andrew Cagney <cagney@gnu.org>
18337
18338 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
18339 (skip_to_handler_entry): New procedures. Test stepping into a
18340 handler when the breakpoint is at the handler's entry point.
18341
68f53502
AC
183422004-08-30 Andrew Cagney <cagney@gnu.org>
18343
18344 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
18345 gdb/1757.
18346
3e3ffd2b
MC
183472004-08-27 Michael Chastain <mec.gnu@mindspring.com>
18348
18349 With code from Manoj Iyer <manjo@austin.ibm.com>:
18350 * lib/gdb.exp (gdb_file_cmd): Return more information in the
18351 return value. Add an arm for "no debugging symbols found".
18352 Change a stray "error" to "perror".
18353 (gdb_run_cmd): Adapt to new return value.
18354 * gdb.base/remote.exp: Adapt to new return value.
18355 * gdb.gdb/complaints.exp: Likewise.
18356 * gdb.gdb/observer.exp: Likewise.
18357 * gdb.gdb/selftest.exp: Likewise.
18358 * gdb.gdb/xfullpath.exp: Likewise.
18359
4b6f5fd2
JB
183602004-08-27 Joel Brobecker <brobecker@gnat.com>
18361
18362 * gdb.threads/bp_in_thread.exp: New testcase.
18363
e5b25496
MC
183642004-08-27 Michael Chastain <mec.gnu@mindspring.com>
18365
18366 Fix PR testsuite/1735.
18367 * gdb.threads/schedlock.c (thread_function): Add a cast
18368 to suppress a gcc warning.
18369 * gdb.threads/thread-specific.c (thread_function): Likewise.
18370
934353d6
MC
183712004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18372
18373 * gdb.base/unload.c: Include <stdlib.h>.
18374
f98a0aef 183752004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 18376
f98a0aef 18377 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
18378 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
18379 synchronized after the "return".
18380
5a2e8882
MC
183812004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18382
18383 * gdb.mi/basics.c: Include <stdio.h>.
18384 * gdb.mi/pthreads.c: Include <stdlib.h>.
18385 * gdb.mi/var-cmd.c: Include <stdlib.h>.
18386
a9640423
MC
183872004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18388
18389 * gdb.threads/schedlock.c: Add copyright notice.
18390
b04e311d
AC
183912004-08-25 Andrew Cagney <cagney@gnu.org>
18392
18393 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
18394 (skip_over_handler, breakpoint_over_hander): New test procedures.
18395 (advance, advancei): Add a proper prefix, do not use
18396 rerun_to_main.
18397 * gdb.base/sigstep.c (main): Change to use an infinite loop.
18398
7c27f15b
MC
183992004-08-24 Michael Chastain <mec.gnu@mindspring.com>
18400
18401 * gdb.mi/basics.c: Add copyright notice.
18402 * gdb.mi/var-cmd.c: Add copyright notice.
18403
fffc87ae
MC
184042004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18405
18406 * lib/gdb.exp: Remove signed_keyword_not_used.
18407 * lib/compiler.c: Likewise.
18408 * lib/compiler.cc: Likewise.
18409
d782e0bf
MC
184102004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18411
18412 * gdb.base/whatis.c: Remove conditional disabling of "signed".
18413 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
18414
96033e83
MC
184152004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18416
18417 * gdb.base/whatis.c: Add copyright notice.
18418
cf38c229
MK
184192004-08-20 Mark Kettenis <kettenis@gnu.org>
18420
18421 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
18422 it to skip the breakpoints encoded in the inline assembly.
18423
f4b49756
MC
184242004-08-20 Michael Chastain <mec.gnu@mindspring.com>
18425
18426 * Makefile.in: Add gdb.fortran.
18427
2f193b69
MC
184282004-08-20 Michael Chastain <mec.gnu@mindspring.com>
18429
18430 * gdb.base/call-sc.exp (test_scalar_returns):
18431 Fix cut-and-paste glitch in "Make fun return now".
18432
89a237cb
MC
184332004-08-17 Michael Chastain <mec.gnu@mindspring.com>
18434
18435 * configure.in: Add gdb.fortran.
18436 * configure: Regenerate.
18437 * gdb.fortran/Makefile.in: New file.
18438 * lib/gdb.exp (skip_fortran_tests): New procedure.
18439
469aff8e
MC
184402004-08-17 Michael Chastain <mec.gnu@mindspring.com>
18441
18442 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
18443 reference to bug-gnu@prep.ai.mit.edu.
18444 * gdb.mi/mi-var-child.exp: Likewise.
18445 * gdb.mi/mi-var-cmd.exp: Likewise.
18446 * gdb.mi/mi-var-display.exp: Likewise.
18447 * gdb.mi/mi2-var-block.exp: Likewise.
18448 * gdb.mi/mi2-var-child.exp: Likewise.
18449 * gdb.mi/mi2-var-cmd.exp: Likewise.
18450 * gdb.mi/mi2-var-display.exp: Likewise.
18451
00b51b9f
MK
184522004-08-15 Mark Kettenis <kettenis@gnu.org>
18453
18454 * gdb.base/unload.c (main): Make local variable msg const.
18455
45f07fef
MC
184562004-08-15 Michael Chastain <mec.gnu@mindspring.com>
18457
18458 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
18459 to bug-gnu@prep.ai.mit.edu.
18460 * gdb.mi/mi-disassemble.exp: Likewise.
18461 * gdb.mi/mi-eval.exp: Likewise.
18462 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
18463 default line number.
18464 * gdb.mi/mi-return.exp: Likewise.
18465 * gdb.mi/mi-simplerun.exp: Likewise.
18466 * gdb.mi/mi-stack.exp: Likewise.
18467 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
18468 number with explicit range test.
18469 * gdb.mi/mi-watch.exp: Likewise.
18470 * gdb.mi/mi2-break.exp: Likewise.
18471 * gdb.mi/mi2-cli.exp: Likewise.
18472 * gdb.mi/mi2-disassemble.exp: Likewise.
18473 * gdb.mi/mi2-eval.exp: Likewise.
18474 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
18475 default line number.
18476 * gdb.mi/mi2-return.exp: Likewise.
18477 * gdb.mi/mi2-simplerun.exp: Likewise.
18478 * gdb.mi/mi2-stack.exp: Likewise.
18479 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
18480 number with explicit range test.
18481 * gdb.mi/mi2-watch.exp: Likewise.
18482
dd8c8ee7
MC
184832004-08-15 Michael Chastain <mec.gnu@mindspring.com>
18484
18485 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
18486 * gdb.cp/m-static.exp: Likewise.
18487 * gdb.cp/rtti.exp: Likewise.
18488
4e838464
MK
184892004-08-14 Mark Kettenis <kettenis@gnu.org>
18490
18491 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
18492
8d8cb839
EZ
184932004-08-14 Eli Zaretskii <eliz@gnu.org>
18494
18495 * ChangeLog: Prefix Local Variables with semi-colons and indent
18496 the reference to older ChangeLog files, to fix fontification in
18497 Emacs.
18498
deea8bb0
MC
184992004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18500
18501 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
18502 * gdb.mi/mi2-break.exp: Likewise.
18503
c3297504
MC
185042004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18505
18506 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
18507
25808999
MC
185082004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18509
18510 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
18511
226a8d71
MC
185122004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18513
18514 * gdb.cp/classes.exp: Remove unused declarations. Just let
18515 test names default instead of providing special names. Remove
18516 extraneous demangler test.
18517
37fdf854
JJ
185182004-08-12 Jeff Johnston <jjohnstn@redhat.com>
18519
18520 * gdb.base/unload.exp: New test for breakpoints in dynamically
18521 loaded libraries.
18522 * gdb.base/unload.c: Ditto.
18523 * gdb.base/unloadshr.c: Ditto.
18524
2d3a7986
MC
185252004-08-12 Michael Chastain <mec.gnu@mindspring.com>
18526
18527 * gdb.cp/classes.exp (test_ptype_class_objects): Call
18528 cp_test_ptype_class.
18529 (test_enums): Likewise.
18530
c72b934c
AC
185312004-08-10 Andrew Cagney <cagney@gnu.org>
18532
18533 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
18534 files.
18535
cc503c8a
AC
185362004-08-10 Andrew Cagney <cagney@gnu.org>
18537
18538 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
18539 init_malloc call.
18540
902f2ccb
MC
185412004-08-10 Michael Chastain <mec.gnu@mindspring.com>
18542
18543 * ChangeLog: Add copyright notice. The notice is copied
18544 from emacs 21.3 top level ChangeLog.
18545
78c90502
MC
185462004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18547
18548 * lib/cp-support.exp: New file.
18549 * lib/cp-support.exp (cp_test_type_class): New function.
18550 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
18551 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
18552 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
18553 cp_test_ptype_class.
18554
88e5ea78
MC
185552004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18556
18557 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
18558 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18559 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
18560 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
18561 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
18562 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
18563 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
18564 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
18565 gdb.mi/mi2-watch.exp: Update copyright years.
18566
6a89fc9c
MK
185672004-08-09 Mark Kettenis <kettenis@gnu.org>
18568
18569 * gdb.base/sigaltstack.exp: Provide proper anchoring.
18570
1482e0de
MC
185712004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18572
18573 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
18574 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
18575 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
18576 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
18577 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
18578 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
18579 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
18580 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
18581 gdb.mi/mi-watch.exp: Update copyright years.
18582
1a5ce3f3
DJ
185832004-08-08 Daniel Jacobowitz <dan@debian.org>
18584
18585 PR gdb/1738
18586 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
18587 from a breakpoint with a pending signal.
18588
04f6ecf2
DJ
185892004-08-08 Daniel Jacobowitz <dan@debian.org>
18590
18591 PR gdb/1736
18592 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
18593 * gdb.base/sigaltstack.exp (finish_test): Consume output until
18594 the prompt.
18595 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
18596
54d90d35
DJ
185972004-08-08 Daniel Jacobowitz <dan@debian.org>
18598
18599 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
18600
d2f6abb0
DJ
186012004-08-08 Daniel Jacobowitz <dan@debian.org>
18602
18603 PR gdb/1736
18604 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
18605 for i?86-*-linux*.
18606
5598c03d
DJ
186072004-08-08 Daniel Jacobowitz <dan@debian.org>
18608
18609 * gdb.arch/i386-prologue.exp: Compile without debug information.
18610
c6fee705
MC
186112004-08-08 Michael Chastain <mec.gnu@mindspring.com>
18612
18613 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
18614 rather than asking gdb to search.
18615
dd90efdb
MC
186162004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18617
18618 * gdb.base/gcore.c: Include <string.h>.
18619
1e84bec1
MC
186202004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18621
18622 * gdb.base/gcore.c: Add copyright notice.
18623
e425eb2b
MC
186242004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18625
18626 * gdb.base/freebpcmd.c: Include <stdio.h>.
18627 * gdb.base/long_long.c: Include <string.h>.
18628 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
18629 * gdb.base/siginfo.c: Include <string.h>.
18630 * gdb.base/sigstep.c: Include <string.h>.
18631
cb9aaed5
MC
186322004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18633
18634 * gdb.base/complex.c: Include <stdlib.h>.
18635
55944f3d
MC
186362004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18637
18638 * gdb.base/complex.c: Add copyright notice.
18639
7b2953d9
MC
186402004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18641
18642 * gdb.base/charset.c: Include <stdlib.h>.
18643
c9133d23
MC
186442004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18645
18646 * gdb.base/auxv.c: Include <stdlib.h>.
18647
0a8490ad
MC
186482004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18649
18650 * gdb.base/auxv.c: Add copyright notice.
18651
3426d5ec
MC
186522004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18653
18654 * gdb.base/coremaker.c: Add copyright notice.
18655 * gdb.base/coremaker2.c: Add copyright notice.
18656
8da195dd
AC
186572004-08-04 Andrew Cagney <cagney@gnu.org>
18658
18659 * gdb.base/store.exp: Update copyright.
18660 (check_set, up_set, check_struct, up_struct): Add a prefix to test
18661 names, do not import gdb_prompt.
18662
8d394f98
AC
186632004-08-01 Andrew Cagney <cagney@gnu.org>
18664
18665 Fix PR testsuite/1729.
18666 * gdb.base/dump.exp: Add test name to callers of capture_value, do
18667 not use capture_value with value 4.
18668 (capture_value): Add optional test name parameter.
18669 (test_reload_saved_value, test_restore_saved_value): Use $msg as
18670 the prefix, pass to capture_value.
18671
b6702b23
MK
186722004-08-01 Mark Kettenis <kettenis@gnu.org>
18673
18674 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
18675 * gdb.arch/i386-prologue.c (standard): New prototype and function.
18676 (main): Call new function.
18677
c203e0ca
MC
186782004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18679
18680 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
18681
a7995a30
MC
186822004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18683
18684 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
18685
9366563b
MC
186862004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18687
b6eeaf26 18688 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
18689 Accept more values of vtbl pointer. Remove some messages
18690 about "obsolete gcc or gdb".
18691
2fc1f950
MC
186922004-07-30 Michael Chastain <mec.gnu@mindspring.com>
18693
18694 * gdb.cp/classes.exp: Accept more varieties of ptype output.
18695
c724d49b
MC
186962004-07-30 Michael Chastain <mec.gnu@mindspring.com>
18697
18698 * gdb.base/asm-source.exp: Properly convert target board
18699 debug flags from gcc format to binutils format.
18700
736b0fce
MK
187012004-07-28 Mark Kettenis <kettenis@gnu.org>
18702
18703 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
18704 gdb1718". PR backtrace/1718 partially fixed.
18705
5633ea5c
JJ
187062004-07-27 Jeff Johnston <jjohnstn@redhat.com>
18707
18708 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
18709
575eebb1
NC
187102004-07-26 Nick Clifton <nickc@redhat.com>
18711
18712 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
18713 good default value for a specific architecture is available then
18714 set it to that value. Otherwise default to the -gstabs switch.
18715 Remove the -g... switches from the asm-flags variable. Allow the
18716 target board info to override the value if it wants to. Pass the
18717 switch on the assembler command line.
18718
62104619
MK
187192004-07-23 Mark Kettenis <kettenis@gnu.org>
18720
18721 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
18722 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
18723 (main): Call new function.
18724
4a1135b8
MC
187252004-07-22 Michael Chastain <mec.gnu@mindspring.com>
18726
18727 Test for PR exp/1715.
18728 * gdb.base/radix.exp: Refactor common procedures. Make all
18729 test names unique. Change XFAIL to KFAIL.
18730
8a12c1f0
MC
187312004-07-20 Michael Chastain <mec.gnu@mindspring.com>
18732
18733 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
18734 * gdb.ada/gnat_ada.gin: ... to here.
18735 * configure.in: Use gnat_ada.gin.
18736 * configure: Regenerate.
18737
23b451cf
AC
187382004-07-20 Andrew Cagney <cagney@gnu.org>
18739
18740 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
18741 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
18742 XFAILs. Clean up test messages and comments. Check backtraces.
18743 Delete re-sync code.
18744
ab618a02
MC
187452004-07-19 Michael Chastain <mec.gnu@mindspring.com>
18746
18747 Fix PR cli/740.
18748 * gdb.base/annota1.exp: Honor gdb,nosignals.
18749 * gdb.base/annota3.exp: Likewise.
18750
46dad340
MC
187512004-07-19 Michael Chastain <mec.gnu@mindspring.com>
18752
18753 * lib/java.exp: Update copyright notice.
18754
756d8c70
AC
187552004-07-19 Andrew Cagney <cagney@gnu.org>
18756
18757 * gdb.base/selftest.exp: Copy file from here ...
18758 * gdb.gdb/selftest.exp: ... to here.
18759
586027e6
AC
187602004-07-16 Andrew Cagney <cagney@redhat.com>
18761
18762 * lib/insight-support.exp: Delete file.
18763 * lib/java.exp (java_init): Fix copyright.
18764
029d2200
AC
187652004-07-16 Andrew Cagney <cagney@gnu.org>
18766
18767 * gdb.base/restore.c: Append "prologue" to comments marking the a
18768 function's prologue.
18769 * gdb.base/restore.exp: Update copyright, re-indent.
18770 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
18771 callerN" prefix where needed. Update patterns that match a
18772 function's prologue.
18773
653b62c5
MC
187742004-07-16 Michael Chastain <mec.gnu@mindspring.com>
18775
18776 * gdb.base/restore.c: Add copyright notice.
18777
f7d690e5
AC
187782004-07-16 Andrew Cagney <cagney@gnu.org>
18779
18780 * gdb.base/logical.exp: Update copyright.
18781 (evaluate): New procedure. Use to re-implement tests using
18782 several tables.
18783
d629a7cb
MH
187842004-07-14 Martin Hunt <hunt@redhat.com>
18785
18786 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
18787 which fixes some problems where init.tcl was not found.
18788
9c7bb332
AC
187892004-07-13 Andrew Cagney <cagney@gnu.org>
18790
6bf46641
AC
18791 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
18792 (check_sizeof, check_valueof): Do not include the output in the
18793 test name. Use gdb_test.
18794 (get_valueof): Use gdb_test_multiple.
18795
c4ffd4c0
AC
18796 * gdb.base/step-test.exp: Update copyright. Use
18797 gdb_test_multiple. Ensure that test names do not include
18798 architecture dependent output.
18799
ab89363a
AC
18800 * gdb.gdb/observer.exp: Update copyright.
18801 (setup_test): Use gdb_test_multiple.
18802 (attach_first_observer, attach_second_observer)
18803 (attach_third_observer, detach_first_observer)
18804 (detach_second_observer, detach_third_observer)
18805 (reset_counters, check_counters): Make $message a prefix.
18806 (test_normal_stop_notifications): Add "args" parameter - a list of
18807 init functions to be called. Make $message a prefix,
18808 (test_observer_normal_stop): Change the message prefixes so that
18809 they are unique, pass the attach / detach procedures to
18810 test_normal_stop_notifications.
18811
ec58997a
AC
18812 * gdb.base/signull.exp (test_segv): Prefix all tests with
18813 "${name}". Clean up test messages.
18814
b475183b
AC
18815 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
18816
9c7bb332
AC
18817 * gdb.base/ena-dis-br.exp: Update copyright.
18818 (break_at): New function. Replace send_gdb with gdb_test,
18819 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
18820 ignore count, not stopped at bpt", with KFAIL.
18821
2dd95497
CV
188222004-07-13 Corinna Vinschen <vinschen@redhat.com>
18823
18824 * gdb.base/attach.exp: Remove cleanupfile handling.
18825
419e626b
AC
188262004-07-12 Andrew Cagney <cagney@gnu.org>
18827
18828 * gdb.base/annota1.exp: Cleanup corefile test name.
18829 * gdb.base/annota3.exp: Ditto.
18830
8b1b3228
AC
188312004-07-12 Andrew Cagney <cagney@gnu.org>
18832
78650829
AC
18833 * gdb.base/signals.exp: Clean up copyright, re-indent.
18834
8b1b3228
AC
18835 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
18836 gdb_test and gdb_test_multiple.
18837
935c2760
JJ
188382004-07-08 Jeff Johnston <jjohnstn@redhat.com>
18839
18840 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 18841 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
18842 provide line number info for first statement in main.
18843
1544280f
AC
188442004-07-08 Andrew Cagney <cagney@gnu.org>
18845
1279f4ff
AC
18846 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
18847
1544280f
AC
18848 * gdb.base/sigbpt.exp: Make the common part of each test name a
18849 prefix instead of suffix.
18850
bcc82369
BR
188512004-07-07 Bob Rossi <bob_rossi@cox.net>
18852
18853 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
18854 test from test_tbreak_creation_and_listing to
18855 test_file_list_exec_source_file
18856 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
18857 Changed name of test from test_tbreak_creation_and_listing to
18858 test_file_list_exec_source_file
18859
23f4b0aa
JJ
188602004-07-07 Jeff Johnston <jjohnstn@redhat.com>
18861
18862 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
18863 the jmisc() constructor instead of <init>.
18864 * gdb.java/jmisc1.exp: Ditto.
18865
56401cd5
AC
188662004-07-07 Andrew Cagney <cagney@gnu.org>
18867
18868 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
18869 corrupting the PC.
18870
44ae2f6a
MC
188712004-07-06 Michael Chastain <mec.gnu@mindspring.com>
18872
18873 * gdb.cp/templates.exp: Accept whitespace change in demangler
18874 output.
18875
45a83408
AC
188762004-07-06 Andrew Cagney <cagney@gnu.org>
18877
18878 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
18879
d205ad70
MC
188802004-07-02 Michael Chastain <mec.gnu@mindspring.com>
18881
18882 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
18883 * lib/compiler.cc: Likewise.
18884
06ea1a61
MC
188852004-06-30 Michael Chastain <mec.gnu@mindspring.com>
18886
18887 * lib/compiler.cc: Work around string preprocessing problem
18888 with old hp c++ compiler.
18889 * lib/compiler.c: Likewise.
18890
daab1251
CV
188912004-06-29 Corinna Vinschen <vinschen@redhat.com>
18892
18893 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
18894 directives to conditionalize symbol prefixing.
18895 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
18896 additional_flags handling. Add underscore prefix for Cygwin.
18897 * gdb.arch/i386-unwind.c: Use preprocessor directives to
18898 conditionalize symbol prefixing.
18899 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
18900 additional_flags handling. Add underscore prefix for Cygwin.
18901
cc984116
CV
189022004-06-29 Corinna Vinschen <vinschen@redhat.com>
18903
18904 * gdb.base/bigcore.exp: Skip test on Cygwin.
18905
c279b077
MC
189062004-06-28 Michael Chastain <mec.gnu@mindspring.com>
18907
18908 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
18909 formats for "info register". Use gdb_test_multiple. Fix
18910 the "invalid register" test.
18911
0e915747
CV
189122004-06-28 Corinna Vinschen <vinschen@redhat.com>
18913
18914 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
18915 PID for Cygwin. Add Cygwin specific strings to check for in some
18916 tests.
18917 (do_attach_tests): Add a test for user interaction when attaching
18918 to a process with no matching symbol table already loaded.
18919
11422c86
AC
189202004-06-26 Andrew Cagney <cagney@gnu.org>
18921
18922 Test PR java/1567 and PR java/1565.
18923 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
18924 * gdb.java/jmisc2.exp: Delete file.
18925
cefbce26
MC
189262004-06-26 Michael Chastain <mec.gnu@mindspring.com>
18927
18928 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
18929
e19f872c
CV
189302004-06-25 Corinna Vinschen <vinschen@redhat.com>
18931
18932 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
18933 attach process.
18934
d931ba3b
MC
189352004-06-23 Michael Chastain <mec.gnu@mindspring.com>
18936
18937 * gdb.cp/pr-1553.exp: Remove.
18938
aef68c48
MC
189392004-06-22 Michael Chastain <mec.gnu@mindspring.com>
18940
18941 * gdb.cp/pr-1553.cc: Remove.
18942 * gdb.cp/pr-1553.exp: Disable this test.
18943
8d5df71a
JB
189442004-06-20 Jim Blandy <jimb@redhat.com>
18945
a9c64011 18946 Fix PR testsuite/1680.
8d5df71a
JB
18947 * gdb.arch/i386-sse.exp: Properly quote curly braces in
18948 regular expressions.
18949
4ac6f39d
MC
189502004-06-19 Michael Chastain <mec.gnu@mindspring.com>
18951
18952 Fix PR testsuite/1679.
18953 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
18954 Issue an UNSUPPORTED result instead.
18955
1b413552
JB
189562004-06-18 Jim Blandy <jimb@redhat.com>
18957
18958 * gdb.base/charset.exp: Only send a control-C if we see a new
18959 prompt and incomplete command.
18960
6daa6ebd
MC
189612004-06-18 Michael Chastain <mec.gnu@mindspring.com>
18962
18963 * gdb.cp/pr-574.cc: Add copyright notice.
18964
51fa4ae0
JB
189652004-06-17 Jim Blandy <jimb@redhat.com>
18966
18967 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
18968 cases where the regexp has no groups; this grabs random text from
18969 the previous test suite, whatever that was.
18970
8fea26c5
MC
189712004-06-17 Michael Chastain <mec.gnu@mindspring.com>
18972
18973 * gdb.cp/printmethod.cc: Add copyright notice.
18974
1e3aeb41
MC
189752004-06-16 Michael Chastain <mec.gnu@mindspring.com>
18976
18977 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
18978
9d9030bc
AC
189792004-06-16 Andrew Cagney <cagney@gnu.org>
18980
18981 * gdb.base/signull.c: Update copyright. Include <string.h>.
18982 (bowler): Replace data_pointer with data_read
18983 and data_write cases. Add code_descriptor case.
18984 (zero, desc): New array and pointer.
18985 (data, code): Change to simple pointers.
18986 * gdb.base/signull.exp: Fix probe pattern matching a function
18987 descriptor SIGSEGV. Replace data_pointer with data_read and
18988 data_write tests.
18989
acd4ad44
AC
189902004-06-16 Andrew Cagney <cagney@gnu.org>
18991
18992 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
18993
08fd625c
MC
189942004-06-15 Michael Chastain <mec.gnu@mindspring.com>
18995
18996 * gdb.base/long_long.c: Add copyright notice.
18997
1903502c
MC
189982004-06-15 Michael Chastain <mec.gnu@mindspring.com>
18999
19000 * gdb.base/long_long.exp: Remove reference to
19001 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
19002 to gdb_breakpoint and gdb_continue_to_breakpoint.
19003
83313cb1
JB
190042004-06-14 Jim Blandy <jimb@redhat.com>
19005
19006 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
19007 endian case.
19008
1bf404ef
AC
190092004-06-14 Andrew Cagney <cagney@gnu.org>
19010
19011 * gdb.base/gcore.exp (capture_command_output): Delete the always
19012 passing tests containing inferior values.
19013 * gdb.base/ending-run.exp: Do not include the breakpoint address
19014 in the test message. Update copyright.
19015 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
19016 size in the test name, use gdb_test_multiple. Update copyright.
19017
ef220b33
MC
190182004-06-14 Michael Chastain <mec.gnu@mindspring.com>
19019
19020 * gdb.cp/ref-types.cc: Add copyright notice.
19021
4f70a4c9
MC
190222004-06-14 Michael Chastain <mec.gnu@mindspring.com>
19023
19024 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
19025 hp_aCC_compiler.
19026 * lib/compiler.cc: Likewise.
19027 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
19028 'set' commands. Log diagnostics for other lines. Set
19029 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
19030
335928ac
MC
190312004-06-13 Michael Chastain <mec.gnu@mindspring.com>
19032
19033 * gdb.cp/try_catch.cc: Add copyright notice.
19034
2efb12e8
MC
190352004-06-12 Michael Chastain <mec.gnu@mindspring.com>
19036
19037 * gdb.cp/userdef.cc: Add copyright notice.
19038
0bbed51a
MC
190392004-06-11 Michael Chastain <mec.gnu@mindspring.com>
19040
19041 * gdb.cp/virtfunc.cc: Add copyright notice.
19042
e12a46c9
RC
190432004-06-11 Randolph Chung <tausq@debian.org>
19044
19045 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
19046 problem.
19047
338e05af
AC
190482004-06-10 Andrew Cagney <cagney@gnu.org>
19049
19050 * lib/compiler.cc, lib/compiler.c: Append either
19051 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
19052 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
19053 instead of gcc-3-3.
19054
dc3f10cb
AC
190552004-06-09 Andrew Cagney <cagney@gnu.org>
19056
b4d946af
AC
19057 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
19058 gdb/1455, bug is specific to "long long" and "double".
a9c64011 19059
dc3f10cb
AC
19060 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
19061 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
19062 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
19063 fixed.
19064
b5c0bfa2
AC
190652004-06-09 Andrew Cagney <cagney@gnu.org>
19066
19067 * gdb.base/structs.exp (test_struct_returns): Replace
19068 "return_value_unknown" and "finish_value_unknown" by
19069 "return_value_known" and "finish_value_known". Instead of
19070 "return_value_unknown" iff "finish_value_unknown", check
19071 "return_value_known" implies "finish_value_known".
19072
caeb605f
MH
190732004-06-08 Martin Hunt <hunt@redhat.com>
19074
19075 * gdb.base/float.exp: Add pattern for mips targets.
19076
c892bb64
RC
190772004-06-08 Randolph Chung <tausq@debian.org>
19078
19079 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
19080 message for unknown architectures more clear.
19081
48306d3e
JB
190822004-06-08 Joel Brobecker <brobecker@gnat.com>
19083
19084 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
19085 start the execution of the program.
19086
83ecb59f
JB
190872004-06-07 Jim Blandy <jimb@redhat.com>
19088
19089 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
19090 * gdb.arch/i386-cpuid.h: New helper file.
19091
55264cb4
RC
190922004-06-07 Randolph Chung <tausq@debian.org>
19093
19094 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
19095 has started.
19096
23cadb28
RM
190972004-06-04 Roland McGrath <roland@redhat.com>
19098
19099 Fix PR gdb/1647.
19100 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
19101 differently to be robust to output buffering differences.
19102
51d01eda
MC
191032004-06-04 Michael Chastain <mec.gnu@mindspring.com>
19104
19105 * gdb.threads/pthreads.exp: Update copyright years.
19106 (check_control_c): Change asynchronous 'after' to synchronous.
19107
f4fc3b93
RM
191082004-06-04 Roland McGrath <roland@redhat.com>
19109
19110 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
19111 next gdb prompt.
19112
4013522b
MC
191132004-06-02 Michael Chastain <mec.gnu@mindspring.com>
19114
19115 Fix PR gdb/1636.
19116 * gdb.threads/manythreads.exp: Change asynchronous 'after'
19117 calls to synchronous.
19118
7a8f1e6b
JB
191192004-05-26 Jim Blandy <jimb@redhat.com>
19120
19121 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
19122
81bb3443
RC
191232004-05-24 Randolph Chung <tausq@debian.org>
19124
19125 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
19126 * gdb.asm/pa.inc: New file.
19127
8f5a3103
MK
191282004-05-22 Mark Kettenis <kettenis@gnu.org>
19129
19130 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
19131
734b8fe8 191322004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 19133 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
19134
19135 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
19136 GDB prompt.
19137
725603e1
UW
191382004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19139
f4fc3b93 19140 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
19141 setjmp/longjmp. Use sigaction instead of signal.
19142
8b923272 191432004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 19144 Michael Snyder <msnyder@redhat.com>
8b923272
JB
19145
19146 * gdb.threads/pthread_cond_wait.c: New file.
19147 * gdb.threads/pthread_cond_wait.exp: New testcase.
19148
8bfabb04
AC
191492004-05-13 Andrew Cagney <cagney@redhat.com>
19150
19151 * gdb.base/signull.exp, gdb.base/signull.c: New files.
19152 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
19153
42edda50
AC
191542004-05-11 Andrew Cagney <cagney@redhat.com>
19155
19156 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
19157 fixed but revealed gdb/1639.
19158
d303a6c7
AC
191592004-05-10 Andrew Cagney <cagney@redhat.com>
19160
19161 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
19162 func1" and "next to 2nd alarm", kernel bug avoided.
19163
bf08c2a1
DJ
191642004-05-10 Daniel Jacobowitz <dan@debian.org>
19165
19166 PR external/1568
19167 * gdb.base/bigcore.exp: Check the size of the dumped core file.
19168 XFAIL if it is smaller than bytes_allocated.
19169 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
19170 (main): Make chunks_allocated unsigned. Correct comment.
19171
c0586a34
JB
191722004-05-07 Joel Brobecker <brobecker@gnat.com>
19173
19174 * gdb.arch/powerpc-aix-prologue.c: New file.
19175 * gdb.arch/powerpc-aix-prologue.exp: New file.
19176
f2785d12
JB
191772004-05-07 Jim Blandy <jimb@redhat.com>
19178
19179 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
19180 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
19181
bd7f6e30
JB
191822004-05-06 Joel Brobecker <brobecker@gnat.com>
19183
19184 * gdb.base/sep.exp: No longer setup_kfail when the program was
19185 built with dwarf2.
19186
0a5e7efe
JI
191872004-05-05 Jim Ingham <jingham@apple.com>
19188
19189 * gdb.base/pending.exp: Make sure pending breakpoints
19190 preserve the ignore count.
f4fc3b93 19191
a8958849
MK
191922004-04-27 Jerome Guitton <guitton@gnat.com>
19193
19194 * i386-prologue.exp: Add testcase for jump instruction as first
19195 instruction of the real code.
19196 * i386-prologue.c (jump_at_beginning): New function.
19197
7e103f5b
MK
191982004-04-28 Mark Kettenis <kettenis@gnu.org>
19199
19200 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
19201 x86_64-*-*.
19202
5d38b224
MK
192032004-04-28 Mark Kettenis <kettenis@gnu.org>
19204
19205 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
19206 i*86-*-*.
19207
0ef32fd9
MK
192082004-04-25 Mark Kettenis <kettenis@gnu.org>
19209
19210 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
19211 expression that checks the return type.
19212
71d7dd7c
AC
192132004-04-23 Andrew Cagney <cagney@redhat.com>
19214
19215 * gdb.base/call-sc.exp: New test of scalar call/return values.
19216 * gdb.base/call-sc.c: Ditto.
19217
1e9f977e
JJ
192182004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19219
19220 * gdb.threads/manythreads.c: Reduce thread stack size.
19221
899d9e3a
JJ
192222004-04-23 Jeff Johnston <jjohnstn@redhat.com>
19223
19224 * gdb.threads/manythreads.c: Add copyright notice.
19225
61bcae62
AC
192262004-04-23 Andrew Cagney <cagney@redhat.com>
19227
19228 * gdb.base/siginfo.exp: Better handle step out of signal.
19229 * gdb.base/sigstep.exp: Ditto.
19230
7339a42e 192312004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 19232 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
19233
19234 * gdb.threads/manythreads.c: New testcase.
19235 * gdb.threads/manythreads.exp: Ditto.
19236
5c98409b
JB
192372004-04-22 Jim Blandy <jimb@redhat.com>
19238
19239 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
19240 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
19241
3b611f1a
MC
192422004-04-21 Michael Chastain <mec.gnu@mindspring.com>
19243
19244 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
19245
f0fd9238
AC
192462004-04-21 Andrew Cagney <cagney@redhat.com>
19247
19248 * gdb.base/sigstep.c: New file.
19249 * gdb.base/sigstep.exp: New file.
19250
90990674
JB
192512004-04-16 Joel Brobecker <brobecker@gnat.com>
19252
19253 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
19254 call to observer_notify_normal_stop.
19255
78cef34b
AC
192562004-04-15 Andrew Cagney <cagney@redhat.com>
19257
19258 * gdb.base/siginfo.c: New file.
19259 * gdb.base/siginfo.exp: New file.
19260
d2343407
JB
192612004-04-12 J. Brobecker <brobecker@gnat.com>
19262
19263 * gdb.base/sep.exp: Fix typo in comment.
19264
a2dba3c8
JB
192652004-04-12 J. Brobecker <brobecker@gnat.com>
19266
19267 * gdb.base/sep.c: New file.
19268 * gdb.base/sep-proc.c: New file.
19269 * gdb.base/sep.exp: New testcase.
19270
15f7b60e
MK
192712004-04-09 Mark Kettenis <kettenis@gnu.org>
19272
19273 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
19274 support.
19275
44f4de1a
AC
192762004-04-05 Andrew Cagney <cagney@redhat.com>
19277
19278 * gdb.base/sigaltstack.c: New file.
19279 * gdb.base/sigaltstack.exp: New file.
19280
ef04f396
JB
192812004-04-04 Joel Brobecker <brobecker@gnat.com>
19282
19283 * gdb.base/foll-fork.exp: Update the expected output for
19284 "help set follow-fork-mode", to match a change that was made
19285 to the help of this variable on 2004-01-13.
19286
d40d2c92
JB
192872004-04-01 Joel Brobecker <brobecker@gnat.com>
19288
19289 * lib/ada.exp: Add copyright notice.
19290 * bar.ads: Likewise.
19291 * bar.adb: Likewise.
19292 * null_record.adb: Likewise.
19293 * null_record.exp: Likewise.
19294 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
19295
f86ef5a3
JB
192962004-04-01 Joel Brobecker <brobecker@gnat.com>
19297
19298 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
19299 * configure: Regenerate.
19300
414e70e3
JB
193012004-04-01 Joel Brobecker <brobecker@gnat.com>
19302
19303 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
19304 to build the application. Remove the message printed when in
19305 verbose mode, redundant with the UNSUPPORTED message above.
19306
f0aaee49
JB
193072004-03-31 Joel Brobecker <brobecker@gnat.com>
19308
19309 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
19310 * gdb.ada (null_record.exp): New testcase.
19311
ac81cb54
JB
193122004-03-31 Joel Brobecker <brobecker@gnat.com>
19313
19314 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
19315
854af2f7
JB
193162004-03-31 Joel Brobecker <brobecker@gnat.com>
19317
19318 * gdb.ada: New subdirectory.
19319 * gdb.ada/Makefile.in: New file.
19320 * gdb.ada/gnat_ada.gpr.in: New file.
19321
034cb681
JB
193222004-03-31 Joel Brobecker <brobecker@gnat.com>
19323
19324 * lib/ada.exp: New file.
19325
78a1a894
DJ
193262004-03-24 Daniel Jacobowitz <drow@mvista.com>
19327
19328 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
19329 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
19330
4b2b3b3e
AC
193312004-03-22 Andrew Cagney <cagney@redhat.com>
19332
19333 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
19334 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
19335 Problem identified by Ulrich Weigand.
19336
23c73aa3
DC
193372004-03-17 David Carlton <carlton@kealia.com>
19338
19339 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
19340 PR c++/826.
19341
d63a86f8
RM
193422004-03-16 Roland McGrath <roland@redhat.com>
19343
19344 * gdb.base/auxv.exp: New file.
19345 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
19346
0e02aa50
DC
193472004-03-12 David Carlton <carlton@kealia.com>
19348
19349 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
19350 * gdb.cp/pr-1553.cc: Ditto.
19351 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
19352 pass branch.
19353
c20b71be
MC
193542004-03-12 Michael Chastain <mec.gnu@mindspring.com>
19355
19356 * gdb.cp/templates.exp: Accept more template types.
19357
c7414a01
MC
193582004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19359
19360 From Corinna Vinschen with modifications.
19361 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
19362 local variable obj_with_enum.
19363 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
19364 results with obj_with_enum.
19365
ed69573c
MC
193662004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19367
19368 * gdb.cp/classes.cc: New file, copied from misc.cc.
19369 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
19370
28301461
MC
193712004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19372
19373 * gdb.cp/misc.cc: Add copyright notice.
19374
1198ecbe
DC
193752004-03-05 David Carlton <carlton@kealia.com>
19376
19377 * gdb.cp/rtti.exp: Add 'print *obj3' test.
19378 * gdb.cp/rtti.h: Update copyright.
19379 (namespace n2::n3): New.
19380 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
19381 (n2::n3::func3): New.
19382 (main): Call n2::n3::func3.
19383 * gdb.cp/rtti2.cc: Update copyright.
19384 (n2::create3): New.
19385
9e08c470
MK
193862004-03-04 Mark Kettenis <kettenis@gnu.org>
19387
19388 * gdb.asm/openbsd.inc: Fix typo.
19389
4bebc3aa
FF
193902004-03-03 Fred Fish <fnf@redhat.com>
19391
19392 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
19393 "val" instead of unused "size". Update copyright year.
19394
6ea9fb37
DJ
193952004-02-29 Daniel Jacobowitz <drow@mvista.com>
19396
19397 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
19398 to use unsigned char.
19399 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
19400 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
19401
23b23974
DJ
194022004-02-29 Daniel Jacobowitz <drow@mvista.com>
19403
19404 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
19405 line of output.
19406
7574fd53
DJ
194072004-02-28 Daniel Jacobowitz <drow@mvista.com>
19408
19409 * gdb.base/relocate.c (dummy): Initialize.
19410
a195357f
DJ
194112004-02-28 Daniel Jacobowitz <drow@mvista.com>
19412
19413 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
19414 a breakpoint at exit.
19415
72fd54a9
FF
194162004-02-27 Fred Fish <fnf@redhat.com>
19417
19418 * gdb.base/chng-syms.exp: Add expect condition to match failing
19419 case that isn't a timeout.
19420
b9d23137
AC
194212004-02-27 Andrew Cagney <cagney@redhat.com>
19422
19423 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
19424 support.
19425
15d208f6 194262004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 19427
15d208f6
FF
19428 * gdb.arch/gdb1431.c: Remove.
19429 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
19430 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
19431 of "until" incorrectly.
19432
98f9cd2d
JB
194332004-02-26 J. Brobecker <brobecker@gnat.com>
19434
19435 * gdb.cp/class2.cc (empty): New class.
19436 (refer): New function.
19437 (main): Declare an object of type empty and use it.
19438 * gdb.cp/class2.exp: Print the value of an object of type empty.
19439
9b50c11b
JJ
194402004-02-26 Jeff Johnston <jjohnstn@redhat.com>
19441
19442 * gdb.base/langs.exp: Update query string to match the
19443 new nquery format used for pending breakpoints.
19444
0dcd613f
AC
194452004-02-26 Andrew Cagney <cagney@redhat.com>
19446
19447 Fix PR i18n/1570.
19448 * gdb.base/charset.c: Update copyright notice.
19449 (main, init_string): Remove the escape character '\e' tests.
19450 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
19451 * gdb.base/charset.exp (valid_host_charset): Ditto.
19452 * gdb.base/setvar.exp: Ditto.
19453
b8a56647
AC
194542004-02-24 Andrew Cagney <cagney@redhat.com>
19455
90d59e34
AC
19456 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
19457 mmapped data in core file" PASS and FAIL messages consistent.
19458
b8a56647
AC
19459 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
19460 setting a breakpoint. Work around PR java/1565.
19461
9f27c604
JJ
194622004-02-23 Jeff Johnston <jjohnstn@redhat.com>
19463
19464 * lib/gdb.exp (gdb_breakpoint): Update query string to match
19465 new nquery format.
19466 * gdb.base/pending.exp: Ditto.
19467
3224a706
MK
194682004-02-22 Mark Kettenis <kettenis@gnu.org>
19469
19470 * configure.in: Run stabs tests on *BSD.
19471 * configure: Regenerated.
19472
41e0a9ca
MK
194732004-02-21 Mark Kettenis <kettenis@gnu.org>
19474
19475 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
19476
1e1b3428
FF
194772004-02-20 Fred Fish <fnf@redhat.com>
19478
19479 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
19480 blank in test for "returns short", for consistency with other
19481 "returns xxx" tests. Update copyright year.
19482
f9a7572a
FF
194832004-02-19 Fred Fish <fnf@redhat.com>
19484
19485 New testcase for PR breakpoint/1558.
19486 * gdb.arch/gdb1558.exp: New file.
19487 * gdb.arch/gdb1558.c: New file.
19488
b2ce2854
EZ
194892004-02-19 Elena Zannoni <ezannoni@redhat.com>
19490
19491 * gdb.base/nodebug.exp: Fix typo.
19492
e7c9ff01
JB
194932004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19494
19495 Committed by Jim Blandy <jimb@redhat.com>.
19496
62f4b920
JB
19497 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
19498
2db536a1
JB
19499 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
19500
e7c9ff01
JB
19501 * gdb.base/float.exp: Support s390*-*-* targets.
19502
f3205b34
AF
195032004-02-17 Adam Fedor <fedor@gnu.org>
19504
19505 * gdb.base/gdb1555.exp: New file.
19506 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
19507
9d62932d
EZ
195082004-02-17 Elena Zannoni <ezannoni@redhat.com>
19509
19510 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
19511
344c9711
FF
195122004-02-16 Fred Fish <fnf@redhat.com>
19513
19514 * gdb.arch/gdb1291.c: Remove
19515 * gdb.arch/gdb1291.s: New test input file.
19516 * gdb.arch/gdb1291.exp: Expand test to check case that should not
19517 fail. Test for correct result, known incorrect result, other
19518 failures and timeouts.
19519
2d822687
AC
195202004-02-16 Andrew Cagney <cagney@redhat.com>
19521
19522 * gdb.base/bigcore.exp: New file.
19523 * gdb.base/bigcore.c: New file.
19524
dac15b66
AC
195252004-02-13 Andrew Cagney <cagney@redhat.com>
19526
19527 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
19528 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
19529 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
19530 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
19531 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
19532 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
19533 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
19534 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
19535 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
19536 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
19537
6bdfc2c4
JJ
195382004-02-11 Jeff Johnston <jjohnstn@redhat.com>
19539
19540 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
19541 executed is an alloc instruction.
19542
87b3ede8
DC
195432004-02-11 David Carlton <carlton@kealia.com>
19544
19545 * gdb.cp/breakpoint.exp: New.
19546 * gdb.cp/breakpoint.cc: New.
19547
6e19e2bf
MC
195482004-02-11 Michael Chastain <mec.gnu@mindspring.com>
19549
19550 Partial fix for PR gdb/1543.
19551 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
19552 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
19553 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
19554 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
19555 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
19556 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
19557 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
19558 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
19559 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
19560 to bug-gdb@prep.ai.mit.edu .
19561 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
19562 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
19563 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
19564 Likewise.
19565
5c5455dc
AC
195662004-02-10 Andrew Cagney <cagney@redhat.com>
19567
19568 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
19569 using gdb_internal_error_resync.
19570
9cf689d7
DJ
195712004-02-09 Daniel Jacobowitz <drow@mvista.com>
19572
19573 * gdb.threads/thread-specific.exp: Stop early if no threads are
19574 found.
19575
d2dc51db
MC
195762004-02-09 Michael Chastain <mec.gnu@mindspring.com>
19577
19578 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
19579
14b1a056
DJ
195802004-02-08 Daniel Jacobowitz <drow@mvista.com>
19581
19582 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
19583 breakpoints.
19584
83f66e8f
DJ
195852004-02-07 Daniel Jacobowitz <drow@mvista.com>
19586
19587 * config/sim.exp (gdb_load): Handle $arg == "".
19588 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
19589 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
19590
30fc0091
EZ
195912004-02-07 Elena Zannoni <ezannoni@redhat.com>
19592
a9c64011
AS
19593 * gdb.base/maint.exp: Update test to reflect
19594 obstack changes.
30fc0091 19595
4d806929
JJ
195962004-02-04 Jeff Johnston <jjohnstn@redhat.com>
19597
19598 * gdb.base/pendshr.c (pendfunc): New function that calls
19599 pendfunc1.
19600 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
19601
7bfdd688
FF
196022004-02-04 Fred Fish <fnf@redhat.com>
19603
19604 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
19605 function symbols and update copyright years.
19606 * gdb.arch/gdb1291.c: Ditto.
19607
aaa08ee4
MC
196082004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19609
19610 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
19611
dbad7755
MC
196122004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19613
19614 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
19615
ec4646ef
MC
196162004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19617
19618 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
19619
1b802196
FF
196202004-02-02 Fred Fish <fnf@redhat.com>
19621
19622 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
19623 remote targets. Update copyright years.
19624
18fe2033
JJ
196252004-02-02 Jeff Johnston <jjohnstn@redhat.com>
19626
19627 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
19628 support.
19629 * gdb.base/langs.exp: Fix test which attempts to create
19630 breakpoint on non-existent function to handle new pending
19631 support.
19632 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
19633 a breakpoint.
19634 * gdb.base/pending.exp: New test.
19635 * gdb.base/pending.c: New file.
19636 * gdb.base/pendshr.c: Ditto.
19637
8d577d32
DC
196382004-02-02 David Carlton <carlton@kealia.com>
19639
19640 * gdb.cp/overload.exp: Add overloadNamespace tests.
19641 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
19642 (overloadNamespace, XXX): New.
19643 (main): Call XXX::marker2.
19644
3ad13771
FF
196452004-02-01 Fred Fish <fnf@redhat.com>
19646
19647 * gdb.base/dump.exp: Use runto_main instead of "runto main".
19648 * gdb.base/finish.exp: Ditto.
19649 * gdb.base/gcore.exp: Ditto.
19650 * gdb.base/huge.exp: Ditto.
19651 * gdb.base/info-proc.exp: Ditto.
19652 * gdb.base/return2.exp: Ditto.
19653 * gdb.threads/gcore-thread.exp: Ditto.
19654
44c75849
DJ
196552004-02-01 Daniel Jacobowitz <drow@mvista.com>
19656
19657 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
19658
005bc093
MK
196592004-02-01 Mark Kettenis <kettenis@gnu.org>
19660
19661 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
19662 that opening the file succeeds on OpenBSD.
19663
c47cebdb
DJ
196642004-02-01 Daniel Jacobowitz <drow@mvista.com>
19665
19666 * gdb.threads/thread-specific.c: New file.
19667 * gdb.threads/threads-specific.exp: New test script.
19668 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
19669 to expect_out.
19670
5a01311c
MK
196712004-02-01 Mark Kettenis <kettenis@gnu.org>
19672
19673 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
19674 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
19675 only on the "print_small_structs from print_long_arg_list" test.
19676
ce22a4f1
DJ
196772004-02-01 Daniel Jacobowitz <drow@mvista.com>
19678
19679 * gdb.base/completion.exp: Kill a stray backslash.
19680
19681 From Jim Ingham <jingham@apple.com>:
19682 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
19683 agrees with the result from sending a tab.
19684
abbab9d3
DJ
196852004-01-31 Daniel Jacobowitz <drow@mvista.com>
19686
19687 * gdb.base/chng-syms.exp: Remove stray newline.
19688
53904d1e
MK
196892004-01-31 Mark Kettenis <kettenis@gnu.org>
19690
19691 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
19692 *-*-openbsd*.
19693 * gdb.asm/openbsd.inc: New file.
19694
3a4b3aac
MK
196952004-01-30 Mark Kettenis <kettenis@gnu.org>
19696
19697 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
19698 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
19699 *-*solaris2*. Remove commented out default settings for
19700 asm-flags. Replace gdb_compile with target_link.
19701
ebac27b4
MC
197022004-01-29 Michael Chastain <mec.gnu@mindspring.com>
19703
19704 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
19705 for all tests. Remove old hp-ux and cygnus xfail cases.
19706
d8679d84
PH
197072004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
19708
19709 * gdb.base/chng-syms.exp: New file.
19710 * gdb.base/chng-syms.c: New file.
19711
0a55bc22
MC
197122004-01-24 Michael Chastain <mec.gnu@mindspring.com>
19713
19714 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
19715 Provide arms for current output in all my configurations.
19716
94b8e876
MC
197172004-01-24 Michael Chastain <mec.gnu@mindspring.com>
19718
19719 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
19720 * lib/compiler.cc: Likewise.
19721 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
19722 get the right preprocessor. Eval the output directly. Remove
19723 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
19724 hp_f77_compiler and hp_f90_compiler completely.
19725 (gdb_preprocess): Delete.
19726 (get_compiler): Delete.
19727
7cf03d44
MK
197282004-01-24 Mark Kettenis <kettenis@gnu.org>
19729
19730 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
19731 <string.h>.
19732
68b6dce9
NR
197332004-01-24 Nick Roberts <nick@nick.uklinux.net>
19734
19735 * gdb.mi/mi-stack.exp: Update copyright.
19736
b368761e
DC
197372004-01-23 David Carlton <carlton@kealia.com>
19738
19739 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
19740 test for cp_lookup_transparent_type.
19741 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
19742 call them.
19743
f2061b53
DJ
197442004-01-23 Daniel Jacobowitz <drow@mvista.com>
19745
19746 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
19747 after -var-update.
19748
37fc574a
DC
197492004-01-23 David Carlton <carlton@kealia.com>
19750
19751 * gdb.cp/namespace.cc (C::ensureRefs): New.
19752 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
19753
8e94b928
NR
197542004-01-20 Nick Roberts <nick@nick.uklinux.net>
19755
19756 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
19757 case "-stack-list-locals 2".
19758 * gdb.mi/mi-var-child.exp: Test for case
19759 "-var-list-children --all-values NAME".
19760
997b0952
MC
197612004-01-18 Michael Chastain <mec.gnu@mindspring.com>
19762
19763 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
19764
52470da3
MK
197652004-01-18 Mark Kettenis <kettenis@gnu.org>
19766
7049b4b8
MK
19767 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
19768 used with gdb_test_multiple.
19769
52470da3
MK
19770 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
19771 read at address 0. This fixes PR testsuite/1504.
19772
da6012e5
DJ
197732004-01-18 Daniel Jacobowitz <drow@mvista.com>
19774
19775 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
19776 Remove downloading, guessing the host executable, the calls to
19777 gdb_file_cmd and gdb_target_cmd, and "load" support.
19778 (infer_host_exec): New function broken out from gdb_load.
19779 (gdb_load): New wrapper for gdbserver_gdb_load.
19780 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
19781 gdb_target_cmd. Use -target-select.
19782 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
19783 Download binaries to the host. Clear last_mi_remote_file when
19784 we load a new binary.
19785 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
19786 call gdbserver_gdb_load and mi_gdb_target_cmd.
19787
32c70722
MC
197882004-01-17 Michael Chastain <mec.gnu@mindspring.com>
19789
19790 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
19791 type patterns.
19792
b0cecf36
MC
197932004-01-17 Michael Chastain <mec.gnu@mindspring.com>
19794
19795 * gdb.cp/templates.exp: Fix typo in test name of
19796 "print Foo<volatile char*>::foo".
19797
4120d7e6
MC
197982004-01-15 Michael Chastain <mec.gnu@mindspring.com>
19799
19800 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
19801
f679e530
BE
198022004-01-16 Ben Elliston <bje@wasabisystems.com>
19803
19804 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
19805 (clean mostlyclean): Remove empty rm.
19806
091c48f6
MC
198072004-01-15 Michael Chastain <mec.gnu@mindspring.com>
19808
19809 * gdb.base/setvar.exp: Add copyright years.
19810
3e5fc8d2
DC
198112004-01-14 David Carlton <carlton@bactrian.org>
19812
19813 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
19814 PR c++/1511 and update coment.
19815 * gdb.cp/templates.exp: Update patterns to match current output.
19816 If changes involve something other than whitespace, KFAIL
19817 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
19818
63d06c5c
DC
198192004-01-14 David Carlton <carlton@kealia.com>
19820
19821 * gdb.cp/namespace.exp: Add tests involving classes defined within
19822 namespaces.
19823 * gdb.cp/namespace.cc (C::CClass): New.
19824 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
19825
a51dab88
EZ
198262004-01-14 Elena Zannoni <ezannoni@redhat.com>
19827
19828 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
19829 what debug info we have. Print a better message if something goes
19830 wrong while producing the separate debug info file.
19831
a476ccc9
MC
198322004-01-14 Michael Chastain <mec.gnu@mindspring.com>
19833
19834 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
19835
f453692c
MC
198362004-01-14 Michael Chastain <mec.gnu@mindspring.com>
19837
19838 * gdb.base/callfuncs.c: Add copyright notice.
19839
f40063a5
MC
198402004-01-13 Michael Chastain <mec.gnu@mindspring.com>
19841
19842 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
19843 inheritance. PR gdb/1498, PR gcc/13539.
19844
19ac3974
EZ
198452004-01-13 Elena Zannoni <ezannoni@redhat.com>
19846
a9c64011
AS
19847 * gdb.threads/gcore-thread.exp: Prefix name of binary with
19848 test specific name.
19849 * gdb.mi/gdb669.exp: Ditto.
19850 * gdb.mi/mi-pthreads.exp: Ditto.
19851 * gdb.mi/mi1-pthreads.exp: Ditto.
19852 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 19853
56c97c6e
MC
198542004-01-12 Michael Chastain <mec.gnu@mindspring.com>
19855
19856 * gdb.cp/member-ptr.cc: Add copyright notice.
19857
a0644324
MC
198582004-01-12 Michael Chastain <mec.gnu@mindspring.com>
19859
19860 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
19861 some patterns for recent versions of gcc and hpacc. Delete
19862 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
19863 Delete tests that access a NULL pointer-to-member-data. This
19864 script is still disabled for gcc.
19865
32fabe09
EZ
198662004-01-12 Elena Zannoni <ezannoni@redhat.com>
19867
19868 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 19869 escaped correctly.
32fabe09 19870
1f8a6abb
EZ
198712004-01-12 Elena Zannoni <ezannoni@redhat.com>
19872
19873 * gdb.base/sepdebug.exp: New file.
19874 * gdb.base/sepdebug.c: New file.
19875 * lib/gdb.exp (separate_debug_filename): New procedure.
19876 (gdb_gnu_strip_debug): New procedure.
19877
48efe704
AC
198782004-01-12 Andrew Cagney <cagney@redhat.com>
19879
19880 * gdb.mi/ChangeLog: Delete file. Renamed to ...
19881 * gdb.mi/ChangeLog-1999-2003: New file.
19882
a9415475
AC
198832004-01-12 Andrew Cagney <cagney@redhat.com>
19884
19885 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
19886 "Renaming a directory to a non-empty directory returns ENOTEMPTY
19887 or EEXIST", treat EBUSY as an XFAIL.
19888
83b8cf9d
MC
198892004-01-11 Michael Chastain <mec.gnu@mindspring.com>
19890
19891 * gdb.base/scope.exp: Remove obsolete setup_xfail for
19892 hp_cc_compiler.
19893
9939d2a8
MC
198942004-01-10 Michael Chastain <mec.gnu@mindspring.com>
19895
19896 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
19897 decorations.
19898
1ff8cadf
MC
198992004-01-10 Michael Chastain <mec.gnu@mindspring.com>
19900
19901 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
19902 and "(aCC)" decorations. Remove obsolete doco about old
19903 test results.
19904
6fa9022e
MC
199052004-01-09 Michael Chastain <mec.gnu@mindspring.com>
19906
19907 * gdb.cp/exception.exp: Fix typo in doco.
19908
209721fe
MK
199092004-01-09 Mark Kettenis <kettenis@gnu.org>
19910
19911 * gdb.base/gdb1476.exp: Fix typo.
19912
ef11303e
MC
199132004-01-09 Michael Chastain <mec.gnu@mindspring.com>
19914
19915 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
19916 file.
19917
041ab88c
MC
199182004-01-09 Michael Chastain <mec.gnu@mindspring.com>
19919
19920 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
19921 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
19922 Use gdb_compile. Remove restriction on gcc. Add some patterns
19923 for recent version of gdb. Delete second half, which was a copy
19924 of the first half with different build flags. This test is
19925 still disabled because it is still not ready for production.
19926
e36d075a
MC
199272004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19928
19929 * gdb.cp/exception.cc: Add copyright notice.
19930 * gdb.cp/exception.exp: Add a notice that this file is broken
19931 because of line number changes caused by addition of copyright
19932 notice.
19933
42b190ad
MC
199342004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19935
19936 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
19937 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
19938
8f25f06b
MC
199392004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19940
19941 * gdb.cp/classes.exp: Accept gnu abi 2.
19942 * gdb.cp/derivation.exp: Likewise.
19943 * gdb.cp/overload.exp: Likewise.
19944 * gdb.cp/virtfunc.exp: Likewise.
19945
06ded8b8
MC
199462004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19947
19948 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
19949 semicolon after end of function.
19950
77c26ae3
MC
199512004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19952
19953 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
19954 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
19955 boilerplate code for compiling and running the program under
19956 test. Add some string method tests.
19957
20757486
MC
199582004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19959
19960 * gdb.cp/bs15503.cc: Add copyright notice.
19961 * gdb.cp/bs15503.exp: Adjust line number.
19962
0fd3b503
MC
199632004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19964
19965 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
19966 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
19967
10d1bea8
MC
199682004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19969
19970 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
19971 hp_cc_compiler.
19972
2789202a
MC
199732004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19974
19975 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
19976 * gdb.cp/ctti.exp: Use the marker instead of "next".
19977 With gcc, run further before bailing.
19978
b862f14c
MC
199792004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19980
19981 * gdb.cp/cttiadd.cc: Add copyright notice.
19982 * gdb.cp/cttiadd1.cc: Likewise.
19983 * gdb.cp/cttiadd2.cc: Likewise.
19984 * gdb.cp/cttiadd3.cc: Likewise.
19985
96da2469
MC
199862004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19987
19988 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
19989 Use gdb_test, gdb_test_multiple. Use floating-point values that
19990 have exact representations in IEEE-ish formats.
19991
053248ff
MC
199922004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19993
19994 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
19995 compilers. Delete duplicate call to get_compiler_info.
19996 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
19997 * gdb.base/volatile.exp: Likewise.
19998
84acecdd
MK
199992004-01-07 Mark Kettenis <kettenis@gnu.org>
20000
20001 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
20002 memory at address 0.
20003
fe11a27f
MC
200042004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20005
20006 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
20007 to test for hp-ux assembler. Fix copyright years.
20008
60ad077b
AC
200092004-01-07 Andrew Cagney <cagney@redhat.com>
20010
20011 * gdb.base/fileio.c (strerrno): Add "EBUSY".
20012
1c9b8f33
AC
200132004-01-07 Andrew Cagney <cagney@redhat.com>
20014
20015 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
20016 when creating the read-only file. From analysis by Roland McGrath
20017 and Elena Zannoni.
20018
753ccc7a
MC
200192004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20020
20021 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
20022
eca3e36b
MC
200232004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20024
20025 * gdb.base/cvexpr.c: Be type-safe with function pointers and
20026 data pointers.
20027
f8d4bac4
MC
200282004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20029
20030 * gdb.cp/m-static.exp: Compile one source file at a time.
20031 Delete unused call to get_compiler_info.
20032
9b4e0f94
MC
200332004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20034
20035 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
20036 * gdb.base/call-rt-st.exp: Likewise.
20037 * gdb.base/nodebug.exp: Likewise.
20038 * gdb.base/volatile.exp: Likewise.
20039 * gdb.cp/ref-types.exp: Likewise.
20040 * gdb.cp/templates.exp: Likewise.
20041
023c1024
MK
200422004-01-05 Mark Kettenis <kettenis@gnu.org>
20043
20044 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
20045
19703c4a
MC
200462004-01-05 Michael Chastain <mec.gnu@mindspring.com>
20047
20048 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
20049 hppa*-hp-hpux*.
20050
18b67037
MK
200512004-01-04 Mark Kettenis <kettenis@gnu.org>
20052
ba6219c8
MK
20053 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
20054 x86_64-*-*.
20055
18b67037
MK
20056 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
20057 sparc64-*-* and sparc*-solaris2*.
20058
1bfbbb9d
MK
200592004-01-04 Mark Kettenis <kettenis@gnu.org>
20060
20061 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
20062 return ${tests}" test. The ${tests} already mentions the
20063 filename.
20064
06846494
MC
200652004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20066
20067 * gdb.cp/local.exp: Accept gcc abi 2.
20068
3b0cb202
MC
200692004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20070
20071 * gdb.cp/templates.exp: Accept gcc abi 2.
20072
0643ec3f
MC
200732004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20074
20075 * lib/compiler.cc: Remove supports_template_debugging.
20076 * gdb.cp/templates.exp: Do not test supports_template_debugging.
20077
d231d0b1
MC
200782004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20079
20080 * gdb.cp/namespace.exp: Accept gcc abi 2.
20081
44ffb27c
MC
200822004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20083
20084 * gdb.cp/method.exp: Accept gcc abi 2.
20085
184ad485
MC
200862004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20087
20088 * gdb.cp/classes.exp: Generate identical results as old version.
20089 * gdb.cp/derivation.exp: Likewise.
20090 * gdb.cp/overload.exp: Likewise.
20091 * gdb.cp/virtfunc.exp: Likewise.
20092
116f09e7
MC
200932004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20094
20095 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
20096 mysterious bug with sourceware version of expect.
20097
b1379776
MC
200982004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20099
20100 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
20101 current versions of gcc, including gcc abi 2. Remove gratuitous
20102 restart of test program. Use gdb_test_multiple and gdb_test for
20103 all tests. Add patterns to xfail missing "const" in "const char *"
20104 and kfail PR gdb/1155.
20105
6b7a4c0e
MC
201062004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20107
20108 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
20109 current versions of gcc, including gcc abi 2. Remove gratuitous
20110 restart of test program. Use gdb_test_multiple and gdb_test for
20111 all tests. Add patterns to kfail PR gdb/1498.
20112
51615d72
MC
201132003-12-31 Michael Chastain <mec.gnu@mindspring.com>
20114
20115 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
20116 current versions of gcc, including gcc abi 2. Use "breakpoint"
20117 and "continue" instead of restarting the target program. Use
20118 gdb_test_multiple and gdb_test for all tests.
20119
7b79a9d7
MK
201202004-01-01 Mark Kettenis <kettenis@gnu.org>
20121
20122 * gdb.asm/asm-source.exp: Update copyright year. Link statically
20123 for *-*-solaris2*.
20124
1cd3489f
MC
201252003-12-31 Michael Chastain <mec.gnu@mindspring.com>
20126
20127 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
20128 current versions of gcc, including gcc abi 2. Use "breakpoint"
20129 and "continue" instead of restarting the target program several
20130 times. Use gdb_test_multiple and gdb_test for all tests.
20131
850742db
MC
201322003-12-18 Michael Chastain <mec.gnu@mindspring.com>
20133
20134 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
20135 source files.
20136
eb4bbda8
MC
201372003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20138
20139 * gdb.base/environ.exp: Handle compiling test case from multiple
20140 source files.
20141
e42c7771
MC
201422003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20143
20144 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
20145
80e4b428
JB
201462003-12-17 Jim Blandy <jimb@redhat.com>
20147
5f06973a
JB
20148 * gdb.base/freebpcmd.c: Add copyright notice.
20149
80e4b428
JB
20150 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
20151
0ab84fb7
MC
201522003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20153
20154 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
20155
1b3bb3d0
JB
201562003-12-13 Jim Blandy <jimb@redhat.com>
20157
20158 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
20159
3a4c9371
KB
201602003-12-12 Kevin Buettner <kevinb@redhat.com>
20161
20162 * gdb.asm/frv.inc: New file.
20163 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
20164
a1dea79a
FF
201652003-12-09 Fred Fish <fnf@redhat.com>
20166
20167 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
20168 functions to break1.c and leave prototypes behind. Add more
20169 "set breakpoint NN here" comments.
20170 * gdb.base/break1.c: New file.
20171
20172 * gdb.base/break.exp: Handle compiling test case from multiple
20173 source files and change source file references as needed.
20174 * gdb.base/completion.exp: Ditto.
20175 * gdb.base/condbreak.exp: Ditto.
20176 * gdb.base/define.exp: Ditto.
20177 * gdb.base/ena-dis-br.exp: Ditto.
20178 * gdb.base/info-proc.exp: Ditto.
20179 * gdb.base/maint.exp: Ditto.
20180 * gdb.base/until.exp: Ditto.
20181
20182 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
20183 hardcoded line numbers.
20184 * gdb.base/define.exp: Ditto.
20185 * gdb.base/ena-dis-br.exp: Ditto.
20186 * gdb.base/maint.exp: Ditto.
20187 * gdb.base/until.exp: Ditto.
20188
20189 * gdb.base/completion.exp: Use "break1" for completion tests since
20190 "break" is no longer a unique prefix.
20191
5266b69c
AC
201922003-12-06 Andrew Cagney <cagney@redhat.com>
20193
20194 * gdb.base/structs.exp (test_struct_returns): When applicable, set
20195 "return_value_unimplemented". When an unimplemented struct return
20196 architecture, report incorrect values as a KFAIL
20197
374451f0
MC
201982003-12-05 Michael Chastain <mec.gnu@mindspring.com>
20199
20200 * gdb.cp/rtti.exp: Accept new wording of warning from
20201 cp_lookup_rtti_type.
20202
ba9b20a7
MC
202032003-12-05 Michael Chastain <mec.gnu@mindspring.com>
20204
20205 Partial fix for PR testsuite/1456.
20206 * gdb.base/scope.exp (test_at_main): Replace references to
20207 gcc_compiled with calls to test_compiler_info.
20208 (test_at_foo): Likewise.
20209 (test_at_bar): Likewise.
20210
b74b6d0b
MC
202112003-12-04 Michael Chastain <mec.gnu@mindspring.com>
20212
20213 Partial fix for PR testsuite/1456.
20214 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
20215 to test_compiler_info.
20216
ccfa3402
MC
202172003-12-03 Michael Chastain <mec.gnu@mindspring.com>
20218
20219 * gdb.base/so-impl-ld.exp: Update copyright notice.
20220
f6246aba
MC
202212003-12-02 Michael Chastain <mec.gnu@mindspring.com>
20222
20223 Partial fix for PR testsuite/1456.
20224 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
20225 to test_compiler_info.
20226
13ae734a
MC
202272003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20228
20229 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
20230 from current versions of gdb. Clean up regular expressions.
20231 Delete redundant timeout case.
20232
d8e1cdee
MC
202332003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20234
20235 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
20236 from current versions of gdb. Clean up regular expressions.
20237 Delete redundant timeout case.
20238
96457b64
MC
202392003-12-01 Michael Chastain <mec.gnu@mindspring.com>
20240
20241 Partial fix for PR testsuite/1456.
20242 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
20243 gcc_compiled with call to test_compiler_info.
20244
f35309fc
MC
202452003-11-30 Michael Chastain <mec.gnu@mindspring.com>
20246
20247 Partial fix for PR testsuite/1456.
20248 * gdb.base/list.exp (test_list_function): Delete unused declaration
20249 of gcc_compiled.
20250
d7afdf9b
MC
202512003-11-29 Michael Chastain <mec.gnu@mindspring.com>
20252
20253 Partial fix for PR testsuite/1456.
20254 * gdb.base/complex.exp: Replace reference to gcc_compiled with
20255 call to test_compiler_info.
20256
71507b56
MK
202572003-11-29 Mark Kettenis <kettenis@gnu.org>
20258
20259 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
20260 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
20261 it to create the appropriate note.inc.
20262 * gdb.asm/asmsrc1.s: Include "note.inc".
20263 * gdb.asm/netbsd.inc: New file.
20264 * gdb.asm/empty.inc: New file.
20265
f81f93f7
MC
202662003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20267
20268 Partial fix for PR testsuite/1456.
20269 * gdb.base/constvars.exp: Replace references to gcc_compiled with
20270 calls to test_compiler_info.
20271
9a77938e
MC
202722003-11-27 Michael Chastain <mec.gnu@mindspring.com>
20273
20274 Partial fix for PR testsuite/1456.
20275 * gdb.base/volatile.exp: Replace references to gcc_compiled with
20276 calls to test_compiler_info.
20277
e8367dc7
MK
202782003-11-27 Mark Kettenis <kettenis@gnu.org>
20279
20280 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
20281 pattern for the KFAILs.
20282
526c61ee
AF
202832003-11-25 Adam Fedor <fedor@gnu.org>
20284
20285 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
20286 * gdb.objc/objcdecode.m: New file.
20287
28f2d600
AF
202882003-11-25 Adam Fedor <fedor@gnu.org>
20289
20290 * gdb.objc/nondebug.exp: Test for PR objc/1236.
20291 * gdb.objc/nondebug.m: New file.
20292
a3895cee
BE
202932003-11-26 Ben Elliston <bje@wasabisystems.com>
20294
20295 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
20296 NetBSD as it does on FreeBSD. Modelled on a similar change by
20297 Mark Kettenis on 2003-05-30.
20298 (link-flags): Set to "--entry _start" regardless of target.
20299 Special linker flags are to be appended to $link-flags.
20300 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
20301
c9f2c8a3
MC
203022003-11-25 Michael Chastain <mec.gnu@mindspring.com>
20303
20304 * gdb.cp/method.exp: Accept output of new demangler.
20305
15a0587a 203062003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
20307
20308 * gdb/class2.exp: New file.
20309 * gdb/class2.cc: New file.
20310
3c00b570
MC
203112003-11-25 Michael Chastain <mec.gnu@mindspring.com>
20312
20313 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
20314 of new demangler.
20315
7027acc7
MK
203162003-11-23 Mark Kettenis <kettenis@gnu.org>
20317
20318 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
20319 of gdb_test "run".
20320
b0e1598a
MK
203212003-11-23 Mark Kettenis <kettenis@gnu.org>
20322
20323 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
20324 "continue" into "run".
20325
4d9eda44
MC
203262003-11-23 Michael Chastain <mec.gnu@mindspring.com>
20327
20328 Partial fix for PR testsuite/1456.
20329 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
20330 call to test_compiler_info.
20331 * gdb.cp/ctti.exp: Likewise.
20332 * gdb.cp/derivation.exp: Likewise.
20333 * gdb.cp/member-ptr.exp: Likewise.
20334 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
20335 reference to gcc_compiled.
20336
203372003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
20338
20339 Fix PR testsuite/1463.
20340 * gdb.base/structs.exp (start_structs_test): Call
20341 get_debug_format before using the debug format.
20342
d422fe19
AC
203432003-11-22 Andrew Cagney <cagney@redhat.com>
20344
20345 * lib/gdb.exp (gdb_test_multiple): Add simple example.
20346 * gdb.base/structs.exp: Use gdb_test_multiple.
20347
039cf96d
AC
203482003-11-20 Andrew Cagney <cagney@redhat.com>
20349
6882279b
AC
20350 * gdb.base/structs.exp: Handle and recover from internal errors.
20351 Replace "foo${n}" with "foo<n>" in test messages.
20352
e53890ae
AC
20353 * gdb.base/structs.exp: Update copyright. Rewrite.
20354 * gdb.base/structs.c: Update copyright. Rewrite.
20355
2b211c59
AC
20356 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
20357 resync count exceeded.
d63a86f8 20358
039cf96d
AC
20359 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
20360 from the internal error.
20361 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
20362 Original from Jim Blandy.
20363 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 20364
eac98b22
AC
203652003-11-19 Andrew Cagney <cagney@redhat.com>
20366
20367 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
20368 KFAIL.
20369
67455b2a
MK
203702003-11-17 Mark Kettenis <kettenis@gnu.org>
20371
20372 New testcase for PR backtrace/1435.
20373 * gdb.arch/i386-unwind.exp: New file.
20374 * gdb.arch/i386-unwind.c: New file.
20375
853d6e5b
AC
203762003-11-17 Andrew Cagney <cagney@redhat.com>
20377
20378 * lib/gdb.exp (compiler_info): New global.
20379 (test_compiler_info): New function.
20380 (get_compiler_info): Set compiler_info.
20381 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
20382 "compiler_info" to gcc-<major>-<minor>.
20383
38cf6e11
MC
203842003-11-15 Michael Chastain <mec.gnu@mindspring.com>
20385
20386 * gdb.trace/configure: Remove.
20387
a50d3602
EZ
203882003-11-13 Elena Zannoni <ezannoni@redhat.com>
20389
20390 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 20391 breakpoints.
a50d3602
EZ
20392 * gdb.base/break.exp: Remove all references to explicit line
20393 numbers.
20394
d9407aaa
NC
203952003-11-11 Nick Clifton <nickc@redhat.com>
20396
20397 * gdb.base/shreloc.exp: Do not run for targets which do not
20398 support shared objects.
20399
db488fc1
CV
204002003-11-10 Corinna Vinschen <vinschen@redhat.com>
20401
20402 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
20403 Don't run tests if nofileio flag is given.
20404
6a90a18e
EZ
204052003-11-07 Elena Zannoni <ezannoni@redhat.com>
20406
20407 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 20408 as well as 'Watchpoint'.
6a90a18e 20409
0b915e9c
EZ
204102003-11-06 Elena Zannoni <ezannoni@redhat.com>
20411
20412 Reported by Jim Ingham <jingham@apple.com>:
20413 * gdb.base/annota1.exp: Match at least one occurrence of the
20414 signal handler annotation.
20415
d7e4b55f
EZ
204162003-11-06 Elena Zannoni <ezannoni@redhat.com>
20417
a9c64011
AS
20418 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
20419 as well as 'Watchpoint'.
d7e4b55f 20420
2fe4e8d0
MC
204212003-11-05 Michael Chastain <mec@shout.net>
20422
20423 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
20424
6ef88553
KW
204252003-11-03 Kris Warkentin <kewarken@qnx.com>
20426
20427 * gdb.arch/gdb1291.c: New test file.
20428 * gdb.arch/gdb1291.exp: New test script.
20429 * gdb.arch/gdb1431.c: New test file.
20430 * gdb.arch/gdb1431.exp: New test script.
20431
ae7dc4d8
MC
204322003-10-22 Michael Chastain <mec@shout.net>
20433
20434 * gdb.mi/pthreads.c: Add copyright notice.
20435
c39d7427
MC
204362003-10-22 Michael Chastain <mec@shout.net>
20437
20438 * gdb.threads/pthreads.c: Add copyright notice.
20439
8b7d96c1
MC
204402003-10-20 Michael Chastain <mec@shout.net>
20441
20442 * gdb.base/gdb1056.exp: New test script.
20443
d1d69fdd
DJ
204442003-10-13 Daniel Jacobowitz <drow@mvista.com>
20445
20446 * gdb.threads/killed.exp: Use gdb_run_cmd.
20447
7d605576
DJ
204482003-10-13 Daniel Jacobowitz <drow@mvista.com>
20449
20450 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
20451 create a core file.
20452 * gdb.threads/gcore-thread.exp: Likewise.
20453
618ec112
CV
204542003-10-13 Corinna Vinschen <vinschen@redhat.com>
20455
20456 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
20457 type, based on char type.
20458 (struct bit_flags_short_t): New bitfield type, based on short type.
20459 (init_bit_flags_char): New fuction.
20460 (init_bit_flags_short): Ditto.
20461 (print_bit_flags_char): Ditto.
20462 (print_bit_flags_short): Ditto.
20463 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
20464
9367a73c
MC
204652003-10-11 Michael Chastain <mec@shout.net>
20466
20467 * gdb.base/call-rt-st.exp: Update copyright year.
20468
1decf120
KI
204692003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
20470
20471 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
20472 * gdb.disasm/sh3.s: Ditto.
20473
5445b2ae
DJ
204742003-10-07 Daniel Jacobowitz <drow@mvista.com>
20475
20476 * gdb.threads/switch-threads.exp: New test.
20477 * gdb.threads/switch-threads.c: New source file.
20478
aec24853
CV
204792003-10-07 Corinna Vinschen <vinschen@redhat.com>
20480
20481 * gdb.base/ending-run.exp: Add sh specific case.
20482
adc7428d
AC
204832003-10-06 Andrew Cagney <cagney@redhat.com>
20484
20485 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
20486 * gdb.disasm/mn10200.exp: Delete obsolete file.
20487
c9d37158
DJ
204882003-09-29 Daniel Jacobowitz <drow@mvista.com>
20489
20490 * ChangeLog: Correct an entry command.exp -> commands.exp.
20491 * gdb.base/commands.exp (bp_deleted_in_command_test)
20492 (temporary_breakpoint_commands): Check noargs.
20493
79c2c32d
DC
204942003-09-25 David Carlton <carlton@kealia.com>
20495
20496 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
20497 of some print tests, where appropriate. Add tests for C::D::cd,
20498 E::ce, F::cXfX, G::XgX.
20499 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
20500
594e6d67
RE
205012003-09-25 Richard Earnshaw <rearnsha@arm.com>
20502
20503 * lib/java.exp (java_init): Import target_alias before using it.
20504
10f0d451
DC
205052003-09-25 David Carlton <carlton@kealia.com>
20506
20507 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
20508
274bcba0
EZ
205092003-09-23 Elena Zannoni <ezannoni@redhat.com>
20510
d63a86f8 20511 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 20512 weirdness.
274bcba0 20513
cdbf20f7
MC
205142003-09-17 Michael Chastain <mec@shout.net>
20515
20516 * gdb.cp/gdb1355.exp: New file.
20517 * gdb.cp/gdb1355.c: New file.
20518
71e06f80
CV
205192003-09-15 Corinna Vinschen <vinschen@redhat.com>
20520
20521 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
20522 * gdb.asm/sh.inc: New file.
20523
5c4e30ca
DC
205242003-09-11 David Carlton <carlton@kealia.com>
20525
bd45b7af
DC
20526 * gdb.cp/namespace.exp: Add tests for namespace types.
20527 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
20528 (test_namespace): New.
20529
1c199746
EZ
205302003-09-11 Elena Zannoni <ezannoni@redhat.com>
20531
a9c64011 20532 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 20533 * gdb.stabs/weird.exp: Ditto.
1c199746 20534
04ed252f
MC
205352003-09-08 Michael Chastain <mec@shout.net>
20536
20537 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
20538
d8a2d9e7
MC
205392003-09-07 Michael Chastain <mec@shout.net>
20540
20541 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
20542 'parse error'.
20543
161afb24
MK
205442003-09-07 Mark Kettenis <m.kettenis@osp.nl>
20545
20546 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
20547
49f2741a
MC
205482003-08-30 Michael Chastain <mec@shout.net>
20549
20550 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
20551 * gdb.gdb/observer.exp: Ditto.
20552 * gdb.gdb/xfullpath.exp: Ditto.
20553
8afa723e
MK
205542003-08-29 Mark Kettenis <kettenis@gnu.org>
20555
20556 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
20557 *-*-*bsd*.
20558
f31dfe3b
JJ
205592003-08-28 Jeff Johnston <jjohnstn@redhat.com>
20560
20561 * gdb.base/dump.exp: Skip for ia64.
20562
4630e498
JJ
205632003-08-25 Jeff Johnston <jjohnstn@redhat.com>
20564
20565 * gdb.asm/asm-source.exp: Add ia64 support.
20566 * gdb.asm/ia64.inc: New file.
20567
1105b7ef
MC
205682003-08-22 Michael Chastain <mec@shout.net>
20569
20570 * gdb.cp: New directory.
20571 * gdb.cp/*: Copy from gdb.c++/*.
20572 * gdb.c++/*: Remove.
20573 * Makefile.in: Change gdb.c++ to gdb.cp.
20574 * configure.in: Ditto.
20575 * configure: Regnerate.
20576
c945b932
MK
205772003-08-18 Mark Kettenis <kettenis@gnu.org>
20578
20579 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
20580 * gdb.arch/i386-prologue.c (gdb1338): Add function.
20581
2b66634b
DJ
205822003-08-17 Daniel Jacobowitz <drow@mvista.com>
20583
20584 * mi-var-display.exp (-var-list-children weird): Accept function
20585 pointers with argument types.
20586 * mi1-var-display.exp (-var-list-children weird): Likewise.
20587 * mi2-var-display.exp (-var-list-children weird): Likewise.
20588
a356f73b
DJ
205892003-08-17 Daniel Jacobowitz <drow@mvista.com>
20590
20591 * gdb.base/annota3.exp: Add missing newline.
20592
483417b8
MC
205932003-08-06 Michael Chastain <mec@shout.net>
20594
20595 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
20596
c99c59c3
MS
205972003-08-12 Michael Snyder <msnyder@redhat.com>
20598
20599 * gdb.base/float.exp: Add test for SH.
20600
55ed7501
MK
206012003-08-10 Mark Kettenis <kettenis@gnu.org>
20602
20603 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
20604
1a371f2e
EZ
206052003-08-07 Elena Zannoni <ezannoni@redhat.com>
20606
20607 * gdb.base/completion.exp: Remove reduntant completion test
20608 on filename.
20609
e0f353ce
EZ
206102003-08-07 Elena Zannoni <ezannoni@redhat.com>
20611
a9c64011
AS
20612 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
20613 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
20614 gdb.trace/save-trace.exp: Make sure that full pathnames are
20615 escaped correctly.
e0f353ce 20616
5710a1af 206172003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 20618
a9c64011
AS
20619 * configure.in: Don't generate config.h from config.hin.
20620 * configure: Regenerate.
20621 * config.hin: Remove file.
20622 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
20623 * gdb.threads/pthreads.c: Ditto.
5710a1af 20624
dcd81ce9
DJ
206252003-08-07 Daniel Jacobowitz <drow@mvista.com>
20626
20627 From Kei Sakamoto <sakamoto.kei@renesas.com>:
20628 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
20629 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
20630 Replace ld24 with seth/add3.
20631
6009d884
AC
206322003-08-02 Andrew Cagney <cagney@redhat.com>
20633
20634 * gdb.base/annota3.exp: New file.
20635 * gdb.base/annota3.c: New file.
20636 * gdb.c++/annota3.exp: New file.
20637 * gdb.c++/annota3.cc: New file.
20638
51514e06
MC
206392003-07-29 Michael Chastain <mec@shout.net>
20640
20641 * gdb.threads/tls.c (spin): Check errno only if sem_wait
20642 actually failed.
20643 (do_pass): Likewise.
20644 * gdb.threads/tls.exp: Always initialize no_of_threads.
20645
4ee6625b
DJ
206462003-07-27 Daniel Jacobowitz <drow@mvista.com>
20647
20648 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
20649 pattern.
20650 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
20651 * gdb.threads/tls.exp: Recognize one case of the host library not
20652 supporting TLS.
20653
225f2bf6
AC
206542003-07-27 Andrew Cagney <cagney@redhat.com>
20655
20656 * gdb.base/fileio.exp: Use SH when running commands using
20657 remote_exec.
20658
bcb27c9f
DJ
206592003-07-24 Daniel Jacobowitz <drow@mvista.com>
20660
20661 From Kei Sakamoto <sakamoto.kei@renesas.com>:
20662 * gdb.base/relocate.c (dummy): New padding array.
20663
3d67be83
MS
206642003-07-22 Michael Snyder <msnyder@redhat.com>
20665
d63a86f8 20666 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
20667
20668 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
20669 patterns to be more general, accepting old and new output.
20670 Some output chars (such as '+') also must be quoted.
d63a86f8 20671 Some addresses are displayed numerically instead of
3d67be83
MS
20672 symbolically.
20673
57ba3b85
MS
206742003-07-23 Michael Snyder <msnyder@redhat.com>
20675
686d097c
MS
20676 * gdb.base/return2.exp: Don't test long-long return.
20677
57ba3b85
MS
20678 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
20679 * gdb.disasm/t01_mov.exp: Ditto.
20680 * gdb.disasm/t02_mova.s: Ditto.
20681 * gdb.disasm/t02_mova.exp: Ditto.
20682 * gdb.disasm/t03_add.s: Ditto.
20683 * gdb.disasm/t03_add.exp: Ditto.
20684 * gdb.disasm/t04_sub.s: Ditto.
20685 * gdb.disasm/t04_sub.exp: Ditto.
20686 * gdb.disasm/t05_cmp.s: Ditto.
20687 * gdb.disasm/t05_cmp.exp: Ditto.
20688 * gdb.disasm/t06_ari2.s: Ditto.
20689 * gdb.disasm/t06_ari2.exp: Ditto.
20690 * gdb.disasm/t07_ari3.s: Ditto.
20691 * gdb.disasm/t07_ari3.exp: Ditto.
20692 * gdb.disasm/t08_or.s: Ditto.
20693 * gdb.disasm/t08_or.exp: Ditto.
20694 * gdb.disasm/t09_xor.s: Ditto.
20695 * gdb.disasm/t09_xor.exp: Ditto.
20696 * gdb.disasm/t10_and.s: Ditto.
20697 * gdb.disasm/t10_and.exp: Ditto.
20698 * gdb.disasm/t11_logs.s: Ditto.
20699 * gdb.disasm/t11_logs.exp: Ditto.
20700 * gdb.disasm/t12_bit.s: Ditto.
20701 * gdb.disasm/t12_bit.exp: Ditto.
20702 * gdb.disasm/t13_otr.s: Ditto.
20703 * gdb.disasm/t13_otr.exp: Ditto.
20704
e00759ef
EZ
207052003-07-22 Elena Zannoni <ezannoni@redhat.com>
20706
20707 * gdb.threads/tls.exp :Add kfail for 'info address' case.
20708
8bc2021f
EZ
207092003-07-22 Elena Zannoni <ezannoni@redhat.com>
20710
a9c64011
AS
20711 * gdb.threads/tls.c : New file.
20712 * gdb.threads/tls.exp : New file.
20713 * gdb.threads/tls-main.c : New file.
20714 * gdb.threads/tls-shared.c : New file.
20715 * gdb.threads/tls-shared.exp : New file.
8bc2021f 20716
89320c4c
AS
207172003-07-22 Andreas Schwab <schwab@suse.de>
20718
20719 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
20720
180dea7c
AS
207212003-07-20 Andreas Schwab <schwab@suse.de>
20722
20723 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
20724 due to insn reordering.
20725
0714963c
AC
207262003-07-15 Andrew Cagney <cagney@redhat.com>
20727
20728 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
20729
98a23b3f
MC
207302003-07-15 Michael Chastain <mec@shout.net>
20731
20732 * gdb.base/gdb1250.exp: New file.
20733 * gdb.base/gdb1250.c: New file.
20734
27e417a2
ML
207352003-07-09 Michal Ludvig <mludvig@suse.cz>
20736
20737 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
20738 expansion of size_t to 'unsigned long', not only to 'unsigned'.
20739
8bc2021f
EZ
207402003-07-09 Elena Zannoni <ezannoni@redhat.com>
20741
a9c64011
AS
20742 * gdb.threads/tls.c: New file.
20743 * gdb.threads/tls.exp: New file.
20744 * gdb.threads/tls-main.c: New file.
20745 * gdb.threads/tls-shared.c: New file.
20746 * gdb.threads/tls-shared.exp: New file.
8bc2021f 20747
d99968dc
EZ
207482003-07-09 Elena Zannoni <ezannoni@redhat.com>
20749
20750 * gdb.base/annota1.exp: Make sure that we properly escape the
20751 full path of the source file. Xfail more permissive patterns,
d63a86f8 20752 due to a compiler debug info problem.
d99968dc 20753
83876b3b
AS
207542003-07-07 Andreas Schwab <schwab@suse.de>
20755
2705e972
AS
20756 * gdb.asm/m68k.inc: New file.
20757 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
20758
83876b3b
AS
20759 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
20760 arguments"): Also match negative number.
20761
20762 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
20763
3a871b37
DJ
207642003-07-03 Daniel Jacobowitz <drow@mvista.com>
20765
20766 * gdb.base/store.c (charest): New typedef.
20767 (add_char): Rename to add_charest, update.
20768 (wack_char): Rename to wack_charest, update types. Return l + r
20769 to keep r live across the call.
20770 (wack_short, wack_int, wack_long, wack_longest, wack_float)
20771 (wack_double, wack_doublest): Return l + r to keep r live across
20772 the call.
20773 * gdb.base/store.exp: Accomodate store.c changes.
20774
b2a7f303
DC
207752003-06-30 David Carlton <carlton@kealia.com>
20776
20777 * gdb.c++/maint.exp (test_invalid_name): New.
20778 (test_first_component): Add tests for invalid names.
20779
3c6cb4a1
MC
207802003-06-29 Michael Chastain <mec@shout.net>
20781
20782 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
20783 output of '<VTT for class>' for virtual base classes.
20784
f1c2644b
DJ
207852003-06-29 Daniel Jacobowitz <drow@mvista.com>
20786
20787 * gdb.base/completion.exp: Tab-complete "complet" instead of
20788 "compl".
20789 * gdb.base/complex.exp, gdb.base/complex.c: New files.
20790
18080350
DJ
207912003-06-29 Daniel Jacobowitz <drow@mvista.com>
20792
20793 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
20794 * gdb.base/volatile.exp: Likewise.
20795
f56973f8
DJ
207962003-06-29 Daniel Jacobowitz <drow@mvista.com>
20797
20798 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
20799 gdb/1265.
20800
208012003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
20802 Daniel Jacobowitz <drow@mvista.com>
20803
20804 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
20805 initial line count of 'captured_main' from 26 to 32.
20806 (test_with_self): Allow xmalloc call to be interleaved with the
20807 preceding two lines.
20808
e766d4d6
JB
208092003-06-24 Joel Brobecker <brobecker@gnat.com>
20810
20811 * gdb.base/bang.exp: New testcase.
20812
f125c9a4
JB
208132003-06-23 Joel Brobecker <brobecker@gnat.com>
20814
20815 * gdb.base/langs.exp: Add some tests for the "minimal" language
20816 support.
20817
6e25beaf
EZ
208182003-06-23 Elena Zannoni <ezannoni@redhat.com>
20819
20820 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
20821 the testcase.
20822
2f816dda
DJ
208232003-06-22 Daniel Jacobowitz <drow@mvista.com>
20824
20825 * gdb.base/relocate.exp: Test add-symbol-file with a variable
20826 offset.
20827
db5a5748
DJ
208282003-06-22 Daniel Jacobowitz <drow@mvista.com>
20829
20830 * gdb.c++/pr-1210.cc: New file.
20831 * gdb.c++/pr-1210.exp: New file.
20832
1df0c130
DJ
208332003-06-21 Daniel Jacobowitz <drow@mvista.com>
20834
20835 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
20836 000-exec-continue.
20837
a92feac0
MK
208382003-06-15 Mark Kettenis <kettenis@gnu.org>
20839
20840 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
20841 on *-*-*bsd* instead of *-*-freebsd*.
20842
81a58f5b
AC
208432003-06-14 Andrew Cagney <cagney@redhat.com>
20844
20845 * gdb.base/store.exp: Test longest and doublest. Test all
20846 parameters. Weaken return statement match.
20847 * gdb.base/store.c: Add longest and doublest - aka long long and
20848 long double functions. Put all parameters into local register
20849 variables. Use negative values.
20850
b257a0d3
AC
208512003-06-14 Andrew Cagney <cagney@redhat.com>
20852
20853 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
20854 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
20855 exit status.
20856 * gdb.base/fileio.exp: Disable target when nointerrupts and
20857 noinferiorio, instead of limiting it to remote. Use remote_exec
20858 instead of system.
d63a86f8 20859
21c38304
JJ
208602003-06-12 Jeff Johnston <jjohnstn@redhat.com>
20861
20862 * gdb.base/float.exp: Add ia64 support.
20863
1bcdb424
CV
208642003-06-12 Corinna Vinschen <vinschen@redhat.com>
20865
20866 * gdb.base/fileio.exp: Run only on remote targets.
20867
6aeb981f
CV
208682003-06-10 Corinna Vinschen <vinschen@redhat.com>
20869
20870 * gdb.base/fileio.c: New file, testing File-I/O.
20871 * gdb.base/fileio.exp: Ditto.
20872
53df362e
RG
208732003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
20874
20875 * gdb.base/shreloc.exp: New file, check symbol values obtained from
20876 shared objects after relocation at load time (gdb PR/1132).
20877 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 20878 as above, part of the shared object relocation test.
53df362e 20879
ffee1b46
MK
208802003-06-08 Mark Kettenis <kettenis@gnu.org>
20881
b5ca3722
MK
20882 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
20883 fully filled history list.
20884 * gdb.base/gdb_history: New file.
20885
03ed860d
MK
20886 * gdb.base/signals.exp: XFAIL "continue to func1" on
20887 i*86-*-freebsd*.
20888
ffee1b46
MK
20889 * gdb.base/attach.exp: When trying to attach to a nonexistent
20890 process, make it possible to specify the PID based on the target,
20891 and do so for *-*-freebsd*.
20892
d80dbb52
RH
208932003-06-02 Richard Henderson <rth@redhat.com>
20894
20895 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
20896
6dd77b81
RH
208972003-06-02 Richard Henderson <rth@redhat.com>
20898
20899 * gdb.base/selftest.exp: Next over lim_at_start initialization.
20900
f6347e16
RH
209012003-06-02 Richard Henderson <rth@redhat.com>
20902
20903 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
20904
2c161407
DJ
209052003-06-01 Daniel Jacobowitz <drow@mvista.com>
20906
20907 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
20908 of globalvar.
20909
572eb746
MK
209102003-06-01 Mark Kettenis <kettenis@gnu.org>
20911
20912 * gdb.asm/asm-source.exp: Check for memory read errors in
20913 disassembler test on *BSD too.
20914
9e9617a5
RH
209152003-06-01 Richard Henderson <rth@redhat.com>
20916
20917 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
20918 for .frame.
20919 (gdbasm_call): Lose ldgp.
20920 (gdbasm_startup): Add frame information.
20921 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
20922
7b34ad4e
MK
209232003-05-31 Mark Kettenis <kettenis@gnu.org>
20924
20925 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
20926 i?86-*-*.
20927
10059fdf
MK
209282003-05-30 Mark Kettenis <kettenis@gnu.org>
20929
20930 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
20931 FreeBSD.
20932
acf4b816
RH
209332003-05-29 Richard Henderson <rth@redhat.com>
20934
20935 * gdb.asm/alpha.inc: New file.
20936 * gdb.asm/asm-source.exp: Use it.
20937
e9ecd949
JB
209382003-05-29 Jim Blandy <jimb@redhat.com>
20939
20940 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
20941 'core.PID'.
20942
e3e5a4f3
JB
209432003-05-22 Jim Blandy <jimb@redhat.com>
20944
20945 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
20946 backtrace.
d63a86f8 20947
72fe3d25
DC
209482003-05-20 David Carlton <carlton@math.stanford.edu>
20949
20950 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
20951 this time.
20952
58da2eb2
DC
209532003-05-19 David Carlton <carlton@bactrian.org>
20954
20955 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
20956 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
20957
1fcb5155
DC
209582003-05-19 David Carlton <carlton@bactrian.org>
20959
20960 * gdb.c++/namespace.exp: Add namespace scope and anonymous
20961 namespace tests.
20962 Bump copyright date.
20963 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
20964 (main): Call C::D::marker2.
20965 * gdb.c++/namespace1.cc: New file.
20966
85e85163
JJ
209672003-05-14 Jeff Johnston <jjohnstn@redhat.com>
20968
20969 Roland McGrath <roland@redhat.com>
d63a86f8 20970 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
20971 there is no manager thread.
20972
a25fbfec
JJ
209732003-05-08 Jeff Johnston <jjohnstn@redhat.com>
20974
d63a86f8
RM
20975 * gdb.threads/schedlock.exp: Remove assumption that all threads
20976 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
20977 in one of the child threads rather than the main thread.
20978
be375bae
JB
209792003-05-07 Jim Blandy <jimb@redhat.com>
20980
09bf6082
JB
20981 Add support for assembly source testing on the s390x.
20982 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
20983 architecture.
20984 * gdb.asm/s390x.inc: New file.
20985
be375bae
JB
20986 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
20987 succession of 'if' statements.
20988
00905d52
AC
209892003-05-05 Andrew Cagney <cagney@redhat.com>
20990
20991 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
20992
b1e29e33
AC
209932003-05-05 Andrew Cagney <cagney@redhat.com>
20994
20995 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
20996 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
20997
e33d66ec
EZ
209982003-05-02 Elena Zannoni <ezannoni@redhat.com>
20999
21000 * gdb.base/charset.exp: Update based on new behavior of set/show
21001 charset commands.
21002
2b6fd0d8
AC
210032003-05-01 Andrew Cagney <cagney@redhat.com>
21004
21005 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
21006 variable do not give memory errors.
21007
130cacce
AF
210082003-04-30 Adam Fedor <fedor@gnu.org>
21009
21010 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
21011 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
21012 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
21013 gdb.objc/basicclass.m: : New files
21014
21015 * lib/gdb.exp (gdb_compile_objc): New procedure.
21016
bea71854
DJ
210172003-04-27 Daniel Jacobowitz <drow@mvista.com>
21018
21019 * gdb.base/signals.exp: Make backtrace tests more specific.
21020
0f20eeea
DC
210212003-04-23 David Carlton <carlton@bactrian.org>
21022
21023 * gdb.c++/maint.exp (test_first_component): Add tests for
21024 'operator' in more locations.
21025
c8c4d8dc
KB
210262003-04-16 Kevin Buettner <kevinb@redhat.com>
21027
21028 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
21029
3fe60e3c
EZ
210302003-04-16 Elena Zannoni <ezannoni@redhat.com>
21031
21032 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 21033 func marke' instead. Update test name.
3fe60e3c 21034
9219021c
DC
210352003-04-15 David Carlton <carlton@math.stanford.edu>
21036
21037 * gdb.c++/maint.exp: New file.
21038
5dd55bdd
EZ
210392003-04-14 Elena Zannoni <ezannoni@redhat.com>
21040
21041 * gdb.threads/schedlock.c: Change type of thread function argument
21042 to long, to avoid warnings on 64-bit platforms.
21043
00890572
EZ
210442003-04-14 Elena Zannoni <ezannoni@redhat.com>
21045
a9c64011
AS
21046 * gdb.base/attach.exp: Add new message from ptrace in case of
21047 attaching to nonexistent process.
d63a86f8 21048
93201743
JB
210492003-04-11 Jim Blandy <jimb@redhat.com>
21050
21051 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21052 gdb.c++/userdef.cc: Place comments on the lines to which the
21053 marker function might return.
21054 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21055 gdb.c++/userdef.exp: Look for those comments to check that we've
21056 returned to the right place, instead of checking line numbers.
21057
2a11c64d
EZ
210582003-04-11 Elena Zannoni <ezannoni@redhat.com>
21059
a9c64011
AS
21060 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
21061 match on sourcefile name, instead of directory name.
2a11c64d 21062
68ab8fc5
EZ
210632003-04-10 Elena Zannoni <ezannoni@redhat.com>
21064
d63a86f8 21065 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
21066 working directory name.
21067
5624293a
JB
210682003-04-09 Jim Blandy <jimb@redhat.com>
21069
21070 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21071 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
21072 after an inferior function call, report the failure, but allow the
21073 test to continue.
21074
f1f02ee4
SC
210752003-04-05 Stephane Carrez <stcarrez@nerim.fr>
21076
21077 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
21078 with -DPROTOTYPES.
21079
6eb79af0
SC
210802003-04-05 Stephane Carrez <stcarrez@nerim.fr>
21081
21082 * gdb.base/break.exp: Revert last patch.
21083
8dfb4cf0
SC
210842003-04-04 Stephane Carrez <stcarrez@nerim.fr>
21085
21086 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
21087 with -DPROTOTYPES.
21088
ed4c619a
AC
210892003-04-02 Andrew Cagney <cagney@redhat.com>
21090
21091 * gdb.base/callfuncs.exp: Make "print add" messages unique.
21092 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
21093 matching directories by the name breakpoint.
21094 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
21095 Make "continue to marker1" consistent.
21096 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
21097 message consistent.
21098 * lib/gdb.exp: Put "the program is no longer running", and "the
21099 program exited" in parenthesis.
21100 * lib/mi-support.exp: Ditto.
d63a86f8 21101
4e35d5f0 211022003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 21103
4e35d5f0
BR
21104 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
21105
71900fe8
AC
211062003-03-29 Andrew Cagney <cagney@redhat.com>
21107
21108 * gdb.base/sizeof.c (main): Print the value of '\377'.
21109 * gdb.base/sizeof.exp: Check the sign of '\377'.
21110
c0655a16
MC
211112003-03-27 Michael Chastain <mec@shout.net>
21112
21113 * gdb.base/gdb1090.exp: New file.
21114 * gdb.base/gdb1090.cc: New file.
21115
5b2a3989
JB
211162003-03-27 J. Brobecker <brobecker@gnat.com>
21117
21118 * gdb.gdb/observer.exp: New regression test.
21119
79876890
MC
211202003-03-27 Michael Chastain <mec@shout.net>
21121
21122 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
21123 * gdb.base/ptype.exp: Likewise.
21124
6eac95e3
CV
211252003-03-27 Corinna Vinschen <vinschen@redhat.com>
21126
21127 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
21128
e8c71839
MC
211292003-03-26 Michael Chastain <mec@shout.net>
21130
21131 * gdb.base/ptype.exp: Actually use some typedef'd types.
21132
71b10041
SC
211332003-03-21 Stephane Carrez <stcarrez@nerim.fr>
21134
21135 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
21136 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
21137
2512cf80
CV
211382003-03-20 Corinna Vinschen <vinschen@redhat.com>
21139
21140 * gdb.base/default.exp: Fix regular expression.
21141
0d195a4f
CV
211422003-03-20 Corinna Vinschen <vinschen@redhat.com>
21143
21144 * gdb.base/args.exp: Fix regular expression.
21145
8a2dbca8
CV
211462003-03-20 Corinna Vinschen <vinschen@redhat.com>
21147
21148 * gdb.base/help.exp: Allow Win32 child process.
21149
bf028682
CV
211502003-03-20 Corinna Vinschen <vinschen@redhat.com>
21151
21152 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
21153 when stepping out of main().
21154
182dbe85
CV
211552003-03-20 Corinna Vinschen <vinschen@redhat.com>
21156
21157 * gdb.base/default.exp: Check for win32 specific message when calling
21158 "run" without executable.
21159
d67a6ba5
CV
211602003-03-20 Corinna Vinschen <vinschen@redhat.com>
21161
21162 * gdb.base/args.exp: Expect .exe in output.
21163
a955b5bb
CV
211642003-03-20 Corinna Vinschen <vinschen@redhat.com>
21165
21166 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
21167 Cygwin native.
21168
bf6bad4b
AC
211692003-03-17 Andrew Cagney <cagney@redhat.com>
21170
21171 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
21172 vector registes.
21173 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
21174 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
21175
293e9a31
DC
211762003-03-17 David Carlton <carlton@math.stanford.edu>
21177
21178 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
21179 test, for PR breakpoints/38.
21180 Call test_watchpoint_and_breakpoint.
21181 * gdb.base/watchpoint.c (func3): New function.
21182 (main): Call func3.
21183
5330f2db
DC
211842003-03-04 David Carlton <carlton@math.stanford.edu>
21185
21186 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
21187 Garply<Garply<char> >:: garply".
21188 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
21189 with respect to PR c++/1111; note also PR c++/1113.
21190 (test_template_breakpoints): KFAIL "constructor breakpoint" with
21191 respect to PR c++/1062.
21192 KFAIL "destructor breakpoint" with respect to PR c++/1112.
21193
6ece72da
DC
211942003-03-03 David Carlton <carlton@math.stanford.edu>
21195
21196 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
21197 with respect to PR c++/57.
21198 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
21199 c++/826.
21200 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
21201 respect to PR c++/57.
21202
85ca1584
DC
212032003-03-03 David Carlton <carlton@math.stanford.edu>
21204
21205 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
21206 respect to PR c++/33 into FAILs.
21207
98e9c5b8
MC
212082003-03-03 Michael Chastain <mec@shout.net>
21209
7bedbf27
MC
21210 * configure.in: Update copyright years.
21211
212122003-03-03 Michael Chastain <mec@shout.net>
21213
21214 * Makefile.in: Update copyright years.
98e9c5b8 21215
f683e100
DC
212162003-02-28 David Carlton <carlton@math.stanford.edu>
21217
21218 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
21219 print class instead of struct and/or superfluous protection
21220 specifiers, as long as the resulting output is equivalent to the
21221 source code.
21222 Delete FIXME from end of messages on tests that don't need
21223 fixing.
21224
a9e0cf2c
DC
212252003-02-28 David Carlton <carlton@math.stanford.edu>
21226
21227 * gdb.c++/templates.exp (do_tests): Allow const in the two
21228 Foo<volatile char *>::foo tests.
21229
e8d359df
MS
212302003-02-27 Michael Snyder <msnyder@redhat.com>
21231
d63a86f8 21232 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
21233 will be consistant.
21234
0b71dc91
DC
212352003-02-26 David Carlton <carlton@math.stanford.edu>
21236
21237 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
21238 char *>::foo" test with respect to PR c++/33. Create a new test
21239 which is identical to that one except that it doesn't put the
21240 space between the "char" and the "*"; KFAIL it, too.
21241
dd14ab43
DC
212422003-02-26 David Carlton <carlton@math.stanford.edu>
21243
21244 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
21245 template types into either PASSes or KFAILs (corresponding to PR
21246 c++/57). Tweak indentation. Update copyright.
21247
1146c7f1
SC
212482003-02-23 Stephane Carrez <stcarrez@nerim.fr>
21249
21250 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
21251
74641dfb
MC
212522003-02-13 Michael Chastain <mec@shout.net>
21253
21254 * gdb.base/exprs.exp: Remove i960 remnants.
21255 * gdb.base/funcargs.exp: Likewise.
21256 * gdb.base/list.exp: Likewise.
21257 * gdb.base/ptype.exp: Likewise.
21258
559cd2d0
DC
212592003-02-14 David Carlton <carlton@math.stanford.edu>
21260
21261 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
21262 pEe->D::vg()" from XFAIL to KFAIL.
21263
c4f90d87
JM
212642003-02-13 Jason Molenda (jmolenda@apple.com)
21265
21266 * gdb.base/maint.exp: Update maint print statistics regexp to include
21267 new entries.
21268
cbc4d97c
MC
212692003-02-13 Michael Chastain <mec@shout.net>
21270
21271 * gdb.c++/inherit.exp: Remove call to get_debug_format.
21272
40f235b7
MC
212732003-02-12 Michael Chastain <mec@shout.net>
21274
21275 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
21276 * gdb.c++/inherit.exp: Likewise.
21277 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
21278 * gdb.c++/templates.exp: Likewise.
21279 * gdb.c++/virtfunc.exp: Likewise.
21280
c56716b0
JM
212812003-02-06 Jason Molenda (jason-cl@molenda.com)
21282
21283 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
21284 why the code is written that way.
21285
070afcf8
MC
212862003-02-05 Michael Chastain <mec@shout.net>
21287
21288 * gdb.base/dump.exp: Add missing copyright line.
21289
5d0331e5
JM
212902003-02-05 Jason Molenda (jason-cl@molenda.com)
21291
f7ae6d3e 21292 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
21293 at the beginning so the breakpoint doesn't get set on the loop.
21294
92851186
MC
212952003-02-05 Michael Chastain <mec@shout.net>
21296
21297 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
21298 output for configurations with gcc 2.95.3.
21299
cbf1e085
AC
213002003-02-05 Keith Seitz <keiths@redhat.com>
21301 Andrew Cagney <ac131313@redhat.com>
21302
21303 * gdb.mi/mi-cli.exp: New file.
d63a86f8 21304
29518e1e
MC
213052003-02-04 Michael Chastain <mec@shout.net>
21306
21307 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
21308 Call perror and then continue.
21309
5af1d5f3
MC
213102003-02-03 Michael Chastain <mec@shout.net>
21311
21312 * gdb.c++/pr-1023.cc: New file.
21313 * gdb.c++/pr-1023.exp: New file.
21314
6b549786
JB
213152003-02-05 Jim Blandy <jimb@redhat.com>
21316
21317 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
21318 it's local to foobar. Check for it there, and check that it's not
21319 present in main.
21320 * gdb.c++/local.cc (marker2): New function.
21321 (foobar): Call marker1.
21322 (main): Call marker2 instead of marker1.
21323
67f16606
AC
213242003-02-04 Andrew Cagney <ac131313@redhat.com>
21325
21326 * gdb.disasm/mn10200.exp: Obsolete file.
21327 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
21328 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
21329 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
21330
1c5cb38e
DC
213312003-02-04 David Carlton <carlton@math.stanford.edu>
21332
21333 * gdb.c++/overload.exp: Test intToChar(1).
21334 * gdb.c++/overload.cc (intToChar): New.
21335 (main): Call intToChar.
21336
d1fe6965
DC
213372003-02-03 David Carlton <carlton@math.stanford.edu>
21338
21339 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
21340 'might_kfail' arg.
21341 KFAIL some of the continue_to_bp_overloaded calls, according to
21342 PR c++/1025.
21343
9ba61c5d
MC
213442003-02-01 Michael Chastain <mec@shout.net>
21345
21346 * gdb.base/advance.c (marker1): New marker function.
21347 * gdb.base/advance.exp: When the 'advance' command lands on the
21348 return breakpoint, it can legitimately stop on either the
21349 current line or the next line. Accommodate both outcomes.
21350 * gdb.base/until.exp: Likewise.
21351
e7494ffb
AC
213522003-02-02 Andrew Cagney <ac131313@redhat.com>
21353
21354 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
21355 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
21356 now a list, not a tuple.
21357 * gdb.mi/mi-var-display.exp: Ditto.
21358 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 21359
075559bc
AC
213602003-02-01 Andrew Cagney <ac131313@redhat.com>
21361
21362 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
21363 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
21364 stack backtraces.
21365 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 21366
2bd4c7b1
MK
213672003-02-01 Mark Kettenis <kettenis@gnu.org>
21368
21369 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
21370 gdb.mi/mi1-pthreads.exp: Return instead of calling
21371 gdb_suppress_entire_file.
21372
eabd8992
MS
213732003-02-01 Mark Salter <msalter@redhat.com>
21374
21375 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
21376
71469e2f
MS
213772003-01-31 Mark Salter <msalter@redhat.com>
21378
21379 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
21380 Support empty arg.
21381
38a94d44
MC
213822003-01-30 Michael Chastain <mec@shout.net>
21383
21384 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
21385 This was a workaround for a UTF-8 bug in readline 4.3. The bug
21386 has been fixed in gdb/readline on 2003-01-09.
21387
19ea9e73
MS
213882003-01-29 Michael Snyder <msnyder@redhat.com>
21389
e8d359df
MS
21390 * gdb.base/maint.exp: Allow for leading underscore in symbol.
21391 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
21392 * gdb.base/args.exp: Skip if target does not support args passing.
21393
2307bd6a
DJ
213942003-01-22 Daniel Jacobowitz <drow@mvista.com>
21395
19ea9e73 21396 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
21397 gdb_test. Accept a list of expect arguments as the third
21398 parameter.
21399 (gdb_test): Use it.
21400
f2dd3617
EZ
214012003-01-20 Elena Zannoni <ezannoni@redhat.com>
21402
21403 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
21404 allow for different test tree configurations. Update some
21405 tescases accordingly.
21406 * gdb.arch/altivec-regs.exp: Ditto.
21407 * gdb.asm/asm-source.exp: Ditto.
21408 * gdb.base/advance.exp: Ditto.
21409 * gdb.base/display.exp: Ditto.
d63a86f8 21410 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
21411 * gdb.base/mips_pro.exp: Ditto.
21412 * gdb.base/overlays.exp: Ditto.
21413 * gdb.base/relocate.exp: Ditto.
21414 * gdb.base/setshow.exp: Ditto.
21415 * gdb.base/step-line.exp: Ditto.
21416 * gdb.base/step-test.exp: Ditto.
21417 * gdb.base/until.exp: Ditto.
21418 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
21419
c71cdefd
DC
214202003-01-17 David Carlton <carlton@math.stanford.edu>
21421
21422 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
21423 corresponding to PR c++/945.
21424 Update copyright.
21425
fdba05d7
DC
214262003-01-17 David Carlton <carlton@math.stanford.edu>
21427
21428 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
21429 corresponding to PR c++/68.
21430
214312003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
21432
21433 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
21434 (test_paddr_hairy_functions): Call print_addr_2_kfail for
21435 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
21436
c362c33a
EZ
214372003-01-15 Elena Zannoni <ezannoni@redhat.com>
21438
0fbc361c
EZ
21439 * gdb.base/break.exp: Fix change of default location, because of
21440 removal of until tests.
21441 * gdb.base/help.exp: Update test for new 'until' help message.
21442 Add test for help on 'advance'.
a9c64011 21443 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 21444
dabf8a35
MK
214452003-01-15 Mark Kettenis <kettenis@gnu.org>
21446
21447 * gdb.base/default.exp: Adapt "info float" test for recent changes
21448 to that command. Add test for "info vector".
21449 * gdb.base/float.exp: New file. Add test for "info float" that
21450 resembles the old test in gdb.base/default.exp.
21451
a1769aca
DC
214522003-01-15 David Carlton <carlton@math.stanford.edu>
21453
21454 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
21455
82025e13
EZ
214562003-01-15 Elena Zannoni <ezannoni@redhat.com>
21457
21458 * gdb.base/break.exp: Move the tests of until command from here...
21459 * gdb.base/until.exp: ... to here. New file. Add other tests.
21460 * gdb.base/advance.c: New file.
21461 * gdb.base/advance.exp: New file.
21462
8f9ab801
EZ
214632003-01-14 Elena Zannoni <ezannoni@redhat.com>
21464
a9c64011
AS
21465 * gdb.base/args.c: New file.
21466 * gdb.base/args.exp: New file.
8f9ab801 21467
9ae66589
DJ
214682003-01-14 Daniel Jacobowitz <drow@mvista.com>
21469
21470 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
21471
8d77e5c3
DJ
214722003-01-14 Daniel Jacobowitz <drow@mvista.com>
21473
21474 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
21475
12d2f0a1
DJ
214762003-01-14 Daniel Jacobowitz <drow@mvista.com>
21477
21478 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
21479 dates.
21480
6ca37014
DJ
214812003-01-13 Daniel Jacobowitz <drow@mvista.com>
21482
21483 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
21484
b0023472
DJ
214852003-01-13 Daniel Jacobowitz <drow@mvista.com>
21486
21487 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
21488 (ptype &*"foo").
21489 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
21490
607fbc54 214912003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
21492
21493 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
21494 * gdb.mi/mi1-console.exp: Likewise.
21495
607fbc54 214962003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
21497
21498 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
21499 * gdb.mi/mi1-console.exp: Likewise.
21500
a1fb14a2
DJ
215012003-01-13 Daniel Jacobowitz <drow@mvista.com>
21502
21503 * gdb.c++/overload.exp: Remove some fixed XFAILs.
21504
c4cf40b7
DJ
215052003-01-09 Daniel Jacobowitz <drow@mvista.com>
21506
21507 * gdb.base/detach.exp: New test.
21508
696d5a5b
DJ
215092003-01-09 Daniel Jacobowitz <drow@mvista.com>
21510
21511 * Makefile.in (ALL_SUBDIRS): New variable.
21512 (subdirs, clean, distclean): Use it.
21513 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
21514 regenerating Makefile, since it is generated from the top level.
21515 * gdb.asm/Makefile.in: Likewise.
21516 * gdb.base/Makefile.in: Likewise.
21517 * gdb.c++/Makefile.in: Likewise.
21518 * gdb.disasm/Makefile.in: Likewise.
21519 * gdb.java/Makefile.in: Likewise.
21520 * gdb.mi/Makefile.in: Likewise.
21521 * gdb.threads/Makefile.in: Likewise.
21522 * gdb.trace/Makefile.in: Likewise.
21523
754533e4
DC
215242003-01-09 David Carlton <carlton@math.stanford.edu>
21525
21526 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
21527 Add copyright year 2003.
21528
d8b3e9ee
MC
215292003-01-06 Michael Chastain <mec@shout.net>
21530
21531 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
21532 When selecting a thread, 'line' and 'file' are optional.
21533 * gdb.mi/mi1-pthreads.exp: Likewise.
21534
8e9e0fe6
AS
215352003-01-06 Andreas Schwab <schwab@suse.de>
21536
21537 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
21538 failures.
21539
b5ab8ff3
DJ
215402003-01-04 Daniel Jacobowitz <drow@mvista.com>
21541
21542 Fix PR gdb/844
21543 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
21544 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
21545
21546 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
21547 instead of calling gdb_suppress_entire_file.
21548 * gdb.threads/print-threads.exp: Likewise.
21549 * gdb.threads/schedlock.exp: Likewise.
21550
21551 * gdb.threads/killed.exp: Return instead of calling
21552 gdb_suppress_entire_file.
21553 * gdb.threads/linux-dp.exp: Likewise.
21554 * gdb.threads/pthreads.exp: Likewise.
21555
1e698235
DJ
215562003-01-04 Daniel Jacobowitz <drow@mvista.com>
21557
21558 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
21559 stabs.
21560 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
21561 * gdb.base/whatis.exp: Always allow (void) after function names.
21562
147ff08c
DJ
215632003-01-04 Daniel Jacobowitz <drow@mvista.com>
21564
21565 * gdb.c++/casts.exp: Correct regexp.
21566
dc62bfc2
MK
215672003-01-04 Mark Kettenis <kettenis@gnu.org>
21568
21569 * configure.in: Call AC_CONFIG_HEADER. Don't call
21570 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
21571 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
21572 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
21573 aforementioned directories in the AC_OUPUT call.
21574 * config.hin: New file.
21575 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
21576 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
21577 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
21578 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
21579 pass -I$objdir instead of -I$objdir/$subdir in compilation.
21580 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
21581 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
21582 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
21583 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
21584 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
21585 gdb.threads/configure.in, gdb.threads/configure,
21586 gdb.threads/config.in, gdb.trace/configure.in,
21587 gdb.trace/configure: Removed.
21588
77afa639
MC
215892003-01-03 Michael Chastain <mec@shout.net>
21590
21591 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
21592 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
21593
7634bb6e
DJ
215942003-01-03 Daniel Jacobowitz <drow@mvista.com>
21595
21596 * gdb.base/store.exp: Fix regular expressions.
21597
b39c905e
MK
215982002-12-28 Mark Kettenis <kettenis@gnu.org>
21599
21600 * configure.in: Rewrite.
21601 * configure: Regenerated.
21602
0a8551dd
DC
216032003-01-03 David Carlton <carlton@math.stanford.edu>
21604
21605 * gdb.base/psymtab.exp: New file.
21606 * gdb.base/psymtab1.c: Ditto.
21607 * gdb.base/psymtab2.c: Ditto.
21608
c60b7188
AF
216092002-12-23 Adam Fedor <fedor@gnu.org>
21610
21611 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
21612
ee73db83
DC
216132002-12-23 David Carlton <carlton@math.stanford.edu>
21614
21615 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
21616 and current_directory initialization.
21617
d6c1774e
JB
216182002-12-22 Jim Blandy <jimb@redhat.com>
21619
f0a847b8
JB
21620 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
21621 rather than as part of the output file name.
21622
d6c1774e
JB
21623 * gdb.base/attach.exp: There's no need to copy the test program to
21624 /tmp; that was only ever necessary on HP/UX, and this test is
21625 entirely disabled there anyway.
21626
f0708dbb
JB
216272002-12-21 Jim Blandy <jimb@redhat.com>
21628
4c2acfea
JB
21629 * gdb.c++/psmang.exp: Doc fix.
21630
f0708dbb
JB
21631 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
21632 test.
21633
9579e000
DC
216342002-12-20 David Carlton <carlton@math.stanford.edu>
21635
21636 * gdb.c++/annota2.exp: KFAIL annotate-quit.
21637
d1810171
MC
216382002-12-18 Michael Chastain <mec@shout.net>
21639
21640 * gdb.c++/annota2.exp: Add copyright year 2002.
21641
76565097
DC
216422002-12-17 David Carlton <carlton@math.stanford.edu>
21643
21644 * gdb.c++/try_catch.cc: Add marker comments.
21645 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
21646 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
21647 * gdb.c++/m-static.cc: Ditto.
21648 * gdb.c++/m-static1.cc: Ditto.
21649 * gdb.c++/try_catch.cc: Ditto.
21650
da81390b
JJ
216512002-12-16 Jeff Johnston <jjohnstn@redhat.com>
21652
21653 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
21654 to see whether we are using the new -environment-directory
21655 command which resets via -r or the old version of the command
21656 which may prompt the user. Part of fix for gdb/741.
21657
b304d130
AC
216582002-12-13 Andrew Cagney <ac131313@redhat.com>
21659
21660 * gdb.fortran/types.exp: Update obsolete comment.
21661 * gdb.fortran/exprs.exp: Ditto.
21662 * lib/gdb.exp: Delete obsolete code.
21663 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
21664 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
21665 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
21666 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
21667 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
21668 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
21669 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
21670 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
21671 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
21672 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
21673 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
21674 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
21675 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
21676 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
21677 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
21678 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
21679 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
21680 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
21681 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
21682 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
21683 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
21684 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
21685 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
21686 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
21687 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
21688 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
21689 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
21690 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
21691 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
21692 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
21693 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
21694 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
21695 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
21696 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
21697 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
21698 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
21699 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
21700
a23b6e6a
DC
217012002-12-11 David Carlton <carlton@math.stanford.edu>
21702
21703 * gdb.c++/m-data.exp: Add test for members that shadow global
21704 variables: see PR gdb/804.
21705 * gdb.c++/m-data.cc: Ditto.
21706
6604731b
DJ
217072002-12-10 Daniel Jacobowitz <drow@mvista.com>
21708
21709 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
21710
de46ecd7
DC
217112002-12-06 David Carlton <carlton@math.stanford.edu>
21712
21713 * gdb.base/store.c: Don't declare functions static.
21714
27e829d0
AC
217152002-12-04 Andrew Cagney <ac131313@redhat.com>
21716
21717 * gdb.base/store.exp, gdb.base/store.c: New files.
21718
92806416
DJ
217192002-12-03 Daniel Jacobowitz <drow@mvista.com>
21720
21721 * gdb.base/selftest.exp: Update for current gdb.
21722
3bcbaac5
DJ
217232002-12-03 Daniel Jacobowitz <drow@mvista.com>
21724
21725 * gdb.base/maint.exp: Only dump symbols from one source file
21726 or objfile.
21727
f4f00b1f
DJ
217282002-12-03 Daniel Jacobowitz <drow@mvista.com>
21729
21730 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
21731 function call.
21732
f1c8a949
JB
217332002-11-25 Jim Blandy <jimb@redhat.com>
21734
21735 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
21736 function appearing in error message.
21737
9e297a97
DJ
217382002-11-21 Daniel Jacobowitz <drow@mvista.com>
21739
21740 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
21741
1f312e79
JJ
217422002-11-08 Jeff Johnston <jjohnstn@redhat.com>
21743
d63a86f8
RM
21744 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
21745 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
21746 should be in mi console format. This is part of fix for PR gdb/604.
21747
83c31e7d
FN
217482002-09-18 Fernando Nasser <fnasser@redhat.com>
21749
21750 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
21751 which explicitly prints the zero offset as "+0".
21752
322b3f65
DJ
217532002-10-22 Daniel Jacobowitz <drow@mvista.com>
21754
21755 * gdb.threads/schedlock.c (args): Make unsigned.
21756
217572002-10-21 Daniel Jacobowitz <drow@mvista.com>
21758
21759 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
21760 numbers. Allow "foo2|selected stack frame".
21761 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
21762 * gdb.asm/asmsrc2.s: Likewise.
21763 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
21764 comments.
21765 * gdb.asm/mips.inc: New file.
21766
5e2fe5b8
AF
217672002-10-18 Adam Fedor <fedor@gnu.org>
21768
21769 * gdb.base/default.exp: Update expected output to include 'ObjC'.
21770 * gdb.base/help.exp: Likewise.
21771
abe1a5d0
KB
217722002-10-17 Kevin Buettner <kevinb@redhat.com>
21773
21774 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
21775 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
21776
10abb1d4
JB
217772002-10-02 Jim Blandy <jimb@redhat.com>
21778
21779 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
21780
1f609b42
AC
217812002-10-01 Andrew Cagney <ac131313@redhat.com>
21782
21783 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
21784 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
21785 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
21786 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
21787 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
21788 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
21789 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
21790
0aee02e4
AC
217912002-09-29 Andrew Cagney <ac131313@redhat.com>
21792
21793 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
21794 * mi0-disassemble.exp, mi0-eval.exp: Delete.
21795 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
21796 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
21797 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
21798 * mi0-var-block.exp, mi0-var-child.exp: Delete.
21799 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 21800
6fde09ad
KB
218012002-09-27 Kevin Buettner <kevinb@redhat.com>
21802
21803 * gdb.base/annota1.exp (info break): Make directory components of
21804 path optional since not all compilers emit this debug information.
21805
889bf7c5
PA
21806 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
21807 step ends up stepping out of the function instead of stopping on
21808 the epilogue.
6fde09ad 21809
9e8aab75
KS
218102002-09-26 Keith Seitz <keiths@redhat.com>
21811
21812 * lib/insight-support.exp (gdbtk_start): Figure out where
21813 the insight executable is based on where gdb is. Use this
21814 executable to start insight instead of gdb.
21815
e36180d7
AC
218162002-09-25 Andrew Cagney <cagney@redhat.com>
21817
21818 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
21819
9dd34b2b
AC
218202002-09-24 Andrew Cagney <ac131313@redhat.com>
21821
21822 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
21823 test_isolated_complaints.
21824 (test_empty_complaint): New function.
21825 (test_empty_complaints): New function. Check no output when no
21826 complaints.
d63a86f8 21827
dea97812
KB
218282002-09-19 Jim Blandy <jimb@redhat.com>
21829
a9c64011 21830 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 21831
54951bd7
AC
218322002-09-19 Andrew Cagney <ac131313@redhat.com>
21833
21834 * gdb.gdb/complaints.exp: New file.
21835
dec43320
AC
218362002-09-18 Andrew Cagney <ac131313@redhat.com>
21837
21838 * gdb.base/maint.exp: Check `help maint internal-warning'.
21839
e70d6e3f
DC
218402002-09-18 David Carlton <carlton@math.stanford.edu>
21841
21842 * gdb.c++/m-static.exp: Remove breakpoints depending on line
21843 numbers, and replace them by a single breakpoint after the
21844 constructors are all finished.
21845 Add test 4.
21846 * gdb.c++/m-static.cc: Add test 4.
21847 * gdb.c++/m-static.h: New file.
21848 * gdb.c++/m-static1.cc: New file.
21849
21850 * gdb.c++/printmethod.exp: New file.
21851 * gdb.c++/printmethod.cc: New file.
21852
21853 * gdb.c++/pr-574.exp: New file.
21854 * gdb.c++/pr-574.cc: New file.
21855
afb5c968
CV
218562002-09-18 Corinna Vinschen <vinschen@redhat.com>
21857
21858 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
21859 embedded targets which never actually exit.
21860
31e45dee
FN
218612002-09-18 Fernando Nasser <fnasser@redhat.com>
21862
21863 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
21864 "don't step after run" as unresolved or unsupported, instead of xfail.
21865
a283c5a1
CV
218662002-09-18 Corinna Vinschen <vinschen@redhat.com>
21867
21868 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
21869 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
21870 Add newline to expected string in "step out of main (status wrapper)"
21871 case.
21872
11350d2a
CV
218732002-09-18 Corinna Vinschen <vinschen@redhat.com>
21874
21875 * lib/gdb.exp (rerun_to_main): Allow restarting application.
21876 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
21877
0deec7d6
TT
218782002-09-17 Tom Tromey <tromey@redhat.com>
21879
21880 * gdb.base/printcmds.exp (test_print_string_constants): Expect
21881 \000, not \0, in double-quoted string.
21882
b2b4a1b5
CV
218832002-09-14 Corinna Vinschen <vinschen@redhat.com>
21884
c9d37158 21885 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
21886 string after running the commands execution on breakpoint tests.
21887
1c56143a
CV
218882002-09-13 Corinna Vinschen <vinschen@redhat.com>
21889
21890 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
21891
37f8da45
JB
218922002-09-12 Joel Brobecker <brobecker@gnat.com>
21893
21894 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
21895
08b468e0
KS
218962002-09-10 Keith Seitz <keiths@redhat.com>
21897
21898 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
21899 runto proc.
21900 (mi_run_to_main): Use mi_runto.
21901 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
21902
dc360f58
KS
219032002-09-10 Keith Seitz <keiths@redhat.com>
21904
21905 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
21906 regexp for stopping at main. Could have multiple event notifications.
21907 Don't assume that main was declared with no parameters.
21908 (mi_next): Use mi_step_to.
21909 (mi_step): Use mi_next_to.
21910
ce3abcfb
CV
219112002-09-09 Corinna Vinschen <vinschen@redhat.com>
21912
21913 * gdb.base/default.exp: Fix expected string in `info float' test.
21914
d1f5b980
BE
219152002-09-09 Ben Elliston <bje@redhat.com>
21916
21917 * config/mips.exp: Update comments.
21918 * config/mips-idt.exp: Likewise.
21919 * config/nind.exp: Likewise.
21920 * config/slite.exp: Likewise.
21921 * config/sparclet.exp: Likewise.
21922 * config/udi.exp: Likewise.
21923 * config/vx.exp: Likewise.
21924 * config/vxworks29k.exp: Likewise.
21925
2f71430b
JB
219262002-09-05 Jim Blandy <jimb@redhat.com>
21927
21928 * gdb.threads/killed.exp: Fix test failure message.
21929
7ddebc7e
KS
219302002-09-04 Keith Seitz <keiths@redhat.com>
21931
21932 * lib/mi-support.exp: Update copyright.
21933 (mi_gdb_test): Increase the priority of the expected pattern
21934 so that it matches gdb_test.
21935
0ae67eb3
KS
219362002-09-03 Keith Seitz <keiths@redhat.com>
21937
21938 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
21939 Use integer comparison instead of string comparison for testing
21940 whether binary was built.
21941
38fc42c8
JB
219422002-09-03 Jim Blandy <jimb@redhat.com>
21943
21944 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
21945
b6ff0e81
JB
219462002-08-29 Jim Blandy <jimb@redhat.com>
21947
21948 * gdb.threads/pthreads.exp: Move the portable thread compilation
21949 code into a function in lib/gdb.exp, and call that from here.
21950 * lib/gdb.exp (gdb_compile_pthreads): New function.
21951
07c98896
KS
219522002-08-29 Keith Seitz <keiths@redhat.com>
21953
21954 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
21955 expect_out so that callers can get at it.
21956
0312286c
DJ
219572002-08-23 Daniel Jacobowitz <drow@mvista.com>
21958
21959 * gdb.threads/print-threads.c: New file.
21960 * gdb.threads/print-threads.exp: New file.
21961 * gdb.threads/schedlock.c: New file.
21962 * gdb.threads/schedlock.exp: New file.
21963
dd039bc4
EZ
219642002-08-22 Elena Zannoni <ezannoni@redhat.com>
21965
a9c64011
AS
21966 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
21967 not altivec.c.
dd039bc4 21968
1f36144c
MK
219692002-08-17 Mark Kettenis <kettenis@gnu.org>
21970
21971 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
21972 targets. The problem should be fixed now.
21973
16057ec7 219742002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
21975
21976 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
21977 2002-07-24 change that removes final dots from error messages.
21978
3c1499ad
TT
219792002-08-13 Tom Tromey <tromey@redhat.com>
21980
21981 * gdb.base/readline.exp: New file.
21982
a20ce2c3
AC
219832002-08-01 Andrew Cagney <ac131313@redhat.com>
21984
21985 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
21986 supress message.
21987
db034ac5
AC
219882002-08-01 Andrew Cagney <cagney@redhat.com>
21989
21990 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
21991 CHILL_FOR_TARGET and CHILL_LIB.
21992 * configure.in (configdirs): Remove gdb.chill.
21993 * configure: Regenerate.
21994 * lib/gdb.exp: Obsolete references to chill.
21995 * gdb.fortran/types.exp: Ditto.
21996 * gdb.fortran/exprs.exp: Ditto.
21997
3e000b18
KB
219982002-07-30 Kevin Buettner <kevinb@redhat.com>
21999
22000 * gdb.base/shlib-call.exp (additional_flags): Conditionally
22001 set Irix-specific compile and link flags.
22002
28f4966b
KB
220032002-07-29 Kevin Buettner <kevinb@redhat.com>
22004
22005 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
22006 source files. The ``-o'' option doesn't work with the ``-E'' option
22007 when using the Irix compiler.
22008
46c0d5a6
DJ
220092002-07-19 Daniel Jacobowitz <drow@mvista.com>
22010
22011 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
22012 Improve support for reusing an exec file. Copy exec file
22013 to target, and run gdbserver on the target instead of on the host.
22014
eecf4bed
JB
220152002-07-18 Jim Blandy <jimb@redhat.com>
22016
0f815cdf
JB
22017 * gdb.base/ending-run.exp: Don't expect to see the program end in
22018 some orderly fashion when we're running on a real stand-alone
22019 board.
22020
eecf4bed
JB
22021 * gdb.base/interrupt.exp: Correct logic for skipping tests on
22022 targets that don't support interrupts.
22023
52d309e4
JB
220242002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
22025
22026 * gdb.base/attach.exp: Add patterns to match output from /proc-based
22027 systems.
22028 Move comments in expect statements to inside the actions, so that they
22029 don't get matched against.
22030
ff683d9e
MK
220312002-07-10 Mark Kettenis <kettenis@gnu.org>
22032
22033 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
22034 function when asleep" test.
22035
b5356753
AC
220362002-07-10 Andrew Cagney <ac131313@redhat.com>
22037
22038 * gdb.base/page.exp: Rewrite to handle problems with very long
22039 `info set' output. Update copyright.
22040
6aa4d13a
AC
220412002-06-26 Andrew Cagney <ac131313@redhat.com>
22042
22043 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
22044 gdb.threads-hp.
22045 * gdb.hp/configure: Regenerate.
22046 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
22047 * gdb.hp/gdb.threads-hp/configure: Delete file.
22048 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
22049
8cf8c2b8
AC
220502002-06-22 Andrew Cagney <ac131313@redhat.com>
22051
22052 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
22053 setlocale, bindtextdomain and textdomain.
22054
6827a8f8
JB
220552002-06-11 Jim Blandy <jimb@redhat.com>
22056
919d772c
JB
22057 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
22058 preprocessor macro information is present.
22059
6827a8f8
JB
22060 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
22061 tests.
22062
c15b0d21
MS
220632002-06-06 Michael Snyder <msnyder@redhat.com>
22064
c5984d70
MS
22065 * gdb.base/overlays.exp: Record addresses of overlay
22066 functions in TCL variables rather than in GDB variables,
22067 to avoid having GDB convert them to pointers (with loss
22068 of information).
22069
d63a86f8 22070 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 22071 default linker script changes.
c15b0d21
MS
22072 * gdb.base/long_long.exp: Add check for sizeof (long double).
22073
be26fe0d
ML
220742002-06-06 Michal Ludvig <mludvig@suse.cz>
22075
22076 * gdb.asm/asm-source.exp: Add x86-64 target.
22077 * gdb.asm/x86_64.inc: New.
d63a86f8 22078
258093ca 220792002-05-30 Michael Chastain <mec@shout.net>
258093ca 22080
4b3153f1 22081 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
22082 * gdb.c++/m-static.cc: New file.
22083 * gdb.c++/m-static.exp: New file.
22084
241264c6
MS
220852002-05-28 Michael Snyder <msnyder@redhat.com>
22086
22087 * gdb.base/call-ar-st.exp: Allow for reduced floating point
22088 precision.
22089
9bba8c8f 220902002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 22091
4b3153f1 22092 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
22093 * gdb.c++/m-data.cc: New file.
22094 * gdb.c++/m-data.exp: New file.
22095
220962002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 22097
4b3153f1 22098 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 22099 * gdb.c++/try_catch.cc: New file.
d63a86f8 22100 * gdb.c++/try_catch.exp: New file.
9bba8c8f 22101
def1b996
MC
221022002-05-27 Michael Chastain <mec@shout.net>
22103
22104 * gdb.c++/local.exp: Accept more nested types in output.
22105
522ba268
MC
221062002-05-26 Michael Chastain <mec@shout.net>
22107
22108 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
22109
277254ba
MS
221102002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
22111
22112 * lib/gdb.exp (gdb_wrapper_init): Just because
22113 gdb_wrapper_file exists, this does not mean that the file
22114 should not be rebuilt. That is what gdb_wrapper_initialized
22115 is for.
22116 (default_gdb_init): Reset gdb_wrapper_initialized.
22117
b61a8733
MS
221182002-05-23 Michael Snyder <msnyder@redhat.com>
22119
d63a86f8 22120 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
22121 the precision of the floating point test results.
22122 * gdb.base/call-rt-st.exp: Ditto.
22123
b61a8733
MS
22124 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
22125 * gdb.base/call-rt-st.exp: Ditto.
22126
56f6e910
MC
221272002-05-19 Michael Chastain <mec@shout.net>
22128
22129 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
22130
ad0b0016
EZ
221312002-05-19 Elena Zannoni <ezannoni@redhat.com>
22132
a9c64011
AS
22133 * configure.in (configdirs): Add gdb.arch.
22134 * configure: Regenerate.
ad0b0016 22135
f617d2b6
JB
221362002-05-17 Jim Blandy <jimb@redhat.com>
22137
22138 * gdb.base/completion.exp: Recognize the more detailed error
22139 messages produced by the macro expander's lexical analyzer.
22140
eac2a696
EZ
221412002-05-14 Elena Zannoni <ezannoni@redhat.com>
22142
a9c64011
AS
22143 * gdb.arch/altivec-abi.c: New file.
22144 * gdb.arch/altivec-abi.exp: New file.
22145 * gdb.arch/altivec-regs.c: New file.
22146 * gdb.arch/altivec-regs.exp: New file.
eac2a696 22147
2fdde8f8
DJ
221482002-05-14 Daniel Jacobowitz <drow@mvista.com>
22149
22150 * gdb.base/maint.exp (maint print type): Update for new type
22151 structure.
d63a86f8 22152
e31f1a7c
EZ
221532002-05-14 Elena Zannoni <ezannoni@redhat.com>
22154
22155 * gdb.arch: New directory.
22156 * gdb.arch/configure.in: New file.
22157 * gdb.arch/configure: New file.
22158 * gdb.arch/Makefile.in: New file.
22159
db589741
CV
221602002-05-13 Corinna Vinschen <vinschen@redhat.com>
22161
22162 * gdb.asm/asm-source.exp: Add v850 as supported target.
22163 * gdb.asm/v850.inc: New file.
22164
8ce2a7dc
DJ
221652002-05-13 Daniel Jacobowitz <drow@mvista.com>
22166
22167 * gdb.c++/annota2.exp (annotate-quit): Add comment.
22168
df763c7f
DJ
221692002-05-12 Daniel Jacobowitz <drow@mvista.com>
22170
22171 * gdb.base/break.exp: Check 'break "marker2"'.
22172
377daeed
MS
221732002-05-10 Michael Snyder <msnyder@redhat.com>
22174
22175 * gdb.base/long_long.exp: Fix typo.
22176
c4b7bc2b
JB
221772002-05-10 Jim Blandy <jimb@redhat.com>
22178
ecac9a4e
JB
22179 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
22180 a bug.
22181
c4b7bc2b
JB
22182 * gdb.base/printcmds.exp (test_integer_literals_rejected):
22183 Recognize more detailed error message produced by the macro
22184 expander's lexical analyzer.
22185 * lib/gdb.exp (test_print_reject): Same.
22186
e71019a1
MK
221872002-05-09 Mark Kettenis <kettenis@gnu.org>
22188
22189 * gdb.c++/method.exp: Fix typo.
22190
fedfc8e6
MS
221912002-05-08 Michael Snyder <msnyder@redhat.com>
22192
166a1957
MS
22193 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
22194 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 22195 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
22196 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
22197 Add iftarget clause for strongarm.
d63a86f8 22198
f1c47eb2
MS
221992002-05-06 Michael Snyder <msnyder@redhat.com>
22200
cb9a9d3e
MS
22201 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
22202 (gdb_continue_to_end): Accept output from status wrapper.
22203 * gdb.base/ending-run.exp: Add case for output from status wrapper.
22204 Clean up fail messages to match pass messages.
22205
f1c47eb2
MS
22206 Enable the "needs_status_wrapper" testsuite feature.
22207 * lib/gdb.exp (gdb_wrapper_init): New procedure.
22208 (gdb_compile): Conditionally call gdb_wrapper_init.
22209 * gdb.base/a2-run.exp: Recognize output from status wrapper.
22210 * gdb.c++/method.exp: Recognize output from status wrapper.
22211
6079c749
BE
222122002-05-06 Ben Elliston <bje@redhat.com>
22213From Graydon Hoare <graydon@redhat.com>
22214
22215 * config/sid.exp: Include support for "rawsid" protocol.
22216
188baff3
JB
222172002-05-03 Jim Blandy <jimb@redhat.com>
22218
22219 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
22220 * gdb.c++/hang3.C: New file.
22221
b9c07f0f
AC
222222002-05-04 Andrew Cagney <ac131313@redhat.com>
22223
22224 * gdb.base/default.exp: Remove obsolete code.
22225 * gdb.c++/misc.exp: Ditto. Update copyright.
22226 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
22227 * gdb.base/whatis.exp: Ditto. Update copyright.
22228 * gdb.base/scope.exp: Ditto. Update copyright.
22229 * gdb.base/ptype.exp: Ditto. Update copyright.
22230 * gdb.base/printcmds.exp: Ditto. Update copyright.
22231 * gdb.base/opaque.exp: Ditto. Update copyright.
22232 * gdb.base/list.exp: Ditto.
22233 * gdb.base/funcargs.exp: Ditto. Update copyright.
22234 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
22235 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
22236 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
22237 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
22238 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
22239 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
22240
5c7a0397
MS
222412002-05-02 Michael Snyder <msnyder@redhat.com>
22242
d6dcc264 22243 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
22244 * gdb.base/long_long.exp: Add xscale target.
22245 * gdb.base/default.exp: Add xscale target.
22246
eb7f1c48
JB
222472002-05-01 Jim Blandy <jimb@redhat.com>
22248
22249 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
22250 gdb.c++/hang.exp: New test.
22251
a6befae8
FF
222522002-05-01 Fred Fish <fnf@redhat.com>
22253
22254 * gdb.base/completion.exp: Handle completions of "./Make" for
22255 more than one completion possibility, as is the case when we
22256 build and test in the source tree.
22257
0a310277
AG
222582002-04-29 Anthony Green <green@redhat.com>
22259
22260 * gdb.java/jmisc1.exp: New file.
22261 * gdb.java/jmisc2.exp: New file.
22262
6ff9af88
DJ
222632002-04-24 Daniel Jacobowitz <drow@mvista.com>
22264
22265 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
22266
96b3d632
EZ
222672002-04-23 Elena Zannoni <ezannoni@redhat.com>
22268
22269 * gdb.base/help.exp: Change 'help status' to allow for target
22270 dependent output differences.
22271
5019bb54
MC
222722002-04-22 Michael Chastain <mec@shout.net>
22273
22274 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
22275
a805a116
MC
222762002-04-22 Michael Chastain <mec@shout.net>
22277
22278 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
22279
a1706bfd
DM
222802002-04-17 David S. Miller <davem@redhat.com>
22281
22282 * gdb.asm/sparc64.inc: New file.
22283 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
22284
a73a20a2
EZ
222852002-04-19 Elena Zannoni <ezannoni@redhat.com>
22286
22287 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
22288 instruction file directly into the build tree. Clean up at end of
22289 test.
22290
ba678339
DM
222912002-04-18 David S. Miller <davem@redhat.com>
22292
22293 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
22294 handle 64-bit platforms correctly.
22295 * gdb.base/maint.exp: Likewise.
22296
b03399da
KB
222972002-04-18 Kevin Buettner <kevinb@redhat.com>
22298
22299 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
22300 ``-fpic'' when compiling files comprising a shared library, but
22301 it does need additional linker flags in order to find shared
22302 libraries at run time.
22303
e2004992
KB
223042002-04-18 Kevin Buettner <kevinb@redhat.com>
22305
22306 * gdb.base/cvexpr.c (use): New function.
22307 (main): Invoke use() on all global variables to prevent
22308 some linkers from deleting these otherwise unused symbols.
22309
d8937120
MC
223102002-04-17 Michael Chastain <mec@shout.net>
22311From David S. Miller <davem@redhat.com>
22312
22313 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
22314 handle 64-bit platforms correctly.
22315
ffd61a58
MS
223162002-04-12 Michael Snyder <msnyder@redhat.com>
22317From Jim Blandy <jimb@redhat.com>
a9c64011 22318 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
22319 script can handle this instead.
22320 * gdb.base/bar.c (barx): Same.
22321 * gdb.base/baz.c (bazx): Same.
22322 * gdb.base/grbx.c (grbxx): Same.
22323
22324 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
22325 manager doesn't automatically unmap overlays unnecessarily.
22326
6b8426a6
MH
223272002-04-10 Martin M. Hunt <hunt@redhat.com>
22328
22329 * gdb.base/ending-run.exp: Fix pattern for Mips targets
22330 stepping out of main.
22331
34af4875
MC
223322002-04-09 Michael Chastain <mec@shout.net>
22333
22334 * gdb.c++/local.cc (main): Move call to marker1() inside nested
22335 scope so that the nested scope tests will make sense.
22336 * gdb.c++/local.exp: Write patterns that actually work with gcc
22337 (the HP patterns "were never known to work with gcc").
22338 Keep the old aCC patterns too.
22339
2d1676a0
DJ
223402002-04-09 Daniel Jacobowitz <drow@mvista.com>
22341
22342 * gdb.base/attach.exp: Correct target board test.
22343
3a63e3f9
MC
223442002-04-08 Michael Chastain <mec@shout.net>
22345
22346 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
22347 in a const method. Add some xfail and fail cases for configurations
22348 that do not emit the "const ...".
22349
f18dabd2
MC
223502002-04-07 Michael Chastain <mec@shout.net>
22351
22352 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
22353 Accept "A * const" and "const A * const" as type of "this".
22354 Fix spelling of getFunky throughout. Make messages uniform.
22355
0fcddd82
EZ
223562002-04-07 Elena Zannoni <ezannoni@redhat.com>
22357
a9c64011 22358 Work around for PR gdb/285:
0fcddd82
EZ
22359 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
22360
16a8534a
EZ
223612002-04-07 Elena Zannoni <ezannoni@redhat.com>
22362
22363 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
22364 instructions file at run time instead of configure time.
22365 Sometimes we run the test in a directory that is not the one we
22366 configured in.
22367 * gdb.asm/configure.in: Delete creation of symlink.
22368 * gdb.asm/configure: Regenerate.
22369
24181d81
JB
223702002-04-05 J. Brobecker <brobecker@gnat.com>
22371
22372 * gdb.gdb/xfullpath.exp: New test, to exercise the new
22373 xfullpath () function.
22374
7cdb7107
DJ
223752002-04-04 Daniel Jacobowitz <drow@mvista.com>
22376
22377 * gdb.asm/Makefile.in: Correct dependencies.
22378
22379 * gdb.asm/powerpc.inc: New file.
22380 * gdb.asm/asm-source.exp: Add PowerPC.
22381 * gdb.asm/configure.in: Likewise.
22382 * gdb.asm/configure: Regenerated.
22383
a7d17088
DJ
223842002-04-04 Daniel Jacobowitz <drow@mvista.com>
22385
22386 * gdb.base/relocate.exp: New file.
22387 * gdb.base/relocate.c: New file.
22388
cd721503
FF
223892002-04-04 Fred Fish <fnf@redhat.com>
22390
22391 * gdb.base/step-test.exp: Update comment regarding stopping in
22392 memcpy/bcopy calls inserted as part of the compiler runtime.
22393
b22ad7a7
MS
223942002-04-04 Michael Snyder <msnyder@redhat.com>
22395
22396 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
22397
5f279fa6
DJ
223982002-04-03 Daniel Jacobowitz <drow@mvista.com>
22399
22400 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
22401 (gdb_expect): Remove $notransfer hack.
22402
dd0fd3ce
DJ
224032002-04-02 Daniel Jacobowitz <drow@mvista.com>
22404
22405 * gdb.c++/classes.exp ("calling method for small class"): Match
22406 updated register output.
22407
1e50cda1
DJ
224082002-03-30 Daniel Jacobowitz <drow@mvista.com>
22409
22410 Fix PR gdb/452
22411 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
22412 when finished. Make gdb_file_cmd send "exec-file" when
22413 appropriate.
22414
24015922
DJ
224152002-03-30 Daniel Jacobowitz <drow@mvista.com>
22416
22417 * gdb.base/attach.exp: Remove extra setup_xfail.
22418
dd7dfd64
MS
224192002-03-26 Michael Snyder <msnyder@redhat.com>
22420
22421 * gdb.base/default.exp: Add tests for dump, append, and restore.
22422 * gdb.base/help.exp: Add tests for dump, append, and restore.
22423 * gdb.base/dump.exp: New file, test dump, append and restore.
22424 * gdb.base/dump.c: New file.
22425
48b2f8d7
MS
224262002-03-27 Michael Snyder <msnyder@redhat.com>
22427
d63a86f8 22428 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
22429 clean-ups in help messages.
22430
05b4d525
FF
224312002-03-26 Fred Fish <fnf@redhat.com>
22432
22433 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
22434 have debugging info for those functions and the compiler uses them
22435 internally to copy structs around.
22436
d7679631
FF
224372002-03-26 Fred Fish <fnf@redhat.com>
22438
22439 * gdb.base/list.exp: Revert the change made yesterday and add note
22440 about why we don't list the default lines for remote targets.
22441
523ac3f9
MS
224422002-03-25 Michael Snyder <msnyder@redhat.com>
22443
22444 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
22445
754b2b8d
FF
224462002-03-25 Fred Fish <fnf@redhat.com>
22447
22448 * gdb.base/list.exp: This test works on remote targets so remove
22449 the short circuit for remote targets. Update copyright.
22450
33c3e192
FF
224512002-03-25 Fred Fish <fnf@redhat.com>
22452
22453 * gdb.base/attach.exp: Fix logic error that was suppressing this
22454 test for all non hppa*-*-hpux* targets, instead of the hp target.
22455 Move comments closer to the suppression point. Also now need to
22456 check that we are running natively.
22457
d43e73ee
MS
224582002-03-22 Michael Snyder <msnyder@redhat.com>
22459
882c8f02
MS
22460 * gdb.base/default.exp: Add test for gcore. Update copyright.
22461 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 22462
04c12f60
FF
224632002-03-06 Fred Fish <fnf@redhat.com>
22464
22465 * gdb.base/funcargs.c: Remove extraneous ';' character.
22466 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
22467
b43df995
MC
224682002-03-04 Michael Chastain <mec@shout.net>
22469
22470 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
22471 accommodate gcc v3 function signature.
22472 * gdb.mi/mi0-var-cmd-exp: Ditto.
22473
92362027
AC
224742002-02-24 Andrew Cagney <ac131313@redhat.com>
22475
22476 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
22477 ``GNU/Linux'' or ``Linux kernel''
22478 * testsuite/gdb.threads/pthreads.c: Ditto.
22479
258ad32d
MC
224802002-02-24 Michael Chastain <mec@shout.net>
22481
22482 * gdb.threads/pthreads.c (thread1): Add a return statement.
22483 (thread2): Likewise.
22484 (foo): Likewise.
22485
04c3b3d4
MC
224862002-02-23 Michael Chastain <mec@shout.net>
22487
22488 * gdb.threads/linux-dp.c (philosopher): Add a return statement
22489 to placate gcc.
22490
5a2a0a20
MC
224912002-02-23 Michael Chastain <mec@shout.net>
22492
22493 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
22494 test "ptype bint". The test passes on all my stabs configurations.
22495
a640f7fc
JB
224962002-02-21 Jim Blandy <jimb@redhat.com>
22497
27924826
JB
22498 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
22499 filename at a time, and watch for the ones we want to see.
22500
a640f7fc
JB
22501 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
22502 types of pointers to prototyped functions.
22503
edcc8c75
AC
225042002-02-20 Andrew Cagney <ac131313@redhat.com>
22505
22506 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
22507 signed, unsigned and straight char.
22508 (padding_char, padding_short, padding_int, padding_long,
22509 padding_long_long, padding_float, padding_double,
22510 padding_long_double): New global variables.
22511 (fill, fill_structs): New functions.
22512
22513 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
22514 for correctly sized writes. Update copyright.
22515 (get_valueof): New procedure.
22516 (get_sizeof): Call get_valueof.
22517 (check_valueof): New procedure.
22518 (check_padding): New procedure.
22519
ac57ea44
MC
225202002-02-20 Michael Chastain <mec@shout.net>
22521
22522 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
22523 to setup_xfail. Document some of the remaining calls.
22524
7a10c941
MC
225252002-02-18 Michael Chastain <mec@shout.net>
22526
22527 * gdb.c++/userdef.exp: Update copyright year.
22528
fb8acdcc
DJ
225292002-02-18 Daniel Jacobowitz <drow@mvista.com>
22530
22531 * gdb.c++/userdef.exp: Test overloaded operators properly.
22532 Remove xfails.
22533
fda6ae12
MS
225342002-02-14 Michael Snyder <msnyder@redhat.com>
22535
22536 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
22537
676a0442
DJ
225382002-02-14 Daniel Jacobowitz <drow@mvista.com>
22539
22540 * gdb.base/a2-run.exp: Check for a remote target properly.
22541 * gdb.base/annota1.exp: Likewise.
22542 * gdb.base/list.exp: Likewise.
22543 * gdb.base/reread.exp: Likewise.
22544 * gdb.base/scope.exp: Likewise.
22545 * gdb.base/shlib-call.exp: Likewise.
22546 * gdb.base/term.exp: Likewise.
22547 * gdb.c++/annota2.exp: Likewise.
22548
78b4f468
RE
225492002-02-13 Richard Earnshaw <rearnsha@arm.com>
22550
22551 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
22552
9a81ba51
MC
225532002-02-10 Michael Chastain <mec@shout.net>
22554
22555 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
22556 (call_after_alloca): Ditto.
22557
004af6c7
DJ
225582002-02-10 Daniel Jacobowitz <drow@mvista.com>
22559
22560 * gdb.base/ending-run.exp: Guard "cont" test with
22561 gdb_skip_stdio_test.
22562
37225f62
JB
225632002-02-06 Jim Blandy <jimb@redhat.com>
22564
22565 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
22566 from here...
22567 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
22568 To here. Disable this test on non-HP platforms. Add big comment.
22569
fe6fdd96
MS
225702002-02-04 Michael Snyder <msnyder@redhat.com>
22571
22572 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
22573 other than d10v and m32r.
22574
036fad3f
RE
225752002-02-02 Richard Earnshaw <rearnsha@arm.com>
22576
22577 * gdb.base/default.exp: Rewrite test patterns to reduce time
22578 taken to match them.
22579
7148ab62
DJ
225802002-01-30 Daniel Jacobowitz <drow@mvista.com>
22581
22582 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
22583 Allow a start function above main.
22584 * gdb.threads/linux-dp.exp: Fix copyright date.
22585
396cc255
DJ
225862002-01-30 Daniel Jacobowitz <drow@mvista.com>
22587
a9c64011
AS
22588 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
22589 (check_philosopher_stack): Check for manager thread before checking
22590 for a just-starting thread.
396cc255 22591
f038d31b
DJ
225922002-01-30 Daniel Jacobowitz <drow@mvista.com>
22593
22594 From Neil Booth <neil@daikokuya.demon.co.uk>:
22595 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
22596 warnings.
22597
b3ff9d9a
FF
225982002-01-21 Fred Fish <fnf@redhat.com>
22599
22600 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
22601 not caller.
22602
39ad761d
JB
226032002-01-21 Jim Blandy <jimb@redhat.com>
22604
22605 * gdb.base/reread.exp: Check that GDB properly re-reads the
22606 executable file when it changes while no inferior is running.
22607
aaf320fa
FF
226082002-01-21 Fred Fish <fnf@redhat.com>
22609
a9c64011
AS
22610 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
22611 optionally accept the "shlib events" variation.
aaf320fa 22612
808a31f5
JB
226132002-01-21 Jim Blandy <jimb@redhat.com>
22614
22615 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
22616 call `fflush' after every `printf', so that the output is produced
22617 at predictable points, regardless of whatever buffering does (or
22618 doesn't) take place.
22619 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
22620 at different points.
22621
4420d5e2
DJ
226222002-01-20 Daniel Jacobowitz <drow@mvista.com>
22623
22624 * gdb.c++/inherit.exp: Update copyright years.
22625 * gdb.c++/method.exp: Likewise.
22626
3e36a0f4
DJ
226272002-01-20 Daniel Jacobowitz <drow@mvista.com>
22628
22629 * gdb.c++/classes.exp: Update for improved v3 support and skipping
22630 artificial methods/arguments.
22631 * gdb.c++/derivation.exp: Likewise.
22632 * gdb.c++/inherit.exp: Likewise.
22633 * gdb.c++/method.exp: Likewise.
22634 * gdb.c++/virtfunc.exp: Likewise.
22635
b4ceaee6
AC
226362002-01-18 Andrew Cagney <ac131313@redhat.com>
22637
22638 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
22639 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
22640 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
22641 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
22642 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
22643 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
22644
ecace851
JB
226452002-01-17 Jim Blandy <jimb@redhat.com>
22646
22647 * gdb.asm/asm-source.exp (info symbol): Take another shot at
22648 anchoring the pattern matching the entry point symbol's name.
22649
375fc983
AC
226502002-01-17 Andrew Cagney <ac131313@redhat.com>
22651
22652 * gdb.base/maint.exp: Update ``maint internal-error'' to match
22653 continue/quit query. Update copyright.
22654
fe6fdd96
MS
226552002-01-14 Michael Snyder <msnyder@redhat.com>
22656
22657 * gdb.base/gcore.exp: Remove extra debugging output.
22658
e017c81f
DJ
226592002-01-13 Daniel Jacobowitz <drow@mvista.com>
22660
22661 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
22662 for slightly dubious v2 mangled string.
22663
37ab3bf8
DJ
226642002-01-13 Daniel Jacobowitz <drow@mvista.com>
22665
22666 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
22667
1bc05c3a 226682002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 22669
1bc05c3a 22670 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 22671
1bc05c3a
JM
22672 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
22673 constructors.
22674 * gdb.c++/derivation.exp: Likewise.
22675 * gdb.c++/templates.exp: Likewise.
22676 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 22677
1bc05c3a
JM
226782002-01-10 Michael Snyder <msnyder@redhat.com>
22679
22680 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 22681
a911c360
MS
226822002-01-08 Michael Snyder <msnyder@redhat.com>
22683
22684 * gdb.base/gcore.exp: New test for generate-core-file command.
22685 * gdb.base/gcore.c: Testcase for above.
22686 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
22687
ea2119ec
JM
226882002-01-08 Jason Merrill <jason@redhat.com>
22689
22690 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
22691
68203136
FF
226922002-01-07 Fred Fish <fnf@redhat.com>
22693
22694 * gdb.c++/overload.exp: Remove unconditional xfails for:
22695 print foo_instance1.overloadargs(1)
22696 print foo_instance1.overloadargs(1, 2)
22697 print foo_instance1.overloadargs(1, 2, 3)
22698 print foo_instance1.overloadargs(1, 2, 3, 4)
22699 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
22700 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
22701 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
22702 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
22703 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
22704 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
22705 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
22706 print foo_instance1.overload1arg()
22707 print foo_instance1.overload1arg((char)arg2)
22708 print foo_instance1.overload1arg((signed char)arg3)
22709 print foo_instance1.overload1arg((unsigned char)arg4)
22710 print foo_instance1.overload1arg((int)arg7)
22711 print foo_instance1.overload1arg((unsigned int)arg8)
22712 print foo_instance1.overload1arg((float)arg11)
22713 print foo_instance1.overload1arg((double)arg12)
d63a86f8 22714
21b9b5b1
MS
227152002-01-07 Michael Snyder <msnyder@redhat.com>
22716
22717 * gdb.base/huge.exp: New test. Print a very large target data object.
22718 (skip_huge_test): New test variable. Define if you want to skip this
22719 test. The test reads an 8 megabyte data object from the target, so it
22720 might be very time consuming on remote targets with a slow connection.
22721 * gdb.base/huge.c: New file. Test case for above.
22722
725f922e
FF
227232002-01-07 Fred Fish <fnf@redhat.com>
22724
22725 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
22726 g_instance.bfoo, and g_instance.cfoo.
22727
889bf7c5 227282002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 22729
889bf7c5
PA
22730 * gdb.base/break.c (multi_line_if_conditional): New function.
22731 (multi_ilne_while_conditional): Likewise.
22732 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
22733 IF or WHILE condition puts the breakpoint at the start of
22734 the condition.
f286b2c3 22735
634d57ec
JL
22736 * gdb.base/selftest.exp (backtrace through signal handler): Remove
22737 hppa*-*-hpux* expected failure.
22738 * gdb.base/structs.exp (do_function_calls): Similarly.
22739
22740 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
22741 watchpoints.
22742
9fbfe2dc
AC
227432002-01-06 Andrew Cagney <ac131313@redhat.com>
22744
22745 Fix PR gdb/66.
22746 * gdb.base/structs.exp: Replace skip for a29k with skip for
22747 gdb,cannot_call_functions.
22748 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
22749 * gdb.base/callfuncs.exp: Ditto.
22750 * gdb.base/call-rt-st.exp: Ditto.
22751 * gdb.base/call-strs.exp: Ditto.
22752 * gdb.base/callfwmall.exp: Ditto.
22753 * gdb.base/scope.exp: Obsolete xfail a29k.
22754 * gdb.c++/misc.exp: Ditto.
22755 * gdb.c++/cplusfuncs.exp: Ditto.
22756 * gdb.base/ptype.exp: Ditto.
22757 * gdb.base/printcmds.exp: Ditto.
22758 * gdb.base/opaque.exp: Ditto.
22759 * gdb.base/list.exp: Ditto.
22760 * gdb.base/funcargs.exp: Ditto.
22761 * gdb.base/default.exp: Ditto.
22762
8ddad156
MS
227632002-01-04 Michael Snyder <msnyder@redhat.com>
22764
ca4976a6 22765 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
22766 * gdb.base/maint.exp: Add tests for maint info sections options.
22767
1b074332
JL
22768Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
22769
22770 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
22771
7d159115
CV
227722001-12-20 Corinna Vinschen <vinschen@redhat.com>
22773
22774 * gdb.asm/arm.inc: New file.
22775 * gdb.asm/asm-source.exp: Add arm targets.
22776 * gdb.asm/configure.in: Ditto.
22777 * gdb.asm/configure: Recreated from configure.in.
22778
8fb87725
JL
22779Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
22780
afabe08c
JL
22781 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
22782 with HP's compiler.
22783 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
22784 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
22785 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
22786 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
22787
22788 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
22789 either HP's compilers or GCC.
22790
db521deb
JL
22791 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
22792 a SIGBUS or SIGSEGV.
22793
22794 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
22795
22796 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
22797 can be compiled with either HP's compiler or GCC.
22798
cfa88ab7
JL
22799 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
22800 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
22801 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
22802
ca344dff
JL
22803 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
22804 to match current gdb output. Update due to using auto-solib-limit
22805 for limiting instead of overloading auto-solib-add.
22806 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
22807 test program.
22808
3f3c6e55 22809 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
22810 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
22811 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
22812 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
22813 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
22814 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
22815 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
22816 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
22817 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
22818 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
22819 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
22820 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
22821 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 22822
8fb87725
JL
22823 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
22824 a SIGTRAP to the inferior.
22825
cf599fa7
CV
228262001-12-19 Corinna Vinschen <vinschen@redhat.com>
22827
22828 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
22829 Substitute call to target_link by call to gdb_compile.
22830
2cd045cd
JL
22831Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
22832
a9c64011
AS
22833 * gdb.base/break.exp: Fix HP specific search string when testing
22834 backtracing in a called function.
2cd045cd 22835
a9c64011
AS
22836 * gdb.base/constvars.exp: Only set lang to C++ if we're
22837 compiling the test with HP's compilers.
22838 * gdb.base/volatile.exp: Similarly.
2cd045cd 22839
99ebe9ac
JB
228402001-12-19 Jim Blandy <jimb@redhat.com>
22841
22842 * gdb.base/printcmds.exp: Expect the null character to be printed
22843 as '\0', and the '\013' to be printed as '\v'.
22844 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
22845 * gdb.base/setvar.exp: Same.
22846
b9891b29
JB
228472001-12-17 Jim Blandy <jimb@redhat.com>
22848
0eba65ab
JB
22849 * gdb.base/completion.exp: Rather than completing very long
22850 filenames, which can make the readline library produce output we
22851 don't recognize, cd to the directory first, and then complete
22852 using nice, short relative paths.
22853
6970b5b1
JB
22854 * gdb.base/completion.exp: On some systems, there is, in fact, a
22855 variable named `b' in scope, since GDB treats all static
a9c64011
AS
22856 variables as being in scope. So use `no_var_named_this'
22857 instead of `b'.
6970b5b1 22858
b9891b29 22859 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 22860 can't find the core file's registers as a failure.
b9891b29 22861
e6ccd35f
JSC
228622001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
22863
a9c64011
AS
22864 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
22865 test expect string more specific.
e6ccd35f 22866
105ba819
CV
228672001-12-13 Corinna Vinschen <vinschen@redhat.com>
22868
22869 * gdb.asm/asm-source.exp: Add support for xstormy16.
22870 * gdb.asm/configure.in: Ditto.
22871 * gdb.asm/configure: Rebuild.
22872 * gdb.asm/xstormy16.inc: New file.
22873
e9e79dd9
FF
228742001-12-10 Fred Fish <fnf@redhat.com>
22875
22876 * gdb.base/maint.exp: Update to match changes in type dumping code.
22877
347dc97d
JB
228782001-12-10 Jim Blandy <jimb@redhat.com>
22879
22880 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
22881 matching the entry point symbol's name at the beginning of the
22882 line.
347dc97d 22883
5178b9d6
DJ
228842001-12-07 Daniel Jacobowitz <drow@mvista.com>
22885
22886 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
22887 gdb.c++/inherit.exp, gdb.c++/method.exp,
22888 gdb.c++/namespace.exp, gdb.c++/templates.exp,
22889 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
22890 and class layout support.
22891
af890c52
DJ
228922001-12-07 Daniel Jacobowitz <drow@mvista.com>
22893
22894 * gdb.c++/classes.exp: Add test for static member function.
22895 * gdb.c++/misc.cc: Add class with static member function.
22896
7a345fb3
JB
228972001-12-07 Jim Blandy <jimb@redhat.com>
22898
f2e54a80 22899 If GDB says it can't find the struct the function returned, report
8032bf31
JB
22900 those tests as `unsupported'.
22901 * gdb.base/call-rt-st.exp (print_struct_call): New function.
22902 Rewrite subsequent tests to use it.
22903
22904 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
22905 those tests as `unsupported'.
22906 * gdb.base/structs.exp (call_struct_func): New function.
22907 (do_function_calls): Use call_struct_func to call the functions
22908 returning structs.
22909
0bc69509
JB
22910 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
22911 whether functions are prototyped or not, so we can't possibly pass
22912 arguments to t_float_values2 properly.
22913
7a345fb3
JB
22914 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
22915 value of `timeout' for targets other than the mips*tx39-*.
22916
edb6ede1
MS
229172001-12-06 Michael Snyder <msnyder@redhat.com>
22918
d63a86f8 22919 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
22920 and detect whether the start symbol has a leading underscore.
22921
2d842f13
JB
229222001-12-04 Jim Blandy <jimb@redhat.com>
22923
22924 * gdb.base/completion.exp: Clarify indentation.
22925
68550daf
JB
229262001-12-03 Jim Blandy <jimb@redhat.com>
22927
22928 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
22929 variables on the S/390, not `.word'.
22930
cd5195a8
JB
229312001-11-30 Jim Blandy <jimb@redhat.com>
22932
22933 Add assembly-source tests for s390-ibm-linux.
22934 * gdb.asm/s390.inc: New file.
22935 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
22936 the S/390 architecture.
a9c64011 22937 * gdb.asm/configure: Regenerated.
cd5195a8 22938
ca9efc90
MS
229392001-11-30 Michael Snyder <msnyder@redhat.com>
22940
22941 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
22942 next, info source, info sources, info line, global and static
22943 variables, and static functions.
22944 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
22945 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
22946 * gdb.asm/asmsrc1.s: Add a static function and some variables.
22947 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
22948 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
22949 (gdbasm_leave): Restore frame pointer.
22950 (gdbasm_startup): Copy stack set-up from crt0.S.
22951
d0e66976
FN
229522001-11-26 Fernando Nasser <fnasser@redhat.com>
22953
22954 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
22955 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
22956 to a local (non-static) variable. Copy tstruct.a to a static buffer
22957 and return a pointer to that buffer.
22958 * gdb.base/callfwmall.c (t_structs_a): Ditto.
22959
e2334072
MK
229602001-11-24 Mark Kettenis <kettenis@gnu.org>
22961
22962 * gdb.asm/configure.in: Fix recognition of ix86 target.
22963 * gdb.asm/configure: Regenerate.
22964
756caa3d
MS
229652001-11-21 Michael Snyder <msnyder@redhat.com>
22966
22967 * gdb.asm/sparc.inc: New file.
22968 * gdb.asm/asm-source.exp: Recognize sparc target.
22969 * gdb.asm/configure.in: Recognize sparc target.
22970 * gdb.asm/configure: Regenerate.
d63a86f8 22971
9a4d72d5
MS
229722001-11-21 Michael Snyder <msnyder@redhat.com>
22973
22974 * gdb.asm/m32r.inc: New file.
22975 * gdb.asm/asm-source.exp: Recognize m32r target.
22976 * gdb.asm/configure.in: Recognize m32r target.
22977 * gdb.asm/configure: Regenerate.
22978
a773d1cd
MS
229792001-11-20 Michael Snyder <msnyder@redhat.com>
22980
017ac23d
MS
22981 * gdb.asm/i386.inc: New file.
22982 * gdb.asm/asm-source.exp: Recognize ix86 target.
22983 * gdb.asm/configure.in: Recognize ix86 target.
22984 * gdb.asm/configure: Regenerate.
22985
a773d1cd
MS
22986 * gdb.c++/namespace.exp: Fix quotes in output messages.
22987
bb632afb
MS
229882001-11-14 Michael Snyder <msnyder@redhat.com>
22989
25d559ca 22990 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
22991 qualifier in a type cast expression, to designate an address
22992 in the instruction space (Harvard architecture).
22993
4749e309
MS
229942001-11-13 Michael Snyder <msnyder@redhat.com>
22995
22996 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
22997 Tests for expressions using 'const' and 'volatile'.
22998
25050984
CV
229992001-11-13 Corinna Vinschen <vinschen@redhat.com>
23000
23001 * gdb.asm/asm-sources.exp: Allow defining linker flags.
23002
1902c51f
DJ
230032001-11-12 Daniel Jacobowitz <drow@mvista.com>
23004
23005 * lib/mi-support.exp (mi_run_to_helper): Move comments
23006 outside of gdb_expect.
23007
dcf95b47
DJ
230082001-11-11 Daniel Jacobowitz <drow@mvista.com>
23009
23010 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
23011 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
23012 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
23013 mi0_run_to): New functions.
23014 * gdb.mi/mi-simplerun.exp: Use them.
23015 * gdb.mi/mi0-simplerun.exp: Likewise.
23016 * gdb.mi/mi-var-cmd.exp: Likewise.
23017 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 23018
45b074e1
AC
230192001-11-10 Andrew Cagney <ac131313@redhat.com>
23020
23021 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
23022 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
23023
bf50d346
AC
230242001-11-09 Andrew Cagney <ac131313@redhat.com>
23025
23026 * gdb.base/restore.exp: Include $expected value in restored test
23027 message.
23028
9383332c
AC
230292001-11-09 Andrew Cagney <ac131313@redhat.com>
23030
23031 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
23032 implemented.
23033
db62520a
MS
230342001-11-08 Michael Snyder <msnyder@redhat.com>
23035
23036 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
23037 Add pass/fail message for stop at breakpoint in call dummy function.
23038
b5703437
MS
230392001-11-07 Michael Snyder <msnyder@redhat.com>
23040
d63a86f8
RM
23041 * gdb.c++/templates.exp (test_template_breakpoints):
23042 If we get an overload menu, but it does not match what
760f6330 23043 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
23044 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
23045 making the whitespace optional. Argument for "new" may be
23046 "unsigned" as well as "unsigned int/long".
d63a86f8 23047 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
23048 making the whitespace optional. Also replace "(void) with
23049 "((void|)), making the keyword "void" optional.
d63a86f8 23050 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
23051 making the whitespace optional. Also replace "(void) with
23052 "((void|)), making the keyword "void" optional.
3bf40917
MS
23053 * gdb.base/callfuncs.c (t_float_values): This function must
23054 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 23055 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
23056 can be tested against both cases. Usually one case involves
23057 promotion of float to double, while the other does not.
23058 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
23059 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
23060 includes a stack frame for "start".
23061
c8ab4e6d
JB
230622001-11-05 Jim Blandy <jimb@redhat.com>
23063
23064 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
23065 pointers are 32 bits long, and that offsets of relocs are always
23066 stored in the data (REL-style), and not in the reloc entry itself
23067 (RELA-style).
23068 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
23069 stabs.
23070
3f08ced9
MS
230712001-11-01 Michael Snyder <msnyder@redhat.com>
23072
23073 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
23074 and regular expression operators by using quoting.
23075
cbfa24cd
MS
230762001-10-31 Michael Snyder <msnyder@redhat.com>
23077
23078 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
23079 depending on what the symbol table contains.
23080 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
23081 the output of the ptype command. Similarly, accept both "const &"
23082 and "const&".
23083
aaa68313
CV
230842001-10-31 Corinna Vinschen <vinschen@redhat.com>
23085
23086 * gdb.base/miscexprs.c (main): Add usage of preprocessor
23087 symbol `STORAGE' to allow to choose the storage class of
23088 the local datastructures.
23089 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
23090 compiler directive.
23091
91740388
MS
230922001-10-30 Michael Snyder <msnyder@redhat.com>
23093
23094 * gdb.base/jump.exp: Allow it to run for all targets.
23095
1b7c05e7
CV
230962001-10-29 Corinna Vinschen <vinschen@redhat.com>
23097
23098 * gdb.base/call-ar-st.c (print_double_array): Match for loop
23099 with new double_array size.
23100 (main): Change storage class of all local variables to static.
23101 Reduce size of double_array to 9.
23102 * gdb.base/call-ar-st.exp: Increase timeout value.
23103 Change expected output for double array to match new size in
23104 call-ar-st.c.
23105
36a22261
CV
231062001-10-29 Corinna Vinschen <vinschen@redhat.com>
23107
23108 * gdb.base/ending-run.exp: Create identical output when passing
23109 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 23110 Stormy16 target.
36a22261 23111
92b8ae91
MK
231122001-10-28 Mark Kettenis <kettenis@gnu.org>
23113
23114 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
23115 that we catch the expected failure under Linux/x86.
23116
cb135b83
OF
231172001-10-29 Orjan Friberg <orjanf@axis.com>
23118
23119 * gdb.base/setvar.exp: Escape curly braces.
23120 * gdb.stabs/weird.exp: Ditto.
23121
6884aa54
DJ
231222001-10-27 Daniel Jacobowitz <drow@mvista.com>
23123
23124 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
23125 * gdm.mi/mi0-hack-cli.exp: Likewise.
23126
0398c9aa
AC
231272001-10-25 Andrew Cagney <ac131313@redhat.com>
23128
23129 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
23130 messages.
23131
d20bf2e8
AC
231322001-10-21 Andrew Cagney <ac131313@redhat.com>
23133
23134 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
23135 checking MI enabled.
23136
03dd63aa
CV
231372001-10-09 Corinna Vinschen <vinschen@redhat.com>
23138
23139 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
23140
1d9d99f3
FCE
231412001-10-04 Frank Ch. Eigler <fche@redhat.com>
23142
23143 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
23144 if gdb child process crashes, just signal an error.
23145
838ae6c4
JB
231462001-10-02 Jim Blandy <jimb@redhat.com>
23147
23148 * lib/gdb.exp (test_xfail_format): Simplify.
23149
23150 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
23151 front of the variable name `format'. Simplify `if'.
23152
8f0cbc1c
DJ
231532001-10-01 Daniel Jacobowitz <drow@mvista.com>
23154
23155 * gdb.threads/pthreads.exp: Wait for output and delay
23156 before sending ^C.
23157
1f08dafd
DJ
231582001-10-01 Daniel Jacobowitz <drow@mvista.com>
23159
23160 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
23161 some incorrect output instead of timing out.
23162 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
23163
674f90ff
CV
231642001-09-28 Corinna Vinschen <vinschen@redhat.com>
23165
23166 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
23167 check to allow additional `int'.
23168
9b284272
DJ
231692001-09-27 Daniel Jacobowitz <drow@mvista.com>
23170
23171 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
23172 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
23173
b55a4771
MS
231742001-09-27 Michael Snyder <msnyder@redhat.com>
23175
23176 * lib/gdb.exp (test_debug_format): New proc.
23177 (setup_xfail_format): Use new proc test_debug_format.
23178 * gdb.base/constvars.exp (local_compiler_xfail_check): New
23179 proc; use new service proc test_debug_format.
23180 Replace all other "gcc_compiled" tests with this test.
23181 * gdb.base/volatile.exp (local_compiler_xfail_check): New
23182 proc; use new service proc test_debug_format.
23183 Replace all other "gcc_compiled" tests with this test.
23184
231852001-09-27 Michael Snyder <msnyder@redhat.com>
23186
23187 * gdb.base/cvexpr.exp: New file.
23188 * gdb.base/cvexpr.c: New file
23189 Test for expressions using const and volatile keywords.
23190
4e6667ac
CV
231912001-09-26 Corinna Vinschen <vinschen@redhat.com>
23192
23193 * gdb.base/constvars.exp: Check for different orders of keywords
23194 and additional "int" strings in output.
23195
4f337972
AC
231962001-09-22 Andrew Cagney <ac131313@redhat.com>
23197
23198 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
23199 responses from "help maint".
23200
2015650d
FCE
232012001-09-19 Frank Ch. Eigler <fche@redhat.com>
23202
23203 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
23204 to localhost:NNN instead of :NNN, in case Xvfb is listening
23205 only on TCP.
23206
f3bcedc1
CV
232072001-09-19 Corinna Vinschen <vinschen@redhat.com>
23208
23209 * gdb.base/recurse.exp: When checking leaving the watchpoint
23210 scope, recognize when gdb is in function's epilogue and pass.
23211
6b819c92
KS
232122001-09-18 Keith Seitz <keiths@redhat.com>
23213
23214 * lib/insight-support.exp (_gdbtk_export_target_info): Add
23215 support for running tests against sid targets.
23216 (gdbtk_done): Ditto.
23217
a10c9419
CV
232182001-09-18 Corinna Vinschen <vinschen@redhat.com>
23219
23220 * gdb.base/ending-run.c (main): Set stdout buffersize
23221 to the same reasonable value for any target.
23222 * gdb.base/ending-run.exp: Add a regular expression
23223 to make testsuite happy on Sanyo Stormy16 target.
23224
739d0d99
CV
232252001-09-17 Corinna Vinschen <vinschen@redhat.com>
23226
23227 * gdb.base/display.c (do_loops): Add float variable `f'.
23228 Increment f in loop.
23229 * gdb.base/display.exp: Increment timeout by 60 seconds.
23230 Change float display test to use variable `f'.
23231
1b8947f0
JB
232322001-09-17 Jim Blandy <jimb@redhat.com>
23233
23234 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
23235 overflowing the limited breakpoint tables on some ROM monitors
23236 (like the ROM68K).
23237
9890ac81
FCE
232382001-09-15 Frank Ch. Eigler <fche@redhat.com>
23239
23240 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
23241 the "-ac" (disable access control) flag.
23242
6db765ea
JH
232432001-08-30 Jeff Holcomb <jeffh@redhat.com>
23244
23245 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
23246 ints.
23247
4c32cc04
KS
232482001-08-30 Keith Seitz <keiths@redhat.com>
23249
23250 * lib/gdb.exp: Move all insight-related functionality into
23251 separate file.
23252 * lib/insight-support.exp: New file.
23253
8d6e6f81
FCE
232542001-08-29 Frank Ch. Eigler <fche@redhat.com>
23255
23256 * config/sid.exp (sid_start): Never set sid verbosity; disable
23257 expect_background {} that consumed its stdout; tolerate </dev/null.
23258 Attempt to set endianness override in "sid" protocol mode. Cleanup.
23259
6a90e1d0
AC
232602001-08-18 Andrew Cagney <ac131313@redhat.com>
23261
23262 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
23263 CLI jump command to start it.
23264 (mi_run_to_main): Fail immediatly when unexpected output.
23265
1759b3c3
AC
232662001-08-18 Andrew Cagney <ac131313@redhat.com>
23267
23268 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
23269 beginning of function. Fix PR gdb/191.
23270
61d11d80
FCE
232712001-08-16 Frank Ch. Eigler <fche@redhat.com>
23272
23273 * config/sid.exp (sid_start): Don't warn if we cannot figure out
23274 what to force sid endianness to.
23275
942a4df2
KS
232762001-08-15 Keith Seitz <keiths@redhat.com>
23277
23278 * lib/gdb.exp (gdbtk_start): Don't set environment
23279 variables for TCL_LIBRARY and friends. Insight will
23280 now figure these out for itself.
23281
0521c418
MS
232822001-08-02 Michael Snyder <msnyder@redhat.com>
23283
23284 * gdb.base/completion.exp: Remove the symbol "a64l" from
23285 the expect string; this is target-specific, and not related
23286 to what is being tested.
23287
74a9a58a
DB
232882001-08-02 Dave Brolley <brolley@redhat.com>
23289
23290 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
23291
c70819fa
MS
232922001-07-25 Michael Snyder <msnyder@redhat.com>
23293
c2b8fa57
MS
23294 * gdb.base/consecutive.exp: New file. Test stepping over
23295 breakpoints on consecutive instructions.
23296 * gdb.base/consecutive.c: New file.
23297
c70819fa
MS
23298 * gdb.base/call-rt-st.exp: Use double-backslash to quote
23299 curly braces in regular expressions.
23300
2b1a1355
MS
233012001-07-25 Michael Snyder <msnyder@redhat.com>
23302
23303 * gdb.base/ending-run.exp: Accept "Program exited normally" as
23304 legitimate output from stepping out of main.
23305
413eca6f
KS
233062001-07-22 Keith Seitz <keiths@redhat.com>
23307
23308 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
23309 the empty string, do not run the tests.
23310
7e5a9322
SC
233112001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23312
23313 * gdb.base/long_long.exp: Detect size of pointer. Take into
23314 account 2-byte pointers when testing for p/a results.
23315
de58f10f
SC
233162001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23317
d63a86f8 23318 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
23319 and defined to 1K for m68hc11.
23320 (random_data): Reduce table to 1K for embedded platforms (68hc11).
23321 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
23322 (sizeof_random_data): New variable to tell the size of the data table;
23323 don't test past this size; always run to main.
23324
d6f5fea1
SC
233252001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23326
23327 * gdb.base/return2.exp: return of long long and double fails for
23328 68HC11; don't execute these tests on that platform.
23329 * gdb.base/return.exp: Return of a double fails for 68hc11.
23330
c477543d
SC
233312001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23332
23333 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
23334 tests that print a float.
23335 * call-rt-st.exp: Likewise.
23336
63cf1c79
MK
233372001-07-12 Mark Kettenis <kettenis@gnu.org>
23338
23339 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
23340 running this test on Linux.
23341
112f9ab5
MC
233422001-06-24 Michael Chastain <chastain@redhat.com>
23343
23344 * gdb.base/arithmet.exp: Remove some tests to make all test names
23345 unique.
23346
4970cb0f
MS
233472001-07-03 Michael Snyder <msnyder@redhat.com>
23348
23349 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
23350 the output of the ptype command.
23351
d85da69f
MS
233522001-07-02 Michael Snyder <msnyder@redhat.com>
23353
4c8a82de
MS
23354 * gdb.base/completion.exp: Don't assume that break.c is the only
23355 source file that may contain functions named "marker".
d85da69f
MS
23356 * gdb.base/corefile.exp: Quote the curly braces in regexp.
23357
8afc772b
AC
233582001-06-28 Andrew Cagney <ac131313@redhat.com>
23359
23360 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
23361 of files to delete.
23362
23363 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
23364 * gdb.disasm/h8300s.exp: New file.
23365 gdb.disasm/h8300s.s: Likewise.
23366
cff22675
AC
233672001-06-27 Andrew Cagney <ac131313@redhat.com>
23368
23369 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
23370 empty breakpoint tables.
23371
68c81b54
AC
233722001-06-25 Andrew Cagney <ac131313@redhat.com>
23373
23374 * lib/mi-support.exp: Update args=... part of stop-reason
23375 patterns. Accept either a list or a tuple.
23376
2dd62704
AC
233772001-06-23 Andrew Cagney <ac131313@redhat.com>
23378
23379 * lib/mi-support.exp: Remove local emacs variable defining
23380 change-log-default-name.
23381
b4127474
MC
233822001-06-22 Michael Chastain <chastain@redhat.com>
23383
23384 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
23385 This is operationally compatible with the previous version.
23386
8dbfb380
JB
233872001-06-13 Jim Blandy <jimb@redhat.com>
23388
23389 * lib/gdb.exp (gdb_test): Doc fix.
23390
f2d8c86d
MC
233912001-06-10 Michael Chastain <chastain@redhat.com>
23392
23393 * gdb.base/exprs.exp: Remove a duplicate test.
23394
81564d34
JB
233952001-06-06 Jim Blandy <jimb@redhat.com>
23396
23397 * gdb.base/return2.exp (main): Use values to test float and double
23398 returns that are not NaN's, to avoid being confused by IEEE
23399 comparison rules.
23400
da55addb
MS
234012001-06-04 Michael Snyder <msnyder@redhat.com>
23402
23403 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 23404 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
23405 rather than wait for 12 more tests to time out.
23406
42c65987
JB
234072001-06-06 Jim Blandy <jimb@redhat.com>
23408
b18bced9 23409 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 23410 Don't forget to match the GDB prompt.
b18bced9 23411
42c65987
JB
23412 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
23413
5b41e5f0
JB
234142001-06-04 Jim Blandy <jimb@redhat.com>
23415
23416 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
23417 command.
23418
015e046f
KB
234192001-05-31 Kevin Buettner <kevinb@redhat.com>
23420
23421 * gdb.base/annota1.exp (info break): Match four or more spaces
23422 after "Address".
23423
fb1ffbbe
MC
234242001-05-31 Michael Chastain <chastain@redhat.com>
23425
23426 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
23427 (dm_type_int_star): Likewise.
23428 (dm_type_long_star): Likewise.
23429 (dm_type_void_star): Likewise.
23430
5ea2a32c
KB
234312001-05-29 Kevin Buettner <kevinb@redhat.com>
23432
23433 * gdb.base/completion.exp (INPUTRC): Set this environment variable
23434 to a known value in order to get consistent results regardless
23435 of the setting of INPUTRC or the presence or contents of .inputrc.
23436
ae23c492
MS
234372001-05-24 Michael Snyder <msnyder@redhat.com>
23438
ac55707e
MS
23439 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
23440 Don't require that the main thread and the manager thread are the
23441 first in the list.
23442
ae23c492
MS
23443 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
23444 debugging. If test fails, issue an "unsupported" not a "fail".
23445
400071f1
JB
234462001-05-24 Jim Blandy <jimb@redhat.com>
23447
23448 Don't assume that short is shorter than int.
23449 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
23450 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 23451 this isn't true.
400071f1
JB
23452 ("print unsigned char == (~0)"): Add test that verifies that ~0,
23453 an int, is not equal to ~0 stored in an unsigned char. This tests
23454 the same thing that the previous test meant to, but works on
23455 16-bit machines, too.
23456 ("print unsigned char != (~0)"): Same test, complemented.
23457
0816a3e5
MS
234582001-05-24 Michael Snyder <msnyder@redhat.com>
23459
23460 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 23461 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
23462 and prevents dejagnu getting out of step.
23463
f6dc23a9
KB
234642001-05-23 Kevin Buettner <kevinb@redhat.com>
23465
23466 * gdb.base/finish.exp (finish_void): Revise pattern for
23467 stopping on the call statement to not permit stopping at
23468 the start of the instructions comprising the call sequence.
23469
7dbd117d
MC
234702001-05-19 Michael Chastain <chastain@redhat.com>
23471
23472 * gdb.base/callfuncs.exp: Make all test names unique.
23473 * gdb.base/commands.exp: Make all test names unique.
23474 * gdb.base/condbreak.exp: Make all test names unique.
23475 * gdb.base/dbx.exp: Make all test names unique.
23476 * gdb.base/default.exp: Make all test names unique.
23477 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
23478 and TIMEOUT messages to their corresponding PASS message.
23479 * gdb.base/ending-run.exp: Make all test names unique.
23480 * gdb.base/long_long.exp: Remove duplicate test.
23481
6b0b0a9e
KB
234822001-05-21 Kevin Buettner <kevinb@redhat.com>
23483
23484 * gdb.base/finish.exp (finish_void): Allow "finish" command to
23485 stop on the call statement as well as the statement after the
23486 call.
23487
2caa35cb
MS
234882001-05-21 Michael Snyder <msnyder@redhat.com>
23489
23490 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
23491
40713331
EZ
234922001-05-10 Elena Zannoni <ezannoni@redhat.com>
23493
a9c64011
AS
23494 * gdb.base/completion.exp: Revamp test. Make it execute on all
23495 platforms.
40713331 23496
c2c1be8d
EZ
234972001-05-10 Elena Zannoni <ezannoni@redhat.com>
23498
a9c64011
AS
23499 * config/gdbserver.exp (gdb_load): Handle the case
23500 in which the arguments to gdbserver are given in the
23501 baseboard configuration file.
23502 Also handle the case in which the server needs to do a
23503 load.
2c9cd303 23504
9671de48
KS
235052001-05-07 Keith Seitz <keiths@cygnus.com>
23506
a9c64011
AS
23507 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
23508 set up the display for testing.
23509 (gdbtk_start): Convert all paths to paths that tcl will like.
23510 Export target information to environment.
23511 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
23512 necessary.
23513 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
23514 (to_tcl_path): New proc to convert a given pathname into
23515 a path acceptible as an argument to a tcl command.
23516 (_gdbtk_export_target_info): New proc to export target info
23517 into the environment for gdbtk testing.
23518 (gdbtk_done): New proc to signal end-of-test.
9671de48 23519
5a360f47
JB
235202001-05-06 Jim Blandy <jimb@redhat.com>
23521
23522 * restore.c: Make the code of caller0 correspond to its comment.
23523
66c756c6
MS
235242001-05-03 Michael Snyder <msnyder@redhat.com>
23525
23526 * config/sid.exp (gdb_target_sid): Check for error messages.
23527 On error or timeout, don't make expect exit (which will terminate
23528 all subsequent tests); instead just make gdb exit.
d63a86f8 23529 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
23530 return a negative value.
23531
a966fde5
JB
235322001-04-24 Jim Blandy <jimb@redhat.com>
23533
851c18e0
JB
23534 * gdb.c++/templates.exp: If we see the prompt for the overload
23535 list, but we haven't recognized any of the longer patterns,
23536 arrange for this test to fail, not hang.
23537
a966fde5
JB
23538 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
23539 variations.
23540
db144853
MC
235412001-04-22 Michael Chastain <chastain@redhat.com>
23542
23543 * gdb.c++/local.exp: Use the 'runto' library function.
23544 * gdb.c++/namespace.exp: Likewise.
23545 * gdb.c++/overload.exp: Likewise.
23546
3207ec21
KB
235472001-03-26 Kevin Buettner <kevinb@redhat.com>
23548
23549 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
23550 * gdb.base/step-line.exp: New file. Test step/next in presence of
23551 #line directives.
23552 * gdb.base/step-line.c: New file. Test program for the above.
23553 * gdb.base/step-line.inp: New file. We pretend that this file has
23554 been transformed by some other tool into step-line.c.
23555
13b57657
JB
235562001-03-21 Jim Blandy <jimb@redhat.com>
23557
23558 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
23559 unmangled operator names.
23560
754cbe1c
JB
235612001-03-20 Jim Blandy <jimb@redhat.com>
23562
23563 * gdb.threads/linux-dp.exp: Recognize an additional message
23564 generated by GDB when it doesn't understand how to debug threads
23565 on the target system.
23566
177495c9
AC
235672001-03-19 Andrew Cagney <ac131313@redhat.com>
23568
23569 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
23570
f266096b
MC
235712001-03-12 Michael Chastain <chastain@redhat.com>
23572
23573 * gdb.c++/derivation.exp: Use the 'runto' library function.
23574
cac3c2ff
MC
235752001-03-12 Michael Chastain <chastain@redhat.com>
23576
23577 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
23578
b6c11a24
MC
235792001-02-24 Michael Chastain <chastain@redhat.com>
23580
23581 * gdb.c++/ref-types.exp: Change handwritten code to library
23582 function 'runto'.
23583
6bae5bce
OF
235842001-03-16 Orjan Friberg <orjanf@axis.com>
23585
23586 * gdb.base/signals.exp: Set count to 0 explicitly.
23587
0015fd9a
MS
235882001-03-15 Mark Salter <msalter@redhat.com>
23589
23590 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
23591 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
23592 (gdb_load): Add support for additional target_info: gdb_download_size
23593 and gdb_load_timeout.
0015fd9a 23594
fc33412a
DT
23595Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
23596
23597 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
23598 file -- to prevent failing when the compile fails but we have no
23599 intention of running the tests anyway.
fc33412a
DT
23600
23601 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
23602 tests if set.
23603
23604 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 23605 integers.
fc33412a
DT
23606
23607 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
23608 * gdb.c++/namespace.exp: Ditto.
23609
115f06de
OF
236102001-03-07 Orjan Friberg <orjanf@axis.com>
23611
23612 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
23613 * gdb.base/pointers.exp: Relax pattern match of decimals.
23614
b6ba6518
KB
236152001-03-06 Kevin Buettner <kevinb@redhat.com>
23616
23617 * Makefile.in, config/abug.exp, config/cfdbug.exp,
23618 config/cpu32bug.exp, config/dve.exp, config/est.exp,
23619 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
23620 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
23621 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
23622 config/sh.exp, config/sid.exp, config/slite.exp,
23623 config/sparclet.exp, config/udi.exp, config/unknown.exp,
23624 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
23625 config/vxworks.exp, config/vxworks29k.exp,
23626 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
23627 gdb.base/all-bin.exp, gdb.base/annota1.exp,
23628 gdb.base/arithmet.exp, gdb.base/assign.exp,
23629 gdb.base/async.exp, gdb.base/attach.exp,
23630 gdb.base/bitfields.exp, gdb.base/bitops.exp,
23631 gdb.base/break.exp, gdb.base/call-ar-st.exp,
23632 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
23633 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
23634 gdb.base/commands.exp, gdb.base/completion.exp,
23635 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
23636 gdb.base/constvars.exp, gdb.base/corefile.exp,
23637 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
23638 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
23639 gdb.base/ending-run.exp, gdb.base/environ.exp,
23640 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
23641 gdb.base/finish.exp, gdb.base/foll-exec.exp,
23642 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
23643 gdb.base/funcargs.exp, gdb.base/help.exp,
23644 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
23645 gdb.base/logical.exp, gdb.base/long_long.exp,
23646 gdb.base/maint.exp, gdb.base/mips_pro.exp,
23647 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
23648 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
23649 gdb.base/pointers.exp, gdb.base/printcmds.exp,
23650 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
23651 gdb.base/regs.exp, gdb.base/relational.exp,
23652 gdb.base/remote.exp, gdb.base/reread.exp,
23653 gdb.base/restore.exp, gdb.base/return2.exp,
23654 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
23655 gdb.base/selftest.exp, gdb.base/setshow.exp,
23656 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
23657 gdb.base/sigall.exp, gdb.base/signals.exp,
23658 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
23659 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
23660 gdb.base/step-test.exp, gdb.base/structs.c,
23661 gdb.base/structs.exp, gdb.base/structs2.exp,
23662 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
23663 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
23664 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
23665 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
23666 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
23667 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
23668 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
23669 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
23670 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
23671 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
23672 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
23673 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
23674 gdb.fortran/types.exp, gdb.java/jmisc.exp,
23675 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
23676 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
23677 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
23678 gdb.trace/circ.exp, gdb.trace/collection.exp,
23679 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
23680 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
23681 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
23682 gdb.trace/report.exp, gdb.trace/save-trace.exp,
23683 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
23684 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
23685 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
23686 notices.
23687
dc96c6c7 236882001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
23689
23690 * gdb.base/varargs.c (find_max_double): Fix printf format string:
23691 first arg is int not float.
23692
dc96c6c7 236932001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
23694
23695 * gdb.base/reread.exp: Unsupported for non-native targets;
23696 doesn't work for remote debugging.
23697
9b0c4aeb
FN
236982001-02-19 Fernando Nasser <fnasser@redhat.com>
23699
23700 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
23701 * gdb.base/ending-run.exp: Properly handle the BSP state when
23702 stepping past the end of main.
9b0c4aeb 23703
02aa71d5
MC
237042001-02-19 John Moore <jmoore@redhat.com>
23705
23706 * gdb.base/commands.exp (infrun_breakpoint_command_test):
23707 Converted HPUX fix for non-expected items following multiple
23708 step commands into general solution for all platforms.
23709
1fa449a4
MC
237102001-02-18 Michael Chastain <chastain@redhat.com>
23711
23712 * gdb.c++/classes.exp (do_tests): Change runto statements
23713 from "runto 'foo(void)'" to "runto 'foo'". This makes the
23714 statements demangler agnostic.
23715 * gdb.c++/virtfunc.exp (do_tests): Likewise.
23716 (gdb_virtfunc_restart): Likewise.
23717
b2f9ec70
MC
237182001-02-14 Michael Chastain <chastain@redhat.com>
23719
23720 * gdb.c++/inherit.exp (do_tests): Change runto statements
23721 from "runto 'foo(void)'" to "runto 'foo'". This makes the
23722 statements demangler agnostic.
23723
cf74b8ca
AC
23724Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
23725
23726 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
23727 ``continue to bkpt at common_routine in thread 2'' and ``stopped
23728 before calling common_routine 15 times'' tests.
cf74b8ca 23729
99f78f56
MC
237302001-02-11 Michael Chastain <chastain@redhat.com>
23731
23732 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
23733 Helps the test script figure out which demangler is in use.
23734 (dm_type_foo_ref): Ditto.
23735 (dm_type_int_star): Ditto.
23736 (dm_type_long_star): Ditto.
23737 (dm_type_unsigned_int): Ditto.
23738 (dm_type_void): Ditto.
23739 (dm_type_void_star): Ditto.
99707966 23740 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
23741 Probe the gdb demangler and set variables to accommodate
23742 formatting differences.
23743 (info_func_regexp): New function. Same as info_func, but
23744 matches against a regexp.
23745 (info_func): Match against a literal string.
23746 (print_addr_2): New function. Match against a literal string,
23747 which can be different from the input to gdb.
23748 (print_addr): Simply call print_addr_2 with the same argument twice.
23749 (test_lookup_operator_functions): Use demangler formatting variables.
23750 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
23751 the tests in the same order as the C++ class declaration.
23752 (test_paddr_operator_functions): Ditto.
23753 (test_paddr_overloaded_functions): Ditto.
23754 (test_paddr_hairy_functions): Use demangler formatting variables.
23755 Add reference to gdb/19 for related tests.
23756 (do_tests): Call probe_demangler.
23757
1de8f023
KB
237582001-01-30 Kevin Buettner <kevinb@redhat.com>
23759
23760 * gdb.c++/templates.cc (printf): Remove unused function definition.
23761
ca3f91ed
MS
237622001-01-26 Felix Lee <flee@redhat.com>
23763
23764 * sid.exp (sid_exit): Pass host, not target, to remote_close.
23765
237662001-01-25 matthew green <mrg@redhat.com>
23767
23768 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
23769 up sid.
23770 (sid_exit): Call `remote_pop_conn' after GDB is gone.
23771
237722001-01-25 matthew green <mrg@redhat.com>
23773
23774 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 23775 Deprecate $sid_spawn_id.
ca3f91ed
MS
23776 (sid_exit): Remove code necessary only for `spawn.'
23777
237782001-01-25 matthew green <mrg@redhat.com>
23779
23780 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
23781
fb18ec4a
MC
237822001-01-28 Michael Chastain <chastain@redhat.com>
23783
23784 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
23785 to call when tests fail. It takes gdb out of the overloaded
23786 function choice menu back to the main prompt, so that the test
23787 program stays synchronized.
23788 (set_bp_overloaded): New proc to collect all the common
23789 code for setting a breakpoint on an overloaded name. Calls
23790 take_gdb_out_of_choice_menu when needed.
23791 (menu_overload1arg): New variable to collect the repeated
23792 instances of the expected menu for an overloaded name. Change
23793 the regular expression to handle changes in g++ type encoding:
23794 "void" can be either "void" or "", and "unsigned int" can be
23795 either "unsigned int" or "unsigned".
23796 (continue_to_bp_overloaded): Change regular expressions to handle
23797 changes in g++ type encoding.
23798 (no proc): Call take_gdb_out_of_choice_menu when needed.
23799 Remove redundant calls to "info break". Accept either "canceled"
23800 or "cancelled". Change regular expressions in "info break"
23801 calls to handle changes in g++ type encoding. Give all tests
23802 unique strings.
23803
9c646a6e
BE
238042001-01-17 Ben Elliston <bje@redhat.com>
23805
23806 * config/sid.exp: New file.
23807
9549d9c1
AC
23808Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
23809
23810 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
23811
dc96c6c7 238122000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
23813
23814 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
23815 Add a RE to accept a non-ascii char if one is ever presented.
23816
b4df4f68
FN
238172000-12-20 Fernando Nasser <fnasser@redhat.com>
23818
297dd0fd 23819 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 23820
dc96c6c7 238212000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 23822
d63a86f8 23823 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
23824 in regexp. One '\' does not suffice on Linux.
23825
4a7bddb6
MC
238262000-12-09 Michael Chastain <chastain@redhat.com>
23827
23828 * gdb.base/break.exp (test_clear_command): Use a marker function
23829 rather than 'main' for the test function. Also move this
23830 test to an execution point where the marker function names are
23831 guaranteed to be bound to functions. (Executing tests after a
23832 'finish' from main runs into name conflicts with local names
23833 in __libc_start_main).
23834
dc96c6c7 238352000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
23836
23837 * gdb.base/finish.exp: New test for gdb's "finish" command.
23838 * gdb.base/return2.exp: New test for gdb's "return" command.
23839 * gdb.base/return2.c: New source file for above.
23840
dc96c6c7 238412000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
23842
23843 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
23844 * gdb.base/miscexprs.exp: Ditto.
23845 * gdb.base/pointers.exp: Ditto.
23846 * gdb.c++/derivation.exp: Ditto.
23847 * gdb.c++/local.exp: Ditto.
23848 * gdb.c++/namespace.exp: Ditto.
23849 * gdb.c++/overload.exp: Ditto.
23850 * gdb.c++/ref-types.exp: Ditto.
23851
dc96c6c7 238522000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
23853
23854 * gdb.base/constvars.exp: Test result of "up" command.
23855 * gdb.base/miscexprs.exp: Ditto.
23856 * gdb.base/pointers.exp: Ditto.
23857 * gdb.base/scope.exp: Ditto.
23858 * gdb.c++/derivation.exp: Ditto.
23859 * gdb.c++/local.exp: Ditto.
23860 * gdb.c++/namespace.exp: Ditto.
23861 * gdb.c++/overload.exp: Ditto.
23862 * gdb.c++/ref-types.exp: Ditto.
23863
44097287
FN
238642000-11-22 Michael Chastain <chastain@redhat.com>
23865
23866 * mips_pro.exp: Accept either "middle -> top -> main" or
23867 "middle -> main" in the backtrace, because gcc can optimize
23868 tail calls to jumps. Remove setup_xfail for the hppa case.
23869 Add a comment with the original warning messages from PR 3016,
23870 which was filed in 1993, to preserve them for posterity.
23871
9d2e1bab
ND
238722000-11-17 Nick Duffek <nsd@redhat.com>
23873
23874 * lib/gdb.exp (gdb_test): Override timeout with board info.
23875
1aca8eb7
ND
238762000-11-17 Nick Duffek <nsd@redhat.com>
23877
23878 * gdb.base/display.exp: Don't kill running stub. Add "again" to
23879 the second kill and detach messages.
23880
93076499
ND
238812000-11-17 Nick Duffek <nsd@redhat.com>
23882
23883 * configure.in: Add AC_EXEEXT.
23884 * configure: Regenerate.
23885 * Makefile.in (just-check): Export EXEEXT.
23886 * lib/gdb.exp ($EXEEXT): Import from environment.
23887 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
23888 expect "maint dump-me" on Cygwin.
23889 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
23890 $EXEEXT.
23891
30e87cd3
ND
238922000-11-17 Nick Duffek <nsd@redhat.com>
23893
23894 * gdb.base/break.exp: Test backtrace and finish from called
23895 function on all platforms, not just HP-UX.
23896
dc96c6c7 238972000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
23898
23899 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
23900 code from gdb_target_monitor, so it can be used independantly
23901 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 23902
dc96c6c7 239032000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
23904
23905 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
23906 * gdb.base/corefile.exp: Expect the message "Program is being
23907 debugged already" when we send the "corefile" command, since
23908 the preceeding gdb_load may have connected gdb to a remote target.
23909 * gdb.base/display.exp: Disable hardware watchpoints if new
23910 board info variable "no_hardware_watchpoints" is true.
23911 Replace single-letter commands with more readable ones.
23912 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
23913 if new board info variable "no_hardware_watchpoints" is true.
23914 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
23915 to see if stdio (printf) testing is possible.
23916 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
23917 board info variable "no_hardware_watchpoints" is true. Use new
23918 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
23919
39124dea
FN
239202000-11-13 Fernando Nasser <fnasser@redhat.com>
23921
23922 From Orjan Friberg <orjanf@axis.com>:
23923 * gdb.base/printcmds.exp: Escape curly braces followed by a number
23924 in array print pattern match.
23925
a9e2e984
FN
239262000-11-09 Fernando Nasser <fnasser@redhat.com>
23927
23928 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
23929 spelling "cancelled" to U.S. spelling "canceled" to match changes
23930 made to gdb.
23931 * gdb.c++/ovldbreak.exp: Ditto.
23932
c7db355b
PS
239332000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
23934
23935 * gdb.base/callfuncs.c (main): Moved to end of file, call
23936 t_double_values to initialize the FPU before inferior calls are made.
23937 * gdb.base/callfuncs.exp: Test for register preservation after calling
23938 inferior functions. Add tests for continuining, finishing and
23939 returning from a stop in a call dummy.
23940
dc96c6c7 239412000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
23942
23943 * gdb.base/commands.exp: Break up long lines, and re-indent.
23944
dc96c6c7 239452000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
23946
23947 * config/gdbserver.exp: Rewritten from the ground up, to make it
23948 compatible with the current dejagnu tree, and to make it work with
23949 the new "gdbserver" in libremote.
23950
dc96c6c7 239512000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
23952
23953 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
23954 * gdb.base/varargs.exp: Skip entire test if no printf support.
23955 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
23956 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
23957
dc96c6c7 239582000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
23959
23960 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
23961 no floating point support.
23962 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
23963 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
23964 * gdb.base/call-rt-st.exp: Ditto.
23965 * gdb.base/call-strs.exp: Ditto.
23966
bac5fc66
JG
239672000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
23968
23969 * gdb.base/sizeof.c: include <stdio.h>.
23970
23971 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
23972 'finish', otherwise uncaptured gdb_prompt would potentially
23973 throw remaining test points out of sync.
bac5fc66 23974
b22a6027
SB
239752000-07-26 Scott Bambrough <scottb@netwinder.org>
23976
23977 * gdb.base/recurse.exp: Run tests for all targets.
23978 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
23979 gnu-oldld case on ARM.
23980 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
23981 for ARM targets.
d63a86f8 23982
d8231941
AG
23983Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
23984
23985 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
23986 * gdb.java/configure: Rebuild.
23987
8caabe69
AG
23988Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
23989
23990 * gdb.java/jv-exp.exp: New file.
23991
9d273ca3
AG
23992Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
23993
23994 * configure: Rebuilt.
23995 * configure.in (configdirs): Add gdb.java.
23996 * gdb.java/jmisc.java: New file.
23997 * gdb.java/jmisc.exp: New file.
23998 * gdb.java/Makefile.in: New file.
23999 * gdb.java/configure: Rebuilt.
24000 * gdb.java/configure.in: New file.
24001 * lib/java.exp: New file.
24002
4f823a66
AC
24003Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
24004
24005 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 24006 underflow.
4f823a66 24007
2391e11d
AC
24008Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
24009
24010 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 24011 and the compilers sizes.
2391e11d 24012
54602222
ND
240132000-07-09 Nick Duffek <nsd@redhat.com>
24014
24015 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
24016 (use_methods): New function.
24017 (main): Call use_methods().
24018 * gdb.c++/classes.exp (test_method_param_class): New procedure.
24019 (do_tests): Call test_method_param_class.
24020
2bec0572
ND
240212000-07-09 Nick Duffek <nsd@redhat.com>
24022
24023 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
24024 spelling.
24025 (test_enums): New procedure. Move enum tests from end of script
24026 to here. Set breakpoint on function name instead of line number.
24027 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
24028 (enums2): New marker function.
24029 (enums1): New function.
24030 (main): Call enums1(). Move enum tests to enums1().
24031
78492fde
AC
24032Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
24033
24034 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 24035 compile/link program. Update line numbers.
78492fde
AC
24036 * gdb.asm/d10v.inc: Define ``startup''.
24037 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 24038
49a2cef8
AC
24039Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
24040
24041 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
24042
3e6c8688
EZ
240432000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24044
24045 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 24046 of 'help maint print' command.
3e6c8688 24047
9ff5cbe9
AC
24048Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
24049
24050 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 24051 they use gdb_expect_list.
9ff5cbe9 24052
17c579bd
AC
24053Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
24054
24055 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
24056 memory-read-packet-size'' instead of ``set endian big'' to test
24057 long commands.
17c579bd 24058
e6d71bf3
DB
240592000-06-03 Daniel Berlin <dan@cgsoftware.com>
24060
24061 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 24062 g++, and stop skipping them.
e6d71bf3
DB
24063
24064 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
24065 work under g++.
24066
d63a86f8 24067 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
24068 initialization.
24069
dc96c6c7 240702000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
24071
24072 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
24073 the regular expression: accept an (almost) arbitrary sequence of
24074 "frames-invalid" and "breakpoints-invalid" messages both before
24075 and after the "starting" message.
24076
dc96c6c7 240772000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
24078
24079 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 24080
dc96c6c7 240812000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
24082
24083 * gdb.base/annota1.exp (annotate-signal-handler-caller):
24084 Relax the regular expression a little, make it pass on Solaris 8.
24085
8216cda9
KB
240862000-05-12 Kevin Buettner <kevinb@redhat.com>
24087
24088 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 24089 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
24090 Instead, it is permissible for gdb to stop on the line of the
24091 call itself.
24092
1a570b2f
MS
240932000-05-12 Michael Snyder <msnyder@.cygnus.com>
24094
24095 * gdb.base/break.exp (bp on small function, optimized file):
24096 Add a second pass pattern. The behavior differs here between stabs
24097 and dwarf for one-line functions. Stabs preserves two line symbols
24098 (one before the prologue and one after) with the same line number,
24099 but dwarf regards these as duplicates and discards one of them.
24100 Therefore the address after the prologue (where the breakpoint is)
24101 has no exactly matching line symbol, and GDB reports the breakpoint
24102 as if it were in the middle of a line rather than at the beginning.
24103
dc96c6c7 241042000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 24105
d63a86f8 24106 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
24107 rather than "send_gdb" (for consistancy).
24108
7d418785
AC
24109Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
24110
24111 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
24112 * gdb.c++/templates.cc: Properly check for GCC version number.
24113 * lib/compiler.cc: Likewise
24114
dc96c6c7 241152000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 24116
d63a86f8 24117 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
24118 gdb may not stop at the first line of main, due to code motion.
24119
dc96c6c7 241202000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
24121
24122 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
24123 This test depends on parsing the printf output from the target.
24124 Since the sparclet stub doesn't do stdio, this will never work.
24125 * gdb.base/call-rt-st.exp: ditto.
24126 * gdb.base/call-strs: ditto.
24127
dc96c6c7 241282000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
24129
24130 * gdb.base/miscexprs.exp: make sizeof long array test portable.
24131
24132 * gdb.base/ending-run.exp: After connecting to a remote target,
24133 but before running, the target will appear to be in a random
24134 location. Specify both a file and a line for breakpoints.
24135 Also, the function that calls main may be called 'init'
24136 rather than 'start'.
24137
a5a51225
EZ
241382000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24139
24140 * gdb.base/help.exp: Update output for add-symbol-file command.
24141
7930cc7c
FN
241422000-04-10 Fernando Nasser <fnasser@cygnus.com>
24143
24144 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24145 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
24146
23e37ab1
C
241472000-04-07 J.T. Conklin <jtc@redback.com>
24148
e93c542c
C
24149 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
24150
23e37ab1
C
24151 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
24152
591b8fa3
PDM
24153Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
24154
24155 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 24156 values that can be represented exactly.
591b8fa3
PDM
24157 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
24158 above change, and to not check against the directory part of the source
24159 file name.
24160 (step into print_long_arg_list): Likewise.
24161 (print print_small_structs from print_long_arg_list): Likewise.
24162 (print print_long_arg_list): Likewise.
24163
7a495180
EZ
241642000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24165
30b53638 24166 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 24167
beb998c6
AC
24168Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
24169
24170 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
24171
1c689132
DB
241722000-03-25 Daniel Berlin <dan@cgsoftware.com>
24173
24174 * gdb.base/commands.exp (deprecated_command_test): Add test for
24175 deprecate with no arguments.
24176
c1790a9d
JL
241772000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
24178
24179 * gdb.base/break.exp: Add new test for setting breakpoints on
24180 optimized code so we can test breakpoints work even when function
24181 prologues may be optimized away
24182
003ba290
FN
241832000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
24184
24185 From David Whedon <dwhedon@gordian.com>
a9c64011 24186 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 24187
6837a0a2
DB
241882000-03-22 Daniel Berlin <dan@cgsoftware.com>
24189
24190 * gdb.base/help.exp: Added test for new apropos command.
24191
b9593231
KB
241922000-03-21 Kevin Buettner <kevinb@redhat.com>
24193
24194 * gdb.base/pointers.c (usevar): New function.
24195 (main): Make sure that global variables v_int_pointer2, rptr,
24196 and y are all referenced someplace in the program by calling
24197 usevar() on them. [Some linkers delete symbols which are
24198 never referenced. The space remains, but there's no way to
24199 get a (symbolic) handle on the variable from the debugger.]
24200
751a959b
EZ
242012000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24202
24203 * gdb.base/printcmds.c: Add typedeffed arrays.
24204
24205 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 24206 procedure to test arrays that are typedef'd.
751a959b 24207
73a93a32
JI
242082000-03-13 James Ingham <jingham@leda.cygnus.com>
24209
24210 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 24211 the library directories.
73a93a32 24212
fb40c209
AC
24213Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
24214
24215 * configure.in (configdirs): Add sub directory gdb.mi.
24216 * configure: Re-generate.
24217
24218 * gdb.mi: New directory.
d63a86f8 24219
ee4dd2c9
AC
242202000-02-25 Scott Bambrough <scottb@netwinder.org>
24221
24222 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 24223 a long long value as a double on ARM platforms.
ee4dd2c9 24224
70f0cc22
JB
242252000-02-16 Jim Blandy <jimb@redhat.com>
24226
24227 * gdb.base/break.exp ("breakpoint line number"): Make sure the
24228 default source file is set properly before running this test.
24229
853819b8
EZ
242302000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24231
24232 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 24233 gdbtk/library directory, not in gdbtcl2.
853819b8 24234
dfcd3bfb
JM
242352000-02-04 Jim Blandy <jimb@redhat.com>
24236
24237 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
24238 backslash from regexp pattern.
24239
24240 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
24241 procedure. Use it to run all the "continue to bp overloaded"
24242 tests. Note that this changes the names of the tests slightly.
24243 If the breakpoint hit message includes a hex PC value, because
24244 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
24245 from the real source code, still consider that a pass.
24246
24247 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
24248 XFAIL here if the breakpoint message contains a hex address. Note
24249 similar change on 1999-11-02.
24250
24251 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
24252
24253 * gdb.base/ptype.exp: Establish a default source file before
24254 calling get_debug_format.
24255
242562000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
24257
24258 * gdb.base/watchpoint.exp: Remove duplication of test messages.
24259
8b93c638
JM
242602000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
24261
24262 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
24263 of successive stepi commands -- while in the prologue we should see
24264 the function entry bracket.
24265
242662000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
24267
24268 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
24269 reach __change_mode() when stepping through the end of main().
24270
c5394b80
JM
242712000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
24272
24273 * gdb.base/default.exp: Fix expected pattern.
24274 * gdb.base/help.exp: Same.
24275
0d06e24b
JM
242762000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24277
24278 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 24279 Don't use xfail's because that affects only the following test.
d63a86f8 24280
0d06e24b 24281 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 24282 solaris or linux.
0d06e24b
JM
24283
24284 * gdb.base/selftest.exp: Update to reflect changes to main.c.
24285
dc96c6c7 242862000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 24287
d63a86f8 24288 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
24289 "A syntax error" rather than "A parse error". Accept both.
24290
242912000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
24292
24293 * gdb.base/default.exp: Remove OS dependent string from "target
24294 remote" test.
24295 * gdb.base/help.exp: Same for "help target remote" test.
24296
c3f6f71d
JM
242972000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24298
24299 From Jim Kingdon <kingdon@redhat.com>:
24300
24301 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
24302 prompt (cleanup rather than necessity, but still might keep output
24303 from spilling to next test).
c3f6f71d
JM
24304
243052000-01-02 Fred Fish <fnf@cygnus.com>
24306
24307 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
24308 AIX, which defines them in <sys/types.h>.
24309
ed9a39eb 243101999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 24311
ed9a39eb 24312 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 24313 float" test.
ed9a39eb
JM
24314
243151999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 24316
ed9a39eb 24317 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
24318
24319 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
24320 outermost frame disallowed".
24321
243221999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
24323
24324 * gdb.base/setvar.exp: New tests for setting the value of a struct
24325 with a constant list.
24326
243271999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
24328
24329 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
24330 require the user to type a cast before setting the value of a struct.
24331
de57eccd
JM
243321999-12-06 Jim Blandy <jimb@cygnus.com>
24333
24334 * gdb.base/default.exp: Expect the new 'info float' command on
24335 all i386 platforms.
24336
24337 * gdb.threads/linux-dp.exp: Expand our ability to recognize
24338 LinuxThreads libraries that don't support debugging.
24339
c2d11a7d
JM
24340Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
24341
24342 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
24343 Change the buffer type to ``unsigned char'' to simplify size
24344 arithmetic.
c2d11a7d
JM
24345
24346 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
24347 stub only handles 400-1 byte packets. Verify that the download
24348 worked.
c2d11a7d
JM
24349
243501999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
24351
24352 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
24353 tests, using UNRESOLVED for the untested cases. Also, does not wait
24354 for a timeout if the prompt was received before a recognizable pattern.
24355
243561999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
24357
24358 * lib/gdb.exp (gdb_expect_list): Fix spelling.
24359
243601999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24361
24362 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 24363 watchpoints.
c2d11a7d
JM
24364
243651999-11-24 Jason Merrill <jason@casey.cygnus.com>
24366
24367 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
24368
24369 * gdb.c++/local.exp: Be more flexible in recognizing local class
24370 name mangling. Don't allow horribly truncated method names.
24371 * gdb.c++/derivation.exp: Expect protected inheritance.
24372 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
24373 * gdb.c++/virtfunc.exp: Likewise.
24374 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
24375 when printing a nested enum.
24376
243771999-11-22 Jim Blandy <jimb@cygnus.com>
24378
24379 * gdb.base/step-test.exp: Properly await GDB's response to setting
24380 a breakpoint on the call to large_struct_by_value.
24381
24382 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
24383 just because we have debug info for the `start' function.
24384
243851999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
24386
24387 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
24388 "Unknown signal" messages, which indicate (on LinuxThreads) that
24389 GDB doesn't know how to debug threads on this system. This is
24390 better than hanging while philosopher 0 dumps chatter into gdb.log.
24391
243921999-11-18 Tom Tromey <tromey@cygnus.com>
24393
24394 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
24395
243961999-11-18 Fred Fish <fnf@cygnus.com>
24397
24398 * gdb.base/coremaker2.c: Add sample program for generating
24399 cores that is more self contained than coremaker.c. Eventually
24400 I'll add more code to this and tie it into the testsuite.
24401
4ce44c66
JM
244021999-11-12 Stan Shebs <shebs@andros.cygnus.com>
24403
24404 * gdb.base/dollar.exp: Remove, now in gdb.hp.
24405
244061999-11-10 Jimmy Guo <guo@cup.hp.com>
24407
24408 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 24409 from $srcdir/lib/.
4ce44c66 24410 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 24411 and gdb.c++/.
4ce44c66
JM
24412
24413 * gdb.c++/derivation.exp: remove redundant get compiler info code.
24414
d63a86f8 24415 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
24416 'continue with watch' test point.
24417
244181999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
24419
24420 Merged from p2linux-990323-branch:
d63a86f8 24421
4ce44c66
JM
24422 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
24423
11cf8741
JM
24424Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
24425
24426 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 24427 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
24428
24429Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
24430
24431 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 24432 gdb_expect_list.
11cf8741
JM
24433
24434Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
24435
24436 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
24437
244381999-11-03 Mark Salter <msalter@cygnus.com>
24439
24440 * gdb.base/break.exp: Fix "stub continue" pattern.
24441
244421999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
24443
24444 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
24445
244461999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
24447
24448 * gdb.base/display.exp ("finish"): Add timeout clause.
24449
24450 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
24451 plain prompt clause, so this doesn't have to time out in order to
24452 fail.
24453
24454 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 24455 breakpoint hit messages include an address.
11cf8741
JM
24456
24457 * gdb.base/display.exp: Don't forget to escape parens in regular
24458 expressions. Unix regexp notatation sucks.
24459
244601999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24461
24462 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 24463 order for 'signalled' message.
11cf8741 24464
5c44784c
JM
244651999-11-01 Stan Shebs <shebs@andros.cygnus.com>
24466
24467 From Jimmy Guo <guo@cup.hp.com>:
24468 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
24469 * gdb.base/annota1.c: Add code for tests to work with.
24470
244711999-10-26 Frank Ch. Eigler <fche@cygnus.com>
24472
24473 * gdb.base/remote.exp: New test for remote downloading settings.
24474 * gdb.base/remote.c: New file with large .data.
24475
917317f4
JM
244761999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
24477
24478 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
24479 for LinuxThreads support, merged from the Code Fusion branch.
24480
24481Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
24482
24483 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
24484 containing exp_continue into a while within an expect. Don't
24485 attempt a start more than three times. Check return value from
24486 gdb_load.
d63a86f8 24487
2df3850c
JM
24488Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
24489
24490 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 24491 a pass case.
2df3850c 24492
2acceee2
JM
244931999-10-01 Kevin Buettner <kevinb@cygnus.com>
24494
24495 * gdb.base/break.c (main): Added a statement that we can step
24496 off of.
24497 * gdb.base/break.exp: Added tests for setting a breakpoint
24498 at an offset and stepping onto a breakpoint.
24499
245001999-10-01 Fred Fish <fnf@cygnus.com>
24501
d63a86f8 24502 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
24503 gdb output.
24504
c2c6d25f
JM
245051999-09-18 Jim Blandy <jimb@cris.red-bean.com>
24506
24507 * gdb.base/break.exp: Code locations are in hex, don't forget!
24508 (For HP-UX.)
24509
245101999-09-17 Stan Shebs <shebs@andros.cygnus.com>
24511
24512 * condbreak.exp: Use break.c as test program.
24513 * condbreak.c: Remove, redundant with break.c.
24514
245151999-09-15 Stan Shebs <shebs@andros.cygnus.com>
24516
24517 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 24518 Z-packets if the target needs it.
c2c6d25f
JM
24519
245201999-09-13 James Ingham <jingham@leda.cygnus.com>
24521
24522 * gdb.c++/overload.exp: Added tests for listing overloaded
24523 functions with function pointers in the arg, explicitly calling
24524 out the version you want.
24525
cff3e48b
JM
245261999-09-09 Stan Shebs <shebs@andros.cygnus.com>
24527
24528 * long_long.exp: Add variations of test cases that work for
24529 targets with 16-bit ints and 32-bit doubles.
24530
d4f3574e
SS
245311999-09-08 Stan Shebs <shebs@andros.cygnus.com>
24532
24533 * break.c (main): Compare a possibly-uninitialized argc with an
24534 unlikely value that fits in 16 bits.
24535
245361999-09-07 Stan Shebs <shebs@andros.cygnus.com>
24537
24538 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
24539 0xfeeb, don't want negative numbers if ints are 16 bits.
24540
24541 * lib/gdb.exp (skip_cplus_tests): New proc.
24542 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
24543 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
24544 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
24545 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
24546 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
24547 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
24548 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
24549 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
24550
24551 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
24552
24553Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
24554
24555 * gdb.base/corefile.exp (up): Allow a parameter to appear
24556 in the frame that we're going up to.
24557
24558 From Jim Blandy <jimb@cygnus.com>:
24559
24560 * gdb.base/default.exp (info float): Expect some output now.
24561
24562 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
24563 returning floating-point values to fail on the x86.
24564 * gdb.base/callfwmall.exp (do_function_calls): Same.
24565
24566 * gdb.base/list.exp (test_listsize): Correct expectations for
24567 listing line 1 with listsize 2. Also, listing a single line
24568 works now, as does listing three lines. [Kevin's note: There
24569 were a number of other cases fixed too where the expectations
24570 differed...]
24571
245721999-09-02 Stan Shebs <shebs@andros.cygnus.com>
24573
24574 * gdb.base/selftest.exp: Add case for when version prints as
24575 constant string instead of char pointer.
24576
104c1213
JM
245771999-08-25 Stan Shebs <shebs@andros.cygnus.com>
24578
24579 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 24580 stepping out of main.
104c1213
JM
24581
24582 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
24583 G++ used.
24584
24585 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 24586 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
24587
24588 * gdb.c++/ovldbreak.exp: Update match string in test that
24589 includes a warning of multiple breakpoints.
24590
245911999-08-24 Stan Shebs <shebs@andros.cygnus.com>
24592
24593 * gdb.base/display.exp: Improve precision of step-after-finish
24594 added yesterday.
24595
24596 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 24597 test.
104c1213
JM
24598
24599 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
24600 configs when using G++, not just hppa*.
24601
246021999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24603
24604 * gdb.base/async.c: New file.
24605 * gdb.base/async.exp: New file.
24606
24607Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
24608
24609 * gdb.base/break.exp: Tweak PA specific tests to properly handle
24610 PA64.
24611
53a5351d
JM
24612Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
24613
104c1213
JM
24614 * gdb.base/display.exp: "finish" can leave us mid-line on many
24615 targets, deal with it. Add a small constant to main, instead of
24616 1000 since main+1000 may not be a valid address in the target.
24617
53a5351d
JM
24618 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
24619 on hpux11.
24620
24621 * gdb.base/attach.exp: Handle another hpux11 error message variant
24622 when attaching to a process that does not exist.
24623
246241999-08-19 J.T. Conklin <jtc@redback.com>
24625
24626 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 24627 characters in 'continue to 1241' test.
53a5351d
JM
24628
246291999-08-17 Stan Shebs <shebs@andros.cygnus.com>
24630
24631 * gdb.base/call-ar-st.exp: Add a shorter match case for the
24632 stop in print_long_arg_list, define and use a whitespace
24633 variable in print_small_structs test, add an XFAIL for Solaris.
24634 * gdb.base/dbx.exp: XFAIL func commands until somebody is
24635 interested enough to fix.
24636
7be570e7
JM
246371999-08-13 Keith Seitz <keiths@cygnus.com>
24638
24639 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
24640 (dbx_gdb_load): Remove. Use gdb_load instead, since that
24641 proc knows about targets other than the natives.
24642 (test_assign): Use "gdb_run_cmd" to "run" the target.
24643 Check that we've actually hit the breakpoint at main.
24644 When we attempt to assign a value to a local variable, check
24645 that the variable is in the current scope, i.e., don't use
24646 a test with an empty result.
24647
24648Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
24649
24650 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 24651 command.
7be570e7
JM
24652
246531999-08-09 Stan Shebs <shebs@andros.cygnus.com>
24654
24655 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24656 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
24657 gdb.compat, gdb.threads-hp.
24658 gdb.hp/configure, gdb.hp/configure.in: New files.
24659 gdb.hp/Makefile.in: Recurse into new subdirs.
24660 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
24661 gdb.hp/gdb.objdbg: New directory, tests for debugging info
24662 in object files.
24663 gdb.hp/tools: New directory, aux tools for HP-specific tests.
24664
96baa820
JM
246651999-08-05 Stan Shebs <shebs@andros.cygnus.com>
24666
24667 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 24668 funky printf, remove a bogus p/a test.
96baa820
JM
24669
246701999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24671
24672 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
24673 connected to the target. This is necessary when running not
24674 natively.
96baa820
JM
24675
246761999-08-03 Stan Shebs <shebs@andros.cygnus.com>
24677
24678 * gdb.base/step-test.exp: Removed some extraneous messages.
24679
24680 * gdb.base/long_long.exp: Don't run memory examination tests
24681 on little-endian targets (they will need a different set of
24682 results to match).
24683
246841999-08-02 Stan Shebs <shebs@andros.cygnus.com>
24685
24686 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
24687 until somebody decides to fix GDB.
24688
24689 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 24690 constant as "ULL".
96baa820
JM
24691 * gdb.base/long_long.exp: Loosen x/c test, add partial result
24692 matches for a couple x/2 commands.
24693
a0b3c4fd
JM
246941999-07-30 Stan Shebs <shebs@andros.cygnus.com>
24695
24696 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
24697 by merging in ref-types2 tests.
24698 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
24699
24700 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24701 * gdb.c++/Makefile.in: Add standard actions.
24702 (EXECUTABLES): Rename from PROGS, update list.
24703 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
24704 from gdb.hp.
24705 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
24706 foo and bar locals.
24707 * gdb.c++/anon-union.exp: Fix tests to match.
24708 * gdb.c++/classes.exp: Run if HP compiler used, add extra
24709 expect matches to handle output variations.
24710 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
24711 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 24712 output, add HP alternatives for new and delete prints.
a0b3c4fd 24713 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 24714 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
24715 * gdb.c++/demangle.exp: Use $style when reporting failure.
24716 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
24717 * gdb.c++/inherit.exp: Run if HP compiler used, add some
24718 match alternatives.
24719 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 24720 compilers.
a0b3c4fd
JM
24721 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
24722 * gdb.c++/method.exp: Add match alternatives.
24723 * gdb.c++/misc.cc: Add bool types.
24724 * gdb.c++/misc.exp: Add tests for bool types.
24725 * gdb.c++/overload.exp: Add xfails.
24726 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
24727 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
24728 add some more template parameter tests (only for HP currently).
24729 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
24730 * gdb.c++/virtfunc.cc: Add return type and value for main.
24731 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
24732 match alternatives.
d63a86f8 24733
a0b3c4fd
JM
247341999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24735
24736 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
24737
247381999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
24739
24740 * gdb.base/signals.exp: Don't expect getting a backtrace from
24741 within a signal handler to fail on Linux.
24742
247431999-07-29 Stan Shebs <shebs@andros.cygnus.com>
24744
24745 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24746 * lib/gdb.exp: Remove some gratuitious semicolons.
24747 (delete_breakpoints): Increase timeout.
24748 (gdb_expect): Add -notransfer option.
24749 (gdb_test): Use -notransfer option.
24750 (get_compiler_info): Add f77 case.
24751 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 24752 case.
a0b3c4fd
JM
24753 (gdb_preprocess): Call get_compiler.
24754
24755 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
24756 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
24757 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
24758 gdb.base/long_long.exp, gdb.base/printcmds.exp,
24759 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
24760 third arg to gdb_test.
a0b3c4fd
JM
24761 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
24762 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 24763 HP-UX xfails, add others.
a0b3c4fd
JM
24764 * gdb.base/completion.exp: Reflect name change of self-test.
24765 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
24766 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
24767 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
24768 HP failure number.
a0b3c4fd
JM
24769 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
24770 useless HP-UX 10.30 references.
24771 * gdb.base/maint.exp: Loosen matches.
24772 * gdb.base/pointers.c (main): Declare more_code.
24773 * gdb.base/pointers.exp: Match on output of a `next'.
24774 * gdb.base/structs.c: Add prototypes.
24775 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
24776 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
24777
247781999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24779
24780 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 24781 command.
a0b3c4fd
JM
24782
247831999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24784
24785 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
24786 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
24787
24788 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
24789 debug info. Deal with lack of signal hanlder info in stack.
24790
a9c64011 24791 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
24792 * gdb.base/annota1.exp: If printf has debug info, deal with it.
24793
5a2468f5
JM
247941999-07-19 Stan Shebs <shebs@andros.cygnus.com>
24795
24796 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 24797 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 24798
adf40b2e
JM
24799Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
24800
24801 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 24802 a1-selftest.exp.
adf40b2e
JM
24803 * gdb.base/configure: Re-generate.
24804
248051999-07-12 Stan Shebs <shebs@andros.cygnus.com>
24806
24807 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
24808 in trying to run first and name is too long.
24809
24810 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
24811 pointers2.c and pointers2.exp, respectively.
24812 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
24813 doschk happier.
24814
43e526b9
JM
248151999-07-08 Stan Shebs <shebs@andros.cygnus.com>
24816
24817 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
24818 callfuncs2.c and callfuncs2.exp.
24819
24820 * gdb.base/list.exp: Remove mistaken xfails.
24821 * gdb.base/list0.h: Add optional prototypes.
24822
9846de1b
JM
24823Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
24824
a9c64011 24825 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 24826 calling malloc.
a9c64011
AS
24827 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
24828 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 24829 use.
9846de1b
JM
24830
248311999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24832
24833 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
24834 * gdb.base/annota2.cc, annota2.exp: Move from here.
24835 * gdb.c++/annota2.cc, annota2.exp: To here.
24836 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
24837
43ff13b4
JM
24838Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
24839
24840 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 24841 a consistent format.
43ff13b4 24842
085dd6e6
JM
248431999-06-25 Stan Shebs <shebs@andros.cygnus.com>
24844
24845 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24846 * lib/gdb.exp (get_compiler_info): Add detection for assorted
24847 HP compilers, also set the globals $true and $false.
24848
24849 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
24850 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
24851 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
24852 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
24853 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
24854 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
24855 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
24856 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
24857 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
24858 whatis.c} Add C++ compatible function definitions and return
24859 types, add includes for library functions.
085dd6e6
JM
24860 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
24861 * gdb.base/step-test.c (myglob): Rename from glob.
24862 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
24863 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
24864 files, move here from gdb.hp.
085dd6e6 24865 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
24866 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
24867 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
24868 Adjust line numbers in regexps.
085dd6e6
JM
24869
24870 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
24871 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
24872 instead of 0/1.
24873
24874 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
24875 foll-vfork.exp: New files, move here from gdb.hp.
24876 * gdb.base/page.exp: New file, test of pagination command.
24877
24878 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
24879 recursion test.
24880 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
24881
24882 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 24883 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
24884
24885 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 24886 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 24887 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 24888 watchpoint test.
085dd6e6
JM
24889 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
24890 them work.
24891 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
24892 expressions properly.
24893 * gdb.base/corefile.exp: Loosen the match slightly.
24894 * gdb.base/default.exp: Allow "Error accessing memory" message
24895 also.
24896 * gdb.base/display.exp: Skip over x/0 j if PA64.
24897 * gdb.base/funcargs.exp: Add xfails for HP-UX.
24898 * gdb.base/interrupt.exp: Ditto.
24899 * gdb.base/langs.exp: Add symbolic matches governed by compiler
24900 in use.
24901 * gdb.base/list.exp: Add xfails for HP-UX.
24902 * gdb.base/long_long.exp: Refine some of the numeric matches.
24903 * gdb.base/mips_pro.exp: Xfail on HP-UX.
24904 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
24905 * gdb.base/nodebug.exp: Succeed on more varieties of output.
24906 * gdb.base/opaque.exp: Remove some HP-UX xfails.
24907 * gdb.base/ptype.exp: Succeed on more varieties of output.
24908 * gdb.base/scope.exp: Add xfails for HP-UX.
24909 * gdb.base/sect-cmd.exp: Add more cases.
24910 * gdb.base/setvar.exp: Add xfails for HP-UX.
24911 * gdb.base/shlib-call.exp: Loosen some matches slightly.
24912 * gdb.base/signals.exp: Match on void symbolically.
24913 * gdb.base/step-test.exp: Add case for PA64.
24914 * gdb.base/term.exp: Add exit and restart.
24915 * gdb.base/twice.exp: Clean up after self.
24916 * gdb.base/varargs.exp: Disable overload resolution explicitly.
24917 * gdb.base/whatis.exp: Allow more ways to pass tests.
24918
24919 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 24920 no longer useful.
085dd6e6
JM
24921
24922Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
24923
24924 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 24925 list of patterns.
085dd6e6 24926 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
24927 print_double_array(double_array)", "continuing to breakpoint
24928 1018", "print print_double_array(array_d)" and "continuing to
24929 1034" tests.
d63a86f8 24930
085dd6e6
JM
249311999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
24932
a9c64011 24933 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
24934
249351999-06-24 Stan Shebs <shebs@andros.cygnus.com>
24936
24937 * config/mt-*: Remove, these haven't been used since 1996.
24938
249391999-06-22 Stan Shebs <shebs@andros.cygnus.com>
24940
24941 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 24942 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
24943 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
24944
9e0b60a8
JM
249451999-06-18 Stan Shebs <shebs@andros.cygnus.com>
24946
24947 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
24948 simpler match case for the ptype of the big class.
24949
249501999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
24951
24952 * gdb.exp: Fix test for gdb_prompt existence.
24953
249541999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
24955
24956 * gdb.exp (gdb_test): Add fail after calls to perror.
24957
249581999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
24959
24960 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
24961
249621999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
24963
24964 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
24965
0f71a2f6
JM
24966Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
24967
24968 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 24969 malloc() is linked in.
0f71a2f6
JM
24970
249711999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
24972
24973 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
24974 step at end.
24975
24976 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
24977
249781999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
24979
24980 * gdb.java/jv-print.exp: New file. (Our first Java test!)
24981
cce74817
JM
24982Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
24983
24984 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
24985 * gdb.base/mips_pro.exp: Likewise.
24986
249871999-06-02 Keith Seitz <keiths@cygnus.com>
24988
24989 * gdb.c++/templates.cc: Change all "new" operators to throw
24990 an exception.
24991 * gdb.c++/cplusfuncs.cc: Likewise.
24992
24993 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
24994
24995Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
24996
24997 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
24998 * gdb.base/ending-run.exp: When stepping out of main, accept a
24999 step into an arbitrary assembler file.
cce74817 25000
392a587b
JM
250011999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25002
d63a86f8 25003 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 25004 "breakpoint-invalid" to be printed.
6fdff2c5
PA
25005 * gdb.base/annota2.exp: Revise line number for main
25006 breakpoint. Allow any number of "frames-invalid" and
25007 "breakpoint-invalid" to be printed.
392a587b
JM
25008 * gdb.base/annota2.cc: Initialize a.x to 0.
25009
9e086581
JM
250101999-05-17 Keith Seitz <keiths@cygnus.com>
25011
6fdff2c5
PA
25012 * gdb.base/call-ar-st.exp: Skip
25013 "print print_double_array (double_array)" when "skip_float_tests" set.
25014 Ditto for "print print_double_array(array_d)",
25015 "print print_small_structs", "print print_ten_doubles", and
25016 "step into print_long_arg_list".
25017 Don't assume we can step into "print_long_arg_list": we could step
25018 into memcpy.
25019 * gdb.base/call-rt-st.exp: Don't run float-related tests when
25020 "skip_float_tests" is set: "print print_one_double(*d1)"
25021 and "print print_two_floats(*f3)".
9e086581
JM
25022 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
25023 "skip_float_tests" is set.
6fdff2c5
PA
25024 * gdb.base/varargs.exp: Skip
25025 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
25026 "skip_float_tests" set.
d63a86f8 25027
cd0fc7c3
SS
250281999-05-06 Keith Seitz <keiths@cygnus.com>
25029
25030 * gdb.base/annota2.cc: Include stdio.h.
25031
25032Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
25033
25034 * gdb.base/crossload.exp: Remove, this has been disabled ever
25035 since BFD stopped including all targets, and cross-GDB gets
25036 plenty of testing anyway.
25037 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
25038 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
25039 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
25040 * gdb.base/README: Remove, was doc for this.
25041 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 25042 needed.
cd0fc7c3 25043
b83266a0
SS
250441999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25045
25046 * gdb.base/call-ar-st.exp: Fix one regular expression in test
25047 output.
25048
25049 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
25050 * gdb.base/annota2.exp: New file. More annotation tests.
25051 * gdb.base/annota1.c: New file. Source file for annota1.exp.
25052 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
25053
250541999-04-23 Angela Marie Thomas <angela@cygnus.com>
25055
25056 * config/cfdbug.exp: New file.
25057
7a292a7a
SS
250581999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
25059
25060 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
25061 Marcus Daniel's and Dale Hawkins's demangler crashes.
25062
25063 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
25064 test_lucid_style_demangling, test_arm_style_demangling,
25065 test_hp_style_demangling): Try Tom Tromey's core-dumping
25066 identifier under each demangling style.
7a292a7a
SS
25067
250681999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
25069
25070 * gdb.c++/demangle.exp: Include the current demangling style
25071 in all test names.
25072 (current_demangling_style): New global variable.
25073 (set_demangling_style, test_demangling_core, test_demangling,
25074 test_demangling_exact): New functions.
25075 (test_gnu_style_demangling, test_lucid_style_demangling,
25076 test_arm_style_demangling, test_hp_style_demangling): Use those,
25077 instead of calling gdb_test and gdb_test_exact directly.
25078 (catch_demangling_errors): New function, which reports errors
25079 signalled by the demangling test functions in an orderly way.
25080 (do_tests): Use catch_demangling_errors.
25081
250821999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
25083
25084 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 25085 grouping in expressions, not {}.
7a292a7a
SS
25086
25087 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 25088 initialized yet.
7a292a7a
SS
25089
250901999-04-01 Stan Shebs <shebs@andros.cygnus.com>
25091
25092 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
25093 are listed.
25094
250951999-03-26 Stan Shebs <shebs@andros.cygnus.com>
25096
25097 * gdb.stabs/weird.exp: Test for CC being defined before
25098 looking at its value.
25099
251001999-03-25 Stan Shebs <shebs@andros.cygnus.com>
25101
25102 * gdb.base/call-ar-st.exp: Remove stray '#'.
25103 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
25104 "short int" and "long int".
25105 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 25106 change, to mollify finicky HP compiler.
7a292a7a
SS
25107 * gdb.hp/reg-test.exp (testfile): Fix file name.
25108 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 25109
7a292a7a
SS
25110 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
25111 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
25112 alternate form of enum ptype.
25113
c906108c
SS
251141999-03-23 Stan Shebs <shebs@andros.cygnus.com>
25115
7a292a7a
SS
25116 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
25117 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
25118 passing skip_hp_tests, so as not to waste time on guaranteed
25119 failure.
7a292a7a 25120
c906108c
SS
25121 * gdb.c++/overload.cc: Pass string instead of char addr, always
25122 init ccpfoo.
25123 * gdb.c++/templates.cc: Fix syntax error.
25124
7a292a7a
SS
25125Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25126
25127 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 25128 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
25129 command.
25130
251311999-03-18 James Ingham <jingham@cygnus.com>
25132
25133 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
25134
25135 * gdb.c++/method.exp: It was testing an uninitialized int on the
25136 stack and assuming it was positive.
25137
25138 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
25139
25140 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 25141 keep it from killing the rest of the tests.
7a292a7a
SS
25142 Use gdb_continue_to_end.
25143
25144 * gdb.base/sigall.exp: use gdb_continue_to_end.
25145
25146 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
25147
25148 * gdb.base/display.exp: use runto_main, not run.
25149
d63a86f8
RM
25150 * gdb.base/default.exp: Check for the current error message in the
25151 r abbreviation test.
7a292a7a
SS
25152 Add strongarm to the targets that know info float.
25153
d63a86f8 25154 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
25155 run which doesn't work with monitors.
25156
6fdff2c5
PA
25157 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
25158 1034 test.
7a292a7a
SS
25159
25160 * gdb.base/break.exp: use the gdb_continue_to_end proc.
25161
6fdff2c5
PA
25162 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
25163 end of a program. Traps the case (in Cygmon) when the program
25164 never really exits. Same as Mark's continue_to_exit, but I had
25165 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
25166
25167 * config/monitor.exp (gdb_target_monitor): added another
25168 target_info parameter: remotebinarydownload. This will set the
25169 remotebinarydownload flag if this is causing some boards trouble.
25170
251711999-03-18 Mark Salter <msalter@cygnus.com>
25172
25173 * lib/gdb.exp (continue_to_exit): New function.
25174
25175 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
25176 * gdb.base/ending-run.exp: Ditto.
25177 * gdb.base/step-test.exp: Ditto.
25178
251791999-03-16 Stan Shebs <shebs@andros.cygnus.com>
25180
25181 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
25182 (suggested by Art Haas <ahaas@neosoft.com>).
25183
251841999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
25185
889bf7c5 25186 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
25187
25188Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
25189
25190 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 25191 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
25192
251931999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
25194
25195 * gdb.base/call-strs.exp: Don't assume that `step' will step over
25196 a call to strlen; sometimes we do have sources.
25197
251981999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
25199
25200 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 25201 character, so GDB won't print garbage after its end.
d63a86f8 25202
c906108c
SS
25203 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
25204 breakpoint there instead. Sometimes GCC emits memcpy to handle
25205 the large structures being passed by value, so we step into that
25206 instead of sum_array_print, which obscures what we're really testing.
25207 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
25208 the bizarre steps into memcpy, so do that here. Add check for
25209 stepping into function calls that pass large structures by value.
25210 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
25211 Remove all references to specific line numbers.
25212 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
25213 New type and function.
25214 (main): Call large_struct_by_value, passing it a large struct by value.
25215 * lib/gdb.exp (gdb_get_line_number): New function.
25216
25217 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
25218 more portable.
25219
7a292a7a
SS
252201999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
25221
c906108c
SS
25222 * lib/gdb.exp: Doc fixes.
25223
7a292a7a
SS
252241999-03-05 Nick Clifton <nickc@cygnus.com>
25225
d63a86f8 25226 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
25227
252281999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
25229
c906108c 25230 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
25231 commands. They're not germane to this test, and they don't work
25232 that way on remote targets.
c906108c 25233
3fc11d3e
JM
252341999-03-01 James Ingham <jingham@cygnus.com>
25235
25236 * Changelog entries merged over from gdb development branch.
25237
3fc11d3e
JM
25238 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
25239
25240 * lib/gdb.exp (gdbtk_analyze_results): Generic function
25241 for outputting results of test run.
25242
2d4a1622 25243 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
25244
25245 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 25246
7a292a7a
SS
252471999-02-25 Felix Lee <flee@cygnus.com>
25248
25249 * lib/gdb.exp (debug_format): initialize
25250
c906108c
SS
252511999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
25252
25253 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
25254 * gdb.base/call-rt-st.c: Ditto.
25255
c906108c
SS
252561999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
25257
25258 * gdb.threads/pthreads.exp (horiz): New variable.
25259 (test_startup): Fix regexps that capture thread numbers.
25260
252611999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
25262
25263 * gdb.base/smoke.exp: Disambiguate two test case names (both
25264 called ``print'').
25265
25266Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
25267
25268 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 25269 compilation.
c906108c
SS
25270
252711999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
25272
25273 * gdb.base/miscexprs.exp: Change patterns to match GDB's
25274 actual output formatting.
25275 * gdb.base/smoke.exp: GDB removes leading 0's.
25276 * gdb.base/volatile.exp: Don't check type of remuneration;
25277 that variable is no longer defined in constvars.c.
25278 * gdb.base/step-test.c (main): Exit with explicit exit code.
25279 * gdb.base/step-test.exp: Remove two nexti checks--they are
25280 not portable.
25281
252821999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
25283
25284 * gdb.base/help.exp ("help delete display"): Fix test to match
25285 gdb's output.
25286
25287 * gdb.base/long_long.c (known_types): Initialize values to zero.
25288 * gdb.base/long_long.exp: Step one more line
25289 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
25290 leading zeros. Explicitly ask for hex formatting. Use
25291 unique test case names.
c906108c
SS
25292
25293Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25294
d63a86f8 25295 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
25296
25297 * gdb.c++/method.exp: Add missing close brace.
25298
252991999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
25300
25301 * gdb.base/maint.exp: Use 'set height 0' to disable page
25302 prompting, not 'set height 400'.
25303
25304 Fix a bunch of timeouts.
25305 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
25306 four separate tests, so expect doesn't take forever to match a ton
25307 of text against a regexp with lots of .* forms.
25308 ("maint print psymbols", "maint print symbols"): Make some of
25309 these greps more selective, so that expect doesn't try to wade
25310 through huge piles of output and time out.
25311
25312 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
25313
25314 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
25315 tests: one which doesn't expect shlib events to be reported, and
25316 another which does, but is XFAIL for all platforms other than
25317 HP/UX.
c906108c
SS
25318
25319 * gdb.base/break.exp: Teach the test suite that the `catch
25320 fork', `catch vfork', and `catch exec' commands produce error
25321 messages on platforms that don't provide these features.
25322
25323Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
25324
25325 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
25326 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
25327 (shortening names from solib_threshold.exp etc), won't run on
25328 anything but HP-UX for the foreseeable future.
c906108c 25329 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 25330 reflect move.
c906108c
SS
25331
25332Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
25333
25334 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 25335 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
25336
25337Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
25338
25339 * gdb.base/shlib-call.exp: add test cases to verify that gdb
25340 successfully re-sets breakpoints in shared libraries.
25341 * gdb.base/shmain.c (main): return 0, don't fall off the end.
25342
25343Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25344
d63a86f8
RM
25345 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
25346 and compiled w/o GCC.
c906108c
SS
25347
25348 * gdb.hp/watch-cmd.exp: ditto.
25349
25350 * gdb.hp/watch-hp.exp: ditto.
25351
25352 * gdb.hp/xdb1.exp: ditto.
25353
25354 * gdb.hp/xdb2.exp: ditto.
25355
25356 * gdb.hp/dbx.exp: ditto.
25357
25358Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
25359
25360 * constvars.c: Remove C++-isms.
25361 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 25362 with GCC.
c906108c
SS
25363
25364Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
25365
25366 The following changes are part of the HP merge.
25367
25368 * gdb.base/break.exp: new tests to verify that catchpoints for
25369 fork, vfork, and exec don't trigger inappropriately.
25370
25371 * gdb.base/opaque.exp: compile one file at a time, then link.
25372
25373 * gdb.base/signals.exp: be more restrictive about which hppa
25374 systems receive a setup_xfail. new tests.
25375
25376 * gdb.base/solib_threshold.build: new file.
25377 * gdb.base/solib_threshold.exp: new file.
25378 * gdb.base/solib_threshold.link_opts: new file.
25379 * gdb.base/solib_threshold.mk: new file.
25380 * gdb.base/gen_solib_threshold.c: new file.
25381
25382 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
25383 tests. New tests for enums inside classes.
25384
25385 * gdb.c++/compiler.cc: indicate support of template debugging.
25386
25387 * gdb.c++/demangle.exp: run hp style demangling tests.
25388
25389 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
25390 tests.
25391
25392 * gdb.c++/misc.cc: changes to support new tests.
25393
25394 * gdb.c++/templates.cc: changes to support HP's compiler; changes
25395 to support new tests.
25396
25397 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
25398 gcc, then skip these tests.
25399
25400Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
25401
25402 The following files are part of the HP merge; some had longer
25403 names at HP, but have been renamed to be no more than 14
25404 characters in length.
25405
25406 * gdb.hp/ambiguous.cc: new file.
25407 * gdb.hp/ambiguous.exp: new file.
25408 * gdb.hp/attach.exp: new file.
25409 * gdb.hp/attach2.exp: new file.
25410 * gdb.hp/classes-hp.exp: new file.
25411 * gdb.hp/ctti.exp: new file.
25412 * gdb.hp/ctti-add.cc: new file.
25413 * gdb.hp/ctti-add1.cc: new file.
25414 * gdb.hp/ctti-add2.cc: new file.
25415 * gdb.hp/ctti-add3.cc: new file.
25416 * gdb.hp/dbx.exp: new file.
25417 * gdb.hp/exception.cc: new file.
25418 * gdb.hp/exception.exp: new file.
25419 * gdb.hp/foll-exec.c: new file.
25420 * gdb.hp/foll-exec.exp: new file.
25421 * gdb.hp/foll-fork.c: new file.
25422 * gdb.hp/foll-fork.exp: new file.
25423 * gdb.hp/foll-vfork.c: new file.
25424 * gdb.hp/foll-vfork.exp: new file.
25425 * gdb.hp/inherit-hp.exp: new file.
25426 * gdb.hp/more-steps.exp: new file.
25427 * gdb.hp/namespace.cc: new file.
25428 * gdb.hp/namespace.exp: new file.
25429 * gdb.hp/optimize.exp: new file.
25430 * gdb.hp/pxdb.c: new file.
25431 * gdb.hp/pxdb.exp: new file.
25432 * gdb.hp/quicksort.exp: new file.
25433 * gdb.hp/reg-test.exp: new file.
25434 * gdb.hp/reg-test.s: new file.
25435 * gdb.hp/sized-enum.c: new file.
25436 * gdb.hp/sized-enum.exp: new file.
25437 * gdb.hp/start-stop.exp: new file.
25438 * gdb.hp/templ-hp.cc: new file.
25439 * gdb.hp/templ-hp.exp: new file.
25440 * gdb.hp/thr-lib.c: new file.
25441 * gdb.hp/thr-lib.exp: new file.
25442 * gdb.hp/thr-lib.h: new file.
25443 * gdb.hp/thr-liblib.c: new file.
25444 * gdb.hp/virtfun-hp.c: new file.
25445 * gdb.hp/virtfun-hp.exp: new file.
25446 * gdb.hp/watch-cmd.exp: new file.
25447 * gdb.hp/watch-hp.exp: new file.
25448 * gdb.hp/xdb1.exp: new file.
25449 * gdb.hp/xdb2.exp: new file.
25450 * gdb.hp/xdb3.exp: new file.
25451
25452Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
25453
25454 The following files are part of the HP merge; some had longer
25455 names at HP, but have been renamed to be no more than 14
25456 characters in length.
25457
25458 * gdb.base/ss.h: new file.
25459 * gdb.base/call-ar-st.c: new file.
25460 * gdb.base/call-ar-st.exp: new file.
25461 * gdb.base/call-rt-st.c: new file.
25462 * gdb.base/call-rt-st-exp: new file.
25463 * gdb.base/call-strs.exp: new file.
25464 * gdb.base/ena-dis-br.exp: new file.
25465 * gdb.base/environ.exp: new file.
25466 * gdb.base/long_long.exp: new file.
25467 * gdb.base/sect-cmd.exp: new file.
25468 * gdb.base/shlib-cl2.exp: new file.
25469 * gdb.base/smoke.exp: new file.
25470 * gdb.base/so-impl-ld.c: new file.
25471 * gdb.base/so-impl-ld.exp: new file.
25472 * gdb.base/so-indr-cl.c: new file.
25473 * gdb.base/so-indr-cl.exp: new file.
25474 * gdb.base/varargs.exp: new file.
25475 * gdb.base/volatile.exp: new file.
25476 * gdb.base/whatis-exp.exp: new file.
7a292a7a 25477 * gdb.base/display.exp: new file.
c906108c
SS
25478 * gdb.c++/derivation.exp: new file.
25479 * gdb.c++/local.exp: new file.
25480 * gdb.c++/member-ptr.exp: new file.
25481 * gdb.c++/overload.exp: new file.
25482 * gdb.c++/ovldbreak.exp: new file.
25483 * gdb.c++/ref-types.exp: new file.
25484 * gdb.c++/ref-types2.exp: new file.
25485 * gdb.c++/userdef.exp: new file.
d63a86f8 25486
c906108c
SS
25487Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
25488
25489 * gdb.base/default.exp: Reflect wording change in remote.c.
25490
dc96c6c7 25491Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25492
25493 * gdb.base/help.exp: Update to reflect current text.
25494
25495Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
25496
25497 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
25498 they're stack variables and contain garbage.
25499 * gdb.c++/anon-union.exp: new file.
25500
25501 The following changes were made by David Taylor
889bf7c5
PA
25502 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
25503 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
25504 in changes by HP.
c906108c
SS
25505
25506 * gdb.base/bitops.exp: new file.
25507 * gdb.base/default.exp: change expected messages for catch and
25508 info catch tests to reflect HP merge changes.
25509 * gdb.base/enable-disable-break.exp
25510 * gdb.base/ending-run.c: new file.
25511 * gdb.base/long_long.c: new file.
25512 * gdb.base/maint.exp: new file.
25513 * gdb.base/pointers2.exp: new file.
25514 * gdb.base/shlib-call2.exp: new file.
25515 * gdb.base/solib.exp: new file.
25516 * gdb.base/step-test.c: new file.
25517 * gdb.c++/anon-union.cc: new file.
25518 * gdb.c++/local.cc: new file.
25519 * gdb.c++/member-pointer.cc: new file.
25520 * gdb.c++/method.cc: new file.
25521 * gdb.c++/ref-types.cc: new file.
25522 * gdb.c++/ref-types2.cc: new file.
25523 * gdb.c++/userdef.cc: new file.
d63a86f8 25524
c906108c
SS
25525 * gdb.base/scope.exp: compile one file at a time, then link.
25526 * gdb.base/langs.exp: ditto.
25527 * gdb.base/list.exp: ditto.
d63a86f8 25528
c906108c
SS
25529Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
25530
25531 The following changes were made by David Taylor
889bf7c5
PA
25532 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
25533 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
25534 in changes by HP.
d63a86f8 25535
c906108c
SS
25536 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
25537 skip tests. When compiling pass c++ flag to gdb_compile.
25538 * gdb.c++/
d63a86f8 25539
c906108c
SS
25540 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
25541 test for on hppa*-*-hpux*; use args to see if c++ was specified.
25542 (skip_hp_tests): new function.
25543 (gdb_preprocess): new function.
25544
25545 * configure.in (hpdir): decide whether to configure gdb.hp.
25546 * configure: regenerated.
25547
25548 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
25549 to delete on clean.
25550 (EXECUTABLES): update to reflect new additions.
25551 * gdb.base/commands.exp: update message expected.
25552 * gdb.base/default.exp: add copyright notice.
25553 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
25554 * gdb.base/help.exp: update messages to reflect current text.
25555 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
25556 targets for recurse tests.
25557 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
25558 skip this file.
25559
25560 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
25561 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
25562 compilation.
25563 * gdb.c++/misc.exp: ditto.
25564 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
25565 run the tests. tell gdb_compile that it's a c++ compilation.
25566
25567 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 25568
c906108c
SS
25569 * gdb.base/all-bin.exp: new file.
25570 * gdb.base/arithmet.exp: new file.
25571 * gdb.base/assign.exp: new file.
25572 * gdb.base/completion.exp: new file.
25573 * gdb.base/cond-expr.exp: new file.
25574 * gdb.base/condbreak.exp: new file.
25575 * gdb.base/define.exp: new file.
25576 * gdb.base/dollar.exp: new file.
25577 * gdb.base/environment.exp: new file.
25578 * gdb.base/eval-skip.exp: new file.
25579 * gdb.base/jump.exp: new file.
25580 * gdb.base/logical.exp: new file.
25581 * gdb.base/pointers.exp: new file.
25582 * gdb.base/relational.exp: new file.
25583 * gdb.base/section_command.exp: new file.
25584 * gdb.base/whatis-expr.exp: new file.
25585
25586 * gdb.base/all-types.c: new file.
25587 * gdb.base/call-array-struct.c: new file.
25588 * gdb.base/call-return-struct.c: new file.
25589 * gdb.base/call-strings.c: new file.
25590 * gdb.base/callfuncs2.c: new file.
25591 * gdb.base/condbreak.c: new file.
25592 * gdb.base/constvars.c: new file.
25593 * gdb.base/display.c: new file.
25594 * gdb.base/int-type.c: new file.
25595 * gdb.base/jump.c: new file.
25596 * gdb.base/miscexprs.c: new file.
25597 * gdb.base/pointers.c: new file.
25598 * gdb.base/pointers2.c: new file.
25599 * gdb.base/shmain.c: new file.
25600 * gdb.base/shr1.c: new file.
25601 * gdb.base/shr2.c: new file.
25602 * gdb.base/solib.c: new file.
25603 * gdb.base/solib1.c: new file.
25604 * gdb.base/solib2.c: new file.
25605 * gdb.base/varargs.c: new file.
25606 * gdb.c++/derivation.cc: new file.
25607 * gdb.c++/overload.cc: new file.
25608 * gdb.c++/ovldbreak.cc: new file.
25609 * gdb.hp/attach.c: new file.
25610 * gdb.hp/attach2.c: new file.
25611 * gdb.hp/average.c: new file.
25612 * gdb.hp/compiler.c: new file.
25613 * gdb.hp/compiler.cc: new file.
25614 * gdb.hp/execd-program.c: new file.
25615 * gdb.hp/follow-exec.c: new file.
25616 * gdb.hp/follow-fork.c: new file.
25617 * gdb.hp/follow-vfork-and-exec.c: new file.
25618 * gdb.hp/misc-hp.cc: new file.
25619 * gdb.hp/more-steps.c: new file.
25620 * gdb.hp/optimize.c: new file.
25621 * gdb.hp/quicksort.c: new file.
25622 * gdb.hp/run-hp.c: new file.
25623 * gdb.hp/start-stop.c: new file.
25624 * gdb.hp/sum.c: new file.
25625 * gdb.hp/templates-hp.cc: new file.
25626 * gdb.hp/thread-local-in-lib.c: new file.
25627 * gdb.hp/thread-local-in-lib.h: new file.
25628 * gdb.hp/thread-local-in-lib.lib.c: new file.
25629 * gdb.hp/vforked-program.c: new file.
25630 * gdb.hp/virtfunc-hp.cc: new file.
25631 * gdb.hp/watchpoint-hp.c: new file.
25632 * gdb.hp/xdb.c: new file.
25633 * gdb.hp/xdb0.c: new file.
25634 * gdb.hp/xdb0.h: new file.
25635 * gdb.hp/xdb1.c: new file.
25636
25637Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
25638
25639 The following change was made by Edith Epstein
889bf7c5
PA
25640 <eepstein@cygnus.com> as part of a project to merge in changes
25641 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
25642
25643 * gdb.c++/demangle.exp: changed the expected output for some
25644 ARM-style mangling -- removed second reference to datatype.
889bf7c5 25645 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 25646 T1<char>::~T1<char>(void)
c906108c 25647 becomes,
a9c64011
AS
25648 maint demangle __dt__11T1__pt__2_cFv
25649 T1<char>::~T1(void)
c906108c 25650
889bf7c5 25651 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 25652
c906108c
SS
25653Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
25654
25655 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
25656 * gdb.trace/backtrace.exp: Likewise.
25657 * gdb.trace/circ.exp: Likewise.
25658 * gdb.trace/collection.exp: Likewise.
25659 * gdb.trace/deltrace.exp: Likewise.
25660 * gdb.trace/infotrace.exp: Likewise.
25661 * gdb.trace/limits.exp: Likewise.
25662 * gdb.trace/packetlen.exp: Likewise.
25663 * gdb.trace/passc-dyn.exp: Likewise.
25664 * gdb.trace/passcount.exp: Likewise.
25665 * gdb.trace/report.exp: Likewise.
25666 * gdb.trace/save-trace.exp: Likewise.
25667 * gdb.trace/tfind.exp: Likewise.
25668 * gdb.trace/tracecmd.exp: Likewise.
25669 * gdb.trace/while-dyn.exp: Likewise.
25670 * gdb.trace/while-stepping.exp: Likewise.
25671
256721998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
25673
25674 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
25675
25676Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
25677
25678 From Brendan Kehoe:
25679 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
25680 int return types.
25681
25682Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
25683
25684 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 25685 remote dos host testing right.
c906108c
SS
25686
25687Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
25688
25689 * gdb.base/corefile.exp: remove some xfails.
25690
25691Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
25692
25693 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 25694 have different timestamps.
c906108c
SS
25695
25696Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
25697
25698 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 25699 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
25700
25701Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
25702
25703 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 25704 delta.
c906108c
SS
25705
25706Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
25707
25708 * gdb.base/default.exp: Add brace missing from previous delta.
25709
25710Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
25711
25712 * gdb.base/default.exp: Support test for info float for all
25713 varieties of arm toolchain.
25714
dc96c6c7 25715Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25716
25717 * gdb.trace/*.exp: remove "remote_download" command.
25718
dc96c6c7 25719Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25720
25721 * gdb.trace/*.exp: remove -gdwarf from compile.
25722
25723Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
25724
25725 * gdb.trace/configure.in(AC_INIT): typo
25726 * gdb.trace/configure: regenerated
25727
dc96c6c7 25728Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25729
25730 * config/m68k-emc.exp: New file.
25731 * lib/<emc-support.exp trace-support.exp}: New files.
25732 * configure.in: add new test directory gdb.trace.
25733 * gdb.trace/{configure configure.in Makefile.in}: New files.
25734 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
25735 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
25736 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
25737 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
25738 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
25739 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
25740 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 25741
dc96c6c7 25742Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25743
25744 * gdb.c++/classes.exp: Change all regular expressions to match
25745 arbitrary combinations of newline/carriage-return, so that they
25746 will work equally well on Unix and Windows.
25747 * gdb.c++/inherit.exp: ditto.
25748 * gdb.c++/virtfunc.exp: ditto.
25749
257501998-08-11 Dawn Perchik <dawn@cygnus.com>
25751
25752 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
25753
c2d11a7d
JM
25754Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
25755
25756 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
25757 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
25758 to use a0-a3/d0-d3 as needed.
25759
25760Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
25761
25762 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
25763 * gdb.disasm/am33.exp: Corresponding changes.
25764
c906108c
SS
257651998-07-11 Felix Lee <flee@cygnus.com>
25766
25767 * gdb.base/callfuncs.exp: add cmp10 test.
25768 * gdb.base/callfuncs.c (cmp10): new function.
25769
25770Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
25771
d63a86f8 25772 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
25773 into two parts to get around a synchronization problem in expect.
25774
3fc11d3e
JM
25775Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
25776
25777 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
25778
25779 * configure.in: Add options for gdbtk testsuite.
25780
25781 * configure: Regenerate.
25782
25783 * gdb.gdbtk: New directory to hold gdbtk tests.
25784
c906108c
SS
25785Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25786
25787 * gdb.fortran/types.exp: Escape brackets in expect patterns
25788 for test_float_literal_types_accepted tests.
25789 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
25790 before run test.
25791
c2d11a7d
JM
25792Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
25793
25794 * am33.exp: Just compile, do not link the testcase.
25795 * am33.s: Add ".am33" pseudoop to force am33 mode.
25796
c906108c
SS
257971998-06-25 Felix Lee <flee@cygnus.com>
25798
25799 * gdb.base/setshow.exp: make sure $pc is sane.
25800
25801 * gdb.stabs/weird.exp: split expect patterns properly.
25802
c2d11a7d
JM
25803Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
25804
25805 * gdb.disasm/am33.s: New disassembler testfile for the am33.
25806 * gdb.disasm/am33.exp: Run it.
25807
dc96c6c7 25808Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25809
25810 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
25811 match processing (and eliminate spurious timeouts when running).
25812
dc96c6c7 25813Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25814
25815 * gdb.base/signals.exp (test_handle_all_print): put back Mach
25816 exception test, but conditionalize it on target [mach | gnu].
25817
dc96c6c7 25818Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25819
25820 * gdb.base/overlays.exp: fixup compile line for linker script.
25821
25822Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
25823
25824 * gdb.fortran/types.exp: don't guess at float size.
25825
25826Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
25827
25828 * gdb.base/exprs.exp: delete test that depends on int size.
25829
25830Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
25831
25832 * config/sim.exp: Removed checks for target triplets.
25833 (gdb_target_sim): Use gdb,target_sim_options.
25834
25835Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
25836
25837 * gdb.base/reread.exp: New file.
25838 * gdb.base/reread1.c: New file.
25839 * gdb.base/reread2.c: New file.
25840
25841Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
25842
25843 * config/sim.exp: Use 'target sim -sparclite' when running
25844 SPARClite programs.
25845
25846Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
25847
25848 * gdb.base/structs2.exp: New file.
25849 * gdb.base/structs2.c: New file.
25850
25851Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
25852
25853 * gdb.asm/common.inc: New file.
25854 * gdb.asm/d10v.inc: New file.
25855 * asm-source.exp: Pass -I's to gas to find .inc files.
25856 Update line numbers in expected output.
25857 * asmsrc1.s: Rewrite.
25858 * asmsrc2.s: Rewrite.
25859 * configure.in: Create arch.inc symlink.
25860 * configure: Regenerate.
25861 * Makefile.in (distclean): Delete arch.inc.
25862
25863Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
25864
25865 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
25866 (t_enum_value2): ditto
25867 (t_enum_value3): ditto
25868 (main): ditto
c906108c
SS
25869Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25870
25871 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
25872 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
25873 change.
25874 Use gdb_test instead of send_gdb/gdb_expect sequences.
25875
25876Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
25877
25878 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
25879 not void.
25880
25881Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
25882
25883 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
25884 subroutines. Used to test gdbs ability to single step through PC
25885 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
25886
25887Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
25888
25889 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
25890 more rigorous EGCS C++ error checking.
25891
25892Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25893
a9c64011
AS
25894 * gdb.base/help.exp: Clean up `help set args' and `help show args'
25895 tests.
25896 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
25897 function when asleep.
25898 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
25899 for i*86 Linux and SVR4 signal handling problems.
25900 Remove linux xfail for `next to handler in signals_tests_1', fixed
25901 by recent infrun.c change.
25902 Limit backtrace to 10 frames to avoid timeout problems with infinite
25903 stack backtraces.
25904 Adjust expect pattern in `handle all print' test to match Apr 28 1997
25905 target.[ch] change.
c906108c
SS
25906
25907Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
25908
25909 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
25910 for a newline from gdb before continuing.
25911 (default_gdb_exit): Just look for y or n.
25912 (gdb_test): Detect abnormal exit from GDB running on DOS; if
25913 it does, fail the rests of the tests in the file.
25914
25915Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
25916
25917 * config/cygmon.exp: New file.
25918
25919Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
25920
25921 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 25922 main" test on remote targets.
c906108c
SS
25923
25924 * gdb.base/scope.exp: Fix problem with filelocal_bss before
25925 run test on remote targets.
25926
25927Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
25928
25929 * gdb.asm: New directory.
25930 * configure.in: Configure it.
25931 * configure: Regenerate.
25932 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
25933 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
25934
25935Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
25936
25937 * config/mn10300-eval.exp: New file to support MN10300 eval board.
25938
dc96c6c7 25939Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 25940
a9c64011
AS
25941 * gdb.base/overlays (several files): Merge the two overlay
25942 managers into one. Change variables (foox, barx, bazx, grbxx)
25943 back into ints but force them to load in their proper sections.
c906108c
SS
25944
25945Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
25946
25947 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 25948 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
25949 (D10VCopy): Handle memory regions crossing 16k boundaries.
25950 (D10VCopy): Transfer data in 32 bit chunks.
25951
25952Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
25953
25954 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 25955 correct.
c906108c
SS
25956
25957 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 25958 map. Include space for printf in .text segment.
c906108c
SS
25959
25960 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 25961 updated d10v memory VMA/LMA map.
c906108c 25962 (D10VCopy): Call D10VTranslate.
d63a86f8 25963
c906108c
SS
25964Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
25965
25966 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
25967
25968 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
25969 that it won't be put into the .sdata - small data -
25970 section. Update reference.
c906108c
SS
25971 * gdb.base/baz.c (bazx, baz): Ditto.
25972 * gdb.base/foo.c (foox, foo): Ditto.
25973 * gdb.base/grbx.c (grbxx, grbx): Ditto.
25974
25975 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 25976 to be arrays.
d63a86f8 25977
dc96c6c7 25978Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 25979
a9c64011
AS
25980 * gdb.base/overlays.exp: fix up and get working again.
25981 Add tests for backtraces from an overlay function.
d63a86f8 25982
c906108c
SS
25983Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
25984
25985 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
25986 "calling function with watchpoint enabled".
25987
25988Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
25989
25990 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 25991 gdb_suppress_tests for d10v-*-*.
c906108c
SS
25992 * lib/gdb.exp (gdb_suppress_tests): Disable this function
25993 pending review of whether it is useful or not.
25994
25995Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
25996
25997 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
25998
25999Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
26000
26001 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
26002 * config/dve.exp: New file to support Densan boards.
26003
26004Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
26005
26006 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 26007 reads and BSD.
c906108c
SS
26008
26009Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
26010
26011 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
26012 response.
26013
26014 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
26015
26016Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
26017
26018 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 26019 test.
c906108c
SS
26020
26021 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 26022 target_sizeof_long and target_bigendian_p.
c906108c 26023 (structs_by_value, structs_by_reference): Check values according
889bf7c5 26024 to targets word size and endianess.
d63a86f8 26025
c906108c
SS
26026Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
26027
26028 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 26029 output.
c906108c
SS
26030
26031Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
26032
26033 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 26034 Update test of set args help to match source change.
c906108c
SS
26035
26036Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
26037
26038 * gdb.base/default.exp: Expect help system output to be in
26039 alphabetical order.
26040 * gdb.base/help.exp: Ditto.
26041
26042Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
26043
26044 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
26045 "i*86-pc-linux-gnu*".
26046 * gdb.base/interrupt.exp: Ditto.
26047 * gdb.base/corefile.exp: Ditto.
26048
26049 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 26050 define vxworks when building the testcase.
c906108c
SS
26051
26052 * gdb.base/ptype.exp: Fix testnames to be unique.
26053 * gdb.base/radix.exp: Ditto.
26054 * gdb.base/term.exp: Ditto.
26055 * gdb.base/whatis.exp: Ditto.
26056 * gdb.c++/classes.exp: Ditto.
26057
26058Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
26059
26060 * gdb.base/callfuncs.exp: Fix indentation.
26061
26062 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
26063 suppress_flag has been set.
26064 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
26065 target feature.
26066
26067Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
26068
26069 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
26070 the testcase.
26071
26072 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 26073 set_debug_traps() and breakpoint().
c906108c
SS
26074 * gdb.c++/misc.cc (main): Ditto.
26075 * gdb.c++/templates.cc (main): Ditto.
26076 * gdb.c++/virtfunc.cc (main): Ditto.
26077
26078Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
26079
26080 * lib/gdb.exp(gdb_step_for_stub): New function.
26081 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
26082 exists, reload the executable and do a "continue" instead of
26083 doing a jump.
26084 (runto_main): Use gdb_step_for_stub.
d63a86f8 26085
c906108c 26086 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 26087 tests to have unique names.
c906108c
SS
26088 * gdb.base/callfuncs.exp: Ditto.
26089 * gdb.base/commands.exp: Ditto.
26090 * gdb.base/default.exp: Ditto.
26091 * gdb.base/help.exp: Ditto.
26092 * gdb.base/list.exp: Ditto.
26093 * gdb.base/opaque.exp: Ditto.
26094 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
26095 similar tests.
d63a86f8 26096
c906108c
SS
26097 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
26098 * gdb.c++/cplusfuncs.cc: Ditto.
26099 * gdb.c++/virtfunc.cc: Ditto.
26100
26101 * config/monitor.exp: Keep track of the last file we saw, rather
26102 than trying to get the info from gdb.
26103
26104 * gdb.fortran/types.exp: Move comment to previous line.
26105
26106Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
26107
26108 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 26109 target mode.
c906108c
SS
26110
26111Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
26112
26113 From Bob Manson:
26114 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 26115 string from GDB when it connects.
c906108c
SS
26116
26117 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
26118
26119Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
26120
26121 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
26122 if we can't get a debug format from GDB (we may be testing an
26123 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
26124
26125 * gdb.stabs/weird.exp: Fix quoting.
26126
26127 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
26128
26129Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
26130
26131 * config/arm-ice.exp: New file.
26132
26133Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
26134
26135 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 26136 until it has been modified to work with the new testsuite.
c906108c 26137
99707966 26138 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
26139 testcase won't compile, cause all of the testcases in the file to
26140 fail instead.
c906108c
SS
26141
26142 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
26143 (gdb_clear_suppressed): New procedure.
26144 (gdb_stop_suppressing_tests): Only clear suppress_flag if
26145 it contains a positive value.
26146
26147Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
26148
26149 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
26150
26151 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
26152
26153Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
26154
26155 * lib/gdb.exp (setup_xfail_format): New function.
26156 (get_debug_format): New function to get debug format.
26157 (debug_format): New global variable to hold last value set
26158 by get_debug_format.
26159 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 26160 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
26161 * gdb.c++/ptype.exp: Ditto.
26162 * gdb.c++/classes.exp: Ditto.
26163 * gdb.c++/cplusfuncs.exp: Ditto.
26164 * gdb.c++/inherit.exp: Ditto.
26165 * gdb.c++/templates.exp: Ditto.
26166 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 26167
c906108c
SS
26168Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
26169
26170 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
26171 host doesn't have a currently-open connection.
26172
26173 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
26174 any gdb stub target. Handle cases where gdb doesn't respond when
26175 interrupted in a sane fashion.
c906108c
SS
26176
26177 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 26178 same thing in a totally different way.
c906108c
SS
26179
26180 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 26181 setting "timeout".
c906108c 26182 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 26183 default_gdb_init now.
c906108c
SS
26184
26185Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
26186
26187 * gdb.base/printcmds.exp: Fix "check for floating addition"
26188 regexp to accept results within approx +/- .01 of exact value.
26189 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
26190
26191Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
26192
26193 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 26194 properly.
c906108c
SS
26195 (gdb_expect): Add optional timeout parameter, and add timeout
26196 value to various calls.
26197 (gdb_suppress_tests): Only give one warning message per group.
26198
26199Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
26200
26201 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
26202 global variables. Handle getting a value for $timeout more
26203 gracefully.
c906108c
SS
26204
26205Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
26206
26207 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 26208 initialize.
c906108c 26209 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 26210 by a target configuration file.
c906108c
SS
26211 (gdb_expect): Pass the timeout to remote_expect.
26212
26213 * config/monitor.exp(gdb_load): Fix typo in regexp.
26214
26215Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
26216
26217 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
26218
26219Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
26220
26221 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
26222 here. Call gdb_target_exec before rebooting the target, to make
26223 sure the connection to the target is closed.
c906108c
SS
26224 (gdb_load): Pass the name of the executable to gdb_target_monitor.
26225 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
26226 Also detect "Timeout reading from remote" error.
26227
26228 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
26229 gdb_target_monitor. Don't call gdb_file_cmd here; let
26230 gdb_target_monitor do it.
c906108c
SS
26231
26232 * gdb.disasm/hppa.exp: Don't use exec_output.
26233
26234Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
26235
26236 * gdb.base/list.exp: If we're debugging a non-native target,
26237 try to set the pc register to point to the start of the
26238 program before doing the first list command.
26239
26240 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 26241 test_calls after restarting.
c906108c
SS
26242
26243 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 26244 reloading.
c906108c
SS
26245
26246 * gdb.base/watchpoint.exp: Fix typo.
26247
26248 * gdb.base/setshow.exp: Check for use_gdb_stub.
26249
26250 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 26251 stub case.
c906108c
SS
26252 * gdb.base/langs.exp: Ditto.
26253
26254 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
26255 gdb_load_offset. If we weren't given a file to load, figure out
26256 what the current file is and use it.
c906108c
SS
26257
26258 * config/i386-bozo.exp: New file.
26259
26260Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
26261
26262 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
26263 feature.
26264
26265 * config/proelf.exp: New entry.
26266
26267Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
26268
26269 * lib/gdb.exp: Remove spurious .* patterns at the beginning
26270 of regexps.
26271
26272 * gdb.base/watchpoint.exp: Don't run the test_stepping
26273 tests if gdb can't call functions on the target.
26274
26275 * gdb.base/setshow.exp: Don't run the set prompt tests if
26276 the board has gdb_prompt set.
26277
26278Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
26279
26280 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
26281 * gdb.base/commands.exp: Likewise.
26282 * gdb.base/setshow.exp: Likewise.
26283
26284Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
26285
26286 * config/monitor.exp(gdb_start): Look for gdb_prompt target
26287 feature.
26288
26289 * config/i960.exp: New file.
26290
26291Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
26292
26293 * gdb.base/funcargs.exp: Check for gdb,short_int target
26294 feature instead of looking for explicit target triplets.
26295
dc96c6c7 26296Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 26297
d63a86f8 26298 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
26299 "p 123DEADBEEF", to check parse_number.
26300 * top.c: change "to enable to enable" to "to enable" in a couple
26301 of help strings.
26302
26303Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
26304
26305 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
26306 on the mn10300.
d63a86f8 26307
c906108c
SS
26308Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
26309
26310 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
26311 where the test executable is run with explicit args.
26312 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
26313
26314Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
26315
26316 * gdb.base/run.c: Use FAKEARGV to build test executable that
26317 does not require a command line arg, since most simulators
26318 don't currently support passing such an arg into the simulated
26319 program.
26320 * gdb.base/commands.exp: Change tests to insert the proper
26321 value as the arg to the first recursive factorial call. Change
26322 compilation line to define FAKEARGV at compile time.
26323
26324Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
26325
26326 * gdb.base/recurse.exp: Enable these tests for the mn10300.
26327 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
26328 function with watchpoint enabled" test.
26329
26330Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
26331
26332 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 26333 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
26334
26335 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 26336 "Tests restarted" messages.
c906108c
SS
26337
26338Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
26339
26340 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
26341
dc96c6c7 26342Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26343
26344 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
26345 for INFO SYMBOL; add help tests for OVERLAY commands.
26346 * gdb.base/default.exp: add tests for INFO SYMBOL command;
26347 add tests for OVERLAY commands
26348 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
26349 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
26350 * gdb.base/sigall.c: add usestubs code frag
26351 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 26352
c906108c
SS
26353Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
26354
26355 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
26356 failures.
26357 (gdb_stop_suppressing_tests): Note that tests have restarted.
26358
26359Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
26360
26361 * config/h8300.exp: New file.
26362
26363Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
26364
26365 * gdb.base/setshow.exp: Check for the existence of a
26366 feature, not its value.
26367
26368Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
26369
26370 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
26371
26372 * gdb.base/scope.exp: It's now init0(), not init().
26373
26374 * gdb.base/scope0.c: For now, change init() to be init0().
26375
26376 * config/monitor.exp: Use gdb_serial in preference to serial
26377 or netport.
26378
26379 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 26380 and it's not already set.
c906108c
SS
26381
26382Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
26383
26384 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 26385 isn't using a stub and if it supports argument passing.
c906108c
SS
26386
26387Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
26388
26389 * config/udi.exp(gdb_start): Make sure UDICONF is set
26390 properly before starting gdb.
26391
26392Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
26393
26394 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
26395 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
26396 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
26397
26398Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
26399
26400 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 26401 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
26402
26403 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
26404
26405 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
26406
26407 * config/monitor.exp: Make sure we disconnect from the target.
26408 Also, try a reboot/reload cycle instead of failing if the
26409 load fails.
26410
26411Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
26412
26413 * gdb.base/default.exp: Don't set match_max.
26414 * gdb.base/help.exp: Ditto.
26415 * gdb.base/list.exp: Ditto.
26416 * gdb.base/signals.exp: Ditto.
26417
26418 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
26419 set, use remote_ld to download the testcase instead of
26420 the GDB loader.
26421
26422Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
26423
26424 * config/vr5000.exp: New file.
26425
26426 * config/monitor.exp(gdb_target_monitor): Add pattern for
26427 "Ending remote" to detect errors in connecting.
26428
26429 * gdb.base/setshow.exp: Add .* within auto language test.
26430
26431 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
26432 target feature.
26433
26434 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 26435 and reboot the board if necessary.
c906108c
SS
26436
26437 * gdb.base/setvar.exp(test_set): Handle multiple prints within
26438 a set of tests. Remove print.* from the patterns being checked.
26439
26440Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
26441
26442 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
26443 refer to gdb_spawn_id.
26444
26445 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
26446 longer used.
26447 * config/sparclet.exp: Ditto.
26448 * config/sparclet-old.exp: Ditto.
26449 * config/slite.exp: Ditto.
26450 * config/sim.exp: Ditto.
26451 * gdb.base/funcargs.exp: Ditto.
26452
26453 * lib/gdb.exp:Remove references to gdb_spawn_id.
26454 (gdb_expect): Move to remote.exp.
26455
26456Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
26457
26458 * config/monitor.exp: Detect the "Couldn't establish connection"
26459 message from GDB.
26460
26461Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
26462
26463 * gdb.base/bitfields.exp: Use runto instead of explicit
26464 gdb_run_cmd/gdb_expect sequences.
26465
26466 * gdb.base/break.exp(text_next_with_recursion): Add match for
26467 gdb_expect call.
26468
26469 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
26470 We also need to handle the "A program is being debugged already"
26471 prompt from gdb. Use gdb_test to set the baud rate.
26472
26473 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
26474 to 20000. Really. I mean it.
26475
26476Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
26477
26478 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
26479 fails. If suppress_flag is set, skip perror message about not
26480 being able to send to GDB.
c906108c 26481 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 26482 GDB.
c906108c
SS
26483 (gdb_expect): If suppress_flag is set, always fail immediately.
26484 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
26485 (gdb_init): Call gdb_stop_suppressing_tests.
26486 (default_gdb_exit): Ditto.
26487 (default_gdb_start): Ditto.
26488
26489 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 26490 gdb_stop_suppressing_tests as appropriate.
c906108c 26491 * gdb.base/break.exp: Ditto.
889bf7c5 26492 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
26493 * gdb.base/commands.exp: Ditto.
26494 * gdb.base/exprs.exp: Ditto.
889bf7c5 26495 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
26496 * gdb.base/list.exp: Ditto.
26497 * gdb.base/recurse.exp: Ditto.
889bf7c5 26498 * gdb.base/scope.exp: Ditto.
c906108c
SS
26499 * gdb.base/structs.exp: Ditto.
26500 * gdb.c++/inherit.exp: Ditto.
26501
26502Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
26503
26504 * config/vr4300.exp: New file.
26505
99707966 26506 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 26507
99707966 26508 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
26509
26510Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
26511
26512 * lib/gdb.exp(gdb_init): New function.
26513
26514 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 26515 for each individual variable set.
c906108c
SS
26516
26517 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
26518 name.
26519
26520 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
26521
26522 * gdb.base/scope.exp: Use gdb_test.
26523
26524 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
26525 aborting; the testsuite driver will do that for us (see
26526 gdb_finish). Also, use gdb_test in a few more places.
26527
26528Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
26529
26530 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
26531
26532Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
26533
26534 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
26535 and "add_tests" are not at the same address.
26536
26537Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
26538
26539 * gdb.base/ptype.exp: Use gdb_test.
26540
26541Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
26542
26543 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
26544 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
26545 left in. No longer expect them to fail.
26546
26547 * gdb.stabs/*.mt; Deleted, no longer used.
26548 * gdb.stabs/configure.in: Remove references to target makefile
26549 frags.
26550 * gdb.stabs/configure: Rebuilt.
26551
26552 * gdb.disasm/*.mt: Deleted, no longer used.
26553 * gdb.disasm/configure.in: Remove references to target makefile
26554 frags. Use "sh3.s" as the unique filename for this directory.
26555 * gdb.disasm/configure: Rebuilt.
26556
26557 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
26558 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
26559 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
26560
26561Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
26562
26563 * config/udi.exp: Use mondfe,name instead of remote_host.
26564
26565Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
26566
26567 * gdb.base/watchpoint.exp: Don't expect a failure when calling
26568 a function with a watchpoint enabled on the mn10200.
26569
26570 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
26571 before trying to create it!
26572
26573Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
26574
26575 * config/vx.exp: Use hostname instead of netport.
26576
26577 * config/vxworks.exp: New file.
26578
26579 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
26580
26581 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 26582 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
26583 occurs.
26584
26585 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
26586 $gdb_spawn_id directly.
26587 (gdb_run_cmd): Try _start as well as start. Use the target feature
26588 gdb,start_symbol as the symbol to start from when jumping.
26589
26590Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
26591
26592 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
26593 redundant) test.
26594
26595 * gdb.base/recurse.exp: Relax final value test for 'b' so that
26596 it doesn't lose for 16bit integer systems.
26597
26598Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
26599
26600 * gdb.fortran/types.exp: If the target doesn't support "double"
26601 data types, then expect "real" types to only be 4 bytes.
26602
26603 * gdb.c++/virtfunc.exp: Expect failure for virtual function
26604 call tests if the target doesn't support inferior function calls.
26605
26606 * gdb.base/printcmds.exp: Allow minor deviation in FP values
26607 in printf tests.
26608
26609Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
26610
26611 * gdb.base/help.exp: Disable "help set", "help show", and
26612 "help support". Simplify regexp for "help stack".
26613
26614 * gdb.base/default.exp: Set match_max to 5000 and the timeout
26615 to 60 seconds. Temporarily set match_max to 15000 around the
26616 "info copying" test.
26617
26618 * gdb.base/nodebug.exp: Don't try to do an inferior function
26619 call if the target doesn't support them.
26620 * gdb.base/printcmds.exp: Likewise.
26621 * gdb.base/setvar.exp: Likewise.
26622 * gdb.base/structs.exp: Likewise.
26623 * gdb.c++/templates.exp: Likewise.
26624 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
26625
26626 * gdb.base/recurse.exp: Enable for the mn10200.
26627
26628 * configure.in: Do configure gdb.stabs directory for *-*-elf
26629 targets.
26630 * configure: Rebuilt.
26631
26632 * gdb.base/break.exp: Check for gdb,noresults before testing
26633 exit status and/or results from the target.
26634 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
26635 * lib/gdb.exp: Remove old (now bogus) initialization of
26636 noinferior, noargs, noresults and nosignals.
26637
26638Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
26639
26640 * config/sh.exp: New file.
26641
26642 * config/slite.exp: Try to connect multiple times to the board
26643 before rebooting. Only send a "monitor run" if need_monitor_run
26644 is set.
26645
26646 * gdb.base/break.exp: Don't do the "stub continue" test if
26647 the target has gdb_stub set.
26648
26649 * gdb.base/callfuncs.exp: Increase the timeout.
26650
26651 * gdb.base/interrupt.exp: Don't even try to compile the testcase
26652 if the target has gdb,noinferiorio set.
26653
26654 * gdb.base/list.exp: Increase match_max to 10000 characters.
26655
26656 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
26657
26658 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
26659 target.
26660
26661 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
26662
26663Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
26664
26665 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
26666 trying to delete the copy of gdb. Catch the file delete so we
26667 don't die if the delete fails; also, the file should be copied to
26668 the host, not to the build.
c906108c
SS
26669
26670Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
26671
26672 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 26673 parenthesis in case it contains multiple regexps separated
c906108c
SS
26674 with |.
26675
26676 * gdb.base/watchpoint.exp: Use gdb_test.
26677 * gdb.base/default.exp: Ditto.
26678
26679Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
26680
99707966 26681 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 26682
c906108c
SS
26683 * gdb.base/scope.exp: Use gdb_test.
26684 * gdb.c++/classes.exp: Ditto.
26685 * gdb.c++/inherit.exp: Ditto.
26686
26687Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
26688
26689 * gdb.base/crossload.exp: Don't use execute_anywhere, use
26690 remote_exec instead.
26691 * gdb.base/corefile.exp: Don't be ridiculous.
26692 * gdb.base/*.c: Add missing stub invocations.
26693
26694Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
26695
26696 * config/slite.exp: Miscellaneous fixes.
26697
26698 * lib/gdb.exp: Fix runto.
26699
26700 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
26701 the target.
26702
26703 * gdb.base/watchpoint.exp: Fix regexp.
26704
26705 * lib/gdb.exp(default_gdb_exit): Add a catch to the
26706 close and wait commands, as the descriptor may now be
26707 invalid. Always call "remote_close host".
26708
26709Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
26710
26711 Major rewrite for testsuite revision.
d63a86f8 26712
c906108c
SS
26713 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
26714 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
26715 instead of relying on spawn_id to always contain a valid
26716 spawn id.
26717 (get_compiler_info): New procedure to build the ${binfile}.ci
26718 file, instead of replicating this in N different places.
26719 (gdb_compile): New procedure.
d63a86f8 26720
c906108c 26721 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
26722 appropriate arguments) instead of compile. Use gdb_test in a lot
26723 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
26724 at the start of a testcase, as this is no longer done magically.
26725
26726 config/*-gdb.exp: Rename without the -gdb suffix.
26727
26728 config/mips.exp: Use remote_close instead of exit_remote_shell.
26729 config/monitor.exp: Use target_info instead of looking at
26730 baud, timeout, etc.
26731 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
26732
26733Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26734
26735 * gdb.c++/templates.exp (test_ptype_of_templates),
26736 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
26737 Update expect patterns for destructors and assignment operators
26738 to match corresponding c-typeprint.c changes.
26739 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
26740 to destructor breakpoint test, GDB should be able to set the
26741 destructor breakpoint without specifying arguments.
26742
26743Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
26744
26745 * gdb.threads/pthreads.exp: Change result for failure to compile due
26746 to lack of pthreads runtime support from an error to simply an
26747 unsupported test, per dejagnu standards.
26748
26749Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26750
26751 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
26752 where GDB exits to reduce pattern match time.
26753 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
26754
26755 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
26756
dc96c6c7 26757Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26758
26759 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
26760 * gdb.base/default.exp: ditto.
26761 * gdb.base/nodebug.exp: ditto.
26762 * gdb.base/printcmds.exp: ditto.
26763 * gdb.base/ptype.exp: ditto.
26764 * gdb.base/setvar.exp: ditto.
26765 * gdb.base/structs.exp: ditto.
26766 * gdb.base/setshow.c: Guard against uninitialized values of argc.
26767
26768Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
26769
26770 * configure, */configure: Rebuild with autoconf 2.12.
26771
26772Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
26773
26774 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
26775 use new i*86-pc-linux*-gnu quads.
26776 * gdb.base/corefile.exp: Ditto.
26777 * gdb.base/signals.exp: Ditto.
26778 * gdb.base/sigall.exp: Ditto.
26779 * gdb.base/interrupt.exp: Ditto.
26780
26781 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
26782 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
26783 RedHat 4.0.
d63a86f8 26784
c906108c 26785 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
26786 linux. This allows the test case to at least compile on latest
26787 linux, but still not run due to missing the threads runtime library.
c906108c
SS
26788
26789Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26790
26791 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
26792 directory to search gdb directory. Accept and step over conditional
26793 stack alignment code. Consume $prompt in failure cases.
26794 Reset timeout to $oldtimeout instead of some arbitrary value.
26795 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
26796 timeout problems with infinite stack backtraces.
26797 * gdb.base/ptype.exp (ptype struct link, union tu_link):
26798 Accept function parameters for linkfunc member.
26799
26800Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
26801
26802 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
26803 (CXXFLAGS): Remove, unreferenced.
26804 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
26805 previous -B options and also add -B option to pick up cross compiled
26806 runtime.
c906108c
SS
26807 (TARGET_INCLUDES): Add for -I options and add code to initialize when
26808 doing cross compiles.
26809 (target_alias): Declare global.
26810 (xgcc): Set variable to full path of gcc in build tree. Use findfile
26811 to verify that gcc exists in build tree, and if so set CC to that
26812 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 26813
c906108c
SS
26814Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
26815
26816 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
26817 ptype test for anonymous union. Fixup testcase to match
26818 current gcc debug output.
26819
26820Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
26821
26822 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
26823 force argument to an unsigned long type.
26824
26825Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
26826
26827 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 26828 tests and anonymous union print/ptype tests.
c906108c
SS
26829 * gdb.base/list.exp (test_forward-search): Increase timeout by
26830 5 minutes for the "search extremely long line" case.
26831 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
26832 completely optional and that the pass/fail messages use the command as
26833 the message if that third arg is a null string.
26834 (gdb_test_exact): Arrange that a null string pattern means match a
26835 null string output rather than any output, which might include random
889bf7c5 26836 errors.
c906108c
SS
26837 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
26838 backtrace test.
26839 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
26840 always failing and failure is now exposed by gdb.exp changes.
26841
26842Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
26843
26844 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
26845 weren't being noted.
26846
26847Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26848
26849 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
26850 * gdb.stabs/weird.exp: Remove v_comb xfails.
26851
dc96c6c7 26852Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26853
26854 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 26855 list.exp scope.exp watchpoint.exp]
c906108c 26856 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 26857
dc96c6c7 26858Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26859
26860 * config/monitor.exp: Increase download timeout to 1000 seconds.
26861
dc96c6c7 26862Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26863
26864 * config/m32r.exp: Increase timeout to 120 seconds.
26865
26866Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
26867
26868 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
26869 and accept older ordering as obsolescent gcc or gdb.
26870 * gdb.c++/templates.exp: Ditto.
26871 * gdb.c++/virtfunc.exp: Ditto.
26872
26873Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
26874
26875 * gdb.base/coremaker.c: Add code to mmap some data so we
26876 can check that it ends up in the core file.
26877 * gdb.base/corefile.exp: Add test to read mmapped data
26878 from core file.
26879
dc96c6c7 26880Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26881
26882 * config/m32r.exp: New file.
26883
26884Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
26885
26886 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
26887 that cflags can contains -gstabs, and work correctly for other tests.
26888
dc96c6c7 26889Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26890
26891 * gdb.base/setshow.exp: New file, tests show and set.
26892 * gdb.base/setshow.c: New file, tests show and set.
26893 * gdb.base/help.exp: Add test for help set|show annotate.
26894 * gdb.base/default.exp: Add test for set|show annotate.
26895
26896Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
26897
26898 * testsuite/gdb.base/break.exp: Make backtrace from factorial
26899 errors unique.
26900 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
26901 explicitly.
26902
26903Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
26904
26905 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
26906 and width commands. This is done elsewhere.
26907 * (gdb_start): Don't call gdb_start_sim here. That's already
26908 done in gdb_load. This fixes lots of failures in default.exp.
26909
26910Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
26911
26912 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
26913 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
26914 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
26915 in the same we we treat other failures (since it may be an expected
889bf7c5 26916 condition), rather than as an error.
c906108c
SS
26917 * gdb.base/signals.exp (test_handle_all_print): Revert back to
26918 old test format.
26919
26920Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
26921
26922 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
26923 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 26924 twice. Nuke the duplicates.
c906108c 26925 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 26926 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
26927 Remove config.h along with other config files.
26928
26929Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
26930
26931 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
26932 "p func1 ()" and note that rests of tests are skipped.
26933 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 26934 setup_xfails for "print func2::coremaker_local".
c906108c
SS
26935 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
26936 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
26937 affected by the previous run test.
26938 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
26939 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
26940 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
26941 "pass int powerset tuple" and "pass modeless int powerset tuple".
26942 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
26943 "real write 4" and "real write 8".
26944 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 26945 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
26946 "print \$i after tuple assign 2", and
26947 "print vs2 after tuple assign 2".
26948 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
26949 meaningful error message and return -1 so the caller can
26950 suppress further tests and avoid a cascade of errors.
d63a86f8 26951
c906108c
SS
26952Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
26953
26954 * gdb.base/a1-selftest.exp: Tweak tests to account for new
26955 format for printing version.
26956 * gdb.base/default.exp: Ditto.
26957 * gdb.base/interrupt.exp: Fix problem with cascade of
26958 errors if child process dies while calling a function.
d63a86f8 26959
c906108c
SS
26960Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
26961
26962 * Makefile.in (VPATH): Add
26963 * Makefile.in (Makefile, config.status): Fix rules so things get
26964 remade when necessary.
26965
26966Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
26967
26968 * Makefile.in (just-check): Add path to sibling expect dir
26969 to environment variable specified by RPATH_ENVVAR.
26970
26971Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
26972
26973 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
26974 (just-check): Add shared library paths for libstdc++, tk,
26975 tcl, bfd, and opcodes to the environment variable specified
26976 in RPATH_ENVVAR.
26977 * configure.in: Add support to recognize --enable-shared flag
26978 and generate correct value for RPATH_ENVVAR.
26979 * configure: Regenerated with autoconf.
26980
26981Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
26982
26983 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 26984 include all osf versions.
c906108c
SS
26985 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
26986 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
26987 when target is linux. When failing to build pthreads test
26988 executable, give more meaningful message.
26989 * gdb.threads/pthreads.c: Hpux also uses old definition of second
26990 arg for pthread_create.
d63a86f8 26991
c906108c
SS
26992Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
26993
26994 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 26995 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 26996 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 26997 and -lpthreads (everybody else).
c906108c
SS
26998 (test_startup): Fail gracefully if threads are not supported.
26999 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
27000 "p/c array_index("abcdef",2)" when not gcc compiled.
27001 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
27002 "print func2::coremaker_local" when not gcc compiled.
27003 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
27004 "ptype on opaque struct tagname (statically)",
27005 "ptype on opaque struct tagname (dynamically) 1", and
27006 "ptype on opaque struct tagname (dynamically) 2"
27007 for not compiled with gcc.
27008 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
27009 backtrace when compiled with gcc.
d63a86f8 27010 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
27011 than always return success.
27012
27013Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
27014
27015 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
27016
27017Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
27018
27019 * gdb.base/structs.exp: Undo last change.
27020
27021Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
27022
27023 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
27024 encapsulate all the steps/nexts done during self test, starting
27025 at main, and makes them less sensitive to optimization issues.
27026 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
27027 signal handler" test.
27028 * gdb.threads/pthreads.exp: Only run this for native configs.
27029 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
27030 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
27031 tests.
27032 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
27033 for "runto test_calls(void)" test.
d63a86f8 27034
c906108c
SS
27035Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
27036
27037 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
27038 and don't expect address info in breakpoint confirmations.
27039
27040Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
27041
27042 * gdb.base/list.exp (test_forward_search): Increase timeout
27043 temporarily by 60 seconds for searching extremely long line,
889bf7c5 27044 and then reset to old value when done. Increase expect input
c906108c
SS
27045 buffer to 10000.
27046
27047Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
27048
27049 * gdb.base/list.exp (test_forward_search): Fix to handle very
27050 long source line without overflowing expect's input buffer.
27051
27052Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
27053
27054 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
27055 "buffer_full".
27056
27057 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
27058 "buffer_full".
27059
27060 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
27061 "buffer_full".
27062
27063 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
27064 "buffer_full".
27065
27066Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
27067
27068 * configure.in (configdirs): Add gdb.threads.
27069 * configure: Regenerated with autoconf.
27070 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
27071 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
27072 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 27073
c906108c
SS
27074Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
27075
27076 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
27077
27078Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
27079
27080 * gdb.base/signals.exp (test_handle_all_print): Test separately for
27081 each signal's status in the output of "handle all print".
27082 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
27083 the \r\n sequence that immediately precedes the gdb prompt.
27084 * gdb.base/a1-selftest.exp: Save original timeout and restore
27085 after test.
27086
27087Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
27088
27089 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
27090 symbol.
27091
27092Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
27093
27094 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
27095
27096Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
27097
27098 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
27099 timeout by 60 seconds.
27100
27101Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
27102
27103 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
27104 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
27105 error return.
27106
27107Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
27108
27109 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
27110 gdb initialization, also report how long dejagnu waited. Restore
27111 old timeout before doing error return. Temporarily increase timeout
889bf7c5 27112 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
27113
27114Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
27115
27116 * lib/gdb.exp: Report timeout value for verbosity level 2.
27117 * config/gdbserver.exp: Ditto.
27118 * config/hppro.exp: Ditto.
27119 * config/mips-gdb.exp: Ditto.
27120 * config/monitor.exp: Ditto.
27121 * config/netware.exp: Ditto.
27122 * config/sim-gdb.exp: Ditto.
27123 * config/slite-gdb.exp: Ditto.
27124 * config/udi-gdb.exp: Ditto.
27125 * config/unix-gdb.exp: Ditto.
27126 * config/vx-gdb.exp: Ditto.
27127 * gdb.base/a1-selftest.exp: Ditto.
27128 * gdb.base/a2-run.exp: Ditto.
27129 * gdb.base/break.exp: Ditto.
27130 * gdb.base/corefile.exp: Ditto.
27131 * gdb.base/list.exp: Ditto.
27132 * gdb.base/recurse.exp: Ditto.
27133 * gdb.base/scope.exp: Ditto.
27134 * gdb.base/signals.exp: Ditto.
27135
27136Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
27137
27138 * gdb.threads/Makefile.in (docdir): Removed.
27139
27140Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
27141
27142 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 27143 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 27144 @srcdir@.
d63a86f8 27145 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
27146 autoconf 2.5 or higher.
27147 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
27148
27149Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
27150
27151 * configure: Regenerated.
27152 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
27153 avoid name clashes with SunOS headers.
27154
27155Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
27156
27157 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
27158
27159Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
27160
27161 * gdb.base/callfuncs.exp: Finish last change -- make sure the
27162 prototype information ends up in the compiler info file.
27163
27164Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
27165
27166 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
27167 attempting to regenerate it. Eliminate use of a temporary file
27168 and just generate the info file directly. Source it immediately,
27169 for consistency of use.
27170 * gdb.base/corefile.exp: Ditto
27171 * gdb.base/exprs.exp: Ditto.
27172 * gdb.base/funcargs.exp: Ditto.
27173 * gdb.base/langs.exp: Ditto.
27174 * gdb.base/list.exp: Ditto.
27175 * gdb.base/mips_pro.exp: Ditto.
27176 * gdb.base/nodebug.exp: Ditto.
27177 * gdb.base/opaque.exp: Ditto.
27178 * gdb.base/ptype.exp: Ditto.
27179 * gdb.base/scope.exp: Ditto.
27180 * gdb.base/setvar.exp: Ditto.
27181 * gdb.base/signals.exp: Ditto.
27182 * gdb.base/whatis.exp: Ditto.
27183 * gdb.c++/templates.exp: Ditto.
27184 * gdb.c++/virtfunc.exp: Ditto.
27185 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 27186 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
27187
27188Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27189
27190 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
27191 it got fixed by the recent lookup_minimal_symbol_by_pc change.
27192 Increase timeout, a lot of single stepping might be needed if the
27193 target has no hardware watchpoints.
27194
27195Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
27196
27197 * gdb.base/break.exp: Ignore compiler warnings when compiling
27198 break.c.
27199 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
27200 * gdb.base/default.exp: Add h8300 xfails. Handle messages
27201 from remote-sim.
27202 * gdb.base/exprs.exp: Add h8300 xfails.
27203 * gdb.base/funcargs.exp: Likewise.
27204 * gdb.base/nodebug.exp: Likewise.
27205 * gdb.base/printcmds.exp: Likewise.
27206 * gdb.base/ptype.exp: Likewise.
27207 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
27208 h8300 xfails.
d63a86f8 27209 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
27210 on the h8300.
27211 * gdb.base/funcargs.c: Explicitly make last constant argument to
27212 call_after_alloca_subr an unsigned long type.
27213 * gdb.base/return.c: Include stdio.h.
27214
27215Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
27216
27217 * config/abug.exp: New file for the older Motorola Bug monitor
27218 that runs on the mvme13x series VME boards.
27219 * config/monitor.exp: Use the new config array for target settings
27220 if they exist.
27221
27222Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
27223
27224 * sim-gdb.exp: Make the SH simulator allocate less space when
27225 it is targeted.
27226
27227Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
27228
27229 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
27230 test.
27231
27232Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
27233
27234 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
27235 "rs6000-*-*" for "list function in include file" when gcc compiled.
27236 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
27237 for "p ctable1[120]".
27238 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
27239 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
27240 Remove setup_xfail for "rs6000-*-*" for
27241 "print 'scope0.c'::filelocal before run".
27242 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
27243 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
27244 since some compilers don't allow both options to be given
27245 on the same command line. Create object file and move it.
d63a86f8 27246
c906108c
SS
27247Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
27248
27249 * gdb.base/corefile.exp: Always regenerate the core file, since
27250 we always regenerate the coremaker program. Detect special case
27251 where registers cannot be read from core file.
d63a86f8 27252
c906108c
SS
27253Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
27254
27255 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
27256 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
27257 * gdb.c++/templates.exp: Only match on basename of file since
27258 some formats like xcoff don't encode directory information.
27259 * gdb.stabs/weird.exp: Use the right sed script for powerpc
27260 and rs6000 AIX xcoff targets.
27261 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
27262 * configure: Regenerate.
27263 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
27264 here, rather than in distclean.
d63a86f8 27265
c906108c
SS
27266Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
27267
27268 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
27269 defined, and use it to compile the test case with -O2. The
27270 native compilation still uses no optimization.
27271 * gdb.base/mips_pro.c: Remove inline assembly code since
27272 it is compiled PIC by default, which results in assembler
27273 warnings that make the testsuite think the compilation
27274 was unsuccessful.
27275
27276Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
27277
27278 * gdb.c++/misc.exp: Add note to message for
27279 "print s.a for foo struct" that this is a known gcc 2.7.2
27280 and earlier bug.
27281
27282Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
27283
27284 * gdb.base/break.exp: Fix pattern for matching "Delete all
27285 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
27286 setup_xfail for deleting all breakpoints test. Fix various
27287 timeout messages to include "(timeout)".
27288 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
27289 for "p t_float_values2(3.14159,float_val2)".
27290 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
27291 for "continue to call2g" when gcc compiled.
27292 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
27293 "up to foo in langs.exp", "show language at foo in langs.exp",
27294 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
27295 and "show language at fsub in langs.exp".
27296 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
27297 "list line 1 in include file", "list message for lines past EOF",
27298 "list function in include file", "list list0.h:foo", and
27299 "list filename:function; nonexistant function".
27300 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
27301 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
27302 and "ptype t_char_array" to be for native cc only.
d63a86f8 27303
c906108c
SS
27304Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
27305
d63a86f8 27306 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 27307 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 27308 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
27309
27310Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
27311
27312 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
27313 "bt in signals.exp". This problem only appears when running
27314 the testsuite, and then only intermittently.
27315
27316Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
27317
27318 * gdb.base/return.exp (return_tests): Differentiate between
27319 two tests of continuing.
27320
27321Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
27322
27323 * */Makefile.in (maintainer-clean): Remove config.log.
27324 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
27325 * gdb.c++/Makefile.in (PROGS): Add inherit.
27326 (clean): Remove *.ci.
27327
27328Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
27329
27330 * gdb.c++/misc.cc: Add test code from Mike Stump.
27331 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
27332
27333Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
27334
27335 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
27336 to "alpha-*-osf2*" and add comment.
27337 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
27338 setup_xfail for "step over execarg initialization" and
27339 "step over corearg initialization".
c906108c
SS
27340 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
27341 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
27342 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 27343 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
27344 "print func2::coremaker_local", and "backtrace in corefile.exp".
27345 * gdb.base/signals.exp: Build and source signals.ci.
27346 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
27347 to be for gcc only.
27348 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 27349
c906108c
SS
27350Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27351
27352 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
27353 Feb 3 procfs.c change.
27354
27355Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
27356
27357 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
27358
27359Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
27360
27361 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
27362 from dejagnu's apparent default of 10 seconds, which gives random
27363 results when running the tests over NFS on moderately loaded systems.
27364 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
27365
27366Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
27367
27368 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
27369 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 27370 result reports.
c906108c
SS
27371
27372Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
27373
27374 * configure.in (CY_AC_PATH_TCLH): Remove.
27375 * configure: Regenerate.
27376
27377Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
27378
27379 * gdb.c++/Makefile.in (clean): Add missing '{'.
27380
27381Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
27382
27383 * lib/gdb.exp: Provide a default value for noinferior.
27384
27385 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
27386 Load libgloss.exp.
27387
27388Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
27389
27390 * gdb.disasm/hppa.exp: Compile directly into an executable, use
27391 the executable, not the .o to run the tests from.
27392
27393Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
27394
27395 * gdb.base/break.exp: Don't test for program exit or exit status
27396 if $noresults if nonzero.
27397 * gdb.base/langs.exp: Likewise.
27398 * gdb.base/watchpoint.exp: Likewise.
27399
27400 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
27401 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
27402 trying to compile the testcase.
27403
27404Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
27405
27406 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
27407 * gdb.base/signals.exp (continue to handler): Likewise.
27408
27409Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
27410
27411 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
27412
27413 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
27414
27415Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
27416
27417 * gdb.base/corefile.exp: Recognize "not found" as failure
27418 when trying to determine if a core file was generated.
27419 If no core file was generate the first time, try again without
27420 the ulimit -c to work around braindamaged shells.
27421
27422Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
27423
27424 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
27425 [] tests with "test" and enclose string in quotes.
27426 * gdb.stabs/configure: Rebuild
d63a86f8 27427
c906108c
SS
27428Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
27429
27430 Changes in sync with expect:
27431 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
27432 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
27433 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
27434 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
27435 argument to AC_REQUIRE.
27436 * configure: Regenerated.
27437
27438Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
27439
27440 * gdb.base/corefile.exp: When generating a core, discard any
27441 error messages about ulimit not found and the "core dumped"
27442 message from the shell that runs the coredumper.
27443
27444Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
27445
27446 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
27447
27448 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
27449 which sed script to run. Expect failure for v_comb test
27450 on PA targets too.
d63a86f8 27451
c906108c
SS
27452Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
27453
27454 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 27455 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
27456
27457Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
27458
27459 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
27460 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 27461 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
27462 * lib/gdb.exp (default_gdb_start): Fix typo.
27463 * gdb.base/corefile.exp: Allow "Core was generated by ..."
27464 messages to not include the full program name that caused
27465 the core dump since some systems (such as solaris) apparently
27466 truncate this path to about 80 characters.
27467 When generating a core file first try increasing the core file
27468 size limit to unlimited since some systems may default it to
27469 zero, and it is harmless to try it. Move the test for failing
27470 to generate a core file to where it will actually get executed.
27471 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
27472 new gdb result from g++ debug info improvements and make old
27473 pattern obsolescent. Also account for size_t differences
27474 (may be int or long).
27475 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
27476 initialization before function call is placed in the delay slot
27477 and thus appears to be skipped over by commands such as "next".
27478
27479Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
27480
27481 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
27482
27483Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
27484
27485 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
27486 input source file; fix code to compile test to deal with this
27487 convention.
27488 * gdb.c++/*.exp: Likewise.
27489
27490Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
27491
27492 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
27493 "bt in signals.exp".
27494
27495Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
27496
27497 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
27498 "step over execarg initialization" and
889bf7c5 27499 "step over corearg initialization".
c906108c
SS
27500
27501Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
27502
27503 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
27504 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
27505
27506Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
27507
27508 From Rob Savoye (rob@poseidon.cygnus.com)
27509 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
27510 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
27511 configure.in}, gdb.disasm/{Makefile.in, configure.in},
27512 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
27513 configure.in}: Major reworking for autoconfig.
c906108c
SS
27514 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
27515 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 27516 New files.
c906108c
SS
27517 * config/unix-gdb.exp: Make GDB global.
27518 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
27519 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
27520 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
27521 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
27522 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
27523 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 27524 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
27525 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
27526 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
27527 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
27528 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 27529 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
27530 to returns as necessary, arrange for test to compile own testcase
27531 executable.
c906108c 27532 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 27533
c906108c
SS
27534Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
27535
27536 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 27537 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
27538 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
27539 "backtrace through signal handler".
27540
27541Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27542
27543 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
27544 continuing from a job control stop signal.
27545 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
27546
27547Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
27548
27549 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
27550 * gdb.base/corefile.exp: Likewise.
27551 * gdb.base/funcargs.exp: Likewise.
27552
27553Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
27554
27555 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
27556 * config/monitor.exp: Add support for setting baud rate.
27557
27558Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
27559
27560 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
27561 i*86-*-linux* xfails for "backtrace through signal handler".
27562 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
27563 "print func2::coremaker_local".
27564 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 27565 alpha-dec-osf2* xfail for
c906108c
SS
27566 "delete all breakpoints when none".
27567
27568Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
27569
27570 * gdb.base/break.exp: Change test that deletes all breakpoints
27571 when no user breakpoints are installed. A post 4.15 change
27572 causes gdb to no longer prompt in this case.
27573
27574Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
27575
27576 * gdb.base/return.exp (return_tests): Change xfail for test
27577 "correct value returned double test" to stop xfailing at
27578 Solaris 2.5. Apparently the bug has been fixed.
27579
27580Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
27581
27582 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
27583 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
27584
27585Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
27586
27587 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
27588 * gdb.disasm/hppa.s: Corresponding changes.
27589
27590Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
27591
27592 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
27593 makefile fragment.
27594 * config/mt-hpux: Deleted.
27595
27596Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
27597
d63a86f8 27598 * Many files: When warning about suppressed tests due to a
c906108c
SS
27599 nonexistant test binary, avoid incrementing the warning count.
27600
27601Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
27602
27603 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 27604
c906108c
SS
27605Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27606
27607 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
27608 "sparc-*-solaris2*".
27609
27610Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27611
27612 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
27613 Add global and local variables and initialize them.
27614 * gdb.base/corefile.exp: Test correct mapping of corefile sections
27615 by printing variables. Remove rs6000 and powerpc xfails, BFD now
27616 extracts the file name and terminating signal from the core file.
27617 * TODO: Remove note about tests for correct mapping of corefile.
27618 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
27619 from optimizing it away.
27620 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
27621 handles common blocks.
27622
27623Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
27624
27625 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
27626 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
27627
27628Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
27629
27630 * Makefile.in (maintainer-clean): New target, synonym for
27631 realclean.
27632 * gdb.base/Makefile.in (maintainer-clean): Likewise.
27633 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
27634 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
27635 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
27636 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
27637 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
27638
27639Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
27640
27641 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
27642 xfails when not gcc compiled for "print foo::funclocal".
27643 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
27644 "print foo::funclocal at foo",
27645 "print 'scope1.c'::foo::funclocal at foo",
27646 "print foo::funclocal_bss at foo",
27647 "print 'scope1.c'::foo::funclocal_bss at foo",
27648 "print foo::funclocal_ro at foo",
27649 "print 'scope1.c'::foo::funclocal_ro at foo",
27650 "print bar::funclocal at foo" and
27651 "print 'scope1.c'::bar::funclocal at foo".
27652 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
27653 gcc compiled for "print foo::funclocal at bar".
27654 Expand all messages to ensure that they identify that
27655 the test is at bar().
27656 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
27657 gcc compiled for:
27658 "ptype on opaque struct pointer (statically)",
27659 "ptype on opaque struct tagname (statically)",
27660 "ptype on opaque struct pointer (dynamically) 1",
27661 "ptype on opaque struct tagname (dynamically) 1",
27662 "ptype on opaque struct pointer (dynamically) 2" and
27663 "ptype on opaque struct tagname (dynamically) 2
27664 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
27665 gcc compiled for:
27666 "p datalocal"
27667 "whatis datalocal",
27668 "ptype datalocal",
27669 "p bsslocal",
27670 "whatis bsslocal", and
27671 "ptype bsslocal".
27672 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
27673 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
27674 when not gcc compiled.
27675 * gdb.base/funcargs.exp (float_and_integral_args): Add
27676 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
27677 compiled.
27678 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
27679 "backtrace from call6a" when not gcc compiled.
27680 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
27681 "backtrace from call7a" when not gcc compiled.
27682 * gdb.base/callfuncs.exp (do_function_calls):
27683 Add "hppa*-*-hpux*" xfail when not gcc compiled for
27684 "p t_char_array_values(char_array_val2,char_array_val1)",
27685 "p t_char_array_values(char_array_val1,char_array_val2)",
27686 "p t_char_array_values("carray 1","carray 2")",
27687 "p t_char_array_values("carray 1",char_array_val2)",
27688 "p t_char_array_values(char_array_val1,"carray 2")",
27689 "p sum_args(1,{2})",
27690 "p sum_args(2,{2,3})",
27691 "p sum_args(3,{2,3,4})",
27692 "p sum_args(4,{2,3,4,5})"
27693 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
27694 "backtrace in corefile.exp" when not gcc compiled.
27695
27696Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27697
27698 * gdb.base/signals.exp: Rewrite `handle all print' test as
27699 a procedure. Accept blanks or TABs as whitespace, increase
27700 timeout and expect input buffer size for the large output
27701 from the command. Remove "i*86-*-bsdi2.0" xfail.
27702
27703Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27704
27705 * gdb.base/setvar.exp: Add new testcases for truncation when
27706 assigning invalid values to bitfields.
27707
27708Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
27709
d63a86f8 27710 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
27711 mips-sgi-irix* xfail for
27712 "call inferior func with struct - returns char *"
27713 and fix test so that an optional (unsigned char *) cast is
889bf7c5 27714 accepted in the result.
c906108c
SS
27715
27716Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
27717
27718 * gdb.base/funcargs.exp (float_and_integral_args): Remove
27719 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
27720 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
27721 * gdb.base/signals.exp: Remove duplicate "handle all print" test
27722 that accidentally got checked in.
27723
27724Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
27725
d63a86f8 27726 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
27727 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
27728 compiled test.
27729 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
27730 Add mips-sgi-irix5* xfail for not gcc compiled.
27731 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
27732 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
27733 compiled for "p top", "whatis top", "p middle", and "whatis
27734 middle".
c906108c
SS
27735 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
27736 "whatis signed char" for not gcc compiled.
27737 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
27738 "set variable signed char=-1 (-1)" and
27739 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
27740 * gdb.base/funcargs.exp (float_and_integral_args):
27741 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
27742 Add mips-sgi-irix* xfail when not gcc compiled for
27743 "continue to call2b".
27744 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
27745 "continue to call2g".
6fdff2c5
PA
27746 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
27747 compiled for "backtrace from call6a"
27748 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
27749 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
27750 when not gcc compiled for "backtrace from call7a".
c906108c
SS
27751 (localvars_after_alloca): Fix gdb_test cmds for
27752 "print * after runto ...".
27753 Remove rs6000-*-* xfails for
27754 "print i after runto localvars_after_alloca" and
27755 "print l after runto localvars_after_alloca"
27756 for all compilers.
27757 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 27758 when not compiled with gcc, for:
c906108c
SS
27759 "print signed char == (minus)",
27760 "print signed char != (minus)",
27761 "print signed char < (minus)",
27762 "print signed char > (minus)".
27763 * gdb.base/callfuncs.exp (do_function_calls):
27764 Add mips-sgi-irix* xfail, when compiled with native compiler, for
27765 "call inferior func with struct - returns char *".
d63a86f8 27766 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
27767 "correct value returned double test" to include Solaris 2.4.
27768 * gdb.base/funcargs.exp (float_and_integral_args):
27769 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 27770
c906108c
SS
27771Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27772
27773 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
27774 enumeration bitfields if compiling with GNU C.
27775 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
27776 to empty' prompt.
27777
27778Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
27779
27780 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
27781 test for PRO targets.
27782
27783 * gdb.base/funcargs.exp: Avoid ever setting more than 8
27784 breakpoints in the inferior at any given time by making
27785 two groups of breakpoints for call2*, call6* and call7*
27786 tests.
27787
27788Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27789
27790 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
27791 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
27792 from optimizing it away.
27793 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
27794 "call inferior func with struct".
27795
27796Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
27797
27798 * configure.in: Only configure gdb.chill for particular targets.
27799
27800Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
27801
27802 * gdb.base/Makefile.in: Add action to .c.o transformation
27803 rule that generates a .ci file for each .o file and remove
27804 explicit .c.o rules except for callfuncs.o.
27805 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
27806 generates a .ci file for each .o file and remove explicit
27807 .cc.o rules.
27808 (clean): Remove *.tmp *.ci files.
27809 (EXECUTABLES): Remove templ-info.exp.
27810 * gdb.base/compiler.c: New file.
27811 * gdb.c++/compiler.cc: New file
27812 * gdb.base/scope.exp: Source gdb.base/scope.ci.
27813 Change rs6000-*-* xfail for
27814 "print 'scope0.c'::filelocal_ro" and
27815 "print 'scope1.c'::filelocal" and
27816 "print 'scope1.c'::filelocal_bss" and
27817 "print 'scope1.c'::filelocal_ro" and
27818 "print 'scope1.c'::foo::funclocal" and
27819 "print 'scope1.c'::foo::funclocal_ro" and
27820 "print 'scope1.c'::bar::funclocal" and
27821 "print 'scope0.c'::filelocal_ro" and
27822 "print 'scope1.c'::filelocal at foo" and
27823 "print 'scope1.c'::filelocal_bss at foo" and
27824 "print 'scope1.c'::filelocal_ro at foo" and
27825 "print 'scope1.c'::foo::funclocal at foo" and
27826 "print 'scope1.c'::foo::funclocal_bss at foo" and
27827 "print 'scope1.c'::foo::funclocal_ro at foo" and
27828 "print 'scope1.c'::bar::funclocal at foo" and
27829 "print 'scope0.c'::filelocal_ro" and
27830 "print 'scope1.c'::filelocal" and
27831 "print 'scope1.c'::filelocal_bss" and
27832 "print 'scope1.c'::filelocal_ro" and
27833 "print 'scope1.c'::foo::funclocal" and
27834 "print 'scope1.c'::foo::funclocal_bss" and
27835 "print 'scope1.c'::foo::funclocal_ro" and
27836 "print 'scope1.c'::bar::funclocal" and
27837 "print 'scope1.c'::bar::funclocal_bss"
27838 to only be xfail'd when not compiled with gcc.
d63a86f8 27839 Add rs6000-*-* xfail for
c906108c
SS
27840 "print 'scope0.c'::filelocal_bss before run"
27841 when compiled with gcc.
27842 (test_at_main): Add rs6000-*-* xfail for
27843 "print filelocal_ro in test_at_main"
27844 when compiled with gcc.
27845 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 27846 Add rs6000-*-aix* xfail for
c906108c
SS
27847 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
27848 "ptype t_char_array", not compiled with gcc.
27849 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
27850 xfail for "list foo (in include file)" when gcc compiled.
27851 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 27852 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
27853 "run to call0a" if not compiled with gcc.
27854 (unsigned_integral_args): Add rs6000-*-* xfail for
27855 "run to call1a" if not compiled with gcc.
27856 (float_and_integral_args): Add rs6000-*-* xfail for
27857 "run to call2a" if not compiled with gcc and for
27858 "continue to call2b" for any compiler.
27859 Add rs6000-*-* xfail to
27860 "print f1 after run to call2a" for gcc compiled.
27861 (discard_and_shuffle): Add rs6000-*-* xfail for
27862 "run to call6a".
27863 (shuffle_round_robin): Add rs6000-*-* xfail for
27864 "backtrace from call7a" if not compiled with gcc.
27865 Add rs6000-*-* xfail for
27866 "backtrace from call7b" if compiled with gcc.
27867 (call_after_alloca): Add rs6000-*-* xfail for
27868 "print c in call_after_alloca" and
27869 "print s in call_after_alloca" and
27870 "backtrace from call_after_alloca_subr"
27871 if not compiled with gcc.
27872 (localvars_in_indirect_call): Add rs6000-*-* xfail for
27873 "print c in localvars_in_indirect_call" and
27874 "print c in localvars_in_indirect_call" and
27875 "backtrace in indirectly called function" and
27876 "stepping into indirectly called function"
27877 if not compiled with gcc.
27878 (localvars_after_alloca): Add rs6000-*-* xfail for
27879 "print c after runto localvars_after_alloca" and
27880 "print s after runto localvars_after_alloca" and
27881 "print i after runto localvars_after_alloca" and
27882 "print l after runto localvars_after_alloca"
27883 for all compilers.
27884 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
27885 than whatis-info.exp.
27886 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
27887 than opaque-info.exp.
27888 Setup rs6000-*-* xfail for
d63a86f8 27889 "ptype on opaque struct pointer (statically)" and
c906108c
SS
27890 "ptype on opaque struct pointer (dynamically)" when
27891 not compiled with gcc.
27892 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
27893 rather than callf-info.exp.
27894 (do_function_calls): Add clear_xfail for rs6000-*-* for
27895 "p t_float_values2(3.14159,float_val2)". Seems to work
27896 fine there, both with xlc and gcc. Need to find out what
27897 it is doing right and fix other platforms.
27898 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
27899 "call inferior func with struct - returns int",
27900 "call inferior func with struct - returns long",
27901 "call inferior func with struct - returns float",
27902 "call inferior func with struct - returns double",
27903 "call inferior func with struct - returns char *",
27904 but only if not gcc compiled (presumes xlc compiled).
27905 Change rs6000-*-* xfails for
27906 "call inferior func with struct - returns char" and
27907 " call inferior func with struct - returns short" to only
27908 xfail if not using gcc.
27909 (clean mostlyclean): Remove *.ci and *.tmp files.
27910 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
27911 than templ-info.exp.
27912 * gdb.base/langs.exp: Source gdb.base/langs.ci.
27913 Add rs6000-*-* xfail for "up to foo in langs.exp"
27914 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 27915 when not gcc compiled.
d63a86f8 27916
c906108c
SS
27917Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
27918
27919 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
27920 * gdb.base/corefile.exp: Likewise.
27921 * gdb.base/list.exp: Likewise.
27922 * gdb.base/scope.exp: Likewise.
27923 * gdb.base/siganls.exp: Likewise.
27924
27925 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
27926 compiler output.
27927 * gdb.base/whatis.exp: Likewise.
27928
27929Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
27930
27931 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
27932 failure (opcode table has been fixed to match reality).
27933
27934Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
27935
27936 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
27937 "call inferior func with struct - returns char",
27938 "call inferior func with struct - returns short"
27939
27940 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
27941 "print 'scope0.c'::filelocal at main",
27942 "print 'scope0.c'::filelocal_bss in test_at_main",
27943 "print 'scope0.c'::filelocal at foo",
27944 "print 'scope0.c'::filelocal_bss in test_at_foo",
27945 "print 'scope0.c'::filelocal at bar",
27946 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 27947
c906108c
SS
27948 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
27949 in source file 1". This bug seems to have been fixed with both
27950 gcc and native cc (was native assembler bug?).
27951
27952Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
27953
27954 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
27955 "backtrace through signal handler" to "i*86-*-sysv4*".
27956 * gdb.base/signals.exp: Add xfail for "'next' behaved as
27957 continue" case. Add "known SVR4 bug" to fail message.
27958 Add "i*86-*-bsdi2.0" xfail for "handle all print".
27959 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
27960 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
27961 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
27962 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
27963 "up to foo in langs.exp", "show language at foo in
27964 langs.exp", "up to cppsub_ in langs.exp", "show
27965 language at cppsub_ in langs.exp", "up to fsub in
27966 langs.exp", and "show language at fsub in langs.exp".
27967 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
27968 "bactrace in corefile.exp".
27969 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
27970 "call inferior function with struct - returns float" and
27971 "call inferior function with struct - returns double".
d63a86f8 27972
c906108c
SS
27973Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
27974
27975 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
27976 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
27977 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
27978 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
27979
27980Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
27981
27982 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
27983 (or overriden) "CHILL" macro rather then bare "gcc".
27984 Also look for ../../gcc/xgcc since that is what we will
27985 actually need, not "Makefile". Remove following assignment
27986 of CHILL to CHILL_FOR_TARGET because that results in
27987 recursive definition.
27988
27989Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
27990
27991 * gdb.base/corefile.exp: Change xfail for backtrace in
27992 corefile.exp from linuxaout to all linux.
27993 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
27994 cases where we miss the breakpoint at the signal handler
27995 for some reason. Setup xfail for linuxoldld/linuxaout and
27996 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
27997 hitting SIGURG breakpoint.
27998 * gdb.base/signals.exp: Setup xfail for "next" acting like
27999 continue to add linuxoldld. Setup xfail for all linux for
28000 "next to handler in signals_tests_1", "backtrace in
28001 signals_tests_1", "continue to func1", "pass SIGUSR1",
28002 and continue to handler".
28003
28004Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
28005
28006 * Update all FSF addresses except those in COPYING* files.
28007
28008Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
28009
28010 * gdb.base/a2-run.exp: Change messages to be more explicit about
28011 the status of args, and quote binfile in results.
28012
28013Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
28014
28015 * gdb.base/callfuncs.exp: Add tests for passing structs to
28016 inferior functions and return various types.
28017 * gdb.base/callfuncs.c: Add functions to receive a struct
28018 and return a member of the struct, in various types.
28019
28020Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28021
28022 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
28023
28024Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
28025
28026 * config/vxworks29k.exp: New file, sources vxworks.exp.
28027
28028Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28029
28030 * config/gdbremote.exp: New file. Testing framework using
28031 gdbserver.
28032
28033Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
28034
28035 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
28036 "call function when asleep" and "send end of file".
28037 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
28038 for "backtrace in corefile.exp".
28039 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
28040 for "backtrace through signal handler".
28041 * gdb.base/corefile.exp: Make sure we actually generate a core file
28042 before trying the core tests. Some systems allow the user to suppress
28043 generation of core files and default to that (linux for example).
28044 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
28045 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
28046
28047Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28048
28049 * gdb.threads: New directory with some crude multi-threaded
28050 gdb tests (step.exp and step2.exp).
28051 * config/mt-lynx (STEP_EXECUTABLE): Define.
28052 (THREADFLAGS): Define.
28053
28054Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
28055
28056 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
28057
28058 * gdb.base/signals.exp: Disable whole file for lynx until
28059 further notice.
28060
28061 * gdb.base/signals.exp: xfail test where "next" acts like
28062 "continue" for lynx.
28063
28064 * gdb.base/interrupt.exp: xfail test for calling function while
28065 inferior is asleep for lynx.
28066
28067 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
28068 than one cr-lf after each command.
28069
28070Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28071
28072 * configure.in: Reinstate setting of stabsdirs variable, fix
28073 typo in setting up configdirs for native builds.
28074
28075 * gdb.base/return.exp: Fix typo in return double test.
28076 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
28077 compiler from optimizing them away.
28078
28079Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
28080
28081 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
28082 sequences to be echo'd by gdb when using gdb_test.
28083 * gdb.chill/chexp.exp: Likewise.
28084 * gdb.fortran/exprs.exp: Likewise
28085
28086Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28087
28088 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
28089 after the inferior gdb has started.
28090
28091 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
28092 after each command.
28093 * gdb.base/funcargs.exp: Likewise.
28094 * gdb.base/gdbvars.exp: Likewise.
28095 * gdb.base/interrupt.exp: Likewise.
28096 * gdb.base/list.exp: Likewise.
28097 * gdb.base/watchpoint.exp: Likewise.
28098 * gdb.c++/demangle.exp: Likewise.
28099 * gdb.c++/inherit.exp: Likewise.
28100 * gdb.chill/chexp.exp: Likewise.
28101 * gdb.fortran/exprs.exp: Likewise.
28102
28103 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
28104 test if we can't handle IO to/from the inferior.
28105
28106 * gdb.c++/misc.exp: Always check for a program already being
28107 started after sending a "run" command to gdb.
28108
28109 * gdb.base/twice.exp: Start with a fresh gdb.
28110
28111 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
28112 only depend on gdb's expression code, not the chill runtime.
28113
28114 * gdb.base/return.c: Put return values into variables so we
28115 can have gdb print them rather than depending on the program
28116 to print them.
28117 * gdb.base/return.exp: Corresponding changes.
28118
28119 * lib/gdb.exp: Provide default value for noinferiorio.
28120 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
28121 the inferior.
28122
28123 * gdb.base/break.exp: Always check for a program already being
28124 started after sending a "run" command to gdb.
28125 (text_next_with_recursion): Don't check the output from the
28126 program's printf statement. Instead just make sure the program
28127 exited.
28128
28129 * gdb.base/commands.exp: Protect tests which need arguments with
28130 $noargs conditionals.
28131
28132Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28133
28134 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
28135 of structure member arrays to match gdb/valops.c:value_addr change.
28136
28137Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
28138
28139 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
28140 cases.
28141
28142Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
28143
28144 * configure.in (configdirs): Remove gdb.chill from default list
28145 of subdirs and then add it back in only if doing a native build.
28146 The current chill compiler does not yet work in any cross build.
28147 * Revert all signal changes from Jul 6.
28148 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
28149 for sh-hms targets, allowing these tests to link, with no other
28150 changes. Testing is suppressed by setting "nosignals" in site.exp.
28151
28152Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
28153
28154 * configure.in (signaldirs): Define and add to configdirs for all
28155 targets except some specific ones that are known to not support signals.
28156 Also clean up formatting.
28157 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
28158 (signals, sigall): Remove rules to build.
28159 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
28160 Moved to new gdb.signals directory.
28161 * gdb.signals: New test directory.
28162 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
28163 signals.c signals.exp}: New or moved files.
28164
28165Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
28166
28167 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
28168
28169Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
28170
28171 * gdb.base/return.exp: Xfail `return double' test failure
28172 on at least Solaris 2.3 and handle future/past versions on
28173 a case by case basis as appropriate. Also update message
28174 to include i*86 failures.
28175
28176Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28177
28178 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
28179
28180 * lib/gdb.exp: Fix comment which erroneously identified
28181 gdb_file_cmd as gdb_load (the 19 May change was in fact to
28182 gdb_file_cmd not gdb_load).
28183 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
28184
28185 * gdb.base/setvar.exp: Make test names consistent between pass and
28186 fail cases. Use gdb_test more.
28187
28188Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28189
28190 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
28191
28192Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28193
28194 * gdb.base/help.exp: Fix expected help string for `show commands'.
28195
28196Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
28197
28198 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
28199
28200 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
28201 of a text section.
28202
28203Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
28204
28205 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
28206 that loop eventually terminates. Fix Connection refused logic so
28207 that testsuite will expire nicely.
28208
28209Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
28210
28211 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
28212 config/rom68k.exp: New tcl glue for the appropriate monitors.
28213 These all just end up calling monitor.exp.
28214 * config/monitor.exp (gdb_target_monitor): Handle `Connection
28215 refused' by retrying. Cleanup some timeout issues.
28216 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
28217 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
28218 callers don't have to set/restore global timeout variable.
28219
28220 * The following set of changes centralizes management of the global
28221 timeout variable. This way, it can be set in one target dependent
28222 place instead of dozens of places scattered throughout the test suite.
28223 If you need to lengthen a timeout, then you should either set timeout
28224 in one of the config/{target}.exp files, or multiply it by a factor.
28225 Setting it to an absolute value is always going to lose for some
28226 targets.
28227 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
28228 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
28229 * gdb.base/funcargs.exp: Don't set timeout.
28230 * gdb.base/list.exp (test_forward_search): Only use local timeout.
28231 * gdb.base/printcmds.exp (test_print_string_constants
28232 test_print_array_constants): Don't set timeout.
28233 * gdb.base/ptype.exp: Don't set timeout.
28234 * gdb.base/recurse.exp: Don't set timeout.
28235 * gdb.base/return.exp: Don't set timeout.
28236 * gdb.base/watchpoint.exp: Don't set timeout.
28237 * gdb.c++/classes.exp (do_tests): Don't set timeout.
28238 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
28239
28240Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
28241
28242 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
28243
28244Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28245
28246 * lib/gdb.exp: Disable chill tests for irix5.
28247
28248Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28249
28250 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
28251 each test pass or fail.
28252
28253Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28254
28255 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
28256 xlc not gcc.
28257
28258Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
28259
28260 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
28261
28262Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
28263
28264 * config/est.exp: Fix copyright and comments. Remove dead code.
28265 Use targetname, serialport and baud variables instead of fixed
28266 constants.
28267 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
28268 * config/cpu32bug.exp: New file to support cpu32bug monitors.
28269
28270Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28271
28272 * gdb.base/watchpoint.exp: Don't run
28273 test_watchpoint_triggered_in_syscall for sunos.
28274
28275Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28276
28277 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
28278 they don't seem to exist. Do include stdio.h.
28279
28280Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28281
28282 * gdb.base/a1-selftest.exp: Add alpha xfail.
28283
28284Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28285
28286 * gdb.base/watchpoint.c (main): Prompt before calling read().
28287 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
28288 Revise accordingly. Remove cruft about sending "123" several
28289 times, until it gets noticed. Clean up the "print buf[0]" stuff
28290 so that it passes or fails, and waits for prompts in the usual way.
28291
28292Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28293
28294 * gdb.base/recurse.exp: Fix comment.
28295
28296 * TODO: Remove item about printing variables in nodebug.exp. Add
28297 item about enabling tests which are only run on some targets.
28298
28299 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
28300 fail, make test names unique, use new gdb_test convention
28301 regarding pattern, use gdb_test more, etc.).
28302
28303 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
28304 fail, make test names unique, etc.).
28305
28306Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28307
28308 * gdb.base/nodebug.c: Change return type of top and middle to
28309 short.
28310 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
28311 are fixed by the recent mdebugread.c changes. Allow `short ()'
28312 as type for top and middle.
28313
28314Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28315
28316 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
28317 nearly as I can tell, the whole thing was an accident in Stu's
28318 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
28319 to replace a send/expect pair with gdb_test, but ended up only
28320 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
28321 of 30 Mar 1995 took care of it, but left this vestigial comment
28322 which I am now nuking.
28323
28324Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28325
28326 * gdb.base/break.exp: Look for different line number for
28327 breakpoint at main depending on usestubs.
28328
28329Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28330
28331 * gdb.base/list.exp: Adjust some alternate expect patterns to
28332 match recent list0.c change. Add alternate expect pattern for
28333 output from `list default lines around main' for optimizing
28334 compilers.
28335
28336Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28337
28338 * lib/gdb.exp: If nosignals is not set, set it to 0.
28339
28340Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
28341
28342 * config/slite-gdb.exp: Responds to load symbol table prompt.
28343 * gdb.base/break.exp: Adjust line number, fix rerun.
28344 * gdb.base/langs0.c: Add #ifdef usestubs.
28345
28346Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
28347
28348 * gdb.base/list.exp: Adjust line contents after adding new lines in
28349 list0.c. Also fix a syntax error.
28350
28351 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
28352 * gdb.base/break.exp: ditto.
28353 * gdb.base/list.exp: ditto.
28354 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
28355 * gdb.base/run.c: ditto.
28356 * gdb.base/list0.c: ditto.
28357 * gdb.base/funcargs.c: ditto.
28358
28359Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
28360
28361 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
28362 $targetname, $serialport and $baud instead of hardwired variables.
28363 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
28364 target doesn't support signals.
28365
28366Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
28367
28368 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
28369
28370Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28371
28372 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
28373 Don't rely on the value of an auto variable before it has been
28374 initialized. Use gdb_test more.
28375
28376Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28377
28378 * lib/gdb.exp (default_gdb_version): A version number must start
28379 with a digit, but other than that contains all characters up to
28380 the first whitespace character.
28381
28382Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28383
28384 * gdb.base/commands.exp (breakpoint_command_test): New tests.
28385
28386Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28387
28388 * gdb.c++/*.exp: Warn if executable does not exist. The original
28389 reason for skipping the warning was that configure.in sometimes
28390 intentionally skipped building the executables but the tcl code
28391 had no way of knowing. That (a) was always bogus with respect to
28392 error handling, (b) is no longer true (right now there is no way
28393 to skip C++ tests).
28394
28395 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
28396
28397Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28398
28399 * gdb.base/list.exp: Add expect patterns for output from
28400 SunPRO compiled executables.
28401 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
28402 types.
28403
28404Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28405
28406 * gdb.base/break.exp (test_next_with_recursion): Accept any line
28407 number (we are already testing that the correct source line text
28408 gets printed).
28409
28410 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
28411 that is what is intended, but something needed to be done to get
28412 sunos4 native working again.
28413
28414 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
28415
28416 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
28417 apparently went with a (very) old xfail.
28418
28419Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
28420
28421 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
28422 runto_main is a proc in gdb.exp that will do 'step' for target use
28423 stubs.
28424 * gdb.base/exprs.exp: ditto.
28425 * gdb.base/interrupt.exp: ditto.
28426 * gdb.base/opaque.exp: ditto.
28427 * gdb.base/printcmds.exp: ditto.
28428 * gdb.base/ptype.exp: ditto.
28429 * gdb.base/scope.exp: ditto.
28430 * gdb.base/setvar.exp: ditto.
28431 * gdb.base/signals.exp: ditto.
28432 * gdb.base/twice.exp: ditto.
28433 * gdb.c++/classes.exp: ditto.
28434 * gdb.c++/inherit.exp: ditto.
28435 * gdb.c++/templates.exp: ditto.
28436 * gdb.base/break.exp: no run and hit main for stubs. Change line
28437 numbers for breakpoints and info breakpoint.
28438 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
28439 breakpoint().
28440 * gdb.base/callfuncs.c: ditto.
28441 * gdb.base/exprs: ditto.
28442 * gdb.base/interrupt.c: ditto.
28443 * gdb.base/opaque0.c: ditto.
28444 * gdb.base/printcmds.c: ditto.
28445 * gdb.base/ptype.c: ditto.
28446 * gdb.base/scope0.c: ditto.
28447 * gdb.base/setvar.c: ditto.
28448 * gdb.base/signals.c: ditto.
28449 * gdb.base/twice.c: ditto.
28450 * gdb.c++/misc.cc: ditto.
28451 * gdb.c++/templates.cc: ditto.
28452
28453Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28454
28455 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
28456
28457 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
28458 somewhere between `read' and `main.c'. I'm pretty sure the
28459 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
28460 and it isn't particularly useful.
28461
28462 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
28463
28464Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28465
28466 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
28467
28468Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
28469
28470 * config/mt-slite: add LIBS and -nostdlib.
28471 * config/slite-gdb.exp: add this new file to support sparclite target.
28472
28473Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
28474
28475 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
28476
28477 * gdb.base/a2-run.exp: Change argument to istarget from
28478 "*-*-vxworks" to "*-*-vxworks*".
28479 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
28480
28481Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
28482
28483 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
28484 will not runto main but do a 'step' to step out of breakpoint().
28485 * config/mt-slite: add -Dusestubs.
28486
28487Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28488
28489 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
28490 instead of just @.
28491
28492 * gdb.base/signals.exp: Add test for "handle all print".
28493 * TODO: Remove "handle all print". Also remove item about
28494 checking copyright date (I don't like the idea of a spurious FAIL
28495 based on when we run the tests).
28496
28497 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
28498 for SunOS4 (reason for failure not investigated). Remove
28499 redundant test for $binfile.
28500
28501 * gdb.base/nodebug.c (array_index): Call malloc.
28502
28503 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
28504
28505Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
28506
28507 * gdb.base/recurse.exp: Update gdb_test invocation to use new
28508 conventions and slightly simplify the matching regexp.
28509
28510Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28511
28512 * gdb.base/break.exp: Update gdb_test invocation to use new
28513 convention.
28514
28515 * lib/gdb.exp: If noargs is not set, set it to 0.
28516
28517 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
28518 tests unique.
28519
28520 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
28521
28522Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28523
28524 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
28525 one argument of type "<non-float parameter>".
28526
28527Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
28528
28529 * config/rom68k.exp: New file to support Motorola IDP board.
28530 * gdb.base/a2-run.exp: Skip this file if noargs is set.
28531 * gdb.base/break.c: Change things around so that this program
28532 doesn't depend upon args. This is necessary to make remote
28533 targets work (in general, they can't take args).
28534 * gdb.base/break.exp: Don't try to send args to program. Don't
28535 expect output. Also, replace lots of code with gdb_test.
28536
28537Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28538
28539 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
28540 printing of '\'' (which is what the comment says we are testing,
28541 even though we were not), not '''.
28542 (test_integer_literals_rejected): Test that printing ''' is an error.
28543
28544 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
28545 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
28546 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
28547 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
28548 Use gdb_test not test_print_accept.
28549 * lib/gdb.exp: Remove test_print_accept.
28550
28551 * gdb.base/signals.exp (signal_tests_1): Make pass message
28552 consistent with fail message.
28553
28554 * gdb.base/whatis.exp: Remove xfails for printing char vs.
28555 unsigned char; the bug (PR 1821) is fixed.
28556
28557 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
28558
28559 * gdb.base/scope.exp (test_at_localscopes): Call pass for
28560 successful tests--makes xfailing them work right.
28561
28562Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28563
28564 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
28565 only \r\n, not .*. The test can pass .* as the last thing in
28566 $pattern if that is what it wants. In addition to providing this
28567 flexibility, this change should speed up pattern matching in cases
28568 where the pattern already ended with .* (there were a number of
28569 them). This change also helps catch bad patterns--in the old
28570 scheme the typo "char \*" instead of "char \\*" would pass. Now
28571 it is caught.
28572 * Many .exp files: Update callers.
28573
28574 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
28575 clearer and does not spuriously match multiple ('s. Likewise for
28576 ) and *.
28577
28578 * gdb.base/nodebug.exp: Test ability to call a function and pass
28579 it a string (even with no debugging info).
28580
28581 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
28582 "p '\'", which is the same as "p ''" once tcl gets done with
28583 quoting, to "p '\\'", which I suspect is what is intended (one
28584 backslash gets sent to GDB).
28585
28586 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
28587
28588Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28589
28590 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
28591 1817) was fixed literally years ago.
28592
28593Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28594
28595 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
28596 test, it causes stepping out of call_after_alloca_subr with
28597 optimizing compilers.
28598 (localvars_in_indirect_call): Consume GDB prompt if `finish'
28599 fails.
28600
28601 * gdb.c++/templates.exp: Source templ-info.exp only if
28602 the templates executable exists.
28603
28604 * gdb.c++/misc.cc (class Contains_static_instance,
28605 class Contains_nested_static_instance),
28606 gdb.c++/classes.exp (test_static_members): Test printing of
28607 a class that contains a static instance of the class.
28608
28609Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28610
28611 * gdb.base/langs2.c (cppsub_): Don't prototype.
28612 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
28613 only, I believe).
28614
28615Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28616
28617 * lib/gdb.exp (skip_chill_tests): New procedure.
28618
28619 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
28620
28621Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
28622
28623 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
28624 each expect pattern. Cuts runtime from 12 to about 4 seconds.
28625
28626Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28627
28628 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
28629
28630 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
28631 disassemble 8, not 16, instructions for part 4.
28632
28633 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
28634 support the latter anymore.
28635
28636 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
28637 -DNO_PROTOTYPES.
28638 * gdb.base/callfuncs.c: Control use of prototypes based on
28639 NO_PROTOTYPES, not __STDC__.
28640 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
28641 t_float_values2 tests if prototypes in use.
28642
28643 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
28644 t_double_values): When checking differences against DELTA, check
28645 that difference is within the range (-DELTA,DELTA), not just
28646 (-infinity,DELTA).
28647
28648Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
28649
28650 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
28651 'file' command firts, then 'target', then 'load', this is due to gdb
28652 target set up.
28653 * config/mips-gdb.exp: Fix a couple regular exp bugs.
28654
28655Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
28656
28657 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
28658 FP load/store variants.
28659 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
28660
28661Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
28662
28663 * gdb.base/term.exp: Do not give a warning if not native, it is
28664 not an abnormal condition.
28665
28666Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
28667
28668 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
28669 t_char_array".
28670
28671Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
28672
28673 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
28674 are getting the version number.
28675
28676 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
28677 if not native, it is not an abnormal condition.
28678
28679Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28680
28681 * lib/gdb.exp: Just use "file exists", rather than undocumented
28682 dejagnu procedure "findfile".
28683
28684Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
28685
28686 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
28687 (LDFLAGS): Set to -Xlinker -Ur.
28688
28689 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
28690 Removed, these values are set by lib/gdb.exp.
28691
28692 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
28693
28694Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
28695
28696 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
28697 of replicating gdb startup code.
28698
28699 * config/mt-vxworks (LDFLAGS): Set to -r.
28700 (CFLAGS_FOR_TARGET): Removed.
28701
28702 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
28703 (gdb) and gdb for vxworks uses (vxgdb).
28704
28705 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
28706 executable is not in the tree and host != target, use sed and
28707 program_transform_name to determine the gdb name used by the
28708 target.
28709
28710 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
28711 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
28712
28713Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28714
28715 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
28716 floats, chars, and shorts where there are ANSI-style function
28717 definitions.
28718
28719 * gdb.base/langs.exp, gdb.base/langs*: New test.
28720 * gdb.base/Makefile.in: Build it.
28721 * TODO: Remove item about checking that C names don't get C++
28722 demangling applied; this test tests it.
28723
28724Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28725
28726 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
28727 went with the const70 xfail. The xfail went away a year ago.
28728
28729 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
28730
28731 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
28732 for hp300.
28733
28734 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
28735
28736 * gdb.base/a1-selftest.exp: Don't run on hp300.
28737
28738Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28739
28740 * Makefile.in (site.exp): Set host_alias and target_alias as well
28741 as host_triplet and target_triplet.
28742
28743Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28744
28745 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
28746
28747 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
28748 places as other ecoff systems).
28749
28750 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
28751 ultrix.
28752
28753Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28754
28755 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
28756 remove them.
28757 * gdb.base/nodebug.exp: Accept "function" in addition to "text
28758 variable and "variable" in addition to "data variable".
28759 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
28760
28761 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
28762 2.
28763 * gdb.base/list1.c (long_line): Add additional statement at start
28764 of function.
28765 * gdb.base/list.exp (test_forward_search): Update line number to
28766 reflect new statement.
28767
28768Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28769
28770 * gdb.base/signals.exp: Reinitialize searched source directories
28771 after gdb_start call.
28772
28773Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
28774
28775 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
28776 * gdb.stabs/Makefile.in: Likewise.
28777
28778 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
28779 change. Instead split the tests into smaller pieces.
28780 * gdb.disasm/hppa.s: Corresponding changes.
28781
28782Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28783
28784 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
28785 Quote ^C when passing it to stty. For some shells ^ is a pipe.
28786
28787 * gdb.base/funcargs.exp: Modify many tests so that every test
28788 either passes or fails. Make some test names unique.
28789
28790Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28791
28792 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
28793 Call stty to set interrupt character.
28794
28795 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
28796 for HP assembler versus GNU assembler based on actual behavior of
28797 $(CC), rather than assuming that $(AS) is always the GNU assembler.
28798
28799 * TODO: Suggest a few more stepping tests.
28800
28801Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
28802
28803 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
28804 restart GDB for h8300 after a continue.
28805 (return): Add pattern to match a29k-udi behavior.
28806 * gdb.base/nodebug.exp: Remove obsolete comment.
28807 * gdb.base/regs.exp: New file, testing of register displays.
28808 * gdb.base/return.exp: Fix typo in reference to $objdir.
28809 * gdb.base/whatis.exp: Always start with a fresh GDB.
28810
28811Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28812
28813 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
28814 higher, these tests generate a lot of output.
28815
28816Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28817
28818 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
28819 code following the catch silently ignored some errors; without the
28820 catch they should be thrown like any other tcl error. Also, the
28821 catch used "" instead of {} which meant all the callers who wanted
28822 to include one of the characters "[]$ had to quote it an extra time.
28823 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
28824 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
28825 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
28826 Remove extra quoting.
28827
28828Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
28829
28830 * gdb.base/commands.exp: Make test names unique; every test either
28831 passes or fails. Update some comments.
28832
28833 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
28834
28835Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28836
28837 The following fixes a FAIL caused by the fact that the alpha stabs
28838 configuration didn't use the ".if alpha" code in weird.def.
28839 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
28840 bit pointer, so the 32 bit version works even on the alpha.
28841 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
28842 Remove the stuff which allowed us to have separate versions for
28843 alpha and everything else.
28844
28845 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
28846 regexp which "info func operator\[\](" is supposed to match. Fix
28847 string to send to GDB. Note that GDB still doesn't work right. Add a
28848 new test for "info func .perator\[\](" which GDB does handle correctly.
28849
28850 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
28851
28852Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28853
28854 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
28855 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
28856 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
28857 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
28858 it makes the tests harder to understand and confuses test-o-matic.
28859 The preferred style is that each test provides a PASS or a FAIL,
28860 and has a unique message (e.g. "continue #54" not just "continue")
28861 which is the same for the pass and the fail.
28862 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
28863 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
28864 to lib/gdb.exp.
28865 * gdb.base/printcmds.exp: Use test_print_accept. Remove
28866 prt_accept which was basically the same thing. Likewise for
28867 test_print_reject and prt_reject.
28868 * lib/gdb.exp (test_print_reject): Add some more error message
28869 patterns to match from the former printcmds.exp (prt_reject).
28870 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
28871 One defect of the passcount stuff is that some of it failed to
28872 report XPASS where appropriate.
28873 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
28874 stuff before and after arg in expected pattern.
28875 (test_paddr_operator_functions): Re-do test without print_addr_of;
28876 this is the only test which seems to want extra stuff there.
28877
28878Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28879
28880 * gdb.base/nodebug.exp: Update new tests to reflect improved
28881 wording of gdb output.
28882
28883 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
28884 and "ptype" work on variables in files compiled without -g.
28885 Replaces commented out "maint print msymbol" tests.
28886
28887Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28888
28889 * gdb.base/setvar.c (dummy): Call malloc.
28890
28891 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
28892 losing with the irix4 sed.
28893
28894 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
28895 ALRM" on irix4.
28896
28897Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28898
28899 * TODO: Remove items about corefile.exp testing new exec-file and
28900 backtrace; both are now done. Add items about printing enums.
28901
28902Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28903
28904 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
28905 "get signal $thissig" test fails.
28906
28907 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
28908
28909Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28910
28911 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
28912 compiler warning with dec alpha compiler.
28913
28914 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
28915 extra \n from gdb_test call (this explains why the prompt test
28916 that I removed yesterday was there).
28917 (user_defined_command_test): Remove extra \n and prompt test.
28918
28919 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
28920 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
28921 doesn't exist.
28922 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
28923 Also remove alpha workaround, which turns out to be because
28924 SIGABRT == SIGLOST.
28925
28926 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
28927
28928 * gdb.base/help.exp: Don't test "help show".
28929
28930Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28931
28932 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
28933 "set print address" is on.
28934 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
28935 pass prompt to gdb_test; gdb_test already looks for the prompt.
28936
28937 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
28938
28939 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
28940 was a vestige of the manual TESTSTRATEGY, and the purpose of it
28941 was to make sure that gdb can read a core file. But (a) the "read
28942 the corefile" part didn't make it to a1-selftest.exp, we just
28943 delete the corefile after creating it, and (b) we test reading
28944 corefiles in corefile.exp anyway. Also, this test left around a
28945 xgdb process on Solaris.
28946
28947 * gdb.base/corefile.exp: Also test backtrace.
28948
28949Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
28950
28951 * gdb.base/commands.exp: Test a simple user defined command with
28952 arguments and if/while statements; verify the full user command is
28953 printed by "show user".
28954
28955 * gdb.base/commands.exp: Test if/while commands as part of a
28956 breakpoint command list; verify they appear in breakpoint
28957 information.
28958
28959Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28960
28961 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
28962 than by dividing by zero.
28963
28964Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
28965
28966 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
28967 performing an inferior call with watchpoints enabled.
28968 * gdb.base/watchpoint.c (main): Delete second unnecessary read
28969 call.
28970
28971Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28972
28973 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
28974 of "file" command.
28975
28976 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
28977 Add additional pattern for when "int operator int(void);" appears
28978 in a different order.
28979
28980Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28981
28982 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
28983
28984 * gdb.base/help.exp: Replace most of docstrings for "info signals"
28985 and "signal" with ".*".
28986
28987Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28988
28989 * TODO: Add note about "handle all nostop".
28990
28991 * gdb.base/{sigall.c, sigall.exp}: New test.
28992 * gdb.base/Makefile.in: Add it.
28993
28994Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
28995
28996 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
28997 when invoking GDB, suppresses any windowing interface.
28998
28999Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
29000
29001 * config/sim-gdb: New file, simulator testing support.
29002
29003Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
29004
29005 * gdb.base/interrupt.exp: Test calling func1 twice.
29006
29007Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
29008
29009 * gdb.base/list.exp (test_forward_search): Set timeout higher
29010 when we'll be getting lots of output from gdb.
29011
29012 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
29013 "init_malloc" to after the expect statement. Run it if that
29014 regexp is taken, but also for two others which happen if source
29015 cannot be found.
29016
29017Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29018
29019 * gdb.base/printcmds.exp: New test, for printing register before
29020 program is running.
29021
29022Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29023
29024 * gdb.base/list.exp: Correct some alternate expect patterns
29025 to reflect changes in list1.c.
29026
29027Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29028
29029 * TODO: Add item regarding large frames.
29030
29031 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
29032
29033 * TODO: Remove item about enabling return.exp; it
29034 is enabled. Suggest a few more "return" tests.
29035
29036Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29037
29038 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
29039 anonymous unions.
29040
29041Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29042
29043 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
29044 and pr-5646.o, so "make" is the same as "make all", not "make
29045 pr-4975.o".
29046
29047Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
29048
29049 * gdb.base/list.exp: Adjust expectations to reflect changes in
29050 list1.c.
29051 (test_forward_search): New test proc.
29052 * gdb.base/list1.c (long_line): New function, has long source line.
29053
29054Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
29055
29056 * gdb.base/a1-selftest.exp: Change initial stepping to know about
29057 additional line of code that was added.
29058
29059Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
29060
29061 * gdb.disasm/hppa.s: Break the large branching tests into smaller
29062 tests so as not to overflow expect's input buffers.
29063 * gdb.disasm/hppa.exp: Corresponding changes.
29064
29065Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29066
29067 Beginnings of template debugging tests.
29068 * gdb.c++/templ-info.cc: New file to test for template
29069 debugging capability of the compiler.
29070 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
29071 templ-info.cc.
29072 * gdb.c++/templates.cc: Add explicit template instantiations
29073 to enable compiling with -fno-implicit-templates. Add destructor
29074 and 'value' method to T5 class for template tests.
29075 * gdb.c++/templates.exp: Add testcases for printing of template
29076 types, setting breakpoints on template methods and calling a
d63a86f8 29077 template method.
c906108c
SS
29078
29079Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
29080
29081 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
29082 branch target since some assemblers (gas-2.5) may emit a
29083 relocation for the branch instead of resolving it in the
29084 assembler.
29085
29086Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29087
29088 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
29089 through signal handler.
29090
29091Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29092
29093 * configure.in (*-*-netware): Use config/mt-netware.
29094
29095 * config/mt-netware: New file.
29096 * config/mt-i386-netware: Removed, separate configs for different
29097 netware architectures are no longer needed now that we have
29098 --with-headers.
29099
29100Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29101
29102 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
29103 by the recent changes to use ANSI C arithmetic conversions.
29104
29105Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29106
29107 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
29108 bug involving using inferior_pid to figure out whether to select a
29109 frame.
29110
29111Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
29112
29113 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
29114 match the current disassembler output.
29115
29116Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
29117
29118 * gdb.fortran/exprs.exp: Expect VOID instead of void.
29119 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
29120 types, expect "int" as type of integer values (for now).
29121
29122Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
29123
29124 * gdb.base/commands.exp: New tests for if/while commands.
29125
29126Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
29127
29128 * lib/gdb.exp (runto): Replace sub-pattern for hex value
29129 by .*, since hex values have different syntax in Chill mode.
29130
29131Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29132
29133 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
29134 linefeed from expect pattern for repeated types with indices > 9.
29135
29136Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
29137
29138 First part of Fortran test suite.
29139 * gdb.fortran: New directory.
29140 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
29141
29142Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29143
29144 * gdb.base/default.exp: Update expect pattern for load command
29145 without arguments.
29146
29147Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
29148
29149 * configure.in: Change i386 to i[345]86.
29150 * gdb.base/configure.in: Likewise.
29151 * gdb.c++/configure.in: Likewise.
29152 * gdb.chill/configure.in: Likewise.
29153
29154Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
29155
29156 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
29157 patterns, since that is not a valid context for comments.
29158
29159Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
29160
29161 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
29162 repeated types and repeated types with indices > 9.
29163
29164Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
29165
29166 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
29167 2417; old bug has been fixed.
29168
29169Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
29170
29171 * gdb.base/interrupt.exp: When trying to wake up the inferior,
29172 send the newline ourselves instead of assuming gdb_test will do
29173 so when passed an empty input string.
29174
29175 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
29176 stabs testcode.
29177
29178Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29179
29180 * lib/gdb.exp (gdb_test): Don't send anything if the first
29181 argument is an empty string. This makes cases where we want to
29182 match output that is already in expect's buffers (for example,
29183 matching a breakpoint after gdb_run_cmd has been called) work
29184 reliably.
29185
29186Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29187
29188 * config/netware.exp: New file.
29189
29190Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29191
29192 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
29193 the -B and -L prefixes so we can find the debugging stub.
29194
29195 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
29196 there and we are using the gcc from the tree.
29197
29198 * gdb.base/types.c: Removed.
29199
29200 * gdb.base/configure.in: Look for makefile fragments in ../config.
29201 Recognize i386-*-netware.
29202 * gdb.c++/configure.in: Likewise.
29203
29204Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29205
29206 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
29207 the correct TCL syntax.
29208
29209Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29210
29211 * gdb.base/opaque.exp: use runto instead of messing around with
29212 breakpoints. Simplify by using gdb_test.
29213
29214 * gdb.base/bitfields.exp: restart between tests on netware targets
29215 because breakpoints aren't relocated after target death. Run
29216 processes to completion.
29217
29218 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
29219
29220Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
29221
29222 * Makefile.in: Remove extra tabs that confuse some versions
29223 of "make". Use the newly built gdb to test with by default,
29224 rather than the first one in the tester's search path.
29225
29226Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
29227
29228 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
29229
29230 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
29231 condition help.
29232
29233Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29234
29235 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
29236
29237 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
29238 running.
29239 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
29240 * gdb.base/funcargs.exp: Likewise.
29241
29242 * gdb.base/bitfields.exp: Simplify by using gdb_test.
29243 * gdb.base/funcargs.exp: Likewise.
29244
29245 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
29246 message is "".
29247
29248Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29249
29250 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
29251 return,signals,twice}.exp: Handle non-existant binaries
29252 consistantly.
29253
29254 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
29255 * gdb.base/Makefile.in: Don't try to generate a core dump, we
29256 might testing a cross development system.
29257
29258Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29259
29260 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
29261 runtest script is relative to ${srcdir}, not ${rootdir}.
29262
29263Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
29264
29265 * gdb.base/signals.exp: Allow for optionality of breakpoint
29266 address.
29267
29268Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29269
29270 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
29271
29272Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29273
29274 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
29275 for size_t definition.
29276 * gdb.c++/templates.cc: Likewise
29277
29278 * config/mt-i386-netware: New file.
29279
29280 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
29281 defined.
29282
29283 * gdb.base/Makefile.in: Added support for systems that name core
29284 files by appending "core" to the program name.
29285 * gdb.base/a1-selftest.exp: Likewise.
29286
29287Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29288
29289 * gdb.base/return.exp: Add comment and message for `return double'
29290 test failure on Sparc Solaris.
29291
29292Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
29293
29294 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
29295
29296Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29297
29298 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
29299 from optimizing them away.
29300 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
29301 patterns to include default constructors and assignment operators,
29302 to match gcc versions beyond 2.5.8. Accept any cplus demangling
29303 character in the output of the virtual base pointer.
29304
29305Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29306
29307 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
29308 expression match in print_addr_of to avoid unintented matches.
29309 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
29310 versions up to 2.5.8.
29311
29312Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29313
29314 * gdb.base/list.exp: Tweak alternate pattern for listing of an
29315 included file to run under newer versions of expect.
29316 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
29317 consecutive >'s in templates to accomodate recent cplus-dem.c change.
29318 Remove xfail for the virtual table of BDDHookV.
29319
29320Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
29321
29322 * lib/gdb.exp (string_to_regexp): Set a default result.
29323 (default_gdb_start): Fix misleading message.
29324
29325Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
29326
29327 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
29328 Remove all CC, etc definitions.
29329 * config/mt-hpux: New file.
29330 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
29331 (CFLAGS, LDFLAGS): Define.
29332 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
29333
29334 * Makefile.in (site.exp): Don't insert host_os, etc.
29335 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
29336 (distclean): Check existence of subdir.
29337 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
29338 * gdb.base/Makefile.in: General cleanup and simplification.
29339 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
29340 to build executables. Use default rule to build .o files.
29341 (EXPECT, RUNTEST, CC): Fix relative pathname.
29342 (site.exp): Don't insert host_os, etc.
29343 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
29344 and/or SIGUSR1 defined.
29345 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
29346 * gdb.c++/Makefile.in: General cleanup and simplification.
29347 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
29348 (CFLAGS): Remove.
29349 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
29350
29351Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
29352
29353 * gdb.base/recurse.exp: Misc changes to get tests running again
29354 after Kung's changes to the watchpoint code.
29355 * gdb.base/watchpoint.exp: Likewise.
29356
29357Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
29358
29359 * lib/gdb.exp (string_to_regexp): Convert {\} also.
29360
29361Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
29362
29363 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
29364 * lib/gdb.exp (default_gdb_start): Define.
29365 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
29366 gdb.base/funcargs.exp, gdb.base/opaque.exp,
29367 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
29368 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
29369 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
29370 Don't call gdb_target_udi in between tests.
29371
29372Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29373
29374 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
29375 (which was basically just a local version of the same thing). In
29376 addition to avoiding duplication, gdb_test_exact is faster.
29377 * lib/gdb.exp (gdb_test_exact): Fix typo.
29378
29379 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
29380 don't give an error.
29381
29382 * gdb.base/term.exp: Call delete_breakpoints before starting.
29383
29384 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
29385 (t10): Add comment.
29386
29387Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
29388
29389 Reorganization of the GDB Test Suite.
29390
29391 * gdb.base: New directory, contains all the basic tests.
29392 * gdb.c++: New directory, tests specific to C++.
29393 * gdb.chill: New directory, tests specific to Chill.
29394 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
29395 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
29396 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
29397 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
29398 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
29399 t30-31 to chill).
29400 * */gdbme.*: Rename to match appropriate expect scripts.
29401 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
29402 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
29403 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
29404 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
29405 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
29406 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
29407 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
29408 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
29409 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
29410 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
29411 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
29412 gdb.c++/virtfunc.cc: New names of C++ files.
29413 * gdb.chill/chillvars.ch: New name of Chill file.
29414 * gdb.base/configure.in, gdb.c++/configure.in,
29415 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
29416 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
29417 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
29418 * configure.in (configdirs): Update to reflect directory changes.
29419 (target_abbrev): No longer define for any configuration.
29420 * Makefile.in: Cosmetic improvements to header comments.
29421
29422Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
29423
29424 Various changes to gdb.t31:
29425
29426 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
29427 * gdbme.ch: Make all key-words and predefineds be upper-case.
29428 * chillvars.exp: Expect key-words and predefinds in upper-case.
29429
29430 * chillvars.exp: Use gdb_test_exact many places.
29431 Change expected output for arrays (which now includes index labels).
29432
29433 * pr-5020.exp, gdme.ch (module PR_5020):
29434 New test, for PR-5020.
29435
29436Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
29437
29438 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
29439 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
29440
29441Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
29442
29443 * Makefile.in: Fix bit-rot in definitions of CHILL,
29444 CHILL_FOR_TARGET and Chill_LIB.
29445 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
29446 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
29447 CHILL, and CHILL_LIB.
29448
29449Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
29450
29451 * Revert the previous changes. Please see Rob's directory
29452 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
29453
29454Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
29455
29456 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
29457 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
29458 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
29459 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
29460 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
29461 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
29462 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
29463 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
29464 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
29465 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
29466 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
29467 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
29468 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
29469 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
29470 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
29471 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
29472 changes from 94Q1.
29473
29474Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
29475
29476 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
29477 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
29478 Rob's new testing fragments.
29479
29480Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
29481
29482 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 29483 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
29484
29485Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
29486
29487 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
29488 version also, match on casted version strings, and match on
29489 gdb startup case where the line numbers might be messed up.
29490
29491Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
29492
29493 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 29494 (CFLAGS): Delete it from here.
c906108c
SS
29495
29496Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
29497
29498 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
29499
29500Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
29501
29502 * Makefile.in (RUNTEST): Default to just "runtest".
29503
29504Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29505
29506 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
29507 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
29508 the code has been restructured.
29509
29510Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29511
29512 * gdb.t00/default.exp (set write): Allow any number of \r and/or
29513 \n, not just one of each.
29514
29515 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
29516 /bin/cc gives a warning if you do.
29517
29518Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
29519
d63a86f8 29520 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
29521 __t10ListS_link1ZUiRCUiPT0
29522
29523Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29524
29525 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
29526 on local variables in recursive functions.
29527
29528 * gdb.t07/Makefile.in: Build the new test.
29529
29530Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29531
29532 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
29533 directly. Instead compare the return values from actual calls.
29534
29535Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
29536
29537 * Makefile.in (check): Set TCL_LIBRARY for runtest.
29538
29539Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29540
29541 * From Peter Schauer with minor modifications.
a9c64011
AS
29542 * gdb.t15/return.exp (return_tests): Handle targets where "return"
29543 stops in mid-line in the caller. Add xfail for returning a float
29544 value on X86 targets.
c906108c
SS
29545
29546Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29547
29548 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
29549 to avoid expect lossage.
29550 (fmem_LRbug_tests): Likewise.
29551 * gdb.disasm/hppa.s: Corresponding changes.
29552
29553 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
29554 conditions to work with latest dejagnu/expect.
29555
29556 * gdb.t15/funcargs.exp (finish from indirect call): No longer
29557 expected to fail on the PA.
29558 (backtrace in call with trampolines): Explicitly require main
29559 to be frame #1 (no trampolines should show up in backtrace).
29560
29561 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
29562 "continue -expect".
29563 * gdb.t06/break.exp: Likewise.
29564 * gdb.t07/watchpoint.exp: Likewise.
29565 * gdb.t13/bitfields.exp: Likewise.
29566 * gdb.t15/{funcargs,return}.exp: Likewise.
29567 * gdb.stabs/weird.exp: Likewise.
29568 * config/{mips,udi}-gdb.exp: Likewise.
29569
29570 * hppa.sed: Enclose comments within a sed command to avoid
29571 losing with the old OSF1 sed.
29572
29573Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29574
29575 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
29576 sequent dynix.
29577 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
29578 * gdb.t15/funcargs.exp: Conditionally step again to really
29579 finish from marker_call_with_trampolines. Handle the case where
29580 the first step from within call_with_trampolines already steps
29581 us back to main.
29582 * gdb.t15/gdbme.c: Add comment to closing brace of
29583 call_with_trampolines for funcargs.exp.
29584
29585Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29586
d63a86f8 29587 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
29588 Fix typo(s).
29589
29590Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29591
29592 * gdb.t07/gdbme.c: More code for watchpoint testing.
29593
29594 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
29595 "Hardware watchpoint" throughout file.
29596 (test_watchpoint_triggered_in_syscall): New test.
29597 (test_complex_watchpoint): New test.
29598
29599Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29600
29601 * gdbme.c (call_with_trampolines): New function to try and step
29602 into. Tests trampoline problems on the PA.
29603
29604 * funcargs.exp (localvars_in_indirect_call): No longer expect
29605 stepping into indirect call to fail on PAs.
29606 (test_stepping_over_trampolines): New test.
29607
29608Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29609
29610 * TODO: Add suggestions for static member function tests, and
29611 completion tests.
29612
29613Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29614
29615 * TODO: Add suggestions for "p/a" tests.
29616
29617 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
29618 (default_gdb_exit): Replace all the hair with sending "quit" to
29619 the process with a simple close.
29620
29621Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29622
29623 * TODO: Add suggestions for shared library tests.
29624
29625Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29626
29627 * TODO: Add suggestions for x/s tests.
29628
29629Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29630
29631 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
29632 "enable once", and "enable breakpoints once" with ".*".
29633
29634Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29635
29636 * TODO: Add suggestions about structure passing tests.
29637
29638Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29639
29640 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
29641 the primary1 test, use work around if __GNUC__ < 2.
29642 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
29643 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
29644 Test for bad output rather than waiting for timeout. Issue
29645 second continue only if first continue failed.
29646
29647Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29648
29649 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
29650 operator[] test with gdb_test because the old code didn't seem to
29651 be getting the quoting right with the new dejagnu.
29652
29653Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
29654
29655 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
29656 one from the path.
29657 * Makefile.in: Use a fresh expect if there is one, use runtest
29658 from the src tree if there is one.
d63a86f8 29659
c906108c
SS
29660Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29661
29662 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
29663 next over recursive call. Revise the tests from that point on
29664 (which had been skipped) to match GDB's actual (correct) output.
29665
29666 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
29667 with next over a breakpoint whose condition is false.
29668
29669 * gdb.t00/help.exp: Comment out "help set print" tests just like
29670 (and for same reason as) "help set" test.
29671
29672Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29673
29674 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
29675 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
29676
29677Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29678
29679 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
29680 necessary gdb_target_udi.
29681
29682 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
29683
29684 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
29685 1838 and 2417; they are fixed.
29686
29687 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
29688 gdb.t03/ptype.exp (ptype structure, ptype union):
29689 Remove xfails; the test is looser than when the xfails were added.
29690
29691 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
29692 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
29693
29694 * gdb.t01/run.exp: Only run shell test if isnative.
29695
29696 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
29697 since "run" automatically loads if necessary. Call gdb_target_udi
29698 after the "file" since "file" kills any execution target.
29699
29700 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
29701 GDB. GDB doesn't work that way (not anymore at least) on UDI.
29702 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
29703 argument for UDI.
29704
29705Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29706
29707 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
29708
29709 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
29710
29711Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29712
29713 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
29714 properly quoting regexps. This makes the second argument to
29715 demangle a fixed string, which matches the callers, instead of a
29716 shell-style pattern which is what the previous implementation
29717 used. Update some of the callers.
29718
29719Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29720
29721 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
29722 (comib_nullified_tests): Fix typo.
29723 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
29724 strings. No longer expected to fail.
29725
29726 * gdb.disasm/hppa.s (addib_tests): Fix typo.
29727 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
29728 strings. No longer expected to fail.
29729
29730 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
29731 string. No longer expected to fail.
29732
29733Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29734
29735 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
29736 No longer expected to fail.
29737
29738 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
29739 string. No longer expected to fail.
29740
29741Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29742
29743 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
29744 only in the names (I probably got most of them). I was even
29745 generous with some which differed in underscores in names, and
29746 probably missed a few, and I *still* was able to remove almost a
29747 third of the file with almost no impact on testsuite coverage.
29748
29749Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29750
29751 * gdb.t00/default.exp: Match udi_attach error message as well as
29752 the one from child_attach.
29753
29754 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
29755
29756 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
29757
29758 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
29759 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
29760
29761 * Move test with enums and partial symbols back to
29762 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
29763 Reverts the change of 26 May 93. Per today's change to
29764 stabs.texinfo, the behavior that weird.exp was expecting was
29765 unreasonable; what is important is that the compiler+gdb get
29766 things right, which happens with a recent gcc. Also fix the test
29767 to deal with native compilers which put out the stab gdb can't
29768 deal with.
29769
29770Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29771
29772 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
29773 in the names. The main thing these accomplish is to slow things down.
29774 Many more such duplicates surely remain.
29775
29776 * gdb.t00/help.exp: Comment out "help support" test just like
29777 (and for same reason as) "help set" test.
29778
29779Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
29780
29781 * gdb.t06/break.exp: Remove setup_xfails for
29782 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
29783 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
29784 about known bug in gcc to include up through 2.5.8.
29785 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
29786 well as "_vb$".
29787 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
29788 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
29789 with latest gcc and gdb.
29790 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
29791 well as "_vb$".
29792
29793Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29794
29795 * configure.in (hppa*-*-*): Also configure and build stabs-only
29796 tests.
29797
29798Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29799
29800 * gdb.t10/hppa.mt: A makefile fragment for the PA.
29801 * gdb.t10/configure.in (hppa*-*-*): Use it.
29802
29803Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29804
29805 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
29806
29807Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29808
29809 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
29810 versions prior to 1.13.5.
29811
29812Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29813
29814 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
29815 the prompt is at the start of a line.
29816
29817Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29818
29819 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
29820 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
29821 in the copr tests now.
29822 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
29823 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
29824 expected to fail.
29825
29826Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
29827
29828 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
29829 gdb.t31/chillvars.exp, lib/gdb.exp:
29830 Tweak to run under either version of expect.
29831 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
29832 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
29833 * gdb.t11/list.exp: Remove extraneous whitespace.
29834
29835Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29836
29837 * gdb.t16/printcmds.exp (test_print_strings): Accept
29838 "(unsigned char *) " before the string.
29839
29840 * TODO: Add notes about printing of fancy types and GDB expressions.
29841
29842Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
29843
29844 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
29845 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 29846 if doing mips-idt-ecoff.
c906108c
SS
29847
29848Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
29849
29850 * Most .exp files: Tweak to run under either version of expect.
29851
29852Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29853
29854 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
29855 xfails; I'm not sure why they are failing, but not because of PR 1806.
29856
29857Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
29858
29859 * config/unix-gdb.exp: Remove gdb_unload cause it's already
29860 defined in lib/gdb.exp.
29861
29862Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29863
29864 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
29865 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
29866 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
29867 have to be typeless.
29868
29869Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29870
29871 * TODO: Add suggestion for copyright year test.
29872
29873Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
29874
29875 * configure.in (*-*-lynxos*): Add stabs tests.
29876
29877Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
29878
29879 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
29880 so insert a tab before any assembler directive in column zero.
29881
29882 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
29883 stores.
29884 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
29885 stores.
29886 (fpu_short_memory_tests): Likewise.
29887
29888Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29889
29890 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
29891 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
29892 .stabs directives in comments.
29893
29894Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29895
29896 * TODO: New file, describing tests we could write.
29897 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
29898
29899Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29900
29901 * gdb.t06/signals.exp: Add kludge to force re-sync.
29902
29903 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
29904 to xgdb instead of gdb, get out of gdb.
29905
29906Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
29907
29908 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
29909 for info.
29910
29911Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
29912
29913 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
29914 * gdb.stabs/configure.in (hppa*-*-*): Use it.
29915 * gdb.stabs/hppa.sed: New sed script for the PA.
29916
29917Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29918
29919 * gdb.stabs: Re-write weird.def and configuration to use sed
29920 instead of cpp. sed is portable and POSIX; cpp is neither.
29921
29922Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29923
29924 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
29925
29926Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29927
29928 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
29929
29930Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29931
29932 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
29933 "_vb$".
29934 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
29935 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
29936
29937Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29938
29939 * lib/gdb.exp: Comment out code which depends on non-existent
29940 `transform' procedure.
29941
29942Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
29943
29944 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
29945 * lib/gdb.exp: Transform tool name.
29946 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
29947 1.1's new error handling system.
29948
29949Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29950
29951 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
29952
29953Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29954
29955 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
29956 They made pattern matching so slow that timeouts happened on
29957 heavily loaded systems. Now any output from "show print" which
29958 gets us back to the GDB prompt is a PASS.
29959
29960Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
29961
29962 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
29963
29964Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29965
29966 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
29967
29968 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
29969 It is not from PR 3220.
29970
29971Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29972
29973 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
29974 just started failing because they depended on the order the
29975 subcommands are presented, or exact docstring text. This kind of
29976 test is a pain and has minimal benefit.
29977
29978Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29979
29980 * gdb.t09/corefile.exp: At end of test, use "core" command with
29981 no arguments.
29982
29983Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
29984
29985 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
29986 17}/Makefile.in: Make it possible to run the testsuite with Sun
29987 make and CC = cross gcc by adding explicit build rules for .o
29988 files.
29989
29990Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29991
29992 * gdb.t15/funcargs.exp: Don't put comments on same line as
29993 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 29994
c906108c
SS
29995Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29996
29997 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
29998
29999Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
30000
30001 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
30002 * gdb.t20/inherit.exp: remove three dumplicate entries.
30003
30004Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30005
30006 * gdb.t06/break.exp: For "next over recursive call", fail on any
30007 incorrect output, not just on "factorial (value=2)".
30008
30009Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30010
30011 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
30012 working now. Add an xfail if accesing a bss variable causes
30013 a memory error if the target is not yet run.
30014
30015Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30016
30017 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
30018 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
30019 name of __st* demangling (2 strings). Did Kung really get the
30020 more than 95 others right without testing them?
30021
30022Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
30023
30024 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
30025
30026Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
30027
30028 * configure.in (configdirs): Add gdb.disasm
30029 * gdb.disasm: New directory for GDB disassembler tests.
30030 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
30031
30032Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30033
30034 * gdb.t00/help.exp: Don't test "help set".
30035
30036 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
30037 from within expect statements. None of these happen anymore and
30038 they cause regressions to be silently unnoticed.
30039
30040 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
30041 messages) about known failures with gcc cygnus-2.4.5-930417.
30042
30043 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
30044 comp-info.exp so it gets built if it doesn't exist.
30045
30046 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
30047 it is no longer used.
30048 * gdb.t13/comp-info.c: Removed.
30049
30050Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30051
30052 * gdb.t06/signals.exp: Add xfail for sun3.
30053
30054Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30055
30056 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
30057 relevant because ^C doesn't get sent but failure can be reproduced
30058 interactively).
30059
30060Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30061
30062 * gdb.stabs/alpha.mt: New configuration file for alpha.
30063 * gdb.stabs/configure.in: Use it.
30064 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
30065 sharing with alpha.mt, redefine long to word via preprocessor.
30066 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
30067 for alpha.
30068 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
30069 native cc.
30070 * gdb.t00/teststrategy.exp: Change expect string so that we
30071 consume the `(xgdb)' from the command echo and from the gdb prompt.
30072 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
30073 gdb currently compares all values as long, so this failure probably
30074 applies to any configuration where LONGEST is bigger than a target int.
30075 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
30076 with gcc.
30077 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
30078 to handle opaque pointers, gcc is.
30079 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
30080 as first argument. Include <sys/types.h> and change all operator
30081 new definitions to use size_t.
30082 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
30083 now that we use size_t.
30084
30085Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30086
a9c64011 30087 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 30088 a long or float array cast all array members to the same type.
a9c64011 30089 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 30090 with 64 bit longs.
a9c64011 30091 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 30092 on alpha.
a9c64011 30093 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
30094
30095Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30096
30097 * gdb.t24 (demangle.exp): Constructors of templates have names like
30098 vector<int>::vector(int) not vector<int>::vector<int>(int). See
30099 section 14.6 of the ARM.
30100
30101 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
30102 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
30103 accomplish little and slow down the testsuite.
30104
30105 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
30106 Accept spaces various places.
30107
30108Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30109
30110 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
30111 with watchpoint enabled.
30112
30113 * Makefile.in: Remove definition of CC and remove the second
30114 definition of CXX (the "CXX = gcc" one remains). These definitions
30115 were causing backquotes to be expanded within backquotes, which
30116 doesn't work.
30117
30118Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
30119
30120 * gdb.t17/callfuncs.exp: Add "return 0" to end.
30121
30122Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30123
a9c64011
AS
30124 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
30125 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
30126 by mips cc and contains no stabs entries.
30127
30128Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
30129
30130 * config/vx-gdb.exp: Use fake device to load files rather than
30131 NFS.
30132 * lib/gdb.exp: New proc to do "file" command.
30133 * config/unix-gdb.exp: Use new "file" proc.
30134
30135Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
30136
30137 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
30138 Rework board rebooting slightly.
30139 (gdb_exit): Don't exit from the remote shell; there isn't one.
30140 * gdb.stabs/weird.exp: If a program is being debugged already,
30141 kill it.
30142 * gdb.t04/setvar.exp: Stop and restart gdb.
30143 * gdb.t05/expr.exp: Likewise.
30144 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
30145 restart gdb and reload the program.
30146 * gdb.t08/opaque.exp: Likewise.
30147 * gdb.t12/scope.exp: Likewise.
30148 * gdb.t13/bitfields.exp: Likewise.
30149 * gdb.t15/funcargs.exp: Likewise.
30150 * gdb.t20/classes.exp: Likewise.
30151 * gdb.t03/ptype.exp: Increase timeout.
30152 * gdb.t16/printcmds.exp (test_print_string_constants,
30153 test_print_array_constants): Likewise.
30154 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
30155 * gdb.t20/classes.exp (do_tests): Likewise.
30156 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
30157
30158Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
30159
30160 * gdb.stabs: Renamed *wierd* to *weird*.
30161
30162Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
30163
30164 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
30165 for timeout. Add "known gcc 2.4.5 bug" to failure message.
30166
30167Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
30168
30169 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
30170 (do_tests): Remove xfail for whatis on one_var and two_var.
30171
30172Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
30173
30174 * Makefile.in: Made cross building work better by adding
30175 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
30176
30177Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30178
30179 * gdb.t15/{return.c,return.exp,Makefile.in}:
30180 New test, currently commented out.
30181
30182Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
30183
30184 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
30185 still running and removes the leftover named socket so GDb can do
30186 clean restarts.
30187
30188Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
30189
30190 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
30191 console, not GDB.
30192 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
30193 cross testing works better with "make check"
30194 * config/unix-gdb: Use default procedures for exit and version.
30195 * config/vx-gdb.exp: Cleaned up and massaged back to working order
30196 with the newest VxWorks.
30197
30198Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30199
30200 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
30201 old form.
30202
30203 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
30204 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
30205
30206 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
30207
30208 * config/unix-gdb.exp: Remove this version of gdb_exit
30209 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
30210 Rob says he'll look at it when he gets back to testing boards.
30211
30212Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
30213
30214 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
30215 an expected fail for certain ptype commands.
30216
30217 * gdb.t20/classes.exp: Update expected results of "ptype class
30218 Base1" to account for the constructor that now appears in the type.
30219
30220Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
30221
30222 * configure.in (configdirs): Restore gdb.t04, which mysteriously
30223 disappeared from list.
30224 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
30225 "alldone" proc with call to cleanup and exit.
30226 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
30227 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
30228 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
30229 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
30230 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
30231 "alldone" proc with simple returns that suppress remaining
30232 tests. The alldone proc went away many months ago.
30233
30234Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30235
30236 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
30237
30238 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
30239
30240Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30241
30242 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
30243 as vax gdb will display them.
30244
30245Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30246
30247 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
30248 optimizers.
30249
30250 * scope.exp: Change "bad value for localval" messages so each one
30251 is unique.
30252
30253 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
30254 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
30255
30256 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
30257
30258Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30259
30260 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
30261 doesn't exist (due to optimization).
30262
30263Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30264
30265 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
30266 contains \r because the filename is long.
30267
30268 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
30269 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
30270
30271Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30272
30273 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
30274 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
30275 Ultrix.
30276 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
30277 int tests.
30278 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
30279
30280Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
30281
30282 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
30283
30284 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 30285 to match does not match the passing case but still matches the
c906108c
SS
30286 failing case.
30287
30288Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30289
30290 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
30291
30292Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
30293
30294 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
30295 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
30296 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
30297 Remove various versions of gdb_exit.
30298 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
30299 gdb_exit.
30300 * config/unix-gdb.exp: gdb_exit remains here, and should override
30301 the generic version, since it's doing a lot of wierd stuff that
30302 the other versions aren't. FIXME, fold it in, or abandon this
30303 version.
30304
30305Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30306
30307 * gdb.t24/demangle.exp: Add tests for PR 3220.
30308
30309Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30310
30311 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
30312
30313Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
30314
30315 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
30316 "i386-*-*". Works for i486 as well.
30317
30318 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
30319 bug, and expand domain of xfail to all SVR4 systems, since the
30320 actual problem is likely to be in generic SVR4 /proc support.
30321
30322Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30323
30324 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
30325
30326Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
30327
30328 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
30329 xfails for other systems. Match a missing 'Continuing.' as an
30330 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
30331
30332 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
30333 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
30334 Only issue warning for missing executables if -all option is used.
30335
30336 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
30337 file if -all option is used. It's like an unpredictable XFAIL.
30338
30339Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30340
30341 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
30342 for dynamically linked binaries.
30343
30344 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
30345
30346Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30347
30348 * gdb.t20/inherit.exp: Change message for "print tagless struct"
30349 to state that this is a known bug in old versions of g++.
30350
30351Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30352
30353 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
30354 while waiting for `Continuing'.
30355
30356Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
30357
30358 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
30359 in text, data, and bss.
30360 * gdb.t10/nodebug.c: Add local and global test variables for
30361 initialized and uninitialized data.
30362
30363Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30364
30365 * config/unix-gdb.exp (gdb_exit): Add "wait".
30366
30367Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30368
30369 * gdb.t06/signals.exp: xfail the continue from the handler for all
30370 targets.
30371
30372 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
30373 function with watchpoints enabled, the i386 call dummy starts with
30374 a call.
30375
30376 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
30377 386 bsd names its corefiles.
30378
30379Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
30380
30381 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
30382 compilers don't grok it.
30383 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
30384 with small octal ints rather than character constants, which
30385 are signed and might not fit if first promoted to int.
30386
30387Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
30388
30389 * gdb.t09/Makefile.in (clean): Remove corefile.
30390
30391Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30392
30393 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
30394
30395Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30396 and Jim Kingdon (kingdon@cygnus.com)
30397
30398 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
30399 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
30400 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
30401
30402Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30403
30404 * gdb.t17/interrupt.exp: Add xfail for hppa.
30405
30406Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30407
30408 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
30409 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
30410 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
30411 to determine signed-ness of bitfields and use the result to setup
30412 the xfail.
30413 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
30414 * gdb.t15/funcargs.exp: Use them to step until the second indirect
30415 call line is reached if necessary.
30416
30417Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30418
30419 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
30420
30421Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30422
30423 * gdb.t06/break.exp: Also test `clear' command.
30424
30425Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30426
30427 * gdb.t00/teststrategy.exp: Remove extra quote.
30428
30429 * gdb.t07/watchpoint.exp: Change xfail for calling function with
30430 watchpoint enabled to be for all non-68k machines.
30431
30432 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
30433
30434Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30435
30436 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
30437 targets use aout.mt instead of ecoff.mt as gas understands
30438 standard aout format.
30439
30440Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30441
30442 * lib/gdb.exp (runto): Don't insist that function we are running to
30443 was compiled with -g.
30444
30445 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
30446
30447 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
30448 to get back into the read system call.
30449 Accept leading newline in case where we woke it up.
30450
30451Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30452
30453 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
30454 to make the stabs test work on ecoff systems using gcc and -with-stabs.
30455 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
30456 enable ecoff configuration.
30457
30458Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30459
30460 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
30461
30462Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30463
30464 * gdb.t16/printcmds.exp: Add another printf test.
30465
30466Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
30467
30468 * configure.in: If configured -with-stabs on any target, add
30469 stabsdirs to configdirs.
30470
30471Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30472
30473 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
30474 fun" so pattern does not match the command itself.
30475
30476Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30477
30478 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
30479
30480Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30481
30482 * gdb.t17/interrupt.exp: Test for more things.
30483
30484Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30485
30486 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
30487 compiler arranges the code and line numbers.
30488
30489 * gdb.t17/interrupt.exp: Don't send \n after ^C.
30490
30491Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30492
30493 * gdb.t00/help.exp: Increase expect input buffer size.
30494
30495Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30496
30497 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
30498
30499 * gdb.t07/watchpoint.exp: Add xfail for hppa.
30500
30501 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
30502
30503 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
30504 [0-9]*, not just [0-9].
30505
30506Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30507
30508 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
30509
30510 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
30511
30512Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30513
30514 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
30515
30516Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30517
30518 * gdb.t06/signals.c: Add xfails for sun3.
30519
30520 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
30521
30522 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
30523 test_stepping tests.
30524
30525Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30526
30527 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
30528
30529 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
30530
30531 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
30532 rather than actually putting it through cpp twice.
30533
30534 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
30535
30536Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
30537
30538 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
30539 no longer needed.
30540
30541Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30542
30543 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
30544
30545 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
30546 C++ features prints as "struct", make it a pass, not an xfail.
30547
30548Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30549
30550 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
30551 Don't require VA to print as "class" rather than "struct".
30552
30553Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
30554
30555 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
30556
30557Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30558
30559 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
30560
30561Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30562
30563 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
30564 order.
30565
30566Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30567
30568 * gdb.t16/printcmds.exp: Add printf tests.
30569
30570 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
30571
30572 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
30573
30574Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
30575
30576 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
30577 pass counts, to counteract any existing or future setup_xfails.
30578
30579Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30580
30581 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
30582 {BEGIN,END}_COMMON for common block instead of STAB.
30583 * gdb.stabs/wierd.exp: Add xfail for rs6000.
30584
30585 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
30586 intp_var should be N_GSYM not N_LSYM.
30587 wierd-aout.S: Use a label for the value of the N_SO.
30588 wierd.def: Remove all backslashes.
30589 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
30590
30591Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30592
30593 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
30594 get the expected next to inheritance3.
30595
30596Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30597
30598 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
30599 now that gcc-2.4 gets it right.
30600
30601Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30602
30603 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
30604
30605 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
30606 generating comp-info.exp which works for cross-compilation.
30607
30608Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
30609
30610 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
30611 "*-*-sysv4.*".
30612
30613Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
30614
30615 * gdb.t01/run.exp: Start with a fresh gdb.
30616 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
30617 SVR4.x.
30618
30619Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
30620
30621 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
30622 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
30623 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
30624 Makefile.in (distclean, realclean): Remove gdbme.c from list of
30625 things to remove.
30626
30627Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
30628
30629 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
30630 test cases from bug reports.
30631
30632Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
30633
30634 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
30635 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
30636 avoid spurious xfails.
30637 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
30638 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
30639 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
30640
30641Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
30642
30643 * gdb.t00/teststrategy.exp: Rework to provide more useful
30644 description of each test, fix problem with systems that define
30645 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
30646 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
30647 results for "next over recursive call" so timeouts aren't taken
30648 by error.
30649
30650Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
30651
30652 * gdb.t12/scope.exp: Test printing of variables before run.
30653
30654 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
30655 printed in wrong order due to sorting.
30656
30657Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
30658
30659 * gdb.t00/teststrategy.exp: Fix expected results for printing
30660 user entered string constant. Is array of char, prints with no
30661 address.
30662
30663 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
30664 commands.
30665 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
30666 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
30667 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
30668 of struct of char arrays.
30669 * gdb.t00/radix.exp: New tests for radix commands.
30670
30671Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
30672
30673 * gdb.t16/printcmd.exp: Print a variable before running program
30674 (with xfail for AIX).
30675
30676Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
30677
30678 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
30679
30680 * gdb.t16/printcmd.exp: Don't print variables before running program.
30681
30682 * gdb.t06/break.exp: Don't require envp argument to main.
30683
30684 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
30685
30686 * gdb.t02/whatis.exp, gdb.t11/list.exp:
30687 Add xfails for rs6000.
30688
30689 * gdb.t02/whatis.exp: Change other tests not to re-test something
30690 we already tested.
30691
30692 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
30693 each type used has a variable of that type.
30694
30695Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
30696
30697 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
30698
30699Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
30700
30701 * configure.in: change srctrigger to be a file, not a directory
30702
30703Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
30704
30705 * configure.in (mips-idt-ecoff*): Added trailing '*'.
30706
30707 * gdb.t11/list.exp: Fixed a couple of typos.
30708
30709Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
30710
30711 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
30712 is fixed and PR is closed.
30713 * gdb.t16 (gdbme.c): Add simple test string variable.
30714 * gdb.t16 (printcmds.exp): Add tests with simple test string
30715 variable, primarily for boundaries on "set print elements".
30716
30717Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
30718
30719 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
30720 Make leading 0's optional and don't expect a tab in the middle
30721 of the number.
30722
30723 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
30724
30725 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
30726 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
30727 don't end command passed to gdb_test with newline.
30728
30729 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
30730 signed keyword away, don't expect signed bitfields to be signed.
30731
30732 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
30733 printing with only as many 1's as are in the field as well as printing
30734 with 32 1's (see comment).
30735
30736Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
30737
30738 * gdb.t00/default.exp: Start with a fresh gdb.
30739 * configure.in (configdirs): Remove gdb.t31 until the chill
30740 compiler works again. It no longer is able to find chillrt0
30741 since it isn't in libchill.a anymore.
30742 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
30743 wierd.o, make more modular.
30744 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
30745 spurious newlines that caused problems.
30746
30747Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30748
30749 * Move test with enums and partial symbols from gdb.t03/ptype.exp
30750 to gdb.stabs/wierd.exp since GCC has worked around the bug.
30751 gdb.stabs/wierd.{exp,def}: Many new tests.
30752
30753 * gdb.t00/default.exp: update info line for new message.
30754
30755 * gdb.t02/{whatis.exp,gdbme.c}:
30756 Test that "char *" doesn't print as "caddr_t".
30757
30758Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30759
30760 * gdb.t00/help.exp: Use .* in place of some help messages which
30761 just changed.
30762 gdb.t00/default.exp: Update "info frame" test for new message.
30763 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
30764 Remove some xfails
30765
30766Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30767
30768 * gdb.t03/{gdbme.c,ptype.exp}:
30769 Add tests for typedef'd struct and union without tags.
30770 Also check "whatis" on a variable of a typedef'd enum without a tag.
30771
30772 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
30773 PRMS 1823; the bug still exists but isn't reproduced by this test
30774 anymore), and remove rs6000 XFAIL (the bug is fixed).
30775
30776 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
30777 duplicated from whatis.exp. For those that are left, accept
30778 "long", "long int", or "int" for long variables (whatis.exp already
30779 has an XFAIL for "int", so no need to fail it here).
30780
30781 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
30782 Deal with GCC's names for types now that GDB uses the compiler's names.
30783
30784 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
30785 setup_xfail's for sunos4. If we #defined the signed keyword away,
30786 don't expect GDB to know that char it is signed.
30787
30788 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
30789
30790Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
30791
30792 * configure.in (configdirs): Add gdb.t24 for C++ tests that
30793 should work on any system, regardless of debugging format.
30794 * gdb.t21/demangle.exp: Move to gdb.t24.
30795 * gdb.t24/demangle.exp: Move from gdb.t21.
30796 * gdb.t24/{Makefile.in, configure.in}: New files.
30797
30798Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30799
30800 * configure.in: Do gdb.stabs and C++ tests only for stabs.
30801 * gdb.stabs: New directory.
30802
30803Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30804
30805 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
30806 not just "Quit anyway?".
30807
30808Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
30809
30810 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
30811 that all setup_xfails are immediately followed by clear_xfails.
30812
30813Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
30814
30815 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
30816 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
30817 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
30818 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
30819 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
30820 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
30821 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
30822 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
30823 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
30824 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
30825 gdb.t31/chillvars.exp, lib/gdb.exp:
30826 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
30827 bug-gdb@prep.ai.mit.edu.
30828
30829Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
30830
30831 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
30832 with 0.0, not integer 0.
30833
30834Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
30835
30836 * gdb.t06/break.exp: Update for "Kill the program" message change.
30837
30838Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
30839
30840 * Makefile.in (GDBFLAGS): Set to -nx.
30841 * Makefile.in (site.exp): Use GDBFLAGS.
30842
30843Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
30844
30845 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
30846 Makefiles.
30847 (check): depend on just-check.
30848 (just-check): added so that tests can be run without a noop
30849 build pass.
30850
30851Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
30852
30853 Switch to using configure's configdirs.
30854 * Makefile.in (Makefile): add configure.in dependency.
30855 (SUBDIRS): removed redundant assignment.
30856 * configure.in: switch subdirs assignment to configdirs.
30857 * gdb.t*/configure.in: new files.
30858
30859Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
30860
30861 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
30862 works.
30863
30864Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
30865
30866 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
30867 in explicit rules. Apparently this is not supported by some makes.
30868
30869Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
30870
30871 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
30872
30873Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30874
30875 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
30876 disappeared.
30877
30878Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
30879
30880 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
30881
30882Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
30883
30884 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
30885 watchpoint problem that is now fixed.
30886 * gdb.t30/chexp.exp: Remove setup_xfail for printing
30887 uninitialized convenience variables.
30888 * gdb.t31/chillvars.exp: Fix expected patterns for printing
30889 structures.
30890
30891Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30892
30893 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
30894 which causes expect to get out of sync with gdb on long output
30895 from help set.
30896 * gdb.t09/corefile.exp: Make expected pattern for core file
30897 failing signal and frame output format less sun specific.
30898
30899Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
30900
30901 * gdb.t31/chillvars.exp: Add and remove initial dummy
30902 breakpoint, so that symbol table is forced in.
30903 (Needed at least on Sunos4, though it seems not SVR4.)
30904 * gdb.t31/chillvars.exp: Update for changed output format.
30905
30906Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
30907
a9c64011 30908 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
30909
30910Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
30911
30912 * Makefile.in: Added --srcdir when invoking runtest, removed the
30913 need for a local config file. (optional now)
30914
30915Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
30916
30917 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
30918 failure count used to force early termination. Add some more
30919 expected failures for gnu style demangling.
30920
30921Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30922
30923 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
30924 pmi variable from gdb.t20/gdbme to get optimized away.
30925 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
30926 Check for written corefile upon timeout _and_ eof.
30927
30928Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30929
30930 * config/unix-gdb.exp: Add missing return 0.
30931
30932Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30933
30934 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
30935 test termination.
30936
30937Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
30938
30939 * configure.in (subdirs): Put back gdb.t17 which mysteriously
30940 disappeared.
30941
30942Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
30943
30944 * gdb.t10/crossload.exp: Disable the i860-elf test until such
30945 time as i860 support works.
30946
d63a86f8 30947 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
30948 "backtrace 100\r" rather than just "backtrace\r", to match last
30949 change.
30950
30951Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
30952
30953 * config/udi-gdb.exp (gdb_exit): Remove close command.
30954 (gdb_target_udi): New procedure to set the UDI target.
30955 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
30956 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
30957 Added waits for prompts after several question responses. Added
30958 some more responses used by a29k-amd-udi-gdb.
30959 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
30960 pass different arguments, restart UDI connection after program
30961 completion.
30962 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
30963 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
30964 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
30965 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
30966 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
30967 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
30968 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
30969 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
30970 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
30971 after program completion.
30972 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
30973 compiled with a SELECT_VECS setting.
30974 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
30975 infinite recursion.
30976
30977 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
30978 Added checks for COFF results, and made them expected failures for
30979 all targets. It would be better to make them expected failures
30980 for COFF targets only.
30981
30982Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
30983
30984 * Makefile.in: add null dvi target, don't bother to recurse
30985 through test directories for info and install-info; rename
30986 $(datadir) to be dejagnu instead of deja-gnu
30987
30988Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
30989
30990 * gdb.t31/gdbme.ch: Re-enable code that previously caused
30991 compiler to coredump.
30992 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
30993 code.
30994
30995Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
30996
30997 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
30998 coredump.
30999 * gdb.t31/chillvars.exp: Comment out tests that depend on that
31000 code.
31001
31002Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
31003
31004 * gdb.t03/ptype.exp: tests for return code from gdb_test.
31005 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
31006 which in a shell. Deletes xgdb when done.
31007 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
31008 Tests the return from the "set height" or "set width" commands.
31009 Added a few return codes where needed.
31010
31011Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
31012
31013 * Makefile.in (SUBDIRS): Add gdb.t17.
31014 * configure.in (subdirs): Add gdb.t17.
31015 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
31016 files to test gdb's calling of functions in the inferior with
31017 the correct arguments and gdb's ability to retrieve any
31018 result returned.
31019
31020Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
31021
31022 * config/unix-gdb.exp (gdb_exit): Remove close commands that
31023 may be called after gdb goes away. Previous versions of expect
31024 needed these to avoid file descriptor leaks, but they cause
31025 errors with the current revision of expect.
31026 * gdb.t00/gdbvars.exp: Use -re on expected output after
31027 setting sevenbit-strings.
31028 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
31029 to set sevenbit-strings consistent across tests.
31030 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
31031 set sevenbit-strings consistent across tests.
31032
31033Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
31034
31035 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
31036 expected output to match current "expect" expectations.
31037
31038Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
31039
31040 * gdb.t00/default.exp: Change expected output for default "source"
31041 command, to match new gdb behavior which requires a filename to
31042 source.
31043
31044Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
31045
31046 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
31047 expected fail for i486-*-* that misses the marker2 function.
31048 * gdb.t10/crossload.exp (bfddefault): Allow successful
31049 recognition of a format to pass even if no symbols are found.
31050 Explicitly catch failures where the format is not recognized
31051 or is ambiguous, and add the reason to the fail message.
31052 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
31053 the cause is and invalid target and add reason to failure message.
31054 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
31055 elf32-i386, elf32-sparc, and elf32-i860.
31056 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
31057 Set up expected failure for 'filename'::variable scope resolution,
31058 which is now apparently broken on all targets.
31059 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
31060 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
31061 gdb.t23/templates.exp: Change failure for missing binfile into
31062 just a warning.
31063 gdb.t21/demangle.exp: Change all cfront references to 'arm'
31064 references.
31065
31066Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
31067
31068 * gdb.t00/default.exp: Add expected output for default "source"
31069 command, to match new gdb behavior.
31070 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
31071
31072Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
31073
31074 * config/*-gdb.exp: returns an error, rather than exiting on
31075 internal errors.
31076
31077Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
31078
31079 * gdb.t03/gdbme.c: Add pointer to struct variable.
31080 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
31081 referencing struct members.
31082
31083Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
31084
31085 * configure.in (mips-idt-ecoff): New target.
31086 * config/mips-gdb.exp: New file for remote board using MIPS remote
31087 debugging protocol.
31088
31089 * Redid configuration scheme. Removed gdb.t*/configure.in.
31090 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
31091 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
31092 distclean targets. Built executables via .o files. Adjusted
31093 tests to account for source files in $(srcdir) rather than
31094 $(objdir).
31095 * lib/gdb.exp (runto): Don't expect () after the function name,
31096 because it may have arguments.
31097
31098Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
31099
31100 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
31101 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
31102 expected failures for mips-idt-* and mips-sgi-*.
31103 * gdb.t00/default.exp (attach): Kill process if requested.
31104 * gdb.t00/help.exp (help target core, help target): Accept a gdb
31105 that does not read core files.
31106 * gdb.t01/run.exp: Removed checks for exit status code.
31107 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
31108 it is linked in.
31109 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
31110 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
31111 appropriate, rather than doing it by hand.
31112 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
31113 execution.
31114 * gdb.t10/crossload.exp: Kill existing program if needed.
31115 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
31116 appropriate, rather than doing it by hand. Always increase
31117 timeout for this test, not just for VxWorks.
31118
31119Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
31120
31121 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
31122 of Chill STRUCT types and STRUCT values.
31123 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
31124 than "char".
31125 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 31126 struct2): New struct definitions and initializations to test
c906108c
SS
31127 simple Chill STRUCT types.
31128
31129Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
31130
31131 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
31132 the null byte at the end of strings.
31133 * gdb.t00/default.exp: Make show version insensitive to copyright
31134 date.
31135 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
31136 to avoid dependencies on target char signedness.
31137 * gdb.t16/printcmds.exp: Update expected results for explicitly
31138 unsigned char.
31139 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
31140 now work.
31141 * gdb.t21/demangle.exp: Add many more patterns for template
31142 demangling, most of them being expected failures.
31143 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
31144 string we are matching for, to match on the whole string.
31145 * gdb.t21/demangle.exp: Add many new test strings to demangle,
31146 and fix a whole bunch that had incorrect expected output but were
31147 passing anyway because of the bug in "proc demangle".
31148 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
31149 type.
31150 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
31151
31152Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
31153
a9c64011
AS
31154 * gdb/testsuite: made modifications to testcases, etc., to allow
31155 them to work properly given the reorganization of deja-gnu and the
31156 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
31157
31158Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
31159
31160 * gdb/testsuite: Initial creation of gdb/testsuite.
31161 Migrated dejagnu testcases and support files for testing nm to
31162 gdb/testsuite from deja-gnu. These files were moved "as is"
31163 with no modifications. This migration is part of a major overhaul
31164 of dejagnu. The modifications to these testcases, etc., which
31165 will allow them to work with the new version of dejagnu will be
31166 made in a future update.
48efe704 31167
8d8cb839 31168 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 31169\f
8d8cb839
EZ
31170;; Local Variables:
31171;; mode: change-log
31172;; left-margin: 8
31173;; fill-column: 74
31174;; version-control: never
31175;; End:
902f2ccb 31176
28e7fd62 31177 Copyright 1993-2013 Free Software Foundation, Inc.
902f2ccb
MC
31178 Copying and distribution of this file, with or without modification,
31179 are permitted provided the copyright notice and this notice are preserved.
This page took 3.636471 seconds and 4 git commands to generate.