5d29407f75b61b5a0284125491a8a8d89538555e
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2010-07-07 Doug Evans <dje@google.com>
2
3 * lib/gdb.exp (gdb_test_list_exact): New function.
4 * gdb.base/default.exp (show convenience): Call it, add tests for
5 $_sdata = void, $_thread = 0.
6
7 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8 Joel Brobecker <brobecker@adacore.com>
9
10 Fix re-run of PIE executable, PR shlibs/11776.
11 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12 Remove $displacement_main to match the solib-svr4.c change. New "kill"
13 and re-"run" of the inferior.
14
15 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
16 Joel Brobecker <brobecker@adacore.com>
17
18 Cope with missing /usr/sbin/prelink.
19 * lib/prelink-support.exp (prelink_no):
20 <result == 1 && $output is "no such file or directory">: New.
21 (prelink_yes): Likewise. Return on failed prelink_no.
22
23 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
24 Joel Brobecker <brobecker@adacore.com>
25
26 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
27 build_executable by build_executable_own_libs. Replace "prelink -R"
28 execution by a call of prelink_yes. Comment why "prelink -r" needs no
29 change.
30 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
31 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
32 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
33 Replace build_executable by build_executable_own_libs's function
34 build_executable_own_libs.
35 (prelinkNO): Create new stub to call prelink_no.
36 (prelinkYES): Create new stub to call prelink_yes.
37 (test_attach): Rename calls of copy to file_copy.
38 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
39 (copy): Move to ...
40 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
41 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
42 * gdb.base/prelink.exp: Disable testcase also for is_remote and
43 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
44 special flags by gdb_compile_shlib. Replace second gdb_compile by
45 build_executable_own_libs. Replace "prelink -R" execution by a call of
46 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
47 a second call of prelink_yes. Replace restart commands by
48 clean_restart.
49 (prelink): Rename to ...
50 (seen displacement message): ... this test. Extend its expectation
51 strictness.
52
53 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
54
55 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
56 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
57 displacement message exactly once.
58
59 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
60 Joel Brobecker <brobecker@adacore.com>
61
62 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
63 its restore after the <$relink_args != ""> loop. new comment.
64
65 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
66 Joel Brobecker <brobecker@adacore.com>
67
68 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
69 code for it. New variable relink_args.
70 (prelinkYES): Call prelinkNO.
71 (test_attach): Accept new parameter relink_args. Re-prelink the binary
72 in such case. Move the core code to ...
73 (test_attach_gdb): ... a new function. Send GDB command "file".
74 Extend expected "Attaching to " string.
75
76 2010-07-02 Tom Tromey <tromey@redhat.com>
77
78 * gdb.base/bitops.exp: Remove extraneous "pass".
79
80 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
81
82 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
83
84 2010-07-01 Pedro Alves <pedro@codesourcery.com>
85
86 * gdb.base/help.exp: Adjust expected output.
87
88 2010-07-01 Pedro Alves <pedro@codesourcery.com>
89
90 * gdb.base/help.exp: Adjust expected output.
91
92 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
93
94 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
95 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
96 c++/11702.
97
98 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
99 Doug Evans <dje@google.com>
100
101 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
102 add .dynamic entry'.
103
104 2010-06-29 Doug Evans <dje@google.com>
105
106 Test PR c++/11702.
107 * gdb.cp/m-static.exp: Add testcase.
108 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
109
110 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
111 Tom Tromey <tromey@redhat.com>
112 Thiago Jung Bauermann <bauerman@br.ibm.com>
113
114 * gdb.python/py-inferior.c: New File.
115 * gdb.python/py-infthread.c: New File.
116 * gdb.python/py-inferior.exp: New File.
117 * gdb.python/py-infthread.exp: New File.
118
119 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
120
121 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
122 (ptype ::C::OtherFileClass typedefs): New.
123 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
124 (C::OtherFileClass::cOtherFileClassVar2): New.
125 (C::OtherFileClass::cOtherFileClassVar_use): Use also
126 cOtherFileClassVar2.
127 (C::cOtherFileType2, C::cOtherFileVar2): New.
128 (C::cOtherFileVar_use): use also cOtherFileVar2.
129 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
130
131 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
132
133 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
134 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
135 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
136 (print ::C::cOtherFileVar)
137 (whatis C::OtherFileClass::cOtherFileClassType)
138 (whatis ::C::OtherFileClass::cOtherFileClassType)
139 (print C::OtherFileClass::cOtherFileClassVar)
140 (print ::cOtherFileClassVar)
141 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
142 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
143 trailing content.
144 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
145 (C::OtherFileClass::cOtherFileClassVar)
146 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
147 (C::cOtherFileVar, C::cOtherFileVar_use): New.
148
149 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
150
151 Test PR c++/11703 and PR gdb/1448.
152 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
153 gdb/1448.
154
155 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
156
157 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
158 (main) <rtti_data>: New.
159 * gdb.cp/virtbase.exp (print rtti_data): New.
160
161 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
162 Joel Brobecker <brobecker@adacore.com>
163
164 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
165
166 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
167
168 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
169
170 2010-06-28 Doug Evans <dje@google.com>
171
172 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
173
174 2010-06-27 Doug Evans <dje@google.com>
175
176 * gdb.cp/m-static.exp: Update expected test output.
177
178 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
179
180 * gdb.gdb/selftest.exp: Adjust expected message for
181 capturing start-up runtime.
182
183 2010-06-25 Tom Tromey <tromey@redhat.com>
184
185 PR python/10808:
186 * gdb.python/python.exp: Add new tests.
187
188 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
189
190 * gdb.cp/operator.cc: Created an import loop.
191 * gdb.cp/operator.exp: Added testcase for import loop.
192
193 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
194
195 Test PR python/11407.
196 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
197 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
198 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
199 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
200 executable_nofb and executable_fb. New variables srcsfile, objsfile,
201 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
202 binfile. Call gdb_compile with clean_restart twice.
203 (func_nofb print, func_nofb backtrace, func_loopfb print)
204 (func_loopfb backtrace): New.
205
206 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
207
208 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
209 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
210 by a hand made one.
211 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
212 i?86 requirement. Remove variables srcfile and binfile. New variable
213 sources, executable_nofb and executable_fb. Call prepare_for_testing.
214
215 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
216
217 * gdb.cell/dwarfaddr.exp: New file.
218 * gdb.cell/dwarfaddr.S: New file.
219
220 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
221
222 Test PR 9436.
223 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
224
225 2010-06-24 Hui Zhu <teawater@gmail.com>
226
227 * gdb.base/eval.exp: New file.
228
229 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
230
231 * gdb.cell/fork.exp: New file.
232 * gdb.cell/fork.c: Likewise.
233 * gdb.cell/fork-spu.c: Likewise.
234
235 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
236
237 * lib/gdb.exp (banned_variables_traced): New global variable.
238 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
239 (gdb_init): Use `trace add variable' instead of obsolete
240 `trace variable'.
241
242 2010-06-21 Doug Evans <dje@google.com>
243
244 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
245
246 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
247
248 * gdb.arch/spu-ls.exp: New file.
249 * gdb.arch/spu-ls.c: Likewise.
250
251 2010-06-18 Stan Shebs <stan@codesourcery.com>
252
253 * gdb.threads/thread-specific.exp: Add tests of $_thread.
254
255 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
256
257 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
258 * gdb.base/watch-cond.exp: Likewise.
259 * gdb.python/py-breakpoint.exp: Likewise.
260
261 2010-06-18 Pedro Alves <pedro@codesourcery.com>
262
263 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
264 clean_restart, make sure every test has a distinct message, and
265 that messages don't include the executable' full path.
266
267 2010-06-17 Doug Evans <dje@google.com>
268
269 * gdb.arch/i386-size.exp: Updated expected output for
270 DISASSEMBLY_OMIT_FNAME.
271
272 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
273 Sergio Durigan Junior <sergiodj@redhat.com>
274
275 * gdb.base/watch-notconst.c: New file.
276 * gdb.base/watch-notconst.S: New file.
277 * gdb.base/watch-notconst2.c: New file.
278 * gdb.base/watch-notconst2.S: New file.
279 * gdb.base/watch-notconst.exp: New file.
280 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
281 (func4): Add operations on `global_ptr_ptr'.
282 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
283 routine to test watchpoints created with a constant expression.
284 (test_inaccessible_watchpoint): Include tests for watchpoints
285 created with a constant expression.
286
287 2010-06-14 Kevin Buettner <kevinb@redhat.com>
288
289 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
290 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
291 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
292 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
293 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
294 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
295 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
296 of `_start'.
297
298 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
299
300 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
301 not supported on the target.
302 * gdb.mi/mi-nonstop-exit.exp: Likewise.
303 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
304 * gdb.mi/mi-nsintrall.exp: Likewise.
305 * gdb.mi/mi-nsmoribund.exp: Likewise.
306 * gdb.mi/mi-nsthrexec.exp: Likewise.
307
308 2010-06-11 Stan Shebs <stan@codesourcery.com>
309
310 * gdb.base/permissions.exp: New file.
311
312 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
313
314 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
315 does not support ELF executable class.
316
317 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
318
319 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
320
321 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
322
323 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
324 (runto): Catch "The target does not support running in non-stop mode.".
325
326 2010-06-11 Michael Snyder <msnyder@vmware.com>
327
328 * gdb.base/setshow.exp (set language asm): Don't use
329 gdb_test_no_output, fails on some targets.
330
331 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
332
333 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
334 * gdb.cp/pr9167.exp: Likewise.
335
336 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
337
338 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
339
340 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
341
342 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
343
344 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
345
346 * gdb.base/charset.c (main): Make sure malloc gets linked in.
347
348 2010-06-11 Tom Tromey <tromey@redhat.com>
349
350 PR gdb/9977, PR exp/11636::
351 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
352 (pieces_test_f6): Update expected output.
353
354 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
355
356 * gdb.base/moribund-step.exp: New.
357
358 2010-06-08 Michael Snyder <msnyder@vmware.com>
359
360 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
361 * gdb.ada/boolean_expr.exp:
362 * gdb.ada/frame_args.exp: Ditto.
363 * gdb.ada/lang_switch.exp: Ditto.
364 * gdb.ada/ptype_arith_binop.exp: Ditto.
365 * gdb.ada/ref_param.exp: Ditto.
366 * gdb.ada/type_coercion.exp:Ditto.
367
368 * gdb.asm/asm-source.exp: Ditto.
369
370 * gdb.base/attach.exp: Ditto.
371 * gdb.base/bitfields2.exp: Ditto.
372 * gdb.base/call-signal-resume.exp: Ditto.
373 * gdb.base/callfuncs.exp: Ditto.
374 * gdb.base/commands.exp: Ditto.
375 * gdb.base/dbx.exp: Ditto.
376 * gdb.base/default.exp: Ditto.
377 * gdb.base/dump.exp: Ditto.
378 * gdb.base/exprs.exp: Ditto.
379 * gdb.base/freebpcmd.exp: Ditto.
380 * gdb.base/interrupt.exp: Ditto.
381 * gdb.base/list.exp: Ditto.
382 * gdb.base/long_long.exp: Ditto.
383 * gdb.base/maint.exp: Ditto.
384 * gdb.base/ptype.exp: Ditto.
385 * gdb.base/return.exp: Ditto.
386 * gdb.base/setshow.exp: Ditto.
387 * gdb.base/sigbpt.exp: Ditto.
388 * gdb.base/sigrepeat.exp: Ditto.
389
390 * gdb.cp/classes.exp: Ditto.
391
392 * gdb.dwarf2/dw2-restore.exp: Ditto.
393
394 * gdb.gdb/selftest.exp: Ditto.
395
396 * gdb.multi/base.exp: Ditto.
397 * gdb.multi/bkpt-multi-exec.exp: Ditto.
398
399 * gdb.python/py-block.exp: Ditto.
400 * gdb.python/py-prettyprint.exp: Ditto.
401 * gdb.python/py-template.exp: Ditto.
402
403 * gdb.server/ext-attach.exp: Ditto.
404 * gdb.server/ext-run.exp: Ditto.
405 * gdb.server/server-mon.exp: Ditto.
406
407 * gdb.threads/fork-thread-pending.exp: Ditto.
408 * gdb.threads/hand-call-in-threads.exp: Ditto.
409 * gdb.threads/interrupted-hand-call.exp: Ditto.
410 * gdb.threads/linux-dp.exp: Ditto.
411 * gdb.threads/manythreads.exp: Ditto.
412 * gdb.threads/print-threads.exp: Ditto.
413 * gdb.threads/pthreads.exp: Ditto.
414 * gdb.threads/schedlock.exp: Ditto.
415 * gdb.threads/thread-unwindonsignal.exp: Ditto.
416 * gdb.threads/threadapply.exp: Ditto.
417
418 2010-06-08 Michael Snyder <msnyder@vmware.com>
419
420 * gdb.ada/exec_changed.exp:
421 Use ".*" instead of "" as wildcard regexp.
422
423 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
424 * gdb.base/call-ar-st.exp: Ditto.
425 * gdb.base/checkpoint.exp: Ditto.
426 * gdb.base/default.exp: Ditto.
427 * gdb.base/dump.exp: Ditto.
428 * gdb.base/ending-run.exp: Ditto.
429 * gdb.base/fileio.exp: Ditto.
430 * gdb.base/miscexprs.exp: Ditto.
431 * gdb.base/pointers.exp: Ditto.
432 * gdb.base/readline.exp: Ditto.
433 * gdb.base/reread.exp: Ditto.
434 * gdb.base/restore.exp: Ditto.
435 * gdb.base/shlib-call.exp: Ditto.
436 * gdb.base/valgrind-db-attach.exp: Ditto.
437 * gdb.base/volatile.exp: Ditto.
438 * gdb.base/watchpoints.exp: Ditto.
439
440 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
441
442 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
443 * gdb.python/py-value.exp: Ditto.
444
445 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
446 * gdb.trace/circ.exp: Ditto.
447 * gdb.trace/collection.exp: Ditto.
448 * gdb.trace/packetlen.exp: Ditto.
449 * gdb.trace/passc-dyn.exp: Ditto.
450 * gdb.trace/report.exp: Ditto.
451 * gdb.trace/tfile.exp: Ditto.
452 * gdb.trace/tfind.exp: Ditto.
453 * gdb.trace/while-dyn.exp: Ditto.
454
455 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
456
457 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
458
459 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
460
461 Test PR 10640.
462 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
463
464 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
465
466 * gdb.cp/koenig.exp: Test for ADL operators.
467 * gdb.cp/koenig.cc: Added ADL operators.
468 * gdb.cp/operator.exp: New test.
469 * gdb.cp/operator.cc: New test.
470
471 2010-06-04 Michael Snyder <msnyder@vmware.com>
472
473 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
474 * gdb.base/pending.exp: Ditto.
475
476 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
477
478 2010-06-04 Doug Evans <dje@google.com>
479
480 * gdb.python/py-prettyprint.exp: Add new test for enabled and
481 disabled printers.
482 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
483 (enable_lookup_function): New function.
484
485 2010-06-04 Tom Tromey <tromey@redhat.com>
486
487 * gdb.python/py-value.exp (test_value_hash): Don't test equality
488 of hash and id.
489
490 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
491
492 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
493 newline.
494 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
495 (empty verbose non-noisy clear, empty verbose noisy clear)
496 (empty non-verbose noisy clear): Likewise.
497
498 2010-06-03 Michael Snyder <msnyder@vmware.com>
499
500 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
501 * gdb.base/display.exp: Ditto.
502 * gdb.base/find.exp: Ditto.
503 * gdb.base/ifelse.exp: Ditto.
504 * gdb.base/multi-forks.exp: Ditto.
505 * gdb.base/recurse.exp: Ditto.
506 * gdb.base/setshow.exp: Ditto.
507 * gdb.base/value-double-free.exp: Ditto.
508 * gdb.base/watch-vfork.exp: Ditto.
509 * gdb.base/watch_thread_num.exp: Ditto.
510 * gdb.base/watchpoint-solib.exp: Ditto.
511 * gdb.base/watchpoint.exp: Ditto.
512 * gdb.base/watchpoints.exp: Ditto.
513
514 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
515 * gdb.cp/overload.exp: Ditto.
516 * gdb.cp/virtfunc.exp: Ditto.
517
518 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
519
520 * gdb.reverse/watch-precsave.exp:
521 Replace gdb_test with gdb_test_no_output.
522
523 * gdb.threads/attach-into-signal.exp:
524 Replace gdb_test with gdb_test_no_output.
525 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
526 * gdb.threads/watchthreads.exp: Ditto.
527 * gdb.threads/watchthreads2.exp: Ditto.
528
529 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
530 * gdb.trace/tfind.exp: Ditto.
531
532 2010-06-03 Joel Brobecker <brobecker@adacore.com>
533
534 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
535 successful test if message is the empty string.
536
537 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
538
539 * gdb.fortran/module.exp (stopped language detection): New test.
540
541 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
542
543 Support DW_TAG_module as separate namespaces.
544 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
545 gdb.fortran/library-module-lib.f90: New.
546 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
547 (print i): Remove.
548 (continue to breakpoint: i-is-1, print var_i value 1)
549 (continue to breakpoint: i-is-2, print var_i value 2)
550 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
551 (print var_d, print var_i value 14, ptype modmany, complete `modm)
552 (complete `modmany, complete `modmany`, complete `modmany`var)
553 (show language, setting breakpoint at module): New tests.
554 * gdb.fortran/module.f90 (module mod): Remove.
555 (module mod1, module mod2, module modmany, subroutine sub1)
556 (subroutine sub2, program module): New.
557
558 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
559
560 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
561 (print value of rUC, print value of rI, print value of UI): ... here.
562 * gdb.cp/anon-union.exp (pass): Rename to ...
563 (print z 2): ... here.
564
565 2010-06-02 Michael Snyder <msnyder@vmware.com>
566
567 * gdb.trace/actions.exp: Use gdb_test_no_output.
568 * gdb.trace/circ.exp: Ditto.
569 * gdb.trace/packetlen.exp: Ditto.
570 * gdb.trace/save-trace.exp: Ditto.
571 * gdb.trace/tracecmd.exp: Ditto.
572 * gdb.trace/tsv.exp: Ditto.
573
574 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
575 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
576 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
577 * gdb.threads/manythreads.exp: Ditto.
578 * gdb.threads/print-threads.exp: Ditto.
579 * gdb.threads/pthreads.exp: Ditto.
580 * gdb.threads/schedlock.exp: Ditto.
581 * gdb.threads/staticthreads.exp: Ditto.
582 * gdb.threads/thread-specific.exp: Ditto.
583 * gdb.threads/thread-unwindonsignal.exp: Ditto.
584 * gdb.threads/threadapply.exp: Ditto.
585 * gdb.threads/watchthreads.exp: Ditto.
586 * gdb.threads/watchthreads2.exp: Ditto.
587
588 * gdb.python/py-block.exp: Use gdb_test_no_output.
589 * gdb.python/py-prettyprint.exp: Ditto.
590 * gdb.python/py-template.exp: Ditto.
591 * gdb.python/py-value.exp: Ditto.
592
593 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
594 * gdb.reverse/watch-reverse.exp: Ditto.
595
596 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
597 * gdb.server/ext-run.exp: Ditto.
598
599 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
600 * gdb.dwarf2/dw2-compressed.exp: Ditto.
601 * gdb.dwarf2/dw2-intercu.exp: Ditto.
602 * gdb.dwarf2/dw2-intermix.exp: Ditto.
603 * gdb.dwarf2/dw2-producer.exp: Ditto.
604 * gdb.dwarf2/mac-fileno.exp: Ditto.
605
606 * gdb.gdb/observer.exp: Use gdb_test_no_output.
607 * gdb.gdb/selftest.exp: Ditto.
608
609 * gdb.multi/base.exp: Use gdb_test_no_output.
610
611 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
612
613 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
614
615 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
616
617 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
618
619 * gdb.cp/class2.exp: Use gdb_test_no_output.
620 * gdb.cp/classes.exp: Ditto.
621 * gdb.cp/extern-c.exp: Ditto.
622 * gdb.cp/inherit.exp: Ditto.
623 * gdb.cp/maint.exp: Ditto.
624 * gdb.cp/mb-inline.exp: Ditto.
625 * gdb.cp/mb-templates.exp: Ditto.
626 * gdb.cp/method2.exp: Ditto.
627 * gdb.cp/misc.exp: Ditto.
628 * gdb.cp/ovldbreak.exp: Ditto.
629 * gdb.cp/punctuator.exp: Ditto.
630 * gdb.cp/templates.exp: Ditto.
631 * gdb.cp/virtbase.exp: Ditto.
632
633 * gdb.threads/attach-stopped.exp:
634 Replace uses of send_gdb / gdb_expect.
635 * gdb.threads/attachstop-mt.exp:
636 Replace uses of send_gdb / gdb_expect.
637 * gdb.threads/gcore-thread.exp:
638 Replace uses of send_gdb / gdb_expect.
639 * gdb.threads/hand-call-in-threads.exp:
640 Replace uses of send_gdb / gdb_expect.
641 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
642 * gdb.threads/print-threads.exp:
643 Replace uses of send_gdb / gdb_expect.
644 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
645 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
646 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
647
648 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
649 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
650 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
651 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
652 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
653 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
654 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
655 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
656 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
657 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
658 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
659
660 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
661
662 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
663
664 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
665
666 * gdb.cp/koenig.exp: Added new test case.
667 * gdb.cp/koenig.cc: Ditto.
668
669 2010-06-01 Michael Snyder <msnyder@vmware.com>
670
671 * gdb.base/arithmet.exp: Use gdb_test_no_output.
672 * gdb.base/arrayidx.exp: Ditto.
673 * gdb.base/attach.exp: Ditto.
674 * gdb.base/auxv.exp: Ditto.
675 * gdb.base/bigcre.exp: Ditto.
676 * gdb.base/break-always.exp: Ditto.
677 * gdb.base/break-interp.exp: Ditto.
678 * gdb.base/break.exp: Ditto.
679 * gdb.base/breakpoint-shadow.exp: Ditto.
680 * gdb.base/call-ar-st.exp: Ditto.
681 * gdb.base/call-sc.exp: Ditto.
682 * gdb.base/call-signal-resume.exp: Ditto.
683 * gdb.base/callfuncs.exp: Ditto.
684 * gdb.base/catch-syscall.exp: Ditto.
685 * gdb.base/charset.exp: Ditto.
686 * gdb.base/code-expr.exp: Ditto.
687 * gdb.base/commands.exp: Ditto.
688 * gdb.base/cond-expr.exp: Ditto.
689 * gdb.base/condbreak.exp: Ditto.
690 * gdb.base/cursal.exp: Ditto.
691 * gdb.base/cvexpr.exp: Ditto.
692 * gdb.base/default.exp: Ditto.
693 * gdb.base/del.exp: Ditto.
694 * gdb.base/detach.exp: Ditto.
695 * gdb.base/display.exp: Ditto.
696 * gdb.base/ena-dis-br.exp: Ditto.
697 * gdb.base/eval-skip.exp: Ditto.
698 * gdb.base/foll-fork.exp: Ditto.
699 * gdb.base/foll-vfork.exp: Ditto.
700 * gdb.base/frame-args.exp: Ditto.
701 * gdb.base/funcargs.exp: Ditto.
702 * gdb.base/gcore-buffer-overflow.exp: Ditto.
703 * gdb.base/gdbvars.exp: Ditto.
704 * gdb.base/help.exp: Ditto.
705 * gdb.base/ifelse.exp: Ditto.
706 * gdb.base/included.exp: Ditto.
707 * gdb.base/list.exp: Ditto.
708 * gdb.base/macscp.exp: Ditto.
709 * gdb.base/maint.exp: Ditto.
710 * gdb.base/multi-fork.exp: Ditto.
711 * gdb.base/overlays.exp: Ditto.
712 * gdb.base/page.exp: Ditto.
713 * gdb.base/pending.exp: Ditto.
714 * gdb.base/pointers.exp: Ditto.
715 * gdb.base/pr11022.exp: Ditto.
716 * gdb.base/prelink.exp: Ditto.
717 * gdb.base/printcmds.exp: Ditto.
718 * gdb.base/psymtab.exp: Ditto.
719 * gdb.base/randomize.exp: Ditto.
720 * gdb.base/relational.exp: Ditto.
721 * gdb.base/relocate.exp: Ditto.
722 * gdb.base/remote.exp: Ditto.
723 * gdb.base/sepdebug.exp: Ditto.
724 * gdb.base/set-lang-auto.exp: Ditto.
725 * gdb.base/setshow.exp: Ditto.
726 * gdb.base/setvar.exp: Ditto.
727 * gdb.base/signals.exp: Ditto.
728 * gdb.base/signull.exp: Ditto.
729 * gdb.base/sigstep.exp: Ditto.
730 * gdb.base/sizeof.exp: Ditto.
731 * gdb.base/solib-disc.exp: Ditto.
732 * gdb.base/store.exp: Ditto.
733 * gdb.base/structs.exp: Ditto.
734 * gdb.base/structs2.exp: Ditto.
735 * gdb.base/subst.exp: Ditto.
736 * gdb.base/term.exp: Ditto.
737 * gdb.base/trace-commands.exp: Ditto.
738 * gdb.base/unwindonsignal.exp: Ditto.
739 * gdb.base/valgrind-db-attach.exp: Ditto.
740 * gdb.base/varargs.exp: Ditto.
741 * gdb.base/watch-cond.exp: Ditto.
742 * gdb.base/watch_thread_num.exp: Ditto.
743 * gdb.base/watchpoint-cond-gone.exp: Ditto.
744 * gdb.base/watchpoint.exp: Ditto.
745 * gdb.base/whatis-exp.exp: Ditto.
746
747 2010-06-01 Michael Snyder <msnyder@vmware.com>
748
749 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
750 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
751 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
752 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
753 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
754 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
755 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
756 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
757 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
758 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
759 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
760 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
761 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
762 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
763 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
764
765 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
766
767 * gdb.base/commands.exp (begin commands on watch): Remove excessive
768 trailing newline.
769 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
770 * gdb.java/jmisc.exp (p *args\n): Rename to ...
771 (p *args): ... here and remove excessive trailing newline.
772
773 2010-05-31 Joel Brobecker <brobecker@adacore.com>
774
775 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
776
777 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
778
779 Accept the new Linux kernel "t (tracing stop)" string.
780 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
781 Update comment.
782 (state_wait) <T (tracing stop)>: New.
783 (main): Update the state_wait expect string.
784
785 2010-05-28 Pedro Alves <pedro@codesourcery.com>
786
787 * limits.c, limits.exp: Delete files.
788 * Makefile.in (clean mostlyclean): Adjust.
789 * tracecmd.exp: Adjust.
790
791 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
792
793 * gdb.base/tui-layout.exp: New.
794
795 2010-05-28 Michael Snyder <msnyder@vmware.com>
796
797 * gdb.reverse/break-precsave.exp:
798 Replace uses of send_gdb / gdb_expect.
799 * gdb.reverse/break-reverse.exp:
800 Replace uses of send_gdb / gdb_expect.
801 * gdb.reverse/consecutive-precsave.exp:
802 Replace uses of send_gdb / gdb_expect.
803 * gdb.reverse/consecutive-reverse.exp:
804 Replace uses of send_gdb / gdb_expect.
805 * gdb.reverse/finish-precsave.exp:
806 Replace uses of send_gdb / gdb_expect.
807 * gdb.reverse/finish-reverse.exp:
808 Replace uses of send_gdb / gdb_expect.
809 * gdb.reverse/i386-precsave.exp:
810 Replace uses of send_gdb / gdb_expect.
811 * gdb.reverse/i386-reverse.exp:
812 Replace uses of send_gdb / gdb_expect.
813 * gdb.reverse/i386-sse-reverse.exp:
814 Replace uses of send_gdb / gdb_expect.
815 * gdb.reverse/i387-env-reverse.exp:
816 Replace uses of send_gdb / gdb_expect.
817 * gdb.reverse/i387-stack-reverse.exp:
818 Replace uses of send_gdb / gdb_expect.
819 * gdb.reverse/machinestate-precsave.exp:
820 Replace uses of send_gdb / gdb_expect.
821 * gdb.reverse/machinestate.exp:
822 Replace uses of send_gdb / gdb_expect.
823 * gdb.reverse/sigall-precsave.exp:
824 Replace uses of send_gdb / gdb_expect.
825 * gdb.reverse/sigall-reverse.exp:
826 Replace uses of send_gdb / gdb_expect.
827 * gdb.reverse/solib-precsave.exp:
828 Replace uses of send_gdb / gdb_expect.
829 * gdb.reverse/solib-reverse.exp:
830 Replace uses of send_gdb / gdb_expect.
831 * gdb.reverse/step-precsave.exp:
832 Replace uses of send_gdb / gdb_expect.
833 * gdb.reverse/step-reverse.exp:
834 Replace uses of send_gdb / gdb_expect.
835 * gdb.reverse/until-precsave.exp:
836 Replace uses of send_gdb / gdb_expect.
837 * gdb.reverse/until-reverse.exp:
838 Replace uses of send_gdb / gdb_expect.
839 * gdb.reverse/watch-precsave.exp:
840 Replace uses of send_gdb / gdb_expect.
841 * gdb.reverse/watch-reverse.exp:
842 Replace uses of send_gdb / gdb_expect.
843
844 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
845
846 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
847 excessive newline.
848
849 2010-05-27 Michael Snyder <msnyder@vmware.com>
850
851 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
852 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
853 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
854 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
855 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
856 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
857 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
858 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
859 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
860 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
861 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
862 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
863 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
864 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
865 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
866 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
867 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
868 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
869 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
870
871 2010-05-26 Michael Snyder <msnyder@vmware.com>
872
873 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
874 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
875
876 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
877 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
878 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
879
880 * gdb.reverse/consecutive-reverse.exp:
881 Replace uses of send_gdb / gdb_expect.
882 * gdb.reverse/consecutive-precsave.exp:
883 Replace uses of send_gdb / gdb_expect.
884
885 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
886 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
887 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
888 * gdb.mi/mi-ns-stale-regcache.exp:
889 Replace uses of send_gdb / gdb_expect.
890 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
891 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
892 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
893 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
894 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
895 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
896 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
897 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
898 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
899
900 2010-05-26 Michael Snyder <msnyder@vmware.com>
901
902 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
903
904 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
905
906 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
907 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
908 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
909 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
910 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
911 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
912 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
913 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
914 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
915
916 2010-05-25 Tom Tromey <tromey@redhat.com>
917
918 * gdb.base/macscp.exp: Add missing space after setup_kfail.
919
920 2010-05-25 Tom Tromey <tromey@redhat.com>
921
922 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
923 argument order.
924 * gdb.base/macscp.exp: Fix setup_kfail argument order.
925 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
926 order.
927 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
928 order.
929 * gdb.base/call-sc.exp (setup_kfails): Remove.
930 (setup_compiler_kfails): Remove.
931 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
932 argument order.
933 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
934 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
935 (advancei): Fix setup_kfail argument order.
936 * gdb.base/radix.exp: Fix setup_kfail argument order.
937 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
938 order.
939 * gdb.base/structs.exp (setup_kfails): Remove.
940 (setup_compiler_kfails): Fix setup_kfail argument order.
941 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
942 order.
943 * gdb.java/jmain.exp: Fix setup_kfail argument order.
944 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
945 setup_kfail argument order.
946 * gdb.cp/overload.exp: Fix setup_kfail argument order.
947
948 2010-05-25 Tom Tromey <tromey@redhat.com>
949
950 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
951
952 2010-05-25 Michael Snyder <msnyder@vmware.com>
953
954 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
955 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
956 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
957 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
958 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
959 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
960 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
961 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
962 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
963 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
964 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
965 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
966 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
967 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
968 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
969 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
970 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
971 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
972 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
973 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
974 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
975 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
976 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
977 * gdb.base/default.exp: Replace send_gdb with gdb_test.
978 * gdb.base/define.exp: Replace send_gdb with gdb_test.
979 * gdb.base/display.exp: Replace send_gdb with gdb_test.
980 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
981 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
982 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
983 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
984 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
985 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
986 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
987 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
988 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
989 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
990 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
991 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
992 * gdb.base/help.exp: Replace send_gdb with gdb_test.
993 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
994 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
995 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
996 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
997 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
998 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
999 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
1000 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
1001 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
1002
1003 2010-05-25 Doug Evans <dje@google.com>
1004
1005 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
1006 gdb.string_to_argv.
1007
1008 2010-05-21 Tom Tromey <tromey@redhat.com>
1009
1010 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
1011 Call it.
1012 * gdb.dwarf2/pieces.S: Update.
1013 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
1014
1015 2010-05-21 Tom Tromey <tromey@redhat.com>
1016
1017 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
1018 Call it.
1019 * gdb.dwarf2/pieces.c (struct C): New.
1020 (f6): New function.
1021 * gdb.dwarf2/pieces.S: Replace.
1022
1023 2010-05-21 Tom Tromey <tromey@redhat.com>
1024
1025 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
1026 Call it.
1027
1028 2010-05-21 Tom Tromey <tromey@redhat.com>
1029
1030 * gdb.dwarf2.pieces.exp: New file.
1031 * gdb.dwarf2.pieces.S: New file.
1032 * gdb.dwarf2.pieces.c: New file.
1033
1034 2010-05-20 Pedro Alves <pedro@codesourcery.com>
1035 Joel Brobecker <brobecker@adacore.com>
1036
1037 * lib/gdb.exp (gdb_test_no_output): New function.
1038 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
1039 when testing commands that should produce no output.
1040
1041 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1042
1043 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
1044 parameter that we want to watch being a constant.
1045
1046 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1047
1048 * gdb.ada/cond_lang: New testcase.
1049
1050 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1051
1052 * lib/gdb.exp (banned_variables): New variable/constant.
1053 (gdb_init): Add write trace on variables listed in banned_variables.
1054 (gdb_finish): Remove write traces on variables listed in
1055 banned_variables.
1056
1057 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1058
1059 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
1060 * gdb.cp/koenig.exp: Likewise.
1061
1062 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
1063
1064 PR python/11482
1065
1066 * gdb.python/py-value.exp (test_value_hash): New function.
1067
1068 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
1069
1070 PR exp/11530.
1071 * gdb.base/gdb11530.c: New file.
1072 * gdb.base/gdb11530.exp: New file.
1073
1074 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1075
1076 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
1077 * gdb.dwarf2/dw2-modula2-self-type.S: New.
1078
1079 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
1080
1081 * gdb.cp/koenig.exp: New test.
1082 * gdb.cp/koenig.cc: New test program.
1083
1084 2010-05-05 Joel Brobecker <brobecker@adacore.com>
1085
1086 Remove the use of prms_id and bug_id throughout the testsuite.
1087
1088 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
1089
1090 PR exp/11349.
1091 * testsuite/gdb.cp/ref-types.exp: Add test to examine
1092 use a reference local variable.
1093
1094 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1095
1096 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
1097 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
1098 variable different_dir. Move debugfile into a full directory pathname
1099 under DIFFERENT_DIR.
1100 * lib/gdb.exp (separate_debug_filename): Remove.
1101 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
1102 variable debug_dir and mkdir of it. Update function comments.
1103
1104 2010-04-29 Pedro Alves <pedro@codesourcery.com>
1105
1106 PR gdb/11557
1107
1108 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
1109 files.
1110
1111 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
1112
1113 * gdb.python/py-param.exp: New File.
1114
1115 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1116
1117 * gdb.base/default.exp: Fix "set language" test.
1118
1119 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
1120
1121 PR breakpoints/11531.
1122 * gdb.base/gdb11531.c: New file.
1123 * gdb.base/gdb11531.exp: New file.
1124
1125 2010-04-26 Tom Tromey <tromey@redhat.com>
1126
1127 * gdb.base/completion.exp: Add tests for completion and deprecated
1128 commands.
1129
1130 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1131
1132 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
1133 (print /x char_array): Escape curly brackets.
1134
1135 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1136
1137 Fix deadlock on looped list of loaded shared objects.
1138 * gdb.base/solib-corrupted.exp: New.
1139
1140 2010-04-23 Doug Evans <dje@google.com>
1141
1142 * gdb.python/py-section-script.c: New file.
1143 * gdb.python/py-section-script.exp: New file.
1144 * gdb.python/py-section-script.py: New file.
1145
1146 2010-04-20 Chris Moller <cmoller@redhat.com>
1147
1148 PR 10179
1149
1150 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
1151 * gdb.base/pr10179-a.c:
1152 * gdb.base/pr10179-b.c:
1153 * gdb.base/pr10179.exp: New files.
1154
1155 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1156
1157 Fix crashes on dangling display expressions.
1158 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
1159 is SEP.
1160 (lib_flags): Remove the "debug" keyword.
1161 (libsepdebug): New variable for iterating new loop.
1162 (save_pf_prefix): New variable wrapping the loop.
1163 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
1164 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
1165
1166 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1167
1168 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
1169
1170 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1171
1172 PR stabs/11479.
1173 * gdb.stabs/gdb11479.exp: New file.
1174 * gdb.stabs/gdb11479.c: New file.
1175
1176 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1177
1178 * gdb.base/charset.c (Strin16, String32): New variables.
1179 * gdb.base/charset.exp (gdb_test): Test correct display
1180 of 16 or 32 bit strings.
1181
1182 2010-04-21 Chris Moller <cmoller@redhat.com>
1183
1184 PR 9167
1185 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
1186 * gdb.cp/pr9167.cc: New file.
1187 * gdb.cp/pr9167.exp: New file.
1188
1189
1190 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
1191
1192 PR pascal/11492.
1193 * gdb.pascal/gdb11492.pas: New file.
1194 * gdb.pascal/gdb11492.exp: New file.
1195
1196 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1197
1198 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
1199
1200 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1201
1202 * gdb.ada/dyn_loc: New testcase.
1203
1204 2010-04-20 Chris Moller <cmoller@redhat.com>
1205
1206 PR 10867
1207
1208 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
1209 * gdb.cp/pr10687.cc: New file.
1210 * gdb.cp/pr10687.exp: New file.
1211
1212
1213 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1214 Sergio Durigan Junior <sergiodj@redhat.com>
1215
1216 * gdb.fortran/logical.exp: New testcase.
1217 * gdb.fortran/logical.f90: New file.
1218
1219 2010-04-19 Doug Evans <dje@google.com>
1220
1221 * gdb.base/help.exp (help source): Update expected output.
1222
1223 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1224
1225 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
1226 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
1227 gdb_exit and return.
1228 (executable): New variable.
1229 (binfile): Use it.
1230
1231 2010-04-19 Pedro Alves <pedro@codesourcery.com>
1232
1233 PR breakpoints/8554.
1234
1235 * gdb.trace/save-trace.exp: Adjust.
1236
1237 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
1238
1239 PR corefiles/11511
1240 * gdb.arch/system-gcore.exp: New.
1241 * gdb.arch/gcore.c: Likewise.
1242
1243 2010-04-15 Doug Evans <dje@google.com>
1244
1245 * gdb.python/py-progspace.c: New file.
1246 * gdb.python/py-progspace.exp: New file.
1247
1248 * gdb.base/source.exp: Add tests for "source -s".
1249
1250 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1251
1252 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
1253 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
1254 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
1255 * gdb.python/py-mi.exp: New test for to_string returning None.
1256
1257 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
1258
1259 * gdb.python/py-breakpoint.c: Make result global.
1260
1261 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1262
1263 Fix non-GNU make compatibility.
1264 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
1265
1266 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1267
1268 * gdb.python/py-breakpoint.exp: New File.
1269 * gdb.python/py-breakpoint.C: Ditto.
1270
1271 2010-04-08 Stan Shebs <stan@codesourcery.com>
1272
1273 * gdb.trace/actions.exp: Clear default-collect.
1274 * gdb.trace/save-trace.exp: Clear default-collect.
1275
1276 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
1277
1278 * gdb.python/py-value: Add null string variable.
1279 (test_lazy_string): Test zero length, NULL address lazy
1280 strings.
1281
1282 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1283
1284 * gdb.arch/i386-avx.c: New.
1285 * gdb.arch/i386-avx.exp: Likewise.
1286
1287 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
1288
1289 2010-04-06 Doug Evans <dje@google.com>
1290
1291 * gdb.base/source-test.gdb: New file.
1292 * gdb.base/source.exp: Test source -v.
1293
1294 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1295
1296 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
1297
1298 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
1299
1300 * gdb.stabs/aout.sed: Convert all backslash to double backslash
1301 within one line, unless it is followed by a double quote.
1302 * gdb.stabs/hppa.sed: Idem.
1303 * gdb.stabs/weird.def: Add char and String constants
1304 * gdb.stabs/weird.exp: Check for correct parsing of
1305 chhar and string constants.
1306 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
1307 in .stabs to .stabx substitution.
1308
1309 2010-04-05 Stan Shebs <stan@codesourcery.com>
1310
1311 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
1312 constant global.
1313 * gdb.trace/tfile.exp: Try to print them.
1314
1315 2010-04-04 Stan Shebs <stan@codesourcery.com>
1316
1317 * gdb.base/completion.exp: Update for new "info watchpoints".
1318 * gdb.base/default.exp: Ditto.
1319 * gdb.base/help.exp: Ditto.
1320 * gdb.base/watchpoint.exp: Ditto.
1321 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
1322
1323 2010-04-04 Stan Shebs <stan@codesourcery.com>
1324
1325 * gdb.trace/tfile.exp: Sharpen tfind test.
1326
1327 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1328
1329 * gdb.base/break-entry.exp: New.
1330
1331 2010-04-02 Hui Zhu <teawater@gmail.com>
1332 Michael Snyder <msnyder@vmware.com>
1333
1334 * gdb.reverse/i386-sse-reverse.exp: New file.
1335 * gdb.reverse/i386-sse-reverse.c: New file.
1336
1337 2010-04-02 Pedro Alves <pedro@codesourcery.com>
1338
1339 * gdb.trace/tfind.exp: Adjust expected disassembly output.
1340
1341 2010-04-01 Stan Shebs <stan@codesourcery.com>
1342
1343 * gdb.trace/actions.exp: Tweak expected output.
1344 * gdb.trace/while-stepping.exp: Tweak expected output.
1345
1346 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
1347
1348 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
1349
1350 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1351
1352 * gdb.base/commands.exp: Adjust.
1353 * gdb.cp/extern-c.exp: Adjust.
1354
1355 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1356
1357 * gdb.trace/collection.c (local_test_func): Define a local struct,
1358 and instanciate it.
1359
1360 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1361
1362 * gdb.trace/collection.exp (gdb_collect_args_test)
1363 (gdb_collect_argarray_test): XFAIL the tests that assume the
1364 argarray argument's elements are collected.
1365
1366 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1367
1368 * gdb.dwarf2/dw2-bad-parameter-type.exp,
1369 gdb.dwarf2/dw2-bad-parameter-type.S: New.
1370
1371 2010-03-31 Stan Shebs <stan@codesourcery.com>
1372
1373 * gdb.trace/save-trace.exp: Test save/restore of default-collect
1374 and tracepoint conditionals.
1375 (gdb_verify_tracepoints): Delete unused return.
1376
1377 2010-03-26 Keith Seitz <keiths@redhat.com>
1378
1379 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
1380 appear in the output before main.
1381 Remove KFAIL for gdb/2215 aka bz 9320.
1382
1383 2010-03-30 Doug Evans <dje@google.com>
1384
1385 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
1386 by dejagnu.
1387 * gdb.arch/amd64-dword.exp: Ditto.
1388
1389 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
1390 match.
1391 (break printf): Ditto.
1392
1393 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
1394
1395 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
1396 gcc < 4.4.
1397 * gdb.cp/shadow.exp: Ditto.
1398
1399 2010-03-29 Pedro Alves <pedro@codesourcery.com>
1400
1401 * gdb.trace/collection.exp (run_trace_experiment): Make sure
1402 "tstart" is silent.
1403
1404 2010-03-29 Pedro Alves <pedro@codesourcery.com>
1405
1406 * gdb.trace/collection.exp (executable): New.
1407 (binfile): Use it.
1408 (fpreg, spreg, pcreg): New.
1409 (test_register): Use gdb_test_multiple. Pass /x to print.
1410 (prepare_for_trace_test): New.
1411 (run_trace_experiment): Use "continue", not gdb_run_cmd.
1412 (gdb_collect_args_test, gdb_collect_argstruct_test)
1413 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
1414 prepare_for_trace_test.
1415 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
1416 fpreg, spreg and pcreg.
1417 (gdb_collect_expression_test, gdb_collect_globals_test): Use
1418 prepare_for_trace_test.
1419 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
1420 try to detect tracing support here. Don't set breakpoints at
1421 `begin' or `end' here.
1422 <global scope>: Use clean_restart. Run to main before checking
1423 for tracing support. Check for for tracing support here.
1424
1425 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1426
1427 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
1428 " as $displacement" to "seen displacement message".
1429
1430 2010-03-28 Pedro Alves <pedro@codesourcery.com>
1431
1432 * gdb.trace/while-dyn.exp (executable): New variable.
1433 (binfile): Use it.
1434 (test_while_stepping): New function. Move most tests here. Call
1435 it once for each of the while-stepping, stepping and ws aliases.
1436
1437 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1438
1439 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
1440 that do not provide the tagless_struct type name at all.
1441 (test_print_anon_union): Do not check value of uninitialized
1442 union member. Do not use cp_test_ptype_class, so we can accept
1443 "long" as well as "long int".
1444
1445 2010-03-26 Pedro Alves <pedro@codesourcery.com>
1446
1447 * gdb.trace/tfile.c (tohex, bin2hex): New.
1448 (write_error_trace_file): Hexify error description.
1449
1450 2010-03-25 Stan Shebs <stan@codesourcery.com>
1451
1452 * gdb.trace/tfile.c: Generate an additional trace file, improve
1453 portability.
1454 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
1455 files in a better way.
1456
1457 2010-03-25 Keith Seitz <keiths@redhat.com>
1458
1459 * gdb.java/jprint.exp: XFAIL printing of static class members
1460 because of GCC debuginfo problem.
1461
1462 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1463
1464 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
1465
1466 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1467
1468 * gdb.base/completion.exp: Allow long instead of long int.
1469 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
1470 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
1471 variable p.
1472 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
1473 * gdb.base/pointers.exp: Allow long instead of long int.
1474 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
1475 * gdb.base/step-line.exp: Allow a directory before the source file name.
1476
1477 2010-03-24 Tom Tromey <tromey@redhat.com>
1478
1479 PR breakpoints/9352:
1480 * gdb.base/default.exp: Update.
1481 * gdb.base/commands.exp: Update.
1482 * gdb.cp/extern-c.exp: Test setting commands on multiple
1483 breakpoints at once.
1484
1485 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1486
1487 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
1488 if gdb,nosignals.
1489 * gdb.base/watchpoints.c: Do not include unnecessary headers.
1490 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
1491 exited".
1492
1493 2010-03-24 Stan Shebs <stan@codesourcery.com>
1494
1495 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
1496
1497 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1498
1499 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
1500 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
1501 argument. Handle "short" and "long".
1502 (Top level): Pass overprototyped output for old_fptr and xptr.
1503
1504 2010-03-23 Pedro Alves <pedro@codesourcery.com>
1505
1506 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
1507 format strings and add casts to avoid compiler warnings.
1508
1509 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
1510
1511 * lib/trace-support.exp (gdb_trace_setactions):
1512 Don't expect whitespace after ">" prompt.
1513 * gdb.trace/actions.exp: Adjust for output changes.
1514 * gdb.trace/while-stepping.exp: Likewise.
1515
1516 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1517
1518 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
1519 and r157645).
1520
1521 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1522
1523 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
1524 New.
1525
1526 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
1527
1528 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
1529 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
1530
1531 2010-03-19 Stan Shebs <stan@codesourcery.com>
1532
1533 * gdb.trace/ax.exp: New file.
1534
1535 2010-03-19 Doug Evans <dje@google.com>
1536
1537 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
1538 output from gcc.
1539
1540 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
1541 named /usr/sbin/prelink<foo>.
1542
1543 2010-03-18 Stan Shebs <stan@codesourcery.com>
1544
1545 * gdb.trace/circ.exp: Test circular-trace-buffer.
1546 * gdb.trace/tfile.exp: Update tstatus test.
1547
1548 2010-03-18 Joel Brobecker <brobecker@adacore.com>
1549
1550 * gdb.dwarf2/dw2-anonymous-func.S: New file.
1551 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
1552
1553 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1554
1555 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
1556
1557 2010-03-18 Pedro Alves <pedro@codesourcery.com>
1558
1559 * gdb.base/default.exp: Adjust the expected output of the finish
1560 and until commands when the inferior is not being run.
1561
1562 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1563
1564 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
1565 * gdb.cp/nsusing.exp: Ditto.
1566
1567 2010-03-15 Tom Tromey <tromey@redhat.com>
1568
1569 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
1570 * gdb.cp/userdef.cc (operator==): New function.
1571 (main): New locals mem1, mem2.
1572
1573 2010-03-15 Jie Zhang <jie@codesourcery.com>
1574
1575 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
1576 Declare and use new loadtimeout variable.
1577
1578 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1579
1580 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
1581 Use gdb_load later.
1582
1583 2010-03-14 Pedro Alves <pedro@codesourcery.com>
1584
1585 * gdb.base/solib-disc.c (main): Make format of fprintf a string
1586 literal. Add missing endlines to prints to stderr.
1587
1588 2010-03-12 Tom Tromey <tromey@redhat.com>
1589
1590 PR c++/9708:
1591 * gdb.cp/m-static.exp: Add regression test.
1592 * gdb.cp/m-static.cc (method): New method.
1593 (main): Call it.
1594
1595 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1596
1597 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
1598 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
1599
1600 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1601
1602 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
1603
1604 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1605
1606 * lib/gdb.exp (skip_stl_tests): New.
1607 (gdb_compile): Symbian needs -ldl.
1608 (shlib_target_file): New.
1609 (shlib_symbol_file): New.
1610 (gdb_load_shlibs): Use shlib_target_file.
1611 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
1612 * gdb.cp/exception.exp: Use skip_stl_tests.
1613 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
1614 * gdb.cp/try_catch.exp: Use skip_stl_tests.
1615 * gdb.cp/mb-templates.exp: Ditto.
1616 * gdb.base/commands.exp: Relax regexes.
1617 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
1618 shlib_target_file and shlib_symbol_file.
1619 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
1620 sections.
1621 * gdb.base/ending-run.exp: Accept E32Main for symbian.
1622 * gdb.base/solib-disc.exp: Use
1623 shlib_target_file and shlib_symbol_file.
1624 * gdb.base/unload.exp: Don't skip on symbian. Use
1625 shlib_target_file and shlib_symbol_file.
1626 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
1627
1628 2010-03-12 Pedro Alves <pedro@codesourcery.com>
1629
1630 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
1631 * gdb.trace/report.exp: Adjust for x86 and x86_64.
1632 Issue a tfind end before looking for a tracepoint frame.
1633 * gdb.trace/tfind.exp: Adjust tstatus output.
1634 Adjust disassembly output.
1635 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
1636
1637 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1638
1639 * gdb.base/break-interp.exp: Create new displacement parameter value
1640 for the test_ld calls.
1641 (reach): New parameter displacement, verify its content. New push of
1642 pf_prefix "reach-$func:". Import global expect_out.
1643 (test_core): New parameter displacement, verify its content. New push
1644 of pf_prefix "core:". New command "set verbose on". Import global
1645 expect_out.
1646 (test_attach): New parameter displacement, verify its content. New
1647 push of pf_prefix "attach:". New command "set verbose on". Import
1648 global expect_out.
1649 (test_ld): New parameter displacement, pass it to the reach, test_core
1650 and test_attach calls and verify its content in the "ld.so exit" test.
1651 * gdb.base/prelink.exp: Remove gdb_exit and final return.
1652 (prelink): Update expected text, use gdb_test.
1653
1654 2010-03-10 Doug Evans <dje@google.com>
1655
1656 * gdb.base/checkpoint.exp: Fix comment.
1657 Lengthen timeout while doing >600 checkpoints test.
1658 Rename duplicate "kill all one" test to keep test names unique.
1659
1660 2010-03-10 Pedro Alves <pedro@codesourcery.com>
1661
1662 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
1663
1664 2010-03-08 Keith Seitz <keiths@redhat.com>
1665
1666 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
1667 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
1668 (dm_type_long): New function.
1669 (dm_type_unsigned_short): New function.
1670 (dm_type_unsigned_long): New function.
1671 (myint): New typedef.
1672 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
1673 long, unsigned shor and long, operator char*, and typedef.
1674 (test_lookup_operator_functions): Add operator char* test.
1675 (test_paddr_operator_functions): Likewise.
1676 (test_paddr_overloaded_functions): Use probe values for
1677 short, long, and unsigned short and long.
1678 (test_paddr_hairy_functions): If the demangler probe detected
1679 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
1680 demangler.
1681 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
1682 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
1683 and "print null_pmf".
1684 Add test "ptype a.*pmf".
1685 * gdb.cp/overload.exp: Allow optional "int" to appear with
1686 "short" and "long".
1687 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
1688 long expect value for men_overload1arg.
1689 Allow "int" to appear with "short" and "long".
1690 When testing "info break", add argument for main (void).
1691 Also allow "int" to appear with "short" and "long".
1692 Ditto with "unsigned" and "long long".
1693 * gdb.java/jmain.exp: Do not enclose methods names in single
1694 quotes.
1695 * gdb.java/jmisc.exp: Likewise.
1696 * gdb.java/jprint.exp: Likewise.
1697 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
1698
1699 From Jan Kratochvil <jan.kratochvil@redhat.com>:
1700 * gdb.cp/exception.exp (backtrace after first throw)
1701 (backtrace after second throw): Allow a namespace before __cxa_throw.
1702 (backtrace after first catch, backtrace after second catch): Allow
1703 a namespace before __cxa_begin_catch.
1704
1705 * gdb.cp/cpexprs.exp: New file.
1706 * gdb.cp/cpexprs.cc: New file.
1707
1708 From Daniel Jacobowitz <dan@codesourcery.com>
1709 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
1710 to use string_to_regexp.
1711 (ctor, dtor): New functions. Use them to match constructor
1712 and destructor function types.
1713 (Top level): Use runto_main.
1714
1715 2010-03-05 Tom Tromey <tromey@redhat.com>
1716
1717 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
1718 gdb.target_charset.
1719 (pp_ns.to_string): Likewise.
1720
1721 2010-03-04 Keith Seitz <keiths@redhat.com>
1722
1723 * gdb.cp/overload.exp: Test that the filename portion of a linespec
1724 can be quoted. Test that both the filename and function/line
1725 portions can be quoted at the same time.
1726
1727 2010-03-04 Pedro Alves <pedro@codesourcery.com>
1728
1729 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
1730
1731 2010-03-03 Doug Evans <dje@google.com>
1732
1733 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
1734 libc contains libpthread.
1735
1736 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
1737 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
1738 of gdb_compile. Add another pattern to match android backtrace.
1739
1740 2010-03-03 Tom Tromey <tromey@redhat.com>
1741
1742 PR gdb/11345:
1743 * gdb.base/printcmds.exp (test_printf): Add test.
1744
1745 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
1746
1747 * gdb.arch/amd64-byte.exp: New.
1748 * gdb.arch/amd64-dword.exp: Likewise.
1749 * gdb.arch/amd64-pseudo.c: Likewise.
1750 * gdb.arch/amd64-word.exp: Likewise.
1751 * gdb.arch/i386-byte.exp: Likewise.
1752 * gdb.arch/i386-pseudo.c: Likewise.
1753 * gdb.arch/i386-word.exp: Likewise.
1754
1755 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1756
1757 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
1758 types. Add structreg, bitfields, and flags registers.
1759 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
1760 registers.
1761
1762 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
1763
1764 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
1765 (load_description): Set architecture if defined.
1766
1767 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1768
1769 * gdb.python/py-frame.exp: Add read_var block tests.
1770 * gdb.python/py-frame.c (block): New function.
1771
1772 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1773 Daniel Jacobowitz <dan@codesourcery.com>
1774
1775 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
1776
1777 2010-02-25 David S. Miller <davem@davemloft.net>
1778
1779 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
1780 fix logic for setting all_syscalls_numbers.
1781
1782 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1783
1784 * Makefile.in: Add py-block and py-symbol.
1785 * gdb.python/py-symbol.exp: New File.
1786 * gdb.python/py-symtab.exp: New File.
1787 * gdb.python/py-block.exp: New File.
1788 * gdb.python/py-symbol.c: New File.
1789 * gdb.python/py-block.c: New File.
1790
1791 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1792
1793 PR python/11314
1794 * lib/gdb.exp (skip_python_tests): New function.
1795 * gdb.python/py-cmd.exp: Use skip_python_tests.
1796 * gdb.python/py-frame.exp: Likewise.
1797 * gdb.python/py-function.exp: Likewise.
1798 * gdb.python/py-prettyprint.exp: Likewise.
1799 * gdb.python/py-template.exp: Likewise.
1800 * gdb.python/py-type.exp: Likewise.
1801 * gdb.python/py-value.exp: Likewise.
1802
1803 2010-02-22 Pedro Alves <pedro@codesourcery.com>
1804
1805 PR9605
1806
1807 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
1808
1809 2010-02-19 Tom Tromey <tromey@redhat.com>
1810
1811 PR c++/8693, PR c++/9496:
1812 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
1813 regression tests.
1814
1815 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1816
1817 Fix compatibility with m68k as.
1818 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
1819 Use only /* comments */.
1820
1821 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1822
1823 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
1824 * configure: Regenerate.
1825
1826 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
1827
1828 * gdb.python/py-type.exp: Check for Python support.
1829
1830 2010-02-17 Pedro Alves <pedro@codesourcery.com>
1831
1832 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
1833 `regsub' syntax available.
1834
1835 2010-02-17 Pedro Alves <pedro@codesourcery.com>
1836
1837 * gdb.base/shmain.c (main): Remove printf call.
1838 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
1839 * gdb.base/unload.c (main): Make format of fprintf a string
1840 literal. Add missing endlines to prints to stderr.
1841 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
1842
1843 2010-02-17 Tom Tromey <tromey@redhat.com>
1844
1845 * gdb.java/jprint.java (jprint.props): New field.
1846 * gdb.java/jprint.exp (set_lang_java): Add regression test.
1847
1848 2010-02-17 Pedro Alves <pedro@codesourcery.com>
1849
1850 * gdb.base/charset.exp: Don't assume new `regsub' syntax
1851 available.
1852
1853 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1854
1855 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
1856 creation to support remote host testing.
1857
1858 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1859
1860 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
1861 Recognize "command not found".
1862
1863 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1864
1865 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
1866 single-stepping.
1867
1868 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1869
1870 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
1871 if arguments are not supported.
1872
1873 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1874
1875 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
1876 be const or non-const.
1877
1878 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1879
1880 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
1881 mi_send_resuming_command to send -exec-continue.
1882
1883 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1884
1885 * gdb.base/list.exp (test_list_filename_and_function): Add test
1886 with single quotes.
1887 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
1888 matching.
1889 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
1890 Add KFAIL'd tests for PR gdb/11289.
1891
1892 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1893
1894 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
1895
1896 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1897
1898 * gdb.base/comp-dir/subdir/dummy.txt: New file.
1899 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
1900 a temporary directory.
1901
1902 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1903
1904 * gdb.base/charset.exp: Use a single regular expression to match
1905 show host-charset and show target-charset output.
1906
1907 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1908
1909 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
1910 "Illegal process-id" expect string more exact.
1911 (attach to digits-starting nonsense is prohibited): New.
1912
1913 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1914
1915 * gdb.base/prelink.exp (set verbose on): New.
1916
1917 2010-02-12 Tomas Holmberg <th@virtutech.com>
1918
1919 * mi-reverse.exp: New file. Test for reverse option to the
1920 following MI commands: exec-continue, exec-finish, exec-next,
1921 exec-step, exec-next-instruction, exec-step-instruction.
1922
1923 2010-02-09 Joel Brobecker <brobecker@adacore.com>
1924
1925 * gdb.ada/ptype_tagged_param: New testcase.
1926
1927 2010-02-08 Tom Tromey <tromey@redhat.com>
1928
1929 PR c++/8017:
1930 * gdb.cp/overload.exp: Add tests.
1931 * gdb.cp/overload.cc (struct K): New.
1932 (namespace N): New.
1933 (main): Call new functions.
1934 (K::staticoverload): Define.
1935
1936 Mon Feb 8 13:18:22 2010 Chris Moller <moller@mollerware.com>
1937
1938 PR gdb/10728
1939 * gdb.cp/pr10728-x.h: New file.
1940 * gdb.cp/pr10728-x.cc: New file.
1941 * gdb.cp/pr10728-y.cc: New file.
1942 * gdb.cp/pr10728.exp: New file.
1943 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
1944
1945 Mon Feb 8 12:54:54 2010 Chris Moller <moller@mollerware.com>
1946
1947 PR gdb/9067
1948 * gdb.cp/pr9067.exp: New
1949 * gdb.cp/pr9067.cc: New
1950 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
1951
1952 2010-02-08 Joel Brobecker <brobecker@adacore.com>
1953
1954 * lib/gdb.exp (gdb_test_timeout): New global variable.
1955 Set it to timeout if not already set.
1956 (gdb_init): Reset the value of timeout to gdb_test_timeout.
1957
1958 2010-02-05 Doug Evans <dje@google.com>
1959
1960 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
1961 user.
1962
1963 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
1964
1965 PR c++/7935:
1966 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
1967
1968 2010-02-04 Tom Tromey <tromey@redhat.com>
1969
1970 * gdb.cp/virtbase.exp: Make test case names unique.
1971
1972 2010-02-02 Tom Tromey <tromey@redhat.com>
1973
1974 * gdb.cp/virtbase.exp: Add regression tests.
1975 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
1976 (main): Instantiate RHC.
1977
1978 2010-02-02 Tom Tromey <tromey@redhat.com>
1979
1980 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
1981 type-printing change.
1982
1983 2010-02-02 Tom Tromey <tromey@redhat.com>
1984
1985 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
1986 * gdb.cp/virtbase.cc: New file.
1987 * gdb.cp/virtbase.exp: New file.
1988 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
1989
1990 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1991
1992 PR libc/11214:
1993 * gdb.threads/current-lwp-dead.c: Include features.h.
1994 (HAS_NOMMU): New.
1995 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
1996
1997 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1998
1999 * gdb.base/symbol-without-target_section.exp,
2000 gdb.base/symbol-without-target_section.c: New.
2001
2002 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2003
2004 * gdb.base/bigcore.exp: Reset increased timeout.
2005 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
2006
2007 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2008
2009 * gdb.base/gcore.exp (capture_command_output): Use
2010 gdb_test_multiple.
2011
2012 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2013
2014 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
2015 * gdb.arch/thumb2-it.exp (test_it_break): New function.
2016 (Top level): Call it.
2017
2018 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2019
2020 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
2021
2022 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2023
2024 * gdb.base/call-strs.exp, gdb.base/default.exp,
2025 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
2026 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
2027 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
2028 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
2029 gdb.base/watchpoint-solib.exp: Save and restore timeout.
2030 * gdb.base/ending-run.exp: Correct restore of timeout.
2031 * gdb.base/page.exp: Remove unnecessary timeout setting.
2032
2033 2010-01-29 Joel Brobecker <brobecker@adacore.com>
2034
2035 * gdb.ada/rec_return: New testcase.
2036
2037 2010-01-29 Joel Brobecker <brobecker@adacore.com>
2038
2039 * gdb.ada/call_pn: New testcase.
2040
2041 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2042
2043 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
2044 (Top level): Use it to resume.
2045 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
2046 the Thumb mode displaced stepping error as unsupported.
2047
2048 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
2049
2050 * gdb.cp/nsusing.exp: Added more tests.
2051 * gdb.cp/nsrecurs.exp: Ditto.
2052 * gdb.cp/nsusing.cc: Added test functions.
2053 * gdb.cp/nsrecurs.cc: Ditto.
2054
2055 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2056
2057 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
2058 absolute directory pathnames in gdb.sum file.
2059
2060 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
2061
2062 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
2063 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
2064
2065 2010-01-26 Tom Tromey <tromey@redhat.com>
2066
2067 PR exp/7643:
2068 * gdb.base/printcmds.exp (test_print_string_constants): Remove
2069 setup_kfail.
2070
2071 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
2072
2073 * gdb.cp/nsrecurs.exp: New test.
2074 * gdb.cp/nsrecurs.cc: New test program.
2075 * gdb.cp/nsstress.exp: New test.
2076 * gdb.cp/nsstress.cc: New test program.
2077 * gdb.cp/nsdecl.exp: New test.
2078 * gdb.cp/nsdecl.cc: New test program.
2079
2080 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
2081
2082 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
2083 imported into file scope.
2084 Marked test as xfail.
2085 * gdb.cp/namespace-using.cc (marker5): New function.
2086 * gdb.cp/shadow.exp: New test.
2087 * gdb.cp/shadow.cc: New test program.
2088 * gdb.cp/nsimport.exp: New test.
2089 * gdb.cp/nsimport.cc: New test program.
2090
2091 2010-01-25 Tom Tromey <tromey@redhat.com>
2092
2093 PR gdb/11049:
2094 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
2095 with "set print null-stop on".
2096
2097 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
2099 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
2100 Adjust it for DISASSEMBLY_OMIT_FNAME.
2101
2102 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 PR symtab/11199:
2105 * gdb.dwarf2/member-ptr-forwardref.exp,
2106 gdb.dwarf2/member-ptr-forwardref.S: New.
2107
2108 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2109
2110 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
2111 (thread1_func): Protect thread1_tid with thread1_tid_cond by
2112 thread1_tid_mutex. Remove gdbstop_mutex handling.
2113 (thread2_func): Protect thread2_tid with thread2_tid_cond by
2114 thread2_tid_mutex. Remove gdbstop_mutex handling.
2115 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
2116 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
2117 pthread_cond_wait conditionalizations by while loops.
2118
2119 2010-01-20 Tom Tromey <tromey@redhat.com>
2120
2121 PR backtrace/10770:
2122 * gdb.dwarf2/pr10770.exp: New file.
2123 * gdb.dwarf2/pr10770.c: New file.
2124 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
2125
2126 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
2127
2128 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
2129 that target was removed, and the test always runs native anyway.
2130
2131 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2132
2133 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
2134 gdb.base/watchpoint-cond-gone-stripped.c: New.
2135
2136 2010-01-19 Tom Tromey <tromey@redhat.com>
2137
2138 PR c++/8000:
2139 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
2140 existing tests.
2141 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
2142 (main): Use AAA::SomeEnum.
2143
2144 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2145
2146 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
2147 (test_ignore_count): Declare line_callme_body global.
2148 (run to breakpoint with ignore count): Use line_callme_body.
2149 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
2150 (set line_main_hello, set line_main_return): Reindent.
2151 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
2152 New.
2153 (continue to callee4): Use line_callee4_body.
2154 (check *stopped from CLI command): Use line_callee4_next.
2155 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
2156 (set line_main_hello, set line_main_return): Reindent.
2157 (set line_callee4_head, set line_callee4_body): New.
2158 (continue to callee4): Use line_callee4_body.
2159
2160 2010-01-18 Tom Tromey <tromey@redhat.com>
2161
2162 PR c++/9680:
2163 * gdb.cp/casts.cc: Add new classes and variables.
2164 * gdb.cp/casts.exp: Test new operators.
2165
2166 2010-01-18 Tom Tromey <tromey@redhat.com>
2167 Thiago Jung Bauermann <bauerman@br.ibm.com>
2168
2169 * gdb.python/source2.py: New file.
2170 * gdb.python/source1: New file.
2171 * gdb.python/python.exp: Test "source" command.
2172
2173 2010-01-15 Stan Shebs <stan@codesourcery.com>
2174
2175 * gdb.trace/tfile.c: New file.
2176 * gdb.trace/tfile.exp: New file.
2177
2178 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2179
2180 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
2181
2182 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2183
2184 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
2185
2186 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2187
2188 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
2189 (libfunc): New parameter action. Implement also selectable "sleep".
2190 * gdb.base/break-interp-main.c: Include assert.h.
2191 (libfunc): New parameter action.
2192 (main): New parameters argc and argv. Assert argc. Pass argv.
2193 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
2194 (test_attach): New proc.
2195 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
2196 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
2197
2198 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2199
2200 * gdb.base/break-interp.exp (test_core): New proc.
2201 (test_ld): Call it.
2202
2203 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2204
2205 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
2206 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
2207 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
2208 and gdb_compile_shlib. Use new -Wl compiler options.
2209 (dl bt, main bt): New tests.
2210
2211 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2212
2213 Support PIEs with no symfile_objfile.
2214 * gdb.base/break-interp.exp: New argument at the test_ld calls.
2215 (test_ld): New parameter trynosym.
2216 (test_ld <$trynosym>): New block.
2217
2218 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2219
2220 * gdb.base/break-interp.exp: New file.
2221
2222 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2223
2224 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
2225 * gdb.python/py-prettyprint.py (pp_ls): New printer.
2226 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
2227 test.
2228 * gdb.python/py-prettyprint.c: Define lazystring test structure.
2229 * gdb.python/py-mi.exp: Add lazy string test.
2230
2231 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2232
2233 * lib/mi-support.exp (mi_check_thread_states): Handle
2234 core number in thread listing.
2235
2236 2010-01-12 Joel Brobecker <brobecker@adacore.com>
2237
2238 * gdb.base/maint.exp: Adjust the expected output for the
2239 "maint print type" test. Use gdb_test_multiple instead of
2240 gdb_sent/gdb_expect.
2241
2242 2010-01-11 Doug Evans <dje@google.com>
2243
2244 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
2245 from gdbserver_download. All callers updated.
2246
2247 * gdb.server/ext-run.exp: "info os processes" requires xml support.
2248
2249 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2250
2251 Implement binary numbers parsing.
2252 * gdb.base/printcmds.exp (test_integer_literals_accepted)
2253 (test_integer_literals_rejected): New binary tests.
2254
2255 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2256
2257 * gdb.cell/configure: Regenerate.
2258
2259 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2260
2261 * gdb.base/corefile.exp: Move the core finding block out and call it as
2262 core_find, new variable $corefile, replace corefile by $corefile and
2263 [file tail $corefile] for usage vs. test names resp.
2264 * lib/gdb.exp (core_find): Move it as a new function here. New
2265 parameter binfile and deletefiles. New variable $destcore. Pre-delete
2266 $destcore. Return "" on error.
2267
2268 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2269
2270 Workaround PR binutils/10802.
2271 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
2272 (twice).
2273
2274 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2275
2276 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
2277
2278 2010-01-08 Joel Brobecker <brobecker@adacore.com>
2279
2280 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
2281 call, to avoid interruption.
2282
2283 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2284
2285 * gdb.stabs/weird.def (args93): New.
2286
2287 2010-01-07 Doug Evans <dje@google.com>
2288
2289 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
2290
2291 2010-01-07 Tom Tromey <tromey@redhat.com>
2292
2293 * gdb.base/source.exp: Use correct line number.
2294
2295 2010-01-05 Stan Shebs <stan@codesourcery.com>
2296
2297 * gdb.trace/tracecmd.exp: Test ftrace.
2298
2299 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2300
2301 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
2302
2303 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2304
2305 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
2306 "uint_for_mi_testing".
2307
2308 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2309
2310 Test indented comment in file being sourced.
2311 * gdb.base/commands.exp: Test indented comment in file being sourced.
2312
2313 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2314
2315 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
2316 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
2317 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
2318 notice.
2319
2320 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2321
2322 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
2323 notice.
2324
2325 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2326
2327 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
2328 missing $after_stopped and comma (,) expectation.
2329
2330 2009-12-31 Stan Shebs <stan@codesourcery.com>
2331
2332 * gdb.trace/actions.exp: Test teval action.
2333
2334 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2335
2336 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
2337 (top level): Call test_watchpoint_in_big_blob.
2338 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
2339 watchpoints.
2340 (func3): Write to buf.
2341
2342 2009-12-29 Stan Shebs <stan@codesourcery.com>
2343
2344 * gdb.trace/actions.exp: Test default-collect.
2345
2346 2009-12-28 Stan Shebs <stan@codesourcery.com>
2347
2348 * gdb.trace/tsv.exp: New file.
2349 * gdb.base/completion.exp: Update ambiguous info output.
2350
2351 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2352
2353 * gdb.base/find.c (main): Reference search buffers.
2354 * gdb.base/included.c (main): Reference integer.
2355 * gdb.base/ptype.c (charfoo): Declare.
2356 (intfoo): Call charfoo.
2357 * gdb.base/scope0.c (useitp): New function.
2358 (usestatics): Use useitp.
2359 (useit): Add a type for val.
2360 * gdb.base/scope1.c (useit1): Take a pointer argument.
2361 (usestatics1): Update calls to useit1.
2362 * gdb.cp/call-c.cc: Declare foo.
2363 (main): Call foo.
2364 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
2365 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
2366 (main): Call C::ensureRefs and ensureOtherRefs.
2367 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
2368 variables.
2369 (ensureOtherRefs): New function.
2370 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
2371 * gdb.cp/templates.cc (main): Call t5i.value.
2372
2373 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2374
2375 Fix compatibility with G++-4.5.
2376 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
2377 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
2378 (uncaught return): Remove.
2379
2380 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2381 Phil Muldoon <pmuldoon@redhat.com>
2382
2383 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
2384 (bp_location13, bp_location14, bp_location17, bp_location18)
2385 (marker3_proto, marker4_proto): New variables.
2386 (breakpoint info): Update output.
2387 (run until breakpoint at marker3, run until breakpoint at marker4): New
2388 tests.
2389
2390 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2391
2392 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
2393 Replace the printf call of Y by provided "y-set-1" label. New block
2394 for the second shared library.
2395 * gdb.base/unload.exp: Compile also the second library, call
2396 gdb_load_shlibs also for it. Use now gdb_breakpoint.
2397 (single pending breakpoint info): Rename to ...
2398 (pending breakpoint info before run): ... this extended test.
2399 (libfile2, libname2, libsrcfile2, libsrc2)
2400 (lib_sl2): New variables.
2401 (exec_opts): Set also SHLIB_NAME2.
2402 (pending breakpoint info on first run at shrfunc1)
2403 (pending breakpoint info on second run at shrfunc1)
2404 (pending breakpoint info on second run at shrfunc2)
2405 (print y from libfile, print y from libfile2): New tests.
2406 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
2407 * gdb.base/unloadshr2.c: New.
2408
2409 2009-12-22 Hui Zhu <teawater@gmail.com>
2410
2411 * gdb.reverse/sigall-reverse.exp: Adjust.
2412
2413 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2414
2415 PR gdb/10884
2416
2417 * gdb.mi/var-cmd.c (do_bitfield_tests): New
2418 (main): Call do_bitfield_tests.
2419 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
2420
2421 2009-12-20 Joel Brobecker <brobecker@adacore.com>
2422
2423 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
2424 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
2425 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
2426 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
2427 gdb.modula2/unbounded1.c: Update copyright header.
2428
2429 2009-12-10 Chris Moller <moller@mollerware.com>
2430
2431 PR gdb/9399
2432 * gdb.cp/virtfunc2.exp: New tests
2433 * gdb.cp/virtfunc2.cc: New tests
2434 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
2435
2436 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
2437
2438 * gdb.reverse/i387-env-reverse.c: New file.
2439 * gdb.reverse/i387-env-reverse.exp: New file.
2440 * gdb.reverse/i387-stack-reverse.c: New file.
2441 * gdb.reverse/i387-stack-reverse.exp: New file.
2442
2443 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2444
2445 * gdb.python/py-type.exp (test_range): New test.
2446
2447 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
2448
2449 PR python/10805
2450
2451 * gdb.python/py-type.exp: New file.
2452 * gdb.python/py-type.c: New file.
2453 * Makefile.in: Add py-type.
2454
2455 2009-12-03 Tom Tromey <tromey@redhat.com>
2456
2457 * gdb.python/py-value.exp (test_parse_and_eval): New
2458 function.
2459
2460 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2461
2462 PR gdb/11022
2463
2464 * gdb.base/pr11022.exp: New test.
2465 * gdb.base/pr11022.c: New test.
2466
2467 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2468
2469 Fix spurious false FAILs.
2470 * gdb.base/structs.c (chartest): New.
2471 (main): Fill-in chartest.
2472 * gdb.base/structs.exp (anychar_re, first): New.
2473 (start_structs_test): Import global anychar_re and first.
2474 New gdb_test call "set print elements 300; ${testfile}"
2475 (start_structs_test <$first>): New block.
2476 (any): Import global anychar_re. New variable ac. Use ${ac}.
2477
2478 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2479
2480 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2481
2482 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2483
2484 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
2485 Force $srcfile file.
2486 * gdb.base/foll-fork.c (callee): Comment out the printf call.
2487
2488 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2489
2490 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
2491 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2492 * gdb.threads/watchthreads-reorder.exp: Likewise.
2493
2494 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2495
2496 PR gdb/8704
2497
2498 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
2499 "if", and "thread". Correct matching in the previous test.
2500
2501 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
2502
2503 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
2504
2505 2009-11-23 Michael Snyder <msnyder@vmware.com>
2506
2507 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
2508 * gdb.reverse-watch-precsave.exp: Ditto.
2509
2510 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2511
2512 * gdb.asm/asm-source.exp: Adjust.
2513 * gdb.base/help.exp: Adjust.
2514
2515 2009-11-22 Pedro Alves <pedro@codesourcery.com>
2516
2517 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
2518 (do_syscall_tests_without_xml): Set data-directory to
2519 /the/path/to/nowhere.
2520
2521 2009-11-21 Pedro Alves <pedro@codesourcery.com>
2522
2523 * gdb.threads/local-watch-wrong-thread.c,
2524 gdb.threads/local-watch-wrong-thread.exp: New files.
2525
2526 2009-11-21 Pedro Alves <pedro@codesourcery.com>
2527
2528 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
2529 assume new `regsub' syntax available.
2530
2531 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2532
2533 * gdb.base/watchpoint-hw-hit-once.exp,
2534 gdb.base/watchpoint-hw-hit-once.c: New.
2535
2536 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2537
2538 * gdb.threads/watchthreads-reorder.exp,
2539 gdb.threads/watchthreads-reorder.c: New.
2540
2541 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
2542
2543 * gdb.xml/tdesc-regs.exp: Use for m68k.
2544
2545 2009-11-15 Pedro Alves <pedro@codesourcery.com>
2546
2547 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
2548
2549 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2550
2551 * lib/gdb.exp (current_target_name): New procedure.
2552 (gdb_wrapper_target): New variable.
2553 (gdb_wrapper_init): Set gdb_wrapper_target.
2554 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
2555 wrapper.
2556
2557 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2558
2559 * gdb.base/remote.exp: Delete the slowest load test.
2560 Do not load with fixed packet sizes.
2561
2562 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2563
2564 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
2565
2566 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2567
2568 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
2569 srcfile when setting a breakpoint.
2570
2571 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
2572
2573 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
2574 macros.
2575
2576 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2577
2578 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
2579 to be in memory.
2580 * gdb.base/display.c (force_mem): New.
2581 (do_loops): Use it. Add breakpoint comments.
2582 (do_vars): Add a breakpoint comment.
2583 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
2584 line numbers.
2585
2586 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
2587
2588 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
2589 instead of a bare "run".
2590
2591 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2592
2593 * gdb.python/py-prettyprint.exp: Adjust.
2594
2595 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2596
2597 * lib/cell.exp (skip_cell_tests): Clean up test files before
2598 returning.
2599
2600 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2601
2602 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
2603 and the breakpoint menu. Do not call perror if a prompt is seen.
2604 Consume the following GDB prompt.
2605 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
2606 * gdb.cp/namespace.exp: Use gdb_test.
2607 * gdb.cp/templates.exp: Use gdb_test.
2608 (test_template_breakpoints): Use gdb_test_multiple.
2609
2610 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2611
2612 * gdb.base/break1.c (struct some_struct, values): Move earlier.
2613 (marker4): Reference values.
2614
2615 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2616
2617 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
2618 is missing.
2619
2620 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2621
2622 * gdb.base/break.c (need_malloc): New.
2623 * gdb.base/constvars.c (main): Reference crass and crisp.
2624 * gdb.base/gdb1821.c (main): Reference bar.
2625 * gdb.cp/gdb1355.cc (main): Reference s1.
2626 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
2627 (main): Call them.
2628 * gdb.cp/hang2.cc (dummy2): Define.
2629 * gdb.cp/hang3.cc (dummy3): Define.
2630 * gdb.cp/m-data.cc (main): Reference shadow.
2631
2632 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2633 Nathan Froyd <froydnj@codesourcery.com>
2634
2635 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
2636 remote host.
2637
2638 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
2639
2640 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
2641 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
2642 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2643 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2644 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2645 * gdb.dwarf2/dw2-producer.exp: Likewise.
2646 * gdb.dwarf2/mac-fileno.exp: Likewise.
2647 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
2648 py-prettyprint.py to the remote host.
2649 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
2650
2651 2009-11-11 Keith Seitz <keiths@redhat.com>
2652
2653 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
2654 use it instead of "Foo".
2655 * gdb.cp/classes.exp (do_tests): Add a test to access
2656 a method through a typedef'd class name.
2657
2658 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
2659
2660 * gdb.base/long_long.exp: Permit leading zeros on floating-point
2661 exponents.
2662 * gdb.base/pointers.exp: Likewise.
2663 * gdb.cp/ref-types.exp: Likewise.
2664
2665 2009-11-11 Keith Seitz <keiths@redhat.com>
2666
2667 * gdb.cp/cplusfuncs.cc (class foo): Add operators
2668 new[] and delete[].
2669 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
2670 "void".
2671 (probe_demangler): Remove all single-quoting of
2672 method and variable names.
2673 (info_func_regexp): Remove the word "void" from any
2674 occurrence of "(void)".
2675 (print_addr_2): Remove all single-quoting of
2676 method names.
2677 (print_addr_2_kfail): Likewise.
2678 (print_addr): Single-quote C function names before
2679 passing to print_addr_2.
2680 (test_paddr_operator_functions): Remove single-quoting
2681 for method names.
2682 Add tests for operator new[] and operator delete[].
2683
2684 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2685
2686 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
2687
2688 2009-11-09 Keith Seitz <keiths@redhat.com>
2689
2690 * gdb.cp/overload.exp: Add tests for resolving overloaded
2691 methods in expression parsing/evaluation.
2692
2693 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2694
2695 * lib/gdb.exp (default_gdb_version): Use --version instead of
2696 --command.
2697
2698 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
2699
2700 * lib/gdb.exp (gdb_compile_test): New.
2701 (skip_ada_tests, skip_java_tests): New.
2702 (gdb_compile): Use gdb_compile_test for f77.
2703 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
2704 * lib/java.exp (compile_java_from_source): Remove runtests check,
2705 use gdb_compile_test to record result.
2706 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
2707 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
2708 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
2709 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
2710 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
2711 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
2712 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
2713 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
2714 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
2715 adjust gdb_compile invocations.
2716
2717 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2718
2719 * Makefile.in (abs_builddir): New.
2720 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
2721 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
2722 `$(abs_builddir)/site.exp'.
2723
2724 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
2725
2726 * config/m68k-emc.exp, lib/emc-support.exp,
2727 gdb.trace/gdb_c_test.c: Delete.
2728 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
2729 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2730 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2731 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2732 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2733 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
2734 casing for m68k-*-elf.
2735
2736 2009-11-03 Pedro Alves <pedro@codesourcery.com>
2737
2738 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
2739 * gdb.arch/i386-prologue.exp: Likewise.
2740 * gdb.arch/i386-unwind.exp: Likewise.
2741
2742 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2743
2744 * lib/gdb.exp (gdb_expect): Fix timeout typo.
2745
2746 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2747
2748 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
2749
2750 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2751
2752 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
2753
2754 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2755
2756 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
2757
2758 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2759
2760 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
2761 * gdb.base/sepdebug2.c: New file.
2762
2763 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2764
2765 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
2766 the modified warnings for catch syscall. Verify if GDB was compiled
2767 with support for lib expat, and choose which tests to run depending
2768 on this.
2769
2770 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
2771
2772 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
2773 that composite commands are parsed OK. And also test
2774 that breakpoint commands do work.
2775
2776 2009-10-23 Michael Snyder <msnyder@vmware.com>
2777
2778 gdb.reverse/consecutive-precsave.exp: Change expect pattern
2779 to allow for new disassembly style.
2780
2781 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2782
2783 * gdb.asm/asm-source.exp: Adjust.
2784
2785 2009-10-22 Michael Snyder <msnyder@vmware.com>
2786
2787 * gdb.reverse/break-precsave.exp: New test.
2788 * gdb.reverse/consecutive-precsave.exp: Ditto.
2789 * gdb.reverse/finish-precsave.exp: Ditto.
2790 * gdb.reverse/i386-precsave.exp: Ditto.
2791 * gdb.reverse/machinestate-precsave.exp: Ditto.
2792 * gdb.reverse/sigall-precsave.exp: Ditto.
2793 * gdb.reverse/solilb-precsave.exp: Ditto.
2794 * gdb.reverse/step-precsave.exp: Ditto.
2795 * gdb.reverse/until-precsave.exp: Ditto.
2796 * gdb.reverse/watch-precsave.exp: Ditto.
2797
2798 2009-10-22 Michael Snyder <msnyder@vmware.com>
2799
2800 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
2801 for gdb_expect. Adjust one test's expect strings for the new
2802 format of disassemble.
2803 * gdb.reverse/finish-reverse.exp: Delete 'return'.
2804 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
2805 gdb_test_multiple.
2806 * gdb.reverse/step-reverse.exp: Delete 'return'.
2807 * gdb.reverse/until-reverse.exp: Delete blank lines.
2808 * gdb.reverse/watch-reverse.exp: Delete blank lines.
2809
2810 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2811
2812 * gdb.base/consecutive.exp: Adjust.
2813 * gdb.base/display.exp: Likewise.
2814 * gdb.base/pc-fp.exp: Likewise.
2815 * gdb.base/sigbpt.exp: Likewise.
2816
2817 2009-10-19 Michael Snyder <msnyder@vmware.com>
2818
2819 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
2820 * gdb.reverse/finish-reverse.c: Ditto.
2821 * gdb.reverse/sigall-reverse.c: Ditto.
2822 * gdb.reverse/solib-reverse.c: Ditto.
2823 * gdb.reverse/step-reverse.c: Ditto.
2824 * gdb.reverse/watch-reverse.c: Ditto.
2825
2826 2009-10-19 Pedro Alves <pedro@codesourcery.com>
2827 Stan Shebs <stan@codesourcery.com>
2828
2829 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
2830 * gdb.base/foll-exec.exp: Adjust to expect a process id before
2831 "Executing new program".
2832 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
2833 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
2834 left listed after having been killed.
2835 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
2836 * gdb.base/maint.exp: Adjust test.
2837
2838 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
2839 * gdb.multi/Makefile.in: New.
2840 * gdb.multi/base.exp: New.
2841 * gdb.multi/goodbye.c: New.
2842 * gdb.multi/hangout.c: New.
2843 * gdb.multi/hello.c: New.
2844 * gdb.multi/bkpt-multi-exec.c: New.
2845 * gdb.multi/bkpt-multi-exec.exp: New.
2846 * gdb.multi/crashme.c: New.
2847
2848 2009-10-13 Tristan Gingold <gingold@adacore.com>
2849
2850 * gdb.base/sepdebug.exp: Check debug info are found.
2851
2852 2009-10-08 Pedro Alves <pedro@codesourcery.com>
2853
2854 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
2855 bits.
2856
2857 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2858
2859 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
2860
2861 2009-10-07 Joel Brobecker <brobecker@adacore.com>
2862
2863 * gdb.base/watchpoints.c: Add copyright header. Reformat one
2864 of the comments.
2865
2866 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
2867
2868 * gdb.base/annota1.exp: Remove obsolete match_max increase.
2869 * gdb.base/annota3.exp: Idem.
2870 * gdb.base/maint.exp: Idem.
2871
2872 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
2873
2874 * lib/gdb.exp (default_gdb_init): Set current value of match_max
2875 to default.
2876
2877 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2878
2879 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
2880 mingw and cygwin targets.
2881
2882 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2883 Pedro Alves <pedro@codesourcery.com>
2884
2885 * lib/gdb.exp (gdb_compile): Avoid adding
2886 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
2887
2888 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2889
2890 * gdb.base/shr1.c: Use %p in format string.
2891 * gdb.base/unload.c: Avoid warning in fprintf.
2892 * gdb.base/watchpoint-solib.c: Idem.
2893
2894 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2895
2896 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
2897 long type.
2898 (test_unlink): Correct printf string.
2899 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
2900 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
2901
2902 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2903
2904 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
2905 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
2906 * gdb.arch/ia64-breakpoint-shadow.S: New file.
2907
2908 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2909
2910 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
2911 * gdb.objc/nondebug.exp: Likewise.
2912
2913 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2914
2915 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
2916 target_info setting.
2917
2918 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
2919 that detect new threads during "info threads".
2920
2921 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2922
2923 * gdb.threads/manythreads.c (main): Increase thread stack size
2924 to 2*PTHREAD_STACK_MIN.
2925 * gdb.threads/multi-create.c (main): Likewise.
2926 (create_function): Likewise.
2927
2928 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2929
2930 * gdb.base/dump.exp: Pass difference of pointer types instead
2931 of integer types as offset to restore in intarr3.srec case.
2932
2933 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2934
2935 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
2936
2937 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2938
2939 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
2940
2941 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2942
2943 New test for two watchpoints, with disabling of
2944 the first inserted.
2945 * testsuite/gdb.base/watchpoints.c: New file.
2946 * testsuite/gdb.base/watchpoints.exp: New file.
2947
2948 2009-09-25 Tom Tromey <tromey@redhat.com>
2949
2950 * gdb.base/charset.exp: Test utf-16 strings with Python.
2951
2952 2009-09-25 Tom Tromey <tromey@redhat.com>
2953
2954 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
2955 UCS-4.
2956 * gdb.base/charset.c (utf_32_string): Rename.
2957 (init_utf32): Rename.
2958 (main): Update.
2959
2960 2009-09-22 Tom Tromey <tromey@redhat.com>
2961
2962 * gdb.python/py-function.exp: Add regression tests.
2963
2964 2009-09-21 Keith Seitz <keiths@redhat.com>
2965
2966 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
2967 with invalid operator.
2968
2969 2009-09-21 Keith Seitz <keiths@redhat.com>
2970
2971 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
2972 and destructor using typedef name of class.
2973 * gdb.cp/classes.cc (class Base1): Add a destructor.
2974 (base1): New typedef.
2975 (use_methods): Instanitate an object of type base1.
2976 * gdb.cp/templates.exp (test_template_typedef): New procedure.
2977 (do_tests): Call test_template_typedef.
2978 * gdb.cp/templates.cc (Baz::~Baz): New method.
2979 (intBazOne): New typedef.
2980 (main): Instantiate intBazOne.
2981
2982 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2983
2984 PR python/10633
2985
2986 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
2987 Function.
2988 (run_lang_tests): Add print elements test.
2989
2990 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2991
2992 * gdb.python/py-value.exp (test_subscript_regression): New
2993 function. Test for invalid subscripts.
2994 * gdb.python/py-value.c (main): Add test array, and pointer to it.
2995 (ptr_ref): New function.
2996
2997 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2998
2999 * gdb.base/default.exp: Fix "show convenience".
3000
3001 2009-09-15 Tom Tromey <tromey@redhat.com>
3002
3003 * lib/mi-support.exp (mi_create_varobj): Update.
3004 (mi_create_floating_varobj): Likewise.
3005 (mi_create_dynamic_varobj): New proc.
3006 (mi_varobj_update): Update.
3007 (mi_varobj_update_with_type_change): Likewise.
3008 (mi_varobj_update_kv_helper): New proc.
3009 (mi_varobj_update_dynamic_helper): Rewrite.
3010 (mi_varobj_update_dynamic): New proc.
3011 (mi_list_varobj_children): Update.
3012 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
3013 * gdb.python/python-prettyprint.py (pp_outer): New class.
3014 (pp_nullstr): Likewise.
3015 (lookup_function): Register new printers.
3016 * gdb.python/python-prettyprint.c (struct substruct): New type.
3017 (struct outerstruct): Likewise.
3018 (substruct_test): New function.
3019 (struct nullstr): New type.
3020 (string_1, string_2): New globals.
3021 (main): Add new tests.
3022 * gdb.python/python-mi.exp: Added regression tests.
3023 * gdb.mi/mi2-var-display.exp: Update.
3024 * gdb.mi/mi2-var-cmd.exp: Update.
3025 * gdb.mi/mi2-var-child.exp: Update.
3026 * gdb.mi/mi2-var-block.exp: Update.
3027 * gdb.mi/mi-var-invalidate.exp: Update.
3028 * gdb.mi/mi-var-display.exp: Update.
3029 * gdb.mi/mi-var-cmd.exp: Update.
3030 * gdb.mi/mi-var-child.exp: Update.
3031 * gdb.mi/mi-var-block.exp: Update.
3032 * gdb.mi/mi-break.exp: Update.
3033 * gdb.mi/gdb701.exp: Update.
3034
3035 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3036
3037 * Makefile.in: Inclusion of catch-syscall object.
3038 * gdb.base/catch-syscall.c: New file.
3039 * gdb.base/catch-syscall.exp: New file.
3040
3041 2009-09-12 Michael Snyder <msnyder@vmware.com>
3042
3043 * gdb.reverse/step-reverse.exp: Explicitly check for targets
3044 that can support reverse debuggnig.
3045
3046 2009-09-11 Tom Tromey <tromey@redhat.com>
3047
3048 * gdb.dwarf2/valop.S: New file.
3049 * gdb.dwarf2/valop.exp: New file.
3050
3051 2009-09-11 Mark Kettenis <kettenis@gnu.org>
3052
3053 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
3054
3055 2009-09-10 Doug Evans <dje@google.com>
3056
3057 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
3058 Add $gdb_prompt to second breakpoint regexp.
3059
3060 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
3061
3062 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
3063 names, add missing ones.
3064 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
3065 * gdb.python/py-frame.c: Rename from python-frame.c.
3066 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
3067 testfile name.
3068 * gdb.python/py-function.exp: Rename from python-function.exp.
3069 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
3070 testfile name.
3071 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
3072 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
3073 Adjust testfile name.
3074 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
3075 * gdb.python/py-template.cc: Rename from python-template.cc.
3076 * gdb.python/py-template.exp: Rename from python-template.exp.
3077 Adjust testfile name.
3078 * gdb.python/py-value.c: Rename from python-value.c.
3079 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
3080 testfile name.
3081
3082 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3083
3084 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
3085 $bpt2address.
3086 (Second breakpoint address is valid on ia64)
3087 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
3088
3089 2009-09-03 Joseph Myers <joseph@codesourcery.com>
3090
3091 * gdb.base/ending-run.exp: Restrict regular expression matching
3092 line number to require closing brace following.
3093
3094 2009-09-03 Doug Evans <dje@google.com>
3095
3096 * gdb.base/store.exp (check_set): Fix typo in expected value message.
3097
3098 2009-09-02 Tom Tromey <tromey@redhat.com>
3099
3100 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
3101
3102 2009-09-02 Tom Tromey <tromey@redhat.com>
3103
3104 * gdb.dwarf2/callframecfa.exp: New file.
3105 * gdb.dwarf2/callframecfa.S: New file.
3106
3107 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3108
3109 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
3110 gdb.base/solib-overlap-main.c: New.
3111
3112 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
3113
3114 PR gdb/10565
3115
3116 * gdb.base/bitfields.c (struct container, container): New.
3117 (main): Initialize it and call break5.
3118 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
3119
3120 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3121
3122 Support constant DW_AT_data_member_location by GCC PR debug/40659.
3123 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
3124
3125 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3126
3127 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
3128
3129 2009-08-26 Michael Snyder <msnyder@vmware.com>
3130
3131 * gdb.base/i386-reverse.c: New file.
3132 * gdb.base/i386-reverse.exp: New file.
3133 * gdb.base/Makefile.in: Add new files to be removed.
3134
3135 2009-08-26 Joseph Myers <joseph@codesourcery.com>
3136
3137 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
3138 environment-pwd for remote host.
3139 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
3140
3141 2009-08-24 Keith Seitz <keiths@redhat.com>
3142
3143 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
3144 Add two new C++ completer tests which limit the output to a
3145 given class.
3146
3147 2009-08-24 Michael Snyder <msnyder@vmware.com>
3148
3149 * gdb.base/del.exp: Fix typo in comment.
3150 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
3151
3152 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3153
3154 * configure: Regenerate.
3155 * gdb.hp/configure: Likewise.
3156 * gdb.hp/gdb.aCC/configure: Likewise.
3157 * gdb.hp/gdb.base-hp/configure: Likewise.
3158 * gdb.hp/gdb.compat/configure: Likewise.
3159 * gdb.hp/gdb.defects/configure: Likewise.
3160 * gdb.hp/gdb.objdbg/configure: Likewise.
3161 * gdb.stabs/configure: Likewise.
3162
3163 2009-08-19 Doug Evans <dje@google.com>
3164
3165 * gdb.base/gdbvars.c: New file.
3166 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
3167
3168 2009-08-14 Pedro Alves <pedro@codesourcery.com>
3169
3170 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3171 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
3172
3173 2009-08-13 Pedro Alves <pedro@codesourcery.com>
3174
3175 * gdb.base/default.exp: Adjust "set language test": it's now an
3176 enum command. Larger help string moved to "help set language".
3177 * gdb.base/help.exp: Adjust "help set language" expected output,
3178 now lists all known languages.
3179
3180 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
3181
3182 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
3183 all frame arguments.
3184 * gdb.arch/altivec-regs.exp: Likewise.
3185
3186 2009-08-07 Tom Tromey <tromey@redhat.com>
3187
3188 * gdb.base/setshow.exp: Add tests for changes to set language, set
3189 check range, and set check type.
3190
3191 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3192
3193 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
3194 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
3195 Call it.
3196
3197 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3198
3199 * configure.ac: Run gdb.cell tests when appropriate.
3200 * configure: Regenerate.
3201 * lib/cell.exp: New file.
3202 * gdb.cell: New directory.
3203 * gdb.cell/configure.ac: New file.
3204 * gdb.cell/configure: New file.
3205 * gdb.cell/Makefile.in: New file.
3206 * gdb.cell/arch.exp: New file.
3207 * gdb.cell/break.c: New file.
3208 * gdb.cell/break.exp: New file.
3209 * gdb.cell/break-spu.c: New file.
3210 * gdb.cell/bt.c: New file.
3211 * gdb.cell/bt2-spu.c: New file.
3212 * gdb.cell/bt-spu.c: New file.
3213 * gdb.cell/bt.exp: New file.
3214 * gdb.cell/coremaker.c: New file.
3215 * gdb.cell/coremaker-spu.c: New file.
3216 * gdb.cell/core.exp: New file.
3217 * gdb.cell/gcore.exp: New file.
3218 * gdb.cell/data.c: New file.
3219 * gdb.cell/data.exp: New file.
3220 * gdb.cell/data-spu.c: New file.
3221 * gdb.cell/ea-cache.exp: New file.
3222 * gdb.cell/ea-cache.c: New file.
3223 * gdb.cell/ea-cache-spu.c: New file.
3224 * gdb.cell/ea-standalone.c: New file.
3225 * gdb.cell/ea-standalone.exp: New file.
3226 * gdb.cell/ea-test.c: New file.
3227 * gdb.cell/ea-test.exp: New file.
3228 * gdb.cell/f-regs.exp: New file.
3229 * gdb.cell/mem-access.c: New file.
3230 * gdb.cell/mem-access.exp: New file.
3231 * gdb.cell/mem-access-spu.c: New file.
3232 * gdb.cell/ptype.exp: New file.
3233 * gdb.cell/registers.exp: New file.
3234 * gdb.cell/size.c: New file.
3235 * gdb.cell/sizeof.exp: New file.
3236 * gdb.cell/size-spu.c: New file.
3237 * gdb.cell/solib.exp: New file.
3238 * gdb.cell/solib-symbol.exp: New file.
3239
3240 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3241
3242 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
3243
3244 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3245
3246 * gdb.base/float.exp: Handle VFP registers.
3247
3248 2009-07-14 Michael Snyder <msnyder@vmware.com>
3249
3250 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
3251 to bring gdb to the beginning of the calling line.
3252
3253 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
3254 confusing the i386 epilogue unwinder.
3255
3256 2009-07-14 Stan Shebs <stan@codesourcery.com>
3257
3258 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
3259
3260 2009-07-14 Michael Snyder <msnyder@vmware.com>
3261
3262 * gdb.reverse/step-reverse.exp (stepi into function call):
3263 Call instruction may not be first instruction in the line.
3264 (reverse stepi from a function call): Used wrong line number.
3265
3266 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3267
3268 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
3269
3270 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3271
3272 Fix gdb.base/macscp.exp when using custom inputrc.
3273 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
3274 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
3275 env(TERM) set.
3276 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
3277 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
3278
3279 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3280
3281 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
3282 * gdb.base/annota1.exp (thread_test): Import global $testfile.
3283 Change the compilation target to match the testcase name.
3284 * gdb.base/sect-cmd.exp: Change the compilation target to match the
3285 testcase name.
3286 * a2-run.exp: Use for setup prepare_for_testing. Change the
3287 compilation target to match the testcase name.
3288 * gdb.base/commands.exp: Likewise.
3289 * gdb.base/finish.exp: Likewise.
3290 * gdb.base/float.exp: Likewise.
3291 * gdb.base/info-target.exp: Likewise.
3292 * gdb.base/relational.exp: Likewise.
3293 * gdb.base/term.exp: Likewise.
3294 * gdb.base/until.exp: Likewise.
3295 * gdb.base/volatile.exp: Likewise.
3296 * gdb.base/whatis-exp.exp: Likewise.
3297
3298 2009-07-11 Hui Zhu <teawater@gmail.com>
3299
3300 * gdb.base/help.exp (disassemble): Update expected help text.
3301
3302 2009-07-09 Tom Tromey <tromey@redhat.com>
3303
3304 * lib/gdb.exp: Handle TRANSCRIPT.
3305 (remote_spawn, remote_close, send_gdb): New procs.
3306
3307 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3308
3309 * gdb.python/python-prettyprint.c: Add counted null string
3310 structure.
3311 * gdb.python/python-prettyprint.exp: Print null string. Test for
3312 embedded nulls.
3313 * gdb.python/python-prettyprint.py (pp_ns): New Function.
3314 * gdb.python/python-value.exp (test_value_in_inferior): Add
3315 variable length string fetch tests.
3316 * gdb.python/python-value.c (main): Add strings for string fetch tests.
3317
3318 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3319
3320 * gdb.base/dump.exp (inaccessible memory is reported): New test.
3321
3322 2009-07-07 Tom Tromey <tromey@redhat.com>
3323
3324 * gdb.base/call-rt-st.exp: Update for change to escape output.
3325 * gdb.base/callfuncs.exp: Likewise.
3326 * gdb.base/charset.exp: Likewise.
3327 * gdb.base/constvars.exp: Likewise.
3328 * gdb.base/long_long.exp: Likewise.
3329 * gdb.base/pointers.exp: Likewise.
3330 * gdb.base/printcmds.exp: Likewise.
3331 * gdb.base/setvar.exp: Likewise.
3332 * gdb.base/store.exp: Likewise.
3333 * gdb.cp/ref-types.exp: Likewise.
3334 * gdb.mi/mi-var-child.exp: Likewise.
3335 * gdb.mi/mi-var-display.exp: Likewise.
3336 * gdb.mi/mi2-var-display.exp: Likewise.
3337 * gdb.base/charset.exp: Test octal escape sequence length.
3338 Update for change to escape output.
3339
3340 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3341
3342 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
3343
3344 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
3345
3346 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
3347
3348 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3349
3350 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
3351 gdbserver increasing $portnum if "Can't bind address" has been seen.
3352
3353 2009-07-05 Pedro Alves <pedro@codesourcery.com>
3354
3355 * gdb.base/ending-run.exp: Add "step out of main" pattern for
3356 mingw32ce.
3357
3358 2009-07-05 Pedro Alves <pedro@codesourcery.com>
3359
3360 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
3361 VFP format.
3362
3363 2009-07-02 Pedro Alves <pedro@codesourcery.com>
3364
3365 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
3366 linux. Adjust to use "inferior", "info inferiors", "detach
3367 inferior" and "kill inferior" instead of "restart", "info fork",
3368 "detach fork" and "delete fork".
3369 * gdb.base/ending-run.exp: Spell out "info".
3370 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
3371 the "kill" command.
3372
3373 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3374
3375 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
3376 change to prefix TLS offset in hex with 0x.
3377
3378 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3379
3380 * gdb.base/default.exp: Update test case for "x" changes.
3381
3382 2009-07-01 Tristan Gingold <gingold@adacore.com>
3383
3384 * gdb.base/bigcore.exp: Make darwin untested.
3385
3386 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3387
3388 * gdb.base/completion.exp (directory completion): Create the directory.
3389 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
3390 escapeuniquesub.
3391 (directory completion 2): Expect now ${escapeuniquesub}.
3392 (Glob remaining of directory test): Remove one excessive newline.
3393 Expect the real output.
3394
3395 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3396
3397 Fix `make check//%' target after `make check' has been ran.
3398 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
3399 a mkdir call.
3400 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
3401 (%/.dir): Remove.
3402
3403 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3404
3405 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
3406 the expected result record.
3407
3408 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3409
3410 Remove racy FAILs relying just on the timeouts.
3411 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
3412 (annotation_level 2): Remove racy FAILs.
3413
3414 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
3415
3416 gdb/10275
3417 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
3418
3419 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
3420
3421 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
3422
3423 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
3424
3425 * gdb.mi/mi-stack.exp: Testing symbolic options
3426 to -stack-list-locals and -stack-list-arguments.
3427
3428 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3429
3430 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
3431
3432 2009-06-29 Tom Tromey <tromey@redhat.com>
3433
3434 * dg-extract-results.sh: New file.
3435 * Makefile.in (FORCE_PARALLEL): New variable.
3436 (CHECK_TARGET): New conditional variable.
3437 (check): Use CHECK_TARGET.
3438 (DO_RUNTEST): New variable.
3439 (check-single): New target.
3440 (TEST_DIRS): New variable.
3441 (TEST_TARGETS): Likewise.
3442 (check-parallel): New target.
3443 (check-gdb.%): New pattern.
3444 (BASE1_FILES): New variable.
3445 (BASE2_FILES): Likewise.
3446 (check-gdb.base%): New pattern.
3447 (%/.dir): New pattern.
3448 * configure: Rebuild.
3449 * aclocal.m4 (AM_CONDITIONAL): New defun.
3450 * configure.ac: Check whether user is using GNU make.
3451 (GMAKE): New conditional.
3452
3453 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
3454
3455 * gdb.cp/namespace-nested-import.cc: New test.
3456 * gdb.cp/namespace-nested-import.exp: New test.
3457
3458 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3459
3460 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
3461 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
3462 * gdb.opt/Makefile.in (EXECUTABLES): Update.
3463 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
3464 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
3465 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
3466 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
3467 gdb.opt/inline-markers.c: New files.
3468 * lib/gdb.exp (skip_inline_frame_tests): New function.
3469 (skip_inline_var_tests): New function.
3470
3471 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
3472
3473 * gdb.cp/exception.exp: Don't require $hex before inner frame in
3474 backtrace.
3475
3476 2009-06-27 Michael Snyder <msnyder@vmware.com>
3477
3478 * gdb.reverse: New directory.
3479 * gdb.reverse/break-reverse.c: New test.
3480 * gdb.reverse/break-reverse.exp: New test.
3481 * gdb.reverse/consecutive-reverse.c: New test.
3482 * gdb.reverse/consecutive-reverse.exp: New test.
3483 * gdb.reverse/finish-reverse.c: New test.
3484 * gdb.reverse/finish-reverse.exp: New test.
3485 * gdb.reverse/machinestate.c: New test.
3486 * gdb.reverse/ms1.c: New test.
3487 * gdb.reverse/machinestate.exp: New test.
3488 * gdb.reverse/Makefile.in: New file.
3489 * gdb.reverse/shr2.c: New test.
3490 * gdb.reverse/solib-reverse.c: New test.
3491 * gdb.reverse/solib-reverse.exp: New test.
3492 * gdb.reverse/step-reverse.c: New test.
3493 * gdb.reverse/step-reverse.exp: New test.
3494 * gdb.reverse/until-reverse.c: New test.
3495 * gdb.reverse/ur1.c: New test.
3496 * gdb.reverse/until-reverse.exp: New test.
3497 * gdb.reverse/watch-reverse.c: New test.
3498 * gdb.reverse/watch-reverse.exp: New test.
3499 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
3500 * configure: Regenerate.
3501
3502 2009-06-26 Doug Evans <dje@google.com>
3503
3504 * gdb.base/psymtab.exp: Turn off pending breakpoints.
3505
3506 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
3507
3508 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
3509 windows problem for 'file delete $binfile'.
3510
3511 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
3512
3513 * gdb.cp/namespace-using.exp: New test.
3514 * gdb.cp/namespace-using.cc: New test.
3515
3516 2009-05-20 Joel Brobecker <brobecker@adacore.com>
3517
3518 * gdb.ada/variant_record_packed_array: New testcase.
3519
3520 2009-06-23 Tom Tromey <tromey@redhat.com>
3521
3522 * gdb.base/charset.exp (test_combination): Regression test.
3523 * gdb.base/charset.c (my_wchar_t): New typedef.
3524 (myvar): New global.
3525 (main): Set myvar.
3526
3527 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
3528
3529 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
3530 target.
3531
3532 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3533
3534 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
3535
3536 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3537
3538 * gdb.mi/gdb680.exp: Update test for error message.
3539
3540 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3541
3542 * gdb.base/annota1.exp: Allow multiple occurrences of the
3543 frames-invalid annotation.
3544 * gdb.cp/annota2.exp: Likewise.
3545
3546 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3547
3548 * gdb.cp/gdb2495.cc: New file.
3549 * gdb.cp/gdb2495.exp: New file.
3550
3551 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3552
3553 Report error on GDB crash during runto.
3554 * lib/gdb.exp (runto <eof>): New.
3555
3556 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
3557
3558 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
3559 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
3560 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
3561 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
3562 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
3563 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
3564 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
3565 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
3566 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
3567 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
3568 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
3569 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
3570 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
3571 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
3572 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
3573 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
3574 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
3575 gdb.server/server-mon.exp, gdb.server/server-run.exp,
3576 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3577 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3578 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
3579 gdb.trace/passcount.exp, gdb.trace/report.exp,
3580 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
3581 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
3582 gdb.trace/while-stepping.exp: Use a unique name for the compiled
3583 executable.
3584
3585 2009-06-07 Pedro Alves <pedro@codesourcery.com>
3586
3587 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
3588 defined before referencing it.
3589
3590 2009-06-03 Doug Evans <dje@google.com>
3591
3592 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
3593 * gdb.arch/i386-see.c: Ditto.
3594
3595 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
3596
3597 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
3598 (check_macro): Return 1 if undefined.
3599 If first test fails, check if macro debug information is available,
3600 and report unsupported test if no macro information is found.
3601
3602 2009-05-29 Doug Evans <dje@google.com>
3603
3604 * gdb.threads/hand-call-in-threads.exp: New.
3605 * gdb.threads/hand-call-in-threads.c: New.
3606
3607 2009-05-29 Michael Snyder <msnyder@vmware.com>
3608
3609 * gdb.base/break-always.exp: Change "1" to "on".
3610 Add confirmation check.
3611
3612 2009-05-28 Pedro Alves <pedro@codesourcery.com>
3613
3614 * gdb.threads/threxit-hop-specific.c: New.
3615 * gdb.threads/threxit-hop-specific.exp: New.
3616 * gdb.threads/thread-execl.c: New.
3617 * gdb.threads/thread-execl.exp: New.
3618
3619 2009-05-27 Tom Tromey <tromey@redhat.com>
3620 Thiago Jung Bauermann <bauerman@br.ibm.com>
3621
3622 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
3623 (mi_child_regexp): Likewise.
3624 (mi_list_varobj_children_range): Likewise.
3625 (mi_get_features): Likewise.
3626 (mi_list_varobj_children): Rewrite.
3627 * gdb.python/python-mi.exp: New file.
3628
3629 2009-05-27 Tom Tromey <tromey@redhat.com>
3630 Thiago Jung Bauermann <bauerman@br.ibm.com>
3631 Phil Muldoon <pmuldoon@redhat.com>
3632 Paul Pluzhnikov <ppluzhnikov@google.com>
3633
3634 * gdb.python/python-prettyprint.exp: New file.
3635 * gdb.python/python-prettyprint.c: New file.
3636 * gdb.python/python-prettyprint.py: New file.
3637 * gdb.base/display.exp: print/r is now valid.
3638
3639 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3640 Tom Tromey <tromey@redhat.com>
3641 Pedro Alves <pedro@codesourcery.com>
3642 Paul Pluzhnikov <ppluzhnikov@google.com>
3643
3644 * gdb.python/python-template.exp: New file.
3645 * gdb.python/python-template.cc: New file.
3646 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3647 tests.
3648 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3649 Call it.
3650 (test_value_after_death): New proc.
3651 * gdb.python/python-value.c (PTR): New typedef.
3652 (main): New variable 'x'.
3653
3654 2009-05-27 Tom Tromey <tromey@redhat.com>
3655
3656 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3657 tests.
3658 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3659 Call it.
3660
3661 2009-05-27 Pedro Alves <pedro@codesourcery.com>
3662
3663 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
3664
3665 2009-05-24 Pedro Alves <pedro@codesourcery.com>
3666
3667 * gdb.threads/fork-thread-pending.c: New.
3668 * gdb.threads/fork-thread-pending.exp: New.
3669
3670 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3671
3672 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
3673 * gdb.dwarf2/dw2-strp.S (a_string2): New.
3674
3675 2009-05-18 Jon Beniston <jon@beniston.com>
3676
3677 * gdb.asm/asm-source.exp: Add lm32 target.
3678
3679 2009-05-17 Pedro Alves <pedro@codesourcery.com>
3680
3681 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
3682 `gdb_get_line_number'. Call `callee' in both parent and child.
3683 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
3684 `gdb_get_line_number' instead of hardcoding line numbers.
3685 (catch_fork_unpatch_child): New procedure to test detaching
3686 breakpoints from child fork.
3687 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
3688 hardcoding line numbers.
3689 (do_fork_tests): Run `catch_fork_unpatch_child'.
3690
3691 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
3692
3693 * gdb.mi/mi-cmd-var.exp: Check that when varobj
3694 of structure type enters or leaves the scope, it
3695 is reported by -var-update.
3696
3697 2009-05-11 Doug Evans <dje@sebabeach.org>
3698
3699 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
3700 * gdb.threads/pending-step.c (main): Fix off-by-one error.
3701 * gdb.threads/schedlock.c (main): Fix off-by-one error.
3702
3703 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3704
3705 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
3706
3707 2009-04-30 Doug Evans <dje@google.com>
3708
3709 * gdb.threads/watchthreads2.exp: New testcase.
3710 * gdb.threads/watchthreads2.c: New testcase.
3711
3712 2009-04-29 Doug Evans <dje@google.com>
3713
3714 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
3715 * gdb.cp/mb-ctor.cc: Ditto.
3716 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
3717 * gdb.cp/mb-inline.h (multi_line_foo): New function.
3718 * gdb.cp/mb-inline1.cc: Call it.
3719 * gdb.cp/mb-inline2.cc: Ditto.
3720 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
3721 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
3722
3723 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3724
3725 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
3726 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
3727 Replace all uses of `decimal' by `nonzero'.
3728 (info macro FROM_COMMANDLINE): New test.
3729
3730 2009-04-27 Tom Tromey <tromey@redhat.com>
3731
3732 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
3733
3734 2009-04-27 Doug Evans <dje@google.com>
3735
3736 * gdb.threads/watchthreads.c (main): Initialize args before starting
3737 the threads. Plus formatting cleanup.
3738 * gdb.threads/watchthreads.exp: Avoid errant failures due to
3739 biased scheduling of one thread.
3740
3741 2009-04-27 Jerome Guitton <guitton@adacore.com>
3742
3743 * gdb.cp/templates.cc (GetMax): New template.
3744 (main): Declare two instances of GetMax.
3745 * gdb.cp/templates.exp: Add new test.
3746
3747 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3748
3749 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
3750
3751 2009-04-22 Joseph Myers <joseph@codesourcery.com>
3752
3753 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
3754
3755 2009-04-15 Tom Tromey <tromey@redhat.com>
3756
3757 * gdb.base/charset.exp: Add regression test.
3758
3759 2009-04-14 Joel Brobecker <brobecker@adacore.com>
3760
3761 * gdb.base/exe-lock.exp: New testcase.
3762
3763 2009-04-13 Tom Tromey <tromey@redhat.com>
3764
3765 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
3766 operator on Frame.
3767
3768 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3769
3770 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
3771 * gdb.server/ext-attach.exp: Likewise.
3772
3773 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
3774
3775 Eliminate some sleep usage.
3776
3777 * gdb.mi/basics.c (do_nothing): New.
3778 (main): Use do_nothing instead of printf, so that
3779 not to introduce race condition between output of
3780 inferiour and output of gdb. Do not use sleep as it
3781 is not generally available on embedded targets.
3782
3783 2009-04-02 Pedro Alves <pedro@codesourcery.com>
3784
3785 * gdb.server/ext-attach.exp: Expect an optional process id after
3786 "Detached from remote process".
3787
3788 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3789
3790 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
3791 gdb.dwarf2/dw2-unresolved.exp: New.
3792
3793 2009-04-02 Pedro Alves <pedro@codesourcery.com>
3794
3795 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
3796 mi_run_to_main.
3797
3798 2009-04-02 Pedro Alves <pedro@codesourcery.com>
3799
3800 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
3801 mi_run_to_main. Skip thread exit test on remote targets.
3802 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
3803 mi_run_to_main.
3804 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
3805 mi_run_to_main.
3806 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
3807 when expecting ^connected. Detect when the target doesn't support
3808 non-stop mode.
3809 (mi_run_cmd): Detect if non-stop mode was requested by isn't
3810 supported. Return -1 on error, 0 on success.
3811 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
3812 (mi_runto): Return mi_runto_helper's result explicitly.
3813
3814 2009-04-01 Pedro Alves <pedro@codesourcery.com>
3815
3816 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
3817
3818 2009-04-01 Tom Tromey <tromey@redhat.com>
3819
3820 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
3821 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
3822 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
3823 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
3824
3825 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
3826 Jan Kratochvil <jan.kratochvil@redhat.com>
3827
3828 PR gdb/931
3829 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
3830 output.
3831 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
3832 for gdb/931.
3833 * dw2-strp.S (DW_AT_language): Change to C++.
3834 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
3835
3836 2009-03-31 Joel Brobecker <brobecker@adacore.com>
3837
3838 * gdb.ada/tasks: New testcase.
3839
3840 2009-03-30 Stan Shebs <stan@codesourcery.com>
3841
3842 * gdb.trace/actions.exp: Update to match new info trace format.
3843 * gdb.trace/deltrace.exp: Ditto.
3844 * gdb.trace/infotrace.exp: Ditto.
3845 * gdb.trace/passcount.exp: Ditto.
3846 * gdb.trace/save-trace.exp: Ditto.
3847 * gdb.trace/while-stepping.exp: Ditto.
3848 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
3849
3850 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3851
3852 * gdb.python/python-frame.c: New file.
3853 * gdb.python/python-frame.exp: New file.
3854
3855 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3856
3857 * gdb.python/python-value.exp: Add tests for the address
3858 attribute.
3859
3860 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
3861
3862 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
3863
3864 2009-03-26 Doug Evans <dje@google.com>
3865
3866 * gdb.mi/mi-nonstop-exit.exp: New file.
3867 * gdb.mi/non-stop-exit.c: New file.
3868
3869 2009-03-26 Tom Tromey <tromey@redhat.com>
3870
3871 Update for change to prologue skipping:
3872 * gdb.mi/mi2-simplerun.exp: Update.
3873 * gdb.mi/mi2-break.exp: Update.
3874 * gdb.mi/mi-simplerun.exp: Update.
3875 * gdb.mi/mi-break.exp: Update.
3876 * gdb.base/ending-run.exp: Update.
3877
3878 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3879
3880 * gdb.python/python-value.exp (test_value_in_inferior): Test
3881 gdb.Value.is_optimized_out attribute.
3882
3883 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3884
3885 * gdb.dwarf2/dw2-noloc-main.c: New file.
3886 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
3887 (.text): Remove.
3888 (.data): New.
3889 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
3890 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
3891 (DW_TAG_subprogram func_cu1, noloc): Remove.
3892 (main): New.
3893 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
3894 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
3895 (file_symbols): New procedure.
3896
3897 2009-03-25 Tom Tromey <tromey@redhat.com>
3898
3899 * gdb.base/charset.exp (valid_target_charset): New proc.
3900 Use it to skip tests on invalid charsets.
3901
3902 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3903
3904 * gdb.base/completion.exp: Add a test for directory completion.
3905
3906 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3907
3908 Fix a racy FAIL.
3909 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
3910 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
3911
3912 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3913
3914 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
3915 * gdb.python/python-function.exp: Add test for function returning
3916 a GDB value.
3917
3918 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
3919
3920 * gdb.python/python-function.exp: New file.
3921
3922 2009-03-20 Tom Tromey <tromey@redhat.com>
3923
3924 * gdb.base/store.exp: Update for change to escape output.
3925 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
3926 to escape output.
3927 * gdb.base/pointers.exp: Update for change to escape output.
3928 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
3929 to escape output.
3930 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
3931 escape output.
3932 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
3933 to escape output.
3934 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
3935 escape output.
3936 * gdb.base/setvar.exp: Update for change to escape output.
3937 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
3938 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
3939 to escape output.
3940 (test_print_string_constants): Likewise.
3941 * gdb.base/charset.exp (valid_host_charset): Check size of
3942 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
3943 cases. Handle "auto"-related output.
3944 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
3945 (uvar, Uvar): New globals.
3946
3947 2009-03-19 Jerome Guitton <guitton@adacore.com>
3948
3949 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
3950 deltas.
3951 * gdb.ada/fixed_points.exp: Ditto.
3952
3953 2009-03-18 Pedro Alves <pedro@codesourcery.com>
3954
3955 * return-nodebug.c: Don't include stdio.h.
3956 (init): Delete.
3957 (func): Delete definition and provide extern declaration.
3958 (t): New.
3959 (main): Don't call printf. Call func and store its result in t.
3960 * return-nodebug1.c: New.
3961 * return-nodebug.exp: Don't expect stdio output. Instead, print
3962 the global variable t. Drop printf formatters and cast types from
3963 foreach loop. Don't use prepare_for_testing. Compile
3964 return-nodebug.c and return-nodebug1.c in separate steps. Don't
3965 define FORMAT or CAST.
3966
3967 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3968
3969 * gdb.base/solib-display.exp: Disable test for remote targers.
3970
3971 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3972
3973 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
3974
3975 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3976
3977 Fix a racy FAIL.
3978 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
3979 code from `follow parent, print pids'.
3980 (`follow child, print pids', `follow parent, print pids'): Call it.
3981 Replace `gdb_test "break..."' by gdb_breakpoint.
3982
3983 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
3984
3985 * gdb.mi/mi-cli.exp: Adjust for output difference in
3986 sync and async modes.
3987
3988 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3989
3990 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
3991 that was checked in by mistake. Remove loading of ada.exp, since
3992 this is not necessary in this case.
3993
3994 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3995
3996 * gdb.ada/ptype_arith_binop.exp: New testcase.
3997
3998 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3999
4000 * gdb.ada/mod_from_name: New testcase.
4001
4002 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4003
4004 * gdb.ada/tick_last_segv: New testcase.
4005
4006 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4007
4008 * gdb.mi/mi-cli.exp: Remove debug print.
4009
4010 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4011
4012 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
4013 include the token in ^running and frame info in *stopped.
4014
4015 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4016
4017 * solib-display.exp: New file.
4018 * solib-display-main.c: New file.
4019 * solib-display-lib.c: New file.
4020
4021 2009-03-05 Pedro Alves <pedro@codesourcery.com>
4022
4023 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
4024
4025 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4026
4027 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
4028 (list_and_check_macro): Use more specific test name.
4029 (next to definition): Make the test names unique.
4030
4031 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4032
4033 * gdb.pascal/floats.exp: Accept approximate results everywhere.
4034
4035 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4036
4037 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
4038 notifications.
4039 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
4040 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
4041 * lib/mi-support.exp (library_loaded_re): New.
4042 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
4043
4044 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4045
4046 * gdb.gdb/observer.exp: Use test_notification observer, not
4047 normal_stop, everywhere.
4048 (test_normal_stop_notifications): Rename to...
4049 (test_notifications): ...this.
4050 (test_observer_normal_stop): Rename to...
4051 (test_observer): ...this.
4052
4053 2009-02-16 Doug Evans <dje@google.com>
4054
4055 * gdb.arch/amd64-disp-step.S (test_int3): New test.
4056 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
4057 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
4058 (test_prefixed_syscall,test_int3): New tests.
4059 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
4060 (test_prefixed_syscall,test_int3): New tests.
4061
4062 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4063
4064 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
4065 (mi_expect_interrupt): Likewise.
4066 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
4067 response.
4068
4069 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4070
4071 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
4072 * gdb.base/pc-fp.exp (get_valueofx): Remove.
4073 Replace calls to get_valueofx by get_hexadecimal_valueof.
4074
4075 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4076
4077 * lib/gdb.exp (get_valueof): Accept anything as a return value.
4078 (get_integer_valueof): New procedure.
4079 (get_sizeof): Use new get_integer_value_of.
4080 * gdb.base/sizeof.exp: Replace all uses of get_valueof
4081 by get_integer_valueof.
4082
4083 2009-02-13 Tom Tromey <tromey@redhat.com>
4084
4085 * gdb.base/remote.exp (get_sizeof): Remove.
4086 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
4087 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
4088 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
4089 * lib/gdb.exp (get_valueof): Move from long_long.exp.
4090 (get_sizeof): Likewise.
4091
4092 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4093
4094 PR fortran/9806
4095 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
4096
4097 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4098
4099 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
4100
4101 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4102
4103 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
4104
4105 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
4106
4107 * gdb.python/python-cmd.exp: New file.
4108
4109 2009-02-06 Tristan Gingold <gingold@adacore.com>
4110
4111 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
4112
4113 2009-02-05 Tristan Gingold <gingold@adacore.com>
4114
4115 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
4116 pointer is dereferenced and use this signal name in regexp.
4117 * gdb.base/signull.exp: Ditto.
4118 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
4119 * gdb.base/signull.c (main): Ditto.
4120
4121 2009-02-04 Tom Tromey <tromey@redhat.com>
4122 Thiago Jung Bauermann <bauerman@br.ibm.com>
4123
4124 * gdb.python/python-value.exp: Use `gdb.history' instead of
4125 `gdb.value_from_history'.
4126 (test_value_numeric_ops): Add test for conversion of enum constant.
4127 * gdb.python/python-value.c (enum e): New type.
4128 (evalue): New global.
4129 (main): Use argv.
4130
4131 2009-02-04 Jerome Guitton <guitton@adacore.com>
4132
4133 * gdb.ada/uninitialized_vars: New test program.
4134 * gdb.ada/uninitialized_vars.exp: New testcase.
4135
4136 2009-02-02 Tom Tromey <tromey@redhat.com>
4137
4138 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
4139 * gdb.cp/pr2489.cc: Rename...
4140 * gdb.cp/pr9594.cc: ... to this.
4141
4142 2009-02-02 Tom Tromey <tromey@redhat.com>
4143
4144 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
4145 * gdb.cp/pr2489.cc: New file.
4146 * gdb.cp/cpcompletion.exp: New file.
4147
4148 2009-02-02 Tom Tromey <tromey@redhat.com>
4149
4150 PR exp/9059:
4151 * gdb.cp/call-c.exp: Add regression test.
4152 * gdb.cp/call-c.cc (FooHandle): New typedef.
4153 (main): New variable 'handle'.
4154
4155 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4156
4157 * lib/mi-support.exp (et_mi_thread_list)
4158 (check_mi_and_console_threads): Adjust for current thread in
4159 -thread-list-ids output.
4160
4161 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4162
4163 * gdb.mi/mi-break.exp (test_disabled_creation): New.
4164 Call it.
4165
4166 2009-01-28 Doug Evans <dje@google.com>
4167
4168 * gdb.arch/amd64-disp-step.S: New file.
4169 * gdb.arch/amd64-disp-step.exp: New file.
4170 * gdb.arch/i386-disp-step.S: New file.
4171 * gdb.arch/i386-disp-step.exp: New file.
4172
4173 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
4174
4175 * gdb.base/find.exp: Set newline variable
4176 using quotes instead of braces to fix cygwin failures.
4177
4178 2009-01-23 Pedro Alves <pedro@codesourcery.com>
4179
4180 * gdb.base/radix.exp: Add tests to ensure that that set
4181 input-radix 0 and set output-radix 0 are really rejected.
4182
4183 2009-01-23 Pedro Alves <pedro@codesourcery.com>
4184
4185 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
4186 copyright years.
4187
4188 2009-01-23 Pedro Alves <pedro@codesourcery.com>
4189
4190 PR gdb/9664:
4191 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
4192
4193 2009-01-22 Pedro Alves <pedro@codesourcery.com>
4194
4195 PR c++/9631:
4196 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
4197
4198 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
4199
4200 * gdb.server/file-transfer.exp: Use EXEEXT variable for
4201 binfile definition to fix Windows OS failure.
4202
4203 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4204
4205 PR gdb/9346
4206 * gdb.base/interrupt.c (sigint_handler): New.
4207 (main): Install a SIGINT handler if SIGNALS is defined. Exit
4208 on error.
4209 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
4210 Test "signal SIGINT".
4211
4212 2009-01-19 Doug Evans <dje@google.com>
4213
4214 * gdb.base/break.exp: Update expected gdb output.
4215 * gdb.base/sepdebug.exp: Ditto.
4216 * gdb.mi/mi-syn-frame.exp: Ditto.
4217 * gdb.mi/mi2-syn-frame.exp: Ditto.
4218 * gdb.base/call-signal-resume.exp: New file.
4219 * gdb.base/call-signals.c: New file.
4220 * gdb.base/unwindonsignal.exp: New file.
4221 * gdb.base/unwindonsignal.c: New file.
4222 * gdb.threads/interrupted-hand-call.exp: New file.
4223 * gdb.threads/interrupted-hand-call.c: New file.
4224 * gdb.threads/thread-unwindonsignal.exp: New file.
4225
4226 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4227
4228 * gdb.base/define.exp: Test defining and hooking prefix commands.
4229 * gdb.python/python.exp: Update test for "show user" output.
4230
4231 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4232
4233 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
4234 now the output exactly, using less wildcards. Expect also the output
4235 of gfortran-4.3. Update for the f-valprint.c modification from
4236 2008-04-22.
4237 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
4238 Remove gdb_test test names where matching the command.
4239
4240 2009-01-01 Pedro Alves <pedro@codesourcery.com>
4241
4242 PR breakpoints/9681:
4243 * gdb.base/watchpoint.exp: Add regression test.
4244
4245 2008-12-31 Pedro Alves <pedro@codesourcery.com>
4246
4247 * gdb.threads/attach-into-signal.exp: Don't use
4248 gdb_suppress_entire_file.
4249 * gdb.threads/attach-stopped.exp: Ditto.
4250 * gdb.threads/attachstop-mt.exp: Ditto.
4251
4252 2008-12-31 Pedro Alves <pedro@codesourcery.com>
4253
4254 PR gdb/8812:
4255 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
4256
4257 2008-12-29 Pedro Alves <pedro@codesourcery.com>
4258
4259 PR gdb/7536:
4260 * gdb.base/radix.exp: Add tests to ensure invalid input radices
4261 and unsupported output radices are really rejected.
4262
4263 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4264
4265 * gdb.cp/punctuator.exp: Backslash the '$' signs.
4266
4267 2008-12-22 Tom Tromey <tromey@redhat.com>
4268
4269 * gdb.cp/punctuator.exp: New file.
4270
4271 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4272
4273 * gdb.base/completion.exp (Completing non-existing component): New test.
4274
4275 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4276
4277 Fix for PR gdb/8648.
4278 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
4279 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
4280 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
4281 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
4282
4283 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4284
4285 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
4286
4287 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
4288
4289 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
4290 compiler actually generate code at the expected line number.
4291
4292 2008-12-15 Jie Zhang <jie.zhang@analog.com>
4293
4294 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
4295
4296 2008-12-12 Tom Tromey <tromey@redhat.com>
4297
4298 * gdb.base/commands.exp (redefine_hook_test): New proc.
4299 Call it.
4300
4301 2008-12-11 Tom Tromey <tromey@redhat.com>
4302
4303 * gdb.base/macscp.exp: New regression test.
4304
4305 2008-12-11 Tom Tromey <tromey@redhat.com>
4306
4307 * gdb.base/macscp.exp: Print "address.addr".
4308 * gdb.base/macscp1.c (struct outer): New struct.
4309 (address): New global.
4310
4311 2008-12-09 Tom Tromey <tromey@redhat.com>
4312
4313 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
4314 Call it.
4315
4316 2008-12-04 Doug Evans <dje@google.com>
4317
4318 * gdb.server/ext-run.exp: Relax regexp for init program.
4319
4320 2008-12-03 Tristan Gingold <gingold@adacore.com>
4321
4322 * gdb.base/macscp.exp: Generate an object file during compilation
4323 to work around Darwin dsymutil limitations.
4324
4325 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4326
4327 Test resolving external references to TLS variables.
4328 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
4329 FILE2_THREAD_LOCAL.
4330 (testfile2, srcfile2): New variables.
4331 * gdb.threads/tls.c (file2_thread_local)
4332 (function_referencing_file2_thread_local): New.
4333 * gdb.threads/tls2.c: New file.
4334
4335 2008-11-28 Joel Brobecker <brobecker@adacore.com>
4336
4337 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
4338 rather than integer, as integer might not be big enough when
4339 on 64bit targets.
4340
4341 2008-11-27 Jerome Guitton <guitton@adacore.com>
4342
4343 * gdb.cp/formatted-ref.exp: Add equality test.
4344 * gdb.ada/formatted_ref.exp: Ditto.
4345
4346 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4347
4348 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
4349 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
4350
4351 2008-11-20 Andreas Schwab <schwab@suse.de>
4352
4353 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
4354 matching syscall entry point.
4355 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4356 (tcatch_vfork_then_child_follow): Likewise. Finish through
4357 vfork even if we stopped at the syscall trampoline.
4358
4359 2008-11-20 Doug Evans <dje@google.com>
4360
4361 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
4362
4363 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4364
4365 * gdb.arch/ppc-dfp.exp: New file.
4366 * gdb.arch/ppc-dfp.c: New file.
4367
4368 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4369
4370 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
4371
4372 2008-11-17 Doug Evans <dje@google.com>
4373
4374 * gdb.mi/mi-syn-frame.exp: Update expected output.
4375 * gdb.mi/mi2-syn-frame.exp: Update expected output.
4376
4377 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4378
4379 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
4380 "thread N" results in =thread-selected.
4381 * lib/mi-support (mi_run_cmd, mi_expect_stop)
4382 (mi_send_resuming_command_raw): Be prepared for
4383 =thread-selected.
4384
4385 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4386
4387 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
4388 * lib/mi-support.exp: Likewise.
4389
4390 2008-11-16 Joel Brobecker <brobecker@adacore.com>
4391
4392 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
4393 commands from the expected output for "help catch".
4394
4395 2008-11-15 Joel Brobecker <brobecker@adacore.com>
4396
4397 * gdb.ada/int_deref.exp: New testcase.
4398
4399 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
4400
4401 * gdb.mi/gdb2549.exp: New file.
4402
4403 2008-11-11 Doug Evans <dje@google.com>
4404
4405 * gdb.base/callexit.exp: New file.
4406 * gdb.base/callexit.c: New file.
4407
4408 2008-11-10 Doug Evans <dje@google.com>
4409
4410 * lib/gdb.exp (GDBFLAGS): Move -nx ...
4411 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
4412 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
4413 (default_gdb_start,default_gdb_exit): Ditto.
4414 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
4415 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
4416 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
4417 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
4418 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
4419 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
4420
4421 2008-11-03 Andreas Schwab <schwab@suse.de>
4422
4423 * gdb.base/hashline2.exp: Fix typo.
4424 * gdb.base/hashline3.exp: Likewise.
4425
4426 2008-10-30 Tom Tromey <tromey@redhat.com>
4427
4428 * gdb.base/pointers.exp: Add test.
4429 * gdb.base/pointers.c (k, S): New typedefs.
4430 (instance): New global.
4431
4432 2008-10-30 Andreas Schwab <schwab@suse.de>
4433
4434 * gdb.base/args.exp: Add tests for newlines.
4435
4436 2008-10-30 Joel Brobecker <brobecker@adacore.com>
4437
4438 gdb.base/foll-exec.exp: Update the expected output of a couple
4439 of "info breakpoints" tests.
4440
4441 2008-10-28 Tom Tromey <tromey@redhat.com>
4442
4443 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
4444
4445 2008-10-24 Pedro Alves <pedro@codesourcery.com>
4446
4447 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
4448 gdb_start_cmd.
4449 Use runto_main before any test that requires execution.
4450
4451 2008-10-23 Pedro Alves <pedro@codesourcery.com>
4452
4453 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
4454 instead of SIGINT.
4455
4456 2008-10-22 Joel Brobecker <brobecker@adacore.com>
4457
4458 * gdb.base/completion.exp: Update expected output following
4459 the addition of the "info tasks" command.
4460
4461 2008-10-22 Tom Tromey <tromey@redhat.com>
4462
4463 * gdb.base/exprs.exp (test_expr): Add test for string
4464 concatenation.
4465
4466 2008-10-19 Pedro Alves <pedro@codesourcery.com>
4467
4468 * configure.ac: Output gdb.python/Makefile.
4469 * configure: Regenerate.
4470 * gdb.python/Makefile.in: New.
4471
4472 2008-10-16 Joel Brobecker <brobecker@adacore.com>
4473
4474 * gdb.base/foll-fork.exp: Adjust the expected output to match
4475 the new description for fork/vfork catchpoints in the "info
4476 breakpoints" output.
4477
4478 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
4479
4480 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
4481
4482 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4483
4484 * gdb.python/python-value.c: New file.
4485 * gdb.python/python-value.exp: New file.
4486
4487 2008-10-15 Pedro Alves <pedro@codesourcery.com>
4488
4489 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
4490
4491 2008-10-15 Denis Pilat <denis.pilat@st.com>
4492
4493 * gdb.cp/mb-ctor.exp: Fix a typo.
4494
4495 2008-10-09 Tom Tromey <tromey@redhat.com>
4496
4497 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
4498 'fprintf' and 'stderr'.
4499
4500 2008-10-07 Joel Brobecker <brobecker@adacore.com>
4501
4502 * gdb.ada/ref_tick_size.exp: New testcase.
4503
4504 2008-10-06 Doug Evans <dje@google.com>
4505
4506 * gdb.dwarf2/dw2-cu-size.exp: New file.
4507 * gdb.dwarf2/dw2-cu-size.S: New file.
4508
4509 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
4510 .Ltype_int for clarity.
4511
4512 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4513
4514 PR gdb/2384:
4515 * gdb.cp/gdb2384.exp: Extended to test more cases.
4516 * gdb.cp/gdb2384.cc: Likewise.
4517 * gdb.cp/gdb2384-base.h: Likewise.
4518 * gdb.cp/gdb2384-base.cc: Likewise.
4519
4520 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4521
4522 * gdb.base/maint.exp (maint print type): Remove printing
4523 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
4524
4525 2008-09-30 Tom Tromey <tromey@redhat.com>
4526
4527 * gdb.base/macscp.exp: Add completion tests.
4528 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
4529 (TWENTY_THREE): Likewise.
4530 (FORTY_EIGHT): Likewise.
4531
4532 2008-09-30 Tom Tromey <tromey@redhat.com>
4533
4534 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
4535 everywhere.
4536 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
4537
4538 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4539
4540 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
4541 testcase is derived from. Fix racy dependency on an expected PID
4542 number. No longer support the testcase on Linux kernel 2.4.x.
4543
4544 2008-09-27 Tom Tromey <tromey@redhat.com>
4545
4546 * gdb.base/macscp.exp: Add tests for stringification, splicing,
4547 and varargs.
4548
4549 2008-09-22 Pedro Alves <pedro@codesourcery.com>
4550
4551 * lib/mi-support.exp (mi_expect_interrupt): New.
4552 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
4553 from gdb.mi/mi-nonstop.exp.
4554 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
4555 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
4556 lib/mi-support.exp.
4557 Use mi_check_thread_states throughout. Avoid ".*" and do not
4558 require an anchor after -exec-run.
4559
4560 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4561
4562 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
4563 stop is pending. Avoid ".*" when two stops are pending.
4564 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
4565 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
4566 newlines in fullnames.
4567 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
4568 (mi_expect_stop): Update comments. Only anchor in sync mode.
4569 Do not match newlines.
4570 (mi_send_resuming_command_raw): Always return status.
4571 (mi_get_stop_line): Do not match more than one line by accident.
4572 Only anchor in sync mode.
4573 (mi_run_inline_test): If -exec-next fails, give up.
4574
4575 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4576
4577 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
4578 on SPU.
4579
4580 2008-09-10 Joel Brobecker <brobecker@adacore.com>
4581
4582 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
4583
4584 2008-09-10 Joel Brobecker <brobecker@adacore.com>
4585
4586 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
4587 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4588 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
4589 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4590 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
4591 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
4592 gdb.ada/interface.exp, gdb.ada/null_array.exp,
4593 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4594 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4595 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4596 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
4597 Include the "= " sequence in the expected output of print tests.
4598
4599 2008-09-10 Joel Brobecker <brobecker@adacore.com>
4600
4601 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
4602 description for boolean types.
4603
4604 2008-09-09 Pedro Alves <pedro@codesourcery.com>
4605
4606 * gdb.base/hook-stop-continue.c: New.
4607 * gdb.base/hook-stop-continue.exp: New.
4608
4609 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4610
4611 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
4612
4613 2008-09-08 Jerome Guitton <guitton@adacore.com>
4614
4615 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
4616 (stack_check_probe_2, stack_check_probe_loop_1)
4617 (stack_check_probe_loop_2): New functions.
4618 (main): Add call to these new functions.
4619 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
4620 functions, check that the breakpoint is inserted at the appropriate
4621 location.
4622 (insert_breakpoint): Slightly refine this procedure so that it can
4623 be called several times in the test.
4624
4625 2008-09-08 Jerome Guitton <guitton@adacore.com>
4626
4627 * gdb.base/stack-checking.c: New file.
4628 * gdb.base/stack-checking.exp: New file.
4629
4630 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4631
4632 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
4633 * gdb.arch/altivec-regs.exp: Likewise.
4634 * gdb.arch/vsx-regs.exp: Likewise.
4635
4636 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4637
4638 * gdb.arch/ppc-fp.exp: New file.
4639 * gdb.arch/ppc-fp.c: New file.
4640
4641 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4642
4643 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
4644 lest gcc-4.3.1 optimizes the whole thing away.
4645
4646 2008-09-04 Michael Snyder <msnyder@vmware.com>
4647
4648 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
4649 as "at" (for non-debug functions such as _start).
4650
4651 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4652
4653 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
4654 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
4655 software watchpoints.
4656 * gdb.base/watch_thread_num.exp: Likewise.
4657
4658 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
4659
4660 * gdb.arch/i386-bp_permanent.exp: New test.
4661
4662 2008-08-24 Tom Tromey <tromey@redhat.com>
4663
4664 * gdb.base/maint.exp: Update "maint print type".
4665
4666 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
4667
4668 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
4669 support. Adjust the order of "*running" notifications.
4670 * gdb.mi/non-stop.c: Don't cast from int to void* and
4671 back.
4672
4673 2008-08-20 Mark Kettenis <kettenis@gnu.org>
4674
4675 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
4676 expect to find it in the "info frame" output.
4677
4678 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4679
4680 * gdb.base/interp.exp: Always consume both prompts.
4681
4682 2008-08-20 Pedro Alves <pedro@codesourcery.com>
4683
4684 * gdb.base/pending.exp: Test pending breakpoints without symbols
4685 loaded.
4686
4687 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4688
4689 * lib/mi-support.exp (mi_expect_stop): Produce
4690 more details on failures.
4691 * gdb.mi/mi-nonstop.exp: New.
4692 * gdb.mi/non-stop.c: New.
4693
4694 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4695
4696 * gdb.mi/mi-async.exp: Use 'set target-async'.
4697 * lib/mi-support.exp: Use 'set/show target-async'.
4698
4699 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
4700
4701 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
4702
4703 2008-08-17 Tom Tromey <tromey@redhat.com>
4704
4705 * gdb.base/help.exp (help catch): Rewrite.
4706
4707 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4708
4709 * gdb.base/define.exp: Test indented command documentation.
4710 * gdb.python/python.exp: Test indented multi-line command.
4711
4712 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
4713
4714 * testsuite/gdb.arch/vsx-regs.c: New source file.
4715 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
4716 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
4717
4718 2008-08-14 Tom Tromey <tromey@redhat.com>
4719
4720 * gdb.base/macscp.exp: Add regression test for "macro define" or
4721 "macro undef" with no arguments.
4722
4723 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4724
4725 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
4726
4727 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4728
4729 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
4730
4731 2008-08-06 Tom Tromey <tromey@redhat.com>
4732
4733 * gdb.python/python.exp: New file.
4734
4735 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4736
4737 Fix for PR gdb/1543.
4738 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
4739 $LOCATION.
4740 (location): New variable.
4741 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
4742 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
4743 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
4744 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
4745 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
4746 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
4747 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
4748 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
4749 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
4750 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
4751 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
4752 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
4753 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
4754 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
4755 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4756 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
4757 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
4758 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
4759 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
4760 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4761 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
4762 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
4763 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
4764 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
4765 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
4766 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
4767 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
4768 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
4769 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
4770 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
4771 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
4772 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
4773 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
4774 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
4775 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
4776 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
4777 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
4778 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4779 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
4780 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
4781 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
4782 gdb.base/type-opaque.exp, gdb.base/until.exp,
4783 gdb.base/value-double-free.c, gdb.base/varargs.exp,
4784 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
4785 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
4786 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4787 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
4788 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
4789 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4790 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4791 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
4792 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
4793 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
4794 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
4795 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
4796 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
4797 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
4798 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
4799 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4800 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
4801 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
4802 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
4803 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
4804 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
4805 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
4806 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
4807 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
4808 gdb.pascal/types.exp, gdb.stabs/weird.exp,
4809 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
4810 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
4811 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
4812 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
4813 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
4814 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
4815 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4816 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4817 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4818 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4819 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4820 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4821 lib/mi-support.exp, lib/trace-support.exp: Remove reference
4822 to bug-gdb@prep.ai.mit.edu .
4823
4824 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
4825
4826 * lib/mi-support.exp (mi_load_shlibs): New.
4827 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
4828
4829 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
4830
4831 * lib/mi-support.exp (get_mi_thread_list)
4832 (check_mi_and_console_threads): New, moved from ...
4833 * gdb.mi/mi-pthread.exp: ...here.
4834 * gdb.mi/gdb669.exp (get_mi_thread_list)
4835 (check_mi_and_console_threads): Delete.
4836 * gdb.mi/mi2-pthread.exp: Likewise.
4837
4838 2008-07-28 Tom Tromey <tromey@redhat.com>
4839
4840 * Makefile.in (just-check): Remove. Move body to...
4841 (check): ... here.
4842
4843 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4844
4845 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
4846 Add a test for duplicated SIGINTs.
4847
4848 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4849
4850 * gdb.threads/schedlock.exp (get_args): Update to work for any
4851 value of NUM.
4852 (Top level): Report the number of threads that did not resume.
4853
4854 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4855
4856 * gdb.dwarf2/dw2-compressed.S: Also define __start.
4857
4858 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4859
4860 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
4861 non-MI prompt.
4862
4863 2008-07-26 Tom Tromey <tromey@redhat.com>
4864
4865 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
4866 (function_struct, function_struct_ptr): New globals.
4867 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
4868 function pointer in a struct.
4869
4870 2008-07-26 Tom Tromey <tromey@redhat.com>
4871
4872 * gdb.base/macscp.exp: Add test for macro lexing bug.
4873
4874 2008-07-18 Tom Tromey <tromey@redhat.com>
4875
4876 * gdb.base/macscp.exp: Add macro tests.
4877
4878 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4879
4880 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
4881
4882 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4883
4884 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
4885
4886 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4887
4888 * gdb.cp/class2.exp: fix for failure on spu-elf
4889
4890 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
4891
4892 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
4893
4894 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4895
4896 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
4897
4898 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
4899
4900 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
4901
4902 2008-07-11 Kevin Buettner <kevinb@redhat.com>
4903
4904 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
4905 of regexp to account for changes made to GDB in the printing of
4906 byte vectors.
4907
4908 2008-07-11 Tom Tromey <tromey@redhat.com>
4909
4910 * gdb.base/completion.exp: Add 'help' completion test.
4911
4912 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4913
4914 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
4915
4916 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4917
4918 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
4919
4920 2008-07-09 Pedro Alves <pedro@codesourcery.com>
4921
4922 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
4923
4924 2008-07-09 Pedro Alves <pedro@codesourcery.com>
4925
4926 * gdb.base/fullname.exp: Restore pwd if compiling failed.
4927
4928 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4929
4930 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
4931
4932 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4933
4934 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
4935 previous commit. Add a comment.
4936
4937 2008-06-28 Pedro Alves <pedro@codesourcery.com>
4938
4939 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
4940
4941 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4942
4943 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
4944
4945 2008-06-27 Pedro Alves <pedro@codesourcery.com>
4946
4947 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
4948 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
4949 compiling an executable, link in an object that forces unbuffered
4950 output.
4951 * lib/set_unbuffered_mode.c: New file.
4952
4953 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4954
4955 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
4956
4957 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
4958
4959 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
4960 mi_expect_stop.
4961 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
4962 Demand that *running is output.
4963 (detect_async): Perform checking every time.
4964 (mi_send_resuming_command): Extract everything into...
4965 (mi_send_resuming_command_raw): ...this.
4966 (mi_expect_stop): Don't accept any output before *stopped.
4967
4968 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
4969
4970 Robustify mi-simplerun.
4971 * gdb.mi/basics.c (main): Add a call to sleep.
4972 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
4973 * gdb.mi/mi2-cli.exp: Likewise.
4974 * gdb.mi/mi-break.exp: Likewise.
4975
4976 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
4977
4978 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
4979
4980 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4981
4982 * gdb.mi/mi-console.exp: Adjust.
4983 * gdb.mi/mi-syn-frame.exp: Adjust.
4984 * gdb.mi/mi2-console.exp: Adjust.
4985 * gdb.mi/mi2-syn-frame.exp: Adjust.
4986 * lib/mi-support.exp (mi_run_cmd): Adjust.
4987 (mi_send_resuming_command): Adjust.
4988
4989 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4990
4991 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
4992 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
4993 testing of stopped.
4994 * gdb.mi/mi2-syn-frame.exp: Likewise.
4995 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
4996 (async, detect_async): New.
4997 (mi_expect_stop, mi_continue_to_line): Adjust expectation
4998 depending on if we're running in sync or async mode.
4999
5000 2008-06-09 Tom Tromey <tromey@redhat.com>
5001
5002 * gdb.base/completion.exp: New tests for field name completion
5003 with spaces, and field name completion with '->'.
5004
5005 2008-06-06 Tom Tromey <tromey@redhat.com>
5006
5007 * gdb.base/break1.c (struct some_struct): New struct.
5008 (values): New global.
5009 * gdb.base/completion.exp: Add field name completion test.
5010
5011 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5012
5013 * gdb.cp/call-c.exp: Test for incorrect handling of reference
5014 to pointer.
5015 * gdb.cp/call-c.cc: Likewise.
5016
5017 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
5018
5019 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
5020 annotation.
5021
5022 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5023 Pedro Alves <pedro@codesourcery.com>
5024
5025 * gdb.threads/execl.c, gdb.threads/execl1.c,
5026 gdb.threads/execl.exp: New tests.
5027
5028 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
5029 Daniel Jacobowitz <dan@codesourcery.com>
5030
5031 * gdb.cp/exception.exp: Activate test, make it work with pending
5032 catchpoints.
5033
5034 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5035
5036 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
5037
5038 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
5039
5040 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
5041 now printed.
5042 * gdb.mi/mi2-var-cmd.exp: Likewise.
5043
5044 2008-05-27 Andreas Schwab <schwab@suse.de>
5045
5046 * gdb.base/frame-args.exp: Handle arguments that are optimized
5047 out.
5048
5049 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
5050
5051 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
5052 quiet for ppc32 and group options into a single variable.
5053
5054 2008-05-23 Joel Brobecker <brobecker@adacore.com>
5055
5056 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
5057 of zero-size elements.
5058 * gdb.ada/null_array.exp: Test printing this new array.
5059
5060 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5061
5062 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
5063
5064 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5065
5066 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
5067 of the "finish" command.
5068
5069 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5070
5071 * gdb.base/annota1.exp: Test for new annotation.
5072
5073 2008-05-16 Pedro Alves <pedro@codesourcery.com>
5074
5075 * gdb.base/fixsection.exp: New file.
5076 * gdb.base/fixsection0.c: New file.
5077 * gdb.base/fixsection1.c: New file.
5078
5079 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5080
5081 * gdb.base/annota1.exp: Accept printf@... in place of printf.
5082 * gdb.base/annota3.exp: Likewise.
5083
5084 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
5085
5086 * gdb.base/watch_thread_num.exp: Don't run tests that require
5087 watchpoints if the target doesn't support them.
5088
5089 2008-05-12 Doug Evans <dje@google.com>
5090
5091 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
5092
5093 2008-05-09 Joel Brobecker <brobecker@adacore.com>
5094
5095 * gdb.ada/assign_1.exp: New testcase.
5096
5097 2008-05-09 Doug Evans <dje@google.com>
5098
5099 * gdb.base/find.exp: New file.
5100 * gdb.base/find.c: New file.
5101
5102 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
5103
5104 * gdb.base/commands.exp (watchpoint_command_test): Handle
5105 gdb,no_hardware_watchpoints.
5106 * gdb.base/float.exp: Allow ARM targets without floating point.
5107 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
5108
5109 2008-05-06 Jerome Guitton <guitton@adacore.com>
5110 Joel Brobecker <brobecker@adacore.com>
5111
5112 * gdb.ada/lang_switch: New test program.
5113 * gdb.ada/lang_switch.exp: New testcase.
5114
5115 2008-05-05 Doug Evans <dje@google.com>
5116
5117 * gdb.base/help.exp (disassemble): Update expected help text.
5118
5119 2008-05-04 Pedro Alves <pedro@codesourcery.com>
5120
5121 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
5122
5123 2008-05-04 Pedro Alves <pedro@codesourcery.com>
5124
5125 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
5126 different times.
5127
5128 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5129
5130 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
5131 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
5132 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
5133 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
5134
5135 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
5136
5137 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
5138 notification to appear.
5139
5140 2008-05-04 Daniel Jacobowitz <dan@debian.org>
5141
5142 * gdb.base/fullname.c: New file.
5143 * gdb.base/fullname.exp: New file.
5144 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
5145
5146 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5147
5148 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
5149 expressions with macros.
5150
5151 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5152
5153 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
5154
5155 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5156
5157 * gdb.base/completion.exp: Handle lack of other symbols beginning
5158 with "a".
5159
5160 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
5161
5162 2008-05-02 Jim Blandy <jimb@codesourcery.com>
5163
5164 * gdb.asm/asmsrc1.s: Add scratch space.
5165
5166 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5167 Daniel Jacobowitz <dan@codesourcery.com>
5168
5169 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
5170 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
5171 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
5172
5173 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
5174
5175 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
5176
5177 2008-05-01 Joel Brobecker <brobecker@adacore.com>
5178
5179 * gdb.base/info-target.exp: New testcase.
5180
5181 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5182
5183 * gdb.cp/hang.exp: Use .cc instead of .C.
5184 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
5185 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
5186
5187 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5188
5189 * gdb.base/gdb1250.exp: Remove perror.
5190 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
5191
5192 2008-04-30 Pedro Alves <pedro@codesourcery.com>
5193
5194 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
5195 .2byte.
5196
5197 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
5198
5199 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
5200 (maybe_kfail): New.
5201
5202 2008-04-25 Pedro Alves <pedro@codesourcery.com>
5203
5204 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
5205
5206 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5207
5208 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
5209 * gdb.mi/mi2-syn-frame.exp: Likewise.
5210 * lib/mi-support.exp: Likewise.
5211
5212 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5213
5214 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
5215 to specify regexp for the location to stop at.
5216 * gdb.base/break-always.c: New.
5217 * gdb.base/break-always.exp: New.
5218
5219 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5220
5221 * lib/mi-support.exp (mi_runto_helper): Adjust
5222 for the original-location field.
5223 (mi_create_breakpoint, mi_list_breakpoints): New.
5224 * gdb.mi/mi-break.exp: Adjust.
5225 * gdb.mi/mi2-break.exp: Adjust.
5226 * gdb.mi/mi-pending.exp: Adjust.
5227 * gdb.mi/mi-simplerun.exp: Adjust.
5228 * gdb.mi/mi2-simplerun.exp: Adjust.
5229 * gdb.mi/mi-syn-frame.exp: Adjust.
5230 * gdb.mi/mi2-syn-frame.exp: Adjust.
5231 * gdb.mi/mi-until.exp: Adjust.
5232 * gdb.mi/mi2-until.exp: Adjust.
5233 * gdb.mi/mi-var-display.exp: Adjust.
5234 * gdb.mi/mi2-var-display.exp: Adjust.
5235 * gdb.mi/mi-watch.exp: Adjust.
5236 * gdb.mi/mi2-watch.exp: Adjust.
5237
5238 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
5239
5240 * aclocal.m4: Add override.m4.
5241 * configure: Regenerate.
5242
5243 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
5244
5245 * gdb.mi/var-cmd.c (do_at_tests): Verify that
5246 '-var-update --all-values' reports new value even the type
5247 of a variable object has changed.
5248
5249 2008-04-18 Craig Silverstein <csilvers@google.com>
5250
5251 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
5252 files.
5253
5254 2008-04-18 Joel Brobecker <brobecker@adacore.com>
5255
5256 * gdb.ada/atomic_enum: New test program.
5257 * gdb.ada/atomic_enum.exp: New testcase.
5258
5259 2008-04-17 Doug Evans <dje@google.com>
5260
5261 * gdb.opt/Makefile.in: Fix whitespace.
5262
5263 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
5264
5265 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
5266
5267 2008-04-17 Doug Evans <dje@google.com>
5268
5269 * gdb.base/hashline1.exp: New testcase.
5270 * gdb.base/hashline2.exp: New testcase.
5271 * gdb.base/hashline2.exp: New testcase.
5272
5273 2008-04-17 Pedro Alves <pedro@codesourcery.com>
5274
5275 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
5276
5277 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
5278
5279 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
5280 temporary breakpoint to match "Temporary breakpoint".
5281 * gdb.base/break.exp (delete_breakpoints): Likewise.
5282 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
5283 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
5284 * gdb.base/display.exp: Likewise.
5285 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
5286 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
5287 * gdb.base/restore.exp (restore_tests): Likewise.
5288 * gdb.base/sepdebug.exp: Likewise.
5289 * gdb.base/watchpoint.exp: Likewise.
5290 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
5291 * gdb.mi/mi-pending.exp: Likewise.
5292 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
5293 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
5294 * gdb.mi/mi-var-cmd.exp: Likewise.
5295 * gdb.mi/mi-var-display.exp: Likewise.
5296 * gdb.mi/mi2-cli.exp: Likewise.
5297 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
5298 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
5299 * gdb.mi/mi2-var-display.exp: Likewise.
5300 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
5301 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
5302 new "disp" field.
5303 (mi_expect_stop): Move after_reason argument to be really after
5304 reason. This is to support fix for PR2424.
5305
5306 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5307
5308 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
5309
5310 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
5311
5312 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
5313 field. Add more floating varobj tests.
5314 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
5315 field.
5316 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
5317 (main): Call do_at_tests.
5318 * lib/mi-support.exp (mi_create_floating_varobj)
5319 (mi_varobj_update_with_type_change): New.
5320
5321 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5322
5323 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
5324 option of -var-evaluate-expression.
5325 * gdb.mi/mi2-var-display.exp: Likewise.
5326
5327 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
5328
5329 Introduce test setup helpers.
5330 * lib/gdb.exp (build_executable, clean_restart)
5331 (prepare_for_testing): New.
5332 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
5333 * gdb.base/return.exp: Likewise.
5334 * gdb.base/ending-run.exp: Likewise.
5335
5336 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
5337
5338 * gdb.mi/mi-async.exp: New test for asynchronous Machine
5339 Interface (MI) responses.
5340
5341 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
5342
5343 * gdb.cp/breakpoint.cc: New code to test conditions involving
5344 member variables.
5345 * gdb.cp/breakpoint.exp: Test condition involving member
5346 variables.
5347
5348 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
5349
5350 * lib/mi-support.exp (mi_expect_stop): New.
5351 (mi_run_cmd): Change the
5352 token. Use mi_send_resuming_command, use
5353 mi_expect_stop.
5354 (mi_execute_to_helper): Rename to mi_execute_to.
5355 (mi_send_resuming_command): Add more error patterns.
5356 (mi_wait_for_stop): Renamed to...
5357 (mi_get_stop_line): ...this.
5358 (mi_run_inline_test): Adjust.
5359
5360 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
5361 * gdb.mi/mi-console.exp: Likewise.
5362 * gdb.mi/mi-pending.exp: Likewise.
5363 * gdb.mi/mi-simplerun.exp: Likewise.
5364 * gdb.mi/mi-stack.exp: Likewise.
5365 * gdb.mi/mi-stepi.exp: Likewise.
5366 * gdb.mi/mi-syn-frame.exp: Add comment.
5367 * gdb.mi/mi-until.exp: Likewise.
5368 * gdb.mi/mi-var-display.exp: Likewise.
5369 * gdb.mi/mi-watch.exp: Likewise.
5370 * gdb.mi/mi2-cli.exp: Likewise.
5371 * gdb.mi/mi2-console.exp: Likewise.
5372 * gdb.mi/mi2-simplerun.exp: Likewise.
5373 * gdb.mi/mi2-stack.exp: Likewise.
5374 * gdb.mi/mi2-stepi.exp: Likewise.
5375 * gdb.mi/mi2-until.exp: Likewise.
5376 * gdb.mi/mi2-var-display.exp: Likewise.
5377 * gdb.mi/mi2-watch.exp: Likewise.
5378
5379 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5380
5381 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
5382
5383 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
5384
5385 2008-04-04 Pedro Alves <pedro@codesourcery.com>
5386
5387 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
5388 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
5389 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
5390 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
5391 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
5392 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
5393 expect an mi error duplicated in stderr.
5394
5395 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5396
5397 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
5398 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
5399 Add a couple of tests that verify the behavior when the new setting
5400 is set to "cancel" and "all".
5401 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
5402 "ask" before we start the testing.
5403
5404 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5405
5406 * gdb.cp/casts.cc: Add class reference variables.
5407 * gdb.cp/casts.exp: New test cases for up/down casting references.
5408
5409 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
5410
5411 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
5412 instead of beginning to make an extra test pass.
5413 * gdb.mi/mi2-var-display.exp: Likewise.
5414
5415 2008-03-31 Maciej W. Rozycki <macro@mips.com>
5416
5417 * gdb.base/break.exp: Mark failures as such. Fix formatting.
5418
5419 2008-03-31 Markus Deuling <deuling@de.ibm.com>
5420 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5421
5422 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
5423 value. Add xfail for older kernels.
5424
5425 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
5426
5427 Bring mi-support in line with gdb.exp.
5428 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
5429 (mi_gdb_start): New function.
5430
5431 2008-03-28 Maciej W. Rozycki <macro@mips.com>
5432
5433 * gdb.mi/mi-var-cmd.exp: Fix a typo.
5434
5435 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5436
5437 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
5438 * gdb.mi/mi2-var-display.exp: Likewise.
5439
5440 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5441
5442 * lib/mi-support.exp (mi_create_varobj_checked): New.
5443 (mi_list_varobj_children): Allow to check for a
5444 value.
5445 (mi_list_array_varobj_children): New.
5446
5447 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
5448 and mi_list_varobj_children, as opposed to hardcoding
5449 expected strings.
5450 * gdb.mi/gdb701.exp: Likewise.
5451 * gdb.mi/gdb792.exp: Likewise.
5452 * gdb.mi/mi-var-block.exp: Likewise.
5453 * gdb.mi/mi-var-cmd.exp: Likewise.
5454 * gdb.mi/mi-var-invalidate.exp: Likewise.
5455 * gdb.mi/mi2-var-block.exp: Likewise.
5456 * gdb.mi/mi2-var-child.exp: Likewise.
5457 * gdb.mi/mi2-var-cmd.exp: Likewise.
5458 * gdb.mi/mi2-var-display.exp: Likewise.
5459
5460 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5461
5462 Fix random false FAILs on i386.
5463 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
5464
5465 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5466
5467 PR gdb/544
5468 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
5469
5470 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5471
5472 PR gdb/544
5473 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
5474
5475 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5476
5477 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
5478 fixed PR gdb/544.
5479
5480 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5481
5482 * gdb.threads/fork-child-threads.exp: Test next over fork.
5483
5484 2008-03-21 Chris Demetriou <cgd@google.com>
5485
5486 * gdb.base/break.exp (rbreak junk): New test for rbreak
5487 "Junk at end of arguments" issue.
5488
5489 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5490
5491 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
5492 *& to work on created array elements.
5493 (Top level): Test print $pc with a file. Test string operations
5494 without a target.
5495 * gdb.base/ptype.exp: Do not expect *& to work on created array
5496 elements.
5497
5498 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5499
5500 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5501 gdb.threads/staticthreads.exp: Update exit query.
5502
5503 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
5504
5505 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
5506
5507 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5508
5509 * gdb.base/watchpoint.c (global_ptr, func4): New.
5510 (main): Call func4.
5511 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
5512 (test_inaccessible_watchpoint): New.
5513
5514 2008-02-29 Maciej W. Rozycki <macro@mips.com>
5515
5516 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
5517 select the largest.
5518
5519 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5520
5521 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
5522 frames-invalid annotations.
5523
5524 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
5525
5526 * gdb.base/assign.exp: avoid same output for different tests.
5527
5528 2008-02-27 Doug Evans <dje@google.com>
5529
5530 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
5531 for bug 1738.
5532 (breakpoint_to_handler_entry): Ditto.
5533
5534 2008-02-27 Joel Brobecker <brobecker@adacore.com>
5535
5536 * gdb.base/ending-run.exp: Use the first line of code inside
5537 function body to test breakpoints.
5538 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
5539 location where the breakpoint is inserted when using the line
5540 where a function is declared. Fix typo in the description of
5541 one of the tests.
5542 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
5543
5544 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5545
5546 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
5547 tests.
5548
5549 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5550
5551 * gdb.base/args.exp: avoid same output for tests
5552 with single quotes.
5553
5554 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
5555
5556 * gdb.base/annota1.exp: Adjust for 'info break'
5557 format changes.
5558 * gdb.base/annota3.exp: Likewise.
5559 * gdb.base/break.exp: Likewise.
5560 * gdb.base/condbreak.exp: Likewise.
5561 * gdb.base/pending.exp: Likewise.
5562 * gdb.base/sepdebug.exp: Likewise.
5563 * gdb.base/unload.exp: Likewise.
5564 * gdb.cp/ovldbreak.exp: Likewise.
5565 * gdb.mi/mi-pending.exp: Likewise.
5566
5567 2008-02-07 Doug Evans <dje@google.com>
5568
5569 * gdb.cp/mb-inline.exp: New.
5570 * gdb.cp/mb-inline.h: New.
5571 * gdb.cp/mb-inline1.cc: New.
5572 * gdb.cp/mb-inline2.cc: New.
5573
5574 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5575
5576 * gdb.pascal/floats.pas: New test program.
5577 * gdb.pascal/floats.exp: New testcase.
5578
5579 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5580
5581 * gdb.base/callfuncs.c (t_float_many_args): New function.
5582 (t_double_many_args): New function.
5583 * gdb.base/callfuncs.exp: Add tests for exceeding float
5584 and double parameters passed through the stack.
5585
5586 2008-02-05 Joel Brobecker <brobecker@adacore.com>
5587
5588 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
5589 gdb.ada/complete/foo.adb: New files.
5590 * gdb.ada/complete.exp: New testcase.
5591
5592 2008-02-03 Doug Evans <dje@google.com>
5593
5594 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
5595
5596 * gdb.cp/gdb2384.exp: New file.
5597 * gdb.cp/gdb2384.cc: New file.
5598 * gdb.cp/gdb2384-base.h: New file.
5599 * gdb.cp/gdb2384-base.cc: New file.
5600
5601 2008-02-02 Doug Evans <dje@google.com>
5602
5603 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
5604
5605 2007-02-01 Joel Brobecker <brobecker@adacore.com>
5606
5607 * gdb.ada/sym_print_name: New test program.
5608 * gdb.ada/sym_print_name.exp: New testcase.
5609
5610 2007-02-01 Joel Brobecker <brobecker@adacore.com>
5611
5612 * gdb.ada/nested/hello.adb: New file.
5613 * gdb.ada/nested.exp: New testcase.
5614 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5615
5616 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5617
5618 * gdb.mi/basic.c (return_1): New function.
5619 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
5620 don't cause future evaluations of function to report
5621 creation of internal breakpoints.
5622
5623 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5624
5625 * gdb.mi/mi-break.exp (test_error): New.
5626 Call it.
5627
5628 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
5629
5630 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
5631 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
5632
5633 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5634
5635 * gdb.pascal/integers.pas: New test program.
5636 * gdb.pascal/integers.exp: New testcase.
5637
5638 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5639
5640 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
5641
5642 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
5643
5644 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
5645 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
5646
5647 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
5648
5649 * gdb.ada/formatted_ref: New test program.
5650 * gdb.ada/formatted_ref.exp: New testcase.
5651
5652 * gdb.cp/formatted-ref.cc: New file.
5653 * gdb.cp/formatted-ref.exp: New testcase.
5654
5655 2008-01-30 Joel Brobecker <brobecker@adacore.com>
5656
5657 * gdb.base/ptype.exp: Add testing of "ptype $pc".
5658
5659 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5660
5661 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
5662 (test_file_list_exec_source_file): Update to new macro-info field.
5663
5664 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
5665
5666 * gdb.ada/exprs: New test program.
5667 * gdb.ada/exprs.exp: New testcase.
5668
5669 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5670
5671 * dfp-test.c (DELTA, DELTA_B): New definitions.
5672 (double_val1, double_val2, double_val3, double_val4, double_val5,
5673 double_val6, double_val7, double_val8, double_val9, double_val10,
5674 double_val11, double_val12, double_val13, double_val14, dec32_val1,
5675 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
5676 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
5677 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
5678 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
5679 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
5680 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
5681 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
5682 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
5683 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
5684 dec128_val16): New global variables.
5685 (decimal_dec128_align): New function.
5686 (decimal_mixed): Likewise.
5687 (decimal_many_args_dec32): Likewise.
5688 (decimal_many_args_dec64): Likewise.
5689 (decimal_many_args_dec128): Likewise.
5690 (decimal_many_args_mixed): Likewise.
5691 * dfp-test.exp: Add tests calling new inferior functions.
5692
5693 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5694
5695 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
5696 gdb.server/ext-run.exp: New files.
5697 * lib/gdbserver-support.exp (gdbserver_download): New.
5698 (gdbserver_start): New. Update gdbserver expected
5699 output.
5700 (gdbserver_spawn): Use them.
5701 (gdbserver_start_extended): New.
5702
5703 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5704
5705 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
5706 Run on GNU/Linux.
5707 (do_exec_tests): Check for systems which do not support catchpoints.
5708 Do not match START.
5709 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
5710 Run on GNU/Linux. Enable verbose output.
5711 (check_fork_catchpoints): New.
5712 (explicit_fork_child_follow, catch_fork_child_follow)
5713 (tcatch_fork_parent_follow): Update expected messages.
5714 (do_fork_tests): Use check_fork_catchpoints.
5715 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
5716 Run on GNU/Linux. Enable verbose output.
5717 (check_vfork_catchpoints): New.
5718 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
5719 expected messages.
5720 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
5721
5722 2008-01-29 Jim Blandy <jimb@red-bean.com>
5723
5724 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
5725 host' errors.
5726 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
5727
5728 2008-01-29 Jim Blandy <jimb@red-bean.com>
5729
5730 * gdb.threads/sigthread.c: Use barriers to ensure that
5731 child_thread and child_thread_two are always initialized before we
5732 start to use them.
5733
5734 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
5735
5736 * gdb.base/watchpoint-solib.exp: New.
5737 * gdb.base/watchpoint-solib.c: New.
5738 * gdb.base/watchpoint-solib-shr.c: New.
5739
5740 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
5741
5742 * gdb.base/gdb1056.exp: Add unsigned integer test.
5743
5744 2008-01-28 Doug Evans <dje@google.com>
5745
5746 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
5747
5748 2008-01-27 Jim Blandy <jimb@codesourcery.com>
5749
5750 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
5751
5752 * gdb.base/expand-psymtabs.exp: Doc fix.
5753
5754 2008-01-26 Mark Kettenis <kettenis@gnu.org>
5755
5756 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
5757
5758 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
5759
5760 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5761 -var-set-format.
5762
5763 2008-01-23 Chris Demetriou <cgd@google.com>
5764
5765 * gdb.threads/thread_events.c: New testcase source file.
5766 * gdb.threads/thread_events.exp: New testcase expect file.
5767
5768 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
5769
5770 * lib/gdb.exp: Add the variable octal.
5771
5772 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
5773 -var-set-format.
5774
5775 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5776 Vladimir Prus <vladimir@codesourcery.com>
5777
5778 * gdb.base/float.exp: Allow missing floating point for m68k and
5779 PowerPC.
5780
5781 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
5782
5783 * gdb.mi/basics.c: Setup for testing breakpoints
5784 ignore count.
5785 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
5786 * gdb.mi/mi-cli.exp: Adjust.
5787 * gdb.mi/mi2-cli.exp: Adjust.
5788
5789 2008-01-17 Pedro Alves <pedro@codesourcery.com>
5790
5791 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
5792 and 'dummy_ptr' integer pointer. Initialize struct_declarations
5793 with dummy_ptr's address.
5794 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
5795 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
5796 all targets.
5797 * gdb.mi/mi2-var-child.exp: Likewise.
5798
5799 2008-01-09 Joel Brobecker <brobecker@adacore.com>
5800
5801 * gdb.ada/null_array: New test program.
5802 * gdb.ada/null_array.exp: New testcase.
5803
5804 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5805
5806 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
5807 with required float modifiers.
5808
5809 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5810
5811 * gdb.ada/funcall_param: New test program.
5812 * gdb.ada/funcall_param.exp: New testcase.
5813
5814 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5815
5816 * gdb.ada/arrayparam: New test program.
5817 * gdb.ada/arrayparam.exp: New testcase.
5818
5819 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5820
5821 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
5822 landed. Should also fix random failures in the test following it.
5823
5824 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5825
5826 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
5827 for expressions with decimal float values.
5828 (test_dfp_conversions): New function to test casts to and from
5829 decimal float types.
5830 Call test_dfp_conversions.
5831 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
5832 elements.
5833 (main): Initialize ds.float4 and ds.double8 elements.
5834 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
5835 string to new error message.
5836 (d64_set_tests): Likewise.
5837 (d128_set_tests): Likewise.
5838 Add tests for expressions with decimal float variables. Add tests for
5839 conversions to and from decimal float types.
5840
5841 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5842
5843 * gdb.ada/packed_tagged/comp_bug.adb: New file.
5844 * gdb.ada/packed_tagged.exp: New testcase.
5845
5846 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5847
5848 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
5849 gdb.ada/homonym/homonym_main.adb: New files.
5850 * gdb.ada/homonym.exp: New testcase.
5851
5852 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5853
5854 * gdb.ada/packed_array.exp: Add testing of references to
5855 a packed array.
5856
5857 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5858
5859 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
5860 New files.
5861 * gdb.ada/type_coercion.exp: New testcase.
5862
5863 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5864
5865 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
5866 gdb.ada/tagged/foo.adb: New file.
5867 * gdb.ada/tagged.exp: New testcase.
5868
5869 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5870
5871 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
5872 gdb.ada/ptype_field/foo.adb: New files.
5873 * gdb.ada/ptype_field.exp: New testcase.
5874
5875 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5876
5877 * gdb.ada/print_pc.exp: New testcase.
5878
5879 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5880
5881 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
5882 gdb.ada/taft_type/p.adb: New files.
5883 * gdb.ada/taft_type.exp: New testcase.
5884
5885 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5886
5887 * gdb.ada/array_bounds/bar.adb: New file.
5888 * gdb.ada/array_bounds.exp: New testcase.
5889
5890 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5891
5892 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
5893 gdb.ada/arrayptr/foo.adb: New files.
5894 * gdb.ada/arrayptr.exp: New testcase.
5895
5896 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5897
5898 * gdb.base/set-lang-auto.exp: New testcase.
5899
5900 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5901
5902 * gdb.ada/fun_addr/foo.adb: New file.
5903 * gdb.ada/fun_addr.exp: New testcase.
5904
5905 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5906
5907 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
5908 New files
5909
5910 2008-01-02 Joel Brobecker <brobecker@adacore.com>
5911
5912 * array_subscript_addr/p.adb: New file.
5913 * array_subscript_addr.exp: New testcase.
5914
5915 2008-01-02 Joel Brobecker <brobecker@adacore.com>
5916
5917 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
5918 New files.
5919 * gdb.ada/str_cmp_ref.exp: New testcase.
5920
5921 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5922
5923 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
5924 gdb.ada/fun_in_declare/foo.adb: New files.
5925 * gdb.ada/fun_in_declare.exp: New testcase.
5926
5927 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5928
5929 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
5930 gdb.ada/ref_param/pck.ads: New files.
5931 * gdb.ada/ref_param.exp: New testcase.
5932
5933 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5934
5935 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
5936 gdb.ada/interface/foo.adb: New files.
5937 * gdb.ada/interface.exp: New testcase.
5938
5939 2007-12-31 Jim Blandy <jimb@codesourcery.com>
5940
5941 * gdb.base/multi-forks.exp: Consume all output from child
5942 processes before proceeding to next test.
5943
5944 2007-12-29 Jim Blandy <jimb@codesourcery.com>
5945
5946 * configure: Regenerated.
5947
5948 2007-12-27 Joel Brobecker <brobecker@adacore.com>
5949
5950 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
5951 gdb.ada/fixed_cmp/fixed.adb: New files.
5952 * gdb.ada/fixed_cmp.exp: New testcase.
5953
5954 2007-12-27 Joel Brobecker <brobecker@adacore.com>
5955
5956 * gdb.ada/boolean_expr.exp: New testcase.
5957
5958 2007-12-26 Jim Blandy <jimb@codesourcery.com>
5959
5960 * gdb.base/multi-forks.exp: Doc fix.
5961
5962 2007-12-26 Joel Brobecker <brobecker@adacore.com>
5963
5964 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5965 * gdb.ada/char_param.exp: Do not compile our test program with
5966 -gnata, this is unnecessary.
5967 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
5968
5969 2007-12-24 Joel Brobecker <brobecker@adacore.com>
5970
5971 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
5972 gdb.ada/print_chars/foo.adb: New files.
5973 * gdb.ada/print_chars.exp: New testcase.
5974
5975 2007-12-24 Joel Brobecker <brobecker@adacore.com>
5976
5977 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
5978 gdb.ada/char_param/foo.adb: New files.
5979 * gdb.ada/char_param.exp: New testcase.
5980
5981 2007-12-22 Jim Blandy <jimb@codesourcery.com>
5982
5983 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
5984 hard-coding source line numbers into the test.
5985 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
5986 gdb_get_line_number to find.
5987
5988 2007-12-22 Joel Brobecker <brobecker@adacore.com>
5989
5990 * gdb.base/ptype.c (highest): New struct type.
5991 (the_highest): New variable of that type.
5992 (main): Add dummy assignment to a field of variable the_highest.
5993 * gdb.base/ptype.exp: Test type printing of our new variable.
5994
5995 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
5996
5997 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
5998 and record first explicitly generated thread number.
5999 Use that thread number for thread specific watchpoint test.
6000 Add iteration number to repetitive tests.
6001
6002 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
6003 Jim Blandy <jimb@codesourcery.com>
6004
6005 * gdb.base/expand-psymtabs.c: New testcase
6006 source file.
6007 * gdb.base/expand-psymtabs.exp: New testcase
6008 expect file.
6009
6010 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6011
6012 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
6013 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
6014
6015 2007-12-17 Joel Brobecker <brobecker@adacore.com>
6016
6017 * gdb.ada/frame_args/foo.adb: New file.
6018 * gdb.ada/frame_args/pck.ads: New file.
6019 * gdb.ada/frame_args/pck.adb: New file.
6020 * gdb.ada/frame_args.exp: New testcase.
6021
6022 2007-12-17 Joel Brobecker <brobecker@adacore.com>
6023
6024 * gdb.base/frame-args.c: New file.
6025 * gdb.base/frame-args.exp: New testcase.
6026
6027 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6028 Joseph Myers <joseph@codesourcery.com>
6029
6030 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
6031
6032 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6033
6034 * gdb.mi/mi-pending.exp: New.
6035 * gdb.mi/mi-pending.c: New.
6036 * gdb.mi/mi-pendshr.c: New.
6037
6038 2007-12-06 Jim Blandy <jimb@codesourcery.com>
6039
6040 * gdb.base/default.exp: Update expected output for 'info catch'.
6041
6042 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6043
6044 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
6045 must be set to binary.
6046
6047 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
6048
6049 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
6050
6051 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6052
6053 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
6054 gdb.mi/mi-file-transfer.exp: New.
6055
6056 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6057
6058 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
6059
6060 2007-11-22 Maciej W. Rozycki <macro@mips.com>
6061
6062 * gdb.trace/backtrace.exp: Fix a typo.
6063 * gdb.trace/circ.exp: Likewise.
6064 * gdb.trace/collection.exp: Likewise.
6065 * gdb.trace/limits.exp: Likewise.
6066 * gdb.trace/report.exp: Likewise.
6067 * gdb.trace/tfind.exp: Likewise.
6068 * gdb.trace/while-dyn.exp: Likewise.
6069
6070 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
6071
6072 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
6073 objects of pointers that can't be dereferenced are now
6074 "noneditable".
6075
6076 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6077
6078 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6079 (target_cpu): Remove.
6080
6081 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
6082
6083 * gdb.base/ending-run.exp: Expect the list of cleared
6084 breakpoint to come in natural order, not the reversed one.
6085
6086 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
6087
6088 * gdb.mi/mi-var-child.c (do_child_deletion): New.
6089 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
6090
6091 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6092
6093 * gdb.base/printcmds.exp: New function
6094 test_printf_with_dfp.
6095
6096 2007-11-02 Doug Evans <dje@google.com>
6097
6098 * gdb.disasm/t01_mov.s: Remove carriage returns.
6099 * gdb.disasm/t02_mova.s: Ditto.
6100 * gdb.disasm/t03_add.s: Ditto.
6101 * gdb.disasm/t04_sub.s: Ditto.
6102 * gdb.disasm/t05_cmp.s: Ditto.
6103 * gdb.disasm/t06_ari2.s: Ditto.
6104 * gdb.disasm/t07_ari3.s: Ditto.
6105 * gdb.disasm/t08_or.s: Ditto.
6106 * gdb.disasm/t09_xor.s: Ditto.
6107 * gdb.disasm/t10_and.s: Ditto.
6108 * gdb.disasm/t11_logs.s: Ditto.
6109 * gdb.disasm/t12_bit.s: Ditto.
6110 * gdb.disasm/t13_otr.s: Ditto.
6111
6112 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6113
6114 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
6115
6116 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6117
6118 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
6119 provide DFP support.
6120
6121 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6122
6123 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
6124 Test "set powerpc vector-abi". Skip auto-detection tests for old
6125 toolchains.
6126
6127 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6128
6129 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
6130 with [string compare].
6131
6132 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6133
6134 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
6135 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
6136
6137 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
6138
6139 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
6140 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
6141 * gdb.opt/Makefile.in: New makefile.
6142 * Makefile.in: Create new directory "gdb.opt".
6143 * configure.ac: Add "gdb.opt" directory.
6144 * configure: Regenerated.
6145
6146 2007-10-25 Doug Evans <dje@google.com>
6147
6148 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
6149 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
6150
6151 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
6152 Thiago Jung Bauermann <bauerman@br.ibm.com>
6153
6154 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
6155 Floating Point expressions.
6156 * gdb.base/dfp-test.exp: new file adding tests for Decimal
6157 Floating Point variables.
6158 * gdb.base/dfp-test.c: new file containing program with Decimal
6159 Floating variables, used by gdb.base/dfp-test.exp.
6160
6161 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6162
6163 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
6164
6165 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6166
6167 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
6168 compiling test case with GCC.
6169 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
6170
6171 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6172
6173 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6174 format changes.
6175
6176 2007-10-18 Michael Snyder <msnyder@specifix.com>
6177
6178 * gdb.base/dbx.exp: Add missing "-re " operator.
6179
6180 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
6181
6182 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
6183 * configure.ac: Removed trailing spaces after backslash.
6184 * gdb.modula2: New directory.
6185 * gdb.modula2/Makefile.in: New file.
6186 * gdb.modula2/unbounded-array.exp: New file.
6187 * gdb.modula2/unbounded1.c: New file.
6188
6189 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6190
6191 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
6192
6193 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
6194
6195 * gdb.base/sigstep.c (main): Add checks for
6196 return values for setitimer call.
6197 Call setitimer again with itimer = ITIMER_REAL
6198 if first call to setitimer fails.
6199
6200 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6201
6202 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
6203 of $timeout.
6204
6205 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
6206
6207 * gdb.server/server-run.exp: Test for dynamic linker symbols.
6208
6209 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
6210
6211 * lib/gdb.exp (gdb_run_cmd): Move comment outside
6212 of gdb_expect call, to avoid interruption.
6213
6214 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
6215
6216 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
6217 (v_unsigned_long_long, v_long_long_array)
6218 (v_signed_long_long_array, v_unsigned_long_long_array)
6219 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
6220 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
6221 [!NO_LONG_LONG]: New.
6222 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
6223 v_long_long_member.
6224
6225 (v_long_long_func, v_signed_long_long_func)
6226 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
6227 (main) [!NO_LONG_LONG]: Initialize long long variants.
6228
6229 * gdb.base/whatis.exp: If board file requests no_long_long, build
6230 test with NO_LONG_LONG defined. Test long long, signed long long,
6231 and unsigned long long variants but only if board file doesn't
6232 disable it.
6233
6234 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
6235 Daniel Jacobowitz <dan@codesourcery.com>
6236
6237 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
6238 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
6239 * configure: Regenerated.
6240 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
6241 gdb.pascal/types.exp, lib/pascal.exp: New files.
6242
6243 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
6244
6245 * gdb.cp/classes.exp (do_tests): Always step to the line after the
6246 call.
6247 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
6248 to return to the call.
6249 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
6250 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
6251 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
6252 * gdb.mi/mi-until.exp (test_until): Likewise.
6253 * gdb.mi/mi2-until.exp (test_until): Likewise.
6254
6255 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
6256
6257 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
6258 two-char array.
6259 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
6260
6261 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6262
6263 * gdb.threads/watchthreads.c (thread_function): Sleep between
6264 iterations.
6265 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
6266 at once for S/390. Generate matching fails and passes.
6267
6268 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
6269
6270 * gdb.mi/var-cmd.c (do_children_tests): Initialize
6271 the 'struct_declarations' variable to zeros.
6272
6273 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
6274
6275 * gdb.cp/mb-ctor.cc: New.
6276 * gdb.cp/mb-ctor.exp: New.
6277 * gdb.cp/mb-templates.cc: New.
6278 * gdb.cp/mb-templates.exp: New.
6279
6280 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
6281
6282 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
6283
6284 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
6285
6286 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
6287 targets.
6288 * configure: Regenerate.
6289
6290 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
6291
6292 * gdb.base/annota1.exp: Adjust for 'info break'
6293 format changes.
6294 * gdb.base/annota3.exp: Likewise.
6295 * gdb.base/break.exp: Likewise.
6296 * gdb.base/condbreak.exp: Likewise.
6297 * gdb.base/pending.exp: Likewise.
6298 * gdb.base/sepdebug.exp: Likewise.
6299 * gdb.base/unload.exp: Likewise.
6300 * gdb.base/ovldbreak.exp: Likewise.
6301
6302 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
6303
6304 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
6305 messages.
6306 * gdb.base/chng-syms.exp: Likewise.
6307 * gdb.base/unload.exp: Likewise.
6308
6309 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
6310
6311 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
6312
6313 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6314
6315 * schedlock.c (NUM): Change to 1.
6316 (main): Use args[0] for the main thread.
6317 * schedlock.exp: Only expect two threads. Only issue one pass or fail
6318 regardless of the number of threads.
6319
6320 2007-09-14 Maciej W. Rozycki <macro@mips.com>
6321
6322 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
6323 type down.
6324 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6325 test.
6326 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
6327 watchpoint type down.
6328 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6329 test.
6330
6331 2007-09-14 Maciej W. Rozycki <macro@mips.com>
6332
6333 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
6334 Move all the tests here and run them twice, once using software
6335 watchpoints and once using hardware watchpoints.
6336 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
6337
6338 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
6339
6340 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
6341 test.
6342
6343 2007-09-10 Mark Kettenis <kettenis@gnu.org>
6344
6345 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
6346 build-id.
6347
6348 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
6349 know about $ORIGIN. Calculate output dir from $dest instead of
6350 using ${objdir}/{$subdir}.
6351
6352 2007-09-09 Mark Kettenis <kettenis@gnu.org>
6353
6354 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
6355 gcore, before continuing with the test.
6356
6357 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
6358
6359 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
6360 * gdb.mi/mi-watch.exp: Likewise.
6361
6362 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6363 Jim Blandy <jimb@codesourcery.com>
6364
6365 * gdb.arch/i386-sse.exp: Do not expect character constants.
6366 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
6367 * gdb.base/display.exp: Allow print/s.
6368 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
6369 and unsigned char array changes.
6370
6371 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6372
6373 * gdb.base/display.exp: Add tests for printf %p.
6374
6375 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
6376
6377 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
6378 the dll name to unicode.
6379
6380 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6381
6382 * gdb.base/default.exp (show version): Update the version text.
6383 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
6384
6385 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6386
6387 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
6388 New files.
6389
6390 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6391
6392 * lib/gdb.exp (build_id_debug_filename_get): New function.
6393 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
6394 Remove the generate DEBUG file for the future testcase runs.
6395 New testcase for the NT_GNU_BUILD_ID retrieval.
6396 Move the final testing step to ...
6397 (test_different_dir): ... a new function.
6398 New parameter XFAIL to XFAIL all the tests performed.
6399 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
6400 New parameter TYPE to PF_PREFIX all the tests performed.
6401
6402 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6403
6404 * gdb.mi/mi-var-cp.cc (path_expression): New
6405 function.
6406 * gdb.mi/mi-var-cp.exp: Run path exression tests.
6407
6408 2007-08-27 Markus Deuling <deuling@de.ibm.com>
6409
6410 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
6411 to fit into SPU Local Store memory.
6412
6413 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6414
6415 * gdb.base/default.exp: Adjust the expected output of "info
6416 warranty" after the switch to GPLv3.
6417
6418 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6419
6420 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
6421 to 30000 (from 20000).
6422
6423 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6424
6425 Switch the license of all .exp files to GPLv3.
6426 Switch the license of all .f and .f90 files to GPLv3.
6427 Switch the license of all .s and .S files to GPLv3.
6428
6429 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6430
6431 * configure.ac: Switch license to GPLv3.
6432
6433 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6434
6435 Switch the licensing to GPLv3 for all .ads and .adb files.
6436
6437 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
6438
6439 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
6440 and t_int_double.
6441 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
6442
6443 2007-08-17 Joel Brobecker <brobecker@adacore.com>
6444
6445 * gdb.base/step-line.c: Switch license to GPL version 3, and
6446 update copyright year.
6447 * gdb.base/step-line.inp: Likewise.
6448
6449 2007-08-17 Joel Brobecker <brobecker@adacore.com>
6450
6451 * gdb.base/gdb1555.exp: Make expected output immune to formatting
6452 changes inside gdb1555.c.
6453 * gdb.base/pending.exp: Likewise.
6454
6455 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
6456
6457 * config/default.exp: New file.
6458
6459 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6460
6461 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
6462 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
6463
6464 2007-07-30 Maciej W. Rozycki <macro@mips.com>
6465
6466 * gdb.base/dump.exp: Force the correct endianness for binary
6467 formats not carrying this information.
6468
6469 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6470
6471 * gdb.threads/staticthreads.exp: Match .*sem_post.
6472
6473 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6474
6475 * gdb.base/readline.exp (operate_and_get_next): Match the final
6476 prompt.
6477
6478 2007-07-23 Kevin Buettner <kevinb@redhat.com>
6479
6480 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
6481 to restarting SID.
6482
6483 2007-07-18 Kevin Buettner <kevinb@redhat.com>
6484
6485 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
6486 prior to `gdb_start'.
6487
6488 2007-07-18 Kevin Buettner <kevinb@redhat.com>
6489
6490 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
6491 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
6492 Remove call to gdb_unload.
6493
6494 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
6495 Daniel Jacobowitz <dan@codesourcery.com>
6496
6497 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
6498 for __WIN32__.
6499 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
6500 * gdb.base/unload.exp: Use shared library test routines.
6501
6502 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6503
6504 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
6505 * gdb.base/solib-symbol-lib.c: Likewise.
6506 * gdb.base/solib-symbol-main.c: Likewise.
6507
6508 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6509
6510 * config/gdbserver.exp (gdb_reconnect): New.
6511 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
6512 gdb.base/solib-disc.exp: New files.
6513 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
6514 remote debugging".
6515 (gdb_compile): Add shlib_load flag.
6516 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
6517 port.
6518 (gdbserver_reconnect): New.
6519
6520 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
6521 Daniel Jacobowitz <dan@codesourcery.com>
6522
6523 * gdb.base/annota3.exp: Test for if construct.
6524
6525 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
6526
6527 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
6528
6529 2007-06-21 Chris Dearman <chris@mips.com>
6530 Maciej W. Rozycki <macro@mips.com>
6531
6532 * gdb.base/display.exp: Allow a newline after display/i.
6533 * gdb.base/pc-fp.exp: Likewise.
6534 * gdb.base/sigbpt.exp: Likewise.
6535
6536 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6537
6538 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
6539 required features to be included.
6540
6541 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6542
6543 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
6544 in info threads output.
6545
6546 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6547 Markus Deuling <deuling@de.ibm.com>
6548
6549 * gdb.arch/spu-info.exp: New testcase.
6550 * gdb.arch/spu-info.c: New file.
6551
6552 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6553
6554 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
6555 tpcs_offset. Restore lr after the call.
6556 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
6557
6558 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
6559
6560 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
6561 (gdbserver_run): Kill any running gdbserver.
6562 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
6563
6564 2007-05-17 Maciej W. Rozycki <macro@mips.com>
6565
6566 * gdb.base/sigbpt.exp: Preset segv_addr.
6567
6568 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6569
6570 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
6571 (gdb_compile_shlib): Likewise.
6572 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
6573 (default_gdb_init): Clear cleanfiles.
6574 (gdb_finish): Delete recorded cleanfiles.
6575 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
6576
6577 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
6578 Do not use isnative.
6579 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
6580 gdb.base/so-impl-ld.exp: Likewise.
6581 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
6582 * gdb.base/unload.exp: Likewise. Do not pass empty option to
6583 gdb_compile.
6584
6585 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
6586
6587 * config/unknown.exp: Remove.
6588
6589 2007-05-15 Markus Deuling <deuling@de.ibm.com>
6590
6591 * gdb.base/info-proc.exp: Check is_remote.
6592
6593 2007-05-14 Markus Deuling <deuling@de.ibm.com>
6594
6595 * gdb.base/gcore.exp: Initialize variable core_supported.
6596
6597 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6598
6599 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
6600
6601 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6602
6603 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
6604 * gdb.threads/print-threads.exp (test_all_threads): Allow
6605 negative and hexadecimal thread IDs.
6606
6607 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6608
6609 * gdb.java/jprint.java (public): Avoid invalid call to static
6610 method.
6611
6612 2007-05-14 Denis Pilat <denis.pilat@st.com>
6613
6614 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
6615 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
6616 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6617 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
6618 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
6619
6620 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6621
6622 * gdb.base/overlays.exp: Add support for targets with only code
6623 overlay support, not data overlay. Support spu-*-* target in
6624 this mode.
6625 * gdb.base/ovlymgr.c: Provide stubs for spu target.
6626 * gdb.base/spu.ld: New file.
6627
6628 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
6629
6630 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
6631
6632 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
6633
6634 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
6635
6636 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6637
6638 * gdb.java/jmain.exp: Handle demangled names with and without method
6639 signatures.
6640
6641 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6642
6643 * gdb.mi/mi-syn-frame.c (main, foo, bar)
6644 (have_a_very_merry_interrupt): Remove calls to puts.
6645 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
6646 inferior output.
6647 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
6648 test names.
6649
6650 2007-04-29 Markus Deuling <deuling@de.ibm.com>
6651 Daniel Jacobowitz <dan@codesourcery.com>
6652
6653 * gdb.base/auxv.exp (core_works): Also check is_remote.
6654 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
6655
6656 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
6657
6658 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
6659 message, not the undefined 'module' variable.
6660 * gdb.base/siginfo.exp: Likewise.
6661 * gdb.base/sigstep.exp: Likewise.
6662 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
6663 serialport.
6664 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
6665
6666 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
6667
6668 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
6669 target sim fails. Return 0 otherwise.
6670 (gdb_load): Return prematurely if gdb_target_sim fails.
6671
6672 2007-04-16 Denis Pilat <denis.pilat@st.com>
6673
6674 * gdb.base/setshow.exp: Reset height after having set it to 100.
6675
6676 2007-04-16 Denis Pilat <denis.pilat@st.com>
6677
6678 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
6679
6680 2007-04-16 Denis Pilat <denis.pilat@st.com>
6681
6682 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
6683
6684 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6685
6686 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
6687 tests. Run the frozen varobjs test.
6688 * gdb.mi/var-cmd.c (do_frozen_tests): New.
6689 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
6690
6691 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6692
6693 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
6694 gdb.base/type-opaque.exp: New files.
6695
6696 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
6697
6698 * gdb.mi/mi-var-child.c
6699 (do_children_tests): User char[2] instead of
6700 char so that automatic printing of pointers to char
6701 don't give unpredicable result.
6702 * gdb.mi/var-cmd.c (do_locals_test): Initialize
6703 local variables.
6704 * gdb.mi/mi-var-child.exp: Step to right line
6705 of do_children_tests.
6706 * gdb.mi/mi2-var-child.exp: Likewise.
6707 * gdb.mi/mi-var-cmd.exp: Step to right line of
6708 do_locals_tests.
6709 (do_children_tests): User char[2] instead of
6710 char so that automatic printing of pointers to char
6711 don't give unpredicable result.
6712 * gdb.mi/mi2-var-cmd.exp: Likewise.
6713 * lib/mi-support.exp (mi_continue_to_line):
6714 Pass test name to mi_wait_for_stop.
6715
6716 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6717
6718 * gdb.asm/asm-source.exp: Remove d10v case.
6719 * lib/gdb.exp (skip_cplus_tests): Likewise.
6720 * gdb.asm/d10v.inc: Deleted.
6721
6722 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6723
6724 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
6725
6726 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6727
6728 * config/netware.exp: Delete file.
6729
6730 2007-03-29 Joel Brobecker <brobecker@adacore.com>
6731
6732 * gdb.dwarf2/dw2-noloc.S: New file.
6733 * gdb.dwarf2/dw2-noloc.exp: New file.
6734
6735 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6736
6737 * gdb.cp/method2.cc: New test.
6738 * gdb.cp/method2.exp: New test.
6739 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
6740
6741 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6742
6743 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
6744
6745 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6746
6747 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
6748
6749 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6750
6751 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
6752 (gdb_load): Delete, replace with...
6753 (gdb_reload): ...this.
6754 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
6755 * gdb.server/server-mon.exp: Likewise.
6756 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
6757 (gdb_start_cmd): New.
6758 (gdb_file_cmd): Save the last loaded file.
6759 (gdb_reload): New.
6760 (gdb_gnu_strip_debug): Use transform.
6761 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
6762 support here. Use new $last_loaded_file. Check mtime.
6763 (gdb_target_cmd): Handle ObjC failure case.
6764 (infer_host_exec): Delete.
6765 (gdbserver_load): Rename to...
6766 (gdbserver_run): ...this. Simplify.
6767 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
6768 (mi_gdb_load): Move most contents to a new function...
6769 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
6770 (mi_run_cmd): Use mi_gdb_target_load.
6771 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
6772 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
6773 Use gdb_run_cmd.
6774 * gdb.base/charsign.exp: Remove incorrect comment.
6775 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
6776 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
6777 gdb.base/start.exp: Use gdb_start_cmd.
6778
6779 2007-03-23 Nigel Stephens <nigel@mips.com>
6780 Maciej W. Rozycki <macro@mips.com>
6781
6782 * gdb.base/sigbpt.exp: Fix the message when skipping test.
6783 * gdb.base/signull.exp: Similarly.
6784
6785 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6786
6787 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
6788 messages available to test cases (like chng-sym.exp).
6789
6790 2007-03-14 Andreas Schwab <schwab@suse.de>
6791
6792 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6793 format changes.
6794
6795 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
6796
6797 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
6798 (optimized_1): New.
6799 (main): Call optimized_1.
6800 (gdb2029): Correct typos. Call gdb2029_marker.
6801 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
6802 for gdb2029.
6803
6804 2007-03-12 Mark Kettenis <kettenis@gnu.org>
6805
6806 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
6807 as tabs. Remove redundant test pattern.
6808
6809 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6810
6811 * gdb.base/long_long.exp: Accept optional symbol name in <...>
6812 for /a format output.
6813
6814 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
6815
6816 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
6817 collect output incrementally.
6818
6819 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6820
6821 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
6822 for -var-create lpcharacter test.
6823 * gdb.mi/mi2-var-cmd.exp: Likewise.
6824
6825 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6826
6827 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
6828 pass on targets where address zero is readable.
6829
6830 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6831
6832 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
6833 just a single architecture.
6834
6835 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6836
6837 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
6838 (fetch_all_registers): New function, uses gdb_test_multiple and
6839 exp_continue to fetch inferior output line-by-line.
6840 Replace all uses of do_get_all_registers by fetch_all_registers.
6841
6842 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6843
6844 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
6845 in target_info.
6846
6847 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6848
6849 * gdb.threads/manythreads.exp: Use $message string for
6850 consistancy; add a default (timeout) case.
6851
6852 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6853
6854 * gdb.base/watchpoint.exp: Fix truncated comment.
6855
6856 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6857
6858 * Makefile.in: Remove spurious single-quotes from sed command.
6859
6860 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6861
6862 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
6863 func.
6864 * gdb.mi/mi2-var-cmd.exp: Likewise.
6865
6866 2007-02-27 Joel Brobecker <brobecker@adacore.com>
6867
6868 * gdb.dwarf2/dw2-producer.S: New file.
6869 * gdb.dwarf2/dw2-producer.exp: New testcase.
6870
6871 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
6872
6873 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6874 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6875 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6876 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6877 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6878 Revert tests to use mi_gdb_test and include value field in output
6879 of -var-create.
6880
6881 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6882
6883 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
6884
6885 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6886
6887 * gdb.base/maint.exp: Remove full paths from test names.
6888 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
6889 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
6890
6891 2007-02-27 Joel Brobecker <brobecker@adacore.com>
6892
6893 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
6894
6895 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6896
6897 * gdb.server/server-mon.exp: New test.
6898
6899 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6900
6901 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
6902
6903 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6904
6905 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
6906 register capitalization.
6907
6908 2007-02-13 Denis Pilat <denis.pilat@st.com>
6909
6910 * gdb.mi/mi-var-invalidate.exp: New file.
6911
6912 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6913
6914 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
6915
6916 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6917
6918 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
6919
6920 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6921
6922 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
6923 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
6924
6925 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
6926
6927 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6928 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6929 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6930 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6931 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6932 * gdb.mi/gdb792.exp, lib/mi-support.exp:
6933 Update tests to include value field in output of -var-create.
6934
6935 2007-02-08 Andreas Schwab <schwab@suse.de>
6936
6937 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
6938
6939 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6940
6941 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
6942 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
6943
6944 2007-02-02 Denis Pilat <denis.pilat@st.com>
6945
6946 * gdb.threads/threadapply.exp: check that frame is not changed by
6947 the thread apply all command.
6948
6949 2007-01-31 Andreas Schwab <schwab@suse.de>
6950
6951 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
6952
6953 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
6954 in the dwarf sections.
6955 * gdb.dwarf2/mac-fileno.S: Likewise.
6956
6957 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
6958 bspstore register on ia64.
6959
6960 2007-01-29 Andreas Schwab <schwab@suse.de>
6961
6962 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
6963 "frame-begin" annotation.
6964
6965 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
6966 number of "frames-invalid" annotations.
6967
6968 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6969
6970 * gdb.base/commands.exp: Call if_commands_test.
6971 (gdb_test_no_prompt, if_commands_test): New.
6972
6973 2007-01-28 Mark Kettenis <kettenis@gnu.org>
6974
6975 * gdb.threads/sigthread.c (NSIGS): Make bigger.
6976
6977 2007-01-27 Andreas Schwab <schwab@suse.de>
6978
6979 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
6980 .short/.int/.quad in the dwarf sections.
6981 * gdb.dwarf2/dw2-intercu.S: Likewise.
6982 * gdb.dwarf2/dw2-intermix.S: Likewise.
6983
6984 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6985
6986 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
6987 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
6988 array.
6989 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
6990 * gdb.base/setvar.exp: Likewise.
6991
6992 2007-01-26 Andreas Schwab <schwab@suse.de>
6993
6994 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
6995 test.
6996
6997 * gdb.base/multi-forks.exp ("restart $i"): Also match
6998 __kernel_syscall_via_break.
6999
7000 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
7001
7002 * lib/mi-support.exp (mi_delete_varobj): New.
7003 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
7004 testcase.
7005 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
7006 (main): Call the above.
7007 (reference_update_test, base_in_reference_test)
7008 (reference_to_pointer): Delete the created varobjs.
7009
7010 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
7011
7012 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
7013 * configure: Regenerated.
7014 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
7015 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
7016 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
7017 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
7018 * lib/gdb.exp (gdb_skip_xml_test): New function.
7019
7020 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
7021
7022 * gdb.base/sigrepeat.exp: Correct error message.
7023
7024 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7025 Daniel Jacobowitz <dan@codesourcery.com>
7026
7027 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
7028 gdb.arch/i386-gnu-cfi-asm.S: New files.
7029
7030 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7031
7032 * lib/gdb.exp: Abort on missing `site.exp'.
7033
7034 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7035 Daniel Jacobowitz <dan@codesourcery.com>
7036
7037 * gdb.base/included.c, gdb.base/included.exp,
7038 gdb.base/included.h: New files.
7039
7040 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7041
7042 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
7043 (maximize_rlimit): Reduce limits on 64-bit systems.
7044
7045 2007-01-19 Mark Kettenis <kettenis@gnu.org>
7046
7047 From Marcus Deuling <deuling@de.ibm.com>:
7048 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
7049 every case.
7050
7051 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
7052
7053 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
7054 (test_path_specification): Use objdir instead of srcdir to always
7055 get an absolute filename.
7056
7057 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
7058
7059 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
7060
7061 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
7062
7063 * gdb.mi/mi-var-cp.cc (reference_update_tests):
7064 Make sure the variable we're using is in scope.
7065 (reference_to_pointer): Likewise.
7066
7067 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7068
7069 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
7070 has no debug information.
7071
7072 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7073
7074 * gdb.base/annota1.exp: Remove extra send_gdb.
7075
7076 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7077
7078 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
7079
7080 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7081
7082 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
7083
7084 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
7085 Daniel Jacobowitz <dan@codesourcery.com>
7086
7087 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
7088 lcharacter or linteger change. Correct duplicated test name.
7089 * gdb.mi/mi2-var-cmd.exp: Likewise.
7090
7091 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7092
7093 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
7094
7095 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7096
7097 * gdb.base/nofield.c: New file.
7098 * gdb.base/nofield.exp: New testcase.
7099
7100 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
7101
7102 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
7103
7104 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
7105 test.
7106
7107 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7108
7109 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
7110
7111 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7112
7113 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
7114 when continuing.
7115
7116 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7117
7118 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
7119 Expect ".exe" extension.
7120
7121 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7122
7123 * gdb.base/charset.exp: Add explicit filename to break.
7124 * gdb.base/dbx.exp: Add explicit filename to breaks.
7125
7126 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7127
7128 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
7129 * gdb.mi/mi2-file.exp: Likewise.
7130
7131 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7132
7133 Implement specification of MI tests as comments
7134 in C and C++ sources.
7135 * lib/mi-support.exp (mi_autotest_data): New variable.
7136 (mi_autotest_source): New variable.
7137 (count_newlines, mi_prepare_inline_tests)
7138 (mi_get_inline_test, mi_continue_to_line)
7139 (mi_run_inline_test, mi_tbreak)
7140 (mi_send_resuming_command, mi_wait_for_stop): New functions.
7141 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
7142 Run inline tests.
7143 * gdb.mi/mi-var-cp.cc: Define tests here.
7144
7145 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7146
7147 Simplify usage of mi_continue_to.
7148 * lib/mi-support.exp (mi_runto_helper): Renamed
7149 from mi_runto, added new parameter 'run_or_continue'.
7150 (mi_runto): Use mi_runto_helper.
7151 (mi_continue_to): Accept just function name as parameter.
7152 Use mi_runto_helper.
7153 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
7154 * gdb.mi/mi2-var-cmd.exp: Likewise.
7155
7156 2006-01-04 Joel Brobecker <brobecker@adacore.com>
7157
7158 Make this testcase a bit more realistic. The current code
7159 is too simplistic, and allows the compiler to optimize out
7160 some of the entities we need for this testcase.
7161 * gdb.ada/null_record/bar.ads (Void_Star): New type.
7162 (Do_Nothing): Add extra parameter.
7163 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
7164 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
7165 by using a variable of type Void_Star.
7166
7167 2006-01-04 Joel Brobecker <brobecker@adacore.com>
7168
7169 * gdb.ada/catch_ex/foo.adb: New file.
7170 * gdb.ada/catch_ex.exp: New testcase.
7171
7172 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
7173
7174 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
7175 pass --image-base to linker.
7176
7177 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7178 Daniel Jacobowitz <dan@codesourcery.com>
7179
7180 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
7181 secondary prompts.
7182
7183 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7184
7185 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
7186 output. Test the types of members and member pointers.
7187 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
7188 gdb/2092.
7189 * gdb.cp/member-ptr.exp: Search for a comment instead of a
7190 statement. Enable for GCC. Update expected output for some tests
7191 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
7192 layout.
7193 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
7194 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
7195 (Diamond::vget_base): New.
7196 (main): Add new tests.
7197 * gdb.cp/printmethod.exp: Update expected output for member functions.
7198 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
7199 print pEe->D::vg().
7200
7201 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7202
7203 * gdb.threads/tls.exp: Allow stops in sem_post.
7204
7205 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
7206
7207 * gdb.base/annota1.exp: Allow .*printf in backtraces.
7208 * gdb.base/annota3.exp: Likewise.
7209 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
7210 again (instead of timing out).
7211 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
7212 GCC bug 26475.
7213 * gdb.java/jmisc.exp: Adjust to work with method signatures including
7214 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
7215 test from jmisc1.exp.
7216 * gdb.java/jmisc1.exp: Delete.
7217 * gdb.java/jprint.exp: Adjust to work with method signatures including
7218 return types.
7219 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
7220 * gdb.threads/linux-dp.exp: Don't be confused by program output.
7221 * lib/java.exp (compile_java_from_source): Pass the correct type
7222 to target_compile.
7223
7224 2006-12-31 Joel Brobecker <brobecker@adacore.com>
7225
7226 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
7227 (stack_align_edx): New function.
7228 (stack_align_eax): New function.
7229 (main): Add calls to stack_align_edx and stack_align_eax.
7230 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
7231 Add testing for the cases where the register used during a stack
7232 realignment is edx. Same for eax.
7233
7234 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
7235
7236 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
7237 and generic PE targets.
7238
7239 2006-12-29 Joel Brobecker <brobecker@adacore.com>
7240
7241 * gdb.ada/array_return.exp: Update copyright date list.
7242
7243 2006-12-27 Joel Brobecker <brobecker@adacore.com>
7244
7245 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
7246 (Create_Small_Float_Vector): New function.
7247 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
7248 function body.
7249 * gdb.ada/array_return/p.adb: Use new type and function from
7250 package Pck.
7251 * gdb.ada/array_return.exp: Add a test verifying that GDB is
7252 able to print the value returned by a function returning an
7253 array of float.
7254
7255 2006-12-20 Joel Brobecker <brobecker@adacore.com>
7256
7257 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
7258 The associated tests should be PASSing.
7259
7260 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7261
7262 Test for base in references.
7263 * gdb.mi/mi-var-cp.cc: Add test code.
7264 * gdb.mi/mi-var-cp.exp: Test for bases in references.
7265 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
7266 * gdb.mi/mi2-watch.exp: Likewise.
7267 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
7268 (mi_list_varobj_children): New function.
7269
7270 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7271
7272 * lib/mi-support.exp
7273 (mi_runto): Accept "()" after function name.
7274 (mi_create_varobj): New function.
7275 (mi_varobj_update): New function.
7276 (mi_Check_varobj_value): New function.
7277 * gdb.mi/mi-var-cp.exp: New file.
7278 * gdb.mi/mi-var-cp.cc: New file.
7279
7280 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
7281
7282 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
7283 gdb.base/weaklib2.c: New files.
7284
7285 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
7286
7287 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
7288 info. Adjust test names.
7289
7290 * gdb.base/break.c (main): Move position of malloc.
7291 * gdb.base/break.exp: Revert mistaken checkin.
7292
7293 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
7294
7295 * gdb.mi/mi-var-cmd.exp: Check -var-update after
7296 assignement of arrays and function pointers.
7297 * gdb.mi/var-cmd.c: Add declaration necessary for above
7298 tests.
7299
7300 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7301
7302 * gdb.base/break.c (main): Call malloc.
7303
7304 * gdb.threads/linux-dp.exp: Read thread table before and after
7305 creating each philosopher and verify it.
7306
7307 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7308 Paul Brook <paul@codesourcery.com>
7309 Daniel Jacobowitz <dan@codesourcery.com>
7310
7311 * gdb.base/ending-run.exp: Flatten expect script stepping out of
7312 main to remove duplication. Add start function of the form
7313 '_*start[1-9]*'. Add RVDS start function.
7314
7315 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7316
7317 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
7318
7319 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7320
7321 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
7322 * gdb.asm/spu.inc: New file.
7323 * gdb.base/term.exp: Disable if [target_info exists noargs].
7324 * gdb.gdb/complaints.exp: Disable if ![isnative].
7325 * gdb.gdb/selftest.exp: Likewise.
7326 * gdb.gdb/observer.exp: Likewise.
7327 * gdb.gdb/xfullpath.exp: Likewise.
7328 * gdb.base/attach.exp: Disable on SPU target.
7329 * gdb.cp/bs145503.exp: Likewise.
7330 * gdb.cp/exception.exp: Likewise.
7331 * gdb.cp/userdef.exp: Likewise.
7332
7333 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7334
7335 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
7336
7337 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
7338
7339 * gdb.base/completion.exp: Fix completion tests for
7340 'info' and 'info '.
7341 * gdb.base/help.exp (help_test_raw, test_class_help)
7342 (test_prefix_command_help): Move...
7343 * lib/gdb.exp: Here.
7344 * gdb.base/main.exp: Adjust.
7345 * gdb.cp/maint.exp: Adjust.
7346 * gdb.trace/tracecmd.exp: Use test_help_class.
7347
7348 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7349
7350 * gdb.stabs/weird.exp (print_weird_var): Use
7351 gdb_test_multiple instead of gdb_expect.
7352
7353 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7354
7355 * gdb.base/help.exp (help_test_raw): New.
7356 (test_class_help): New.
7357 (test_prefix_command_help): New.
7358 Adjust testcases.
7359
7360 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
7361
7362 * gdb.base/constvars.c (main): Write to crass and crips, so that
7363 they are allocated by the compiler.
7364
7365 2006-10-27 Andreas Schwab <schwab@suse.de>
7366
7367 * gdb.base/multi-forks.exp: Use "detach fork" instead of
7368 "detach-fork".
7369
7370 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
7371
7372 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
7373 of patterns.
7374
7375 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7376
7377 * gdb.base/sepdebug.exp: Remove debug format test.
7378 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
7379 Handle no-symtab.
7380 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
7381
7382 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7383
7384 * gdb.threads/manythreads.c (thread_function, main): Don't cast
7385 int to pointer or pointer to int.
7386 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
7387
7388 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
7389
7390 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
7391
7392 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7393
7394 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
7395
7396 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
7397
7398 PR c++/2116
7399 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
7400
7401 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7402
7403 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
7404 the corresponding bug has been fixed in GDB (PR/2018).
7405
7406 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7407
7408 * gdb.base/subst.exp: New testcase.
7409
7410 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7411
7412 * gdb.ada/array_return/pck.ads: Add copyright notice.
7413 * gdb.ada/array_return/pck.adb: Likewise.
7414 * gdb.ada/array_return/p.adb: Likewise.
7415 * gdb.ada/exec_changed/first.adb: Likewise.
7416 * gdb.ada/exec_changed/second.adb: Likewise.
7417
7418 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7419
7420 * gdb.ada/watch_arg/watch.adb: New file.
7421 * gdb.ada/watch_arg.exp: New testcase.
7422
7423 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
7424
7425 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
7426 via string_to_regexp.
7427 * gdb.mi/mi2-basics.exp: Likewise.
7428
7429 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7430
7431 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
7432 Remove unused / obsolete files.
7433
7434 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
7435
7436 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
7437
7438 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7439
7440 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
7441 HIGH_FRAME argument to -stack-list-arguments can be larger than
7442 the number of frames.
7443
7444 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
7445
7446 * gdb.base/args.c (main): Add breakpoint marker.
7447 * gdb.base/args.exp: Use args_test for tests. Add new tests which
7448 really test empty arguments.
7449 (args_load): Delete.
7450 (args_test): New.
7451
7452 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
7453
7454 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
7455 check for one file.
7456
7457 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
7458
7459 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
7460 HIGH_FRAME argument to -stack-list-locals can be larger than
7461 the number of frames.
7462
7463 2006-08-18 Fred Fish <fnf@specifix.com>
7464
7465 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
7466 '$' in front of skip_vmx_tests_saved when setting that.
7467
7468 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
7469
7470 * gdb.base/trace-commands.exp: New file.
7471
7472 2006-08-10 Joel Brobecker <brobecker@adacore.com>
7473 Daniel Jacobowitz <dan@codesourcery.com>
7474
7475 * gdb.base/step-bt.exp: Make hexadecimal address optional in
7476 expected output of the backtrace commands.
7477
7478 2006-08-09 Joel Brobecker <brobecker@adacore.com>
7479
7480 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
7481 untested followed by return combination.
7482 * gdb.arch/altivec-regs.exp: Likewise.
7483 * gdb.arch/e500-abi.exp: Likewise.
7484 * gdb.arch/e500-regs.exp: Likewise.
7485 * gdb.arch/gdb1291.exp: Likewise.
7486 * gdb.arch/gdb1431.exp: Likewise.
7487 * gdb.arch/gdb1558.exp: Likewise.
7488 * gdb.arch/i386-prologue.exp: Likewise.
7489 * gdb.arch/i386-unwind.exp: Likewise.
7490 * gdb.asm/asm-source.exp: Likewise.
7491 * gdb.base/a2-run.exp: Likewise.
7492 * gdb.base/advance.exp: Likewise.
7493 * gdb.base/all-bin.exp: Likewise.
7494 * gdb.base/annota1.exp: Likewise.
7495 * gdb.base/annota3.exp: Likewise.
7496 * gdb.base/args.exp: Likewise.
7497 * gdb.base/arithmet.exp: Likewise.
7498 * gdb.base/assign.exp: Likewise.
7499 * gdb.base/async.exp: Likewise.
7500 * gdb.base/attach.exp: Likewise.
7501 * gdb.base/bang.exp: Likewise.
7502 * gdb.base/bigcore.exp: Likewise.
7503 * gdb.base/bitfields.exp: Likewise.
7504 * gdb.base/bitfields2.exp: Likewise.
7505 * gdb.base/break.exp: Likewise.
7506 * gdb.base/call-sc.exp: Likewise.
7507 * gdb.base/call-strs.exp: Likewise.
7508 * gdb.base/callfuncs.exp: Likewise.
7509 * gdb.base/checkpoint.exp: Likewise.
7510 * gdb.base/chng-syms.exp: Likewise.
7511 * gdb.base/code-expr.exp: Likewise.
7512 * gdb.base/commands.exp: Likewise.
7513 * gdb.base/completion.exp: Likewise.
7514 * gdb.base/cond-expr.exp: Likewise.
7515 * gdb.base/condbreak.exp: Likewise.
7516 * gdb.base/consecutive.exp: Likewise.
7517 * gdb.base/constvars.exp: Likewise.
7518 * gdb.base/corefile.exp: Likewise.
7519 * gdb.base/cvexpr.exp: Likewise.
7520 * gdb.base/dbx.exp: Likewise.
7521 * gdb.base/define.exp: Likewise.
7522 * gdb.base/detach.exp: Likewise.
7523 * gdb.base/display.exp: Likewise.
7524 * gdb.base/dump.exp: Likewise.
7525 * gdb.base/ena-dis-br.exp: Likewise.
7526 * gdb.base/ending-run.exp: Likewise.
7527 * gdb.base/environ.exp: Likewise.
7528 * gdb.base/eval-skip.exp: Likewise.
7529 * gdb.base/exprs.exp: Likewise.
7530 * gdb.base/fileio.exp: Likewise.
7531 * gdb.base/finish.exp: Likewise.
7532 * gdb.base/float.exp: Likewise.
7533 * gdb.base/foll-exec.exp: Likewise.
7534 * gdb.base/foll-fork.exp: Likewise.
7535 * gdb.base/foll-vfork.exp: Likewise.
7536 * gdb.base/freebpcmd.exp: Likewise.
7537 * gdb.base/funcargs.exp: Likewise.
7538 * gdb.base/gcore.exp: Likewise.
7539 * gdb.base/gdb1090.exp: Likewise.
7540 * gdb.base/gdb1250.exp: Likewise.
7541 * gdb.base/huge.exp: Likewise.
7542 * gdb.base/info-proc.exp: Likewise.
7543 * gdb.base/interrupt.exp: Likewise.
7544 * gdb.base/jump.exp: Likewise.
7545 * gdb.base/langs.exp: Likewise.
7546 * gdb.base/lineinc.exp: Likewise.
7547 * gdb.base/list.exp: Likewise.
7548 * gdb.base/logical.exp: Likewise.
7549 * gdb.base/long_long.exp: Likewise.
7550 * gdb.base/macscp.exp: Likewise.
7551 * gdb.base/maint.exp: Likewise.
7552 * gdb.base/mips_pro.exp: Likewise.
7553 * gdb.base/miscexprs.exp: Likewise.
7554 * gdb.base/multi-forks.exp: Likewise.
7555 * gdb.base/opaque.exp: Likewise.
7556 * gdb.base/overlays.exp: Likewise.
7557 * gdb.base/pc-fp.exp: Likewise.
7558 * gdb.base/pointers.exp: Likewise.
7559 * gdb.base/printcmds.exp: Likewise.
7560 * gdb.base/psymtab.exp: Likewise.
7561 * gdb.base/ptype.exp: Likewise.
7562 * gdb.base/recurse.exp: Likewise.
7563 * gdb.base/relational.exp: Likewise.
7564 * gdb.base/relocate.exp: Likewise.
7565 * gdb.base/remote.exp: Likewise.
7566 * gdb.base/reread.exp: Likewise.
7567 * gdb.base/restore.exp: Likewise.
7568 * gdb.base/return.exp: Likewise.
7569 * gdb.base/return2.exp: Likewise.
7570 * gdb.base/scope.exp: Likewise.
7571 * gdb.base/sect-cmd.exp: Likewise.
7572 * gdb.base/sep.exp: Likewise.
7573 * gdb.base/sepdebug.exp: Likewise.
7574 * gdb.base/setshow.exp: Likewise.
7575 * gdb.base/setvar.exp: Likewise.
7576 * gdb.base/sigall.exp: Likewise.
7577 * gdb.base/sigbpt.exp: Likewise.
7578 * gdb.base/signals.exp: Likewise.
7579 * gdb.base/signull.exp: Likewise.
7580 * gdb.base/sizeof.exp: Likewise.
7581 * gdb.base/solib.exp: Likewise.
7582 * gdb.base/step-line.exp: Likewise.
7583 * gdb.base/step-test.exp: Likewise.
7584 * gdb.base/structs.exp: Likewise.
7585 * gdb.base/structs2.exp: Likewise.
7586 * gdb.base/term.exp: Likewise.
7587 * gdb.base/twice.exp: Likewise.
7588 * gdb.base/until.exp: Likewise.
7589 * gdb.base/varargs.exp: Likewise.
7590 * gdb.base/volatile.exp: Likewise.
7591 * gdb.base/watchpoint.exp: Likewise.
7592 * gdb.base/whatis-exp.exp: Likewise.
7593 * gdb.base/whatis.exp: Likewise.
7594 * gdb.cp/ambiguous.exp: Likewise.
7595 * gdb.cp/annota2.exp: Likewise.
7596 * gdb.cp/annota3.exp: Likewise.
7597 * gdb.cp/bool.exp: Likewise.
7598 * gdb.cp/breakpoint.exp: Likewise.
7599 * gdb.cp/casts.exp: Likewise.
7600 * gdb.cp/class2.exp: Likewise.
7601 * gdb.cp/classes.exp: Likewise.
7602 * gdb.cp/cplusfuncs.exp: Likewise.
7603 * gdb.cp/ctti.exp: Likewise.
7604 * gdb.cp/derivation.exp: Likewise.
7605 * gdb.cp/exception.exp: Likewise.
7606 * gdb.cp/gdb1355.exp: Likewise.
7607 * gdb.cp/hang.exp: Likewise.
7608 * gdb.cp/inherit.exp: Likewise.
7609 * gdb.cp/local.exp: Likewise.
7610 * gdb.cp/m-data.exp: Likewise.
7611 * gdb.cp/m-static.exp: Likewise.
7612 * gdb.cp/member-ptr.exp: Likewise.
7613 * gdb.cp/method.exp: Likewise.
7614 * gdb.cp/misc.exp: Likewise.
7615 * gdb.cp/namespace.exp: Likewise.
7616 * gdb.cp/overload.exp: Likewise.
7617 * gdb.cp/ovldbreak.exp: Likewise.
7618 * gdb.cp/pr-1023.exp: Likewise.
7619 * gdb.cp/pr-1210.exp: Likewise.
7620 * gdb.cp/pr-574.exp: Likewise.
7621 * gdb.cp/printmethod.exp: Likewise.
7622 * gdb.cp/psmang.exp: Likewise.
7623 * gdb.cp/ref-params.exp: Likewise.
7624 * gdb.cp/ref-types.exp: Likewise.
7625 * gdb.cp/rtti.exp: Likewise.
7626 * gdb.cp/templates.exp: Likewise.
7627 * gdb.cp/try_catch.exp: Likewise.
7628 * gdb.cp/userdef.exp: Likewise.
7629 * gdb.cp/virtfunc.exp: Likewise.
7630 * gdb.disasm/am33.exp: Likewise.
7631 * gdb.disasm/h8300s.exp: Likewise.
7632 * gdb.disasm/mn10300.exp: Likewise.
7633 * gdb.disasm/sh3.exp: Likewise.
7634 * gdb.disasm/t01_mov.exp: Likewise.
7635 * gdb.disasm/t02_mova.exp: Likewise.
7636 * gdb.disasm/t03_add.exp: Likewise.
7637 * gdb.disasm/t04_sub.exp: Likewise.
7638 * gdb.disasm/t05_cmp.exp: Likewise.
7639 * gdb.disasm/t06_ari2.exp: Likewise.
7640 * gdb.disasm/t07_ari3.exp: Likewise.
7641 * gdb.disasm/t08_or.exp: Likewise.
7642 * gdb.disasm/t09_xor.exp: Likewise.
7643 * gdb.disasm/t10_and.exp: Likewise.
7644 * gdb.disasm/t11_logs.exp: Likewise.
7645 * gdb.disasm/t12_bit.exp: Likewise.
7646 * gdb.disasm/t13_otr.exp: Likewise.
7647 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
7648 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
7649 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
7650 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
7651 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
7652 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
7653 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
7654 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
7655 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
7656 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
7657 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
7658 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
7659 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
7660 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
7661 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
7662 * gdb.mi/gdb701.exp: Likewise.
7663 * gdb.mi/gdb792.exp: Likewise.
7664 * gdb.mi/mi-basics.exp: Likewise.
7665 * gdb.mi/mi-break.exp: Likewise.
7666 * gdb.mi/mi-cli.exp: Likewise.
7667 * gdb.mi/mi-console.exp: Likewise.
7668 * gdb.mi/mi-disassemble.exp: Likewise.
7669 * gdb.mi/mi-eval.exp: Likewise.
7670 * gdb.mi/mi-file.exp: Likewise.
7671 * gdb.mi/mi-read-memory.exp: Likewise.
7672 * gdb.mi/mi-regs.exp: Likewise.
7673 * gdb.mi/mi-return.exp: Likewise.
7674 * gdb.mi/mi-simplerun.exp: Likewise.
7675 * gdb.mi/mi-stack.exp: Likewise.
7676 * gdb.mi/mi-stepi.exp: Likewise.
7677 * gdb.mi/mi-syn-frame.exp: Likewise.
7678 * gdb.mi/mi-until.exp: Likewise.
7679 * gdb.mi/mi-var-block.exp: Likewise.
7680 * gdb.mi/mi-var-child.exp: Likewise.
7681 * gdb.mi/mi-var-cmd.exp: Likewise.
7682 * gdb.mi/mi-var-display.exp: Likewise.
7683 * gdb.mi/mi-watch.exp: Likewise.
7684 * gdb.mi/mi2-basics.exp: Likewise.
7685 * gdb.mi/mi2-break.exp: Likewise.
7686 * gdb.mi/mi2-cli.exp: Likewise.
7687 * gdb.mi/mi2-console.exp: Likewise.
7688 * gdb.mi/mi2-disassemble.exp: Likewise.
7689 * gdb.mi/mi2-eval.exp: Likewise.
7690 * gdb.mi/mi2-file.exp: Likewise.
7691 * gdb.mi/mi2-read-memory.exp: Likewise.
7692 * gdb.mi/mi2-regs.exp: Likewise.
7693 * gdb.mi/mi2-return.exp: Likewise.
7694 * gdb.mi/mi2-simplerun.exp: Likewise.
7695 * gdb.mi/mi2-stack.exp: Likewise.
7696 * gdb.mi/mi2-stepi.exp: Likewise.
7697 * gdb.mi/mi2-syn-frame.exp: Likewise.
7698 * gdb.mi/mi2-until.exp: Likewise.
7699 * gdb.mi/mi2-var-block.exp: Likewise.
7700 * gdb.mi/mi2-var-child.exp: Likewise.
7701 * gdb.mi/mi2-var-cmd.exp: Likewise.
7702 * gdb.mi/mi2-var-display.exp: Likewise.
7703 * gdb.mi/mi2-watch.exp: Likewise.
7704 * gdb.stabs/exclfwd.exp: Likewise.
7705 * gdb.stabs/weird.exp: Likewise.
7706 * gdb.threads/gcore-thread.exp: Likewise.
7707 * gdb.trace/actions.exp: Likewise.
7708 * gdb.trace/backtrace.exp: Likewise.
7709 * gdb.trace/circ.exp: Likewise.
7710 * gdb.trace/collection.exp: Likewise.
7711 * gdb.trace/deltrace.exp: Likewise.
7712 * gdb.trace/infotrace.exp: Likewise.
7713 * gdb.trace/limits.exp: Likewise.
7714 * gdb.trace/packetlen.exp: Likewise.
7715 * gdb.trace/passc-dyn.exp: Likewise.
7716 * gdb.trace/passcount.exp: Likewise.
7717 * gdb.trace/report.exp: Likewise.
7718 * gdb.trace/save-trace.exp: Likewise.
7719 * gdb.trace/tfind.exp: Likewise.
7720 * gdb.trace/tracecmd.exp: Likewise.
7721 * gdb.trace/while-dyn.exp: Likewise.
7722 * gdb.trace/while-stepping.exp: Likewise.
7723
7724 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7725
7726 * gdb.base/step-bt.c: New file.
7727 * gdb.base/step-bt.exp: New testcase.
7728
7729 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7730
7731 * config/monitor.exp (gdb_load): Remove support for obsolete
7732 download-write-size.
7733 * gdb.base/remote.exp: Likewise. Update all callers of
7734 gdb_timed_load.
7735
7736 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
7737
7738 * cursal.exp: Pass binfile to gdb_load.
7739
7740 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
7741
7742 * gdb.base/cursal.exp: Add "" to gdb_load call.
7743
7744 2006-07-29 Mark Kettenis <kettenis@gnu.org>
7745
7746 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
7747 NetBSD/ELF targets.
7748
7749 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
7750
7751 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
7752 operator*.
7753
7754 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
7755
7756 * gdb.base/completion.exp: Update for change in "file" behavior.
7757 * gdb.stabs/weird.exp: Likewise.
7758 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
7759 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
7760
7761 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
7762
7763 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
7764 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
7765
7766 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7767
7768 * gdb.base/default.exp: Update source command error message.
7769 * gdb.base/help.exp: Update 'help source' message.
7770
7771 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
7772
7773 * gdb.cp/bs15503.exp: Update comment for no longer crashing
7774 test.
7775
7776 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
7777
7778 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
7779
7780 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7781
7782 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
7783
7784 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7785
7786 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
7787
7788 2006-07-17 Mark Kettenis <kettenis@gnu.org>
7789
7790 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
7791 *-*-openbsd* from targets for wich we expect ARM FPA floating
7792 point format.
7793
7794 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
7795
7796 * gdb.cp/annota3.exp: Expect frame-begin annotation.
7797
7798 2006-07-17 Mark Kettenis <kettenis@gnu.org>
7799
7800 * gdb.base/annota3.exp: Expect frame-begin annotation.
7801
7802 2006-07-14 Joel Brobecker <brobecker@adacore.com>
7803
7804 * gdb.base/help.exp: Adjust "help unset" test to accept
7805 any list of unset commands.
7806
7807 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
7808 Daniel Jacobowitz <dan@codesourcery.com>
7809
7810 * gdb.cp/ref-params.exp: New test.
7811 * gdb.cp/ref-params.cc: New source file.
7812 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
7813
7814 2006-07-08 Mark Kettenis <kettenis@gnu.org>
7815
7816 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
7817 spaces/tabs in regular expressions since they might not be there.
7818
7819 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
7820
7821 * gdb.base/ifelse.exp: New file.
7822
7823 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
7824
7825 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
7826 line.
7827 * gdb.base/huge.exp: Loop over compilation to find a size that
7828 is acceptable.
7829 * gdb.base/remote.exp: Correct expected strings.
7830 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
7831
7832 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7833
7834 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
7835
7836 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7837
7838 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
7839 native.
7840
7841 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7842
7843 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
7844 enable stabs testing.
7845
7846 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7847
7848 * gdb.base/auxv.exp: Intercept undefined command messages before
7849 gdb_test_multiple does.
7850
7851 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7852
7853 * Makefile.in (host_alias): Remove.
7854 (target_alias): Use @target_noncanonical@.
7855 (site.exp): Don't set host_alias.
7856 * aclocal.m4: Remove contents. Include acx.m4.
7857 * configure: Regenerated.
7858 * configure.ac: Use ACX_NONCANONICAL_TARGET.
7859
7860 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
7861
7862 * lib/gdb.exp (gdb_load_cmd): New.
7863
7864 * gdb.base/fileio.c: Add system(NULL) test.
7865 * gdb.base/fileio.exp: Check it.
7866
7867 * gdb.base/break.c: Add 10a breakpoint at }
7868 * gdb.base/break.exp: Add test for breakpoint at }
7869 * gdb.cp/anon-union.cc: Add code at end of function.
7870 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
7871 * gdb.mi/var-cmd.c: Add code at end of function.
7872 * gdb.mi/mi-var-display.exp: Adjust end of next.
7873 * gdb.mi/mi2-var-display.exp: Likewise.
7874 * gdb.base/fileio.c: Add stop function and insert calls at
7875 stopping places.
7876 * gdb.base/fileio.exp: Breakpoint stop function and remove
7877 explicit line number references.
7878
7879 2006-05-19 Joel Brobecker <brobecker@adacore.com>
7880
7881 * gdb.base/del.exp (test_delete_alias): New function.
7882 Now check that both "del" and "d" work as aliases for "delete".
7883
7884 2006-05-18 Fred Fish <fnf@specifix.com>
7885
7886 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
7887 required. Check for spurious output after program exits normally.
7888
7889 2006-05-17 Fred Fish <fnf@specifix.com>
7890
7891 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
7892 gdb_load, so it works in the simulator.
7893
7894 2006-05-11 Fred Fish <fnf@specifix.com>
7895
7896 * gdb.base/bang.exp: Ignore unexpected output between the
7897 "program exited normally" and the gdb prompt, as many other
7898 tests do.
7899
7900 2006-05-07 Mark Kettenis <kettenis@gnu.org>
7901
7902 * gdb.base/help.exp: Make "delete checkpoint" part option for
7903 "help d" and "help delete" tests.
7904
7905 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7906
7907 * gdb.mi/mi-basics.exp: Add missing serial number to
7908 expected output in some mi_gdb_test statements.
7909 * gdb.mi/mi2-basics.exp: Likewise.
7910
7911 2006-05-05 Joel Brobecker <brobecker@adacore.com>
7912
7913 * gdb.base/del.c: New file.
7914 * gdb.base/del.exp: New testcase.
7915
7916 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
7917
7918 * gdb.base/break.exp: Do not assume a breakpoint on
7919 main will actually be in $srcfile when optimizing.
7920 * gdb.base/savedregs.exp: Do not require that the dummy
7921 frame location match up to a symbol and source file location.
7922 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
7923 will get printed without a mi_cmd_data_list_register_values prefix.
7924 (*-data-list-register-*): Correct regular expressions to expect the new
7925 pseudo d? floating point registers.
7926 * gdb.mi/mi2-regs.exp: Likewise.
7927
7928 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
7929
7930 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
7931 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
7932 is allocated by the compiler.
7933 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
7934 anons, e, anone to force their allocation by the compiler.
7935
7936 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7937
7938 * gdb.base/help.exp: Update expected text for help d and
7939 help delete.
7940
7941 2006-05-02 Mark Kettenis <kettenis@gnu.org>
7942
7943 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
7944 NetBSD/ELF targets.
7945
7946 2006-04-30 Mark Kettenis <kettenis@gnu.org>
7947
7948 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
7949 single-step breakpoint fails; make this a KFAIL on
7950 sparc*-*-openbsd*.
7951 * gdb.base/siginfo.exp: Likewise.
7952 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7953
7954 2006-04-26 Michael Snyder <msnyder@redhat.com>
7955
7956 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
7957 which may have to consume output from other forks.
7958 Add tests to make sure that "delete fork" succeeded.
7959
7960 2006-04-20 Michael Snyder <msnyder@redhat.com>
7961
7962 * 2006-03-22 Jim Blandy <jimb@redhat.com>
7963 Add support for the Renesas M32C and M16C.
7964
7965 * gdb.asm/asm-source.exp: Add m32c target.
7966 * gdb.asm/m32c.inc: Support for m32c target.
7967
7968 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
7969
7970 * gdb.base/commands.exp (recursive_source_test): New test.
7971
7972 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
7973
7974 * gdb.base/float.exp: Add pattern for sparc targets.
7975
7976 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7977
7978 * gdb.base/commands.exp (stray_arg0_test): New test.
7979
7980 2006-03-30 Paul Brook <paul@codesourcery.com>
7981
7982 * gdb.mi/mi-until.exp: kfail broken until command.
7983 * gdb.mi/mi2-until.exp: Ditto.
7984
7985 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
7986
7987 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
7988
7989 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
7990
7991 * gdb.base/prelink.exp: Anchor tested-for regular expression
7992 on gdb prompt.
7993
7994 2006-03-07 Paul Brook <paul@codesourcery.com>
7995
7996 * gdb.base/assign.exp: Correct fail message.
7997
7998 2006-03-07 Paul Brook <paul@codesourcery.com>
7999
8000 * lib/compiler.c: Extract armcc version number.
8001 * lib/compiler.cc: Ditto.
8002
8003 2006-03-07 Paul Brook <paul@codesourcery.com>
8004
8005 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
8006 additional_flags=-w.
8007 * gdb.arch/altivec-regs.exp: Ditto.
8008 * gdb.arch/e500-abi.exp: Ditto.
8009 * gdb.arch/e500-regs.exp: Ditto.
8010 * gdb.base/all-bin.exp: Ditto.
8011 * gdb.base/annota1.exp: Ditto.
8012 * gdb.base/annota3.exp: Ditto.
8013 * gdb.base/args.exp: Ditto.
8014 * gdb.base/arithmet.exp: Ditto.
8015 * gdb.base/assign.exp: Ditto.
8016 * gdb.base/async.exp: Ditto.
8017 * gdb.base/bang.exp: Ditto.
8018 * gdb.base/break.exp: Ditto.
8019 * gdb.base/call-rt-st.exp: Ditto.
8020 * gdb.base/completion.exp: Ditto.
8021 * gdb.base/cond-expr.exp: Ditto.
8022 * gdb.base/condbreak.exp: Ditto.
8023 * gdb.base/consecutive.exp: Ditto.
8024 * gdb.base/define.exp: Ditto.
8025 * gdb.base/display.exp: Ditto.
8026 * gdb.base/ena-dis-br.exp: Ditto.
8027 * gdb.base/environ.exp: Ditto.
8028 * gdb.base/eval-skip.exp: Ditto.
8029 * gdb.base/info-proc.exp: Ditto.
8030 * gdb.base/jump.exp: Ditto.
8031 * gdb.base/logical.exp: Ditto.
8032 * gdb.base/long_long.exp: Ditto.
8033 * gdb.base/maint.exp: Ditto.
8034 * gdb.base/miscexprs.exp: Ditto.
8035 * gdb.base/pc-fp.exp: Ditto.
8036 * gdb.base/pointers.exp: Ditto.
8037 * gdb.base/relational.exp: Ditto.
8038 * gdb.base/reread.exp: Ditto.
8039 * gdb.base/sect-cmd.exp: Ditto.
8040 * gdb.base/sep.exp: Ditto.
8041 * gdb.base/sepdebug.exp: Ditto.
8042 * gdb.base/until.exp: Ditto.
8043 * gdb.base/whatis-exp.exp: Ditto.
8044 * gdb.cp/annota2.exp: Ditto.
8045 * gdb.cp/annota3.exp: Ditto.
8046 * gdb.trace/actions.exp: Ditto.
8047 * gdb.trace/backtrace.exp: Ditto.
8048 * gdb.trace/circ.exp: Ditto.
8049 * gdb.trace/collection.exp: Ditto.
8050 * gdb.trace/deltrace.exp: Ditto.
8051 * gdb.trace/infotrace.exp: Ditto.
8052 * gdb.trace/limits.exp: Ditto.
8053 * gdb.trace/packetlen.exp: Ditto.
8054 * gdb.trace/passc-dyn.exp: Ditto.
8055 * gdb.trace/passcount.exp: Ditto.
8056 * gdb.trace/report.exp: Ditto.
8057 * gdb.trace/save-trace.exp: Ditto.
8058 * gdb.trace/tfind.exp: Ditto.
8059 * gdb.trace/tracecmd.exp: Ditto.
8060 * gdb.trace/while-dyn.exp: Ditto.
8061 * gdb.trace/while-stepping.exp: Ditto.
8062 * lib/gdb.exp: Ditto.
8063 (gdb_compile): Handle nowarning option.
8064
8065 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
8066
8067 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
8068 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
8069 Rename executable to prelinkt. Don't re-prelink if we didn't
8070 get a core file. Test prelink -u exit status to tell whether
8071 prelinking failed. Use gdb_test_multiple.
8072
8073 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
8074
8075 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
8076 (do_tests): Call it.
8077
8078 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
8079
8080 * gdb.base/prelink.exp: New test.
8081 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
8082
8083 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
8084
8085 * gdb.fortran/derived-type.f90: New file.
8086 * gdb.fortran/derived-type.exp: New testcase.
8087
8088 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
8089
8090 * gdb.base/default.exp: Allow ';' as a directory separator.
8091
8092 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8093
8094 * gdb.base/help.exp (help add-symbol-file): Update.
8095
8096 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8097
8098 * gdb.base/help.exp (help load): Update expected results.
8099
8100 2006-02-19 Fred Fish <fnf@specifix.com>
8101
8102 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
8103 specifix hex value as part of results.
8104 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
8105
8106 2006-02-16 Fred Fish <fnf@specifix.com>
8107
8108 * gdb.base/whatis.c: Define variables using typedefs char_addr,
8109 ushort_addr, and slong_addr, so the typedefs are not optimized
8110 away.
8111 * gdb.base/whatis.exp: Add tests using type name for struct type,
8112 union type, enum type, and typedef.
8113
8114 2006-02-13 Mark Kettenis <kettenis@gnu.org>
8115
8116 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
8117
8118 2006-02-13 Jim Blandy <jimb@redhat.com>
8119
8120 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
8121 case where it takes two "next" commands to skip past the init
8122 call.
8123
8124 2006-02-12 Fred Fish <fnf@specifix.com>
8125
8126 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
8127 to handle cases where it takes two "next" commands to skip
8128 past the init call.
8129
8130 2006-02-07 Joel Brobecker <brobecker@adacore.com>
8131
8132 * gdb.ada/array_return.exp: Mark the last test as expected to fail
8133 on hppa32 targets.
8134
8135 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8136
8137 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
8138 field.
8139
8140 2006-01-29 Mark Kettenis <kettenis@gnu.org>
8141
8142 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
8143
8144 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8145
8146 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
8147 files.
8148
8149 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8150
8151 * gdb.cp/maint.exp: Set complaints to a positive value.
8152
8153 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8154
8155 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
8156 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
8157 function name.
8158
8159 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8160
8161 * gdb.base/checkpoint.c: Update copyright notice. Include
8162 <stdlib.h>.
8163
8164 2006-01-04 Jim Blandy <jimb@redhat.com>
8165
8166 * gdb.asm/asm-source.exp: Independently provide default values for
8167 asm-flags and debug-flags. Use 'string equal' to do the
8168 comparison, not the implicit expr's '==' operator. Remove
8169 now-unneeded assignments to asm-flags. In h8300 case, place
8170 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
8171
8172 2006-01-04 Michael Snyder <msnyder@redhat.com>
8173
8174 * gdb.base/checkpoint.c: New file.
8175 * gdb.base/checkpoint.exp: New file.
8176 * gdb.base/multi-fork.c: New file.
8177 * gdb.base/multi-fork.exp: New file.
8178 * gdb.base/pi.txt: New file (data for checkpoint.c test).
8179
8180 2006-01-04 Fred Fish <fnf@specifix.com>
8181
8182 * gdb.base/ptype.c (foo): Add typedef.
8183 (intfoo): Add function.
8184 * gdb.base/ptype1.c: New file.
8185 * gdb.base/ptype.exp: Handle compilation and linking with two
8186 source files. Test that proper type for "foo" is found based
8187 on source context rather than first match found in symtabs.
8188
8189 2005-12-28 Mark Kettenis <kettenis@gnu.org>
8190
8191 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
8192 * gdb.asm/openbsd.inc: Indent commands.
8193
8194 2005-12-26 Mark Kettenis <kettenis@gnu.org>
8195
8196 * gdb.base/freebpcmd.exp: Increase timeout.
8197
8198 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
8199
8200 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
8201
8202 * gdb.base/default.exp: Update check for "show version".
8203
8204 2005-12-09 Randolph Chung <tausq@debian.org>
8205
8206 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
8207 * gdb.asm/pa64.inc: New file.
8208
8209 2005-12-09 Randolph Chung <tausq@debian.org>
8210
8211 * gdb.asm/common.inc: Indent commands.
8212 * gdb.asm/asmsrc1.s: Likewise.
8213 * gdb.asm/asmsrc2.s: Likewise.
8214
8215 2005-12-09 Randolph Chung <tausq@debian.org>
8216
8217 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
8218 (get_addr_of_sym): Remove duplicate print.
8219 (gen_core): xfail hppa*-*-hpux*, update expected output.
8220 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
8221 * gdb.arch/pa64-nullify.s: New file.
8222
8223 2005-12-09 Randolph Chung <tausq@debian.org>
8224
8225 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
8226
8227 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
8228
8229 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
8230 code generation for these functions.
8231 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
8232 error message.
8233
8234 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8235
8236 * gdb.base/help.exp (help b, help br, help bre, help brea)
8237 (help break): Update the expected message.
8238
8239 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
8240
8241 * gdb.asm/m68hc11.inc: Setup the data section.
8242 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
8243 script for this test.
8244 (m6812-*-*): Likewise.
8245
8246 2005-11-09 Randolph Chung <tausq@debian.org>
8247
8248 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
8249
8250 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
8251
8252 * gdb.base/break.exp: Fix a comment typo.
8253
8254 2005-11-03 Jim Blandy <jimb@redhat.com>
8255
8256 Checked in by Elena Zannoni <ezannoni@redhat.com>
8257
8258 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
8259
8260 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
8261
8262 * gdb.arch/gdb1558.c: Include stdio.h.
8263
8264 2005-10-31 Mark Kettenis <kettenis@gnu.org>
8265
8266 * gdb.asm/asm-source.exp: Use -e instead of --entry.
8267
8268 2005-10-31 Mark Kettenis <kettenis@gnu.org>
8269
8270 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
8271
8272 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
8273
8274 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8275 vscr" tests to better match output.
8276
8277 2005-10-12 Jim Blandy <jimb@redhat.com>
8278
8279 * gdb.base/structs.exp (any): New function.
8280 (test_struct_returns): Don't make any assumptions at all about
8281 what value the function returns when GDB can't set the return
8282 value.
8283
8284 2005-10-09 Joel Brobecker <brobecker@adacore.com>
8285
8286 * gdb.ada/arrayidx/p.adb: New file.
8287 * gdb.ada/arrayidx.exp: New testcase
8288
8289 2005-10-09 Joel Brobecker <brobecker@adacore.com>
8290
8291 * gdb.ada/array_return/pck.ads: New file.
8292 * gdb.ada/array_return/pck.adb: New file.
8293 * gdb.ada/array_return/p.adb: New file.
8294 * gdb.ada/array_return.exp: New testcase.
8295
8296 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8297
8298 * gdb.base/arrayidx.c: New file.
8299 * gdb.base/arrayidx.exp: New testcase.
8300
8301 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
8302
8303 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
8304 frames-invalid and breakpoints-invalid are no longer generated
8305 with level 3 so don't expect them in the output.
8306
8307 2005-09-27 Bob Rossi <bob@brasko.net>
8308
8309 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
8310 from test. Escape the | in mi_gdb_test call.
8311 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
8312 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
8313 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
8314 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
8315 expected regex's in mi_gdb_test calls.
8316 * lib/mi-support.exp: Remove arbitrary .* from tests.
8317 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
8318 Fully anchor GDB/MI expected results in mi_gdb_test.
8319 * lib/gdb.exp (string_to_regexp): Escape the ] character.
8320 * gdb.base/sizeof.exp: Remove escape character. Correct test.
8321
8322 2005-09-26 Paul Brook <paul@codesourcery.com>
8323
8324 * long_long.exp: Exclude eabi targets from arm FPA float format test.
8325
8326 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8327
8328 * bfp-test.c: New file.
8329 * bfp-test.exp: New testcase.
8330
8331 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8332
8333 * gdb.fortran/subarray.exp: New testcase to test the evaluation
8334 of subarray and substring variable.
8335 * gdb.fortran/subarray.f: New source file for the test of subarray
8336 and substring variable evaluation.
8337 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
8338 of string constant.
8339
8340 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
8341
8342 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
8343 copyright dates.
8344
8345 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
8346
8347 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
8348 powerpc altivec' test with an almost identical 'info vector' test.
8349
8350 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8351
8352 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8353 vscr" tests to match output.
8354
8355 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8356
8357 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
8358 output.
8359
8360 2005-09-11 Bob Rossi <bob@brasko.net>
8361
8362 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
8363 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
8364 commands that return an MI output command and an asyncronous MI output
8365 command.
8366 * gdb.mi/mi-console.exp: Ditto.
8367
8368 2005-09-11 Bob Rossi <bob@brasko.net>
8369
8370 * gdb.mi/mi-var-child.c: Include <string.h>.
8371
8372 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
8373
8374 * killed.exp: Correct gdb_expect syntax.
8375
8376 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
8377
8378 * lib/mi-support.exp (mi_gdb_load): Fix typo.
8379
8380 2005-08-02 Bob Rossi <bob@brasko.net>
8381
8382 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
8383 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
8384 Change tests to inferior-tty-set/show.
8385 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
8386 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
8387 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
8388 inferior. Use mi_gdb_test to get GDB and Inferior output.
8389 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
8390 descriptor.
8391 (mi_inferior_tty_name): Add inferior PTY file name.
8392 (mi_gdb_start): Add INFERIOR_PTY parameter.
8393 (mi_gdb_test): Add IPATTERN parameter.
8394
8395 2005-08-02 Bob Rossi <bob@brasko.net>
8396
8397 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
8398 parameter to mi_gdb_test.
8399 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
8400
8401 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8402
8403 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
8404 struct_declarations.
8405 * gdb.mi/mi-var-child.exp: Step over the initialization of
8406 struct_declarations.
8407
8408 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8409
8410 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
8411 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
8412 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
8413 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
8414 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
8415 file.
8416
8417 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
8418
8419 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
8420 (do_children_tests): Assign values to the extra elements.
8421
8422 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
8423 them for tests for "-var-update --no-values" and
8424 "-var-update --all-values".
8425 Add test for "-var-list-children --simple-values".
8426
8427 * gdb.mi/basics.c (callee4): Add integer array D[3]...
8428
8429 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
8430 "-stack-list-locals --simple-values" Improve doc strings and
8431 comments.
8432
8433 2005-07-18 Mark Kettenis <kettenis@gnu.org>
8434
8435 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
8436 *-*-openbsd*.
8437 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
8438
8439 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
8440 sigaltsatck'.
8441
8442 2005-07-14 Bob Rossi <bob@brasko.net>
8443
8444 * gdb.base/default.exp (tty): Changed output of command.
8445 * gdb.base/help.exp (help tty): Ditto.
8446
8447 2005-07-12 Mark Kettenis <kettenis@gnu.org>
8448
8449 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
8450
8451 2005-07-10 Mark Kettenis <kettenis@gnu.org>
8452
8453 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
8454 -stack-select-frame without arguments.
8455 (test_stack_frame_listing): Add test for newly implemented command
8456 -stack-info-frame.
8457
8458 2005-07-06 Bob Rossi <bob@brasko.net>
8459
8460 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
8461 command.
8462 (Copyright): Update copyright.
8463
8464 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
8465
8466 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
8467 tests to evaluate exponentiation expression.
8468
8469 2005-06-29 Andreas Schwab <schwab@suse.de>
8470
8471 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
8472 main to avoid warnings.
8473
8474 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
8475
8476 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
8477
8478 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
8479 -stack-select-frame without arguments.
8480 (test_stack_frame_listing): Add test for newly implemented command
8481 -stack-info-frame.
8482
8483 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
8484
8485 * gdb.fortran/array-element.f: New file.
8486 * gdb.fortran/array-element.exp: New testcase.
8487
8488 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8489
8490 * gdb.base/bigcore.exp: Correct checks for systems which can
8491 not dump a large core file.
8492
8493 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8494
8495 * gdb.base/relocate.c: Add a copyright notice.
8496 (dummy): Remove.
8497 * gdb.base/relocate.exp: Test printing the values of variables
8498 from a relocatable file.
8499
8500 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8501
8502 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
8503 excess MI output after an error.
8504
8505 2005-05-29 Joel Brobecker <brobecker@adacore.com>
8506
8507 * gdb.arch/alpha-step.c: New file.
8508 * gdb.arch/alpha-step.exp: New testcase.
8509
8510 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8511 Dennis Brueni <dennis@slickedit.com>
8512
8513 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
8514 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
8515 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
8516 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
8517 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8518 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
8519 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
8520
8521 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
8522 Wu Zhou <woodzltc@cn.ibm.com>
8523
8524 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
8525 IBM's xlc compiler.
8526 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
8527 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
8528
8529 2005-05-13 Jim Blandy <jimb@redhat.com>
8530
8531 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
8532 calling gdb_suppress_entire_file.
8533 * gdb.base/charset.exp: Same.
8534 * gdb.base/call-rt-st.exp: Same.
8535
8536 2005-05-05 Bob Rossi <bob_rossi@cox.net>
8537
8538 * lib/gdb.exp (fullname_syntax): Added global regex.
8539 (fullname_syntax_POSIX): Ditto.
8540 (fullname_syntax_UNC): Ditto.
8541 (fullname_syntax_DOS_CASE): Ditto.
8542 (fullname_syntax_DOS): Ditto.
8543 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
8544 fullname_syntax variable to scope and use it.
8545 (test_file_list_exec_source_files): Ditto.
8546 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
8547
8548 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8549
8550 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
8551
8552 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
8553
8554 * lib/gdb.exp (skip_altivec_tests): New function, based on
8555 check_vmx_hw_available from the GCC testsuite.
8556 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
8557 * lib/gdb.arch/altivec-regs.exp: Likewise.
8558
8559 2005-05-02 Jim Blandy <jimb@redhat.com>
8560
8561 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
8562 calling gdb_suppress_entire_file.
8563
8564 2005-04-30 Randolph Chung <tausq@debian.org>
8565
8566 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
8567 Slightly relax "sem_post" name checking.
8568
8569 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8570
8571 * gdb.base/unload.exp: Use new shared library infrastructure.
8572
8573 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8574
8575 * gdb.base/so-impl-ld.exp: Use new shared library
8576 infrastructure.
8577
8578 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
8579
8580 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
8581 * gdb.asm/h8300.inc: New file.
8582
8583 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8584
8585 * gdb.base/shlib-call.exp: Change to use new shared library
8586 infrastructure.
8587
8588 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8589
8590 * gdb.base/pending.exp: Change to use new shared library
8591 infrastructure.
8592
8593 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8594
8595 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
8596 use test_compiler_info instead of gcc_compiled, and update copyright.
8597
8598 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
8599
8600 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
8601 shared objects being adjusted and update copyright years.
8602
8603 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
8604
8605 * ChangeLog: Correct some 2003-01-13 dates.
8606 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
8607 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
8608 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
8609 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
8610 gdb.trace/tfind.exp: Update copyright years.
8611
8612 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
8613 Daniel Jacobowitz <dan@codesourcery.com>
8614
8615 * lib/gdb.exp (gdb_compile): Handle shlib=.
8616 (gdb_compile_shlib): New function.
8617
8618 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
8619
8620 * lib/gdb.exp (test_compiler_info): Give argument a default value.
8621
8622 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8623
8624 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
8625 gdb.server.
8626 * configure.ac: Likewise.
8627 * configure: Regenerated.
8628 * gdb.gdbserver/Makefile.in: Moved to...
8629 * gdb.server/Makefile.in: ... here.
8630 * gdb.gdbserver/server.c: Moved to...
8631 * gdb.server/server.c: ... here.
8632 * gdb.gdbserver/server-run.exp: Moved to...
8633 * gdb.server/server-run.exp: ... here.
8634
8635 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8636
8637 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
8638 * configure.ac: Create gdb.gdbserver/Makefile.
8639 * configure: Regenerated.
8640 * lib/gdbserver-support.exp: New file, derived from
8641 config/gdbserver.exp.
8642 * config/gdbserver.exp: Use gdbserver-support.exp.
8643 * gdb.gdbserver/Makefile.in: New file.
8644 * gdb.gdbserver/server.c: New file.
8645 * gdb.gdbserver/server-run.exp: New file.
8646
8647 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
8648
8649 * lib/gdb.exp (test_compiler_info): Return compiler_info
8650 if no arguments are given.
8651
8652 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
8653
8654 * gdb.arch/altivec-abi.exp: Check for compiler and set
8655 use altivec' flag accordingly.
8656 * gdb.arch/altivec-regs.exp: Likewise.
8657
8658 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8659
8660 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
8661
8662 2005-03-27 Andreas Schwab <schwab@suse.de>
8663
8664 * gdb.base/bigcore.c (main): Add missing mode argument in open
8665 call.
8666
8667 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
8668
8669 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
8670 downloads.
8671 * config/gdbserver.exp (gdb_load): Likewise.
8672
8673 2005-03-14 Paul Brook <paul@codesourcery.com>
8674
8675 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
8676 targets.
8677
8678 2005-03-09 Joel Brobecker <brobecker@adacore.com>
8679
8680 * gdb.dwarf2/dup-psym.S: New file.
8681 * gdb.dwarf2/dup-psym.exp: New testcase.
8682
8683 2005-03-09 Joel Brobecker <brobecker@adacore.com>
8684
8685 * gdb.ada/exec_changed/first.adb: New file.
8686 * gdb.ada/exec_changed/second.adb: New file.
8687 * gdb.ada/exec_changed.exp: New testcase.
8688
8689 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
8690
8691 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
8692 (A2): New class.
8693 (main): Test operator+.
8694 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
8695 breakpoint test.
8696
8697 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
8698 * gdb.base/signull.exp: Disable if gdb,nosignals.
8699 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
8700 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
8701 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
8702 * gdb.mi/mi2-console.exp: Likewise.
8703 * gdb.trace/collection.exp (run_trace_experiment): Consume the
8704 continue output at start.
8705 (gdb_collect_locals_test): Robustify regexp.
8706 * gdb.trace/passc-dyn.exp: Fix comment typo.
8707 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
8708
8709 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
8710
8711 * gdb.asm/asm-source.exp: Add iq2000 case.
8712 * gdb.asm/iq2000.inc: New file.
8713
8714 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
8715
8716 * gdb.base/command.exp: Change hardcoded value to regular expression.
8717 * gdb.base/float.exp: Add powerpc to the list of targets checked.
8718
8719 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
8720
8721 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
8722 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
8723 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
8724 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
8725 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
8726
8727 2005-03-05 Mark Kettenis <kettenis@gnu.org>
8728
8729 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
8730 changes.
8731
8732 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
8733
8734 * lib/compiler.c: Add test for IBM's xlc compiler.
8735 * lib/compiler.cc: Likewise.
8736
8737 2004-02-24 Joel Brobecker <brobecker@adacore.com>
8738
8739 * gdb.ada/fixed_points.exp: Create compilation object directory
8740 before running the test.
8741 * gdb.ada/null_record.exp: Likewise.
8742 * gdb.ada/packed_array.exp: Likewise.
8743 * gdb.ada/start.exp: Likewise.
8744
8745 2005-02-15 Joel Brobecker <brobecker@adacore.com>
8746
8747 * gdb.ada/packed_array/pa.adb: New file.
8748 * gdb.ada/packed_array.exp: New testcase.
8749
8750 2005-02-10 Mark Kettenis <kettenis@gnu.org>
8751
8752 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
8753 files.
8754
8755 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
8756 on *-*-openbsd*. Correctly match whitespace in regukar
8757 expressions.
8758
8759 2005-02-10 Daniel Jacobowitz <dan@debian.org>
8760
8761 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
8762 PR exp/1821
8763 * gdb.base/gdb1821.c: New test file.
8764 * gdb.base/gdb1821.exp: New test file.
8765
8766 2005-02-09 Joel Brobecker <brobecker@adacore.com>
8767
8768 * gdb.base/start.c: New file.
8769 * gdb.base/start.exp: New testcase.
8770
8771 2005-02-09 Joel Brobecker <brobecker@adacore.com>
8772
8773 * gdb.ada/start/dummy.adb: New file.
8774 * gdb.ada/start.exp: New testcase.
8775
8776 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
8777
8778 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
8779 for printing symbols and statistics.
8780 Add test for using relative pathnames in "maint print msymbols" test.
8781 Mark "maint info sections DATA" XFAIL on Cygwin.
8782 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
8783 tests.
8784
8785 2005-02-09 Andreas Schwab <schwab@suse.de>
8786
8787 Committed by Andrew Cagney <cagney@gnu.org>
8788 * gdb.base/remotetimeout.exp: New file.
8789
8790 2005-02-07 Mark Kettenis <kettenis@gnu.org>
8791
8792 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
8793
8794 2005-02-03 Joel Brobecker <brobecker@adacore.com>
8795
8796 * gdb.ada/gnat_ada.gpr: New file.
8797 * gdb.ada/gnat_ada.gin: Delete, no longer used.
8798 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
8799 * configure.ac: No longer generate gnat_ada.gpr.
8800 * configure: Regenerate.
8801 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
8802 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
8803 * gdb.ada/null_record/bar.ads: Likewise.
8804 * gdb.ada/null_record/bar.adb: Likewise.
8805 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
8806 * gdb.ada/null_record.exp (testdir): New variable.
8807 (testfile): executable is now in testdir subdirectory.
8808 (srcfile): Use full path to the main compilation unit.
8809 * gdb.ada/fixed_points.exp: Same changes as above.
8810
8811 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
8812
8813 * gdb.base/interp.exp: New test.
8814
8815 2005-01-24 Andrew Cagney <cagney@gnu.org>
8816
8817 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
8818
8819 2005-01-19 Andrew Cagney <cagney@gnu.org>
8820
8821 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
8822 configure.ac not configure.in.
8823
8824 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
8825 of powerpc*-*-*.
8826 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
8827 * gdb.base/list.exp (test_list_function)
8828 (test_list_filename_and_function): Ditto.
8829 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
8830
8831 2005-01-16 Andrew Cagney <cagney@gnu.org>
8832
8833 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
8834
8835 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
8836
8837 2005-01-14 Andrew Cagney <cagney@gnu.org>
8838
8839 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
8840 * gdb.mi/mi2-var-cmd.exp: Ditto.
8841
8842 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
8843
8844 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
8845
8846 2005-01-07 Andrew Cagney <cagney@gnu.org>
8847
8848 * configure.ac: Rename configure.in, require autoconf 2.59.
8849 * configure: Re-generate.
8850 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
8851 * gdb.stabs/configure: Re-generate.
8852 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
8853 * gdb.hp/configure: Re-generate.
8854 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
8855 autoconf 2.59.
8856 * gdb.hp/gdb.objdbg/configure: Re-generate.
8857 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
8858 autoconf 2.59.
8859 * gdb.hp/gdb.defects/configure: Re-generate.
8860 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
8861 autoconf 2.59.
8862 * gdb.hp/gdb.compat/configure: Re-generate.
8863 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
8864 autoconf 2.59.
8865 * gdb.hp/gdb.base-hp/configure: Re-generate.
8866 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
8867 autoconf 2.59.
8868 * gdb.hp/gdb.aCC/configure: Re-generate.
8869
8870 2004-12-15 Jim Blandy <jimb@redhat.com>
8871
8872 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
8873 under NPTL when there is debugging info available for libpthread.
8874
8875 2004-12-13 Jerome Guitton <guitton@gnat.com>
8876
8877 * gdb.ada/fixed_points.c: New file.
8878 * gdb.ada/fixed_points.exp: New file.
8879
8880 2004-12-03 Randolph Chung <tausq@debian.org>
8881
8882 * gdb.arch/pa-nullify.exp: New file.
8883 * gdb.arch/pa-nullify.s: New file.
8884
8885 2004-11-30 Randolph Chung <tausq@debian.org>
8886
8887 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
8888 instead of "tbug". Fix regexp to work properly with gdb_test.
8889
8890 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
8891
8892 * gdb.base/bitfields2.exp: New test.
8893 * gdb.base/bitfields2.c: New file.
8894
8895 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
8896
8897 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
8898
8899 2004-11-16 Randolph Chung <tausq@debian.org>
8900
8901 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
8902
8903 2004-11-14 Daniel Jacobowitz <dan@debian.org>
8904
8905 * gdb.threads/threadapply.exp: Correct "macro details" test.
8906
8907 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
8908
8909 * gdb.threads/threadapply.exp: New test.
8910 * gdb.threads/threadapply.c: New file.
8911
8912 2004-11-07 Mark Kettenis <kettenis@gnu.org>
8913
8914 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
8915 frames.
8916
8917 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
8918
8919 * gdb.base/cursal.exp: New file.
8920 * gdb.base/cursal.c: New file.
8921
8922 2004-11-03 Andrew Cagney <cagney@gnu.org>
8923
8924 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
8925
8926 2004-10-30 Mark Kettenis <kettenis@gnu.org>
8927
8928 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
8929 NetBSD/ELF targets.
8930
8931 2004-10-29 Joel Brobecker <brobecker@gnat.com>
8932
8933 * gdb.threads/bp_in_thread.c: New file, copied from
8934 pthread_cond_wait.c.
8935 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
8936 file, rather than reusing the .c file from another testcase.
8937
8938 2004-10-20 Joel Brobecker <brobecker@gnat.com>
8939
8940 * gdb.ada/null_record.exp: Check where we stopped after
8941 sending the start command, instead of where the associated
8942 temporary breakpoint was inserted.
8943
8944 2004-10-14 Andrew Cagney <cagney@gnu.org>
8945
8946 * gdb.mi/gdb701.c (main): Return 0.
8947
8948 2004-10-13 Daniel Jacobowitz <dan@debian.org>
8949
8950 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
8951
8952 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
8953
8954 * gdb.threads/schedlock.c: Add comment markers to use to find
8955 line numbers.
8956 * gdb.threads/schedlock.exp: Adjust regex to handle the new
8957 comments.
8958 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
8959 breakpoint lines.
8960
8961 2004-10-12 Daniel Jacobowitz <dan@debian.org>
8962
8963 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
8964
8965 2004-10-12 Daniel Jacobowitz <dan@debian.org>
8966
8967 * configure.in: Add gdb.dwarf2.
8968 * configure: Regenerated.
8969 * Makefile.in: Add gdb.dwarf2.
8970 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
8971 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
8972 gdb.dwarf2/file1.txt: New files.
8973
8974 2004-10-11 Orjan Friberg <orjanf@axis.com>
8975
8976 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
8977 of "run", since the latter doesn't work with remote targets. Adjust
8978 the breakpoint numbering accordingly.
8979 * gdb.threads/pthread_cond_wait.exp: Ditto.
8980
8981 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
8982
8983 * gdb.base/overlays.exp: Update copyright years.
8984
8985 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
8986
8987 * gdb.base/overlays.exp: Disable if target is Linux.
8988
8989 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
8990
8991 * config/gdbserver.exp (gdb_load): Use right filename on remote.
8992
8993 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
8994
8995 * gdb.asm/asm-source.exp: Add m32r-linux target.
8996 * gdb.asm/m32r-linux.inc: New file.
8997
8998 2004-09-24 Andrew Cagney <cagney@redhat.com>
8999 David Anderson <anderson@redhat.com>
9000
9001 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
9002 command fails, assume things will work.
9003 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
9004 (_GNU_SOURCE): Define.
9005 (print_unsigned, print_hex): Change parameter to "long long".
9006 (print_byte_count): New function, use to print byte counts.
9007 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
9008 O_LARGEFILE.
9009 (main): Compute an upper bound on a corefile in max_core_size.
9010 Limit memory chunk size to max_core_size. Limit total memory
9011 allocated to max_core_size.
9012
9013 2004-09-23 Andrew Cagney <cagney@gnu.org>
9014
9015 * gdb.base/bigcore.exp: Replace the code that creates a corefile
9016 from a separate process with code that creates a corefile by
9017 making the inferior dump core.
9018
9019 2004-09-23 Mark Kettenis <kettenis@gnu.org>
9020
9021 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
9022 block.
9023
9024 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
9025
9026 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
9027 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
9028 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
9029 Likewise.
9030
9031 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
9032
9033 * gdb.java/jprint.exp: New test case for java inferior call.
9034 * gdb.java/jprint.java: Ditto.
9035
9036 2004-09-15 Joel Brobecker <brobecker@gnat.com>
9037
9038 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
9039
9040 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9041
9042 * gdb.threads/killed.c: Include <stdlib.h>.
9043 * gdb.threads/pthreads.c: Likewise.
9044
9045 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9046
9047 * gdb.threads/killed.c: Add copyright notice.
9048
9049 2004-09-10 Jason Molenda (jmolenda@apple.com)
9050
9051 * gdb.base/define.exp: Two new tests to verify zero space chars
9052 after 'if' and 'while' commands in a user-defined command is correctly
9053 parsed.
9054
9055 2004-09-08 Andrew Cagney <cagney@gnu.org>
9056
9057 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
9058 delivery test with duplicate at end of file.
9059
9060 2004-09-06 Mark Kettenis <kettenis@jive.nl>
9061
9062 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
9063
9064 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9065
9066 * config/hppro.exp: Removed.
9067
9068 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9069
9070 * config/sparclet.exp: Removed.
9071
9072 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9073
9074 * config/udi.exp: Removed.
9075
9076 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
9077
9078 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
9079 of "exp_continue".
9080 (advancei): Likewise.
9081
9082 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9083
9084 * gdb.base/unload.exp: Fix so messages aren't duplicated.
9085
9086 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
9087
9088 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
9089 to check for nodebug in executable.
9090 * gdb.gdb/observer.exp (setup_test): Likewise.
9091 * gdb.gdb/selftest.exp (test_with_self): Likewise.
9092 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
9093
9094 2004-09-01 Andrew Cagney <cagney@gnu.org>
9095
9096 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9097 files.
9098
9099 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9100
9101 * gdb.base/unload.exp: Fix expected warning message to match
9102 latest format.
9103
9104 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
9105
9106 * gdb.base/call-rt-st.exp: Fix typos.
9107
9108 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
9109
9110 * gdb.threads/thread_check.exp: New testcase.
9111 * gdb.threads/thread_check.c: New testcase.
9112
9113 2004-08-31 Andrew Cagney <cagney@gnu.org>
9114
9115 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
9116 (skip_to_handler_entry): New procedures. Test stepping into a
9117 handler when the breakpoint is at the handler's entry point.
9118
9119 2004-08-30 Andrew Cagney <cagney@gnu.org>
9120
9121 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
9122 gdb/1757.
9123
9124 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9125
9126 With code from Manoj Iyer <manjo@austin.ibm.com>:
9127 * lib/gdb.exp (gdb_file_cmd): Return more information in the
9128 return value. Add an arm for "no debugging symbols found".
9129 Change a stray "error" to "perror".
9130 (gdb_run_cmd): Adapt to new return value.
9131 * gdb.base/remote.exp: Adapt to new return value.
9132 * gdb.gdb/complaints.exp: Likewise.
9133 * gdb.gdb/observer.exp: Likewise.
9134 * gdb.gdb/selftest.exp: Likewise.
9135 * gdb.gdb/xfullpath.exp: Likewise.
9136
9137 2004-08-27 Joel Brobecker <brobecker@gnat.com>
9138
9139 * gdb.threads/bp_in_thread.exp: New testcase.
9140
9141 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9142
9143 Fix PR testsuite/1735.
9144 * gdb.threads/schedlock.c (thread_function): Add a cast
9145 to suppress a gcc warning.
9146 * gdb.threads/thread-specific.c (thread_function): Likewise.
9147
9148 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9149
9150 * gdb.base/unload.c: Include <stdlib.h>.
9151
9152 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9153
9154 From Paul Gilliam <pgilliam@us.ibm.com>:
9155 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
9156 synchronized after the "return".
9157
9158 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9159
9160 * gdb.mi/basics.c: Include <stdio.h>.
9161 * gdb.mi/pthreads.c: Include <stdlib.h>.
9162 * gdb.mi/var-cmd.c: Include <stdlib.h>.
9163
9164 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9165
9166 * gdb.threads/schedlock.c: Add copyright notice.
9167
9168 2004-08-25 Andrew Cagney <cagney@gnu.org>
9169
9170 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
9171 (skip_over_handler, breakpoint_over_hander): New test procedures.
9172 (advance, advancei): Add a proper prefix, do not use
9173 rerun_to_main.
9174 * gdb.base/sigstep.c (main): Change to use an infinite loop.
9175
9176 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
9177
9178 * gdb.mi/basics.c: Add copyright notice.
9179 * gdb.mi/var-cmd.c: Add copyright notice.
9180
9181 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9182
9183 * lib/gdb.exp: Remove signed_keyword_not_used.
9184 * lib/compiler.c: Likewise.
9185 * lib/compiler.cc: Likewise.
9186
9187 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9188
9189 * gdb.base/whatis.c: Remove conditional disabling of "signed".
9190 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
9191
9192 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9193
9194 * gdb.base/whatis.c: Add copyright notice.
9195
9196 2004-08-20 Mark Kettenis <kettenis@gnu.org>
9197
9198 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
9199 it to skip the breakpoints encoded in the inline assembly.
9200
9201 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9202
9203 * Makefile.in: Add gdb.fortran.
9204
9205 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9206
9207 * gdb.base/call-sc.exp (test_scalar_returns):
9208 Fix cut-and-paste glitch in "Make fun return now".
9209
9210 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9211
9212 * configure.in: Add gdb.fortran.
9213 * configure: Regenerate.
9214 * gdb.fortran/Makefile.in: New file.
9215 * lib/gdb.exp (skip_fortran_tests): New procedure.
9216
9217 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9218
9219 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
9220 reference to bug-gnu@prep.ai.mit.edu.
9221 * gdb.mi/mi-var-child.exp: Likewise.
9222 * gdb.mi/mi-var-cmd.exp: Likewise.
9223 * gdb.mi/mi-var-display.exp: Likewise.
9224 * gdb.mi/mi2-var-block.exp: Likewise.
9225 * gdb.mi/mi2-var-child.exp: Likewise.
9226 * gdb.mi/mi2-var-cmd.exp: Likewise.
9227 * gdb.mi/mi2-var-display.exp: Likewise.
9228
9229 2004-08-15 Mark Kettenis <kettenis@gnu.org>
9230
9231 * gdb.base/unload.c (main): Make local variable msg const.
9232
9233 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9234
9235 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
9236 to bug-gnu@prep.ai.mit.edu.
9237 * gdb.mi/mi-disassemble.exp: Likewise.
9238 * gdb.mi/mi-eval.exp: Likewise.
9239 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
9240 default line number.
9241 * gdb.mi/mi-return.exp: Likewise.
9242 * gdb.mi/mi-simplerun.exp: Likewise.
9243 * gdb.mi/mi-stack.exp: Likewise.
9244 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
9245 number with explicit range test.
9246 * gdb.mi/mi-watch.exp: Likewise.
9247 * gdb.mi/mi2-break.exp: Likewise.
9248 * gdb.mi/mi2-cli.exp: Likewise.
9249 * gdb.mi/mi2-disassemble.exp: Likewise.
9250 * gdb.mi/mi2-eval.exp: Likewise.
9251 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
9252 default line number.
9253 * gdb.mi/mi2-return.exp: Likewise.
9254 * gdb.mi/mi2-simplerun.exp: Likewise.
9255 * gdb.mi/mi2-stack.exp: Likewise.
9256 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
9257 number with explicit range test.
9258 * gdb.mi/mi2-watch.exp: Likewise.
9259
9260 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9261
9262 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
9263 * gdb.cp/m-static.exp: Likewise.
9264 * gdb.cp/rtti.exp: Likewise.
9265
9266 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9267
9268 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
9269
9270 2004-08-14 Eli Zaretskii <eliz@gnu.org>
9271
9272 * ChangeLog: Prefix Local Variables with semi-colons and indent
9273 the reference to older ChangeLog files, to fix fontification in
9274 Emacs.
9275
9276 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9277
9278 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
9279 * gdb.mi/mi2-break.exp: Likewise.
9280
9281 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9282
9283 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
9284
9285 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9286
9287 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
9288
9289 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9290
9291 * gdb.cp/classes.exp: Remove unused declarations. Just let
9292 test names default instead of providing special names. Remove
9293 extraneous demangler test.
9294
9295 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
9296
9297 * gdb.base/unload.exp: New test for breakpoints in dynamically
9298 loaded libraries.
9299 * gdb.base/unload.c: Ditto.
9300 * gdb.base/unloadshr.c: Ditto.
9301
9302 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
9303
9304 * gdb.cp/classes.exp (test_ptype_class_objects): Call
9305 cp_test_ptype_class.
9306 (test_enums): Likewise.
9307
9308 2004-08-10 Andrew Cagney <cagney@gnu.org>
9309
9310 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9311 files.
9312
9313 2004-08-10 Andrew Cagney <cagney@gnu.org>
9314
9315 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
9316 init_malloc call.
9317
9318 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
9319
9320 * ChangeLog: Add copyright notice. The notice is copied
9321 from emacs 21.3 top level ChangeLog.
9322
9323 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9324
9325 * lib/cp-support.exp: New file.
9326 * lib/cp-support.exp (cp_test_type_class): New function.
9327 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
9328 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
9329 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
9330 cp_test_ptype_class.
9331
9332 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9333
9334 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
9335 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9336 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
9337 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
9338 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9339 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
9340 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
9341 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
9342 gdb.mi/mi2-watch.exp: Update copyright years.
9343
9344 2004-08-09 Mark Kettenis <kettenis@gnu.org>
9345
9346 * gdb.base/sigaltstack.exp: Provide proper anchoring.
9347
9348 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9349
9350 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
9351 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
9352 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
9353 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9354 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
9355 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
9356 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
9357 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9358 gdb.mi/mi-watch.exp: Update copyright years.
9359
9360 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9361
9362 PR gdb/1738
9363 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
9364 from a breakpoint with a pending signal.
9365
9366 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9367
9368 PR gdb/1736
9369 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
9370 * gdb.base/sigaltstack.exp (finish_test): Consume output until
9371 the prompt.
9372 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
9373
9374 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9375
9376 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
9377
9378 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9379
9380 PR gdb/1736
9381 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
9382 for i?86-*-linux*.
9383
9384 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9385
9386 * gdb.arch/i386-prologue.exp: Compile without debug information.
9387
9388 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
9389
9390 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
9391 rather than asking gdb to search.
9392
9393 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9394
9395 * gdb.base/gcore.c: Include <string.h>.
9396
9397 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9398
9399 * gdb.base/gcore.c: Add copyright notice.
9400
9401 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9402
9403 * gdb.base/freebpcmd.c: Include <stdio.h>.
9404 * gdb.base/long_long.c: Include <string.h>.
9405 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
9406 * gdb.base/siginfo.c: Include <string.h>.
9407 * gdb.base/sigstep.c: Include <string.h>.
9408
9409 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9410
9411 * gdb.base/complex.c: Include <stdlib.h>.
9412
9413 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9414
9415 * gdb.base/complex.c: Add copyright notice.
9416
9417 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9418
9419 * gdb.base/charset.c: Include <stdlib.h>.
9420
9421 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9422
9423 * gdb.base/auxv.c: Include <stdlib.h>.
9424
9425 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9426
9427 * gdb.base/auxv.c: Add copyright notice.
9428
9429 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9430
9431 * gdb.base/coremaker.c: Add copyright notice.
9432 * gdb.base/coremaker2.c: Add copyright notice.
9433
9434 2004-08-04 Andrew Cagney <cagney@gnu.org>
9435
9436 * gdb.base/store.exp: Update copyright.
9437 (check_set, up_set, check_struct, up_struct): Add a prefix to test
9438 names, do not import gdb_prompt.
9439
9440 2004-08-01 Andrew Cagney <cagney@gnu.org>
9441
9442 Fix PR testsuite/1729.
9443 * gdb.base/dump.exp: Add test name to callers of capture_value, do
9444 not use capture_value with value 4.
9445 (capture_value): Add optional test name parameter.
9446 (test_reload_saved_value, test_restore_saved_value): Use $msg as
9447 the prefix, pass to capture_value.
9448
9449 2004-08-01 Mark Kettenis <kettenis@gnu.org>
9450
9451 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
9452 * gdb.arch/i386-prologue.c (standard): New prototype and function.
9453 (main): Call new function.
9454
9455 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9456
9457 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
9458
9459 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9460
9461 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
9462
9463 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9464
9465 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9466 Accept more values of vtbl pointer. Remove some messages
9467 about "obsolete gcc or gdb".
9468
9469 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9470
9471 * gdb.cp/classes.exp: Accept more varieties of ptype output.
9472
9473 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9474
9475 * gdb.base/asm-source.exp: Properly convert target board
9476 debug flags from gcc format to binutils format.
9477
9478 2004-07-28 Mark Kettenis <kettenis@gnu.org>
9479
9480 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
9481 gdb1718". PR backtrace/1718 partially fixed.
9482
9483 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
9484
9485 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
9486
9487 2004-07-26 Nick Clifton <nickc@redhat.com>
9488
9489 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
9490 good default value for a specific architecture is available then
9491 set it to that value. Otherwise default to the -gstabs switch.
9492 Remove the -g... switches from the asm-flags variable. Allow the
9493 target board info to override the value if it wants to. Pass the
9494 switch on the assembler command line.
9495
9496 2004-07-23 Mark Kettenis <kettenis@gnu.org>
9497
9498 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
9499 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
9500 (main): Call new function.
9501
9502 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
9503
9504 Test for PR exp/1715.
9505 * gdb.base/radix.exp: Refactor common procedures. Make all
9506 test names unique. Change XFAIL to KFAIL.
9507
9508 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
9509
9510 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
9511 * gdb.ada/gnat_ada.gin: ... to here.
9512 * configure.in: Use gnat_ada.gin.
9513 * configure: Regenerate.
9514
9515 2004-07-20 Andrew Cagney <cagney@gnu.org>
9516
9517 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
9518 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
9519 XFAILs. Clean up test messages and comments. Check backtraces.
9520 Delete re-sync code.
9521
9522 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9523
9524 Fix PR cli/740.
9525 * gdb.base/annota1.exp: Honor gdb,nosignals.
9526 * gdb.base/annota3.exp: Likewise.
9527
9528 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9529
9530 * lib/java.exp: Update copyright notice.
9531
9532 2004-07-19 Andrew Cagney <cagney@gnu.org>
9533
9534 * gdb.base/selftest.exp: Copy file from here ...
9535 * gdb.gdb/selftest.exp: ... to here.
9536
9537 2004-07-16 Andrew Cagney <cagney@redhat.com>
9538
9539 * lib/insight-support.exp: Delete file.
9540 * lib/java.exp (java_init): Fix copyright.
9541
9542 2004-07-16 Andrew Cagney <cagney@gnu.org>
9543
9544 * gdb.base/restore.c: Append "prologue" to comments marking the a
9545 function's prologue.
9546 * gdb.base/restore.exp: Update copyright, re-indent.
9547 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
9548 callerN" prefix where needed. Update patterns that match a
9549 function's prologue.
9550
9551 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
9552
9553 * gdb.base/restore.c: Add copyright notice.
9554
9555 2004-07-16 Andrew Cagney <cagney@gnu.org>
9556
9557 * gdb.base/logical.exp: Update copyright.
9558 (evaluate): New procedure. Use to re-implement tests using
9559 several tables.
9560
9561 2004-07-14 Martin Hunt <hunt@redhat.com>
9562
9563 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
9564 which fixes some problems where init.tcl was not found.
9565
9566 2004-07-13 Andrew Cagney <cagney@gnu.org>
9567
9568 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
9569 (check_sizeof, check_valueof): Do not include the output in the
9570 test name. Use gdb_test.
9571 (get_valueof): Use gdb_test_multiple.
9572
9573 * gdb.base/step-test.exp: Update copyright. Use
9574 gdb_test_multiple. Ensure that test names do not include
9575 architecture dependent output.
9576
9577 * gdb.gdb/observer.exp: Update copyright.
9578 (setup_test): Use gdb_test_multiple.
9579 (attach_first_observer, attach_second_observer)
9580 (attach_third_observer, detach_first_observer)
9581 (detach_second_observer, detach_third_observer)
9582 (reset_counters, check_counters): Make $message a prefix.
9583 (test_normal_stop_notifications): Add "args" parameter - a list of
9584 init functions to be called. Make $message a prefix,
9585 (test_observer_normal_stop): Change the message prefixes so that
9586 they are unique, pass the attach / detach procedures to
9587 test_normal_stop_notifications.
9588
9589 * gdb.base/signull.exp (test_segv): Prefix all tests with
9590 "${name}". Clean up test messages.
9591
9592 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
9593
9594 * gdb.base/ena-dis-br.exp: Update copyright.
9595 (break_at): New function. Replace send_gdb with gdb_test,
9596 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
9597 ignore count, not stopped at bpt", with KFAIL.
9598
9599 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
9600
9601 * gdb.base/attach.exp: Remove cleanupfile handling.
9602
9603 2004-07-12 Andrew Cagney <cagney@gnu.org>
9604
9605 * gdb.base/annota1.exp: Cleanup corefile test name.
9606 * gdb.base/annota3.exp: Ditto.
9607
9608 2004-07-12 Andrew Cagney <cagney@gnu.org>
9609
9610 * gdb.base/signals.exp: Clean up copyright, re-indent.
9611
9612 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
9613 gdb_test and gdb_test_multiple.
9614
9615 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
9616
9617 * gdb.java/jmain.exp: Fix expected line number for main to
9618 break at. Set XFAIL for break at main test since gcj does not
9619 provide line number info for first statement in main.
9620
9621 2004-07-08 Andrew Cagney <cagney@gnu.org>
9622
9623 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
9624
9625 * gdb.base/sigbpt.exp: Make the common part of each test name a
9626 prefix instead of suffix.
9627
9628 2004-07-07 Bob Rossi <bob_rossi@cox.net>
9629
9630 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
9631 test from test_tbreak_creation_and_listing to
9632 test_file_list_exec_source_file
9633 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
9634 Changed name of test from test_tbreak_creation_and_listing to
9635 test_file_list_exec_source_file
9636
9637 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
9638
9639 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
9640 the jmisc() constructor instead of <init>.
9641 * gdb.java/jmisc1.exp: Ditto.
9642
9643 2004-07-07 Andrew Cagney <cagney@gnu.org>
9644
9645 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
9646 corrupting the PC.
9647
9648 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
9649
9650 * gdb.cp/templates.exp: Accept whitespace change in demangler
9651 output.
9652
9653 2004-07-06 Andrew Cagney <cagney@gnu.org>
9654
9655 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
9656
9657 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
9658
9659 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
9660 * lib/compiler.cc: Likewise.
9661
9662 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
9663
9664 * lib/compiler.cc: Work around string preprocessing problem
9665 with old hp c++ compiler.
9666 * lib/compiler.c: Likewise.
9667
9668 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
9669
9670 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
9671 directives to conditionalize symbol prefixing.
9672 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
9673 additional_flags handling. Add underscore prefix for Cygwin.
9674 * gdb.arch/i386-unwind.c: Use preprocessor directives to
9675 conditionalize symbol prefixing.
9676 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
9677 additional_flags handling. Add underscore prefix for Cygwin.
9678
9679 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
9680
9681 * gdb.base/bigcore.exp: Skip test on Cygwin.
9682
9683 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
9684
9685 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
9686 formats for "info register". Use gdb_test_multiple. Fix
9687 the "invalid register" test.
9688
9689 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
9690
9691 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
9692 PID for Cygwin. Add Cygwin specific strings to check for in some
9693 tests.
9694 (do_attach_tests): Add a test for user interaction when attaching
9695 to a process with no matching symbol table already loaded.
9696
9697 2004-06-26 Andrew Cagney <cagney@gnu.org>
9698
9699 Test PR java/1567 and PR java/1565.
9700 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
9701 * gdb.java/jmisc2.exp: Delete file.
9702
9703 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
9704
9705 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
9706
9707 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
9708
9709 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
9710 attach process.
9711
9712 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
9713
9714 * gdb.cp/pr-1553.exp: Remove.
9715
9716 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
9717
9718 * gdb.cp/pr-1553.cc: Remove.
9719 * gdb.cp/pr-1553.exp: Disable this test.
9720
9721 2004-06-20 Jim Blandy <jimb@redhat.com>
9722
9723 Fix PR testsuite/1680.
9724 * gdb.arch/i386-sse.exp: Properly quote curly braces in
9725 regular expressions.
9726
9727 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9728
9729 Fix PR testsuite/1679.
9730 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
9731 Issue an UNSUPPORTED result instead.
9732
9733 2004-06-18 Jim Blandy <jimb@redhat.com>
9734
9735 * gdb.base/charset.exp: Only send a control-C if we see a new
9736 prompt and incomplete command.
9737
9738 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
9739
9740 * gdb.cp/pr-574.cc: Add copyright notice.
9741
9742 2004-06-17 Jim Blandy <jimb@redhat.com>
9743
9744 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
9745 cases where the regexp has no groups; this grabs random text from
9746 the previous test suite, whatever that was.
9747
9748 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
9749
9750 * gdb.cp/printmethod.cc: Add copyright notice.
9751
9752 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
9753
9754 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
9755
9756 2004-06-16 Andrew Cagney <cagney@gnu.org>
9757
9758 * gdb.base/signull.c: Update copyright. Include <string.h>.
9759 (bowler): Replace data_pointer with data_read
9760 and data_write cases. Add code_descriptor case.
9761 (zero, desc): New array and pointer.
9762 (data, code): Change to simple pointers.
9763 * gdb.base/signull.exp: Fix probe pattern matching a function
9764 descriptor SIGSEGV. Replace data_pointer with data_read and
9765 data_write tests.
9766
9767 2004-06-16 Andrew Cagney <cagney@gnu.org>
9768
9769 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
9770
9771 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9772
9773 * gdb.base/long_long.c: Add copyright notice.
9774
9775 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9776
9777 * gdb.base/long_long.exp: Remove reference to
9778 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
9779 to gdb_breakpoint and gdb_continue_to_breakpoint.
9780
9781 2004-06-14 Jim Blandy <jimb@redhat.com>
9782
9783 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
9784 endian case.
9785
9786 2004-06-14 Andrew Cagney <cagney@gnu.org>
9787
9788 * gdb.base/gcore.exp (capture_command_output): Delete the always
9789 passing tests containing inferior values.
9790 * gdb.base/ending-run.exp: Do not include the breakpoint address
9791 in the test message. Update copyright.
9792 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
9793 size in the test name, use gdb_test_multiple. Update copyright.
9794
9795 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9796
9797 * gdb.cp/ref-types.cc: Add copyright notice.
9798
9799 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9800
9801 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
9802 hp_aCC_compiler.
9803 * lib/compiler.cc: Likewise.
9804 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
9805 'set' commands. Log diagnostics for other lines. Set
9806 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
9807
9808 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
9809
9810 * gdb.cp/try_catch.cc: Add copyright notice.
9811
9812 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
9813
9814 * gdb.cp/userdef.cc: Add copyright notice.
9815
9816 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
9817
9818 * gdb.cp/virtfunc.cc: Add copyright notice.
9819
9820 2004-06-11 Randolph Chung <tausq@debian.org>
9821
9822 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
9823 problem.
9824
9825 2004-06-10 Andrew Cagney <cagney@gnu.org>
9826
9827 * lib/compiler.cc, lib/compiler.c: Append either
9828 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
9829 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
9830 instead of gcc-3-3.
9831
9832 2004-06-09 Andrew Cagney <cagney@gnu.org>
9833
9834 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
9835 gdb/1455, bug is specific to "long long" and "double".
9836
9837 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
9838 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
9839 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
9840 fixed.
9841
9842 2004-06-09 Andrew Cagney <cagney@gnu.org>
9843
9844 * gdb.base/structs.exp (test_struct_returns): Replace
9845 "return_value_unknown" and "finish_value_unknown" by
9846 "return_value_known" and "finish_value_known". Instead of
9847 "return_value_unknown" iff "finish_value_unknown", check
9848 "return_value_known" implies "finish_value_known".
9849
9850 2004-06-08 Martin Hunt <hunt@redhat.com>
9851
9852 * gdb.base/float.exp: Add pattern for mips targets.
9853
9854 2004-06-08 Randolph Chung <tausq@debian.org>
9855
9856 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
9857 message for unknown architectures more clear.
9858
9859 2004-06-08 Joel Brobecker <brobecker@gnat.com>
9860
9861 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
9862 start the execution of the program.
9863
9864 2004-06-07 Jim Blandy <jimb@redhat.com>
9865
9866 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
9867 * gdb.arch/i386-cpuid.h: New helper file.
9868
9869 2004-06-07 Randolph Chung <tausq@debian.org>
9870
9871 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
9872 has started.
9873
9874 2004-06-04 Roland McGrath <roland@redhat.com>
9875
9876 Fix PR gdb/1647.
9877 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
9878 differently to be robust to output buffering differences.
9879
9880 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
9881
9882 * gdb.threads/pthreads.exp: Update copyright years.
9883 (check_control_c): Change asynchronous 'after' to synchronous.
9884
9885 2004-06-04 Roland McGrath <roland@redhat.com>
9886
9887 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
9888 next gdb prompt.
9889
9890 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
9891
9892 Fix PR gdb/1636.
9893 * gdb.threads/manythreads.exp: Change asynchronous 'after'
9894 calls to synchronous.
9895
9896 2004-05-26 Jim Blandy <jimb@redhat.com>
9897
9898 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
9899
9900 2004-05-24 Randolph Chung <tausq@debian.org>
9901
9902 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
9903 * gdb.asm/pa.inc: New file.
9904
9905 2004-05-22 Mark Kettenis <kettenis@gnu.org>
9906
9907 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
9908
9909 2004-05-21 Joel Brobecker <brobecker@gnat.com>
9910 Daniel Jacobowitz <drow@mvista.com>
9911
9912 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
9913 GDB prompt.
9914
9915 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9916
9917 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
9918 setjmp/longjmp. Use sigaction instead of signal.
9919
9920 2004-05-19 J. Brobecker <brobecker@gnat.com>
9921 Michael Snyder <msnyder@redhat.com>
9922
9923 * gdb.threads/pthread_cond_wait.c: New file.
9924 * gdb.threads/pthread_cond_wait.exp: New testcase.
9925
9926 2004-05-13 Andrew Cagney <cagney@redhat.com>
9927
9928 * gdb.base/signull.exp, gdb.base/signull.c: New files.
9929 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
9930
9931 2004-05-11 Andrew Cagney <cagney@redhat.com>
9932
9933 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
9934 fixed but revealed gdb/1639.
9935
9936 2004-05-10 Andrew Cagney <cagney@redhat.com>
9937
9938 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
9939 func1" and "next to 2nd alarm", kernel bug avoided.
9940
9941 2004-05-10 Daniel Jacobowitz <dan@debian.org>
9942
9943 PR external/1568
9944 * gdb.base/bigcore.exp: Check the size of the dumped core file.
9945 XFAIL if it is smaller than bytes_allocated.
9946 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
9947 (main): Make chunks_allocated unsigned. Correct comment.
9948
9949 2004-05-07 Joel Brobecker <brobecker@gnat.com>
9950
9951 * gdb.arch/powerpc-aix-prologue.c: New file.
9952 * gdb.arch/powerpc-aix-prologue.exp: New file.
9953
9954 2004-05-07 Jim Blandy <jimb@redhat.com>
9955
9956 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
9957 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
9958
9959 2004-05-06 Joel Brobecker <brobecker@gnat.com>
9960
9961 * gdb.base/sep.exp: No longer setup_kfail when the program was
9962 built with dwarf2.
9963
9964 2004-05-05 Jim Ingham <jingham@apple.com>
9965
9966 * gdb.base/pending.exp: Make sure pending breakpoints
9967 preserve the ignore count.
9968
9969 2004-04-27 Jerome Guitton <guitton@gnat.com>
9970
9971 * i386-prologue.exp: Add testcase for jump instruction as first
9972 instruction of the real code.
9973 * i386-prologue.c (jump_at_beginning): New function.
9974
9975 2004-04-28 Mark Kettenis <kettenis@gnu.org>
9976
9977 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
9978 x86_64-*-*.
9979
9980 2004-04-28 Mark Kettenis <kettenis@gnu.org>
9981
9982 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
9983 i*86-*-*.
9984
9985 2004-04-25 Mark Kettenis <kettenis@gnu.org>
9986
9987 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
9988 expression that checks the return type.
9989
9990 2004-04-23 Andrew Cagney <cagney@redhat.com>
9991
9992 * gdb.base/call-sc.exp: New test of scalar call/return values.
9993 * gdb.base/call-sc.c: Ditto.
9994
9995 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9996
9997 * gdb.threads/manythreads.c: Reduce thread stack size.
9998
9999 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
10000
10001 * gdb.threads/manythreads.c: Add copyright notice.
10002
10003 2004-04-23 Andrew Cagney <cagney@redhat.com>
10004
10005 * gdb.base/siginfo.exp: Better handle step out of signal.
10006 * gdb.base/sigstep.exp: Ditto.
10007
10008 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
10009 Daniel Jacobowitz <drow@mvista.com>
10010
10011 * gdb.threads/manythreads.c: New testcase.
10012 * gdb.threads/manythreads.exp: Ditto.
10013
10014 2004-04-22 Jim Blandy <jimb@redhat.com>
10015
10016 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
10017 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
10018
10019 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
10020
10021 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
10022
10023 2004-04-21 Andrew Cagney <cagney@redhat.com>
10024
10025 * gdb.base/sigstep.c: New file.
10026 * gdb.base/sigstep.exp: New file.
10027
10028 2004-04-16 Joel Brobecker <brobecker@gnat.com>
10029
10030 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
10031 call to observer_notify_normal_stop.
10032
10033 2004-04-15 Andrew Cagney <cagney@redhat.com>
10034
10035 * gdb.base/siginfo.c: New file.
10036 * gdb.base/siginfo.exp: New file.
10037
10038 2004-04-12 J. Brobecker <brobecker@gnat.com>
10039
10040 * gdb.base/sep.exp: Fix typo in comment.
10041
10042 2004-04-12 J. Brobecker <brobecker@gnat.com>
10043
10044 * gdb.base/sep.c: New file.
10045 * gdb.base/sep-proc.c: New file.
10046 * gdb.base/sep.exp: New testcase.
10047
10048 2004-04-09 Mark Kettenis <kettenis@gnu.org>
10049
10050 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
10051 support.
10052
10053 2004-04-05 Andrew Cagney <cagney@redhat.com>
10054
10055 * gdb.base/sigaltstack.c: New file.
10056 * gdb.base/sigaltstack.exp: New file.
10057
10058 2004-04-04 Joel Brobecker <brobecker@gnat.com>
10059
10060 * gdb.base/foll-fork.exp: Update the expected output for
10061 "help set follow-fork-mode", to match a change that was made
10062 to the help of this variable on 2004-01-13.
10063
10064 2004-04-01 Joel Brobecker <brobecker@gnat.com>
10065
10066 * lib/ada.exp: Add copyright notice.
10067 * bar.ads: Likewise.
10068 * bar.adb: Likewise.
10069 * null_record.adb: Likewise.
10070 * null_record.exp: Likewise.
10071 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
10072
10073 2004-04-01 Joel Brobecker <brobecker@gnat.com>
10074
10075 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
10076 * configure: Regenerate.
10077
10078 2004-04-01 Joel Brobecker <brobecker@gnat.com>
10079
10080 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
10081 to build the application. Remove the message printed when in
10082 verbose mode, redundant with the UNSUPPORTED message above.
10083
10084 2004-03-31 Joel Brobecker <brobecker@gnat.com>
10085
10086 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
10087 * gdb.ada (null_record.exp): New testcase.
10088
10089 2004-03-31 Joel Brobecker <brobecker@gnat.com>
10090
10091 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
10092
10093 2004-03-31 Joel Brobecker <brobecker@gnat.com>
10094
10095 * gdb.ada: New subdirectory.
10096 * gdb.ada/Makefile.in: New file.
10097 * gdb.ada/gnat_ada.gpr.in: New file.
10098
10099 2004-03-31 Joel Brobecker <brobecker@gnat.com>
10100
10101 * lib/ada.exp: New file.
10102
10103 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
10104
10105 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
10106 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
10107
10108 2004-03-22 Andrew Cagney <cagney@redhat.com>
10109
10110 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
10111 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10112 Problem identified by Ulrich Weigand.
10113
10114 2004-03-17 David Carlton <carlton@kealia.com>
10115
10116 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
10117 PR c++/826.
10118
10119 2004-03-16 Roland McGrath <roland@redhat.com>
10120
10121 * gdb.base/auxv.exp: New file.
10122 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
10123
10124 2004-03-12 David Carlton <carlton@kealia.com>
10125
10126 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
10127 * gdb.cp/pr-1553.cc: Ditto.
10128 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
10129 pass branch.
10130
10131 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
10132
10133 * gdb.cp/templates.exp: Accept more template types.
10134
10135 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10136
10137 From Corinna Vinschen with modifications.
10138 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
10139 local variable obj_with_enum.
10140 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
10141 results with obj_with_enum.
10142
10143 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10144
10145 * gdb.cp/classes.cc: New file, copied from misc.cc.
10146 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
10147
10148 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10149
10150 * gdb.cp/misc.cc: Add copyright notice.
10151
10152 2004-03-05 David Carlton <carlton@kealia.com>
10153
10154 * gdb.cp/rtti.exp: Add 'print *obj3' test.
10155 * gdb.cp/rtti.h: Update copyright.
10156 (namespace n2::n3): New.
10157 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
10158 (n2::n3::func3): New.
10159 (main): Call n2::n3::func3.
10160 * gdb.cp/rtti2.cc: Update copyright.
10161 (n2::create3): New.
10162
10163 2004-03-04 Mark Kettenis <kettenis@gnu.org>
10164
10165 * gdb.asm/openbsd.inc: Fix typo.
10166
10167 2004-03-03 Fred Fish <fnf@redhat.com>
10168
10169 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
10170 "val" instead of unused "size". Update copyright year.
10171
10172 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10173
10174 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
10175 to use unsigned char.
10176 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
10177 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
10178
10179 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10180
10181 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
10182 line of output.
10183
10184 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
10185
10186 * gdb.base/relocate.c (dummy): Initialize.
10187
10188 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
10189
10190 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
10191 a breakpoint at exit.
10192
10193 2004-02-27 Fred Fish <fnf@redhat.com>
10194
10195 * gdb.base/chng-syms.exp: Add expect condition to match failing
10196 case that isn't a timeout.
10197
10198 2004-02-27 Andrew Cagney <cagney@redhat.com>
10199
10200 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
10201 support.
10202
10203 2004-02-26 Fred Fish <fnf@redhat.com>
10204
10205 * gdb.arch/gdb1431.c: Remove.
10206 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
10207 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
10208 of "until" incorrectly.
10209
10210 2004-02-26 J. Brobecker <brobecker@gnat.com>
10211
10212 * gdb.cp/class2.cc (empty): New class.
10213 (refer): New function.
10214 (main): Declare an object of type empty and use it.
10215 * gdb.cp/class2.exp: Print the value of an object of type empty.
10216
10217 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10218
10219 * gdb.base/langs.exp: Update query string to match the
10220 new nquery format used for pending breakpoints.
10221
10222 2004-02-26 Andrew Cagney <cagney@redhat.com>
10223
10224 Fix PR i18n/1570.
10225 * gdb.base/charset.c: Update copyright notice.
10226 (main, init_string): Remove the escape character '\e' tests.
10227 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
10228 * gdb.base/charset.exp (valid_host_charset): Ditto.
10229 * gdb.base/setvar.exp: Ditto.
10230
10231 2004-02-24 Andrew Cagney <cagney@redhat.com>
10232
10233 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
10234 mmapped data in core file" PASS and FAIL messages consistent.
10235
10236 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
10237 setting a breakpoint. Work around PR java/1565.
10238
10239 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10240
10241 * lib/gdb.exp (gdb_breakpoint): Update query string to match
10242 new nquery format.
10243 * gdb.base/pending.exp: Ditto.
10244
10245 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10246
10247 * configure.in: Run stabs tests on *BSD.
10248 * configure: Regenerated.
10249
10250 2004-02-21 Mark Kettenis <kettenis@gnu.org>
10251
10252 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
10253
10254 2004-02-20 Fred Fish <fnf@redhat.com>
10255
10256 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
10257 blank in test for "returns short", for consistency with other
10258 "returns xxx" tests. Update copyright year.
10259
10260 2004-02-19 Fred Fish <fnf@redhat.com>
10261
10262 New testcase for PR breakpoint/1558.
10263 * gdb.arch/gdb1558.exp: New file.
10264 * gdb.arch/gdb1558.c: New file.
10265
10266 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
10267
10268 * gdb.base/nodebug.exp: Fix typo.
10269
10270 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10271
10272 Committed by Jim Blandy <jimb@redhat.com>.
10273
10274 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
10275
10276 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
10277
10278 * gdb.base/float.exp: Support s390*-*-* targets.
10279
10280 2004-02-17 Adam Fedor <fedor@gnu.org>
10281
10282 * gdb.base/gdb1555.exp: New file.
10283 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
10284
10285 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10286
10287 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
10288
10289 2004-02-16 Fred Fish <fnf@redhat.com>
10290
10291 * gdb.arch/gdb1291.c: Remove
10292 * gdb.arch/gdb1291.s: New test input file.
10293 * gdb.arch/gdb1291.exp: Expand test to check case that should not
10294 fail. Test for correct result, known incorrect result, other
10295 failures and timeouts.
10296
10297 2004-02-16 Andrew Cagney <cagney@redhat.com>
10298
10299 * gdb.base/bigcore.exp: New file.
10300 * gdb.base/bigcore.c: New file.
10301
10302 2004-02-13 Andrew Cagney <cagney@redhat.com>
10303
10304 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
10305 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
10306 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
10307 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
10308 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
10309 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
10310 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
10311 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
10312 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
10313 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
10314
10315 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
10316
10317 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
10318 executed is an alloc instruction.
10319
10320 2004-02-11 David Carlton <carlton@kealia.com>
10321
10322 * gdb.cp/breakpoint.exp: New.
10323 * gdb.cp/breakpoint.cc: New.
10324
10325 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
10326
10327 Partial fix for PR gdb/1543.
10328 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
10329 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
10330 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
10331 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
10332 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
10333 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
10334 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
10335 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
10336 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
10337 to bug-gdb@prep.ai.mit.edu .
10338 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
10339 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
10340 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
10341 Likewise.
10342
10343 2004-02-10 Andrew Cagney <cagney@redhat.com>
10344
10345 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
10346 using gdb_internal_error_resync.
10347
10348 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10349
10350 * gdb.threads/thread-specific.exp: Stop early if no threads are
10351 found.
10352
10353 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
10354
10355 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
10356
10357 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
10358
10359 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
10360 breakpoints.
10361
10362 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
10363
10364 * config/sim.exp (gdb_load): Handle $arg == "".
10365 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
10366 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
10367
10368 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10369
10370 * gdb.base/maint.exp: Update test to reflect
10371 obstack changes.
10372
10373 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
10374
10375 * gdb.base/pendshr.c (pendfunc): New function that calls
10376 pendfunc1.
10377 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
10378
10379 2004-02-04 Fred Fish <fnf@redhat.com>
10380
10381 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
10382 function symbols and update copyright years.
10383 * gdb.arch/gdb1291.c: Ditto.
10384
10385 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10386
10387 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
10388
10389 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10390
10391 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
10392
10393 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10394
10395 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
10396
10397 2004-02-02 Fred Fish <fnf@redhat.com>
10398
10399 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
10400 remote targets. Update copyright years.
10401
10402 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10403
10404 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
10405 support.
10406 * gdb.base/langs.exp: Fix test which attempts to create
10407 breakpoint on non-existent function to handle new pending
10408 support.
10409 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
10410 a breakpoint.
10411 * gdb.base/pending.exp: New test.
10412 * gdb.base/pending.c: New file.
10413 * gdb.base/pendshr.c: Ditto.
10414
10415 2004-02-02 David Carlton <carlton@kealia.com>
10416
10417 * gdb.cp/overload.exp: Add overloadNamespace tests.
10418 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
10419 (overloadNamespace, XXX): New.
10420 (main): Call XXX::marker2.
10421
10422 2004-02-01 Fred Fish <fnf@redhat.com>
10423
10424 * gdb.base/dump.exp: Use runto_main instead of "runto main".
10425 * gdb.base/finish.exp: Ditto.
10426 * gdb.base/gcore.exp: Ditto.
10427 * gdb.base/huge.exp: Ditto.
10428 * gdb.base/info-proc.exp: Ditto.
10429 * gdb.base/return2.exp: Ditto.
10430 * gdb.threads/gcore-thread.exp: Ditto.
10431
10432 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10433
10434 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
10435
10436 2004-02-01 Mark Kettenis <kettenis@gnu.org>
10437
10438 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
10439 that opening the file succeeds on OpenBSD.
10440
10441 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10442
10443 * gdb.threads/thread-specific.c: New file.
10444 * gdb.threads/threads-specific.exp: New test script.
10445 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
10446 to expect_out.
10447
10448 2004-02-01 Mark Kettenis <kettenis@gnu.org>
10449
10450 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
10451 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
10452 only on the "print_small_structs from print_long_arg_list" test.
10453
10454 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10455
10456 * gdb.base/completion.exp: Kill a stray backslash.
10457
10458 From Jim Ingham <jingham@apple.com>:
10459 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
10460 agrees with the result from sending a tab.
10461
10462 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10463
10464 * gdb.base/chng-syms.exp: Remove stray newline.
10465
10466 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10467
10468 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
10469 *-*-openbsd*.
10470 * gdb.asm/openbsd.inc: New file.
10471
10472 2004-01-30 Mark Kettenis <kettenis@gnu.org>
10473
10474 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
10475 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
10476 *-*solaris2*. Remove commented out default settings for
10477 asm-flags. Replace gdb_compile with target_link.
10478
10479 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
10480
10481 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
10482 for all tests. Remove old hp-ux and cygnus xfail cases.
10483
10484 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
10485
10486 * gdb.base/chng-syms.exp: New file.
10487 * gdb.base/chng-syms.c: New file.
10488
10489 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10490
10491 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
10492 Provide arms for current output in all my configurations.
10493
10494 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10495
10496 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
10497 * lib/compiler.cc: Likewise.
10498 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
10499 get the right preprocessor. Eval the output directly. Remove
10500 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
10501 hp_f77_compiler and hp_f90_compiler completely.
10502 (gdb_preprocess): Delete.
10503 (get_compiler): Delete.
10504
10505 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10506
10507 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
10508 <string.h>.
10509
10510 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10511
10512 * gdb.mi/mi-stack.exp: Update copyright.
10513
10514 2004-01-23 David Carlton <carlton@kealia.com>
10515
10516 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
10517 test for cp_lookup_transparent_type.
10518 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
10519 call them.
10520
10521 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
10522
10523 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
10524 after -var-update.
10525
10526 2004-01-23 David Carlton <carlton@kealia.com>
10527
10528 * gdb.cp/namespace.cc (C::ensureRefs): New.
10529 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
10530
10531 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10532
10533 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
10534 case "-stack-list-locals 2".
10535 * gdb.mi/mi-var-child.exp: Test for case
10536 "-var-list-children --all-values NAME".
10537
10538 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
10539
10540 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
10541
10542 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10543
10544 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
10545 used with gdb_test_multiple.
10546
10547 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
10548 read at address 0. This fixes PR testsuite/1504.
10549
10550 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
10551
10552 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
10553 Remove downloading, guessing the host executable, the calls to
10554 gdb_file_cmd and gdb_target_cmd, and "load" support.
10555 (infer_host_exec): New function broken out from gdb_load.
10556 (gdb_load): New wrapper for gdbserver_gdb_load.
10557 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
10558 gdb_target_cmd. Use -target-select.
10559 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
10560 Download binaries to the host. Clear last_mi_remote_file when
10561 we load a new binary.
10562 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
10563 call gdbserver_gdb_load and mi_gdb_target_cmd.
10564
10565 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10566
10567 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
10568 type patterns.
10569
10570 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10571
10572 * gdb.cp/templates.exp: Fix typo in test name of
10573 "print Foo<volatile char*>::foo".
10574
10575 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10576
10577 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
10578
10579 2004-01-16 Ben Elliston <bje@wasabisystems.com>
10580
10581 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
10582 (clean mostlyclean): Remove empty rm.
10583
10584 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10585
10586 * gdb.base/setvar.exp: Add copyright years.
10587
10588 2004-01-14 David Carlton <carlton@bactrian.org>
10589
10590 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
10591 PR c++/1511 and update coment.
10592 * gdb.cp/templates.exp: Update patterns to match current output.
10593 If changes involve something other than whitespace, KFAIL
10594 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
10595
10596 2004-01-14 David Carlton <carlton@kealia.com>
10597
10598 * gdb.cp/namespace.exp: Add tests involving classes defined within
10599 namespaces.
10600 * gdb.cp/namespace.cc (C::CClass): New.
10601 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
10602
10603 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
10604
10605 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
10606 what debug info we have. Print a better message if something goes
10607 wrong while producing the separate debug info file.
10608
10609 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10610
10611 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
10612
10613 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10614
10615 * gdb.base/callfuncs.c: Add copyright notice.
10616
10617 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
10618
10619 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
10620 inheritance. PR gdb/1498, PR gcc/13539.
10621
10622 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
10623
10624 * gdb.threads/gcore-thread.exp: Prefix name of binary with
10625 test specific name.
10626 * gdb.mi/gdb669.exp: Ditto.
10627 * gdb.mi/mi-pthreads.exp: Ditto.
10628 * gdb.mi/mi1-pthreads.exp: Ditto.
10629 * gdb.mi/mi2-pthreads.exp: Ditto.
10630
10631 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10632
10633 * gdb.cp/member-ptr.cc: Add copyright notice.
10634
10635 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10636
10637 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
10638 some patterns for recent versions of gcc and hpacc. Delete
10639 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
10640 Delete tests that access a NULL pointer-to-member-data. This
10641 script is still disabled for gcc.
10642
10643 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
10644
10645 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
10646 escaped correctly.
10647
10648 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
10649
10650 * gdb.base/sepdebug.exp: New file.
10651 * gdb.base/sepdebug.c: New file.
10652 * lib/gdb.exp (separate_debug_filename): New procedure.
10653 (gdb_gnu_strip_debug): New procedure.
10654
10655 2004-01-12 Andrew Cagney <cagney@redhat.com>
10656
10657 * gdb.mi/ChangeLog: Delete file. Renamed to ...
10658 * gdb.mi/ChangeLog-1999-2003: New file.
10659
10660 2004-01-12 Andrew Cagney <cagney@redhat.com>
10661
10662 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
10663 "Renaming a directory to a non-empty directory returns ENOTEMPTY
10664 or EEXIST", treat EBUSY as an XFAIL.
10665
10666 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
10667
10668 * gdb.base/scope.exp: Remove obsolete setup_xfail for
10669 hp_cc_compiler.
10670
10671 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10672
10673 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
10674 decorations.
10675
10676 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10677
10678 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
10679 and "(aCC)" decorations. Remove obsolete doco about old
10680 test results.
10681
10682 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10683
10684 * gdb.cp/exception.exp: Fix typo in doco.
10685
10686 2004-01-09 Mark Kettenis <kettenis@gnu.org>
10687
10688 * gdb.base/gdb1476.exp: Fix typo.
10689
10690 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10691
10692 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
10693 file.
10694
10695 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10696
10697 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
10698 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
10699 Use gdb_compile. Remove restriction on gcc. Add some patterns
10700 for recent version of gdb. Delete second half, which was a copy
10701 of the first half with different build flags. This test is
10702 still disabled because it is still not ready for production.
10703
10704 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10705
10706 * gdb.cp/exception.cc: Add copyright notice.
10707 * gdb.cp/exception.exp: Add a notice that this file is broken
10708 because of line number changes caused by addition of copyright
10709 notice.
10710
10711 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10712
10713 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
10714 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
10715
10716 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10717
10718 * gdb.cp/classes.exp: Accept gnu abi 2.
10719 * gdb.cp/derivation.exp: Likewise.
10720 * gdb.cp/overload.exp: Likewise.
10721 * gdb.cp/virtfunc.exp: Likewise.
10722
10723 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10724
10725 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
10726 semicolon after end of function.
10727
10728 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10729
10730 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
10731 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
10732 boilerplate code for compiling and running the program under
10733 test. Add some string method tests.
10734
10735 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10736
10737 * gdb.cp/bs15503.cc: Add copyright notice.
10738 * gdb.cp/bs15503.exp: Adjust line number.
10739
10740 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10741
10742 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
10743 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
10744
10745 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10746
10747 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
10748 hp_cc_compiler.
10749
10750 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10751
10752 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
10753 * gdb.cp/ctti.exp: Use the marker instead of "next".
10754 With gcc, run further before bailing.
10755
10756 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10757
10758 * gdb.cp/cttiadd.cc: Add copyright notice.
10759 * gdb.cp/cttiadd1.cc: Likewise.
10760 * gdb.cp/cttiadd2.cc: Likewise.
10761 * gdb.cp/cttiadd3.cc: Likewise.
10762
10763 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10764
10765 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
10766 Use gdb_test, gdb_test_multiple. Use floating-point values that
10767 have exact representations in IEEE-ish formats.
10768
10769 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10770
10771 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
10772 compilers. Delete duplicate call to get_compiler_info.
10773 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
10774 * gdb.base/volatile.exp: Likewise.
10775
10776 2004-01-07 Mark Kettenis <kettenis@gnu.org>
10777
10778 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
10779 memory at address 0.
10780
10781 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10782
10783 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
10784 to test for hp-ux assembler. Fix copyright years.
10785
10786 2004-01-07 Andrew Cagney <cagney@redhat.com>
10787
10788 * gdb.base/fileio.c (strerrno): Add "EBUSY".
10789
10790 2004-01-07 Andrew Cagney <cagney@redhat.com>
10791
10792 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
10793 when creating the read-only file. From analysis by Roland McGrath
10794 and Elena Zannoni.
10795
10796 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10797
10798 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
10799
10800 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10801
10802 * gdb.base/cvexpr.c: Be type-safe with function pointers and
10803 data pointers.
10804
10805 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10806
10807 * gdb.cp/m-static.exp: Compile one source file at a time.
10808 Delete unused call to get_compiler_info.
10809
10810 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10811
10812 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
10813 * gdb.base/call-rt-st.exp: Likewise.
10814 * gdb.base/nodebug.exp: Likewise.
10815 * gdb.base/volatile.exp: Likewise.
10816 * gdb.cp/ref-types.exp: Likewise.
10817 * gdb.cp/templates.exp: Likewise.
10818
10819 2004-01-05 Mark Kettenis <kettenis@gnu.org>
10820
10821 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
10822
10823 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
10824
10825 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
10826 hppa*-hp-hpux*.
10827
10828 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10829
10830 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10831 x86_64-*-*.
10832
10833 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10834 sparc64-*-* and sparc*-solaris2*.
10835
10836 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10837
10838 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
10839 return ${tests}" test. The ${tests} already mentions the
10840 filename.
10841
10842 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10843
10844 * gdb.cp/local.exp: Accept gcc abi 2.
10845
10846 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10847
10848 * gdb.cp/templates.exp: Accept gcc abi 2.
10849
10850 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10851
10852 * lib/compiler.cc: Remove supports_template_debugging.
10853 * gdb.cp/templates.exp: Do not test supports_template_debugging.
10854
10855 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10856
10857 * gdb.cp/namespace.exp: Accept gcc abi 2.
10858
10859 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10860
10861 * gdb.cp/method.exp: Accept gcc abi 2.
10862
10863 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10864
10865 * gdb.cp/classes.exp: Generate identical results as old version.
10866 * gdb.cp/derivation.exp: Likewise.
10867 * gdb.cp/overload.exp: Likewise.
10868 * gdb.cp/virtfunc.exp: Likewise.
10869
10870 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10871
10872 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
10873 mysterious bug with sourceware version of expect.
10874
10875 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10876
10877 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
10878 current versions of gcc, including gcc abi 2. Remove gratuitous
10879 restart of test program. Use gdb_test_multiple and gdb_test for
10880 all tests. Add patterns to xfail missing "const" in "const char *"
10881 and kfail PR gdb/1155.
10882
10883 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10884
10885 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
10886 current versions of gcc, including gcc abi 2. Remove gratuitous
10887 restart of test program. Use gdb_test_multiple and gdb_test for
10888 all tests. Add patterns to kfail PR gdb/1498.
10889
10890 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10891
10892 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
10893 current versions of gcc, including gcc abi 2. Use "breakpoint"
10894 and "continue" instead of restarting the target program. Use
10895 gdb_test_multiple and gdb_test for all tests.
10896
10897 2004-01-01 Mark Kettenis <kettenis@gnu.org>
10898
10899 * gdb.asm/asm-source.exp: Update copyright year. Link statically
10900 for *-*-solaris2*.
10901
10902 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10903
10904 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
10905 current versions of gcc, including gcc abi 2. Use "breakpoint"
10906 and "continue" instead of restarting the target program several
10907 times. Use gdb_test_multiple and gdb_test for all tests.
10908
10909 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
10910
10911 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
10912 source files.
10913
10914 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10915
10916 * gdb.base/environ.exp: Handle compiling test case from multiple
10917 source files.
10918
10919 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10920
10921 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
10922
10923 2003-12-17 Jim Blandy <jimb@redhat.com>
10924
10925 * gdb.base/freebpcmd.c: Add copyright notice.
10926
10927 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
10928
10929 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10930
10931 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
10932
10933 2003-12-13 Jim Blandy <jimb@redhat.com>
10934
10935 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
10936
10937 2003-12-12 Kevin Buettner <kevinb@redhat.com>
10938
10939 * gdb.asm/frv.inc: New file.
10940 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
10941
10942 2003-12-09 Fred Fish <fnf@redhat.com>
10943
10944 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
10945 functions to break1.c and leave prototypes behind. Add more
10946 "set breakpoint NN here" comments.
10947 * gdb.base/break1.c: New file.
10948
10949 * gdb.base/break.exp: Handle compiling test case from multiple
10950 source files and change source file references as needed.
10951 * gdb.base/completion.exp: Ditto.
10952 * gdb.base/condbreak.exp: Ditto.
10953 * gdb.base/define.exp: Ditto.
10954 * gdb.base/ena-dis-br.exp: Ditto.
10955 * gdb.base/info-proc.exp: Ditto.
10956 * gdb.base/maint.exp: Ditto.
10957 * gdb.base/until.exp: Ditto.
10958
10959 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
10960 hardcoded line numbers.
10961 * gdb.base/define.exp: Ditto.
10962 * gdb.base/ena-dis-br.exp: Ditto.
10963 * gdb.base/maint.exp: Ditto.
10964 * gdb.base/until.exp: Ditto.
10965
10966 * gdb.base/completion.exp: Use "break1" for completion tests since
10967 "break" is no longer a unique prefix.
10968
10969 2003-12-06 Andrew Cagney <cagney@redhat.com>
10970
10971 * gdb.base/structs.exp (test_struct_returns): When applicable, set
10972 "return_value_unimplemented". When an unimplemented struct return
10973 architecture, report incorrect values as a KFAIL
10974
10975 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10976
10977 * gdb.cp/rtti.exp: Accept new wording of warning from
10978 cp_lookup_rtti_type.
10979
10980 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10981
10982 Partial fix for PR testsuite/1456.
10983 * gdb.base/scope.exp (test_at_main): Replace references to
10984 gcc_compiled with calls to test_compiler_info.
10985 (test_at_foo): Likewise.
10986 (test_at_bar): Likewise.
10987
10988 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
10989
10990 Partial fix for PR testsuite/1456.
10991 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
10992 to test_compiler_info.
10993
10994 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
10995
10996 * gdb.base/so-impl-ld.exp: Update copyright notice.
10997
10998 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
10999
11000 Partial fix for PR testsuite/1456.
11001 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
11002 to test_compiler_info.
11003
11004 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11005
11006 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
11007 from current versions of gdb. Clean up regular expressions.
11008 Delete redundant timeout case.
11009
11010 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11011
11012 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
11013 from current versions of gdb. Clean up regular expressions.
11014 Delete redundant timeout case.
11015
11016 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
11017
11018 Partial fix for PR testsuite/1456.
11019 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
11020 gcc_compiled with call to test_compiler_info.
11021
11022 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
11023
11024 Partial fix for PR testsuite/1456.
11025 * gdb.base/list.exp (test_list_function): Delete unused declaration
11026 of gcc_compiled.
11027
11028 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
11029
11030 Partial fix for PR testsuite/1456.
11031 * gdb.base/complex.exp: Replace reference to gcc_compiled with
11032 call to test_compiler_info.
11033
11034 2003-11-29 Mark Kettenis <kettenis@gnu.org>
11035
11036 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
11037 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
11038 it to create the appropriate note.inc.
11039 * gdb.asm/asmsrc1.s: Include "note.inc".
11040 * gdb.asm/netbsd.inc: New file.
11041 * gdb.asm/empty.inc: New file.
11042
11043 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11044
11045 Partial fix for PR testsuite/1456.
11046 * gdb.base/constvars.exp: Replace references to gcc_compiled with
11047 calls to test_compiler_info.
11048
11049 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
11050
11051 Partial fix for PR testsuite/1456.
11052 * gdb.base/volatile.exp: Replace references to gcc_compiled with
11053 calls to test_compiler_info.
11054
11055 2003-11-27 Mark Kettenis <kettenis@gnu.org>
11056
11057 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
11058 pattern for the KFAILs.
11059
11060 2003-11-25 Adam Fedor <fedor@gnu.org>
11061
11062 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
11063 * gdb.objc/objcdecode.m: New file.
11064
11065 2003-11-25 Adam Fedor <fedor@gnu.org>
11066
11067 * gdb.objc/nondebug.exp: Test for PR objc/1236.
11068 * gdb.objc/nondebug.m: New file.
11069
11070 2003-11-26 Ben Elliston <bje@wasabisystems.com>
11071
11072 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11073 NetBSD as it does on FreeBSD. Modelled on a similar change by
11074 Mark Kettenis on 2003-05-30.
11075 (link-flags): Set to "--entry _start" regardless of target.
11076 Special linker flags are to be appended to $link-flags.
11077 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
11078
11079 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11080
11081 * gdb.cp/method.exp: Accept output of new demangler.
11082
11083 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11084
11085 * gdb/class2.exp: New file.
11086 * gdb/class2.cc: New file.
11087
11088 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11089
11090 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
11091 of new demangler.
11092
11093 2003-11-23 Mark Kettenis <kettenis@gnu.org>
11094
11095 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
11096 of gdb_test "run".
11097
11098 2003-11-23 Mark Kettenis <kettenis@gnu.org>
11099
11100 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
11101 "continue" into "run".
11102
11103 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
11104
11105 Partial fix for PR testsuite/1456.
11106 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
11107 call to test_compiler_info.
11108 * gdb.cp/ctti.exp: Likewise.
11109 * gdb.cp/derivation.exp: Likewise.
11110 * gdb.cp/member-ptr.exp: Likewise.
11111 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
11112 reference to gcc_compiled.
11113
11114 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
11115
11116 Fix PR testsuite/1463.
11117 * gdb.base/structs.exp (start_structs_test): Call
11118 get_debug_format before using the debug format.
11119
11120 2003-11-22 Andrew Cagney <cagney@redhat.com>
11121
11122 * lib/gdb.exp (gdb_test_multiple): Add simple example.
11123 * gdb.base/structs.exp: Use gdb_test_multiple.
11124
11125 2003-11-20 Andrew Cagney <cagney@redhat.com>
11126
11127 * gdb.base/structs.exp: Handle and recover from internal errors.
11128 Replace "foo${n}" with "foo<n>" in test messages.
11129
11130 * gdb.base/structs.exp: Update copyright. Rewrite.
11131 * gdb.base/structs.c: Update copyright. Rewrite.
11132
11133 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
11134 resync count exceeded.
11135
11136 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
11137 from the internal error.
11138 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
11139 Original from Jim Blandy.
11140 (gdb_test_multiple): Use gdb_internal_error_resync.
11141
11142 2003-11-19 Andrew Cagney <cagney@redhat.com>
11143
11144 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
11145 KFAIL.
11146
11147 2003-11-17 Mark Kettenis <kettenis@gnu.org>
11148
11149 New testcase for PR backtrace/1435.
11150 * gdb.arch/i386-unwind.exp: New file.
11151 * gdb.arch/i386-unwind.c: New file.
11152
11153 2003-11-17 Andrew Cagney <cagney@redhat.com>
11154
11155 * lib/gdb.exp (compiler_info): New global.
11156 (test_compiler_info): New function.
11157 (get_compiler_info): Set compiler_info.
11158 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
11159 "compiler_info" to gcc-<major>-<minor>.
11160
11161 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
11162
11163 * gdb.trace/configure: Remove.
11164
11165 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
11166
11167 * gdb.base/break.c: Add comments to aid finding line numbers for
11168 breakpoints.
11169 * gdb.base/break.exp: Remove all references to explicit line
11170 numbers.
11171
11172 2003-11-11 Nick Clifton <nickc@redhat.com>
11173
11174 * gdb.base/shreloc.exp: Do not run for targets which do not
11175 support shared objects.
11176
11177 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
11178
11179 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
11180 Don't run tests if nofileio flag is given.
11181
11182 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
11183
11184 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
11185 as well as 'Watchpoint'.
11186
11187 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
11188
11189 Reported by Jim Ingham <jingham@apple.com>:
11190 * gdb.base/annota1.exp: Match at least one occurrence of the
11191 signal handler annotation.
11192
11193 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
11194
11195 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
11196 as well as 'Watchpoint'.
11197
11198 2003-11-05 Michael Chastain <mec@shout.net>
11199
11200 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
11201
11202 2003-11-03 Kris Warkentin <kewarken@qnx.com>
11203
11204 * gdb.arch/gdb1291.c: New test file.
11205 * gdb.arch/gdb1291.exp: New test script.
11206 * gdb.arch/gdb1431.c: New test file.
11207 * gdb.arch/gdb1431.exp: New test script.
11208
11209 2003-10-22 Michael Chastain <mec@shout.net>
11210
11211 * gdb.mi/pthreads.c: Add copyright notice.
11212
11213 2003-10-22 Michael Chastain <mec@shout.net>
11214
11215 * gdb.threads/pthreads.c: Add copyright notice.
11216
11217 2003-10-20 Michael Chastain <mec@shout.net>
11218
11219 * gdb.base/gdb1056.exp: New test script.
11220
11221 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
11222
11223 * gdb.threads/killed.exp: Use gdb_run_cmd.
11224
11225 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
11226
11227 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
11228 create a core file.
11229 * gdb.threads/gcore-thread.exp: Likewise.
11230
11231 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
11232
11233 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
11234 type, based on char type.
11235 (struct bit_flags_short_t): New bitfield type, based on short type.
11236 (init_bit_flags_char): New fuction.
11237 (init_bit_flags_short): Ditto.
11238 (print_bit_flags_char): Ditto.
11239 (print_bit_flags_short): Ditto.
11240 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
11241
11242 2003-10-11 Michael Chastain <mec@shout.net>
11243
11244 * gdb.base/call-rt-st.exp: Update copyright year.
11245
11246 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
11247
11248 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
11249 * gdb.disasm/sh3.s: Ditto.
11250
11251 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
11252
11253 * gdb.threads/switch-threads.exp: New test.
11254 * gdb.threads/switch-threads.c: New source file.
11255
11256 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
11257
11258 * gdb.base/ending-run.exp: Add sh specific case.
11259
11260 2003-10-06 Andrew Cagney <cagney@redhat.com>
11261
11262 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
11263 * gdb.disasm/mn10200.exp: Delete obsolete file.
11264
11265 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
11266
11267 * ChangeLog: Correct an entry command.exp -> commands.exp.
11268 * gdb.base/commands.exp (bp_deleted_in_command_test)
11269 (temporary_breakpoint_commands): Check noargs.
11270
11271 2003-09-25 David Carlton <carlton@kealia.com>
11272
11273 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
11274 of some print tests, where appropriate. Add tests for C::D::cd,
11275 E::ce, F::cXfX, G::XgX.
11276 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
11277
11278 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
11279
11280 * lib/java.exp (java_init): Import target_alias before using it.
11281
11282 2003-09-25 David Carlton <carlton@kealia.com>
11283
11284 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
11285
11286 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
11287
11288 * gdb.base/selftest.exp: Accomodate more instruction reordering
11289 weirdness.
11290
11291 2003-09-17 Michael Chastain <mec@shout.net>
11292
11293 * gdb.cp/gdb1355.exp: New file.
11294 * gdb.cp/gdb1355.c: New file.
11295
11296 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
11297
11298 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
11299 * gdb.asm/sh.inc: New file.
11300
11301 2003-09-11 David Carlton <carlton@kealia.com>
11302
11303 * gdb.cp/namespace.exp: Add tests for namespace types.
11304 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
11305 (test_namespace): New.
11306
11307 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
11308
11309 * gdb.base/relocate.exp: Handle new gdb output at startup.
11310 * gdb.stabs/weird.exp: Ditto.
11311
11312 2003-09-08 Michael Chastain <mec@shout.net>
11313
11314 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
11315
11316 2003-09-07 Michael Chastain <mec@shout.net>
11317
11318 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
11319 'parse error'.
11320
11321 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
11322
11323 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
11324
11325 2003-08-30 Michael Chastain <mec@shout.net>
11326
11327 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
11328 * gdb.gdb/observer.exp: Ditto.
11329 * gdb.gdb/xfullpath.exp: Ditto.
11330
11331 2003-08-29 Mark Kettenis <kettenis@gnu.org>
11332
11333 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
11334 *-*-*bsd*.
11335
11336 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
11337
11338 * gdb.base/dump.exp: Skip for ia64.
11339
11340 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
11341
11342 * gdb.asm/asm-source.exp: Add ia64 support.
11343 * gdb.asm/ia64.inc: New file.
11344
11345 2003-08-22 Michael Chastain <mec@shout.net>
11346
11347 * gdb.cp: New directory.
11348 * gdb.cp/*: Copy from gdb.c++/*.
11349 * gdb.c++/*: Remove.
11350 * Makefile.in: Change gdb.c++ to gdb.cp.
11351 * configure.in: Ditto.
11352 * configure: Regnerate.
11353
11354 2003-08-18 Mark Kettenis <kettenis@gnu.org>
11355
11356 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
11357 * gdb.arch/i386-prologue.c (gdb1338): Add function.
11358
11359 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
11360
11361 * mi-var-display.exp (-var-list-children weird): Accept function
11362 pointers with argument types.
11363 * mi1-var-display.exp (-var-list-children weird): Likewise.
11364 * mi2-var-display.exp (-var-list-children weird): Likewise.
11365
11366 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
11367
11368 * gdb.base/annota3.exp: Add missing newline.
11369
11370 2003-08-06 Michael Chastain <mec@shout.net>
11371
11372 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
11373
11374 2003-08-12 Michael Snyder <msnyder@redhat.com>
11375
11376 * gdb.base/float.exp: Add test for SH.
11377
11378 2003-08-10 Mark Kettenis <kettenis@gnu.org>
11379
11380 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
11381
11382 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
11383
11384 * gdb.base/completion.exp: Remove reduntant completion test
11385 on filename.
11386
11387 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
11388
11389 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
11390 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
11391 gdb.trace/save-trace.exp: Make sure that full pathnames are
11392 escaped correctly.
11393
11394 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
11395
11396 * configure.in: Don't generate config.h from config.hin.
11397 * configure: Regenerate.
11398 * config.hin: Remove file.
11399 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
11400 * gdb.threads/pthreads.c: Ditto.
11401
11402 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
11403
11404 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11405 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
11406 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
11407 Replace ld24 with seth/add3.
11408
11409 2003-08-02 Andrew Cagney <cagney@redhat.com>
11410
11411 * gdb.base/annota3.exp: New file.
11412 * gdb.base/annota3.c: New file.
11413 * gdb.c++/annota3.exp: New file.
11414 * gdb.c++/annota3.cc: New file.
11415
11416 2003-07-29 Michael Chastain <mec@shout.net>
11417
11418 * gdb.threads/tls.c (spin): Check errno only if sem_wait
11419 actually failed.
11420 (do_pass): Likewise.
11421 * gdb.threads/tls.exp: Always initialize no_of_threads.
11422
11423 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
11424
11425 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
11426 pattern.
11427 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
11428 * gdb.threads/tls.exp: Recognize one case of the host library not
11429 supporting TLS.
11430
11431 2003-07-27 Andrew Cagney <cagney@redhat.com>
11432
11433 * gdb.base/fileio.exp: Use SH when running commands using
11434 remote_exec.
11435
11436 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
11437
11438 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11439 * gdb.base/relocate.c (dummy): New padding array.
11440
11441 2003-07-22 Michael Snyder <msnyder@redhat.com>
11442
11443 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
11444
11445 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
11446 patterns to be more general, accepting old and new output.
11447 Some output chars (such as '+') also must be quoted.
11448 Some addresses are displayed numerically instead of
11449 symbolically.
11450
11451 2003-07-23 Michael Snyder <msnyder@redhat.com>
11452
11453 * gdb.base/return2.exp: Don't test long-long return.
11454
11455 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
11456 * gdb.disasm/t01_mov.exp: Ditto.
11457 * gdb.disasm/t02_mova.s: Ditto.
11458 * gdb.disasm/t02_mova.exp: Ditto.
11459 * gdb.disasm/t03_add.s: Ditto.
11460 * gdb.disasm/t03_add.exp: Ditto.
11461 * gdb.disasm/t04_sub.s: Ditto.
11462 * gdb.disasm/t04_sub.exp: Ditto.
11463 * gdb.disasm/t05_cmp.s: Ditto.
11464 * gdb.disasm/t05_cmp.exp: Ditto.
11465 * gdb.disasm/t06_ari2.s: Ditto.
11466 * gdb.disasm/t06_ari2.exp: Ditto.
11467 * gdb.disasm/t07_ari3.s: Ditto.
11468 * gdb.disasm/t07_ari3.exp: Ditto.
11469 * gdb.disasm/t08_or.s: Ditto.
11470 * gdb.disasm/t08_or.exp: Ditto.
11471 * gdb.disasm/t09_xor.s: Ditto.
11472 * gdb.disasm/t09_xor.exp: Ditto.
11473 * gdb.disasm/t10_and.s: Ditto.
11474 * gdb.disasm/t10_and.exp: Ditto.
11475 * gdb.disasm/t11_logs.s: Ditto.
11476 * gdb.disasm/t11_logs.exp: Ditto.
11477 * gdb.disasm/t12_bit.s: Ditto.
11478 * gdb.disasm/t12_bit.exp: Ditto.
11479 * gdb.disasm/t13_otr.s: Ditto.
11480 * gdb.disasm/t13_otr.exp: Ditto.
11481
11482 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
11483
11484 * gdb.threads/tls.exp :Add kfail for 'info address' case.
11485
11486 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
11487
11488 * gdb.threads/tls.c : New file.
11489 * gdb.threads/tls.exp : New file.
11490 * gdb.threads/tls-main.c : New file.
11491 * gdb.threads/tls-shared.c : New file.
11492 * gdb.threads/tls-shared.exp : New file.
11493
11494 2003-07-22 Andreas Schwab <schwab@suse.de>
11495
11496 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
11497
11498 2003-07-20 Andreas Schwab <schwab@suse.de>
11499
11500 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
11501 due to insn reordering.
11502
11503 2003-07-15 Andrew Cagney <cagney@redhat.com>
11504
11505 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
11506
11507 2003-07-15 Michael Chastain <mec@shout.net>
11508
11509 * gdb.base/gdb1250.exp: New file.
11510 * gdb.base/gdb1250.c: New file.
11511
11512 2003-07-09 Michal Ludvig <mludvig@suse.cz>
11513
11514 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
11515 expansion of size_t to 'unsigned long', not only to 'unsigned'.
11516
11517 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
11518
11519 * gdb.threads/tls.c: New file.
11520 * gdb.threads/tls.exp: New file.
11521 * gdb.threads/tls-main.c: New file.
11522 * gdb.threads/tls-shared.c: New file.
11523 * gdb.threads/tls-shared.exp: New file.
11524
11525 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
11526
11527 * gdb.base/annota1.exp: Make sure that we properly escape the
11528 full path of the source file. Xfail more permissive patterns,
11529 due to a compiler debug info problem.
11530
11531 2003-07-07 Andreas Schwab <schwab@suse.de>
11532
11533 * gdb.asm/m68k.inc: New file.
11534 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
11535
11536 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
11537 arguments"): Also match negative number.
11538
11539 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
11540
11541 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
11542
11543 * gdb.base/store.c (charest): New typedef.
11544 (add_char): Rename to add_charest, update.
11545 (wack_char): Rename to wack_charest, update types. Return l + r
11546 to keep r live across the call.
11547 (wack_short, wack_int, wack_long, wack_longest, wack_float)
11548 (wack_double, wack_doublest): Return l + r to keep r live across
11549 the call.
11550 * gdb.base/store.exp: Accomodate store.c changes.
11551
11552 2003-06-30 David Carlton <carlton@kealia.com>
11553
11554 * gdb.c++/maint.exp (test_invalid_name): New.
11555 (test_first_component): Add tests for invalid names.
11556
11557 2003-06-29 Michael Chastain <mec@shout.net>
11558
11559 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
11560 output of '<VTT for class>' for virtual base classes.
11561
11562 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
11563
11564 * gdb.base/completion.exp: Tab-complete "complet" instead of
11565 "compl".
11566 * gdb.base/complex.exp, gdb.base/complex.c: New files.
11567
11568 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
11569
11570 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
11571 * gdb.base/volatile.exp: Likewise.
11572
11573 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
11574
11575 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
11576 gdb/1265.
11577
11578 2003-06-28 Michael Chastain <mec@shout.net>
11579 Daniel Jacobowitz <drow@mvista.com>
11580
11581 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
11582 initial line count of 'captured_main' from 26 to 32.
11583 (test_with_self): Allow xmalloc call to be interleaved with the
11584 preceding two lines.
11585
11586 2003-06-24 Joel Brobecker <brobecker@gnat.com>
11587
11588 * gdb.base/bang.exp: New testcase.
11589
11590 2003-06-23 Joel Brobecker <brobecker@gnat.com>
11591
11592 * gdb.base/langs.exp: Add some tests for the "minimal" language
11593 support.
11594
11595 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
11596
11597 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
11598 the testcase.
11599
11600 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
11601
11602 * gdb.base/relocate.exp: Test add-symbol-file with a variable
11603 offset.
11604
11605 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
11606
11607 * gdb.c++/pr-1210.cc: New file.
11608 * gdb.c++/pr-1210.exp: New file.
11609
11610 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
11611
11612 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
11613 000-exec-continue.
11614
11615 2003-06-15 Mark Kettenis <kettenis@gnu.org>
11616
11617 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
11618 on *-*-*bsd* instead of *-*-freebsd*.
11619
11620 2003-06-14 Andrew Cagney <cagney@redhat.com>
11621
11622 * gdb.base/store.exp: Test longest and doublest. Test all
11623 parameters. Weaken return statement match.
11624 * gdb.base/store.c: Add longest and doublest - aka long long and
11625 long double functions. Put all parameters into local register
11626 variables. Use negative values.
11627
11628 2003-06-14 Andrew Cagney <cagney@redhat.com>
11629
11630 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
11631 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
11632 exit status.
11633 * gdb.base/fileio.exp: Disable target when nointerrupts and
11634 noinferiorio, instead of limiting it to remote. Use remote_exec
11635 instead of system.
11636
11637 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
11638
11639 * gdb.base/float.exp: Add ia64 support.
11640
11641 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
11642
11643 * gdb.base/fileio.exp: Run only on remote targets.
11644
11645 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
11646
11647 * gdb.base/fileio.c: New file, testing File-I/O.
11648 * gdb.base/fileio.exp: Ditto.
11649
11650 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
11651
11652 * gdb.base/shreloc.exp: New file, check symbol values obtained from
11653 shared objects after relocation at load time (gdb PR/1132).
11654 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
11655 as above, part of the shared object relocation test.
11656
11657 2003-06-08 Mark Kettenis <kettenis@gnu.org>
11658
11659 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
11660 fully filled history list.
11661 * gdb.base/gdb_history: New file.
11662
11663 * gdb.base/signals.exp: XFAIL "continue to func1" on
11664 i*86-*-freebsd*.
11665
11666 * gdb.base/attach.exp: When trying to attach to a nonexistent
11667 process, make it possible to specify the PID based on the target,
11668 and do so for *-*-freebsd*.
11669
11670 2003-06-02 Richard Henderson <rth@redhat.com>
11671
11672 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
11673
11674 2003-06-02 Richard Henderson <rth@redhat.com>
11675
11676 * gdb.base/selftest.exp: Next over lim_at_start initialization.
11677
11678 2003-06-02 Richard Henderson <rth@redhat.com>
11679
11680 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
11681
11682 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
11683
11684 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
11685 of globalvar.
11686
11687 2003-06-01 Mark Kettenis <kettenis@gnu.org>
11688
11689 * gdb.asm/asm-source.exp: Check for memory read errors in
11690 disassembler test on *BSD too.
11691
11692 2003-06-01 Richard Henderson <rth@redhat.com>
11693
11694 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
11695 for .frame.
11696 (gdbasm_call): Lose ldgp.
11697 (gdbasm_startup): Add frame information.
11698 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
11699
11700 2003-05-31 Mark Kettenis <kettenis@gnu.org>
11701
11702 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
11703 i?86-*-*.
11704
11705 2003-05-30 Mark Kettenis <kettenis@gnu.org>
11706
11707 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11708 FreeBSD.
11709
11710 2003-05-29 Richard Henderson <rth@redhat.com>
11711
11712 * gdb.asm/alpha.inc: New file.
11713 * gdb.asm/asm-source.exp: Use it.
11714
11715 2003-05-29 Jim Blandy <jimb@redhat.com>
11716
11717 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
11718 'core.PID'.
11719
11720 2003-05-22 Jim Blandy <jimb@redhat.com>
11721
11722 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
11723 backtrace.
11724
11725 2003-05-20 David Carlton <carlton@math.stanford.edu>
11726
11727 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
11728 this time.
11729
11730 2003-05-19 David Carlton <carlton@bactrian.org>
11731
11732 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
11733 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
11734
11735 2003-05-19 David Carlton <carlton@bactrian.org>
11736
11737 * gdb.c++/namespace.exp: Add namespace scope and anonymous
11738 namespace tests.
11739 Bump copyright date.
11740 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
11741 (main): Call C::D::marker2.
11742 * gdb.c++/namespace1.cc: New file.
11743
11744 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
11745
11746 Roland McGrath <roland@redhat.com>
11747 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
11748 there is no manager thread.
11749
11750 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
11751
11752 * gdb.threads/schedlock.exp: Remove assumption that all threads
11753 will run in a particular small time slice. Also ensure we break
11754 in one of the child threads rather than the main thread.
11755
11756 2003-05-07 Jim Blandy <jimb@redhat.com>
11757
11758 Add support for assembly source testing on the s390x.
11759 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
11760 architecture.
11761 * gdb.asm/s390x.inc: New file.
11762
11763 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
11764 succession of 'if' statements.
11765
11766 2003-05-05 Andrew Cagney <cagney@redhat.com>
11767
11768 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
11769
11770 2003-05-05 Andrew Cagney <cagney@redhat.com>
11771
11772 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
11773 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
11774
11775 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
11776
11777 * gdb.base/charset.exp: Update based on new behavior of set/show
11778 charset commands.
11779
11780 2003-05-01 Andrew Cagney <cagney@redhat.com>
11781
11782 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
11783 variable do not give memory errors.
11784
11785 2003-04-30 Adam Fedor <fedor@gnu.org>
11786
11787 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
11788 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
11789 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
11790 gdb.objc/basicclass.m: : New files
11791
11792 * lib/gdb.exp (gdb_compile_objc): New procedure.
11793
11794 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
11795
11796 * gdb.base/signals.exp: Make backtrace tests more specific.
11797
11798 2003-04-23 David Carlton <carlton@bactrian.org>
11799
11800 * gdb.c++/maint.exp (test_first_component): Add tests for
11801 'operator' in more locations.
11802
11803 2003-04-16 Kevin Buettner <kevinb@redhat.com>
11804
11805 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
11806
11807 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
11808
11809 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
11810 func marke' instead. Update test name.
11811
11812 2003-04-15 David Carlton <carlton@math.stanford.edu>
11813
11814 * gdb.c++/maint.exp: New file.
11815
11816 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
11817
11818 * gdb.threads/schedlock.c: Change type of thread function argument
11819 to long, to avoid warnings on 64-bit platforms.
11820
11821 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
11822
11823 * gdb.base/attach.exp: Add new message from ptrace in case of
11824 attaching to nonexistent process.
11825
11826 2003-04-11 Jim Blandy <jimb@redhat.com>
11827
11828 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11829 gdb.c++/userdef.cc: Place comments on the lines to which the
11830 marker function might return.
11831 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11832 gdb.c++/userdef.exp: Look for those comments to check that we've
11833 returned to the right place, instead of checking line numbers.
11834
11835 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
11836
11837 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
11838 match on sourcefile name, instead of directory name.
11839
11840 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
11841
11842 * gdb.base/completion.exp: Use string_to_regexp to match the
11843 working directory name.
11844
11845 2003-04-09 Jim Blandy <jimb@redhat.com>
11846
11847 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11848 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
11849 after an inferior function call, report the failure, but allow the
11850 test to continue.
11851
11852 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11853
11854 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11855 with -DPROTOTYPES.
11856
11857 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11858
11859 * gdb.base/break.exp: Revert last patch.
11860
11861 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
11862
11863 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11864 with -DPROTOTYPES.
11865
11866 2003-04-02 Andrew Cagney <cagney@redhat.com>
11867
11868 * gdb.base/callfuncs.exp: Make "print add" messages unique.
11869 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
11870 matching directories by the name breakpoint.
11871 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
11872 Make "continue to marker1" consistent.
11873 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
11874 message consistent.
11875 * lib/gdb.exp: Put "the program is no longer running", and "the
11876 program exited" in parenthesis.
11877 * lib/mi-support.exp: Ditto.
11878
11879 2003-04-02 Bob Rossi <bob_rossi@cox.net>
11880
11881 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
11882
11883 2003-03-29 Andrew Cagney <cagney@redhat.com>
11884
11885 * gdb.base/sizeof.c (main): Print the value of '\377'.
11886 * gdb.base/sizeof.exp: Check the sign of '\377'.
11887
11888 2003-03-27 Michael Chastain <mec@shout.net>
11889
11890 * gdb.base/gdb1090.exp: New file.
11891 * gdb.base/gdb1090.cc: New file.
11892
11893 2003-03-27 J. Brobecker <brobecker@gnat.com>
11894
11895 * gdb.gdb/observer.exp: New regression test.
11896
11897 2003-03-27 Michael Chastain <mec@shout.net>
11898
11899 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
11900 * gdb.base/ptype.exp: Likewise.
11901
11902 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
11903
11904 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
11905
11906 2003-03-26 Michael Chastain <mec@shout.net>
11907
11908 * gdb.base/ptype.exp: Actually use some typedef'd types.
11909
11910 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11911
11912 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
11913 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
11914
11915 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11916
11917 * gdb.base/default.exp: Fix regular expression.
11918
11919 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11920
11921 * gdb.base/args.exp: Fix regular expression.
11922
11923 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11924
11925 * gdb.base/help.exp: Allow Win32 child process.
11926
11927 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11928
11929 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
11930 when stepping out of main().
11931
11932 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11933
11934 * gdb.base/default.exp: Check for win32 specific message when calling
11935 "run" without executable.
11936
11937 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11938
11939 * gdb.base/args.exp: Expect .exe in output.
11940
11941 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11942
11943 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
11944 Cygwin native.
11945
11946 2003-03-17 Andrew Cagney <cagney@redhat.com>
11947
11948 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
11949 vector registes.
11950 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
11951 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
11952
11953 2003-03-17 David Carlton <carlton@math.stanford.edu>
11954
11955 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
11956 test, for PR breakpoints/38.
11957 Call test_watchpoint_and_breakpoint.
11958 * gdb.base/watchpoint.c (func3): New function.
11959 (main): Call func3.
11960
11961 2003-03-04 David Carlton <carlton@math.stanford.edu>
11962
11963 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
11964 Garply<Garply<char> >:: garply".
11965 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
11966 with respect to PR c++/1111; note also PR c++/1113.
11967 (test_template_breakpoints): KFAIL "constructor breakpoint" with
11968 respect to PR c++/1062.
11969 KFAIL "destructor breakpoint" with respect to PR c++/1112.
11970
11971 2003-03-03 David Carlton <carlton@math.stanford.edu>
11972
11973 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
11974 with respect to PR c++/57.
11975 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
11976 c++/826.
11977 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
11978 respect to PR c++/57.
11979
11980 2003-03-03 David Carlton <carlton@math.stanford.edu>
11981
11982 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
11983 respect to PR c++/33 into FAILs.
11984
11985 2003-03-03 Michael Chastain <mec@shout.net>
11986
11987 * configure.in: Update copyright years.
11988
11989 2003-03-03 Michael Chastain <mec@shout.net>
11990
11991 * Makefile.in: Update copyright years.
11992
11993 2003-02-28 David Carlton <carlton@math.stanford.edu>
11994
11995 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
11996 print class instead of struct and/or superfluous protection
11997 specifiers, as long as the resulting output is equivalent to the
11998 source code.
11999 Delete FIXME from end of messages on tests that don't need
12000 fixing.
12001
12002 2003-02-28 David Carlton <carlton@math.stanford.edu>
12003
12004 * gdb.c++/templates.exp (do_tests): Allow const in the two
12005 Foo<volatile char *>::foo tests.
12006
12007 2003-02-27 Michael Snyder <msnyder@redhat.com>
12008
12009 * gdb.base/restore.c (main): Return zero, so exit code
12010 will be consistant.
12011
12012 2003-02-26 David Carlton <carlton@math.stanford.edu>
12013
12014 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
12015 char *>::foo" test with respect to PR c++/33. Create a new test
12016 which is identical to that one except that it doesn't put the
12017 space between the "char" and the "*"; KFAIL it, too.
12018
12019 2003-02-26 David Carlton <carlton@math.stanford.edu>
12020
12021 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
12022 template types into either PASSes or KFAILs (corresponding to PR
12023 c++/57). Tweak indentation. Update copyright.
12024
12025 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12026
12027 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
12028
12029 2003-02-13 Michael Chastain <mec@shout.net>
12030
12031 * gdb.base/exprs.exp: Remove i960 remnants.
12032 * gdb.base/funcargs.exp: Likewise.
12033 * gdb.base/list.exp: Likewise.
12034 * gdb.base/ptype.exp: Likewise.
12035
12036 2003-02-14 David Carlton <carlton@math.stanford.edu>
12037
12038 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
12039 pEe->D::vg()" from XFAIL to KFAIL.
12040
12041 2003-02-13 Jason Molenda (jmolenda@apple.com)
12042
12043 * gdb.base/maint.exp: Update maint print statistics regexp to include
12044 new entries.
12045
12046 2003-02-13 Michael Chastain <mec@shout.net>
12047
12048 * gdb.c++/inherit.exp: Remove call to get_debug_format.
12049
12050 2003-02-12 Michael Chastain <mec@shout.net>
12051
12052 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
12053 * gdb.c++/inherit.exp: Likewise.
12054 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
12055 * gdb.c++/templates.exp: Likewise.
12056 * gdb.c++/virtfunc.exp: Likewise.
12057
12058 2003-02-06 Jason Molenda (jason-cl@molenda.com)
12059
12060 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
12061 why the code is written that way.
12062
12063 2003-02-05 Michael Chastain <mec@shout.net>
12064
12065 * gdb.base/dump.exp: Add missing copyright line.
12066
12067 2003-02-05 Jason Molenda (jason-cl@molenda.com)
12068
12069 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
12070 at the beginning so the breakpoint doesn't get set on the loop.
12071
12072 2003-02-05 Michael Chastain <mec@shout.net>
12073
12074 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
12075 output for configurations with gcc 2.95.3.
12076
12077 2003-02-05 Keith Seitz <keiths@redhat.com>
12078 Andrew Cagney <ac131313@redhat.com>
12079
12080 * gdb.mi/mi-cli.exp: New file.
12081
12082 2003-02-04 Michael Chastain <mec@shout.net>
12083
12084 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
12085 Call perror and then continue.
12086
12087 2003-02-03 Michael Chastain <mec@shout.net>
12088
12089 * gdb.c++/pr-1023.cc: New file.
12090 * gdb.c++/pr-1023.exp: New file.
12091
12092 2003-02-05 Jim Blandy <jimb@redhat.com>
12093
12094 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
12095 it's local to foobar. Check for it there, and check that it's not
12096 present in main.
12097 * gdb.c++/local.cc (marker2): New function.
12098 (foobar): Call marker1.
12099 (main): Call marker2 instead of marker1.
12100
12101 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12102
12103 * gdb.disasm/mn10200.exp: Obsolete file.
12104 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
12105 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
12106 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
12107
12108 2003-02-04 David Carlton <carlton@math.stanford.edu>
12109
12110 * gdb.c++/overload.exp: Test intToChar(1).
12111 * gdb.c++/overload.cc (intToChar): New.
12112 (main): Call intToChar.
12113
12114 2003-02-03 David Carlton <carlton@math.stanford.edu>
12115
12116 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
12117 'might_kfail' arg.
12118 KFAIL some of the continue_to_bp_overloaded calls, according to
12119 PR c++/1025.
12120
12121 2003-02-01 Michael Chastain <mec@shout.net>
12122
12123 * gdb.base/advance.c (marker1): New marker function.
12124 * gdb.base/advance.exp: When the 'advance' command lands on the
12125 return breakpoint, it can legitimately stop on either the
12126 current line or the next line. Accommodate both outcomes.
12127 * gdb.base/until.exp: Likewise.
12128
12129 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12130
12131 2002-11-10 Jason Molenda (jason-cl@molenda.com):
12132 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
12133 now a list, not a tuple.
12134 * gdb.mi/mi-var-display.exp: Ditto.
12135 * gdb.mi/gdb792.exp: Ditto.
12136
12137 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12138
12139 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
12140 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
12141 stack backtraces.
12142 * gdb.mi/mi-syn-frame.c: Part of same.
12143
12144 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12145
12146 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12147 gdb.mi/mi1-pthreads.exp: Return instead of calling
12148 gdb_suppress_entire_file.
12149
12150 2003-02-01 Mark Salter <msalter@redhat.com>
12151
12152 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
12153
12154 2003-01-31 Mark Salter <msalter@redhat.com>
12155
12156 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
12157 Support empty arg.
12158
12159 2003-01-30 Michael Chastain <mec@shout.net>
12160
12161 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
12162 This was a workaround for a UTF-8 bug in readline 4.3. The bug
12163 has been fixed in gdb/readline on 2003-01-09.
12164
12165 2003-01-29 Michael Snyder <msnyder@redhat.com>
12166
12167 * gdb.base/maint.exp: Allow for leading underscore in symbol.
12168 * gdb.base/display.exp: Allow for leading underscore in symbol.
12169 * gdb.base/args.exp: Skip if target does not support args passing.
12170
12171 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12172
12173 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
12174 gdb_test. Accept a list of expect arguments as the third
12175 parameter.
12176 (gdb_test): Use it.
12177
12178 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
12179
12180 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
12181 allow for different test tree configurations. Update some
12182 tescases accordingly.
12183 * gdb.arch/altivec-regs.exp: Ditto.
12184 * gdb.asm/asm-source.exp: Ditto.
12185 * gdb.base/advance.exp: Ditto.
12186 * gdb.base/display.exp: Ditto.
12187 * gdb.base/long_long.exp: Ditto.
12188 * gdb.base/mips_pro.exp: Ditto.
12189 * gdb.base/overlays.exp: Ditto.
12190 * gdb.base/relocate.exp: Ditto.
12191 * gdb.base/setshow.exp: Ditto.
12192 * gdb.base/step-line.exp: Ditto.
12193 * gdb.base/step-test.exp: Ditto.
12194 * gdb.base/until.exp: Ditto.
12195 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
12196
12197 2003-01-17 David Carlton <carlton@math.stanford.edu>
12198
12199 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
12200 corresponding to PR c++/945.
12201 Update copyright.
12202
12203 2003-01-17 David Carlton <carlton@math.stanford.edu>
12204
12205 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
12206 corresponding to PR c++/68.
12207
12208 2003-01-17 David Carlton <carlton@math.stanford.edu>
12209
12210 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
12211 (test_paddr_hairy_functions): Call print_addr_2_kfail for
12212 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
12213
12214 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
12215
12216 * gdb.base/break.exp: Fix change of default location, because of
12217 removal of until tests.
12218 * gdb.base/help.exp: Update test for new 'until' help message.
12219 Add test for help on 'advance'.
12220 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
12221
12222 2003-01-15 Mark Kettenis <kettenis@gnu.org>
12223
12224 * gdb.base/default.exp: Adapt "info float" test for recent changes
12225 to that command. Add test for "info vector".
12226 * gdb.base/float.exp: New file. Add test for "info float" that
12227 resembles the old test in gdb.base/default.exp.
12228
12229 2003-01-15 David Carlton <carlton@math.stanford.edu>
12230
12231 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
12232
12233 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
12234
12235 * gdb.base/break.exp: Move the tests of until command from here...
12236 * gdb.base/until.exp: ... to here. New file. Add other tests.
12237 * gdb.base/advance.c: New file.
12238 * gdb.base/advance.exp: New file.
12239
12240 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12241
12242 * gdb.base/args.c: New file.
12243 * gdb.base/args.exp: New file.
12244
12245 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
12246
12247 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
12248
12249 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
12250
12251 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
12252
12253 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
12254
12255 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
12256 dates.
12257
12258 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12259
12260 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
12261
12262 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12263
12264 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
12265 (ptype &*"foo").
12266 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
12267
12268 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12269
12270 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
12271 * gdb.mi/mi1-console.exp: Likewise.
12272
12273 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12274
12275 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
12276 * gdb.mi/mi1-console.exp: Likewise.
12277
12278 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12279
12280 * gdb.c++/overload.exp: Remove some fixed XFAILs.
12281
12282 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12283
12284 * gdb.base/detach.exp: New test.
12285
12286 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12287
12288 * Makefile.in (ALL_SUBDIRS): New variable.
12289 (subdirs, clean, distclean): Use it.
12290 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
12291 regenerating Makefile, since it is generated from the top level.
12292 * gdb.asm/Makefile.in: Likewise.
12293 * gdb.base/Makefile.in: Likewise.
12294 * gdb.c++/Makefile.in: Likewise.
12295 * gdb.disasm/Makefile.in: Likewise.
12296 * gdb.java/Makefile.in: Likewise.
12297 * gdb.mi/Makefile.in: Likewise.
12298 * gdb.threads/Makefile.in: Likewise.
12299 * gdb.trace/Makefile.in: Likewise.
12300
12301 2003-01-09 David Carlton <carlton@math.stanford.edu>
12302
12303 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
12304 Add copyright year 2003.
12305
12306 2003-01-06 Michael Chastain <mec@shout.net>
12307
12308 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
12309 When selecting a thread, 'line' and 'file' are optional.
12310 * gdb.mi/mi1-pthreads.exp: Likewise.
12311
12312 2003-01-06 Andreas Schwab <schwab@suse.de>
12313
12314 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
12315 failures.
12316
12317 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12318
12319 Fix PR gdb/844
12320 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
12321 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
12322
12323 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
12324 instead of calling gdb_suppress_entire_file.
12325 * gdb.threads/print-threads.exp: Likewise.
12326 * gdb.threads/schedlock.exp: Likewise.
12327
12328 * gdb.threads/killed.exp: Return instead of calling
12329 gdb_suppress_entire_file.
12330 * gdb.threads/linux-dp.exp: Likewise.
12331 * gdb.threads/pthreads.exp: Likewise.
12332
12333 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12334
12335 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
12336 stabs.
12337 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
12338 * gdb.base/whatis.exp: Always allow (void) after function names.
12339
12340 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12341
12342 * gdb.c++/casts.exp: Correct regexp.
12343
12344 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12345
12346 * configure.in: Call AC_CONFIG_HEADER. Don't call
12347 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
12348 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
12349 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
12350 aforementioned directories in the AC_OUPUT call.
12351 * config.hin: New file.
12352 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12353 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
12354 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
12355 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
12356 pass -I$objdir instead of -I$objdir/$subdir in compilation.
12357 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
12358 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
12359 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
12360 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
12361 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
12362 gdb.threads/configure.in, gdb.threads/configure,
12363 gdb.threads/config.in, gdb.trace/configure.in,
12364 gdb.trace/configure: Removed.
12365
12366 2003-01-03 Michael Chastain <mec@shout.net>
12367
12368 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
12369 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
12370
12371 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
12372
12373 * gdb.base/store.exp: Fix regular expressions.
12374
12375 2002-12-28 Mark Kettenis <kettenis@gnu.org>
12376
12377 * configure.in: Rewrite.
12378 * configure: Regenerated.
12379
12380 2003-01-03 David Carlton <carlton@math.stanford.edu>
12381
12382 * gdb.base/psymtab.exp: New file.
12383 * gdb.base/psymtab1.c: Ditto.
12384 * gdb.base/psymtab2.c: Ditto.
12385
12386 2002-12-23 Adam Fedor <fedor@gnu.org>
12387
12388 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
12389
12390 2002-12-23 David Carlton <carlton@math.stanford.edu>
12391
12392 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
12393 and current_directory initialization.
12394
12395 2002-12-22 Jim Blandy <jimb@redhat.com>
12396
12397 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
12398 rather than as part of the output file name.
12399
12400 * gdb.base/attach.exp: There's no need to copy the test program to
12401 /tmp; that was only ever necessary on HP/UX, and this test is
12402 entirely disabled there anyway.
12403
12404 2002-12-21 Jim Blandy <jimb@redhat.com>
12405
12406 * gdb.c++/psmang.exp: Doc fix.
12407
12408 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
12409 test.
12410
12411 2002-12-20 David Carlton <carlton@math.stanford.edu>
12412
12413 * gdb.c++/annota2.exp: KFAIL annotate-quit.
12414
12415 2002-12-18 Michael Chastain <mec@shout.net>
12416
12417 * gdb.c++/annota2.exp: Add copyright year 2002.
12418
12419 2002-12-17 David Carlton <carlton@math.stanford.edu>
12420
12421 * gdb.c++/try_catch.cc: Add marker comments.
12422 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
12423 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
12424 * gdb.c++/m-static.cc: Ditto.
12425 * gdb.c++/m-static1.cc: Ditto.
12426 * gdb.c++/try_catch.cc: Ditto.
12427
12428 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
12429
12430 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
12431 to see whether we are using the new -environment-directory
12432 command which resets via -r or the old version of the command
12433 which may prompt the user. Part of fix for gdb/741.
12434
12435 2002-12-13 Andrew Cagney <ac131313@redhat.com>
12436
12437 * gdb.fortran/types.exp: Update obsolete comment.
12438 * gdb.fortran/exprs.exp: Ditto.
12439 * lib/gdb.exp: Delete obsolete code.
12440 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
12441 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
12442 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
12443 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
12444 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
12445 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
12446 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
12447 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
12448 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
12449 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
12450 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
12451 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
12452 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
12453 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
12454 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
12455 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
12456 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
12457 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
12458 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
12459 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
12460 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
12461 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
12462 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
12463 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
12464 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
12465 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
12466 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
12467 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
12468 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
12469 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
12470 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
12471 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
12472 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
12473 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
12474 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
12475 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
12476 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
12477
12478 2002-12-11 David Carlton <carlton@math.stanford.edu>
12479
12480 * gdb.c++/m-data.exp: Add test for members that shadow global
12481 variables: see PR gdb/804.
12482 * gdb.c++/m-data.cc: Ditto.
12483
12484 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
12485
12486 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
12487
12488 2002-12-06 David Carlton <carlton@math.stanford.edu>
12489
12490 * gdb.base/store.c: Don't declare functions static.
12491
12492 2002-12-04 Andrew Cagney <ac131313@redhat.com>
12493
12494 * gdb.base/store.exp, gdb.base/store.c: New files.
12495
12496 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
12497
12498 * gdb.base/selftest.exp: Update for current gdb.
12499
12500 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
12501
12502 * gdb.base/maint.exp: Only dump symbols from one source file
12503 or objfile.
12504
12505 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
12506
12507 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
12508 function call.
12509
12510 2002-11-25 Jim Blandy <jimb@redhat.com>
12511
12512 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
12513 function appearing in error message.
12514
12515 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
12516
12517 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
12518
12519 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
12520
12521 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
12522 for mi1 and current mi is in correct format. New mi startup message
12523 should be in mi console format. This is part of fix for PR gdb/604.
12524
12525 2002-09-18 Fernando Nasser <fnasser@redhat.com>
12526
12527 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
12528 which explicitly prints the zero offset as "+0".
12529
12530 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
12531
12532 * gdb.threads/schedlock.c (args): Make unsigned.
12533
12534 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
12535
12536 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
12537 numbers. Allow "foo2|selected stack frame".
12538 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
12539 * gdb.asm/asmsrc2.s: Likewise.
12540 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
12541 comments.
12542 * gdb.asm/mips.inc: New file.
12543
12544 2002-10-18 Adam Fedor <fedor@gnu.org>
12545
12546 * gdb.base/default.exp: Update expected output to include 'ObjC'.
12547 * gdb.base/help.exp: Likewise.
12548
12549 2002-10-17 Kevin Buettner <kevinb@redhat.com>
12550
12551 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
12552 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
12553
12554 2002-10-02 Jim Blandy <jimb@redhat.com>
12555
12556 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
12557
12558 2002-10-01 Andrew Cagney <ac131313@redhat.com>
12559
12560 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
12561 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
12562 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
12563 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
12564 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
12565 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
12566 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
12567
12568 2002-09-29 Andrew Cagney <ac131313@redhat.com>
12569
12570 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
12571 * mi0-disassemble.exp, mi0-eval.exp: Delete.
12572 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
12573 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
12574 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
12575 * mi0-var-block.exp, mi0-var-child.exp: Delete.
12576 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
12577
12578 2002-09-27 Kevin Buettner <kevinb@redhat.com>
12579
12580 * gdb.base/annota1.exp (info break): Make directory components of
12581 path optional since not all compilers emit this debug information.
12582
12583 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
12584 step ends up stepping out of the function instead of stopping on
12585 the epilogue.
12586
12587 2002-09-26 Keith Seitz <keiths@redhat.com>
12588
12589 * lib/insight-support.exp (gdbtk_start): Figure out where
12590 the insight executable is based on where gdb is. Use this
12591 executable to start insight instead of gdb.
12592
12593 2002-09-25 Andrew Cagney <cagney@redhat.com>
12594
12595 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
12596
12597 2002-09-24 Andrew Cagney <ac131313@redhat.com>
12598
12599 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
12600 test_isolated_complaints.
12601 (test_empty_complaint): New function.
12602 (test_empty_complaints): New function. Check no output when no
12603 complaints.
12604
12605 2002-09-19 Jim Blandy <jimb@redhat.com>
12606
12607 * gdb.base/charset.exp, gdb.base/charset.c: New files.
12608
12609 2002-09-19 Andrew Cagney <ac131313@redhat.com>
12610
12611 * gdb.gdb/complaints.exp: New file.
12612
12613 2002-09-18 Andrew Cagney <ac131313@redhat.com>
12614
12615 * gdb.base/maint.exp: Check `help maint internal-warning'.
12616
12617 2002-09-18 David Carlton <carlton@math.stanford.edu>
12618
12619 * gdb.c++/m-static.exp: Remove breakpoints depending on line
12620 numbers, and replace them by a single breakpoint after the
12621 constructors are all finished.
12622 Add test 4.
12623 * gdb.c++/m-static.cc: Add test 4.
12624 * gdb.c++/m-static.h: New file.
12625 * gdb.c++/m-static1.cc: New file.
12626
12627 * gdb.c++/printmethod.exp: New file.
12628 * gdb.c++/printmethod.cc: New file.
12629
12630 * gdb.c++/pr-574.exp: New file.
12631 * gdb.c++/pr-574.cc: New file.
12632
12633 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
12634
12635 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
12636 embedded targets which never actually exit.
12637
12638 2002-09-18 Fernando Nasser <fnasser@redhat.com>
12639
12640 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
12641 "don't step after run" as unresolved or unsupported, instead of xfail.
12642
12643 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
12644
12645 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
12646 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
12647 Add newline to expected string in "step out of main (status wrapper)"
12648 case.
12649
12650 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
12651
12652 * lib/gdb.exp (rerun_to_main): Allow restarting application.
12653 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
12654
12655 2002-09-17 Tom Tromey <tromey@redhat.com>
12656
12657 * gdb.base/printcmds.exp (test_print_string_constants): Expect
12658 \000, not \0, in double-quoted string.
12659
12660 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
12661
12662 * gdb.base/commands.exp: Don't expect a "Program exited normally"
12663 string after running the commands execution on breakpoint tests.
12664
12665 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
12666
12667 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
12668
12669 2002-09-12 Joel Brobecker <brobecker@gnat.com>
12670
12671 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
12672
12673 2002-09-10 Keith Seitz <keiths@redhat.com>
12674
12675 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
12676 runto proc.
12677 (mi_run_to_main): Use mi_runto.
12678 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
12679
12680 2002-09-10 Keith Seitz <keiths@redhat.com>
12681
12682 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
12683 regexp for stopping at main. Could have multiple event notifications.
12684 Don't assume that main was declared with no parameters.
12685 (mi_next): Use mi_step_to.
12686 (mi_step): Use mi_next_to.
12687
12688 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
12689
12690 * gdb.base/default.exp: Fix expected string in `info float' test.
12691
12692 2002-09-09 Ben Elliston <bje@redhat.com>
12693
12694 * config/mips.exp: Update comments.
12695 * config/mips-idt.exp: Likewise.
12696 * config/nind.exp: Likewise.
12697 * config/slite.exp: Likewise.
12698 * config/sparclet.exp: Likewise.
12699 * config/udi.exp: Likewise.
12700 * config/vx.exp: Likewise.
12701 * config/vxworks29k.exp: Likewise.
12702
12703 2002-09-05 Jim Blandy <jimb@redhat.com>
12704
12705 * gdb.threads/killed.exp: Fix test failure message.
12706
12707 2002-09-04 Keith Seitz <keiths@redhat.com>
12708
12709 * lib/mi-support.exp: Update copyright.
12710 (mi_gdb_test): Increase the priority of the expected pattern
12711 so that it matches gdb_test.
12712
12713 2002-09-03 Keith Seitz <keiths@redhat.com>
12714
12715 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
12716 Use integer comparison instead of string comparison for testing
12717 whether binary was built.
12718
12719 2002-09-03 Jim Blandy <jimb@redhat.com>
12720
12721 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
12722
12723 2002-08-29 Jim Blandy <jimb@redhat.com>
12724
12725 * gdb.threads/pthreads.exp: Move the portable thread compilation
12726 code into a function in lib/gdb.exp, and call that from here.
12727 * lib/gdb.exp (gdb_compile_pthreads): New function.
12728
12729 2002-08-29 Keith Seitz <keiths@redhat.com>
12730
12731 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
12732 expect_out so that callers can get at it.
12733
12734 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
12735
12736 * gdb.threads/print-threads.c: New file.
12737 * gdb.threads/print-threads.exp: New file.
12738 * gdb.threads/schedlock.c: New file.
12739 * gdb.threads/schedlock.exp: New file.
12740
12741 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
12742
12743 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
12744 not altivec.c.
12745
12746 2002-08-17 Mark Kettenis <kettenis@gnu.org>
12747
12748 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
12749 targets. The problem should be fixed now.
12750
12751 2002-08-15 Mark Kettenis <kettenis@gnu.org>
12752
12753 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
12754 2002-07-24 change that removes final dots from error messages.
12755
12756 2002-08-13 Tom Tromey <tromey@redhat.com>
12757
12758 * gdb.base/readline.exp: New file.
12759
12760 2002-08-01 Andrew Cagney <ac131313@redhat.com>
12761
12762 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
12763 supress message.
12764
12765 2002-08-01 Andrew Cagney <cagney@redhat.com>
12766
12767 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
12768 CHILL_FOR_TARGET and CHILL_LIB.
12769 * configure.in (configdirs): Remove gdb.chill.
12770 * configure: Regenerate.
12771 * lib/gdb.exp: Obsolete references to chill.
12772 * gdb.fortran/types.exp: Ditto.
12773 * gdb.fortran/exprs.exp: Ditto.
12774
12775 2002-07-30 Kevin Buettner <kevinb@redhat.com>
12776
12777 * gdb.base/shlib-call.exp (additional_flags): Conditionally
12778 set Irix-specific compile and link flags.
12779
12780 2002-07-29 Kevin Buettner <kevinb@redhat.com>
12781
12782 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
12783 source files. The ``-o'' option doesn't work with the ``-E'' option
12784 when using the Irix compiler.
12785
12786 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
12787
12788 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
12789 Improve support for reusing an exec file. Copy exec file
12790 to target, and run gdbserver on the target instead of on the host.
12791
12792 2002-07-18 Jim Blandy <jimb@redhat.com>
12793
12794 * gdb.base/ending-run.exp: Don't expect to see the program end in
12795 some orderly fashion when we're running on a real stand-alone
12796 board.
12797
12798 * gdb.base/interrupt.exp: Correct logic for skipping tests on
12799 targets that don't support interrupts.
12800
12801 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
12802
12803 * gdb.base/attach.exp: Add patterns to match output from /proc-based
12804 systems.
12805 Move comments in expect statements to inside the actions, so that they
12806 don't get matched against.
12807
12808 2002-07-10 Mark Kettenis <kettenis@gnu.org>
12809
12810 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
12811 function when asleep" test.
12812
12813 2002-07-10 Andrew Cagney <ac131313@redhat.com>
12814
12815 * gdb.base/page.exp: Rewrite to handle problems with very long
12816 `info set' output. Update copyright.
12817
12818 2002-06-26 Andrew Cagney <ac131313@redhat.com>
12819
12820 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
12821 gdb.threads-hp.
12822 * gdb.hp/configure: Regenerate.
12823 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
12824 * gdb.hp/gdb.threads-hp/configure: Delete file.
12825 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
12826
12827 2002-06-22 Andrew Cagney <ac131313@redhat.com>
12828
12829 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
12830 setlocale, bindtextdomain and textdomain.
12831
12832 2002-06-11 Jim Blandy <jimb@redhat.com>
12833
12834 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
12835 preprocessor macro information is present.
12836
12837 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
12838 tests.
12839
12840 2002-06-06 Michael Snyder <msnyder@redhat.com>
12841
12842 * gdb.base/overlays.exp: Record addresses of overlay
12843 functions in TCL variables rather than in GDB variables,
12844 to avoid having GDB convert them to pointers (with loss
12845 of information).
12846
12847 * gdb.base/d10v.ld: Merge in several years worth of
12848 default linker script changes.
12849 * gdb.base/long_long.exp: Add check for sizeof (long double).
12850
12851 2002-06-06 Michal Ludvig <mludvig@suse.cz>
12852
12853 * gdb.asm/asm-source.exp: Add x86-64 target.
12854 * gdb.asm/x86_64.inc: New.
12855
12856 2002-05-30 Michael Chastain <mec@shout.net>
12857
12858 From Benjamin Kosnik <bkoz@redhat.com>:
12859 * gdb.c++/m-static.cc: New file.
12860 * gdb.c++/m-static.exp: New file.
12861
12862 2002-05-28 Michael Snyder <msnyder@redhat.com>
12863
12864 * gdb.base/call-ar-st.exp: Allow for reduced floating point
12865 precision.
12866
12867 2002-05-27 Michael Chastain <mec@shout.net>
12868
12869 From Benjamin Kosnik <bkoz@redhat.com>:
12870 * gdb.c++/m-data.cc: New file.
12871 * gdb.c++/m-data.exp: New file.
12872
12873 2002-05-27 Michael Chastain <mec@shout.net>
12874
12875 From Benjamin Kosnik <bkoz@redhat.com>:
12876 * gdb.c++/try_catch.cc: New file.
12877 * gdb.c++/try_catch.exp: New file.
12878
12879 2002-05-27 Michael Chastain <mec@shout.net>
12880
12881 * gdb.c++/local.exp: Accept more nested types in output.
12882
12883 2002-05-26 Michael Chastain <mec@shout.net>
12884
12885 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
12886
12887 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
12888
12889 * lib/gdb.exp (gdb_wrapper_init): Just because
12890 gdb_wrapper_file exists, this does not mean that the file
12891 should not be rebuilt. That is what gdb_wrapper_initialized
12892 is for.
12893 (default_gdb_init): Reset gdb_wrapper_initialized.
12894
12895 2002-05-23 Michael Snyder <msnyder@redhat.com>
12896
12897 * gdb.base/all-bin.exp: Revise previous patch by just reducing
12898 the precision of the floating point test results.
12899 * gdb.base/call-rt-st.exp: Ditto.
12900
12901 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
12902 * gdb.base/call-rt-st.exp: Ditto.
12903
12904 2002-05-19 Michael Chastain <mec@shout.net>
12905
12906 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
12907
12908 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
12909
12910 * configure.in (configdirs): Add gdb.arch.
12911 * configure: Regenerate.
12912
12913 2002-05-17 Jim Blandy <jimb@redhat.com>
12914
12915 * gdb.base/completion.exp: Recognize the more detailed error
12916 messages produced by the macro expander's lexical analyzer.
12917
12918 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
12919
12920 * gdb.arch/altivec-abi.c: New file.
12921 * gdb.arch/altivec-abi.exp: New file.
12922 * gdb.arch/altivec-regs.c: New file.
12923 * gdb.arch/altivec-regs.exp: New file.
12924
12925 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
12926
12927 * gdb.base/maint.exp (maint print type): Update for new type
12928 structure.
12929
12930 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
12931
12932 * gdb.arch: New directory.
12933 * gdb.arch/configure.in: New file.
12934 * gdb.arch/configure: New file.
12935 * gdb.arch/Makefile.in: New file.
12936
12937 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
12938
12939 * gdb.asm/asm-source.exp: Add v850 as supported target.
12940 * gdb.asm/v850.inc: New file.
12941
12942 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
12943
12944 * gdb.c++/annota2.exp (annotate-quit): Add comment.
12945
12946 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
12947
12948 * gdb.base/break.exp: Check 'break "marker2"'.
12949
12950 2002-05-10 Michael Snyder <msnyder@redhat.com>
12951
12952 * gdb.base/long_long.exp: Fix typo.
12953
12954 2002-05-10 Jim Blandy <jimb@redhat.com>
12955
12956 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
12957 a bug.
12958
12959 * gdb.base/printcmds.exp (test_integer_literals_rejected):
12960 Recognize more detailed error message produced by the macro
12961 expander's lexical analyzer.
12962 * lib/gdb.exp (test_print_reject): Same.
12963
12964 2002-05-09 Mark Kettenis <kettenis@gnu.org>
12965
12966 * gdb.c++/method.exp: Fix typo.
12967
12968 2002-05-08 Michael Snyder <msnyder@redhat.com>
12969
12970 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
12971 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
12972 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
12973 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
12974 Add iftarget clause for strongarm.
12975
12976 2002-05-06 Michael Snyder <msnyder@redhat.com>
12977
12978 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
12979 (gdb_continue_to_end): Accept output from status wrapper.
12980 * gdb.base/ending-run.exp: Add case for output from status wrapper.
12981 Clean up fail messages to match pass messages.
12982
12983 Enable the "needs_status_wrapper" testsuite feature.
12984 * lib/gdb.exp (gdb_wrapper_init): New procedure.
12985 (gdb_compile): Conditionally call gdb_wrapper_init.
12986 * gdb.base/a2-run.exp: Recognize output from status wrapper.
12987 * gdb.c++/method.exp: Recognize output from status wrapper.
12988
12989 2002-05-06 Ben Elliston <bje@redhat.com>
12990 From Graydon Hoare <graydon@redhat.com>
12991
12992 * config/sid.exp: Include support for "rawsid" protocol.
12993
12994 2002-05-03 Jim Blandy <jimb@redhat.com>
12995
12996 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
12997 * gdb.c++/hang3.C: New file.
12998
12999 2002-05-04 Andrew Cagney <ac131313@redhat.com>
13000
13001 * gdb.base/default.exp: Remove obsolete code.
13002 * gdb.c++/misc.exp: Ditto. Update copyright.
13003 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
13004 * gdb.base/whatis.exp: Ditto. Update copyright.
13005 * gdb.base/scope.exp: Ditto. Update copyright.
13006 * gdb.base/ptype.exp: Ditto. Update copyright.
13007 * gdb.base/printcmds.exp: Ditto. Update copyright.
13008 * gdb.base/opaque.exp: Ditto. Update copyright.
13009 * gdb.base/list.exp: Ditto.
13010 * gdb.base/funcargs.exp: Ditto. Update copyright.
13011 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
13012 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
13013 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
13014 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
13015 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
13016 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
13017
13018 2002-05-02 Michael Snyder <msnyder@redhat.com>
13019
13020 * gdb.base/watchpoint.exp: Add xscale target.
13021 * gdb.base/long_long.exp: Add xscale target.
13022 * gdb.base/default.exp: Add xscale target.
13023
13024 2002-05-01 Jim Blandy <jimb@redhat.com>
13025
13026 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
13027 gdb.c++/hang.exp: New test.
13028
13029 2002-05-01 Fred Fish <fnf@redhat.com>
13030
13031 * gdb.base/completion.exp: Handle completions of "./Make" for
13032 more than one completion possibility, as is the case when we
13033 build and test in the source tree.
13034
13035 2002-04-29 Anthony Green <green@redhat.com>
13036
13037 * gdb.java/jmisc1.exp: New file.
13038 * gdb.java/jmisc2.exp: New file.
13039
13040 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
13041
13042 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
13043
13044 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
13045
13046 * gdb.base/help.exp: Change 'help status' to allow for target
13047 dependent output differences.
13048
13049 2002-04-22 Michael Chastain <mec@shout.net>
13050
13051 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
13052
13053 2002-04-22 Michael Chastain <mec@shout.net>
13054
13055 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
13056
13057 2002-04-17 David S. Miller <davem@redhat.com>
13058
13059 * gdb.asm/sparc64.inc: New file.
13060 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
13061
13062 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
13063
13064 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
13065 instruction file directly into the build tree. Clean up at end of
13066 test.
13067
13068 2002-04-18 David S. Miller <davem@redhat.com>
13069
13070 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
13071 handle 64-bit platforms correctly.
13072 * gdb.base/maint.exp: Likewise.
13073
13074 2002-04-18 Kevin Buettner <kevinb@redhat.com>
13075
13076 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
13077 ``-fpic'' when compiling files comprising a shared library, but
13078 it does need additional linker flags in order to find shared
13079 libraries at run time.
13080
13081 2002-04-18 Kevin Buettner <kevinb@redhat.com>
13082
13083 * gdb.base/cvexpr.c (use): New function.
13084 (main): Invoke use() on all global variables to prevent
13085 some linkers from deleting these otherwise unused symbols.
13086
13087 2002-04-17 Michael Chastain <mec@shout.net>
13088 From David S. Miller <davem@redhat.com>
13089
13090 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
13091 handle 64-bit platforms correctly.
13092
13093 2002-04-12 Michael Snyder <msnyder@redhat.com>
13094 From Jim Blandy <jimb@redhat.com>
13095 * gdb.base/foo.c (foox): Remove section attribute; the linker
13096 script can handle this instead.
13097 * gdb.base/bar.c (barx): Same.
13098 * gdb.base/baz.c (bazx): Same.
13099 * gdb.base/grbx.c (grbxx): Same.
13100
13101 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
13102 manager doesn't automatically unmap overlays unnecessarily.
13103
13104 2002-04-10 Martin M. Hunt <hunt@redhat.com>
13105
13106 * gdb.base/ending-run.exp: Fix pattern for Mips targets
13107 stepping out of main.
13108
13109 2002-04-09 Michael Chastain <mec@shout.net>
13110
13111 * gdb.c++/local.cc (main): Move call to marker1() inside nested
13112 scope so that the nested scope tests will make sense.
13113 * gdb.c++/local.exp: Write patterns that actually work with gcc
13114 (the HP patterns "were never known to work with gcc").
13115 Keep the old aCC patterns too.
13116
13117 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
13118
13119 * gdb.base/attach.exp: Correct target board test.
13120
13121 2002-04-08 Michael Chastain <mec@shout.net>
13122
13123 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
13124 in a const method. Add some xfail and fail cases for configurations
13125 that do not emit the "const ...".
13126
13127 2002-04-07 Michael Chastain <mec@shout.net>
13128
13129 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
13130 Accept "A * const" and "const A * const" as type of "this".
13131 Fix spelling of getFunky throughout. Make messages uniform.
13132
13133 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
13134
13135 Work around for PR gdb/285:
13136 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
13137
13138 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
13139
13140 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
13141 instructions file at run time instead of configure time.
13142 Sometimes we run the test in a directory that is not the one we
13143 configured in.
13144 * gdb.asm/configure.in: Delete creation of symlink.
13145 * gdb.asm/configure: Regenerate.
13146
13147 2002-04-05 J. Brobecker <brobecker@gnat.com>
13148
13149 * gdb.gdb/xfullpath.exp: New test, to exercise the new
13150 xfullpath () function.
13151
13152 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
13153
13154 * gdb.asm/Makefile.in: Correct dependencies.
13155
13156 * gdb.asm/powerpc.inc: New file.
13157 * gdb.asm/asm-source.exp: Add PowerPC.
13158 * gdb.asm/configure.in: Likewise.
13159 * gdb.asm/configure: Regenerated.
13160
13161 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
13162
13163 * gdb.base/relocate.exp: New file.
13164 * gdb.base/relocate.c: New file.
13165
13166 2002-04-04 Fred Fish <fnf@redhat.com>
13167
13168 * gdb.base/step-test.exp: Update comment regarding stopping in
13169 memcpy/bcopy calls inserted as part of the compiler runtime.
13170
13171 2002-04-04 Michael Snyder <msnyder@redhat.com>
13172
13173 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
13174
13175 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
13176
13177 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
13178 (gdb_expect): Remove $notransfer hack.
13179
13180 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
13181
13182 * gdb.c++/classes.exp ("calling method for small class"): Match
13183 updated register output.
13184
13185 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
13186
13187 Fix PR gdb/452
13188 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
13189 when finished. Make gdb_file_cmd send "exec-file" when
13190 appropriate.
13191
13192 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
13193
13194 * gdb.base/attach.exp: Remove extra setup_xfail.
13195
13196 2002-03-26 Michael Snyder <msnyder@redhat.com>
13197
13198 * gdb.base/default.exp: Add tests for dump, append, and restore.
13199 * gdb.base/help.exp: Add tests for dump, append, and restore.
13200 * gdb.base/dump.exp: New file, test dump, append and restore.
13201 * gdb.base/dump.c: New file.
13202
13203 2002-03-27 Michael Snyder <msnyder@redhat.com>
13204
13205 * gdb.base/help.exp: Modify expect strings to reflect
13206 clean-ups in help messages.
13207
13208 2002-03-26 Fred Fish <fnf@redhat.com>
13209
13210 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
13211 have debugging info for those functions and the compiler uses them
13212 internally to copy structs around.
13213
13214 2002-03-26 Fred Fish <fnf@redhat.com>
13215
13216 * gdb.base/list.exp: Revert the change made yesterday and add note
13217 about why we don't list the default lines for remote targets.
13218
13219 2002-03-25 Michael Snyder <msnyder@redhat.com>
13220
13221 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
13222
13223 2002-03-25 Fred Fish <fnf@redhat.com>
13224
13225 * gdb.base/list.exp: This test works on remote targets so remove
13226 the short circuit for remote targets. Update copyright.
13227
13228 2002-03-25 Fred Fish <fnf@redhat.com>
13229
13230 * gdb.base/attach.exp: Fix logic error that was suppressing this
13231 test for all non hppa*-*-hpux* targets, instead of the hp target.
13232 Move comments closer to the suppression point. Also now need to
13233 check that we are running natively.
13234
13235 2002-03-22 Michael Snyder <msnyder@redhat.com>
13236
13237 * gdb.base/default.exp: Add test for gcore. Update copyright.
13238 * gdb.base/help.exp: Add test for gcore. Update copyright.
13239
13240 2002-03-06 Fred Fish <fnf@redhat.com>
13241
13242 * gdb.base/funcargs.c: Remove extraneous ';' character.
13243 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
13244
13245 2002-03-04 Michael Chastain <mec@shout.net>
13246
13247 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
13248 accommodate gcc v3 function signature.
13249 * gdb.mi/mi0-var-cmd-exp: Ditto.
13250
13251 2002-02-24 Andrew Cagney <ac131313@redhat.com>
13252
13253 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
13254 ``GNU/Linux'' or ``Linux kernel''
13255 * testsuite/gdb.threads/pthreads.c: Ditto.
13256
13257 2002-02-24 Michael Chastain <mec@shout.net>
13258
13259 * gdb.threads/pthreads.c (thread1): Add a return statement.
13260 (thread2): Likewise.
13261 (foo): Likewise.
13262
13263 2002-02-23 Michael Chastain <mec@shout.net>
13264
13265 * gdb.threads/linux-dp.c (philosopher): Add a return statement
13266 to placate gcc.
13267
13268 2002-02-23 Michael Chastain <mec@shout.net>
13269
13270 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
13271 test "ptype bint". The test passes on all my stabs configurations.
13272
13273 2002-02-21 Jim Blandy <jimb@redhat.com>
13274
13275 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
13276 filename at a time, and watch for the ones we want to see.
13277
13278 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
13279 types of pointers to prototyped functions.
13280
13281 2002-02-20 Andrew Cagney <ac131313@redhat.com>
13282
13283 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
13284 signed, unsigned and straight char.
13285 (padding_char, padding_short, padding_int, padding_long,
13286 padding_long_long, padding_float, padding_double,
13287 padding_long_double): New global variables.
13288 (fill, fill_structs): New functions.
13289
13290 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
13291 for correctly sized writes. Update copyright.
13292 (get_valueof): New procedure.
13293 (get_sizeof): Call get_valueof.
13294 (check_valueof): New procedure.
13295 (check_padding): New procedure.
13296
13297 2002-02-20 Michael Chastain <mec@shout.net>
13298
13299 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
13300 to setup_xfail. Document some of the remaining calls.
13301
13302 2002-02-18 Michael Chastain <mec@shout.net>
13303
13304 * gdb.c++/userdef.exp: Update copyright year.
13305
13306 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
13307
13308 * gdb.c++/userdef.exp: Test overloaded operators properly.
13309 Remove xfails.
13310
13311 2002-02-14 Michael Snyder <msnyder@redhat.com>
13312
13313 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
13314
13315 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
13316
13317 * gdb.base/a2-run.exp: Check for a remote target properly.
13318 * gdb.base/annota1.exp: Likewise.
13319 * gdb.base/list.exp: Likewise.
13320 * gdb.base/reread.exp: Likewise.
13321 * gdb.base/scope.exp: Likewise.
13322 * gdb.base/shlib-call.exp: Likewise.
13323 * gdb.base/term.exp: Likewise.
13324 * gdb.c++/annota2.exp: Likewise.
13325
13326 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
13327
13328 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
13329
13330 2002-02-10 Michael Chastain <mec@shout.net>
13331
13332 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
13333 (call_after_alloca): Ditto.
13334
13335 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
13336
13337 * gdb.base/ending-run.exp: Guard "cont" test with
13338 gdb_skip_stdio_test.
13339
13340 2002-02-06 Jim Blandy <jimb@redhat.com>
13341
13342 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
13343 from here...
13344 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
13345 To here. Disable this test on non-HP platforms. Add big comment.
13346
13347 2002-02-04 Michael Snyder <msnyder@redhat.com>
13348
13349 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
13350 other than d10v and m32r.
13351
13352 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
13353
13354 * gdb.base/default.exp: Rewrite test patterns to reduce time
13355 taken to match them.
13356
13357 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13358
13359 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
13360 Allow a start function above main.
13361 * gdb.threads/linux-dp.exp: Fix copyright date.
13362
13363 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13364
13365 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
13366 (check_philosopher_stack): Check for manager thread before checking
13367 for a just-starting thread.
13368
13369 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13370
13371 From Neil Booth <neil@daikokuya.demon.co.uk>:
13372 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
13373 warnings.
13374
13375 2002-01-21 Fred Fish <fnf@redhat.com>
13376
13377 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
13378 not caller.
13379
13380 2002-01-21 Jim Blandy <jimb@redhat.com>
13381
13382 * gdb.base/reread.exp: Check that GDB properly re-reads the
13383 executable file when it changes while no inferior is running.
13384
13385 2002-01-21 Fred Fish <fnf@redhat.com>
13386
13387 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
13388 optionally accept the "shlib events" variation.
13389
13390 2002-01-21 Jim Blandy <jimb@redhat.com>
13391
13392 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
13393 call `fflush' after every `printf', so that the output is produced
13394 at predictable points, regardless of whatever buffering does (or
13395 doesn't) take place.
13396 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
13397 at different points.
13398
13399 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13400
13401 * gdb.c++/inherit.exp: Update copyright years.
13402 * gdb.c++/method.exp: Likewise.
13403
13404 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13405
13406 * gdb.c++/classes.exp: Update for improved v3 support and skipping
13407 artificial methods/arguments.
13408 * gdb.c++/derivation.exp: Likewise.
13409 * gdb.c++/inherit.exp: Likewise.
13410 * gdb.c++/method.exp: Likewise.
13411 * gdb.c++/virtfunc.exp: Likewise.
13412
13413 2002-01-18 Andrew Cagney <ac131313@redhat.com>
13414
13415 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
13416 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
13417 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
13418 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
13419 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
13420 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
13421
13422 2002-01-17 Jim Blandy <jimb@redhat.com>
13423
13424 * gdb.asm/asm-source.exp (info symbol): Take another shot at
13425 anchoring the pattern matching the entry point symbol's name.
13426
13427 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13428
13429 * gdb.base/maint.exp: Update ``maint internal-error'' to match
13430 continue/quit query. Update copyright.
13431
13432 2002-01-14 Michael Snyder <msnyder@redhat.com>
13433
13434 * gdb.base/gcore.exp: Remove extra debugging output.
13435
13436 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
13437
13438 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
13439 for slightly dubious v2 mangled string.
13440
13441 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
13442
13443 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
13444
13445 2002-01-10 Jason Merrill <jason@redhat.com>
13446
13447 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
13448
13449 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
13450 constructors.
13451 * gdb.c++/derivation.exp: Likewise.
13452 * gdb.c++/templates.exp: Likewise.
13453 * gdb.c++/virtfunc.exp: Likewise.
13454
13455 2002-01-10 Michael Snyder <msnyder@redhat.com>
13456
13457 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
13458
13459 2002-01-08 Michael Snyder <msnyder@redhat.com>
13460
13461 * gdb.base/gcore.exp: New test for generate-core-file command.
13462 * gdb.base/gcore.c: Testcase for above.
13463 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
13464
13465 2002-01-08 Jason Merrill <jason@redhat.com>
13466
13467 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
13468
13469 2002-01-07 Fred Fish <fnf@redhat.com>
13470
13471 * gdb.c++/overload.exp: Remove unconditional xfails for:
13472 print foo_instance1.overloadargs(1)
13473 print foo_instance1.overloadargs(1, 2)
13474 print foo_instance1.overloadargs(1, 2, 3)
13475 print foo_instance1.overloadargs(1, 2, 3, 4)
13476 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
13477 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
13478 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
13479 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
13480 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
13481 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
13482 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
13483 print foo_instance1.overload1arg()
13484 print foo_instance1.overload1arg((char)arg2)
13485 print foo_instance1.overload1arg((signed char)arg3)
13486 print foo_instance1.overload1arg((unsigned char)arg4)
13487 print foo_instance1.overload1arg((int)arg7)
13488 print foo_instance1.overload1arg((unsigned int)arg8)
13489 print foo_instance1.overload1arg((float)arg11)
13490 print foo_instance1.overload1arg((double)arg12)
13491
13492 2002-01-07 Michael Snyder <msnyder@redhat.com>
13493
13494 * gdb.base/huge.exp: New test. Print a very large target data object.
13495 (skip_huge_test): New test variable. Define if you want to skip this
13496 test. The test reads an 8 megabyte data object from the target, so it
13497 might be very time consuming on remote targets with a slow connection.
13498 * gdb.base/huge.c: New file. Test case for above.
13499
13500 2002-01-07 Fred Fish <fnf@redhat.com>
13501
13502 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
13503 g_instance.bfoo, and g_instance.cfoo.
13504
13505 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
13506
13507 * gdb.base/break.c (multi_line_if_conditional): New function.
13508 (multi_ilne_while_conditional): Likewise.
13509 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
13510 IF or WHILE condition puts the breakpoint at the start of
13511 the condition.
13512
13513 * gdb.base/selftest.exp (backtrace through signal handler): Remove
13514 hppa*-*-hpux* expected failure.
13515 * gdb.base/structs.exp (do_function_calls): Similarly.
13516
13517 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
13518 watchpoints.
13519
13520 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13521
13522 Fix PR gdb/66.
13523 * gdb.base/structs.exp: Replace skip for a29k with skip for
13524 gdb,cannot_call_functions.
13525 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
13526 * gdb.base/callfuncs.exp: Ditto.
13527 * gdb.base/call-rt-st.exp: Ditto.
13528 * gdb.base/call-strs.exp: Ditto.
13529 * gdb.base/callfwmall.exp: Ditto.
13530 * gdb.base/scope.exp: Obsolete xfail a29k.
13531 * gdb.c++/misc.exp: Ditto.
13532 * gdb.c++/cplusfuncs.exp: Ditto.
13533 * gdb.base/ptype.exp: Ditto.
13534 * gdb.base/printcmds.exp: Ditto.
13535 * gdb.base/opaque.exp: Ditto.
13536 * gdb.base/list.exp: Ditto.
13537 * gdb.base/funcargs.exp: Ditto.
13538 * gdb.base/default.exp: Ditto.
13539
13540 2002-01-04 Michael Snyder <msnyder@redhat.com>
13541
13542 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
13543 * gdb.base/maint.exp: Add tests for maint info sections options.
13544
13545 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
13546
13547 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
13548
13549 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
13550
13551 * gdb.asm/arm.inc: New file.
13552 * gdb.asm/asm-source.exp: Add arm targets.
13553 * gdb.asm/configure.in: Ditto.
13554 * gdb.asm/configure: Recreated from configure.in.
13555
13556 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
13557
13558 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
13559 with HP's compiler.
13560 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13561 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13562 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13563 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13564
13565 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
13566 either HP's compilers or GCC.
13567
13568 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
13569 a SIGBUS or SIGSEGV.
13570
13571 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
13572
13573 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
13574 can be compiled with either HP's compiler or GCC.
13575
13576 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
13577 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
13578 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
13579
13580 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
13581 to match current gdb output. Update due to using auto-solib-limit
13582 for limiting instead of overloading auto-solib-add.
13583 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
13584 test program.
13585
13586 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
13587 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
13588 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13589 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13590 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13591 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13592 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
13593 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
13594 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
13595 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
13596 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
13597 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
13598 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
13599
13600 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
13601 a SIGTRAP to the inferior.
13602
13603 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
13604
13605 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
13606 Substitute call to target_link by call to gdb_compile.
13607
13608 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
13609
13610 * gdb.base/break.exp: Fix HP specific search string when testing
13611 backtracing in a called function.
13612
13613 * gdb.base/constvars.exp: Only set lang to C++ if we're
13614 compiling the test with HP's compilers.
13615 * gdb.base/volatile.exp: Similarly.
13616
13617 2001-12-19 Jim Blandy <jimb@redhat.com>
13618
13619 * gdb.base/printcmds.exp: Expect the null character to be printed
13620 as '\0', and the '\013' to be printed as '\v'.
13621 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
13622 * gdb.base/setvar.exp: Same.
13623
13624 2001-12-17 Jim Blandy <jimb@redhat.com>
13625
13626 * gdb.base/completion.exp: Rather than completing very long
13627 filenames, which can make the readline library produce output we
13628 don't recognize, cd to the directory first, and then complete
13629 using nice, short relative paths.
13630
13631 * gdb.base/completion.exp: On some systems, there is, in fact, a
13632 variable named `b' in scope, since GDB treats all static
13633 variables as being in scope. So use `no_var_named_this'
13634 instead of `b'.
13635
13636 * gdb.base/corefile.exp: Recognize the message saying that GDB
13637 can't find the core file's registers as a failure.
13638
13639 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
13640
13641 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
13642 test expect string more specific.
13643
13644 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
13645
13646 * gdb.asm/asm-source.exp: Add support for xstormy16.
13647 * gdb.asm/configure.in: Ditto.
13648 * gdb.asm/configure: Rebuild.
13649 * gdb.asm/xstormy16.inc: New file.
13650
13651 2001-12-10 Fred Fish <fnf@redhat.com>
13652
13653 * gdb.base/maint.exp: Update to match changes in type dumping code.
13654
13655 2001-12-10 Jim Blandy <jimb@redhat.com>
13656
13657 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
13658 matching the entry point symbol's name at the beginning of the
13659 line.
13660
13661 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
13662
13663 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
13664 gdb.c++/inherit.exp, gdb.c++/method.exp,
13665 gdb.c++/namespace.exp, gdb.c++/templates.exp,
13666 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
13667 and class layout support.
13668
13669 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
13670
13671 * gdb.c++/classes.exp: Add test for static member function.
13672 * gdb.c++/misc.cc: Add class with static member function.
13673
13674 2001-12-07 Jim Blandy <jimb@redhat.com>
13675
13676 If GDB says it can't find the struct the function returned, report
13677 those tests as `unsupported'.
13678 * gdb.base/call-rt-st.exp (print_struct_call): New function.
13679 Rewrite subsequent tests to use it.
13680
13681 If GDB says it can't find the struct the function returned, report
13682 those tests as `unsupported'.
13683 * gdb.base/structs.exp (call_struct_func): New function.
13684 (do_function_calls): Use call_struct_func to call the functions
13685 returning structs.
13686
13687 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
13688 whether functions are prototyped or not, so we can't possibly pass
13689 arguments to t_float_values2 properly.
13690
13691 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
13692 value of `timeout' for targets other than the mips*tx39-*.
13693
13694 2001-12-06 Michael Snyder <msnyder@redhat.com>
13695
13696 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
13697 and detect whether the start symbol has a leading underscore.
13698
13699 2001-12-04 Jim Blandy <jimb@redhat.com>
13700
13701 * gdb.base/completion.exp: Clarify indentation.
13702
13703 2001-12-03 Jim Blandy <jimb@redhat.com>
13704
13705 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
13706 variables on the S/390, not `.word'.
13707
13708 2001-11-30 Jim Blandy <jimb@redhat.com>
13709
13710 Add assembly-source tests for s390-ibm-linux.
13711 * gdb.asm/s390.inc: New file.
13712 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
13713 the S/390 architecture.
13714 * gdb.asm/configure: Regenerated.
13715
13716 2001-11-30 Michael Snyder <msnyder@redhat.com>
13717
13718 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
13719 next, info source, info sources, info line, global and static
13720 variables, and static functions.
13721 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
13722 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
13723 * gdb.asm/asmsrc1.s: Add a static function and some variables.
13724 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
13725 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
13726 (gdbasm_leave): Restore frame pointer.
13727 (gdbasm_startup): Copy stack set-up from crt0.S.
13728
13729 2001-11-26 Fernando Nasser <fnasser@redhat.com>
13730
13731 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
13732 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
13733 to a local (non-static) variable. Copy tstruct.a to a static buffer
13734 and return a pointer to that buffer.
13735 * gdb.base/callfwmall.c (t_structs_a): Ditto.
13736
13737 2001-11-24 Mark Kettenis <kettenis@gnu.org>
13738
13739 * gdb.asm/configure.in: Fix recognition of ix86 target.
13740 * gdb.asm/configure: Regenerate.
13741
13742 2001-11-21 Michael Snyder <msnyder@redhat.com>
13743
13744 * gdb.asm/sparc.inc: New file.
13745 * gdb.asm/asm-source.exp: Recognize sparc target.
13746 * gdb.asm/configure.in: Recognize sparc target.
13747 * gdb.asm/configure: Regenerate.
13748
13749 2001-11-21 Michael Snyder <msnyder@redhat.com>
13750
13751 * gdb.asm/m32r.inc: New file.
13752 * gdb.asm/asm-source.exp: Recognize m32r target.
13753 * gdb.asm/configure.in: Recognize m32r target.
13754 * gdb.asm/configure: Regenerate.
13755
13756 2001-11-20 Michael Snyder <msnyder@redhat.com>
13757
13758 * gdb.asm/i386.inc: New file.
13759 * gdb.asm/asm-source.exp: Recognize ix86 target.
13760 * gdb.asm/configure.in: Recognize ix86 target.
13761 * gdb.asm/configure: Regenerate.
13762
13763 * gdb.c++/namespace.exp: Fix quotes in output messages.
13764
13765 2001-11-14 Michael Snyder <msnyder@redhat.com>
13766
13767 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
13768 qualifier in a type cast expression, to designate an address
13769 in the instruction space (Harvard architecture).
13770
13771 2001-11-13 Michael Snyder <msnyder@redhat.com>
13772
13773 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
13774 Tests for expressions using 'const' and 'volatile'.
13775
13776 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
13777
13778 * gdb.asm/asm-sources.exp: Allow defining linker flags.
13779
13780 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
13781
13782 * lib/mi-support.exp (mi_run_to_helper): Move comments
13783 outside of gdb_expect.
13784
13785 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
13786
13787 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
13788 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
13789 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
13790 mi0_run_to): New functions.
13791 * gdb.mi/mi-simplerun.exp: Use them.
13792 * gdb.mi/mi0-simplerun.exp: Likewise.
13793 * gdb.mi/mi-var-cmd.exp: Likewise.
13794 * gdb.mi/mi0-var-cmd.exp: Likewise.
13795
13796 2001-11-10 Andrew Cagney <ac131313@redhat.com>
13797
13798 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
13799 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
13800
13801 2001-11-09 Andrew Cagney <ac131313@redhat.com>
13802
13803 * gdb.base/restore.exp: Include $expected value in restored test
13804 message.
13805
13806 2001-11-09 Andrew Cagney <ac131313@redhat.com>
13807
13808 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
13809 implemented.
13810
13811 2001-11-08 Michael Snyder <msnyder@redhat.com>
13812
13813 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
13814 Add pass/fail message for stop at breakpoint in call dummy function.
13815
13816 2001-11-07 Michael Snyder <msnyder@redhat.com>
13817
13818 * gdb.c++/templates.exp (test_template_breakpoints):
13819 If we get an overload menu, but it does not match what
13820 we expect, we still need to issue the "cancel" command.
13821 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
13822 making the whitespace optional. Argument for "new" may be
13823 "unsigned" as well as "unsigned int/long".
13824 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
13825 making the whitespace optional. Also replace "(void) with
13826 "((void|)), making the keyword "void" optional.
13827 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
13828 making the whitespace optional. Also replace "(void) with
13829 "((void|)), making the keyword "void" optional.
13830 * gdb.base/callfuncs.c (t_float_values): This function must
13831 _not_ be prototyped, and the following function (t_float_values2)
13832 must be prototyped (if the compiler supports it), so that GDB
13833 can be tested against both cases. Usually one case involves
13834 promotion of float to double, while the other does not.
13835 * gdb.base/callfwmall.c: Ditto.
13836 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
13837 includes a stack frame for "start".
13838
13839 2001-11-05 Jim Blandy <jimb@redhat.com>
13840
13841 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
13842 pointers are 32 bits long, and that offsets of relocs are always
13843 stored in the data (REL-style), and not in the reloc entry itself
13844 (RELA-style).
13845 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
13846 stabs.
13847
13848 2001-11-01 Michael Snyder <msnyder@redhat.com>
13849
13850 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
13851 and regular expression operators by using quoting.
13852
13853 2001-10-31 Michael Snyder <msnyder@redhat.com>
13854
13855 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
13856 depending on what the symbol table contains.
13857 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
13858 the output of the ptype command. Similarly, accept both "const &"
13859 and "const&".
13860
13861 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
13862
13863 * gdb.base/miscexprs.c (main): Add usage of preprocessor
13864 symbol `STORAGE' to allow to choose the storage class of
13865 the local datastructures.
13866 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
13867 compiler directive.
13868
13869 2001-10-30 Michael Snyder <msnyder@redhat.com>
13870
13871 * gdb.base/jump.exp: Allow it to run for all targets.
13872
13873 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
13874
13875 * gdb.base/call-ar-st.c (print_double_array): Match for loop
13876 with new double_array size.
13877 (main): Change storage class of all local variables to static.
13878 Reduce size of double_array to 9.
13879 * gdb.base/call-ar-st.exp: Increase timeout value.
13880 Change expected output for double array to match new size in
13881 call-ar-st.c.
13882
13883 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
13884
13885 * gdb.base/ending-run.exp: Create identical output when passing
13886 `step to end of run' case. Add regular expression branch satisfying
13887 Stormy16 target.
13888
13889 2001-10-28 Mark Kettenis <kettenis@gnu.org>
13890
13891 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
13892 that we catch the expected failure under Linux/x86.
13893
13894 2001-10-29 Orjan Friberg <orjanf@axis.com>
13895
13896 * gdb.base/setvar.exp: Escape curly braces.
13897 * gdb.stabs/weird.exp: Ditto.
13898
13899 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
13900
13901 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
13902 * gdm.mi/mi0-hack-cli.exp: Likewise.
13903
13904 2001-10-25 Andrew Cagney <ac131313@redhat.com>
13905
13906 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
13907 messages.
13908
13909 2001-10-21 Andrew Cagney <ac131313@redhat.com>
13910
13911 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
13912 checking MI enabled.
13913
13914 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
13915
13916 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
13917
13918 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
13919
13920 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
13921 if gdb child process crashes, just signal an error.
13922
13923 2001-10-02 Jim Blandy <jimb@redhat.com>
13924
13925 * lib/gdb.exp (test_xfail_format): Simplify.
13926
13927 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
13928 front of the variable name `format'. Simplify `if'.
13929
13930 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
13931
13932 * gdb.threads/pthreads.exp: Wait for output and delay
13933 before sending ^C.
13934
13935 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
13936
13937 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
13938 some incorrect output instead of timing out.
13939 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
13940
13941 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
13942
13943 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
13944 check to allow additional `int'.
13945
13946 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
13947
13948 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
13949 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
13950
13951 2001-09-27 Michael Snyder <msnyder@redhat.com>
13952
13953 * lib/gdb.exp (test_debug_format): New proc.
13954 (setup_xfail_format): Use new proc test_debug_format.
13955 * gdb.base/constvars.exp (local_compiler_xfail_check): New
13956 proc; use new service proc test_debug_format.
13957 Replace all other "gcc_compiled" tests with this test.
13958 * gdb.base/volatile.exp (local_compiler_xfail_check): New
13959 proc; use new service proc test_debug_format.
13960 Replace all other "gcc_compiled" tests with this test.
13961
13962 2001-09-27 Michael Snyder <msnyder@redhat.com>
13963
13964 * gdb.base/cvexpr.exp: New file.
13965 * gdb.base/cvexpr.c: New file
13966 Test for expressions using const and volatile keywords.
13967
13968 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
13969
13970 * gdb.base/constvars.exp: Check for different orders of keywords
13971 and additional "int" strings in output.
13972
13973 2001-09-22 Andrew Cagney <ac131313@redhat.com>
13974
13975 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
13976 responses from "help maint".
13977
13978 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
13979
13980 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
13981 to localhost:NNN instead of :NNN, in case Xvfb is listening
13982 only on TCP.
13983
13984 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
13985
13986 * gdb.base/recurse.exp: When checking leaving the watchpoint
13987 scope, recognize when gdb is in function's epilogue and pass.
13988
13989 2001-09-18 Keith Seitz <keiths@redhat.com>
13990
13991 * lib/insight-support.exp (_gdbtk_export_target_info): Add
13992 support for running tests against sid targets.
13993 (gdbtk_done): Ditto.
13994
13995 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
13996
13997 * gdb.base/ending-run.c (main): Set stdout buffersize
13998 to the same reasonable value for any target.
13999 * gdb.base/ending-run.exp: Add a regular expression
14000 to make testsuite happy on Sanyo Stormy16 target.
14001
14002 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
14003
14004 * gdb.base/display.c (do_loops): Add float variable `f'.
14005 Increment f in loop.
14006 * gdb.base/display.exp: Increment timeout by 60 seconds.
14007 Change float display test to use variable `f'.
14008
14009 2001-09-17 Jim Blandy <jimb@redhat.com>
14010
14011 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
14012 overflowing the limited breakpoint tables on some ROM monitors
14013 (like the ROM68K).
14014
14015 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
14016
14017 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
14018 the "-ac" (disable access control) flag.
14019
14020 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
14021
14022 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
14023 ints.
14024
14025 2001-08-30 Keith Seitz <keiths@redhat.com>
14026
14027 * lib/gdb.exp: Move all insight-related functionality into
14028 separate file.
14029 * lib/insight-support.exp: New file.
14030
14031 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
14032
14033 * config/sid.exp (sid_start): Never set sid verbosity; disable
14034 expect_background {} that consumed its stdout; tolerate </dev/null.
14035 Attempt to set endianness override in "sid" protocol mode. Cleanup.
14036
14037 2001-08-18 Andrew Cagney <ac131313@redhat.com>
14038
14039 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
14040 CLI jump command to start it.
14041 (mi_run_to_main): Fail immediatly when unexpected output.
14042
14043 2001-08-18 Andrew Cagney <ac131313@redhat.com>
14044
14045 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
14046 beginning of function. Fix PR gdb/191.
14047
14048 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
14049
14050 * config/sid.exp (sid_start): Don't warn if we cannot figure out
14051 what to force sid endianness to.
14052
14053 2001-08-15 Keith Seitz <keiths@redhat.com>
14054
14055 * lib/gdb.exp (gdbtk_start): Don't set environment
14056 variables for TCL_LIBRARY and friends. Insight will
14057 now figure these out for itself.
14058
14059 2001-08-02 Michael Snyder <msnyder@redhat.com>
14060
14061 * gdb.base/completion.exp: Remove the symbol "a64l" from
14062 the expect string; this is target-specific, and not related
14063 to what is being tested.
14064
14065 2001-08-02 Dave Brolley <brolley@redhat.com>
14066
14067 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
14068
14069 2001-07-25 Michael Snyder <msnyder@redhat.com>
14070
14071 * gdb.base/consecutive.exp: New file. Test stepping over
14072 breakpoints on consecutive instructions.
14073 * gdb.base/consecutive.c: New file.
14074
14075 * gdb.base/call-rt-st.exp: Use double-backslash to quote
14076 curly braces in regular expressions.
14077
14078 2001-07-25 Michael Snyder <msnyder@redhat.com>
14079
14080 * gdb.base/ending-run.exp: Accept "Program exited normally" as
14081 legitimate output from stepping out of main.
14082
14083 2001-07-22 Keith Seitz <keiths@redhat.com>
14084
14085 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
14086 the empty string, do not run the tests.
14087
14088 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14089
14090 * gdb.base/long_long.exp: Detect size of pointer. Take into
14091 account 2-byte pointers when testing for p/a results.
14092
14093 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14094
14095 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
14096 and defined to 1K for m68hc11.
14097 (random_data): Reduce table to 1K for embedded platforms (68hc11).
14098 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
14099 (sizeof_random_data): New variable to tell the size of the data table;
14100 don't test past this size; always run to main.
14101
14102 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14103
14104 * gdb.base/return2.exp: return of long long and double fails for
14105 68HC11; don't execute these tests on that platform.
14106 * gdb.base/return.exp: Return of a double fails for 68hc11.
14107
14108 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14109
14110 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
14111 tests that print a float.
14112 * call-rt-st.exp: Likewise.
14113
14114 2001-07-12 Mark Kettenis <kettenis@gnu.org>
14115
14116 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
14117 running this test on Linux.
14118
14119 2001-06-24 Michael Chastain <chastain@redhat.com>
14120
14121 * gdb.base/arithmet.exp: Remove some tests to make all test names
14122 unique.
14123
14124 2001-07-03 Michael Snyder <msnyder@redhat.com>
14125
14126 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
14127 the output of the ptype command.
14128
14129 2001-07-02 Michael Snyder <msnyder@redhat.com>
14130
14131 * gdb.base/completion.exp: Don't assume that break.c is the only
14132 source file that may contain functions named "marker".
14133 * gdb.base/corefile.exp: Quote the curly braces in regexp.
14134
14135 2001-06-28 Andrew Cagney <ac131313@redhat.com>
14136
14137 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
14138 of files to delete.
14139
14140 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
14141 * gdb.disasm/h8300s.exp: New file.
14142 gdb.disasm/h8300s.s: Likewise.
14143
14144 2001-06-27 Andrew Cagney <ac131313@redhat.com>
14145
14146 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
14147 empty breakpoint tables.
14148
14149 2001-06-25 Andrew Cagney <ac131313@redhat.com>
14150
14151 * lib/mi-support.exp: Update args=... part of stop-reason
14152 patterns. Accept either a list or a tuple.
14153
14154 2001-06-23 Andrew Cagney <ac131313@redhat.com>
14155
14156 * lib/mi-support.exp: Remove local emacs variable defining
14157 change-log-default-name.
14158
14159 2001-06-22 Michael Chastain <chastain@redhat.com>
14160
14161 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
14162 This is operationally compatible with the previous version.
14163
14164 2001-06-13 Jim Blandy <jimb@redhat.com>
14165
14166 * lib/gdb.exp (gdb_test): Doc fix.
14167
14168 2001-06-10 Michael Chastain <chastain@redhat.com>
14169
14170 * gdb.base/exprs.exp: Remove a duplicate test.
14171
14172 2001-06-06 Jim Blandy <jimb@redhat.com>
14173
14174 * gdb.base/return2.exp (main): Use values to test float and double
14175 returns that are not NaN's, to avoid being confused by IEEE
14176 comparison rules.
14177
14178 2001-06-04 Michael Snyder <msnyder@redhat.com>
14179
14180 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
14181 non-zero if control_c fails. Terminate the test on failure,
14182 rather than wait for 12 more tests to time out.
14183
14184 2001-06-06 Jim Blandy <jimb@redhat.com>
14185
14186 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
14187 Don't forget to match the GDB prompt.
14188
14189 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
14190
14191 2001-06-04 Jim Blandy <jimb@redhat.com>
14192
14193 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
14194 command.
14195
14196 2001-05-31 Kevin Buettner <kevinb@redhat.com>
14197
14198 * gdb.base/annota1.exp (info break): Match four or more spaces
14199 after "Address".
14200
14201 2001-05-31 Michael Chastain <chastain@redhat.com>
14202
14203 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
14204 (dm_type_int_star): Likewise.
14205 (dm_type_long_star): Likewise.
14206 (dm_type_void_star): Likewise.
14207
14208 2001-05-29 Kevin Buettner <kevinb@redhat.com>
14209
14210 * gdb.base/completion.exp (INPUTRC): Set this environment variable
14211 to a known value in order to get consistent results regardless
14212 of the setting of INPUTRC or the presence or contents of .inputrc.
14213
14214 2001-05-24 Michael Snyder <msnyder@redhat.com>
14215
14216 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
14217 Don't require that the main thread and the manager thread are the
14218 first in the list.
14219
14220 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
14221 debugging. If test fails, issue an "unsupported" not a "fail".
14222
14223 2001-05-24 Jim Blandy <jimb@redhat.com>
14224
14225 Don't assume that short is shorter than int.
14226 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
14227 assume that shorts are smaller than ints. On a 16-bit machine,
14228 this isn't true.
14229 ("print unsigned char == (~0)"): Add test that verifies that ~0,
14230 an int, is not equal to ~0 stored in an unsigned char. This tests
14231 the same thing that the previous test meant to, but works on
14232 16-bit machines, too.
14233 ("print unsigned char != (~0)"): Same test, complemented.
14234
14235 2001-05-24 Michael Snyder <msnyder@redhat.com>
14236
14237 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
14238 test for (full_coverage == 0). This makes the test run faster,
14239 and prevents dejagnu getting out of step.
14240
14241 2001-05-23 Kevin Buettner <kevinb@redhat.com>
14242
14243 * gdb.base/finish.exp (finish_void): Revise pattern for
14244 stopping on the call statement to not permit stopping at
14245 the start of the instructions comprising the call sequence.
14246
14247 2001-05-19 Michael Chastain <chastain@redhat.com>
14248
14249 * gdb.base/callfuncs.exp: Make all test names unique.
14250 * gdb.base/commands.exp: Make all test names unique.
14251 * gdb.base/condbreak.exp: Make all test names unique.
14252 * gdb.base/dbx.exp: Make all test names unique.
14253 * gdb.base/default.exp: Make all test names unique.
14254 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
14255 and TIMEOUT messages to their corresponding PASS message.
14256 * gdb.base/ending-run.exp: Make all test names unique.
14257 * gdb.base/long_long.exp: Remove duplicate test.
14258
14259 2001-05-21 Kevin Buettner <kevinb@redhat.com>
14260
14261 * gdb.base/finish.exp (finish_void): Allow "finish" command to
14262 stop on the call statement as well as the statement after the
14263 call.
14264
14265 2001-05-21 Michael Snyder <msnyder@redhat.com>
14266
14267 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
14268
14269 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
14270
14271 * gdb.base/completion.exp: Revamp test. Make it execute on all
14272 platforms.
14273
14274 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
14275
14276 * config/gdbserver.exp (gdb_load): Handle the case
14277 in which the arguments to gdbserver are given in the
14278 baseboard configuration file.
14279 Also handle the case in which the server needs to do a
14280 load.
14281
14282 2001-05-07 Keith Seitz <keiths@cygnus.com>
14283
14284 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
14285 set up the display for testing.
14286 (gdbtk_start): Convert all paths to paths that tcl will like.
14287 Export target information to environment.
14288 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
14289 necessary.
14290 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
14291 (to_tcl_path): New proc to convert a given pathname into
14292 a path acceptible as an argument to a tcl command.
14293 (_gdbtk_export_target_info): New proc to export target info
14294 into the environment for gdbtk testing.
14295 (gdbtk_done): New proc to signal end-of-test.
14296
14297 2001-05-06 Jim Blandy <jimb@redhat.com>
14298
14299 * restore.c: Make the code of caller0 correspond to its comment.
14300
14301 2001-05-03 Michael Snyder <msnyder@redhat.com>
14302
14303 * config/sid.exp (gdb_target_sid): Check for error messages.
14304 On error or timeout, don't make expect exit (which will terminate
14305 all subsequent tests); instead just make gdb exit.
14306 (gdb_load): Check for error messages. On error or timeout,
14307 return a negative value.
14308
14309 2001-04-24 Jim Blandy <jimb@redhat.com>
14310
14311 * gdb.c++/templates.exp: If we see the prompt for the overload
14312 list, but we haven't recognized any of the longer patterns,
14313 arrange for this test to fail, not hang.
14314
14315 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
14316 variations.
14317
14318 2001-04-22 Michael Chastain <chastain@redhat.com>
14319
14320 * gdb.c++/local.exp: Use the 'runto' library function.
14321 * gdb.c++/namespace.exp: Likewise.
14322 * gdb.c++/overload.exp: Likewise.
14323
14324 2001-03-26 Kevin Buettner <kevinb@redhat.com>
14325
14326 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
14327 * gdb.base/step-line.exp: New file. Test step/next in presence of
14328 #line directives.
14329 * gdb.base/step-line.c: New file. Test program for the above.
14330 * gdb.base/step-line.inp: New file. We pretend that this file has
14331 been transformed by some other tool into step-line.c.
14332
14333 2001-03-21 Jim Blandy <jimb@redhat.com>
14334
14335 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
14336 unmangled operator names.
14337
14338 2001-03-20 Jim Blandy <jimb@redhat.com>
14339
14340 * gdb.threads/linux-dp.exp: Recognize an additional message
14341 generated by GDB when it doesn't understand how to debug threads
14342 on the target system.
14343
14344 2001-03-19 Andrew Cagney <ac131313@redhat.com>
14345
14346 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
14347
14348 2001-03-12 Michael Chastain <chastain@redhat.com>
14349
14350 * gdb.c++/derivation.exp: Use the 'runto' library function.
14351
14352 2001-03-12 Michael Chastain <chastain@redhat.com>
14353
14354 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
14355
14356 2001-02-24 Michael Chastain <chastain@redhat.com>
14357
14358 * gdb.c++/ref-types.exp: Change handwritten code to library
14359 function 'runto'.
14360
14361 2001-03-16 Orjan Friberg <orjanf@axis.com>
14362
14363 * gdb.base/signals.exp: Set count to 0 explicitly.
14364
14365 2001-03-15 Mark Salter <msalter@redhat.com>
14366
14367 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
14368 (gdb_target_monitor): Add check of gdb_target_cmd return value.
14369 (gdb_load): Add support for additional target_info: gdb_download_size
14370 and gdb_load_timeout.
14371
14372 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
14373
14374 * gdb.base/annota1.exp: Move test of isnative to earlier in the
14375 file -- to prevent failing when the compile fails but we have no
14376 intention of running the tests anyway.
14377
14378 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
14379 tests if set.
14380
14381 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
14382 integers.
14383
14384 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
14385 * gdb.c++/namespace.exp: Ditto.
14386
14387 2001-03-07 Orjan Friberg <orjanf@axis.com>
14388
14389 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
14390 * gdb.base/pointers.exp: Relax pattern match of decimals.
14391
14392 2001-03-06 Kevin Buettner <kevinb@redhat.com>
14393
14394 * Makefile.in, config/abug.exp, config/cfdbug.exp,
14395 config/cpu32bug.exp, config/dve.exp, config/est.exp,
14396 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
14397 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
14398 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
14399 config/sh.exp, config/sid.exp, config/slite.exp,
14400 config/sparclet.exp, config/udi.exp, config/unknown.exp,
14401 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
14402 config/vxworks.exp, config/vxworks29k.exp,
14403 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
14404 gdb.base/all-bin.exp, gdb.base/annota1.exp,
14405 gdb.base/arithmet.exp, gdb.base/assign.exp,
14406 gdb.base/async.exp, gdb.base/attach.exp,
14407 gdb.base/bitfields.exp, gdb.base/bitops.exp,
14408 gdb.base/break.exp, gdb.base/call-ar-st.exp,
14409 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
14410 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
14411 gdb.base/commands.exp, gdb.base/completion.exp,
14412 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14413 gdb.base/constvars.exp, gdb.base/corefile.exp,
14414 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
14415 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
14416 gdb.base/ending-run.exp, gdb.base/environ.exp,
14417 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14418 gdb.base/finish.exp, gdb.base/foll-exec.exp,
14419 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
14420 gdb.base/funcargs.exp, gdb.base/help.exp,
14421 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
14422 gdb.base/logical.exp, gdb.base/long_long.exp,
14423 gdb.base/maint.exp, gdb.base/mips_pro.exp,
14424 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
14425 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
14426 gdb.base/pointers.exp, gdb.base/printcmds.exp,
14427 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
14428 gdb.base/regs.exp, gdb.base/relational.exp,
14429 gdb.base/remote.exp, gdb.base/reread.exp,
14430 gdb.base/restore.exp, gdb.base/return2.exp,
14431 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
14432 gdb.base/selftest.exp, gdb.base/setshow.exp,
14433 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
14434 gdb.base/sigall.exp, gdb.base/signals.exp,
14435 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
14436 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14437 gdb.base/step-test.exp, gdb.base/structs.c,
14438 gdb.base/structs.exp, gdb.base/structs2.exp,
14439 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
14440 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
14441 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
14442 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14443 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
14444 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
14445 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
14446 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
14447 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
14448 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
14449 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
14450 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
14451 gdb.fortran/types.exp, gdb.java/jmisc.exp,
14452 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14453 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
14454 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14455 gdb.trace/circ.exp, gdb.trace/collection.exp,
14456 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14457 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14458 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
14459 gdb.trace/report.exp, gdb.trace/save-trace.exp,
14460 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14461 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14462 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
14463 notices.
14464
14465 2001-02-27 Michael Snyder <msnyder@cygnus.com>
14466
14467 * gdb.base/varargs.c (find_max_double): Fix printf format string:
14468 first arg is int not float.
14469
14470 2001-02-22 Michael Snyder <msnyder@cygnus.com>
14471
14472 * gdb.base/reread.exp: Unsupported for non-native targets;
14473 doesn't work for remote debugging.
14474
14475 2001-02-19 Fernando Nasser <fnasser@redhat.com>
14476
14477 From Drew Moseley <dmoseley@redhat.com>
14478 * gdb.base/ending-run.exp: Properly handle the BSP state when
14479 stepping past the end of main.
14480
14481 2001-02-19 John Moore <jmoore@redhat.com>
14482
14483 * gdb.base/commands.exp (infrun_breakpoint_command_test):
14484 Converted HPUX fix for non-expected items following multiple
14485 step commands into general solution for all platforms.
14486
14487 2001-02-18 Michael Chastain <chastain@redhat.com>
14488
14489 * gdb.c++/classes.exp (do_tests): Change runto statements
14490 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14491 statements demangler agnostic.
14492 * gdb.c++/virtfunc.exp (do_tests): Likewise.
14493 (gdb_virtfunc_restart): Likewise.
14494
14495 2001-02-14 Michael Chastain <chastain@redhat.com>
14496
14497 * gdb.c++/inherit.exp (do_tests): Change runto statements
14498 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14499 statements demangler agnostic.
14500
14501 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
14502
14503 * gdb.threads/pthreads.exp: Unify pass/fail messages for
14504 ``continue to bkpt at common_routine in thread 2'' and ``stopped
14505 before calling common_routine 15 times'' tests.
14506
14507 2001-02-11 Michael Chastain <chastain@redhat.com>
14508
14509 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
14510 Helps the test script figure out which demangler is in use.
14511 (dm_type_foo_ref): Ditto.
14512 (dm_type_int_star): Ditto.
14513 (dm_type_long_star): Ditto.
14514 (dm_type_unsigned_int): Ditto.
14515 (dm_type_void): Ditto.
14516 (dm_type_void_star): Ditto.
14517 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
14518 Probe the gdb demangler and set variables to accommodate
14519 formatting differences.
14520 (info_func_regexp): New function. Same as info_func, but
14521 matches against a regexp.
14522 (info_func): Match against a literal string.
14523 (print_addr_2): New function. Match against a literal string,
14524 which can be different from the input to gdb.
14525 (print_addr): Simply call print_addr_2 with the same argument twice.
14526 (test_lookup_operator_functions): Use demangler formatting variables.
14527 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
14528 the tests in the same order as the C++ class declaration.
14529 (test_paddr_operator_functions): Ditto.
14530 (test_paddr_overloaded_functions): Ditto.
14531 (test_paddr_hairy_functions): Use demangler formatting variables.
14532 Add reference to gdb/19 for related tests.
14533 (do_tests): Call probe_demangler.
14534
14535 2001-01-30 Kevin Buettner <kevinb@redhat.com>
14536
14537 * gdb.c++/templates.cc (printf): Remove unused function definition.
14538
14539 2001-01-26 Felix Lee <flee@redhat.com>
14540
14541 * sid.exp (sid_exit): Pass host, not target, to remote_close.
14542
14543 2001-01-25 matthew green <mrg@redhat.com>
14544
14545 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
14546 up sid.
14547 (sid_exit): Call `remote_pop_conn' after GDB is gone.
14548
14549 2001-01-25 matthew green <mrg@redhat.com>
14550
14551 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
14552 Deprecate $sid_spawn_id.
14553 (sid_exit): Remove code necessary only for `spawn.'
14554
14555 2001-01-25 matthew green <mrg@redhat.com>
14556
14557 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
14558
14559 2001-01-28 Michael Chastain <chastain@redhat.com>
14560
14561 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
14562 to call when tests fail. It takes gdb out of the overloaded
14563 function choice menu back to the main prompt, so that the test
14564 program stays synchronized.
14565 (set_bp_overloaded): New proc to collect all the common
14566 code for setting a breakpoint on an overloaded name. Calls
14567 take_gdb_out_of_choice_menu when needed.
14568 (menu_overload1arg): New variable to collect the repeated
14569 instances of the expected menu for an overloaded name. Change
14570 the regular expression to handle changes in g++ type encoding:
14571 "void" can be either "void" or "", and "unsigned int" can be
14572 either "unsigned int" or "unsigned".
14573 (continue_to_bp_overloaded): Change regular expressions to handle
14574 changes in g++ type encoding.
14575 (no proc): Call take_gdb_out_of_choice_menu when needed.
14576 Remove redundant calls to "info break". Accept either "canceled"
14577 or "cancelled". Change regular expressions in "info break"
14578 calls to handle changes in g++ type encoding. Give all tests
14579 unique strings.
14580
14581 2001-01-17 Ben Elliston <bje@redhat.com>
14582
14583 * config/sid.exp: New file.
14584
14585 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
14586
14587 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
14588
14589 2000-12-21 Michael Snyder <msnyder@cygnus.com>
14590
14591 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
14592 Add a RE to accept a non-ascii char if one is ever presented.
14593
14594 2000-12-20 Fernando Nasser <fnasser@redhat.com>
14595
14596 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
14597
14598 2000-12-18 Michael Snyder <msnyder@cygnus.com>
14599
14600 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
14601 in regexp. One '\' does not suffice on Linux.
14602
14603 2000-12-09 Michael Chastain <chastain@redhat.com>
14604
14605 * gdb.base/break.exp (test_clear_command): Use a marker function
14606 rather than 'main' for the test function. Also move this
14607 test to an execution point where the marker function names are
14608 guaranteed to be bound to functions. (Executing tests after a
14609 'finish' from main runs into name conflicts with local names
14610 in __libc_start_main).
14611
14612 2000-12-07 Michael Snyder <msnyder@cygnus.com>
14613
14614 * gdb.base/finish.exp: New test for gdb's "finish" command.
14615 * gdb.base/return2.exp: New test for gdb's "return" command.
14616 * gdb.base/return2.c: New source file for above.
14617
14618 2000-12-05 Michael Snyder <msnyder@cygnus.com>
14619
14620 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
14621 * gdb.base/miscexprs.exp: Ditto.
14622 * gdb.base/pointers.exp: Ditto.
14623 * gdb.c++/derivation.exp: Ditto.
14624 * gdb.c++/local.exp: Ditto.
14625 * gdb.c++/namespace.exp: Ditto.
14626 * gdb.c++/overload.exp: Ditto.
14627 * gdb.c++/ref-types.exp: Ditto.
14628
14629 2000-12-05 Michael Snyder <msnyder@cygnus.com>
14630
14631 * gdb.base/constvars.exp: Test result of "up" command.
14632 * gdb.base/miscexprs.exp: Ditto.
14633 * gdb.base/pointers.exp: Ditto.
14634 * gdb.base/scope.exp: Ditto.
14635 * gdb.c++/derivation.exp: Ditto.
14636 * gdb.c++/local.exp: Ditto.
14637 * gdb.c++/namespace.exp: Ditto.
14638 * gdb.c++/overload.exp: Ditto.
14639 * gdb.c++/ref-types.exp: Ditto.
14640
14641 2000-11-22 Michael Chastain <chastain@redhat.com>
14642
14643 * mips_pro.exp: Accept either "middle -> top -> main" or
14644 "middle -> main" in the backtrace, because gcc can optimize
14645 tail calls to jumps. Remove setup_xfail for the hppa case.
14646 Add a comment with the original warning messages from PR 3016,
14647 which was filed in 1993, to preserve them for posterity.
14648
14649 2000-11-17 Nick Duffek <nsd@redhat.com>
14650
14651 * lib/gdb.exp (gdb_test): Override timeout with board info.
14652
14653 2000-11-17 Nick Duffek <nsd@redhat.com>
14654
14655 * gdb.base/display.exp: Don't kill running stub. Add "again" to
14656 the second kill and detach messages.
14657
14658 2000-11-17 Nick Duffek <nsd@redhat.com>
14659
14660 * configure.in: Add AC_EXEEXT.
14661 * configure: Regenerate.
14662 * Makefile.in (just-check): Export EXEEXT.
14663 * lib/gdb.exp ($EXEEXT): Import from environment.
14664 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
14665 expect "maint dump-me" on Cygwin.
14666 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
14667 $EXEEXT.
14668
14669 2000-11-17 Nick Duffek <nsd@redhat.com>
14670
14671 * gdb.base/break.exp: Test backtrace and finish from called
14672 function on all platforms, not just HP-UX.
14673
14674 2000-11-03 Michael Snyder <msnyder@cygnus.com>
14675
14676 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
14677 code from gdb_target_monitor, so it can be used independantly
14678 for gdbserver. Also comment out an unnecessary PUTS.
14679
14680 2000-11-03 Michael Snyder <msnyder@cygnus.com>
14681
14682 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
14683 * gdb.base/corefile.exp: Expect the message "Program is being
14684 debugged already" when we send the "corefile" command, since
14685 the preceeding gdb_load may have connected gdb to a remote target.
14686 * gdb.base/display.exp: Disable hardware watchpoints if new
14687 board info variable "no_hardware_watchpoints" is true.
14688 Replace single-letter commands with more readable ones.
14689 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
14690 if new board info variable "no_hardware_watchpoints" is true.
14691 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
14692 to see if stdio (printf) testing is possible.
14693 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
14694 board info variable "no_hardware_watchpoints" is true. Use new
14695 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
14696
14697 2000-11-13 Fernando Nasser <fnasser@redhat.com>
14698
14699 From Orjan Friberg <orjanf@axis.com>:
14700 * gdb.base/printcmds.exp: Escape curly braces followed by a number
14701 in array print pattern match.
14702
14703 2000-11-09 Fernando Nasser <fnasser@redhat.com>
14704
14705 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
14706 spelling "cancelled" to U.S. spelling "canceled" to match changes
14707 made to gdb.
14708 * gdb.c++/ovldbreak.exp: Ditto.
14709
14710 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14711
14712 * gdb.base/callfuncs.c (main): Moved to end of file, call
14713 t_double_values to initialize the FPU before inferior calls are made.
14714 * gdb.base/callfuncs.exp: Test for register preservation after calling
14715 inferior functions. Add tests for continuining, finishing and
14716 returning from a stop in a call dummy.
14717
14718 2000-10-24 Michael Snyder <msnyder@cygnus.com>
14719
14720 * gdb.base/commands.exp: Break up long lines, and re-indent.
14721
14722 2000-10-19 Michael Snyder <msnyder@cygnus.com>
14723
14724 * config/gdbserver.exp: Rewritten from the ground up, to make it
14725 compatible with the current dejagnu tree, and to make it work with
14726 the new "gdbserver" in libremote.
14727
14728 2000-10-16 Michael Snyder <msnyder@cygnus.com>
14729
14730 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
14731 * gdb.base/varargs.exp: Skip entire test if no printf support.
14732 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
14733 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
14734
14735 2000-10-13 Michael Snyder <msnyder@cygnus.com>
14736
14737 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
14738 no floating point support.
14739 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
14740 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
14741 * gdb.base/call-rt-st.exp: Ditto.
14742 * gdb.base/call-strs.exp: Ditto.
14743
14744 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
14745
14746 * gdb.base/sizeof.c: include <stdio.h>.
14747
14748 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
14749 'finish', otherwise uncaptured gdb_prompt would potentially
14750 throw remaining test points out of sync.
14751
14752 2000-07-26 Scott Bambrough <scottb@netwinder.org>
14753
14754 * gdb.base/recurse.exp: Run tests for all targets.
14755 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
14756 gnu-oldld case on ARM.
14757 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
14758 for ARM targets.
14759
14760 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
14761
14762 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
14763 * gdb.java/configure: Rebuild.
14764
14765 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
14766
14767 * gdb.java/jv-exp.exp: New file.
14768
14769 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
14770
14771 * configure: Rebuilt.
14772 * configure.in (configdirs): Add gdb.java.
14773 * gdb.java/jmisc.java: New file.
14774 * gdb.java/jmisc.exp: New file.
14775 * gdb.java/Makefile.in: New file.
14776 * gdb.java/configure: Rebuilt.
14777 * gdb.java/configure.in: New file.
14778 * lib/java.exp: New file.
14779
14780 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14781
14782 * gdb.base/exprs.exp: Test casts to a pointer including over and
14783 underflow.
14784
14785 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
14786
14787 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
14788 and the compilers sizes.
14789
14790 2000-07-09 Nick Duffek <nsd@redhat.com>
14791
14792 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
14793 (use_methods): New function.
14794 (main): Call use_methods().
14795 * gdb.c++/classes.exp (test_method_param_class): New procedure.
14796 (do_tests): Call test_method_param_class.
14797
14798 2000-07-09 Nick Duffek <nsd@redhat.com>
14799
14800 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
14801 spelling.
14802 (test_enums): New procedure. Move enum tests from end of script
14803 to here. Set breakpoint on function name instead of line number.
14804 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
14805 (enums2): New marker function.
14806 (enums1): New function.
14807 (main): Call enums1(). Move enum tests to enums1().
14808
14809 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
14810
14811 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
14812 compile/link program. Update line numbers.
14813 * gdb.asm/d10v.inc: Define ``startup''.
14814 * gdb.asm/asmsrc1.s: Add definition of _start.
14815
14816 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
14817
14818 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
14819
14820 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14821
14822 * gdb.base/maint.exp: Add 'maint print architecture' item to output
14823 of 'help maint print' command.
14824
14825 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
14826
14827 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
14828 they use gdb_expect_list.
14829
14830 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
14831
14832 * gdb.base/commands.exp: Use ``set remote
14833 memory-read-packet-size'' instead of ``set endian big'' to test
14834 long commands.
14835
14836 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
14837
14838 * gdb.c++/templates.exp (do_tests): Make all of these work under
14839 g++, and stop skipping them.
14840
14841 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
14842 work under g++.
14843
14844 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
14845 initialization.
14846
14847 2000-06-02 Michael Snyder <msnyder@cygnus.com>
14848
14849 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
14850 the regular expression: accept an (almost) arbitrary sequence of
14851 "frames-invalid" and "breakpoints-invalid" messages both before
14852 and after the "starting" message.
14853
14854 2000-06-02 Michael Snyder <msnyder@cygnus.com>
14855
14856 * gdb.c++/local.exp: This test has never been known to work with g++.
14857
14858 2000-05-18 Michael Snyder <msnyder@cygnus.com>
14859
14860 * gdb.base/annota1.exp (annotate-signal-handler-caller):
14861 Relax the regular expression a little, make it pass on Solaris 8.
14862
14863 2000-05-12 Kevin Buettner <kevinb@redhat.com>
14864
14865 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
14866 a call, do not require that gdb stop on the line after the call.
14867 Instead, it is permissible for gdb to stop on the line of the
14868 call itself.
14869
14870 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
14871
14872 * gdb.base/break.exp (bp on small function, optimized file):
14873 Add a second pass pattern. The behavior differs here between stabs
14874 and dwarf for one-line functions. Stabs preserves two line symbols
14875 (one before the prologue and one after) with the same line number,
14876 but dwarf regards these as duplicates and discards one of them.
14877 Therefore the address after the prologue (where the breakpoint is)
14878 has no exactly matching line symbol, and GDB reports the breakpoint
14879 as if it were in the middle of a line rather than at the beginning.
14880
14881 2000-05-08 Michael Snyder <msnyder@cygnus.com>
14882
14883 * gdb.base/interrupt.exp: Make "pass" message say "send"
14884 rather than "send_gdb" (for consistancy).
14885
14886 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
14887
14888 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
14889 * gdb.c++/templates.cc: Properly check for GCC version number.
14890 * lib/compiler.cc: Likewise
14891
14892 2000-04-28 Michael Snyder <msnyder@cygnus.com>
14893
14894 * gdb.base/break.exp: When compiled with -O2 optimization,
14895 gdb may not stop at the first line of main, due to code motion.
14896
14897 2000-04-26 Michael Snyder <msnyder@cygnus.com>
14898
14899 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
14900 This test depends on parsing the printf output from the target.
14901 Since the sparclet stub doesn't do stdio, this will never work.
14902 * gdb.base/call-rt-st.exp: ditto.
14903 * gdb.base/call-strs: ditto.
14904
14905 2000-04-24 Michael Snyder <msnyder@cygnus.com>
14906
14907 * gdb.base/miscexprs.exp: make sizeof long array test portable.
14908
14909 * gdb.base/ending-run.exp: After connecting to a remote target,
14910 but before running, the target will appear to be in a random
14911 location. Specify both a file and a line for breakpoints.
14912 Also, the function that calls main may be called 'init'
14913 rather than 'start'.
14914
14915 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14916
14917 * gdb.base/help.exp: Update output for add-symbol-file command.
14918
14919 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
14920
14921 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14922 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
14923
14924 2000-04-07 J.T. Conklin <jtc@redback.com>
14925
14926 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
14927
14928 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
14929
14930 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
14931
14932 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
14933 values that can be represented exactly.
14934 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
14935 above change, and to not check against the directory part of the source
14936 file name.
14937 (step into print_long_arg_list): Likewise.
14938 (print print_small_structs from print_long_arg_list): Likewise.
14939 (print print_long_arg_list): Likewise.
14940
14941 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14942
14943 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
14944
14945 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
14946
14947 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
14948
14949 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
14950
14951 * gdb.base/commands.exp (deprecated_command_test): Add test for
14952 deprecate with no arguments.
14953
14954 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
14955
14956 * gdb.base/break.exp: Add new test for setting breakpoints on
14957 optimized code so we can test breakpoints work even when function
14958 prologues may be optimized away
14959
14960 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
14961
14962 From David Whedon <dwhedon@gordian.com>
14963 * gdb.base/commands.exp : Added command deprecator tests.
14964
14965 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
14966
14967 * gdb.base/help.exp: Added test for new apropos command.
14968
14969 2000-03-21 Kevin Buettner <kevinb@redhat.com>
14970
14971 * gdb.base/pointers.c (usevar): New function.
14972 (main): Make sure that global variables v_int_pointer2, rptr,
14973 and y are all referenced someplace in the program by calling
14974 usevar() on them. [Some linkers delete symbols which are
14975 never referenced. The space remains, but there's no way to
14976 get a (symbolic) handle on the variable from the debugger.]
14977
14978 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14979
14980 * gdb.base/printcmds.c: Add typedeffed arrays.
14981
14982 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
14983 procedure to test arrays that are typedef'd.
14984
14985 2000-03-13 James Ingham <jingham@leda.cygnus.com>
14986
14987 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
14988 the library directories.
14989
14990 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
14991
14992 * configure.in (configdirs): Add sub directory gdb.mi.
14993 * configure: Re-generate.
14994
14995 * gdb.mi: New directory.
14996
14997 2000-02-25 Scott Bambrough <scottb@netwinder.org>
14998
14999 * gdb.base/long_long.exp: Correct test suite failure when printing
15000 a long long value as a double on ARM platforms.
15001
15002 2000-02-16 Jim Blandy <jimb@redhat.com>
15003
15004 * gdb.base/break.exp ("breakpoint line number"): Make sure the
15005 default source file is set properly before running this test.
15006
15007 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15008
15009 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
15010 gdbtk/library directory, not in gdbtcl2.
15011
15012 2000-02-04 Jim Blandy <jimb@redhat.com>
15013
15014 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
15015 backslash from regexp pattern.
15016
15017 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
15018 procedure. Use it to run all the "continue to bp overloaded"
15019 tests. Note that this changes the names of the tests slightly.
15020 If the breakpoint hit message includes a hex PC value, because
15021 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
15022 from the real source code, still consider that a pass.
15023
15024 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
15025 XFAIL here if the breakpoint message contains a hex address. Note
15026 similar change on 1999-11-02.
15027
15028 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
15029
15030 * gdb.base/ptype.exp: Establish a default source file before
15031 calling get_debug_format.
15032
15033 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
15034
15035 * gdb.base/watchpoint.exp: Remove duplication of test messages.
15036
15037 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15038
15039 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
15040 of successive stepi commands -- while in the prologue we should see
15041 the function entry bracket.
15042
15043 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15044
15045 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
15046 reach __change_mode() when stepping through the end of main().
15047
15048 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
15049
15050 * gdb.base/default.exp: Fix expected pattern.
15051 * gdb.base/help.exp: Same.
15052
15053 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15054
15055 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
15056 Don't use xfail's because that affects only the following test.
15057
15058 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
15059 solaris or linux.
15060
15061 * gdb.base/selftest.exp: Update to reflect changes to main.c.
15062
15063 2000-01-07 Michael Snyder <msnyder@cygnus.com>
15064
15065 * gdb.base/display.exp: Some yacc parsers like to say
15066 "A syntax error" rather than "A parse error". Accept both.
15067
15068 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
15069
15070 * gdb.base/default.exp: Remove OS dependent string from "target
15071 remote" test.
15072 * gdb.base/help.exp: Same for "help target remote" test.
15073
15074 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15075
15076 From Jim Kingdon <kingdon@redhat.com>:
15077
15078 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
15079 prompt (cleanup rather than necessity, but still might keep output
15080 from spilling to next test).
15081
15082 2000-01-02 Fred Fish <fnf@cygnus.com>
15083
15084 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
15085 AIX, which defines them in <sys/types.h>.
15086
15087 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
15088
15089 * gdb.base/default.exp: Match arm* etc instead of arm in "info
15090 float" test.
15091
15092 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
15093
15094 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
15095
15096 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
15097 outermost frame disallowed".
15098
15099 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
15100
15101 * gdb.base/setvar.exp: New tests for setting the value of a struct
15102 with a constant list.
15103
15104 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15105
15106 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
15107 require the user to type a cast before setting the value of a struct.
15108
15109 1999-12-06 Jim Blandy <jimb@cygnus.com>
15110
15111 * gdb.base/default.exp: Expect the new 'info float' command on
15112 all i386 platforms.
15113
15114 * gdb.threads/linux-dp.exp: Expand our ability to recognize
15115 LinuxThreads libraries that don't support debugging.
15116
15117 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15118
15119 * gdb.base/remote.c: Fill the buffer with truely random data.
15120 Change the buffer type to ``unsigned char'' to simplify size
15121 arithmetic.
15122
15123 * gdb.base/remote.exp: Reduce download numbers by one. Typical
15124 stub only handles 400-1 byte packets. Verify that the download
15125 worked.
15126
15127 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
15128
15129 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
15130 tests, using UNRESOLVED for the untested cases. Also, does not wait
15131 for a timeout if the prompt was received before a recognizable pattern.
15132
15133 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
15134
15135 * lib/gdb.exp (gdb_expect_list): Fix spelling.
15136
15137 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15138
15139 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
15140 watchpoints.
15141
15142 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
15143
15144 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
15145
15146 * gdb.c++/local.exp: Be more flexible in recognizing local class
15147 name mangling. Don't allow horribly truncated method names.
15148 * gdb.c++/derivation.exp: Expect protected inheritance.
15149 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
15150 * gdb.c++/virtfunc.exp: Likewise.
15151 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
15152 when printing a nested enum.
15153
15154 1999-11-22 Jim Blandy <jimb@cygnus.com>
15155
15156 * gdb.base/step-test.exp: Properly await GDB's response to setting
15157 a breakpoint on the call to large_struct_by_value.
15158
15159 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
15160 just because we have debug info for the `start' function.
15161
15162 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
15163
15164 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
15165 "Unknown signal" messages, which indicate (on LinuxThreads) that
15166 GDB doesn't know how to debug threads on this system. This is
15167 better than hanging while philosopher 0 dumps chatter into gdb.log.
15168
15169 1999-11-18 Tom Tromey <tromey@cygnus.com>
15170
15171 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
15172
15173 1999-11-18 Fred Fish <fnf@cygnus.com>
15174
15175 * gdb.base/coremaker2.c: Add sample program for generating
15176 cores that is more self contained than coremaker.c. Eventually
15177 I'll add more code to this and tie it into the testsuite.
15178
15179 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
15180
15181 * gdb.base/dollar.exp: Remove, now in gdb.hp.
15182
15183 1999-11-10 Jimmy Guo <guo@cup.hp.com>
15184
15185 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
15186 from $srcdir/lib/.
15187 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
15188 and gdb.c++/.
15189
15190 * gdb.c++/derivation.exp: remove redundant get compiler info code.
15191
15192 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
15193 'continue with watch' test point.
15194
15195 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
15196
15197 Merged from p2linux-990323-branch:
15198
15199 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
15200
15201 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
15202
15203 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
15204 {limit,fixed}''. Test ``set download-write-size''.
15205
15206 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
15207
15208 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
15209 gdb_expect_list.
15210
15211 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
15212
15213 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
15214
15215 1999-11-03 Mark Salter <msalter@cygnus.com>
15216
15217 * gdb.base/break.exp: Fix "stub continue" pattern.
15218
15219 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
15220
15221 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
15222
15223 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
15224
15225 * gdb.base/display.exp ("finish"): Add timeout clause.
15226
15227 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
15228 plain prompt clause, so this doesn't have to time out in order to
15229 fail.
15230
15231 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
15232 breakpoint hit messages include an address.
15233
15234 * gdb.base/display.exp: Don't forget to escape parens in regular
15235 expressions. Unix regexp notatation sucks.
15236
15237 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15238
15239 * gdb.base/annota1.exp: Test for annotate-signalled: change output
15240 order for 'signalled' message.
15241
15242 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
15243
15244 From Jimmy Guo <guo@cup.hp.com>:
15245 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
15246 * gdb.base/annota1.c: Add code for tests to work with.
15247
15248 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
15249
15250 * gdb.base/remote.exp: New test for remote downloading settings.
15251 * gdb.base/remote.c: New file with large .data.
15252
15253 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
15254
15255 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
15256 for LinuxThreads support, merged from the Code Fusion branch.
15257
15258 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
15259
15260 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
15261 containing exp_continue into a while within an expect. Don't
15262 attempt a start more than three times. Check return value from
15263 gdb_load.
15264
15265 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
15266
15267 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
15268 a pass case.
15269
15270 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
15271
15272 * gdb.base/break.c (main): Added a statement that we can step
15273 off of.
15274 * gdb.base/break.exp: Added tests for setting a breakpoint
15275 at an offset and stepping onto a breakpoint.
15276
15277 1999-10-01 Fred Fish <fnf@cygnus.com>
15278
15279 * gdb.base/help.exp (help add-symbol-file): Update to match current
15280 gdb output.
15281
15282 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
15283
15284 * gdb.base/break.exp: Code locations are in hex, don't forget!
15285 (For HP-UX.)
15286
15287 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
15288
15289 * condbreak.exp: Use break.c as test program.
15290 * condbreak.c: Remove, redundant with break.c.
15291
15292 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
15293
15294 * config/monitor.exp (gdb_target_monitor): Disable X- and
15295 Z-packets if the target needs it.
15296
15297 1999-09-13 James Ingham <jingham@leda.cygnus.com>
15298
15299 * gdb.c++/overload.exp: Added tests for listing overloaded
15300 functions with function pointers in the arg, explicitly calling
15301 out the version you want.
15302
15303 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
15304
15305 * long_long.exp: Add variations of test cases that work for
15306 targets with 16-bit ints and 32-bit doubles.
15307
15308 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
15309
15310 * break.c (main): Compare a possibly-uninitialized argc with an
15311 unlikely value that fits in 16 bits.
15312
15313 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
15314
15315 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
15316 0xfeeb, don't want negative numbers if ints are 16 bits.
15317
15318 * lib/gdb.exp (skip_cplus_tests): New proc.
15319 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15320 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
15321 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
15322 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
15323 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
15324 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
15325 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
15326 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
15327
15328 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
15329
15330 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
15331
15332 * gdb.base/corefile.exp (up): Allow a parameter to appear
15333 in the frame that we're going up to.
15334
15335 From Jim Blandy <jimb@cygnus.com>:
15336
15337 * gdb.base/default.exp (info float): Expect some output now.
15338
15339 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
15340 returning floating-point values to fail on the x86.
15341 * gdb.base/callfwmall.exp (do_function_calls): Same.
15342
15343 * gdb.base/list.exp (test_listsize): Correct expectations for
15344 listing line 1 with listsize 2. Also, listing a single line
15345 works now, as does listing three lines. [Kevin's note: There
15346 were a number of other cases fixed too where the expectations
15347 differed...]
15348
15349 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
15350
15351 * gdb.base/selftest.exp: Add case for when version prints as
15352 constant string instead of char pointer.
15353
15354 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
15355
15356 * gdb.base/ending-run.exp: Add Solaris case for what happens when
15357 stepping out of main.
15358
15359 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
15360 G++ used.
15361
15362 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
15363 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
15364
15365 * gdb.c++/ovldbreak.exp: Update match string in test that
15366 includes a warning of multiple breakpoints.
15367
15368 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
15369
15370 * gdb.base/display.exp: Improve precision of step-after-finish
15371 added yesterday.
15372
15373 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
15374 test.
15375
15376 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
15377 configs when using G++, not just hppa*.
15378
15379 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15380
15381 * gdb.base/async.c: New file.
15382 * gdb.base/async.exp: New file.
15383
15384 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
15385
15386 * gdb.base/break.exp: Tweak PA specific tests to properly handle
15387 PA64.
15388
15389 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
15390
15391 * gdb.base/display.exp: "finish" can leave us mid-line on many
15392 targets, deal with it. Add a small constant to main, instead of
15393 1000 since main+1000 may not be a valid address in the target.
15394
15395 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
15396 on hpux11.
15397
15398 * gdb.base/attach.exp: Handle another hpux11 error message variant
15399 when attaching to a process that does not exist.
15400
15401 1999-08-19 J.T. Conklin <jtc@redback.com>
15402
15403 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
15404 characters in 'continue to 1241' test.
15405
15406 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
15407
15408 * gdb.base/call-ar-st.exp: Add a shorter match case for the
15409 stop in print_long_arg_list, define and use a whitespace
15410 variable in print_small_structs test, add an XFAIL for Solaris.
15411 * gdb.base/dbx.exp: XFAIL func commands until somebody is
15412 interested enough to fix.
15413
15414 1999-08-13 Keith Seitz <keiths@cygnus.com>
15415
15416 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
15417 (dbx_gdb_load): Remove. Use gdb_load instead, since that
15418 proc knows about targets other than the natives.
15419 (test_assign): Use "gdb_run_cmd" to "run" the target.
15420 Check that we've actually hit the breakpoint at main.
15421 When we attempt to assign a value to a local variable, check
15422 that the variable is in the current scope, i.e., don't use
15423 a test with an empty result.
15424
15425 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
15426
15427 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
15428 command.
15429
15430 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
15431
15432 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15433 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
15434 gdb.compat, gdb.threads-hp.
15435 gdb.hp/configure, gdb.hp/configure.in: New files.
15436 gdb.hp/Makefile.in: Recurse into new subdirs.
15437 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
15438 gdb.hp/gdb.objdbg: New directory, tests for debugging info
15439 in object files.
15440 gdb.hp/tools: New directory, aux tools for HP-specific tests.
15441
15442 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
15443
15444 * gdb.base/display.exp: Help expect by putting a newline in the
15445 funky printf, remove a bogus p/a test.
15446
15447 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15448
15449 * gdb.base/display.exp: Make sure that when we say 'run', we are
15450 connected to the target. This is necessary when running not
15451 natively.
15452
15453 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
15454
15455 * gdb.base/step-test.exp: Removed some extraneous messages.
15456
15457 * gdb.base/long_long.exp: Don't run memory examination tests
15458 on little-endian targets (they will need a different set of
15459 results to match).
15460
15461 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
15462
15463 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
15464 until somebody decides to fix GDB.
15465
15466 * gdb.base/long_long.c: Stop compiler complaint by specifying long
15467 constant as "ULL".
15468 * gdb.base/long_long.exp: Loosen x/c test, add partial result
15469 matches for a couple x/2 commands.
15470
15471 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
15472
15473 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
15474 by merging in ref-types2 tests.
15475 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
15476
15477 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15478 * gdb.c++/Makefile.in: Add standard actions.
15479 (EXECUTABLES): Rename from PROGS, update list.
15480 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
15481 from gdb.hp.
15482 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
15483 foo and bar locals.
15484 * gdb.c++/anon-union.exp: Fix tests to match.
15485 * gdb.c++/classes.exp: Run if HP compiler used, add extra
15486 expect matches to handle output variations.
15487 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
15488 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
15489 output, add HP alternatives for new and delete prints.
15490 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
15491 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
15492 * gdb.c++/demangle.exp: Use $style when reporting failure.
15493 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
15494 * gdb.c++/inherit.exp: Run if HP compiler used, add some
15495 match alternatives.
15496 * gdb.c++/local.exp: Add match alternatives or xfails for HP
15497 compilers.
15498 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
15499 * gdb.c++/method.exp: Add match alternatives.
15500 * gdb.c++/misc.cc: Add bool types.
15501 * gdb.c++/misc.exp: Add tests for bool types.
15502 * gdb.c++/overload.exp: Add xfails.
15503 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
15504 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
15505 add some more template parameter tests (only for HP currently).
15506 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
15507 * gdb.c++/virtfunc.cc: Add return type and value for main.
15508 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
15509 match alternatives.
15510
15511 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15512
15513 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
15514
15515 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
15516
15517 * gdb.base/signals.exp: Don't expect getting a backtrace from
15518 within a signal handler to fail on Linux.
15519
15520 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
15521
15522 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15523 * lib/gdb.exp: Remove some gratuitious semicolons.
15524 (delete_breakpoints): Increase timeout.
15525 (gdb_expect): Add -notransfer option.
15526 (gdb_test): Use -notransfer option.
15527 (get_compiler_info): Add f77 case.
15528 (get_compiler): New proc, split out from gdb_preprocess, add f77
15529 case.
15530 (gdb_preprocess): Call get_compiler.
15531
15532 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
15533 * gdb.base/attach.exp, gdb.base/display.exp,
15534 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
15535 gdb.base/long_long.exp, gdb.base/printcmds.exp,
15536 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
15537 third arg to gdb_test.
15538 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
15539 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
15540 HP-UX xfails, add others.
15541 * gdb.base/completion.exp: Reflect name change of self-test.
15542 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
15543 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
15544 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
15545 HP failure number.
15546 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
15547 useless HP-UX 10.30 references.
15548 * gdb.base/maint.exp: Loosen matches.
15549 * gdb.base/pointers.c (main): Declare more_code.
15550 * gdb.base/pointers.exp: Match on output of a `next'.
15551 * gdb.base/structs.c: Add prototypes.
15552 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
15553 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
15554
15555 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15556
15557 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
15558 command.
15559
15560 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15561
15562 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
15563 Fix run to main failures. Watchpoint can be hardware watchpoint.
15564
15565 * gdb.base/annota1.exp: Clean up some more, in case printf has
15566 debug info. Deal with lack of signal hanlder info in stack.
15567
15568 From Jim Kingdon <kingdon@redhat.com>:
15569 * gdb.base/annota1.exp: If printf has debug info, deal with it.
15570
15571 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
15572
15573 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
15574 gdb.base/foll-vfork.exp: Don't run for crosses.
15575
15576 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15577
15578 * gdb.base/configure.in: Check for gdbvars.exp instead of
15579 a1-selftest.exp.
15580 * gdb.base/configure: Re-generate.
15581
15582 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
15583
15584 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
15585 in trying to run first and name is too long.
15586
15587 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
15588 pointers2.c and pointers2.exp, respectively.
15589 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
15590 doschk happier.
15591
15592 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
15593
15594 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
15595 callfuncs2.c and callfuncs2.exp.
15596
15597 * gdb.base/list.exp: Remove mistaken xfails.
15598 * gdb.base/list0.h: Add optional prototypes.
15599
15600 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
15601
15602 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
15603 calling malloc.
15604 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
15605 * ptype.exp: Move test for get_debug_format to before its first
15606 use.
15607
15608 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15609
15610 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
15611 * gdb.base/annota2.cc, annota2.exp: Move from here.
15612 * gdb.c++/annota2.cc, annota2.exp: To here.
15613 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
15614
15615 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
15616
15617 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
15618 a consistent format.
15619
15620 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
15621
15622 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15623 * lib/gdb.exp (get_compiler_info): Add detection for assorted
15624 HP compilers, also set the globals $true and $false.
15625
15626 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
15627 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
15628 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
15629 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
15630 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
15631 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
15632 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
15633 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
15634 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
15635 whatis.c} Add C++ compatible function definitions and return
15636 types, add includes for library functions.
15637 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
15638 * gdb.base/step-test.c (myglob): Rename from glob.
15639 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
15640 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
15641 files, move here from gdb.hp.
15642 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
15643 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
15644 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
15645 Adjust line numbers in regexps.
15646
15647 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
15648 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
15649 instead of 0/1.
15650
15651 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
15652 foll-vfork.exp: New files, move here from gdb.hp.
15653 * gdb.base/page.exp: New file, test of pagination command.
15654
15655 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
15656 recursion test.
15657 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
15658
15659 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
15660 gdb.base/solib.exp: Fix compiler invocation process.
15661
15662 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
15663 HP-UX 11, turn off overload resolution explicitly.
15664 * gdb.base/commands.exp: Set argument list explicitly, add
15665 watchpoint test.
15666 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
15667 them work.
15668 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
15669 expressions properly.
15670 * gdb.base/corefile.exp: Loosen the match slightly.
15671 * gdb.base/default.exp: Allow "Error accessing memory" message
15672 also.
15673 * gdb.base/display.exp: Skip over x/0 j if PA64.
15674 * gdb.base/funcargs.exp: Add xfails for HP-UX.
15675 * gdb.base/interrupt.exp: Ditto.
15676 * gdb.base/langs.exp: Add symbolic matches governed by compiler
15677 in use.
15678 * gdb.base/list.exp: Add xfails for HP-UX.
15679 * gdb.base/long_long.exp: Refine some of the numeric matches.
15680 * gdb.base/mips_pro.exp: Xfail on HP-UX.
15681 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
15682 * gdb.base/nodebug.exp: Succeed on more varieties of output.
15683 * gdb.base/opaque.exp: Remove some HP-UX xfails.
15684 * gdb.base/ptype.exp: Succeed on more varieties of output.
15685 * gdb.base/scope.exp: Add xfails for HP-UX.
15686 * gdb.base/sect-cmd.exp: Add more cases.
15687 * gdb.base/setvar.exp: Add xfails for HP-UX.
15688 * gdb.base/shlib-call.exp: Loosen some matches slightly.
15689 * gdb.base/signals.exp: Match on void symbolically.
15690 * gdb.base/step-test.exp: Add case for PA64.
15691 * gdb.base/term.exp: Add exit and restart.
15692 * gdb.base/twice.exp: Clean up after self.
15693 * gdb.base/varargs.exp: Disable overload resolution explicitly.
15694 * gdb.base/whatis.exp: Allow more ways to pass tests.
15695
15696 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
15697 no longer useful.
15698
15699 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
15700
15701 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
15702 list of patterns.
15703 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
15704 print_double_array(double_array)", "continuing to breakpoint
15705 1018", "print print_double_array(array_d)" and "continuing to
15706 1034" tests.
15707
15708 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
15709
15710 * Makefile.in: Add empty html and install-html targets.
15711
15712 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
15713
15714 * config/mt-*: Remove, these haven't been used since 1996.
15715
15716 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
15717
15718 * gdb.base/call-strs.c, gdb.base/ending-run.c,
15719 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
15720 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
15721
15722 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
15723
15724 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
15725 simpler match case for the ptype of the big class.
15726
15727 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15728
15729 * gdb.exp: Fix test for gdb_prompt existence.
15730
15731 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15732
15733 * gdb.exp (gdb_test): Add fail after calls to perror.
15734
15735 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15736
15737 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
15738
15739 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15740
15741 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
15742
15743 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
15744
15745 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
15746 malloc() is linked in.
15747
15748 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15749
15750 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
15751 step at end.
15752
15753 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
15754
15755 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
15756
15757 * gdb.java/jv-print.exp: New file. (Our first Java test!)
15758
15759 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
15760
15761 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
15762 * gdb.base/mips_pro.exp: Likewise.
15763
15764 1999-06-02 Keith Seitz <keiths@cygnus.com>
15765
15766 * gdb.c++/templates.cc: Change all "new" operators to throw
15767 an exception.
15768 * gdb.c++/cplusfuncs.cc: Likewise.
15769
15770 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
15771
15772 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
15773
15774 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
15775 * gdb.base/ending-run.exp: When stepping out of main, accept a
15776 step into an arbitrary assembler file.
15777
15778 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15779
15780 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
15781 "breakpoint-invalid" to be printed.
15782 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
15783 number of "frames-invalid" and "breakpoint-invalid" to be printed.
15784 * gdb.base/annota2.cc: Initialize a.x to 0.
15785
15786 1999-05-17 Keith Seitz <keiths@cygnus.com>
15787
15788 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
15789 when "skip_float_tests" set.
15790 Ditto for "print print_double_array(array_d)", "print print_small_structs",
15791 "print print_ten_doubles", and "step into print_long_arg_list".
15792 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
15793 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
15794 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
15795 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
15796 "skip_float_tests" is set.
15797 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
15798 when "skip_float_tests" set.
15799
15800 1999-05-06 Keith Seitz <keiths@cygnus.com>
15801
15802 * gdb.base/annota2.cc: Include stdio.h.
15803
15804 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
15805
15806 * gdb.base/crossload.exp: Remove, this has been disabled ever
15807 since BFD stopped including all targets, and cross-GDB gets
15808 plenty of testing anyway.
15809 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
15810 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
15811 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
15812 * gdb.base/README: Remove, was doc for this.
15813 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
15814 needed.
15815
15816 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15817
15818 * gdb.base/call-ar-st.exp: Fix one regular expression in test
15819 output.
15820
15821 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
15822 * gdb.base/annota2.exp: New file. More annotation tests.
15823 * gdb.base/annota1.c: New file. Source file for annota1.exp.
15824 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
15825
15826 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
15827
15828 * config/cfdbug.exp: New file.
15829
15830 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
15831
15832 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
15833 Marcus Daniel's and Dale Hawkins's demangler crashes.
15834
15835 * gdb.c++/demangle.exp (test_gnu_style_demangling,
15836 test_lucid_style_demangling, test_arm_style_demangling,
15837 test_hp_style_demangling): Try Tom Tromey's core-dumping
15838 identifier under each demangling style.
15839
15840 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
15841
15842 * gdb.c++/demangle.exp: Include the current demangling style
15843 in all test names.
15844 (current_demangling_style): New global variable.
15845 (set_demangling_style, test_demangling_core, test_demangling,
15846 test_demangling_exact): New functions.
15847 (test_gnu_style_demangling, test_lucid_style_demangling,
15848 test_arm_style_demangling, test_hp_style_demangling): Use those,
15849 instead of calling gdb_test and gdb_test_exact directly.
15850 (catch_demangling_errors): New function, which reports errors
15851 signalled by the demangling test functions in an orderly way.
15852 (do_tests): Use catch_demangling_errors.
15853
15854 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
15855
15856 * gdb.base/signals.exp (test_handle_all_print): Use () for
15857 grouping in expressions, not {}.
15858
15859 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
15860 initialized yet.
15861
15862 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
15863
15864 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
15865 are listed.
15866
15867 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
15868
15869 * gdb.stabs/weird.exp: Test for CC being defined before
15870 looking at its value.
15871
15872 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
15873
15874 * gdb.base/call-ar-st.exp: Remove stray '#'.
15875 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
15876 "short int" and "long int".
15877 * gdb.c++/overload.cc: Cast the string added in the previous
15878 change, to mollify finicky HP compiler.
15879 * gdb.hp/reg-test.exp (testfile): Fix file name.
15880 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
15881
15882 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
15883 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
15884 alternate form of enum ptype.
15885
15886 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
15887
15888 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
15889 * gdb.hp/*.exp: Change all to run compiler probe only after
15890 passing skip_hp_tests, so as not to waste time on guaranteed
15891 failure.
15892
15893 * gdb.c++/overload.cc: Pass string instead of char addr, always
15894 init ccpfoo.
15895 * gdb.c++/templates.cc: Fix syntax error.
15896
15897 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15898
15899 * gdb.base/commands.exp: Add test for correct position of '>'
15900 when issuing the 'commands' command after a 'while' or 'if'
15901 command.
15902
15903 1999-03-18 James Ingham <jingham@cygnus.com>
15904
15905 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
15906
15907 * gdb.c++/method.exp: It was testing an uninitialized int on the
15908 stack and assuming it was positive.
15909
15910 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
15911
15912 * gdb.base/step-test.exp: Catch a case where finish is broken and
15913 keep it from killing the rest of the tests.
15914 Use gdb_continue_to_end.
15915
15916 * gdb.base/sigall.exp: use gdb_continue_to_end.
15917
15918 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
15919
15920 * gdb.base/display.exp: use runto_main, not run.
15921
15922 * gdb.base/default.exp: Check for the current error message in the
15923 r abbreviation test.
15924 Add strongarm to the targets that know info float.
15925
15926 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
15927 run which doesn't work with monitors.
15928
15929 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
15930
15931 * gdb.base/break.exp: use the gdb_continue_to_end proc.
15932
15933 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
15934 program. Traps the case (in Cygmon) when the program never really
15935 exits. Same as Mark's continue_to_exit, but I had put it in a lot
15936 more places, so I used my name. Sorry Mark...
15937
15938 * config/monitor.exp (gdb_target_monitor): added another
15939 target_info parameter: remotebinarydownload. This will set the
15940 remotebinarydownload flag if this is causing some boards trouble.
15941
15942 1999-03-18 Mark Salter <msalter@cygnus.com>
15943
15944 * lib/gdb.exp (continue_to_exit): New function.
15945
15946 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
15947 * gdb.base/ending-run.exp: Ditto.
15948 * gdb.base/step-test.exp: Ditto.
15949
15950 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
15951
15952 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
15953 (suggested by Art Haas <ahaas@neosoft.com>).
15954
15955 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
15956
15957 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
15958
15959 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
15960
15961 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
15962 descriptions of types (short unsigned int vs unsigned short, etc).
15963
15964 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
15965
15966 * gdb.base/call-strs.exp: Don't assume that `step' will step over
15967 a call to strlen; sometimes we do have sources.
15968
15969 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
15970
15971 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
15972 character, so GDB won't print garbage after its end.
15973
15974 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
15975 breakpoint there instead. Sometimes GCC emits memcpy to handle
15976 the large structures being passed by value, so we step into that
15977 instead of sum_array_print, which obscures what we're really testing.
15978 * gdb.base/step-test.exp: However, we do want a test that notices
15979 the bizarre steps into memcpy, so do that here. Add check for
15980 stepping into function calls that pass large structures by value.
15981 ("Is that a noun clause, or are you just happy to see me?")
15982 Remove all references to specific line numbers.
15983 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
15984 New type and function.
15985 (main): Call large_struct_by_value, passing it a large struct by value.
15986 * lib/gdb.exp (gdb_get_line_number): New function.
15987
15988 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
15989 more portable.
15990
15991 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
15992
15993 * lib/gdb.exp: Doc fixes.
15994
15995 1999-03-05 Nick Clifton <nickc@cygnus.com>
15996
15997 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
15998
15999 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
16000
16001 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
16002 commands. They're not germane to this test, and they don't work
16003 that way on remote targets.
16004
16005 1999-03-01 James Ingham <jingham@cygnus.com>
16006
16007 * Changelog entries merged over from gdb development branch.
16008
16009 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
16010
16011 * lib/gdb.exp (gdbtk_analyze_results): Generic function
16012 for outputting results of test run.
16013
16014 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
16015
16016 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
16017
16018 1999-02-25 Felix Lee <flee@cygnus.com>
16019
16020 * lib/gdb.exp (debug_format): initialize
16021
16022 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
16023
16024 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
16025 * gdb.base/call-rt-st.c: Ditto.
16026
16027 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
16028
16029 * gdb.threads/pthreads.exp (horiz): New variable.
16030 (test_startup): Fix regexps that capture thread numbers.
16031
16032 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
16033
16034 * gdb.base/smoke.exp: Disambiguate two test case names (both
16035 called ``print'').
16036
16037 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16038
16039 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
16040 compilation.
16041
16042 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16043
16044 * gdb.base/miscexprs.exp: Change patterns to match GDB's
16045 actual output formatting.
16046 * gdb.base/smoke.exp: GDB removes leading 0's.
16047 * gdb.base/volatile.exp: Don't check type of remuneration;
16048 that variable is no longer defined in constvars.c.
16049 * gdb.base/step-test.c (main): Exit with explicit exit code.
16050 * gdb.base/step-test.exp: Remove two nexti checks--they are
16051 not portable.
16052
16053 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16054
16055 * gdb.base/help.exp ("help delete display"): Fix test to match
16056 gdb's output.
16057
16058 * gdb.base/long_long.c (known_types): Initialize values to zero.
16059 * gdb.base/long_long.exp: Step one more line
16060 so 'dec' is initialized in "get to known place". GDB removes
16061 leading zeros. Explicitly ask for hex formatting. Use
16062 unique test case names.
16063
16064 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16065
16066 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
16067
16068 * gdb.c++/method.exp: Add missing close brace.
16069
16070 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
16071
16072 * gdb.base/maint.exp: Use 'set height 0' to disable page
16073 prompting, not 'set height 400'.
16074
16075 Fix a bunch of timeouts.
16076 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
16077 four separate tests, so expect doesn't take forever to match a ton
16078 of text against a regexp with lots of .* forms.
16079 ("maint print psymbols", "maint print symbols"): Make some of
16080 these greps more selective, so that expect doesn't try to wade
16081 through huge piles of output and time out.
16082
16083 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
16084
16085 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
16086 tests: one which doesn't expect shlib events to be reported, and
16087 another which does, but is XFAIL for all platforms other than
16088 HP/UX.
16089
16090 * gdb.base/break.exp: Teach the test suite that the `catch
16091 fork', `catch vfork', and `catch exec' commands produce error
16092 messages on platforms that don't provide these features.
16093
16094 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16095
16096 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
16097 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
16098 (shortening names from solib_threshold.exp etc), won't run on
16099 anything but HP-UX for the foreseeable future.
16100 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
16101 reflect move.
16102
16103 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
16104
16105 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
16106 gdb.trace/Makefile.in (clean): Remove all test executables.
16107
16108 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
16109
16110 * gdb.base/shlib-call.exp: add test cases to verify that gdb
16111 successfully re-sets breakpoints in shared libraries.
16112 * gdb.base/shmain.c (main): return 0, don't fall off the end.
16113
16114 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16115
16116 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
16117 and compiled w/o GCC.
16118
16119 * gdb.hp/watch-cmd.exp: ditto.
16120
16121 * gdb.hp/watch-hp.exp: ditto.
16122
16123 * gdb.hp/xdb1.exp: ditto.
16124
16125 * gdb.hp/xdb2.exp: ditto.
16126
16127 * gdb.hp/dbx.exp: ditto.
16128
16129 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
16130
16131 * constvars.c: Remove C++-isms.
16132 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
16133 with GCC.
16134
16135 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
16136
16137 The following changes are part of the HP merge.
16138
16139 * gdb.base/break.exp: new tests to verify that catchpoints for
16140 fork, vfork, and exec don't trigger inappropriately.
16141
16142 * gdb.base/opaque.exp: compile one file at a time, then link.
16143
16144 * gdb.base/signals.exp: be more restrictive about which hppa
16145 systems receive a setup_xfail. new tests.
16146
16147 * gdb.base/solib_threshold.build: new file.
16148 * gdb.base/solib_threshold.exp: new file.
16149 * gdb.base/solib_threshold.link_opts: new file.
16150 * gdb.base/solib_threshold.mk: new file.
16151 * gdb.base/gen_solib_threshold.c: new file.
16152
16153 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
16154 tests. New tests for enums inside classes.
16155
16156 * gdb.c++/compiler.cc: indicate support of template debugging.
16157
16158 * gdb.c++/demangle.exp: run hp style demangling tests.
16159
16160 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
16161 tests.
16162
16163 * gdb.c++/misc.cc: changes to support new tests.
16164
16165 * gdb.c++/templates.cc: changes to support HP's compiler; changes
16166 to support new tests.
16167
16168 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
16169 gcc, then skip these tests.
16170
16171 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
16172
16173 The following files are part of the HP merge; some had longer
16174 names at HP, but have been renamed to be no more than 14
16175 characters in length.
16176
16177 * gdb.hp/ambiguous.cc: new file.
16178 * gdb.hp/ambiguous.exp: new file.
16179 * gdb.hp/attach.exp: new file.
16180 * gdb.hp/attach2.exp: new file.
16181 * gdb.hp/classes-hp.exp: new file.
16182 * gdb.hp/ctti.exp: new file.
16183 * gdb.hp/ctti-add.cc: new file.
16184 * gdb.hp/ctti-add1.cc: new file.
16185 * gdb.hp/ctti-add2.cc: new file.
16186 * gdb.hp/ctti-add3.cc: new file.
16187 * gdb.hp/dbx.exp: new file.
16188 * gdb.hp/exception.cc: new file.
16189 * gdb.hp/exception.exp: new file.
16190 * gdb.hp/foll-exec.c: new file.
16191 * gdb.hp/foll-exec.exp: new file.
16192 * gdb.hp/foll-fork.c: new file.
16193 * gdb.hp/foll-fork.exp: new file.
16194 * gdb.hp/foll-vfork.c: new file.
16195 * gdb.hp/foll-vfork.exp: new file.
16196 * gdb.hp/inherit-hp.exp: new file.
16197 * gdb.hp/more-steps.exp: new file.
16198 * gdb.hp/namespace.cc: new file.
16199 * gdb.hp/namespace.exp: new file.
16200 * gdb.hp/optimize.exp: new file.
16201 * gdb.hp/pxdb.c: new file.
16202 * gdb.hp/pxdb.exp: new file.
16203 * gdb.hp/quicksort.exp: new file.
16204 * gdb.hp/reg-test.exp: new file.
16205 * gdb.hp/reg-test.s: new file.
16206 * gdb.hp/sized-enum.c: new file.
16207 * gdb.hp/sized-enum.exp: new file.
16208 * gdb.hp/start-stop.exp: new file.
16209 * gdb.hp/templ-hp.cc: new file.
16210 * gdb.hp/templ-hp.exp: new file.
16211 * gdb.hp/thr-lib.c: new file.
16212 * gdb.hp/thr-lib.exp: new file.
16213 * gdb.hp/thr-lib.h: new file.
16214 * gdb.hp/thr-liblib.c: new file.
16215 * gdb.hp/virtfun-hp.c: new file.
16216 * gdb.hp/virtfun-hp.exp: new file.
16217 * gdb.hp/watch-cmd.exp: new file.
16218 * gdb.hp/watch-hp.exp: new file.
16219 * gdb.hp/xdb1.exp: new file.
16220 * gdb.hp/xdb2.exp: new file.
16221 * gdb.hp/xdb3.exp: new file.
16222
16223 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
16224
16225 The following files are part of the HP merge; some had longer
16226 names at HP, but have been renamed to be no more than 14
16227 characters in length.
16228
16229 * gdb.base/ss.h: new file.
16230 * gdb.base/call-ar-st.c: new file.
16231 * gdb.base/call-ar-st.exp: new file.
16232 * gdb.base/call-rt-st.c: new file.
16233 * gdb.base/call-rt-st-exp: new file.
16234 * gdb.base/call-strs.exp: new file.
16235 * gdb.base/ena-dis-br.exp: new file.
16236 * gdb.base/environ.exp: new file.
16237 * gdb.base/long_long.exp: new file.
16238 * gdb.base/sect-cmd.exp: new file.
16239 * gdb.base/shlib-cl2.exp: new file.
16240 * gdb.base/smoke.exp: new file.
16241 * gdb.base/so-impl-ld.c: new file.
16242 * gdb.base/so-impl-ld.exp: new file.
16243 * gdb.base/so-indr-cl.c: new file.
16244 * gdb.base/so-indr-cl.exp: new file.
16245 * gdb.base/varargs.exp: new file.
16246 * gdb.base/volatile.exp: new file.
16247 * gdb.base/whatis-exp.exp: new file.
16248 * gdb.base/display.exp: new file.
16249 * gdb.c++/derivation.exp: new file.
16250 * gdb.c++/local.exp: new file.
16251 * gdb.c++/member-ptr.exp: new file.
16252 * gdb.c++/overload.exp: new file.
16253 * gdb.c++/ovldbreak.exp: new file.
16254 * gdb.c++/ref-types.exp: new file.
16255 * gdb.c++/ref-types2.exp: new file.
16256 * gdb.c++/userdef.exp: new file.
16257
16258 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
16259
16260 * gdb.base/default.exp: Reflect wording change in remote.c.
16261
16262 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
16263
16264 * gdb.base/help.exp: Update to reflect current text.
16265
16266 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
16267
16268 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
16269 they're stack variables and contain garbage.
16270 * gdb.c++/anon-union.exp: new file.
16271
16272 The following changes were made by David Taylor
16273 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16274 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16275 in changes by HP.
16276
16277 * gdb.base/bitops.exp: new file.
16278 * gdb.base/default.exp: change expected messages for catch and
16279 info catch tests to reflect HP merge changes.
16280 * gdb.base/enable-disable-break.exp
16281 * gdb.base/ending-run.c: new file.
16282 * gdb.base/long_long.c: new file.
16283 * gdb.base/maint.exp: new file.
16284 * gdb.base/pointers2.exp: new file.
16285 * gdb.base/shlib-call2.exp: new file.
16286 * gdb.base/solib.exp: new file.
16287 * gdb.base/step-test.c: new file.
16288 * gdb.c++/anon-union.cc: new file.
16289 * gdb.c++/local.cc: new file.
16290 * gdb.c++/member-pointer.cc: new file.
16291 * gdb.c++/method.cc: new file.
16292 * gdb.c++/ref-types.cc: new file.
16293 * gdb.c++/ref-types2.cc: new file.
16294 * gdb.c++/userdef.cc: new file.
16295
16296 * gdb.base/scope.exp: compile one file at a time, then link.
16297 * gdb.base/langs.exp: ditto.
16298 * gdb.base/list.exp: ditto.
16299
16300 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
16301
16302 The following changes were made by David Taylor
16303 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16304 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16305 in changes by HP.
16306
16307 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
16308 skip tests. When compiling pass c++ flag to gdb_compile.
16309 * gdb.c++/
16310
16311 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
16312 test for on hppa*-*-hpux*; use args to see if c++ was specified.
16313 (skip_hp_tests): new function.
16314 (gdb_preprocess): new function.
16315
16316 * configure.in (hpdir): decide whether to configure gdb.hp.
16317 * configure: regenerated.
16318
16319 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
16320 to delete on clean.
16321 (EXECUTABLES): update to reflect new additions.
16322 * gdb.base/commands.exp: update message expected.
16323 * gdb.base/default.exp: add copyright notice.
16324 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
16325 * gdb.base/help.exp: update messages to reflect current text.
16326 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
16327 targets for recurse tests.
16328 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
16329 skip this file.
16330
16331 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
16332 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
16333 compilation.
16334 * gdb.c++/misc.exp: ditto.
16335 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
16336 run the tests. tell gdb_compile that it's a c++ compilation.
16337
16338 * gdb.threads/pthreads.exp: fix typo in message.
16339
16340 * gdb.base/all-bin.exp: new file.
16341 * gdb.base/arithmet.exp: new file.
16342 * gdb.base/assign.exp: new file.
16343 * gdb.base/completion.exp: new file.
16344 * gdb.base/cond-expr.exp: new file.
16345 * gdb.base/condbreak.exp: new file.
16346 * gdb.base/define.exp: new file.
16347 * gdb.base/dollar.exp: new file.
16348 * gdb.base/environment.exp: new file.
16349 * gdb.base/eval-skip.exp: new file.
16350 * gdb.base/jump.exp: new file.
16351 * gdb.base/logical.exp: new file.
16352 * gdb.base/pointers.exp: new file.
16353 * gdb.base/relational.exp: new file.
16354 * gdb.base/section_command.exp: new file.
16355 * gdb.base/whatis-expr.exp: new file.
16356
16357 * gdb.base/all-types.c: new file.
16358 * gdb.base/call-array-struct.c: new file.
16359 * gdb.base/call-return-struct.c: new file.
16360 * gdb.base/call-strings.c: new file.
16361 * gdb.base/callfuncs2.c: new file.
16362 * gdb.base/condbreak.c: new file.
16363 * gdb.base/constvars.c: new file.
16364 * gdb.base/display.c: new file.
16365 * gdb.base/int-type.c: new file.
16366 * gdb.base/jump.c: new file.
16367 * gdb.base/miscexprs.c: new file.
16368 * gdb.base/pointers.c: new file.
16369 * gdb.base/pointers2.c: new file.
16370 * gdb.base/shmain.c: new file.
16371 * gdb.base/shr1.c: new file.
16372 * gdb.base/shr2.c: new file.
16373 * gdb.base/solib.c: new file.
16374 * gdb.base/solib1.c: new file.
16375 * gdb.base/solib2.c: new file.
16376 * gdb.base/varargs.c: new file.
16377 * gdb.c++/derivation.cc: new file.
16378 * gdb.c++/overload.cc: new file.
16379 * gdb.c++/ovldbreak.cc: new file.
16380 * gdb.hp/attach.c: new file.
16381 * gdb.hp/attach2.c: new file.
16382 * gdb.hp/average.c: new file.
16383 * gdb.hp/compiler.c: new file.
16384 * gdb.hp/compiler.cc: new file.
16385 * gdb.hp/execd-program.c: new file.
16386 * gdb.hp/follow-exec.c: new file.
16387 * gdb.hp/follow-fork.c: new file.
16388 * gdb.hp/follow-vfork-and-exec.c: new file.
16389 * gdb.hp/misc-hp.cc: new file.
16390 * gdb.hp/more-steps.c: new file.
16391 * gdb.hp/optimize.c: new file.
16392 * gdb.hp/quicksort.c: new file.
16393 * gdb.hp/run-hp.c: new file.
16394 * gdb.hp/start-stop.c: new file.
16395 * gdb.hp/sum.c: new file.
16396 * gdb.hp/templates-hp.cc: new file.
16397 * gdb.hp/thread-local-in-lib.c: new file.
16398 * gdb.hp/thread-local-in-lib.h: new file.
16399 * gdb.hp/thread-local-in-lib.lib.c: new file.
16400 * gdb.hp/vforked-program.c: new file.
16401 * gdb.hp/virtfunc-hp.cc: new file.
16402 * gdb.hp/watchpoint-hp.c: new file.
16403 * gdb.hp/xdb.c: new file.
16404 * gdb.hp/xdb0.c: new file.
16405 * gdb.hp/xdb0.h: new file.
16406 * gdb.hp/xdb1.c: new file.
16407
16408 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
16409
16410 The following change was made by Edith Epstein
16411 <eepstein@cygnus.com> as part of a project to merge in changes
16412 originally made by HP; HP did not create ChangeLog entries.
16413
16414 * gdb.c++/demangle.exp: changed the expected output for some
16415 ARM-style mangling -- removed second reference to datatype.
16416 For example, maint demangle __dt__11T1__pt__2_cFv
16417 T1<char>::~T1<char>(void)
16418 becomes,
16419 maint demangle __dt__11T1__pt__2_cFv
16420 T1<char>::~T1(void)
16421
16422 (test_hp_style_demangling): new hp specific demangling test cases.
16423
16424 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
16425
16426 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
16427 * gdb.trace/backtrace.exp: Likewise.
16428 * gdb.trace/circ.exp: Likewise.
16429 * gdb.trace/collection.exp: Likewise.
16430 * gdb.trace/deltrace.exp: Likewise.
16431 * gdb.trace/infotrace.exp: Likewise.
16432 * gdb.trace/limits.exp: Likewise.
16433 * gdb.trace/packetlen.exp: Likewise.
16434 * gdb.trace/passc-dyn.exp: Likewise.
16435 * gdb.trace/passcount.exp: Likewise.
16436 * gdb.trace/report.exp: Likewise.
16437 * gdb.trace/save-trace.exp: Likewise.
16438 * gdb.trace/tfind.exp: Likewise.
16439 * gdb.trace/tracecmd.exp: Likewise.
16440 * gdb.trace/while-dyn.exp: Likewise.
16441 * gdb.trace/while-stepping.exp: Likewise.
16442
16443 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
16444
16445 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
16446
16447 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
16448
16449 From Brendan Kehoe:
16450 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
16451 int return types.
16452
16453 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
16454
16455 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
16456 remote dos host testing right.
16457
16458 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
16459
16460 * gdb.base/corefile.exp: remove some xfails.
16461
16462 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
16463
16464 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
16465 have different timestamps.
16466
16467 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
16468
16469 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
16470 gdb.base/default.exp: Replace "exec" with "executable".
16471
16472 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
16473
16474 * gdb.base/default.exp: Change else if to elseif from previous
16475 delta.
16476
16477 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
16478
16479 * gdb.base/default.exp: Add brace missing from previous delta.
16480
16481 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
16482
16483 * gdb.base/default.exp: Support test for info float for all
16484 varieties of arm toolchain.
16485
16486 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
16487
16488 * gdb.trace/*.exp: remove "remote_download" command.
16489
16490 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
16491
16492 * gdb.trace/*.exp: remove -gdwarf from compile.
16493
16494 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
16495
16496 * gdb.trace/configure.in(AC_INIT): typo
16497 * gdb.trace/configure: regenerated
16498
16499 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
16500
16501 * config/m68k-emc.exp: New file.
16502 * lib/<emc-support.exp trace-support.exp}: New files.
16503 * configure.in: add new test directory gdb.trace.
16504 * gdb.trace/{configure configure.in Makefile.in}: New files.
16505 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
16506 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
16507 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
16508 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
16509 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
16510 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
16511 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
16512
16513 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
16514
16515 * gdb.c++/classes.exp: Change all regular expressions to match
16516 arbitrary combinations of newline/carriage-return, so that they
16517 will work equally well on Unix and Windows.
16518 * gdb.c++/inherit.exp: ditto.
16519 * gdb.c++/virtfunc.exp: ditto.
16520
16521 1998-08-11 Dawn Perchik <dawn@cygnus.com>
16522
16523 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
16524
16525 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
16526
16527 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
16528 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
16529 to use a0-a3/d0-d3 as needed.
16530
16531 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
16532
16533 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
16534 * gdb.disasm/am33.exp: Corresponding changes.
16535
16536 1998-07-11 Felix Lee <flee@cygnus.com>
16537
16538 * gdb.base/callfuncs.exp: add cmp10 test.
16539 * gdb.base/callfuncs.c (cmp10): new function.
16540
16541 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
16542
16543 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
16544 into two parts to get around a synchronization problem in expect.
16545
16546 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
16547
16548 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
16549
16550 * configure.in: Add options for gdbtk testsuite.
16551
16552 * configure: Regenerate.
16553
16554 * gdb.gdbtk: New directory to hold gdbtk tests.
16555
16556 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16557
16558 * gdb.fortran/types.exp: Escape brackets in expect patterns
16559 for test_float_literal_types_accepted tests.
16560 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
16561 before run test.
16562
16563 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
16564
16565 * am33.exp: Just compile, do not link the testcase.
16566 * am33.s: Add ".am33" pseudoop to force am33 mode.
16567
16568 1998-06-25 Felix Lee <flee@cygnus.com>
16569
16570 * gdb.base/setshow.exp: make sure $pc is sane.
16571
16572 * gdb.stabs/weird.exp: split expect patterns properly.
16573
16574 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
16575
16576 * gdb.disasm/am33.s: New disassembler testfile for the am33.
16577 * gdb.disasm/am33.exp: Run it.
16578
16579 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
16580
16581 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
16582 match processing (and eliminate spurious timeouts when running).
16583
16584 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
16585
16586 * gdb.base/signals.exp (test_handle_all_print): put back Mach
16587 exception test, but conditionalize it on target [mach | gnu].
16588
16589 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
16590
16591 * gdb.base/overlays.exp: fixup compile line for linker script.
16592
16593 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
16594
16595 * gdb.fortran/types.exp: don't guess at float size.
16596
16597 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
16598
16599 * gdb.base/exprs.exp: delete test that depends on int size.
16600
16601 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
16602
16603 * config/sim.exp: Removed checks for target triplets.
16604 (gdb_target_sim): Use gdb,target_sim_options.
16605
16606 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
16607
16608 * gdb.base/reread.exp: New file.
16609 * gdb.base/reread1.c: New file.
16610 * gdb.base/reread2.c: New file.
16611
16612 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
16613
16614 * config/sim.exp: Use 'target sim -sparclite' when running
16615 SPARClite programs.
16616
16617 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
16618
16619 * gdb.base/structs2.exp: New file.
16620 * gdb.base/structs2.c: New file.
16621
16622 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
16623
16624 * gdb.asm/common.inc: New file.
16625 * gdb.asm/d10v.inc: New file.
16626 * asm-source.exp: Pass -I's to gas to find .inc files.
16627 Update line numbers in expected output.
16628 * asmsrc1.s: Rewrite.
16629 * asmsrc2.s: Rewrite.
16630 * configure.in: Create arch.inc symlink.
16631 * configure: Regenerate.
16632 * Makefile.in (distclean): Delete arch.inc.
16633
16634 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
16635
16636 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
16637 (t_enum_value2): ditto
16638 (t_enum_value3): ditto
16639 (main): ditto
16640 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16641
16642 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
16643 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
16644 change.
16645 Use gdb_test instead of send_gdb/gdb_expect sequences.
16646
16647 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
16648
16649 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
16650 not void.
16651
16652 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
16653
16654 * gdb.base/branches.c: Code with lots of loops and
16655 subroutines. Used to test gdbs ability to single step through PC
16656 changes, especially to test mips-tdep.c:mips_next_pc
16657
16658 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
16659
16660 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
16661 more rigorous EGCS C++ error checking.
16662
16663 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16664
16665 * gdb.base/help.exp: Clean up `help set args' and `help show args'
16666 tests.
16667 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
16668 function when asleep.
16669 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
16670 for i*86 Linux and SVR4 signal handling problems.
16671 Remove linux xfail for `next to handler in signals_tests_1', fixed
16672 by recent infrun.c change.
16673 Limit backtrace to 10 frames to avoid timeout problems with infinite
16674 stack backtraces.
16675 Adjust expect pattern in `handle all print' test to match Apr 28 1997
16676 target.[ch] change.
16677
16678 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
16679
16680 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
16681 for a newline from gdb before continuing.
16682 (default_gdb_exit): Just look for y or n.
16683 (gdb_test): Detect abnormal exit from GDB running on DOS; if
16684 it does, fail the rests of the tests in the file.
16685
16686 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
16687
16688 * config/cygmon.exp: New file.
16689
16690 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
16691
16692 * gdb.base/list.exp: Fix problem with "list default lines around
16693 main" test on remote targets.
16694
16695 * gdb.base/scope.exp: Fix problem with filelocal_bss before
16696 run test on remote targets.
16697
16698 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
16699
16700 * gdb.asm: New directory.
16701 * configure.in: Configure it.
16702 * configure: Regenerate.
16703 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
16704 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
16705
16706 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
16707
16708 * config/mn10300-eval.exp: New file to support MN10300 eval board.
16709
16710 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
16711
16712 * gdb.base/overlays (several files): Merge the two overlay
16713 managers into one. Change variables (foox, barx, bazx, grbxx)
16714 back into ints but force them to load in their proper sections.
16715
16716 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
16717
16718 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
16719 on-chip insn memory and IMAP1 to upper 128k.
16720 (D10VCopy): Handle memory regions crossing 16k boundaries.
16721 (D10VCopy): Transfer data in 32 bit chunks.
16722
16723 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
16724
16725 * gdb.base/overlays.c (main): Exit normally when result is
16726 correct.
16727
16728 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
16729 map. Include space for printf in .text segment.
16730
16731 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
16732 updated d10v memory VMA/LMA map.
16733 (D10VCopy): Call D10VTranslate.
16734
16735 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
16736
16737 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
16738
16739 * gdb.base/bar.c (barx, bar): Change variable to small array so
16740 that it won't be put into the .sdata - small data -
16741 section. Update reference.
16742 * gdb.base/baz.c (bazx, baz): Ditto.
16743 * gdb.base/foo.c (foox, foo): Ditto.
16744 * gdb.base/grbx.c (grbxx, grbx): Ditto.
16745
16746 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
16747 to be arrays.
16748
16749 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
16750
16751 * gdb.base/overlays.exp: fix up and get working again.
16752 Add tests for backtraces from an overlay function.
16753
16754 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
16755
16756 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
16757 "calling function with watchpoint enabled".
16758
16759 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
16760
16761 * gdb.base/break.exp (test_next_with_recursion): Remove
16762 gdb_suppress_tests for d10v-*-*.
16763 * lib/gdb.exp (gdb_suppress_tests): Disable this function
16764 pending review of whether it is useful or not.
16765
16766 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
16767
16768 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
16769
16770 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
16771
16772 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
16773 * config/dve.exp: New file to support Densan boards.
16774
16775 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
16776
16777 * gdb.base/interrupt.exp: Document problem of simulators, signals,
16778 reads and BSD.
16779
16780 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
16781
16782 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
16783 response.
16784
16785 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
16786
16787 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
16788
16789 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
16790 test.
16791
16792 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
16793 target_sizeof_long and target_bigendian_p.
16794 (structs_by_value, structs_by_reference): Check values according
16795 to targets word size and endianess.
16796
16797 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
16798
16799 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
16800 output.
16801
16802 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
16803
16804 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
16805 Update test of set args help to match source change.
16806
16807 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
16808
16809 * gdb.base/default.exp: Expect help system output to be in
16810 alphabetical order.
16811 * gdb.base/help.exp: Ditto.
16812
16813 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
16814
16815 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
16816 "i*86-pc-linux-gnu*".
16817 * gdb.base/interrupt.exp: Ditto.
16818 * gdb.base/corefile.exp: Ditto.
16819
16820 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
16821 define vxworks when building the testcase.
16822
16823 * gdb.base/ptype.exp: Fix testnames to be unique.
16824 * gdb.base/radix.exp: Ditto.
16825 * gdb.base/term.exp: Ditto.
16826 * gdb.base/whatis.exp: Ditto.
16827 * gdb.c++/classes.exp: Ditto.
16828
16829 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
16830
16831 * gdb.base/callfuncs.exp: Fix indentation.
16832
16833 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
16834 suppress_flag has been set.
16835 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
16836 target feature.
16837
16838 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
16839
16840 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
16841 the testcase.
16842
16843 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
16844 set_debug_traps() and breakpoint().
16845 * gdb.c++/misc.cc (main): Ditto.
16846 * gdb.c++/templates.cc (main): Ditto.
16847 * gdb.c++/virtfunc.cc (main): Ditto.
16848
16849 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
16850
16851 * lib/gdb.exp(gdb_step_for_stub): New function.
16852 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
16853 exists, reload the executable and do a "continue" instead of
16854 doing a jump.
16855 (runto_main): Use gdb_step_for_stub.
16856
16857 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
16858 tests to have unique names.
16859 * gdb.base/callfuncs.exp: Ditto.
16860 * gdb.base/commands.exp: Ditto.
16861 * gdb.base/default.exp: Ditto.
16862 * gdb.base/help.exp: Ditto.
16863 * gdb.base/list.exp: Ditto.
16864 * gdb.base/opaque.exp: Ditto.
16865 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
16866 similar tests.
16867
16868 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
16869 * gdb.c++/cplusfuncs.cc: Ditto.
16870 * gdb.c++/virtfunc.cc: Ditto.
16871
16872 * config/monitor.exp: Keep track of the last file we saw, rather
16873 than trying to get the info from gdb.
16874
16875 * gdb.fortran/types.exp: Move comment to previous line.
16876
16877 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
16878
16879 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
16880 target mode.
16881
16882 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
16883
16884 From Bob Manson:
16885 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
16886 string from GDB when it connects.
16887
16888 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
16889
16890 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
16891
16892 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
16893 if we can't get a debug format from GDB (we may be testing an
16894 older GDB). Use a 10 second timeout when checking for the format.
16895
16896 * gdb.stabs/weird.exp: Fix quoting.
16897
16898 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
16899
16900 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
16901
16902 * config/arm-ice.exp: New file.
16903
16904 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
16905
16906 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
16907 until it has been modified to work with the new testsuite.
16908
16909 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
16910 testcase won't compile, cause all of the testcases in the file to
16911 fail instead.
16912
16913 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
16914 (gdb_clear_suppressed): New procedure.
16915 (gdb_stop_suppressing_tests): Only clear suppress_flag if
16916 it contains a positive value.
16917
16918 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
16919
16920 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
16921
16922 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
16923
16924 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
16925
16926 * lib/gdb.exp (setup_xfail_format): New function.
16927 (get_debug_format): New function to get debug format.
16928 (debug_format): New global variable to hold last value set
16929 by get_debug_format.
16930 * gdb.base/list.exp: Call get_debug_format and expect some
16931 tests to fail for DWARF 1 and COFF formats.
16932 * gdb.c++/ptype.exp: Ditto.
16933 * gdb.c++/classes.exp: Ditto.
16934 * gdb.c++/cplusfuncs.exp: Ditto.
16935 * gdb.c++/inherit.exp: Ditto.
16936 * gdb.c++/templates.exp: Ditto.
16937 * gdb.c++/virtfunc.exp: Ditto.
16938
16939 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
16940
16941 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
16942 host doesn't have a currently-open connection.
16943
16944 * config/sparclet.exp: Cleanups and fixes to make it generic for
16945 any gdb stub target. Handle cases where gdb doesn't respond when
16946 interrupted in a sane fashion.
16947
16948 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
16949 same thing in a totally different way.
16950
16951 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
16952 setting "timeout".
16953 (gdb_start): We set the global gdb_prompt variable in
16954 default_gdb_init now.
16955
16956 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
16957
16958 * gdb.base/printcmds.exp: Fix "check for floating addition"
16959 regexp to accept results within approx +/- .01 of exact value.
16960 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
16961
16962 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
16963
16964 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
16965 properly.
16966 (gdb_expect): Add optional timeout parameter, and add timeout
16967 value to various calls.
16968 (gdb_suppress_tests): Only give one warning message per group.
16969
16970 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
16971
16972 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
16973 global variables. Handle getting a value for $timeout more
16974 gracefully.
16975
16976 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
16977
16978 * lib/gdb.exp: Close connection to remote host if gdb doesn't
16979 initialize.
16980 (default_gdb_init): New procedure; allow gdb_init to be overridden
16981 by a target configuration file.
16982 (gdb_expect): Pass the timeout to remote_expect.
16983
16984 * config/monitor.exp(gdb_load): Fix typo in regexp.
16985
16986 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
16987
16988 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
16989
16990 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
16991
16992 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
16993 here. Call gdb_target_exec before rebooting the target, to make
16994 sure the connection to the target is closed.
16995 (gdb_load): Pass the name of the executable to gdb_target_monitor.
16996 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
16997 Also detect "Timeout reading from remote" error.
16998
16999 * config/gdbserver.exp: Pass the executable being loaded to
17000 gdb_target_monitor. Don't call gdb_file_cmd here; let
17001 gdb_target_monitor do it.
17002
17003 * gdb.disasm/hppa.exp: Don't use exec_output.
17004
17005 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
17006
17007 * gdb.base/list.exp: If we're debugging a non-native target,
17008 try to set the pc register to point to the start of the
17009 program before doing the first list command.
17010
17011 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
17012 test_calls after restarting.
17013
17014 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
17015 reloading.
17016
17017 * gdb.base/watchpoint.exp: Fix typo.
17018
17019 * gdb.base/setshow.exp: Check for use_gdb_stub.
17020
17021 * gdb.base/break.exp: Fix continue until exit test for the gdb
17022 stub case.
17023 * gdb.base/langs.exp: Ditto.
17024
17025 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
17026 gdb_load_offset. If we weren't given a file to load, figure out
17027 what the current file is and use it.
17028
17029 * config/i386-bozo.exp: New file.
17030
17031 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
17032
17033 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
17034 feature.
17035
17036 * config/proelf.exp: New entry.
17037
17038 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
17039
17040 * lib/gdb.exp: Remove spurious .* patterns at the beginning
17041 of regexps.
17042
17043 * gdb.base/watchpoint.exp: Don't run the test_stepping
17044 tests if gdb can't call functions on the target.
17045
17046 * gdb.base/setshow.exp: Don't run the set prompt tests if
17047 the board has gdb_prompt set.
17048
17049 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
17050
17051 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
17052 * gdb.base/commands.exp: Likewise.
17053 * gdb.base/setshow.exp: Likewise.
17054
17055 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
17056
17057 * config/monitor.exp(gdb_start): Look for gdb_prompt target
17058 feature.
17059
17060 * config/i960.exp: New file.
17061
17062 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
17063
17064 * gdb.base/funcargs.exp: Check for gdb,short_int target
17065 feature instead of looking for explicit target triplets.
17066
17067 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
17068
17069 * gdb.base/printcmds.exp: add a couple more tests a la
17070 "p 123DEADBEEF", to check parse_number.
17071 * top.c: change "to enable to enable" to "to enable" in a couple
17072 of help strings.
17073
17074 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
17075
17076 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
17077 on the mn10300.
17078
17079 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
17080
17081 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
17082 where the test executable is run with explicit args.
17083 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
17084
17085 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
17086
17087 * gdb.base/run.c: Use FAKEARGV to build test executable that
17088 does not require a command line arg, since most simulators
17089 don't currently support passing such an arg into the simulated
17090 program.
17091 * gdb.base/commands.exp: Change tests to insert the proper
17092 value as the arg to the first recursive factorial call. Change
17093 compilation line to define FAKEARGV at compile time.
17094
17095 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
17096
17097 * gdb.base/recurse.exp: Enable these tests for the mn10300.
17098 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
17099 function with watchpoint enabled" test.
17100
17101 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
17102
17103 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
17104 Don't call gdb_test when the command doesn't return to a gdb prompt.
17105
17106 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
17107 "Tests restarted" messages.
17108
17109 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
17110
17111 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
17112
17113 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
17114
17115 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
17116 for INFO SYMBOL; add help tests for OVERLAY commands.
17117 * gdb.base/default.exp: add tests for INFO SYMBOL command;
17118 add tests for OVERLAY commands
17119 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
17120 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
17121 * gdb.base/sigall.c: add usestubs code frag
17122 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
17123
17124 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
17125
17126 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
17127 failures.
17128 (gdb_stop_suppressing_tests): Note that tests have restarted.
17129
17130 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
17131
17132 * config/h8300.exp: New file.
17133
17134 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
17135
17136 * gdb.base/setshow.exp: Check for the existence of a
17137 feature, not its value.
17138
17139 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
17140
17141 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
17142
17143 * gdb.base/scope.exp: It's now init0(), not init().
17144
17145 * gdb.base/scope0.c: For now, change init() to be init0().
17146
17147 * config/monitor.exp: Use gdb_serial in preference to serial
17148 or netport.
17149
17150 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
17151 and it's not already set.
17152
17153 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
17154
17155 * gdb.base/setshow.exp: Only test the run command if the target
17156 isn't using a stub and if it supports argument passing.
17157
17158 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
17159
17160 * config/udi.exp(gdb_start): Make sure UDICONF is set
17161 properly before starting gdb.
17162
17163 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
17164
17165 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
17166 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
17167 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
17168
17169 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
17170
17171 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
17172 specialized code to reboot the board, use remote_reboot instead.
17173
17174 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
17175
17176 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
17177
17178 * config/monitor.exp: Make sure we disconnect from the target.
17179 Also, try a reboot/reload cycle instead of failing if the
17180 load fails.
17181
17182 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
17183
17184 * gdb.base/default.exp: Don't set match_max.
17185 * gdb.base/help.exp: Ditto.
17186 * gdb.base/list.exp: Ditto.
17187 * gdb.base/signals.exp: Ditto.
17188
17189 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
17190 set, use remote_ld to download the testcase instead of
17191 the GDB loader.
17192
17193 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
17194
17195 * config/vr5000.exp: New file.
17196
17197 * config/monitor.exp(gdb_target_monitor): Add pattern for
17198 "Ending remote" to detect errors in connecting.
17199
17200 * gdb.base/setshow.exp: Add .* within auto language test.
17201
17202 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
17203 target feature.
17204
17205 * config/monitor.exp(gdb_load): Check for a failure when loading,
17206 and reboot the board if necessary.
17207
17208 * gdb.base/setvar.exp(test_set): Handle multiple prints within
17209 a set of tests. Remove print.* from the patterns being checked.
17210
17211 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
17212
17213 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
17214 refer to gdb_spawn_id.
17215
17216 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
17217 longer used.
17218 * config/sparclet.exp: Ditto.
17219 * config/sparclet-old.exp: Ditto.
17220 * config/slite.exp: Ditto.
17221 * config/sim.exp: Ditto.
17222 * gdb.base/funcargs.exp: Ditto.
17223
17224 * lib/gdb.exp:Remove references to gdb_spawn_id.
17225 (gdb_expect): Move to remote.exp.
17226
17227 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
17228
17229 * config/monitor.exp: Detect the "Couldn't establish connection"
17230 message from GDB.
17231
17232 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
17233
17234 * gdb.base/bitfields.exp: Use runto instead of explicit
17235 gdb_run_cmd/gdb_expect sequences.
17236
17237 * gdb.base/break.exp(text_next_with_recursion): Add match for
17238 gdb_expect call.
17239
17240 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
17241 We also need to handle the "A program is being debugged already"
17242 prompt from gdb. Use gdb_test to set the baud rate.
17243
17244 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
17245 to 20000. Really. I mean it.
17246
17247 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
17248
17249 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
17250 fails. If suppress_flag is set, skip perror message about not
17251 being able to send to GDB.
17252 (send_gdb): If suppress_flag is set, don't try to send commands to
17253 GDB.
17254 (gdb_expect): If suppress_flag is set, always fail immediately.
17255 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
17256 (gdb_init): Call gdb_stop_suppressing_tests.
17257 (default_gdb_exit): Ditto.
17258 (default_gdb_start): Ditto.
17259
17260 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
17261 gdb_stop_suppressing_tests as appropriate.
17262 * gdb.base/break.exp: Ditto.
17263 * gdb.base/callfuncs.exp: Ditto.
17264 * gdb.base/commands.exp: Ditto.
17265 * gdb.base/exprs.exp: Ditto.
17266 * gdb.base/funcargs.exp: Ditto.
17267 * gdb.base/list.exp: Ditto.
17268 * gdb.base/recurse.exp: Ditto.
17269 * gdb.base/scope.exp: Ditto.
17270 * gdb.base/structs.exp: Ditto.
17271 * gdb.c++/inherit.exp: Ditto.
17272
17273 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
17274
17275 * config/vr4300.exp: New file.
17276
17277 * gdb.*/*.exp: Call gdb_expect instead of expect.
17278
17279 * lib/gdb.exp(gdb_expect): New function.
17280
17281 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
17282
17283 * lib/gdb.exp(gdb_init): New function.
17284
17285 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
17286 for each individual variable set.
17287
17288 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
17289 name.
17290
17291 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
17292
17293 * gdb.base/scope.exp: Use gdb_test.
17294
17295 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
17296 aborting; the testsuite driver will do that for us (see
17297 gdb_finish). Also, use gdb_test in a few more places.
17298
17299 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
17300
17301 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
17302
17303 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
17304
17305 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
17306 and "add_tests" are not at the same address.
17307
17308 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
17309
17310 * gdb.base/ptype.exp: Use gdb_test.
17311
17312 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
17313
17314 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
17315 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
17316 left in. No longer expect them to fail.
17317
17318 * gdb.stabs/*.mt; Deleted, no longer used.
17319 * gdb.stabs/configure.in: Remove references to target makefile
17320 frags.
17321 * gdb.stabs/configure: Rebuilt.
17322
17323 * gdb.disasm/*.mt: Deleted, no longer used.
17324 * gdb.disasm/configure.in: Remove references to target makefile
17325 frags. Use "sh3.s" as the unique filename for this directory.
17326 * gdb.disasm/configure: Rebuilt.
17327
17328 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
17329 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
17330 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
17331
17332 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
17333
17334 * config/udi.exp: Use mondfe,name instead of remote_host.
17335
17336 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
17337
17338 * gdb.base/watchpoint.exp: Don't expect a failure when calling
17339 a function with a watchpoint enabled on the mn10200.
17340
17341 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
17342 before trying to create it!
17343
17344 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
17345
17346 * config/vx.exp: Use hostname instead of netport.
17347
17348 * config/vxworks.exp: New file.
17349
17350 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
17351
17352 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
17353 gdb before assuming everything worked. Send a ^C if a timeout
17354 occurs.
17355
17356 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
17357 $gdb_spawn_id directly.
17358 (gdb_run_cmd): Try _start as well as start. Use the target feature
17359 gdb,start_symbol as the symbol to start from when jumping.
17360
17361 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
17362
17363 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
17364 redundant) test.
17365
17366 * gdb.base/recurse.exp: Relax final value test for 'b' so that
17367 it doesn't lose for 16bit integer systems.
17368
17369 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
17370
17371 * gdb.fortran/types.exp: If the target doesn't support "double"
17372 data types, then expect "real" types to only be 4 bytes.
17373
17374 * gdb.c++/virtfunc.exp: Expect failure for virtual function
17375 call tests if the target doesn't support inferior function calls.
17376
17377 * gdb.base/printcmds.exp: Allow minor deviation in FP values
17378 in printf tests.
17379
17380 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
17381
17382 * gdb.base/help.exp: Disable "help set", "help show", and
17383 "help support". Simplify regexp for "help stack".
17384
17385 * gdb.base/default.exp: Set match_max to 5000 and the timeout
17386 to 60 seconds. Temporarily set match_max to 15000 around the
17387 "info copying" test.
17388
17389 * gdb.base/nodebug.exp: Don't try to do an inferior function
17390 call if the target doesn't support them.
17391 * gdb.base/printcmds.exp: Likewise.
17392 * gdb.base/setvar.exp: Likewise.
17393 * gdb.base/structs.exp: Likewise.
17394 * gdb.c++/templates.exp: Likewise.
17395 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
17396
17397 * gdb.base/recurse.exp: Enable for the mn10200.
17398
17399 * configure.in: Do configure gdb.stabs directory for *-*-elf
17400 targets.
17401 * configure: Rebuilt.
17402
17403 * gdb.base/break.exp: Check for gdb,noresults before testing
17404 exit status and/or results from the target.
17405 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
17406 * lib/gdb.exp: Remove old (now bogus) initialization of
17407 noinferior, noargs, noresults and nosignals.
17408
17409 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
17410
17411 * config/sh.exp: New file.
17412
17413 * config/slite.exp: Try to connect multiple times to the board
17414 before rebooting. Only send a "monitor run" if need_monitor_run
17415 is set.
17416
17417 * gdb.base/break.exp: Don't do the "stub continue" test if
17418 the target has gdb_stub set.
17419
17420 * gdb.base/callfuncs.exp: Increase the timeout.
17421
17422 * gdb.base/interrupt.exp: Don't even try to compile the testcase
17423 if the target has gdb,noinferiorio set.
17424
17425 * gdb.base/list.exp: Increase match_max to 10000 characters.
17426
17427 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
17428
17429 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
17430 target.
17431
17432 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
17433
17434 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
17435
17436 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
17437 trying to delete the copy of gdb. Catch the file delete so we
17438 don't die if the delete fails; also, the file should be copied to
17439 the host, not to the build.
17440
17441 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
17442
17443 * lib/gdb.exp(gdb_test): Surround the result pattern with
17444 parenthesis in case it contains multiple regexps separated
17445 with |.
17446
17447 * gdb.base/watchpoint.exp: Use gdb_test.
17448 * gdb.base/default.exp: Ditto.
17449
17450 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
17451
17452 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
17453
17454 * gdb.base/scope.exp: Use gdb_test.
17455 * gdb.c++/classes.exp: Ditto.
17456 * gdb.c++/inherit.exp: Ditto.
17457
17458 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
17459
17460 * gdb.base/crossload.exp: Don't use execute_anywhere, use
17461 remote_exec instead.
17462 * gdb.base/corefile.exp: Don't be ridiculous.
17463 * gdb.base/*.c: Add missing stub invocations.
17464
17465 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
17466
17467 * config/slite.exp: Miscellaneous fixes.
17468
17469 * lib/gdb.exp: Fix runto.
17470
17471 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
17472 the target.
17473
17474 * gdb.base/watchpoint.exp: Fix regexp.
17475
17476 * lib/gdb.exp(default_gdb_exit): Add a catch to the
17477 close and wait commands, as the descriptor may now be
17478 invalid. Always call "remote_close host".
17479
17480 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
17481
17482 Major rewrite for testsuite revision.
17483
17484 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
17485 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
17486 instead of relying on spawn_id to always contain a valid
17487 spawn id.
17488 (get_compiler_info): New procedure to build the ${binfile}.ci
17489 file, instead of replicating this in N different places.
17490 (gdb_compile): New procedure.
17491
17492 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
17493 appropriate arguments) instead of compile. Use gdb_test in a lot
17494 more places. Use send_gdb instead of send. Always run gdb_start
17495 at the start of a testcase, as this is no longer done magically.
17496
17497 config/*-gdb.exp: Rename without the -gdb suffix.
17498
17499 config/mips.exp: Use remote_close instead of exit_remote_shell.
17500 config/monitor.exp: Use target_info instead of looking at
17501 baud, timeout, etc.
17502 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
17503
17504 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17505
17506 * gdb.c++/templates.exp (test_ptype_of_templates),
17507 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
17508 Update expect patterns for destructors and assignment operators
17509 to match corresponding c-typeprint.c changes.
17510 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
17511 to destructor breakpoint test, GDB should be able to set the
17512 destructor breakpoint without specifying arguments.
17513
17514 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
17515
17516 * gdb.threads/pthreads.exp: Change result for failure to compile due
17517 to lack of pthreads runtime support from an error to simply an
17518 unsupported test, per dejagnu standards.
17519
17520 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17521
17522 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
17523 where GDB exits to reduce pattern match time.
17524 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
17525
17526 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
17527
17528 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
17529
17530 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
17531 * gdb.base/default.exp: ditto.
17532 * gdb.base/nodebug.exp: ditto.
17533 * gdb.base/printcmds.exp: ditto.
17534 * gdb.base/ptype.exp: ditto.
17535 * gdb.base/setvar.exp: ditto.
17536 * gdb.base/structs.exp: ditto.
17537 * gdb.base/setshow.c: Guard against uninitialized values of argc.
17538
17539 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
17540
17541 * configure, */configure: Rebuild with autoconf 2.12.
17542
17543 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
17544
17545 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
17546 use new i*86-pc-linux*-gnu quads.
17547 * gdb.base/corefile.exp: Ditto.
17548 * gdb.base/signals.exp: Ditto.
17549 * gdb.base/sigall.exp: Ditto.
17550 * gdb.base/interrupt.exp: Ditto.
17551
17552 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
17553 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
17554 RedHat 4.0.
17555
17556 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
17557 linux. This allows the test case to at least compile on latest
17558 linux, but still not run due to missing the threads runtime library.
17559
17560 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17561
17562 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
17563 directory to search gdb directory. Accept and step over conditional
17564 stack alignment code. Consume $prompt in failure cases.
17565 Reset timeout to $oldtimeout instead of some arbitrary value.
17566 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
17567 timeout problems with infinite stack backtraces.
17568 * gdb.base/ptype.exp (ptype struct link, union tu_link):
17569 Accept function parameters for linkfunc member.
17570
17571 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
17572
17573 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
17574 (CXXFLAGS): Remove, unreferenced.
17575 (B_OPTIONS): Add for -B options and add code to initialize with
17576 previous -B options and also add -B option to pick up cross compiled
17577 runtime.
17578 (TARGET_INCLUDES): Add for -I options and add code to initialize when
17579 doing cross compiles.
17580 (target_alias): Declare global.
17581 (xgcc): Set variable to full path of gcc in build tree. Use findfile
17582 to verify that gcc exists in build tree, and if so set CC to that
17583 gcc and to use B_OPTIONS and TARGET_INCLUDES.
17584
17585 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
17586
17587 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
17588 ptype test for anonymous union. Fixup testcase to match
17589 current gcc debug output.
17590
17591 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
17592
17593 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
17594 force argument to an unsigned long type.
17595
17596 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
17597
17598 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
17599 tests and anonymous union print/ptype tests.
17600 * gdb.base/list.exp (test_forward-search): Increase timeout by
17601 5 minutes for the "search extremely long line" case.
17602 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
17603 completely optional and that the pass/fail messages use the command as
17604 the message if that third arg is a null string.
17605 (gdb_test_exact): Arrange that a null string pattern means match a
17606 null string output rather than any output, which might include random
17607 errors.
17608 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
17609 backtrace test.
17610 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
17611 always failing and failure is now exposed by gdb.exp changes.
17612
17613 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
17614
17615 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
17616 weren't being noted.
17617
17618 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17619
17620 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
17621 * gdb.stabs/weird.exp: Remove v_comb xfails.
17622
17623 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
17624
17625 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
17626 list.exp scope.exp watchpoint.exp]
17627 Make all timeout error msgs explicitly say "(timeout)".
17628
17629 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
17630
17631 * config/monitor.exp: Increase download timeout to 1000 seconds.
17632
17633 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
17634
17635 * config/m32r.exp: Increase timeout to 120 seconds.
17636
17637 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
17638
17639 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
17640 and accept older ordering as obsolescent gcc or gdb.
17641 * gdb.c++/templates.exp: Ditto.
17642 * gdb.c++/virtfunc.exp: Ditto.
17643
17644 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
17645
17646 * gdb.base/coremaker.c: Add code to mmap some data so we
17647 can check that it ends up in the core file.
17648 * gdb.base/corefile.exp: Add test to read mmapped data
17649 from core file.
17650
17651 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
17652
17653 * config/m32r.exp: New file.
17654
17655 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
17656
17657 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
17658 that cflags can contains -gstabs, and work correctly for other tests.
17659
17660 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
17661
17662 * gdb.base/setshow.exp: New file, tests show and set.
17663 * gdb.base/setshow.c: New file, tests show and set.
17664 * gdb.base/help.exp: Add test for help set|show annotate.
17665 * gdb.base/default.exp: Add test for set|show annotate.
17666
17667 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
17668
17669 * testsuite/gdb.base/break.exp: Make backtrace from factorial
17670 errors unique.
17671 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
17672 explicitly.
17673
17674 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
17675
17676 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
17677 and width commands. This is done elsewhere.
17678 * (gdb_start): Don't call gdb_start_sim here. That's already
17679 done in gdb_load. This fixes lots of failures in default.exp.
17680
17681 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
17682
17683 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
17684 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
17685 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
17686 in the same we we treat other failures (since it may be an expected
17687 condition), rather than as an error.
17688 * gdb.base/signals.exp (test_handle_all_print): Revert back to
17689 old test format.
17690
17691 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
17692
17693 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
17694 (distclean maintainer-clean realclean): No need to remove files
17695 twice. Nuke the duplicates.
17696 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
17697 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
17698 Remove config.h along with other config files.
17699
17700 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
17701
17702 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
17703 "p func1 ()" and note that rests of tests are skipped.
17704 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
17705 setup_xfails for "print func2::coremaker_local".
17706 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
17707 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
17708 affected by the previous run test.
17709 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
17710 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
17711 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
17712 "pass int powerset tuple" and "pass modeless int powerset tuple".
17713 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
17714 "real write 4" and "real write 8".
17715 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
17716 setup_xfails for "print vs1 after tuple assign 2",
17717 "print \$i after tuple assign 2", and
17718 "print vs2 after tuple assign 2".
17719 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
17720 meaningful error message and return -1 so the caller can
17721 suppress further tests and avoid a cascade of errors.
17722
17723 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
17724
17725 * gdb.base/a1-selftest.exp: Tweak tests to account for new
17726 format for printing version.
17727 * gdb.base/default.exp: Ditto.
17728 * gdb.base/interrupt.exp: Fix problem with cascade of
17729 errors if child process dies while calling a function.
17730
17731 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
17732
17733 * Makefile.in (VPATH): Add
17734 * Makefile.in (Makefile, config.status): Fix rules so things get
17735 remade when necessary.
17736
17737 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
17738
17739 * Makefile.in (just-check): Add path to sibling expect dir
17740 to environment variable specified by RPATH_ENVVAR.
17741
17742 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
17743
17744 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
17745 (just-check): Add shared library paths for libstdc++, tk,
17746 tcl, bfd, and opcodes to the environment variable specified
17747 in RPATH_ENVVAR.
17748 * configure.in: Add support to recognize --enable-shared flag
17749 and generate correct value for RPATH_ENVVAR.
17750 * configure: Regenerated with autoconf.
17751
17752 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
17753
17754 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
17755 include all osf versions.
17756 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
17757 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
17758 when target is linux. When failing to build pthreads test
17759 executable, give more meaningful message.
17760 * gdb.threads/pthreads.c: Hpux also uses old definition of second
17761 arg for pthread_create.
17762
17763 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
17764
17765 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
17766 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
17767 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
17768 and -lpthreads (everybody else).
17769 (test_startup): Fail gracefully if threads are not supported.
17770 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
17771 "p/c array_index("abcdef",2)" when not gcc compiled.
17772 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
17773 "print func2::coremaker_local" when not gcc compiled.
17774 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
17775 "ptype on opaque struct tagname (statically)",
17776 "ptype on opaque struct tagname (dynamically) 1", and
17777 "ptype on opaque struct tagname (dynamically) 2"
17778 for not compiled with gcc.
17779 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
17780 backtrace when compiled with gcc.
17781 * lib/gdb.exp (runto_main): Return result of "runto main" rather
17782 than always return success.
17783
17784 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
17785
17786 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
17787
17788 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
17789
17790 * gdb.base/structs.exp: Undo last change.
17791
17792 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
17793
17794 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
17795 encapsulate all the steps/nexts done during self test, starting
17796 at main, and makes them less sensitive to optimization issues.
17797 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
17798 signal handler" test.
17799 * gdb.threads/pthreads.exp: Only run this for native configs.
17800 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
17801 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
17802 tests.
17803 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
17804 for "runto test_calls(void)" test.
17805
17806 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
17807
17808 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
17809 and don't expect address info in breakpoint confirmations.
17810
17811 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
17812
17813 * gdb.base/list.exp (test_forward_search): Increase timeout
17814 temporarily by 60 seconds for searching extremely long line,
17815 and then reset to old value when done. Increase expect input
17816 buffer to 10000.
17817
17818 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
17819
17820 * gdb.base/list.exp (test_forward_search): Fix to handle very
17821 long source line without overflowing expect's input buffer.
17822
17823 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
17824
17825 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
17826 "buffer_full".
17827
17828 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
17829 "buffer_full".
17830
17831 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
17832 "buffer_full".
17833
17834 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
17835 "buffer_full".
17836
17837 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
17838
17839 * configure.in (configdirs): Add gdb.threads.
17840 * configure: Regenerated with autoconf.
17841 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
17842 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
17843 * gdb.threads/configure: New, generated with autoconf.
17844
17845 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
17846
17847 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
17848
17849 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
17850
17851 * gdb.base/signals.exp (test_handle_all_print): Test separately for
17852 each signal's status in the output of "handle all print".
17853 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
17854 the \r\n sequence that immediately precedes the gdb prompt.
17855 * gdb.base/a1-selftest.exp: Save original timeout and restore
17856 after test.
17857
17858 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
17859
17860 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
17861 symbol.
17862
17863 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17864
17865 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
17866
17867 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
17868
17869 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
17870 timeout by 60 seconds.
17871
17872 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
17873
17874 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
17875 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
17876 error return.
17877
17878 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
17879
17880 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
17881 gdb initialization, also report how long dejagnu waited. Restore
17882 old timeout before doing error return. Temporarily increase timeout
17883 by 3 minutes to allow for slow startups over heavy NFS use.
17884
17885 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
17886
17887 * lib/gdb.exp: Report timeout value for verbosity level 2.
17888 * config/gdbserver.exp: Ditto.
17889 * config/hppro.exp: Ditto.
17890 * config/mips-gdb.exp: Ditto.
17891 * config/monitor.exp: Ditto.
17892 * config/netware.exp: Ditto.
17893 * config/sim-gdb.exp: Ditto.
17894 * config/slite-gdb.exp: Ditto.
17895 * config/udi-gdb.exp: Ditto.
17896 * config/unix-gdb.exp: Ditto.
17897 * config/vx-gdb.exp: Ditto.
17898 * gdb.base/a1-selftest.exp: Ditto.
17899 * gdb.base/a2-run.exp: Ditto.
17900 * gdb.base/break.exp: Ditto.
17901 * gdb.base/corefile.exp: Ditto.
17902 * gdb.base/list.exp: Ditto.
17903 * gdb.base/recurse.exp: Ditto.
17904 * gdb.base/scope.exp: Ditto.
17905 * gdb.base/signals.exp: Ditto.
17906
17907 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17908
17909 * gdb.threads/Makefile.in (docdir): Removed.
17910
17911 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17912
17913 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
17914 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
17915 @srcdir@.
17916 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
17917 autoconf 2.5 or higher.
17918 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
17919
17920 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
17921
17922 * configure: Regenerated.
17923 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
17924 avoid name clashes with SunOS headers.
17925
17926 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
17927
17928 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
17929
17930 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
17931
17932 * gdb.base/callfuncs.exp: Finish last change -- make sure the
17933 prototype information ends up in the compiler info file.
17934
17935 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
17936
17937 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
17938 attempting to regenerate it. Eliminate use of a temporary file
17939 and just generate the info file directly. Source it immediately,
17940 for consistency of use.
17941 * gdb.base/corefile.exp: Ditto
17942 * gdb.base/exprs.exp: Ditto.
17943 * gdb.base/funcargs.exp: Ditto.
17944 * gdb.base/langs.exp: Ditto.
17945 * gdb.base/list.exp: Ditto.
17946 * gdb.base/mips_pro.exp: Ditto.
17947 * gdb.base/nodebug.exp: Ditto.
17948 * gdb.base/opaque.exp: Ditto.
17949 * gdb.base/ptype.exp: Ditto.
17950 * gdb.base/scope.exp: Ditto.
17951 * gdb.base/setvar.exp: Ditto.
17952 * gdb.base/signals.exp: Ditto.
17953 * gdb.base/whatis.exp: Ditto.
17954 * gdb.c++/templates.exp: Ditto.
17955 * gdb.c++/virtfunc.exp: Ditto.
17956 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
17957 whether or not to add -lstdc++ to the compile command line args.
17958
17959 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17960
17961 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
17962 it got fixed by the recent lookup_minimal_symbol_by_pc change.
17963 Increase timeout, a lot of single stepping might be needed if the
17964 target has no hardware watchpoints.
17965
17966 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
17967
17968 * gdb.base/break.exp: Ignore compiler warnings when compiling
17969 break.c.
17970 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
17971 * gdb.base/default.exp: Add h8300 xfails. Handle messages
17972 from remote-sim.
17973 * gdb.base/exprs.exp: Add h8300 xfails.
17974 * gdb.base/funcargs.exp: Likewise.
17975 * gdb.base/nodebug.exp: Likewise.
17976 * gdb.base/printcmds.exp: Likewise.
17977 * gdb.base/ptype.exp: Likewise.
17978 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
17979 h8300 xfails.
17980 * gdb.base/return.exp: Handle float/double precision problems
17981 on the h8300.
17982 * gdb.base/funcargs.c: Explicitly make last constant argument to
17983 call_after_alloca_subr an unsigned long type.
17984 * gdb.base/return.c: Include stdio.h.
17985
17986 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17987
17988 * config/abug.exp: New file for the older Motorola Bug monitor
17989 that runs on the mvme13x series VME boards.
17990 * config/monitor.exp: Use the new config array for target settings
17991 if they exist.
17992
17993 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
17994
17995 * sim-gdb.exp: Make the SH simulator allocate less space when
17996 it is targeted.
17997
17998 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
17999
18000 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
18001 test.
18002
18003 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
18004
18005 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
18006 "rs6000-*-*" for "list function in include file" when gcc compiled.
18007 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
18008 for "p ctable1[120]".
18009 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
18010 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
18011 Remove setup_xfail for "rs6000-*-*" for
18012 "print 'scope0.c'::filelocal before run".
18013 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
18014 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
18015 since some compilers don't allow both options to be given
18016 on the same command line. Create object file and move it.
18017
18018 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
18019
18020 * gdb.base/corefile.exp: Always regenerate the core file, since
18021 we always regenerate the coremaker program. Detect special case
18022 where registers cannot be read from core file.
18023
18024 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
18025
18026 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
18027 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
18028 * gdb.c++/templates.exp: Only match on basename of file since
18029 some formats like xcoff don't encode directory information.
18030 * gdb.stabs/weird.exp: Use the right sed script for powerpc
18031 and rs6000 AIX xcoff targets.
18032 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
18033 * configure: Regenerate.
18034 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
18035 here, rather than in distclean.
18036
18037 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
18038
18039 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
18040 defined, and use it to compile the test case with -O2. The
18041 native compilation still uses no optimization.
18042 * gdb.base/mips_pro.c: Remove inline assembly code since
18043 it is compiled PIC by default, which results in assembler
18044 warnings that make the testsuite think the compilation
18045 was unsuccessful.
18046
18047 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
18048
18049 * gdb.c++/misc.exp: Add note to message for
18050 "print s.a for foo struct" that this is a known gcc 2.7.2
18051 and earlier bug.
18052
18053 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
18054
18055 * gdb.base/break.exp: Fix pattern for matching "Delete all
18056 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
18057 setup_xfail for deleting all breakpoints test. Fix various
18058 timeout messages to include "(timeout)".
18059 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
18060 for "p t_float_values2(3.14159,float_val2)".
18061 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
18062 for "continue to call2g" when gcc compiled.
18063 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
18064 "up to foo in langs.exp", "show language at foo in langs.exp",
18065 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
18066 and "show language at fsub in langs.exp".
18067 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
18068 "list line 1 in include file", "list message for lines past EOF",
18069 "list function in include file", "list list0.h:foo", and
18070 "list filename:function; nonexistant function".
18071 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
18072 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
18073 and "ptype t_char_array" to be for native cc only.
18074
18075 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
18076
18077 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
18078 setup_xfail for "print coremaker_bss", "print coremaker_ro",
18079 "print func2::coremaker_local", and "backtrace in corefile.exp".
18080
18081 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
18082
18083 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
18084 "bt in signals.exp". This problem only appears when running
18085 the testsuite, and then only intermittently.
18086
18087 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18088
18089 * gdb.base/return.exp (return_tests): Differentiate between
18090 two tests of continuing.
18091
18092 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
18093
18094 * */Makefile.in (maintainer-clean): Remove config.log.
18095 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
18096 * gdb.c++/Makefile.in (PROGS): Add inherit.
18097 (clean): Remove *.ci.
18098
18099 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
18100
18101 * gdb.c++/misc.cc: Add test code from Mike Stump.
18102 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
18103
18104 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
18105
18106 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
18107 to "alpha-*-osf2*" and add comment.
18108 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
18109 setup_xfail for "step over execarg initialization" and
18110 "step over corearg initialization".
18111 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
18112 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
18113 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
18114 gcc compiled for "print coremaker_bss", "print coremaker_ro",
18115 "print func2::coremaker_local", and "backtrace in corefile.exp".
18116 * gdb.base/signals.exp: Build and source signals.ci.
18117 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
18118 to be for gcc only.
18119 * lib/gdb.exp: Move verbose statements outside conditionals.
18120
18121 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18122
18123 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
18124 Feb 3 procfs.c change.
18125
18126 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
18127
18128 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
18129
18130 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
18131
18132 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
18133 from dejagnu's apparent default of 10 seconds, which gives random
18134 results when running the tests over NFS on moderately loaded systems.
18135 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
18136
18137 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
18138
18139 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
18140 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
18141 result reports.
18142
18143 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
18144
18145 * configure.in (CY_AC_PATH_TCLH): Remove.
18146 * configure: Regenerate.
18147
18148 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
18149
18150 * gdb.c++/Makefile.in (clean): Add missing '{'.
18151
18152 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
18153
18154 * lib/gdb.exp: Provide a default value for noinferior.
18155
18156 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
18157 Load libgloss.exp.
18158
18159 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
18160
18161 * gdb.disasm/hppa.exp: Compile directly into an executable, use
18162 the executable, not the .o to run the tests from.
18163
18164 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
18165
18166 * gdb.base/break.exp: Don't test for program exit or exit status
18167 if $noresults if nonzero.
18168 * gdb.base/langs.exp: Likewise.
18169 * gdb.base/watchpoint.exp: Likewise.
18170
18171 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
18172 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
18173 trying to compile the testcase.
18174
18175 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
18176
18177 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
18178 * gdb.base/signals.exp (continue to handler): Likewise.
18179
18180 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
18181
18182 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
18183
18184 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
18185
18186 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
18187
18188 * gdb.base/corefile.exp: Recognize "not found" as failure
18189 when trying to determine if a core file was generated.
18190 If no core file was generate the first time, try again without
18191 the ulimit -c to work around braindamaged shells.
18192
18193 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
18194
18195 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
18196 [] tests with "test" and enclose string in quotes.
18197 * gdb.stabs/configure: Rebuild
18198
18199 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
18200
18201 Changes in sync with expect:
18202 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
18203 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
18204 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
18205 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
18206 argument to AC_REQUIRE.
18207 * configure: Regenerated.
18208
18209 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
18210
18211 * gdb.base/corefile.exp: When generating a core, discard any
18212 error messages about ulimit not found and the "core dumped"
18213 message from the shell that runs the coredumper.
18214
18215 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
18216
18217 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
18218
18219 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
18220 which sed script to run. Expect failure for v_comb test
18221 on PA targets too.
18222
18223 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
18224
18225 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
18226 "print func2::coremaker_local" and for "backtrace in corefile.exp"
18227
18228 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
18229
18230 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
18231 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
18232 "sparc-sun-solaris*" xfails for "p v_comb".
18233 * lib/gdb.exp (default_gdb_start): Fix typo.
18234 * gdb.base/corefile.exp: Allow "Core was generated by ..."
18235 messages to not include the full program name that caused
18236 the core dump since some systems (such as solaris) apparently
18237 truncate this path to about 80 characters.
18238 When generating a core file first try increasing the core file
18239 size limit to unlimited since some systems may default it to
18240 zero, and it is harmless to try it. Move the test for failing
18241 to generate a core file to where it will actually get executed.
18242 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
18243 new gdb result from g++ debug info improvements and make old
18244 pattern obsolescent. Also account for size_t differences
18245 (may be int or long).
18246 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
18247 initialization before function call is placed in the delay slot
18248 and thus appears to be skipped over by commands such as "next".
18249
18250 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18251
18252 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
18253
18254 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
18255
18256 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
18257 input source file; fix code to compile test to deal with this
18258 convention.
18259 * gdb.c++/*.exp: Likewise.
18260
18261 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
18262
18263 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
18264 "bt in signals.exp".
18265
18266 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
18267
18268 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
18269 "step over execarg initialization" and
18270 "step over corearg initialization".
18271
18272 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
18273
18274 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
18275 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
18276
18277 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
18278
18279 From Rob Savoye (rob@poseidon.cygnus.com)
18280 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
18281 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
18282 configure.in}, gdb.disasm/{Makefile.in, configure.in},
18283 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
18284 configure.in}: Major reworking for autoconfig.
18285 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
18286 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
18287 New files.
18288 * config/unix-gdb.exp: Make GDB global.
18289 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
18290 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
18291 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
18292 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
18293 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
18294 term.exp, twice.exp, watchpoint.exp, whatis.exp},
18295 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
18296 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
18297 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
18298 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
18299 pr-8136.exp, result.exp, string.exp, tuples.exp},
18300 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
18301 to returns as necessary, arrange for test to compile own testcase
18302 executable.
18303 * lib/gdb.exp: Changes for testsuite to compile own test cases.
18304
18305 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
18306
18307 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
18308 clear_xfail at end of test which might not call either pass or fail.
18309 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
18310 "backtrace through signal handler".
18311
18312 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18313
18314 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
18315 continuing from a job control stop signal.
18316 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
18317
18318 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
18319
18320 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
18321 * gdb.base/corefile.exp: Likewise.
18322 * gdb.base/funcargs.exp: Likewise.
18323
18324 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
18325
18326 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
18327 * config/monitor.exp: Add support for setting baud rate.
18328
18329 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
18330
18331 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
18332 i*86-*-linux* xfails for "backtrace through signal handler".
18333 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
18334 "print func2::coremaker_local".
18335 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
18336 alpha-dec-osf2* xfail for
18337 "delete all breakpoints when none".
18338
18339 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
18340
18341 * gdb.base/break.exp: Change test that deletes all breakpoints
18342 when no user breakpoints are installed. A post 4.15 change
18343 causes gdb to no longer prompt in this case.
18344
18345 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
18346
18347 * gdb.base/return.exp (return_tests): Change xfail for test
18348 "correct value returned double test" to stop xfailing at
18349 Solaris 2.5. Apparently the bug has been fixed.
18350
18351 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
18352
18353 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
18354 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
18355
18356 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
18357
18358 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
18359 * gdb.disasm/hppa.s: Corresponding changes.
18360
18361 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
18362
18363 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
18364 makefile fragment.
18365 * config/mt-hpux: Deleted.
18366
18367 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
18368
18369 * Many files: When warning about suppressed tests due to a
18370 nonexistant test binary, avoid incrementing the warning count.
18371
18372 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
18373
18374 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
18375
18376 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18377
18378 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
18379 "sparc-*-solaris2*".
18380
18381 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18382
18383 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
18384 Add global and local variables and initialize them.
18385 * gdb.base/corefile.exp: Test correct mapping of corefile sections
18386 by printing variables. Remove rs6000 and powerpc xfails, BFD now
18387 extracts the file name and terminating signal from the core file.
18388 * TODO: Remove note about tests for correct mapping of corefile.
18389 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
18390 from optimizing it away.
18391 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
18392 handles common blocks.
18393
18394 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
18395
18396 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
18397 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
18398
18399 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
18400
18401 * Makefile.in (maintainer-clean): New target, synonym for
18402 realclean.
18403 * gdb.base/Makefile.in (maintainer-clean): Likewise.
18404 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
18405 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
18406 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
18407 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
18408 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
18409
18410 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
18411
18412 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
18413 xfails when not gcc compiled for "print foo::funclocal".
18414 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
18415 "print foo::funclocal at foo",
18416 "print 'scope1.c'::foo::funclocal at foo",
18417 "print foo::funclocal_bss at foo",
18418 "print 'scope1.c'::foo::funclocal_bss at foo",
18419 "print foo::funclocal_ro at foo",
18420 "print 'scope1.c'::foo::funclocal_ro at foo",
18421 "print bar::funclocal at foo" and
18422 "print 'scope1.c'::bar::funclocal at foo".
18423 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
18424 gcc compiled for "print foo::funclocal at bar".
18425 Expand all messages to ensure that they identify that
18426 the test is at bar().
18427 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
18428 gcc compiled for:
18429 "ptype on opaque struct pointer (statically)",
18430 "ptype on opaque struct tagname (statically)",
18431 "ptype on opaque struct pointer (dynamically) 1",
18432 "ptype on opaque struct tagname (dynamically) 1",
18433 "ptype on opaque struct pointer (dynamically) 2" and
18434 "ptype on opaque struct tagname (dynamically) 2
18435 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
18436 gcc compiled for:
18437 "p datalocal"
18438 "whatis datalocal",
18439 "ptype datalocal",
18440 "p bsslocal",
18441 "whatis bsslocal", and
18442 "ptype bsslocal".
18443 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
18444 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
18445 when not gcc compiled.
18446 * gdb.base/funcargs.exp (float_and_integral_args): Add
18447 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
18448 compiled.
18449 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
18450 "backtrace from call6a" when not gcc compiled.
18451 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
18452 "backtrace from call7a" when not gcc compiled.
18453 * gdb.base/callfuncs.exp (do_function_calls):
18454 Add "hppa*-*-hpux*" xfail when not gcc compiled for
18455 "p t_char_array_values(char_array_val2,char_array_val1)",
18456 "p t_char_array_values(char_array_val1,char_array_val2)",
18457 "p t_char_array_values("carray 1","carray 2")",
18458 "p t_char_array_values("carray 1",char_array_val2)",
18459 "p t_char_array_values(char_array_val1,"carray 2")",
18460 "p sum_args(1,{2})",
18461 "p sum_args(2,{2,3})",
18462 "p sum_args(3,{2,3,4})",
18463 "p sum_args(4,{2,3,4,5})"
18464 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
18465 "backtrace in corefile.exp" when not gcc compiled.
18466
18467 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18468
18469 * gdb.base/signals.exp: Rewrite `handle all print' test as
18470 a procedure. Accept blanks or TABs as whitespace, increase
18471 timeout and expect input buffer size for the large output
18472 from the command. Remove "i*86-*-bsdi2.0" xfail.
18473
18474 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18475
18476 * gdb.base/setvar.exp: Add new testcases for truncation when
18477 assigning invalid values to bitfields.
18478
18479 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
18480
18481 * gdb.base/callfuncs.exp (do_function_calls): Remove
18482 mips-sgi-irix* xfail for
18483 "call inferior func with struct - returns char *"
18484 and fix test so that an optional (unsigned char *) cast is
18485 accepted in the result.
18486
18487 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
18488
18489 * gdb.base/funcargs.exp (float_and_integral_args): Remove
18490 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18491 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
18492 * gdb.base/signals.exp: Remove duplicate "handle all print" test
18493 that accidentally got checked in.
18494
18495 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
18496
18497 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
18498 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
18499 compiled test.
18500 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
18501 Add mips-sgi-irix5* xfail for not gcc compiled.
18502 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
18503 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
18504 "p top", "whatis top", "p middle", and "whatis middle".
18505 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
18506 "whatis signed char" for not gcc compiled.
18507 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
18508 "set variable signed char=-1 (-1)" and
18509 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
18510 * gdb.base/funcargs.exp (float_and_integral_args):
18511 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
18512 Add mips-sgi-irix* xfail when not gcc compiled for
18513 "continue to call2b".
18514 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
18515 "continue to call2g".
18516 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
18517 "backtrace from call6a"
18518 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
18519 "backtrace from call7k".
18520 Add mips-sgi-irix5* xfail when not gcc compiled for
18521 "backtrace from call7a".
18522 (localvars_after_alloca): Fix gdb_test cmds for
18523 "print * after runto ...".
18524 Remove rs6000-*-* xfails for
18525 "print i after runto localvars_after_alloca" and
18526 "print l after runto localvars_after_alloca"
18527 for all compilers.
18528 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
18529 when not compiled with gcc, for:
18530 "print signed char == (minus)",
18531 "print signed char != (minus)",
18532 "print signed char < (minus)",
18533 "print signed char > (minus)".
18534 * gdb.base/callfuncs.exp (do_function_calls):
18535 Add mips-sgi-irix* xfail, when compiled with native compiler, for
18536 "call inferior func with struct - returns char *".
18537 * gdb.base/return.exp (return_tests): Change xfail for
18538 "correct value returned double test" to include Solaris 2.4.
18539 * gdb.base/funcargs.exp (float_and_integral_args):
18540 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18541
18542 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18543
18544 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
18545 enumeration bitfields if compiling with GNU C.
18546 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
18547 to empty' prompt.
18548
18549 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
18550
18551 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
18552 test for PRO targets.
18553
18554 * gdb.base/funcargs.exp: Avoid ever setting more than 8
18555 breakpoints in the inferior at any given time by making
18556 two groups of breakpoints for call2*, call6* and call7*
18557 tests.
18558
18559 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18560
18561 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
18562 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
18563 from optimizing it away.
18564 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
18565 "call inferior func with struct".
18566
18567 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
18568
18569 * configure.in: Only configure gdb.chill for particular targets.
18570
18571 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
18572
18573 * gdb.base/Makefile.in: Add action to .c.o transformation
18574 rule that generates a .ci file for each .o file and remove
18575 explicit .c.o rules except for callfuncs.o.
18576 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
18577 generates a .ci file for each .o file and remove explicit
18578 .cc.o rules.
18579 (clean): Remove *.tmp *.ci files.
18580 (EXECUTABLES): Remove templ-info.exp.
18581 * gdb.base/compiler.c: New file.
18582 * gdb.c++/compiler.cc: New file
18583 * gdb.base/scope.exp: Source gdb.base/scope.ci.
18584 Change rs6000-*-* xfail for
18585 "print 'scope0.c'::filelocal_ro" and
18586 "print 'scope1.c'::filelocal" and
18587 "print 'scope1.c'::filelocal_bss" and
18588 "print 'scope1.c'::filelocal_ro" and
18589 "print 'scope1.c'::foo::funclocal" and
18590 "print 'scope1.c'::foo::funclocal_ro" and
18591 "print 'scope1.c'::bar::funclocal" and
18592 "print 'scope0.c'::filelocal_ro" and
18593 "print 'scope1.c'::filelocal at foo" and
18594 "print 'scope1.c'::filelocal_bss at foo" and
18595 "print 'scope1.c'::filelocal_ro at foo" and
18596 "print 'scope1.c'::foo::funclocal at foo" and
18597 "print 'scope1.c'::foo::funclocal_bss at foo" and
18598 "print 'scope1.c'::foo::funclocal_ro at foo" and
18599 "print 'scope1.c'::bar::funclocal at foo" and
18600 "print 'scope0.c'::filelocal_ro" and
18601 "print 'scope1.c'::filelocal" and
18602 "print 'scope1.c'::filelocal_bss" and
18603 "print 'scope1.c'::filelocal_ro" and
18604 "print 'scope1.c'::foo::funclocal" and
18605 "print 'scope1.c'::foo::funclocal_bss" and
18606 "print 'scope1.c'::foo::funclocal_ro" and
18607 "print 'scope1.c'::bar::funclocal" and
18608 "print 'scope1.c'::bar::funclocal_bss"
18609 to only be xfail'd when not compiled with gcc.
18610 Add rs6000-*-* xfail for
18611 "print 'scope0.c'::filelocal_bss before run"
18612 when compiled with gcc.
18613 (test_at_main): Add rs6000-*-* xfail for
18614 "print filelocal_ro in test_at_main"
18615 when compiled with gcc.
18616 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
18617 Add rs6000-*-aix* xfail for
18618 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
18619 "ptype t_char_array", not compiled with gcc.
18620 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
18621 xfail for "list foo (in include file)" when gcc compiled.
18622 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
18623 (integral_args): Add rs6000-*-* xfail for
18624 "run to call0a" if not compiled with gcc.
18625 (unsigned_integral_args): Add rs6000-*-* xfail for
18626 "run to call1a" if not compiled with gcc.
18627 (float_and_integral_args): Add rs6000-*-* xfail for
18628 "run to call2a" if not compiled with gcc and for
18629 "continue to call2b" for any compiler.
18630 Add rs6000-*-* xfail to
18631 "print f1 after run to call2a" for gcc compiled.
18632 (discard_and_shuffle): Add rs6000-*-* xfail for
18633 "run to call6a".
18634 (shuffle_round_robin): Add rs6000-*-* xfail for
18635 "backtrace from call7a" if not compiled with gcc.
18636 Add rs6000-*-* xfail for
18637 "backtrace from call7b" if compiled with gcc.
18638 (call_after_alloca): Add rs6000-*-* xfail for
18639 "print c in call_after_alloca" and
18640 "print s in call_after_alloca" and
18641 "backtrace from call_after_alloca_subr"
18642 if not compiled with gcc.
18643 (localvars_in_indirect_call): Add rs6000-*-* xfail for
18644 "print c in localvars_in_indirect_call" and
18645 "print c in localvars_in_indirect_call" and
18646 "backtrace in indirectly called function" and
18647 "stepping into indirectly called function"
18648 if not compiled with gcc.
18649 (localvars_after_alloca): Add rs6000-*-* xfail for
18650 "print c after runto localvars_after_alloca" and
18651 "print s after runto localvars_after_alloca" and
18652 "print i after runto localvars_after_alloca" and
18653 "print l after runto localvars_after_alloca"
18654 for all compilers.
18655 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
18656 than whatis-info.exp.
18657 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
18658 than opaque-info.exp.
18659 Setup rs6000-*-* xfail for
18660 "ptype on opaque struct pointer (statically)" and
18661 "ptype on opaque struct pointer (dynamically)" when
18662 not compiled with gcc.
18663 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
18664 rather than callf-info.exp.
18665 (do_function_calls): Add clear_xfail for rs6000-*-* for
18666 "p t_float_values2(3.14159,float_val2)". Seems to work
18667 fine there, both with xlc and gcc. Need to find out what
18668 it is doing right and fix other platforms.
18669 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
18670 "call inferior func with struct - returns int",
18671 "call inferior func with struct - returns long",
18672 "call inferior func with struct - returns float",
18673 "call inferior func with struct - returns double",
18674 "call inferior func with struct - returns char *",
18675 but only if not gcc compiled (presumes xlc compiled).
18676 Change rs6000-*-* xfails for
18677 "call inferior func with struct - returns char" and
18678 " call inferior func with struct - returns short" to only
18679 xfail if not using gcc.
18680 (clean mostlyclean): Remove *.ci and *.tmp files.
18681 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
18682 than templ-info.exp.
18683 * gdb.base/langs.exp: Source gdb.base/langs.ci.
18684 Add rs6000-*-* xfail for "up to foo in langs.exp"
18685 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
18686 when not gcc compiled.
18687
18688 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18689
18690 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
18691 * gdb.base/corefile.exp: Likewise.
18692 * gdb.base/list.exp: Likewise.
18693 * gdb.base/scope.exp: Likewise.
18694 * gdb.base/siganls.exp: Likewise.
18695
18696 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
18697 compiler output.
18698 * gdb.base/whatis.exp: Likewise.
18699
18700 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
18701
18702 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
18703 failure (opcode table has been fixed to match reality).
18704
18705 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
18706
18707 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
18708 "call inferior func with struct - returns char",
18709 "call inferior func with struct - returns short"
18710
18711 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
18712 "print 'scope0.c'::filelocal at main",
18713 "print 'scope0.c'::filelocal_bss in test_at_main",
18714 "print 'scope0.c'::filelocal at foo",
18715 "print 'scope0.c'::filelocal_bss in test_at_foo",
18716 "print 'scope0.c'::filelocal at bar",
18717 "print 'scope0.c'::filelocal_bss in test_at_bar"
18718
18719 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
18720 in source file 1". This bug seems to have been fixed with both
18721 gcc and native cc (was native assembler bug?).
18722
18723 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
18724
18725 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
18726 "backtrace through signal handler" to "i*86-*-sysv4*".
18727 * gdb.base/signals.exp: Add xfail for "'next' behaved as
18728 continue" case. Add "known SVR4 bug" to fail message.
18729 Add "i*86-*-bsdi2.0" xfail for "handle all print".
18730 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
18731 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
18732 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
18733 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
18734 "up to foo in langs.exp", "show language at foo in
18735 langs.exp", "up to cppsub_ in langs.exp", "show
18736 language at cppsub_ in langs.exp", "up to fsub in
18737 langs.exp", and "show language at fsub in langs.exp".
18738 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
18739 "bactrace in corefile.exp".
18740 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
18741 "call inferior function with struct - returns float" and
18742 "call inferior function with struct - returns double".
18743
18744 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
18745
18746 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
18747 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
18748 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
18749 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
18750
18751 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
18752
18753 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
18754 (or overriden) "CHILL" macro rather then bare "gcc".
18755 Also look for ../../gcc/xgcc since that is what we will
18756 actually need, not "Makefile". Remove following assignment
18757 of CHILL to CHILL_FOR_TARGET because that results in
18758 recursive definition.
18759
18760 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
18761
18762 * gdb.base/corefile.exp: Change xfail for backtrace in
18763 corefile.exp from linuxaout to all linux.
18764 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
18765 cases where we miss the breakpoint at the signal handler
18766 for some reason. Setup xfail for linuxoldld/linuxaout and
18767 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
18768 hitting SIGURG breakpoint.
18769 * gdb.base/signals.exp: Setup xfail for "next" acting like
18770 continue to add linuxoldld. Setup xfail for all linux for
18771 "next to handler in signals_tests_1", "backtrace in
18772 signals_tests_1", "continue to func1", "pass SIGUSR1",
18773 and continue to handler".
18774
18775 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
18776
18777 * Update all FSF addresses except those in COPYING* files.
18778
18779 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
18780
18781 * gdb.base/a2-run.exp: Change messages to be more explicit about
18782 the status of args, and quote binfile in results.
18783
18784 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
18785
18786 * gdb.base/callfuncs.exp: Add tests for passing structs to
18787 inferior functions and return various types.
18788 * gdb.base/callfuncs.c: Add functions to receive a struct
18789 and return a member of the struct, in various types.
18790
18791 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18792
18793 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
18794
18795 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18796
18797 * config/vxworks29k.exp: New file, sources vxworks.exp.
18798
18799 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18800
18801 * config/gdbremote.exp: New file. Testing framework using
18802 gdbserver.
18803
18804 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
18805
18806 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
18807 "call function when asleep" and "send end of file".
18808 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
18809 for "backtrace in corefile.exp".
18810 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
18811 for "backtrace through signal handler".
18812 * gdb.base/corefile.exp: Make sure we actually generate a core file
18813 before trying the core tests. Some systems allow the user to suppress
18814 generation of core files and default to that (linux for example).
18815 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
18816 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
18817
18818 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18819
18820 * gdb.threads: New directory with some crude multi-threaded
18821 gdb tests (step.exp and step2.exp).
18822 * config/mt-lynx (STEP_EXECUTABLE): Define.
18823 (THREADFLAGS): Define.
18824
18825 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
18826
18827 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
18828
18829 * gdb.base/signals.exp: Disable whole file for lynx until
18830 further notice.
18831
18832 * gdb.base/signals.exp: xfail test where "next" acts like
18833 "continue" for lynx.
18834
18835 * gdb.base/interrupt.exp: xfail test for calling function while
18836 inferior is asleep for lynx.
18837
18838 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
18839 than one cr-lf after each command.
18840
18841 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18842
18843 * configure.in: Reinstate setting of stabsdirs variable, fix
18844 typo in setting up configdirs for native builds.
18845
18846 * gdb.base/return.exp: Fix typo in return double test.
18847 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
18848 compiler from optimizing them away.
18849
18850 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
18851
18852 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
18853 sequences to be echo'd by gdb when using gdb_test.
18854 * gdb.chill/chexp.exp: Likewise.
18855 * gdb.fortran/exprs.exp: Likewise
18856
18857 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18858
18859 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
18860 after the inferior gdb has started.
18861
18862 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
18863 after each command.
18864 * gdb.base/funcargs.exp: Likewise.
18865 * gdb.base/gdbvars.exp: Likewise.
18866 * gdb.base/interrupt.exp: Likewise.
18867 * gdb.base/list.exp: Likewise.
18868 * gdb.base/watchpoint.exp: Likewise.
18869 * gdb.c++/demangle.exp: Likewise.
18870 * gdb.c++/inherit.exp: Likewise.
18871 * gdb.chill/chexp.exp: Likewise.
18872 * gdb.fortran/exprs.exp: Likewise.
18873
18874 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
18875 test if we can't handle IO to/from the inferior.
18876
18877 * gdb.c++/misc.exp: Always check for a program already being
18878 started after sending a "run" command to gdb.
18879
18880 * gdb.base/twice.exp: Start with a fresh gdb.
18881
18882 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
18883 only depend on gdb's expression code, not the chill runtime.
18884
18885 * gdb.base/return.c: Put return values into variables so we
18886 can have gdb print them rather than depending on the program
18887 to print them.
18888 * gdb.base/return.exp: Corresponding changes.
18889
18890 * lib/gdb.exp: Provide default value for noinferiorio.
18891 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
18892 the inferior.
18893
18894 * gdb.base/break.exp: Always check for a program already being
18895 started after sending a "run" command to gdb.
18896 (text_next_with_recursion): Don't check the output from the
18897 program's printf statement. Instead just make sure the program
18898 exited.
18899
18900 * gdb.base/commands.exp: Protect tests which need arguments with
18901 $noargs conditionals.
18902
18903 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18904
18905 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
18906 of structure member arrays to match gdb/valops.c:value_addr change.
18907
18908 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
18909
18910 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
18911 cases.
18912
18913 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
18914
18915 * configure.in (configdirs): Remove gdb.chill from default list
18916 of subdirs and then add it back in only if doing a native build.
18917 The current chill compiler does not yet work in any cross build.
18918 * Revert all signal changes from Jul 6.
18919 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
18920 for sh-hms targets, allowing these tests to link, with no other
18921 changes. Testing is suppressed by setting "nosignals" in site.exp.
18922
18923 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
18924
18925 * configure.in (signaldirs): Define and add to configdirs for all
18926 targets except some specific ones that are known to not support signals.
18927 Also clean up formatting.
18928 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
18929 (signals, sigall): Remove rules to build.
18930 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
18931 Moved to new gdb.signals directory.
18932 * gdb.signals: New test directory.
18933 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
18934 signals.c signals.exp}: New or moved files.
18935
18936 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
18937
18938 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
18939
18940 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
18941
18942 * gdb.base/return.exp: Xfail `return double' test failure
18943 on at least Solaris 2.3 and handle future/past versions on
18944 a case by case basis as appropriate. Also update message
18945 to include i*86 failures.
18946
18947 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18948
18949 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
18950
18951 * lib/gdb.exp: Fix comment which erroneously identified
18952 gdb_file_cmd as gdb_load (the 19 May change was in fact to
18953 gdb_file_cmd not gdb_load).
18954 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
18955
18956 * gdb.base/setvar.exp: Make test names consistent between pass and
18957 fail cases. Use gdb_test more.
18958
18959 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18960
18961 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
18962
18963 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18964
18965 * gdb.base/help.exp: Fix expected help string for `show commands'.
18966
18967 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
18968
18969 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
18970
18971 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
18972 of a text section.
18973
18974 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
18975
18976 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
18977 that loop eventually terminates. Fix Connection refused logic so
18978 that testsuite will expire nicely.
18979
18980 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
18981
18982 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
18983 config/rom68k.exp: New tcl glue for the appropriate monitors.
18984 These all just end up calling monitor.exp.
18985 * config/monitor.exp (gdb_target_monitor): Handle `Connection
18986 refused' by retrying. Cleanup some timeout issues.
18987 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
18988 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
18989 callers don't have to set/restore global timeout variable.
18990
18991 * The following set of changes centralizes management of the global
18992 timeout variable. This way, it can be set in one target dependent
18993 place instead of dozens of places scattered throughout the test suite.
18994 If you need to lengthen a timeout, then you should either set timeout
18995 in one of the config/{target}.exp files, or multiply it by a factor.
18996 Setting it to an absolute value is always going to lose for some
18997 targets.
18998 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
18999 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
19000 * gdb.base/funcargs.exp: Don't set timeout.
19001 * gdb.base/list.exp (test_forward_search): Only use local timeout.
19002 * gdb.base/printcmds.exp (test_print_string_constants
19003 test_print_array_constants): Don't set timeout.
19004 * gdb.base/ptype.exp: Don't set timeout.
19005 * gdb.base/recurse.exp: Don't set timeout.
19006 * gdb.base/return.exp: Don't set timeout.
19007 * gdb.base/watchpoint.exp: Don't set timeout.
19008 * gdb.c++/classes.exp (do_tests): Don't set timeout.
19009 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
19010
19011 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
19012
19013 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
19014
19015 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19016
19017 * lib/gdb.exp: Disable chill tests for irix5.
19018
19019 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19020
19021 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
19022 each test pass or fail.
19023
19024 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19025
19026 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
19027 xlc not gcc.
19028
19029 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
19030
19031 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
19032
19033 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
19034
19035 * config/est.exp: Fix copyright and comments. Remove dead code.
19036 Use targetname, serialport and baud variables instead of fixed
19037 constants.
19038 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
19039 * config/cpu32bug.exp: New file to support cpu32bug monitors.
19040
19041 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19042
19043 * gdb.base/watchpoint.exp: Don't run
19044 test_watchpoint_triggered_in_syscall for sunos.
19045
19046 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19047
19048 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
19049 they don't seem to exist. Do include stdio.h.
19050
19051 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19052
19053 * gdb.base/a1-selftest.exp: Add alpha xfail.
19054
19055 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19056
19057 * gdb.base/watchpoint.c (main): Prompt before calling read().
19058 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
19059 Revise accordingly. Remove cruft about sending "123" several
19060 times, until it gets noticed. Clean up the "print buf[0]" stuff
19061 so that it passes or fails, and waits for prompts in the usual way.
19062
19063 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19064
19065 * gdb.base/recurse.exp: Fix comment.
19066
19067 * TODO: Remove item about printing variables in nodebug.exp. Add
19068 item about enabling tests which are only run on some targets.
19069
19070 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
19071 fail, make test names unique, use new gdb_test convention
19072 regarding pattern, use gdb_test more, etc.).
19073
19074 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
19075 fail, make test names unique, etc.).
19076
19077 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19078
19079 * gdb.base/nodebug.c: Change return type of top and middle to
19080 short.
19081 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
19082 are fixed by the recent mdebugread.c changes. Allow `short ()'
19083 as type for top and middle.
19084
19085 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19086
19087 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
19088 nearly as I can tell, the whole thing was an accident in Stu's
19089 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
19090 to replace a send/expect pair with gdb_test, but ended up only
19091 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
19092 of 30 Mar 1995 took care of it, but left this vestigial comment
19093 which I am now nuking.
19094
19095 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19096
19097 * gdb.base/break.exp: Look for different line number for
19098 breakpoint at main depending on usestubs.
19099
19100 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19101
19102 * gdb.base/list.exp: Adjust some alternate expect patterns to
19103 match recent list0.c change. Add alternate expect pattern for
19104 output from `list default lines around main' for optimizing
19105 compilers.
19106
19107 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19108
19109 * lib/gdb.exp: If nosignals is not set, set it to 0.
19110
19111 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
19112
19113 * config/slite-gdb.exp: Responds to load symbol table prompt.
19114 * gdb.base/break.exp: Adjust line number, fix rerun.
19115 * gdb.base/langs0.c: Add #ifdef usestubs.
19116
19117 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
19118
19119 * gdb.base/list.exp: Adjust line contents after adding new lines in
19120 list0.c. Also fix a syntax error.
19121
19122 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
19123 * gdb.base/break.exp: ditto.
19124 * gdb.base/list.exp: ditto.
19125 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
19126 * gdb.base/run.c: ditto.
19127 * gdb.base/list0.c: ditto.
19128 * gdb.base/funcargs.c: ditto.
19129
19130 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
19131
19132 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
19133 $targetname, $serialport and $baud instead of hardwired variables.
19134 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
19135 target doesn't support signals.
19136
19137 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
19138
19139 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
19140
19141 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19142
19143 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
19144 Don't rely on the value of an auto variable before it has been
19145 initialized. Use gdb_test more.
19146
19147 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19148
19149 * lib/gdb.exp (default_gdb_version): A version number must start
19150 with a digit, but other than that contains all characters up to
19151 the first whitespace character.
19152
19153 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19154
19155 * gdb.base/commands.exp (breakpoint_command_test): New tests.
19156
19157 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19158
19159 * gdb.c++/*.exp: Warn if executable does not exist. The original
19160 reason for skipping the warning was that configure.in sometimes
19161 intentionally skipped building the executables but the tcl code
19162 had no way of knowing. That (a) was always bogus with respect to
19163 error handling, (b) is no longer true (right now there is no way
19164 to skip C++ tests).
19165
19166 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
19167
19168 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19169
19170 * gdb.base/list.exp: Add expect patterns for output from
19171 SunPRO compiled executables.
19172 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
19173 types.
19174
19175 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19176
19177 * gdb.base/break.exp (test_next_with_recursion): Accept any line
19178 number (we are already testing that the correct source line text
19179 gets printed).
19180
19181 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
19182 that is what is intended, but something needed to be done to get
19183 sunos4 native working again.
19184
19185 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
19186
19187 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
19188 apparently went with a (very) old xfail.
19189
19190 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
19191
19192 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
19193 runto_main is a proc in gdb.exp that will do 'step' for target use
19194 stubs.
19195 * gdb.base/exprs.exp: ditto.
19196 * gdb.base/interrupt.exp: ditto.
19197 * gdb.base/opaque.exp: ditto.
19198 * gdb.base/printcmds.exp: ditto.
19199 * gdb.base/ptype.exp: ditto.
19200 * gdb.base/scope.exp: ditto.
19201 * gdb.base/setvar.exp: ditto.
19202 * gdb.base/signals.exp: ditto.
19203 * gdb.base/twice.exp: ditto.
19204 * gdb.c++/classes.exp: ditto.
19205 * gdb.c++/inherit.exp: ditto.
19206 * gdb.c++/templates.exp: ditto.
19207 * gdb.base/break.exp: no run and hit main for stubs. Change line
19208 numbers for breakpoints and info breakpoint.
19209 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
19210 breakpoint().
19211 * gdb.base/callfuncs.c: ditto.
19212 * gdb.base/exprs: ditto.
19213 * gdb.base/interrupt.c: ditto.
19214 * gdb.base/opaque0.c: ditto.
19215 * gdb.base/printcmds.c: ditto.
19216 * gdb.base/ptype.c: ditto.
19217 * gdb.base/scope0.c: ditto.
19218 * gdb.base/setvar.c: ditto.
19219 * gdb.base/signals.c: ditto.
19220 * gdb.base/twice.c: ditto.
19221 * gdb.c++/misc.cc: ditto.
19222 * gdb.c++/templates.cc: ditto.
19223
19224 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19225
19226 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
19227
19228 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
19229 somewhere between `read' and `main.c'. I'm pretty sure the
19230 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
19231 and it isn't particularly useful.
19232
19233 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
19234
19235 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19236
19237 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
19238
19239 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
19240
19241 * config/mt-slite: add LIBS and -nostdlib.
19242 * config/slite-gdb.exp: add this new file to support sparclite target.
19243
19244 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
19245
19246 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
19247
19248 * gdb.base/a2-run.exp: Change argument to istarget from
19249 "*-*-vxworks" to "*-*-vxworks*".
19250 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
19251
19252 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
19253
19254 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
19255 will not runto main but do a 'step' to step out of breakpoint().
19256 * config/mt-slite: add -Dusestubs.
19257
19258 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19259
19260 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
19261 instead of just @.
19262
19263 * gdb.base/signals.exp: Add test for "handle all print".
19264 * TODO: Remove "handle all print". Also remove item about
19265 checking copyright date (I don't like the idea of a spurious FAIL
19266 based on when we run the tests).
19267
19268 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
19269 for SunOS4 (reason for failure not investigated). Remove
19270 redundant test for $binfile.
19271
19272 * gdb.base/nodebug.c (array_index): Call malloc.
19273
19274 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
19275
19276 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
19277
19278 * gdb.base/recurse.exp: Update gdb_test invocation to use new
19279 conventions and slightly simplify the matching regexp.
19280
19281 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19282
19283 * gdb.base/break.exp: Update gdb_test invocation to use new
19284 convention.
19285
19286 * lib/gdb.exp: If noargs is not set, set it to 0.
19287
19288 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
19289 tests unique.
19290
19291 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
19292
19293 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19294
19295 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
19296 one argument of type "<non-float parameter>".
19297
19298 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
19299
19300 * config/rom68k.exp: New file to support Motorola IDP board.
19301 * gdb.base/a2-run.exp: Skip this file if noargs is set.
19302 * gdb.base/break.c: Change things around so that this program
19303 doesn't depend upon args. This is necessary to make remote
19304 targets work (in general, they can't take args).
19305 * gdb.base/break.exp: Don't try to send args to program. Don't
19306 expect output. Also, replace lots of code with gdb_test.
19307
19308 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19309
19310 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
19311 printing of '\'' (which is what the comment says we are testing,
19312 even though we were not), not '''.
19313 (test_integer_literals_rejected): Test that printing ''' is an error.
19314
19315 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19316 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
19317 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
19318 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
19319 Use gdb_test not test_print_accept.
19320 * lib/gdb.exp: Remove test_print_accept.
19321
19322 * gdb.base/signals.exp (signal_tests_1): Make pass message
19323 consistent with fail message.
19324
19325 * gdb.base/whatis.exp: Remove xfails for printing char vs.
19326 unsigned char; the bug (PR 1821) is fixed.
19327
19328 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
19329
19330 * gdb.base/scope.exp (test_at_localscopes): Call pass for
19331 successful tests--makes xfailing them work right.
19332
19333 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19334
19335 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
19336 only \r\n, not .*. The test can pass .* as the last thing in
19337 $pattern if that is what it wants. In addition to providing this
19338 flexibility, this change should speed up pattern matching in cases
19339 where the pattern already ended with .* (there were a number of
19340 them). This change also helps catch bad patterns--in the old
19341 scheme the typo "char \*" instead of "char \\*" would pass. Now
19342 it is caught.
19343 * Many .exp files: Update callers.
19344
19345 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
19346 clearer and does not spuriously match multiple ('s. Likewise for
19347 ) and *.
19348
19349 * gdb.base/nodebug.exp: Test ability to call a function and pass
19350 it a string (even with no debugging info).
19351
19352 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
19353 "p '\'", which is the same as "p ''" once tcl gets done with
19354 quoting, to "p '\\'", which I suspect is what is intended (one
19355 backslash gets sent to GDB).
19356
19357 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
19358
19359 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19360
19361 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
19362 1817) was fixed literally years ago.
19363
19364 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19365
19366 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
19367 test, it causes stepping out of call_after_alloca_subr with
19368 optimizing compilers.
19369 (localvars_in_indirect_call): Consume GDB prompt if `finish'
19370 fails.
19371
19372 * gdb.c++/templates.exp: Source templ-info.exp only if
19373 the templates executable exists.
19374
19375 * gdb.c++/misc.cc (class Contains_static_instance,
19376 class Contains_nested_static_instance),
19377 gdb.c++/classes.exp (test_static_members): Test printing of
19378 a class that contains a static instance of the class.
19379
19380 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19381
19382 * gdb.base/langs2.c (cppsub_): Don't prototype.
19383 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
19384 only, I believe).
19385
19386 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19387
19388 * lib/gdb.exp (skip_chill_tests): New procedure.
19389
19390 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
19391
19392 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
19393
19394 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
19395 each expect pattern. Cuts runtime from 12 to about 4 seconds.
19396
19397 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19398
19399 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
19400
19401 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
19402 disassemble 8, not 16, instructions for part 4.
19403
19404 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
19405 support the latter anymore.
19406
19407 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
19408 -DNO_PROTOTYPES.
19409 * gdb.base/callfuncs.c: Control use of prototypes based on
19410 NO_PROTOTYPES, not __STDC__.
19411 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
19412 t_float_values2 tests if prototypes in use.
19413
19414 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
19415 t_double_values): When checking differences against DELTA, check
19416 that difference is within the range (-DELTA,DELTA), not just
19417 (-infinity,DELTA).
19418
19419 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
19420
19421 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
19422 'file' command firts, then 'target', then 'load', this is due to gdb
19423 target set up.
19424 * config/mips-gdb.exp: Fix a couple regular exp bugs.
19425
19426 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
19427
19428 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
19429 FP load/store variants.
19430 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
19431
19432 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19433
19434 * gdb.base/term.exp: Do not give a warning if not native, it is
19435 not an abnormal condition.
19436
19437 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
19438
19439 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
19440 t_char_array".
19441
19442 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19443
19444 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
19445 are getting the version number.
19446
19447 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
19448 if not native, it is not an abnormal condition.
19449
19450 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19451
19452 * lib/gdb.exp: Just use "file exists", rather than undocumented
19453 dejagnu procedure "findfile".
19454
19455 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19456
19457 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
19458 (LDFLAGS): Set to -Xlinker -Ur.
19459
19460 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
19461 Removed, these values are set by lib/gdb.exp.
19462
19463 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
19464
19465 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19466
19467 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
19468 of replicating gdb startup code.
19469
19470 * config/mt-vxworks (LDFLAGS): Set to -r.
19471 (CFLAGS_FOR_TARGET): Removed.
19472
19473 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
19474 (gdb) and gdb for vxworks uses (vxgdb).
19475
19476 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
19477 executable is not in the tree and host != target, use sed and
19478 program_transform_name to determine the gdb name used by the
19479 target.
19480
19481 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
19482 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
19483
19484 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19485
19486 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
19487 floats, chars, and shorts where there are ANSI-style function
19488 definitions.
19489
19490 * gdb.base/langs.exp, gdb.base/langs*: New test.
19491 * gdb.base/Makefile.in: Build it.
19492 * TODO: Remove item about checking that C names don't get C++
19493 demangling applied; this test tests it.
19494
19495 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19496
19497 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
19498 went with the const70 xfail. The xfail went away a year ago.
19499
19500 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
19501
19502 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
19503 for hp300.
19504
19505 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
19506
19507 * gdb.base/a1-selftest.exp: Don't run on hp300.
19508
19509 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19510
19511 * Makefile.in (site.exp): Set host_alias and target_alias as well
19512 as host_triplet and target_triplet.
19513
19514 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19515
19516 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
19517
19518 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
19519 places as other ecoff systems).
19520
19521 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
19522 ultrix.
19523
19524 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19525
19526 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
19527 remove them.
19528 * gdb.base/nodebug.exp: Accept "function" in addition to "text
19529 variable and "variable" in addition to "data variable".
19530 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
19531
19532 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
19533 2.
19534 * gdb.base/list1.c (long_line): Add additional statement at start
19535 of function.
19536 * gdb.base/list.exp (test_forward_search): Update line number to
19537 reflect new statement.
19538
19539 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19540
19541 * gdb.base/signals.exp: Reinitialize searched source directories
19542 after gdb_start call.
19543
19544 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
19545
19546 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
19547 * gdb.stabs/Makefile.in: Likewise.
19548
19549 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
19550 change. Instead split the tests into smaller pieces.
19551 * gdb.disasm/hppa.s: Corresponding changes.
19552
19553 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19554
19555 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19556 Quote ^C when passing it to stty. For some shells ^ is a pipe.
19557
19558 * gdb.base/funcargs.exp: Modify many tests so that every test
19559 either passes or fails. Make some test names unique.
19560
19561 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19562
19563 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19564 Call stty to set interrupt character.
19565
19566 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
19567 for HP assembler versus GNU assembler based on actual behavior of
19568 $(CC), rather than assuming that $(AS) is always the GNU assembler.
19569
19570 * TODO: Suggest a few more stepping tests.
19571
19572 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
19573
19574 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
19575 restart GDB for h8300 after a continue.
19576 (return): Add pattern to match a29k-udi behavior.
19577 * gdb.base/nodebug.exp: Remove obsolete comment.
19578 * gdb.base/regs.exp: New file, testing of register displays.
19579 * gdb.base/return.exp: Fix typo in reference to $objdir.
19580 * gdb.base/whatis.exp: Always start with a fresh GDB.
19581
19582 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19583
19584 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
19585 higher, these tests generate a lot of output.
19586
19587 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19588
19589 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
19590 code following the catch silently ignored some errors; without the
19591 catch they should be thrown like any other tcl error. Also, the
19592 catch used "" instead of {} which meant all the callers who wanted
19593 to include one of the characters "[]$ had to quote it an extra time.
19594 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
19595 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
19596 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
19597 Remove extra quoting.
19598
19599 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
19600
19601 * gdb.base/commands.exp: Make test names unique; every test either
19602 passes or fails. Update some comments.
19603
19604 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
19605
19606 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19607
19608 The following fixes a FAIL caused by the fact that the alpha stabs
19609 configuration didn't use the ".if alpha" code in weird.def.
19610 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
19611 bit pointer, so the 32 bit version works even on the alpha.
19612 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
19613 Remove the stuff which allowed us to have separate versions for
19614 alpha and everything else.
19615
19616 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
19617 regexp which "info func operator\[\](" is supposed to match. Fix
19618 string to send to GDB. Note that GDB still doesn't work right. Add a
19619 new test for "info func .perator\[\](" which GDB does handle correctly.
19620
19621 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
19622
19623 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19624
19625 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
19626 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
19627 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
19628 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
19629 it makes the tests harder to understand and confuses test-o-matic.
19630 The preferred style is that each test provides a PASS or a FAIL,
19631 and has a unique message (e.g. "continue #54" not just "continue")
19632 which is the same for the pass and the fail.
19633 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19634 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
19635 to lib/gdb.exp.
19636 * gdb.base/printcmds.exp: Use test_print_accept. Remove
19637 prt_accept which was basically the same thing. Likewise for
19638 test_print_reject and prt_reject.
19639 * lib/gdb.exp (test_print_reject): Add some more error message
19640 patterns to match from the former printcmds.exp (prt_reject).
19641 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
19642 One defect of the passcount stuff is that some of it failed to
19643 report XPASS where appropriate.
19644 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
19645 stuff before and after arg in expected pattern.
19646 (test_paddr_operator_functions): Re-do test without print_addr_of;
19647 this is the only test which seems to want extra stuff there.
19648
19649 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19650
19651 * gdb.base/nodebug.exp: Update new tests to reflect improved
19652 wording of gdb output.
19653
19654 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
19655 and "ptype" work on variables in files compiled without -g.
19656 Replaces commented out "maint print msymbol" tests.
19657
19658 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19659
19660 * gdb.base/setvar.c (dummy): Call malloc.
19661
19662 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
19663 losing with the irix4 sed.
19664
19665 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
19666 ALRM" on irix4.
19667
19668 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19669
19670 * TODO: Remove items about corefile.exp testing new exec-file and
19671 backtrace; both are now done. Add items about printing enums.
19672
19673 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19674
19675 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
19676 "get signal $thissig" test fails.
19677
19678 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
19679
19680 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19681
19682 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
19683 compiler warning with dec alpha compiler.
19684
19685 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
19686 extra \n from gdb_test call (this explains why the prompt test
19687 that I removed yesterday was there).
19688 (user_defined_command_test): Remove extra \n and prompt test.
19689
19690 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
19691 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
19692 doesn't exist.
19693 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
19694 Also remove alpha workaround, which turns out to be because
19695 SIGABRT == SIGLOST.
19696
19697 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
19698
19699 * gdb.base/help.exp: Don't test "help show".
19700
19701 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19702
19703 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
19704 "set print address" is on.
19705 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
19706 pass prompt to gdb_test; gdb_test already looks for the prompt.
19707
19708 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
19709
19710 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
19711 was a vestige of the manual TESTSTRATEGY, and the purpose of it
19712 was to make sure that gdb can read a core file. But (a) the "read
19713 the corefile" part didn't make it to a1-selftest.exp, we just
19714 delete the corefile after creating it, and (b) we test reading
19715 corefiles in corefile.exp anyway. Also, this test left around a
19716 xgdb process on Solaris.
19717
19718 * gdb.base/corefile.exp: Also test backtrace.
19719
19720 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
19721
19722 * gdb.base/commands.exp: Test a simple user defined command with
19723 arguments and if/while statements; verify the full user command is
19724 printed by "show user".
19725
19726 * gdb.base/commands.exp: Test if/while commands as part of a
19727 breakpoint command list; verify they appear in breakpoint
19728 information.
19729
19730 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19731
19732 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
19733 than by dividing by zero.
19734
19735 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
19736
19737 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
19738 performing an inferior call with watchpoints enabled.
19739 * gdb.base/watchpoint.c (main): Delete second unnecessary read
19740 call.
19741
19742 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19743
19744 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
19745 of "file" command.
19746
19747 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
19748 Add additional pattern for when "int operator int(void);" appears
19749 in a different order.
19750
19751 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19752
19753 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
19754
19755 * gdb.base/help.exp: Replace most of docstrings for "info signals"
19756 and "signal" with ".*".
19757
19758 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19759
19760 * TODO: Add note about "handle all nostop".
19761
19762 * gdb.base/{sigall.c, sigall.exp}: New test.
19763 * gdb.base/Makefile.in: Add it.
19764
19765 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
19766
19767 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
19768 when invoking GDB, suppresses any windowing interface.
19769
19770 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
19771
19772 * config/sim-gdb: New file, simulator testing support.
19773
19774 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
19775
19776 * gdb.base/interrupt.exp: Test calling func1 twice.
19777
19778 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
19779
19780 * gdb.base/list.exp (test_forward_search): Set timeout higher
19781 when we'll be getting lots of output from gdb.
19782
19783 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
19784 "init_malloc" to after the expect statement. Run it if that
19785 regexp is taken, but also for two others which happen if source
19786 cannot be found.
19787
19788 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19789
19790 * gdb.base/printcmds.exp: New test, for printing register before
19791 program is running.
19792
19793 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19794
19795 * gdb.base/list.exp: Correct some alternate expect patterns
19796 to reflect changes in list1.c.
19797
19798 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19799
19800 * TODO: Add item regarding large frames.
19801
19802 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
19803
19804 * TODO: Remove item about enabling return.exp; it
19805 is enabled. Suggest a few more "return" tests.
19806
19807 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19808
19809 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
19810 anonymous unions.
19811
19812 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19813
19814 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
19815 and pr-5646.o, so "make" is the same as "make all", not "make
19816 pr-4975.o".
19817
19818 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
19819
19820 * gdb.base/list.exp: Adjust expectations to reflect changes in
19821 list1.c.
19822 (test_forward_search): New test proc.
19823 * gdb.base/list1.c (long_line): New function, has long source line.
19824
19825 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
19826
19827 * gdb.base/a1-selftest.exp: Change initial stepping to know about
19828 additional line of code that was added.
19829
19830 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
19831
19832 * gdb.disasm/hppa.s: Break the large branching tests into smaller
19833 tests so as not to overflow expect's input buffers.
19834 * gdb.disasm/hppa.exp: Corresponding changes.
19835
19836 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19837
19838 Beginnings of template debugging tests.
19839 * gdb.c++/templ-info.cc: New file to test for template
19840 debugging capability of the compiler.
19841 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
19842 templ-info.cc.
19843 * gdb.c++/templates.cc: Add explicit template instantiations
19844 to enable compiling with -fno-implicit-templates. Add destructor
19845 and 'value' method to T5 class for template tests.
19846 * gdb.c++/templates.exp: Add testcases for printing of template
19847 types, setting breakpoints on template methods and calling a
19848 template method.
19849
19850 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
19851
19852 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
19853 branch target since some assemblers (gas-2.5) may emit a
19854 relocation for the branch instead of resolving it in the
19855 assembler.
19856
19857 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19858
19859 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
19860 through signal handler.
19861
19862 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19863
19864 * configure.in (*-*-netware): Use config/mt-netware.
19865
19866 * config/mt-netware: New file.
19867 * config/mt-i386-netware: Removed, separate configs for different
19868 netware architectures are no longer needed now that we have
19869 --with-headers.
19870
19871 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19872
19873 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
19874 by the recent changes to use ANSI C arithmetic conversions.
19875
19876 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19877
19878 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
19879 bug involving using inferior_pid to figure out whether to select a
19880 frame.
19881
19882 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
19883
19884 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
19885 match the current disassembler output.
19886
19887 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
19888
19889 * gdb.fortran/exprs.exp: Expect VOID instead of void.
19890 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
19891 types, expect "int" as type of integer values (for now).
19892
19893 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
19894
19895 * gdb.base/commands.exp: New tests for if/while commands.
19896
19897 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
19898
19899 * lib/gdb.exp (runto): Replace sub-pattern for hex value
19900 by .*, since hex values have different syntax in Chill mode.
19901
19902 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19903
19904 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
19905 linefeed from expect pattern for repeated types with indices > 9.
19906
19907 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
19908
19909 First part of Fortran test suite.
19910 * gdb.fortran: New directory.
19911 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
19912
19913 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19914
19915 * gdb.base/default.exp: Update expect pattern for load command
19916 without arguments.
19917
19918 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19919
19920 * configure.in: Change i386 to i[345]86.
19921 * gdb.base/configure.in: Likewise.
19922 * gdb.c++/configure.in: Likewise.
19923 * gdb.chill/configure.in: Likewise.
19924
19925 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
19926
19927 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
19928 patterns, since that is not a valid context for comments.
19929
19930 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
19931
19932 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
19933 repeated types and repeated types with indices > 9.
19934
19935 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
19936
19937 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
19938 2417; old bug has been fixed.
19939
19940 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
19941
19942 * gdb.base/interrupt.exp: When trying to wake up the inferior,
19943 send the newline ourselves instead of assuming gdb_test will do
19944 so when passed an empty input string.
19945
19946 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
19947 stabs testcode.
19948
19949 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19950
19951 * lib/gdb.exp (gdb_test): Don't send anything if the first
19952 argument is an empty string. This makes cases where we want to
19953 match output that is already in expect's buffers (for example,
19954 matching a breakpoint after gdb_run_cmd has been called) work
19955 reliably.
19956
19957 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19958
19959 * config/netware.exp: New file.
19960
19961 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19962
19963 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
19964 the -B and -L prefixes so we can find the debugging stub.
19965
19966 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
19967 there and we are using the gcc from the tree.
19968
19969 * gdb.base/types.c: Removed.
19970
19971 * gdb.base/configure.in: Look for makefile fragments in ../config.
19972 Recognize i386-*-netware.
19973 * gdb.c++/configure.in: Likewise.
19974
19975 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19976
19977 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
19978 the correct TCL syntax.
19979
19980 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19981
19982 * gdb.base/opaque.exp: use runto instead of messing around with
19983 breakpoints. Simplify by using gdb_test.
19984
19985 * gdb.base/bitfields.exp: restart between tests on netware targets
19986 because breakpoints aren't relocated after target death. Run
19987 processes to completion.
19988
19989 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
19990
19991 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
19992
19993 * Makefile.in: Remove extra tabs that confuse some versions
19994 of "make". Use the newly built gdb to test with by default,
19995 rather than the first one in the tester's search path.
19996
19997 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
19998
19999 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
20000
20001 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
20002 condition help.
20003
20004 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20005
20006 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
20007
20008 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
20009 running.
20010 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
20011 * gdb.base/funcargs.exp: Likewise.
20012
20013 * gdb.base/bitfields.exp: Simplify by using gdb_test.
20014 * gdb.base/funcargs.exp: Likewise.
20015
20016 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
20017 message is "".
20018
20019 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20020
20021 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
20022 return,signals,twice}.exp: Handle non-existant binaries
20023 consistantly.
20024
20025 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
20026 * gdb.base/Makefile.in: Don't try to generate a core dump, we
20027 might testing a cross development system.
20028
20029 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20030
20031 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
20032 runtest script is relative to ${srcdir}, not ${rootdir}.
20033
20034 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
20035
20036 * gdb.base/signals.exp: Allow for optionality of breakpoint
20037 address.
20038
20039 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20040
20041 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
20042
20043 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20044
20045 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
20046 for size_t definition.
20047 * gdb.c++/templates.cc: Likewise
20048
20049 * config/mt-i386-netware: New file.
20050
20051 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
20052 defined.
20053
20054 * gdb.base/Makefile.in: Added support for systems that name core
20055 files by appending "core" to the program name.
20056 * gdb.base/a1-selftest.exp: Likewise.
20057
20058 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20059
20060 * gdb.base/return.exp: Add comment and message for `return double'
20061 test failure on Sparc Solaris.
20062
20063 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
20064
20065 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
20066
20067 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20068
20069 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
20070 from optimizing them away.
20071 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
20072 patterns to include default constructors and assignment operators,
20073 to match gcc versions beyond 2.5.8. Accept any cplus demangling
20074 character in the output of the virtual base pointer.
20075
20076 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20077
20078 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
20079 expression match in print_addr_of to avoid unintented matches.
20080 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
20081 versions up to 2.5.8.
20082
20083 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20084
20085 * gdb.base/list.exp: Tweak alternate pattern for listing of an
20086 included file to run under newer versions of expect.
20087 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
20088 consecutive >'s in templates to accomodate recent cplus-dem.c change.
20089 Remove xfail for the virtual table of BDDHookV.
20090
20091 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
20092
20093 * lib/gdb.exp (string_to_regexp): Set a default result.
20094 (default_gdb_start): Fix misleading message.
20095
20096 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
20097
20098 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
20099 Remove all CC, etc definitions.
20100 * config/mt-hpux: New file.
20101 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
20102 (CFLAGS, LDFLAGS): Define.
20103 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
20104
20105 * Makefile.in (site.exp): Don't insert host_os, etc.
20106 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
20107 (distclean): Check existence of subdir.
20108 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
20109 * gdb.base/Makefile.in: General cleanup and simplification.
20110 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20111 to build executables. Use default rule to build .o files.
20112 (EXPECT, RUNTEST, CC): Fix relative pathname.
20113 (site.exp): Don't insert host_os, etc.
20114 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
20115 and/or SIGUSR1 defined.
20116 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
20117 * gdb.c++/Makefile.in: General cleanup and simplification.
20118 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20119 (CFLAGS): Remove.
20120 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
20121
20122 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
20123
20124 * gdb.base/recurse.exp: Misc changes to get tests running again
20125 after Kung's changes to the watchpoint code.
20126 * gdb.base/watchpoint.exp: Likewise.
20127
20128 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
20129
20130 * lib/gdb.exp (string_to_regexp): Convert {\} also.
20131
20132 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
20133
20134 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
20135 * lib/gdb.exp (default_gdb_start): Define.
20136 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
20137 gdb.base/funcargs.exp, gdb.base/opaque.exp,
20138 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
20139 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
20140 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
20141 Don't call gdb_target_udi in between tests.
20142
20143 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20144
20145 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
20146 (which was basically just a local version of the same thing). In
20147 addition to avoiding duplication, gdb_test_exact is faster.
20148 * lib/gdb.exp (gdb_test_exact): Fix typo.
20149
20150 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
20151 don't give an error.
20152
20153 * gdb.base/term.exp: Call delete_breakpoints before starting.
20154
20155 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
20156 (t10): Add comment.
20157
20158 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20159
20160 Reorganization of the GDB Test Suite.
20161
20162 * gdb.base: New directory, contains all the basic tests.
20163 * gdb.c++: New directory, tests specific to C++.
20164 * gdb.chill: New directory, tests specific to Chill.
20165 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
20166 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
20167 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
20168 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
20169 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
20170 t30-31 to chill).
20171 * */gdbme.*: Rename to match appropriate expect scripts.
20172 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
20173 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
20174 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
20175 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
20176 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
20177 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
20178 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
20179 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
20180 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
20181 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
20182 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
20183 gdb.c++/virtfunc.cc: New names of C++ files.
20184 * gdb.chill/chillvars.ch: New name of Chill file.
20185 * gdb.base/configure.in, gdb.c++/configure.in,
20186 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
20187 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20188 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
20189 * configure.in (configdirs): Update to reflect directory changes.
20190 (target_abbrev): No longer define for any configuration.
20191 * Makefile.in: Cosmetic improvements to header comments.
20192
20193 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20194
20195 Various changes to gdb.t31:
20196
20197 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
20198 * gdbme.ch: Make all key-words and predefineds be upper-case.
20199 * chillvars.exp: Expect key-words and predefinds in upper-case.
20200
20201 * chillvars.exp: Use gdb_test_exact many places.
20202 Change expected output for arrays (which now includes index labels).
20203
20204 * pr-5020.exp, gdme.ch (module PR_5020):
20205 New test, for PR-5020.
20206
20207 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
20208
20209 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
20210 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
20211
20212 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
20213
20214 * Makefile.in: Fix bit-rot in definitions of CHILL,
20215 CHILL_FOR_TARGET and Chill_LIB.
20216 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
20217 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
20218 CHILL, and CHILL_LIB.
20219
20220 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
20221
20222 * Revert the previous changes. Please see Rob's directory
20223 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
20224
20225 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
20226
20227 * Makefile.in, configure.in, config/mips-gdb.exp,
20228 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
20229 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
20230 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
20231 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
20232 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
20233 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
20234 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
20235 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
20236 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
20237 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
20238 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
20239 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
20240 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
20241 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
20242 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
20243 changes from 94Q1.
20244
20245 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
20246
20247 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
20248 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
20249 Rob's new testing fragments.
20250
20251 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
20252
20253 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
20254 lib/gdb.exp: Replace error proc calls with perror.
20255
20256 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20257
20258 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
20259 version also, match on casted version strings, and match on
20260 gdb startup case where the line numbers might be messed up.
20261
20262 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
20263
20264 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
20265 (CFLAGS): Delete it from here.
20266
20267 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
20268
20269 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
20270
20271 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
20272
20273 * Makefile.in (RUNTEST): Default to just "runtest".
20274
20275 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20276
20277 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
20278 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
20279 the code has been restructured.
20280
20281 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20282
20283 * gdb.t00/default.exp (set write): Allow any number of \r and/or
20284 \n, not just one of each.
20285
20286 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
20287 /bin/cc gives a warning if you do.
20288
20289 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
20290
20291 * gdb.t24/demangle.exp: change expect pattern of
20292 __t10ListS_link1ZUiRCUiPT0
20293
20294 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20295
20296 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
20297 on local variables in recursive functions.
20298
20299 * gdb.t07/Makefile.in: Build the new test.
20300
20301 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20302
20303 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
20304 directly. Instead compare the return values from actual calls.
20305
20306 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
20307
20308 * Makefile.in (check): Set TCL_LIBRARY for runtest.
20309
20310 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20311
20312 * From Peter Schauer with minor modifications.
20313 * gdb.t15/return.exp (return_tests): Handle targets where "return"
20314 stops in mid-line in the caller. Add xfail for returning a float
20315 value on X86 targets.
20316
20317 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20318
20319 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
20320 to avoid expect lossage.
20321 (fmem_LRbug_tests): Likewise.
20322 * gdb.disasm/hppa.s: Corresponding changes.
20323
20324 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
20325 conditions to work with latest dejagnu/expect.
20326
20327 * gdb.t15/funcargs.exp (finish from indirect call): No longer
20328 expected to fail on the PA.
20329 (backtrace in call with trampolines): Explicitly require main
20330 to be frame #1 (no trampolines should show up in backtrace).
20331
20332 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
20333 "continue -expect".
20334 * gdb.t06/break.exp: Likewise.
20335 * gdb.t07/watchpoint.exp: Likewise.
20336 * gdb.t13/bitfields.exp: Likewise.
20337 * gdb.t15/{funcargs,return}.exp: Likewise.
20338 * gdb.stabs/weird.exp: Likewise.
20339 * config/{mips,udi}-gdb.exp: Likewise.
20340
20341 * hppa.sed: Enclose comments within a sed command to avoid
20342 losing with the old OSF1 sed.
20343
20344 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20345
20346 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
20347 sequent dynix.
20348 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
20349 * gdb.t15/funcargs.exp: Conditionally step again to really
20350 finish from marker_call_with_trampolines. Handle the case where
20351 the first step from within call_with_trampolines already steps
20352 us back to main.
20353 * gdb.t15/gdbme.c: Add comment to closing brace of
20354 call_with_trampolines for funcargs.exp.
20355
20356 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20357
20358 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
20359 Fix typo(s).
20360
20361 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20362
20363 * gdb.t07/gdbme.c: More code for watchpoint testing.
20364
20365 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
20366 "Hardware watchpoint" throughout file.
20367 (test_watchpoint_triggered_in_syscall): New test.
20368 (test_complex_watchpoint): New test.
20369
20370 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20371
20372 * gdbme.c (call_with_trampolines): New function to try and step
20373 into. Tests trampoline problems on the PA.
20374
20375 * funcargs.exp (localvars_in_indirect_call): No longer expect
20376 stepping into indirect call to fail on PAs.
20377 (test_stepping_over_trampolines): New test.
20378
20379 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20380
20381 * TODO: Add suggestions for static member function tests, and
20382 completion tests.
20383
20384 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20385
20386 * TODO: Add suggestions for "p/a" tests.
20387
20388 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
20389 (default_gdb_exit): Replace all the hair with sending "quit" to
20390 the process with a simple close.
20391
20392 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20393
20394 * TODO: Add suggestions for shared library tests.
20395
20396 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20397
20398 * TODO: Add suggestions for x/s tests.
20399
20400 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20401
20402 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
20403 "enable once", and "enable breakpoints once" with ".*".
20404
20405 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20406
20407 * TODO: Add suggestions about structure passing tests.
20408
20409 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20410
20411 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
20412 the primary1 test, use work around if __GNUC__ < 2.
20413 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
20414 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
20415 Test for bad output rather than waiting for timeout. Issue
20416 second continue only if first continue failed.
20417
20418 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20419
20420 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
20421 operator[] test with gdb_test because the old code didn't seem to
20422 be getting the quoting right with the new dejagnu.
20423
20424 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
20425
20426 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
20427 one from the path.
20428 * Makefile.in: Use a fresh expect if there is one, use runtest
20429 from the src tree if there is one.
20430
20431 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20432
20433 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
20434 next over recursive call. Revise the tests from that point on
20435 (which had been skipped) to match GDB's actual (correct) output.
20436
20437 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
20438 with next over a breakpoint whose condition is false.
20439
20440 * gdb.t00/help.exp: Comment out "help set print" tests just like
20441 (and for same reason as) "help set" test.
20442
20443 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20444
20445 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
20446 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
20447
20448 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20449
20450 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
20451 necessary gdb_target_udi.
20452
20453 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
20454
20455 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
20456 1838 and 2417; they are fixed.
20457
20458 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
20459 gdb.t03/ptype.exp (ptype structure, ptype union):
20460 Remove xfails; the test is looser than when the xfails were added.
20461
20462 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
20463 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
20464
20465 * gdb.t01/run.exp: Only run shell test if isnative.
20466
20467 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
20468 since "run" automatically loads if necessary. Call gdb_target_udi
20469 after the "file" since "file" kills any execution target.
20470
20471 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
20472 GDB. GDB doesn't work that way (not anymore at least) on UDI.
20473 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
20474 argument for UDI.
20475
20476 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20477
20478 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
20479
20480 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
20481
20482 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20483
20484 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
20485 properly quoting regexps. This makes the second argument to
20486 demangle a fixed string, which matches the callers, instead of a
20487 shell-style pattern which is what the previous implementation
20488 used. Update some of the callers.
20489
20490 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20491
20492 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
20493 (comib_nullified_tests): Fix typo.
20494 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
20495 strings. No longer expected to fail.
20496
20497 * gdb.disasm/hppa.s (addib_tests): Fix typo.
20498 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
20499 strings. No longer expected to fail.
20500
20501 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
20502 string. No longer expected to fail.
20503
20504 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20505
20506 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
20507 No longer expected to fail.
20508
20509 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
20510 string. No longer expected to fail.
20511
20512 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20513
20514 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
20515 only in the names (I probably got most of them). I was even
20516 generous with some which differed in underscores in names, and
20517 probably missed a few, and I *still* was able to remove almost a
20518 third of the file with almost no impact on testsuite coverage.
20519
20520 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20521
20522 * gdb.t00/default.exp: Match udi_attach error message as well as
20523 the one from child_attach.
20524
20525 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
20526
20527 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
20528
20529 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
20530 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
20531
20532 * Move test with enums and partial symbols back to
20533 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
20534 Reverts the change of 26 May 93. Per today's change to
20535 stabs.texinfo, the behavior that weird.exp was expecting was
20536 unreasonable; what is important is that the compiler+gdb get
20537 things right, which happens with a recent gcc. Also fix the test
20538 to deal with native compilers which put out the stab gdb can't
20539 deal with.
20540
20541 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20542
20543 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
20544 in the names. The main thing these accomplish is to slow things down.
20545 Many more such duplicates surely remain.
20546
20547 * gdb.t00/help.exp: Comment out "help support" test just like
20548 (and for same reason as) "help set" test.
20549
20550 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
20551
20552 * gdb.t06/break.exp: Remove setup_xfails for
20553 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
20554 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
20555 about known bug in gcc to include up through 2.5.8.
20556 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
20557 well as "_vb$".
20558 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
20559 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
20560 with latest gcc and gdb.
20561 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
20562 well as "_vb$".
20563
20564 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20565
20566 * configure.in (hppa*-*-*): Also configure and build stabs-only
20567 tests.
20568
20569 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20570
20571 * gdb.t10/hppa.mt: A makefile fragment for the PA.
20572 * gdb.t10/configure.in (hppa*-*-*): Use it.
20573
20574 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20575
20576 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
20577
20578 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20579
20580 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
20581 versions prior to 1.13.5.
20582
20583 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20584
20585 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
20586 the prompt is at the start of a line.
20587
20588 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20589
20590 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
20591 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
20592 in the copr tests now.
20593 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
20594 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
20595 expected to fail.
20596
20597 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
20598
20599 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
20600 gdb.t31/chillvars.exp, lib/gdb.exp:
20601 Tweak to run under either version of expect.
20602 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
20603 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
20604 * gdb.t11/list.exp: Remove extraneous whitespace.
20605
20606 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20607
20608 * gdb.t16/printcmds.exp (test_print_strings): Accept
20609 "(unsigned char *) " before the string.
20610
20611 * TODO: Add notes about printing of fancy types and GDB expressions.
20612
20613 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
20614
20615 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
20616 * gdb.t06/configure.in: Don't try to compile signals test program
20617 if doing mips-idt-ecoff.
20618
20619 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
20620
20621 * Most .exp files: Tweak to run under either version of expect.
20622
20623 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20624
20625 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
20626 xfails; I'm not sure why they are failing, but not because of PR 1806.
20627
20628 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
20629
20630 * config/unix-gdb.exp: Remove gdb_unload cause it's already
20631 defined in lib/gdb.exp.
20632
20633 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20634
20635 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
20636 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
20637 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
20638 have to be typeless.
20639
20640 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20641
20642 * TODO: Add suggestion for copyright year test.
20643
20644 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
20645
20646 * configure.in (*-*-lynxos*): Add stabs tests.
20647
20648 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20649
20650 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
20651 so insert a tab before any assembler directive in column zero.
20652
20653 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
20654 stores.
20655 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
20656 stores.
20657 (fpu_short_memory_tests): Likewise.
20658
20659 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20660
20661 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
20662 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
20663 .stabs directives in comments.
20664
20665 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20666
20667 * TODO: New file, describing tests we could write.
20668 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
20669
20670 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20671
20672 * gdb.t06/signals.exp: Add kludge to force re-sync.
20673
20674 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
20675 to xgdb instead of gdb, get out of gdb.
20676
20677 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
20678
20679 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
20680 for info.
20681
20682 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20683
20684 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
20685 * gdb.stabs/configure.in (hppa*-*-*): Use it.
20686 * gdb.stabs/hppa.sed: New sed script for the PA.
20687
20688 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20689
20690 * gdb.stabs: Re-write weird.def and configuration to use sed
20691 instead of cpp. sed is portable and POSIX; cpp is neither.
20692
20693 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20694
20695 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
20696
20697 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20698
20699 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
20700
20701 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20702
20703 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
20704 "_vb$".
20705 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
20706 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
20707
20708 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20709
20710 * lib/gdb.exp: Comment out code which depends on non-existent
20711 `transform' procedure.
20712
20713 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
20714
20715 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
20716 * lib/gdb.exp: Transform tool name.
20717 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
20718 1.1's new error handling system.
20719
20720 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20721
20722 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
20723
20724 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20725
20726 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
20727 They made pattern matching so slow that timeouts happened on
20728 heavily loaded systems. Now any output from "show print" which
20729 gets us back to the GDB prompt is a PASS.
20730
20731 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
20732
20733 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
20734
20735 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20736
20737 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
20738
20739 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
20740 It is not from PR 3220.
20741
20742 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20743
20744 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
20745 just started failing because they depended on the order the
20746 subcommands are presented, or exact docstring text. This kind of
20747 test is a pain and has minimal benefit.
20748
20749 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20750
20751 * gdb.t09/corefile.exp: At end of test, use "core" command with
20752 no arguments.
20753
20754 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
20755
20756 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
20757 17}/Makefile.in: Make it possible to run the testsuite with Sun
20758 make and CC = cross gcc by adding explicit build rules for .o
20759 files.
20760
20761 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20762
20763 * gdb.t15/funcargs.exp: Don't put comments on same line as
20764 setup_xfail (@#$*%& tcl braindamage!).
20765
20766 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20767
20768 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
20769
20770 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
20771
20772 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
20773 * gdb.t20/inherit.exp: remove three dumplicate entries.
20774
20775 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20776
20777 * gdb.t06/break.exp: For "next over recursive call", fail on any
20778 incorrect output, not just on "factorial (value=2)".
20779
20780 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20781
20782 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
20783 working now. Add an xfail if accesing a bss variable causes
20784 a memory error if the target is not yet run.
20785
20786 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20787
20788 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
20789 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
20790 name of __st* demangling (2 strings). Did Kung really get the
20791 more than 95 others right without testing them?
20792
20793 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
20794
20795 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
20796
20797 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
20798
20799 * configure.in (configdirs): Add gdb.disasm
20800 * gdb.disasm: New directory for GDB disassembler tests.
20801 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
20802
20803 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20804
20805 * gdb.t00/help.exp: Don't test "help set".
20806
20807 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
20808 from within expect statements. None of these happen anymore and
20809 they cause regressions to be silently unnoticed.
20810
20811 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
20812 messages) about known failures with gcc cygnus-2.4.5-930417.
20813
20814 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
20815 comp-info.exp so it gets built if it doesn't exist.
20816
20817 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
20818 it is no longer used.
20819 * gdb.t13/comp-info.c: Removed.
20820
20821 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20822
20823 * gdb.t06/signals.exp: Add xfail for sun3.
20824
20825 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20826
20827 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
20828 relevant because ^C doesn't get sent but failure can be reproduced
20829 interactively).
20830
20831 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20832
20833 * gdb.stabs/alpha.mt: New configuration file for alpha.
20834 * gdb.stabs/configure.in: Use it.
20835 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
20836 sharing with alpha.mt, redefine long to word via preprocessor.
20837 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
20838 for alpha.
20839 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
20840 native cc.
20841 * gdb.t00/teststrategy.exp: Change expect string so that we
20842 consume the `(xgdb)' from the command echo and from the gdb prompt.
20843 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
20844 gdb currently compares all values as long, so this failure probably
20845 applies to any configuration where LONGEST is bigger than a target int.
20846 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
20847 with gcc.
20848 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
20849 to handle opaque pointers, gcc is.
20850 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
20851 as first argument. Include <sys/types.h> and change all operator
20852 new definitions to use size_t.
20853 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
20854 now that we use size_t.
20855
20856 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20857
20858 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
20859 a long or float array cast all array members to the same type.
20860 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
20861 with 64 bit longs.
20862 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
20863 on alpha.
20864 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
20865
20866 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20867
20868 * gdb.t24 (demangle.exp): Constructors of templates have names like
20869 vector<int>::vector(int) not vector<int>::vector<int>(int). See
20870 section 14.6 of the ARM.
20871
20872 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
20873 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
20874 accomplish little and slow down the testsuite.
20875
20876 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
20877 Accept spaces various places.
20878
20879 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20880
20881 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
20882 with watchpoint enabled.
20883
20884 * Makefile.in: Remove definition of CC and remove the second
20885 definition of CXX (the "CXX = gcc" one remains). These definitions
20886 were causing backquotes to be expanded within backquotes, which
20887 doesn't work.
20888
20889 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
20890
20891 * gdb.t17/callfuncs.exp: Add "return 0" to end.
20892
20893 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20894
20895 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
20896 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
20897 by mips cc and contains no stabs entries.
20898
20899 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
20900
20901 * config/vx-gdb.exp: Use fake device to load files rather than
20902 NFS.
20903 * lib/gdb.exp: New proc to do "file" command.
20904 * config/unix-gdb.exp: Use new "file" proc.
20905
20906 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20907
20908 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
20909 Rework board rebooting slightly.
20910 (gdb_exit): Don't exit from the remote shell; there isn't one.
20911 * gdb.stabs/weird.exp: If a program is being debugged already,
20912 kill it.
20913 * gdb.t04/setvar.exp: Stop and restart gdb.
20914 * gdb.t05/expr.exp: Likewise.
20915 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
20916 restart gdb and reload the program.
20917 * gdb.t08/opaque.exp: Likewise.
20918 * gdb.t12/scope.exp: Likewise.
20919 * gdb.t13/bitfields.exp: Likewise.
20920 * gdb.t15/funcargs.exp: Likewise.
20921 * gdb.t20/classes.exp: Likewise.
20922 * gdb.t03/ptype.exp: Increase timeout.
20923 * gdb.t16/printcmds.exp (test_print_string_constants,
20924 test_print_array_constants): Likewise.
20925 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
20926 * gdb.t20/classes.exp (do_tests): Likewise.
20927 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
20928
20929 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
20930
20931 * gdb.stabs: Renamed *wierd* to *weird*.
20932
20933 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20934
20935 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
20936 for timeout. Add "known gcc 2.4.5 bug" to failure message.
20937
20938 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20939
20940 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
20941 (do_tests): Remove xfail for whatis on one_var and two_var.
20942
20943 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
20944
20945 * Makefile.in: Made cross building work better by adding
20946 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
20947
20948 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20949
20950 * gdb.t15/{return.c,return.exp,Makefile.in}:
20951 New test, currently commented out.
20952
20953 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
20954
20955 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
20956 still running and removes the leftover named socket so GDb can do
20957 clean restarts.
20958
20959 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
20960
20961 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
20962 console, not GDB.
20963 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
20964 cross testing works better with "make check"
20965 * config/unix-gdb: Use default procedures for exit and version.
20966 * config/vx-gdb.exp: Cleaned up and massaged back to working order
20967 with the newest VxWorks.
20968
20969 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20970
20971 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
20972 old form.
20973
20974 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
20975 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
20976
20977 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
20978
20979 * config/unix-gdb.exp: Remove this version of gdb_exit
20980 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
20981 Rob says he'll look at it when he gets back to testing boards.
20982
20983 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
20984
20985 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
20986 an expected fail for certain ptype commands.
20987
20988 * gdb.t20/classes.exp: Update expected results of "ptype class
20989 Base1" to account for the constructor that now appears in the type.
20990
20991 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
20992
20993 * configure.in (configdirs): Restore gdb.t04, which mysteriously
20994 disappeared from list.
20995 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
20996 "alldone" proc with call to cleanup and exit.
20997 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
20998 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
20999 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
21000 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
21001 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
21002 "alldone" proc with simple returns that suppress remaining
21003 tests. The alldone proc went away many months ago.
21004
21005 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21006
21007 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
21008
21009 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
21010
21011 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21012
21013 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
21014 as vax gdb will display them.
21015
21016 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21017
21018 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
21019 optimizers.
21020
21021 * scope.exp: Change "bad value for localval" messages so each one
21022 is unique.
21023
21024 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
21025 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
21026
21027 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
21028
21029 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21030
21031 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
21032 doesn't exist (due to optimization).
21033
21034 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21035
21036 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
21037 contains \r because the filename is long.
21038
21039 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
21040 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
21041
21042 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21043
21044 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
21045 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
21046 Ultrix.
21047 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
21048 int tests.
21049 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
21050
21051 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
21052
21053 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
21054
21055 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
21056 to match does not match the passing case but still matches the
21057 failing case.
21058
21059 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21060
21061 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
21062
21063 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
21064
21065 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
21066 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
21067 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
21068 Remove various versions of gdb_exit.
21069 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
21070 gdb_exit.
21071 * config/unix-gdb.exp: gdb_exit remains here, and should override
21072 the generic version, since it's doing a lot of wierd stuff that
21073 the other versions aren't. FIXME, fold it in, or abandon this
21074 version.
21075
21076 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21077
21078 * gdb.t24/demangle.exp: Add tests for PR 3220.
21079
21080 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21081
21082 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
21083
21084 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
21085
21086 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
21087 "i386-*-*". Works for i486 as well.
21088
21089 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
21090 bug, and expand domain of xfail to all SVR4 systems, since the
21091 actual problem is likely to be in generic SVR4 /proc support.
21092
21093 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21094
21095 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
21096
21097 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
21098
21099 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
21100 xfails for other systems. Match a missing 'Continuing.' as an
21101 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
21102
21103 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
21104 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
21105 Only issue warning for missing executables if -all option is used.
21106
21107 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
21108 file if -all option is used. It's like an unpredictable XFAIL.
21109
21110 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21111
21112 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
21113 for dynamically linked binaries.
21114
21115 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
21116
21117 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21118
21119 * gdb.t20/inherit.exp: Change message for "print tagless struct"
21120 to state that this is a known bug in old versions of g++.
21121
21122 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21123
21124 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
21125 while waiting for `Continuing'.
21126
21127 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
21128
21129 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
21130 in text, data, and bss.
21131 * gdb.t10/nodebug.c: Add local and global test variables for
21132 initialized and uninitialized data.
21133
21134 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21135
21136 * config/unix-gdb.exp (gdb_exit): Add "wait".
21137
21138 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21139
21140 * gdb.t06/signals.exp: xfail the continue from the handler for all
21141 targets.
21142
21143 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
21144 function with watchpoints enabled, the i386 call dummy starts with
21145 a call.
21146
21147 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
21148 386 bsd names its corefiles.
21149
21150 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
21151
21152 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
21153 compilers don't grok it.
21154 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
21155 with small octal ints rather than character constants, which
21156 are signed and might not fit if first promoted to int.
21157
21158 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
21159
21160 * gdb.t09/Makefile.in (clean): Remove corefile.
21161
21162 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21163
21164 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
21165
21166 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21167 and Jim Kingdon (kingdon@cygnus.com)
21168
21169 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
21170 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
21171 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
21172
21173 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21174
21175 * gdb.t17/interrupt.exp: Add xfail for hppa.
21176
21177 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21178
21179 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
21180 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
21181 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
21182 to determine signed-ness of bitfields and use the result to setup
21183 the xfail.
21184 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
21185 * gdb.t15/funcargs.exp: Use them to step until the second indirect
21186 call line is reached if necessary.
21187
21188 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21189
21190 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
21191
21192 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21193
21194 * gdb.t06/break.exp: Also test `clear' command.
21195
21196 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21197
21198 * gdb.t00/teststrategy.exp: Remove extra quote.
21199
21200 * gdb.t07/watchpoint.exp: Change xfail for calling function with
21201 watchpoint enabled to be for all non-68k machines.
21202
21203 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
21204
21205 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21206
21207 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
21208 targets use aout.mt instead of ecoff.mt as gas understands
21209 standard aout format.
21210
21211 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21212
21213 * lib/gdb.exp (runto): Don't insist that function we are running to
21214 was compiled with -g.
21215
21216 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
21217
21218 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
21219 to get back into the read system call.
21220 Accept leading newline in case where we woke it up.
21221
21222 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21223
21224 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
21225 to make the stabs test work on ecoff systems using gcc and -with-stabs.
21226 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
21227 enable ecoff configuration.
21228
21229 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21230
21231 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
21232
21233 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21234
21235 * gdb.t16/printcmds.exp: Add another printf test.
21236
21237 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
21238
21239 * configure.in: If configured -with-stabs on any target, add
21240 stabsdirs to configdirs.
21241
21242 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21243
21244 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
21245 fun" so pattern does not match the command itself.
21246
21247 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21248
21249 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
21250
21251 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21252
21253 * gdb.t17/interrupt.exp: Test for more things.
21254
21255 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21256
21257 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
21258 compiler arranges the code and line numbers.
21259
21260 * gdb.t17/interrupt.exp: Don't send \n after ^C.
21261
21262 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21263
21264 * gdb.t00/help.exp: Increase expect input buffer size.
21265
21266 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21267
21268 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
21269
21270 * gdb.t07/watchpoint.exp: Add xfail for hppa.
21271
21272 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
21273
21274 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
21275 [0-9]*, not just [0-9].
21276
21277 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21278
21279 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
21280
21281 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
21282
21283 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21284
21285 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
21286
21287 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21288
21289 * gdb.t06/signals.c: Add xfails for sun3.
21290
21291 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
21292
21293 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
21294 test_stepping tests.
21295
21296 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21297
21298 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
21299
21300 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
21301
21302 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
21303 rather than actually putting it through cpp twice.
21304
21305 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
21306
21307 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
21308
21309 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
21310 no longer needed.
21311
21312 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21313
21314 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
21315
21316 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
21317 C++ features prints as "struct", make it a pass, not an xfail.
21318
21319 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21320
21321 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
21322 Don't require VA to print as "class" rather than "struct".
21323
21324 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
21325
21326 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
21327
21328 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21329
21330 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
21331
21332 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21333
21334 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
21335 order.
21336
21337 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21338
21339 * gdb.t16/printcmds.exp: Add printf tests.
21340
21341 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
21342
21343 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
21344
21345 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
21346
21347 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
21348 pass counts, to counteract any existing or future setup_xfails.
21349
21350 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21351
21352 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
21353 {BEGIN,END}_COMMON for common block instead of STAB.
21354 * gdb.stabs/wierd.exp: Add xfail for rs6000.
21355
21356 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
21357 intp_var should be N_GSYM not N_LSYM.
21358 wierd-aout.S: Use a label for the value of the N_SO.
21359 wierd.def: Remove all backslashes.
21360 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
21361
21362 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21363
21364 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
21365 get the expected next to inheritance3.
21366
21367 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21368
21369 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
21370 now that gcc-2.4 gets it right.
21371
21372 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21373
21374 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
21375
21376 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
21377 generating comp-info.exp which works for cross-compilation.
21378
21379 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
21380
21381 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
21382 "*-*-sysv4.*".
21383
21384 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
21385
21386 * gdb.t01/run.exp: Start with a fresh gdb.
21387 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
21388 SVR4.x.
21389
21390 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
21391
21392 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
21393 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
21394 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
21395 Makefile.in (distclean, realclean): Remove gdbme.c from list of
21396 things to remove.
21397
21398 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
21399
21400 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
21401 test cases from bug reports.
21402
21403 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
21404
21405 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
21406 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
21407 avoid spurious xfails.
21408 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
21409 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
21410 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
21411
21412 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
21413
21414 * gdb.t00/teststrategy.exp: Rework to provide more useful
21415 description of each test, fix problem with systems that define
21416 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
21417 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
21418 results for "next over recursive call" so timeouts aren't taken
21419 by error.
21420
21421 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
21422
21423 * gdb.t12/scope.exp: Test printing of variables before run.
21424
21425 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
21426 printed in wrong order due to sorting.
21427
21428 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
21429
21430 * gdb.t00/teststrategy.exp: Fix expected results for printing
21431 user entered string constant. Is array of char, prints with no
21432 address.
21433
21434 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
21435 commands.
21436 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
21437 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
21438 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
21439 of struct of char arrays.
21440 * gdb.t00/radix.exp: New tests for radix commands.
21441
21442 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
21443
21444 * gdb.t16/printcmd.exp: Print a variable before running program
21445 (with xfail for AIX).
21446
21447 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
21448
21449 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
21450
21451 * gdb.t16/printcmd.exp: Don't print variables before running program.
21452
21453 * gdb.t06/break.exp: Don't require envp argument to main.
21454
21455 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
21456
21457 * gdb.t02/whatis.exp, gdb.t11/list.exp:
21458 Add xfails for rs6000.
21459
21460 * gdb.t02/whatis.exp: Change other tests not to re-test something
21461 we already tested.
21462
21463 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
21464 each type used has a variable of that type.
21465
21466 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
21467
21468 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
21469
21470 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21471
21472 * configure.in: change srctrigger to be a file, not a directory
21473
21474 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
21475
21476 * configure.in (mips-idt-ecoff*): Added trailing '*'.
21477
21478 * gdb.t11/list.exp: Fixed a couple of typos.
21479
21480 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
21481
21482 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
21483 is fixed and PR is closed.
21484 * gdb.t16 (gdbme.c): Add simple test string variable.
21485 * gdb.t16 (printcmds.exp): Add tests with simple test string
21486 variable, primarily for boundaries on "set print elements".
21487
21488 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
21489
21490 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
21491 Make leading 0's optional and don't expect a tab in the middle
21492 of the number.
21493
21494 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
21495
21496 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
21497 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
21498 don't end command passed to gdb_test with newline.
21499
21500 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
21501 signed keyword away, don't expect signed bitfields to be signed.
21502
21503 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
21504 printing with only as many 1's as are in the field as well as printing
21505 with 32 1's (see comment).
21506
21507 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
21508
21509 * gdb.t00/default.exp: Start with a fresh gdb.
21510 * configure.in (configdirs): Remove gdb.t31 until the chill
21511 compiler works again. It no longer is able to find chillrt0
21512 since it isn't in libchill.a anymore.
21513 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
21514 wierd.o, make more modular.
21515 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
21516 spurious newlines that caused problems.
21517
21518 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21519
21520 * Move test with enums and partial symbols from gdb.t03/ptype.exp
21521 to gdb.stabs/wierd.exp since GCC has worked around the bug.
21522 gdb.stabs/wierd.{exp,def}: Many new tests.
21523
21524 * gdb.t00/default.exp: update info line for new message.
21525
21526 * gdb.t02/{whatis.exp,gdbme.c}:
21527 Test that "char *" doesn't print as "caddr_t".
21528
21529 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21530
21531 * gdb.t00/help.exp: Use .* in place of some help messages which
21532 just changed.
21533 gdb.t00/default.exp: Update "info frame" test for new message.
21534 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
21535 Remove some xfails
21536
21537 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21538
21539 * gdb.t03/{gdbme.c,ptype.exp}:
21540 Add tests for typedef'd struct and union without tags.
21541 Also check "whatis" on a variable of a typedef'd enum without a tag.
21542
21543 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
21544 PRMS 1823; the bug still exists but isn't reproduced by this test
21545 anymore), and remove rs6000 XFAIL (the bug is fixed).
21546
21547 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
21548 duplicated from whatis.exp. For those that are left, accept
21549 "long", "long int", or "int" for long variables (whatis.exp already
21550 has an XFAIL for "int", so no need to fail it here).
21551
21552 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
21553 Deal with GCC's names for types now that GDB uses the compiler's names.
21554
21555 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
21556 setup_xfail's for sunos4. If we #defined the signed keyword away,
21557 don't expect GDB to know that char it is signed.
21558
21559 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
21560
21561 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
21562
21563 * configure.in (configdirs): Add gdb.t24 for C++ tests that
21564 should work on any system, regardless of debugging format.
21565 * gdb.t21/demangle.exp: Move to gdb.t24.
21566 * gdb.t24/demangle.exp: Move from gdb.t21.
21567 * gdb.t24/{Makefile.in, configure.in}: New files.
21568
21569 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21570
21571 * configure.in: Do gdb.stabs and C++ tests only for stabs.
21572 * gdb.stabs: New directory.
21573
21574 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21575
21576 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
21577 not just "Quit anyway?".
21578
21579 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
21580
21581 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
21582 that all setup_xfails are immediately followed by clear_xfails.
21583
21584 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
21585
21586 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
21587 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
21588 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
21589 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
21590 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
21591 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21592 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21593 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
21594 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
21595 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
21596 gdb.t31/chillvars.exp, lib/gdb.exp:
21597 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
21598 bug-gdb@prep.ai.mit.edu.
21599
21600 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
21601
21602 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
21603 with 0.0, not integer 0.
21604
21605 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
21606
21607 * gdb.t06/break.exp: Update for "Kill the program" message change.
21608
21609 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
21610
21611 * Makefile.in (GDBFLAGS): Set to -nx.
21612 * Makefile.in (site.exp): Use GDBFLAGS.
21613
21614 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21615
21616 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
21617 Makefiles.
21618 (check): depend on just-check.
21619 (just-check): added so that tests can be run without a noop
21620 build pass.
21621
21622 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21623
21624 Switch to using configure's configdirs.
21625 * Makefile.in (Makefile): add configure.in dependency.
21626 (SUBDIRS): removed redundant assignment.
21627 * configure.in: switch subdirs assignment to configdirs.
21628 * gdb.t*/configure.in: new files.
21629
21630 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
21631
21632 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
21633 works.
21634
21635 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
21636
21637 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
21638 in explicit rules. Apparently this is not supported by some makes.
21639
21640 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
21641
21642 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
21643
21644 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21645
21646 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
21647 disappeared.
21648
21649 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
21650
21651 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
21652
21653 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
21654
21655 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
21656 watchpoint problem that is now fixed.
21657 * gdb.t30/chexp.exp: Remove setup_xfail for printing
21658 uninitialized convenience variables.
21659 * gdb.t31/chillvars.exp: Fix expected patterns for printing
21660 structures.
21661
21662 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21663
21664 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
21665 which causes expect to get out of sync with gdb on long output
21666 from help set.
21667 * gdb.t09/corefile.exp: Make expected pattern for core file
21668 failing signal and frame output format less sun specific.
21669
21670 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
21671
21672 * gdb.t31/chillvars.exp: Add and remove initial dummy
21673 breakpoint, so that symbol table is forced in.
21674 (Needed at least on Sunos4, though it seems not SVR4.)
21675 * gdb.t31/chillvars.exp: Update for changed output format.
21676
21677 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
21678
21679 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
21680
21681 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
21682
21683 * Makefile.in: Added --srcdir when invoking runtest, removed the
21684 need for a local config file. (optional now)
21685
21686 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
21687
21688 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
21689 failure count used to force early termination. Add some more
21690 expected failures for gnu style demangling.
21691
21692 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21693
21694 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
21695 pmi variable from gdb.t20/gdbme to get optimized away.
21696 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
21697 Check for written corefile upon timeout _and_ eof.
21698
21699 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21700
21701 * config/unix-gdb.exp: Add missing return 0.
21702
21703 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21704
21705 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
21706 test termination.
21707
21708 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
21709
21710 * configure.in (subdirs): Put back gdb.t17 which mysteriously
21711 disappeared.
21712
21713 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
21714
21715 * gdb.t10/crossload.exp: Disable the i860-elf test until such
21716 time as i860 support works.
21717
21718 * gdb.t15/funcargs.exp: Fix expected outputs to include
21719 "backtrace 100\r" rather than just "backtrace\r", to match last
21720 change.
21721
21722 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
21723
21724 * config/udi-gdb.exp (gdb_exit): Remove close command.
21725 (gdb_target_udi): New procedure to set the UDI target.
21726 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
21727 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
21728 Added waits for prompts after several question responses. Added
21729 some more responses used by a29k-amd-udi-gdb.
21730 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
21731 pass different arguments, restart UDI connection after program
21732 completion.
21733 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
21734 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21735 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
21736 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
21737 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
21738 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
21739 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21740 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
21741 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
21742 after program completion.
21743 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
21744 compiled with a SELECT_VECS setting.
21745 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
21746 infinite recursion.
21747
21748 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
21749 Added checks for COFF results, and made them expected failures for
21750 all targets. It would be better to make them expected failures
21751 for COFF targets only.
21752
21753 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21754
21755 * Makefile.in: add null dvi target, don't bother to recurse
21756 through test directories for info and install-info; rename
21757 $(datadir) to be dejagnu instead of deja-gnu
21758
21759 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
21760
21761 * gdb.t31/gdbme.ch: Re-enable code that previously caused
21762 compiler to coredump.
21763 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
21764 code.
21765
21766 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
21767
21768 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
21769 coredump.
21770 * gdb.t31/chillvars.exp: Comment out tests that depend on that
21771 code.
21772
21773 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
21774
21775 * gdb.t03/ptype.exp: tests for return code from gdb_test.
21776 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
21777 which in a shell. Deletes xgdb when done.
21778 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
21779 Tests the return from the "set height" or "set width" commands.
21780 Added a few return codes where needed.
21781
21782 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
21783
21784 * Makefile.in (SUBDIRS): Add gdb.t17.
21785 * configure.in (subdirs): Add gdb.t17.
21786 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
21787 files to test gdb's calling of functions in the inferior with
21788 the correct arguments and gdb's ability to retrieve any
21789 result returned.
21790
21791 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
21792
21793 * config/unix-gdb.exp (gdb_exit): Remove close commands that
21794 may be called after gdb goes away. Previous versions of expect
21795 needed these to avoid file descriptor leaks, but they cause
21796 errors with the current revision of expect.
21797 * gdb.t00/gdbvars.exp: Use -re on expected output after
21798 setting sevenbit-strings.
21799 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
21800 to set sevenbit-strings consistent across tests.
21801 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
21802 set sevenbit-strings consistent across tests.
21803
21804 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
21805
21806 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
21807 expected output to match current "expect" expectations.
21808
21809 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
21810
21811 * gdb.t00/default.exp: Change expected output for default "source"
21812 command, to match new gdb behavior which requires a filename to
21813 source.
21814
21815 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
21816
21817 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
21818 expected fail for i486-*-* that misses the marker2 function.
21819 * gdb.t10/crossload.exp (bfddefault): Allow successful
21820 recognition of a format to pass even if no symbols are found.
21821 Explicitly catch failures where the format is not recognized
21822 or is ambiguous, and add the reason to the fail message.
21823 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
21824 the cause is and invalid target and add reason to failure message.
21825 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
21826 elf32-i386, elf32-sparc, and elf32-i860.
21827 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
21828 Set up expected failure for 'filename'::variable scope resolution,
21829 which is now apparently broken on all targets.
21830 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
21831 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
21832 gdb.t23/templates.exp: Change failure for missing binfile into
21833 just a warning.
21834 gdb.t21/demangle.exp: Change all cfront references to 'arm'
21835 references.
21836
21837 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
21838
21839 * gdb.t00/default.exp: Add expected output for default "source"
21840 command, to match new gdb behavior.
21841 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
21842
21843 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
21844
21845 * config/*-gdb.exp: returns an error, rather than exiting on
21846 internal errors.
21847
21848 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
21849
21850 * gdb.t03/gdbme.c: Add pointer to struct variable.
21851 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
21852 referencing struct members.
21853
21854 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
21855
21856 * configure.in (mips-idt-ecoff): New target.
21857 * config/mips-gdb.exp: New file for remote board using MIPS remote
21858 debugging protocol.
21859
21860 * Redid configuration scheme. Removed gdb.t*/configure.in.
21861 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
21862 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
21863 distclean targets. Built executables via .o files. Adjusted
21864 tests to account for source files in $(srcdir) rather than
21865 $(objdir).
21866 * lib/gdb.exp (runto): Don't expect () after the function name,
21867 because it may have arguments.
21868
21869 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
21870
21871 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
21872 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
21873 expected failures for mips-idt-* and mips-sgi-*.
21874 * gdb.t00/default.exp (attach): Kill process if requested.
21875 * gdb.t00/help.exp (help target core, help target): Accept a gdb
21876 that does not read core files.
21877 * gdb.t01/run.exp: Removed checks for exit status code.
21878 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
21879 it is linked in.
21880 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
21881 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
21882 appropriate, rather than doing it by hand.
21883 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
21884 execution.
21885 * gdb.t10/crossload.exp: Kill existing program if needed.
21886 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
21887 appropriate, rather than doing it by hand. Always increase
21888 timeout for this test, not just for VxWorks.
21889
21890 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
21891
21892 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
21893 of Chill STRUCT types and STRUCT values.
21894 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
21895 than "char".
21896 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
21897 struct2): New struct definitions and initializations to test
21898 simple Chill STRUCT types.
21899
21900 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
21901
21902 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
21903 the null byte at the end of strings.
21904 * gdb.t00/default.exp: Make show version insensitive to copyright
21905 date.
21906 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
21907 to avoid dependencies on target char signedness.
21908 * gdb.t16/printcmds.exp: Update expected results for explicitly
21909 unsigned char.
21910 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
21911 now work.
21912 * gdb.t21/demangle.exp: Add many more patterns for template
21913 demangling, most of them being expected failures.
21914 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
21915 string we are matching for, to match on the whole string.
21916 * gdb.t21/demangle.exp: Add many new test strings to demangle,
21917 and fix a whole bunch that had incorrect expected output but were
21918 passing anyway because of the bug in "proc demangle".
21919 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
21920 type.
21921 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
21922
21923 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
21924
21925 * gdb/testsuite: made modifications to testcases, etc., to allow
21926 them to work properly given the reorganization of deja-gnu and the
21927 relocation of the testcases from deja-gnu to a "tool" subdirectory.
21928
21929 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
21930
21931 * gdb/testsuite: Initial creation of gdb/testsuite.
21932 Migrated dejagnu testcases and support files for testing nm to
21933 gdb/testsuite from deja-gnu. These files were moved "as is"
21934 with no modifications. This migration is part of a major overhaul
21935 of dejagnu. The modifications to these testcases, etc., which
21936 will allow them to work with the new version of dejagnu will be
21937 made in a future update.
21938
21939 For additional changes see gdb.mi/ChangeLog-1999-2003.
21940 \f
21941 ;; Local Variables:
21942 ;; mode: change-log
21943 ;; left-margin: 8
21944 ;; fill-column: 74
21945 ;; version-control: never
21946 ;; End:
21947
21948 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
21949 2003, 2004, 2005 Free Software Foundation, Inc.
21950 Copying and distribution of this file, with or without modification,
21951 are permitted provided the copyright notice and this notice are preserved.
This page took 0.625484 seconds and 3 git commands to generate.