gdb/testsuite/
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2 Ulrich Weigand <uweigand@de.ibm.com>
3 Tom Tromey <tromey@redhat.com>
4
5 * gdb.base/charset-malloc.c: New file.
6 * gdb.base/charset.c (malloc_stub): New prototype.
7 (main): Call it instead of malloc itself.
8 * gdb.base/charset.exp: Use only prepare_for_testing.
9 (binfile): Remove the variable.
10
11 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12
13 Make core files the process_stratum.
14 * gdb.base/corefile.exp (run: load core again)
15 (run: sanity check we see the core file, run: with core)
16 (run: core file is cleared, attach: load core again)
17 (attach: sanity check we see the core file, attach: with core)
18 (attach: core file is cleared): New tests.
19 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
20
21 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
22
23 * gdb.arch/altivec-abi.exp: New tests.
24
25 2010-07-13 Tom Tromey <tromey@redhat.com>
26
27 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
28 (main): Use it.
29 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
30
31 2010-07-13 Tom Tromey <tromey@redhat.com>
32
33 * gdb.base/label.exp: New file.
34 * gdb.base/label.c: New file.
35
36 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
37 H.J. Lu <hongjiu.lu@intel.com>
38
39 * lib/gdb.exp (is_ilp32_target): New.
40 (is_lp64_target): Likewise.
41
42 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
43 target.
44 * gdb.arch/amd64-disp-step.exp: Likewise.
45 * gdb.arch/amd64-dword.exp: Likewise.
46 * gdb.arch/amd64-i386-address.exp: Likewise.
47 * gdb.arch/amd64-word.exp: Likewise.
48
49 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
50 target.
51 * gdb.arch/i386-bp_permanent.exp: Likewise.
52 * gdb.arch/i386-byte.exp: Likewise.
53 * gdb.arch/i386-disp-step.exp: Likewise.
54 * gdb.arch/i386-gnu-cfi.exp: Likewise.
55 * gdb.arch/i386-prologue.exp: Likewise.
56 * gdb.arch/i386-size-overlap.exp: Likewise.
57 * gdb.arch/i386-size.exp: Likewise.
58 * gdb.arch/i386-sse.exp: Likewise.
59 * gdb.arch/i386-unwind.exp: Likewise.
60 * gdb.arch/i386-word.exp: Likewise.
61
62 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
63 test only when building 64-bit executables. Do not hard-code
64 -m64 option.
65
66 2010-07-07 Doug Evans <dje@google.com>
67
68 * lib/gdb.exp (gdb_test_list_exact): New function.
69 * gdb.base/default.exp (show convenience): Call it, add tests for
70 $_sdata = void, $_thread = 0.
71
72 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
73 Joel Brobecker <brobecker@adacore.com>
74
75 Fix re-run of PIE executable, PR shlibs/11776.
76 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
77 Remove $displacement_main to match the solib-svr4.c change. New "kill"
78 and re-"run" of the inferior.
79
80 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
81 Joel Brobecker <brobecker@adacore.com>
82
83 Cope with missing /usr/sbin/prelink.
84 * lib/prelink-support.exp (prelink_no):
85 <result == 1 && $output is "no such file or directory">: New.
86 (prelink_yes): Likewise. Return on failed prelink_no.
87
88 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
89 Joel Brobecker <brobecker@adacore.com>
90
91 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
92 build_executable by build_executable_own_libs. Replace "prelink -R"
93 execution by a call of prelink_yes. Comment why "prelink -r" needs no
94 change.
95 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
96 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
97 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
98 Replace build_executable by build_executable_own_libs's function
99 build_executable_own_libs.
100 (prelinkNO): Create new stub to call prelink_no.
101 (prelinkYES): Create new stub to call prelink_yes.
102 (test_attach): Rename calls of copy to file_copy.
103 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
104 (copy): Move to ...
105 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
106 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
107 * gdb.base/prelink.exp: Disable testcase also for is_remote and
108 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
109 special flags by gdb_compile_shlib. Replace second gdb_compile by
110 build_executable_own_libs. Replace "prelink -R" execution by a call of
111 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
112 a second call of prelink_yes. Replace restart commands by
113 clean_restart.
114 (prelink): Rename to ...
115 (seen displacement message): ... this test. Extend its expectation
116 strictness.
117
118 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
119
120 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
121 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
122 displacement message exactly once.
123
124 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
125 Joel Brobecker <brobecker@adacore.com>
126
127 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
128 its restore after the <$relink_args != ""> loop. new comment.
129
130 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
131 Joel Brobecker <brobecker@adacore.com>
132
133 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
134 code for it. New variable relink_args.
135 (prelinkYES): Call prelinkNO.
136 (test_attach): Accept new parameter relink_args. Re-prelink the binary
137 in such case. Move the core code to ...
138 (test_attach_gdb): ... a new function. Send GDB command "file".
139 Extend expected "Attaching to " string.
140
141 2010-07-02 Tom Tromey <tromey@redhat.com>
142
143 * gdb.base/bitops.exp: Remove extraneous "pass".
144
145 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
146
147 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
148
149 2010-07-01 Pedro Alves <pedro@codesourcery.com>
150
151 * gdb.base/help.exp: Adjust expected output.
152
153 2010-07-01 Pedro Alves <pedro@codesourcery.com>
154
155 * gdb.base/help.exp: Adjust expected output.
156
157 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
158
159 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
160 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
161 c++/11702.
162
163 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
164 Doug Evans <dje@google.com>
165
166 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
167 add .dynamic entry'.
168
169 2010-06-29 Doug Evans <dje@google.com>
170
171 Test PR c++/11702.
172 * gdb.cp/m-static.exp: Add testcase.
173 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
174
175 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
176 Tom Tromey <tromey@redhat.com>
177 Thiago Jung Bauermann <bauerman@br.ibm.com>
178
179 * gdb.python/py-inferior.c: New File.
180 * gdb.python/py-infthread.c: New File.
181 * gdb.python/py-inferior.exp: New File.
182 * gdb.python/py-infthread.exp: New File.
183
184 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
185
186 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
187 (ptype ::C::OtherFileClass typedefs): New.
188 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
189 (C::OtherFileClass::cOtherFileClassVar2): New.
190 (C::OtherFileClass::cOtherFileClassVar_use): Use also
191 cOtherFileClassVar2.
192 (C::cOtherFileType2, C::cOtherFileVar2): New.
193 (C::cOtherFileVar_use): use also cOtherFileVar2.
194 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
195
196 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
197
198 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
199 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
200 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
201 (print ::C::cOtherFileVar)
202 (whatis C::OtherFileClass::cOtherFileClassType)
203 (whatis ::C::OtherFileClass::cOtherFileClassType)
204 (print C::OtherFileClass::cOtherFileClassVar)
205 (print ::cOtherFileClassVar)
206 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
207 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
208 trailing content.
209 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
210 (C::OtherFileClass::cOtherFileClassVar)
211 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
212 (C::cOtherFileVar, C::cOtherFileVar_use): New.
213
214 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
215
216 Test PR c++/11703 and PR gdb/1448.
217 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
218 gdb/1448.
219
220 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
221
222 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
223 (main) <rtti_data>: New.
224 * gdb.cp/virtbase.exp (print rtti_data): New.
225
226 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
227 Joel Brobecker <brobecker@adacore.com>
228
229 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
230
231 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
232
233 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
234
235 2010-06-28 Doug Evans <dje@google.com>
236
237 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
238
239 2010-06-27 Doug Evans <dje@google.com>
240
241 * gdb.cp/m-static.exp: Update expected test output.
242
243 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
244
245 * gdb.gdb/selftest.exp: Adjust expected message for
246 capturing start-up runtime.
247
248 2010-06-25 Tom Tromey <tromey@redhat.com>
249
250 PR python/10808:
251 * gdb.python/python.exp: Add new tests.
252
253 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
254
255 * gdb.cp/operator.cc: Created an import loop.
256 * gdb.cp/operator.exp: Added testcase for import loop.
257
258 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
259
260 Test PR python/11407.
261 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
262 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
263 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
264 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
265 executable_nofb and executable_fb. New variables srcsfile, objsfile,
266 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
267 binfile. Call gdb_compile with clean_restart twice.
268 (func_nofb print, func_nofb backtrace, func_loopfb print)
269 (func_loopfb backtrace): New.
270
271 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
272
273 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
274 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
275 by a hand made one.
276 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
277 i?86 requirement. Remove variables srcfile and binfile. New variable
278 sources, executable_nofb and executable_fb. Call prepare_for_testing.
279
280 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
281
282 * gdb.cell/dwarfaddr.exp: New file.
283 * gdb.cell/dwarfaddr.S: New file.
284
285 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
286
287 Test PR 9436.
288 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
289
290 2010-06-24 Hui Zhu <teawater@gmail.com>
291
292 * gdb.base/eval.exp: New file.
293
294 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
295
296 * gdb.cell/fork.exp: New file.
297 * gdb.cell/fork.c: Likewise.
298 * gdb.cell/fork-spu.c: Likewise.
299
300 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
301
302 * lib/gdb.exp (banned_variables_traced): New global variable.
303 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
304 (gdb_init): Use `trace add variable' instead of obsolete
305 `trace variable'.
306
307 2010-06-21 Doug Evans <dje@google.com>
308
309 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
310
311 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
312
313 * gdb.arch/spu-ls.exp: New file.
314 * gdb.arch/spu-ls.c: Likewise.
315
316 2010-06-18 Stan Shebs <stan@codesourcery.com>
317
318 * gdb.threads/thread-specific.exp: Add tests of $_thread.
319
320 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
321
322 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
323 * gdb.base/watch-cond.exp: Likewise.
324 * gdb.python/py-breakpoint.exp: Likewise.
325
326 2010-06-18 Pedro Alves <pedro@codesourcery.com>
327
328 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
329 clean_restart, make sure every test has a distinct message, and
330 that messages don't include the executable' full path.
331
332 2010-06-17 Doug Evans <dje@google.com>
333
334 * gdb.arch/i386-size.exp: Updated expected output for
335 DISASSEMBLY_OMIT_FNAME.
336
337 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
338 Sergio Durigan Junior <sergiodj@redhat.com>
339
340 * gdb.base/watch-notconst.c: New file.
341 * gdb.base/watch-notconst.S: New file.
342 * gdb.base/watch-notconst2.c: New file.
343 * gdb.base/watch-notconst2.S: New file.
344 * gdb.base/watch-notconst.exp: New file.
345 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
346 (func4): Add operations on `global_ptr_ptr'.
347 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
348 routine to test watchpoints created with a constant expression.
349 (test_inaccessible_watchpoint): Include tests for watchpoints
350 created with a constant expression.
351
352 2010-06-14 Kevin Buettner <kevinb@redhat.com>
353
354 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
355 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
356 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
357 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
358 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
359 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
360 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
361 of `_start'.
362
363 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
364
365 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
366 not supported on the target.
367 * gdb.mi/mi-nonstop-exit.exp: Likewise.
368 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
369 * gdb.mi/mi-nsintrall.exp: Likewise.
370 * gdb.mi/mi-nsmoribund.exp: Likewise.
371 * gdb.mi/mi-nsthrexec.exp: Likewise.
372
373 2010-06-11 Stan Shebs <stan@codesourcery.com>
374
375 * gdb.base/permissions.exp: New file.
376
377 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
378
379 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
380 does not support ELF executable class.
381
382 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
383
384 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
385
386 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
387
388 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
389 (runto): Catch "The target does not support running in non-stop mode.".
390
391 2010-06-11 Michael Snyder <msnyder@vmware.com>
392
393 * gdb.base/setshow.exp (set language asm): Don't use
394 gdb_test_no_output, fails on some targets.
395
396 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
397
398 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
399 * gdb.cp/pr9167.exp: Likewise.
400
401 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
402
403 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
404
405 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
406
407 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
408
409 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
410
411 * gdb.base/charset.c (main): Make sure malloc gets linked in.
412
413 2010-06-11 Tom Tromey <tromey@redhat.com>
414
415 PR gdb/9977, PR exp/11636::
416 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
417 (pieces_test_f6): Update expected output.
418
419 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
420
421 * gdb.base/moribund-step.exp: New.
422
423 2010-06-08 Michael Snyder <msnyder@vmware.com>
424
425 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
426 * gdb.ada/boolean_expr.exp:
427 * gdb.ada/frame_args.exp: Ditto.
428 * gdb.ada/lang_switch.exp: Ditto.
429 * gdb.ada/ptype_arith_binop.exp: Ditto.
430 * gdb.ada/ref_param.exp: Ditto.
431 * gdb.ada/type_coercion.exp:Ditto.
432
433 * gdb.asm/asm-source.exp: Ditto.
434
435 * gdb.base/attach.exp: Ditto.
436 * gdb.base/bitfields2.exp: Ditto.
437 * gdb.base/call-signal-resume.exp: Ditto.
438 * gdb.base/callfuncs.exp: Ditto.
439 * gdb.base/commands.exp: Ditto.
440 * gdb.base/dbx.exp: Ditto.
441 * gdb.base/default.exp: Ditto.
442 * gdb.base/dump.exp: Ditto.
443 * gdb.base/exprs.exp: Ditto.
444 * gdb.base/freebpcmd.exp: Ditto.
445 * gdb.base/interrupt.exp: Ditto.
446 * gdb.base/list.exp: Ditto.
447 * gdb.base/long_long.exp: Ditto.
448 * gdb.base/maint.exp: Ditto.
449 * gdb.base/ptype.exp: Ditto.
450 * gdb.base/return.exp: Ditto.
451 * gdb.base/setshow.exp: Ditto.
452 * gdb.base/sigbpt.exp: Ditto.
453 * gdb.base/sigrepeat.exp: Ditto.
454
455 * gdb.cp/classes.exp: Ditto.
456
457 * gdb.dwarf2/dw2-restore.exp: Ditto.
458
459 * gdb.gdb/selftest.exp: Ditto.
460
461 * gdb.multi/base.exp: Ditto.
462 * gdb.multi/bkpt-multi-exec.exp: Ditto.
463
464 * gdb.python/py-block.exp: Ditto.
465 * gdb.python/py-prettyprint.exp: Ditto.
466 * gdb.python/py-template.exp: Ditto.
467
468 * gdb.server/ext-attach.exp: Ditto.
469 * gdb.server/ext-run.exp: Ditto.
470 * gdb.server/server-mon.exp: Ditto.
471
472 * gdb.threads/fork-thread-pending.exp: Ditto.
473 * gdb.threads/hand-call-in-threads.exp: Ditto.
474 * gdb.threads/interrupted-hand-call.exp: Ditto.
475 * gdb.threads/linux-dp.exp: Ditto.
476 * gdb.threads/manythreads.exp: Ditto.
477 * gdb.threads/print-threads.exp: Ditto.
478 * gdb.threads/pthreads.exp: Ditto.
479 * gdb.threads/schedlock.exp: Ditto.
480 * gdb.threads/thread-unwindonsignal.exp: Ditto.
481 * gdb.threads/threadapply.exp: Ditto.
482
483 2010-06-08 Michael Snyder <msnyder@vmware.com>
484
485 * gdb.ada/exec_changed.exp:
486 Use ".*" instead of "" as wildcard regexp.
487
488 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
489 * gdb.base/call-ar-st.exp: Ditto.
490 * gdb.base/checkpoint.exp: Ditto.
491 * gdb.base/default.exp: Ditto.
492 * gdb.base/dump.exp: Ditto.
493 * gdb.base/ending-run.exp: Ditto.
494 * gdb.base/fileio.exp: Ditto.
495 * gdb.base/miscexprs.exp: Ditto.
496 * gdb.base/pointers.exp: Ditto.
497 * gdb.base/readline.exp: Ditto.
498 * gdb.base/reread.exp: Ditto.
499 * gdb.base/restore.exp: Ditto.
500 * gdb.base/shlib-call.exp: Ditto.
501 * gdb.base/valgrind-db-attach.exp: Ditto.
502 * gdb.base/volatile.exp: Ditto.
503 * gdb.base/watchpoints.exp: Ditto.
504
505 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
506
507 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
508 * gdb.python/py-value.exp: Ditto.
509
510 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
511 * gdb.trace/circ.exp: Ditto.
512 * gdb.trace/collection.exp: Ditto.
513 * gdb.trace/packetlen.exp: Ditto.
514 * gdb.trace/passc-dyn.exp: Ditto.
515 * gdb.trace/report.exp: Ditto.
516 * gdb.trace/tfile.exp: Ditto.
517 * gdb.trace/tfind.exp: Ditto.
518 * gdb.trace/while-dyn.exp: Ditto.
519
520 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
521
522 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
523
524 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
525
526 Test PR 10640.
527 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
528
529 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
530
531 * gdb.cp/koenig.exp: Test for ADL operators.
532 * gdb.cp/koenig.cc: Added ADL operators.
533 * gdb.cp/operator.exp: New test.
534 * gdb.cp/operator.cc: New test.
535
536 2010-06-04 Michael Snyder <msnyder@vmware.com>
537
538 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
539 * gdb.base/pending.exp: Ditto.
540
541 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
542
543 2010-06-04 Doug Evans <dje@google.com>
544
545 * gdb.python/py-prettyprint.exp: Add new test for enabled and
546 disabled printers.
547 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
548 (enable_lookup_function): New function.
549
550 2010-06-04 Tom Tromey <tromey@redhat.com>
551
552 * gdb.python/py-value.exp (test_value_hash): Don't test equality
553 of hash and id.
554
555 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
556
557 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
558 newline.
559 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
560 (empty verbose non-noisy clear, empty verbose noisy clear)
561 (empty non-verbose noisy clear): Likewise.
562
563 2010-06-03 Michael Snyder <msnyder@vmware.com>
564
565 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
566 * gdb.base/display.exp: Ditto.
567 * gdb.base/find.exp: Ditto.
568 * gdb.base/ifelse.exp: Ditto.
569 * gdb.base/multi-forks.exp: Ditto.
570 * gdb.base/recurse.exp: Ditto.
571 * gdb.base/setshow.exp: Ditto.
572 * gdb.base/value-double-free.exp: Ditto.
573 * gdb.base/watch-vfork.exp: Ditto.
574 * gdb.base/watch_thread_num.exp: Ditto.
575 * gdb.base/watchpoint-solib.exp: Ditto.
576 * gdb.base/watchpoint.exp: Ditto.
577 * gdb.base/watchpoints.exp: Ditto.
578
579 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
580 * gdb.cp/overload.exp: Ditto.
581 * gdb.cp/virtfunc.exp: Ditto.
582
583 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
584
585 * gdb.reverse/watch-precsave.exp:
586 Replace gdb_test with gdb_test_no_output.
587
588 * gdb.threads/attach-into-signal.exp:
589 Replace gdb_test with gdb_test_no_output.
590 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
591 * gdb.threads/watchthreads.exp: Ditto.
592 * gdb.threads/watchthreads2.exp: Ditto.
593
594 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
595 * gdb.trace/tfind.exp: Ditto.
596
597 2010-06-03 Joel Brobecker <brobecker@adacore.com>
598
599 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
600 successful test if message is the empty string.
601
602 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
603
604 * gdb.fortran/module.exp (stopped language detection): New test.
605
606 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
607
608 Support DW_TAG_module as separate namespaces.
609 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
610 gdb.fortran/library-module-lib.f90: New.
611 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
612 (print i): Remove.
613 (continue to breakpoint: i-is-1, print var_i value 1)
614 (continue to breakpoint: i-is-2, print var_i value 2)
615 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
616 (print var_d, print var_i value 14, ptype modmany, complete `modm)
617 (complete `modmany, complete `modmany`, complete `modmany`var)
618 (show language, setting breakpoint at module): New tests.
619 * gdb.fortran/module.f90 (module mod): Remove.
620 (module mod1, module mod2, module modmany, subroutine sub1)
621 (subroutine sub2, program module): New.
622
623 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
624
625 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
626 (print value of rUC, print value of rI, print value of UI): ... here.
627 * gdb.cp/anon-union.exp (pass): Rename to ...
628 (print z 2): ... here.
629
630 2010-06-02 Michael Snyder <msnyder@vmware.com>
631
632 * gdb.trace/actions.exp: Use gdb_test_no_output.
633 * gdb.trace/circ.exp: Ditto.
634 * gdb.trace/packetlen.exp: Ditto.
635 * gdb.trace/save-trace.exp: Ditto.
636 * gdb.trace/tracecmd.exp: Ditto.
637 * gdb.trace/tsv.exp: Ditto.
638
639 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
640 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
641 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
642 * gdb.threads/manythreads.exp: Ditto.
643 * gdb.threads/print-threads.exp: Ditto.
644 * gdb.threads/pthreads.exp: Ditto.
645 * gdb.threads/schedlock.exp: Ditto.
646 * gdb.threads/staticthreads.exp: Ditto.
647 * gdb.threads/thread-specific.exp: Ditto.
648 * gdb.threads/thread-unwindonsignal.exp: Ditto.
649 * gdb.threads/threadapply.exp: Ditto.
650 * gdb.threads/watchthreads.exp: Ditto.
651 * gdb.threads/watchthreads2.exp: Ditto.
652
653 * gdb.python/py-block.exp: Use gdb_test_no_output.
654 * gdb.python/py-prettyprint.exp: Ditto.
655 * gdb.python/py-template.exp: Ditto.
656 * gdb.python/py-value.exp: Ditto.
657
658 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
659 * gdb.reverse/watch-reverse.exp: Ditto.
660
661 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
662 * gdb.server/ext-run.exp: Ditto.
663
664 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
665 * gdb.dwarf2/dw2-compressed.exp: Ditto.
666 * gdb.dwarf2/dw2-intercu.exp: Ditto.
667 * gdb.dwarf2/dw2-intermix.exp: Ditto.
668 * gdb.dwarf2/dw2-producer.exp: Ditto.
669 * gdb.dwarf2/mac-fileno.exp: Ditto.
670
671 * gdb.gdb/observer.exp: Use gdb_test_no_output.
672 * gdb.gdb/selftest.exp: Ditto.
673
674 * gdb.multi/base.exp: Use gdb_test_no_output.
675
676 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
677
678 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
679
680 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
681
682 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
683
684 * gdb.cp/class2.exp: Use gdb_test_no_output.
685 * gdb.cp/classes.exp: Ditto.
686 * gdb.cp/extern-c.exp: Ditto.
687 * gdb.cp/inherit.exp: Ditto.
688 * gdb.cp/maint.exp: Ditto.
689 * gdb.cp/mb-inline.exp: Ditto.
690 * gdb.cp/mb-templates.exp: Ditto.
691 * gdb.cp/method2.exp: Ditto.
692 * gdb.cp/misc.exp: Ditto.
693 * gdb.cp/ovldbreak.exp: Ditto.
694 * gdb.cp/punctuator.exp: Ditto.
695 * gdb.cp/templates.exp: Ditto.
696 * gdb.cp/virtbase.exp: Ditto.
697
698 * gdb.threads/attach-stopped.exp:
699 Replace uses of send_gdb / gdb_expect.
700 * gdb.threads/attachstop-mt.exp:
701 Replace uses of send_gdb / gdb_expect.
702 * gdb.threads/gcore-thread.exp:
703 Replace uses of send_gdb / gdb_expect.
704 * gdb.threads/hand-call-in-threads.exp:
705 Replace uses of send_gdb / gdb_expect.
706 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
707 * gdb.threads/print-threads.exp:
708 Replace uses of send_gdb / gdb_expect.
709 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
710 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
711 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
712
713 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
714 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
715 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
716 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
717 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
718 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
719 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
720 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
721 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
722 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
723 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
724
725 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
726
727 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
728
729 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
730
731 * gdb.cp/koenig.exp: Added new test case.
732 * gdb.cp/koenig.cc: Ditto.
733
734 2010-06-01 Michael Snyder <msnyder@vmware.com>
735
736 * gdb.base/arithmet.exp: Use gdb_test_no_output.
737 * gdb.base/arrayidx.exp: Ditto.
738 * gdb.base/attach.exp: Ditto.
739 * gdb.base/auxv.exp: Ditto.
740 * gdb.base/bigcre.exp: Ditto.
741 * gdb.base/break-always.exp: Ditto.
742 * gdb.base/break-interp.exp: Ditto.
743 * gdb.base/break.exp: Ditto.
744 * gdb.base/breakpoint-shadow.exp: Ditto.
745 * gdb.base/call-ar-st.exp: Ditto.
746 * gdb.base/call-sc.exp: Ditto.
747 * gdb.base/call-signal-resume.exp: Ditto.
748 * gdb.base/callfuncs.exp: Ditto.
749 * gdb.base/catch-syscall.exp: Ditto.
750 * gdb.base/charset.exp: Ditto.
751 * gdb.base/code-expr.exp: Ditto.
752 * gdb.base/commands.exp: Ditto.
753 * gdb.base/cond-expr.exp: Ditto.
754 * gdb.base/condbreak.exp: Ditto.
755 * gdb.base/cursal.exp: Ditto.
756 * gdb.base/cvexpr.exp: Ditto.
757 * gdb.base/default.exp: Ditto.
758 * gdb.base/del.exp: Ditto.
759 * gdb.base/detach.exp: Ditto.
760 * gdb.base/display.exp: Ditto.
761 * gdb.base/ena-dis-br.exp: Ditto.
762 * gdb.base/eval-skip.exp: Ditto.
763 * gdb.base/foll-fork.exp: Ditto.
764 * gdb.base/foll-vfork.exp: Ditto.
765 * gdb.base/frame-args.exp: Ditto.
766 * gdb.base/funcargs.exp: Ditto.
767 * gdb.base/gcore-buffer-overflow.exp: Ditto.
768 * gdb.base/gdbvars.exp: Ditto.
769 * gdb.base/help.exp: Ditto.
770 * gdb.base/ifelse.exp: Ditto.
771 * gdb.base/included.exp: Ditto.
772 * gdb.base/list.exp: Ditto.
773 * gdb.base/macscp.exp: Ditto.
774 * gdb.base/maint.exp: Ditto.
775 * gdb.base/multi-fork.exp: Ditto.
776 * gdb.base/overlays.exp: Ditto.
777 * gdb.base/page.exp: Ditto.
778 * gdb.base/pending.exp: Ditto.
779 * gdb.base/pointers.exp: Ditto.
780 * gdb.base/pr11022.exp: Ditto.
781 * gdb.base/prelink.exp: Ditto.
782 * gdb.base/printcmds.exp: Ditto.
783 * gdb.base/psymtab.exp: Ditto.
784 * gdb.base/randomize.exp: Ditto.
785 * gdb.base/relational.exp: Ditto.
786 * gdb.base/relocate.exp: Ditto.
787 * gdb.base/remote.exp: Ditto.
788 * gdb.base/sepdebug.exp: Ditto.
789 * gdb.base/set-lang-auto.exp: Ditto.
790 * gdb.base/setshow.exp: Ditto.
791 * gdb.base/setvar.exp: Ditto.
792 * gdb.base/signals.exp: Ditto.
793 * gdb.base/signull.exp: Ditto.
794 * gdb.base/sigstep.exp: Ditto.
795 * gdb.base/sizeof.exp: Ditto.
796 * gdb.base/solib-disc.exp: Ditto.
797 * gdb.base/store.exp: Ditto.
798 * gdb.base/structs.exp: Ditto.
799 * gdb.base/structs2.exp: Ditto.
800 * gdb.base/subst.exp: Ditto.
801 * gdb.base/term.exp: Ditto.
802 * gdb.base/trace-commands.exp: Ditto.
803 * gdb.base/unwindonsignal.exp: Ditto.
804 * gdb.base/valgrind-db-attach.exp: Ditto.
805 * gdb.base/varargs.exp: Ditto.
806 * gdb.base/watch-cond.exp: Ditto.
807 * gdb.base/watch_thread_num.exp: Ditto.
808 * gdb.base/watchpoint-cond-gone.exp: Ditto.
809 * gdb.base/watchpoint.exp: Ditto.
810 * gdb.base/whatis-exp.exp: Ditto.
811
812 2010-06-01 Michael Snyder <msnyder@vmware.com>
813
814 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
815 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
816 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
817 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
818 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
819 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
820 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
821 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
822 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
823 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
824 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
825 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
826 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
827 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
828 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
829
830 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
831
832 * gdb.base/commands.exp (begin commands on watch): Remove excessive
833 trailing newline.
834 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
835 * gdb.java/jmisc.exp (p *args\n): Rename to ...
836 (p *args): ... here and remove excessive trailing newline.
837
838 2010-05-31 Joel Brobecker <brobecker@adacore.com>
839
840 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
841
842 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
843
844 Accept the new Linux kernel "t (tracing stop)" string.
845 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
846 Update comment.
847 (state_wait) <T (tracing stop)>: New.
848 (main): Update the state_wait expect string.
849
850 2010-05-28 Pedro Alves <pedro@codesourcery.com>
851
852 * limits.c, limits.exp: Delete files.
853 * Makefile.in (clean mostlyclean): Adjust.
854 * tracecmd.exp: Adjust.
855
856 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
857
858 * gdb.base/tui-layout.exp: New.
859
860 2010-05-28 Michael Snyder <msnyder@vmware.com>
861
862 * gdb.reverse/break-precsave.exp:
863 Replace uses of send_gdb / gdb_expect.
864 * gdb.reverse/break-reverse.exp:
865 Replace uses of send_gdb / gdb_expect.
866 * gdb.reverse/consecutive-precsave.exp:
867 Replace uses of send_gdb / gdb_expect.
868 * gdb.reverse/consecutive-reverse.exp:
869 Replace uses of send_gdb / gdb_expect.
870 * gdb.reverse/finish-precsave.exp:
871 Replace uses of send_gdb / gdb_expect.
872 * gdb.reverse/finish-reverse.exp:
873 Replace uses of send_gdb / gdb_expect.
874 * gdb.reverse/i386-precsave.exp:
875 Replace uses of send_gdb / gdb_expect.
876 * gdb.reverse/i386-reverse.exp:
877 Replace uses of send_gdb / gdb_expect.
878 * gdb.reverse/i386-sse-reverse.exp:
879 Replace uses of send_gdb / gdb_expect.
880 * gdb.reverse/i387-env-reverse.exp:
881 Replace uses of send_gdb / gdb_expect.
882 * gdb.reverse/i387-stack-reverse.exp:
883 Replace uses of send_gdb / gdb_expect.
884 * gdb.reverse/machinestate-precsave.exp:
885 Replace uses of send_gdb / gdb_expect.
886 * gdb.reverse/machinestate.exp:
887 Replace uses of send_gdb / gdb_expect.
888 * gdb.reverse/sigall-precsave.exp:
889 Replace uses of send_gdb / gdb_expect.
890 * gdb.reverse/sigall-reverse.exp:
891 Replace uses of send_gdb / gdb_expect.
892 * gdb.reverse/solib-precsave.exp:
893 Replace uses of send_gdb / gdb_expect.
894 * gdb.reverse/solib-reverse.exp:
895 Replace uses of send_gdb / gdb_expect.
896 * gdb.reverse/step-precsave.exp:
897 Replace uses of send_gdb / gdb_expect.
898 * gdb.reverse/step-reverse.exp:
899 Replace uses of send_gdb / gdb_expect.
900 * gdb.reverse/until-precsave.exp:
901 Replace uses of send_gdb / gdb_expect.
902 * gdb.reverse/until-reverse.exp:
903 Replace uses of send_gdb / gdb_expect.
904 * gdb.reverse/watch-precsave.exp:
905 Replace uses of send_gdb / gdb_expect.
906 * gdb.reverse/watch-reverse.exp:
907 Replace uses of send_gdb / gdb_expect.
908
909 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
910
911 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
912 excessive newline.
913
914 2010-05-27 Michael Snyder <msnyder@vmware.com>
915
916 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
917 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
918 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
919 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
920 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
921 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
922 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
923 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
924 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
925 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
926 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
927 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
928 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
929 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
930 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
931 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
932 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
933 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
934 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
935
936 2010-05-26 Michael Snyder <msnyder@vmware.com>
937
938 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
939 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
940
941 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
942 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
943 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
944
945 * gdb.reverse/consecutive-reverse.exp:
946 Replace uses of send_gdb / gdb_expect.
947 * gdb.reverse/consecutive-precsave.exp:
948 Replace uses of send_gdb / gdb_expect.
949
950 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
951 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
952 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
953 * gdb.mi/mi-ns-stale-regcache.exp:
954 Replace uses of send_gdb / gdb_expect.
955 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
956 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
957 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
958 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
959 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
960 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
961 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
962 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
963 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
964
965 2010-05-26 Michael Snyder <msnyder@vmware.com>
966
967 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
968
969 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
970
971 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
972 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
973 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
974 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
975 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
976 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
977 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
978 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
979 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
980
981 2010-05-25 Tom Tromey <tromey@redhat.com>
982
983 * gdb.base/macscp.exp: Add missing space after setup_kfail.
984
985 2010-05-25 Tom Tromey <tromey@redhat.com>
986
987 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
988 argument order.
989 * gdb.base/macscp.exp: Fix setup_kfail argument order.
990 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
991 order.
992 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
993 order.
994 * gdb.base/call-sc.exp (setup_kfails): Remove.
995 (setup_compiler_kfails): Remove.
996 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
997 argument order.
998 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
999 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
1000 (advancei): Fix setup_kfail argument order.
1001 * gdb.base/radix.exp: Fix setup_kfail argument order.
1002 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
1003 order.
1004 * gdb.base/structs.exp (setup_kfails): Remove.
1005 (setup_compiler_kfails): Fix setup_kfail argument order.
1006 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
1007 order.
1008 * gdb.java/jmain.exp: Fix setup_kfail argument order.
1009 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
1010 setup_kfail argument order.
1011 * gdb.cp/overload.exp: Fix setup_kfail argument order.
1012
1013 2010-05-25 Tom Tromey <tromey@redhat.com>
1014
1015 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
1016
1017 2010-05-25 Michael Snyder <msnyder@vmware.com>
1018
1019 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
1020 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
1021 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
1022 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
1023 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
1024 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
1025 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
1026 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
1027 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
1028 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
1029 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
1030 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
1031 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
1032 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
1033 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
1034 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
1035 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
1036 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
1037 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
1038 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
1039 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
1040 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
1041 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
1042 * gdb.base/default.exp: Replace send_gdb with gdb_test.
1043 * gdb.base/define.exp: Replace send_gdb with gdb_test.
1044 * gdb.base/display.exp: Replace send_gdb with gdb_test.
1045 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
1046 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
1047 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
1048 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
1049 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
1050 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
1051 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
1052 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
1053 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
1054 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
1055 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
1056 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
1057 * gdb.base/help.exp: Replace send_gdb with gdb_test.
1058 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
1059 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
1060 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
1061 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
1062 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
1063 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
1064 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
1065 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
1066 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
1067
1068 2010-05-25 Doug Evans <dje@google.com>
1069
1070 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
1071 gdb.string_to_argv.
1072
1073 2010-05-21 Tom Tromey <tromey@redhat.com>
1074
1075 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
1076 Call it.
1077 * gdb.dwarf2/pieces.S: Update.
1078 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
1079
1080 2010-05-21 Tom Tromey <tromey@redhat.com>
1081
1082 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
1083 Call it.
1084 * gdb.dwarf2/pieces.c (struct C): New.
1085 (f6): New function.
1086 * gdb.dwarf2/pieces.S: Replace.
1087
1088 2010-05-21 Tom Tromey <tromey@redhat.com>
1089
1090 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
1091 Call it.
1092
1093 2010-05-21 Tom Tromey <tromey@redhat.com>
1094
1095 * gdb.dwarf2.pieces.exp: New file.
1096 * gdb.dwarf2.pieces.S: New file.
1097 * gdb.dwarf2.pieces.c: New file.
1098
1099 2010-05-20 Pedro Alves <pedro@codesourcery.com>
1100 Joel Brobecker <brobecker@adacore.com>
1101
1102 * lib/gdb.exp (gdb_test_no_output): New function.
1103 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
1104 when testing commands that should produce no output.
1105
1106 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1107
1108 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
1109 parameter that we want to watch being a constant.
1110
1111 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1112
1113 * gdb.ada/cond_lang: New testcase.
1114
1115 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1116
1117 * lib/gdb.exp (banned_variables): New variable/constant.
1118 (gdb_init): Add write trace on variables listed in banned_variables.
1119 (gdb_finish): Remove write traces on variables listed in
1120 banned_variables.
1121
1122 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1123
1124 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
1125 * gdb.cp/koenig.exp: Likewise.
1126
1127 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
1128
1129 PR python/11482
1130
1131 * gdb.python/py-value.exp (test_value_hash): New function.
1132
1133 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
1134
1135 PR exp/11530.
1136 * gdb.base/gdb11530.c: New file.
1137 * gdb.base/gdb11530.exp: New file.
1138
1139 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1140
1141 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
1142 * gdb.dwarf2/dw2-modula2-self-type.S: New.
1143
1144 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
1145
1146 * gdb.cp/koenig.exp: New test.
1147 * gdb.cp/koenig.cc: New test program.
1148
1149 2010-05-05 Joel Brobecker <brobecker@adacore.com>
1150
1151 Remove the use of prms_id and bug_id throughout the testsuite.
1152
1153 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
1154
1155 PR exp/11349.
1156 * testsuite/gdb.cp/ref-types.exp: Add test to examine
1157 use a reference local variable.
1158
1159 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1160
1161 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
1162 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
1163 variable different_dir. Move debugfile into a full directory pathname
1164 under DIFFERENT_DIR.
1165 * lib/gdb.exp (separate_debug_filename): Remove.
1166 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
1167 variable debug_dir and mkdir of it. Update function comments.
1168
1169 2010-04-29 Pedro Alves <pedro@codesourcery.com>
1170
1171 PR gdb/11557
1172
1173 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
1174 files.
1175
1176 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
1177
1178 * gdb.python/py-param.exp: New File.
1179
1180 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1181
1182 * gdb.base/default.exp: Fix "set language" test.
1183
1184 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
1185
1186 PR breakpoints/11531.
1187 * gdb.base/gdb11531.c: New file.
1188 * gdb.base/gdb11531.exp: New file.
1189
1190 2010-04-26 Tom Tromey <tromey@redhat.com>
1191
1192 * gdb.base/completion.exp: Add tests for completion and deprecated
1193 commands.
1194
1195 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1196
1197 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
1198 (print /x char_array): Escape curly brackets.
1199
1200 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1201
1202 Fix deadlock on looped list of loaded shared objects.
1203 * gdb.base/solib-corrupted.exp: New.
1204
1205 2010-04-23 Doug Evans <dje@google.com>
1206
1207 * gdb.python/py-section-script.c: New file.
1208 * gdb.python/py-section-script.exp: New file.
1209 * gdb.python/py-section-script.py: New file.
1210
1211 2010-04-20 Chris Moller <cmoller@redhat.com>
1212
1213 PR 10179
1214
1215 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
1216 * gdb.base/pr10179-a.c:
1217 * gdb.base/pr10179-b.c:
1218 * gdb.base/pr10179.exp: New files.
1219
1220 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1221
1222 Fix crashes on dangling display expressions.
1223 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
1224 is SEP.
1225 (lib_flags): Remove the "debug" keyword.
1226 (libsepdebug): New variable for iterating new loop.
1227 (save_pf_prefix): New variable wrapping the loop.
1228 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
1229 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
1230
1231 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1232
1233 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
1234
1235 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1236
1237 PR stabs/11479.
1238 * gdb.stabs/gdb11479.exp: New file.
1239 * gdb.stabs/gdb11479.c: New file.
1240
1241 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1242
1243 * gdb.base/charset.c (Strin16, String32): New variables.
1244 * gdb.base/charset.exp (gdb_test): Test correct display
1245 of 16 or 32 bit strings.
1246
1247 2010-04-21 Chris Moller <cmoller@redhat.com>
1248
1249 PR 9167
1250 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
1251 * gdb.cp/pr9167.cc: New file.
1252 * gdb.cp/pr9167.exp: New file.
1253
1254
1255 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
1256
1257 PR pascal/11492.
1258 * gdb.pascal/gdb11492.pas: New file.
1259 * gdb.pascal/gdb11492.exp: New file.
1260
1261 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1262
1263 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
1264
1265 2010-04-20 Joel Brobecker <brobecker@adacore.com>
1266
1267 * gdb.ada/dyn_loc: New testcase.
1268
1269 2010-04-20 Chris Moller <cmoller@redhat.com>
1270
1271 PR 10867
1272
1273 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
1274 * gdb.cp/pr10687.cc: New file.
1275 * gdb.cp/pr10687.exp: New file.
1276
1277
1278 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1279 Sergio Durigan Junior <sergiodj@redhat.com>
1280
1281 * gdb.fortran/logical.exp: New testcase.
1282 * gdb.fortran/logical.f90: New file.
1283
1284 2010-04-19 Doug Evans <dje@google.com>
1285
1286 * gdb.base/help.exp (help source): Update expected output.
1287
1288 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1289
1290 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
1291 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
1292 gdb_exit and return.
1293 (executable): New variable.
1294 (binfile): Use it.
1295
1296 2010-04-19 Pedro Alves <pedro@codesourcery.com>
1297
1298 PR breakpoints/8554.
1299
1300 * gdb.trace/save-trace.exp: Adjust.
1301
1302 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
1303
1304 PR corefiles/11511
1305 * gdb.arch/system-gcore.exp: New.
1306 * gdb.arch/gcore.c: Likewise.
1307
1308 2010-04-15 Doug Evans <dje@google.com>
1309
1310 * gdb.python/py-progspace.c: New file.
1311 * gdb.python/py-progspace.exp: New file.
1312
1313 * gdb.base/source.exp: Add tests for "source -s".
1314
1315 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1316
1317 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
1318 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
1319 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
1320 * gdb.python/py-mi.exp: New test for to_string returning None.
1321
1322 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
1323
1324 * gdb.python/py-breakpoint.c: Make result global.
1325
1326 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1327
1328 Fix non-GNU make compatibility.
1329 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
1330
1331 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1332
1333 * gdb.python/py-breakpoint.exp: New File.
1334 * gdb.python/py-breakpoint.C: Ditto.
1335
1336 2010-04-08 Stan Shebs <stan@codesourcery.com>
1337
1338 * gdb.trace/actions.exp: Clear default-collect.
1339 * gdb.trace/save-trace.exp: Clear default-collect.
1340
1341 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
1342
1343 * gdb.python/py-value: Add null string variable.
1344 (test_lazy_string): Test zero length, NULL address lazy
1345 strings.
1346
1347 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1348
1349 * gdb.arch/i386-avx.c: New.
1350 * gdb.arch/i386-avx.exp: Likewise.
1351
1352 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
1353
1354 2010-04-06 Doug Evans <dje@google.com>
1355
1356 * gdb.base/source-test.gdb: New file.
1357 * gdb.base/source.exp: Test source -v.
1358
1359 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1360
1361 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
1362
1363 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
1364
1365 * gdb.stabs/aout.sed: Convert all backslash to double backslash
1366 within one line, unless it is followed by a double quote.
1367 * gdb.stabs/hppa.sed: Idem.
1368 * gdb.stabs/weird.def: Add char and String constants
1369 * gdb.stabs/weird.exp: Check for correct parsing of
1370 chhar and string constants.
1371 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
1372 in .stabs to .stabx substitution.
1373
1374 2010-04-05 Stan Shebs <stan@codesourcery.com>
1375
1376 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
1377 constant global.
1378 * gdb.trace/tfile.exp: Try to print them.
1379
1380 2010-04-04 Stan Shebs <stan@codesourcery.com>
1381
1382 * gdb.base/completion.exp: Update for new "info watchpoints".
1383 * gdb.base/default.exp: Ditto.
1384 * gdb.base/help.exp: Ditto.
1385 * gdb.base/watchpoint.exp: Ditto.
1386 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
1387
1388 2010-04-04 Stan Shebs <stan@codesourcery.com>
1389
1390 * gdb.trace/tfile.exp: Sharpen tfind test.
1391
1392 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1393
1394 * gdb.base/break-entry.exp: New.
1395
1396 2010-04-02 Hui Zhu <teawater@gmail.com>
1397 Michael Snyder <msnyder@vmware.com>
1398
1399 * gdb.reverse/i386-sse-reverse.exp: New file.
1400 * gdb.reverse/i386-sse-reverse.c: New file.
1401
1402 2010-04-02 Pedro Alves <pedro@codesourcery.com>
1403
1404 * gdb.trace/tfind.exp: Adjust expected disassembly output.
1405
1406 2010-04-01 Stan Shebs <stan@codesourcery.com>
1407
1408 * gdb.trace/actions.exp: Tweak expected output.
1409 * gdb.trace/while-stepping.exp: Tweak expected output.
1410
1411 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
1412
1413 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
1414
1415 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1416
1417 * gdb.base/commands.exp: Adjust.
1418 * gdb.cp/extern-c.exp: Adjust.
1419
1420 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1421
1422 * gdb.trace/collection.c (local_test_func): Define a local struct,
1423 and instanciate it.
1424
1425 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1426
1427 * gdb.trace/collection.exp (gdb_collect_args_test)
1428 (gdb_collect_argarray_test): XFAIL the tests that assume the
1429 argarray argument's elements are collected.
1430
1431 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1432
1433 * gdb.dwarf2/dw2-bad-parameter-type.exp,
1434 gdb.dwarf2/dw2-bad-parameter-type.S: New.
1435
1436 2010-03-31 Stan Shebs <stan@codesourcery.com>
1437
1438 * gdb.trace/save-trace.exp: Test save/restore of default-collect
1439 and tracepoint conditionals.
1440 (gdb_verify_tracepoints): Delete unused return.
1441
1442 2010-03-26 Keith Seitz <keiths@redhat.com>
1443
1444 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
1445 appear in the output before main.
1446 Remove KFAIL for gdb/2215 aka bz 9320.
1447
1448 2010-03-30 Doug Evans <dje@google.com>
1449
1450 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
1451 by dejagnu.
1452 * gdb.arch/amd64-dword.exp: Ditto.
1453
1454 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
1455 match.
1456 (break printf): Ditto.
1457
1458 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
1459
1460 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
1461 gcc < 4.4.
1462 * gdb.cp/shadow.exp: Ditto.
1463
1464 2010-03-29 Pedro Alves <pedro@codesourcery.com>
1465
1466 * gdb.trace/collection.exp (run_trace_experiment): Make sure
1467 "tstart" is silent.
1468
1469 2010-03-29 Pedro Alves <pedro@codesourcery.com>
1470
1471 * gdb.trace/collection.exp (executable): New.
1472 (binfile): Use it.
1473 (fpreg, spreg, pcreg): New.
1474 (test_register): Use gdb_test_multiple. Pass /x to print.
1475 (prepare_for_trace_test): New.
1476 (run_trace_experiment): Use "continue", not gdb_run_cmd.
1477 (gdb_collect_args_test, gdb_collect_argstruct_test)
1478 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
1479 prepare_for_trace_test.
1480 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
1481 fpreg, spreg and pcreg.
1482 (gdb_collect_expression_test, gdb_collect_globals_test): Use
1483 prepare_for_trace_test.
1484 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
1485 try to detect tracing support here. Don't set breakpoints at
1486 `begin' or `end' here.
1487 <global scope>: Use clean_restart. Run to main before checking
1488 for tracing support. Check for for tracing support here.
1489
1490 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1491
1492 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
1493 " as $displacement" to "seen displacement message".
1494
1495 2010-03-28 Pedro Alves <pedro@codesourcery.com>
1496
1497 * gdb.trace/while-dyn.exp (executable): New variable.
1498 (binfile): Use it.
1499 (test_while_stepping): New function. Move most tests here. Call
1500 it once for each of the while-stepping, stepping and ws aliases.
1501
1502 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1503
1504 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
1505 that do not provide the tagless_struct type name at all.
1506 (test_print_anon_union): Do not check value of uninitialized
1507 union member. Do not use cp_test_ptype_class, so we can accept
1508 "long" as well as "long int".
1509
1510 2010-03-26 Pedro Alves <pedro@codesourcery.com>
1511
1512 * gdb.trace/tfile.c (tohex, bin2hex): New.
1513 (write_error_trace_file): Hexify error description.
1514
1515 2010-03-25 Stan Shebs <stan@codesourcery.com>
1516
1517 * gdb.trace/tfile.c: Generate an additional trace file, improve
1518 portability.
1519 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
1520 files in a better way.
1521
1522 2010-03-25 Keith Seitz <keiths@redhat.com>
1523
1524 * gdb.java/jprint.exp: XFAIL printing of static class members
1525 because of GCC debuginfo problem.
1526
1527 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1528
1529 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
1530
1531 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1532
1533 * gdb.base/completion.exp: Allow long instead of long int.
1534 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
1535 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
1536 variable p.
1537 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
1538 * gdb.base/pointers.exp: Allow long instead of long int.
1539 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
1540 * gdb.base/step-line.exp: Allow a directory before the source file name.
1541
1542 2010-03-24 Tom Tromey <tromey@redhat.com>
1543
1544 PR breakpoints/9352:
1545 * gdb.base/default.exp: Update.
1546 * gdb.base/commands.exp: Update.
1547 * gdb.cp/extern-c.exp: Test setting commands on multiple
1548 breakpoints at once.
1549
1550 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1551
1552 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
1553 if gdb,nosignals.
1554 * gdb.base/watchpoints.c: Do not include unnecessary headers.
1555 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
1556 exited".
1557
1558 2010-03-24 Stan Shebs <stan@codesourcery.com>
1559
1560 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
1561
1562 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1563
1564 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
1565 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
1566 argument. Handle "short" and "long".
1567 (Top level): Pass overprototyped output for old_fptr and xptr.
1568
1569 2010-03-23 Pedro Alves <pedro@codesourcery.com>
1570
1571 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
1572 format strings and add casts to avoid compiler warnings.
1573
1574 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
1575
1576 * lib/trace-support.exp (gdb_trace_setactions):
1577 Don't expect whitespace after ">" prompt.
1578 * gdb.trace/actions.exp: Adjust for output changes.
1579 * gdb.trace/while-stepping.exp: Likewise.
1580
1581 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1582
1583 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
1584 and r157645).
1585
1586 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1587
1588 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
1589 New.
1590
1591 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
1592
1593 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
1594 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
1595
1596 2010-03-19 Stan Shebs <stan@codesourcery.com>
1597
1598 * gdb.trace/ax.exp: New file.
1599
1600 2010-03-19 Doug Evans <dje@google.com>
1601
1602 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
1603 output from gcc.
1604
1605 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
1606 named /usr/sbin/prelink<foo>.
1607
1608 2010-03-18 Stan Shebs <stan@codesourcery.com>
1609
1610 * gdb.trace/circ.exp: Test circular-trace-buffer.
1611 * gdb.trace/tfile.exp: Update tstatus test.
1612
1613 2010-03-18 Joel Brobecker <brobecker@adacore.com>
1614
1615 * gdb.dwarf2/dw2-anonymous-func.S: New file.
1616 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
1617
1618 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1619
1620 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
1621
1622 2010-03-18 Pedro Alves <pedro@codesourcery.com>
1623
1624 * gdb.base/default.exp: Adjust the expected output of the finish
1625 and until commands when the inferior is not being run.
1626
1627 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1628
1629 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
1630 * gdb.cp/nsusing.exp: Ditto.
1631
1632 2010-03-15 Tom Tromey <tromey@redhat.com>
1633
1634 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
1635 * gdb.cp/userdef.cc (operator==): New function.
1636 (main): New locals mem1, mem2.
1637
1638 2010-03-15 Jie Zhang <jie@codesourcery.com>
1639
1640 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
1641 Declare and use new loadtimeout variable.
1642
1643 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1644
1645 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
1646 Use gdb_load later.
1647
1648 2010-03-14 Pedro Alves <pedro@codesourcery.com>
1649
1650 * gdb.base/solib-disc.c (main): Make format of fprintf a string
1651 literal. Add missing endlines to prints to stderr.
1652
1653 2010-03-12 Tom Tromey <tromey@redhat.com>
1654
1655 PR c++/9708:
1656 * gdb.cp/m-static.exp: Add regression test.
1657 * gdb.cp/m-static.cc (method): New method.
1658 (main): Call it.
1659
1660 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1661
1662 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
1663 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
1664
1665 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1666
1667 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
1668
1669 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1670
1671 * lib/gdb.exp (skip_stl_tests): New.
1672 (gdb_compile): Symbian needs -ldl.
1673 (shlib_target_file): New.
1674 (shlib_symbol_file): New.
1675 (gdb_load_shlibs): Use shlib_target_file.
1676 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
1677 * gdb.cp/exception.exp: Use skip_stl_tests.
1678 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
1679 * gdb.cp/try_catch.exp: Use skip_stl_tests.
1680 * gdb.cp/mb-templates.exp: Ditto.
1681 * gdb.base/commands.exp: Relax regexes.
1682 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
1683 shlib_target_file and shlib_symbol_file.
1684 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
1685 sections.
1686 * gdb.base/ending-run.exp: Accept E32Main for symbian.
1687 * gdb.base/solib-disc.exp: Use
1688 shlib_target_file and shlib_symbol_file.
1689 * gdb.base/unload.exp: Don't skip on symbian. Use
1690 shlib_target_file and shlib_symbol_file.
1691 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
1692
1693 2010-03-12 Pedro Alves <pedro@codesourcery.com>
1694
1695 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
1696 * gdb.trace/report.exp: Adjust for x86 and x86_64.
1697 Issue a tfind end before looking for a tracepoint frame.
1698 * gdb.trace/tfind.exp: Adjust tstatus output.
1699 Adjust disassembly output.
1700 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
1701
1702 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1703
1704 * gdb.base/break-interp.exp: Create new displacement parameter value
1705 for the test_ld calls.
1706 (reach): New parameter displacement, verify its content. New push of
1707 pf_prefix "reach-$func:". Import global expect_out.
1708 (test_core): New parameter displacement, verify its content. New push
1709 of pf_prefix "core:". New command "set verbose on". Import global
1710 expect_out.
1711 (test_attach): New parameter displacement, verify its content. New
1712 push of pf_prefix "attach:". New command "set verbose on". Import
1713 global expect_out.
1714 (test_ld): New parameter displacement, pass it to the reach, test_core
1715 and test_attach calls and verify its content in the "ld.so exit" test.
1716 * gdb.base/prelink.exp: Remove gdb_exit and final return.
1717 (prelink): Update expected text, use gdb_test.
1718
1719 2010-03-10 Doug Evans <dje@google.com>
1720
1721 * gdb.base/checkpoint.exp: Fix comment.
1722 Lengthen timeout while doing >600 checkpoints test.
1723 Rename duplicate "kill all one" test to keep test names unique.
1724
1725 2010-03-10 Pedro Alves <pedro@codesourcery.com>
1726
1727 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
1728
1729 2010-03-08 Keith Seitz <keiths@redhat.com>
1730
1731 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
1732 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
1733 (dm_type_long): New function.
1734 (dm_type_unsigned_short): New function.
1735 (dm_type_unsigned_long): New function.
1736 (myint): New typedef.
1737 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
1738 long, unsigned shor and long, operator char*, and typedef.
1739 (test_lookup_operator_functions): Add operator char* test.
1740 (test_paddr_operator_functions): Likewise.
1741 (test_paddr_overloaded_functions): Use probe values for
1742 short, long, and unsigned short and long.
1743 (test_paddr_hairy_functions): If the demangler probe detected
1744 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
1745 demangler.
1746 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
1747 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
1748 and "print null_pmf".
1749 Add test "ptype a.*pmf".
1750 * gdb.cp/overload.exp: Allow optional "int" to appear with
1751 "short" and "long".
1752 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
1753 long expect value for men_overload1arg.
1754 Allow "int" to appear with "short" and "long".
1755 When testing "info break", add argument for main (void).
1756 Also allow "int" to appear with "short" and "long".
1757 Ditto with "unsigned" and "long long".
1758 * gdb.java/jmain.exp: Do not enclose methods names in single
1759 quotes.
1760 * gdb.java/jmisc.exp: Likewise.
1761 * gdb.java/jprint.exp: Likewise.
1762 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
1763
1764 From Jan Kratochvil <jan.kratochvil@redhat.com>:
1765 * gdb.cp/exception.exp (backtrace after first throw)
1766 (backtrace after second throw): Allow a namespace before __cxa_throw.
1767 (backtrace after first catch, backtrace after second catch): Allow
1768 a namespace before __cxa_begin_catch.
1769
1770 * gdb.cp/cpexprs.exp: New file.
1771 * gdb.cp/cpexprs.cc: New file.
1772
1773 From Daniel Jacobowitz <dan@codesourcery.com>
1774 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
1775 to use string_to_regexp.
1776 (ctor, dtor): New functions. Use them to match constructor
1777 and destructor function types.
1778 (Top level): Use runto_main.
1779
1780 2010-03-05 Tom Tromey <tromey@redhat.com>
1781
1782 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
1783 gdb.target_charset.
1784 (pp_ns.to_string): Likewise.
1785
1786 2010-03-04 Keith Seitz <keiths@redhat.com>
1787
1788 * gdb.cp/overload.exp: Test that the filename portion of a linespec
1789 can be quoted. Test that both the filename and function/line
1790 portions can be quoted at the same time.
1791
1792 2010-03-04 Pedro Alves <pedro@codesourcery.com>
1793
1794 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
1795
1796 2010-03-03 Doug Evans <dje@google.com>
1797
1798 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
1799 libc contains libpthread.
1800
1801 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
1802 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
1803 of gdb_compile. Add another pattern to match android backtrace.
1804
1805 2010-03-03 Tom Tromey <tromey@redhat.com>
1806
1807 PR gdb/11345:
1808 * gdb.base/printcmds.exp (test_printf): Add test.
1809
1810 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
1811
1812 * gdb.arch/amd64-byte.exp: New.
1813 * gdb.arch/amd64-dword.exp: Likewise.
1814 * gdb.arch/amd64-pseudo.c: Likewise.
1815 * gdb.arch/amd64-word.exp: Likewise.
1816 * gdb.arch/i386-byte.exp: Likewise.
1817 * gdb.arch/i386-pseudo.c: Likewise.
1818 * gdb.arch/i386-word.exp: Likewise.
1819
1820 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1821
1822 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
1823 types. Add structreg, bitfields, and flags registers.
1824 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
1825 registers.
1826
1827 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
1828
1829 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
1830 (load_description): Set architecture if defined.
1831
1832 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1833
1834 * gdb.python/py-frame.exp: Add read_var block tests.
1835 * gdb.python/py-frame.c (block): New function.
1836
1837 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1838 Daniel Jacobowitz <dan@codesourcery.com>
1839
1840 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
1841
1842 2010-02-25 David S. Miller <davem@davemloft.net>
1843
1844 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
1845 fix logic for setting all_syscalls_numbers.
1846
1847 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1848
1849 * Makefile.in: Add py-block and py-symbol.
1850 * gdb.python/py-symbol.exp: New File.
1851 * gdb.python/py-symtab.exp: New File.
1852 * gdb.python/py-block.exp: New File.
1853 * gdb.python/py-symbol.c: New File.
1854 * gdb.python/py-block.c: New File.
1855
1856 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1857
1858 PR python/11314
1859 * lib/gdb.exp (skip_python_tests): New function.
1860 * gdb.python/py-cmd.exp: Use skip_python_tests.
1861 * gdb.python/py-frame.exp: Likewise.
1862 * gdb.python/py-function.exp: Likewise.
1863 * gdb.python/py-prettyprint.exp: Likewise.
1864 * gdb.python/py-template.exp: Likewise.
1865 * gdb.python/py-type.exp: Likewise.
1866 * gdb.python/py-value.exp: Likewise.
1867
1868 2010-02-22 Pedro Alves <pedro@codesourcery.com>
1869
1870 PR9605
1871
1872 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
1873
1874 2010-02-19 Tom Tromey <tromey@redhat.com>
1875
1876 PR c++/8693, PR c++/9496:
1877 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
1878 regression tests.
1879
1880 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1881
1882 Fix compatibility with m68k as.
1883 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
1884 Use only /* comments */.
1885
1886 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1887
1888 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
1889 * configure: Regenerate.
1890
1891 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
1892
1893 * gdb.python/py-type.exp: Check for Python support.
1894
1895 2010-02-17 Pedro Alves <pedro@codesourcery.com>
1896
1897 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
1898 `regsub' syntax available.
1899
1900 2010-02-17 Pedro Alves <pedro@codesourcery.com>
1901
1902 * gdb.base/shmain.c (main): Remove printf call.
1903 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
1904 * gdb.base/unload.c (main): Make format of fprintf a string
1905 literal. Add missing endlines to prints to stderr.
1906 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
1907
1908 2010-02-17 Tom Tromey <tromey@redhat.com>
1909
1910 * gdb.java/jprint.java (jprint.props): New field.
1911 * gdb.java/jprint.exp (set_lang_java): Add regression test.
1912
1913 2010-02-17 Pedro Alves <pedro@codesourcery.com>
1914
1915 * gdb.base/charset.exp: Don't assume new `regsub' syntax
1916 available.
1917
1918 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1919
1920 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
1921 creation to support remote host testing.
1922
1923 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1924
1925 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
1926 Recognize "command not found".
1927
1928 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1929
1930 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
1931 single-stepping.
1932
1933 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1934
1935 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
1936 if arguments are not supported.
1937
1938 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1939
1940 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
1941 be const or non-const.
1942
1943 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1944
1945 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
1946 mi_send_resuming_command to send -exec-continue.
1947
1948 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1949
1950 * gdb.base/list.exp (test_list_filename_and_function): Add test
1951 with single quotes.
1952 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
1953 matching.
1954 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
1955 Add KFAIL'd tests for PR gdb/11289.
1956
1957 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1958
1959 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
1960
1961 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1962
1963 * gdb.base/comp-dir/subdir/dummy.txt: New file.
1964 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
1965 a temporary directory.
1966
1967 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1968
1969 * gdb.base/charset.exp: Use a single regular expression to match
1970 show host-charset and show target-charset output.
1971
1972 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1973
1974 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
1975 "Illegal process-id" expect string more exact.
1976 (attach to digits-starting nonsense is prohibited): New.
1977
1978 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1979
1980 * gdb.base/prelink.exp (set verbose on): New.
1981
1982 2010-02-12 Tomas Holmberg <th@virtutech.com>
1983
1984 * mi-reverse.exp: New file. Test for reverse option to the
1985 following MI commands: exec-continue, exec-finish, exec-next,
1986 exec-step, exec-next-instruction, exec-step-instruction.
1987
1988 2010-02-09 Joel Brobecker <brobecker@adacore.com>
1989
1990 * gdb.ada/ptype_tagged_param: New testcase.
1991
1992 2010-02-08 Tom Tromey <tromey@redhat.com>
1993
1994 PR c++/8017:
1995 * gdb.cp/overload.exp: Add tests.
1996 * gdb.cp/overload.cc (struct K): New.
1997 (namespace N): New.
1998 (main): Call new functions.
1999 (K::staticoverload): Define.
2000
2001 Mon Feb 8 13:18:22 2010 Chris Moller <moller@mollerware.com>
2002
2003 PR gdb/10728
2004 * gdb.cp/pr10728-x.h: New file.
2005 * gdb.cp/pr10728-x.cc: New file.
2006 * gdb.cp/pr10728-y.cc: New file.
2007 * gdb.cp/pr10728.exp: New file.
2008 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
2009
2010 Mon Feb 8 12:54:54 2010 Chris Moller <moller@mollerware.com>
2011
2012 PR gdb/9067
2013 * gdb.cp/pr9067.exp: New
2014 * gdb.cp/pr9067.cc: New
2015 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
2016
2017 2010-02-08 Joel Brobecker <brobecker@adacore.com>
2018
2019 * lib/gdb.exp (gdb_test_timeout): New global variable.
2020 Set it to timeout if not already set.
2021 (gdb_init): Reset the value of timeout to gdb_test_timeout.
2022
2023 2010-02-05 Doug Evans <dje@google.com>
2024
2025 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
2026 user.
2027
2028 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
2029
2030 PR c++/7935:
2031 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
2032
2033 2010-02-04 Tom Tromey <tromey@redhat.com>
2034
2035 * gdb.cp/virtbase.exp: Make test case names unique.
2036
2037 2010-02-02 Tom Tromey <tromey@redhat.com>
2038
2039 * gdb.cp/virtbase.exp: Add regression tests.
2040 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
2041 (main): Instantiate RHC.
2042
2043 2010-02-02 Tom Tromey <tromey@redhat.com>
2044
2045 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
2046 type-printing change.
2047
2048 2010-02-02 Tom Tromey <tromey@redhat.com>
2049
2050 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
2051 * gdb.cp/virtbase.cc: New file.
2052 * gdb.cp/virtbase.exp: New file.
2053 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
2054
2055 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2056
2057 PR libc/11214:
2058 * gdb.threads/current-lwp-dead.c: Include features.h.
2059 (HAS_NOMMU): New.
2060 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
2061
2062 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2063
2064 * gdb.base/symbol-without-target_section.exp,
2065 gdb.base/symbol-without-target_section.c: New.
2066
2067 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2068
2069 * gdb.base/bigcore.exp: Reset increased timeout.
2070 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
2071
2072 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2073
2074 * gdb.base/gcore.exp (capture_command_output): Use
2075 gdb_test_multiple.
2076
2077 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2078
2079 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
2080 * gdb.arch/thumb2-it.exp (test_it_break): New function.
2081 (Top level): Call it.
2082
2083 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2084
2085 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
2086
2087 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2088
2089 * gdb.base/call-strs.exp, gdb.base/default.exp,
2090 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
2091 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
2092 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
2093 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
2094 gdb.base/watchpoint-solib.exp: Save and restore timeout.
2095 * gdb.base/ending-run.exp: Correct restore of timeout.
2096 * gdb.base/page.exp: Remove unnecessary timeout setting.
2097
2098 2010-01-29 Joel Brobecker <brobecker@adacore.com>
2099
2100 * gdb.ada/rec_return: New testcase.
2101
2102 2010-01-29 Joel Brobecker <brobecker@adacore.com>
2103
2104 * gdb.ada/call_pn: New testcase.
2105
2106 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2107
2108 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
2109 (Top level): Use it to resume.
2110 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
2111 the Thumb mode displaced stepping error as unsupported.
2112
2113 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
2114
2115 * gdb.cp/nsusing.exp: Added more tests.
2116 * gdb.cp/nsrecurs.exp: Ditto.
2117 * gdb.cp/nsusing.cc: Added test functions.
2118 * gdb.cp/nsrecurs.cc: Ditto.
2119
2120 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2121
2122 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
2123 absolute directory pathnames in gdb.sum file.
2124
2125 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
2126
2127 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
2128 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
2129
2130 2010-01-26 Tom Tromey <tromey@redhat.com>
2131
2132 PR exp/7643:
2133 * gdb.base/printcmds.exp (test_print_string_constants): Remove
2134 setup_kfail.
2135
2136 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
2137
2138 * gdb.cp/nsrecurs.exp: New test.
2139 * gdb.cp/nsrecurs.cc: New test program.
2140 * gdb.cp/nsstress.exp: New test.
2141 * gdb.cp/nsstress.cc: New test program.
2142 * gdb.cp/nsdecl.exp: New test.
2143 * gdb.cp/nsdecl.cc: New test program.
2144
2145 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
2146
2147 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
2148 imported into file scope.
2149 Marked test as xfail.
2150 * gdb.cp/namespace-using.cc (marker5): New function.
2151 * gdb.cp/shadow.exp: New test.
2152 * gdb.cp/shadow.cc: New test program.
2153 * gdb.cp/nsimport.exp: New test.
2154 * gdb.cp/nsimport.cc: New test program.
2155
2156 2010-01-25 Tom Tromey <tromey@redhat.com>
2157
2158 PR gdb/11049:
2159 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
2160 with "set print null-stop on".
2161
2162 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2163
2164 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
2165 Adjust it for DISASSEMBLY_OMIT_FNAME.
2166
2167 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2168
2169 PR symtab/11199:
2170 * gdb.dwarf2/member-ptr-forwardref.exp,
2171 gdb.dwarf2/member-ptr-forwardref.S: New.
2172
2173 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2174
2175 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
2176 (thread1_func): Protect thread1_tid with thread1_tid_cond by
2177 thread1_tid_mutex. Remove gdbstop_mutex handling.
2178 (thread2_func): Protect thread2_tid with thread2_tid_cond by
2179 thread2_tid_mutex. Remove gdbstop_mutex handling.
2180 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
2181 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
2182 pthread_cond_wait conditionalizations by while loops.
2183
2184 2010-01-20 Tom Tromey <tromey@redhat.com>
2185
2186 PR backtrace/10770:
2187 * gdb.dwarf2/pr10770.exp: New file.
2188 * gdb.dwarf2/pr10770.c: New file.
2189 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
2190
2191 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
2192
2193 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
2194 that target was removed, and the test always runs native anyway.
2195
2196 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2197
2198 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
2199 gdb.base/watchpoint-cond-gone-stripped.c: New.
2200
2201 2010-01-19 Tom Tromey <tromey@redhat.com>
2202
2203 PR c++/8000:
2204 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
2205 existing tests.
2206 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
2207 (main): Use AAA::SomeEnum.
2208
2209 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2210
2211 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
2212 (test_ignore_count): Declare line_callme_body global.
2213 (run to breakpoint with ignore count): Use line_callme_body.
2214 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
2215 (set line_main_hello, set line_main_return): Reindent.
2216 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
2217 New.
2218 (continue to callee4): Use line_callee4_body.
2219 (check *stopped from CLI command): Use line_callee4_next.
2220 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
2221 (set line_main_hello, set line_main_return): Reindent.
2222 (set line_callee4_head, set line_callee4_body): New.
2223 (continue to callee4): Use line_callee4_body.
2224
2225 2010-01-18 Tom Tromey <tromey@redhat.com>
2226
2227 PR c++/9680:
2228 * gdb.cp/casts.cc: Add new classes and variables.
2229 * gdb.cp/casts.exp: Test new operators.
2230
2231 2010-01-18 Tom Tromey <tromey@redhat.com>
2232 Thiago Jung Bauermann <bauerman@br.ibm.com>
2233
2234 * gdb.python/source2.py: New file.
2235 * gdb.python/source1: New file.
2236 * gdb.python/python.exp: Test "source" command.
2237
2238 2010-01-15 Stan Shebs <stan@codesourcery.com>
2239
2240 * gdb.trace/tfile.c: New file.
2241 * gdb.trace/tfile.exp: New file.
2242
2243 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2244
2245 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
2246
2247 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2248
2249 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
2250
2251 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2252
2253 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
2254 (libfunc): New parameter action. Implement also selectable "sleep".
2255 * gdb.base/break-interp-main.c: Include assert.h.
2256 (libfunc): New parameter action.
2257 (main): New parameters argc and argv. Assert argc. Pass argv.
2258 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
2259 (test_attach): New proc.
2260 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
2261 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
2262
2263 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2264
2265 * gdb.base/break-interp.exp (test_core): New proc.
2266 (test_ld): Call it.
2267
2268 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2269
2270 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
2271 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
2272 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
2273 and gdb_compile_shlib. Use new -Wl compiler options.
2274 (dl bt, main bt): New tests.
2275
2276 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2277
2278 Support PIEs with no symfile_objfile.
2279 * gdb.base/break-interp.exp: New argument at the test_ld calls.
2280 (test_ld): New parameter trynosym.
2281 (test_ld <$trynosym>): New block.
2282
2283 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2284
2285 * gdb.base/break-interp.exp: New file.
2286
2287 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2288
2289 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
2290 * gdb.python/py-prettyprint.py (pp_ls): New printer.
2291 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
2292 test.
2293 * gdb.python/py-prettyprint.c: Define lazystring test structure.
2294 * gdb.python/py-mi.exp: Add lazy string test.
2295
2296 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2297
2298 * lib/mi-support.exp (mi_check_thread_states): Handle
2299 core number in thread listing.
2300
2301 2010-01-12 Joel Brobecker <brobecker@adacore.com>
2302
2303 * gdb.base/maint.exp: Adjust the expected output for the
2304 "maint print type" test. Use gdb_test_multiple instead of
2305 gdb_sent/gdb_expect.
2306
2307 2010-01-11 Doug Evans <dje@google.com>
2308
2309 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
2310 from gdbserver_download. All callers updated.
2311
2312 * gdb.server/ext-run.exp: "info os processes" requires xml support.
2313
2314 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2315
2316 Implement binary numbers parsing.
2317 * gdb.base/printcmds.exp (test_integer_literals_accepted)
2318 (test_integer_literals_rejected): New binary tests.
2319
2320 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2321
2322 * gdb.cell/configure: Regenerate.
2323
2324 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2325
2326 * gdb.base/corefile.exp: Move the core finding block out and call it as
2327 core_find, new variable $corefile, replace corefile by $corefile and
2328 [file tail $corefile] for usage vs. test names resp.
2329 * lib/gdb.exp (core_find): Move it as a new function here. New
2330 parameter binfile and deletefiles. New variable $destcore. Pre-delete
2331 $destcore. Return "" on error.
2332
2333 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2334
2335 Workaround PR binutils/10802.
2336 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
2337 (twice).
2338
2339 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2340
2341 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
2342
2343 2010-01-08 Joel Brobecker <brobecker@adacore.com>
2344
2345 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
2346 call, to avoid interruption.
2347
2348 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2349
2350 * gdb.stabs/weird.def (args93): New.
2351
2352 2010-01-07 Doug Evans <dje@google.com>
2353
2354 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
2355
2356 2010-01-07 Tom Tromey <tromey@redhat.com>
2357
2358 * gdb.base/source.exp: Use correct line number.
2359
2360 2010-01-05 Stan Shebs <stan@codesourcery.com>
2361
2362 * gdb.trace/tracecmd.exp: Test ftrace.
2363
2364 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2365
2366 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
2367
2368 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2369
2370 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
2371 "uint_for_mi_testing".
2372
2373 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2374
2375 Test indented comment in file being sourced.
2376 * gdb.base/commands.exp: Test indented comment in file being sourced.
2377
2378 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2379
2380 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
2381 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
2382 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
2383 notice.
2384
2385 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2386
2387 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
2388 notice.
2389
2390 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2391
2392 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
2393 missing $after_stopped and comma (,) expectation.
2394
2395 2009-12-31 Stan Shebs <stan@codesourcery.com>
2396
2397 * gdb.trace/actions.exp: Test teval action.
2398
2399 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2400
2401 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
2402 (top level): Call test_watchpoint_in_big_blob.
2403 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
2404 watchpoints.
2405 (func3): Write to buf.
2406
2407 2009-12-29 Stan Shebs <stan@codesourcery.com>
2408
2409 * gdb.trace/actions.exp: Test default-collect.
2410
2411 2009-12-28 Stan Shebs <stan@codesourcery.com>
2412
2413 * gdb.trace/tsv.exp: New file.
2414 * gdb.base/completion.exp: Update ambiguous info output.
2415
2416 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2417
2418 * gdb.base/find.c (main): Reference search buffers.
2419 * gdb.base/included.c (main): Reference integer.
2420 * gdb.base/ptype.c (charfoo): Declare.
2421 (intfoo): Call charfoo.
2422 * gdb.base/scope0.c (useitp): New function.
2423 (usestatics): Use useitp.
2424 (useit): Add a type for val.
2425 * gdb.base/scope1.c (useit1): Take a pointer argument.
2426 (usestatics1): Update calls to useit1.
2427 * gdb.cp/call-c.cc: Declare foo.
2428 (main): Call foo.
2429 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
2430 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
2431 (main): Call C::ensureRefs and ensureOtherRefs.
2432 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
2433 variables.
2434 (ensureOtherRefs): New function.
2435 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
2436 * gdb.cp/templates.cc (main): Call t5i.value.
2437
2438 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2439
2440 Fix compatibility with G++-4.5.
2441 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
2442 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
2443 (uncaught return): Remove.
2444
2445 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2446 Phil Muldoon <pmuldoon@redhat.com>
2447
2448 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
2449 (bp_location13, bp_location14, bp_location17, bp_location18)
2450 (marker3_proto, marker4_proto): New variables.
2451 (breakpoint info): Update output.
2452 (run until breakpoint at marker3, run until breakpoint at marker4): New
2453 tests.
2454
2455 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2456
2457 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
2458 Replace the printf call of Y by provided "y-set-1" label. New block
2459 for the second shared library.
2460 * gdb.base/unload.exp: Compile also the second library, call
2461 gdb_load_shlibs also for it. Use now gdb_breakpoint.
2462 (single pending breakpoint info): Rename to ...
2463 (pending breakpoint info before run): ... this extended test.
2464 (libfile2, libname2, libsrcfile2, libsrc2)
2465 (lib_sl2): New variables.
2466 (exec_opts): Set also SHLIB_NAME2.
2467 (pending breakpoint info on first run at shrfunc1)
2468 (pending breakpoint info on second run at shrfunc1)
2469 (pending breakpoint info on second run at shrfunc2)
2470 (print y from libfile, print y from libfile2): New tests.
2471 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
2472 * gdb.base/unloadshr2.c: New.
2473
2474 2009-12-22 Hui Zhu <teawater@gmail.com>
2475
2476 * gdb.reverse/sigall-reverse.exp: Adjust.
2477
2478 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2479
2480 PR gdb/10884
2481
2482 * gdb.mi/var-cmd.c (do_bitfield_tests): New
2483 (main): Call do_bitfield_tests.
2484 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
2485
2486 2009-12-20 Joel Brobecker <brobecker@adacore.com>
2487
2488 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
2489 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
2490 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
2491 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
2492 gdb.modula2/unbounded1.c: Update copyright header.
2493
2494 2009-12-10 Chris Moller <moller@mollerware.com>
2495
2496 PR gdb/9399
2497 * gdb.cp/virtfunc2.exp: New tests
2498 * gdb.cp/virtfunc2.cc: New tests
2499 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
2500
2501 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
2502
2503 * gdb.reverse/i387-env-reverse.c: New file.
2504 * gdb.reverse/i387-env-reverse.exp: New file.
2505 * gdb.reverse/i387-stack-reverse.c: New file.
2506 * gdb.reverse/i387-stack-reverse.exp: New file.
2507
2508 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2509
2510 * gdb.python/py-type.exp (test_range): New test.
2511
2512 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
2513
2514 PR python/10805
2515
2516 * gdb.python/py-type.exp: New file.
2517 * gdb.python/py-type.c: New file.
2518 * Makefile.in: Add py-type.
2519
2520 2009-12-03 Tom Tromey <tromey@redhat.com>
2521
2522 * gdb.python/py-value.exp (test_parse_and_eval): New
2523 function.
2524
2525 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2526
2527 PR gdb/11022
2528
2529 * gdb.base/pr11022.exp: New test.
2530 * gdb.base/pr11022.c: New test.
2531
2532 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2533
2534 Fix spurious false FAILs.
2535 * gdb.base/structs.c (chartest): New.
2536 (main): Fill-in chartest.
2537 * gdb.base/structs.exp (anychar_re, first): New.
2538 (start_structs_test): Import global anychar_re and first.
2539 New gdb_test call "set print elements 300; ${testfile}"
2540 (start_structs_test <$first>): New block.
2541 (any): Import global anychar_re. New variable ac. Use ${ac}.
2542
2543 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2544
2545 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2546
2547 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2548
2549 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
2550 Force $srcfile file.
2551 * gdb.base/foll-fork.c (callee): Comment out the printf call.
2552
2553 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2554
2555 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
2556 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2557 * gdb.threads/watchthreads-reorder.exp: Likewise.
2558
2559 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2560
2561 PR gdb/8704
2562
2563 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
2564 "if", and "thread". Correct matching in the previous test.
2565
2566 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
2567
2568 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
2569
2570 2009-11-23 Michael Snyder <msnyder@vmware.com>
2571
2572 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
2573 * gdb.reverse-watch-precsave.exp: Ditto.
2574
2575 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2576
2577 * gdb.asm/asm-source.exp: Adjust.
2578 * gdb.base/help.exp: Adjust.
2579
2580 2009-11-22 Pedro Alves <pedro@codesourcery.com>
2581
2582 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
2583 (do_syscall_tests_without_xml): Set data-directory to
2584 /the/path/to/nowhere.
2585
2586 2009-11-21 Pedro Alves <pedro@codesourcery.com>
2587
2588 * gdb.threads/local-watch-wrong-thread.c,
2589 gdb.threads/local-watch-wrong-thread.exp: New files.
2590
2591 2009-11-21 Pedro Alves <pedro@codesourcery.com>
2592
2593 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
2594 assume new `regsub' syntax available.
2595
2596 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2597
2598 * gdb.base/watchpoint-hw-hit-once.exp,
2599 gdb.base/watchpoint-hw-hit-once.c: New.
2600
2601 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2602
2603 * gdb.threads/watchthreads-reorder.exp,
2604 gdb.threads/watchthreads-reorder.c: New.
2605
2606 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
2607
2608 * gdb.xml/tdesc-regs.exp: Use for m68k.
2609
2610 2009-11-15 Pedro Alves <pedro@codesourcery.com>
2611
2612 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
2613
2614 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2615
2616 * lib/gdb.exp (current_target_name): New procedure.
2617 (gdb_wrapper_target): New variable.
2618 (gdb_wrapper_init): Set gdb_wrapper_target.
2619 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
2620 wrapper.
2621
2622 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2623
2624 * gdb.base/remote.exp: Delete the slowest load test.
2625 Do not load with fixed packet sizes.
2626
2627 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2628
2629 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
2630
2631 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2632
2633 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
2634 srcfile when setting a breakpoint.
2635
2636 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
2637
2638 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
2639 macros.
2640
2641 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2642
2643 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
2644 to be in memory.
2645 * gdb.base/display.c (force_mem): New.
2646 (do_loops): Use it. Add breakpoint comments.
2647 (do_vars): Add a breakpoint comment.
2648 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
2649 line numbers.
2650
2651 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
2652
2653 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
2654 instead of a bare "run".
2655
2656 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2657
2658 * gdb.python/py-prettyprint.exp: Adjust.
2659
2660 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2661
2662 * lib/cell.exp (skip_cell_tests): Clean up test files before
2663 returning.
2664
2665 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2666
2667 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
2668 and the breakpoint menu. Do not call perror if a prompt is seen.
2669 Consume the following GDB prompt.
2670 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
2671 * gdb.cp/namespace.exp: Use gdb_test.
2672 * gdb.cp/templates.exp: Use gdb_test.
2673 (test_template_breakpoints): Use gdb_test_multiple.
2674
2675 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2676
2677 * gdb.base/break1.c (struct some_struct, values): Move earlier.
2678 (marker4): Reference values.
2679
2680 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2681
2682 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
2683 is missing.
2684
2685 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2686
2687 * gdb.base/break.c (need_malloc): New.
2688 * gdb.base/constvars.c (main): Reference crass and crisp.
2689 * gdb.base/gdb1821.c (main): Reference bar.
2690 * gdb.cp/gdb1355.cc (main): Reference s1.
2691 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
2692 (main): Call them.
2693 * gdb.cp/hang2.cc (dummy2): Define.
2694 * gdb.cp/hang3.cc (dummy3): Define.
2695 * gdb.cp/m-data.cc (main): Reference shadow.
2696
2697 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2698 Nathan Froyd <froydnj@codesourcery.com>
2699
2700 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
2701 remote host.
2702
2703 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
2704
2705 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
2706 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
2707 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2708 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2709 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2710 * gdb.dwarf2/dw2-producer.exp: Likewise.
2711 * gdb.dwarf2/mac-fileno.exp: Likewise.
2712 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
2713 py-prettyprint.py to the remote host.
2714 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
2715
2716 2009-11-11 Keith Seitz <keiths@redhat.com>
2717
2718 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
2719 use it instead of "Foo".
2720 * gdb.cp/classes.exp (do_tests): Add a test to access
2721 a method through a typedef'd class name.
2722
2723 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
2724
2725 * gdb.base/long_long.exp: Permit leading zeros on floating-point
2726 exponents.
2727 * gdb.base/pointers.exp: Likewise.
2728 * gdb.cp/ref-types.exp: Likewise.
2729
2730 2009-11-11 Keith Seitz <keiths@redhat.com>
2731
2732 * gdb.cp/cplusfuncs.cc (class foo): Add operators
2733 new[] and delete[].
2734 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
2735 "void".
2736 (probe_demangler): Remove all single-quoting of
2737 method and variable names.
2738 (info_func_regexp): Remove the word "void" from any
2739 occurrence of "(void)".
2740 (print_addr_2): Remove all single-quoting of
2741 method names.
2742 (print_addr_2_kfail): Likewise.
2743 (print_addr): Single-quote C function names before
2744 passing to print_addr_2.
2745 (test_paddr_operator_functions): Remove single-quoting
2746 for method names.
2747 Add tests for operator new[] and operator delete[].
2748
2749 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2750
2751 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
2752
2753 2009-11-09 Keith Seitz <keiths@redhat.com>
2754
2755 * gdb.cp/overload.exp: Add tests for resolving overloaded
2756 methods in expression parsing/evaluation.
2757
2758 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2759
2760 * lib/gdb.exp (default_gdb_version): Use --version instead of
2761 --command.
2762
2763 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
2764
2765 * lib/gdb.exp (gdb_compile_test): New.
2766 (skip_ada_tests, skip_java_tests): New.
2767 (gdb_compile): Use gdb_compile_test for f77.
2768 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
2769 * lib/java.exp (compile_java_from_source): Remove runtests check,
2770 use gdb_compile_test to record result.
2771 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
2772 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
2773 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
2774 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
2775 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
2776 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
2777 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
2778 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
2779 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
2780 adjust gdb_compile invocations.
2781
2782 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2783
2784 * Makefile.in (abs_builddir): New.
2785 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
2786 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
2787 `$(abs_builddir)/site.exp'.
2788
2789 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
2790
2791 * config/m68k-emc.exp, lib/emc-support.exp,
2792 gdb.trace/gdb_c_test.c: Delete.
2793 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
2794 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2795 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2796 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2797 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2798 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
2799 casing for m68k-*-elf.
2800
2801 2009-11-03 Pedro Alves <pedro@codesourcery.com>
2802
2803 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
2804 * gdb.arch/i386-prologue.exp: Likewise.
2805 * gdb.arch/i386-unwind.exp: Likewise.
2806
2807 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2808
2809 * lib/gdb.exp (gdb_expect): Fix timeout typo.
2810
2811 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2812
2813 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
2814
2815 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2816
2817 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
2818
2819 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2820
2821 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
2822
2823 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2824
2825 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
2826 * gdb.base/sepdebug2.c: New file.
2827
2828 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2829
2830 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
2831 the modified warnings for catch syscall. Verify if GDB was compiled
2832 with support for lib expat, and choose which tests to run depending
2833 on this.
2834
2835 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
2836
2837 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
2838 that composite commands are parsed OK. And also test
2839 that breakpoint commands do work.
2840
2841 2009-10-23 Michael Snyder <msnyder@vmware.com>
2842
2843 gdb.reverse/consecutive-precsave.exp: Change expect pattern
2844 to allow for new disassembly style.
2845
2846 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2847
2848 * gdb.asm/asm-source.exp: Adjust.
2849
2850 2009-10-22 Michael Snyder <msnyder@vmware.com>
2851
2852 * gdb.reverse/break-precsave.exp: New test.
2853 * gdb.reverse/consecutive-precsave.exp: Ditto.
2854 * gdb.reverse/finish-precsave.exp: Ditto.
2855 * gdb.reverse/i386-precsave.exp: Ditto.
2856 * gdb.reverse/machinestate-precsave.exp: Ditto.
2857 * gdb.reverse/sigall-precsave.exp: Ditto.
2858 * gdb.reverse/solilb-precsave.exp: Ditto.
2859 * gdb.reverse/step-precsave.exp: Ditto.
2860 * gdb.reverse/until-precsave.exp: Ditto.
2861 * gdb.reverse/watch-precsave.exp: Ditto.
2862
2863 2009-10-22 Michael Snyder <msnyder@vmware.com>
2864
2865 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
2866 for gdb_expect. Adjust one test's expect strings for the new
2867 format of disassemble.
2868 * gdb.reverse/finish-reverse.exp: Delete 'return'.
2869 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
2870 gdb_test_multiple.
2871 * gdb.reverse/step-reverse.exp: Delete 'return'.
2872 * gdb.reverse/until-reverse.exp: Delete blank lines.
2873 * gdb.reverse/watch-reverse.exp: Delete blank lines.
2874
2875 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2876
2877 * gdb.base/consecutive.exp: Adjust.
2878 * gdb.base/display.exp: Likewise.
2879 * gdb.base/pc-fp.exp: Likewise.
2880 * gdb.base/sigbpt.exp: Likewise.
2881
2882 2009-10-19 Michael Snyder <msnyder@vmware.com>
2883
2884 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
2885 * gdb.reverse/finish-reverse.c: Ditto.
2886 * gdb.reverse/sigall-reverse.c: Ditto.
2887 * gdb.reverse/solib-reverse.c: Ditto.
2888 * gdb.reverse/step-reverse.c: Ditto.
2889 * gdb.reverse/watch-reverse.c: Ditto.
2890
2891 2009-10-19 Pedro Alves <pedro@codesourcery.com>
2892 Stan Shebs <stan@codesourcery.com>
2893
2894 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
2895 * gdb.base/foll-exec.exp: Adjust to expect a process id before
2896 "Executing new program".
2897 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
2898 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
2899 left listed after having been killed.
2900 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
2901 * gdb.base/maint.exp: Adjust test.
2902
2903 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
2904 * gdb.multi/Makefile.in: New.
2905 * gdb.multi/base.exp: New.
2906 * gdb.multi/goodbye.c: New.
2907 * gdb.multi/hangout.c: New.
2908 * gdb.multi/hello.c: New.
2909 * gdb.multi/bkpt-multi-exec.c: New.
2910 * gdb.multi/bkpt-multi-exec.exp: New.
2911 * gdb.multi/crashme.c: New.
2912
2913 2009-10-13 Tristan Gingold <gingold@adacore.com>
2914
2915 * gdb.base/sepdebug.exp: Check debug info are found.
2916
2917 2009-10-08 Pedro Alves <pedro@codesourcery.com>
2918
2919 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
2920 bits.
2921
2922 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2923
2924 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
2925
2926 2009-10-07 Joel Brobecker <brobecker@adacore.com>
2927
2928 * gdb.base/watchpoints.c: Add copyright header. Reformat one
2929 of the comments.
2930
2931 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
2932
2933 * gdb.base/annota1.exp: Remove obsolete match_max increase.
2934 * gdb.base/annota3.exp: Idem.
2935 * gdb.base/maint.exp: Idem.
2936
2937 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
2938
2939 * lib/gdb.exp (default_gdb_init): Set current value of match_max
2940 to default.
2941
2942 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2943
2944 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
2945 mingw and cygwin targets.
2946
2947 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2948 Pedro Alves <pedro@codesourcery.com>
2949
2950 * lib/gdb.exp (gdb_compile): Avoid adding
2951 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
2952
2953 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2954
2955 * gdb.base/shr1.c: Use %p in format string.
2956 * gdb.base/unload.c: Avoid warning in fprintf.
2957 * gdb.base/watchpoint-solib.c: Idem.
2958
2959 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2960
2961 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
2962 long type.
2963 (test_unlink): Correct printf string.
2964 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
2965 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
2966
2967 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2968
2969 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
2970 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
2971 * gdb.arch/ia64-breakpoint-shadow.S: New file.
2972
2973 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2974
2975 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
2976 * gdb.objc/nondebug.exp: Likewise.
2977
2978 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2979
2980 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
2981 target_info setting.
2982
2983 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
2984 that detect new threads during "info threads".
2985
2986 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2987
2988 * gdb.threads/manythreads.c (main): Increase thread stack size
2989 to 2*PTHREAD_STACK_MIN.
2990 * gdb.threads/multi-create.c (main): Likewise.
2991 (create_function): Likewise.
2992
2993 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2994
2995 * gdb.base/dump.exp: Pass difference of pointer types instead
2996 of integer types as offset to restore in intarr3.srec case.
2997
2998 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2999
3000 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
3001
3002 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3003
3004 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
3005
3006 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3007
3008 New test for two watchpoints, with disabling of
3009 the first inserted.
3010 * testsuite/gdb.base/watchpoints.c: New file.
3011 * testsuite/gdb.base/watchpoints.exp: New file.
3012
3013 2009-09-25 Tom Tromey <tromey@redhat.com>
3014
3015 * gdb.base/charset.exp: Test utf-16 strings with Python.
3016
3017 2009-09-25 Tom Tromey <tromey@redhat.com>
3018
3019 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
3020 UCS-4.
3021 * gdb.base/charset.c (utf_32_string): Rename.
3022 (init_utf32): Rename.
3023 (main): Update.
3024
3025 2009-09-22 Tom Tromey <tromey@redhat.com>
3026
3027 * gdb.python/py-function.exp: Add regression tests.
3028
3029 2009-09-21 Keith Seitz <keiths@redhat.com>
3030
3031 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
3032 with invalid operator.
3033
3034 2009-09-21 Keith Seitz <keiths@redhat.com>
3035
3036 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
3037 and destructor using typedef name of class.
3038 * gdb.cp/classes.cc (class Base1): Add a destructor.
3039 (base1): New typedef.
3040 (use_methods): Instanitate an object of type base1.
3041 * gdb.cp/templates.exp (test_template_typedef): New procedure.
3042 (do_tests): Call test_template_typedef.
3043 * gdb.cp/templates.cc (Baz::~Baz): New method.
3044 (intBazOne): New typedef.
3045 (main): Instantiate intBazOne.
3046
3047 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
3048
3049 PR python/10633
3050
3051 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
3052 Function.
3053 (run_lang_tests): Add print elements test.
3054
3055 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
3056
3057 * gdb.python/py-value.exp (test_subscript_regression): New
3058 function. Test for invalid subscripts.
3059 * gdb.python/py-value.c (main): Add test array, and pointer to it.
3060 (ptr_ref): New function.
3061
3062 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3063
3064 * gdb.base/default.exp: Fix "show convenience".
3065
3066 2009-09-15 Tom Tromey <tromey@redhat.com>
3067
3068 * lib/mi-support.exp (mi_create_varobj): Update.
3069 (mi_create_floating_varobj): Likewise.
3070 (mi_create_dynamic_varobj): New proc.
3071 (mi_varobj_update): Update.
3072 (mi_varobj_update_with_type_change): Likewise.
3073 (mi_varobj_update_kv_helper): New proc.
3074 (mi_varobj_update_dynamic_helper): Rewrite.
3075 (mi_varobj_update_dynamic): New proc.
3076 (mi_list_varobj_children): Update.
3077 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
3078 * gdb.python/python-prettyprint.py (pp_outer): New class.
3079 (pp_nullstr): Likewise.
3080 (lookup_function): Register new printers.
3081 * gdb.python/python-prettyprint.c (struct substruct): New type.
3082 (struct outerstruct): Likewise.
3083 (substruct_test): New function.
3084 (struct nullstr): New type.
3085 (string_1, string_2): New globals.
3086 (main): Add new tests.
3087 * gdb.python/python-mi.exp: Added regression tests.
3088 * gdb.mi/mi2-var-display.exp: Update.
3089 * gdb.mi/mi2-var-cmd.exp: Update.
3090 * gdb.mi/mi2-var-child.exp: Update.
3091 * gdb.mi/mi2-var-block.exp: Update.
3092 * gdb.mi/mi-var-invalidate.exp: Update.
3093 * gdb.mi/mi-var-display.exp: Update.
3094 * gdb.mi/mi-var-cmd.exp: Update.
3095 * gdb.mi/mi-var-child.exp: Update.
3096 * gdb.mi/mi-var-block.exp: Update.
3097 * gdb.mi/mi-break.exp: Update.
3098 * gdb.mi/gdb701.exp: Update.
3099
3100 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3101
3102 * Makefile.in: Inclusion of catch-syscall object.
3103 * gdb.base/catch-syscall.c: New file.
3104 * gdb.base/catch-syscall.exp: New file.
3105
3106 2009-09-12 Michael Snyder <msnyder@vmware.com>
3107
3108 * gdb.reverse/step-reverse.exp: Explicitly check for targets
3109 that can support reverse debuggnig.
3110
3111 2009-09-11 Tom Tromey <tromey@redhat.com>
3112
3113 * gdb.dwarf2/valop.S: New file.
3114 * gdb.dwarf2/valop.exp: New file.
3115
3116 2009-09-11 Mark Kettenis <kettenis@gnu.org>
3117
3118 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
3119
3120 2009-09-10 Doug Evans <dje@google.com>
3121
3122 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
3123 Add $gdb_prompt to second breakpoint regexp.
3124
3125 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
3126
3127 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
3128 names, add missing ones.
3129 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
3130 * gdb.python/py-frame.c: Rename from python-frame.c.
3131 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
3132 testfile name.
3133 * gdb.python/py-function.exp: Rename from python-function.exp.
3134 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
3135 testfile name.
3136 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
3137 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
3138 Adjust testfile name.
3139 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
3140 * gdb.python/py-template.cc: Rename from python-template.cc.
3141 * gdb.python/py-template.exp: Rename from python-template.exp.
3142 Adjust testfile name.
3143 * gdb.python/py-value.c: Rename from python-value.c.
3144 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
3145 testfile name.
3146
3147 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3148
3149 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
3150 $bpt2address.
3151 (Second breakpoint address is valid on ia64)
3152 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
3153
3154 2009-09-03 Joseph Myers <joseph@codesourcery.com>
3155
3156 * gdb.base/ending-run.exp: Restrict regular expression matching
3157 line number to require closing brace following.
3158
3159 2009-09-03 Doug Evans <dje@google.com>
3160
3161 * gdb.base/store.exp (check_set): Fix typo in expected value message.
3162
3163 2009-09-02 Tom Tromey <tromey@redhat.com>
3164
3165 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
3166
3167 2009-09-02 Tom Tromey <tromey@redhat.com>
3168
3169 * gdb.dwarf2/callframecfa.exp: New file.
3170 * gdb.dwarf2/callframecfa.S: New file.
3171
3172 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3173
3174 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
3175 gdb.base/solib-overlap-main.c: New.
3176
3177 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
3178
3179 PR gdb/10565
3180
3181 * gdb.base/bitfields.c (struct container, container): New.
3182 (main): Initialize it and call break5.
3183 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
3184
3185 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3186
3187 Support constant DW_AT_data_member_location by GCC PR debug/40659.
3188 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
3189
3190 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3191
3192 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
3193
3194 2009-08-26 Michael Snyder <msnyder@vmware.com>
3195
3196 * gdb.base/i386-reverse.c: New file.
3197 * gdb.base/i386-reverse.exp: New file.
3198 * gdb.base/Makefile.in: Add new files to be removed.
3199
3200 2009-08-26 Joseph Myers <joseph@codesourcery.com>
3201
3202 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
3203 environment-pwd for remote host.
3204 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
3205
3206 2009-08-24 Keith Seitz <keiths@redhat.com>
3207
3208 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
3209 Add two new C++ completer tests which limit the output to a
3210 given class.
3211
3212 2009-08-24 Michael Snyder <msnyder@vmware.com>
3213
3214 * gdb.base/del.exp: Fix typo in comment.
3215 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
3216
3217 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3218
3219 * configure: Regenerate.
3220 * gdb.hp/configure: Likewise.
3221 * gdb.hp/gdb.aCC/configure: Likewise.
3222 * gdb.hp/gdb.base-hp/configure: Likewise.
3223 * gdb.hp/gdb.compat/configure: Likewise.
3224 * gdb.hp/gdb.defects/configure: Likewise.
3225 * gdb.hp/gdb.objdbg/configure: Likewise.
3226 * gdb.stabs/configure: Likewise.
3227
3228 2009-08-19 Doug Evans <dje@google.com>
3229
3230 * gdb.base/gdbvars.c: New file.
3231 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
3232
3233 2009-08-14 Pedro Alves <pedro@codesourcery.com>
3234
3235 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3236 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
3237
3238 2009-08-13 Pedro Alves <pedro@codesourcery.com>
3239
3240 * gdb.base/default.exp: Adjust "set language test": it's now an
3241 enum command. Larger help string moved to "help set language".
3242 * gdb.base/help.exp: Adjust "help set language" expected output,
3243 now lists all known languages.
3244
3245 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
3246
3247 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
3248 all frame arguments.
3249 * gdb.arch/altivec-regs.exp: Likewise.
3250
3251 2009-08-07 Tom Tromey <tromey@redhat.com>
3252
3253 * gdb.base/setshow.exp: Add tests for changes to set language, set
3254 check range, and set check type.
3255
3256 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3257
3258 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
3259 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
3260 Call it.
3261
3262 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3263
3264 * configure.ac: Run gdb.cell tests when appropriate.
3265 * configure: Regenerate.
3266 * lib/cell.exp: New file.
3267 * gdb.cell: New directory.
3268 * gdb.cell/configure.ac: New file.
3269 * gdb.cell/configure: New file.
3270 * gdb.cell/Makefile.in: New file.
3271 * gdb.cell/arch.exp: New file.
3272 * gdb.cell/break.c: New file.
3273 * gdb.cell/break.exp: New file.
3274 * gdb.cell/break-spu.c: New file.
3275 * gdb.cell/bt.c: New file.
3276 * gdb.cell/bt2-spu.c: New file.
3277 * gdb.cell/bt-spu.c: New file.
3278 * gdb.cell/bt.exp: New file.
3279 * gdb.cell/coremaker.c: New file.
3280 * gdb.cell/coremaker-spu.c: New file.
3281 * gdb.cell/core.exp: New file.
3282 * gdb.cell/gcore.exp: New file.
3283 * gdb.cell/data.c: New file.
3284 * gdb.cell/data.exp: New file.
3285 * gdb.cell/data-spu.c: New file.
3286 * gdb.cell/ea-cache.exp: New file.
3287 * gdb.cell/ea-cache.c: New file.
3288 * gdb.cell/ea-cache-spu.c: New file.
3289 * gdb.cell/ea-standalone.c: New file.
3290 * gdb.cell/ea-standalone.exp: New file.
3291 * gdb.cell/ea-test.c: New file.
3292 * gdb.cell/ea-test.exp: New file.
3293 * gdb.cell/f-regs.exp: New file.
3294 * gdb.cell/mem-access.c: New file.
3295 * gdb.cell/mem-access.exp: New file.
3296 * gdb.cell/mem-access-spu.c: New file.
3297 * gdb.cell/ptype.exp: New file.
3298 * gdb.cell/registers.exp: New file.
3299 * gdb.cell/size.c: New file.
3300 * gdb.cell/sizeof.exp: New file.
3301 * gdb.cell/size-spu.c: New file.
3302 * gdb.cell/solib.exp: New file.
3303 * gdb.cell/solib-symbol.exp: New file.
3304
3305 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3306
3307 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
3308
3309 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3310
3311 * gdb.base/float.exp: Handle VFP registers.
3312
3313 2009-07-14 Michael Snyder <msnyder@vmware.com>
3314
3315 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
3316 to bring gdb to the beginning of the calling line.
3317
3318 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
3319 confusing the i386 epilogue unwinder.
3320
3321 2009-07-14 Stan Shebs <stan@codesourcery.com>
3322
3323 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
3324
3325 2009-07-14 Michael Snyder <msnyder@vmware.com>
3326
3327 * gdb.reverse/step-reverse.exp (stepi into function call):
3328 Call instruction may not be first instruction in the line.
3329 (reverse stepi from a function call): Used wrong line number.
3330
3331 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3332
3333 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
3334
3335 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3336
3337 Fix gdb.base/macscp.exp when using custom inputrc.
3338 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
3339 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
3340 env(TERM) set.
3341 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
3342 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
3343
3344 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3345
3346 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
3347 * gdb.base/annota1.exp (thread_test): Import global $testfile.
3348 Change the compilation target to match the testcase name.
3349 * gdb.base/sect-cmd.exp: Change the compilation target to match the
3350 testcase name.
3351 * a2-run.exp: Use for setup prepare_for_testing. Change the
3352 compilation target to match the testcase name.
3353 * gdb.base/commands.exp: Likewise.
3354 * gdb.base/finish.exp: Likewise.
3355 * gdb.base/float.exp: Likewise.
3356 * gdb.base/info-target.exp: Likewise.
3357 * gdb.base/relational.exp: Likewise.
3358 * gdb.base/term.exp: Likewise.
3359 * gdb.base/until.exp: Likewise.
3360 * gdb.base/volatile.exp: Likewise.
3361 * gdb.base/whatis-exp.exp: Likewise.
3362
3363 2009-07-11 Hui Zhu <teawater@gmail.com>
3364
3365 * gdb.base/help.exp (disassemble): Update expected help text.
3366
3367 2009-07-09 Tom Tromey <tromey@redhat.com>
3368
3369 * lib/gdb.exp: Handle TRANSCRIPT.
3370 (remote_spawn, remote_close, send_gdb): New procs.
3371
3372 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3373
3374 * gdb.python/python-prettyprint.c: Add counted null string
3375 structure.
3376 * gdb.python/python-prettyprint.exp: Print null string. Test for
3377 embedded nulls.
3378 * gdb.python/python-prettyprint.py (pp_ns): New Function.
3379 * gdb.python/python-value.exp (test_value_in_inferior): Add
3380 variable length string fetch tests.
3381 * gdb.python/python-value.c (main): Add strings for string fetch tests.
3382
3383 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 * gdb.base/dump.exp (inaccessible memory is reported): New test.
3386
3387 2009-07-07 Tom Tromey <tromey@redhat.com>
3388
3389 * gdb.base/call-rt-st.exp: Update for change to escape output.
3390 * gdb.base/callfuncs.exp: Likewise.
3391 * gdb.base/charset.exp: Likewise.
3392 * gdb.base/constvars.exp: Likewise.
3393 * gdb.base/long_long.exp: Likewise.
3394 * gdb.base/pointers.exp: Likewise.
3395 * gdb.base/printcmds.exp: Likewise.
3396 * gdb.base/setvar.exp: Likewise.
3397 * gdb.base/store.exp: Likewise.
3398 * gdb.cp/ref-types.exp: Likewise.
3399 * gdb.mi/mi-var-child.exp: Likewise.
3400 * gdb.mi/mi-var-display.exp: Likewise.
3401 * gdb.mi/mi2-var-display.exp: Likewise.
3402 * gdb.base/charset.exp: Test octal escape sequence length.
3403 Update for change to escape output.
3404
3405 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3406
3407 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
3408
3409 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
3410
3411 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
3412
3413 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3414
3415 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
3416 gdbserver increasing $portnum if "Can't bind address" has been seen.
3417
3418 2009-07-05 Pedro Alves <pedro@codesourcery.com>
3419
3420 * gdb.base/ending-run.exp: Add "step out of main" pattern for
3421 mingw32ce.
3422
3423 2009-07-05 Pedro Alves <pedro@codesourcery.com>
3424
3425 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
3426 VFP format.
3427
3428 2009-07-02 Pedro Alves <pedro@codesourcery.com>
3429
3430 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
3431 linux. Adjust to use "inferior", "info inferiors", "detach
3432 inferior" and "kill inferior" instead of "restart", "info fork",
3433 "detach fork" and "delete fork".
3434 * gdb.base/ending-run.exp: Spell out "info".
3435 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
3436 the "kill" command.
3437
3438 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3439
3440 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
3441 change to prefix TLS offset in hex with 0x.
3442
3443 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3444
3445 * gdb.base/default.exp: Update test case for "x" changes.
3446
3447 2009-07-01 Tristan Gingold <gingold@adacore.com>
3448
3449 * gdb.base/bigcore.exp: Make darwin untested.
3450
3451 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3452
3453 * gdb.base/completion.exp (directory completion): Create the directory.
3454 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
3455 escapeuniquesub.
3456 (directory completion 2): Expect now ${escapeuniquesub}.
3457 (Glob remaining of directory test): Remove one excessive newline.
3458 Expect the real output.
3459
3460 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3461
3462 Fix `make check//%' target after `make check' has been ran.
3463 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
3464 a mkdir call.
3465 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
3466 (%/.dir): Remove.
3467
3468 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3469
3470 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
3471 the expected result record.
3472
3473 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3474
3475 Remove racy FAILs relying just on the timeouts.
3476 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
3477 (annotation_level 2): Remove racy FAILs.
3478
3479 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
3480
3481 gdb/10275
3482 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
3483
3484 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
3485
3486 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
3487
3488 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
3489
3490 * gdb.mi/mi-stack.exp: Testing symbolic options
3491 to -stack-list-locals and -stack-list-arguments.
3492
3493 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3494
3495 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
3496
3497 2009-06-29 Tom Tromey <tromey@redhat.com>
3498
3499 * dg-extract-results.sh: New file.
3500 * Makefile.in (FORCE_PARALLEL): New variable.
3501 (CHECK_TARGET): New conditional variable.
3502 (check): Use CHECK_TARGET.
3503 (DO_RUNTEST): New variable.
3504 (check-single): New target.
3505 (TEST_DIRS): New variable.
3506 (TEST_TARGETS): Likewise.
3507 (check-parallel): New target.
3508 (check-gdb.%): New pattern.
3509 (BASE1_FILES): New variable.
3510 (BASE2_FILES): Likewise.
3511 (check-gdb.base%): New pattern.
3512 (%/.dir): New pattern.
3513 * configure: Rebuild.
3514 * aclocal.m4 (AM_CONDITIONAL): New defun.
3515 * configure.ac: Check whether user is using GNU make.
3516 (GMAKE): New conditional.
3517
3518 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
3519
3520 * gdb.cp/namespace-nested-import.cc: New test.
3521 * gdb.cp/namespace-nested-import.exp: New test.
3522
3523 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3524
3525 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
3526 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
3527 * gdb.opt/Makefile.in (EXECUTABLES): Update.
3528 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
3529 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
3530 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
3531 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
3532 gdb.opt/inline-markers.c: New files.
3533 * lib/gdb.exp (skip_inline_frame_tests): New function.
3534 (skip_inline_var_tests): New function.
3535
3536 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
3537
3538 * gdb.cp/exception.exp: Don't require $hex before inner frame in
3539 backtrace.
3540
3541 2009-06-27 Michael Snyder <msnyder@vmware.com>
3542
3543 * gdb.reverse: New directory.
3544 * gdb.reverse/break-reverse.c: New test.
3545 * gdb.reverse/break-reverse.exp: New test.
3546 * gdb.reverse/consecutive-reverse.c: New test.
3547 * gdb.reverse/consecutive-reverse.exp: New test.
3548 * gdb.reverse/finish-reverse.c: New test.
3549 * gdb.reverse/finish-reverse.exp: New test.
3550 * gdb.reverse/machinestate.c: New test.
3551 * gdb.reverse/ms1.c: New test.
3552 * gdb.reverse/machinestate.exp: New test.
3553 * gdb.reverse/Makefile.in: New file.
3554 * gdb.reverse/shr2.c: New test.
3555 * gdb.reverse/solib-reverse.c: New test.
3556 * gdb.reverse/solib-reverse.exp: New test.
3557 * gdb.reverse/step-reverse.c: New test.
3558 * gdb.reverse/step-reverse.exp: New test.
3559 * gdb.reverse/until-reverse.c: New test.
3560 * gdb.reverse/ur1.c: New test.
3561 * gdb.reverse/until-reverse.exp: New test.
3562 * gdb.reverse/watch-reverse.c: New test.
3563 * gdb.reverse/watch-reverse.exp: New test.
3564 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
3565 * configure: Regenerate.
3566
3567 2009-06-26 Doug Evans <dje@google.com>
3568
3569 * gdb.base/psymtab.exp: Turn off pending breakpoints.
3570
3571 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
3572
3573 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
3574 windows problem for 'file delete $binfile'.
3575
3576 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
3577
3578 * gdb.cp/namespace-using.exp: New test.
3579 * gdb.cp/namespace-using.cc: New test.
3580
3581 2009-05-20 Joel Brobecker <brobecker@adacore.com>
3582
3583 * gdb.ada/variant_record_packed_array: New testcase.
3584
3585 2009-06-23 Tom Tromey <tromey@redhat.com>
3586
3587 * gdb.base/charset.exp (test_combination): Regression test.
3588 * gdb.base/charset.c (my_wchar_t): New typedef.
3589 (myvar): New global.
3590 (main): Set myvar.
3591
3592 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
3593
3594 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
3595 target.
3596
3597 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3598
3599 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
3600
3601 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3602
3603 * gdb.mi/gdb680.exp: Update test for error message.
3604
3605 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3606
3607 * gdb.base/annota1.exp: Allow multiple occurrences of the
3608 frames-invalid annotation.
3609 * gdb.cp/annota2.exp: Likewise.
3610
3611 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3612
3613 * gdb.cp/gdb2495.cc: New file.
3614 * gdb.cp/gdb2495.exp: New file.
3615
3616 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3617
3618 Report error on GDB crash during runto.
3619 * lib/gdb.exp (runto <eof>): New.
3620
3621 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
3622
3623 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
3624 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
3625 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
3626 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
3627 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
3628 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
3629 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
3630 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
3631 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
3632 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
3633 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
3634 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
3635 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
3636 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
3637 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
3638 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
3639 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
3640 gdb.server/server-mon.exp, gdb.server/server-run.exp,
3641 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3642 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3643 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
3644 gdb.trace/passcount.exp, gdb.trace/report.exp,
3645 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
3646 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
3647 gdb.trace/while-stepping.exp: Use a unique name for the compiled
3648 executable.
3649
3650 2009-06-07 Pedro Alves <pedro@codesourcery.com>
3651
3652 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
3653 defined before referencing it.
3654
3655 2009-06-03 Doug Evans <dje@google.com>
3656
3657 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
3658 * gdb.arch/i386-see.c: Ditto.
3659
3660 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
3661
3662 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
3663 (check_macro): Return 1 if undefined.
3664 If first test fails, check if macro debug information is available,
3665 and report unsupported test if no macro information is found.
3666
3667 2009-05-29 Doug Evans <dje@google.com>
3668
3669 * gdb.threads/hand-call-in-threads.exp: New.
3670 * gdb.threads/hand-call-in-threads.c: New.
3671
3672 2009-05-29 Michael Snyder <msnyder@vmware.com>
3673
3674 * gdb.base/break-always.exp: Change "1" to "on".
3675 Add confirmation check.
3676
3677 2009-05-28 Pedro Alves <pedro@codesourcery.com>
3678
3679 * gdb.threads/threxit-hop-specific.c: New.
3680 * gdb.threads/threxit-hop-specific.exp: New.
3681 * gdb.threads/thread-execl.c: New.
3682 * gdb.threads/thread-execl.exp: New.
3683
3684 2009-05-27 Tom Tromey <tromey@redhat.com>
3685 Thiago Jung Bauermann <bauerman@br.ibm.com>
3686
3687 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
3688 (mi_child_regexp): Likewise.
3689 (mi_list_varobj_children_range): Likewise.
3690 (mi_get_features): Likewise.
3691 (mi_list_varobj_children): Rewrite.
3692 * gdb.python/python-mi.exp: New file.
3693
3694 2009-05-27 Tom Tromey <tromey@redhat.com>
3695 Thiago Jung Bauermann <bauerman@br.ibm.com>
3696 Phil Muldoon <pmuldoon@redhat.com>
3697 Paul Pluzhnikov <ppluzhnikov@google.com>
3698
3699 * gdb.python/python-prettyprint.exp: New file.
3700 * gdb.python/python-prettyprint.c: New file.
3701 * gdb.python/python-prettyprint.py: New file.
3702 * gdb.base/display.exp: print/r is now valid.
3703
3704 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3705 Tom Tromey <tromey@redhat.com>
3706 Pedro Alves <pedro@codesourcery.com>
3707 Paul Pluzhnikov <ppluzhnikov@google.com>
3708
3709 * gdb.python/python-template.exp: New file.
3710 * gdb.python/python-template.cc: New file.
3711 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3712 tests.
3713 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3714 Call it.
3715 (test_value_after_death): New proc.
3716 * gdb.python/python-value.c (PTR): New typedef.
3717 (main): New variable 'x'.
3718
3719 2009-05-27 Tom Tromey <tromey@redhat.com>
3720
3721 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3722 tests.
3723 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3724 Call it.
3725
3726 2009-05-27 Pedro Alves <pedro@codesourcery.com>
3727
3728 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
3729
3730 2009-05-24 Pedro Alves <pedro@codesourcery.com>
3731
3732 * gdb.threads/fork-thread-pending.c: New.
3733 * gdb.threads/fork-thread-pending.exp: New.
3734
3735 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3736
3737 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
3738 * gdb.dwarf2/dw2-strp.S (a_string2): New.
3739
3740 2009-05-18 Jon Beniston <jon@beniston.com>
3741
3742 * gdb.asm/asm-source.exp: Add lm32 target.
3743
3744 2009-05-17 Pedro Alves <pedro@codesourcery.com>
3745
3746 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
3747 `gdb_get_line_number'. Call `callee' in both parent and child.
3748 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
3749 `gdb_get_line_number' instead of hardcoding line numbers.
3750 (catch_fork_unpatch_child): New procedure to test detaching
3751 breakpoints from child fork.
3752 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
3753 hardcoding line numbers.
3754 (do_fork_tests): Run `catch_fork_unpatch_child'.
3755
3756 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
3757
3758 * gdb.mi/mi-cmd-var.exp: Check that when varobj
3759 of structure type enters or leaves the scope, it
3760 is reported by -var-update.
3761
3762 2009-05-11 Doug Evans <dje@sebabeach.org>
3763
3764 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
3765 * gdb.threads/pending-step.c (main): Fix off-by-one error.
3766 * gdb.threads/schedlock.c (main): Fix off-by-one error.
3767
3768 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3769
3770 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
3771
3772 2009-04-30 Doug Evans <dje@google.com>
3773
3774 * gdb.threads/watchthreads2.exp: New testcase.
3775 * gdb.threads/watchthreads2.c: New testcase.
3776
3777 2009-04-29 Doug Evans <dje@google.com>
3778
3779 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
3780 * gdb.cp/mb-ctor.cc: Ditto.
3781 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
3782 * gdb.cp/mb-inline.h (multi_line_foo): New function.
3783 * gdb.cp/mb-inline1.cc: Call it.
3784 * gdb.cp/mb-inline2.cc: Ditto.
3785 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
3786 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
3787
3788 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3789
3790 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
3791 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
3792 Replace all uses of `decimal' by `nonzero'.
3793 (info macro FROM_COMMANDLINE): New test.
3794
3795 2009-04-27 Tom Tromey <tromey@redhat.com>
3796
3797 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
3798
3799 2009-04-27 Doug Evans <dje@google.com>
3800
3801 * gdb.threads/watchthreads.c (main): Initialize args before starting
3802 the threads. Plus formatting cleanup.
3803 * gdb.threads/watchthreads.exp: Avoid errant failures due to
3804 biased scheduling of one thread.
3805
3806 2009-04-27 Jerome Guitton <guitton@adacore.com>
3807
3808 * gdb.cp/templates.cc (GetMax): New template.
3809 (main): Declare two instances of GetMax.
3810 * gdb.cp/templates.exp: Add new test.
3811
3812 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3813
3814 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
3815
3816 2009-04-22 Joseph Myers <joseph@codesourcery.com>
3817
3818 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
3819
3820 2009-04-15 Tom Tromey <tromey@redhat.com>
3821
3822 * gdb.base/charset.exp: Add regression test.
3823
3824 2009-04-14 Joel Brobecker <brobecker@adacore.com>
3825
3826 * gdb.base/exe-lock.exp: New testcase.
3827
3828 2009-04-13 Tom Tromey <tromey@redhat.com>
3829
3830 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
3831 operator on Frame.
3832
3833 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3834
3835 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
3836 * gdb.server/ext-attach.exp: Likewise.
3837
3838 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
3839
3840 Eliminate some sleep usage.
3841
3842 * gdb.mi/basics.c (do_nothing): New.
3843 (main): Use do_nothing instead of printf, so that
3844 not to introduce race condition between output of
3845 inferiour and output of gdb. Do not use sleep as it
3846 is not generally available on embedded targets.
3847
3848 2009-04-02 Pedro Alves <pedro@codesourcery.com>
3849
3850 * gdb.server/ext-attach.exp: Expect an optional process id after
3851 "Detached from remote process".
3852
3853 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3854
3855 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
3856 gdb.dwarf2/dw2-unresolved.exp: New.
3857
3858 2009-04-02 Pedro Alves <pedro@codesourcery.com>
3859
3860 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
3861 mi_run_to_main.
3862
3863 2009-04-02 Pedro Alves <pedro@codesourcery.com>
3864
3865 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
3866 mi_run_to_main. Skip thread exit test on remote targets.
3867 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
3868 mi_run_to_main.
3869 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
3870 mi_run_to_main.
3871 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
3872 when expecting ^connected. Detect when the target doesn't support
3873 non-stop mode.
3874 (mi_run_cmd): Detect if non-stop mode was requested by isn't
3875 supported. Return -1 on error, 0 on success.
3876 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
3877 (mi_runto): Return mi_runto_helper's result explicitly.
3878
3879 2009-04-01 Pedro Alves <pedro@codesourcery.com>
3880
3881 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
3882
3883 2009-04-01 Tom Tromey <tromey@redhat.com>
3884
3885 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
3886 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
3887 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
3888 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
3889
3890 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
3891 Jan Kratochvil <jan.kratochvil@redhat.com>
3892
3893 PR gdb/931
3894 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
3895 output.
3896 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
3897 for gdb/931.
3898 * dw2-strp.S (DW_AT_language): Change to C++.
3899 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
3900
3901 2009-03-31 Joel Brobecker <brobecker@adacore.com>
3902
3903 * gdb.ada/tasks: New testcase.
3904
3905 2009-03-30 Stan Shebs <stan@codesourcery.com>
3906
3907 * gdb.trace/actions.exp: Update to match new info trace format.
3908 * gdb.trace/deltrace.exp: Ditto.
3909 * gdb.trace/infotrace.exp: Ditto.
3910 * gdb.trace/passcount.exp: Ditto.
3911 * gdb.trace/save-trace.exp: Ditto.
3912 * gdb.trace/while-stepping.exp: Ditto.
3913 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
3914
3915 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3916
3917 * gdb.python/python-frame.c: New file.
3918 * gdb.python/python-frame.exp: New file.
3919
3920 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3921
3922 * gdb.python/python-value.exp: Add tests for the address
3923 attribute.
3924
3925 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
3926
3927 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
3928
3929 2009-03-26 Doug Evans <dje@google.com>
3930
3931 * gdb.mi/mi-nonstop-exit.exp: New file.
3932 * gdb.mi/non-stop-exit.c: New file.
3933
3934 2009-03-26 Tom Tromey <tromey@redhat.com>
3935
3936 Update for change to prologue skipping:
3937 * gdb.mi/mi2-simplerun.exp: Update.
3938 * gdb.mi/mi2-break.exp: Update.
3939 * gdb.mi/mi-simplerun.exp: Update.
3940 * gdb.mi/mi-break.exp: Update.
3941 * gdb.base/ending-run.exp: Update.
3942
3943 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3944
3945 * gdb.python/python-value.exp (test_value_in_inferior): Test
3946 gdb.Value.is_optimized_out attribute.
3947
3948 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3949
3950 * gdb.dwarf2/dw2-noloc-main.c: New file.
3951 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
3952 (.text): Remove.
3953 (.data): New.
3954 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
3955 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
3956 (DW_TAG_subprogram func_cu1, noloc): Remove.
3957 (main): New.
3958 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
3959 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
3960 (file_symbols): New procedure.
3961
3962 2009-03-25 Tom Tromey <tromey@redhat.com>
3963
3964 * gdb.base/charset.exp (valid_target_charset): New proc.
3965 Use it to skip tests on invalid charsets.
3966
3967 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3968
3969 * gdb.base/completion.exp: Add a test for directory completion.
3970
3971 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3972
3973 Fix a racy FAIL.
3974 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
3975 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
3976
3977 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3978
3979 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
3980 * gdb.python/python-function.exp: Add test for function returning
3981 a GDB value.
3982
3983 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
3984
3985 * gdb.python/python-function.exp: New file.
3986
3987 2009-03-20 Tom Tromey <tromey@redhat.com>
3988
3989 * gdb.base/store.exp: Update for change to escape output.
3990 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
3991 to escape output.
3992 * gdb.base/pointers.exp: Update for change to escape output.
3993 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
3994 to escape output.
3995 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
3996 escape output.
3997 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
3998 to escape output.
3999 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
4000 escape output.
4001 * gdb.base/setvar.exp: Update for change to escape output.
4002 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
4003 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
4004 to escape output.
4005 (test_print_string_constants): Likewise.
4006 * gdb.base/charset.exp (valid_host_charset): Check size of
4007 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
4008 cases. Handle "auto"-related output.
4009 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
4010 (uvar, Uvar): New globals.
4011
4012 2009-03-19 Jerome Guitton <guitton@adacore.com>
4013
4014 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
4015 deltas.
4016 * gdb.ada/fixed_points.exp: Ditto.
4017
4018 2009-03-18 Pedro Alves <pedro@codesourcery.com>
4019
4020 * return-nodebug.c: Don't include stdio.h.
4021 (init): Delete.
4022 (func): Delete definition and provide extern declaration.
4023 (t): New.
4024 (main): Don't call printf. Call func and store its result in t.
4025 * return-nodebug1.c: New.
4026 * return-nodebug.exp: Don't expect stdio output. Instead, print
4027 the global variable t. Drop printf formatters and cast types from
4028 foreach loop. Don't use prepare_for_testing. Compile
4029 return-nodebug.c and return-nodebug1.c in separate steps. Don't
4030 define FORMAT or CAST.
4031
4032 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4033
4034 * gdb.base/solib-display.exp: Disable test for remote targers.
4035
4036 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4037
4038 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
4039
4040 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4041
4042 Fix a racy FAIL.
4043 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
4044 code from `follow parent, print pids'.
4045 (`follow child, print pids', `follow parent, print pids'): Call it.
4046 Replace `gdb_test "break..."' by gdb_breakpoint.
4047
4048 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
4049
4050 * gdb.mi/mi-cli.exp: Adjust for output difference in
4051 sync and async modes.
4052
4053 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4054
4055 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
4056 that was checked in by mistake. Remove loading of ada.exp, since
4057 this is not necessary in this case.
4058
4059 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4060
4061 * gdb.ada/ptype_arith_binop.exp: New testcase.
4062
4063 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4064
4065 * gdb.ada/mod_from_name: New testcase.
4066
4067 2009-03-12 Joel Brobecker <brobecker@adacore.com>
4068
4069 * gdb.ada/tick_last_segv: New testcase.
4070
4071 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4072
4073 * gdb.mi/mi-cli.exp: Remove debug print.
4074
4075 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4076
4077 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
4078 include the token in ^running and frame info in *stopped.
4079
4080 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4081
4082 * solib-display.exp: New file.
4083 * solib-display-main.c: New file.
4084 * solib-display-lib.c: New file.
4085
4086 2009-03-05 Pedro Alves <pedro@codesourcery.com>
4087
4088 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
4089
4090 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4091
4092 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
4093 (list_and_check_macro): Use more specific test name.
4094 (next to definition): Make the test names unique.
4095
4096 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4097
4098 * gdb.pascal/floats.exp: Accept approximate results everywhere.
4099
4100 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4101
4102 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
4103 notifications.
4104 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
4105 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
4106 * lib/mi-support.exp (library_loaded_re): New.
4107 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
4108
4109 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4110
4111 * gdb.gdb/observer.exp: Use test_notification observer, not
4112 normal_stop, everywhere.
4113 (test_normal_stop_notifications): Rename to...
4114 (test_notifications): ...this.
4115 (test_observer_normal_stop): Rename to...
4116 (test_observer): ...this.
4117
4118 2009-02-16 Doug Evans <dje@google.com>
4119
4120 * gdb.arch/amd64-disp-step.S (test_int3): New test.
4121 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
4122 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
4123 (test_prefixed_syscall,test_int3): New tests.
4124 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
4125 (test_prefixed_syscall,test_int3): New tests.
4126
4127 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4128
4129 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
4130 (mi_expect_interrupt): Likewise.
4131 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
4132 response.
4133
4134 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4135
4136 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
4137 * gdb.base/pc-fp.exp (get_valueofx): Remove.
4138 Replace calls to get_valueofx by get_hexadecimal_valueof.
4139
4140 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4141
4142 * lib/gdb.exp (get_valueof): Accept anything as a return value.
4143 (get_integer_valueof): New procedure.
4144 (get_sizeof): Use new get_integer_value_of.
4145 * gdb.base/sizeof.exp: Replace all uses of get_valueof
4146 by get_integer_valueof.
4147
4148 2009-02-13 Tom Tromey <tromey@redhat.com>
4149
4150 * gdb.base/remote.exp (get_sizeof): Remove.
4151 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
4152 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
4153 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
4154 * lib/gdb.exp (get_valueof): Move from long_long.exp.
4155 (get_sizeof): Likewise.
4156
4157 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4158
4159 PR fortran/9806
4160 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
4161
4162 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4163
4164 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
4165
4166 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4167
4168 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
4169
4170 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
4171
4172 * gdb.python/python-cmd.exp: New file.
4173
4174 2009-02-06 Tristan Gingold <gingold@adacore.com>
4175
4176 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
4177
4178 2009-02-05 Tristan Gingold <gingold@adacore.com>
4179
4180 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
4181 pointer is dereferenced and use this signal name in regexp.
4182 * gdb.base/signull.exp: Ditto.
4183 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
4184 * gdb.base/signull.c (main): Ditto.
4185
4186 2009-02-04 Tom Tromey <tromey@redhat.com>
4187 Thiago Jung Bauermann <bauerman@br.ibm.com>
4188
4189 * gdb.python/python-value.exp: Use `gdb.history' instead of
4190 `gdb.value_from_history'.
4191 (test_value_numeric_ops): Add test for conversion of enum constant.
4192 * gdb.python/python-value.c (enum e): New type.
4193 (evalue): New global.
4194 (main): Use argv.
4195
4196 2009-02-04 Jerome Guitton <guitton@adacore.com>
4197
4198 * gdb.ada/uninitialized_vars: New test program.
4199 * gdb.ada/uninitialized_vars.exp: New testcase.
4200
4201 2009-02-02 Tom Tromey <tromey@redhat.com>
4202
4203 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
4204 * gdb.cp/pr2489.cc: Rename...
4205 * gdb.cp/pr9594.cc: ... to this.
4206
4207 2009-02-02 Tom Tromey <tromey@redhat.com>
4208
4209 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
4210 * gdb.cp/pr2489.cc: New file.
4211 * gdb.cp/cpcompletion.exp: New file.
4212
4213 2009-02-02 Tom Tromey <tromey@redhat.com>
4214
4215 PR exp/9059:
4216 * gdb.cp/call-c.exp: Add regression test.
4217 * gdb.cp/call-c.cc (FooHandle): New typedef.
4218 (main): New variable 'handle'.
4219
4220 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4221
4222 * lib/mi-support.exp (et_mi_thread_list)
4223 (check_mi_and_console_threads): Adjust for current thread in
4224 -thread-list-ids output.
4225
4226 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4227
4228 * gdb.mi/mi-break.exp (test_disabled_creation): New.
4229 Call it.
4230
4231 2009-01-28 Doug Evans <dje@google.com>
4232
4233 * gdb.arch/amd64-disp-step.S: New file.
4234 * gdb.arch/amd64-disp-step.exp: New file.
4235 * gdb.arch/i386-disp-step.S: New file.
4236 * gdb.arch/i386-disp-step.exp: New file.
4237
4238 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
4239
4240 * gdb.base/find.exp: Set newline variable
4241 using quotes instead of braces to fix cygwin failures.
4242
4243 2009-01-23 Pedro Alves <pedro@codesourcery.com>
4244
4245 * gdb.base/radix.exp: Add tests to ensure that that set
4246 input-radix 0 and set output-radix 0 are really rejected.
4247
4248 2009-01-23 Pedro Alves <pedro@codesourcery.com>
4249
4250 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
4251 copyright years.
4252
4253 2009-01-23 Pedro Alves <pedro@codesourcery.com>
4254
4255 PR gdb/9664:
4256 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
4257
4258 2009-01-22 Pedro Alves <pedro@codesourcery.com>
4259
4260 PR c++/9631:
4261 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
4262
4263 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
4264
4265 * gdb.server/file-transfer.exp: Use EXEEXT variable for
4266 binfile definition to fix Windows OS failure.
4267
4268 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4269
4270 PR gdb/9346
4271 * gdb.base/interrupt.c (sigint_handler): New.
4272 (main): Install a SIGINT handler if SIGNALS is defined. Exit
4273 on error.
4274 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
4275 Test "signal SIGINT".
4276
4277 2009-01-19 Doug Evans <dje@google.com>
4278
4279 * gdb.base/break.exp: Update expected gdb output.
4280 * gdb.base/sepdebug.exp: Ditto.
4281 * gdb.mi/mi-syn-frame.exp: Ditto.
4282 * gdb.mi/mi2-syn-frame.exp: Ditto.
4283 * gdb.base/call-signal-resume.exp: New file.
4284 * gdb.base/call-signals.c: New file.
4285 * gdb.base/unwindonsignal.exp: New file.
4286 * gdb.base/unwindonsignal.c: New file.
4287 * gdb.threads/interrupted-hand-call.exp: New file.
4288 * gdb.threads/interrupted-hand-call.c: New file.
4289 * gdb.threads/thread-unwindonsignal.exp: New file.
4290
4291 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4292
4293 * gdb.base/define.exp: Test defining and hooking prefix commands.
4294 * gdb.python/python.exp: Update test for "show user" output.
4295
4296 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4297
4298 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
4299 now the output exactly, using less wildcards. Expect also the output
4300 of gfortran-4.3. Update for the f-valprint.c modification from
4301 2008-04-22.
4302 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
4303 Remove gdb_test test names where matching the command.
4304
4305 2009-01-01 Pedro Alves <pedro@codesourcery.com>
4306
4307 PR breakpoints/9681:
4308 * gdb.base/watchpoint.exp: Add regression test.
4309
4310 2008-12-31 Pedro Alves <pedro@codesourcery.com>
4311
4312 * gdb.threads/attach-into-signal.exp: Don't use
4313 gdb_suppress_entire_file.
4314 * gdb.threads/attach-stopped.exp: Ditto.
4315 * gdb.threads/attachstop-mt.exp: Ditto.
4316
4317 2008-12-31 Pedro Alves <pedro@codesourcery.com>
4318
4319 PR gdb/8812:
4320 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
4321
4322 2008-12-29 Pedro Alves <pedro@codesourcery.com>
4323
4324 PR gdb/7536:
4325 * gdb.base/radix.exp: Add tests to ensure invalid input radices
4326 and unsupported output radices are really rejected.
4327
4328 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4329
4330 * gdb.cp/punctuator.exp: Backslash the '$' signs.
4331
4332 2008-12-22 Tom Tromey <tromey@redhat.com>
4333
4334 * gdb.cp/punctuator.exp: New file.
4335
4336 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4337
4338 * gdb.base/completion.exp (Completing non-existing component): New test.
4339
4340 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4341
4342 Fix for PR gdb/8648.
4343 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
4344 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
4345 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
4346 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
4347
4348 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4349
4350 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
4351
4352 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
4353
4354 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
4355 compiler actually generate code at the expected line number.
4356
4357 2008-12-15 Jie Zhang <jie.zhang@analog.com>
4358
4359 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
4360
4361 2008-12-12 Tom Tromey <tromey@redhat.com>
4362
4363 * gdb.base/commands.exp (redefine_hook_test): New proc.
4364 Call it.
4365
4366 2008-12-11 Tom Tromey <tromey@redhat.com>
4367
4368 * gdb.base/macscp.exp: New regression test.
4369
4370 2008-12-11 Tom Tromey <tromey@redhat.com>
4371
4372 * gdb.base/macscp.exp: Print "address.addr".
4373 * gdb.base/macscp1.c (struct outer): New struct.
4374 (address): New global.
4375
4376 2008-12-09 Tom Tromey <tromey@redhat.com>
4377
4378 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
4379 Call it.
4380
4381 2008-12-04 Doug Evans <dje@google.com>
4382
4383 * gdb.server/ext-run.exp: Relax regexp for init program.
4384
4385 2008-12-03 Tristan Gingold <gingold@adacore.com>
4386
4387 * gdb.base/macscp.exp: Generate an object file during compilation
4388 to work around Darwin dsymutil limitations.
4389
4390 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4391
4392 Test resolving external references to TLS variables.
4393 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
4394 FILE2_THREAD_LOCAL.
4395 (testfile2, srcfile2): New variables.
4396 * gdb.threads/tls.c (file2_thread_local)
4397 (function_referencing_file2_thread_local): New.
4398 * gdb.threads/tls2.c: New file.
4399
4400 2008-11-28 Joel Brobecker <brobecker@adacore.com>
4401
4402 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
4403 rather than integer, as integer might not be big enough when
4404 on 64bit targets.
4405
4406 2008-11-27 Jerome Guitton <guitton@adacore.com>
4407
4408 * gdb.cp/formatted-ref.exp: Add equality test.
4409 * gdb.ada/formatted_ref.exp: Ditto.
4410
4411 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4412
4413 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
4414 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
4415
4416 2008-11-20 Andreas Schwab <schwab@suse.de>
4417
4418 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
4419 matching syscall entry point.
4420 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4421 (tcatch_vfork_then_child_follow): Likewise. Finish through
4422 vfork even if we stopped at the syscall trampoline.
4423
4424 2008-11-20 Doug Evans <dje@google.com>
4425
4426 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
4427
4428 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4429
4430 * gdb.arch/ppc-dfp.exp: New file.
4431 * gdb.arch/ppc-dfp.c: New file.
4432
4433 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4434
4435 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
4436
4437 2008-11-17 Doug Evans <dje@google.com>
4438
4439 * gdb.mi/mi-syn-frame.exp: Update expected output.
4440 * gdb.mi/mi2-syn-frame.exp: Update expected output.
4441
4442 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4443
4444 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
4445 "thread N" results in =thread-selected.
4446 * lib/mi-support (mi_run_cmd, mi_expect_stop)
4447 (mi_send_resuming_command_raw): Be prepared for
4448 =thread-selected.
4449
4450 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4451
4452 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
4453 * lib/mi-support.exp: Likewise.
4454
4455 2008-11-16 Joel Brobecker <brobecker@adacore.com>
4456
4457 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
4458 commands from the expected output for "help catch".
4459
4460 2008-11-15 Joel Brobecker <brobecker@adacore.com>
4461
4462 * gdb.ada/int_deref.exp: New testcase.
4463
4464 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
4465
4466 * gdb.mi/gdb2549.exp: New file.
4467
4468 2008-11-11 Doug Evans <dje@google.com>
4469
4470 * gdb.base/callexit.exp: New file.
4471 * gdb.base/callexit.c: New file.
4472
4473 2008-11-10 Doug Evans <dje@google.com>
4474
4475 * lib/gdb.exp (GDBFLAGS): Move -nx ...
4476 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
4477 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
4478 (default_gdb_start,default_gdb_exit): Ditto.
4479 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
4480 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
4481 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
4482 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
4483 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
4484 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
4485
4486 2008-11-03 Andreas Schwab <schwab@suse.de>
4487
4488 * gdb.base/hashline2.exp: Fix typo.
4489 * gdb.base/hashline3.exp: Likewise.
4490
4491 2008-10-30 Tom Tromey <tromey@redhat.com>
4492
4493 * gdb.base/pointers.exp: Add test.
4494 * gdb.base/pointers.c (k, S): New typedefs.
4495 (instance): New global.
4496
4497 2008-10-30 Andreas Schwab <schwab@suse.de>
4498
4499 * gdb.base/args.exp: Add tests for newlines.
4500
4501 2008-10-30 Joel Brobecker <brobecker@adacore.com>
4502
4503 gdb.base/foll-exec.exp: Update the expected output of a couple
4504 of "info breakpoints" tests.
4505
4506 2008-10-28 Tom Tromey <tromey@redhat.com>
4507
4508 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
4509
4510 2008-10-24 Pedro Alves <pedro@codesourcery.com>
4511
4512 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
4513 gdb_start_cmd.
4514 Use runto_main before any test that requires execution.
4515
4516 2008-10-23 Pedro Alves <pedro@codesourcery.com>
4517
4518 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
4519 instead of SIGINT.
4520
4521 2008-10-22 Joel Brobecker <brobecker@adacore.com>
4522
4523 * gdb.base/completion.exp: Update expected output following
4524 the addition of the "info tasks" command.
4525
4526 2008-10-22 Tom Tromey <tromey@redhat.com>
4527
4528 * gdb.base/exprs.exp (test_expr): Add test for string
4529 concatenation.
4530
4531 2008-10-19 Pedro Alves <pedro@codesourcery.com>
4532
4533 * configure.ac: Output gdb.python/Makefile.
4534 * configure: Regenerate.
4535 * gdb.python/Makefile.in: New.
4536
4537 2008-10-16 Joel Brobecker <brobecker@adacore.com>
4538
4539 * gdb.base/foll-fork.exp: Adjust the expected output to match
4540 the new description for fork/vfork catchpoints in the "info
4541 breakpoints" output.
4542
4543 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
4544
4545 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
4546
4547 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4548
4549 * gdb.python/python-value.c: New file.
4550 * gdb.python/python-value.exp: New file.
4551
4552 2008-10-15 Pedro Alves <pedro@codesourcery.com>
4553
4554 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
4555
4556 2008-10-15 Denis Pilat <denis.pilat@st.com>
4557
4558 * gdb.cp/mb-ctor.exp: Fix a typo.
4559
4560 2008-10-09 Tom Tromey <tromey@redhat.com>
4561
4562 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
4563 'fprintf' and 'stderr'.
4564
4565 2008-10-07 Joel Brobecker <brobecker@adacore.com>
4566
4567 * gdb.ada/ref_tick_size.exp: New testcase.
4568
4569 2008-10-06 Doug Evans <dje@google.com>
4570
4571 * gdb.dwarf2/dw2-cu-size.exp: New file.
4572 * gdb.dwarf2/dw2-cu-size.S: New file.
4573
4574 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
4575 .Ltype_int for clarity.
4576
4577 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4578
4579 PR gdb/2384:
4580 * gdb.cp/gdb2384.exp: Extended to test more cases.
4581 * gdb.cp/gdb2384.cc: Likewise.
4582 * gdb.cp/gdb2384-base.h: Likewise.
4583 * gdb.cp/gdb2384-base.cc: Likewise.
4584
4585 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4586
4587 * gdb.base/maint.exp (maint print type): Remove printing
4588 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
4589
4590 2008-09-30 Tom Tromey <tromey@redhat.com>
4591
4592 * gdb.base/macscp.exp: Add completion tests.
4593 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
4594 (TWENTY_THREE): Likewise.
4595 (FORTY_EIGHT): Likewise.
4596
4597 2008-09-30 Tom Tromey <tromey@redhat.com>
4598
4599 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
4600 everywhere.
4601 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
4602
4603 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4604
4605 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
4606 testcase is derived from. Fix racy dependency on an expected PID
4607 number. No longer support the testcase on Linux kernel 2.4.x.
4608
4609 2008-09-27 Tom Tromey <tromey@redhat.com>
4610
4611 * gdb.base/macscp.exp: Add tests for stringification, splicing,
4612 and varargs.
4613
4614 2008-09-22 Pedro Alves <pedro@codesourcery.com>
4615
4616 * lib/mi-support.exp (mi_expect_interrupt): New.
4617 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
4618 from gdb.mi/mi-nonstop.exp.
4619 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
4620 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
4621 lib/mi-support.exp.
4622 Use mi_check_thread_states throughout. Avoid ".*" and do not
4623 require an anchor after -exec-run.
4624
4625 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4626
4627 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
4628 stop is pending. Avoid ".*" when two stops are pending.
4629 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
4630 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
4631 newlines in fullnames.
4632 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
4633 (mi_expect_stop): Update comments. Only anchor in sync mode.
4634 Do not match newlines.
4635 (mi_send_resuming_command_raw): Always return status.
4636 (mi_get_stop_line): Do not match more than one line by accident.
4637 Only anchor in sync mode.
4638 (mi_run_inline_test): If -exec-next fails, give up.
4639
4640 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4641
4642 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
4643 on SPU.
4644
4645 2008-09-10 Joel Brobecker <brobecker@adacore.com>
4646
4647 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
4648
4649 2008-09-10 Joel Brobecker <brobecker@adacore.com>
4650
4651 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
4652 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4653 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
4654 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4655 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
4656 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
4657 gdb.ada/interface.exp, gdb.ada/null_array.exp,
4658 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4659 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4660 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4661 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
4662 Include the "= " sequence in the expected output of print tests.
4663
4664 2008-09-10 Joel Brobecker <brobecker@adacore.com>
4665
4666 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
4667 description for boolean types.
4668
4669 2008-09-09 Pedro Alves <pedro@codesourcery.com>
4670
4671 * gdb.base/hook-stop-continue.c: New.
4672 * gdb.base/hook-stop-continue.exp: New.
4673
4674 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4675
4676 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
4677
4678 2008-09-08 Jerome Guitton <guitton@adacore.com>
4679
4680 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
4681 (stack_check_probe_2, stack_check_probe_loop_1)
4682 (stack_check_probe_loop_2): New functions.
4683 (main): Add call to these new functions.
4684 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
4685 functions, check that the breakpoint is inserted at the appropriate
4686 location.
4687 (insert_breakpoint): Slightly refine this procedure so that it can
4688 be called several times in the test.
4689
4690 2008-09-08 Jerome Guitton <guitton@adacore.com>
4691
4692 * gdb.base/stack-checking.c: New file.
4693 * gdb.base/stack-checking.exp: New file.
4694
4695 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4696
4697 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
4698 * gdb.arch/altivec-regs.exp: Likewise.
4699 * gdb.arch/vsx-regs.exp: Likewise.
4700
4701 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4702
4703 * gdb.arch/ppc-fp.exp: New file.
4704 * gdb.arch/ppc-fp.c: New file.
4705
4706 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4707
4708 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
4709 lest gcc-4.3.1 optimizes the whole thing away.
4710
4711 2008-09-04 Michael Snyder <msnyder@vmware.com>
4712
4713 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
4714 as "at" (for non-debug functions such as _start).
4715
4716 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4717
4718 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
4719 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
4720 software watchpoints.
4721 * gdb.base/watch_thread_num.exp: Likewise.
4722
4723 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
4724
4725 * gdb.arch/i386-bp_permanent.exp: New test.
4726
4727 2008-08-24 Tom Tromey <tromey@redhat.com>
4728
4729 * gdb.base/maint.exp: Update "maint print type".
4730
4731 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
4732
4733 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
4734 support. Adjust the order of "*running" notifications.
4735 * gdb.mi/non-stop.c: Don't cast from int to void* and
4736 back.
4737
4738 2008-08-20 Mark Kettenis <kettenis@gnu.org>
4739
4740 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
4741 expect to find it in the "info frame" output.
4742
4743 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4744
4745 * gdb.base/interp.exp: Always consume both prompts.
4746
4747 2008-08-20 Pedro Alves <pedro@codesourcery.com>
4748
4749 * gdb.base/pending.exp: Test pending breakpoints without symbols
4750 loaded.
4751
4752 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4753
4754 * lib/mi-support.exp (mi_expect_stop): Produce
4755 more details on failures.
4756 * gdb.mi/mi-nonstop.exp: New.
4757 * gdb.mi/non-stop.c: New.
4758
4759 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4760
4761 * gdb.mi/mi-async.exp: Use 'set target-async'.
4762 * lib/mi-support.exp: Use 'set/show target-async'.
4763
4764 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
4765
4766 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
4767
4768 2008-08-17 Tom Tromey <tromey@redhat.com>
4769
4770 * gdb.base/help.exp (help catch): Rewrite.
4771
4772 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4773
4774 * gdb.base/define.exp: Test indented command documentation.
4775 * gdb.python/python.exp: Test indented multi-line command.
4776
4777 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
4778
4779 * testsuite/gdb.arch/vsx-regs.c: New source file.
4780 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
4781 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
4782
4783 2008-08-14 Tom Tromey <tromey@redhat.com>
4784
4785 * gdb.base/macscp.exp: Add regression test for "macro define" or
4786 "macro undef" with no arguments.
4787
4788 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4789
4790 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
4791
4792 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4793
4794 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
4795
4796 2008-08-06 Tom Tromey <tromey@redhat.com>
4797
4798 * gdb.python/python.exp: New file.
4799
4800 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4801
4802 Fix for PR gdb/1543.
4803 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
4804 $LOCATION.
4805 (location): New variable.
4806 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
4807 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
4808 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
4809 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
4810 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
4811 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
4812 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
4813 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
4814 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
4815 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
4816 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
4817 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
4818 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
4819 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
4820 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4821 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
4822 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
4823 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
4824 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
4825 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4826 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
4827 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
4828 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
4829 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
4830 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
4831 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
4832 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
4833 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
4834 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
4835 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
4836 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
4837 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
4838 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
4839 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
4840 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
4841 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
4842 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
4843 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4844 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
4845 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
4846 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
4847 gdb.base/type-opaque.exp, gdb.base/until.exp,
4848 gdb.base/value-double-free.c, gdb.base/varargs.exp,
4849 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
4850 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
4851 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4852 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
4853 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
4854 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4855 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4856 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
4857 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
4858 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
4859 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
4860 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
4861 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
4862 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
4863 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
4864 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4865 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
4866 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
4867 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
4868 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
4869 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
4870 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
4871 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
4872 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
4873 gdb.pascal/types.exp, gdb.stabs/weird.exp,
4874 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
4875 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
4876 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
4877 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
4878 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
4879 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
4880 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4881 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4882 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4883 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4884 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4885 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4886 lib/mi-support.exp, lib/trace-support.exp: Remove reference
4887 to bug-gdb@prep.ai.mit.edu .
4888
4889 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
4890
4891 * lib/mi-support.exp (mi_load_shlibs): New.
4892 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
4893
4894 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
4895
4896 * lib/mi-support.exp (get_mi_thread_list)
4897 (check_mi_and_console_threads): New, moved from ...
4898 * gdb.mi/mi-pthread.exp: ...here.
4899 * gdb.mi/gdb669.exp (get_mi_thread_list)
4900 (check_mi_and_console_threads): Delete.
4901 * gdb.mi/mi2-pthread.exp: Likewise.
4902
4903 2008-07-28 Tom Tromey <tromey@redhat.com>
4904
4905 * Makefile.in (just-check): Remove. Move body to...
4906 (check): ... here.
4907
4908 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4909
4910 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
4911 Add a test for duplicated SIGINTs.
4912
4913 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4914
4915 * gdb.threads/schedlock.exp (get_args): Update to work for any
4916 value of NUM.
4917 (Top level): Report the number of threads that did not resume.
4918
4919 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4920
4921 * gdb.dwarf2/dw2-compressed.S: Also define __start.
4922
4923 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4924
4925 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
4926 non-MI prompt.
4927
4928 2008-07-26 Tom Tromey <tromey@redhat.com>
4929
4930 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
4931 (function_struct, function_struct_ptr): New globals.
4932 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
4933 function pointer in a struct.
4934
4935 2008-07-26 Tom Tromey <tromey@redhat.com>
4936
4937 * gdb.base/macscp.exp: Add test for macro lexing bug.
4938
4939 2008-07-18 Tom Tromey <tromey@redhat.com>
4940
4941 * gdb.base/macscp.exp: Add macro tests.
4942
4943 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4944
4945 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
4946
4947 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4948
4949 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
4950
4951 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4952
4953 * gdb.cp/class2.exp: fix for failure on spu-elf
4954
4955 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
4956
4957 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
4958
4959 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4960
4961 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
4962
4963 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
4964
4965 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
4966
4967 2008-07-11 Kevin Buettner <kevinb@redhat.com>
4968
4969 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
4970 of regexp to account for changes made to GDB in the printing of
4971 byte vectors.
4972
4973 2008-07-11 Tom Tromey <tromey@redhat.com>
4974
4975 * gdb.base/completion.exp: Add 'help' completion test.
4976
4977 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4978
4979 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
4980
4981 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4982
4983 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
4984
4985 2008-07-09 Pedro Alves <pedro@codesourcery.com>
4986
4987 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
4988
4989 2008-07-09 Pedro Alves <pedro@codesourcery.com>
4990
4991 * gdb.base/fullname.exp: Restore pwd if compiling failed.
4992
4993 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4994
4995 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
4996
4997 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4998
4999 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
5000 previous commit. Add a comment.
5001
5002 2008-06-28 Pedro Alves <pedro@codesourcery.com>
5003
5004 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
5005
5006 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
5007
5008 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
5009
5010 2008-06-27 Pedro Alves <pedro@codesourcery.com>
5011
5012 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
5013 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
5014 compiling an executable, link in an object that forces unbuffered
5015 output.
5016 * lib/set_unbuffered_mode.c: New file.
5017
5018 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5019
5020 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
5021
5022 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
5023
5024 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
5025 mi_expect_stop.
5026 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
5027 Demand that *running is output.
5028 (detect_async): Perform checking every time.
5029 (mi_send_resuming_command): Extract everything into...
5030 (mi_send_resuming_command_raw): ...this.
5031 (mi_expect_stop): Don't accept any output before *stopped.
5032
5033 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
5034
5035 Robustify mi-simplerun.
5036 * gdb.mi/basics.c (main): Add a call to sleep.
5037 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
5038 * gdb.mi/mi2-cli.exp: Likewise.
5039 * gdb.mi/mi-break.exp: Likewise.
5040
5041 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
5042
5043 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
5044
5045 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5046
5047 * gdb.mi/mi-console.exp: Adjust.
5048 * gdb.mi/mi-syn-frame.exp: Adjust.
5049 * gdb.mi/mi2-console.exp: Adjust.
5050 * gdb.mi/mi2-syn-frame.exp: Adjust.
5051 * lib/mi-support.exp (mi_run_cmd): Adjust.
5052 (mi_send_resuming_command): Adjust.
5053
5054 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5055
5056 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
5057 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
5058 testing of stopped.
5059 * gdb.mi/mi2-syn-frame.exp: Likewise.
5060 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
5061 (async, detect_async): New.
5062 (mi_expect_stop, mi_continue_to_line): Adjust expectation
5063 depending on if we're running in sync or async mode.
5064
5065 2008-06-09 Tom Tromey <tromey@redhat.com>
5066
5067 * gdb.base/completion.exp: New tests for field name completion
5068 with spaces, and field name completion with '->'.
5069
5070 2008-06-06 Tom Tromey <tromey@redhat.com>
5071
5072 * gdb.base/break1.c (struct some_struct): New struct.
5073 (values): New global.
5074 * gdb.base/completion.exp: Add field name completion test.
5075
5076 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5077
5078 * gdb.cp/call-c.exp: Test for incorrect handling of reference
5079 to pointer.
5080 * gdb.cp/call-c.cc: Likewise.
5081
5082 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
5083
5084 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
5085 annotation.
5086
5087 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5088 Pedro Alves <pedro@codesourcery.com>
5089
5090 * gdb.threads/execl.c, gdb.threads/execl1.c,
5091 gdb.threads/execl.exp: New tests.
5092
5093 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
5094 Daniel Jacobowitz <dan@codesourcery.com>
5095
5096 * gdb.cp/exception.exp: Activate test, make it work with pending
5097 catchpoints.
5098
5099 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5100
5101 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
5102
5103 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
5104
5105 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
5106 now printed.
5107 * gdb.mi/mi2-var-cmd.exp: Likewise.
5108
5109 2008-05-27 Andreas Schwab <schwab@suse.de>
5110
5111 * gdb.base/frame-args.exp: Handle arguments that are optimized
5112 out.
5113
5114 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
5115
5116 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
5117 quiet for ppc32 and group options into a single variable.
5118
5119 2008-05-23 Joel Brobecker <brobecker@adacore.com>
5120
5121 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
5122 of zero-size elements.
5123 * gdb.ada/null_array.exp: Test printing this new array.
5124
5125 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5126
5127 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
5128
5129 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5130
5131 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
5132 of the "finish" command.
5133
5134 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5135
5136 * gdb.base/annota1.exp: Test for new annotation.
5137
5138 2008-05-16 Pedro Alves <pedro@codesourcery.com>
5139
5140 * gdb.base/fixsection.exp: New file.
5141 * gdb.base/fixsection0.c: New file.
5142 * gdb.base/fixsection1.c: New file.
5143
5144 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5145
5146 * gdb.base/annota1.exp: Accept printf@... in place of printf.
5147 * gdb.base/annota3.exp: Likewise.
5148
5149 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
5150
5151 * gdb.base/watch_thread_num.exp: Don't run tests that require
5152 watchpoints if the target doesn't support them.
5153
5154 2008-05-12 Doug Evans <dje@google.com>
5155
5156 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
5157
5158 2008-05-09 Joel Brobecker <brobecker@adacore.com>
5159
5160 * gdb.ada/assign_1.exp: New testcase.
5161
5162 2008-05-09 Doug Evans <dje@google.com>
5163
5164 * gdb.base/find.exp: New file.
5165 * gdb.base/find.c: New file.
5166
5167 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
5168
5169 * gdb.base/commands.exp (watchpoint_command_test): Handle
5170 gdb,no_hardware_watchpoints.
5171 * gdb.base/float.exp: Allow ARM targets without floating point.
5172 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
5173
5174 2008-05-06 Jerome Guitton <guitton@adacore.com>
5175 Joel Brobecker <brobecker@adacore.com>
5176
5177 * gdb.ada/lang_switch: New test program.
5178 * gdb.ada/lang_switch.exp: New testcase.
5179
5180 2008-05-05 Doug Evans <dje@google.com>
5181
5182 * gdb.base/help.exp (disassemble): Update expected help text.
5183
5184 2008-05-04 Pedro Alves <pedro@codesourcery.com>
5185
5186 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
5187
5188 2008-05-04 Pedro Alves <pedro@codesourcery.com>
5189
5190 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
5191 different times.
5192
5193 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5194
5195 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
5196 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
5197 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
5198 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
5199
5200 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
5201
5202 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
5203 notification to appear.
5204
5205 2008-05-04 Daniel Jacobowitz <dan@debian.org>
5206
5207 * gdb.base/fullname.c: New file.
5208 * gdb.base/fullname.exp: New file.
5209 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
5210
5211 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5212
5213 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
5214 expressions with macros.
5215
5216 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5217
5218 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
5219
5220 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5221
5222 * gdb.base/completion.exp: Handle lack of other symbols beginning
5223 with "a".
5224
5225 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
5226
5227 2008-05-02 Jim Blandy <jimb@codesourcery.com>
5228
5229 * gdb.asm/asmsrc1.s: Add scratch space.
5230
5231 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5232 Daniel Jacobowitz <dan@codesourcery.com>
5233
5234 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
5235 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
5236 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
5237
5238 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
5239
5240 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
5241
5242 2008-05-01 Joel Brobecker <brobecker@adacore.com>
5243
5244 * gdb.base/info-target.exp: New testcase.
5245
5246 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5247
5248 * gdb.cp/hang.exp: Use .cc instead of .C.
5249 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
5250 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
5251
5252 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5253
5254 * gdb.base/gdb1250.exp: Remove perror.
5255 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
5256
5257 2008-04-30 Pedro Alves <pedro@codesourcery.com>
5258
5259 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
5260 .2byte.
5261
5262 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
5263
5264 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
5265 (maybe_kfail): New.
5266
5267 2008-04-25 Pedro Alves <pedro@codesourcery.com>
5268
5269 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
5270
5271 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5272
5273 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
5274 * gdb.mi/mi2-syn-frame.exp: Likewise.
5275 * lib/mi-support.exp: Likewise.
5276
5277 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5278
5279 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
5280 to specify regexp for the location to stop at.
5281 * gdb.base/break-always.c: New.
5282 * gdb.base/break-always.exp: New.
5283
5284 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5285
5286 * lib/mi-support.exp (mi_runto_helper): Adjust
5287 for the original-location field.
5288 (mi_create_breakpoint, mi_list_breakpoints): New.
5289 * gdb.mi/mi-break.exp: Adjust.
5290 * gdb.mi/mi2-break.exp: Adjust.
5291 * gdb.mi/mi-pending.exp: Adjust.
5292 * gdb.mi/mi-simplerun.exp: Adjust.
5293 * gdb.mi/mi2-simplerun.exp: Adjust.
5294 * gdb.mi/mi-syn-frame.exp: Adjust.
5295 * gdb.mi/mi2-syn-frame.exp: Adjust.
5296 * gdb.mi/mi-until.exp: Adjust.
5297 * gdb.mi/mi2-until.exp: Adjust.
5298 * gdb.mi/mi-var-display.exp: Adjust.
5299 * gdb.mi/mi2-var-display.exp: Adjust.
5300 * gdb.mi/mi-watch.exp: Adjust.
5301 * gdb.mi/mi2-watch.exp: Adjust.
5302
5303 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
5304
5305 * aclocal.m4: Add override.m4.
5306 * configure: Regenerate.
5307
5308 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
5309
5310 * gdb.mi/var-cmd.c (do_at_tests): Verify that
5311 '-var-update --all-values' reports new value even the type
5312 of a variable object has changed.
5313
5314 2008-04-18 Craig Silverstein <csilvers@google.com>
5315
5316 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
5317 files.
5318
5319 2008-04-18 Joel Brobecker <brobecker@adacore.com>
5320
5321 * gdb.ada/atomic_enum: New test program.
5322 * gdb.ada/atomic_enum.exp: New testcase.
5323
5324 2008-04-17 Doug Evans <dje@google.com>
5325
5326 * gdb.opt/Makefile.in: Fix whitespace.
5327
5328 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
5329
5330 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
5331
5332 2008-04-17 Doug Evans <dje@google.com>
5333
5334 * gdb.base/hashline1.exp: New testcase.
5335 * gdb.base/hashline2.exp: New testcase.
5336 * gdb.base/hashline2.exp: New testcase.
5337
5338 2008-04-17 Pedro Alves <pedro@codesourcery.com>
5339
5340 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
5341
5342 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
5343
5344 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
5345 temporary breakpoint to match "Temporary breakpoint".
5346 * gdb.base/break.exp (delete_breakpoints): Likewise.
5347 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
5348 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
5349 * gdb.base/display.exp: Likewise.
5350 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
5351 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
5352 * gdb.base/restore.exp (restore_tests): Likewise.
5353 * gdb.base/sepdebug.exp: Likewise.
5354 * gdb.base/watchpoint.exp: Likewise.
5355 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
5356 * gdb.mi/mi-pending.exp: Likewise.
5357 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
5358 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
5359 * gdb.mi/mi-var-cmd.exp: Likewise.
5360 * gdb.mi/mi-var-display.exp: Likewise.
5361 * gdb.mi/mi2-cli.exp: Likewise.
5362 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
5363 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
5364 * gdb.mi/mi2-var-display.exp: Likewise.
5365 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
5366 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
5367 new "disp" field.
5368 (mi_expect_stop): Move after_reason argument to be really after
5369 reason. This is to support fix for PR2424.
5370
5371 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5372
5373 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
5374
5375 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
5376
5377 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
5378 field. Add more floating varobj tests.
5379 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
5380 field.
5381 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
5382 (main): Call do_at_tests.
5383 * lib/mi-support.exp (mi_create_floating_varobj)
5384 (mi_varobj_update_with_type_change): New.
5385
5386 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5387
5388 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
5389 option of -var-evaluate-expression.
5390 * gdb.mi/mi2-var-display.exp: Likewise.
5391
5392 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
5393
5394 Introduce test setup helpers.
5395 * lib/gdb.exp (build_executable, clean_restart)
5396 (prepare_for_testing): New.
5397 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
5398 * gdb.base/return.exp: Likewise.
5399 * gdb.base/ending-run.exp: Likewise.
5400
5401 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
5402
5403 * gdb.mi/mi-async.exp: New test for asynchronous Machine
5404 Interface (MI) responses.
5405
5406 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
5407
5408 * gdb.cp/breakpoint.cc: New code to test conditions involving
5409 member variables.
5410 * gdb.cp/breakpoint.exp: Test condition involving member
5411 variables.
5412
5413 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
5414
5415 * lib/mi-support.exp (mi_expect_stop): New.
5416 (mi_run_cmd): Change the
5417 token. Use mi_send_resuming_command, use
5418 mi_expect_stop.
5419 (mi_execute_to_helper): Rename to mi_execute_to.
5420 (mi_send_resuming_command): Add more error patterns.
5421 (mi_wait_for_stop): Renamed to...
5422 (mi_get_stop_line): ...this.
5423 (mi_run_inline_test): Adjust.
5424
5425 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
5426 * gdb.mi/mi-console.exp: Likewise.
5427 * gdb.mi/mi-pending.exp: Likewise.
5428 * gdb.mi/mi-simplerun.exp: Likewise.
5429 * gdb.mi/mi-stack.exp: Likewise.
5430 * gdb.mi/mi-stepi.exp: Likewise.
5431 * gdb.mi/mi-syn-frame.exp: Add comment.
5432 * gdb.mi/mi-until.exp: Likewise.
5433 * gdb.mi/mi-var-display.exp: Likewise.
5434 * gdb.mi/mi-watch.exp: Likewise.
5435 * gdb.mi/mi2-cli.exp: Likewise.
5436 * gdb.mi/mi2-console.exp: Likewise.
5437 * gdb.mi/mi2-simplerun.exp: Likewise.
5438 * gdb.mi/mi2-stack.exp: Likewise.
5439 * gdb.mi/mi2-stepi.exp: Likewise.
5440 * gdb.mi/mi2-until.exp: Likewise.
5441 * gdb.mi/mi2-var-display.exp: Likewise.
5442 * gdb.mi/mi2-watch.exp: Likewise.
5443
5444 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5445
5446 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
5447
5448 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
5449
5450 2008-04-04 Pedro Alves <pedro@codesourcery.com>
5451
5452 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
5453 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
5454 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
5455 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
5456 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
5457 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
5458 expect an mi error duplicated in stderr.
5459
5460 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5461
5462 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
5463 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
5464 Add a couple of tests that verify the behavior when the new setting
5465 is set to "cancel" and "all".
5466 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
5467 "ask" before we start the testing.
5468
5469 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5470
5471 * gdb.cp/casts.cc: Add class reference variables.
5472 * gdb.cp/casts.exp: New test cases for up/down casting references.
5473
5474 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
5475
5476 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
5477 instead of beginning to make an extra test pass.
5478 * gdb.mi/mi2-var-display.exp: Likewise.
5479
5480 2008-03-31 Maciej W. Rozycki <macro@mips.com>
5481
5482 * gdb.base/break.exp: Mark failures as such. Fix formatting.
5483
5484 2008-03-31 Markus Deuling <deuling@de.ibm.com>
5485 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5486
5487 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
5488 value. Add xfail for older kernels.
5489
5490 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
5491
5492 Bring mi-support in line with gdb.exp.
5493 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
5494 (mi_gdb_start): New function.
5495
5496 2008-03-28 Maciej W. Rozycki <macro@mips.com>
5497
5498 * gdb.mi/mi-var-cmd.exp: Fix a typo.
5499
5500 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5501
5502 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
5503 * gdb.mi/mi2-var-display.exp: Likewise.
5504
5505 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5506
5507 * lib/mi-support.exp (mi_create_varobj_checked): New.
5508 (mi_list_varobj_children): Allow to check for a
5509 value.
5510 (mi_list_array_varobj_children): New.
5511
5512 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
5513 and mi_list_varobj_children, as opposed to hardcoding
5514 expected strings.
5515 * gdb.mi/gdb701.exp: Likewise.
5516 * gdb.mi/gdb792.exp: Likewise.
5517 * gdb.mi/mi-var-block.exp: Likewise.
5518 * gdb.mi/mi-var-cmd.exp: Likewise.
5519 * gdb.mi/mi-var-invalidate.exp: Likewise.
5520 * gdb.mi/mi2-var-block.exp: Likewise.
5521 * gdb.mi/mi2-var-child.exp: Likewise.
5522 * gdb.mi/mi2-var-cmd.exp: Likewise.
5523 * gdb.mi/mi2-var-display.exp: Likewise.
5524
5525 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5526
5527 Fix random false FAILs on i386.
5528 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
5529
5530 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5531
5532 PR gdb/544
5533 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
5534
5535 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5536
5537 PR gdb/544
5538 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
5539
5540 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5541
5542 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
5543 fixed PR gdb/544.
5544
5545 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5546
5547 * gdb.threads/fork-child-threads.exp: Test next over fork.
5548
5549 2008-03-21 Chris Demetriou <cgd@google.com>
5550
5551 * gdb.base/break.exp (rbreak junk): New test for rbreak
5552 "Junk at end of arguments" issue.
5553
5554 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5555
5556 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
5557 *& to work on created array elements.
5558 (Top level): Test print $pc with a file. Test string operations
5559 without a target.
5560 * gdb.base/ptype.exp: Do not expect *& to work on created array
5561 elements.
5562
5563 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5564
5565 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5566 gdb.threads/staticthreads.exp: Update exit query.
5567
5568 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
5569
5570 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
5571
5572 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5573
5574 * gdb.base/watchpoint.c (global_ptr, func4): New.
5575 (main): Call func4.
5576 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
5577 (test_inaccessible_watchpoint): New.
5578
5579 2008-02-29 Maciej W. Rozycki <macro@mips.com>
5580
5581 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
5582 select the largest.
5583
5584 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5585
5586 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
5587 frames-invalid annotations.
5588
5589 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
5590
5591 * gdb.base/assign.exp: avoid same output for different tests.
5592
5593 2008-02-27 Doug Evans <dje@google.com>
5594
5595 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
5596 for bug 1738.
5597 (breakpoint_to_handler_entry): Ditto.
5598
5599 2008-02-27 Joel Brobecker <brobecker@adacore.com>
5600
5601 * gdb.base/ending-run.exp: Use the first line of code inside
5602 function body to test breakpoints.
5603 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
5604 location where the breakpoint is inserted when using the line
5605 where a function is declared. Fix typo in the description of
5606 one of the tests.
5607 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
5608
5609 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5610
5611 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
5612 tests.
5613
5614 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5615
5616 * gdb.base/args.exp: avoid same output for tests
5617 with single quotes.
5618
5619 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
5620
5621 * gdb.base/annota1.exp: Adjust for 'info break'
5622 format changes.
5623 * gdb.base/annota3.exp: Likewise.
5624 * gdb.base/break.exp: Likewise.
5625 * gdb.base/condbreak.exp: Likewise.
5626 * gdb.base/pending.exp: Likewise.
5627 * gdb.base/sepdebug.exp: Likewise.
5628 * gdb.base/unload.exp: Likewise.
5629 * gdb.cp/ovldbreak.exp: Likewise.
5630 * gdb.mi/mi-pending.exp: Likewise.
5631
5632 2008-02-07 Doug Evans <dje@google.com>
5633
5634 * gdb.cp/mb-inline.exp: New.
5635 * gdb.cp/mb-inline.h: New.
5636 * gdb.cp/mb-inline1.cc: New.
5637 * gdb.cp/mb-inline2.cc: New.
5638
5639 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5640
5641 * gdb.pascal/floats.pas: New test program.
5642 * gdb.pascal/floats.exp: New testcase.
5643
5644 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5645
5646 * gdb.base/callfuncs.c (t_float_many_args): New function.
5647 (t_double_many_args): New function.
5648 * gdb.base/callfuncs.exp: Add tests for exceeding float
5649 and double parameters passed through the stack.
5650
5651 2008-02-05 Joel Brobecker <brobecker@adacore.com>
5652
5653 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
5654 gdb.ada/complete/foo.adb: New files.
5655 * gdb.ada/complete.exp: New testcase.
5656
5657 2008-02-03 Doug Evans <dje@google.com>
5658
5659 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
5660
5661 * gdb.cp/gdb2384.exp: New file.
5662 * gdb.cp/gdb2384.cc: New file.
5663 * gdb.cp/gdb2384-base.h: New file.
5664 * gdb.cp/gdb2384-base.cc: New file.
5665
5666 2008-02-02 Doug Evans <dje@google.com>
5667
5668 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
5669
5670 2007-02-01 Joel Brobecker <brobecker@adacore.com>
5671
5672 * gdb.ada/sym_print_name: New test program.
5673 * gdb.ada/sym_print_name.exp: New testcase.
5674
5675 2007-02-01 Joel Brobecker <brobecker@adacore.com>
5676
5677 * gdb.ada/nested/hello.adb: New file.
5678 * gdb.ada/nested.exp: New testcase.
5679 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5680
5681 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5682
5683 * gdb.mi/basic.c (return_1): New function.
5684 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
5685 don't cause future evaluations of function to report
5686 creation of internal breakpoints.
5687
5688 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5689
5690 * gdb.mi/mi-break.exp (test_error): New.
5691 Call it.
5692
5693 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
5694
5695 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
5696 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
5697
5698 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5699
5700 * gdb.pascal/integers.pas: New test program.
5701 * gdb.pascal/integers.exp: New testcase.
5702
5703 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5704
5705 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
5706
5707 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
5708
5709 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
5710 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
5711
5712 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
5713
5714 * gdb.ada/formatted_ref: New test program.
5715 * gdb.ada/formatted_ref.exp: New testcase.
5716
5717 * gdb.cp/formatted-ref.cc: New file.
5718 * gdb.cp/formatted-ref.exp: New testcase.
5719
5720 2008-01-30 Joel Brobecker <brobecker@adacore.com>
5721
5722 * gdb.base/ptype.exp: Add testing of "ptype $pc".
5723
5724 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5725
5726 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
5727 (test_file_list_exec_source_file): Update to new macro-info field.
5728
5729 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
5730
5731 * gdb.ada/exprs: New test program.
5732 * gdb.ada/exprs.exp: New testcase.
5733
5734 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5735
5736 * dfp-test.c (DELTA, DELTA_B): New definitions.
5737 (double_val1, double_val2, double_val3, double_val4, double_val5,
5738 double_val6, double_val7, double_val8, double_val9, double_val10,
5739 double_val11, double_val12, double_val13, double_val14, dec32_val1,
5740 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
5741 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
5742 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
5743 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
5744 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
5745 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
5746 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
5747 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
5748 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
5749 dec128_val16): New global variables.
5750 (decimal_dec128_align): New function.
5751 (decimal_mixed): Likewise.
5752 (decimal_many_args_dec32): Likewise.
5753 (decimal_many_args_dec64): Likewise.
5754 (decimal_many_args_dec128): Likewise.
5755 (decimal_many_args_mixed): Likewise.
5756 * dfp-test.exp: Add tests calling new inferior functions.
5757
5758 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5759
5760 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
5761 gdb.server/ext-run.exp: New files.
5762 * lib/gdbserver-support.exp (gdbserver_download): New.
5763 (gdbserver_start): New. Update gdbserver expected
5764 output.
5765 (gdbserver_spawn): Use them.
5766 (gdbserver_start_extended): New.
5767
5768 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5769
5770 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
5771 Run on GNU/Linux.
5772 (do_exec_tests): Check for systems which do not support catchpoints.
5773 Do not match START.
5774 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
5775 Run on GNU/Linux. Enable verbose output.
5776 (check_fork_catchpoints): New.
5777 (explicit_fork_child_follow, catch_fork_child_follow)
5778 (tcatch_fork_parent_follow): Update expected messages.
5779 (do_fork_tests): Use check_fork_catchpoints.
5780 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
5781 Run on GNU/Linux. Enable verbose output.
5782 (check_vfork_catchpoints): New.
5783 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
5784 expected messages.
5785 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
5786
5787 2008-01-29 Jim Blandy <jimb@red-bean.com>
5788
5789 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
5790 host' errors.
5791 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
5792
5793 2008-01-29 Jim Blandy <jimb@red-bean.com>
5794
5795 * gdb.threads/sigthread.c: Use barriers to ensure that
5796 child_thread and child_thread_two are always initialized before we
5797 start to use them.
5798
5799 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
5800
5801 * gdb.base/watchpoint-solib.exp: New.
5802 * gdb.base/watchpoint-solib.c: New.
5803 * gdb.base/watchpoint-solib-shr.c: New.
5804
5805 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
5806
5807 * gdb.base/gdb1056.exp: Add unsigned integer test.
5808
5809 2008-01-28 Doug Evans <dje@google.com>
5810
5811 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
5812
5813 2008-01-27 Jim Blandy <jimb@codesourcery.com>
5814
5815 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
5816
5817 * gdb.base/expand-psymtabs.exp: Doc fix.
5818
5819 2008-01-26 Mark Kettenis <kettenis@gnu.org>
5820
5821 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
5822
5823 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
5824
5825 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5826 -var-set-format.
5827
5828 2008-01-23 Chris Demetriou <cgd@google.com>
5829
5830 * gdb.threads/thread_events.c: New testcase source file.
5831 * gdb.threads/thread_events.exp: New testcase expect file.
5832
5833 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
5834
5835 * lib/gdb.exp: Add the variable octal.
5836
5837 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
5838 -var-set-format.
5839
5840 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5841 Vladimir Prus <vladimir@codesourcery.com>
5842
5843 * gdb.base/float.exp: Allow missing floating point for m68k and
5844 PowerPC.
5845
5846 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
5847
5848 * gdb.mi/basics.c: Setup for testing breakpoints
5849 ignore count.
5850 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
5851 * gdb.mi/mi-cli.exp: Adjust.
5852 * gdb.mi/mi2-cli.exp: Adjust.
5853
5854 2008-01-17 Pedro Alves <pedro@codesourcery.com>
5855
5856 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
5857 and 'dummy_ptr' integer pointer. Initialize struct_declarations
5858 with dummy_ptr's address.
5859 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
5860 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
5861 all targets.
5862 * gdb.mi/mi2-var-child.exp: Likewise.
5863
5864 2008-01-09 Joel Brobecker <brobecker@adacore.com>
5865
5866 * gdb.ada/null_array: New test program.
5867 * gdb.ada/null_array.exp: New testcase.
5868
5869 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5870
5871 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
5872 with required float modifiers.
5873
5874 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5875
5876 * gdb.ada/funcall_param: New test program.
5877 * gdb.ada/funcall_param.exp: New testcase.
5878
5879 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5880
5881 * gdb.ada/arrayparam: New test program.
5882 * gdb.ada/arrayparam.exp: New testcase.
5883
5884 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5885
5886 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
5887 landed. Should also fix random failures in the test following it.
5888
5889 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5890
5891 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
5892 for expressions with decimal float values.
5893 (test_dfp_conversions): New function to test casts to and from
5894 decimal float types.
5895 Call test_dfp_conversions.
5896 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
5897 elements.
5898 (main): Initialize ds.float4 and ds.double8 elements.
5899 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
5900 string to new error message.
5901 (d64_set_tests): Likewise.
5902 (d128_set_tests): Likewise.
5903 Add tests for expressions with decimal float variables. Add tests for
5904 conversions to and from decimal float types.
5905
5906 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5907
5908 * gdb.ada/packed_tagged/comp_bug.adb: New file.
5909 * gdb.ada/packed_tagged.exp: New testcase.
5910
5911 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5912
5913 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
5914 gdb.ada/homonym/homonym_main.adb: New files.
5915 * gdb.ada/homonym.exp: New testcase.
5916
5917 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5918
5919 * gdb.ada/packed_array.exp: Add testing of references to
5920 a packed array.
5921
5922 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5923
5924 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
5925 New files.
5926 * gdb.ada/type_coercion.exp: New testcase.
5927
5928 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5929
5930 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
5931 gdb.ada/tagged/foo.adb: New file.
5932 * gdb.ada/tagged.exp: New testcase.
5933
5934 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5935
5936 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
5937 gdb.ada/ptype_field/foo.adb: New files.
5938 * gdb.ada/ptype_field.exp: New testcase.
5939
5940 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5941
5942 * gdb.ada/print_pc.exp: New testcase.
5943
5944 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5945
5946 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
5947 gdb.ada/taft_type/p.adb: New files.
5948 * gdb.ada/taft_type.exp: New testcase.
5949
5950 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5951
5952 * gdb.ada/array_bounds/bar.adb: New file.
5953 * gdb.ada/array_bounds.exp: New testcase.
5954
5955 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5956
5957 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
5958 gdb.ada/arrayptr/foo.adb: New files.
5959 * gdb.ada/arrayptr.exp: New testcase.
5960
5961 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5962
5963 * gdb.base/set-lang-auto.exp: New testcase.
5964
5965 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5966
5967 * gdb.ada/fun_addr/foo.adb: New file.
5968 * gdb.ada/fun_addr.exp: New testcase.
5969
5970 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5971
5972 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
5973 New files
5974
5975 2008-01-02 Joel Brobecker <brobecker@adacore.com>
5976
5977 * array_subscript_addr/p.adb: New file.
5978 * array_subscript_addr.exp: New testcase.
5979
5980 2008-01-02 Joel Brobecker <brobecker@adacore.com>
5981
5982 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
5983 New files.
5984 * gdb.ada/str_cmp_ref.exp: New testcase.
5985
5986 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5987
5988 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
5989 gdb.ada/fun_in_declare/foo.adb: New files.
5990 * gdb.ada/fun_in_declare.exp: New testcase.
5991
5992 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5993
5994 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
5995 gdb.ada/ref_param/pck.ads: New files.
5996 * gdb.ada/ref_param.exp: New testcase.
5997
5998 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5999
6000 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
6001 gdb.ada/interface/foo.adb: New files.
6002 * gdb.ada/interface.exp: New testcase.
6003
6004 2007-12-31 Jim Blandy <jimb@codesourcery.com>
6005
6006 * gdb.base/multi-forks.exp: Consume all output from child
6007 processes before proceeding to next test.
6008
6009 2007-12-29 Jim Blandy <jimb@codesourcery.com>
6010
6011 * configure: Regenerated.
6012
6013 2007-12-27 Joel Brobecker <brobecker@adacore.com>
6014
6015 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
6016 gdb.ada/fixed_cmp/fixed.adb: New files.
6017 * gdb.ada/fixed_cmp.exp: New testcase.
6018
6019 2007-12-27 Joel Brobecker <brobecker@adacore.com>
6020
6021 * gdb.ada/boolean_expr.exp: New testcase.
6022
6023 2007-12-26 Jim Blandy <jimb@codesourcery.com>
6024
6025 * gdb.base/multi-forks.exp: Doc fix.
6026
6027 2007-12-26 Joel Brobecker <brobecker@adacore.com>
6028
6029 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
6030 * gdb.ada/char_param.exp: Do not compile our test program with
6031 -gnata, this is unnecessary.
6032 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
6033
6034 2007-12-24 Joel Brobecker <brobecker@adacore.com>
6035
6036 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
6037 gdb.ada/print_chars/foo.adb: New files.
6038 * gdb.ada/print_chars.exp: New testcase.
6039
6040 2007-12-24 Joel Brobecker <brobecker@adacore.com>
6041
6042 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
6043 gdb.ada/char_param/foo.adb: New files.
6044 * gdb.ada/char_param.exp: New testcase.
6045
6046 2007-12-22 Jim Blandy <jimb@codesourcery.com>
6047
6048 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
6049 hard-coding source line numbers into the test.
6050 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
6051 gdb_get_line_number to find.
6052
6053 2007-12-22 Joel Brobecker <brobecker@adacore.com>
6054
6055 * gdb.base/ptype.c (highest): New struct type.
6056 (the_highest): New variable of that type.
6057 (main): Add dummy assignment to a field of variable the_highest.
6058 * gdb.base/ptype.exp: Test type printing of our new variable.
6059
6060 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
6061
6062 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
6063 and record first explicitly generated thread number.
6064 Use that thread number for thread specific watchpoint test.
6065 Add iteration number to repetitive tests.
6066
6067 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
6068 Jim Blandy <jimb@codesourcery.com>
6069
6070 * gdb.base/expand-psymtabs.c: New testcase
6071 source file.
6072 * gdb.base/expand-psymtabs.exp: New testcase
6073 expect file.
6074
6075 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6076
6077 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
6078 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
6079
6080 2007-12-17 Joel Brobecker <brobecker@adacore.com>
6081
6082 * gdb.ada/frame_args/foo.adb: New file.
6083 * gdb.ada/frame_args/pck.ads: New file.
6084 * gdb.ada/frame_args/pck.adb: New file.
6085 * gdb.ada/frame_args.exp: New testcase.
6086
6087 2007-12-17 Joel Brobecker <brobecker@adacore.com>
6088
6089 * gdb.base/frame-args.c: New file.
6090 * gdb.base/frame-args.exp: New testcase.
6091
6092 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6093 Joseph Myers <joseph@codesourcery.com>
6094
6095 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
6096
6097 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6098
6099 * gdb.mi/mi-pending.exp: New.
6100 * gdb.mi/mi-pending.c: New.
6101 * gdb.mi/mi-pendshr.c: New.
6102
6103 2007-12-06 Jim Blandy <jimb@codesourcery.com>
6104
6105 * gdb.base/default.exp: Update expected output for 'info catch'.
6106
6107 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6108
6109 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
6110 must be set to binary.
6111
6112 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
6113
6114 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
6115
6116 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6117
6118 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
6119 gdb.mi/mi-file-transfer.exp: New.
6120
6121 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6122
6123 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
6124
6125 2007-11-22 Maciej W. Rozycki <macro@mips.com>
6126
6127 * gdb.trace/backtrace.exp: Fix a typo.
6128 * gdb.trace/circ.exp: Likewise.
6129 * gdb.trace/collection.exp: Likewise.
6130 * gdb.trace/limits.exp: Likewise.
6131 * gdb.trace/report.exp: Likewise.
6132 * gdb.trace/tfind.exp: Likewise.
6133 * gdb.trace/while-dyn.exp: Likewise.
6134
6135 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
6136
6137 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
6138 objects of pointers that can't be dereferenced are now
6139 "noneditable".
6140
6141 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6142
6143 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6144 (target_cpu): Remove.
6145
6146 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
6147
6148 * gdb.base/ending-run.exp: Expect the list of cleared
6149 breakpoint to come in natural order, not the reversed one.
6150
6151 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
6152
6153 * gdb.mi/mi-var-child.c (do_child_deletion): New.
6154 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
6155
6156 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6157
6158 * gdb.base/printcmds.exp: New function
6159 test_printf_with_dfp.
6160
6161 2007-11-02 Doug Evans <dje@google.com>
6162
6163 * gdb.disasm/t01_mov.s: Remove carriage returns.
6164 * gdb.disasm/t02_mova.s: Ditto.
6165 * gdb.disasm/t03_add.s: Ditto.
6166 * gdb.disasm/t04_sub.s: Ditto.
6167 * gdb.disasm/t05_cmp.s: Ditto.
6168 * gdb.disasm/t06_ari2.s: Ditto.
6169 * gdb.disasm/t07_ari3.s: Ditto.
6170 * gdb.disasm/t08_or.s: Ditto.
6171 * gdb.disasm/t09_xor.s: Ditto.
6172 * gdb.disasm/t10_and.s: Ditto.
6173 * gdb.disasm/t11_logs.s: Ditto.
6174 * gdb.disasm/t12_bit.s: Ditto.
6175 * gdb.disasm/t13_otr.s: Ditto.
6176
6177 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6178
6179 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
6180
6181 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6182
6183 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
6184 provide DFP support.
6185
6186 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6187
6188 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
6189 Test "set powerpc vector-abi". Skip auto-detection tests for old
6190 toolchains.
6191
6192 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6193
6194 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
6195 with [string compare].
6196
6197 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6198
6199 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
6200 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
6201
6202 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
6203
6204 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
6205 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
6206 * gdb.opt/Makefile.in: New makefile.
6207 * Makefile.in: Create new directory "gdb.opt".
6208 * configure.ac: Add "gdb.opt" directory.
6209 * configure: Regenerated.
6210
6211 2007-10-25 Doug Evans <dje@google.com>
6212
6213 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
6214 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
6215
6216 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
6217 Thiago Jung Bauermann <bauerman@br.ibm.com>
6218
6219 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
6220 Floating Point expressions.
6221 * gdb.base/dfp-test.exp: new file adding tests for Decimal
6222 Floating Point variables.
6223 * gdb.base/dfp-test.c: new file containing program with Decimal
6224 Floating variables, used by gdb.base/dfp-test.exp.
6225
6226 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6227
6228 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
6229
6230 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6231
6232 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
6233 compiling test case with GCC.
6234 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
6235
6236 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6237
6238 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6239 format changes.
6240
6241 2007-10-18 Michael Snyder <msnyder@specifix.com>
6242
6243 * gdb.base/dbx.exp: Add missing "-re " operator.
6244
6245 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
6246
6247 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
6248 * configure.ac: Removed trailing spaces after backslash.
6249 * gdb.modula2: New directory.
6250 * gdb.modula2/Makefile.in: New file.
6251 * gdb.modula2/unbounded-array.exp: New file.
6252 * gdb.modula2/unbounded1.c: New file.
6253
6254 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6255
6256 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
6257
6258 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
6259
6260 * gdb.base/sigstep.c (main): Add checks for
6261 return values for setitimer call.
6262 Call setitimer again with itimer = ITIMER_REAL
6263 if first call to setitimer fails.
6264
6265 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6266
6267 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
6268 of $timeout.
6269
6270 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
6271
6272 * gdb.server/server-run.exp: Test for dynamic linker symbols.
6273
6274 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
6275
6276 * lib/gdb.exp (gdb_run_cmd): Move comment outside
6277 of gdb_expect call, to avoid interruption.
6278
6279 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
6280
6281 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
6282 (v_unsigned_long_long, v_long_long_array)
6283 (v_signed_long_long_array, v_unsigned_long_long_array)
6284 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
6285 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
6286 [!NO_LONG_LONG]: New.
6287 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
6288 v_long_long_member.
6289
6290 (v_long_long_func, v_signed_long_long_func)
6291 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
6292 (main) [!NO_LONG_LONG]: Initialize long long variants.
6293
6294 * gdb.base/whatis.exp: If board file requests no_long_long, build
6295 test with NO_LONG_LONG defined. Test long long, signed long long,
6296 and unsigned long long variants but only if board file doesn't
6297 disable it.
6298
6299 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
6300 Daniel Jacobowitz <dan@codesourcery.com>
6301
6302 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
6303 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
6304 * configure: Regenerated.
6305 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
6306 gdb.pascal/types.exp, lib/pascal.exp: New files.
6307
6308 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
6309
6310 * gdb.cp/classes.exp (do_tests): Always step to the line after the
6311 call.
6312 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
6313 to return to the call.
6314 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
6315 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
6316 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
6317 * gdb.mi/mi-until.exp (test_until): Likewise.
6318 * gdb.mi/mi2-until.exp (test_until): Likewise.
6319
6320 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
6321
6322 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
6323 two-char array.
6324 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
6325
6326 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6327
6328 * gdb.threads/watchthreads.c (thread_function): Sleep between
6329 iterations.
6330 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
6331 at once for S/390. Generate matching fails and passes.
6332
6333 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
6334
6335 * gdb.mi/var-cmd.c (do_children_tests): Initialize
6336 the 'struct_declarations' variable to zeros.
6337
6338 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
6339
6340 * gdb.cp/mb-ctor.cc: New.
6341 * gdb.cp/mb-ctor.exp: New.
6342 * gdb.cp/mb-templates.cc: New.
6343 * gdb.cp/mb-templates.exp: New.
6344
6345 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
6346
6347 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
6348
6349 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
6350
6351 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
6352 targets.
6353 * configure: Regenerate.
6354
6355 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
6356
6357 * gdb.base/annota1.exp: Adjust for 'info break'
6358 format changes.
6359 * gdb.base/annota3.exp: Likewise.
6360 * gdb.base/break.exp: Likewise.
6361 * gdb.base/condbreak.exp: Likewise.
6362 * gdb.base/pending.exp: Likewise.
6363 * gdb.base/sepdebug.exp: Likewise.
6364 * gdb.base/unload.exp: Likewise.
6365 * gdb.base/ovldbreak.exp: Likewise.
6366
6367 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
6368
6369 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
6370 messages.
6371 * gdb.base/chng-syms.exp: Likewise.
6372 * gdb.base/unload.exp: Likewise.
6373
6374 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
6375
6376 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
6377
6378 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6379
6380 * schedlock.c (NUM): Change to 1.
6381 (main): Use args[0] for the main thread.
6382 * schedlock.exp: Only expect two threads. Only issue one pass or fail
6383 regardless of the number of threads.
6384
6385 2007-09-14 Maciej W. Rozycki <macro@mips.com>
6386
6387 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
6388 type down.
6389 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6390 test.
6391 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
6392 watchpoint type down.
6393 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6394 test.
6395
6396 2007-09-14 Maciej W. Rozycki <macro@mips.com>
6397
6398 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
6399 Move all the tests here and run them twice, once using software
6400 watchpoints and once using hardware watchpoints.
6401 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
6402
6403 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
6404
6405 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
6406 test.
6407
6408 2007-09-10 Mark Kettenis <kettenis@gnu.org>
6409
6410 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
6411 build-id.
6412
6413 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
6414 know about $ORIGIN. Calculate output dir from $dest instead of
6415 using ${objdir}/{$subdir}.
6416
6417 2007-09-09 Mark Kettenis <kettenis@gnu.org>
6418
6419 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
6420 gcore, before continuing with the test.
6421
6422 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
6423
6424 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
6425 * gdb.mi/mi-watch.exp: Likewise.
6426
6427 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6428 Jim Blandy <jimb@codesourcery.com>
6429
6430 * gdb.arch/i386-sse.exp: Do not expect character constants.
6431 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
6432 * gdb.base/display.exp: Allow print/s.
6433 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
6434 and unsigned char array changes.
6435
6436 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6437
6438 * gdb.base/display.exp: Add tests for printf %p.
6439
6440 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
6441
6442 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
6443 the dll name to unicode.
6444
6445 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6446
6447 * gdb.base/default.exp (show version): Update the version text.
6448 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
6449
6450 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6451
6452 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
6453 New files.
6454
6455 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6456
6457 * lib/gdb.exp (build_id_debug_filename_get): New function.
6458 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
6459 Remove the generate DEBUG file for the future testcase runs.
6460 New testcase for the NT_GNU_BUILD_ID retrieval.
6461 Move the final testing step to ...
6462 (test_different_dir): ... a new function.
6463 New parameter XFAIL to XFAIL all the tests performed.
6464 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
6465 New parameter TYPE to PF_PREFIX all the tests performed.
6466
6467 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6468
6469 * gdb.mi/mi-var-cp.cc (path_expression): New
6470 function.
6471 * gdb.mi/mi-var-cp.exp: Run path exression tests.
6472
6473 2007-08-27 Markus Deuling <deuling@de.ibm.com>
6474
6475 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
6476 to fit into SPU Local Store memory.
6477
6478 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6479
6480 * gdb.base/default.exp: Adjust the expected output of "info
6481 warranty" after the switch to GPLv3.
6482
6483 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6484
6485 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
6486 to 30000 (from 20000).
6487
6488 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6489
6490 Switch the license of all .exp files to GPLv3.
6491 Switch the license of all .f and .f90 files to GPLv3.
6492 Switch the license of all .s and .S files to GPLv3.
6493
6494 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6495
6496 * configure.ac: Switch license to GPLv3.
6497
6498 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6499
6500 Switch the licensing to GPLv3 for all .ads and .adb files.
6501
6502 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
6503
6504 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
6505 and t_int_double.
6506 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
6507
6508 2007-08-17 Joel Brobecker <brobecker@adacore.com>
6509
6510 * gdb.base/step-line.c: Switch license to GPL version 3, and
6511 update copyright year.
6512 * gdb.base/step-line.inp: Likewise.
6513
6514 2007-08-17 Joel Brobecker <brobecker@adacore.com>
6515
6516 * gdb.base/gdb1555.exp: Make expected output immune to formatting
6517 changes inside gdb1555.c.
6518 * gdb.base/pending.exp: Likewise.
6519
6520 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
6521
6522 * config/default.exp: New file.
6523
6524 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6525
6526 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
6527 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
6528
6529 2007-07-30 Maciej W. Rozycki <macro@mips.com>
6530
6531 * gdb.base/dump.exp: Force the correct endianness for binary
6532 formats not carrying this information.
6533
6534 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6535
6536 * gdb.threads/staticthreads.exp: Match .*sem_post.
6537
6538 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6539
6540 * gdb.base/readline.exp (operate_and_get_next): Match the final
6541 prompt.
6542
6543 2007-07-23 Kevin Buettner <kevinb@redhat.com>
6544
6545 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
6546 to restarting SID.
6547
6548 2007-07-18 Kevin Buettner <kevinb@redhat.com>
6549
6550 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
6551 prior to `gdb_start'.
6552
6553 2007-07-18 Kevin Buettner <kevinb@redhat.com>
6554
6555 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
6556 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
6557 Remove call to gdb_unload.
6558
6559 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
6560 Daniel Jacobowitz <dan@codesourcery.com>
6561
6562 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
6563 for __WIN32__.
6564 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
6565 * gdb.base/unload.exp: Use shared library test routines.
6566
6567 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6568
6569 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
6570 * gdb.base/solib-symbol-lib.c: Likewise.
6571 * gdb.base/solib-symbol-main.c: Likewise.
6572
6573 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6574
6575 * config/gdbserver.exp (gdb_reconnect): New.
6576 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
6577 gdb.base/solib-disc.exp: New files.
6578 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
6579 remote debugging".
6580 (gdb_compile): Add shlib_load flag.
6581 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
6582 port.
6583 (gdbserver_reconnect): New.
6584
6585 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
6586 Daniel Jacobowitz <dan@codesourcery.com>
6587
6588 * gdb.base/annota3.exp: Test for if construct.
6589
6590 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
6591
6592 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
6593
6594 2007-06-21 Chris Dearman <chris@mips.com>
6595 Maciej W. Rozycki <macro@mips.com>
6596
6597 * gdb.base/display.exp: Allow a newline after display/i.
6598 * gdb.base/pc-fp.exp: Likewise.
6599 * gdb.base/sigbpt.exp: Likewise.
6600
6601 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6602
6603 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
6604 required features to be included.
6605
6606 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6607
6608 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
6609 in info threads output.
6610
6611 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6612 Markus Deuling <deuling@de.ibm.com>
6613
6614 * gdb.arch/spu-info.exp: New testcase.
6615 * gdb.arch/spu-info.c: New file.
6616
6617 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6618
6619 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
6620 tpcs_offset. Restore lr after the call.
6621 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
6622
6623 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
6624
6625 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
6626 (gdbserver_run): Kill any running gdbserver.
6627 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
6628
6629 2007-05-17 Maciej W. Rozycki <macro@mips.com>
6630
6631 * gdb.base/sigbpt.exp: Preset segv_addr.
6632
6633 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6634
6635 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
6636 (gdb_compile_shlib): Likewise.
6637 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
6638 (default_gdb_init): Clear cleanfiles.
6639 (gdb_finish): Delete recorded cleanfiles.
6640 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
6641
6642 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
6643 Do not use isnative.
6644 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
6645 gdb.base/so-impl-ld.exp: Likewise.
6646 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
6647 * gdb.base/unload.exp: Likewise. Do not pass empty option to
6648 gdb_compile.
6649
6650 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
6651
6652 * config/unknown.exp: Remove.
6653
6654 2007-05-15 Markus Deuling <deuling@de.ibm.com>
6655
6656 * gdb.base/info-proc.exp: Check is_remote.
6657
6658 2007-05-14 Markus Deuling <deuling@de.ibm.com>
6659
6660 * gdb.base/gcore.exp: Initialize variable core_supported.
6661
6662 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6663
6664 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
6665
6666 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6667
6668 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
6669 * gdb.threads/print-threads.exp (test_all_threads): Allow
6670 negative and hexadecimal thread IDs.
6671
6672 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6673
6674 * gdb.java/jprint.java (public): Avoid invalid call to static
6675 method.
6676
6677 2007-05-14 Denis Pilat <denis.pilat@st.com>
6678
6679 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
6680 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
6681 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6682 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
6683 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
6684
6685 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6686
6687 * gdb.base/overlays.exp: Add support for targets with only code
6688 overlay support, not data overlay. Support spu-*-* target in
6689 this mode.
6690 * gdb.base/ovlymgr.c: Provide stubs for spu target.
6691 * gdb.base/spu.ld: New file.
6692
6693 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
6694
6695 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
6696
6697 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
6698
6699 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
6700
6701 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6702
6703 * gdb.java/jmain.exp: Handle demangled names with and without method
6704 signatures.
6705
6706 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6707
6708 * gdb.mi/mi-syn-frame.c (main, foo, bar)
6709 (have_a_very_merry_interrupt): Remove calls to puts.
6710 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
6711 inferior output.
6712 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
6713 test names.
6714
6715 2007-04-29 Markus Deuling <deuling@de.ibm.com>
6716 Daniel Jacobowitz <dan@codesourcery.com>
6717
6718 * gdb.base/auxv.exp (core_works): Also check is_remote.
6719 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
6720
6721 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
6722
6723 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
6724 message, not the undefined 'module' variable.
6725 * gdb.base/siginfo.exp: Likewise.
6726 * gdb.base/sigstep.exp: Likewise.
6727 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
6728 serialport.
6729 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
6730
6731 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
6732
6733 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
6734 target sim fails. Return 0 otherwise.
6735 (gdb_load): Return prematurely if gdb_target_sim fails.
6736
6737 2007-04-16 Denis Pilat <denis.pilat@st.com>
6738
6739 * gdb.base/setshow.exp: Reset height after having set it to 100.
6740
6741 2007-04-16 Denis Pilat <denis.pilat@st.com>
6742
6743 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
6744
6745 2007-04-16 Denis Pilat <denis.pilat@st.com>
6746
6747 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
6748
6749 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6750
6751 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
6752 tests. Run the frozen varobjs test.
6753 * gdb.mi/var-cmd.c (do_frozen_tests): New.
6754 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
6755
6756 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6757
6758 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
6759 gdb.base/type-opaque.exp: New files.
6760
6761 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
6762
6763 * gdb.mi/mi-var-child.c
6764 (do_children_tests): User char[2] instead of
6765 char so that automatic printing of pointers to char
6766 don't give unpredicable result.
6767 * gdb.mi/var-cmd.c (do_locals_test): Initialize
6768 local variables.
6769 * gdb.mi/mi-var-child.exp: Step to right line
6770 of do_children_tests.
6771 * gdb.mi/mi2-var-child.exp: Likewise.
6772 * gdb.mi/mi-var-cmd.exp: Step to right line of
6773 do_locals_tests.
6774 (do_children_tests): User char[2] instead of
6775 char so that automatic printing of pointers to char
6776 don't give unpredicable result.
6777 * gdb.mi/mi2-var-cmd.exp: Likewise.
6778 * lib/mi-support.exp (mi_continue_to_line):
6779 Pass test name to mi_wait_for_stop.
6780
6781 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6782
6783 * gdb.asm/asm-source.exp: Remove d10v case.
6784 * lib/gdb.exp (skip_cplus_tests): Likewise.
6785 * gdb.asm/d10v.inc: Deleted.
6786
6787 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6788
6789 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
6790
6791 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6792
6793 * config/netware.exp: Delete file.
6794
6795 2007-03-29 Joel Brobecker <brobecker@adacore.com>
6796
6797 * gdb.dwarf2/dw2-noloc.S: New file.
6798 * gdb.dwarf2/dw2-noloc.exp: New file.
6799
6800 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6801
6802 * gdb.cp/method2.cc: New test.
6803 * gdb.cp/method2.exp: New test.
6804 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
6805
6806 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6807
6808 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
6809
6810 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6811
6812 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
6813
6814 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6815
6816 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
6817 (gdb_load): Delete, replace with...
6818 (gdb_reload): ...this.
6819 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
6820 * gdb.server/server-mon.exp: Likewise.
6821 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
6822 (gdb_start_cmd): New.
6823 (gdb_file_cmd): Save the last loaded file.
6824 (gdb_reload): New.
6825 (gdb_gnu_strip_debug): Use transform.
6826 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
6827 support here. Use new $last_loaded_file. Check mtime.
6828 (gdb_target_cmd): Handle ObjC failure case.
6829 (infer_host_exec): Delete.
6830 (gdbserver_load): Rename to...
6831 (gdbserver_run): ...this. Simplify.
6832 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
6833 (mi_gdb_load): Move most contents to a new function...
6834 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
6835 (mi_run_cmd): Use mi_gdb_target_load.
6836 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
6837 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
6838 Use gdb_run_cmd.
6839 * gdb.base/charsign.exp: Remove incorrect comment.
6840 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
6841 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
6842 gdb.base/start.exp: Use gdb_start_cmd.
6843
6844 2007-03-23 Nigel Stephens <nigel@mips.com>
6845 Maciej W. Rozycki <macro@mips.com>
6846
6847 * gdb.base/sigbpt.exp: Fix the message when skipping test.
6848 * gdb.base/signull.exp: Similarly.
6849
6850 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6851
6852 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
6853 messages available to test cases (like chng-sym.exp).
6854
6855 2007-03-14 Andreas Schwab <schwab@suse.de>
6856
6857 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6858 format changes.
6859
6860 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
6861
6862 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
6863 (optimized_1): New.
6864 (main): Call optimized_1.
6865 (gdb2029): Correct typos. Call gdb2029_marker.
6866 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
6867 for gdb2029.
6868
6869 2007-03-12 Mark Kettenis <kettenis@gnu.org>
6870
6871 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
6872 as tabs. Remove redundant test pattern.
6873
6874 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6875
6876 * gdb.base/long_long.exp: Accept optional symbol name in <...>
6877 for /a format output.
6878
6879 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
6880
6881 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
6882 collect output incrementally.
6883
6884 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6885
6886 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
6887 for -var-create lpcharacter test.
6888 * gdb.mi/mi2-var-cmd.exp: Likewise.
6889
6890 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6891
6892 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
6893 pass on targets where address zero is readable.
6894
6895 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6896
6897 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
6898 just a single architecture.
6899
6900 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6901
6902 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
6903 (fetch_all_registers): New function, uses gdb_test_multiple and
6904 exp_continue to fetch inferior output line-by-line.
6905 Replace all uses of do_get_all_registers by fetch_all_registers.
6906
6907 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6908
6909 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
6910 in target_info.
6911
6912 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6913
6914 * gdb.threads/manythreads.exp: Use $message string for
6915 consistancy; add a default (timeout) case.
6916
6917 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6918
6919 * gdb.base/watchpoint.exp: Fix truncated comment.
6920
6921 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6922
6923 * Makefile.in: Remove spurious single-quotes from sed command.
6924
6925 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6926
6927 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
6928 func.
6929 * gdb.mi/mi2-var-cmd.exp: Likewise.
6930
6931 2007-02-27 Joel Brobecker <brobecker@adacore.com>
6932
6933 * gdb.dwarf2/dw2-producer.S: New file.
6934 * gdb.dwarf2/dw2-producer.exp: New testcase.
6935
6936 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
6937
6938 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6939 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6940 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6941 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6942 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6943 Revert tests to use mi_gdb_test and include value field in output
6944 of -var-create.
6945
6946 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6947
6948 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
6949
6950 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6951
6952 * gdb.base/maint.exp: Remove full paths from test names.
6953 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
6954 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
6955
6956 2007-02-27 Joel Brobecker <brobecker@adacore.com>
6957
6958 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
6959
6960 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6961
6962 * gdb.server/server-mon.exp: New test.
6963
6964 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6965
6966 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
6967
6968 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6969
6970 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
6971 register capitalization.
6972
6973 2007-02-13 Denis Pilat <denis.pilat@st.com>
6974
6975 * gdb.mi/mi-var-invalidate.exp: New file.
6976
6977 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6978
6979 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
6980
6981 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6982
6983 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
6984
6985 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6986
6987 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
6988 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
6989
6990 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
6991
6992 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6993 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6994 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6995 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6996 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6997 * gdb.mi/gdb792.exp, lib/mi-support.exp:
6998 Update tests to include value field in output of -var-create.
6999
7000 2007-02-08 Andreas Schwab <schwab@suse.de>
7001
7002 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
7003
7004 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7005
7006 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
7007 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
7008
7009 2007-02-02 Denis Pilat <denis.pilat@st.com>
7010
7011 * gdb.threads/threadapply.exp: check that frame is not changed by
7012 the thread apply all command.
7013
7014 2007-01-31 Andreas Schwab <schwab@suse.de>
7015
7016 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
7017
7018 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
7019 in the dwarf sections.
7020 * gdb.dwarf2/mac-fileno.S: Likewise.
7021
7022 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
7023 bspstore register on ia64.
7024
7025 2007-01-29 Andreas Schwab <schwab@suse.de>
7026
7027 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
7028 "frame-begin" annotation.
7029
7030 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
7031 number of "frames-invalid" annotations.
7032
7033 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7034
7035 * gdb.base/commands.exp: Call if_commands_test.
7036 (gdb_test_no_prompt, if_commands_test): New.
7037
7038 2007-01-28 Mark Kettenis <kettenis@gnu.org>
7039
7040 * gdb.threads/sigthread.c (NSIGS): Make bigger.
7041
7042 2007-01-27 Andreas Schwab <schwab@suse.de>
7043
7044 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
7045 .short/.int/.quad in the dwarf sections.
7046 * gdb.dwarf2/dw2-intercu.S: Likewise.
7047 * gdb.dwarf2/dw2-intermix.S: Likewise.
7048
7049 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7050
7051 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
7052 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
7053 array.
7054 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
7055 * gdb.base/setvar.exp: Likewise.
7056
7057 2007-01-26 Andreas Schwab <schwab@suse.de>
7058
7059 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
7060 test.
7061
7062 * gdb.base/multi-forks.exp ("restart $i"): Also match
7063 __kernel_syscall_via_break.
7064
7065 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
7066
7067 * lib/mi-support.exp (mi_delete_varobj): New.
7068 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
7069 testcase.
7070 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
7071 (main): Call the above.
7072 (reference_update_test, base_in_reference_test)
7073 (reference_to_pointer): Delete the created varobjs.
7074
7075 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
7076
7077 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
7078 * configure: Regenerated.
7079 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
7080 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
7081 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
7082 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
7083 * lib/gdb.exp (gdb_skip_xml_test): New function.
7084
7085 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
7086
7087 * gdb.base/sigrepeat.exp: Correct error message.
7088
7089 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7090 Daniel Jacobowitz <dan@codesourcery.com>
7091
7092 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
7093 gdb.arch/i386-gnu-cfi-asm.S: New files.
7094
7095 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7096
7097 * lib/gdb.exp: Abort on missing `site.exp'.
7098
7099 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7100 Daniel Jacobowitz <dan@codesourcery.com>
7101
7102 * gdb.base/included.c, gdb.base/included.exp,
7103 gdb.base/included.h: New files.
7104
7105 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7106
7107 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
7108 (maximize_rlimit): Reduce limits on 64-bit systems.
7109
7110 2007-01-19 Mark Kettenis <kettenis@gnu.org>
7111
7112 From Marcus Deuling <deuling@de.ibm.com>:
7113 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
7114 every case.
7115
7116 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
7117
7118 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
7119 (test_path_specification): Use objdir instead of srcdir to always
7120 get an absolute filename.
7121
7122 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
7123
7124 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
7125
7126 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
7127
7128 * gdb.mi/mi-var-cp.cc (reference_update_tests):
7129 Make sure the variable we're using is in scope.
7130 (reference_to_pointer): Likewise.
7131
7132 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7133
7134 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
7135 has no debug information.
7136
7137 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7138
7139 * gdb.base/annota1.exp: Remove extra send_gdb.
7140
7141 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7142
7143 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
7144
7145 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7146
7147 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
7148
7149 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
7150 Daniel Jacobowitz <dan@codesourcery.com>
7151
7152 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
7153 lcharacter or linteger change. Correct duplicated test name.
7154 * gdb.mi/mi2-var-cmd.exp: Likewise.
7155
7156 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7157
7158 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
7159
7160 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7161
7162 * gdb.base/nofield.c: New file.
7163 * gdb.base/nofield.exp: New testcase.
7164
7165 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
7166
7167 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
7168
7169 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
7170 test.
7171
7172 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7173
7174 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
7175
7176 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7177
7178 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
7179 when continuing.
7180
7181 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7182
7183 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
7184 Expect ".exe" extension.
7185
7186 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7187
7188 * gdb.base/charset.exp: Add explicit filename to break.
7189 * gdb.base/dbx.exp: Add explicit filename to breaks.
7190
7191 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7192
7193 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
7194 * gdb.mi/mi2-file.exp: Likewise.
7195
7196 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7197
7198 Implement specification of MI tests as comments
7199 in C and C++ sources.
7200 * lib/mi-support.exp (mi_autotest_data): New variable.
7201 (mi_autotest_source): New variable.
7202 (count_newlines, mi_prepare_inline_tests)
7203 (mi_get_inline_test, mi_continue_to_line)
7204 (mi_run_inline_test, mi_tbreak)
7205 (mi_send_resuming_command, mi_wait_for_stop): New functions.
7206 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
7207 Run inline tests.
7208 * gdb.mi/mi-var-cp.cc: Define tests here.
7209
7210 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7211
7212 Simplify usage of mi_continue_to.
7213 * lib/mi-support.exp (mi_runto_helper): Renamed
7214 from mi_runto, added new parameter 'run_or_continue'.
7215 (mi_runto): Use mi_runto_helper.
7216 (mi_continue_to): Accept just function name as parameter.
7217 Use mi_runto_helper.
7218 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
7219 * gdb.mi/mi2-var-cmd.exp: Likewise.
7220
7221 2006-01-04 Joel Brobecker <brobecker@adacore.com>
7222
7223 Make this testcase a bit more realistic. The current code
7224 is too simplistic, and allows the compiler to optimize out
7225 some of the entities we need for this testcase.
7226 * gdb.ada/null_record/bar.ads (Void_Star): New type.
7227 (Do_Nothing): Add extra parameter.
7228 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
7229 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
7230 by using a variable of type Void_Star.
7231
7232 2006-01-04 Joel Brobecker <brobecker@adacore.com>
7233
7234 * gdb.ada/catch_ex/foo.adb: New file.
7235 * gdb.ada/catch_ex.exp: New testcase.
7236
7237 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
7238
7239 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
7240 pass --image-base to linker.
7241
7242 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7243 Daniel Jacobowitz <dan@codesourcery.com>
7244
7245 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
7246 secondary prompts.
7247
7248 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7249
7250 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
7251 output. Test the types of members and member pointers.
7252 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
7253 gdb/2092.
7254 * gdb.cp/member-ptr.exp: Search for a comment instead of a
7255 statement. Enable for GCC. Update expected output for some tests
7256 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
7257 layout.
7258 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
7259 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
7260 (Diamond::vget_base): New.
7261 (main): Add new tests.
7262 * gdb.cp/printmethod.exp: Update expected output for member functions.
7263 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
7264 print pEe->D::vg().
7265
7266 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7267
7268 * gdb.threads/tls.exp: Allow stops in sem_post.
7269
7270 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
7271
7272 * gdb.base/annota1.exp: Allow .*printf in backtraces.
7273 * gdb.base/annota3.exp: Likewise.
7274 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
7275 again (instead of timing out).
7276 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
7277 GCC bug 26475.
7278 * gdb.java/jmisc.exp: Adjust to work with method signatures including
7279 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
7280 test from jmisc1.exp.
7281 * gdb.java/jmisc1.exp: Delete.
7282 * gdb.java/jprint.exp: Adjust to work with method signatures including
7283 return types.
7284 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
7285 * gdb.threads/linux-dp.exp: Don't be confused by program output.
7286 * lib/java.exp (compile_java_from_source): Pass the correct type
7287 to target_compile.
7288
7289 2006-12-31 Joel Brobecker <brobecker@adacore.com>
7290
7291 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
7292 (stack_align_edx): New function.
7293 (stack_align_eax): New function.
7294 (main): Add calls to stack_align_edx and stack_align_eax.
7295 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
7296 Add testing for the cases where the register used during a stack
7297 realignment is edx. Same for eax.
7298
7299 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
7300
7301 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
7302 and generic PE targets.
7303
7304 2006-12-29 Joel Brobecker <brobecker@adacore.com>
7305
7306 * gdb.ada/array_return.exp: Update copyright date list.
7307
7308 2006-12-27 Joel Brobecker <brobecker@adacore.com>
7309
7310 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
7311 (Create_Small_Float_Vector): New function.
7312 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
7313 function body.
7314 * gdb.ada/array_return/p.adb: Use new type and function from
7315 package Pck.
7316 * gdb.ada/array_return.exp: Add a test verifying that GDB is
7317 able to print the value returned by a function returning an
7318 array of float.
7319
7320 2006-12-20 Joel Brobecker <brobecker@adacore.com>
7321
7322 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
7323 The associated tests should be PASSing.
7324
7325 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7326
7327 Test for base in references.
7328 * gdb.mi/mi-var-cp.cc: Add test code.
7329 * gdb.mi/mi-var-cp.exp: Test for bases in references.
7330 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
7331 * gdb.mi/mi2-watch.exp: Likewise.
7332 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
7333 (mi_list_varobj_children): New function.
7334
7335 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7336
7337 * lib/mi-support.exp
7338 (mi_runto): Accept "()" after function name.
7339 (mi_create_varobj): New function.
7340 (mi_varobj_update): New function.
7341 (mi_Check_varobj_value): New function.
7342 * gdb.mi/mi-var-cp.exp: New file.
7343 * gdb.mi/mi-var-cp.cc: New file.
7344
7345 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
7346
7347 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
7348 gdb.base/weaklib2.c: New files.
7349
7350 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
7351
7352 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
7353 info. Adjust test names.
7354
7355 * gdb.base/break.c (main): Move position of malloc.
7356 * gdb.base/break.exp: Revert mistaken checkin.
7357
7358 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
7359
7360 * gdb.mi/mi-var-cmd.exp: Check -var-update after
7361 assignement of arrays and function pointers.
7362 * gdb.mi/var-cmd.c: Add declaration necessary for above
7363 tests.
7364
7365 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7366
7367 * gdb.base/break.c (main): Call malloc.
7368
7369 * gdb.threads/linux-dp.exp: Read thread table before and after
7370 creating each philosopher and verify it.
7371
7372 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7373 Paul Brook <paul@codesourcery.com>
7374 Daniel Jacobowitz <dan@codesourcery.com>
7375
7376 * gdb.base/ending-run.exp: Flatten expect script stepping out of
7377 main to remove duplication. Add start function of the form
7378 '_*start[1-9]*'. Add RVDS start function.
7379
7380 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7381
7382 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
7383
7384 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7385
7386 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
7387 * gdb.asm/spu.inc: New file.
7388 * gdb.base/term.exp: Disable if [target_info exists noargs].
7389 * gdb.gdb/complaints.exp: Disable if ![isnative].
7390 * gdb.gdb/selftest.exp: Likewise.
7391 * gdb.gdb/observer.exp: Likewise.
7392 * gdb.gdb/xfullpath.exp: Likewise.
7393 * gdb.base/attach.exp: Disable on SPU target.
7394 * gdb.cp/bs145503.exp: Likewise.
7395 * gdb.cp/exception.exp: Likewise.
7396 * gdb.cp/userdef.exp: Likewise.
7397
7398 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7399
7400 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
7401
7402 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
7403
7404 * gdb.base/completion.exp: Fix completion tests for
7405 'info' and 'info '.
7406 * gdb.base/help.exp (help_test_raw, test_class_help)
7407 (test_prefix_command_help): Move...
7408 * lib/gdb.exp: Here.
7409 * gdb.base/main.exp: Adjust.
7410 * gdb.cp/maint.exp: Adjust.
7411 * gdb.trace/tracecmd.exp: Use test_help_class.
7412
7413 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7414
7415 * gdb.stabs/weird.exp (print_weird_var): Use
7416 gdb_test_multiple instead of gdb_expect.
7417
7418 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7419
7420 * gdb.base/help.exp (help_test_raw): New.
7421 (test_class_help): New.
7422 (test_prefix_command_help): New.
7423 Adjust testcases.
7424
7425 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
7426
7427 * gdb.base/constvars.c (main): Write to crass and crips, so that
7428 they are allocated by the compiler.
7429
7430 2006-10-27 Andreas Schwab <schwab@suse.de>
7431
7432 * gdb.base/multi-forks.exp: Use "detach fork" instead of
7433 "detach-fork".
7434
7435 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
7436
7437 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
7438 of patterns.
7439
7440 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7441
7442 * gdb.base/sepdebug.exp: Remove debug format test.
7443 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
7444 Handle no-symtab.
7445 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
7446
7447 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7448
7449 * gdb.threads/manythreads.c (thread_function, main): Don't cast
7450 int to pointer or pointer to int.
7451 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
7452
7453 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
7454
7455 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
7456
7457 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7458
7459 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
7460
7461 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
7462
7463 PR c++/2116
7464 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
7465
7466 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7467
7468 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
7469 the corresponding bug has been fixed in GDB (PR/2018).
7470
7471 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7472
7473 * gdb.base/subst.exp: New testcase.
7474
7475 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7476
7477 * gdb.ada/array_return/pck.ads: Add copyright notice.
7478 * gdb.ada/array_return/pck.adb: Likewise.
7479 * gdb.ada/array_return/p.adb: Likewise.
7480 * gdb.ada/exec_changed/first.adb: Likewise.
7481 * gdb.ada/exec_changed/second.adb: Likewise.
7482
7483 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7484
7485 * gdb.ada/watch_arg/watch.adb: New file.
7486 * gdb.ada/watch_arg.exp: New testcase.
7487
7488 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
7489
7490 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
7491 via string_to_regexp.
7492 * gdb.mi/mi2-basics.exp: Likewise.
7493
7494 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7495
7496 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
7497 Remove unused / obsolete files.
7498
7499 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
7500
7501 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
7502
7503 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7504
7505 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
7506 HIGH_FRAME argument to -stack-list-arguments can be larger than
7507 the number of frames.
7508
7509 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
7510
7511 * gdb.base/args.c (main): Add breakpoint marker.
7512 * gdb.base/args.exp: Use args_test for tests. Add new tests which
7513 really test empty arguments.
7514 (args_load): Delete.
7515 (args_test): New.
7516
7517 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
7518
7519 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
7520 check for one file.
7521
7522 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
7523
7524 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
7525 HIGH_FRAME argument to -stack-list-locals can be larger than
7526 the number of frames.
7527
7528 2006-08-18 Fred Fish <fnf@specifix.com>
7529
7530 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
7531 '$' in front of skip_vmx_tests_saved when setting that.
7532
7533 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
7534
7535 * gdb.base/trace-commands.exp: New file.
7536
7537 2006-08-10 Joel Brobecker <brobecker@adacore.com>
7538 Daniel Jacobowitz <dan@codesourcery.com>
7539
7540 * gdb.base/step-bt.exp: Make hexadecimal address optional in
7541 expected output of the backtrace commands.
7542
7543 2006-08-09 Joel Brobecker <brobecker@adacore.com>
7544
7545 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
7546 untested followed by return combination.
7547 * gdb.arch/altivec-regs.exp: Likewise.
7548 * gdb.arch/e500-abi.exp: Likewise.
7549 * gdb.arch/e500-regs.exp: Likewise.
7550 * gdb.arch/gdb1291.exp: Likewise.
7551 * gdb.arch/gdb1431.exp: Likewise.
7552 * gdb.arch/gdb1558.exp: Likewise.
7553 * gdb.arch/i386-prologue.exp: Likewise.
7554 * gdb.arch/i386-unwind.exp: Likewise.
7555 * gdb.asm/asm-source.exp: Likewise.
7556 * gdb.base/a2-run.exp: Likewise.
7557 * gdb.base/advance.exp: Likewise.
7558 * gdb.base/all-bin.exp: Likewise.
7559 * gdb.base/annota1.exp: Likewise.
7560 * gdb.base/annota3.exp: Likewise.
7561 * gdb.base/args.exp: Likewise.
7562 * gdb.base/arithmet.exp: Likewise.
7563 * gdb.base/assign.exp: Likewise.
7564 * gdb.base/async.exp: Likewise.
7565 * gdb.base/attach.exp: Likewise.
7566 * gdb.base/bang.exp: Likewise.
7567 * gdb.base/bigcore.exp: Likewise.
7568 * gdb.base/bitfields.exp: Likewise.
7569 * gdb.base/bitfields2.exp: Likewise.
7570 * gdb.base/break.exp: Likewise.
7571 * gdb.base/call-sc.exp: Likewise.
7572 * gdb.base/call-strs.exp: Likewise.
7573 * gdb.base/callfuncs.exp: Likewise.
7574 * gdb.base/checkpoint.exp: Likewise.
7575 * gdb.base/chng-syms.exp: Likewise.
7576 * gdb.base/code-expr.exp: Likewise.
7577 * gdb.base/commands.exp: Likewise.
7578 * gdb.base/completion.exp: Likewise.
7579 * gdb.base/cond-expr.exp: Likewise.
7580 * gdb.base/condbreak.exp: Likewise.
7581 * gdb.base/consecutive.exp: Likewise.
7582 * gdb.base/constvars.exp: Likewise.
7583 * gdb.base/corefile.exp: Likewise.
7584 * gdb.base/cvexpr.exp: Likewise.
7585 * gdb.base/dbx.exp: Likewise.
7586 * gdb.base/define.exp: Likewise.
7587 * gdb.base/detach.exp: Likewise.
7588 * gdb.base/display.exp: Likewise.
7589 * gdb.base/dump.exp: Likewise.
7590 * gdb.base/ena-dis-br.exp: Likewise.
7591 * gdb.base/ending-run.exp: Likewise.
7592 * gdb.base/environ.exp: Likewise.
7593 * gdb.base/eval-skip.exp: Likewise.
7594 * gdb.base/exprs.exp: Likewise.
7595 * gdb.base/fileio.exp: Likewise.
7596 * gdb.base/finish.exp: Likewise.
7597 * gdb.base/float.exp: Likewise.
7598 * gdb.base/foll-exec.exp: Likewise.
7599 * gdb.base/foll-fork.exp: Likewise.
7600 * gdb.base/foll-vfork.exp: Likewise.
7601 * gdb.base/freebpcmd.exp: Likewise.
7602 * gdb.base/funcargs.exp: Likewise.
7603 * gdb.base/gcore.exp: Likewise.
7604 * gdb.base/gdb1090.exp: Likewise.
7605 * gdb.base/gdb1250.exp: Likewise.
7606 * gdb.base/huge.exp: Likewise.
7607 * gdb.base/info-proc.exp: Likewise.
7608 * gdb.base/interrupt.exp: Likewise.
7609 * gdb.base/jump.exp: Likewise.
7610 * gdb.base/langs.exp: Likewise.
7611 * gdb.base/lineinc.exp: Likewise.
7612 * gdb.base/list.exp: Likewise.
7613 * gdb.base/logical.exp: Likewise.
7614 * gdb.base/long_long.exp: Likewise.
7615 * gdb.base/macscp.exp: Likewise.
7616 * gdb.base/maint.exp: Likewise.
7617 * gdb.base/mips_pro.exp: Likewise.
7618 * gdb.base/miscexprs.exp: Likewise.
7619 * gdb.base/multi-forks.exp: Likewise.
7620 * gdb.base/opaque.exp: Likewise.
7621 * gdb.base/overlays.exp: Likewise.
7622 * gdb.base/pc-fp.exp: Likewise.
7623 * gdb.base/pointers.exp: Likewise.
7624 * gdb.base/printcmds.exp: Likewise.
7625 * gdb.base/psymtab.exp: Likewise.
7626 * gdb.base/ptype.exp: Likewise.
7627 * gdb.base/recurse.exp: Likewise.
7628 * gdb.base/relational.exp: Likewise.
7629 * gdb.base/relocate.exp: Likewise.
7630 * gdb.base/remote.exp: Likewise.
7631 * gdb.base/reread.exp: Likewise.
7632 * gdb.base/restore.exp: Likewise.
7633 * gdb.base/return.exp: Likewise.
7634 * gdb.base/return2.exp: Likewise.
7635 * gdb.base/scope.exp: Likewise.
7636 * gdb.base/sect-cmd.exp: Likewise.
7637 * gdb.base/sep.exp: Likewise.
7638 * gdb.base/sepdebug.exp: Likewise.
7639 * gdb.base/setshow.exp: Likewise.
7640 * gdb.base/setvar.exp: Likewise.
7641 * gdb.base/sigall.exp: Likewise.
7642 * gdb.base/sigbpt.exp: Likewise.
7643 * gdb.base/signals.exp: Likewise.
7644 * gdb.base/signull.exp: Likewise.
7645 * gdb.base/sizeof.exp: Likewise.
7646 * gdb.base/solib.exp: Likewise.
7647 * gdb.base/step-line.exp: Likewise.
7648 * gdb.base/step-test.exp: Likewise.
7649 * gdb.base/structs.exp: Likewise.
7650 * gdb.base/structs2.exp: Likewise.
7651 * gdb.base/term.exp: Likewise.
7652 * gdb.base/twice.exp: Likewise.
7653 * gdb.base/until.exp: Likewise.
7654 * gdb.base/varargs.exp: Likewise.
7655 * gdb.base/volatile.exp: Likewise.
7656 * gdb.base/watchpoint.exp: Likewise.
7657 * gdb.base/whatis-exp.exp: Likewise.
7658 * gdb.base/whatis.exp: Likewise.
7659 * gdb.cp/ambiguous.exp: Likewise.
7660 * gdb.cp/annota2.exp: Likewise.
7661 * gdb.cp/annota3.exp: Likewise.
7662 * gdb.cp/bool.exp: Likewise.
7663 * gdb.cp/breakpoint.exp: Likewise.
7664 * gdb.cp/casts.exp: Likewise.
7665 * gdb.cp/class2.exp: Likewise.
7666 * gdb.cp/classes.exp: Likewise.
7667 * gdb.cp/cplusfuncs.exp: Likewise.
7668 * gdb.cp/ctti.exp: Likewise.
7669 * gdb.cp/derivation.exp: Likewise.
7670 * gdb.cp/exception.exp: Likewise.
7671 * gdb.cp/gdb1355.exp: Likewise.
7672 * gdb.cp/hang.exp: Likewise.
7673 * gdb.cp/inherit.exp: Likewise.
7674 * gdb.cp/local.exp: Likewise.
7675 * gdb.cp/m-data.exp: Likewise.
7676 * gdb.cp/m-static.exp: Likewise.
7677 * gdb.cp/member-ptr.exp: Likewise.
7678 * gdb.cp/method.exp: Likewise.
7679 * gdb.cp/misc.exp: Likewise.
7680 * gdb.cp/namespace.exp: Likewise.
7681 * gdb.cp/overload.exp: Likewise.
7682 * gdb.cp/ovldbreak.exp: Likewise.
7683 * gdb.cp/pr-1023.exp: Likewise.
7684 * gdb.cp/pr-1210.exp: Likewise.
7685 * gdb.cp/pr-574.exp: Likewise.
7686 * gdb.cp/printmethod.exp: Likewise.
7687 * gdb.cp/psmang.exp: Likewise.
7688 * gdb.cp/ref-params.exp: Likewise.
7689 * gdb.cp/ref-types.exp: Likewise.
7690 * gdb.cp/rtti.exp: Likewise.
7691 * gdb.cp/templates.exp: Likewise.
7692 * gdb.cp/try_catch.exp: Likewise.
7693 * gdb.cp/userdef.exp: Likewise.
7694 * gdb.cp/virtfunc.exp: Likewise.
7695 * gdb.disasm/am33.exp: Likewise.
7696 * gdb.disasm/h8300s.exp: Likewise.
7697 * gdb.disasm/mn10300.exp: Likewise.
7698 * gdb.disasm/sh3.exp: Likewise.
7699 * gdb.disasm/t01_mov.exp: Likewise.
7700 * gdb.disasm/t02_mova.exp: Likewise.
7701 * gdb.disasm/t03_add.exp: Likewise.
7702 * gdb.disasm/t04_sub.exp: Likewise.
7703 * gdb.disasm/t05_cmp.exp: Likewise.
7704 * gdb.disasm/t06_ari2.exp: Likewise.
7705 * gdb.disasm/t07_ari3.exp: Likewise.
7706 * gdb.disasm/t08_or.exp: Likewise.
7707 * gdb.disasm/t09_xor.exp: Likewise.
7708 * gdb.disasm/t10_and.exp: Likewise.
7709 * gdb.disasm/t11_logs.exp: Likewise.
7710 * gdb.disasm/t12_bit.exp: Likewise.
7711 * gdb.disasm/t13_otr.exp: Likewise.
7712 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
7713 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
7714 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
7715 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
7716 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
7717 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
7718 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
7719 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
7720 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
7721 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
7722 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
7723 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
7724 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
7725 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
7726 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
7727 * gdb.mi/gdb701.exp: Likewise.
7728 * gdb.mi/gdb792.exp: Likewise.
7729 * gdb.mi/mi-basics.exp: Likewise.
7730 * gdb.mi/mi-break.exp: Likewise.
7731 * gdb.mi/mi-cli.exp: Likewise.
7732 * gdb.mi/mi-console.exp: Likewise.
7733 * gdb.mi/mi-disassemble.exp: Likewise.
7734 * gdb.mi/mi-eval.exp: Likewise.
7735 * gdb.mi/mi-file.exp: Likewise.
7736 * gdb.mi/mi-read-memory.exp: Likewise.
7737 * gdb.mi/mi-regs.exp: Likewise.
7738 * gdb.mi/mi-return.exp: Likewise.
7739 * gdb.mi/mi-simplerun.exp: Likewise.
7740 * gdb.mi/mi-stack.exp: Likewise.
7741 * gdb.mi/mi-stepi.exp: Likewise.
7742 * gdb.mi/mi-syn-frame.exp: Likewise.
7743 * gdb.mi/mi-until.exp: Likewise.
7744 * gdb.mi/mi-var-block.exp: Likewise.
7745 * gdb.mi/mi-var-child.exp: Likewise.
7746 * gdb.mi/mi-var-cmd.exp: Likewise.
7747 * gdb.mi/mi-var-display.exp: Likewise.
7748 * gdb.mi/mi-watch.exp: Likewise.
7749 * gdb.mi/mi2-basics.exp: Likewise.
7750 * gdb.mi/mi2-break.exp: Likewise.
7751 * gdb.mi/mi2-cli.exp: Likewise.
7752 * gdb.mi/mi2-console.exp: Likewise.
7753 * gdb.mi/mi2-disassemble.exp: Likewise.
7754 * gdb.mi/mi2-eval.exp: Likewise.
7755 * gdb.mi/mi2-file.exp: Likewise.
7756 * gdb.mi/mi2-read-memory.exp: Likewise.
7757 * gdb.mi/mi2-regs.exp: Likewise.
7758 * gdb.mi/mi2-return.exp: Likewise.
7759 * gdb.mi/mi2-simplerun.exp: Likewise.
7760 * gdb.mi/mi2-stack.exp: Likewise.
7761 * gdb.mi/mi2-stepi.exp: Likewise.
7762 * gdb.mi/mi2-syn-frame.exp: Likewise.
7763 * gdb.mi/mi2-until.exp: Likewise.
7764 * gdb.mi/mi2-var-block.exp: Likewise.
7765 * gdb.mi/mi2-var-child.exp: Likewise.
7766 * gdb.mi/mi2-var-cmd.exp: Likewise.
7767 * gdb.mi/mi2-var-display.exp: Likewise.
7768 * gdb.mi/mi2-watch.exp: Likewise.
7769 * gdb.stabs/exclfwd.exp: Likewise.
7770 * gdb.stabs/weird.exp: Likewise.
7771 * gdb.threads/gcore-thread.exp: Likewise.
7772 * gdb.trace/actions.exp: Likewise.
7773 * gdb.trace/backtrace.exp: Likewise.
7774 * gdb.trace/circ.exp: Likewise.
7775 * gdb.trace/collection.exp: Likewise.
7776 * gdb.trace/deltrace.exp: Likewise.
7777 * gdb.trace/infotrace.exp: Likewise.
7778 * gdb.trace/limits.exp: Likewise.
7779 * gdb.trace/packetlen.exp: Likewise.
7780 * gdb.trace/passc-dyn.exp: Likewise.
7781 * gdb.trace/passcount.exp: Likewise.
7782 * gdb.trace/report.exp: Likewise.
7783 * gdb.trace/save-trace.exp: Likewise.
7784 * gdb.trace/tfind.exp: Likewise.
7785 * gdb.trace/tracecmd.exp: Likewise.
7786 * gdb.trace/while-dyn.exp: Likewise.
7787 * gdb.trace/while-stepping.exp: Likewise.
7788
7789 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7790
7791 * gdb.base/step-bt.c: New file.
7792 * gdb.base/step-bt.exp: New testcase.
7793
7794 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7795
7796 * config/monitor.exp (gdb_load): Remove support for obsolete
7797 download-write-size.
7798 * gdb.base/remote.exp: Likewise. Update all callers of
7799 gdb_timed_load.
7800
7801 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
7802
7803 * cursal.exp: Pass binfile to gdb_load.
7804
7805 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
7806
7807 * gdb.base/cursal.exp: Add "" to gdb_load call.
7808
7809 2006-07-29 Mark Kettenis <kettenis@gnu.org>
7810
7811 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
7812 NetBSD/ELF targets.
7813
7814 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
7815
7816 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
7817 operator*.
7818
7819 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
7820
7821 * gdb.base/completion.exp: Update for change in "file" behavior.
7822 * gdb.stabs/weird.exp: Likewise.
7823 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
7824 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
7825
7826 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
7827
7828 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
7829 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
7830
7831 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7832
7833 * gdb.base/default.exp: Update source command error message.
7834 * gdb.base/help.exp: Update 'help source' message.
7835
7836 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
7837
7838 * gdb.cp/bs15503.exp: Update comment for no longer crashing
7839 test.
7840
7841 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
7842
7843 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
7844
7845 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7846
7847 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
7848
7849 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7850
7851 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
7852
7853 2006-07-17 Mark Kettenis <kettenis@gnu.org>
7854
7855 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
7856 *-*-openbsd* from targets for wich we expect ARM FPA floating
7857 point format.
7858
7859 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
7860
7861 * gdb.cp/annota3.exp: Expect frame-begin annotation.
7862
7863 2006-07-17 Mark Kettenis <kettenis@gnu.org>
7864
7865 * gdb.base/annota3.exp: Expect frame-begin annotation.
7866
7867 2006-07-14 Joel Brobecker <brobecker@adacore.com>
7868
7869 * gdb.base/help.exp: Adjust "help unset" test to accept
7870 any list of unset commands.
7871
7872 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
7873 Daniel Jacobowitz <dan@codesourcery.com>
7874
7875 * gdb.cp/ref-params.exp: New test.
7876 * gdb.cp/ref-params.cc: New source file.
7877 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
7878
7879 2006-07-08 Mark Kettenis <kettenis@gnu.org>
7880
7881 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
7882 spaces/tabs in regular expressions since they might not be there.
7883
7884 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
7885
7886 * gdb.base/ifelse.exp: New file.
7887
7888 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
7889
7890 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
7891 line.
7892 * gdb.base/huge.exp: Loop over compilation to find a size that
7893 is acceptable.
7894 * gdb.base/remote.exp: Correct expected strings.
7895 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
7896
7897 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7898
7899 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
7900
7901 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7902
7903 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
7904 native.
7905
7906 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7907
7908 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
7909 enable stabs testing.
7910
7911 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7912
7913 * gdb.base/auxv.exp: Intercept undefined command messages before
7914 gdb_test_multiple does.
7915
7916 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7917
7918 * Makefile.in (host_alias): Remove.
7919 (target_alias): Use @target_noncanonical@.
7920 (site.exp): Don't set host_alias.
7921 * aclocal.m4: Remove contents. Include acx.m4.
7922 * configure: Regenerated.
7923 * configure.ac: Use ACX_NONCANONICAL_TARGET.
7924
7925 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
7926
7927 * lib/gdb.exp (gdb_load_cmd): New.
7928
7929 * gdb.base/fileio.c: Add system(NULL) test.
7930 * gdb.base/fileio.exp: Check it.
7931
7932 * gdb.base/break.c: Add 10a breakpoint at }
7933 * gdb.base/break.exp: Add test for breakpoint at }
7934 * gdb.cp/anon-union.cc: Add code at end of function.
7935 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
7936 * gdb.mi/var-cmd.c: Add code at end of function.
7937 * gdb.mi/mi-var-display.exp: Adjust end of next.
7938 * gdb.mi/mi2-var-display.exp: Likewise.
7939 * gdb.base/fileio.c: Add stop function and insert calls at
7940 stopping places.
7941 * gdb.base/fileio.exp: Breakpoint stop function and remove
7942 explicit line number references.
7943
7944 2006-05-19 Joel Brobecker <brobecker@adacore.com>
7945
7946 * gdb.base/del.exp (test_delete_alias): New function.
7947 Now check that both "del" and "d" work as aliases for "delete".
7948
7949 2006-05-18 Fred Fish <fnf@specifix.com>
7950
7951 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
7952 required. Check for spurious output after program exits normally.
7953
7954 2006-05-17 Fred Fish <fnf@specifix.com>
7955
7956 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
7957 gdb_load, so it works in the simulator.
7958
7959 2006-05-11 Fred Fish <fnf@specifix.com>
7960
7961 * gdb.base/bang.exp: Ignore unexpected output between the
7962 "program exited normally" and the gdb prompt, as many other
7963 tests do.
7964
7965 2006-05-07 Mark Kettenis <kettenis@gnu.org>
7966
7967 * gdb.base/help.exp: Make "delete checkpoint" part option for
7968 "help d" and "help delete" tests.
7969
7970 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7971
7972 * gdb.mi/mi-basics.exp: Add missing serial number to
7973 expected output in some mi_gdb_test statements.
7974 * gdb.mi/mi2-basics.exp: Likewise.
7975
7976 2006-05-05 Joel Brobecker <brobecker@adacore.com>
7977
7978 * gdb.base/del.c: New file.
7979 * gdb.base/del.exp: New testcase.
7980
7981 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
7982
7983 * gdb.base/break.exp: Do not assume a breakpoint on
7984 main will actually be in $srcfile when optimizing.
7985 * gdb.base/savedregs.exp: Do not require that the dummy
7986 frame location match up to a symbol and source file location.
7987 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
7988 will get printed without a mi_cmd_data_list_register_values prefix.
7989 (*-data-list-register-*): Correct regular expressions to expect the new
7990 pseudo d? floating point registers.
7991 * gdb.mi/mi2-regs.exp: Likewise.
7992
7993 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
7994
7995 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
7996 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
7997 is allocated by the compiler.
7998 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
7999 anons, e, anone to force their allocation by the compiler.
8000
8001 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8002
8003 * gdb.base/help.exp: Update expected text for help d and
8004 help delete.
8005
8006 2006-05-02 Mark Kettenis <kettenis@gnu.org>
8007
8008 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
8009 NetBSD/ELF targets.
8010
8011 2006-04-30 Mark Kettenis <kettenis@gnu.org>
8012
8013 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
8014 single-step breakpoint fails; make this a KFAIL on
8015 sparc*-*-openbsd*.
8016 * gdb.base/siginfo.exp: Likewise.
8017 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8018
8019 2006-04-26 Michael Snyder <msnyder@redhat.com>
8020
8021 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
8022 which may have to consume output from other forks.
8023 Add tests to make sure that "delete fork" succeeded.
8024
8025 2006-04-20 Michael Snyder <msnyder@redhat.com>
8026
8027 * 2006-03-22 Jim Blandy <jimb@redhat.com>
8028 Add support for the Renesas M32C and M16C.
8029
8030 * gdb.asm/asm-source.exp: Add m32c target.
8031 * gdb.asm/m32c.inc: Support for m32c target.
8032
8033 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
8034
8035 * gdb.base/commands.exp (recursive_source_test): New test.
8036
8037 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
8038
8039 * gdb.base/float.exp: Add pattern for sparc targets.
8040
8041 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8042
8043 * gdb.base/commands.exp (stray_arg0_test): New test.
8044
8045 2006-03-30 Paul Brook <paul@codesourcery.com>
8046
8047 * gdb.mi/mi-until.exp: kfail broken until command.
8048 * gdb.mi/mi2-until.exp: Ditto.
8049
8050 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
8051
8052 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
8053
8054 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
8055
8056 * gdb.base/prelink.exp: Anchor tested-for regular expression
8057 on gdb prompt.
8058
8059 2006-03-07 Paul Brook <paul@codesourcery.com>
8060
8061 * gdb.base/assign.exp: Correct fail message.
8062
8063 2006-03-07 Paul Brook <paul@codesourcery.com>
8064
8065 * lib/compiler.c: Extract armcc version number.
8066 * lib/compiler.cc: Ditto.
8067
8068 2006-03-07 Paul Brook <paul@codesourcery.com>
8069
8070 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
8071 additional_flags=-w.
8072 * gdb.arch/altivec-regs.exp: Ditto.
8073 * gdb.arch/e500-abi.exp: Ditto.
8074 * gdb.arch/e500-regs.exp: Ditto.
8075 * gdb.base/all-bin.exp: Ditto.
8076 * gdb.base/annota1.exp: Ditto.
8077 * gdb.base/annota3.exp: Ditto.
8078 * gdb.base/args.exp: Ditto.
8079 * gdb.base/arithmet.exp: Ditto.
8080 * gdb.base/assign.exp: Ditto.
8081 * gdb.base/async.exp: Ditto.
8082 * gdb.base/bang.exp: Ditto.
8083 * gdb.base/break.exp: Ditto.
8084 * gdb.base/call-rt-st.exp: Ditto.
8085 * gdb.base/completion.exp: Ditto.
8086 * gdb.base/cond-expr.exp: Ditto.
8087 * gdb.base/condbreak.exp: Ditto.
8088 * gdb.base/consecutive.exp: Ditto.
8089 * gdb.base/define.exp: Ditto.
8090 * gdb.base/display.exp: Ditto.
8091 * gdb.base/ena-dis-br.exp: Ditto.
8092 * gdb.base/environ.exp: Ditto.
8093 * gdb.base/eval-skip.exp: Ditto.
8094 * gdb.base/info-proc.exp: Ditto.
8095 * gdb.base/jump.exp: Ditto.
8096 * gdb.base/logical.exp: Ditto.
8097 * gdb.base/long_long.exp: Ditto.
8098 * gdb.base/maint.exp: Ditto.
8099 * gdb.base/miscexprs.exp: Ditto.
8100 * gdb.base/pc-fp.exp: Ditto.
8101 * gdb.base/pointers.exp: Ditto.
8102 * gdb.base/relational.exp: Ditto.
8103 * gdb.base/reread.exp: Ditto.
8104 * gdb.base/sect-cmd.exp: Ditto.
8105 * gdb.base/sep.exp: Ditto.
8106 * gdb.base/sepdebug.exp: Ditto.
8107 * gdb.base/until.exp: Ditto.
8108 * gdb.base/whatis-exp.exp: Ditto.
8109 * gdb.cp/annota2.exp: Ditto.
8110 * gdb.cp/annota3.exp: Ditto.
8111 * gdb.trace/actions.exp: Ditto.
8112 * gdb.trace/backtrace.exp: Ditto.
8113 * gdb.trace/circ.exp: Ditto.
8114 * gdb.trace/collection.exp: Ditto.
8115 * gdb.trace/deltrace.exp: Ditto.
8116 * gdb.trace/infotrace.exp: Ditto.
8117 * gdb.trace/limits.exp: Ditto.
8118 * gdb.trace/packetlen.exp: Ditto.
8119 * gdb.trace/passc-dyn.exp: Ditto.
8120 * gdb.trace/passcount.exp: Ditto.
8121 * gdb.trace/report.exp: Ditto.
8122 * gdb.trace/save-trace.exp: Ditto.
8123 * gdb.trace/tfind.exp: Ditto.
8124 * gdb.trace/tracecmd.exp: Ditto.
8125 * gdb.trace/while-dyn.exp: Ditto.
8126 * gdb.trace/while-stepping.exp: Ditto.
8127 * lib/gdb.exp: Ditto.
8128 (gdb_compile): Handle nowarning option.
8129
8130 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
8131
8132 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
8133 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
8134 Rename executable to prelinkt. Don't re-prelink if we didn't
8135 get a core file. Test prelink -u exit status to tell whether
8136 prelinking failed. Use gdb_test_multiple.
8137
8138 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
8139
8140 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
8141 (do_tests): Call it.
8142
8143 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
8144
8145 * gdb.base/prelink.exp: New test.
8146 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
8147
8148 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
8149
8150 * gdb.fortran/derived-type.f90: New file.
8151 * gdb.fortran/derived-type.exp: New testcase.
8152
8153 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
8154
8155 * gdb.base/default.exp: Allow ';' as a directory separator.
8156
8157 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8158
8159 * gdb.base/help.exp (help add-symbol-file): Update.
8160
8161 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8162
8163 * gdb.base/help.exp (help load): Update expected results.
8164
8165 2006-02-19 Fred Fish <fnf@specifix.com>
8166
8167 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
8168 specifix hex value as part of results.
8169 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
8170
8171 2006-02-16 Fred Fish <fnf@specifix.com>
8172
8173 * gdb.base/whatis.c: Define variables using typedefs char_addr,
8174 ushort_addr, and slong_addr, so the typedefs are not optimized
8175 away.
8176 * gdb.base/whatis.exp: Add tests using type name for struct type,
8177 union type, enum type, and typedef.
8178
8179 2006-02-13 Mark Kettenis <kettenis@gnu.org>
8180
8181 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
8182
8183 2006-02-13 Jim Blandy <jimb@redhat.com>
8184
8185 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
8186 case where it takes two "next" commands to skip past the init
8187 call.
8188
8189 2006-02-12 Fred Fish <fnf@specifix.com>
8190
8191 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
8192 to handle cases where it takes two "next" commands to skip
8193 past the init call.
8194
8195 2006-02-07 Joel Brobecker <brobecker@adacore.com>
8196
8197 * gdb.ada/array_return.exp: Mark the last test as expected to fail
8198 on hppa32 targets.
8199
8200 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8201
8202 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
8203 field.
8204
8205 2006-01-29 Mark Kettenis <kettenis@gnu.org>
8206
8207 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
8208
8209 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8210
8211 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
8212 files.
8213
8214 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8215
8216 * gdb.cp/maint.exp: Set complaints to a positive value.
8217
8218 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8219
8220 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
8221 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
8222 function name.
8223
8224 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8225
8226 * gdb.base/checkpoint.c: Update copyright notice. Include
8227 <stdlib.h>.
8228
8229 2006-01-04 Jim Blandy <jimb@redhat.com>
8230
8231 * gdb.asm/asm-source.exp: Independently provide default values for
8232 asm-flags and debug-flags. Use 'string equal' to do the
8233 comparison, not the implicit expr's '==' operator. Remove
8234 now-unneeded assignments to asm-flags. In h8300 case, place
8235 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
8236
8237 2006-01-04 Michael Snyder <msnyder@redhat.com>
8238
8239 * gdb.base/checkpoint.c: New file.
8240 * gdb.base/checkpoint.exp: New file.
8241 * gdb.base/multi-fork.c: New file.
8242 * gdb.base/multi-fork.exp: New file.
8243 * gdb.base/pi.txt: New file (data for checkpoint.c test).
8244
8245 2006-01-04 Fred Fish <fnf@specifix.com>
8246
8247 * gdb.base/ptype.c (foo): Add typedef.
8248 (intfoo): Add function.
8249 * gdb.base/ptype1.c: New file.
8250 * gdb.base/ptype.exp: Handle compilation and linking with two
8251 source files. Test that proper type for "foo" is found based
8252 on source context rather than first match found in symtabs.
8253
8254 2005-12-28 Mark Kettenis <kettenis@gnu.org>
8255
8256 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
8257 * gdb.asm/openbsd.inc: Indent commands.
8258
8259 2005-12-26 Mark Kettenis <kettenis@gnu.org>
8260
8261 * gdb.base/freebpcmd.exp: Increase timeout.
8262
8263 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
8264
8265 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
8266
8267 * gdb.base/default.exp: Update check for "show version".
8268
8269 2005-12-09 Randolph Chung <tausq@debian.org>
8270
8271 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
8272 * gdb.asm/pa64.inc: New file.
8273
8274 2005-12-09 Randolph Chung <tausq@debian.org>
8275
8276 * gdb.asm/common.inc: Indent commands.
8277 * gdb.asm/asmsrc1.s: Likewise.
8278 * gdb.asm/asmsrc2.s: Likewise.
8279
8280 2005-12-09 Randolph Chung <tausq@debian.org>
8281
8282 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
8283 (get_addr_of_sym): Remove duplicate print.
8284 (gen_core): xfail hppa*-*-hpux*, update expected output.
8285 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
8286 * gdb.arch/pa64-nullify.s: New file.
8287
8288 2005-12-09 Randolph Chung <tausq@debian.org>
8289
8290 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
8291
8292 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
8293
8294 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
8295 code generation for these functions.
8296 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
8297 error message.
8298
8299 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8300
8301 * gdb.base/help.exp (help b, help br, help bre, help brea)
8302 (help break): Update the expected message.
8303
8304 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
8305
8306 * gdb.asm/m68hc11.inc: Setup the data section.
8307 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
8308 script for this test.
8309 (m6812-*-*): Likewise.
8310
8311 2005-11-09 Randolph Chung <tausq@debian.org>
8312
8313 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
8314
8315 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
8316
8317 * gdb.base/break.exp: Fix a comment typo.
8318
8319 2005-11-03 Jim Blandy <jimb@redhat.com>
8320
8321 Checked in by Elena Zannoni <ezannoni@redhat.com>
8322
8323 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
8324
8325 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
8326
8327 * gdb.arch/gdb1558.c: Include stdio.h.
8328
8329 2005-10-31 Mark Kettenis <kettenis@gnu.org>
8330
8331 * gdb.asm/asm-source.exp: Use -e instead of --entry.
8332
8333 2005-10-31 Mark Kettenis <kettenis@gnu.org>
8334
8335 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
8336
8337 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
8338
8339 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8340 vscr" tests to better match output.
8341
8342 2005-10-12 Jim Blandy <jimb@redhat.com>
8343
8344 * gdb.base/structs.exp (any): New function.
8345 (test_struct_returns): Don't make any assumptions at all about
8346 what value the function returns when GDB can't set the return
8347 value.
8348
8349 2005-10-09 Joel Brobecker <brobecker@adacore.com>
8350
8351 * gdb.ada/arrayidx/p.adb: New file.
8352 * gdb.ada/arrayidx.exp: New testcase
8353
8354 2005-10-09 Joel Brobecker <brobecker@adacore.com>
8355
8356 * gdb.ada/array_return/pck.ads: New file.
8357 * gdb.ada/array_return/pck.adb: New file.
8358 * gdb.ada/array_return/p.adb: New file.
8359 * gdb.ada/array_return.exp: New testcase.
8360
8361 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8362
8363 * gdb.base/arrayidx.c: New file.
8364 * gdb.base/arrayidx.exp: New testcase.
8365
8366 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
8367
8368 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
8369 frames-invalid and breakpoints-invalid are no longer generated
8370 with level 3 so don't expect them in the output.
8371
8372 2005-09-27 Bob Rossi <bob@brasko.net>
8373
8374 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
8375 from test. Escape the | in mi_gdb_test call.
8376 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
8377 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
8378 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
8379 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
8380 expected regex's in mi_gdb_test calls.
8381 * lib/mi-support.exp: Remove arbitrary .* from tests.
8382 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
8383 Fully anchor GDB/MI expected results in mi_gdb_test.
8384 * lib/gdb.exp (string_to_regexp): Escape the ] character.
8385 * gdb.base/sizeof.exp: Remove escape character. Correct test.
8386
8387 2005-09-26 Paul Brook <paul@codesourcery.com>
8388
8389 * long_long.exp: Exclude eabi targets from arm FPA float format test.
8390
8391 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8392
8393 * bfp-test.c: New file.
8394 * bfp-test.exp: New testcase.
8395
8396 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8397
8398 * gdb.fortran/subarray.exp: New testcase to test the evaluation
8399 of subarray and substring variable.
8400 * gdb.fortran/subarray.f: New source file for the test of subarray
8401 and substring variable evaluation.
8402 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
8403 of string constant.
8404
8405 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
8406
8407 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
8408 copyright dates.
8409
8410 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
8411
8412 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
8413 powerpc altivec' test with an almost identical 'info vector' test.
8414
8415 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8416
8417 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8418 vscr" tests to match output.
8419
8420 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8421
8422 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
8423 output.
8424
8425 2005-09-11 Bob Rossi <bob@brasko.net>
8426
8427 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
8428 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
8429 commands that return an MI output command and an asyncronous MI output
8430 command.
8431 * gdb.mi/mi-console.exp: Ditto.
8432
8433 2005-09-11 Bob Rossi <bob@brasko.net>
8434
8435 * gdb.mi/mi-var-child.c: Include <string.h>.
8436
8437 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
8438
8439 * killed.exp: Correct gdb_expect syntax.
8440
8441 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
8442
8443 * lib/mi-support.exp (mi_gdb_load): Fix typo.
8444
8445 2005-08-02 Bob Rossi <bob@brasko.net>
8446
8447 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
8448 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
8449 Change tests to inferior-tty-set/show.
8450 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
8451 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
8452 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
8453 inferior. Use mi_gdb_test to get GDB and Inferior output.
8454 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
8455 descriptor.
8456 (mi_inferior_tty_name): Add inferior PTY file name.
8457 (mi_gdb_start): Add INFERIOR_PTY parameter.
8458 (mi_gdb_test): Add IPATTERN parameter.
8459
8460 2005-08-02 Bob Rossi <bob@brasko.net>
8461
8462 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
8463 parameter to mi_gdb_test.
8464 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
8465
8466 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8467
8468 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
8469 struct_declarations.
8470 * gdb.mi/mi-var-child.exp: Step over the initialization of
8471 struct_declarations.
8472
8473 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8474
8475 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
8476 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
8477 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
8478 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
8479 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
8480 file.
8481
8482 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
8483
8484 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
8485 (do_children_tests): Assign values to the extra elements.
8486
8487 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
8488 them for tests for "-var-update --no-values" and
8489 "-var-update --all-values".
8490 Add test for "-var-list-children --simple-values".
8491
8492 * gdb.mi/basics.c (callee4): Add integer array D[3]...
8493
8494 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
8495 "-stack-list-locals --simple-values" Improve doc strings and
8496 comments.
8497
8498 2005-07-18 Mark Kettenis <kettenis@gnu.org>
8499
8500 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
8501 *-*-openbsd*.
8502 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
8503
8504 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
8505 sigaltsatck'.
8506
8507 2005-07-14 Bob Rossi <bob@brasko.net>
8508
8509 * gdb.base/default.exp (tty): Changed output of command.
8510 * gdb.base/help.exp (help tty): Ditto.
8511
8512 2005-07-12 Mark Kettenis <kettenis@gnu.org>
8513
8514 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
8515
8516 2005-07-10 Mark Kettenis <kettenis@gnu.org>
8517
8518 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
8519 -stack-select-frame without arguments.
8520 (test_stack_frame_listing): Add test for newly implemented command
8521 -stack-info-frame.
8522
8523 2005-07-06 Bob Rossi <bob@brasko.net>
8524
8525 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
8526 command.
8527 (Copyright): Update copyright.
8528
8529 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
8530
8531 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
8532 tests to evaluate exponentiation expression.
8533
8534 2005-06-29 Andreas Schwab <schwab@suse.de>
8535
8536 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
8537 main to avoid warnings.
8538
8539 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
8540
8541 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
8542
8543 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
8544 -stack-select-frame without arguments.
8545 (test_stack_frame_listing): Add test for newly implemented command
8546 -stack-info-frame.
8547
8548 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
8549
8550 * gdb.fortran/array-element.f: New file.
8551 * gdb.fortran/array-element.exp: New testcase.
8552
8553 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8554
8555 * gdb.base/bigcore.exp: Correct checks for systems which can
8556 not dump a large core file.
8557
8558 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8559
8560 * gdb.base/relocate.c: Add a copyright notice.
8561 (dummy): Remove.
8562 * gdb.base/relocate.exp: Test printing the values of variables
8563 from a relocatable file.
8564
8565 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8566
8567 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
8568 excess MI output after an error.
8569
8570 2005-05-29 Joel Brobecker <brobecker@adacore.com>
8571
8572 * gdb.arch/alpha-step.c: New file.
8573 * gdb.arch/alpha-step.exp: New testcase.
8574
8575 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8576 Dennis Brueni <dennis@slickedit.com>
8577
8578 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
8579 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
8580 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
8581 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
8582 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8583 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
8584 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
8585
8586 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
8587 Wu Zhou <woodzltc@cn.ibm.com>
8588
8589 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
8590 IBM's xlc compiler.
8591 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
8592 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
8593
8594 2005-05-13 Jim Blandy <jimb@redhat.com>
8595
8596 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
8597 calling gdb_suppress_entire_file.
8598 * gdb.base/charset.exp: Same.
8599 * gdb.base/call-rt-st.exp: Same.
8600
8601 2005-05-05 Bob Rossi <bob_rossi@cox.net>
8602
8603 * lib/gdb.exp (fullname_syntax): Added global regex.
8604 (fullname_syntax_POSIX): Ditto.
8605 (fullname_syntax_UNC): Ditto.
8606 (fullname_syntax_DOS_CASE): Ditto.
8607 (fullname_syntax_DOS): Ditto.
8608 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
8609 fullname_syntax variable to scope and use it.
8610 (test_file_list_exec_source_files): Ditto.
8611 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
8612
8613 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8614
8615 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
8616
8617 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
8618
8619 * lib/gdb.exp (skip_altivec_tests): New function, based on
8620 check_vmx_hw_available from the GCC testsuite.
8621 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
8622 * lib/gdb.arch/altivec-regs.exp: Likewise.
8623
8624 2005-05-02 Jim Blandy <jimb@redhat.com>
8625
8626 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
8627 calling gdb_suppress_entire_file.
8628
8629 2005-04-30 Randolph Chung <tausq@debian.org>
8630
8631 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
8632 Slightly relax "sem_post" name checking.
8633
8634 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8635
8636 * gdb.base/unload.exp: Use new shared library infrastructure.
8637
8638 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8639
8640 * gdb.base/so-impl-ld.exp: Use new shared library
8641 infrastructure.
8642
8643 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
8644
8645 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
8646 * gdb.asm/h8300.inc: New file.
8647
8648 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8649
8650 * gdb.base/shlib-call.exp: Change to use new shared library
8651 infrastructure.
8652
8653 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8654
8655 * gdb.base/pending.exp: Change to use new shared library
8656 infrastructure.
8657
8658 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8659
8660 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
8661 use test_compiler_info instead of gcc_compiled, and update copyright.
8662
8663 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
8664
8665 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
8666 shared objects being adjusted and update copyright years.
8667
8668 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
8669
8670 * ChangeLog: Correct some 2003-01-13 dates.
8671 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
8672 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
8673 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
8674 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
8675 gdb.trace/tfind.exp: Update copyright years.
8676
8677 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
8678 Daniel Jacobowitz <dan@codesourcery.com>
8679
8680 * lib/gdb.exp (gdb_compile): Handle shlib=.
8681 (gdb_compile_shlib): New function.
8682
8683 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
8684
8685 * lib/gdb.exp (test_compiler_info): Give argument a default value.
8686
8687 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8688
8689 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
8690 gdb.server.
8691 * configure.ac: Likewise.
8692 * configure: Regenerated.
8693 * gdb.gdbserver/Makefile.in: Moved to...
8694 * gdb.server/Makefile.in: ... here.
8695 * gdb.gdbserver/server.c: Moved to...
8696 * gdb.server/server.c: ... here.
8697 * gdb.gdbserver/server-run.exp: Moved to...
8698 * gdb.server/server-run.exp: ... here.
8699
8700 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8701
8702 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
8703 * configure.ac: Create gdb.gdbserver/Makefile.
8704 * configure: Regenerated.
8705 * lib/gdbserver-support.exp: New file, derived from
8706 config/gdbserver.exp.
8707 * config/gdbserver.exp: Use gdbserver-support.exp.
8708 * gdb.gdbserver/Makefile.in: New file.
8709 * gdb.gdbserver/server.c: New file.
8710 * gdb.gdbserver/server-run.exp: New file.
8711
8712 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
8713
8714 * lib/gdb.exp (test_compiler_info): Return compiler_info
8715 if no arguments are given.
8716
8717 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
8718
8719 * gdb.arch/altivec-abi.exp: Check for compiler and set
8720 use altivec' flag accordingly.
8721 * gdb.arch/altivec-regs.exp: Likewise.
8722
8723 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8724
8725 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
8726
8727 2005-03-27 Andreas Schwab <schwab@suse.de>
8728
8729 * gdb.base/bigcore.c (main): Add missing mode argument in open
8730 call.
8731
8732 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
8733
8734 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
8735 downloads.
8736 * config/gdbserver.exp (gdb_load): Likewise.
8737
8738 2005-03-14 Paul Brook <paul@codesourcery.com>
8739
8740 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
8741 targets.
8742
8743 2005-03-09 Joel Brobecker <brobecker@adacore.com>
8744
8745 * gdb.dwarf2/dup-psym.S: New file.
8746 * gdb.dwarf2/dup-psym.exp: New testcase.
8747
8748 2005-03-09 Joel Brobecker <brobecker@adacore.com>
8749
8750 * gdb.ada/exec_changed/first.adb: New file.
8751 * gdb.ada/exec_changed/second.adb: New file.
8752 * gdb.ada/exec_changed.exp: New testcase.
8753
8754 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
8755
8756 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
8757 (A2): New class.
8758 (main): Test operator+.
8759 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
8760 breakpoint test.
8761
8762 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
8763 * gdb.base/signull.exp: Disable if gdb,nosignals.
8764 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
8765 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
8766 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
8767 * gdb.mi/mi2-console.exp: Likewise.
8768 * gdb.trace/collection.exp (run_trace_experiment): Consume the
8769 continue output at start.
8770 (gdb_collect_locals_test): Robustify regexp.
8771 * gdb.trace/passc-dyn.exp: Fix comment typo.
8772 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
8773
8774 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
8775
8776 * gdb.asm/asm-source.exp: Add iq2000 case.
8777 * gdb.asm/iq2000.inc: New file.
8778
8779 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
8780
8781 * gdb.base/command.exp: Change hardcoded value to regular expression.
8782 * gdb.base/float.exp: Add powerpc to the list of targets checked.
8783
8784 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
8785
8786 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
8787 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
8788 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
8789 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
8790 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
8791
8792 2005-03-05 Mark Kettenis <kettenis@gnu.org>
8793
8794 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
8795 changes.
8796
8797 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
8798
8799 * lib/compiler.c: Add test for IBM's xlc compiler.
8800 * lib/compiler.cc: Likewise.
8801
8802 2004-02-24 Joel Brobecker <brobecker@adacore.com>
8803
8804 * gdb.ada/fixed_points.exp: Create compilation object directory
8805 before running the test.
8806 * gdb.ada/null_record.exp: Likewise.
8807 * gdb.ada/packed_array.exp: Likewise.
8808 * gdb.ada/start.exp: Likewise.
8809
8810 2005-02-15 Joel Brobecker <brobecker@adacore.com>
8811
8812 * gdb.ada/packed_array/pa.adb: New file.
8813 * gdb.ada/packed_array.exp: New testcase.
8814
8815 2005-02-10 Mark Kettenis <kettenis@gnu.org>
8816
8817 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
8818 files.
8819
8820 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
8821 on *-*-openbsd*. Correctly match whitespace in regukar
8822 expressions.
8823
8824 2005-02-10 Daniel Jacobowitz <dan@debian.org>
8825
8826 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
8827 PR exp/1821
8828 * gdb.base/gdb1821.c: New test file.
8829 * gdb.base/gdb1821.exp: New test file.
8830
8831 2005-02-09 Joel Brobecker <brobecker@adacore.com>
8832
8833 * gdb.base/start.c: New file.
8834 * gdb.base/start.exp: New testcase.
8835
8836 2005-02-09 Joel Brobecker <brobecker@adacore.com>
8837
8838 * gdb.ada/start/dummy.adb: New file.
8839 * gdb.ada/start.exp: New testcase.
8840
8841 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
8842
8843 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
8844 for printing symbols and statistics.
8845 Add test for using relative pathnames in "maint print msymbols" test.
8846 Mark "maint info sections DATA" XFAIL on Cygwin.
8847 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
8848 tests.
8849
8850 2005-02-09 Andreas Schwab <schwab@suse.de>
8851
8852 Committed by Andrew Cagney <cagney@gnu.org>
8853 * gdb.base/remotetimeout.exp: New file.
8854
8855 2005-02-07 Mark Kettenis <kettenis@gnu.org>
8856
8857 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
8858
8859 2005-02-03 Joel Brobecker <brobecker@adacore.com>
8860
8861 * gdb.ada/gnat_ada.gpr: New file.
8862 * gdb.ada/gnat_ada.gin: Delete, no longer used.
8863 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
8864 * configure.ac: No longer generate gnat_ada.gpr.
8865 * configure: Regenerate.
8866 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
8867 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
8868 * gdb.ada/null_record/bar.ads: Likewise.
8869 * gdb.ada/null_record/bar.adb: Likewise.
8870 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
8871 * gdb.ada/null_record.exp (testdir): New variable.
8872 (testfile): executable is now in testdir subdirectory.
8873 (srcfile): Use full path to the main compilation unit.
8874 * gdb.ada/fixed_points.exp: Same changes as above.
8875
8876 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
8877
8878 * gdb.base/interp.exp: New test.
8879
8880 2005-01-24 Andrew Cagney <cagney@gnu.org>
8881
8882 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
8883
8884 2005-01-19 Andrew Cagney <cagney@gnu.org>
8885
8886 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
8887 configure.ac not configure.in.
8888
8889 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
8890 of powerpc*-*-*.
8891 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
8892 * gdb.base/list.exp (test_list_function)
8893 (test_list_filename_and_function): Ditto.
8894 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
8895
8896 2005-01-16 Andrew Cagney <cagney@gnu.org>
8897
8898 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
8899
8900 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
8901
8902 2005-01-14 Andrew Cagney <cagney@gnu.org>
8903
8904 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
8905 * gdb.mi/mi2-var-cmd.exp: Ditto.
8906
8907 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
8908
8909 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
8910
8911 2005-01-07 Andrew Cagney <cagney@gnu.org>
8912
8913 * configure.ac: Rename configure.in, require autoconf 2.59.
8914 * configure: Re-generate.
8915 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
8916 * gdb.stabs/configure: Re-generate.
8917 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
8918 * gdb.hp/configure: Re-generate.
8919 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
8920 autoconf 2.59.
8921 * gdb.hp/gdb.objdbg/configure: Re-generate.
8922 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
8923 autoconf 2.59.
8924 * gdb.hp/gdb.defects/configure: Re-generate.
8925 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
8926 autoconf 2.59.
8927 * gdb.hp/gdb.compat/configure: Re-generate.
8928 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
8929 autoconf 2.59.
8930 * gdb.hp/gdb.base-hp/configure: Re-generate.
8931 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
8932 autoconf 2.59.
8933 * gdb.hp/gdb.aCC/configure: Re-generate.
8934
8935 2004-12-15 Jim Blandy <jimb@redhat.com>
8936
8937 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
8938 under NPTL when there is debugging info available for libpthread.
8939
8940 2004-12-13 Jerome Guitton <guitton@gnat.com>
8941
8942 * gdb.ada/fixed_points.c: New file.
8943 * gdb.ada/fixed_points.exp: New file.
8944
8945 2004-12-03 Randolph Chung <tausq@debian.org>
8946
8947 * gdb.arch/pa-nullify.exp: New file.
8948 * gdb.arch/pa-nullify.s: New file.
8949
8950 2004-11-30 Randolph Chung <tausq@debian.org>
8951
8952 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
8953 instead of "tbug". Fix regexp to work properly with gdb_test.
8954
8955 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
8956
8957 * gdb.base/bitfields2.exp: New test.
8958 * gdb.base/bitfields2.c: New file.
8959
8960 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
8961
8962 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
8963
8964 2004-11-16 Randolph Chung <tausq@debian.org>
8965
8966 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
8967
8968 2004-11-14 Daniel Jacobowitz <dan@debian.org>
8969
8970 * gdb.threads/threadapply.exp: Correct "macro details" test.
8971
8972 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
8973
8974 * gdb.threads/threadapply.exp: New test.
8975 * gdb.threads/threadapply.c: New file.
8976
8977 2004-11-07 Mark Kettenis <kettenis@gnu.org>
8978
8979 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
8980 frames.
8981
8982 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
8983
8984 * gdb.base/cursal.exp: New file.
8985 * gdb.base/cursal.c: New file.
8986
8987 2004-11-03 Andrew Cagney <cagney@gnu.org>
8988
8989 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
8990
8991 2004-10-30 Mark Kettenis <kettenis@gnu.org>
8992
8993 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
8994 NetBSD/ELF targets.
8995
8996 2004-10-29 Joel Brobecker <brobecker@gnat.com>
8997
8998 * gdb.threads/bp_in_thread.c: New file, copied from
8999 pthread_cond_wait.c.
9000 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
9001 file, rather than reusing the .c file from another testcase.
9002
9003 2004-10-20 Joel Brobecker <brobecker@gnat.com>
9004
9005 * gdb.ada/null_record.exp: Check where we stopped after
9006 sending the start command, instead of where the associated
9007 temporary breakpoint was inserted.
9008
9009 2004-10-14 Andrew Cagney <cagney@gnu.org>
9010
9011 * gdb.mi/gdb701.c (main): Return 0.
9012
9013 2004-10-13 Daniel Jacobowitz <dan@debian.org>
9014
9015 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
9016
9017 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
9018
9019 * gdb.threads/schedlock.c: Add comment markers to use to find
9020 line numbers.
9021 * gdb.threads/schedlock.exp: Adjust regex to handle the new
9022 comments.
9023 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
9024 breakpoint lines.
9025
9026 2004-10-12 Daniel Jacobowitz <dan@debian.org>
9027
9028 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
9029
9030 2004-10-12 Daniel Jacobowitz <dan@debian.org>
9031
9032 * configure.in: Add gdb.dwarf2.
9033 * configure: Regenerated.
9034 * Makefile.in: Add gdb.dwarf2.
9035 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
9036 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
9037 gdb.dwarf2/file1.txt: New files.
9038
9039 2004-10-11 Orjan Friberg <orjanf@axis.com>
9040
9041 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
9042 of "run", since the latter doesn't work with remote targets. Adjust
9043 the breakpoint numbering accordingly.
9044 * gdb.threads/pthread_cond_wait.exp: Ditto.
9045
9046 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
9047
9048 * gdb.base/overlays.exp: Update copyright years.
9049
9050 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
9051
9052 * gdb.base/overlays.exp: Disable if target is Linux.
9053
9054 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
9055
9056 * config/gdbserver.exp (gdb_load): Use right filename on remote.
9057
9058 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
9059
9060 * gdb.asm/asm-source.exp: Add m32r-linux target.
9061 * gdb.asm/m32r-linux.inc: New file.
9062
9063 2004-09-24 Andrew Cagney <cagney@redhat.com>
9064 David Anderson <anderson@redhat.com>
9065
9066 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
9067 command fails, assume things will work.
9068 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
9069 (_GNU_SOURCE): Define.
9070 (print_unsigned, print_hex): Change parameter to "long long".
9071 (print_byte_count): New function, use to print byte counts.
9072 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
9073 O_LARGEFILE.
9074 (main): Compute an upper bound on a corefile in max_core_size.
9075 Limit memory chunk size to max_core_size. Limit total memory
9076 allocated to max_core_size.
9077
9078 2004-09-23 Andrew Cagney <cagney@gnu.org>
9079
9080 * gdb.base/bigcore.exp: Replace the code that creates a corefile
9081 from a separate process with code that creates a corefile by
9082 making the inferior dump core.
9083
9084 2004-09-23 Mark Kettenis <kettenis@gnu.org>
9085
9086 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
9087 block.
9088
9089 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
9090
9091 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
9092 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
9093 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
9094 Likewise.
9095
9096 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
9097
9098 * gdb.java/jprint.exp: New test case for java inferior call.
9099 * gdb.java/jprint.java: Ditto.
9100
9101 2004-09-15 Joel Brobecker <brobecker@gnat.com>
9102
9103 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
9104
9105 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9106
9107 * gdb.threads/killed.c: Include <stdlib.h>.
9108 * gdb.threads/pthreads.c: Likewise.
9109
9110 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9111
9112 * gdb.threads/killed.c: Add copyright notice.
9113
9114 2004-09-10 Jason Molenda (jmolenda@apple.com)
9115
9116 * gdb.base/define.exp: Two new tests to verify zero space chars
9117 after 'if' and 'while' commands in a user-defined command is correctly
9118 parsed.
9119
9120 2004-09-08 Andrew Cagney <cagney@gnu.org>
9121
9122 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
9123 delivery test with duplicate at end of file.
9124
9125 2004-09-06 Mark Kettenis <kettenis@jive.nl>
9126
9127 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
9128
9129 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9130
9131 * config/hppro.exp: Removed.
9132
9133 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9134
9135 * config/sparclet.exp: Removed.
9136
9137 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9138
9139 * config/udi.exp: Removed.
9140
9141 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
9142
9143 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
9144 of "exp_continue".
9145 (advancei): Likewise.
9146
9147 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9148
9149 * gdb.base/unload.exp: Fix so messages aren't duplicated.
9150
9151 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
9152
9153 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
9154 to check for nodebug in executable.
9155 * gdb.gdb/observer.exp (setup_test): Likewise.
9156 * gdb.gdb/selftest.exp (test_with_self): Likewise.
9157 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
9158
9159 2004-09-01 Andrew Cagney <cagney@gnu.org>
9160
9161 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9162 files.
9163
9164 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9165
9166 * gdb.base/unload.exp: Fix expected warning message to match
9167 latest format.
9168
9169 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
9170
9171 * gdb.base/call-rt-st.exp: Fix typos.
9172
9173 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
9174
9175 * gdb.threads/thread_check.exp: New testcase.
9176 * gdb.threads/thread_check.c: New testcase.
9177
9178 2004-08-31 Andrew Cagney <cagney@gnu.org>
9179
9180 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
9181 (skip_to_handler_entry): New procedures. Test stepping into a
9182 handler when the breakpoint is at the handler's entry point.
9183
9184 2004-08-30 Andrew Cagney <cagney@gnu.org>
9185
9186 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
9187 gdb/1757.
9188
9189 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9190
9191 With code from Manoj Iyer <manjo@austin.ibm.com>:
9192 * lib/gdb.exp (gdb_file_cmd): Return more information in the
9193 return value. Add an arm for "no debugging symbols found".
9194 Change a stray "error" to "perror".
9195 (gdb_run_cmd): Adapt to new return value.
9196 * gdb.base/remote.exp: Adapt to new return value.
9197 * gdb.gdb/complaints.exp: Likewise.
9198 * gdb.gdb/observer.exp: Likewise.
9199 * gdb.gdb/selftest.exp: Likewise.
9200 * gdb.gdb/xfullpath.exp: Likewise.
9201
9202 2004-08-27 Joel Brobecker <brobecker@gnat.com>
9203
9204 * gdb.threads/bp_in_thread.exp: New testcase.
9205
9206 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9207
9208 Fix PR testsuite/1735.
9209 * gdb.threads/schedlock.c (thread_function): Add a cast
9210 to suppress a gcc warning.
9211 * gdb.threads/thread-specific.c (thread_function): Likewise.
9212
9213 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9214
9215 * gdb.base/unload.c: Include <stdlib.h>.
9216
9217 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9218
9219 From Paul Gilliam <pgilliam@us.ibm.com>:
9220 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
9221 synchronized after the "return".
9222
9223 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9224
9225 * gdb.mi/basics.c: Include <stdio.h>.
9226 * gdb.mi/pthreads.c: Include <stdlib.h>.
9227 * gdb.mi/var-cmd.c: Include <stdlib.h>.
9228
9229 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9230
9231 * gdb.threads/schedlock.c: Add copyright notice.
9232
9233 2004-08-25 Andrew Cagney <cagney@gnu.org>
9234
9235 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
9236 (skip_over_handler, breakpoint_over_hander): New test procedures.
9237 (advance, advancei): Add a proper prefix, do not use
9238 rerun_to_main.
9239 * gdb.base/sigstep.c (main): Change to use an infinite loop.
9240
9241 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
9242
9243 * gdb.mi/basics.c: Add copyright notice.
9244 * gdb.mi/var-cmd.c: Add copyright notice.
9245
9246 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9247
9248 * lib/gdb.exp: Remove signed_keyword_not_used.
9249 * lib/compiler.c: Likewise.
9250 * lib/compiler.cc: Likewise.
9251
9252 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9253
9254 * gdb.base/whatis.c: Remove conditional disabling of "signed".
9255 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
9256
9257 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9258
9259 * gdb.base/whatis.c: Add copyright notice.
9260
9261 2004-08-20 Mark Kettenis <kettenis@gnu.org>
9262
9263 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
9264 it to skip the breakpoints encoded in the inline assembly.
9265
9266 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9267
9268 * Makefile.in: Add gdb.fortran.
9269
9270 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9271
9272 * gdb.base/call-sc.exp (test_scalar_returns):
9273 Fix cut-and-paste glitch in "Make fun return now".
9274
9275 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9276
9277 * configure.in: Add gdb.fortran.
9278 * configure: Regenerate.
9279 * gdb.fortran/Makefile.in: New file.
9280 * lib/gdb.exp (skip_fortran_tests): New procedure.
9281
9282 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9283
9284 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
9285 reference to bug-gnu@prep.ai.mit.edu.
9286 * gdb.mi/mi-var-child.exp: Likewise.
9287 * gdb.mi/mi-var-cmd.exp: Likewise.
9288 * gdb.mi/mi-var-display.exp: Likewise.
9289 * gdb.mi/mi2-var-block.exp: Likewise.
9290 * gdb.mi/mi2-var-child.exp: Likewise.
9291 * gdb.mi/mi2-var-cmd.exp: Likewise.
9292 * gdb.mi/mi2-var-display.exp: Likewise.
9293
9294 2004-08-15 Mark Kettenis <kettenis@gnu.org>
9295
9296 * gdb.base/unload.c (main): Make local variable msg const.
9297
9298 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9299
9300 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
9301 to bug-gnu@prep.ai.mit.edu.
9302 * gdb.mi/mi-disassemble.exp: Likewise.
9303 * gdb.mi/mi-eval.exp: Likewise.
9304 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
9305 default line number.
9306 * gdb.mi/mi-return.exp: Likewise.
9307 * gdb.mi/mi-simplerun.exp: Likewise.
9308 * gdb.mi/mi-stack.exp: Likewise.
9309 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
9310 number with explicit range test.
9311 * gdb.mi/mi-watch.exp: Likewise.
9312 * gdb.mi/mi2-break.exp: Likewise.
9313 * gdb.mi/mi2-cli.exp: Likewise.
9314 * gdb.mi/mi2-disassemble.exp: Likewise.
9315 * gdb.mi/mi2-eval.exp: Likewise.
9316 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
9317 default line number.
9318 * gdb.mi/mi2-return.exp: Likewise.
9319 * gdb.mi/mi2-simplerun.exp: Likewise.
9320 * gdb.mi/mi2-stack.exp: Likewise.
9321 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
9322 number with explicit range test.
9323 * gdb.mi/mi2-watch.exp: Likewise.
9324
9325 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9326
9327 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
9328 * gdb.cp/m-static.exp: Likewise.
9329 * gdb.cp/rtti.exp: Likewise.
9330
9331 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9332
9333 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
9334
9335 2004-08-14 Eli Zaretskii <eliz@gnu.org>
9336
9337 * ChangeLog: Prefix Local Variables with semi-colons and indent
9338 the reference to older ChangeLog files, to fix fontification in
9339 Emacs.
9340
9341 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9342
9343 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
9344 * gdb.mi/mi2-break.exp: Likewise.
9345
9346 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9347
9348 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
9349
9350 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9351
9352 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
9353
9354 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9355
9356 * gdb.cp/classes.exp: Remove unused declarations. Just let
9357 test names default instead of providing special names. Remove
9358 extraneous demangler test.
9359
9360 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
9361
9362 * gdb.base/unload.exp: New test for breakpoints in dynamically
9363 loaded libraries.
9364 * gdb.base/unload.c: Ditto.
9365 * gdb.base/unloadshr.c: Ditto.
9366
9367 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
9368
9369 * gdb.cp/classes.exp (test_ptype_class_objects): Call
9370 cp_test_ptype_class.
9371 (test_enums): Likewise.
9372
9373 2004-08-10 Andrew Cagney <cagney@gnu.org>
9374
9375 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9376 files.
9377
9378 2004-08-10 Andrew Cagney <cagney@gnu.org>
9379
9380 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
9381 init_malloc call.
9382
9383 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
9384
9385 * ChangeLog: Add copyright notice. The notice is copied
9386 from emacs 21.3 top level ChangeLog.
9387
9388 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9389
9390 * lib/cp-support.exp: New file.
9391 * lib/cp-support.exp (cp_test_type_class): New function.
9392 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
9393 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
9394 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
9395 cp_test_ptype_class.
9396
9397 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9398
9399 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
9400 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9401 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
9402 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
9403 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9404 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
9405 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
9406 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
9407 gdb.mi/mi2-watch.exp: Update copyright years.
9408
9409 2004-08-09 Mark Kettenis <kettenis@gnu.org>
9410
9411 * gdb.base/sigaltstack.exp: Provide proper anchoring.
9412
9413 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9414
9415 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
9416 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
9417 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
9418 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9419 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
9420 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
9421 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
9422 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9423 gdb.mi/mi-watch.exp: Update copyright years.
9424
9425 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9426
9427 PR gdb/1738
9428 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
9429 from a breakpoint with a pending signal.
9430
9431 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9432
9433 PR gdb/1736
9434 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
9435 * gdb.base/sigaltstack.exp (finish_test): Consume output until
9436 the prompt.
9437 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
9438
9439 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9440
9441 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
9442
9443 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9444
9445 PR gdb/1736
9446 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
9447 for i?86-*-linux*.
9448
9449 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9450
9451 * gdb.arch/i386-prologue.exp: Compile without debug information.
9452
9453 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
9454
9455 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
9456 rather than asking gdb to search.
9457
9458 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9459
9460 * gdb.base/gcore.c: Include <string.h>.
9461
9462 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9463
9464 * gdb.base/gcore.c: Add copyright notice.
9465
9466 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9467
9468 * gdb.base/freebpcmd.c: Include <stdio.h>.
9469 * gdb.base/long_long.c: Include <string.h>.
9470 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
9471 * gdb.base/siginfo.c: Include <string.h>.
9472 * gdb.base/sigstep.c: Include <string.h>.
9473
9474 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9475
9476 * gdb.base/complex.c: Include <stdlib.h>.
9477
9478 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9479
9480 * gdb.base/complex.c: Add copyright notice.
9481
9482 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9483
9484 * gdb.base/charset.c: Include <stdlib.h>.
9485
9486 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9487
9488 * gdb.base/auxv.c: Include <stdlib.h>.
9489
9490 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9491
9492 * gdb.base/auxv.c: Add copyright notice.
9493
9494 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9495
9496 * gdb.base/coremaker.c: Add copyright notice.
9497 * gdb.base/coremaker2.c: Add copyright notice.
9498
9499 2004-08-04 Andrew Cagney <cagney@gnu.org>
9500
9501 * gdb.base/store.exp: Update copyright.
9502 (check_set, up_set, check_struct, up_struct): Add a prefix to test
9503 names, do not import gdb_prompt.
9504
9505 2004-08-01 Andrew Cagney <cagney@gnu.org>
9506
9507 Fix PR testsuite/1729.
9508 * gdb.base/dump.exp: Add test name to callers of capture_value, do
9509 not use capture_value with value 4.
9510 (capture_value): Add optional test name parameter.
9511 (test_reload_saved_value, test_restore_saved_value): Use $msg as
9512 the prefix, pass to capture_value.
9513
9514 2004-08-01 Mark Kettenis <kettenis@gnu.org>
9515
9516 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
9517 * gdb.arch/i386-prologue.c (standard): New prototype and function.
9518 (main): Call new function.
9519
9520 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9521
9522 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
9523
9524 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9525
9526 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
9527
9528 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9529
9530 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9531 Accept more values of vtbl pointer. Remove some messages
9532 about "obsolete gcc or gdb".
9533
9534 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9535
9536 * gdb.cp/classes.exp: Accept more varieties of ptype output.
9537
9538 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9539
9540 * gdb.base/asm-source.exp: Properly convert target board
9541 debug flags from gcc format to binutils format.
9542
9543 2004-07-28 Mark Kettenis <kettenis@gnu.org>
9544
9545 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
9546 gdb1718". PR backtrace/1718 partially fixed.
9547
9548 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
9549
9550 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
9551
9552 2004-07-26 Nick Clifton <nickc@redhat.com>
9553
9554 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
9555 good default value for a specific architecture is available then
9556 set it to that value. Otherwise default to the -gstabs switch.
9557 Remove the -g... switches from the asm-flags variable. Allow the
9558 target board info to override the value if it wants to. Pass the
9559 switch on the assembler command line.
9560
9561 2004-07-23 Mark Kettenis <kettenis@gnu.org>
9562
9563 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
9564 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
9565 (main): Call new function.
9566
9567 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
9568
9569 Test for PR exp/1715.
9570 * gdb.base/radix.exp: Refactor common procedures. Make all
9571 test names unique. Change XFAIL to KFAIL.
9572
9573 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
9574
9575 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
9576 * gdb.ada/gnat_ada.gin: ... to here.
9577 * configure.in: Use gnat_ada.gin.
9578 * configure: Regenerate.
9579
9580 2004-07-20 Andrew Cagney <cagney@gnu.org>
9581
9582 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
9583 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
9584 XFAILs. Clean up test messages and comments. Check backtraces.
9585 Delete re-sync code.
9586
9587 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9588
9589 Fix PR cli/740.
9590 * gdb.base/annota1.exp: Honor gdb,nosignals.
9591 * gdb.base/annota3.exp: Likewise.
9592
9593 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9594
9595 * lib/java.exp: Update copyright notice.
9596
9597 2004-07-19 Andrew Cagney <cagney@gnu.org>
9598
9599 * gdb.base/selftest.exp: Copy file from here ...
9600 * gdb.gdb/selftest.exp: ... to here.
9601
9602 2004-07-16 Andrew Cagney <cagney@redhat.com>
9603
9604 * lib/insight-support.exp: Delete file.
9605 * lib/java.exp (java_init): Fix copyright.
9606
9607 2004-07-16 Andrew Cagney <cagney@gnu.org>
9608
9609 * gdb.base/restore.c: Append "prologue" to comments marking the a
9610 function's prologue.
9611 * gdb.base/restore.exp: Update copyright, re-indent.
9612 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
9613 callerN" prefix where needed. Update patterns that match a
9614 function's prologue.
9615
9616 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
9617
9618 * gdb.base/restore.c: Add copyright notice.
9619
9620 2004-07-16 Andrew Cagney <cagney@gnu.org>
9621
9622 * gdb.base/logical.exp: Update copyright.
9623 (evaluate): New procedure. Use to re-implement tests using
9624 several tables.
9625
9626 2004-07-14 Martin Hunt <hunt@redhat.com>
9627
9628 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
9629 which fixes some problems where init.tcl was not found.
9630
9631 2004-07-13 Andrew Cagney <cagney@gnu.org>
9632
9633 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
9634 (check_sizeof, check_valueof): Do not include the output in the
9635 test name. Use gdb_test.
9636 (get_valueof): Use gdb_test_multiple.
9637
9638 * gdb.base/step-test.exp: Update copyright. Use
9639 gdb_test_multiple. Ensure that test names do not include
9640 architecture dependent output.
9641
9642 * gdb.gdb/observer.exp: Update copyright.
9643 (setup_test): Use gdb_test_multiple.
9644 (attach_first_observer, attach_second_observer)
9645 (attach_third_observer, detach_first_observer)
9646 (detach_second_observer, detach_third_observer)
9647 (reset_counters, check_counters): Make $message a prefix.
9648 (test_normal_stop_notifications): Add "args" parameter - a list of
9649 init functions to be called. Make $message a prefix,
9650 (test_observer_normal_stop): Change the message prefixes so that
9651 they are unique, pass the attach / detach procedures to
9652 test_normal_stop_notifications.
9653
9654 * gdb.base/signull.exp (test_segv): Prefix all tests with
9655 "${name}". Clean up test messages.
9656
9657 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
9658
9659 * gdb.base/ena-dis-br.exp: Update copyright.
9660 (break_at): New function. Replace send_gdb with gdb_test,
9661 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
9662 ignore count, not stopped at bpt", with KFAIL.
9663
9664 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
9665
9666 * gdb.base/attach.exp: Remove cleanupfile handling.
9667
9668 2004-07-12 Andrew Cagney <cagney@gnu.org>
9669
9670 * gdb.base/annota1.exp: Cleanup corefile test name.
9671 * gdb.base/annota3.exp: Ditto.
9672
9673 2004-07-12 Andrew Cagney <cagney@gnu.org>
9674
9675 * gdb.base/signals.exp: Clean up copyright, re-indent.
9676
9677 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
9678 gdb_test and gdb_test_multiple.
9679
9680 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
9681
9682 * gdb.java/jmain.exp: Fix expected line number for main to
9683 break at. Set XFAIL for break at main test since gcj does not
9684 provide line number info for first statement in main.
9685
9686 2004-07-08 Andrew Cagney <cagney@gnu.org>
9687
9688 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
9689
9690 * gdb.base/sigbpt.exp: Make the common part of each test name a
9691 prefix instead of suffix.
9692
9693 2004-07-07 Bob Rossi <bob_rossi@cox.net>
9694
9695 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
9696 test from test_tbreak_creation_and_listing to
9697 test_file_list_exec_source_file
9698 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
9699 Changed name of test from test_tbreak_creation_and_listing to
9700 test_file_list_exec_source_file
9701
9702 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
9703
9704 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
9705 the jmisc() constructor instead of <init>.
9706 * gdb.java/jmisc1.exp: Ditto.
9707
9708 2004-07-07 Andrew Cagney <cagney@gnu.org>
9709
9710 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
9711 corrupting the PC.
9712
9713 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
9714
9715 * gdb.cp/templates.exp: Accept whitespace change in demangler
9716 output.
9717
9718 2004-07-06 Andrew Cagney <cagney@gnu.org>
9719
9720 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
9721
9722 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
9723
9724 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
9725 * lib/compiler.cc: Likewise.
9726
9727 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
9728
9729 * lib/compiler.cc: Work around string preprocessing problem
9730 with old hp c++ compiler.
9731 * lib/compiler.c: Likewise.
9732
9733 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
9734
9735 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
9736 directives to conditionalize symbol prefixing.
9737 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
9738 additional_flags handling. Add underscore prefix for Cygwin.
9739 * gdb.arch/i386-unwind.c: Use preprocessor directives to
9740 conditionalize symbol prefixing.
9741 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
9742 additional_flags handling. Add underscore prefix for Cygwin.
9743
9744 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
9745
9746 * gdb.base/bigcore.exp: Skip test on Cygwin.
9747
9748 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
9749
9750 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
9751 formats for "info register". Use gdb_test_multiple. Fix
9752 the "invalid register" test.
9753
9754 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
9755
9756 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
9757 PID for Cygwin. Add Cygwin specific strings to check for in some
9758 tests.
9759 (do_attach_tests): Add a test for user interaction when attaching
9760 to a process with no matching symbol table already loaded.
9761
9762 2004-06-26 Andrew Cagney <cagney@gnu.org>
9763
9764 Test PR java/1567 and PR java/1565.
9765 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
9766 * gdb.java/jmisc2.exp: Delete file.
9767
9768 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
9769
9770 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
9771
9772 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
9773
9774 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
9775 attach process.
9776
9777 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
9778
9779 * gdb.cp/pr-1553.exp: Remove.
9780
9781 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
9782
9783 * gdb.cp/pr-1553.cc: Remove.
9784 * gdb.cp/pr-1553.exp: Disable this test.
9785
9786 2004-06-20 Jim Blandy <jimb@redhat.com>
9787
9788 Fix PR testsuite/1680.
9789 * gdb.arch/i386-sse.exp: Properly quote curly braces in
9790 regular expressions.
9791
9792 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9793
9794 Fix PR testsuite/1679.
9795 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
9796 Issue an UNSUPPORTED result instead.
9797
9798 2004-06-18 Jim Blandy <jimb@redhat.com>
9799
9800 * gdb.base/charset.exp: Only send a control-C if we see a new
9801 prompt and incomplete command.
9802
9803 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
9804
9805 * gdb.cp/pr-574.cc: Add copyright notice.
9806
9807 2004-06-17 Jim Blandy <jimb@redhat.com>
9808
9809 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
9810 cases where the regexp has no groups; this grabs random text from
9811 the previous test suite, whatever that was.
9812
9813 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
9814
9815 * gdb.cp/printmethod.cc: Add copyright notice.
9816
9817 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
9818
9819 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
9820
9821 2004-06-16 Andrew Cagney <cagney@gnu.org>
9822
9823 * gdb.base/signull.c: Update copyright. Include <string.h>.
9824 (bowler): Replace data_pointer with data_read
9825 and data_write cases. Add code_descriptor case.
9826 (zero, desc): New array and pointer.
9827 (data, code): Change to simple pointers.
9828 * gdb.base/signull.exp: Fix probe pattern matching a function
9829 descriptor SIGSEGV. Replace data_pointer with data_read and
9830 data_write tests.
9831
9832 2004-06-16 Andrew Cagney <cagney@gnu.org>
9833
9834 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
9835
9836 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9837
9838 * gdb.base/long_long.c: Add copyright notice.
9839
9840 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9841
9842 * gdb.base/long_long.exp: Remove reference to
9843 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
9844 to gdb_breakpoint and gdb_continue_to_breakpoint.
9845
9846 2004-06-14 Jim Blandy <jimb@redhat.com>
9847
9848 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
9849 endian case.
9850
9851 2004-06-14 Andrew Cagney <cagney@gnu.org>
9852
9853 * gdb.base/gcore.exp (capture_command_output): Delete the always
9854 passing tests containing inferior values.
9855 * gdb.base/ending-run.exp: Do not include the breakpoint address
9856 in the test message. Update copyright.
9857 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
9858 size in the test name, use gdb_test_multiple. Update copyright.
9859
9860 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9861
9862 * gdb.cp/ref-types.cc: Add copyright notice.
9863
9864 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9865
9866 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
9867 hp_aCC_compiler.
9868 * lib/compiler.cc: Likewise.
9869 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
9870 'set' commands. Log diagnostics for other lines. Set
9871 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
9872
9873 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
9874
9875 * gdb.cp/try_catch.cc: Add copyright notice.
9876
9877 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
9878
9879 * gdb.cp/userdef.cc: Add copyright notice.
9880
9881 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
9882
9883 * gdb.cp/virtfunc.cc: Add copyright notice.
9884
9885 2004-06-11 Randolph Chung <tausq@debian.org>
9886
9887 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
9888 problem.
9889
9890 2004-06-10 Andrew Cagney <cagney@gnu.org>
9891
9892 * lib/compiler.cc, lib/compiler.c: Append either
9893 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
9894 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
9895 instead of gcc-3-3.
9896
9897 2004-06-09 Andrew Cagney <cagney@gnu.org>
9898
9899 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
9900 gdb/1455, bug is specific to "long long" and "double".
9901
9902 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
9903 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
9904 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
9905 fixed.
9906
9907 2004-06-09 Andrew Cagney <cagney@gnu.org>
9908
9909 * gdb.base/structs.exp (test_struct_returns): Replace
9910 "return_value_unknown" and "finish_value_unknown" by
9911 "return_value_known" and "finish_value_known". Instead of
9912 "return_value_unknown" iff "finish_value_unknown", check
9913 "return_value_known" implies "finish_value_known".
9914
9915 2004-06-08 Martin Hunt <hunt@redhat.com>
9916
9917 * gdb.base/float.exp: Add pattern for mips targets.
9918
9919 2004-06-08 Randolph Chung <tausq@debian.org>
9920
9921 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
9922 message for unknown architectures more clear.
9923
9924 2004-06-08 Joel Brobecker <brobecker@gnat.com>
9925
9926 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
9927 start the execution of the program.
9928
9929 2004-06-07 Jim Blandy <jimb@redhat.com>
9930
9931 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
9932 * gdb.arch/i386-cpuid.h: New helper file.
9933
9934 2004-06-07 Randolph Chung <tausq@debian.org>
9935
9936 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
9937 has started.
9938
9939 2004-06-04 Roland McGrath <roland@redhat.com>
9940
9941 Fix PR gdb/1647.
9942 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
9943 differently to be robust to output buffering differences.
9944
9945 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
9946
9947 * gdb.threads/pthreads.exp: Update copyright years.
9948 (check_control_c): Change asynchronous 'after' to synchronous.
9949
9950 2004-06-04 Roland McGrath <roland@redhat.com>
9951
9952 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
9953 next gdb prompt.
9954
9955 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
9956
9957 Fix PR gdb/1636.
9958 * gdb.threads/manythreads.exp: Change asynchronous 'after'
9959 calls to synchronous.
9960
9961 2004-05-26 Jim Blandy <jimb@redhat.com>
9962
9963 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
9964
9965 2004-05-24 Randolph Chung <tausq@debian.org>
9966
9967 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
9968 * gdb.asm/pa.inc: New file.
9969
9970 2004-05-22 Mark Kettenis <kettenis@gnu.org>
9971
9972 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
9973
9974 2004-05-21 Joel Brobecker <brobecker@gnat.com>
9975 Daniel Jacobowitz <drow@mvista.com>
9976
9977 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
9978 GDB prompt.
9979
9980 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9981
9982 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
9983 setjmp/longjmp. Use sigaction instead of signal.
9984
9985 2004-05-19 J. Brobecker <brobecker@gnat.com>
9986 Michael Snyder <msnyder@redhat.com>
9987
9988 * gdb.threads/pthread_cond_wait.c: New file.
9989 * gdb.threads/pthread_cond_wait.exp: New testcase.
9990
9991 2004-05-13 Andrew Cagney <cagney@redhat.com>
9992
9993 * gdb.base/signull.exp, gdb.base/signull.c: New files.
9994 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
9995
9996 2004-05-11 Andrew Cagney <cagney@redhat.com>
9997
9998 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
9999 fixed but revealed gdb/1639.
10000
10001 2004-05-10 Andrew Cagney <cagney@redhat.com>
10002
10003 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
10004 func1" and "next to 2nd alarm", kernel bug avoided.
10005
10006 2004-05-10 Daniel Jacobowitz <dan@debian.org>
10007
10008 PR external/1568
10009 * gdb.base/bigcore.exp: Check the size of the dumped core file.
10010 XFAIL if it is smaller than bytes_allocated.
10011 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
10012 (main): Make chunks_allocated unsigned. Correct comment.
10013
10014 2004-05-07 Joel Brobecker <brobecker@gnat.com>
10015
10016 * gdb.arch/powerpc-aix-prologue.c: New file.
10017 * gdb.arch/powerpc-aix-prologue.exp: New file.
10018
10019 2004-05-07 Jim Blandy <jimb@redhat.com>
10020
10021 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
10022 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
10023
10024 2004-05-06 Joel Brobecker <brobecker@gnat.com>
10025
10026 * gdb.base/sep.exp: No longer setup_kfail when the program was
10027 built with dwarf2.
10028
10029 2004-05-05 Jim Ingham <jingham@apple.com>
10030
10031 * gdb.base/pending.exp: Make sure pending breakpoints
10032 preserve the ignore count.
10033
10034 2004-04-27 Jerome Guitton <guitton@gnat.com>
10035
10036 * i386-prologue.exp: Add testcase for jump instruction as first
10037 instruction of the real code.
10038 * i386-prologue.c (jump_at_beginning): New function.
10039
10040 2004-04-28 Mark Kettenis <kettenis@gnu.org>
10041
10042 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
10043 x86_64-*-*.
10044
10045 2004-04-28 Mark Kettenis <kettenis@gnu.org>
10046
10047 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
10048 i*86-*-*.
10049
10050 2004-04-25 Mark Kettenis <kettenis@gnu.org>
10051
10052 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
10053 expression that checks the return type.
10054
10055 2004-04-23 Andrew Cagney <cagney@redhat.com>
10056
10057 * gdb.base/call-sc.exp: New test of scalar call/return values.
10058 * gdb.base/call-sc.c: Ditto.
10059
10060 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10061
10062 * gdb.threads/manythreads.c: Reduce thread stack size.
10063
10064 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
10065
10066 * gdb.threads/manythreads.c: Add copyright notice.
10067
10068 2004-04-23 Andrew Cagney <cagney@redhat.com>
10069
10070 * gdb.base/siginfo.exp: Better handle step out of signal.
10071 * gdb.base/sigstep.exp: Ditto.
10072
10073 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
10074 Daniel Jacobowitz <drow@mvista.com>
10075
10076 * gdb.threads/manythreads.c: New testcase.
10077 * gdb.threads/manythreads.exp: Ditto.
10078
10079 2004-04-22 Jim Blandy <jimb@redhat.com>
10080
10081 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
10082 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
10083
10084 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
10085
10086 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
10087
10088 2004-04-21 Andrew Cagney <cagney@redhat.com>
10089
10090 * gdb.base/sigstep.c: New file.
10091 * gdb.base/sigstep.exp: New file.
10092
10093 2004-04-16 Joel Brobecker <brobecker@gnat.com>
10094
10095 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
10096 call to observer_notify_normal_stop.
10097
10098 2004-04-15 Andrew Cagney <cagney@redhat.com>
10099
10100 * gdb.base/siginfo.c: New file.
10101 * gdb.base/siginfo.exp: New file.
10102
10103 2004-04-12 J. Brobecker <brobecker@gnat.com>
10104
10105 * gdb.base/sep.exp: Fix typo in comment.
10106
10107 2004-04-12 J. Brobecker <brobecker@gnat.com>
10108
10109 * gdb.base/sep.c: New file.
10110 * gdb.base/sep-proc.c: New file.
10111 * gdb.base/sep.exp: New testcase.
10112
10113 2004-04-09 Mark Kettenis <kettenis@gnu.org>
10114
10115 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
10116 support.
10117
10118 2004-04-05 Andrew Cagney <cagney@redhat.com>
10119
10120 * gdb.base/sigaltstack.c: New file.
10121 * gdb.base/sigaltstack.exp: New file.
10122
10123 2004-04-04 Joel Brobecker <brobecker@gnat.com>
10124
10125 * gdb.base/foll-fork.exp: Update the expected output for
10126 "help set follow-fork-mode", to match a change that was made
10127 to the help of this variable on 2004-01-13.
10128
10129 2004-04-01 Joel Brobecker <brobecker@gnat.com>
10130
10131 * lib/ada.exp: Add copyright notice.
10132 * bar.ads: Likewise.
10133 * bar.adb: Likewise.
10134 * null_record.adb: Likewise.
10135 * null_record.exp: Likewise.
10136 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
10137
10138 2004-04-01 Joel Brobecker <brobecker@gnat.com>
10139
10140 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
10141 * configure: Regenerate.
10142
10143 2004-04-01 Joel Brobecker <brobecker@gnat.com>
10144
10145 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
10146 to build the application. Remove the message printed when in
10147 verbose mode, redundant with the UNSUPPORTED message above.
10148
10149 2004-03-31 Joel Brobecker <brobecker@gnat.com>
10150
10151 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
10152 * gdb.ada (null_record.exp): New testcase.
10153
10154 2004-03-31 Joel Brobecker <brobecker@gnat.com>
10155
10156 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
10157
10158 2004-03-31 Joel Brobecker <brobecker@gnat.com>
10159
10160 * gdb.ada: New subdirectory.
10161 * gdb.ada/Makefile.in: New file.
10162 * gdb.ada/gnat_ada.gpr.in: New file.
10163
10164 2004-03-31 Joel Brobecker <brobecker@gnat.com>
10165
10166 * lib/ada.exp: New file.
10167
10168 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
10169
10170 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
10171 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
10172
10173 2004-03-22 Andrew Cagney <cagney@redhat.com>
10174
10175 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
10176 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10177 Problem identified by Ulrich Weigand.
10178
10179 2004-03-17 David Carlton <carlton@kealia.com>
10180
10181 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
10182 PR c++/826.
10183
10184 2004-03-16 Roland McGrath <roland@redhat.com>
10185
10186 * gdb.base/auxv.exp: New file.
10187 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
10188
10189 2004-03-12 David Carlton <carlton@kealia.com>
10190
10191 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
10192 * gdb.cp/pr-1553.cc: Ditto.
10193 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
10194 pass branch.
10195
10196 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
10197
10198 * gdb.cp/templates.exp: Accept more template types.
10199
10200 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10201
10202 From Corinna Vinschen with modifications.
10203 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
10204 local variable obj_with_enum.
10205 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
10206 results with obj_with_enum.
10207
10208 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10209
10210 * gdb.cp/classes.cc: New file, copied from misc.cc.
10211 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
10212
10213 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10214
10215 * gdb.cp/misc.cc: Add copyright notice.
10216
10217 2004-03-05 David Carlton <carlton@kealia.com>
10218
10219 * gdb.cp/rtti.exp: Add 'print *obj3' test.
10220 * gdb.cp/rtti.h: Update copyright.
10221 (namespace n2::n3): New.
10222 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
10223 (n2::n3::func3): New.
10224 (main): Call n2::n3::func3.
10225 * gdb.cp/rtti2.cc: Update copyright.
10226 (n2::create3): New.
10227
10228 2004-03-04 Mark Kettenis <kettenis@gnu.org>
10229
10230 * gdb.asm/openbsd.inc: Fix typo.
10231
10232 2004-03-03 Fred Fish <fnf@redhat.com>
10233
10234 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
10235 "val" instead of unused "size". Update copyright year.
10236
10237 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10238
10239 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
10240 to use unsigned char.
10241 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
10242 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
10243
10244 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10245
10246 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
10247 line of output.
10248
10249 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
10250
10251 * gdb.base/relocate.c (dummy): Initialize.
10252
10253 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
10254
10255 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
10256 a breakpoint at exit.
10257
10258 2004-02-27 Fred Fish <fnf@redhat.com>
10259
10260 * gdb.base/chng-syms.exp: Add expect condition to match failing
10261 case that isn't a timeout.
10262
10263 2004-02-27 Andrew Cagney <cagney@redhat.com>
10264
10265 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
10266 support.
10267
10268 2004-02-26 Fred Fish <fnf@redhat.com>
10269
10270 * gdb.arch/gdb1431.c: Remove.
10271 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
10272 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
10273 of "until" incorrectly.
10274
10275 2004-02-26 J. Brobecker <brobecker@gnat.com>
10276
10277 * gdb.cp/class2.cc (empty): New class.
10278 (refer): New function.
10279 (main): Declare an object of type empty and use it.
10280 * gdb.cp/class2.exp: Print the value of an object of type empty.
10281
10282 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10283
10284 * gdb.base/langs.exp: Update query string to match the
10285 new nquery format used for pending breakpoints.
10286
10287 2004-02-26 Andrew Cagney <cagney@redhat.com>
10288
10289 Fix PR i18n/1570.
10290 * gdb.base/charset.c: Update copyright notice.
10291 (main, init_string): Remove the escape character '\e' tests.
10292 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
10293 * gdb.base/charset.exp (valid_host_charset): Ditto.
10294 * gdb.base/setvar.exp: Ditto.
10295
10296 2004-02-24 Andrew Cagney <cagney@redhat.com>
10297
10298 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
10299 mmapped data in core file" PASS and FAIL messages consistent.
10300
10301 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
10302 setting a breakpoint. Work around PR java/1565.
10303
10304 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10305
10306 * lib/gdb.exp (gdb_breakpoint): Update query string to match
10307 new nquery format.
10308 * gdb.base/pending.exp: Ditto.
10309
10310 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10311
10312 * configure.in: Run stabs tests on *BSD.
10313 * configure: Regenerated.
10314
10315 2004-02-21 Mark Kettenis <kettenis@gnu.org>
10316
10317 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
10318
10319 2004-02-20 Fred Fish <fnf@redhat.com>
10320
10321 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
10322 blank in test for "returns short", for consistency with other
10323 "returns xxx" tests. Update copyright year.
10324
10325 2004-02-19 Fred Fish <fnf@redhat.com>
10326
10327 New testcase for PR breakpoint/1558.
10328 * gdb.arch/gdb1558.exp: New file.
10329 * gdb.arch/gdb1558.c: New file.
10330
10331 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
10332
10333 * gdb.base/nodebug.exp: Fix typo.
10334
10335 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10336
10337 Committed by Jim Blandy <jimb@redhat.com>.
10338
10339 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
10340
10341 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
10342
10343 * gdb.base/float.exp: Support s390*-*-* targets.
10344
10345 2004-02-17 Adam Fedor <fedor@gnu.org>
10346
10347 * gdb.base/gdb1555.exp: New file.
10348 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
10349
10350 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10351
10352 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
10353
10354 2004-02-16 Fred Fish <fnf@redhat.com>
10355
10356 * gdb.arch/gdb1291.c: Remove
10357 * gdb.arch/gdb1291.s: New test input file.
10358 * gdb.arch/gdb1291.exp: Expand test to check case that should not
10359 fail. Test for correct result, known incorrect result, other
10360 failures and timeouts.
10361
10362 2004-02-16 Andrew Cagney <cagney@redhat.com>
10363
10364 * gdb.base/bigcore.exp: New file.
10365 * gdb.base/bigcore.c: New file.
10366
10367 2004-02-13 Andrew Cagney <cagney@redhat.com>
10368
10369 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
10370 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
10371 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
10372 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
10373 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
10374 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
10375 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
10376 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
10377 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
10378 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
10379
10380 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
10381
10382 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
10383 executed is an alloc instruction.
10384
10385 2004-02-11 David Carlton <carlton@kealia.com>
10386
10387 * gdb.cp/breakpoint.exp: New.
10388 * gdb.cp/breakpoint.cc: New.
10389
10390 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
10391
10392 Partial fix for PR gdb/1543.
10393 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
10394 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
10395 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
10396 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
10397 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
10398 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
10399 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
10400 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
10401 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
10402 to bug-gdb@prep.ai.mit.edu .
10403 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
10404 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
10405 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
10406 Likewise.
10407
10408 2004-02-10 Andrew Cagney <cagney@redhat.com>
10409
10410 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
10411 using gdb_internal_error_resync.
10412
10413 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10414
10415 * gdb.threads/thread-specific.exp: Stop early if no threads are
10416 found.
10417
10418 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
10419
10420 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
10421
10422 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
10423
10424 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
10425 breakpoints.
10426
10427 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
10428
10429 * config/sim.exp (gdb_load): Handle $arg == "".
10430 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
10431 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
10432
10433 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10434
10435 * gdb.base/maint.exp: Update test to reflect
10436 obstack changes.
10437
10438 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
10439
10440 * gdb.base/pendshr.c (pendfunc): New function that calls
10441 pendfunc1.
10442 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
10443
10444 2004-02-04 Fred Fish <fnf@redhat.com>
10445
10446 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
10447 function symbols and update copyright years.
10448 * gdb.arch/gdb1291.c: Ditto.
10449
10450 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10451
10452 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
10453
10454 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10455
10456 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
10457
10458 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10459
10460 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
10461
10462 2004-02-02 Fred Fish <fnf@redhat.com>
10463
10464 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
10465 remote targets. Update copyright years.
10466
10467 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10468
10469 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
10470 support.
10471 * gdb.base/langs.exp: Fix test which attempts to create
10472 breakpoint on non-existent function to handle new pending
10473 support.
10474 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
10475 a breakpoint.
10476 * gdb.base/pending.exp: New test.
10477 * gdb.base/pending.c: New file.
10478 * gdb.base/pendshr.c: Ditto.
10479
10480 2004-02-02 David Carlton <carlton@kealia.com>
10481
10482 * gdb.cp/overload.exp: Add overloadNamespace tests.
10483 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
10484 (overloadNamespace, XXX): New.
10485 (main): Call XXX::marker2.
10486
10487 2004-02-01 Fred Fish <fnf@redhat.com>
10488
10489 * gdb.base/dump.exp: Use runto_main instead of "runto main".
10490 * gdb.base/finish.exp: Ditto.
10491 * gdb.base/gcore.exp: Ditto.
10492 * gdb.base/huge.exp: Ditto.
10493 * gdb.base/info-proc.exp: Ditto.
10494 * gdb.base/return2.exp: Ditto.
10495 * gdb.threads/gcore-thread.exp: Ditto.
10496
10497 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10498
10499 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
10500
10501 2004-02-01 Mark Kettenis <kettenis@gnu.org>
10502
10503 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
10504 that opening the file succeeds on OpenBSD.
10505
10506 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10507
10508 * gdb.threads/thread-specific.c: New file.
10509 * gdb.threads/threads-specific.exp: New test script.
10510 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
10511 to expect_out.
10512
10513 2004-02-01 Mark Kettenis <kettenis@gnu.org>
10514
10515 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
10516 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
10517 only on the "print_small_structs from print_long_arg_list" test.
10518
10519 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10520
10521 * gdb.base/completion.exp: Kill a stray backslash.
10522
10523 From Jim Ingham <jingham@apple.com>:
10524 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
10525 agrees with the result from sending a tab.
10526
10527 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10528
10529 * gdb.base/chng-syms.exp: Remove stray newline.
10530
10531 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10532
10533 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
10534 *-*-openbsd*.
10535 * gdb.asm/openbsd.inc: New file.
10536
10537 2004-01-30 Mark Kettenis <kettenis@gnu.org>
10538
10539 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
10540 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
10541 *-*solaris2*. Remove commented out default settings for
10542 asm-flags. Replace gdb_compile with target_link.
10543
10544 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
10545
10546 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
10547 for all tests. Remove old hp-ux and cygnus xfail cases.
10548
10549 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
10550
10551 * gdb.base/chng-syms.exp: New file.
10552 * gdb.base/chng-syms.c: New file.
10553
10554 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10555
10556 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
10557 Provide arms for current output in all my configurations.
10558
10559 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10560
10561 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
10562 * lib/compiler.cc: Likewise.
10563 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
10564 get the right preprocessor. Eval the output directly. Remove
10565 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
10566 hp_f77_compiler and hp_f90_compiler completely.
10567 (gdb_preprocess): Delete.
10568 (get_compiler): Delete.
10569
10570 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10571
10572 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
10573 <string.h>.
10574
10575 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10576
10577 * gdb.mi/mi-stack.exp: Update copyright.
10578
10579 2004-01-23 David Carlton <carlton@kealia.com>
10580
10581 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
10582 test for cp_lookup_transparent_type.
10583 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
10584 call them.
10585
10586 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
10587
10588 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
10589 after -var-update.
10590
10591 2004-01-23 David Carlton <carlton@kealia.com>
10592
10593 * gdb.cp/namespace.cc (C::ensureRefs): New.
10594 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
10595
10596 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10597
10598 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
10599 case "-stack-list-locals 2".
10600 * gdb.mi/mi-var-child.exp: Test for case
10601 "-var-list-children --all-values NAME".
10602
10603 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
10604
10605 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
10606
10607 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10608
10609 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
10610 used with gdb_test_multiple.
10611
10612 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
10613 read at address 0. This fixes PR testsuite/1504.
10614
10615 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
10616
10617 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
10618 Remove downloading, guessing the host executable, the calls to
10619 gdb_file_cmd and gdb_target_cmd, and "load" support.
10620 (infer_host_exec): New function broken out from gdb_load.
10621 (gdb_load): New wrapper for gdbserver_gdb_load.
10622 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
10623 gdb_target_cmd. Use -target-select.
10624 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
10625 Download binaries to the host. Clear last_mi_remote_file when
10626 we load a new binary.
10627 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
10628 call gdbserver_gdb_load and mi_gdb_target_cmd.
10629
10630 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10631
10632 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
10633 type patterns.
10634
10635 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10636
10637 * gdb.cp/templates.exp: Fix typo in test name of
10638 "print Foo<volatile char*>::foo".
10639
10640 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10641
10642 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
10643
10644 2004-01-16 Ben Elliston <bje@wasabisystems.com>
10645
10646 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
10647 (clean mostlyclean): Remove empty rm.
10648
10649 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10650
10651 * gdb.base/setvar.exp: Add copyright years.
10652
10653 2004-01-14 David Carlton <carlton@bactrian.org>
10654
10655 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
10656 PR c++/1511 and update coment.
10657 * gdb.cp/templates.exp: Update patterns to match current output.
10658 If changes involve something other than whitespace, KFAIL
10659 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
10660
10661 2004-01-14 David Carlton <carlton@kealia.com>
10662
10663 * gdb.cp/namespace.exp: Add tests involving classes defined within
10664 namespaces.
10665 * gdb.cp/namespace.cc (C::CClass): New.
10666 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
10667
10668 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
10669
10670 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
10671 what debug info we have. Print a better message if something goes
10672 wrong while producing the separate debug info file.
10673
10674 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10675
10676 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
10677
10678 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10679
10680 * gdb.base/callfuncs.c: Add copyright notice.
10681
10682 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
10683
10684 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
10685 inheritance. PR gdb/1498, PR gcc/13539.
10686
10687 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
10688
10689 * gdb.threads/gcore-thread.exp: Prefix name of binary with
10690 test specific name.
10691 * gdb.mi/gdb669.exp: Ditto.
10692 * gdb.mi/mi-pthreads.exp: Ditto.
10693 * gdb.mi/mi1-pthreads.exp: Ditto.
10694 * gdb.mi/mi2-pthreads.exp: Ditto.
10695
10696 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10697
10698 * gdb.cp/member-ptr.cc: Add copyright notice.
10699
10700 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10701
10702 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
10703 some patterns for recent versions of gcc and hpacc. Delete
10704 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
10705 Delete tests that access a NULL pointer-to-member-data. This
10706 script is still disabled for gcc.
10707
10708 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
10709
10710 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
10711 escaped correctly.
10712
10713 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
10714
10715 * gdb.base/sepdebug.exp: New file.
10716 * gdb.base/sepdebug.c: New file.
10717 * lib/gdb.exp (separate_debug_filename): New procedure.
10718 (gdb_gnu_strip_debug): New procedure.
10719
10720 2004-01-12 Andrew Cagney <cagney@redhat.com>
10721
10722 * gdb.mi/ChangeLog: Delete file. Renamed to ...
10723 * gdb.mi/ChangeLog-1999-2003: New file.
10724
10725 2004-01-12 Andrew Cagney <cagney@redhat.com>
10726
10727 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
10728 "Renaming a directory to a non-empty directory returns ENOTEMPTY
10729 or EEXIST", treat EBUSY as an XFAIL.
10730
10731 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
10732
10733 * gdb.base/scope.exp: Remove obsolete setup_xfail for
10734 hp_cc_compiler.
10735
10736 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10737
10738 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
10739 decorations.
10740
10741 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10742
10743 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
10744 and "(aCC)" decorations. Remove obsolete doco about old
10745 test results.
10746
10747 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10748
10749 * gdb.cp/exception.exp: Fix typo in doco.
10750
10751 2004-01-09 Mark Kettenis <kettenis@gnu.org>
10752
10753 * gdb.base/gdb1476.exp: Fix typo.
10754
10755 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10756
10757 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
10758 file.
10759
10760 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10761
10762 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
10763 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
10764 Use gdb_compile. Remove restriction on gcc. Add some patterns
10765 for recent version of gdb. Delete second half, which was a copy
10766 of the first half with different build flags. This test is
10767 still disabled because it is still not ready for production.
10768
10769 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10770
10771 * gdb.cp/exception.cc: Add copyright notice.
10772 * gdb.cp/exception.exp: Add a notice that this file is broken
10773 because of line number changes caused by addition of copyright
10774 notice.
10775
10776 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10777
10778 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
10779 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
10780
10781 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10782
10783 * gdb.cp/classes.exp: Accept gnu abi 2.
10784 * gdb.cp/derivation.exp: Likewise.
10785 * gdb.cp/overload.exp: Likewise.
10786 * gdb.cp/virtfunc.exp: Likewise.
10787
10788 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10789
10790 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
10791 semicolon after end of function.
10792
10793 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10794
10795 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
10796 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
10797 boilerplate code for compiling and running the program under
10798 test. Add some string method tests.
10799
10800 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10801
10802 * gdb.cp/bs15503.cc: Add copyright notice.
10803 * gdb.cp/bs15503.exp: Adjust line number.
10804
10805 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10806
10807 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
10808 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
10809
10810 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10811
10812 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
10813 hp_cc_compiler.
10814
10815 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10816
10817 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
10818 * gdb.cp/ctti.exp: Use the marker instead of "next".
10819 With gcc, run further before bailing.
10820
10821 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10822
10823 * gdb.cp/cttiadd.cc: Add copyright notice.
10824 * gdb.cp/cttiadd1.cc: Likewise.
10825 * gdb.cp/cttiadd2.cc: Likewise.
10826 * gdb.cp/cttiadd3.cc: Likewise.
10827
10828 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10829
10830 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
10831 Use gdb_test, gdb_test_multiple. Use floating-point values that
10832 have exact representations in IEEE-ish formats.
10833
10834 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10835
10836 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
10837 compilers. Delete duplicate call to get_compiler_info.
10838 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
10839 * gdb.base/volatile.exp: Likewise.
10840
10841 2004-01-07 Mark Kettenis <kettenis@gnu.org>
10842
10843 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
10844 memory at address 0.
10845
10846 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10847
10848 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
10849 to test for hp-ux assembler. Fix copyright years.
10850
10851 2004-01-07 Andrew Cagney <cagney@redhat.com>
10852
10853 * gdb.base/fileio.c (strerrno): Add "EBUSY".
10854
10855 2004-01-07 Andrew Cagney <cagney@redhat.com>
10856
10857 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
10858 when creating the read-only file. From analysis by Roland McGrath
10859 and Elena Zannoni.
10860
10861 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10862
10863 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
10864
10865 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10866
10867 * gdb.base/cvexpr.c: Be type-safe with function pointers and
10868 data pointers.
10869
10870 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10871
10872 * gdb.cp/m-static.exp: Compile one source file at a time.
10873 Delete unused call to get_compiler_info.
10874
10875 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10876
10877 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
10878 * gdb.base/call-rt-st.exp: Likewise.
10879 * gdb.base/nodebug.exp: Likewise.
10880 * gdb.base/volatile.exp: Likewise.
10881 * gdb.cp/ref-types.exp: Likewise.
10882 * gdb.cp/templates.exp: Likewise.
10883
10884 2004-01-05 Mark Kettenis <kettenis@gnu.org>
10885
10886 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
10887
10888 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
10889
10890 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
10891 hppa*-hp-hpux*.
10892
10893 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10894
10895 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10896 x86_64-*-*.
10897
10898 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10899 sparc64-*-* and sparc*-solaris2*.
10900
10901 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10902
10903 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
10904 return ${tests}" test. The ${tests} already mentions the
10905 filename.
10906
10907 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10908
10909 * gdb.cp/local.exp: Accept gcc abi 2.
10910
10911 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10912
10913 * gdb.cp/templates.exp: Accept gcc abi 2.
10914
10915 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10916
10917 * lib/compiler.cc: Remove supports_template_debugging.
10918 * gdb.cp/templates.exp: Do not test supports_template_debugging.
10919
10920 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10921
10922 * gdb.cp/namespace.exp: Accept gcc abi 2.
10923
10924 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10925
10926 * gdb.cp/method.exp: Accept gcc abi 2.
10927
10928 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10929
10930 * gdb.cp/classes.exp: Generate identical results as old version.
10931 * gdb.cp/derivation.exp: Likewise.
10932 * gdb.cp/overload.exp: Likewise.
10933 * gdb.cp/virtfunc.exp: Likewise.
10934
10935 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10936
10937 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
10938 mysterious bug with sourceware version of expect.
10939
10940 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10941
10942 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
10943 current versions of gcc, including gcc abi 2. Remove gratuitous
10944 restart of test program. Use gdb_test_multiple and gdb_test for
10945 all tests. Add patterns to xfail missing "const" in "const char *"
10946 and kfail PR gdb/1155.
10947
10948 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10949
10950 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
10951 current versions of gcc, including gcc abi 2. Remove gratuitous
10952 restart of test program. Use gdb_test_multiple and gdb_test for
10953 all tests. Add patterns to kfail PR gdb/1498.
10954
10955 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10956
10957 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
10958 current versions of gcc, including gcc abi 2. Use "breakpoint"
10959 and "continue" instead of restarting the target program. Use
10960 gdb_test_multiple and gdb_test for all tests.
10961
10962 2004-01-01 Mark Kettenis <kettenis@gnu.org>
10963
10964 * gdb.asm/asm-source.exp: Update copyright year. Link statically
10965 for *-*-solaris2*.
10966
10967 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10968
10969 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
10970 current versions of gcc, including gcc abi 2. Use "breakpoint"
10971 and "continue" instead of restarting the target program several
10972 times. Use gdb_test_multiple and gdb_test for all tests.
10973
10974 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
10975
10976 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
10977 source files.
10978
10979 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10980
10981 * gdb.base/environ.exp: Handle compiling test case from multiple
10982 source files.
10983
10984 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10985
10986 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
10987
10988 2003-12-17 Jim Blandy <jimb@redhat.com>
10989
10990 * gdb.base/freebpcmd.c: Add copyright notice.
10991
10992 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
10993
10994 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10995
10996 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
10997
10998 2003-12-13 Jim Blandy <jimb@redhat.com>
10999
11000 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
11001
11002 2003-12-12 Kevin Buettner <kevinb@redhat.com>
11003
11004 * gdb.asm/frv.inc: New file.
11005 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
11006
11007 2003-12-09 Fred Fish <fnf@redhat.com>
11008
11009 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
11010 functions to break1.c and leave prototypes behind. Add more
11011 "set breakpoint NN here" comments.
11012 * gdb.base/break1.c: New file.
11013
11014 * gdb.base/break.exp: Handle compiling test case from multiple
11015 source files and change source file references as needed.
11016 * gdb.base/completion.exp: Ditto.
11017 * gdb.base/condbreak.exp: Ditto.
11018 * gdb.base/define.exp: Ditto.
11019 * gdb.base/ena-dis-br.exp: Ditto.
11020 * gdb.base/info-proc.exp: Ditto.
11021 * gdb.base/maint.exp: Ditto.
11022 * gdb.base/until.exp: Ditto.
11023
11024 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
11025 hardcoded line numbers.
11026 * gdb.base/define.exp: Ditto.
11027 * gdb.base/ena-dis-br.exp: Ditto.
11028 * gdb.base/maint.exp: Ditto.
11029 * gdb.base/until.exp: Ditto.
11030
11031 * gdb.base/completion.exp: Use "break1" for completion tests since
11032 "break" is no longer a unique prefix.
11033
11034 2003-12-06 Andrew Cagney <cagney@redhat.com>
11035
11036 * gdb.base/structs.exp (test_struct_returns): When applicable, set
11037 "return_value_unimplemented". When an unimplemented struct return
11038 architecture, report incorrect values as a KFAIL
11039
11040 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
11041
11042 * gdb.cp/rtti.exp: Accept new wording of warning from
11043 cp_lookup_rtti_type.
11044
11045 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
11046
11047 Partial fix for PR testsuite/1456.
11048 * gdb.base/scope.exp (test_at_main): Replace references to
11049 gcc_compiled with calls to test_compiler_info.
11050 (test_at_foo): Likewise.
11051 (test_at_bar): Likewise.
11052
11053 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
11054
11055 Partial fix for PR testsuite/1456.
11056 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
11057 to test_compiler_info.
11058
11059 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
11060
11061 * gdb.base/so-impl-ld.exp: Update copyright notice.
11062
11063 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
11064
11065 Partial fix for PR testsuite/1456.
11066 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
11067 to test_compiler_info.
11068
11069 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11070
11071 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
11072 from current versions of gdb. Clean up regular expressions.
11073 Delete redundant timeout case.
11074
11075 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11076
11077 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
11078 from current versions of gdb. Clean up regular expressions.
11079 Delete redundant timeout case.
11080
11081 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
11082
11083 Partial fix for PR testsuite/1456.
11084 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
11085 gcc_compiled with call to test_compiler_info.
11086
11087 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
11088
11089 Partial fix for PR testsuite/1456.
11090 * gdb.base/list.exp (test_list_function): Delete unused declaration
11091 of gcc_compiled.
11092
11093 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
11094
11095 Partial fix for PR testsuite/1456.
11096 * gdb.base/complex.exp: Replace reference to gcc_compiled with
11097 call to test_compiler_info.
11098
11099 2003-11-29 Mark Kettenis <kettenis@gnu.org>
11100
11101 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
11102 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
11103 it to create the appropriate note.inc.
11104 * gdb.asm/asmsrc1.s: Include "note.inc".
11105 * gdb.asm/netbsd.inc: New file.
11106 * gdb.asm/empty.inc: New file.
11107
11108 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11109
11110 Partial fix for PR testsuite/1456.
11111 * gdb.base/constvars.exp: Replace references to gcc_compiled with
11112 calls to test_compiler_info.
11113
11114 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
11115
11116 Partial fix for PR testsuite/1456.
11117 * gdb.base/volatile.exp: Replace references to gcc_compiled with
11118 calls to test_compiler_info.
11119
11120 2003-11-27 Mark Kettenis <kettenis@gnu.org>
11121
11122 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
11123 pattern for the KFAILs.
11124
11125 2003-11-25 Adam Fedor <fedor@gnu.org>
11126
11127 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
11128 * gdb.objc/objcdecode.m: New file.
11129
11130 2003-11-25 Adam Fedor <fedor@gnu.org>
11131
11132 * gdb.objc/nondebug.exp: Test for PR objc/1236.
11133 * gdb.objc/nondebug.m: New file.
11134
11135 2003-11-26 Ben Elliston <bje@wasabisystems.com>
11136
11137 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11138 NetBSD as it does on FreeBSD. Modelled on a similar change by
11139 Mark Kettenis on 2003-05-30.
11140 (link-flags): Set to "--entry _start" regardless of target.
11141 Special linker flags are to be appended to $link-flags.
11142 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
11143
11144 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11145
11146 * gdb.cp/method.exp: Accept output of new demangler.
11147
11148 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11149
11150 * gdb/class2.exp: New file.
11151 * gdb/class2.cc: New file.
11152
11153 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11154
11155 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
11156 of new demangler.
11157
11158 2003-11-23 Mark Kettenis <kettenis@gnu.org>
11159
11160 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
11161 of gdb_test "run".
11162
11163 2003-11-23 Mark Kettenis <kettenis@gnu.org>
11164
11165 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
11166 "continue" into "run".
11167
11168 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
11169
11170 Partial fix for PR testsuite/1456.
11171 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
11172 call to test_compiler_info.
11173 * gdb.cp/ctti.exp: Likewise.
11174 * gdb.cp/derivation.exp: Likewise.
11175 * gdb.cp/member-ptr.exp: Likewise.
11176 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
11177 reference to gcc_compiled.
11178
11179 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
11180
11181 Fix PR testsuite/1463.
11182 * gdb.base/structs.exp (start_structs_test): Call
11183 get_debug_format before using the debug format.
11184
11185 2003-11-22 Andrew Cagney <cagney@redhat.com>
11186
11187 * lib/gdb.exp (gdb_test_multiple): Add simple example.
11188 * gdb.base/structs.exp: Use gdb_test_multiple.
11189
11190 2003-11-20 Andrew Cagney <cagney@redhat.com>
11191
11192 * gdb.base/structs.exp: Handle and recover from internal errors.
11193 Replace "foo${n}" with "foo<n>" in test messages.
11194
11195 * gdb.base/structs.exp: Update copyright. Rewrite.
11196 * gdb.base/structs.c: Update copyright. Rewrite.
11197
11198 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
11199 resync count exceeded.
11200
11201 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
11202 from the internal error.
11203 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
11204 Original from Jim Blandy.
11205 (gdb_test_multiple): Use gdb_internal_error_resync.
11206
11207 2003-11-19 Andrew Cagney <cagney@redhat.com>
11208
11209 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
11210 KFAIL.
11211
11212 2003-11-17 Mark Kettenis <kettenis@gnu.org>
11213
11214 New testcase for PR backtrace/1435.
11215 * gdb.arch/i386-unwind.exp: New file.
11216 * gdb.arch/i386-unwind.c: New file.
11217
11218 2003-11-17 Andrew Cagney <cagney@redhat.com>
11219
11220 * lib/gdb.exp (compiler_info): New global.
11221 (test_compiler_info): New function.
11222 (get_compiler_info): Set compiler_info.
11223 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
11224 "compiler_info" to gcc-<major>-<minor>.
11225
11226 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
11227
11228 * gdb.trace/configure: Remove.
11229
11230 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
11231
11232 * gdb.base/break.c: Add comments to aid finding line numbers for
11233 breakpoints.
11234 * gdb.base/break.exp: Remove all references to explicit line
11235 numbers.
11236
11237 2003-11-11 Nick Clifton <nickc@redhat.com>
11238
11239 * gdb.base/shreloc.exp: Do not run for targets which do not
11240 support shared objects.
11241
11242 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
11243
11244 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
11245 Don't run tests if nofileio flag is given.
11246
11247 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
11248
11249 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
11250 as well as 'Watchpoint'.
11251
11252 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
11253
11254 Reported by Jim Ingham <jingham@apple.com>:
11255 * gdb.base/annota1.exp: Match at least one occurrence of the
11256 signal handler annotation.
11257
11258 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
11259
11260 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
11261 as well as 'Watchpoint'.
11262
11263 2003-11-05 Michael Chastain <mec@shout.net>
11264
11265 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
11266
11267 2003-11-03 Kris Warkentin <kewarken@qnx.com>
11268
11269 * gdb.arch/gdb1291.c: New test file.
11270 * gdb.arch/gdb1291.exp: New test script.
11271 * gdb.arch/gdb1431.c: New test file.
11272 * gdb.arch/gdb1431.exp: New test script.
11273
11274 2003-10-22 Michael Chastain <mec@shout.net>
11275
11276 * gdb.mi/pthreads.c: Add copyright notice.
11277
11278 2003-10-22 Michael Chastain <mec@shout.net>
11279
11280 * gdb.threads/pthreads.c: Add copyright notice.
11281
11282 2003-10-20 Michael Chastain <mec@shout.net>
11283
11284 * gdb.base/gdb1056.exp: New test script.
11285
11286 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
11287
11288 * gdb.threads/killed.exp: Use gdb_run_cmd.
11289
11290 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
11291
11292 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
11293 create a core file.
11294 * gdb.threads/gcore-thread.exp: Likewise.
11295
11296 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
11297
11298 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
11299 type, based on char type.
11300 (struct bit_flags_short_t): New bitfield type, based on short type.
11301 (init_bit_flags_char): New fuction.
11302 (init_bit_flags_short): Ditto.
11303 (print_bit_flags_char): Ditto.
11304 (print_bit_flags_short): Ditto.
11305 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
11306
11307 2003-10-11 Michael Chastain <mec@shout.net>
11308
11309 * gdb.base/call-rt-st.exp: Update copyright year.
11310
11311 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
11312
11313 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
11314 * gdb.disasm/sh3.s: Ditto.
11315
11316 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
11317
11318 * gdb.threads/switch-threads.exp: New test.
11319 * gdb.threads/switch-threads.c: New source file.
11320
11321 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
11322
11323 * gdb.base/ending-run.exp: Add sh specific case.
11324
11325 2003-10-06 Andrew Cagney <cagney@redhat.com>
11326
11327 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
11328 * gdb.disasm/mn10200.exp: Delete obsolete file.
11329
11330 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
11331
11332 * ChangeLog: Correct an entry command.exp -> commands.exp.
11333 * gdb.base/commands.exp (bp_deleted_in_command_test)
11334 (temporary_breakpoint_commands): Check noargs.
11335
11336 2003-09-25 David Carlton <carlton@kealia.com>
11337
11338 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
11339 of some print tests, where appropriate. Add tests for C::D::cd,
11340 E::ce, F::cXfX, G::XgX.
11341 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
11342
11343 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
11344
11345 * lib/java.exp (java_init): Import target_alias before using it.
11346
11347 2003-09-25 David Carlton <carlton@kealia.com>
11348
11349 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
11350
11351 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
11352
11353 * gdb.base/selftest.exp: Accomodate more instruction reordering
11354 weirdness.
11355
11356 2003-09-17 Michael Chastain <mec@shout.net>
11357
11358 * gdb.cp/gdb1355.exp: New file.
11359 * gdb.cp/gdb1355.c: New file.
11360
11361 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
11362
11363 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
11364 * gdb.asm/sh.inc: New file.
11365
11366 2003-09-11 David Carlton <carlton@kealia.com>
11367
11368 * gdb.cp/namespace.exp: Add tests for namespace types.
11369 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
11370 (test_namespace): New.
11371
11372 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
11373
11374 * gdb.base/relocate.exp: Handle new gdb output at startup.
11375 * gdb.stabs/weird.exp: Ditto.
11376
11377 2003-09-08 Michael Chastain <mec@shout.net>
11378
11379 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
11380
11381 2003-09-07 Michael Chastain <mec@shout.net>
11382
11383 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
11384 'parse error'.
11385
11386 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
11387
11388 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
11389
11390 2003-08-30 Michael Chastain <mec@shout.net>
11391
11392 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
11393 * gdb.gdb/observer.exp: Ditto.
11394 * gdb.gdb/xfullpath.exp: Ditto.
11395
11396 2003-08-29 Mark Kettenis <kettenis@gnu.org>
11397
11398 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
11399 *-*-*bsd*.
11400
11401 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
11402
11403 * gdb.base/dump.exp: Skip for ia64.
11404
11405 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
11406
11407 * gdb.asm/asm-source.exp: Add ia64 support.
11408 * gdb.asm/ia64.inc: New file.
11409
11410 2003-08-22 Michael Chastain <mec@shout.net>
11411
11412 * gdb.cp: New directory.
11413 * gdb.cp/*: Copy from gdb.c++/*.
11414 * gdb.c++/*: Remove.
11415 * Makefile.in: Change gdb.c++ to gdb.cp.
11416 * configure.in: Ditto.
11417 * configure: Regnerate.
11418
11419 2003-08-18 Mark Kettenis <kettenis@gnu.org>
11420
11421 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
11422 * gdb.arch/i386-prologue.c (gdb1338): Add function.
11423
11424 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
11425
11426 * mi-var-display.exp (-var-list-children weird): Accept function
11427 pointers with argument types.
11428 * mi1-var-display.exp (-var-list-children weird): Likewise.
11429 * mi2-var-display.exp (-var-list-children weird): Likewise.
11430
11431 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
11432
11433 * gdb.base/annota3.exp: Add missing newline.
11434
11435 2003-08-06 Michael Chastain <mec@shout.net>
11436
11437 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
11438
11439 2003-08-12 Michael Snyder <msnyder@redhat.com>
11440
11441 * gdb.base/float.exp: Add test for SH.
11442
11443 2003-08-10 Mark Kettenis <kettenis@gnu.org>
11444
11445 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
11446
11447 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
11448
11449 * gdb.base/completion.exp: Remove reduntant completion test
11450 on filename.
11451
11452 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
11453
11454 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
11455 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
11456 gdb.trace/save-trace.exp: Make sure that full pathnames are
11457 escaped correctly.
11458
11459 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
11460
11461 * configure.in: Don't generate config.h from config.hin.
11462 * configure: Regenerate.
11463 * config.hin: Remove file.
11464 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
11465 * gdb.threads/pthreads.c: Ditto.
11466
11467 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
11468
11469 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11470 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
11471 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
11472 Replace ld24 with seth/add3.
11473
11474 2003-08-02 Andrew Cagney <cagney@redhat.com>
11475
11476 * gdb.base/annota3.exp: New file.
11477 * gdb.base/annota3.c: New file.
11478 * gdb.c++/annota3.exp: New file.
11479 * gdb.c++/annota3.cc: New file.
11480
11481 2003-07-29 Michael Chastain <mec@shout.net>
11482
11483 * gdb.threads/tls.c (spin): Check errno only if sem_wait
11484 actually failed.
11485 (do_pass): Likewise.
11486 * gdb.threads/tls.exp: Always initialize no_of_threads.
11487
11488 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
11489
11490 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
11491 pattern.
11492 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
11493 * gdb.threads/tls.exp: Recognize one case of the host library not
11494 supporting TLS.
11495
11496 2003-07-27 Andrew Cagney <cagney@redhat.com>
11497
11498 * gdb.base/fileio.exp: Use SH when running commands using
11499 remote_exec.
11500
11501 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
11502
11503 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11504 * gdb.base/relocate.c (dummy): New padding array.
11505
11506 2003-07-22 Michael Snyder <msnyder@redhat.com>
11507
11508 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
11509
11510 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
11511 patterns to be more general, accepting old and new output.
11512 Some output chars (such as '+') also must be quoted.
11513 Some addresses are displayed numerically instead of
11514 symbolically.
11515
11516 2003-07-23 Michael Snyder <msnyder@redhat.com>
11517
11518 * gdb.base/return2.exp: Don't test long-long return.
11519
11520 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
11521 * gdb.disasm/t01_mov.exp: Ditto.
11522 * gdb.disasm/t02_mova.s: Ditto.
11523 * gdb.disasm/t02_mova.exp: Ditto.
11524 * gdb.disasm/t03_add.s: Ditto.
11525 * gdb.disasm/t03_add.exp: Ditto.
11526 * gdb.disasm/t04_sub.s: Ditto.
11527 * gdb.disasm/t04_sub.exp: Ditto.
11528 * gdb.disasm/t05_cmp.s: Ditto.
11529 * gdb.disasm/t05_cmp.exp: Ditto.
11530 * gdb.disasm/t06_ari2.s: Ditto.
11531 * gdb.disasm/t06_ari2.exp: Ditto.
11532 * gdb.disasm/t07_ari3.s: Ditto.
11533 * gdb.disasm/t07_ari3.exp: Ditto.
11534 * gdb.disasm/t08_or.s: Ditto.
11535 * gdb.disasm/t08_or.exp: Ditto.
11536 * gdb.disasm/t09_xor.s: Ditto.
11537 * gdb.disasm/t09_xor.exp: Ditto.
11538 * gdb.disasm/t10_and.s: Ditto.
11539 * gdb.disasm/t10_and.exp: Ditto.
11540 * gdb.disasm/t11_logs.s: Ditto.
11541 * gdb.disasm/t11_logs.exp: Ditto.
11542 * gdb.disasm/t12_bit.s: Ditto.
11543 * gdb.disasm/t12_bit.exp: Ditto.
11544 * gdb.disasm/t13_otr.s: Ditto.
11545 * gdb.disasm/t13_otr.exp: Ditto.
11546
11547 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
11548
11549 * gdb.threads/tls.exp :Add kfail for 'info address' case.
11550
11551 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
11552
11553 * gdb.threads/tls.c : New file.
11554 * gdb.threads/tls.exp : New file.
11555 * gdb.threads/tls-main.c : New file.
11556 * gdb.threads/tls-shared.c : New file.
11557 * gdb.threads/tls-shared.exp : New file.
11558
11559 2003-07-22 Andreas Schwab <schwab@suse.de>
11560
11561 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
11562
11563 2003-07-20 Andreas Schwab <schwab@suse.de>
11564
11565 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
11566 due to insn reordering.
11567
11568 2003-07-15 Andrew Cagney <cagney@redhat.com>
11569
11570 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
11571
11572 2003-07-15 Michael Chastain <mec@shout.net>
11573
11574 * gdb.base/gdb1250.exp: New file.
11575 * gdb.base/gdb1250.c: New file.
11576
11577 2003-07-09 Michal Ludvig <mludvig@suse.cz>
11578
11579 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
11580 expansion of size_t to 'unsigned long', not only to 'unsigned'.
11581
11582 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
11583
11584 * gdb.threads/tls.c: New file.
11585 * gdb.threads/tls.exp: New file.
11586 * gdb.threads/tls-main.c: New file.
11587 * gdb.threads/tls-shared.c: New file.
11588 * gdb.threads/tls-shared.exp: New file.
11589
11590 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
11591
11592 * gdb.base/annota1.exp: Make sure that we properly escape the
11593 full path of the source file. Xfail more permissive patterns,
11594 due to a compiler debug info problem.
11595
11596 2003-07-07 Andreas Schwab <schwab@suse.de>
11597
11598 * gdb.asm/m68k.inc: New file.
11599 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
11600
11601 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
11602 arguments"): Also match negative number.
11603
11604 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
11605
11606 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
11607
11608 * gdb.base/store.c (charest): New typedef.
11609 (add_char): Rename to add_charest, update.
11610 (wack_char): Rename to wack_charest, update types. Return l + r
11611 to keep r live across the call.
11612 (wack_short, wack_int, wack_long, wack_longest, wack_float)
11613 (wack_double, wack_doublest): Return l + r to keep r live across
11614 the call.
11615 * gdb.base/store.exp: Accomodate store.c changes.
11616
11617 2003-06-30 David Carlton <carlton@kealia.com>
11618
11619 * gdb.c++/maint.exp (test_invalid_name): New.
11620 (test_first_component): Add tests for invalid names.
11621
11622 2003-06-29 Michael Chastain <mec@shout.net>
11623
11624 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
11625 output of '<VTT for class>' for virtual base classes.
11626
11627 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
11628
11629 * gdb.base/completion.exp: Tab-complete "complet" instead of
11630 "compl".
11631 * gdb.base/complex.exp, gdb.base/complex.c: New files.
11632
11633 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
11634
11635 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
11636 * gdb.base/volatile.exp: Likewise.
11637
11638 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
11639
11640 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
11641 gdb/1265.
11642
11643 2003-06-28 Michael Chastain <mec@shout.net>
11644 Daniel Jacobowitz <drow@mvista.com>
11645
11646 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
11647 initial line count of 'captured_main' from 26 to 32.
11648 (test_with_self): Allow xmalloc call to be interleaved with the
11649 preceding two lines.
11650
11651 2003-06-24 Joel Brobecker <brobecker@gnat.com>
11652
11653 * gdb.base/bang.exp: New testcase.
11654
11655 2003-06-23 Joel Brobecker <brobecker@gnat.com>
11656
11657 * gdb.base/langs.exp: Add some tests for the "minimal" language
11658 support.
11659
11660 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
11661
11662 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
11663 the testcase.
11664
11665 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
11666
11667 * gdb.base/relocate.exp: Test add-symbol-file with a variable
11668 offset.
11669
11670 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
11671
11672 * gdb.c++/pr-1210.cc: New file.
11673 * gdb.c++/pr-1210.exp: New file.
11674
11675 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
11676
11677 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
11678 000-exec-continue.
11679
11680 2003-06-15 Mark Kettenis <kettenis@gnu.org>
11681
11682 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
11683 on *-*-*bsd* instead of *-*-freebsd*.
11684
11685 2003-06-14 Andrew Cagney <cagney@redhat.com>
11686
11687 * gdb.base/store.exp: Test longest and doublest. Test all
11688 parameters. Weaken return statement match.
11689 * gdb.base/store.c: Add longest and doublest - aka long long and
11690 long double functions. Put all parameters into local register
11691 variables. Use negative values.
11692
11693 2003-06-14 Andrew Cagney <cagney@redhat.com>
11694
11695 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
11696 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
11697 exit status.
11698 * gdb.base/fileio.exp: Disable target when nointerrupts and
11699 noinferiorio, instead of limiting it to remote. Use remote_exec
11700 instead of system.
11701
11702 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
11703
11704 * gdb.base/float.exp: Add ia64 support.
11705
11706 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
11707
11708 * gdb.base/fileio.exp: Run only on remote targets.
11709
11710 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
11711
11712 * gdb.base/fileio.c: New file, testing File-I/O.
11713 * gdb.base/fileio.exp: Ditto.
11714
11715 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
11716
11717 * gdb.base/shreloc.exp: New file, check symbol values obtained from
11718 shared objects after relocation at load time (gdb PR/1132).
11719 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
11720 as above, part of the shared object relocation test.
11721
11722 2003-06-08 Mark Kettenis <kettenis@gnu.org>
11723
11724 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
11725 fully filled history list.
11726 * gdb.base/gdb_history: New file.
11727
11728 * gdb.base/signals.exp: XFAIL "continue to func1" on
11729 i*86-*-freebsd*.
11730
11731 * gdb.base/attach.exp: When trying to attach to a nonexistent
11732 process, make it possible to specify the PID based on the target,
11733 and do so for *-*-freebsd*.
11734
11735 2003-06-02 Richard Henderson <rth@redhat.com>
11736
11737 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
11738
11739 2003-06-02 Richard Henderson <rth@redhat.com>
11740
11741 * gdb.base/selftest.exp: Next over lim_at_start initialization.
11742
11743 2003-06-02 Richard Henderson <rth@redhat.com>
11744
11745 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
11746
11747 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
11748
11749 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
11750 of globalvar.
11751
11752 2003-06-01 Mark Kettenis <kettenis@gnu.org>
11753
11754 * gdb.asm/asm-source.exp: Check for memory read errors in
11755 disassembler test on *BSD too.
11756
11757 2003-06-01 Richard Henderson <rth@redhat.com>
11758
11759 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
11760 for .frame.
11761 (gdbasm_call): Lose ldgp.
11762 (gdbasm_startup): Add frame information.
11763 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
11764
11765 2003-05-31 Mark Kettenis <kettenis@gnu.org>
11766
11767 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
11768 i?86-*-*.
11769
11770 2003-05-30 Mark Kettenis <kettenis@gnu.org>
11771
11772 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11773 FreeBSD.
11774
11775 2003-05-29 Richard Henderson <rth@redhat.com>
11776
11777 * gdb.asm/alpha.inc: New file.
11778 * gdb.asm/asm-source.exp: Use it.
11779
11780 2003-05-29 Jim Blandy <jimb@redhat.com>
11781
11782 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
11783 'core.PID'.
11784
11785 2003-05-22 Jim Blandy <jimb@redhat.com>
11786
11787 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
11788 backtrace.
11789
11790 2003-05-20 David Carlton <carlton@math.stanford.edu>
11791
11792 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
11793 this time.
11794
11795 2003-05-19 David Carlton <carlton@bactrian.org>
11796
11797 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
11798 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
11799
11800 2003-05-19 David Carlton <carlton@bactrian.org>
11801
11802 * gdb.c++/namespace.exp: Add namespace scope and anonymous
11803 namespace tests.
11804 Bump copyright date.
11805 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
11806 (main): Call C::D::marker2.
11807 * gdb.c++/namespace1.cc: New file.
11808
11809 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
11810
11811 Roland McGrath <roland@redhat.com>
11812 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
11813 there is no manager thread.
11814
11815 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
11816
11817 * gdb.threads/schedlock.exp: Remove assumption that all threads
11818 will run in a particular small time slice. Also ensure we break
11819 in one of the child threads rather than the main thread.
11820
11821 2003-05-07 Jim Blandy <jimb@redhat.com>
11822
11823 Add support for assembly source testing on the s390x.
11824 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
11825 architecture.
11826 * gdb.asm/s390x.inc: New file.
11827
11828 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
11829 succession of 'if' statements.
11830
11831 2003-05-05 Andrew Cagney <cagney@redhat.com>
11832
11833 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
11834
11835 2003-05-05 Andrew Cagney <cagney@redhat.com>
11836
11837 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
11838 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
11839
11840 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
11841
11842 * gdb.base/charset.exp: Update based on new behavior of set/show
11843 charset commands.
11844
11845 2003-05-01 Andrew Cagney <cagney@redhat.com>
11846
11847 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
11848 variable do not give memory errors.
11849
11850 2003-04-30 Adam Fedor <fedor@gnu.org>
11851
11852 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
11853 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
11854 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
11855 gdb.objc/basicclass.m: : New files
11856
11857 * lib/gdb.exp (gdb_compile_objc): New procedure.
11858
11859 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
11860
11861 * gdb.base/signals.exp: Make backtrace tests more specific.
11862
11863 2003-04-23 David Carlton <carlton@bactrian.org>
11864
11865 * gdb.c++/maint.exp (test_first_component): Add tests for
11866 'operator' in more locations.
11867
11868 2003-04-16 Kevin Buettner <kevinb@redhat.com>
11869
11870 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
11871
11872 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
11873
11874 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
11875 func marke' instead. Update test name.
11876
11877 2003-04-15 David Carlton <carlton@math.stanford.edu>
11878
11879 * gdb.c++/maint.exp: New file.
11880
11881 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
11882
11883 * gdb.threads/schedlock.c: Change type of thread function argument
11884 to long, to avoid warnings on 64-bit platforms.
11885
11886 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
11887
11888 * gdb.base/attach.exp: Add new message from ptrace in case of
11889 attaching to nonexistent process.
11890
11891 2003-04-11 Jim Blandy <jimb@redhat.com>
11892
11893 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11894 gdb.c++/userdef.cc: Place comments on the lines to which the
11895 marker function might return.
11896 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11897 gdb.c++/userdef.exp: Look for those comments to check that we've
11898 returned to the right place, instead of checking line numbers.
11899
11900 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
11901
11902 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
11903 match on sourcefile name, instead of directory name.
11904
11905 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
11906
11907 * gdb.base/completion.exp: Use string_to_regexp to match the
11908 working directory name.
11909
11910 2003-04-09 Jim Blandy <jimb@redhat.com>
11911
11912 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11913 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
11914 after an inferior function call, report the failure, but allow the
11915 test to continue.
11916
11917 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11918
11919 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11920 with -DPROTOTYPES.
11921
11922 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11923
11924 * gdb.base/break.exp: Revert last patch.
11925
11926 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
11927
11928 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11929 with -DPROTOTYPES.
11930
11931 2003-04-02 Andrew Cagney <cagney@redhat.com>
11932
11933 * gdb.base/callfuncs.exp: Make "print add" messages unique.
11934 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
11935 matching directories by the name breakpoint.
11936 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
11937 Make "continue to marker1" consistent.
11938 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
11939 message consistent.
11940 * lib/gdb.exp: Put "the program is no longer running", and "the
11941 program exited" in parenthesis.
11942 * lib/mi-support.exp: Ditto.
11943
11944 2003-04-02 Bob Rossi <bob_rossi@cox.net>
11945
11946 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
11947
11948 2003-03-29 Andrew Cagney <cagney@redhat.com>
11949
11950 * gdb.base/sizeof.c (main): Print the value of '\377'.
11951 * gdb.base/sizeof.exp: Check the sign of '\377'.
11952
11953 2003-03-27 Michael Chastain <mec@shout.net>
11954
11955 * gdb.base/gdb1090.exp: New file.
11956 * gdb.base/gdb1090.cc: New file.
11957
11958 2003-03-27 J. Brobecker <brobecker@gnat.com>
11959
11960 * gdb.gdb/observer.exp: New regression test.
11961
11962 2003-03-27 Michael Chastain <mec@shout.net>
11963
11964 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
11965 * gdb.base/ptype.exp: Likewise.
11966
11967 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
11968
11969 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
11970
11971 2003-03-26 Michael Chastain <mec@shout.net>
11972
11973 * gdb.base/ptype.exp: Actually use some typedef'd types.
11974
11975 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11976
11977 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
11978 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
11979
11980 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11981
11982 * gdb.base/default.exp: Fix regular expression.
11983
11984 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11985
11986 * gdb.base/args.exp: Fix regular expression.
11987
11988 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11989
11990 * gdb.base/help.exp: Allow Win32 child process.
11991
11992 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11993
11994 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
11995 when stepping out of main().
11996
11997 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11998
11999 * gdb.base/default.exp: Check for win32 specific message when calling
12000 "run" without executable.
12001
12002 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
12003
12004 * gdb.base/args.exp: Expect .exe in output.
12005
12006 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
12007
12008 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
12009 Cygwin native.
12010
12011 2003-03-17 Andrew Cagney <cagney@redhat.com>
12012
12013 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
12014 vector registes.
12015 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
12016 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
12017
12018 2003-03-17 David Carlton <carlton@math.stanford.edu>
12019
12020 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
12021 test, for PR breakpoints/38.
12022 Call test_watchpoint_and_breakpoint.
12023 * gdb.base/watchpoint.c (func3): New function.
12024 (main): Call func3.
12025
12026 2003-03-04 David Carlton <carlton@math.stanford.edu>
12027
12028 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
12029 Garply<Garply<char> >:: garply".
12030 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
12031 with respect to PR c++/1111; note also PR c++/1113.
12032 (test_template_breakpoints): KFAIL "constructor breakpoint" with
12033 respect to PR c++/1062.
12034 KFAIL "destructor breakpoint" with respect to PR c++/1112.
12035
12036 2003-03-03 David Carlton <carlton@math.stanford.edu>
12037
12038 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
12039 with respect to PR c++/57.
12040 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
12041 c++/826.
12042 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
12043 respect to PR c++/57.
12044
12045 2003-03-03 David Carlton <carlton@math.stanford.edu>
12046
12047 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
12048 respect to PR c++/33 into FAILs.
12049
12050 2003-03-03 Michael Chastain <mec@shout.net>
12051
12052 * configure.in: Update copyright years.
12053
12054 2003-03-03 Michael Chastain <mec@shout.net>
12055
12056 * Makefile.in: Update copyright years.
12057
12058 2003-02-28 David Carlton <carlton@math.stanford.edu>
12059
12060 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
12061 print class instead of struct and/or superfluous protection
12062 specifiers, as long as the resulting output is equivalent to the
12063 source code.
12064 Delete FIXME from end of messages on tests that don't need
12065 fixing.
12066
12067 2003-02-28 David Carlton <carlton@math.stanford.edu>
12068
12069 * gdb.c++/templates.exp (do_tests): Allow const in the two
12070 Foo<volatile char *>::foo tests.
12071
12072 2003-02-27 Michael Snyder <msnyder@redhat.com>
12073
12074 * gdb.base/restore.c (main): Return zero, so exit code
12075 will be consistant.
12076
12077 2003-02-26 David Carlton <carlton@math.stanford.edu>
12078
12079 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
12080 char *>::foo" test with respect to PR c++/33. Create a new test
12081 which is identical to that one except that it doesn't put the
12082 space between the "char" and the "*"; KFAIL it, too.
12083
12084 2003-02-26 David Carlton <carlton@math.stanford.edu>
12085
12086 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
12087 template types into either PASSes or KFAILs (corresponding to PR
12088 c++/57). Tweak indentation. Update copyright.
12089
12090 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12091
12092 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
12093
12094 2003-02-13 Michael Chastain <mec@shout.net>
12095
12096 * gdb.base/exprs.exp: Remove i960 remnants.
12097 * gdb.base/funcargs.exp: Likewise.
12098 * gdb.base/list.exp: Likewise.
12099 * gdb.base/ptype.exp: Likewise.
12100
12101 2003-02-14 David Carlton <carlton@math.stanford.edu>
12102
12103 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
12104 pEe->D::vg()" from XFAIL to KFAIL.
12105
12106 2003-02-13 Jason Molenda (jmolenda@apple.com)
12107
12108 * gdb.base/maint.exp: Update maint print statistics regexp to include
12109 new entries.
12110
12111 2003-02-13 Michael Chastain <mec@shout.net>
12112
12113 * gdb.c++/inherit.exp: Remove call to get_debug_format.
12114
12115 2003-02-12 Michael Chastain <mec@shout.net>
12116
12117 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
12118 * gdb.c++/inherit.exp: Likewise.
12119 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
12120 * gdb.c++/templates.exp: Likewise.
12121 * gdb.c++/virtfunc.exp: Likewise.
12122
12123 2003-02-06 Jason Molenda (jason-cl@molenda.com)
12124
12125 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
12126 why the code is written that way.
12127
12128 2003-02-05 Michael Chastain <mec@shout.net>
12129
12130 * gdb.base/dump.exp: Add missing copyright line.
12131
12132 2003-02-05 Jason Molenda (jason-cl@molenda.com)
12133
12134 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
12135 at the beginning so the breakpoint doesn't get set on the loop.
12136
12137 2003-02-05 Michael Chastain <mec@shout.net>
12138
12139 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
12140 output for configurations with gcc 2.95.3.
12141
12142 2003-02-05 Keith Seitz <keiths@redhat.com>
12143 Andrew Cagney <ac131313@redhat.com>
12144
12145 * gdb.mi/mi-cli.exp: New file.
12146
12147 2003-02-04 Michael Chastain <mec@shout.net>
12148
12149 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
12150 Call perror and then continue.
12151
12152 2003-02-03 Michael Chastain <mec@shout.net>
12153
12154 * gdb.c++/pr-1023.cc: New file.
12155 * gdb.c++/pr-1023.exp: New file.
12156
12157 2003-02-05 Jim Blandy <jimb@redhat.com>
12158
12159 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
12160 it's local to foobar. Check for it there, and check that it's not
12161 present in main.
12162 * gdb.c++/local.cc (marker2): New function.
12163 (foobar): Call marker1.
12164 (main): Call marker2 instead of marker1.
12165
12166 2003-02-04 Andrew Cagney <ac131313@redhat.com>
12167
12168 * gdb.disasm/mn10200.exp: Obsolete file.
12169 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
12170 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
12171 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
12172
12173 2003-02-04 David Carlton <carlton@math.stanford.edu>
12174
12175 * gdb.c++/overload.exp: Test intToChar(1).
12176 * gdb.c++/overload.cc (intToChar): New.
12177 (main): Call intToChar.
12178
12179 2003-02-03 David Carlton <carlton@math.stanford.edu>
12180
12181 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
12182 'might_kfail' arg.
12183 KFAIL some of the continue_to_bp_overloaded calls, according to
12184 PR c++/1025.
12185
12186 2003-02-01 Michael Chastain <mec@shout.net>
12187
12188 * gdb.base/advance.c (marker1): New marker function.
12189 * gdb.base/advance.exp: When the 'advance' command lands on the
12190 return breakpoint, it can legitimately stop on either the
12191 current line or the next line. Accommodate both outcomes.
12192 * gdb.base/until.exp: Likewise.
12193
12194 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12195
12196 2002-11-10 Jason Molenda (jason-cl@molenda.com):
12197 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
12198 now a list, not a tuple.
12199 * gdb.mi/mi-var-display.exp: Ditto.
12200 * gdb.mi/gdb792.exp: Ditto.
12201
12202 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12203
12204 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
12205 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
12206 stack backtraces.
12207 * gdb.mi/mi-syn-frame.c: Part of same.
12208
12209 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12210
12211 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12212 gdb.mi/mi1-pthreads.exp: Return instead of calling
12213 gdb_suppress_entire_file.
12214
12215 2003-02-01 Mark Salter <msalter@redhat.com>
12216
12217 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
12218
12219 2003-01-31 Mark Salter <msalter@redhat.com>
12220
12221 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
12222 Support empty arg.
12223
12224 2003-01-30 Michael Chastain <mec@shout.net>
12225
12226 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
12227 This was a workaround for a UTF-8 bug in readline 4.3. The bug
12228 has been fixed in gdb/readline on 2003-01-09.
12229
12230 2003-01-29 Michael Snyder <msnyder@redhat.com>
12231
12232 * gdb.base/maint.exp: Allow for leading underscore in symbol.
12233 * gdb.base/display.exp: Allow for leading underscore in symbol.
12234 * gdb.base/args.exp: Skip if target does not support args passing.
12235
12236 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12237
12238 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
12239 gdb_test. Accept a list of expect arguments as the third
12240 parameter.
12241 (gdb_test): Use it.
12242
12243 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
12244
12245 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
12246 allow for different test tree configurations. Update some
12247 tescases accordingly.
12248 * gdb.arch/altivec-regs.exp: Ditto.
12249 * gdb.asm/asm-source.exp: Ditto.
12250 * gdb.base/advance.exp: Ditto.
12251 * gdb.base/display.exp: Ditto.
12252 * gdb.base/long_long.exp: Ditto.
12253 * gdb.base/mips_pro.exp: Ditto.
12254 * gdb.base/overlays.exp: Ditto.
12255 * gdb.base/relocate.exp: Ditto.
12256 * gdb.base/setshow.exp: Ditto.
12257 * gdb.base/step-line.exp: Ditto.
12258 * gdb.base/step-test.exp: Ditto.
12259 * gdb.base/until.exp: Ditto.
12260 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
12261
12262 2003-01-17 David Carlton <carlton@math.stanford.edu>
12263
12264 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
12265 corresponding to PR c++/945.
12266 Update copyright.
12267
12268 2003-01-17 David Carlton <carlton@math.stanford.edu>
12269
12270 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
12271 corresponding to PR c++/68.
12272
12273 2003-01-17 David Carlton <carlton@math.stanford.edu>
12274
12275 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
12276 (test_paddr_hairy_functions): Call print_addr_2_kfail for
12277 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
12278
12279 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
12280
12281 * gdb.base/break.exp: Fix change of default location, because of
12282 removal of until tests.
12283 * gdb.base/help.exp: Update test for new 'until' help message.
12284 Add test for help on 'advance'.
12285 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
12286
12287 2003-01-15 Mark Kettenis <kettenis@gnu.org>
12288
12289 * gdb.base/default.exp: Adapt "info float" test for recent changes
12290 to that command. Add test for "info vector".
12291 * gdb.base/float.exp: New file. Add test for "info float" that
12292 resembles the old test in gdb.base/default.exp.
12293
12294 2003-01-15 David Carlton <carlton@math.stanford.edu>
12295
12296 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
12297
12298 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
12299
12300 * gdb.base/break.exp: Move the tests of until command from here...
12301 * gdb.base/until.exp: ... to here. New file. Add other tests.
12302 * gdb.base/advance.c: New file.
12303 * gdb.base/advance.exp: New file.
12304
12305 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12306
12307 * gdb.base/args.c: New file.
12308 * gdb.base/args.exp: New file.
12309
12310 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
12311
12312 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
12313
12314 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
12315
12316 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
12317
12318 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
12319
12320 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
12321 dates.
12322
12323 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12324
12325 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
12326
12327 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12328
12329 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
12330 (ptype &*"foo").
12331 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
12332
12333 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12334
12335 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
12336 * gdb.mi/mi1-console.exp: Likewise.
12337
12338 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12339
12340 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
12341 * gdb.mi/mi1-console.exp: Likewise.
12342
12343 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12344
12345 * gdb.c++/overload.exp: Remove some fixed XFAILs.
12346
12347 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12348
12349 * gdb.base/detach.exp: New test.
12350
12351 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12352
12353 * Makefile.in (ALL_SUBDIRS): New variable.
12354 (subdirs, clean, distclean): Use it.
12355 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
12356 regenerating Makefile, since it is generated from the top level.
12357 * gdb.asm/Makefile.in: Likewise.
12358 * gdb.base/Makefile.in: Likewise.
12359 * gdb.c++/Makefile.in: Likewise.
12360 * gdb.disasm/Makefile.in: Likewise.
12361 * gdb.java/Makefile.in: Likewise.
12362 * gdb.mi/Makefile.in: Likewise.
12363 * gdb.threads/Makefile.in: Likewise.
12364 * gdb.trace/Makefile.in: Likewise.
12365
12366 2003-01-09 David Carlton <carlton@math.stanford.edu>
12367
12368 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
12369 Add copyright year 2003.
12370
12371 2003-01-06 Michael Chastain <mec@shout.net>
12372
12373 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
12374 When selecting a thread, 'line' and 'file' are optional.
12375 * gdb.mi/mi1-pthreads.exp: Likewise.
12376
12377 2003-01-06 Andreas Schwab <schwab@suse.de>
12378
12379 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
12380 failures.
12381
12382 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12383
12384 Fix PR gdb/844
12385 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
12386 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
12387
12388 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
12389 instead of calling gdb_suppress_entire_file.
12390 * gdb.threads/print-threads.exp: Likewise.
12391 * gdb.threads/schedlock.exp: Likewise.
12392
12393 * gdb.threads/killed.exp: Return instead of calling
12394 gdb_suppress_entire_file.
12395 * gdb.threads/linux-dp.exp: Likewise.
12396 * gdb.threads/pthreads.exp: Likewise.
12397
12398 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12399
12400 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
12401 stabs.
12402 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
12403 * gdb.base/whatis.exp: Always allow (void) after function names.
12404
12405 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12406
12407 * gdb.c++/casts.exp: Correct regexp.
12408
12409 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12410
12411 * configure.in: Call AC_CONFIG_HEADER. Don't call
12412 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
12413 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
12414 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
12415 aforementioned directories in the AC_OUPUT call.
12416 * config.hin: New file.
12417 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12418 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
12419 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
12420 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
12421 pass -I$objdir instead of -I$objdir/$subdir in compilation.
12422 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
12423 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
12424 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
12425 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
12426 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
12427 gdb.threads/configure.in, gdb.threads/configure,
12428 gdb.threads/config.in, gdb.trace/configure.in,
12429 gdb.trace/configure: Removed.
12430
12431 2003-01-03 Michael Chastain <mec@shout.net>
12432
12433 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
12434 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
12435
12436 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
12437
12438 * gdb.base/store.exp: Fix regular expressions.
12439
12440 2002-12-28 Mark Kettenis <kettenis@gnu.org>
12441
12442 * configure.in: Rewrite.
12443 * configure: Regenerated.
12444
12445 2003-01-03 David Carlton <carlton@math.stanford.edu>
12446
12447 * gdb.base/psymtab.exp: New file.
12448 * gdb.base/psymtab1.c: Ditto.
12449 * gdb.base/psymtab2.c: Ditto.
12450
12451 2002-12-23 Adam Fedor <fedor@gnu.org>
12452
12453 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
12454
12455 2002-12-23 David Carlton <carlton@math.stanford.edu>
12456
12457 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
12458 and current_directory initialization.
12459
12460 2002-12-22 Jim Blandy <jimb@redhat.com>
12461
12462 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
12463 rather than as part of the output file name.
12464
12465 * gdb.base/attach.exp: There's no need to copy the test program to
12466 /tmp; that was only ever necessary on HP/UX, and this test is
12467 entirely disabled there anyway.
12468
12469 2002-12-21 Jim Blandy <jimb@redhat.com>
12470
12471 * gdb.c++/psmang.exp: Doc fix.
12472
12473 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
12474 test.
12475
12476 2002-12-20 David Carlton <carlton@math.stanford.edu>
12477
12478 * gdb.c++/annota2.exp: KFAIL annotate-quit.
12479
12480 2002-12-18 Michael Chastain <mec@shout.net>
12481
12482 * gdb.c++/annota2.exp: Add copyright year 2002.
12483
12484 2002-12-17 David Carlton <carlton@math.stanford.edu>
12485
12486 * gdb.c++/try_catch.cc: Add marker comments.
12487 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
12488 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
12489 * gdb.c++/m-static.cc: Ditto.
12490 * gdb.c++/m-static1.cc: Ditto.
12491 * gdb.c++/try_catch.cc: Ditto.
12492
12493 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
12494
12495 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
12496 to see whether we are using the new -environment-directory
12497 command which resets via -r or the old version of the command
12498 which may prompt the user. Part of fix for gdb/741.
12499
12500 2002-12-13 Andrew Cagney <ac131313@redhat.com>
12501
12502 * gdb.fortran/types.exp: Update obsolete comment.
12503 * gdb.fortran/exprs.exp: Ditto.
12504 * lib/gdb.exp: Delete obsolete code.
12505 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
12506 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
12507 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
12508 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
12509 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
12510 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
12511 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
12512 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
12513 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
12514 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
12515 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
12516 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
12517 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
12518 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
12519 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
12520 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
12521 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
12522 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
12523 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
12524 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
12525 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
12526 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
12527 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
12528 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
12529 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
12530 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
12531 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
12532 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
12533 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
12534 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
12535 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
12536 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
12537 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
12538 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
12539 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
12540 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
12541 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
12542
12543 2002-12-11 David Carlton <carlton@math.stanford.edu>
12544
12545 * gdb.c++/m-data.exp: Add test for members that shadow global
12546 variables: see PR gdb/804.
12547 * gdb.c++/m-data.cc: Ditto.
12548
12549 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
12550
12551 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
12552
12553 2002-12-06 David Carlton <carlton@math.stanford.edu>
12554
12555 * gdb.base/store.c: Don't declare functions static.
12556
12557 2002-12-04 Andrew Cagney <ac131313@redhat.com>
12558
12559 * gdb.base/store.exp, gdb.base/store.c: New files.
12560
12561 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
12562
12563 * gdb.base/selftest.exp: Update for current gdb.
12564
12565 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
12566
12567 * gdb.base/maint.exp: Only dump symbols from one source file
12568 or objfile.
12569
12570 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
12571
12572 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
12573 function call.
12574
12575 2002-11-25 Jim Blandy <jimb@redhat.com>
12576
12577 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
12578 function appearing in error message.
12579
12580 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
12581
12582 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
12583
12584 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
12585
12586 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
12587 for mi1 and current mi is in correct format. New mi startup message
12588 should be in mi console format. This is part of fix for PR gdb/604.
12589
12590 2002-09-18 Fernando Nasser <fnasser@redhat.com>
12591
12592 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
12593 which explicitly prints the zero offset as "+0".
12594
12595 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
12596
12597 * gdb.threads/schedlock.c (args): Make unsigned.
12598
12599 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
12600
12601 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
12602 numbers. Allow "foo2|selected stack frame".
12603 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
12604 * gdb.asm/asmsrc2.s: Likewise.
12605 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
12606 comments.
12607 * gdb.asm/mips.inc: New file.
12608
12609 2002-10-18 Adam Fedor <fedor@gnu.org>
12610
12611 * gdb.base/default.exp: Update expected output to include 'ObjC'.
12612 * gdb.base/help.exp: Likewise.
12613
12614 2002-10-17 Kevin Buettner <kevinb@redhat.com>
12615
12616 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
12617 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
12618
12619 2002-10-02 Jim Blandy <jimb@redhat.com>
12620
12621 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
12622
12623 2002-10-01 Andrew Cagney <ac131313@redhat.com>
12624
12625 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
12626 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
12627 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
12628 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
12629 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
12630 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
12631 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
12632
12633 2002-09-29 Andrew Cagney <ac131313@redhat.com>
12634
12635 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
12636 * mi0-disassemble.exp, mi0-eval.exp: Delete.
12637 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
12638 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
12639 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
12640 * mi0-var-block.exp, mi0-var-child.exp: Delete.
12641 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
12642
12643 2002-09-27 Kevin Buettner <kevinb@redhat.com>
12644
12645 * gdb.base/annota1.exp (info break): Make directory components of
12646 path optional since not all compilers emit this debug information.
12647
12648 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
12649 step ends up stepping out of the function instead of stopping on
12650 the epilogue.
12651
12652 2002-09-26 Keith Seitz <keiths@redhat.com>
12653
12654 * lib/insight-support.exp (gdbtk_start): Figure out where
12655 the insight executable is based on where gdb is. Use this
12656 executable to start insight instead of gdb.
12657
12658 2002-09-25 Andrew Cagney <cagney@redhat.com>
12659
12660 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
12661
12662 2002-09-24 Andrew Cagney <ac131313@redhat.com>
12663
12664 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
12665 test_isolated_complaints.
12666 (test_empty_complaint): New function.
12667 (test_empty_complaints): New function. Check no output when no
12668 complaints.
12669
12670 2002-09-19 Jim Blandy <jimb@redhat.com>
12671
12672 * gdb.base/charset.exp, gdb.base/charset.c: New files.
12673
12674 2002-09-19 Andrew Cagney <ac131313@redhat.com>
12675
12676 * gdb.gdb/complaints.exp: New file.
12677
12678 2002-09-18 Andrew Cagney <ac131313@redhat.com>
12679
12680 * gdb.base/maint.exp: Check `help maint internal-warning'.
12681
12682 2002-09-18 David Carlton <carlton@math.stanford.edu>
12683
12684 * gdb.c++/m-static.exp: Remove breakpoints depending on line
12685 numbers, and replace them by a single breakpoint after the
12686 constructors are all finished.
12687 Add test 4.
12688 * gdb.c++/m-static.cc: Add test 4.
12689 * gdb.c++/m-static.h: New file.
12690 * gdb.c++/m-static1.cc: New file.
12691
12692 * gdb.c++/printmethod.exp: New file.
12693 * gdb.c++/printmethod.cc: New file.
12694
12695 * gdb.c++/pr-574.exp: New file.
12696 * gdb.c++/pr-574.cc: New file.
12697
12698 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
12699
12700 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
12701 embedded targets which never actually exit.
12702
12703 2002-09-18 Fernando Nasser <fnasser@redhat.com>
12704
12705 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
12706 "don't step after run" as unresolved or unsupported, instead of xfail.
12707
12708 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
12709
12710 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
12711 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
12712 Add newline to expected string in "step out of main (status wrapper)"
12713 case.
12714
12715 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
12716
12717 * lib/gdb.exp (rerun_to_main): Allow restarting application.
12718 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
12719
12720 2002-09-17 Tom Tromey <tromey@redhat.com>
12721
12722 * gdb.base/printcmds.exp (test_print_string_constants): Expect
12723 \000, not \0, in double-quoted string.
12724
12725 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
12726
12727 * gdb.base/commands.exp: Don't expect a "Program exited normally"
12728 string after running the commands execution on breakpoint tests.
12729
12730 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
12731
12732 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
12733
12734 2002-09-12 Joel Brobecker <brobecker@gnat.com>
12735
12736 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
12737
12738 2002-09-10 Keith Seitz <keiths@redhat.com>
12739
12740 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
12741 runto proc.
12742 (mi_run_to_main): Use mi_runto.
12743 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
12744
12745 2002-09-10 Keith Seitz <keiths@redhat.com>
12746
12747 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
12748 regexp for stopping at main. Could have multiple event notifications.
12749 Don't assume that main was declared with no parameters.
12750 (mi_next): Use mi_step_to.
12751 (mi_step): Use mi_next_to.
12752
12753 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
12754
12755 * gdb.base/default.exp: Fix expected string in `info float' test.
12756
12757 2002-09-09 Ben Elliston <bje@redhat.com>
12758
12759 * config/mips.exp: Update comments.
12760 * config/mips-idt.exp: Likewise.
12761 * config/nind.exp: Likewise.
12762 * config/slite.exp: Likewise.
12763 * config/sparclet.exp: Likewise.
12764 * config/udi.exp: Likewise.
12765 * config/vx.exp: Likewise.
12766 * config/vxworks29k.exp: Likewise.
12767
12768 2002-09-05 Jim Blandy <jimb@redhat.com>
12769
12770 * gdb.threads/killed.exp: Fix test failure message.
12771
12772 2002-09-04 Keith Seitz <keiths@redhat.com>
12773
12774 * lib/mi-support.exp: Update copyright.
12775 (mi_gdb_test): Increase the priority of the expected pattern
12776 so that it matches gdb_test.
12777
12778 2002-09-03 Keith Seitz <keiths@redhat.com>
12779
12780 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
12781 Use integer comparison instead of string comparison for testing
12782 whether binary was built.
12783
12784 2002-09-03 Jim Blandy <jimb@redhat.com>
12785
12786 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
12787
12788 2002-08-29 Jim Blandy <jimb@redhat.com>
12789
12790 * gdb.threads/pthreads.exp: Move the portable thread compilation
12791 code into a function in lib/gdb.exp, and call that from here.
12792 * lib/gdb.exp (gdb_compile_pthreads): New function.
12793
12794 2002-08-29 Keith Seitz <keiths@redhat.com>
12795
12796 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
12797 expect_out so that callers can get at it.
12798
12799 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
12800
12801 * gdb.threads/print-threads.c: New file.
12802 * gdb.threads/print-threads.exp: New file.
12803 * gdb.threads/schedlock.c: New file.
12804 * gdb.threads/schedlock.exp: New file.
12805
12806 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
12807
12808 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
12809 not altivec.c.
12810
12811 2002-08-17 Mark Kettenis <kettenis@gnu.org>
12812
12813 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
12814 targets. The problem should be fixed now.
12815
12816 2002-08-15 Mark Kettenis <kettenis@gnu.org>
12817
12818 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
12819 2002-07-24 change that removes final dots from error messages.
12820
12821 2002-08-13 Tom Tromey <tromey@redhat.com>
12822
12823 * gdb.base/readline.exp: New file.
12824
12825 2002-08-01 Andrew Cagney <ac131313@redhat.com>
12826
12827 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
12828 supress message.
12829
12830 2002-08-01 Andrew Cagney <cagney@redhat.com>
12831
12832 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
12833 CHILL_FOR_TARGET and CHILL_LIB.
12834 * configure.in (configdirs): Remove gdb.chill.
12835 * configure: Regenerate.
12836 * lib/gdb.exp: Obsolete references to chill.
12837 * gdb.fortran/types.exp: Ditto.
12838 * gdb.fortran/exprs.exp: Ditto.
12839
12840 2002-07-30 Kevin Buettner <kevinb@redhat.com>
12841
12842 * gdb.base/shlib-call.exp (additional_flags): Conditionally
12843 set Irix-specific compile and link flags.
12844
12845 2002-07-29 Kevin Buettner <kevinb@redhat.com>
12846
12847 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
12848 source files. The ``-o'' option doesn't work with the ``-E'' option
12849 when using the Irix compiler.
12850
12851 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
12852
12853 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
12854 Improve support for reusing an exec file. Copy exec file
12855 to target, and run gdbserver on the target instead of on the host.
12856
12857 2002-07-18 Jim Blandy <jimb@redhat.com>
12858
12859 * gdb.base/ending-run.exp: Don't expect to see the program end in
12860 some orderly fashion when we're running on a real stand-alone
12861 board.
12862
12863 * gdb.base/interrupt.exp: Correct logic for skipping tests on
12864 targets that don't support interrupts.
12865
12866 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
12867
12868 * gdb.base/attach.exp: Add patterns to match output from /proc-based
12869 systems.
12870 Move comments in expect statements to inside the actions, so that they
12871 don't get matched against.
12872
12873 2002-07-10 Mark Kettenis <kettenis@gnu.org>
12874
12875 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
12876 function when asleep" test.
12877
12878 2002-07-10 Andrew Cagney <ac131313@redhat.com>
12879
12880 * gdb.base/page.exp: Rewrite to handle problems with very long
12881 `info set' output. Update copyright.
12882
12883 2002-06-26 Andrew Cagney <ac131313@redhat.com>
12884
12885 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
12886 gdb.threads-hp.
12887 * gdb.hp/configure: Regenerate.
12888 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
12889 * gdb.hp/gdb.threads-hp/configure: Delete file.
12890 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
12891
12892 2002-06-22 Andrew Cagney <ac131313@redhat.com>
12893
12894 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
12895 setlocale, bindtextdomain and textdomain.
12896
12897 2002-06-11 Jim Blandy <jimb@redhat.com>
12898
12899 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
12900 preprocessor macro information is present.
12901
12902 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
12903 tests.
12904
12905 2002-06-06 Michael Snyder <msnyder@redhat.com>
12906
12907 * gdb.base/overlays.exp: Record addresses of overlay
12908 functions in TCL variables rather than in GDB variables,
12909 to avoid having GDB convert them to pointers (with loss
12910 of information).
12911
12912 * gdb.base/d10v.ld: Merge in several years worth of
12913 default linker script changes.
12914 * gdb.base/long_long.exp: Add check for sizeof (long double).
12915
12916 2002-06-06 Michal Ludvig <mludvig@suse.cz>
12917
12918 * gdb.asm/asm-source.exp: Add x86-64 target.
12919 * gdb.asm/x86_64.inc: New.
12920
12921 2002-05-30 Michael Chastain <mec@shout.net>
12922
12923 From Benjamin Kosnik <bkoz@redhat.com>:
12924 * gdb.c++/m-static.cc: New file.
12925 * gdb.c++/m-static.exp: New file.
12926
12927 2002-05-28 Michael Snyder <msnyder@redhat.com>
12928
12929 * gdb.base/call-ar-st.exp: Allow for reduced floating point
12930 precision.
12931
12932 2002-05-27 Michael Chastain <mec@shout.net>
12933
12934 From Benjamin Kosnik <bkoz@redhat.com>:
12935 * gdb.c++/m-data.cc: New file.
12936 * gdb.c++/m-data.exp: New file.
12937
12938 2002-05-27 Michael Chastain <mec@shout.net>
12939
12940 From Benjamin Kosnik <bkoz@redhat.com>:
12941 * gdb.c++/try_catch.cc: New file.
12942 * gdb.c++/try_catch.exp: New file.
12943
12944 2002-05-27 Michael Chastain <mec@shout.net>
12945
12946 * gdb.c++/local.exp: Accept more nested types in output.
12947
12948 2002-05-26 Michael Chastain <mec@shout.net>
12949
12950 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
12951
12952 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
12953
12954 * lib/gdb.exp (gdb_wrapper_init): Just because
12955 gdb_wrapper_file exists, this does not mean that the file
12956 should not be rebuilt. That is what gdb_wrapper_initialized
12957 is for.
12958 (default_gdb_init): Reset gdb_wrapper_initialized.
12959
12960 2002-05-23 Michael Snyder <msnyder@redhat.com>
12961
12962 * gdb.base/all-bin.exp: Revise previous patch by just reducing
12963 the precision of the floating point test results.
12964 * gdb.base/call-rt-st.exp: Ditto.
12965
12966 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
12967 * gdb.base/call-rt-st.exp: Ditto.
12968
12969 2002-05-19 Michael Chastain <mec@shout.net>
12970
12971 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
12972
12973 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
12974
12975 * configure.in (configdirs): Add gdb.arch.
12976 * configure: Regenerate.
12977
12978 2002-05-17 Jim Blandy <jimb@redhat.com>
12979
12980 * gdb.base/completion.exp: Recognize the more detailed error
12981 messages produced by the macro expander's lexical analyzer.
12982
12983 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
12984
12985 * gdb.arch/altivec-abi.c: New file.
12986 * gdb.arch/altivec-abi.exp: New file.
12987 * gdb.arch/altivec-regs.c: New file.
12988 * gdb.arch/altivec-regs.exp: New file.
12989
12990 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
12991
12992 * gdb.base/maint.exp (maint print type): Update for new type
12993 structure.
12994
12995 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
12996
12997 * gdb.arch: New directory.
12998 * gdb.arch/configure.in: New file.
12999 * gdb.arch/configure: New file.
13000 * gdb.arch/Makefile.in: New file.
13001
13002 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
13003
13004 * gdb.asm/asm-source.exp: Add v850 as supported target.
13005 * gdb.asm/v850.inc: New file.
13006
13007 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
13008
13009 * gdb.c++/annota2.exp (annotate-quit): Add comment.
13010
13011 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
13012
13013 * gdb.base/break.exp: Check 'break "marker2"'.
13014
13015 2002-05-10 Michael Snyder <msnyder@redhat.com>
13016
13017 * gdb.base/long_long.exp: Fix typo.
13018
13019 2002-05-10 Jim Blandy <jimb@redhat.com>
13020
13021 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
13022 a bug.
13023
13024 * gdb.base/printcmds.exp (test_integer_literals_rejected):
13025 Recognize more detailed error message produced by the macro
13026 expander's lexical analyzer.
13027 * lib/gdb.exp (test_print_reject): Same.
13028
13029 2002-05-09 Mark Kettenis <kettenis@gnu.org>
13030
13031 * gdb.c++/method.exp: Fix typo.
13032
13033 2002-05-08 Michael Snyder <msnyder@redhat.com>
13034
13035 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
13036 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
13037 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
13038 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
13039 Add iftarget clause for strongarm.
13040
13041 2002-05-06 Michael Snyder <msnyder@redhat.com>
13042
13043 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
13044 (gdb_continue_to_end): Accept output from status wrapper.
13045 * gdb.base/ending-run.exp: Add case for output from status wrapper.
13046 Clean up fail messages to match pass messages.
13047
13048 Enable the "needs_status_wrapper" testsuite feature.
13049 * lib/gdb.exp (gdb_wrapper_init): New procedure.
13050 (gdb_compile): Conditionally call gdb_wrapper_init.
13051 * gdb.base/a2-run.exp: Recognize output from status wrapper.
13052 * gdb.c++/method.exp: Recognize output from status wrapper.
13053
13054 2002-05-06 Ben Elliston <bje@redhat.com>
13055 From Graydon Hoare <graydon@redhat.com>
13056
13057 * config/sid.exp: Include support for "rawsid" protocol.
13058
13059 2002-05-03 Jim Blandy <jimb@redhat.com>
13060
13061 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
13062 * gdb.c++/hang3.C: New file.
13063
13064 2002-05-04 Andrew Cagney <ac131313@redhat.com>
13065
13066 * gdb.base/default.exp: Remove obsolete code.
13067 * gdb.c++/misc.exp: Ditto. Update copyright.
13068 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
13069 * gdb.base/whatis.exp: Ditto. Update copyright.
13070 * gdb.base/scope.exp: Ditto. Update copyright.
13071 * gdb.base/ptype.exp: Ditto. Update copyright.
13072 * gdb.base/printcmds.exp: Ditto. Update copyright.
13073 * gdb.base/opaque.exp: Ditto. Update copyright.
13074 * gdb.base/list.exp: Ditto.
13075 * gdb.base/funcargs.exp: Ditto. Update copyright.
13076 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
13077 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
13078 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
13079 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
13080 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
13081 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
13082
13083 2002-05-02 Michael Snyder <msnyder@redhat.com>
13084
13085 * gdb.base/watchpoint.exp: Add xscale target.
13086 * gdb.base/long_long.exp: Add xscale target.
13087 * gdb.base/default.exp: Add xscale target.
13088
13089 2002-05-01 Jim Blandy <jimb@redhat.com>
13090
13091 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
13092 gdb.c++/hang.exp: New test.
13093
13094 2002-05-01 Fred Fish <fnf@redhat.com>
13095
13096 * gdb.base/completion.exp: Handle completions of "./Make" for
13097 more than one completion possibility, as is the case when we
13098 build and test in the source tree.
13099
13100 2002-04-29 Anthony Green <green@redhat.com>
13101
13102 * gdb.java/jmisc1.exp: New file.
13103 * gdb.java/jmisc2.exp: New file.
13104
13105 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
13106
13107 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
13108
13109 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
13110
13111 * gdb.base/help.exp: Change 'help status' to allow for target
13112 dependent output differences.
13113
13114 2002-04-22 Michael Chastain <mec@shout.net>
13115
13116 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
13117
13118 2002-04-22 Michael Chastain <mec@shout.net>
13119
13120 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
13121
13122 2002-04-17 David S. Miller <davem@redhat.com>
13123
13124 * gdb.asm/sparc64.inc: New file.
13125 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
13126
13127 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
13128
13129 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
13130 instruction file directly into the build tree. Clean up at end of
13131 test.
13132
13133 2002-04-18 David S. Miller <davem@redhat.com>
13134
13135 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
13136 handle 64-bit platforms correctly.
13137 * gdb.base/maint.exp: Likewise.
13138
13139 2002-04-18 Kevin Buettner <kevinb@redhat.com>
13140
13141 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
13142 ``-fpic'' when compiling files comprising a shared library, but
13143 it does need additional linker flags in order to find shared
13144 libraries at run time.
13145
13146 2002-04-18 Kevin Buettner <kevinb@redhat.com>
13147
13148 * gdb.base/cvexpr.c (use): New function.
13149 (main): Invoke use() on all global variables to prevent
13150 some linkers from deleting these otherwise unused symbols.
13151
13152 2002-04-17 Michael Chastain <mec@shout.net>
13153 From David S. Miller <davem@redhat.com>
13154
13155 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
13156 handle 64-bit platforms correctly.
13157
13158 2002-04-12 Michael Snyder <msnyder@redhat.com>
13159 From Jim Blandy <jimb@redhat.com>
13160 * gdb.base/foo.c (foox): Remove section attribute; the linker
13161 script can handle this instead.
13162 * gdb.base/bar.c (barx): Same.
13163 * gdb.base/baz.c (bazx): Same.
13164 * gdb.base/grbx.c (grbxx): Same.
13165
13166 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
13167 manager doesn't automatically unmap overlays unnecessarily.
13168
13169 2002-04-10 Martin M. Hunt <hunt@redhat.com>
13170
13171 * gdb.base/ending-run.exp: Fix pattern for Mips targets
13172 stepping out of main.
13173
13174 2002-04-09 Michael Chastain <mec@shout.net>
13175
13176 * gdb.c++/local.cc (main): Move call to marker1() inside nested
13177 scope so that the nested scope tests will make sense.
13178 * gdb.c++/local.exp: Write patterns that actually work with gcc
13179 (the HP patterns "were never known to work with gcc").
13180 Keep the old aCC patterns too.
13181
13182 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
13183
13184 * gdb.base/attach.exp: Correct target board test.
13185
13186 2002-04-08 Michael Chastain <mec@shout.net>
13187
13188 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
13189 in a const method. Add some xfail and fail cases for configurations
13190 that do not emit the "const ...".
13191
13192 2002-04-07 Michael Chastain <mec@shout.net>
13193
13194 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
13195 Accept "A * const" and "const A * const" as type of "this".
13196 Fix spelling of getFunky throughout. Make messages uniform.
13197
13198 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
13199
13200 Work around for PR gdb/285:
13201 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
13202
13203 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
13204
13205 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
13206 instructions file at run time instead of configure time.
13207 Sometimes we run the test in a directory that is not the one we
13208 configured in.
13209 * gdb.asm/configure.in: Delete creation of symlink.
13210 * gdb.asm/configure: Regenerate.
13211
13212 2002-04-05 J. Brobecker <brobecker@gnat.com>
13213
13214 * gdb.gdb/xfullpath.exp: New test, to exercise the new
13215 xfullpath () function.
13216
13217 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
13218
13219 * gdb.asm/Makefile.in: Correct dependencies.
13220
13221 * gdb.asm/powerpc.inc: New file.
13222 * gdb.asm/asm-source.exp: Add PowerPC.
13223 * gdb.asm/configure.in: Likewise.
13224 * gdb.asm/configure: Regenerated.
13225
13226 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
13227
13228 * gdb.base/relocate.exp: New file.
13229 * gdb.base/relocate.c: New file.
13230
13231 2002-04-04 Fred Fish <fnf@redhat.com>
13232
13233 * gdb.base/step-test.exp: Update comment regarding stopping in
13234 memcpy/bcopy calls inserted as part of the compiler runtime.
13235
13236 2002-04-04 Michael Snyder <msnyder@redhat.com>
13237
13238 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
13239
13240 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
13241
13242 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
13243 (gdb_expect): Remove $notransfer hack.
13244
13245 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
13246
13247 * gdb.c++/classes.exp ("calling method for small class"): Match
13248 updated register output.
13249
13250 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
13251
13252 Fix PR gdb/452
13253 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
13254 when finished. Make gdb_file_cmd send "exec-file" when
13255 appropriate.
13256
13257 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
13258
13259 * gdb.base/attach.exp: Remove extra setup_xfail.
13260
13261 2002-03-26 Michael Snyder <msnyder@redhat.com>
13262
13263 * gdb.base/default.exp: Add tests for dump, append, and restore.
13264 * gdb.base/help.exp: Add tests for dump, append, and restore.
13265 * gdb.base/dump.exp: New file, test dump, append and restore.
13266 * gdb.base/dump.c: New file.
13267
13268 2002-03-27 Michael Snyder <msnyder@redhat.com>
13269
13270 * gdb.base/help.exp: Modify expect strings to reflect
13271 clean-ups in help messages.
13272
13273 2002-03-26 Fred Fish <fnf@redhat.com>
13274
13275 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
13276 have debugging info for those functions and the compiler uses them
13277 internally to copy structs around.
13278
13279 2002-03-26 Fred Fish <fnf@redhat.com>
13280
13281 * gdb.base/list.exp: Revert the change made yesterday and add note
13282 about why we don't list the default lines for remote targets.
13283
13284 2002-03-25 Michael Snyder <msnyder@redhat.com>
13285
13286 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
13287
13288 2002-03-25 Fred Fish <fnf@redhat.com>
13289
13290 * gdb.base/list.exp: This test works on remote targets so remove
13291 the short circuit for remote targets. Update copyright.
13292
13293 2002-03-25 Fred Fish <fnf@redhat.com>
13294
13295 * gdb.base/attach.exp: Fix logic error that was suppressing this
13296 test for all non hppa*-*-hpux* targets, instead of the hp target.
13297 Move comments closer to the suppression point. Also now need to
13298 check that we are running natively.
13299
13300 2002-03-22 Michael Snyder <msnyder@redhat.com>
13301
13302 * gdb.base/default.exp: Add test for gcore. Update copyright.
13303 * gdb.base/help.exp: Add test for gcore. Update copyright.
13304
13305 2002-03-06 Fred Fish <fnf@redhat.com>
13306
13307 * gdb.base/funcargs.c: Remove extraneous ';' character.
13308 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
13309
13310 2002-03-04 Michael Chastain <mec@shout.net>
13311
13312 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
13313 accommodate gcc v3 function signature.
13314 * gdb.mi/mi0-var-cmd-exp: Ditto.
13315
13316 2002-02-24 Andrew Cagney <ac131313@redhat.com>
13317
13318 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
13319 ``GNU/Linux'' or ``Linux kernel''
13320 * testsuite/gdb.threads/pthreads.c: Ditto.
13321
13322 2002-02-24 Michael Chastain <mec@shout.net>
13323
13324 * gdb.threads/pthreads.c (thread1): Add a return statement.
13325 (thread2): Likewise.
13326 (foo): Likewise.
13327
13328 2002-02-23 Michael Chastain <mec@shout.net>
13329
13330 * gdb.threads/linux-dp.c (philosopher): Add a return statement
13331 to placate gcc.
13332
13333 2002-02-23 Michael Chastain <mec@shout.net>
13334
13335 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
13336 test "ptype bint". The test passes on all my stabs configurations.
13337
13338 2002-02-21 Jim Blandy <jimb@redhat.com>
13339
13340 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
13341 filename at a time, and watch for the ones we want to see.
13342
13343 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
13344 types of pointers to prototyped functions.
13345
13346 2002-02-20 Andrew Cagney <ac131313@redhat.com>
13347
13348 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
13349 signed, unsigned and straight char.
13350 (padding_char, padding_short, padding_int, padding_long,
13351 padding_long_long, padding_float, padding_double,
13352 padding_long_double): New global variables.
13353 (fill, fill_structs): New functions.
13354
13355 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
13356 for correctly sized writes. Update copyright.
13357 (get_valueof): New procedure.
13358 (get_sizeof): Call get_valueof.
13359 (check_valueof): New procedure.
13360 (check_padding): New procedure.
13361
13362 2002-02-20 Michael Chastain <mec@shout.net>
13363
13364 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
13365 to setup_xfail. Document some of the remaining calls.
13366
13367 2002-02-18 Michael Chastain <mec@shout.net>
13368
13369 * gdb.c++/userdef.exp: Update copyright year.
13370
13371 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
13372
13373 * gdb.c++/userdef.exp: Test overloaded operators properly.
13374 Remove xfails.
13375
13376 2002-02-14 Michael Snyder <msnyder@redhat.com>
13377
13378 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
13379
13380 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
13381
13382 * gdb.base/a2-run.exp: Check for a remote target properly.
13383 * gdb.base/annota1.exp: Likewise.
13384 * gdb.base/list.exp: Likewise.
13385 * gdb.base/reread.exp: Likewise.
13386 * gdb.base/scope.exp: Likewise.
13387 * gdb.base/shlib-call.exp: Likewise.
13388 * gdb.base/term.exp: Likewise.
13389 * gdb.c++/annota2.exp: Likewise.
13390
13391 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
13392
13393 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
13394
13395 2002-02-10 Michael Chastain <mec@shout.net>
13396
13397 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
13398 (call_after_alloca): Ditto.
13399
13400 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
13401
13402 * gdb.base/ending-run.exp: Guard "cont" test with
13403 gdb_skip_stdio_test.
13404
13405 2002-02-06 Jim Blandy <jimb@redhat.com>
13406
13407 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
13408 from here...
13409 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
13410 To here. Disable this test on non-HP platforms. Add big comment.
13411
13412 2002-02-04 Michael Snyder <msnyder@redhat.com>
13413
13414 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
13415 other than d10v and m32r.
13416
13417 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
13418
13419 * gdb.base/default.exp: Rewrite test patterns to reduce time
13420 taken to match them.
13421
13422 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13423
13424 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
13425 Allow a start function above main.
13426 * gdb.threads/linux-dp.exp: Fix copyright date.
13427
13428 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13429
13430 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
13431 (check_philosopher_stack): Check for manager thread before checking
13432 for a just-starting thread.
13433
13434 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13435
13436 From Neil Booth <neil@daikokuya.demon.co.uk>:
13437 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
13438 warnings.
13439
13440 2002-01-21 Fred Fish <fnf@redhat.com>
13441
13442 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
13443 not caller.
13444
13445 2002-01-21 Jim Blandy <jimb@redhat.com>
13446
13447 * gdb.base/reread.exp: Check that GDB properly re-reads the
13448 executable file when it changes while no inferior is running.
13449
13450 2002-01-21 Fred Fish <fnf@redhat.com>
13451
13452 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
13453 optionally accept the "shlib events" variation.
13454
13455 2002-01-21 Jim Blandy <jimb@redhat.com>
13456
13457 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
13458 call `fflush' after every `printf', so that the output is produced
13459 at predictable points, regardless of whatever buffering does (or
13460 doesn't) take place.
13461 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
13462 at different points.
13463
13464 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13465
13466 * gdb.c++/inherit.exp: Update copyright years.
13467 * gdb.c++/method.exp: Likewise.
13468
13469 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13470
13471 * gdb.c++/classes.exp: Update for improved v3 support and skipping
13472 artificial methods/arguments.
13473 * gdb.c++/derivation.exp: Likewise.
13474 * gdb.c++/inherit.exp: Likewise.
13475 * gdb.c++/method.exp: Likewise.
13476 * gdb.c++/virtfunc.exp: Likewise.
13477
13478 2002-01-18 Andrew Cagney <ac131313@redhat.com>
13479
13480 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
13481 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
13482 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
13483 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
13484 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
13485 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
13486
13487 2002-01-17 Jim Blandy <jimb@redhat.com>
13488
13489 * gdb.asm/asm-source.exp (info symbol): Take another shot at
13490 anchoring the pattern matching the entry point symbol's name.
13491
13492 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13493
13494 * gdb.base/maint.exp: Update ``maint internal-error'' to match
13495 continue/quit query. Update copyright.
13496
13497 2002-01-14 Michael Snyder <msnyder@redhat.com>
13498
13499 * gdb.base/gcore.exp: Remove extra debugging output.
13500
13501 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
13502
13503 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
13504 for slightly dubious v2 mangled string.
13505
13506 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
13507
13508 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
13509
13510 2002-01-10 Jason Merrill <jason@redhat.com>
13511
13512 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
13513
13514 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
13515 constructors.
13516 * gdb.c++/derivation.exp: Likewise.
13517 * gdb.c++/templates.exp: Likewise.
13518 * gdb.c++/virtfunc.exp: Likewise.
13519
13520 2002-01-10 Michael Snyder <msnyder@redhat.com>
13521
13522 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
13523
13524 2002-01-08 Michael Snyder <msnyder@redhat.com>
13525
13526 * gdb.base/gcore.exp: New test for generate-core-file command.
13527 * gdb.base/gcore.c: Testcase for above.
13528 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
13529
13530 2002-01-08 Jason Merrill <jason@redhat.com>
13531
13532 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
13533
13534 2002-01-07 Fred Fish <fnf@redhat.com>
13535
13536 * gdb.c++/overload.exp: Remove unconditional xfails for:
13537 print foo_instance1.overloadargs(1)
13538 print foo_instance1.overloadargs(1, 2)
13539 print foo_instance1.overloadargs(1, 2, 3)
13540 print foo_instance1.overloadargs(1, 2, 3, 4)
13541 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
13542 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
13543 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
13544 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
13545 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
13546 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
13547 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
13548 print foo_instance1.overload1arg()
13549 print foo_instance1.overload1arg((char)arg2)
13550 print foo_instance1.overload1arg((signed char)arg3)
13551 print foo_instance1.overload1arg((unsigned char)arg4)
13552 print foo_instance1.overload1arg((int)arg7)
13553 print foo_instance1.overload1arg((unsigned int)arg8)
13554 print foo_instance1.overload1arg((float)arg11)
13555 print foo_instance1.overload1arg((double)arg12)
13556
13557 2002-01-07 Michael Snyder <msnyder@redhat.com>
13558
13559 * gdb.base/huge.exp: New test. Print a very large target data object.
13560 (skip_huge_test): New test variable. Define if you want to skip this
13561 test. The test reads an 8 megabyte data object from the target, so it
13562 might be very time consuming on remote targets with a slow connection.
13563 * gdb.base/huge.c: New file. Test case for above.
13564
13565 2002-01-07 Fred Fish <fnf@redhat.com>
13566
13567 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
13568 g_instance.bfoo, and g_instance.cfoo.
13569
13570 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
13571
13572 * gdb.base/break.c (multi_line_if_conditional): New function.
13573 (multi_ilne_while_conditional): Likewise.
13574 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
13575 IF or WHILE condition puts the breakpoint at the start of
13576 the condition.
13577
13578 * gdb.base/selftest.exp (backtrace through signal handler): Remove
13579 hppa*-*-hpux* expected failure.
13580 * gdb.base/structs.exp (do_function_calls): Similarly.
13581
13582 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
13583 watchpoints.
13584
13585 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13586
13587 Fix PR gdb/66.
13588 * gdb.base/structs.exp: Replace skip for a29k with skip for
13589 gdb,cannot_call_functions.
13590 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
13591 * gdb.base/callfuncs.exp: Ditto.
13592 * gdb.base/call-rt-st.exp: Ditto.
13593 * gdb.base/call-strs.exp: Ditto.
13594 * gdb.base/callfwmall.exp: Ditto.
13595 * gdb.base/scope.exp: Obsolete xfail a29k.
13596 * gdb.c++/misc.exp: Ditto.
13597 * gdb.c++/cplusfuncs.exp: Ditto.
13598 * gdb.base/ptype.exp: Ditto.
13599 * gdb.base/printcmds.exp: Ditto.
13600 * gdb.base/opaque.exp: Ditto.
13601 * gdb.base/list.exp: Ditto.
13602 * gdb.base/funcargs.exp: Ditto.
13603 * gdb.base/default.exp: Ditto.
13604
13605 2002-01-04 Michael Snyder <msnyder@redhat.com>
13606
13607 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
13608 * gdb.base/maint.exp: Add tests for maint info sections options.
13609
13610 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
13611
13612 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
13613
13614 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
13615
13616 * gdb.asm/arm.inc: New file.
13617 * gdb.asm/asm-source.exp: Add arm targets.
13618 * gdb.asm/configure.in: Ditto.
13619 * gdb.asm/configure: Recreated from configure.in.
13620
13621 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
13622
13623 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
13624 with HP's compiler.
13625 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13626 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13627 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13628 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13629
13630 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
13631 either HP's compilers or GCC.
13632
13633 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
13634 a SIGBUS or SIGSEGV.
13635
13636 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
13637
13638 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
13639 can be compiled with either HP's compiler or GCC.
13640
13641 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
13642 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
13643 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
13644
13645 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
13646 to match current gdb output. Update due to using auto-solib-limit
13647 for limiting instead of overloading auto-solib-add.
13648 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
13649 test program.
13650
13651 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
13652 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
13653 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13654 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13655 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13656 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13657 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
13658 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
13659 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
13660 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
13661 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
13662 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
13663 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
13664
13665 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
13666 a SIGTRAP to the inferior.
13667
13668 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
13669
13670 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
13671 Substitute call to target_link by call to gdb_compile.
13672
13673 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
13674
13675 * gdb.base/break.exp: Fix HP specific search string when testing
13676 backtracing in a called function.
13677
13678 * gdb.base/constvars.exp: Only set lang to C++ if we're
13679 compiling the test with HP's compilers.
13680 * gdb.base/volatile.exp: Similarly.
13681
13682 2001-12-19 Jim Blandy <jimb@redhat.com>
13683
13684 * gdb.base/printcmds.exp: Expect the null character to be printed
13685 as '\0', and the '\013' to be printed as '\v'.
13686 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
13687 * gdb.base/setvar.exp: Same.
13688
13689 2001-12-17 Jim Blandy <jimb@redhat.com>
13690
13691 * gdb.base/completion.exp: Rather than completing very long
13692 filenames, which can make the readline library produce output we
13693 don't recognize, cd to the directory first, and then complete
13694 using nice, short relative paths.
13695
13696 * gdb.base/completion.exp: On some systems, there is, in fact, a
13697 variable named `b' in scope, since GDB treats all static
13698 variables as being in scope. So use `no_var_named_this'
13699 instead of `b'.
13700
13701 * gdb.base/corefile.exp: Recognize the message saying that GDB
13702 can't find the core file's registers as a failure.
13703
13704 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
13705
13706 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
13707 test expect string more specific.
13708
13709 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
13710
13711 * gdb.asm/asm-source.exp: Add support for xstormy16.
13712 * gdb.asm/configure.in: Ditto.
13713 * gdb.asm/configure: Rebuild.
13714 * gdb.asm/xstormy16.inc: New file.
13715
13716 2001-12-10 Fred Fish <fnf@redhat.com>
13717
13718 * gdb.base/maint.exp: Update to match changes in type dumping code.
13719
13720 2001-12-10 Jim Blandy <jimb@redhat.com>
13721
13722 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
13723 matching the entry point symbol's name at the beginning of the
13724 line.
13725
13726 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
13727
13728 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
13729 gdb.c++/inherit.exp, gdb.c++/method.exp,
13730 gdb.c++/namespace.exp, gdb.c++/templates.exp,
13731 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
13732 and class layout support.
13733
13734 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
13735
13736 * gdb.c++/classes.exp: Add test for static member function.
13737 * gdb.c++/misc.cc: Add class with static member function.
13738
13739 2001-12-07 Jim Blandy <jimb@redhat.com>
13740
13741 If GDB says it can't find the struct the function returned, report
13742 those tests as `unsupported'.
13743 * gdb.base/call-rt-st.exp (print_struct_call): New function.
13744 Rewrite subsequent tests to use it.
13745
13746 If GDB says it can't find the struct the function returned, report
13747 those tests as `unsupported'.
13748 * gdb.base/structs.exp (call_struct_func): New function.
13749 (do_function_calls): Use call_struct_func to call the functions
13750 returning structs.
13751
13752 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
13753 whether functions are prototyped or not, so we can't possibly pass
13754 arguments to t_float_values2 properly.
13755
13756 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
13757 value of `timeout' for targets other than the mips*tx39-*.
13758
13759 2001-12-06 Michael Snyder <msnyder@redhat.com>
13760
13761 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
13762 and detect whether the start symbol has a leading underscore.
13763
13764 2001-12-04 Jim Blandy <jimb@redhat.com>
13765
13766 * gdb.base/completion.exp: Clarify indentation.
13767
13768 2001-12-03 Jim Blandy <jimb@redhat.com>
13769
13770 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
13771 variables on the S/390, not `.word'.
13772
13773 2001-11-30 Jim Blandy <jimb@redhat.com>
13774
13775 Add assembly-source tests for s390-ibm-linux.
13776 * gdb.asm/s390.inc: New file.
13777 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
13778 the S/390 architecture.
13779 * gdb.asm/configure: Regenerated.
13780
13781 2001-11-30 Michael Snyder <msnyder@redhat.com>
13782
13783 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
13784 next, info source, info sources, info line, global and static
13785 variables, and static functions.
13786 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
13787 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
13788 * gdb.asm/asmsrc1.s: Add a static function and some variables.
13789 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
13790 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
13791 (gdbasm_leave): Restore frame pointer.
13792 (gdbasm_startup): Copy stack set-up from crt0.S.
13793
13794 2001-11-26 Fernando Nasser <fnasser@redhat.com>
13795
13796 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
13797 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
13798 to a local (non-static) variable. Copy tstruct.a to a static buffer
13799 and return a pointer to that buffer.
13800 * gdb.base/callfwmall.c (t_structs_a): Ditto.
13801
13802 2001-11-24 Mark Kettenis <kettenis@gnu.org>
13803
13804 * gdb.asm/configure.in: Fix recognition of ix86 target.
13805 * gdb.asm/configure: Regenerate.
13806
13807 2001-11-21 Michael Snyder <msnyder@redhat.com>
13808
13809 * gdb.asm/sparc.inc: New file.
13810 * gdb.asm/asm-source.exp: Recognize sparc target.
13811 * gdb.asm/configure.in: Recognize sparc target.
13812 * gdb.asm/configure: Regenerate.
13813
13814 2001-11-21 Michael Snyder <msnyder@redhat.com>
13815
13816 * gdb.asm/m32r.inc: New file.
13817 * gdb.asm/asm-source.exp: Recognize m32r target.
13818 * gdb.asm/configure.in: Recognize m32r target.
13819 * gdb.asm/configure: Regenerate.
13820
13821 2001-11-20 Michael Snyder <msnyder@redhat.com>
13822
13823 * gdb.asm/i386.inc: New file.
13824 * gdb.asm/asm-source.exp: Recognize ix86 target.
13825 * gdb.asm/configure.in: Recognize ix86 target.
13826 * gdb.asm/configure: Regenerate.
13827
13828 * gdb.c++/namespace.exp: Fix quotes in output messages.
13829
13830 2001-11-14 Michael Snyder <msnyder@redhat.com>
13831
13832 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
13833 qualifier in a type cast expression, to designate an address
13834 in the instruction space (Harvard architecture).
13835
13836 2001-11-13 Michael Snyder <msnyder@redhat.com>
13837
13838 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
13839 Tests for expressions using 'const' and 'volatile'.
13840
13841 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
13842
13843 * gdb.asm/asm-sources.exp: Allow defining linker flags.
13844
13845 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
13846
13847 * lib/mi-support.exp (mi_run_to_helper): Move comments
13848 outside of gdb_expect.
13849
13850 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
13851
13852 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
13853 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
13854 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
13855 mi0_run_to): New functions.
13856 * gdb.mi/mi-simplerun.exp: Use them.
13857 * gdb.mi/mi0-simplerun.exp: Likewise.
13858 * gdb.mi/mi-var-cmd.exp: Likewise.
13859 * gdb.mi/mi0-var-cmd.exp: Likewise.
13860
13861 2001-11-10 Andrew Cagney <ac131313@redhat.com>
13862
13863 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
13864 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
13865
13866 2001-11-09 Andrew Cagney <ac131313@redhat.com>
13867
13868 * gdb.base/restore.exp: Include $expected value in restored test
13869 message.
13870
13871 2001-11-09 Andrew Cagney <ac131313@redhat.com>
13872
13873 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
13874 implemented.
13875
13876 2001-11-08 Michael Snyder <msnyder@redhat.com>
13877
13878 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
13879 Add pass/fail message for stop at breakpoint in call dummy function.
13880
13881 2001-11-07 Michael Snyder <msnyder@redhat.com>
13882
13883 * gdb.c++/templates.exp (test_template_breakpoints):
13884 If we get an overload menu, but it does not match what
13885 we expect, we still need to issue the "cancel" command.
13886 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
13887 making the whitespace optional. Argument for "new" may be
13888 "unsigned" as well as "unsigned int/long".
13889 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
13890 making the whitespace optional. Also replace "(void) with
13891 "((void|)), making the keyword "void" optional.
13892 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
13893 making the whitespace optional. Also replace "(void) with
13894 "((void|)), making the keyword "void" optional.
13895 * gdb.base/callfuncs.c (t_float_values): This function must
13896 _not_ be prototyped, and the following function (t_float_values2)
13897 must be prototyped (if the compiler supports it), so that GDB
13898 can be tested against both cases. Usually one case involves
13899 promotion of float to double, while the other does not.
13900 * gdb.base/callfwmall.c: Ditto.
13901 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
13902 includes a stack frame for "start".
13903
13904 2001-11-05 Jim Blandy <jimb@redhat.com>
13905
13906 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
13907 pointers are 32 bits long, and that offsets of relocs are always
13908 stored in the data (REL-style), and not in the reloc entry itself
13909 (RELA-style).
13910 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
13911 stabs.
13912
13913 2001-11-01 Michael Snyder <msnyder@redhat.com>
13914
13915 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
13916 and regular expression operators by using quoting.
13917
13918 2001-10-31 Michael Snyder <msnyder@redhat.com>
13919
13920 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
13921 depending on what the symbol table contains.
13922 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
13923 the output of the ptype command. Similarly, accept both "const &"
13924 and "const&".
13925
13926 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
13927
13928 * gdb.base/miscexprs.c (main): Add usage of preprocessor
13929 symbol `STORAGE' to allow to choose the storage class of
13930 the local datastructures.
13931 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
13932 compiler directive.
13933
13934 2001-10-30 Michael Snyder <msnyder@redhat.com>
13935
13936 * gdb.base/jump.exp: Allow it to run for all targets.
13937
13938 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
13939
13940 * gdb.base/call-ar-st.c (print_double_array): Match for loop
13941 with new double_array size.
13942 (main): Change storage class of all local variables to static.
13943 Reduce size of double_array to 9.
13944 * gdb.base/call-ar-st.exp: Increase timeout value.
13945 Change expected output for double array to match new size in
13946 call-ar-st.c.
13947
13948 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
13949
13950 * gdb.base/ending-run.exp: Create identical output when passing
13951 `step to end of run' case. Add regular expression branch satisfying
13952 Stormy16 target.
13953
13954 2001-10-28 Mark Kettenis <kettenis@gnu.org>
13955
13956 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
13957 that we catch the expected failure under Linux/x86.
13958
13959 2001-10-29 Orjan Friberg <orjanf@axis.com>
13960
13961 * gdb.base/setvar.exp: Escape curly braces.
13962 * gdb.stabs/weird.exp: Ditto.
13963
13964 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
13965
13966 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
13967 * gdm.mi/mi0-hack-cli.exp: Likewise.
13968
13969 2001-10-25 Andrew Cagney <ac131313@redhat.com>
13970
13971 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
13972 messages.
13973
13974 2001-10-21 Andrew Cagney <ac131313@redhat.com>
13975
13976 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
13977 checking MI enabled.
13978
13979 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
13980
13981 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
13982
13983 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
13984
13985 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
13986 if gdb child process crashes, just signal an error.
13987
13988 2001-10-02 Jim Blandy <jimb@redhat.com>
13989
13990 * lib/gdb.exp (test_xfail_format): Simplify.
13991
13992 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
13993 front of the variable name `format'. Simplify `if'.
13994
13995 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
13996
13997 * gdb.threads/pthreads.exp: Wait for output and delay
13998 before sending ^C.
13999
14000 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
14001
14002 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
14003 some incorrect output instead of timing out.
14004 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
14005
14006 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
14007
14008 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
14009 check to allow additional `int'.
14010
14011 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
14012
14013 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
14014 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
14015
14016 2001-09-27 Michael Snyder <msnyder@redhat.com>
14017
14018 * lib/gdb.exp (test_debug_format): New proc.
14019 (setup_xfail_format): Use new proc test_debug_format.
14020 * gdb.base/constvars.exp (local_compiler_xfail_check): New
14021 proc; use new service proc test_debug_format.
14022 Replace all other "gcc_compiled" tests with this test.
14023 * gdb.base/volatile.exp (local_compiler_xfail_check): New
14024 proc; use new service proc test_debug_format.
14025 Replace all other "gcc_compiled" tests with this test.
14026
14027 2001-09-27 Michael Snyder <msnyder@redhat.com>
14028
14029 * gdb.base/cvexpr.exp: New file.
14030 * gdb.base/cvexpr.c: New file
14031 Test for expressions using const and volatile keywords.
14032
14033 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
14034
14035 * gdb.base/constvars.exp: Check for different orders of keywords
14036 and additional "int" strings in output.
14037
14038 2001-09-22 Andrew Cagney <ac131313@redhat.com>
14039
14040 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
14041 responses from "help maint".
14042
14043 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
14044
14045 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
14046 to localhost:NNN instead of :NNN, in case Xvfb is listening
14047 only on TCP.
14048
14049 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
14050
14051 * gdb.base/recurse.exp: When checking leaving the watchpoint
14052 scope, recognize when gdb is in function's epilogue and pass.
14053
14054 2001-09-18 Keith Seitz <keiths@redhat.com>
14055
14056 * lib/insight-support.exp (_gdbtk_export_target_info): Add
14057 support for running tests against sid targets.
14058 (gdbtk_done): Ditto.
14059
14060 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
14061
14062 * gdb.base/ending-run.c (main): Set stdout buffersize
14063 to the same reasonable value for any target.
14064 * gdb.base/ending-run.exp: Add a regular expression
14065 to make testsuite happy on Sanyo Stormy16 target.
14066
14067 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
14068
14069 * gdb.base/display.c (do_loops): Add float variable `f'.
14070 Increment f in loop.
14071 * gdb.base/display.exp: Increment timeout by 60 seconds.
14072 Change float display test to use variable `f'.
14073
14074 2001-09-17 Jim Blandy <jimb@redhat.com>
14075
14076 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
14077 overflowing the limited breakpoint tables on some ROM monitors
14078 (like the ROM68K).
14079
14080 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
14081
14082 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
14083 the "-ac" (disable access control) flag.
14084
14085 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
14086
14087 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
14088 ints.
14089
14090 2001-08-30 Keith Seitz <keiths@redhat.com>
14091
14092 * lib/gdb.exp: Move all insight-related functionality into
14093 separate file.
14094 * lib/insight-support.exp: New file.
14095
14096 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
14097
14098 * config/sid.exp (sid_start): Never set sid verbosity; disable
14099 expect_background {} that consumed its stdout; tolerate </dev/null.
14100 Attempt to set endianness override in "sid" protocol mode. Cleanup.
14101
14102 2001-08-18 Andrew Cagney <ac131313@redhat.com>
14103
14104 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
14105 CLI jump command to start it.
14106 (mi_run_to_main): Fail immediatly when unexpected output.
14107
14108 2001-08-18 Andrew Cagney <ac131313@redhat.com>
14109
14110 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
14111 beginning of function. Fix PR gdb/191.
14112
14113 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
14114
14115 * config/sid.exp (sid_start): Don't warn if we cannot figure out
14116 what to force sid endianness to.
14117
14118 2001-08-15 Keith Seitz <keiths@redhat.com>
14119
14120 * lib/gdb.exp (gdbtk_start): Don't set environment
14121 variables for TCL_LIBRARY and friends. Insight will
14122 now figure these out for itself.
14123
14124 2001-08-02 Michael Snyder <msnyder@redhat.com>
14125
14126 * gdb.base/completion.exp: Remove the symbol "a64l" from
14127 the expect string; this is target-specific, and not related
14128 to what is being tested.
14129
14130 2001-08-02 Dave Brolley <brolley@redhat.com>
14131
14132 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
14133
14134 2001-07-25 Michael Snyder <msnyder@redhat.com>
14135
14136 * gdb.base/consecutive.exp: New file. Test stepping over
14137 breakpoints on consecutive instructions.
14138 * gdb.base/consecutive.c: New file.
14139
14140 * gdb.base/call-rt-st.exp: Use double-backslash to quote
14141 curly braces in regular expressions.
14142
14143 2001-07-25 Michael Snyder <msnyder@redhat.com>
14144
14145 * gdb.base/ending-run.exp: Accept "Program exited normally" as
14146 legitimate output from stepping out of main.
14147
14148 2001-07-22 Keith Seitz <keiths@redhat.com>
14149
14150 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
14151 the empty string, do not run the tests.
14152
14153 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14154
14155 * gdb.base/long_long.exp: Detect size of pointer. Take into
14156 account 2-byte pointers when testing for p/a results.
14157
14158 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14159
14160 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
14161 and defined to 1K for m68hc11.
14162 (random_data): Reduce table to 1K for embedded platforms (68hc11).
14163 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
14164 (sizeof_random_data): New variable to tell the size of the data table;
14165 don't test past this size; always run to main.
14166
14167 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14168
14169 * gdb.base/return2.exp: return of long long and double fails for
14170 68HC11; don't execute these tests on that platform.
14171 * gdb.base/return.exp: Return of a double fails for 68hc11.
14172
14173 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14174
14175 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
14176 tests that print a float.
14177 * call-rt-st.exp: Likewise.
14178
14179 2001-07-12 Mark Kettenis <kettenis@gnu.org>
14180
14181 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
14182 running this test on Linux.
14183
14184 2001-06-24 Michael Chastain <chastain@redhat.com>
14185
14186 * gdb.base/arithmet.exp: Remove some tests to make all test names
14187 unique.
14188
14189 2001-07-03 Michael Snyder <msnyder@redhat.com>
14190
14191 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
14192 the output of the ptype command.
14193
14194 2001-07-02 Michael Snyder <msnyder@redhat.com>
14195
14196 * gdb.base/completion.exp: Don't assume that break.c is the only
14197 source file that may contain functions named "marker".
14198 * gdb.base/corefile.exp: Quote the curly braces in regexp.
14199
14200 2001-06-28 Andrew Cagney <ac131313@redhat.com>
14201
14202 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
14203 of files to delete.
14204
14205 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
14206 * gdb.disasm/h8300s.exp: New file.
14207 gdb.disasm/h8300s.s: Likewise.
14208
14209 2001-06-27 Andrew Cagney <ac131313@redhat.com>
14210
14211 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
14212 empty breakpoint tables.
14213
14214 2001-06-25 Andrew Cagney <ac131313@redhat.com>
14215
14216 * lib/mi-support.exp: Update args=... part of stop-reason
14217 patterns. Accept either a list or a tuple.
14218
14219 2001-06-23 Andrew Cagney <ac131313@redhat.com>
14220
14221 * lib/mi-support.exp: Remove local emacs variable defining
14222 change-log-default-name.
14223
14224 2001-06-22 Michael Chastain <chastain@redhat.com>
14225
14226 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
14227 This is operationally compatible with the previous version.
14228
14229 2001-06-13 Jim Blandy <jimb@redhat.com>
14230
14231 * lib/gdb.exp (gdb_test): Doc fix.
14232
14233 2001-06-10 Michael Chastain <chastain@redhat.com>
14234
14235 * gdb.base/exprs.exp: Remove a duplicate test.
14236
14237 2001-06-06 Jim Blandy <jimb@redhat.com>
14238
14239 * gdb.base/return2.exp (main): Use values to test float and double
14240 returns that are not NaN's, to avoid being confused by IEEE
14241 comparison rules.
14242
14243 2001-06-04 Michael Snyder <msnyder@redhat.com>
14244
14245 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
14246 non-zero if control_c fails. Terminate the test on failure,
14247 rather than wait for 12 more tests to time out.
14248
14249 2001-06-06 Jim Blandy <jimb@redhat.com>
14250
14251 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
14252 Don't forget to match the GDB prompt.
14253
14254 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
14255
14256 2001-06-04 Jim Blandy <jimb@redhat.com>
14257
14258 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
14259 command.
14260
14261 2001-05-31 Kevin Buettner <kevinb@redhat.com>
14262
14263 * gdb.base/annota1.exp (info break): Match four or more spaces
14264 after "Address".
14265
14266 2001-05-31 Michael Chastain <chastain@redhat.com>
14267
14268 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
14269 (dm_type_int_star): Likewise.
14270 (dm_type_long_star): Likewise.
14271 (dm_type_void_star): Likewise.
14272
14273 2001-05-29 Kevin Buettner <kevinb@redhat.com>
14274
14275 * gdb.base/completion.exp (INPUTRC): Set this environment variable
14276 to a known value in order to get consistent results regardless
14277 of the setting of INPUTRC or the presence or contents of .inputrc.
14278
14279 2001-05-24 Michael Snyder <msnyder@redhat.com>
14280
14281 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
14282 Don't require that the main thread and the manager thread are the
14283 first in the list.
14284
14285 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
14286 debugging. If test fails, issue an "unsupported" not a "fail".
14287
14288 2001-05-24 Jim Blandy <jimb@redhat.com>
14289
14290 Don't assume that short is shorter than int.
14291 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
14292 assume that shorts are smaller than ints. On a 16-bit machine,
14293 this isn't true.
14294 ("print unsigned char == (~0)"): Add test that verifies that ~0,
14295 an int, is not equal to ~0 stored in an unsigned char. This tests
14296 the same thing that the previous test meant to, but works on
14297 16-bit machines, too.
14298 ("print unsigned char != (~0)"): Same test, complemented.
14299
14300 2001-05-24 Michael Snyder <msnyder@redhat.com>
14301
14302 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
14303 test for (full_coverage == 0). This makes the test run faster,
14304 and prevents dejagnu getting out of step.
14305
14306 2001-05-23 Kevin Buettner <kevinb@redhat.com>
14307
14308 * gdb.base/finish.exp (finish_void): Revise pattern for
14309 stopping on the call statement to not permit stopping at
14310 the start of the instructions comprising the call sequence.
14311
14312 2001-05-19 Michael Chastain <chastain@redhat.com>
14313
14314 * gdb.base/callfuncs.exp: Make all test names unique.
14315 * gdb.base/commands.exp: Make all test names unique.
14316 * gdb.base/condbreak.exp: Make all test names unique.
14317 * gdb.base/dbx.exp: Make all test names unique.
14318 * gdb.base/default.exp: Make all test names unique.
14319 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
14320 and TIMEOUT messages to their corresponding PASS message.
14321 * gdb.base/ending-run.exp: Make all test names unique.
14322 * gdb.base/long_long.exp: Remove duplicate test.
14323
14324 2001-05-21 Kevin Buettner <kevinb@redhat.com>
14325
14326 * gdb.base/finish.exp (finish_void): Allow "finish" command to
14327 stop on the call statement as well as the statement after the
14328 call.
14329
14330 2001-05-21 Michael Snyder <msnyder@redhat.com>
14331
14332 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
14333
14334 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
14335
14336 * gdb.base/completion.exp: Revamp test. Make it execute on all
14337 platforms.
14338
14339 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
14340
14341 * config/gdbserver.exp (gdb_load): Handle the case
14342 in which the arguments to gdbserver are given in the
14343 baseboard configuration file.
14344 Also handle the case in which the server needs to do a
14345 load.
14346
14347 2001-05-07 Keith Seitz <keiths@cygnus.com>
14348
14349 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
14350 set up the display for testing.
14351 (gdbtk_start): Convert all paths to paths that tcl will like.
14352 Export target information to environment.
14353 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
14354 necessary.
14355 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
14356 (to_tcl_path): New proc to convert a given pathname into
14357 a path acceptible as an argument to a tcl command.
14358 (_gdbtk_export_target_info): New proc to export target info
14359 into the environment for gdbtk testing.
14360 (gdbtk_done): New proc to signal end-of-test.
14361
14362 2001-05-06 Jim Blandy <jimb@redhat.com>
14363
14364 * restore.c: Make the code of caller0 correspond to its comment.
14365
14366 2001-05-03 Michael Snyder <msnyder@redhat.com>
14367
14368 * config/sid.exp (gdb_target_sid): Check for error messages.
14369 On error or timeout, don't make expect exit (which will terminate
14370 all subsequent tests); instead just make gdb exit.
14371 (gdb_load): Check for error messages. On error or timeout,
14372 return a negative value.
14373
14374 2001-04-24 Jim Blandy <jimb@redhat.com>
14375
14376 * gdb.c++/templates.exp: If we see the prompt for the overload
14377 list, but we haven't recognized any of the longer patterns,
14378 arrange for this test to fail, not hang.
14379
14380 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
14381 variations.
14382
14383 2001-04-22 Michael Chastain <chastain@redhat.com>
14384
14385 * gdb.c++/local.exp: Use the 'runto' library function.
14386 * gdb.c++/namespace.exp: Likewise.
14387 * gdb.c++/overload.exp: Likewise.
14388
14389 2001-03-26 Kevin Buettner <kevinb@redhat.com>
14390
14391 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
14392 * gdb.base/step-line.exp: New file. Test step/next in presence of
14393 #line directives.
14394 * gdb.base/step-line.c: New file. Test program for the above.
14395 * gdb.base/step-line.inp: New file. We pretend that this file has
14396 been transformed by some other tool into step-line.c.
14397
14398 2001-03-21 Jim Blandy <jimb@redhat.com>
14399
14400 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
14401 unmangled operator names.
14402
14403 2001-03-20 Jim Blandy <jimb@redhat.com>
14404
14405 * gdb.threads/linux-dp.exp: Recognize an additional message
14406 generated by GDB when it doesn't understand how to debug threads
14407 on the target system.
14408
14409 2001-03-19 Andrew Cagney <ac131313@redhat.com>
14410
14411 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
14412
14413 2001-03-12 Michael Chastain <chastain@redhat.com>
14414
14415 * gdb.c++/derivation.exp: Use the 'runto' library function.
14416
14417 2001-03-12 Michael Chastain <chastain@redhat.com>
14418
14419 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
14420
14421 2001-02-24 Michael Chastain <chastain@redhat.com>
14422
14423 * gdb.c++/ref-types.exp: Change handwritten code to library
14424 function 'runto'.
14425
14426 2001-03-16 Orjan Friberg <orjanf@axis.com>
14427
14428 * gdb.base/signals.exp: Set count to 0 explicitly.
14429
14430 2001-03-15 Mark Salter <msalter@redhat.com>
14431
14432 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
14433 (gdb_target_monitor): Add check of gdb_target_cmd return value.
14434 (gdb_load): Add support for additional target_info: gdb_download_size
14435 and gdb_load_timeout.
14436
14437 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
14438
14439 * gdb.base/annota1.exp: Move test of isnative to earlier in the
14440 file -- to prevent failing when the compile fails but we have no
14441 intention of running the tests anyway.
14442
14443 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
14444 tests if set.
14445
14446 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
14447 integers.
14448
14449 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
14450 * gdb.c++/namespace.exp: Ditto.
14451
14452 2001-03-07 Orjan Friberg <orjanf@axis.com>
14453
14454 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
14455 * gdb.base/pointers.exp: Relax pattern match of decimals.
14456
14457 2001-03-06 Kevin Buettner <kevinb@redhat.com>
14458
14459 * Makefile.in, config/abug.exp, config/cfdbug.exp,
14460 config/cpu32bug.exp, config/dve.exp, config/est.exp,
14461 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
14462 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
14463 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
14464 config/sh.exp, config/sid.exp, config/slite.exp,
14465 config/sparclet.exp, config/udi.exp, config/unknown.exp,
14466 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
14467 config/vxworks.exp, config/vxworks29k.exp,
14468 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
14469 gdb.base/all-bin.exp, gdb.base/annota1.exp,
14470 gdb.base/arithmet.exp, gdb.base/assign.exp,
14471 gdb.base/async.exp, gdb.base/attach.exp,
14472 gdb.base/bitfields.exp, gdb.base/bitops.exp,
14473 gdb.base/break.exp, gdb.base/call-ar-st.exp,
14474 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
14475 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
14476 gdb.base/commands.exp, gdb.base/completion.exp,
14477 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14478 gdb.base/constvars.exp, gdb.base/corefile.exp,
14479 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
14480 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
14481 gdb.base/ending-run.exp, gdb.base/environ.exp,
14482 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14483 gdb.base/finish.exp, gdb.base/foll-exec.exp,
14484 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
14485 gdb.base/funcargs.exp, gdb.base/help.exp,
14486 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
14487 gdb.base/logical.exp, gdb.base/long_long.exp,
14488 gdb.base/maint.exp, gdb.base/mips_pro.exp,
14489 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
14490 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
14491 gdb.base/pointers.exp, gdb.base/printcmds.exp,
14492 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
14493 gdb.base/regs.exp, gdb.base/relational.exp,
14494 gdb.base/remote.exp, gdb.base/reread.exp,
14495 gdb.base/restore.exp, gdb.base/return2.exp,
14496 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
14497 gdb.base/selftest.exp, gdb.base/setshow.exp,
14498 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
14499 gdb.base/sigall.exp, gdb.base/signals.exp,
14500 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
14501 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14502 gdb.base/step-test.exp, gdb.base/structs.c,
14503 gdb.base/structs.exp, gdb.base/structs2.exp,
14504 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
14505 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
14506 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
14507 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14508 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
14509 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
14510 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
14511 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
14512 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
14513 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
14514 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
14515 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
14516 gdb.fortran/types.exp, gdb.java/jmisc.exp,
14517 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14518 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
14519 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14520 gdb.trace/circ.exp, gdb.trace/collection.exp,
14521 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14522 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14523 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
14524 gdb.trace/report.exp, gdb.trace/save-trace.exp,
14525 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14526 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14527 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
14528 notices.
14529
14530 2001-02-27 Michael Snyder <msnyder@cygnus.com>
14531
14532 * gdb.base/varargs.c (find_max_double): Fix printf format string:
14533 first arg is int not float.
14534
14535 2001-02-22 Michael Snyder <msnyder@cygnus.com>
14536
14537 * gdb.base/reread.exp: Unsupported for non-native targets;
14538 doesn't work for remote debugging.
14539
14540 2001-02-19 Fernando Nasser <fnasser@redhat.com>
14541
14542 From Drew Moseley <dmoseley@redhat.com>
14543 * gdb.base/ending-run.exp: Properly handle the BSP state when
14544 stepping past the end of main.
14545
14546 2001-02-19 John Moore <jmoore@redhat.com>
14547
14548 * gdb.base/commands.exp (infrun_breakpoint_command_test):
14549 Converted HPUX fix for non-expected items following multiple
14550 step commands into general solution for all platforms.
14551
14552 2001-02-18 Michael Chastain <chastain@redhat.com>
14553
14554 * gdb.c++/classes.exp (do_tests): Change runto statements
14555 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14556 statements demangler agnostic.
14557 * gdb.c++/virtfunc.exp (do_tests): Likewise.
14558 (gdb_virtfunc_restart): Likewise.
14559
14560 2001-02-14 Michael Chastain <chastain@redhat.com>
14561
14562 * gdb.c++/inherit.exp (do_tests): Change runto statements
14563 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14564 statements demangler agnostic.
14565
14566 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
14567
14568 * gdb.threads/pthreads.exp: Unify pass/fail messages for
14569 ``continue to bkpt at common_routine in thread 2'' and ``stopped
14570 before calling common_routine 15 times'' tests.
14571
14572 2001-02-11 Michael Chastain <chastain@redhat.com>
14573
14574 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
14575 Helps the test script figure out which demangler is in use.
14576 (dm_type_foo_ref): Ditto.
14577 (dm_type_int_star): Ditto.
14578 (dm_type_long_star): Ditto.
14579 (dm_type_unsigned_int): Ditto.
14580 (dm_type_void): Ditto.
14581 (dm_type_void_star): Ditto.
14582 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
14583 Probe the gdb demangler and set variables to accommodate
14584 formatting differences.
14585 (info_func_regexp): New function. Same as info_func, but
14586 matches against a regexp.
14587 (info_func): Match against a literal string.
14588 (print_addr_2): New function. Match against a literal string,
14589 which can be different from the input to gdb.
14590 (print_addr): Simply call print_addr_2 with the same argument twice.
14591 (test_lookup_operator_functions): Use demangler formatting variables.
14592 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
14593 the tests in the same order as the C++ class declaration.
14594 (test_paddr_operator_functions): Ditto.
14595 (test_paddr_overloaded_functions): Ditto.
14596 (test_paddr_hairy_functions): Use demangler formatting variables.
14597 Add reference to gdb/19 for related tests.
14598 (do_tests): Call probe_demangler.
14599
14600 2001-01-30 Kevin Buettner <kevinb@redhat.com>
14601
14602 * gdb.c++/templates.cc (printf): Remove unused function definition.
14603
14604 2001-01-26 Felix Lee <flee@redhat.com>
14605
14606 * sid.exp (sid_exit): Pass host, not target, to remote_close.
14607
14608 2001-01-25 matthew green <mrg@redhat.com>
14609
14610 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
14611 up sid.
14612 (sid_exit): Call `remote_pop_conn' after GDB is gone.
14613
14614 2001-01-25 matthew green <mrg@redhat.com>
14615
14616 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
14617 Deprecate $sid_spawn_id.
14618 (sid_exit): Remove code necessary only for `spawn.'
14619
14620 2001-01-25 matthew green <mrg@redhat.com>
14621
14622 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
14623
14624 2001-01-28 Michael Chastain <chastain@redhat.com>
14625
14626 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
14627 to call when tests fail. It takes gdb out of the overloaded
14628 function choice menu back to the main prompt, so that the test
14629 program stays synchronized.
14630 (set_bp_overloaded): New proc to collect all the common
14631 code for setting a breakpoint on an overloaded name. Calls
14632 take_gdb_out_of_choice_menu when needed.
14633 (menu_overload1arg): New variable to collect the repeated
14634 instances of the expected menu for an overloaded name. Change
14635 the regular expression to handle changes in g++ type encoding:
14636 "void" can be either "void" or "", and "unsigned int" can be
14637 either "unsigned int" or "unsigned".
14638 (continue_to_bp_overloaded): Change regular expressions to handle
14639 changes in g++ type encoding.
14640 (no proc): Call take_gdb_out_of_choice_menu when needed.
14641 Remove redundant calls to "info break". Accept either "canceled"
14642 or "cancelled". Change regular expressions in "info break"
14643 calls to handle changes in g++ type encoding. Give all tests
14644 unique strings.
14645
14646 2001-01-17 Ben Elliston <bje@redhat.com>
14647
14648 * config/sid.exp: New file.
14649
14650 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
14651
14652 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
14653
14654 2000-12-21 Michael Snyder <msnyder@cygnus.com>
14655
14656 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
14657 Add a RE to accept a non-ascii char if one is ever presented.
14658
14659 2000-12-20 Fernando Nasser <fnasser@redhat.com>
14660
14661 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
14662
14663 2000-12-18 Michael Snyder <msnyder@cygnus.com>
14664
14665 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
14666 in regexp. One '\' does not suffice on Linux.
14667
14668 2000-12-09 Michael Chastain <chastain@redhat.com>
14669
14670 * gdb.base/break.exp (test_clear_command): Use a marker function
14671 rather than 'main' for the test function. Also move this
14672 test to an execution point where the marker function names are
14673 guaranteed to be bound to functions. (Executing tests after a
14674 'finish' from main runs into name conflicts with local names
14675 in __libc_start_main).
14676
14677 2000-12-07 Michael Snyder <msnyder@cygnus.com>
14678
14679 * gdb.base/finish.exp: New test for gdb's "finish" command.
14680 * gdb.base/return2.exp: New test for gdb's "return" command.
14681 * gdb.base/return2.c: New source file for above.
14682
14683 2000-12-05 Michael Snyder <msnyder@cygnus.com>
14684
14685 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
14686 * gdb.base/miscexprs.exp: Ditto.
14687 * gdb.base/pointers.exp: Ditto.
14688 * gdb.c++/derivation.exp: Ditto.
14689 * gdb.c++/local.exp: Ditto.
14690 * gdb.c++/namespace.exp: Ditto.
14691 * gdb.c++/overload.exp: Ditto.
14692 * gdb.c++/ref-types.exp: Ditto.
14693
14694 2000-12-05 Michael Snyder <msnyder@cygnus.com>
14695
14696 * gdb.base/constvars.exp: Test result of "up" command.
14697 * gdb.base/miscexprs.exp: Ditto.
14698 * gdb.base/pointers.exp: Ditto.
14699 * gdb.base/scope.exp: Ditto.
14700 * gdb.c++/derivation.exp: Ditto.
14701 * gdb.c++/local.exp: Ditto.
14702 * gdb.c++/namespace.exp: Ditto.
14703 * gdb.c++/overload.exp: Ditto.
14704 * gdb.c++/ref-types.exp: Ditto.
14705
14706 2000-11-22 Michael Chastain <chastain@redhat.com>
14707
14708 * mips_pro.exp: Accept either "middle -> top -> main" or
14709 "middle -> main" in the backtrace, because gcc can optimize
14710 tail calls to jumps. Remove setup_xfail for the hppa case.
14711 Add a comment with the original warning messages from PR 3016,
14712 which was filed in 1993, to preserve them for posterity.
14713
14714 2000-11-17 Nick Duffek <nsd@redhat.com>
14715
14716 * lib/gdb.exp (gdb_test): Override timeout with board info.
14717
14718 2000-11-17 Nick Duffek <nsd@redhat.com>
14719
14720 * gdb.base/display.exp: Don't kill running stub. Add "again" to
14721 the second kill and detach messages.
14722
14723 2000-11-17 Nick Duffek <nsd@redhat.com>
14724
14725 * configure.in: Add AC_EXEEXT.
14726 * configure: Regenerate.
14727 * Makefile.in (just-check): Export EXEEXT.
14728 * lib/gdb.exp ($EXEEXT): Import from environment.
14729 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
14730 expect "maint dump-me" on Cygwin.
14731 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
14732 $EXEEXT.
14733
14734 2000-11-17 Nick Duffek <nsd@redhat.com>
14735
14736 * gdb.base/break.exp: Test backtrace and finish from called
14737 function on all platforms, not just HP-UX.
14738
14739 2000-11-03 Michael Snyder <msnyder@cygnus.com>
14740
14741 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
14742 code from gdb_target_monitor, so it can be used independantly
14743 for gdbserver. Also comment out an unnecessary PUTS.
14744
14745 2000-11-03 Michael Snyder <msnyder@cygnus.com>
14746
14747 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
14748 * gdb.base/corefile.exp: Expect the message "Program is being
14749 debugged already" when we send the "corefile" command, since
14750 the preceeding gdb_load may have connected gdb to a remote target.
14751 * gdb.base/display.exp: Disable hardware watchpoints if new
14752 board info variable "no_hardware_watchpoints" is true.
14753 Replace single-letter commands with more readable ones.
14754 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
14755 if new board info variable "no_hardware_watchpoints" is true.
14756 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
14757 to see if stdio (printf) testing is possible.
14758 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
14759 board info variable "no_hardware_watchpoints" is true. Use new
14760 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
14761
14762 2000-11-13 Fernando Nasser <fnasser@redhat.com>
14763
14764 From Orjan Friberg <orjanf@axis.com>:
14765 * gdb.base/printcmds.exp: Escape curly braces followed by a number
14766 in array print pattern match.
14767
14768 2000-11-09 Fernando Nasser <fnasser@redhat.com>
14769
14770 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
14771 spelling "cancelled" to U.S. spelling "canceled" to match changes
14772 made to gdb.
14773 * gdb.c++/ovldbreak.exp: Ditto.
14774
14775 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14776
14777 * gdb.base/callfuncs.c (main): Moved to end of file, call
14778 t_double_values to initialize the FPU before inferior calls are made.
14779 * gdb.base/callfuncs.exp: Test for register preservation after calling
14780 inferior functions. Add tests for continuining, finishing and
14781 returning from a stop in a call dummy.
14782
14783 2000-10-24 Michael Snyder <msnyder@cygnus.com>
14784
14785 * gdb.base/commands.exp: Break up long lines, and re-indent.
14786
14787 2000-10-19 Michael Snyder <msnyder@cygnus.com>
14788
14789 * config/gdbserver.exp: Rewritten from the ground up, to make it
14790 compatible with the current dejagnu tree, and to make it work with
14791 the new "gdbserver" in libremote.
14792
14793 2000-10-16 Michael Snyder <msnyder@cygnus.com>
14794
14795 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
14796 * gdb.base/varargs.exp: Skip entire test if no printf support.
14797 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
14798 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
14799
14800 2000-10-13 Michael Snyder <msnyder@cygnus.com>
14801
14802 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
14803 no floating point support.
14804 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
14805 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
14806 * gdb.base/call-rt-st.exp: Ditto.
14807 * gdb.base/call-strs.exp: Ditto.
14808
14809 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
14810
14811 * gdb.base/sizeof.c: include <stdio.h>.
14812
14813 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
14814 'finish', otherwise uncaptured gdb_prompt would potentially
14815 throw remaining test points out of sync.
14816
14817 2000-07-26 Scott Bambrough <scottb@netwinder.org>
14818
14819 * gdb.base/recurse.exp: Run tests for all targets.
14820 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
14821 gnu-oldld case on ARM.
14822 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
14823 for ARM targets.
14824
14825 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
14826
14827 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
14828 * gdb.java/configure: Rebuild.
14829
14830 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
14831
14832 * gdb.java/jv-exp.exp: New file.
14833
14834 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
14835
14836 * configure: Rebuilt.
14837 * configure.in (configdirs): Add gdb.java.
14838 * gdb.java/jmisc.java: New file.
14839 * gdb.java/jmisc.exp: New file.
14840 * gdb.java/Makefile.in: New file.
14841 * gdb.java/configure: Rebuilt.
14842 * gdb.java/configure.in: New file.
14843 * lib/java.exp: New file.
14844
14845 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14846
14847 * gdb.base/exprs.exp: Test casts to a pointer including over and
14848 underflow.
14849
14850 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
14851
14852 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
14853 and the compilers sizes.
14854
14855 2000-07-09 Nick Duffek <nsd@redhat.com>
14856
14857 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
14858 (use_methods): New function.
14859 (main): Call use_methods().
14860 * gdb.c++/classes.exp (test_method_param_class): New procedure.
14861 (do_tests): Call test_method_param_class.
14862
14863 2000-07-09 Nick Duffek <nsd@redhat.com>
14864
14865 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
14866 spelling.
14867 (test_enums): New procedure. Move enum tests from end of script
14868 to here. Set breakpoint on function name instead of line number.
14869 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
14870 (enums2): New marker function.
14871 (enums1): New function.
14872 (main): Call enums1(). Move enum tests to enums1().
14873
14874 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
14875
14876 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
14877 compile/link program. Update line numbers.
14878 * gdb.asm/d10v.inc: Define ``startup''.
14879 * gdb.asm/asmsrc1.s: Add definition of _start.
14880
14881 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
14882
14883 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
14884
14885 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14886
14887 * gdb.base/maint.exp: Add 'maint print architecture' item to output
14888 of 'help maint print' command.
14889
14890 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
14891
14892 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
14893 they use gdb_expect_list.
14894
14895 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
14896
14897 * gdb.base/commands.exp: Use ``set remote
14898 memory-read-packet-size'' instead of ``set endian big'' to test
14899 long commands.
14900
14901 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
14902
14903 * gdb.c++/templates.exp (do_tests): Make all of these work under
14904 g++, and stop skipping them.
14905
14906 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
14907 work under g++.
14908
14909 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
14910 initialization.
14911
14912 2000-06-02 Michael Snyder <msnyder@cygnus.com>
14913
14914 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
14915 the regular expression: accept an (almost) arbitrary sequence of
14916 "frames-invalid" and "breakpoints-invalid" messages both before
14917 and after the "starting" message.
14918
14919 2000-06-02 Michael Snyder <msnyder@cygnus.com>
14920
14921 * gdb.c++/local.exp: This test has never been known to work with g++.
14922
14923 2000-05-18 Michael Snyder <msnyder@cygnus.com>
14924
14925 * gdb.base/annota1.exp (annotate-signal-handler-caller):
14926 Relax the regular expression a little, make it pass on Solaris 8.
14927
14928 2000-05-12 Kevin Buettner <kevinb@redhat.com>
14929
14930 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
14931 a call, do not require that gdb stop on the line after the call.
14932 Instead, it is permissible for gdb to stop on the line of the
14933 call itself.
14934
14935 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
14936
14937 * gdb.base/break.exp (bp on small function, optimized file):
14938 Add a second pass pattern. The behavior differs here between stabs
14939 and dwarf for one-line functions. Stabs preserves two line symbols
14940 (one before the prologue and one after) with the same line number,
14941 but dwarf regards these as duplicates and discards one of them.
14942 Therefore the address after the prologue (where the breakpoint is)
14943 has no exactly matching line symbol, and GDB reports the breakpoint
14944 as if it were in the middle of a line rather than at the beginning.
14945
14946 2000-05-08 Michael Snyder <msnyder@cygnus.com>
14947
14948 * gdb.base/interrupt.exp: Make "pass" message say "send"
14949 rather than "send_gdb" (for consistancy).
14950
14951 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
14952
14953 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
14954 * gdb.c++/templates.cc: Properly check for GCC version number.
14955 * lib/compiler.cc: Likewise
14956
14957 2000-04-28 Michael Snyder <msnyder@cygnus.com>
14958
14959 * gdb.base/break.exp: When compiled with -O2 optimization,
14960 gdb may not stop at the first line of main, due to code motion.
14961
14962 2000-04-26 Michael Snyder <msnyder@cygnus.com>
14963
14964 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
14965 This test depends on parsing the printf output from the target.
14966 Since the sparclet stub doesn't do stdio, this will never work.
14967 * gdb.base/call-rt-st.exp: ditto.
14968 * gdb.base/call-strs: ditto.
14969
14970 2000-04-24 Michael Snyder <msnyder@cygnus.com>
14971
14972 * gdb.base/miscexprs.exp: make sizeof long array test portable.
14973
14974 * gdb.base/ending-run.exp: After connecting to a remote target,
14975 but before running, the target will appear to be in a random
14976 location. Specify both a file and a line for breakpoints.
14977 Also, the function that calls main may be called 'init'
14978 rather than 'start'.
14979
14980 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14981
14982 * gdb.base/help.exp: Update output for add-symbol-file command.
14983
14984 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
14985
14986 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14987 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
14988
14989 2000-04-07 J.T. Conklin <jtc@redback.com>
14990
14991 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
14992
14993 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
14994
14995 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
14996
14997 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
14998 values that can be represented exactly.
14999 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
15000 above change, and to not check against the directory part of the source
15001 file name.
15002 (step into print_long_arg_list): Likewise.
15003 (print print_small_structs from print_long_arg_list): Likewise.
15004 (print print_long_arg_list): Likewise.
15005
15006 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15007
15008 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
15009
15010 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
15011
15012 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
15013
15014 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
15015
15016 * gdb.base/commands.exp (deprecated_command_test): Add test for
15017 deprecate with no arguments.
15018
15019 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
15020
15021 * gdb.base/break.exp: Add new test for setting breakpoints on
15022 optimized code so we can test breakpoints work even when function
15023 prologues may be optimized away
15024
15025 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
15026
15027 From David Whedon <dwhedon@gordian.com>
15028 * gdb.base/commands.exp : Added command deprecator tests.
15029
15030 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
15031
15032 * gdb.base/help.exp: Added test for new apropos command.
15033
15034 2000-03-21 Kevin Buettner <kevinb@redhat.com>
15035
15036 * gdb.base/pointers.c (usevar): New function.
15037 (main): Make sure that global variables v_int_pointer2, rptr,
15038 and y are all referenced someplace in the program by calling
15039 usevar() on them. [Some linkers delete symbols which are
15040 never referenced. The space remains, but there's no way to
15041 get a (symbolic) handle on the variable from the debugger.]
15042
15043 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15044
15045 * gdb.base/printcmds.c: Add typedeffed arrays.
15046
15047 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
15048 procedure to test arrays that are typedef'd.
15049
15050 2000-03-13 James Ingham <jingham@leda.cygnus.com>
15051
15052 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
15053 the library directories.
15054
15055 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
15056
15057 * configure.in (configdirs): Add sub directory gdb.mi.
15058 * configure: Re-generate.
15059
15060 * gdb.mi: New directory.
15061
15062 2000-02-25 Scott Bambrough <scottb@netwinder.org>
15063
15064 * gdb.base/long_long.exp: Correct test suite failure when printing
15065 a long long value as a double on ARM platforms.
15066
15067 2000-02-16 Jim Blandy <jimb@redhat.com>
15068
15069 * gdb.base/break.exp ("breakpoint line number"): Make sure the
15070 default source file is set properly before running this test.
15071
15072 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15073
15074 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
15075 gdbtk/library directory, not in gdbtcl2.
15076
15077 2000-02-04 Jim Blandy <jimb@redhat.com>
15078
15079 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
15080 backslash from regexp pattern.
15081
15082 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
15083 procedure. Use it to run all the "continue to bp overloaded"
15084 tests. Note that this changes the names of the tests slightly.
15085 If the breakpoint hit message includes a hex PC value, because
15086 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
15087 from the real source code, still consider that a pass.
15088
15089 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
15090 XFAIL here if the breakpoint message contains a hex address. Note
15091 similar change on 1999-11-02.
15092
15093 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
15094
15095 * gdb.base/ptype.exp: Establish a default source file before
15096 calling get_debug_format.
15097
15098 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
15099
15100 * gdb.base/watchpoint.exp: Remove duplication of test messages.
15101
15102 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15103
15104 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
15105 of successive stepi commands -- while in the prologue we should see
15106 the function entry bracket.
15107
15108 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15109
15110 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
15111 reach __change_mode() when stepping through the end of main().
15112
15113 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
15114
15115 * gdb.base/default.exp: Fix expected pattern.
15116 * gdb.base/help.exp: Same.
15117
15118 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15119
15120 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
15121 Don't use xfail's because that affects only the following test.
15122
15123 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
15124 solaris or linux.
15125
15126 * gdb.base/selftest.exp: Update to reflect changes to main.c.
15127
15128 2000-01-07 Michael Snyder <msnyder@cygnus.com>
15129
15130 * gdb.base/display.exp: Some yacc parsers like to say
15131 "A syntax error" rather than "A parse error". Accept both.
15132
15133 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
15134
15135 * gdb.base/default.exp: Remove OS dependent string from "target
15136 remote" test.
15137 * gdb.base/help.exp: Same for "help target remote" test.
15138
15139 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15140
15141 From Jim Kingdon <kingdon@redhat.com>:
15142
15143 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
15144 prompt (cleanup rather than necessity, but still might keep output
15145 from spilling to next test).
15146
15147 2000-01-02 Fred Fish <fnf@cygnus.com>
15148
15149 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
15150 AIX, which defines them in <sys/types.h>.
15151
15152 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
15153
15154 * gdb.base/default.exp: Match arm* etc instead of arm in "info
15155 float" test.
15156
15157 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
15158
15159 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
15160
15161 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
15162 outermost frame disallowed".
15163
15164 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
15165
15166 * gdb.base/setvar.exp: New tests for setting the value of a struct
15167 with a constant list.
15168
15169 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15170
15171 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
15172 require the user to type a cast before setting the value of a struct.
15173
15174 1999-12-06 Jim Blandy <jimb@cygnus.com>
15175
15176 * gdb.base/default.exp: Expect the new 'info float' command on
15177 all i386 platforms.
15178
15179 * gdb.threads/linux-dp.exp: Expand our ability to recognize
15180 LinuxThreads libraries that don't support debugging.
15181
15182 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15183
15184 * gdb.base/remote.c: Fill the buffer with truely random data.
15185 Change the buffer type to ``unsigned char'' to simplify size
15186 arithmetic.
15187
15188 * gdb.base/remote.exp: Reduce download numbers by one. Typical
15189 stub only handles 400-1 byte packets. Verify that the download
15190 worked.
15191
15192 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
15193
15194 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
15195 tests, using UNRESOLVED for the untested cases. Also, does not wait
15196 for a timeout if the prompt was received before a recognizable pattern.
15197
15198 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
15199
15200 * lib/gdb.exp (gdb_expect_list): Fix spelling.
15201
15202 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15203
15204 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
15205 watchpoints.
15206
15207 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
15208
15209 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
15210
15211 * gdb.c++/local.exp: Be more flexible in recognizing local class
15212 name mangling. Don't allow horribly truncated method names.
15213 * gdb.c++/derivation.exp: Expect protected inheritance.
15214 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
15215 * gdb.c++/virtfunc.exp: Likewise.
15216 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
15217 when printing a nested enum.
15218
15219 1999-11-22 Jim Blandy <jimb@cygnus.com>
15220
15221 * gdb.base/step-test.exp: Properly await GDB's response to setting
15222 a breakpoint on the call to large_struct_by_value.
15223
15224 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
15225 just because we have debug info for the `start' function.
15226
15227 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
15228
15229 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
15230 "Unknown signal" messages, which indicate (on LinuxThreads) that
15231 GDB doesn't know how to debug threads on this system. This is
15232 better than hanging while philosopher 0 dumps chatter into gdb.log.
15233
15234 1999-11-18 Tom Tromey <tromey@cygnus.com>
15235
15236 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
15237
15238 1999-11-18 Fred Fish <fnf@cygnus.com>
15239
15240 * gdb.base/coremaker2.c: Add sample program for generating
15241 cores that is more self contained than coremaker.c. Eventually
15242 I'll add more code to this and tie it into the testsuite.
15243
15244 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
15245
15246 * gdb.base/dollar.exp: Remove, now in gdb.hp.
15247
15248 1999-11-10 Jimmy Guo <guo@cup.hp.com>
15249
15250 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
15251 from $srcdir/lib/.
15252 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
15253 and gdb.c++/.
15254
15255 * gdb.c++/derivation.exp: remove redundant get compiler info code.
15256
15257 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
15258 'continue with watch' test point.
15259
15260 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
15261
15262 Merged from p2linux-990323-branch:
15263
15264 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
15265
15266 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
15267
15268 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
15269 {limit,fixed}''. Test ``set download-write-size''.
15270
15271 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
15272
15273 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
15274 gdb_expect_list.
15275
15276 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
15277
15278 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
15279
15280 1999-11-03 Mark Salter <msalter@cygnus.com>
15281
15282 * gdb.base/break.exp: Fix "stub continue" pattern.
15283
15284 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
15285
15286 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
15287
15288 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
15289
15290 * gdb.base/display.exp ("finish"): Add timeout clause.
15291
15292 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
15293 plain prompt clause, so this doesn't have to time out in order to
15294 fail.
15295
15296 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
15297 breakpoint hit messages include an address.
15298
15299 * gdb.base/display.exp: Don't forget to escape parens in regular
15300 expressions. Unix regexp notatation sucks.
15301
15302 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15303
15304 * gdb.base/annota1.exp: Test for annotate-signalled: change output
15305 order for 'signalled' message.
15306
15307 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
15308
15309 From Jimmy Guo <guo@cup.hp.com>:
15310 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
15311 * gdb.base/annota1.c: Add code for tests to work with.
15312
15313 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
15314
15315 * gdb.base/remote.exp: New test for remote downloading settings.
15316 * gdb.base/remote.c: New file with large .data.
15317
15318 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
15319
15320 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
15321 for LinuxThreads support, merged from the Code Fusion branch.
15322
15323 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
15324
15325 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
15326 containing exp_continue into a while within an expect. Don't
15327 attempt a start more than three times. Check return value from
15328 gdb_load.
15329
15330 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
15331
15332 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
15333 a pass case.
15334
15335 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
15336
15337 * gdb.base/break.c (main): Added a statement that we can step
15338 off of.
15339 * gdb.base/break.exp: Added tests for setting a breakpoint
15340 at an offset and stepping onto a breakpoint.
15341
15342 1999-10-01 Fred Fish <fnf@cygnus.com>
15343
15344 * gdb.base/help.exp (help add-symbol-file): Update to match current
15345 gdb output.
15346
15347 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
15348
15349 * gdb.base/break.exp: Code locations are in hex, don't forget!
15350 (For HP-UX.)
15351
15352 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
15353
15354 * condbreak.exp: Use break.c as test program.
15355 * condbreak.c: Remove, redundant with break.c.
15356
15357 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
15358
15359 * config/monitor.exp (gdb_target_monitor): Disable X- and
15360 Z-packets if the target needs it.
15361
15362 1999-09-13 James Ingham <jingham@leda.cygnus.com>
15363
15364 * gdb.c++/overload.exp: Added tests for listing overloaded
15365 functions with function pointers in the arg, explicitly calling
15366 out the version you want.
15367
15368 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
15369
15370 * long_long.exp: Add variations of test cases that work for
15371 targets with 16-bit ints and 32-bit doubles.
15372
15373 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
15374
15375 * break.c (main): Compare a possibly-uninitialized argc with an
15376 unlikely value that fits in 16 bits.
15377
15378 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
15379
15380 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
15381 0xfeeb, don't want negative numbers if ints are 16 bits.
15382
15383 * lib/gdb.exp (skip_cplus_tests): New proc.
15384 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15385 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
15386 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
15387 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
15388 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
15389 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
15390 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
15391 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
15392
15393 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
15394
15395 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
15396
15397 * gdb.base/corefile.exp (up): Allow a parameter to appear
15398 in the frame that we're going up to.
15399
15400 From Jim Blandy <jimb@cygnus.com>:
15401
15402 * gdb.base/default.exp (info float): Expect some output now.
15403
15404 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
15405 returning floating-point values to fail on the x86.
15406 * gdb.base/callfwmall.exp (do_function_calls): Same.
15407
15408 * gdb.base/list.exp (test_listsize): Correct expectations for
15409 listing line 1 with listsize 2. Also, listing a single line
15410 works now, as does listing three lines. [Kevin's note: There
15411 were a number of other cases fixed too where the expectations
15412 differed...]
15413
15414 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
15415
15416 * gdb.base/selftest.exp: Add case for when version prints as
15417 constant string instead of char pointer.
15418
15419 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
15420
15421 * gdb.base/ending-run.exp: Add Solaris case for what happens when
15422 stepping out of main.
15423
15424 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
15425 G++ used.
15426
15427 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
15428 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
15429
15430 * gdb.c++/ovldbreak.exp: Update match string in test that
15431 includes a warning of multiple breakpoints.
15432
15433 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
15434
15435 * gdb.base/display.exp: Improve precision of step-after-finish
15436 added yesterday.
15437
15438 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
15439 test.
15440
15441 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
15442 configs when using G++, not just hppa*.
15443
15444 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15445
15446 * gdb.base/async.c: New file.
15447 * gdb.base/async.exp: New file.
15448
15449 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
15450
15451 * gdb.base/break.exp: Tweak PA specific tests to properly handle
15452 PA64.
15453
15454 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
15455
15456 * gdb.base/display.exp: "finish" can leave us mid-line on many
15457 targets, deal with it. Add a small constant to main, instead of
15458 1000 since main+1000 may not be a valid address in the target.
15459
15460 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
15461 on hpux11.
15462
15463 * gdb.base/attach.exp: Handle another hpux11 error message variant
15464 when attaching to a process that does not exist.
15465
15466 1999-08-19 J.T. Conklin <jtc@redback.com>
15467
15468 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
15469 characters in 'continue to 1241' test.
15470
15471 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
15472
15473 * gdb.base/call-ar-st.exp: Add a shorter match case for the
15474 stop in print_long_arg_list, define and use a whitespace
15475 variable in print_small_structs test, add an XFAIL for Solaris.
15476 * gdb.base/dbx.exp: XFAIL func commands until somebody is
15477 interested enough to fix.
15478
15479 1999-08-13 Keith Seitz <keiths@cygnus.com>
15480
15481 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
15482 (dbx_gdb_load): Remove. Use gdb_load instead, since that
15483 proc knows about targets other than the natives.
15484 (test_assign): Use "gdb_run_cmd" to "run" the target.
15485 Check that we've actually hit the breakpoint at main.
15486 When we attempt to assign a value to a local variable, check
15487 that the variable is in the current scope, i.e., don't use
15488 a test with an empty result.
15489
15490 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
15491
15492 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
15493 command.
15494
15495 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
15496
15497 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15498 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
15499 gdb.compat, gdb.threads-hp.
15500 gdb.hp/configure, gdb.hp/configure.in: New files.
15501 gdb.hp/Makefile.in: Recurse into new subdirs.
15502 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
15503 gdb.hp/gdb.objdbg: New directory, tests for debugging info
15504 in object files.
15505 gdb.hp/tools: New directory, aux tools for HP-specific tests.
15506
15507 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
15508
15509 * gdb.base/display.exp: Help expect by putting a newline in the
15510 funky printf, remove a bogus p/a test.
15511
15512 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15513
15514 * gdb.base/display.exp: Make sure that when we say 'run', we are
15515 connected to the target. This is necessary when running not
15516 natively.
15517
15518 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
15519
15520 * gdb.base/step-test.exp: Removed some extraneous messages.
15521
15522 * gdb.base/long_long.exp: Don't run memory examination tests
15523 on little-endian targets (they will need a different set of
15524 results to match).
15525
15526 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
15527
15528 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
15529 until somebody decides to fix GDB.
15530
15531 * gdb.base/long_long.c: Stop compiler complaint by specifying long
15532 constant as "ULL".
15533 * gdb.base/long_long.exp: Loosen x/c test, add partial result
15534 matches for a couple x/2 commands.
15535
15536 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
15537
15538 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
15539 by merging in ref-types2 tests.
15540 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
15541
15542 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15543 * gdb.c++/Makefile.in: Add standard actions.
15544 (EXECUTABLES): Rename from PROGS, update list.
15545 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
15546 from gdb.hp.
15547 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
15548 foo and bar locals.
15549 * gdb.c++/anon-union.exp: Fix tests to match.
15550 * gdb.c++/classes.exp: Run if HP compiler used, add extra
15551 expect matches to handle output variations.
15552 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
15553 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
15554 output, add HP alternatives for new and delete prints.
15555 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
15556 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
15557 * gdb.c++/demangle.exp: Use $style when reporting failure.
15558 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
15559 * gdb.c++/inherit.exp: Run if HP compiler used, add some
15560 match alternatives.
15561 * gdb.c++/local.exp: Add match alternatives or xfails for HP
15562 compilers.
15563 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
15564 * gdb.c++/method.exp: Add match alternatives.
15565 * gdb.c++/misc.cc: Add bool types.
15566 * gdb.c++/misc.exp: Add tests for bool types.
15567 * gdb.c++/overload.exp: Add xfails.
15568 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
15569 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
15570 add some more template parameter tests (only for HP currently).
15571 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
15572 * gdb.c++/virtfunc.cc: Add return type and value for main.
15573 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
15574 match alternatives.
15575
15576 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15577
15578 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
15579
15580 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
15581
15582 * gdb.base/signals.exp: Don't expect getting a backtrace from
15583 within a signal handler to fail on Linux.
15584
15585 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
15586
15587 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15588 * lib/gdb.exp: Remove some gratuitious semicolons.
15589 (delete_breakpoints): Increase timeout.
15590 (gdb_expect): Add -notransfer option.
15591 (gdb_test): Use -notransfer option.
15592 (get_compiler_info): Add f77 case.
15593 (get_compiler): New proc, split out from gdb_preprocess, add f77
15594 case.
15595 (gdb_preprocess): Call get_compiler.
15596
15597 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
15598 * gdb.base/attach.exp, gdb.base/display.exp,
15599 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
15600 gdb.base/long_long.exp, gdb.base/printcmds.exp,
15601 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
15602 third arg to gdb_test.
15603 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
15604 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
15605 HP-UX xfails, add others.
15606 * gdb.base/completion.exp: Reflect name change of self-test.
15607 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
15608 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
15609 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
15610 HP failure number.
15611 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
15612 useless HP-UX 10.30 references.
15613 * gdb.base/maint.exp: Loosen matches.
15614 * gdb.base/pointers.c (main): Declare more_code.
15615 * gdb.base/pointers.exp: Match on output of a `next'.
15616 * gdb.base/structs.c: Add prototypes.
15617 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
15618 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
15619
15620 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15621
15622 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
15623 command.
15624
15625 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15626
15627 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
15628 Fix run to main failures. Watchpoint can be hardware watchpoint.
15629
15630 * gdb.base/annota1.exp: Clean up some more, in case printf has
15631 debug info. Deal with lack of signal hanlder info in stack.
15632
15633 From Jim Kingdon <kingdon@redhat.com>:
15634 * gdb.base/annota1.exp: If printf has debug info, deal with it.
15635
15636 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
15637
15638 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
15639 gdb.base/foll-vfork.exp: Don't run for crosses.
15640
15641 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15642
15643 * gdb.base/configure.in: Check for gdbvars.exp instead of
15644 a1-selftest.exp.
15645 * gdb.base/configure: Re-generate.
15646
15647 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
15648
15649 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
15650 in trying to run first and name is too long.
15651
15652 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
15653 pointers2.c and pointers2.exp, respectively.
15654 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
15655 doschk happier.
15656
15657 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
15658
15659 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
15660 callfuncs2.c and callfuncs2.exp.
15661
15662 * gdb.base/list.exp: Remove mistaken xfails.
15663 * gdb.base/list0.h: Add optional prototypes.
15664
15665 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
15666
15667 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
15668 calling malloc.
15669 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
15670 * ptype.exp: Move test for get_debug_format to before its first
15671 use.
15672
15673 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15674
15675 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
15676 * gdb.base/annota2.cc, annota2.exp: Move from here.
15677 * gdb.c++/annota2.cc, annota2.exp: To here.
15678 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
15679
15680 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
15681
15682 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
15683 a consistent format.
15684
15685 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
15686
15687 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15688 * lib/gdb.exp (get_compiler_info): Add detection for assorted
15689 HP compilers, also set the globals $true and $false.
15690
15691 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
15692 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
15693 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
15694 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
15695 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
15696 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
15697 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
15698 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
15699 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
15700 whatis.c} Add C++ compatible function definitions and return
15701 types, add includes for library functions.
15702 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
15703 * gdb.base/step-test.c (myglob): Rename from glob.
15704 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
15705 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
15706 files, move here from gdb.hp.
15707 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
15708 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
15709 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
15710 Adjust line numbers in regexps.
15711
15712 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
15713 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
15714 instead of 0/1.
15715
15716 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
15717 foll-vfork.exp: New files, move here from gdb.hp.
15718 * gdb.base/page.exp: New file, test of pagination command.
15719
15720 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
15721 recursion test.
15722 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
15723
15724 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
15725 gdb.base/solib.exp: Fix compiler invocation process.
15726
15727 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
15728 HP-UX 11, turn off overload resolution explicitly.
15729 * gdb.base/commands.exp: Set argument list explicitly, add
15730 watchpoint test.
15731 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
15732 them work.
15733 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
15734 expressions properly.
15735 * gdb.base/corefile.exp: Loosen the match slightly.
15736 * gdb.base/default.exp: Allow "Error accessing memory" message
15737 also.
15738 * gdb.base/display.exp: Skip over x/0 j if PA64.
15739 * gdb.base/funcargs.exp: Add xfails for HP-UX.
15740 * gdb.base/interrupt.exp: Ditto.
15741 * gdb.base/langs.exp: Add symbolic matches governed by compiler
15742 in use.
15743 * gdb.base/list.exp: Add xfails for HP-UX.
15744 * gdb.base/long_long.exp: Refine some of the numeric matches.
15745 * gdb.base/mips_pro.exp: Xfail on HP-UX.
15746 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
15747 * gdb.base/nodebug.exp: Succeed on more varieties of output.
15748 * gdb.base/opaque.exp: Remove some HP-UX xfails.
15749 * gdb.base/ptype.exp: Succeed on more varieties of output.
15750 * gdb.base/scope.exp: Add xfails for HP-UX.
15751 * gdb.base/sect-cmd.exp: Add more cases.
15752 * gdb.base/setvar.exp: Add xfails for HP-UX.
15753 * gdb.base/shlib-call.exp: Loosen some matches slightly.
15754 * gdb.base/signals.exp: Match on void symbolically.
15755 * gdb.base/step-test.exp: Add case for PA64.
15756 * gdb.base/term.exp: Add exit and restart.
15757 * gdb.base/twice.exp: Clean up after self.
15758 * gdb.base/varargs.exp: Disable overload resolution explicitly.
15759 * gdb.base/whatis.exp: Allow more ways to pass tests.
15760
15761 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
15762 no longer useful.
15763
15764 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
15765
15766 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
15767 list of patterns.
15768 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
15769 print_double_array(double_array)", "continuing to breakpoint
15770 1018", "print print_double_array(array_d)" and "continuing to
15771 1034" tests.
15772
15773 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
15774
15775 * Makefile.in: Add empty html and install-html targets.
15776
15777 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
15778
15779 * config/mt-*: Remove, these haven't been used since 1996.
15780
15781 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
15782
15783 * gdb.base/call-strs.c, gdb.base/ending-run.c,
15784 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
15785 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
15786
15787 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
15788
15789 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
15790 simpler match case for the ptype of the big class.
15791
15792 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15793
15794 * gdb.exp: Fix test for gdb_prompt existence.
15795
15796 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15797
15798 * gdb.exp (gdb_test): Add fail after calls to perror.
15799
15800 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15801
15802 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
15803
15804 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15805
15806 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
15807
15808 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
15809
15810 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
15811 malloc() is linked in.
15812
15813 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15814
15815 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
15816 step at end.
15817
15818 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
15819
15820 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
15821
15822 * gdb.java/jv-print.exp: New file. (Our first Java test!)
15823
15824 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
15825
15826 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
15827 * gdb.base/mips_pro.exp: Likewise.
15828
15829 1999-06-02 Keith Seitz <keiths@cygnus.com>
15830
15831 * gdb.c++/templates.cc: Change all "new" operators to throw
15832 an exception.
15833 * gdb.c++/cplusfuncs.cc: Likewise.
15834
15835 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
15836
15837 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
15838
15839 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
15840 * gdb.base/ending-run.exp: When stepping out of main, accept a
15841 step into an arbitrary assembler file.
15842
15843 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15844
15845 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
15846 "breakpoint-invalid" to be printed.
15847 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
15848 number of "frames-invalid" and "breakpoint-invalid" to be printed.
15849 * gdb.base/annota2.cc: Initialize a.x to 0.
15850
15851 1999-05-17 Keith Seitz <keiths@cygnus.com>
15852
15853 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
15854 when "skip_float_tests" set.
15855 Ditto for "print print_double_array(array_d)", "print print_small_structs",
15856 "print print_ten_doubles", and "step into print_long_arg_list".
15857 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
15858 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
15859 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
15860 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
15861 "skip_float_tests" is set.
15862 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
15863 when "skip_float_tests" set.
15864
15865 1999-05-06 Keith Seitz <keiths@cygnus.com>
15866
15867 * gdb.base/annota2.cc: Include stdio.h.
15868
15869 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
15870
15871 * gdb.base/crossload.exp: Remove, this has been disabled ever
15872 since BFD stopped including all targets, and cross-GDB gets
15873 plenty of testing anyway.
15874 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
15875 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
15876 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
15877 * gdb.base/README: Remove, was doc for this.
15878 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
15879 needed.
15880
15881 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15882
15883 * gdb.base/call-ar-st.exp: Fix one regular expression in test
15884 output.
15885
15886 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
15887 * gdb.base/annota2.exp: New file. More annotation tests.
15888 * gdb.base/annota1.c: New file. Source file for annota1.exp.
15889 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
15890
15891 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
15892
15893 * config/cfdbug.exp: New file.
15894
15895 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
15896
15897 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
15898 Marcus Daniel's and Dale Hawkins's demangler crashes.
15899
15900 * gdb.c++/demangle.exp (test_gnu_style_demangling,
15901 test_lucid_style_demangling, test_arm_style_demangling,
15902 test_hp_style_demangling): Try Tom Tromey's core-dumping
15903 identifier under each demangling style.
15904
15905 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
15906
15907 * gdb.c++/demangle.exp: Include the current demangling style
15908 in all test names.
15909 (current_demangling_style): New global variable.
15910 (set_demangling_style, test_demangling_core, test_demangling,
15911 test_demangling_exact): New functions.
15912 (test_gnu_style_demangling, test_lucid_style_demangling,
15913 test_arm_style_demangling, test_hp_style_demangling): Use those,
15914 instead of calling gdb_test and gdb_test_exact directly.
15915 (catch_demangling_errors): New function, which reports errors
15916 signalled by the demangling test functions in an orderly way.
15917 (do_tests): Use catch_demangling_errors.
15918
15919 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
15920
15921 * gdb.base/signals.exp (test_handle_all_print): Use () for
15922 grouping in expressions, not {}.
15923
15924 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
15925 initialized yet.
15926
15927 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
15928
15929 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
15930 are listed.
15931
15932 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
15933
15934 * gdb.stabs/weird.exp: Test for CC being defined before
15935 looking at its value.
15936
15937 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
15938
15939 * gdb.base/call-ar-st.exp: Remove stray '#'.
15940 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
15941 "short int" and "long int".
15942 * gdb.c++/overload.cc: Cast the string added in the previous
15943 change, to mollify finicky HP compiler.
15944 * gdb.hp/reg-test.exp (testfile): Fix file name.
15945 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
15946
15947 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
15948 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
15949 alternate form of enum ptype.
15950
15951 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
15952
15953 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
15954 * gdb.hp/*.exp: Change all to run compiler probe only after
15955 passing skip_hp_tests, so as not to waste time on guaranteed
15956 failure.
15957
15958 * gdb.c++/overload.cc: Pass string instead of char addr, always
15959 init ccpfoo.
15960 * gdb.c++/templates.cc: Fix syntax error.
15961
15962 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15963
15964 * gdb.base/commands.exp: Add test for correct position of '>'
15965 when issuing the 'commands' command after a 'while' or 'if'
15966 command.
15967
15968 1999-03-18 James Ingham <jingham@cygnus.com>
15969
15970 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
15971
15972 * gdb.c++/method.exp: It was testing an uninitialized int on the
15973 stack and assuming it was positive.
15974
15975 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
15976
15977 * gdb.base/step-test.exp: Catch a case where finish is broken and
15978 keep it from killing the rest of the tests.
15979 Use gdb_continue_to_end.
15980
15981 * gdb.base/sigall.exp: use gdb_continue_to_end.
15982
15983 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
15984
15985 * gdb.base/display.exp: use runto_main, not run.
15986
15987 * gdb.base/default.exp: Check for the current error message in the
15988 r abbreviation test.
15989 Add strongarm to the targets that know info float.
15990
15991 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
15992 run which doesn't work with monitors.
15993
15994 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
15995
15996 * gdb.base/break.exp: use the gdb_continue_to_end proc.
15997
15998 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
15999 program. Traps the case (in Cygmon) when the program never really
16000 exits. Same as Mark's continue_to_exit, but I had put it in a lot
16001 more places, so I used my name. Sorry Mark...
16002
16003 * config/monitor.exp (gdb_target_monitor): added another
16004 target_info parameter: remotebinarydownload. This will set the
16005 remotebinarydownload flag if this is causing some boards trouble.
16006
16007 1999-03-18 Mark Salter <msalter@cygnus.com>
16008
16009 * lib/gdb.exp (continue_to_exit): New function.
16010
16011 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
16012 * gdb.base/ending-run.exp: Ditto.
16013 * gdb.base/step-test.exp: Ditto.
16014
16015 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
16016
16017 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
16018 (suggested by Art Haas <ahaas@neosoft.com>).
16019
16020 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
16021
16022 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
16023
16024 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
16025
16026 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
16027 descriptions of types (short unsigned int vs unsigned short, etc).
16028
16029 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
16030
16031 * gdb.base/call-strs.exp: Don't assume that `step' will step over
16032 a call to strlen; sometimes we do have sources.
16033
16034 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
16035
16036 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
16037 character, so GDB won't print garbage after its end.
16038
16039 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
16040 breakpoint there instead. Sometimes GCC emits memcpy to handle
16041 the large structures being passed by value, so we step into that
16042 instead of sum_array_print, which obscures what we're really testing.
16043 * gdb.base/step-test.exp: However, we do want a test that notices
16044 the bizarre steps into memcpy, so do that here. Add check for
16045 stepping into function calls that pass large structures by value.
16046 ("Is that a noun clause, or are you just happy to see me?")
16047 Remove all references to specific line numbers.
16048 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
16049 New type and function.
16050 (main): Call large_struct_by_value, passing it a large struct by value.
16051 * lib/gdb.exp (gdb_get_line_number): New function.
16052
16053 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
16054 more portable.
16055
16056 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
16057
16058 * lib/gdb.exp: Doc fixes.
16059
16060 1999-03-05 Nick Clifton <nickc@cygnus.com>
16061
16062 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
16063
16064 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
16065
16066 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
16067 commands. They're not germane to this test, and they don't work
16068 that way on remote targets.
16069
16070 1999-03-01 James Ingham <jingham@cygnus.com>
16071
16072 * Changelog entries merged over from gdb development branch.
16073
16074 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
16075
16076 * lib/gdb.exp (gdbtk_analyze_results): Generic function
16077 for outputting results of test run.
16078
16079 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
16080
16081 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
16082
16083 1999-02-25 Felix Lee <flee@cygnus.com>
16084
16085 * lib/gdb.exp (debug_format): initialize
16086
16087 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
16088
16089 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
16090 * gdb.base/call-rt-st.c: Ditto.
16091
16092 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
16093
16094 * gdb.threads/pthreads.exp (horiz): New variable.
16095 (test_startup): Fix regexps that capture thread numbers.
16096
16097 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
16098
16099 * gdb.base/smoke.exp: Disambiguate two test case names (both
16100 called ``print'').
16101
16102 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16103
16104 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
16105 compilation.
16106
16107 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16108
16109 * gdb.base/miscexprs.exp: Change patterns to match GDB's
16110 actual output formatting.
16111 * gdb.base/smoke.exp: GDB removes leading 0's.
16112 * gdb.base/volatile.exp: Don't check type of remuneration;
16113 that variable is no longer defined in constvars.c.
16114 * gdb.base/step-test.c (main): Exit with explicit exit code.
16115 * gdb.base/step-test.exp: Remove two nexti checks--they are
16116 not portable.
16117
16118 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16119
16120 * gdb.base/help.exp ("help delete display"): Fix test to match
16121 gdb's output.
16122
16123 * gdb.base/long_long.c (known_types): Initialize values to zero.
16124 * gdb.base/long_long.exp: Step one more line
16125 so 'dec' is initialized in "get to known place". GDB removes
16126 leading zeros. Explicitly ask for hex formatting. Use
16127 unique test case names.
16128
16129 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16130
16131 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
16132
16133 * gdb.c++/method.exp: Add missing close brace.
16134
16135 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
16136
16137 * gdb.base/maint.exp: Use 'set height 0' to disable page
16138 prompting, not 'set height 400'.
16139
16140 Fix a bunch of timeouts.
16141 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
16142 four separate tests, so expect doesn't take forever to match a ton
16143 of text against a regexp with lots of .* forms.
16144 ("maint print psymbols", "maint print symbols"): Make some of
16145 these greps more selective, so that expect doesn't try to wade
16146 through huge piles of output and time out.
16147
16148 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
16149
16150 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
16151 tests: one which doesn't expect shlib events to be reported, and
16152 another which does, but is XFAIL for all platforms other than
16153 HP/UX.
16154
16155 * gdb.base/break.exp: Teach the test suite that the `catch
16156 fork', `catch vfork', and `catch exec' commands produce error
16157 messages on platforms that don't provide these features.
16158
16159 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16160
16161 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
16162 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
16163 (shortening names from solib_threshold.exp etc), won't run on
16164 anything but HP-UX for the foreseeable future.
16165 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
16166 reflect move.
16167
16168 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
16169
16170 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
16171 gdb.trace/Makefile.in (clean): Remove all test executables.
16172
16173 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
16174
16175 * gdb.base/shlib-call.exp: add test cases to verify that gdb
16176 successfully re-sets breakpoints in shared libraries.
16177 * gdb.base/shmain.c (main): return 0, don't fall off the end.
16178
16179 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16180
16181 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
16182 and compiled w/o GCC.
16183
16184 * gdb.hp/watch-cmd.exp: ditto.
16185
16186 * gdb.hp/watch-hp.exp: ditto.
16187
16188 * gdb.hp/xdb1.exp: ditto.
16189
16190 * gdb.hp/xdb2.exp: ditto.
16191
16192 * gdb.hp/dbx.exp: ditto.
16193
16194 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
16195
16196 * constvars.c: Remove C++-isms.
16197 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
16198 with GCC.
16199
16200 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
16201
16202 The following changes are part of the HP merge.
16203
16204 * gdb.base/break.exp: new tests to verify that catchpoints for
16205 fork, vfork, and exec don't trigger inappropriately.
16206
16207 * gdb.base/opaque.exp: compile one file at a time, then link.
16208
16209 * gdb.base/signals.exp: be more restrictive about which hppa
16210 systems receive a setup_xfail. new tests.
16211
16212 * gdb.base/solib_threshold.build: new file.
16213 * gdb.base/solib_threshold.exp: new file.
16214 * gdb.base/solib_threshold.link_opts: new file.
16215 * gdb.base/solib_threshold.mk: new file.
16216 * gdb.base/gen_solib_threshold.c: new file.
16217
16218 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
16219 tests. New tests for enums inside classes.
16220
16221 * gdb.c++/compiler.cc: indicate support of template debugging.
16222
16223 * gdb.c++/demangle.exp: run hp style demangling tests.
16224
16225 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
16226 tests.
16227
16228 * gdb.c++/misc.cc: changes to support new tests.
16229
16230 * gdb.c++/templates.cc: changes to support HP's compiler; changes
16231 to support new tests.
16232
16233 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
16234 gcc, then skip these tests.
16235
16236 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
16237
16238 The following files are part of the HP merge; some had longer
16239 names at HP, but have been renamed to be no more than 14
16240 characters in length.
16241
16242 * gdb.hp/ambiguous.cc: new file.
16243 * gdb.hp/ambiguous.exp: new file.
16244 * gdb.hp/attach.exp: new file.
16245 * gdb.hp/attach2.exp: new file.
16246 * gdb.hp/classes-hp.exp: new file.
16247 * gdb.hp/ctti.exp: new file.
16248 * gdb.hp/ctti-add.cc: new file.
16249 * gdb.hp/ctti-add1.cc: new file.
16250 * gdb.hp/ctti-add2.cc: new file.
16251 * gdb.hp/ctti-add3.cc: new file.
16252 * gdb.hp/dbx.exp: new file.
16253 * gdb.hp/exception.cc: new file.
16254 * gdb.hp/exception.exp: new file.
16255 * gdb.hp/foll-exec.c: new file.
16256 * gdb.hp/foll-exec.exp: new file.
16257 * gdb.hp/foll-fork.c: new file.
16258 * gdb.hp/foll-fork.exp: new file.
16259 * gdb.hp/foll-vfork.c: new file.
16260 * gdb.hp/foll-vfork.exp: new file.
16261 * gdb.hp/inherit-hp.exp: new file.
16262 * gdb.hp/more-steps.exp: new file.
16263 * gdb.hp/namespace.cc: new file.
16264 * gdb.hp/namespace.exp: new file.
16265 * gdb.hp/optimize.exp: new file.
16266 * gdb.hp/pxdb.c: new file.
16267 * gdb.hp/pxdb.exp: new file.
16268 * gdb.hp/quicksort.exp: new file.
16269 * gdb.hp/reg-test.exp: new file.
16270 * gdb.hp/reg-test.s: new file.
16271 * gdb.hp/sized-enum.c: new file.
16272 * gdb.hp/sized-enum.exp: new file.
16273 * gdb.hp/start-stop.exp: new file.
16274 * gdb.hp/templ-hp.cc: new file.
16275 * gdb.hp/templ-hp.exp: new file.
16276 * gdb.hp/thr-lib.c: new file.
16277 * gdb.hp/thr-lib.exp: new file.
16278 * gdb.hp/thr-lib.h: new file.
16279 * gdb.hp/thr-liblib.c: new file.
16280 * gdb.hp/virtfun-hp.c: new file.
16281 * gdb.hp/virtfun-hp.exp: new file.
16282 * gdb.hp/watch-cmd.exp: new file.
16283 * gdb.hp/watch-hp.exp: new file.
16284 * gdb.hp/xdb1.exp: new file.
16285 * gdb.hp/xdb2.exp: new file.
16286 * gdb.hp/xdb3.exp: new file.
16287
16288 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
16289
16290 The following files are part of the HP merge; some had longer
16291 names at HP, but have been renamed to be no more than 14
16292 characters in length.
16293
16294 * gdb.base/ss.h: new file.
16295 * gdb.base/call-ar-st.c: new file.
16296 * gdb.base/call-ar-st.exp: new file.
16297 * gdb.base/call-rt-st.c: new file.
16298 * gdb.base/call-rt-st-exp: new file.
16299 * gdb.base/call-strs.exp: new file.
16300 * gdb.base/ena-dis-br.exp: new file.
16301 * gdb.base/environ.exp: new file.
16302 * gdb.base/long_long.exp: new file.
16303 * gdb.base/sect-cmd.exp: new file.
16304 * gdb.base/shlib-cl2.exp: new file.
16305 * gdb.base/smoke.exp: new file.
16306 * gdb.base/so-impl-ld.c: new file.
16307 * gdb.base/so-impl-ld.exp: new file.
16308 * gdb.base/so-indr-cl.c: new file.
16309 * gdb.base/so-indr-cl.exp: new file.
16310 * gdb.base/varargs.exp: new file.
16311 * gdb.base/volatile.exp: new file.
16312 * gdb.base/whatis-exp.exp: new file.
16313 * gdb.base/display.exp: new file.
16314 * gdb.c++/derivation.exp: new file.
16315 * gdb.c++/local.exp: new file.
16316 * gdb.c++/member-ptr.exp: new file.
16317 * gdb.c++/overload.exp: new file.
16318 * gdb.c++/ovldbreak.exp: new file.
16319 * gdb.c++/ref-types.exp: new file.
16320 * gdb.c++/ref-types2.exp: new file.
16321 * gdb.c++/userdef.exp: new file.
16322
16323 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
16324
16325 * gdb.base/default.exp: Reflect wording change in remote.c.
16326
16327 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
16328
16329 * gdb.base/help.exp: Update to reflect current text.
16330
16331 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
16332
16333 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
16334 they're stack variables and contain garbage.
16335 * gdb.c++/anon-union.exp: new file.
16336
16337 The following changes were made by David Taylor
16338 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16339 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16340 in changes by HP.
16341
16342 * gdb.base/bitops.exp: new file.
16343 * gdb.base/default.exp: change expected messages for catch and
16344 info catch tests to reflect HP merge changes.
16345 * gdb.base/enable-disable-break.exp
16346 * gdb.base/ending-run.c: new file.
16347 * gdb.base/long_long.c: new file.
16348 * gdb.base/maint.exp: new file.
16349 * gdb.base/pointers2.exp: new file.
16350 * gdb.base/shlib-call2.exp: new file.
16351 * gdb.base/solib.exp: new file.
16352 * gdb.base/step-test.c: new file.
16353 * gdb.c++/anon-union.cc: new file.
16354 * gdb.c++/local.cc: new file.
16355 * gdb.c++/member-pointer.cc: new file.
16356 * gdb.c++/method.cc: new file.
16357 * gdb.c++/ref-types.cc: new file.
16358 * gdb.c++/ref-types2.cc: new file.
16359 * gdb.c++/userdef.cc: new file.
16360
16361 * gdb.base/scope.exp: compile one file at a time, then link.
16362 * gdb.base/langs.exp: ditto.
16363 * gdb.base/list.exp: ditto.
16364
16365 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
16366
16367 The following changes were made by David Taylor
16368 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16369 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16370 in changes by HP.
16371
16372 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
16373 skip tests. When compiling pass c++ flag to gdb_compile.
16374 * gdb.c++/
16375
16376 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
16377 test for on hppa*-*-hpux*; use args to see if c++ was specified.
16378 (skip_hp_tests): new function.
16379 (gdb_preprocess): new function.
16380
16381 * configure.in (hpdir): decide whether to configure gdb.hp.
16382 * configure: regenerated.
16383
16384 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
16385 to delete on clean.
16386 (EXECUTABLES): update to reflect new additions.
16387 * gdb.base/commands.exp: update message expected.
16388 * gdb.base/default.exp: add copyright notice.
16389 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
16390 * gdb.base/help.exp: update messages to reflect current text.
16391 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
16392 targets for recurse tests.
16393 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
16394 skip this file.
16395
16396 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
16397 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
16398 compilation.
16399 * gdb.c++/misc.exp: ditto.
16400 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
16401 run the tests. tell gdb_compile that it's a c++ compilation.
16402
16403 * gdb.threads/pthreads.exp: fix typo in message.
16404
16405 * gdb.base/all-bin.exp: new file.
16406 * gdb.base/arithmet.exp: new file.
16407 * gdb.base/assign.exp: new file.
16408 * gdb.base/completion.exp: new file.
16409 * gdb.base/cond-expr.exp: new file.
16410 * gdb.base/condbreak.exp: new file.
16411 * gdb.base/define.exp: new file.
16412 * gdb.base/dollar.exp: new file.
16413 * gdb.base/environment.exp: new file.
16414 * gdb.base/eval-skip.exp: new file.
16415 * gdb.base/jump.exp: new file.
16416 * gdb.base/logical.exp: new file.
16417 * gdb.base/pointers.exp: new file.
16418 * gdb.base/relational.exp: new file.
16419 * gdb.base/section_command.exp: new file.
16420 * gdb.base/whatis-expr.exp: new file.
16421
16422 * gdb.base/all-types.c: new file.
16423 * gdb.base/call-array-struct.c: new file.
16424 * gdb.base/call-return-struct.c: new file.
16425 * gdb.base/call-strings.c: new file.
16426 * gdb.base/callfuncs2.c: new file.
16427 * gdb.base/condbreak.c: new file.
16428 * gdb.base/constvars.c: new file.
16429 * gdb.base/display.c: new file.
16430 * gdb.base/int-type.c: new file.
16431 * gdb.base/jump.c: new file.
16432 * gdb.base/miscexprs.c: new file.
16433 * gdb.base/pointers.c: new file.
16434 * gdb.base/pointers2.c: new file.
16435 * gdb.base/shmain.c: new file.
16436 * gdb.base/shr1.c: new file.
16437 * gdb.base/shr2.c: new file.
16438 * gdb.base/solib.c: new file.
16439 * gdb.base/solib1.c: new file.
16440 * gdb.base/solib2.c: new file.
16441 * gdb.base/varargs.c: new file.
16442 * gdb.c++/derivation.cc: new file.
16443 * gdb.c++/overload.cc: new file.
16444 * gdb.c++/ovldbreak.cc: new file.
16445 * gdb.hp/attach.c: new file.
16446 * gdb.hp/attach2.c: new file.
16447 * gdb.hp/average.c: new file.
16448 * gdb.hp/compiler.c: new file.
16449 * gdb.hp/compiler.cc: new file.
16450 * gdb.hp/execd-program.c: new file.
16451 * gdb.hp/follow-exec.c: new file.
16452 * gdb.hp/follow-fork.c: new file.
16453 * gdb.hp/follow-vfork-and-exec.c: new file.
16454 * gdb.hp/misc-hp.cc: new file.
16455 * gdb.hp/more-steps.c: new file.
16456 * gdb.hp/optimize.c: new file.
16457 * gdb.hp/quicksort.c: new file.
16458 * gdb.hp/run-hp.c: new file.
16459 * gdb.hp/start-stop.c: new file.
16460 * gdb.hp/sum.c: new file.
16461 * gdb.hp/templates-hp.cc: new file.
16462 * gdb.hp/thread-local-in-lib.c: new file.
16463 * gdb.hp/thread-local-in-lib.h: new file.
16464 * gdb.hp/thread-local-in-lib.lib.c: new file.
16465 * gdb.hp/vforked-program.c: new file.
16466 * gdb.hp/virtfunc-hp.cc: new file.
16467 * gdb.hp/watchpoint-hp.c: new file.
16468 * gdb.hp/xdb.c: new file.
16469 * gdb.hp/xdb0.c: new file.
16470 * gdb.hp/xdb0.h: new file.
16471 * gdb.hp/xdb1.c: new file.
16472
16473 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
16474
16475 The following change was made by Edith Epstein
16476 <eepstein@cygnus.com> as part of a project to merge in changes
16477 originally made by HP; HP did not create ChangeLog entries.
16478
16479 * gdb.c++/demangle.exp: changed the expected output for some
16480 ARM-style mangling -- removed second reference to datatype.
16481 For example, maint demangle __dt__11T1__pt__2_cFv
16482 T1<char>::~T1<char>(void)
16483 becomes,
16484 maint demangle __dt__11T1__pt__2_cFv
16485 T1<char>::~T1(void)
16486
16487 (test_hp_style_demangling): new hp specific demangling test cases.
16488
16489 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
16490
16491 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
16492 * gdb.trace/backtrace.exp: Likewise.
16493 * gdb.trace/circ.exp: Likewise.
16494 * gdb.trace/collection.exp: Likewise.
16495 * gdb.trace/deltrace.exp: Likewise.
16496 * gdb.trace/infotrace.exp: Likewise.
16497 * gdb.trace/limits.exp: Likewise.
16498 * gdb.trace/packetlen.exp: Likewise.
16499 * gdb.trace/passc-dyn.exp: Likewise.
16500 * gdb.trace/passcount.exp: Likewise.
16501 * gdb.trace/report.exp: Likewise.
16502 * gdb.trace/save-trace.exp: Likewise.
16503 * gdb.trace/tfind.exp: Likewise.
16504 * gdb.trace/tracecmd.exp: Likewise.
16505 * gdb.trace/while-dyn.exp: Likewise.
16506 * gdb.trace/while-stepping.exp: Likewise.
16507
16508 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
16509
16510 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
16511
16512 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
16513
16514 From Brendan Kehoe:
16515 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
16516 int return types.
16517
16518 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
16519
16520 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
16521 remote dos host testing right.
16522
16523 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
16524
16525 * gdb.base/corefile.exp: remove some xfails.
16526
16527 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
16528
16529 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
16530 have different timestamps.
16531
16532 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
16533
16534 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
16535 gdb.base/default.exp: Replace "exec" with "executable".
16536
16537 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
16538
16539 * gdb.base/default.exp: Change else if to elseif from previous
16540 delta.
16541
16542 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
16543
16544 * gdb.base/default.exp: Add brace missing from previous delta.
16545
16546 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
16547
16548 * gdb.base/default.exp: Support test for info float for all
16549 varieties of arm toolchain.
16550
16551 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
16552
16553 * gdb.trace/*.exp: remove "remote_download" command.
16554
16555 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
16556
16557 * gdb.trace/*.exp: remove -gdwarf from compile.
16558
16559 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
16560
16561 * gdb.trace/configure.in(AC_INIT): typo
16562 * gdb.trace/configure: regenerated
16563
16564 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
16565
16566 * config/m68k-emc.exp: New file.
16567 * lib/<emc-support.exp trace-support.exp}: New files.
16568 * configure.in: add new test directory gdb.trace.
16569 * gdb.trace/{configure configure.in Makefile.in}: New files.
16570 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
16571 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
16572 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
16573 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
16574 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
16575 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
16576 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
16577
16578 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
16579
16580 * gdb.c++/classes.exp: Change all regular expressions to match
16581 arbitrary combinations of newline/carriage-return, so that they
16582 will work equally well on Unix and Windows.
16583 * gdb.c++/inherit.exp: ditto.
16584 * gdb.c++/virtfunc.exp: ditto.
16585
16586 1998-08-11 Dawn Perchik <dawn@cygnus.com>
16587
16588 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
16589
16590 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
16591
16592 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
16593 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
16594 to use a0-a3/d0-d3 as needed.
16595
16596 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
16597
16598 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
16599 * gdb.disasm/am33.exp: Corresponding changes.
16600
16601 1998-07-11 Felix Lee <flee@cygnus.com>
16602
16603 * gdb.base/callfuncs.exp: add cmp10 test.
16604 * gdb.base/callfuncs.c (cmp10): new function.
16605
16606 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
16607
16608 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
16609 into two parts to get around a synchronization problem in expect.
16610
16611 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
16612
16613 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
16614
16615 * configure.in: Add options for gdbtk testsuite.
16616
16617 * configure: Regenerate.
16618
16619 * gdb.gdbtk: New directory to hold gdbtk tests.
16620
16621 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16622
16623 * gdb.fortran/types.exp: Escape brackets in expect patterns
16624 for test_float_literal_types_accepted tests.
16625 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
16626 before run test.
16627
16628 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
16629
16630 * am33.exp: Just compile, do not link the testcase.
16631 * am33.s: Add ".am33" pseudoop to force am33 mode.
16632
16633 1998-06-25 Felix Lee <flee@cygnus.com>
16634
16635 * gdb.base/setshow.exp: make sure $pc is sane.
16636
16637 * gdb.stabs/weird.exp: split expect patterns properly.
16638
16639 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
16640
16641 * gdb.disasm/am33.s: New disassembler testfile for the am33.
16642 * gdb.disasm/am33.exp: Run it.
16643
16644 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
16645
16646 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
16647 match processing (and eliminate spurious timeouts when running).
16648
16649 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
16650
16651 * gdb.base/signals.exp (test_handle_all_print): put back Mach
16652 exception test, but conditionalize it on target [mach | gnu].
16653
16654 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
16655
16656 * gdb.base/overlays.exp: fixup compile line for linker script.
16657
16658 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
16659
16660 * gdb.fortran/types.exp: don't guess at float size.
16661
16662 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
16663
16664 * gdb.base/exprs.exp: delete test that depends on int size.
16665
16666 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
16667
16668 * config/sim.exp: Removed checks for target triplets.
16669 (gdb_target_sim): Use gdb,target_sim_options.
16670
16671 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
16672
16673 * gdb.base/reread.exp: New file.
16674 * gdb.base/reread1.c: New file.
16675 * gdb.base/reread2.c: New file.
16676
16677 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
16678
16679 * config/sim.exp: Use 'target sim -sparclite' when running
16680 SPARClite programs.
16681
16682 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
16683
16684 * gdb.base/structs2.exp: New file.
16685 * gdb.base/structs2.c: New file.
16686
16687 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
16688
16689 * gdb.asm/common.inc: New file.
16690 * gdb.asm/d10v.inc: New file.
16691 * asm-source.exp: Pass -I's to gas to find .inc files.
16692 Update line numbers in expected output.
16693 * asmsrc1.s: Rewrite.
16694 * asmsrc2.s: Rewrite.
16695 * configure.in: Create arch.inc symlink.
16696 * configure: Regenerate.
16697 * Makefile.in (distclean): Delete arch.inc.
16698
16699 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
16700
16701 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
16702 (t_enum_value2): ditto
16703 (t_enum_value3): ditto
16704 (main): ditto
16705 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16706
16707 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
16708 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
16709 change.
16710 Use gdb_test instead of send_gdb/gdb_expect sequences.
16711
16712 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
16713
16714 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
16715 not void.
16716
16717 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
16718
16719 * gdb.base/branches.c: Code with lots of loops and
16720 subroutines. Used to test gdbs ability to single step through PC
16721 changes, especially to test mips-tdep.c:mips_next_pc
16722
16723 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
16724
16725 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
16726 more rigorous EGCS C++ error checking.
16727
16728 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16729
16730 * gdb.base/help.exp: Clean up `help set args' and `help show args'
16731 tests.
16732 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
16733 function when asleep.
16734 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
16735 for i*86 Linux and SVR4 signal handling problems.
16736 Remove linux xfail for `next to handler in signals_tests_1', fixed
16737 by recent infrun.c change.
16738 Limit backtrace to 10 frames to avoid timeout problems with infinite
16739 stack backtraces.
16740 Adjust expect pattern in `handle all print' test to match Apr 28 1997
16741 target.[ch] change.
16742
16743 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
16744
16745 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
16746 for a newline from gdb before continuing.
16747 (default_gdb_exit): Just look for y or n.
16748 (gdb_test): Detect abnormal exit from GDB running on DOS; if
16749 it does, fail the rests of the tests in the file.
16750
16751 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
16752
16753 * config/cygmon.exp: New file.
16754
16755 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
16756
16757 * gdb.base/list.exp: Fix problem with "list default lines around
16758 main" test on remote targets.
16759
16760 * gdb.base/scope.exp: Fix problem with filelocal_bss before
16761 run test on remote targets.
16762
16763 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
16764
16765 * gdb.asm: New directory.
16766 * configure.in: Configure it.
16767 * configure: Regenerate.
16768 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
16769 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
16770
16771 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
16772
16773 * config/mn10300-eval.exp: New file to support MN10300 eval board.
16774
16775 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
16776
16777 * gdb.base/overlays (several files): Merge the two overlay
16778 managers into one. Change variables (foox, barx, bazx, grbxx)
16779 back into ints but force them to load in their proper sections.
16780
16781 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
16782
16783 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
16784 on-chip insn memory and IMAP1 to upper 128k.
16785 (D10VCopy): Handle memory regions crossing 16k boundaries.
16786 (D10VCopy): Transfer data in 32 bit chunks.
16787
16788 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
16789
16790 * gdb.base/overlays.c (main): Exit normally when result is
16791 correct.
16792
16793 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
16794 map. Include space for printf in .text segment.
16795
16796 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
16797 updated d10v memory VMA/LMA map.
16798 (D10VCopy): Call D10VTranslate.
16799
16800 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
16801
16802 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
16803
16804 * gdb.base/bar.c (barx, bar): Change variable to small array so
16805 that it won't be put into the .sdata - small data -
16806 section. Update reference.
16807 * gdb.base/baz.c (bazx, baz): Ditto.
16808 * gdb.base/foo.c (foox, foo): Ditto.
16809 * gdb.base/grbx.c (grbxx, grbx): Ditto.
16810
16811 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
16812 to be arrays.
16813
16814 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
16815
16816 * gdb.base/overlays.exp: fix up and get working again.
16817 Add tests for backtraces from an overlay function.
16818
16819 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
16820
16821 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
16822 "calling function with watchpoint enabled".
16823
16824 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
16825
16826 * gdb.base/break.exp (test_next_with_recursion): Remove
16827 gdb_suppress_tests for d10v-*-*.
16828 * lib/gdb.exp (gdb_suppress_tests): Disable this function
16829 pending review of whether it is useful or not.
16830
16831 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
16832
16833 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
16834
16835 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
16836
16837 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
16838 * config/dve.exp: New file to support Densan boards.
16839
16840 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
16841
16842 * gdb.base/interrupt.exp: Document problem of simulators, signals,
16843 reads and BSD.
16844
16845 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
16846
16847 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
16848 response.
16849
16850 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
16851
16852 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
16853
16854 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
16855 test.
16856
16857 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
16858 target_sizeof_long and target_bigendian_p.
16859 (structs_by_value, structs_by_reference): Check values according
16860 to targets word size and endianess.
16861
16862 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
16863
16864 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
16865 output.
16866
16867 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
16868
16869 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
16870 Update test of set args help to match source change.
16871
16872 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
16873
16874 * gdb.base/default.exp: Expect help system output to be in
16875 alphabetical order.
16876 * gdb.base/help.exp: Ditto.
16877
16878 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
16879
16880 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
16881 "i*86-pc-linux-gnu*".
16882 * gdb.base/interrupt.exp: Ditto.
16883 * gdb.base/corefile.exp: Ditto.
16884
16885 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
16886 define vxworks when building the testcase.
16887
16888 * gdb.base/ptype.exp: Fix testnames to be unique.
16889 * gdb.base/radix.exp: Ditto.
16890 * gdb.base/term.exp: Ditto.
16891 * gdb.base/whatis.exp: Ditto.
16892 * gdb.c++/classes.exp: Ditto.
16893
16894 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
16895
16896 * gdb.base/callfuncs.exp: Fix indentation.
16897
16898 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
16899 suppress_flag has been set.
16900 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
16901 target feature.
16902
16903 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
16904
16905 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
16906 the testcase.
16907
16908 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
16909 set_debug_traps() and breakpoint().
16910 * gdb.c++/misc.cc (main): Ditto.
16911 * gdb.c++/templates.cc (main): Ditto.
16912 * gdb.c++/virtfunc.cc (main): Ditto.
16913
16914 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
16915
16916 * lib/gdb.exp(gdb_step_for_stub): New function.
16917 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
16918 exists, reload the executable and do a "continue" instead of
16919 doing a jump.
16920 (runto_main): Use gdb_step_for_stub.
16921
16922 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
16923 tests to have unique names.
16924 * gdb.base/callfuncs.exp: Ditto.
16925 * gdb.base/commands.exp: Ditto.
16926 * gdb.base/default.exp: Ditto.
16927 * gdb.base/help.exp: Ditto.
16928 * gdb.base/list.exp: Ditto.
16929 * gdb.base/opaque.exp: Ditto.
16930 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
16931 similar tests.
16932
16933 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
16934 * gdb.c++/cplusfuncs.cc: Ditto.
16935 * gdb.c++/virtfunc.cc: Ditto.
16936
16937 * config/monitor.exp: Keep track of the last file we saw, rather
16938 than trying to get the info from gdb.
16939
16940 * gdb.fortran/types.exp: Move comment to previous line.
16941
16942 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
16943
16944 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
16945 target mode.
16946
16947 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
16948
16949 From Bob Manson:
16950 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
16951 string from GDB when it connects.
16952
16953 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
16954
16955 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
16956
16957 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
16958 if we can't get a debug format from GDB (we may be testing an
16959 older GDB). Use a 10 second timeout when checking for the format.
16960
16961 * gdb.stabs/weird.exp: Fix quoting.
16962
16963 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
16964
16965 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
16966
16967 * config/arm-ice.exp: New file.
16968
16969 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
16970
16971 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
16972 until it has been modified to work with the new testsuite.
16973
16974 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
16975 testcase won't compile, cause all of the testcases in the file to
16976 fail instead.
16977
16978 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
16979 (gdb_clear_suppressed): New procedure.
16980 (gdb_stop_suppressing_tests): Only clear suppress_flag if
16981 it contains a positive value.
16982
16983 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
16984
16985 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
16986
16987 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
16988
16989 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
16990
16991 * lib/gdb.exp (setup_xfail_format): New function.
16992 (get_debug_format): New function to get debug format.
16993 (debug_format): New global variable to hold last value set
16994 by get_debug_format.
16995 * gdb.base/list.exp: Call get_debug_format and expect some
16996 tests to fail for DWARF 1 and COFF formats.
16997 * gdb.c++/ptype.exp: Ditto.
16998 * gdb.c++/classes.exp: Ditto.
16999 * gdb.c++/cplusfuncs.exp: Ditto.
17000 * gdb.c++/inherit.exp: Ditto.
17001 * gdb.c++/templates.exp: Ditto.
17002 * gdb.c++/virtfunc.exp: Ditto.
17003
17004 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
17005
17006 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
17007 host doesn't have a currently-open connection.
17008
17009 * config/sparclet.exp: Cleanups and fixes to make it generic for
17010 any gdb stub target. Handle cases where gdb doesn't respond when
17011 interrupted in a sane fashion.
17012
17013 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
17014 same thing in a totally different way.
17015
17016 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
17017 setting "timeout".
17018 (gdb_start): We set the global gdb_prompt variable in
17019 default_gdb_init now.
17020
17021 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
17022
17023 * gdb.base/printcmds.exp: Fix "check for floating addition"
17024 regexp to accept results within approx +/- .01 of exact value.
17025 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
17026
17027 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
17028
17029 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
17030 properly.
17031 (gdb_expect): Add optional timeout parameter, and add timeout
17032 value to various calls.
17033 (gdb_suppress_tests): Only give one warning message per group.
17034
17035 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
17036
17037 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
17038 global variables. Handle getting a value for $timeout more
17039 gracefully.
17040
17041 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
17042
17043 * lib/gdb.exp: Close connection to remote host if gdb doesn't
17044 initialize.
17045 (default_gdb_init): New procedure; allow gdb_init to be overridden
17046 by a target configuration file.
17047 (gdb_expect): Pass the timeout to remote_expect.
17048
17049 * config/monitor.exp(gdb_load): Fix typo in regexp.
17050
17051 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
17052
17053 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
17054
17055 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
17056
17057 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
17058 here. Call gdb_target_exec before rebooting the target, to make
17059 sure the connection to the target is closed.
17060 (gdb_load): Pass the name of the executable to gdb_target_monitor.
17061 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
17062 Also detect "Timeout reading from remote" error.
17063
17064 * config/gdbserver.exp: Pass the executable being loaded to
17065 gdb_target_monitor. Don't call gdb_file_cmd here; let
17066 gdb_target_monitor do it.
17067
17068 * gdb.disasm/hppa.exp: Don't use exec_output.
17069
17070 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
17071
17072 * gdb.base/list.exp: If we're debugging a non-native target,
17073 try to set the pc register to point to the start of the
17074 program before doing the first list command.
17075
17076 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
17077 test_calls after restarting.
17078
17079 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
17080 reloading.
17081
17082 * gdb.base/watchpoint.exp: Fix typo.
17083
17084 * gdb.base/setshow.exp: Check for use_gdb_stub.
17085
17086 * gdb.base/break.exp: Fix continue until exit test for the gdb
17087 stub case.
17088 * gdb.base/langs.exp: Ditto.
17089
17090 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
17091 gdb_load_offset. If we weren't given a file to load, figure out
17092 what the current file is and use it.
17093
17094 * config/i386-bozo.exp: New file.
17095
17096 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
17097
17098 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
17099 feature.
17100
17101 * config/proelf.exp: New entry.
17102
17103 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
17104
17105 * lib/gdb.exp: Remove spurious .* patterns at the beginning
17106 of regexps.
17107
17108 * gdb.base/watchpoint.exp: Don't run the test_stepping
17109 tests if gdb can't call functions on the target.
17110
17111 * gdb.base/setshow.exp: Don't run the set prompt tests if
17112 the board has gdb_prompt set.
17113
17114 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
17115
17116 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
17117 * gdb.base/commands.exp: Likewise.
17118 * gdb.base/setshow.exp: Likewise.
17119
17120 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
17121
17122 * config/monitor.exp(gdb_start): Look for gdb_prompt target
17123 feature.
17124
17125 * config/i960.exp: New file.
17126
17127 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
17128
17129 * gdb.base/funcargs.exp: Check for gdb,short_int target
17130 feature instead of looking for explicit target triplets.
17131
17132 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
17133
17134 * gdb.base/printcmds.exp: add a couple more tests a la
17135 "p 123DEADBEEF", to check parse_number.
17136 * top.c: change "to enable to enable" to "to enable" in a couple
17137 of help strings.
17138
17139 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
17140
17141 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
17142 on the mn10300.
17143
17144 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
17145
17146 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
17147 where the test executable is run with explicit args.
17148 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
17149
17150 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
17151
17152 * gdb.base/run.c: Use FAKEARGV to build test executable that
17153 does not require a command line arg, since most simulators
17154 don't currently support passing such an arg into the simulated
17155 program.
17156 * gdb.base/commands.exp: Change tests to insert the proper
17157 value as the arg to the first recursive factorial call. Change
17158 compilation line to define FAKEARGV at compile time.
17159
17160 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
17161
17162 * gdb.base/recurse.exp: Enable these tests for the mn10300.
17163 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
17164 function with watchpoint enabled" test.
17165
17166 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
17167
17168 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
17169 Don't call gdb_test when the command doesn't return to a gdb prompt.
17170
17171 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
17172 "Tests restarted" messages.
17173
17174 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
17175
17176 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
17177
17178 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
17179
17180 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
17181 for INFO SYMBOL; add help tests for OVERLAY commands.
17182 * gdb.base/default.exp: add tests for INFO SYMBOL command;
17183 add tests for OVERLAY commands
17184 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
17185 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
17186 * gdb.base/sigall.c: add usestubs code frag
17187 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
17188
17189 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
17190
17191 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
17192 failures.
17193 (gdb_stop_suppressing_tests): Note that tests have restarted.
17194
17195 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
17196
17197 * config/h8300.exp: New file.
17198
17199 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
17200
17201 * gdb.base/setshow.exp: Check for the existence of a
17202 feature, not its value.
17203
17204 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
17205
17206 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
17207
17208 * gdb.base/scope.exp: It's now init0(), not init().
17209
17210 * gdb.base/scope0.c: For now, change init() to be init0().
17211
17212 * config/monitor.exp: Use gdb_serial in preference to serial
17213 or netport.
17214
17215 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
17216 and it's not already set.
17217
17218 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
17219
17220 * gdb.base/setshow.exp: Only test the run command if the target
17221 isn't using a stub and if it supports argument passing.
17222
17223 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
17224
17225 * config/udi.exp(gdb_start): Make sure UDICONF is set
17226 properly before starting gdb.
17227
17228 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
17229
17230 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
17231 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
17232 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
17233
17234 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
17235
17236 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
17237 specialized code to reboot the board, use remote_reboot instead.
17238
17239 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
17240
17241 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
17242
17243 * config/monitor.exp: Make sure we disconnect from the target.
17244 Also, try a reboot/reload cycle instead of failing if the
17245 load fails.
17246
17247 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
17248
17249 * gdb.base/default.exp: Don't set match_max.
17250 * gdb.base/help.exp: Ditto.
17251 * gdb.base/list.exp: Ditto.
17252 * gdb.base/signals.exp: Ditto.
17253
17254 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
17255 set, use remote_ld to download the testcase instead of
17256 the GDB loader.
17257
17258 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
17259
17260 * config/vr5000.exp: New file.
17261
17262 * config/monitor.exp(gdb_target_monitor): Add pattern for
17263 "Ending remote" to detect errors in connecting.
17264
17265 * gdb.base/setshow.exp: Add .* within auto language test.
17266
17267 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
17268 target feature.
17269
17270 * config/monitor.exp(gdb_load): Check for a failure when loading,
17271 and reboot the board if necessary.
17272
17273 * gdb.base/setvar.exp(test_set): Handle multiple prints within
17274 a set of tests. Remove print.* from the patterns being checked.
17275
17276 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
17277
17278 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
17279 refer to gdb_spawn_id.
17280
17281 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
17282 longer used.
17283 * config/sparclet.exp: Ditto.
17284 * config/sparclet-old.exp: Ditto.
17285 * config/slite.exp: Ditto.
17286 * config/sim.exp: Ditto.
17287 * gdb.base/funcargs.exp: Ditto.
17288
17289 * lib/gdb.exp:Remove references to gdb_spawn_id.
17290 (gdb_expect): Move to remote.exp.
17291
17292 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
17293
17294 * config/monitor.exp: Detect the "Couldn't establish connection"
17295 message from GDB.
17296
17297 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
17298
17299 * gdb.base/bitfields.exp: Use runto instead of explicit
17300 gdb_run_cmd/gdb_expect sequences.
17301
17302 * gdb.base/break.exp(text_next_with_recursion): Add match for
17303 gdb_expect call.
17304
17305 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
17306 We also need to handle the "A program is being debugged already"
17307 prompt from gdb. Use gdb_test to set the baud rate.
17308
17309 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
17310 to 20000. Really. I mean it.
17311
17312 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
17313
17314 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
17315 fails. If suppress_flag is set, skip perror message about not
17316 being able to send to GDB.
17317 (send_gdb): If suppress_flag is set, don't try to send commands to
17318 GDB.
17319 (gdb_expect): If suppress_flag is set, always fail immediately.
17320 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
17321 (gdb_init): Call gdb_stop_suppressing_tests.
17322 (default_gdb_exit): Ditto.
17323 (default_gdb_start): Ditto.
17324
17325 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
17326 gdb_stop_suppressing_tests as appropriate.
17327 * gdb.base/break.exp: Ditto.
17328 * gdb.base/callfuncs.exp: Ditto.
17329 * gdb.base/commands.exp: Ditto.
17330 * gdb.base/exprs.exp: Ditto.
17331 * gdb.base/funcargs.exp: Ditto.
17332 * gdb.base/list.exp: Ditto.
17333 * gdb.base/recurse.exp: Ditto.
17334 * gdb.base/scope.exp: Ditto.
17335 * gdb.base/structs.exp: Ditto.
17336 * gdb.c++/inherit.exp: Ditto.
17337
17338 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
17339
17340 * config/vr4300.exp: New file.
17341
17342 * gdb.*/*.exp: Call gdb_expect instead of expect.
17343
17344 * lib/gdb.exp(gdb_expect): New function.
17345
17346 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
17347
17348 * lib/gdb.exp(gdb_init): New function.
17349
17350 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
17351 for each individual variable set.
17352
17353 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
17354 name.
17355
17356 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
17357
17358 * gdb.base/scope.exp: Use gdb_test.
17359
17360 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
17361 aborting; the testsuite driver will do that for us (see
17362 gdb_finish). Also, use gdb_test in a few more places.
17363
17364 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
17365
17366 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
17367
17368 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
17369
17370 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
17371 and "add_tests" are not at the same address.
17372
17373 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
17374
17375 * gdb.base/ptype.exp: Use gdb_test.
17376
17377 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
17378
17379 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
17380 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
17381 left in. No longer expect them to fail.
17382
17383 * gdb.stabs/*.mt; Deleted, no longer used.
17384 * gdb.stabs/configure.in: Remove references to target makefile
17385 frags.
17386 * gdb.stabs/configure: Rebuilt.
17387
17388 * gdb.disasm/*.mt: Deleted, no longer used.
17389 * gdb.disasm/configure.in: Remove references to target makefile
17390 frags. Use "sh3.s" as the unique filename for this directory.
17391 * gdb.disasm/configure: Rebuilt.
17392
17393 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
17394 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
17395 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
17396
17397 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
17398
17399 * config/udi.exp: Use mondfe,name instead of remote_host.
17400
17401 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
17402
17403 * gdb.base/watchpoint.exp: Don't expect a failure when calling
17404 a function with a watchpoint enabled on the mn10200.
17405
17406 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
17407 before trying to create it!
17408
17409 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
17410
17411 * config/vx.exp: Use hostname instead of netport.
17412
17413 * config/vxworks.exp: New file.
17414
17415 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
17416
17417 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
17418 gdb before assuming everything worked. Send a ^C if a timeout
17419 occurs.
17420
17421 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
17422 $gdb_spawn_id directly.
17423 (gdb_run_cmd): Try _start as well as start. Use the target feature
17424 gdb,start_symbol as the symbol to start from when jumping.
17425
17426 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
17427
17428 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
17429 redundant) test.
17430
17431 * gdb.base/recurse.exp: Relax final value test for 'b' so that
17432 it doesn't lose for 16bit integer systems.
17433
17434 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
17435
17436 * gdb.fortran/types.exp: If the target doesn't support "double"
17437 data types, then expect "real" types to only be 4 bytes.
17438
17439 * gdb.c++/virtfunc.exp: Expect failure for virtual function
17440 call tests if the target doesn't support inferior function calls.
17441
17442 * gdb.base/printcmds.exp: Allow minor deviation in FP values
17443 in printf tests.
17444
17445 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
17446
17447 * gdb.base/help.exp: Disable "help set", "help show", and
17448 "help support". Simplify regexp for "help stack".
17449
17450 * gdb.base/default.exp: Set match_max to 5000 and the timeout
17451 to 60 seconds. Temporarily set match_max to 15000 around the
17452 "info copying" test.
17453
17454 * gdb.base/nodebug.exp: Don't try to do an inferior function
17455 call if the target doesn't support them.
17456 * gdb.base/printcmds.exp: Likewise.
17457 * gdb.base/setvar.exp: Likewise.
17458 * gdb.base/structs.exp: Likewise.
17459 * gdb.c++/templates.exp: Likewise.
17460 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
17461
17462 * gdb.base/recurse.exp: Enable for the mn10200.
17463
17464 * configure.in: Do configure gdb.stabs directory for *-*-elf
17465 targets.
17466 * configure: Rebuilt.
17467
17468 * gdb.base/break.exp: Check for gdb,noresults before testing
17469 exit status and/or results from the target.
17470 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
17471 * lib/gdb.exp: Remove old (now bogus) initialization of
17472 noinferior, noargs, noresults and nosignals.
17473
17474 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
17475
17476 * config/sh.exp: New file.
17477
17478 * config/slite.exp: Try to connect multiple times to the board
17479 before rebooting. Only send a "monitor run" if need_monitor_run
17480 is set.
17481
17482 * gdb.base/break.exp: Don't do the "stub continue" test if
17483 the target has gdb_stub set.
17484
17485 * gdb.base/callfuncs.exp: Increase the timeout.
17486
17487 * gdb.base/interrupt.exp: Don't even try to compile the testcase
17488 if the target has gdb,noinferiorio set.
17489
17490 * gdb.base/list.exp: Increase match_max to 10000 characters.
17491
17492 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
17493
17494 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
17495 target.
17496
17497 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
17498
17499 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
17500
17501 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
17502 trying to delete the copy of gdb. Catch the file delete so we
17503 don't die if the delete fails; also, the file should be copied to
17504 the host, not to the build.
17505
17506 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
17507
17508 * lib/gdb.exp(gdb_test): Surround the result pattern with
17509 parenthesis in case it contains multiple regexps separated
17510 with |.
17511
17512 * gdb.base/watchpoint.exp: Use gdb_test.
17513 * gdb.base/default.exp: Ditto.
17514
17515 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
17516
17517 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
17518
17519 * gdb.base/scope.exp: Use gdb_test.
17520 * gdb.c++/classes.exp: Ditto.
17521 * gdb.c++/inherit.exp: Ditto.
17522
17523 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
17524
17525 * gdb.base/crossload.exp: Don't use execute_anywhere, use
17526 remote_exec instead.
17527 * gdb.base/corefile.exp: Don't be ridiculous.
17528 * gdb.base/*.c: Add missing stub invocations.
17529
17530 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
17531
17532 * config/slite.exp: Miscellaneous fixes.
17533
17534 * lib/gdb.exp: Fix runto.
17535
17536 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
17537 the target.
17538
17539 * gdb.base/watchpoint.exp: Fix regexp.
17540
17541 * lib/gdb.exp(default_gdb_exit): Add a catch to the
17542 close and wait commands, as the descriptor may now be
17543 invalid. Always call "remote_close host".
17544
17545 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
17546
17547 Major rewrite for testsuite revision.
17548
17549 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
17550 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
17551 instead of relying on spawn_id to always contain a valid
17552 spawn id.
17553 (get_compiler_info): New procedure to build the ${binfile}.ci
17554 file, instead of replicating this in N different places.
17555 (gdb_compile): New procedure.
17556
17557 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
17558 appropriate arguments) instead of compile. Use gdb_test in a lot
17559 more places. Use send_gdb instead of send. Always run gdb_start
17560 at the start of a testcase, as this is no longer done magically.
17561
17562 config/*-gdb.exp: Rename without the -gdb suffix.
17563
17564 config/mips.exp: Use remote_close instead of exit_remote_shell.
17565 config/monitor.exp: Use target_info instead of looking at
17566 baud, timeout, etc.
17567 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
17568
17569 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17570
17571 * gdb.c++/templates.exp (test_ptype_of_templates),
17572 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
17573 Update expect patterns for destructors and assignment operators
17574 to match corresponding c-typeprint.c changes.
17575 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
17576 to destructor breakpoint test, GDB should be able to set the
17577 destructor breakpoint without specifying arguments.
17578
17579 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
17580
17581 * gdb.threads/pthreads.exp: Change result for failure to compile due
17582 to lack of pthreads runtime support from an error to simply an
17583 unsupported test, per dejagnu standards.
17584
17585 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17586
17587 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
17588 where GDB exits to reduce pattern match time.
17589 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
17590
17591 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
17592
17593 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
17594
17595 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
17596 * gdb.base/default.exp: ditto.
17597 * gdb.base/nodebug.exp: ditto.
17598 * gdb.base/printcmds.exp: ditto.
17599 * gdb.base/ptype.exp: ditto.
17600 * gdb.base/setvar.exp: ditto.
17601 * gdb.base/structs.exp: ditto.
17602 * gdb.base/setshow.c: Guard against uninitialized values of argc.
17603
17604 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
17605
17606 * configure, */configure: Rebuild with autoconf 2.12.
17607
17608 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
17609
17610 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
17611 use new i*86-pc-linux*-gnu quads.
17612 * gdb.base/corefile.exp: Ditto.
17613 * gdb.base/signals.exp: Ditto.
17614 * gdb.base/sigall.exp: Ditto.
17615 * gdb.base/interrupt.exp: Ditto.
17616
17617 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
17618 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
17619 RedHat 4.0.
17620
17621 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
17622 linux. This allows the test case to at least compile on latest
17623 linux, but still not run due to missing the threads runtime library.
17624
17625 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17626
17627 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
17628 directory to search gdb directory. Accept and step over conditional
17629 stack alignment code. Consume $prompt in failure cases.
17630 Reset timeout to $oldtimeout instead of some arbitrary value.
17631 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
17632 timeout problems with infinite stack backtraces.
17633 * gdb.base/ptype.exp (ptype struct link, union tu_link):
17634 Accept function parameters for linkfunc member.
17635
17636 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
17637
17638 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
17639 (CXXFLAGS): Remove, unreferenced.
17640 (B_OPTIONS): Add for -B options and add code to initialize with
17641 previous -B options and also add -B option to pick up cross compiled
17642 runtime.
17643 (TARGET_INCLUDES): Add for -I options and add code to initialize when
17644 doing cross compiles.
17645 (target_alias): Declare global.
17646 (xgcc): Set variable to full path of gcc in build tree. Use findfile
17647 to verify that gcc exists in build tree, and if so set CC to that
17648 gcc and to use B_OPTIONS and TARGET_INCLUDES.
17649
17650 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
17651
17652 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
17653 ptype test for anonymous union. Fixup testcase to match
17654 current gcc debug output.
17655
17656 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
17657
17658 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
17659 force argument to an unsigned long type.
17660
17661 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
17662
17663 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
17664 tests and anonymous union print/ptype tests.
17665 * gdb.base/list.exp (test_forward-search): Increase timeout by
17666 5 minutes for the "search extremely long line" case.
17667 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
17668 completely optional and that the pass/fail messages use the command as
17669 the message if that third arg is a null string.
17670 (gdb_test_exact): Arrange that a null string pattern means match a
17671 null string output rather than any output, which might include random
17672 errors.
17673 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
17674 backtrace test.
17675 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
17676 always failing and failure is now exposed by gdb.exp changes.
17677
17678 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
17679
17680 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
17681 weren't being noted.
17682
17683 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17684
17685 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
17686 * gdb.stabs/weird.exp: Remove v_comb xfails.
17687
17688 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
17689
17690 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
17691 list.exp scope.exp watchpoint.exp]
17692 Make all timeout error msgs explicitly say "(timeout)".
17693
17694 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
17695
17696 * config/monitor.exp: Increase download timeout to 1000 seconds.
17697
17698 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
17699
17700 * config/m32r.exp: Increase timeout to 120 seconds.
17701
17702 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
17703
17704 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
17705 and accept older ordering as obsolescent gcc or gdb.
17706 * gdb.c++/templates.exp: Ditto.
17707 * gdb.c++/virtfunc.exp: Ditto.
17708
17709 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
17710
17711 * gdb.base/coremaker.c: Add code to mmap some data so we
17712 can check that it ends up in the core file.
17713 * gdb.base/corefile.exp: Add test to read mmapped data
17714 from core file.
17715
17716 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
17717
17718 * config/m32r.exp: New file.
17719
17720 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
17721
17722 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
17723 that cflags can contains -gstabs, and work correctly for other tests.
17724
17725 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
17726
17727 * gdb.base/setshow.exp: New file, tests show and set.
17728 * gdb.base/setshow.c: New file, tests show and set.
17729 * gdb.base/help.exp: Add test for help set|show annotate.
17730 * gdb.base/default.exp: Add test for set|show annotate.
17731
17732 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
17733
17734 * testsuite/gdb.base/break.exp: Make backtrace from factorial
17735 errors unique.
17736 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
17737 explicitly.
17738
17739 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
17740
17741 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
17742 and width commands. This is done elsewhere.
17743 * (gdb_start): Don't call gdb_start_sim here. That's already
17744 done in gdb_load. This fixes lots of failures in default.exp.
17745
17746 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
17747
17748 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
17749 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
17750 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
17751 in the same we we treat other failures (since it may be an expected
17752 condition), rather than as an error.
17753 * gdb.base/signals.exp (test_handle_all_print): Revert back to
17754 old test format.
17755
17756 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
17757
17758 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
17759 (distclean maintainer-clean realclean): No need to remove files
17760 twice. Nuke the duplicates.
17761 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
17762 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
17763 Remove config.h along with other config files.
17764
17765 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
17766
17767 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
17768 "p func1 ()" and note that rests of tests are skipped.
17769 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
17770 setup_xfails for "print func2::coremaker_local".
17771 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
17772 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
17773 affected by the previous run test.
17774 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
17775 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
17776 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
17777 "pass int powerset tuple" and "pass modeless int powerset tuple".
17778 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
17779 "real write 4" and "real write 8".
17780 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
17781 setup_xfails for "print vs1 after tuple assign 2",
17782 "print \$i after tuple assign 2", and
17783 "print vs2 after tuple assign 2".
17784 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
17785 meaningful error message and return -1 so the caller can
17786 suppress further tests and avoid a cascade of errors.
17787
17788 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
17789
17790 * gdb.base/a1-selftest.exp: Tweak tests to account for new
17791 format for printing version.
17792 * gdb.base/default.exp: Ditto.
17793 * gdb.base/interrupt.exp: Fix problem with cascade of
17794 errors if child process dies while calling a function.
17795
17796 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
17797
17798 * Makefile.in (VPATH): Add
17799 * Makefile.in (Makefile, config.status): Fix rules so things get
17800 remade when necessary.
17801
17802 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
17803
17804 * Makefile.in (just-check): Add path to sibling expect dir
17805 to environment variable specified by RPATH_ENVVAR.
17806
17807 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
17808
17809 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
17810 (just-check): Add shared library paths for libstdc++, tk,
17811 tcl, bfd, and opcodes to the environment variable specified
17812 in RPATH_ENVVAR.
17813 * configure.in: Add support to recognize --enable-shared flag
17814 and generate correct value for RPATH_ENVVAR.
17815 * configure: Regenerated with autoconf.
17816
17817 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
17818
17819 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
17820 include all osf versions.
17821 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
17822 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
17823 when target is linux. When failing to build pthreads test
17824 executable, give more meaningful message.
17825 * gdb.threads/pthreads.c: Hpux also uses old definition of second
17826 arg for pthread_create.
17827
17828 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
17829
17830 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
17831 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
17832 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
17833 and -lpthreads (everybody else).
17834 (test_startup): Fail gracefully if threads are not supported.
17835 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
17836 "p/c array_index("abcdef",2)" when not gcc compiled.
17837 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
17838 "print func2::coremaker_local" when not gcc compiled.
17839 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
17840 "ptype on opaque struct tagname (statically)",
17841 "ptype on opaque struct tagname (dynamically) 1", and
17842 "ptype on opaque struct tagname (dynamically) 2"
17843 for not compiled with gcc.
17844 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
17845 backtrace when compiled with gcc.
17846 * lib/gdb.exp (runto_main): Return result of "runto main" rather
17847 than always return success.
17848
17849 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
17850
17851 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
17852
17853 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
17854
17855 * gdb.base/structs.exp: Undo last change.
17856
17857 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
17858
17859 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
17860 encapsulate all the steps/nexts done during self test, starting
17861 at main, and makes them less sensitive to optimization issues.
17862 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
17863 signal handler" test.
17864 * gdb.threads/pthreads.exp: Only run this for native configs.
17865 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
17866 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
17867 tests.
17868 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
17869 for "runto test_calls(void)" test.
17870
17871 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
17872
17873 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
17874 and don't expect address info in breakpoint confirmations.
17875
17876 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
17877
17878 * gdb.base/list.exp (test_forward_search): Increase timeout
17879 temporarily by 60 seconds for searching extremely long line,
17880 and then reset to old value when done. Increase expect input
17881 buffer to 10000.
17882
17883 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
17884
17885 * gdb.base/list.exp (test_forward_search): Fix to handle very
17886 long source line without overflowing expect's input buffer.
17887
17888 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
17889
17890 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
17891 "buffer_full".
17892
17893 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
17894 "buffer_full".
17895
17896 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
17897 "buffer_full".
17898
17899 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
17900 "buffer_full".
17901
17902 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
17903
17904 * configure.in (configdirs): Add gdb.threads.
17905 * configure: Regenerated with autoconf.
17906 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
17907 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
17908 * gdb.threads/configure: New, generated with autoconf.
17909
17910 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
17911
17912 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
17913
17914 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
17915
17916 * gdb.base/signals.exp (test_handle_all_print): Test separately for
17917 each signal's status in the output of "handle all print".
17918 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
17919 the \r\n sequence that immediately precedes the gdb prompt.
17920 * gdb.base/a1-selftest.exp: Save original timeout and restore
17921 after test.
17922
17923 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
17924
17925 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
17926 symbol.
17927
17928 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17929
17930 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
17931
17932 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
17933
17934 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
17935 timeout by 60 seconds.
17936
17937 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
17938
17939 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
17940 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
17941 error return.
17942
17943 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
17944
17945 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
17946 gdb initialization, also report how long dejagnu waited. Restore
17947 old timeout before doing error return. Temporarily increase timeout
17948 by 3 minutes to allow for slow startups over heavy NFS use.
17949
17950 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
17951
17952 * lib/gdb.exp: Report timeout value for verbosity level 2.
17953 * config/gdbserver.exp: Ditto.
17954 * config/hppro.exp: Ditto.
17955 * config/mips-gdb.exp: Ditto.
17956 * config/monitor.exp: Ditto.
17957 * config/netware.exp: Ditto.
17958 * config/sim-gdb.exp: Ditto.
17959 * config/slite-gdb.exp: Ditto.
17960 * config/udi-gdb.exp: Ditto.
17961 * config/unix-gdb.exp: Ditto.
17962 * config/vx-gdb.exp: Ditto.
17963 * gdb.base/a1-selftest.exp: Ditto.
17964 * gdb.base/a2-run.exp: Ditto.
17965 * gdb.base/break.exp: Ditto.
17966 * gdb.base/corefile.exp: Ditto.
17967 * gdb.base/list.exp: Ditto.
17968 * gdb.base/recurse.exp: Ditto.
17969 * gdb.base/scope.exp: Ditto.
17970 * gdb.base/signals.exp: Ditto.
17971
17972 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17973
17974 * gdb.threads/Makefile.in (docdir): Removed.
17975
17976 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17977
17978 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
17979 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
17980 @srcdir@.
17981 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
17982 autoconf 2.5 or higher.
17983 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
17984
17985 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
17986
17987 * configure: Regenerated.
17988 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
17989 avoid name clashes with SunOS headers.
17990
17991 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
17992
17993 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
17994
17995 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
17996
17997 * gdb.base/callfuncs.exp: Finish last change -- make sure the
17998 prototype information ends up in the compiler info file.
17999
18000 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
18001
18002 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
18003 attempting to regenerate it. Eliminate use of a temporary file
18004 and just generate the info file directly. Source it immediately,
18005 for consistency of use.
18006 * gdb.base/corefile.exp: Ditto
18007 * gdb.base/exprs.exp: Ditto.
18008 * gdb.base/funcargs.exp: Ditto.
18009 * gdb.base/langs.exp: Ditto.
18010 * gdb.base/list.exp: Ditto.
18011 * gdb.base/mips_pro.exp: Ditto.
18012 * gdb.base/nodebug.exp: Ditto.
18013 * gdb.base/opaque.exp: Ditto.
18014 * gdb.base/ptype.exp: Ditto.
18015 * gdb.base/scope.exp: Ditto.
18016 * gdb.base/setvar.exp: Ditto.
18017 * gdb.base/signals.exp: Ditto.
18018 * gdb.base/whatis.exp: Ditto.
18019 * gdb.c++/templates.exp: Ditto.
18020 * gdb.c++/virtfunc.exp: Ditto.
18021 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
18022 whether or not to add -lstdc++ to the compile command line args.
18023
18024 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18025
18026 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
18027 it got fixed by the recent lookup_minimal_symbol_by_pc change.
18028 Increase timeout, a lot of single stepping might be needed if the
18029 target has no hardware watchpoints.
18030
18031 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
18032
18033 * gdb.base/break.exp: Ignore compiler warnings when compiling
18034 break.c.
18035 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
18036 * gdb.base/default.exp: Add h8300 xfails. Handle messages
18037 from remote-sim.
18038 * gdb.base/exprs.exp: Add h8300 xfails.
18039 * gdb.base/funcargs.exp: Likewise.
18040 * gdb.base/nodebug.exp: Likewise.
18041 * gdb.base/printcmds.exp: Likewise.
18042 * gdb.base/ptype.exp: Likewise.
18043 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
18044 h8300 xfails.
18045 * gdb.base/return.exp: Handle float/double precision problems
18046 on the h8300.
18047 * gdb.base/funcargs.c: Explicitly make last constant argument to
18048 call_after_alloca_subr an unsigned long type.
18049 * gdb.base/return.c: Include stdio.h.
18050
18051 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
18052
18053 * config/abug.exp: New file for the older Motorola Bug monitor
18054 that runs on the mvme13x series VME boards.
18055 * config/monitor.exp: Use the new config array for target settings
18056 if they exist.
18057
18058 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
18059
18060 * sim-gdb.exp: Make the SH simulator allocate less space when
18061 it is targeted.
18062
18063 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
18064
18065 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
18066 test.
18067
18068 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
18069
18070 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
18071 "rs6000-*-*" for "list function in include file" when gcc compiled.
18072 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
18073 for "p ctable1[120]".
18074 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
18075 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
18076 Remove setup_xfail for "rs6000-*-*" for
18077 "print 'scope0.c'::filelocal before run".
18078 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
18079 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
18080 since some compilers don't allow both options to be given
18081 on the same command line. Create object file and move it.
18082
18083 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
18084
18085 * gdb.base/corefile.exp: Always regenerate the core file, since
18086 we always regenerate the coremaker program. Detect special case
18087 where registers cannot be read from core file.
18088
18089 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
18090
18091 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
18092 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
18093 * gdb.c++/templates.exp: Only match on basename of file since
18094 some formats like xcoff don't encode directory information.
18095 * gdb.stabs/weird.exp: Use the right sed script for powerpc
18096 and rs6000 AIX xcoff targets.
18097 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
18098 * configure: Regenerate.
18099 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
18100 here, rather than in distclean.
18101
18102 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
18103
18104 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
18105 defined, and use it to compile the test case with -O2. The
18106 native compilation still uses no optimization.
18107 * gdb.base/mips_pro.c: Remove inline assembly code since
18108 it is compiled PIC by default, which results in assembler
18109 warnings that make the testsuite think the compilation
18110 was unsuccessful.
18111
18112 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
18113
18114 * gdb.c++/misc.exp: Add note to message for
18115 "print s.a for foo struct" that this is a known gcc 2.7.2
18116 and earlier bug.
18117
18118 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
18119
18120 * gdb.base/break.exp: Fix pattern for matching "Delete all
18121 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
18122 setup_xfail for deleting all breakpoints test. Fix various
18123 timeout messages to include "(timeout)".
18124 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
18125 for "p t_float_values2(3.14159,float_val2)".
18126 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
18127 for "continue to call2g" when gcc compiled.
18128 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
18129 "up to foo in langs.exp", "show language at foo in langs.exp",
18130 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
18131 and "show language at fsub in langs.exp".
18132 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
18133 "list line 1 in include file", "list message for lines past EOF",
18134 "list function in include file", "list list0.h:foo", and
18135 "list filename:function; nonexistant function".
18136 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
18137 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
18138 and "ptype t_char_array" to be for native cc only.
18139
18140 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
18141
18142 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
18143 setup_xfail for "print coremaker_bss", "print coremaker_ro",
18144 "print func2::coremaker_local", and "backtrace in corefile.exp".
18145
18146 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
18147
18148 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
18149 "bt in signals.exp". This problem only appears when running
18150 the testsuite, and then only intermittently.
18151
18152 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18153
18154 * gdb.base/return.exp (return_tests): Differentiate between
18155 two tests of continuing.
18156
18157 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
18158
18159 * */Makefile.in (maintainer-clean): Remove config.log.
18160 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
18161 * gdb.c++/Makefile.in (PROGS): Add inherit.
18162 (clean): Remove *.ci.
18163
18164 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
18165
18166 * gdb.c++/misc.cc: Add test code from Mike Stump.
18167 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
18168
18169 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
18170
18171 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
18172 to "alpha-*-osf2*" and add comment.
18173 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
18174 setup_xfail for "step over execarg initialization" and
18175 "step over corearg initialization".
18176 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
18177 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
18178 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
18179 gcc compiled for "print coremaker_bss", "print coremaker_ro",
18180 "print func2::coremaker_local", and "backtrace in corefile.exp".
18181 * gdb.base/signals.exp: Build and source signals.ci.
18182 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
18183 to be for gcc only.
18184 * lib/gdb.exp: Move verbose statements outside conditionals.
18185
18186 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18187
18188 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
18189 Feb 3 procfs.c change.
18190
18191 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
18192
18193 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
18194
18195 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
18196
18197 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
18198 from dejagnu's apparent default of 10 seconds, which gives random
18199 results when running the tests over NFS on moderately loaded systems.
18200 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
18201
18202 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
18203
18204 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
18205 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
18206 result reports.
18207
18208 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
18209
18210 * configure.in (CY_AC_PATH_TCLH): Remove.
18211 * configure: Regenerate.
18212
18213 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
18214
18215 * gdb.c++/Makefile.in (clean): Add missing '{'.
18216
18217 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
18218
18219 * lib/gdb.exp: Provide a default value for noinferior.
18220
18221 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
18222 Load libgloss.exp.
18223
18224 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
18225
18226 * gdb.disasm/hppa.exp: Compile directly into an executable, use
18227 the executable, not the .o to run the tests from.
18228
18229 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
18230
18231 * gdb.base/break.exp: Don't test for program exit or exit status
18232 if $noresults if nonzero.
18233 * gdb.base/langs.exp: Likewise.
18234 * gdb.base/watchpoint.exp: Likewise.
18235
18236 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
18237 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
18238 trying to compile the testcase.
18239
18240 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
18241
18242 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
18243 * gdb.base/signals.exp (continue to handler): Likewise.
18244
18245 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
18246
18247 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
18248
18249 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
18250
18251 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
18252
18253 * gdb.base/corefile.exp: Recognize "not found" as failure
18254 when trying to determine if a core file was generated.
18255 If no core file was generate the first time, try again without
18256 the ulimit -c to work around braindamaged shells.
18257
18258 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
18259
18260 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
18261 [] tests with "test" and enclose string in quotes.
18262 * gdb.stabs/configure: Rebuild
18263
18264 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
18265
18266 Changes in sync with expect:
18267 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
18268 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
18269 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
18270 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
18271 argument to AC_REQUIRE.
18272 * configure: Regenerated.
18273
18274 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
18275
18276 * gdb.base/corefile.exp: When generating a core, discard any
18277 error messages about ulimit not found and the "core dumped"
18278 message from the shell that runs the coredumper.
18279
18280 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
18281
18282 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
18283
18284 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
18285 which sed script to run. Expect failure for v_comb test
18286 on PA targets too.
18287
18288 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
18289
18290 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
18291 "print func2::coremaker_local" and for "backtrace in corefile.exp"
18292
18293 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
18294
18295 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
18296 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
18297 "sparc-sun-solaris*" xfails for "p v_comb".
18298 * lib/gdb.exp (default_gdb_start): Fix typo.
18299 * gdb.base/corefile.exp: Allow "Core was generated by ..."
18300 messages to not include the full program name that caused
18301 the core dump since some systems (such as solaris) apparently
18302 truncate this path to about 80 characters.
18303 When generating a core file first try increasing the core file
18304 size limit to unlimited since some systems may default it to
18305 zero, and it is harmless to try it. Move the test for failing
18306 to generate a core file to where it will actually get executed.
18307 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
18308 new gdb result from g++ debug info improvements and make old
18309 pattern obsolescent. Also account for size_t differences
18310 (may be int or long).
18311 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
18312 initialization before function call is placed in the delay slot
18313 and thus appears to be skipped over by commands such as "next".
18314
18315 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18316
18317 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
18318
18319 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
18320
18321 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
18322 input source file; fix code to compile test to deal with this
18323 convention.
18324 * gdb.c++/*.exp: Likewise.
18325
18326 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
18327
18328 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
18329 "bt in signals.exp".
18330
18331 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
18332
18333 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
18334 "step over execarg initialization" and
18335 "step over corearg initialization".
18336
18337 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
18338
18339 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
18340 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
18341
18342 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
18343
18344 From Rob Savoye (rob@poseidon.cygnus.com)
18345 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
18346 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
18347 configure.in}, gdb.disasm/{Makefile.in, configure.in},
18348 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
18349 configure.in}: Major reworking for autoconfig.
18350 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
18351 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
18352 New files.
18353 * config/unix-gdb.exp: Make GDB global.
18354 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
18355 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
18356 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
18357 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
18358 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
18359 term.exp, twice.exp, watchpoint.exp, whatis.exp},
18360 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
18361 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
18362 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
18363 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
18364 pr-8136.exp, result.exp, string.exp, tuples.exp},
18365 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
18366 to returns as necessary, arrange for test to compile own testcase
18367 executable.
18368 * lib/gdb.exp: Changes for testsuite to compile own test cases.
18369
18370 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
18371
18372 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
18373 clear_xfail at end of test which might not call either pass or fail.
18374 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
18375 "backtrace through signal handler".
18376
18377 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18378
18379 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
18380 continuing from a job control stop signal.
18381 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
18382
18383 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
18384
18385 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
18386 * gdb.base/corefile.exp: Likewise.
18387 * gdb.base/funcargs.exp: Likewise.
18388
18389 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
18390
18391 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
18392 * config/monitor.exp: Add support for setting baud rate.
18393
18394 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
18395
18396 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
18397 i*86-*-linux* xfails for "backtrace through signal handler".
18398 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
18399 "print func2::coremaker_local".
18400 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
18401 alpha-dec-osf2* xfail for
18402 "delete all breakpoints when none".
18403
18404 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
18405
18406 * gdb.base/break.exp: Change test that deletes all breakpoints
18407 when no user breakpoints are installed. A post 4.15 change
18408 causes gdb to no longer prompt in this case.
18409
18410 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
18411
18412 * gdb.base/return.exp (return_tests): Change xfail for test
18413 "correct value returned double test" to stop xfailing at
18414 Solaris 2.5. Apparently the bug has been fixed.
18415
18416 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
18417
18418 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
18419 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
18420
18421 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
18422
18423 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
18424 * gdb.disasm/hppa.s: Corresponding changes.
18425
18426 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
18427
18428 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
18429 makefile fragment.
18430 * config/mt-hpux: Deleted.
18431
18432 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
18433
18434 * Many files: When warning about suppressed tests due to a
18435 nonexistant test binary, avoid incrementing the warning count.
18436
18437 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
18438
18439 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
18440
18441 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18442
18443 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
18444 "sparc-*-solaris2*".
18445
18446 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18447
18448 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
18449 Add global and local variables and initialize them.
18450 * gdb.base/corefile.exp: Test correct mapping of corefile sections
18451 by printing variables. Remove rs6000 and powerpc xfails, BFD now
18452 extracts the file name and terminating signal from the core file.
18453 * TODO: Remove note about tests for correct mapping of corefile.
18454 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
18455 from optimizing it away.
18456 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
18457 handles common blocks.
18458
18459 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
18460
18461 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
18462 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
18463
18464 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
18465
18466 * Makefile.in (maintainer-clean): New target, synonym for
18467 realclean.
18468 * gdb.base/Makefile.in (maintainer-clean): Likewise.
18469 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
18470 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
18471 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
18472 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
18473 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
18474
18475 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
18476
18477 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
18478 xfails when not gcc compiled for "print foo::funclocal".
18479 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
18480 "print foo::funclocal at foo",
18481 "print 'scope1.c'::foo::funclocal at foo",
18482 "print foo::funclocal_bss at foo",
18483 "print 'scope1.c'::foo::funclocal_bss at foo",
18484 "print foo::funclocal_ro at foo",
18485 "print 'scope1.c'::foo::funclocal_ro at foo",
18486 "print bar::funclocal at foo" and
18487 "print 'scope1.c'::bar::funclocal at foo".
18488 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
18489 gcc compiled for "print foo::funclocal at bar".
18490 Expand all messages to ensure that they identify that
18491 the test is at bar().
18492 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
18493 gcc compiled for:
18494 "ptype on opaque struct pointer (statically)",
18495 "ptype on opaque struct tagname (statically)",
18496 "ptype on opaque struct pointer (dynamically) 1",
18497 "ptype on opaque struct tagname (dynamically) 1",
18498 "ptype on opaque struct pointer (dynamically) 2" and
18499 "ptype on opaque struct tagname (dynamically) 2
18500 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
18501 gcc compiled for:
18502 "p datalocal"
18503 "whatis datalocal",
18504 "ptype datalocal",
18505 "p bsslocal",
18506 "whatis bsslocal", and
18507 "ptype bsslocal".
18508 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
18509 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
18510 when not gcc compiled.
18511 * gdb.base/funcargs.exp (float_and_integral_args): Add
18512 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
18513 compiled.
18514 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
18515 "backtrace from call6a" when not gcc compiled.
18516 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
18517 "backtrace from call7a" when not gcc compiled.
18518 * gdb.base/callfuncs.exp (do_function_calls):
18519 Add "hppa*-*-hpux*" xfail when not gcc compiled for
18520 "p t_char_array_values(char_array_val2,char_array_val1)",
18521 "p t_char_array_values(char_array_val1,char_array_val2)",
18522 "p t_char_array_values("carray 1","carray 2")",
18523 "p t_char_array_values("carray 1",char_array_val2)",
18524 "p t_char_array_values(char_array_val1,"carray 2")",
18525 "p sum_args(1,{2})",
18526 "p sum_args(2,{2,3})",
18527 "p sum_args(3,{2,3,4})",
18528 "p sum_args(4,{2,3,4,5})"
18529 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
18530 "backtrace in corefile.exp" when not gcc compiled.
18531
18532 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18533
18534 * gdb.base/signals.exp: Rewrite `handle all print' test as
18535 a procedure. Accept blanks or TABs as whitespace, increase
18536 timeout and expect input buffer size for the large output
18537 from the command. Remove "i*86-*-bsdi2.0" xfail.
18538
18539 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18540
18541 * gdb.base/setvar.exp: Add new testcases for truncation when
18542 assigning invalid values to bitfields.
18543
18544 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
18545
18546 * gdb.base/callfuncs.exp (do_function_calls): Remove
18547 mips-sgi-irix* xfail for
18548 "call inferior func with struct - returns char *"
18549 and fix test so that an optional (unsigned char *) cast is
18550 accepted in the result.
18551
18552 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
18553
18554 * gdb.base/funcargs.exp (float_and_integral_args): Remove
18555 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18556 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
18557 * gdb.base/signals.exp: Remove duplicate "handle all print" test
18558 that accidentally got checked in.
18559
18560 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
18561
18562 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
18563 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
18564 compiled test.
18565 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
18566 Add mips-sgi-irix5* xfail for not gcc compiled.
18567 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
18568 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
18569 "p top", "whatis top", "p middle", and "whatis middle".
18570 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
18571 "whatis signed char" for not gcc compiled.
18572 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
18573 "set variable signed char=-1 (-1)" and
18574 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
18575 * gdb.base/funcargs.exp (float_and_integral_args):
18576 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
18577 Add mips-sgi-irix* xfail when not gcc compiled for
18578 "continue to call2b".
18579 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
18580 "continue to call2g".
18581 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
18582 "backtrace from call6a"
18583 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
18584 "backtrace from call7k".
18585 Add mips-sgi-irix5* xfail when not gcc compiled for
18586 "backtrace from call7a".
18587 (localvars_after_alloca): Fix gdb_test cmds for
18588 "print * after runto ...".
18589 Remove rs6000-*-* xfails for
18590 "print i after runto localvars_after_alloca" and
18591 "print l after runto localvars_after_alloca"
18592 for all compilers.
18593 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
18594 when not compiled with gcc, for:
18595 "print signed char == (minus)",
18596 "print signed char != (minus)",
18597 "print signed char < (minus)",
18598 "print signed char > (minus)".
18599 * gdb.base/callfuncs.exp (do_function_calls):
18600 Add mips-sgi-irix* xfail, when compiled with native compiler, for
18601 "call inferior func with struct - returns char *".
18602 * gdb.base/return.exp (return_tests): Change xfail for
18603 "correct value returned double test" to include Solaris 2.4.
18604 * gdb.base/funcargs.exp (float_and_integral_args):
18605 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18606
18607 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18608
18609 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
18610 enumeration bitfields if compiling with GNU C.
18611 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
18612 to empty' prompt.
18613
18614 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
18615
18616 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
18617 test for PRO targets.
18618
18619 * gdb.base/funcargs.exp: Avoid ever setting more than 8
18620 breakpoints in the inferior at any given time by making
18621 two groups of breakpoints for call2*, call6* and call7*
18622 tests.
18623
18624 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18625
18626 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
18627 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
18628 from optimizing it away.
18629 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
18630 "call inferior func with struct".
18631
18632 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
18633
18634 * configure.in: Only configure gdb.chill for particular targets.
18635
18636 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
18637
18638 * gdb.base/Makefile.in: Add action to .c.o transformation
18639 rule that generates a .ci file for each .o file and remove
18640 explicit .c.o rules except for callfuncs.o.
18641 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
18642 generates a .ci file for each .o file and remove explicit
18643 .cc.o rules.
18644 (clean): Remove *.tmp *.ci files.
18645 (EXECUTABLES): Remove templ-info.exp.
18646 * gdb.base/compiler.c: New file.
18647 * gdb.c++/compiler.cc: New file
18648 * gdb.base/scope.exp: Source gdb.base/scope.ci.
18649 Change rs6000-*-* xfail for
18650 "print 'scope0.c'::filelocal_ro" and
18651 "print 'scope1.c'::filelocal" and
18652 "print 'scope1.c'::filelocal_bss" and
18653 "print 'scope1.c'::filelocal_ro" and
18654 "print 'scope1.c'::foo::funclocal" and
18655 "print 'scope1.c'::foo::funclocal_ro" and
18656 "print 'scope1.c'::bar::funclocal" and
18657 "print 'scope0.c'::filelocal_ro" and
18658 "print 'scope1.c'::filelocal at foo" and
18659 "print 'scope1.c'::filelocal_bss at foo" and
18660 "print 'scope1.c'::filelocal_ro at foo" and
18661 "print 'scope1.c'::foo::funclocal at foo" and
18662 "print 'scope1.c'::foo::funclocal_bss at foo" and
18663 "print 'scope1.c'::foo::funclocal_ro at foo" and
18664 "print 'scope1.c'::bar::funclocal at foo" and
18665 "print 'scope0.c'::filelocal_ro" and
18666 "print 'scope1.c'::filelocal" and
18667 "print 'scope1.c'::filelocal_bss" and
18668 "print 'scope1.c'::filelocal_ro" and
18669 "print 'scope1.c'::foo::funclocal" and
18670 "print 'scope1.c'::foo::funclocal_bss" and
18671 "print 'scope1.c'::foo::funclocal_ro" and
18672 "print 'scope1.c'::bar::funclocal" and
18673 "print 'scope1.c'::bar::funclocal_bss"
18674 to only be xfail'd when not compiled with gcc.
18675 Add rs6000-*-* xfail for
18676 "print 'scope0.c'::filelocal_bss before run"
18677 when compiled with gcc.
18678 (test_at_main): Add rs6000-*-* xfail for
18679 "print filelocal_ro in test_at_main"
18680 when compiled with gcc.
18681 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
18682 Add rs6000-*-aix* xfail for
18683 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
18684 "ptype t_char_array", not compiled with gcc.
18685 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
18686 xfail for "list foo (in include file)" when gcc compiled.
18687 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
18688 (integral_args): Add rs6000-*-* xfail for
18689 "run to call0a" if not compiled with gcc.
18690 (unsigned_integral_args): Add rs6000-*-* xfail for
18691 "run to call1a" if not compiled with gcc.
18692 (float_and_integral_args): Add rs6000-*-* xfail for
18693 "run to call2a" if not compiled with gcc and for
18694 "continue to call2b" for any compiler.
18695 Add rs6000-*-* xfail to
18696 "print f1 after run to call2a" for gcc compiled.
18697 (discard_and_shuffle): Add rs6000-*-* xfail for
18698 "run to call6a".
18699 (shuffle_round_robin): Add rs6000-*-* xfail for
18700 "backtrace from call7a" if not compiled with gcc.
18701 Add rs6000-*-* xfail for
18702 "backtrace from call7b" if compiled with gcc.
18703 (call_after_alloca): Add rs6000-*-* xfail for
18704 "print c in call_after_alloca" and
18705 "print s in call_after_alloca" and
18706 "backtrace from call_after_alloca_subr"
18707 if not compiled with gcc.
18708 (localvars_in_indirect_call): Add rs6000-*-* xfail for
18709 "print c in localvars_in_indirect_call" and
18710 "print c in localvars_in_indirect_call" and
18711 "backtrace in indirectly called function" and
18712 "stepping into indirectly called function"
18713 if not compiled with gcc.
18714 (localvars_after_alloca): Add rs6000-*-* xfail for
18715 "print c after runto localvars_after_alloca" and
18716 "print s after runto localvars_after_alloca" and
18717 "print i after runto localvars_after_alloca" and
18718 "print l after runto localvars_after_alloca"
18719 for all compilers.
18720 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
18721 than whatis-info.exp.
18722 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
18723 than opaque-info.exp.
18724 Setup rs6000-*-* xfail for
18725 "ptype on opaque struct pointer (statically)" and
18726 "ptype on opaque struct pointer (dynamically)" when
18727 not compiled with gcc.
18728 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
18729 rather than callf-info.exp.
18730 (do_function_calls): Add clear_xfail for rs6000-*-* for
18731 "p t_float_values2(3.14159,float_val2)". Seems to work
18732 fine there, both with xlc and gcc. Need to find out what
18733 it is doing right and fix other platforms.
18734 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
18735 "call inferior func with struct - returns int",
18736 "call inferior func with struct - returns long",
18737 "call inferior func with struct - returns float",
18738 "call inferior func with struct - returns double",
18739 "call inferior func with struct - returns char *",
18740 but only if not gcc compiled (presumes xlc compiled).
18741 Change rs6000-*-* xfails for
18742 "call inferior func with struct - returns char" and
18743 " call inferior func with struct - returns short" to only
18744 xfail if not using gcc.
18745 (clean mostlyclean): Remove *.ci and *.tmp files.
18746 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
18747 than templ-info.exp.
18748 * gdb.base/langs.exp: Source gdb.base/langs.ci.
18749 Add rs6000-*-* xfail for "up to foo in langs.exp"
18750 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
18751 when not gcc compiled.
18752
18753 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18754
18755 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
18756 * gdb.base/corefile.exp: Likewise.
18757 * gdb.base/list.exp: Likewise.
18758 * gdb.base/scope.exp: Likewise.
18759 * gdb.base/siganls.exp: Likewise.
18760
18761 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
18762 compiler output.
18763 * gdb.base/whatis.exp: Likewise.
18764
18765 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
18766
18767 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
18768 failure (opcode table has been fixed to match reality).
18769
18770 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
18771
18772 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
18773 "call inferior func with struct - returns char",
18774 "call inferior func with struct - returns short"
18775
18776 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
18777 "print 'scope0.c'::filelocal at main",
18778 "print 'scope0.c'::filelocal_bss in test_at_main",
18779 "print 'scope0.c'::filelocal at foo",
18780 "print 'scope0.c'::filelocal_bss in test_at_foo",
18781 "print 'scope0.c'::filelocal at bar",
18782 "print 'scope0.c'::filelocal_bss in test_at_bar"
18783
18784 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
18785 in source file 1". This bug seems to have been fixed with both
18786 gcc and native cc (was native assembler bug?).
18787
18788 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
18789
18790 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
18791 "backtrace through signal handler" to "i*86-*-sysv4*".
18792 * gdb.base/signals.exp: Add xfail for "'next' behaved as
18793 continue" case. Add "known SVR4 bug" to fail message.
18794 Add "i*86-*-bsdi2.0" xfail for "handle all print".
18795 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
18796 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
18797 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
18798 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
18799 "up to foo in langs.exp", "show language at foo in
18800 langs.exp", "up to cppsub_ in langs.exp", "show
18801 language at cppsub_ in langs.exp", "up to fsub in
18802 langs.exp", and "show language at fsub in langs.exp".
18803 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
18804 "bactrace in corefile.exp".
18805 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
18806 "call inferior function with struct - returns float" and
18807 "call inferior function with struct - returns double".
18808
18809 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
18810
18811 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
18812 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
18813 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
18814 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
18815
18816 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
18817
18818 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
18819 (or overriden) "CHILL" macro rather then bare "gcc".
18820 Also look for ../../gcc/xgcc since that is what we will
18821 actually need, not "Makefile". Remove following assignment
18822 of CHILL to CHILL_FOR_TARGET because that results in
18823 recursive definition.
18824
18825 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
18826
18827 * gdb.base/corefile.exp: Change xfail for backtrace in
18828 corefile.exp from linuxaout to all linux.
18829 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
18830 cases where we miss the breakpoint at the signal handler
18831 for some reason. Setup xfail for linuxoldld/linuxaout and
18832 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
18833 hitting SIGURG breakpoint.
18834 * gdb.base/signals.exp: Setup xfail for "next" acting like
18835 continue to add linuxoldld. Setup xfail for all linux for
18836 "next to handler in signals_tests_1", "backtrace in
18837 signals_tests_1", "continue to func1", "pass SIGUSR1",
18838 and continue to handler".
18839
18840 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
18841
18842 * Update all FSF addresses except those in COPYING* files.
18843
18844 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
18845
18846 * gdb.base/a2-run.exp: Change messages to be more explicit about
18847 the status of args, and quote binfile in results.
18848
18849 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
18850
18851 * gdb.base/callfuncs.exp: Add tests for passing structs to
18852 inferior functions and return various types.
18853 * gdb.base/callfuncs.c: Add functions to receive a struct
18854 and return a member of the struct, in various types.
18855
18856 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18857
18858 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
18859
18860 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18861
18862 * config/vxworks29k.exp: New file, sources vxworks.exp.
18863
18864 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18865
18866 * config/gdbremote.exp: New file. Testing framework using
18867 gdbserver.
18868
18869 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
18870
18871 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
18872 "call function when asleep" and "send end of file".
18873 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
18874 for "backtrace in corefile.exp".
18875 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
18876 for "backtrace through signal handler".
18877 * gdb.base/corefile.exp: Make sure we actually generate a core file
18878 before trying the core tests. Some systems allow the user to suppress
18879 generation of core files and default to that (linux for example).
18880 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
18881 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
18882
18883 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18884
18885 * gdb.threads: New directory with some crude multi-threaded
18886 gdb tests (step.exp and step2.exp).
18887 * config/mt-lynx (STEP_EXECUTABLE): Define.
18888 (THREADFLAGS): Define.
18889
18890 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
18891
18892 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
18893
18894 * gdb.base/signals.exp: Disable whole file for lynx until
18895 further notice.
18896
18897 * gdb.base/signals.exp: xfail test where "next" acts like
18898 "continue" for lynx.
18899
18900 * gdb.base/interrupt.exp: xfail test for calling function while
18901 inferior is asleep for lynx.
18902
18903 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
18904 than one cr-lf after each command.
18905
18906 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18907
18908 * configure.in: Reinstate setting of stabsdirs variable, fix
18909 typo in setting up configdirs for native builds.
18910
18911 * gdb.base/return.exp: Fix typo in return double test.
18912 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
18913 compiler from optimizing them away.
18914
18915 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
18916
18917 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
18918 sequences to be echo'd by gdb when using gdb_test.
18919 * gdb.chill/chexp.exp: Likewise.
18920 * gdb.fortran/exprs.exp: Likewise
18921
18922 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18923
18924 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
18925 after the inferior gdb has started.
18926
18927 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
18928 after each command.
18929 * gdb.base/funcargs.exp: Likewise.
18930 * gdb.base/gdbvars.exp: Likewise.
18931 * gdb.base/interrupt.exp: Likewise.
18932 * gdb.base/list.exp: Likewise.
18933 * gdb.base/watchpoint.exp: Likewise.
18934 * gdb.c++/demangle.exp: Likewise.
18935 * gdb.c++/inherit.exp: Likewise.
18936 * gdb.chill/chexp.exp: Likewise.
18937 * gdb.fortran/exprs.exp: Likewise.
18938
18939 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
18940 test if we can't handle IO to/from the inferior.
18941
18942 * gdb.c++/misc.exp: Always check for a program already being
18943 started after sending a "run" command to gdb.
18944
18945 * gdb.base/twice.exp: Start with a fresh gdb.
18946
18947 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
18948 only depend on gdb's expression code, not the chill runtime.
18949
18950 * gdb.base/return.c: Put return values into variables so we
18951 can have gdb print them rather than depending on the program
18952 to print them.
18953 * gdb.base/return.exp: Corresponding changes.
18954
18955 * lib/gdb.exp: Provide default value for noinferiorio.
18956 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
18957 the inferior.
18958
18959 * gdb.base/break.exp: Always check for a program already being
18960 started after sending a "run" command to gdb.
18961 (text_next_with_recursion): Don't check the output from the
18962 program's printf statement. Instead just make sure the program
18963 exited.
18964
18965 * gdb.base/commands.exp: Protect tests which need arguments with
18966 $noargs conditionals.
18967
18968 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18969
18970 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
18971 of structure member arrays to match gdb/valops.c:value_addr change.
18972
18973 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
18974
18975 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
18976 cases.
18977
18978 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
18979
18980 * configure.in (configdirs): Remove gdb.chill from default list
18981 of subdirs and then add it back in only if doing a native build.
18982 The current chill compiler does not yet work in any cross build.
18983 * Revert all signal changes from Jul 6.
18984 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
18985 for sh-hms targets, allowing these tests to link, with no other
18986 changes. Testing is suppressed by setting "nosignals" in site.exp.
18987
18988 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
18989
18990 * configure.in (signaldirs): Define and add to configdirs for all
18991 targets except some specific ones that are known to not support signals.
18992 Also clean up formatting.
18993 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
18994 (signals, sigall): Remove rules to build.
18995 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
18996 Moved to new gdb.signals directory.
18997 * gdb.signals: New test directory.
18998 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
18999 signals.c signals.exp}: New or moved files.
19000
19001 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
19002
19003 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
19004
19005 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
19006
19007 * gdb.base/return.exp: Xfail `return double' test failure
19008 on at least Solaris 2.3 and handle future/past versions on
19009 a case by case basis as appropriate. Also update message
19010 to include i*86 failures.
19011
19012 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19013
19014 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
19015
19016 * lib/gdb.exp: Fix comment which erroneously identified
19017 gdb_file_cmd as gdb_load (the 19 May change was in fact to
19018 gdb_file_cmd not gdb_load).
19019 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
19020
19021 * gdb.base/setvar.exp: Make test names consistent between pass and
19022 fail cases. Use gdb_test more.
19023
19024 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19025
19026 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
19027
19028 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19029
19030 * gdb.base/help.exp: Fix expected help string for `show commands'.
19031
19032 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
19033
19034 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
19035
19036 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
19037 of a text section.
19038
19039 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
19040
19041 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
19042 that loop eventually terminates. Fix Connection refused logic so
19043 that testsuite will expire nicely.
19044
19045 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
19046
19047 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
19048 config/rom68k.exp: New tcl glue for the appropriate monitors.
19049 These all just end up calling monitor.exp.
19050 * config/monitor.exp (gdb_target_monitor): Handle `Connection
19051 refused' by retrying. Cleanup some timeout issues.
19052 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
19053 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
19054 callers don't have to set/restore global timeout variable.
19055
19056 * The following set of changes centralizes management of the global
19057 timeout variable. This way, it can be set in one target dependent
19058 place instead of dozens of places scattered throughout the test suite.
19059 If you need to lengthen a timeout, then you should either set timeout
19060 in one of the config/{target}.exp files, or multiply it by a factor.
19061 Setting it to an absolute value is always going to lose for some
19062 targets.
19063 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
19064 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
19065 * gdb.base/funcargs.exp: Don't set timeout.
19066 * gdb.base/list.exp (test_forward_search): Only use local timeout.
19067 * gdb.base/printcmds.exp (test_print_string_constants
19068 test_print_array_constants): Don't set timeout.
19069 * gdb.base/ptype.exp: Don't set timeout.
19070 * gdb.base/recurse.exp: Don't set timeout.
19071 * gdb.base/return.exp: Don't set timeout.
19072 * gdb.base/watchpoint.exp: Don't set timeout.
19073 * gdb.c++/classes.exp (do_tests): Don't set timeout.
19074 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
19075
19076 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
19077
19078 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
19079
19080 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19081
19082 * lib/gdb.exp: Disable chill tests for irix5.
19083
19084 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19085
19086 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
19087 each test pass or fail.
19088
19089 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19090
19091 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
19092 xlc not gcc.
19093
19094 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
19095
19096 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
19097
19098 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
19099
19100 * config/est.exp: Fix copyright and comments. Remove dead code.
19101 Use targetname, serialport and baud variables instead of fixed
19102 constants.
19103 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
19104 * config/cpu32bug.exp: New file to support cpu32bug monitors.
19105
19106 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19107
19108 * gdb.base/watchpoint.exp: Don't run
19109 test_watchpoint_triggered_in_syscall for sunos.
19110
19111 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19112
19113 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
19114 they don't seem to exist. Do include stdio.h.
19115
19116 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19117
19118 * gdb.base/a1-selftest.exp: Add alpha xfail.
19119
19120 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19121
19122 * gdb.base/watchpoint.c (main): Prompt before calling read().
19123 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
19124 Revise accordingly. Remove cruft about sending "123" several
19125 times, until it gets noticed. Clean up the "print buf[0]" stuff
19126 so that it passes or fails, and waits for prompts in the usual way.
19127
19128 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19129
19130 * gdb.base/recurse.exp: Fix comment.
19131
19132 * TODO: Remove item about printing variables in nodebug.exp. Add
19133 item about enabling tests which are only run on some targets.
19134
19135 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
19136 fail, make test names unique, use new gdb_test convention
19137 regarding pattern, use gdb_test more, etc.).
19138
19139 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
19140 fail, make test names unique, etc.).
19141
19142 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19143
19144 * gdb.base/nodebug.c: Change return type of top and middle to
19145 short.
19146 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
19147 are fixed by the recent mdebugread.c changes. Allow `short ()'
19148 as type for top and middle.
19149
19150 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19151
19152 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
19153 nearly as I can tell, the whole thing was an accident in Stu's
19154 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
19155 to replace a send/expect pair with gdb_test, but ended up only
19156 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
19157 of 30 Mar 1995 took care of it, but left this vestigial comment
19158 which I am now nuking.
19159
19160 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19161
19162 * gdb.base/break.exp: Look for different line number for
19163 breakpoint at main depending on usestubs.
19164
19165 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19166
19167 * gdb.base/list.exp: Adjust some alternate expect patterns to
19168 match recent list0.c change. Add alternate expect pattern for
19169 output from `list default lines around main' for optimizing
19170 compilers.
19171
19172 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19173
19174 * lib/gdb.exp: If nosignals is not set, set it to 0.
19175
19176 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
19177
19178 * config/slite-gdb.exp: Responds to load symbol table prompt.
19179 * gdb.base/break.exp: Adjust line number, fix rerun.
19180 * gdb.base/langs0.c: Add #ifdef usestubs.
19181
19182 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
19183
19184 * gdb.base/list.exp: Adjust line contents after adding new lines in
19185 list0.c. Also fix a syntax error.
19186
19187 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
19188 * gdb.base/break.exp: ditto.
19189 * gdb.base/list.exp: ditto.
19190 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
19191 * gdb.base/run.c: ditto.
19192 * gdb.base/list0.c: ditto.
19193 * gdb.base/funcargs.c: ditto.
19194
19195 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
19196
19197 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
19198 $targetname, $serialport and $baud instead of hardwired variables.
19199 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
19200 target doesn't support signals.
19201
19202 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
19203
19204 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
19205
19206 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19207
19208 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
19209 Don't rely on the value of an auto variable before it has been
19210 initialized. Use gdb_test more.
19211
19212 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19213
19214 * lib/gdb.exp (default_gdb_version): A version number must start
19215 with a digit, but other than that contains all characters up to
19216 the first whitespace character.
19217
19218 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19219
19220 * gdb.base/commands.exp (breakpoint_command_test): New tests.
19221
19222 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19223
19224 * gdb.c++/*.exp: Warn if executable does not exist. The original
19225 reason for skipping the warning was that configure.in sometimes
19226 intentionally skipped building the executables but the tcl code
19227 had no way of knowing. That (a) was always bogus with respect to
19228 error handling, (b) is no longer true (right now there is no way
19229 to skip C++ tests).
19230
19231 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
19232
19233 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19234
19235 * gdb.base/list.exp: Add expect patterns for output from
19236 SunPRO compiled executables.
19237 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
19238 types.
19239
19240 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19241
19242 * gdb.base/break.exp (test_next_with_recursion): Accept any line
19243 number (we are already testing that the correct source line text
19244 gets printed).
19245
19246 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
19247 that is what is intended, but something needed to be done to get
19248 sunos4 native working again.
19249
19250 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
19251
19252 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
19253 apparently went with a (very) old xfail.
19254
19255 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
19256
19257 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
19258 runto_main is a proc in gdb.exp that will do 'step' for target use
19259 stubs.
19260 * gdb.base/exprs.exp: ditto.
19261 * gdb.base/interrupt.exp: ditto.
19262 * gdb.base/opaque.exp: ditto.
19263 * gdb.base/printcmds.exp: ditto.
19264 * gdb.base/ptype.exp: ditto.
19265 * gdb.base/scope.exp: ditto.
19266 * gdb.base/setvar.exp: ditto.
19267 * gdb.base/signals.exp: ditto.
19268 * gdb.base/twice.exp: ditto.
19269 * gdb.c++/classes.exp: ditto.
19270 * gdb.c++/inherit.exp: ditto.
19271 * gdb.c++/templates.exp: ditto.
19272 * gdb.base/break.exp: no run and hit main for stubs. Change line
19273 numbers for breakpoints and info breakpoint.
19274 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
19275 breakpoint().
19276 * gdb.base/callfuncs.c: ditto.
19277 * gdb.base/exprs: ditto.
19278 * gdb.base/interrupt.c: ditto.
19279 * gdb.base/opaque0.c: ditto.
19280 * gdb.base/printcmds.c: ditto.
19281 * gdb.base/ptype.c: ditto.
19282 * gdb.base/scope0.c: ditto.
19283 * gdb.base/setvar.c: ditto.
19284 * gdb.base/signals.c: ditto.
19285 * gdb.base/twice.c: ditto.
19286 * gdb.c++/misc.cc: ditto.
19287 * gdb.c++/templates.cc: ditto.
19288
19289 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19290
19291 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
19292
19293 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
19294 somewhere between `read' and `main.c'. I'm pretty sure the
19295 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
19296 and it isn't particularly useful.
19297
19298 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
19299
19300 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19301
19302 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
19303
19304 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
19305
19306 * config/mt-slite: add LIBS and -nostdlib.
19307 * config/slite-gdb.exp: add this new file to support sparclite target.
19308
19309 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
19310
19311 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
19312
19313 * gdb.base/a2-run.exp: Change argument to istarget from
19314 "*-*-vxworks" to "*-*-vxworks*".
19315 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
19316
19317 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
19318
19319 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
19320 will not runto main but do a 'step' to step out of breakpoint().
19321 * config/mt-slite: add -Dusestubs.
19322
19323 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19324
19325 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
19326 instead of just @.
19327
19328 * gdb.base/signals.exp: Add test for "handle all print".
19329 * TODO: Remove "handle all print". Also remove item about
19330 checking copyright date (I don't like the idea of a spurious FAIL
19331 based on when we run the tests).
19332
19333 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
19334 for SunOS4 (reason for failure not investigated). Remove
19335 redundant test for $binfile.
19336
19337 * gdb.base/nodebug.c (array_index): Call malloc.
19338
19339 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
19340
19341 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
19342
19343 * gdb.base/recurse.exp: Update gdb_test invocation to use new
19344 conventions and slightly simplify the matching regexp.
19345
19346 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19347
19348 * gdb.base/break.exp: Update gdb_test invocation to use new
19349 convention.
19350
19351 * lib/gdb.exp: If noargs is not set, set it to 0.
19352
19353 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
19354 tests unique.
19355
19356 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
19357
19358 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19359
19360 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
19361 one argument of type "<non-float parameter>".
19362
19363 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
19364
19365 * config/rom68k.exp: New file to support Motorola IDP board.
19366 * gdb.base/a2-run.exp: Skip this file if noargs is set.
19367 * gdb.base/break.c: Change things around so that this program
19368 doesn't depend upon args. This is necessary to make remote
19369 targets work (in general, they can't take args).
19370 * gdb.base/break.exp: Don't try to send args to program. Don't
19371 expect output. Also, replace lots of code with gdb_test.
19372
19373 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19374
19375 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
19376 printing of '\'' (which is what the comment says we are testing,
19377 even though we were not), not '''.
19378 (test_integer_literals_rejected): Test that printing ''' is an error.
19379
19380 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19381 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
19382 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
19383 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
19384 Use gdb_test not test_print_accept.
19385 * lib/gdb.exp: Remove test_print_accept.
19386
19387 * gdb.base/signals.exp (signal_tests_1): Make pass message
19388 consistent with fail message.
19389
19390 * gdb.base/whatis.exp: Remove xfails for printing char vs.
19391 unsigned char; the bug (PR 1821) is fixed.
19392
19393 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
19394
19395 * gdb.base/scope.exp (test_at_localscopes): Call pass for
19396 successful tests--makes xfailing them work right.
19397
19398 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19399
19400 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
19401 only \r\n, not .*. The test can pass .* as the last thing in
19402 $pattern if that is what it wants. In addition to providing this
19403 flexibility, this change should speed up pattern matching in cases
19404 where the pattern already ended with .* (there were a number of
19405 them). This change also helps catch bad patterns--in the old
19406 scheme the typo "char \*" instead of "char \\*" would pass. Now
19407 it is caught.
19408 * Many .exp files: Update callers.
19409
19410 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
19411 clearer and does not spuriously match multiple ('s. Likewise for
19412 ) and *.
19413
19414 * gdb.base/nodebug.exp: Test ability to call a function and pass
19415 it a string (even with no debugging info).
19416
19417 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
19418 "p '\'", which is the same as "p ''" once tcl gets done with
19419 quoting, to "p '\\'", which I suspect is what is intended (one
19420 backslash gets sent to GDB).
19421
19422 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
19423
19424 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19425
19426 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
19427 1817) was fixed literally years ago.
19428
19429 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19430
19431 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
19432 test, it causes stepping out of call_after_alloca_subr with
19433 optimizing compilers.
19434 (localvars_in_indirect_call): Consume GDB prompt if `finish'
19435 fails.
19436
19437 * gdb.c++/templates.exp: Source templ-info.exp only if
19438 the templates executable exists.
19439
19440 * gdb.c++/misc.cc (class Contains_static_instance,
19441 class Contains_nested_static_instance),
19442 gdb.c++/classes.exp (test_static_members): Test printing of
19443 a class that contains a static instance of the class.
19444
19445 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19446
19447 * gdb.base/langs2.c (cppsub_): Don't prototype.
19448 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
19449 only, I believe).
19450
19451 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19452
19453 * lib/gdb.exp (skip_chill_tests): New procedure.
19454
19455 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
19456
19457 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
19458
19459 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
19460 each expect pattern. Cuts runtime from 12 to about 4 seconds.
19461
19462 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19463
19464 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
19465
19466 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
19467 disassemble 8, not 16, instructions for part 4.
19468
19469 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
19470 support the latter anymore.
19471
19472 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
19473 -DNO_PROTOTYPES.
19474 * gdb.base/callfuncs.c: Control use of prototypes based on
19475 NO_PROTOTYPES, not __STDC__.
19476 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
19477 t_float_values2 tests if prototypes in use.
19478
19479 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
19480 t_double_values): When checking differences against DELTA, check
19481 that difference is within the range (-DELTA,DELTA), not just
19482 (-infinity,DELTA).
19483
19484 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
19485
19486 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
19487 'file' command firts, then 'target', then 'load', this is due to gdb
19488 target set up.
19489 * config/mips-gdb.exp: Fix a couple regular exp bugs.
19490
19491 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
19492
19493 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
19494 FP load/store variants.
19495 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
19496
19497 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19498
19499 * gdb.base/term.exp: Do not give a warning if not native, it is
19500 not an abnormal condition.
19501
19502 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
19503
19504 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
19505 t_char_array".
19506
19507 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19508
19509 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
19510 are getting the version number.
19511
19512 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
19513 if not native, it is not an abnormal condition.
19514
19515 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19516
19517 * lib/gdb.exp: Just use "file exists", rather than undocumented
19518 dejagnu procedure "findfile".
19519
19520 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19521
19522 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
19523 (LDFLAGS): Set to -Xlinker -Ur.
19524
19525 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
19526 Removed, these values are set by lib/gdb.exp.
19527
19528 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
19529
19530 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19531
19532 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
19533 of replicating gdb startup code.
19534
19535 * config/mt-vxworks (LDFLAGS): Set to -r.
19536 (CFLAGS_FOR_TARGET): Removed.
19537
19538 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
19539 (gdb) and gdb for vxworks uses (vxgdb).
19540
19541 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
19542 executable is not in the tree and host != target, use sed and
19543 program_transform_name to determine the gdb name used by the
19544 target.
19545
19546 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
19547 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
19548
19549 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19550
19551 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
19552 floats, chars, and shorts where there are ANSI-style function
19553 definitions.
19554
19555 * gdb.base/langs.exp, gdb.base/langs*: New test.
19556 * gdb.base/Makefile.in: Build it.
19557 * TODO: Remove item about checking that C names don't get C++
19558 demangling applied; this test tests it.
19559
19560 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19561
19562 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
19563 went with the const70 xfail. The xfail went away a year ago.
19564
19565 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
19566
19567 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
19568 for hp300.
19569
19570 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
19571
19572 * gdb.base/a1-selftest.exp: Don't run on hp300.
19573
19574 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19575
19576 * Makefile.in (site.exp): Set host_alias and target_alias as well
19577 as host_triplet and target_triplet.
19578
19579 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19580
19581 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
19582
19583 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
19584 places as other ecoff systems).
19585
19586 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
19587 ultrix.
19588
19589 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19590
19591 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
19592 remove them.
19593 * gdb.base/nodebug.exp: Accept "function" in addition to "text
19594 variable and "variable" in addition to "data variable".
19595 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
19596
19597 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
19598 2.
19599 * gdb.base/list1.c (long_line): Add additional statement at start
19600 of function.
19601 * gdb.base/list.exp (test_forward_search): Update line number to
19602 reflect new statement.
19603
19604 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19605
19606 * gdb.base/signals.exp: Reinitialize searched source directories
19607 after gdb_start call.
19608
19609 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
19610
19611 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
19612 * gdb.stabs/Makefile.in: Likewise.
19613
19614 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
19615 change. Instead split the tests into smaller pieces.
19616 * gdb.disasm/hppa.s: Corresponding changes.
19617
19618 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19619
19620 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19621 Quote ^C when passing it to stty. For some shells ^ is a pipe.
19622
19623 * gdb.base/funcargs.exp: Modify many tests so that every test
19624 either passes or fails. Make some test names unique.
19625
19626 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19627
19628 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19629 Call stty to set interrupt character.
19630
19631 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
19632 for HP assembler versus GNU assembler based on actual behavior of
19633 $(CC), rather than assuming that $(AS) is always the GNU assembler.
19634
19635 * TODO: Suggest a few more stepping tests.
19636
19637 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
19638
19639 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
19640 restart GDB for h8300 after a continue.
19641 (return): Add pattern to match a29k-udi behavior.
19642 * gdb.base/nodebug.exp: Remove obsolete comment.
19643 * gdb.base/regs.exp: New file, testing of register displays.
19644 * gdb.base/return.exp: Fix typo in reference to $objdir.
19645 * gdb.base/whatis.exp: Always start with a fresh GDB.
19646
19647 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19648
19649 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
19650 higher, these tests generate a lot of output.
19651
19652 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19653
19654 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
19655 code following the catch silently ignored some errors; without the
19656 catch they should be thrown like any other tcl error. Also, the
19657 catch used "" instead of {} which meant all the callers who wanted
19658 to include one of the characters "[]$ had to quote it an extra time.
19659 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
19660 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
19661 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
19662 Remove extra quoting.
19663
19664 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
19665
19666 * gdb.base/commands.exp: Make test names unique; every test either
19667 passes or fails. Update some comments.
19668
19669 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
19670
19671 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19672
19673 The following fixes a FAIL caused by the fact that the alpha stabs
19674 configuration didn't use the ".if alpha" code in weird.def.
19675 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
19676 bit pointer, so the 32 bit version works even on the alpha.
19677 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
19678 Remove the stuff which allowed us to have separate versions for
19679 alpha and everything else.
19680
19681 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
19682 regexp which "info func operator\[\](" is supposed to match. Fix
19683 string to send to GDB. Note that GDB still doesn't work right. Add a
19684 new test for "info func .perator\[\](" which GDB does handle correctly.
19685
19686 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
19687
19688 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19689
19690 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
19691 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
19692 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
19693 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
19694 it makes the tests harder to understand and confuses test-o-matic.
19695 The preferred style is that each test provides a PASS or a FAIL,
19696 and has a unique message (e.g. "continue #54" not just "continue")
19697 which is the same for the pass and the fail.
19698 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19699 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
19700 to lib/gdb.exp.
19701 * gdb.base/printcmds.exp: Use test_print_accept. Remove
19702 prt_accept which was basically the same thing. Likewise for
19703 test_print_reject and prt_reject.
19704 * lib/gdb.exp (test_print_reject): Add some more error message
19705 patterns to match from the former printcmds.exp (prt_reject).
19706 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
19707 One defect of the passcount stuff is that some of it failed to
19708 report XPASS where appropriate.
19709 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
19710 stuff before and after arg in expected pattern.
19711 (test_paddr_operator_functions): Re-do test without print_addr_of;
19712 this is the only test which seems to want extra stuff there.
19713
19714 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19715
19716 * gdb.base/nodebug.exp: Update new tests to reflect improved
19717 wording of gdb output.
19718
19719 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
19720 and "ptype" work on variables in files compiled without -g.
19721 Replaces commented out "maint print msymbol" tests.
19722
19723 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19724
19725 * gdb.base/setvar.c (dummy): Call malloc.
19726
19727 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
19728 losing with the irix4 sed.
19729
19730 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
19731 ALRM" on irix4.
19732
19733 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19734
19735 * TODO: Remove items about corefile.exp testing new exec-file and
19736 backtrace; both are now done. Add items about printing enums.
19737
19738 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19739
19740 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
19741 "get signal $thissig" test fails.
19742
19743 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
19744
19745 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19746
19747 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
19748 compiler warning with dec alpha compiler.
19749
19750 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
19751 extra \n from gdb_test call (this explains why the prompt test
19752 that I removed yesterday was there).
19753 (user_defined_command_test): Remove extra \n and prompt test.
19754
19755 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
19756 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
19757 doesn't exist.
19758 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
19759 Also remove alpha workaround, which turns out to be because
19760 SIGABRT == SIGLOST.
19761
19762 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
19763
19764 * gdb.base/help.exp: Don't test "help show".
19765
19766 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19767
19768 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
19769 "set print address" is on.
19770 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
19771 pass prompt to gdb_test; gdb_test already looks for the prompt.
19772
19773 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
19774
19775 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
19776 was a vestige of the manual TESTSTRATEGY, and the purpose of it
19777 was to make sure that gdb can read a core file. But (a) the "read
19778 the corefile" part didn't make it to a1-selftest.exp, we just
19779 delete the corefile after creating it, and (b) we test reading
19780 corefiles in corefile.exp anyway. Also, this test left around a
19781 xgdb process on Solaris.
19782
19783 * gdb.base/corefile.exp: Also test backtrace.
19784
19785 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
19786
19787 * gdb.base/commands.exp: Test a simple user defined command with
19788 arguments and if/while statements; verify the full user command is
19789 printed by "show user".
19790
19791 * gdb.base/commands.exp: Test if/while commands as part of a
19792 breakpoint command list; verify they appear in breakpoint
19793 information.
19794
19795 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19796
19797 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
19798 than by dividing by zero.
19799
19800 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
19801
19802 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
19803 performing an inferior call with watchpoints enabled.
19804 * gdb.base/watchpoint.c (main): Delete second unnecessary read
19805 call.
19806
19807 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19808
19809 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
19810 of "file" command.
19811
19812 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
19813 Add additional pattern for when "int operator int(void);" appears
19814 in a different order.
19815
19816 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19817
19818 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
19819
19820 * gdb.base/help.exp: Replace most of docstrings for "info signals"
19821 and "signal" with ".*".
19822
19823 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19824
19825 * TODO: Add note about "handle all nostop".
19826
19827 * gdb.base/{sigall.c, sigall.exp}: New test.
19828 * gdb.base/Makefile.in: Add it.
19829
19830 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
19831
19832 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
19833 when invoking GDB, suppresses any windowing interface.
19834
19835 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
19836
19837 * config/sim-gdb: New file, simulator testing support.
19838
19839 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
19840
19841 * gdb.base/interrupt.exp: Test calling func1 twice.
19842
19843 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
19844
19845 * gdb.base/list.exp (test_forward_search): Set timeout higher
19846 when we'll be getting lots of output from gdb.
19847
19848 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
19849 "init_malloc" to after the expect statement. Run it if that
19850 regexp is taken, but also for two others which happen if source
19851 cannot be found.
19852
19853 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19854
19855 * gdb.base/printcmds.exp: New test, for printing register before
19856 program is running.
19857
19858 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19859
19860 * gdb.base/list.exp: Correct some alternate expect patterns
19861 to reflect changes in list1.c.
19862
19863 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19864
19865 * TODO: Add item regarding large frames.
19866
19867 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
19868
19869 * TODO: Remove item about enabling return.exp; it
19870 is enabled. Suggest a few more "return" tests.
19871
19872 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19873
19874 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
19875 anonymous unions.
19876
19877 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19878
19879 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
19880 and pr-5646.o, so "make" is the same as "make all", not "make
19881 pr-4975.o".
19882
19883 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
19884
19885 * gdb.base/list.exp: Adjust expectations to reflect changes in
19886 list1.c.
19887 (test_forward_search): New test proc.
19888 * gdb.base/list1.c (long_line): New function, has long source line.
19889
19890 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
19891
19892 * gdb.base/a1-selftest.exp: Change initial stepping to know about
19893 additional line of code that was added.
19894
19895 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
19896
19897 * gdb.disasm/hppa.s: Break the large branching tests into smaller
19898 tests so as not to overflow expect's input buffers.
19899 * gdb.disasm/hppa.exp: Corresponding changes.
19900
19901 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19902
19903 Beginnings of template debugging tests.
19904 * gdb.c++/templ-info.cc: New file to test for template
19905 debugging capability of the compiler.
19906 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
19907 templ-info.cc.
19908 * gdb.c++/templates.cc: Add explicit template instantiations
19909 to enable compiling with -fno-implicit-templates. Add destructor
19910 and 'value' method to T5 class for template tests.
19911 * gdb.c++/templates.exp: Add testcases for printing of template
19912 types, setting breakpoints on template methods and calling a
19913 template method.
19914
19915 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
19916
19917 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
19918 branch target since some assemblers (gas-2.5) may emit a
19919 relocation for the branch instead of resolving it in the
19920 assembler.
19921
19922 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19923
19924 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
19925 through signal handler.
19926
19927 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19928
19929 * configure.in (*-*-netware): Use config/mt-netware.
19930
19931 * config/mt-netware: New file.
19932 * config/mt-i386-netware: Removed, separate configs for different
19933 netware architectures are no longer needed now that we have
19934 --with-headers.
19935
19936 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19937
19938 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
19939 by the recent changes to use ANSI C arithmetic conversions.
19940
19941 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19942
19943 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
19944 bug involving using inferior_pid to figure out whether to select a
19945 frame.
19946
19947 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
19948
19949 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
19950 match the current disassembler output.
19951
19952 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
19953
19954 * gdb.fortran/exprs.exp: Expect VOID instead of void.
19955 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
19956 types, expect "int" as type of integer values (for now).
19957
19958 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
19959
19960 * gdb.base/commands.exp: New tests for if/while commands.
19961
19962 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
19963
19964 * lib/gdb.exp (runto): Replace sub-pattern for hex value
19965 by .*, since hex values have different syntax in Chill mode.
19966
19967 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19968
19969 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
19970 linefeed from expect pattern for repeated types with indices > 9.
19971
19972 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
19973
19974 First part of Fortran test suite.
19975 * gdb.fortran: New directory.
19976 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
19977
19978 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19979
19980 * gdb.base/default.exp: Update expect pattern for load command
19981 without arguments.
19982
19983 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19984
19985 * configure.in: Change i386 to i[345]86.
19986 * gdb.base/configure.in: Likewise.
19987 * gdb.c++/configure.in: Likewise.
19988 * gdb.chill/configure.in: Likewise.
19989
19990 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
19991
19992 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
19993 patterns, since that is not a valid context for comments.
19994
19995 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
19996
19997 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
19998 repeated types and repeated types with indices > 9.
19999
20000 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
20001
20002 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
20003 2417; old bug has been fixed.
20004
20005 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
20006
20007 * gdb.base/interrupt.exp: When trying to wake up the inferior,
20008 send the newline ourselves instead of assuming gdb_test will do
20009 so when passed an empty input string.
20010
20011 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
20012 stabs testcode.
20013
20014 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20015
20016 * lib/gdb.exp (gdb_test): Don't send anything if the first
20017 argument is an empty string. This makes cases where we want to
20018 match output that is already in expect's buffers (for example,
20019 matching a breakpoint after gdb_run_cmd has been called) work
20020 reliably.
20021
20022 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20023
20024 * config/netware.exp: New file.
20025
20026 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20027
20028 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
20029 the -B and -L prefixes so we can find the debugging stub.
20030
20031 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
20032 there and we are using the gcc from the tree.
20033
20034 * gdb.base/types.c: Removed.
20035
20036 * gdb.base/configure.in: Look for makefile fragments in ../config.
20037 Recognize i386-*-netware.
20038 * gdb.c++/configure.in: Likewise.
20039
20040 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20041
20042 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
20043 the correct TCL syntax.
20044
20045 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20046
20047 * gdb.base/opaque.exp: use runto instead of messing around with
20048 breakpoints. Simplify by using gdb_test.
20049
20050 * gdb.base/bitfields.exp: restart between tests on netware targets
20051 because breakpoints aren't relocated after target death. Run
20052 processes to completion.
20053
20054 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
20055
20056 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
20057
20058 * Makefile.in: Remove extra tabs that confuse some versions
20059 of "make". Use the newly built gdb to test with by default,
20060 rather than the first one in the tester's search path.
20061
20062 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
20063
20064 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
20065
20066 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
20067 condition help.
20068
20069 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20070
20071 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
20072
20073 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
20074 running.
20075 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
20076 * gdb.base/funcargs.exp: Likewise.
20077
20078 * gdb.base/bitfields.exp: Simplify by using gdb_test.
20079 * gdb.base/funcargs.exp: Likewise.
20080
20081 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
20082 message is "".
20083
20084 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20085
20086 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
20087 return,signals,twice}.exp: Handle non-existant binaries
20088 consistantly.
20089
20090 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
20091 * gdb.base/Makefile.in: Don't try to generate a core dump, we
20092 might testing a cross development system.
20093
20094 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20095
20096 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
20097 runtest script is relative to ${srcdir}, not ${rootdir}.
20098
20099 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
20100
20101 * gdb.base/signals.exp: Allow for optionality of breakpoint
20102 address.
20103
20104 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20105
20106 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
20107
20108 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20109
20110 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
20111 for size_t definition.
20112 * gdb.c++/templates.cc: Likewise
20113
20114 * config/mt-i386-netware: New file.
20115
20116 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
20117 defined.
20118
20119 * gdb.base/Makefile.in: Added support for systems that name core
20120 files by appending "core" to the program name.
20121 * gdb.base/a1-selftest.exp: Likewise.
20122
20123 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20124
20125 * gdb.base/return.exp: Add comment and message for `return double'
20126 test failure on Sparc Solaris.
20127
20128 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
20129
20130 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
20131
20132 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20133
20134 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
20135 from optimizing them away.
20136 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
20137 patterns to include default constructors and assignment operators,
20138 to match gcc versions beyond 2.5.8. Accept any cplus demangling
20139 character in the output of the virtual base pointer.
20140
20141 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20142
20143 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
20144 expression match in print_addr_of to avoid unintented matches.
20145 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
20146 versions up to 2.5.8.
20147
20148 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20149
20150 * gdb.base/list.exp: Tweak alternate pattern for listing of an
20151 included file to run under newer versions of expect.
20152 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
20153 consecutive >'s in templates to accomodate recent cplus-dem.c change.
20154 Remove xfail for the virtual table of BDDHookV.
20155
20156 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
20157
20158 * lib/gdb.exp (string_to_regexp): Set a default result.
20159 (default_gdb_start): Fix misleading message.
20160
20161 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
20162
20163 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
20164 Remove all CC, etc definitions.
20165 * config/mt-hpux: New file.
20166 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
20167 (CFLAGS, LDFLAGS): Define.
20168 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
20169
20170 * Makefile.in (site.exp): Don't insert host_os, etc.
20171 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
20172 (distclean): Check existence of subdir.
20173 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
20174 * gdb.base/Makefile.in: General cleanup and simplification.
20175 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20176 to build executables. Use default rule to build .o files.
20177 (EXPECT, RUNTEST, CC): Fix relative pathname.
20178 (site.exp): Don't insert host_os, etc.
20179 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
20180 and/or SIGUSR1 defined.
20181 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
20182 * gdb.c++/Makefile.in: General cleanup and simplification.
20183 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20184 (CFLAGS): Remove.
20185 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
20186
20187 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
20188
20189 * gdb.base/recurse.exp: Misc changes to get tests running again
20190 after Kung's changes to the watchpoint code.
20191 * gdb.base/watchpoint.exp: Likewise.
20192
20193 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
20194
20195 * lib/gdb.exp (string_to_regexp): Convert {\} also.
20196
20197 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
20198
20199 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
20200 * lib/gdb.exp (default_gdb_start): Define.
20201 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
20202 gdb.base/funcargs.exp, gdb.base/opaque.exp,
20203 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
20204 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
20205 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
20206 Don't call gdb_target_udi in between tests.
20207
20208 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20209
20210 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
20211 (which was basically just a local version of the same thing). In
20212 addition to avoiding duplication, gdb_test_exact is faster.
20213 * lib/gdb.exp (gdb_test_exact): Fix typo.
20214
20215 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
20216 don't give an error.
20217
20218 * gdb.base/term.exp: Call delete_breakpoints before starting.
20219
20220 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
20221 (t10): Add comment.
20222
20223 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20224
20225 Reorganization of the GDB Test Suite.
20226
20227 * gdb.base: New directory, contains all the basic tests.
20228 * gdb.c++: New directory, tests specific to C++.
20229 * gdb.chill: New directory, tests specific to Chill.
20230 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
20231 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
20232 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
20233 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
20234 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
20235 t30-31 to chill).
20236 * */gdbme.*: Rename to match appropriate expect scripts.
20237 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
20238 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
20239 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
20240 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
20241 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
20242 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
20243 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
20244 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
20245 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
20246 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
20247 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
20248 gdb.c++/virtfunc.cc: New names of C++ files.
20249 * gdb.chill/chillvars.ch: New name of Chill file.
20250 * gdb.base/configure.in, gdb.c++/configure.in,
20251 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
20252 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20253 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
20254 * configure.in (configdirs): Update to reflect directory changes.
20255 (target_abbrev): No longer define for any configuration.
20256 * Makefile.in: Cosmetic improvements to header comments.
20257
20258 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20259
20260 Various changes to gdb.t31:
20261
20262 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
20263 * gdbme.ch: Make all key-words and predefineds be upper-case.
20264 * chillvars.exp: Expect key-words and predefinds in upper-case.
20265
20266 * chillvars.exp: Use gdb_test_exact many places.
20267 Change expected output for arrays (which now includes index labels).
20268
20269 * pr-5020.exp, gdme.ch (module PR_5020):
20270 New test, for PR-5020.
20271
20272 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
20273
20274 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
20275 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
20276
20277 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
20278
20279 * Makefile.in: Fix bit-rot in definitions of CHILL,
20280 CHILL_FOR_TARGET and Chill_LIB.
20281 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
20282 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
20283 CHILL, and CHILL_LIB.
20284
20285 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
20286
20287 * Revert the previous changes. Please see Rob's directory
20288 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
20289
20290 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
20291
20292 * Makefile.in, configure.in, config/mips-gdb.exp,
20293 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
20294 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
20295 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
20296 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
20297 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
20298 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
20299 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
20300 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
20301 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
20302 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
20303 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
20304 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
20305 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
20306 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
20307 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
20308 changes from 94Q1.
20309
20310 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
20311
20312 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
20313 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
20314 Rob's new testing fragments.
20315
20316 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
20317
20318 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
20319 lib/gdb.exp: Replace error proc calls with perror.
20320
20321 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20322
20323 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
20324 version also, match on casted version strings, and match on
20325 gdb startup case where the line numbers might be messed up.
20326
20327 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
20328
20329 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
20330 (CFLAGS): Delete it from here.
20331
20332 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
20333
20334 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
20335
20336 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
20337
20338 * Makefile.in (RUNTEST): Default to just "runtest".
20339
20340 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20341
20342 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
20343 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
20344 the code has been restructured.
20345
20346 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20347
20348 * gdb.t00/default.exp (set write): Allow any number of \r and/or
20349 \n, not just one of each.
20350
20351 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
20352 /bin/cc gives a warning if you do.
20353
20354 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
20355
20356 * gdb.t24/demangle.exp: change expect pattern of
20357 __t10ListS_link1ZUiRCUiPT0
20358
20359 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20360
20361 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
20362 on local variables in recursive functions.
20363
20364 * gdb.t07/Makefile.in: Build the new test.
20365
20366 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20367
20368 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
20369 directly. Instead compare the return values from actual calls.
20370
20371 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
20372
20373 * Makefile.in (check): Set TCL_LIBRARY for runtest.
20374
20375 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20376
20377 * From Peter Schauer with minor modifications.
20378 * gdb.t15/return.exp (return_tests): Handle targets where "return"
20379 stops in mid-line in the caller. Add xfail for returning a float
20380 value on X86 targets.
20381
20382 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20383
20384 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
20385 to avoid expect lossage.
20386 (fmem_LRbug_tests): Likewise.
20387 * gdb.disasm/hppa.s: Corresponding changes.
20388
20389 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
20390 conditions to work with latest dejagnu/expect.
20391
20392 * gdb.t15/funcargs.exp (finish from indirect call): No longer
20393 expected to fail on the PA.
20394 (backtrace in call with trampolines): Explicitly require main
20395 to be frame #1 (no trampolines should show up in backtrace).
20396
20397 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
20398 "continue -expect".
20399 * gdb.t06/break.exp: Likewise.
20400 * gdb.t07/watchpoint.exp: Likewise.
20401 * gdb.t13/bitfields.exp: Likewise.
20402 * gdb.t15/{funcargs,return}.exp: Likewise.
20403 * gdb.stabs/weird.exp: Likewise.
20404 * config/{mips,udi}-gdb.exp: Likewise.
20405
20406 * hppa.sed: Enclose comments within a sed command to avoid
20407 losing with the old OSF1 sed.
20408
20409 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20410
20411 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
20412 sequent dynix.
20413 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
20414 * gdb.t15/funcargs.exp: Conditionally step again to really
20415 finish from marker_call_with_trampolines. Handle the case where
20416 the first step from within call_with_trampolines already steps
20417 us back to main.
20418 * gdb.t15/gdbme.c: Add comment to closing brace of
20419 call_with_trampolines for funcargs.exp.
20420
20421 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20422
20423 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
20424 Fix typo(s).
20425
20426 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20427
20428 * gdb.t07/gdbme.c: More code for watchpoint testing.
20429
20430 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
20431 "Hardware watchpoint" throughout file.
20432 (test_watchpoint_triggered_in_syscall): New test.
20433 (test_complex_watchpoint): New test.
20434
20435 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20436
20437 * gdbme.c (call_with_trampolines): New function to try and step
20438 into. Tests trampoline problems on the PA.
20439
20440 * funcargs.exp (localvars_in_indirect_call): No longer expect
20441 stepping into indirect call to fail on PAs.
20442 (test_stepping_over_trampolines): New test.
20443
20444 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20445
20446 * TODO: Add suggestions for static member function tests, and
20447 completion tests.
20448
20449 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20450
20451 * TODO: Add suggestions for "p/a" tests.
20452
20453 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
20454 (default_gdb_exit): Replace all the hair with sending "quit" to
20455 the process with a simple close.
20456
20457 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20458
20459 * TODO: Add suggestions for shared library tests.
20460
20461 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20462
20463 * TODO: Add suggestions for x/s tests.
20464
20465 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20466
20467 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
20468 "enable once", and "enable breakpoints once" with ".*".
20469
20470 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20471
20472 * TODO: Add suggestions about structure passing tests.
20473
20474 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20475
20476 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
20477 the primary1 test, use work around if __GNUC__ < 2.
20478 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
20479 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
20480 Test for bad output rather than waiting for timeout. Issue
20481 second continue only if first continue failed.
20482
20483 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20484
20485 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
20486 operator[] test with gdb_test because the old code didn't seem to
20487 be getting the quoting right with the new dejagnu.
20488
20489 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
20490
20491 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
20492 one from the path.
20493 * Makefile.in: Use a fresh expect if there is one, use runtest
20494 from the src tree if there is one.
20495
20496 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20497
20498 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
20499 next over recursive call. Revise the tests from that point on
20500 (which had been skipped) to match GDB's actual (correct) output.
20501
20502 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
20503 with next over a breakpoint whose condition is false.
20504
20505 * gdb.t00/help.exp: Comment out "help set print" tests just like
20506 (and for same reason as) "help set" test.
20507
20508 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20509
20510 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
20511 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
20512
20513 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20514
20515 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
20516 necessary gdb_target_udi.
20517
20518 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
20519
20520 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
20521 1838 and 2417; they are fixed.
20522
20523 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
20524 gdb.t03/ptype.exp (ptype structure, ptype union):
20525 Remove xfails; the test is looser than when the xfails were added.
20526
20527 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
20528 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
20529
20530 * gdb.t01/run.exp: Only run shell test if isnative.
20531
20532 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
20533 since "run" automatically loads if necessary. Call gdb_target_udi
20534 after the "file" since "file" kills any execution target.
20535
20536 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
20537 GDB. GDB doesn't work that way (not anymore at least) on UDI.
20538 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
20539 argument for UDI.
20540
20541 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20542
20543 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
20544
20545 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
20546
20547 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20548
20549 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
20550 properly quoting regexps. This makes the second argument to
20551 demangle a fixed string, which matches the callers, instead of a
20552 shell-style pattern which is what the previous implementation
20553 used. Update some of the callers.
20554
20555 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20556
20557 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
20558 (comib_nullified_tests): Fix typo.
20559 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
20560 strings. No longer expected to fail.
20561
20562 * gdb.disasm/hppa.s (addib_tests): Fix typo.
20563 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
20564 strings. No longer expected to fail.
20565
20566 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
20567 string. No longer expected to fail.
20568
20569 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20570
20571 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
20572 No longer expected to fail.
20573
20574 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
20575 string. No longer expected to fail.
20576
20577 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20578
20579 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
20580 only in the names (I probably got most of them). I was even
20581 generous with some which differed in underscores in names, and
20582 probably missed a few, and I *still* was able to remove almost a
20583 third of the file with almost no impact on testsuite coverage.
20584
20585 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20586
20587 * gdb.t00/default.exp: Match udi_attach error message as well as
20588 the one from child_attach.
20589
20590 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
20591
20592 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
20593
20594 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
20595 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
20596
20597 * Move test with enums and partial symbols back to
20598 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
20599 Reverts the change of 26 May 93. Per today's change to
20600 stabs.texinfo, the behavior that weird.exp was expecting was
20601 unreasonable; what is important is that the compiler+gdb get
20602 things right, which happens with a recent gcc. Also fix the test
20603 to deal with native compilers which put out the stab gdb can't
20604 deal with.
20605
20606 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20607
20608 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
20609 in the names. The main thing these accomplish is to slow things down.
20610 Many more such duplicates surely remain.
20611
20612 * gdb.t00/help.exp: Comment out "help support" test just like
20613 (and for same reason as) "help set" test.
20614
20615 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
20616
20617 * gdb.t06/break.exp: Remove setup_xfails for
20618 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
20619 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
20620 about known bug in gcc to include up through 2.5.8.
20621 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
20622 well as "_vb$".
20623 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
20624 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
20625 with latest gcc and gdb.
20626 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
20627 well as "_vb$".
20628
20629 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20630
20631 * configure.in (hppa*-*-*): Also configure and build stabs-only
20632 tests.
20633
20634 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20635
20636 * gdb.t10/hppa.mt: A makefile fragment for the PA.
20637 * gdb.t10/configure.in (hppa*-*-*): Use it.
20638
20639 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20640
20641 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
20642
20643 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20644
20645 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
20646 versions prior to 1.13.5.
20647
20648 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20649
20650 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
20651 the prompt is at the start of a line.
20652
20653 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20654
20655 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
20656 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
20657 in the copr tests now.
20658 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
20659 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
20660 expected to fail.
20661
20662 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
20663
20664 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
20665 gdb.t31/chillvars.exp, lib/gdb.exp:
20666 Tweak to run under either version of expect.
20667 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
20668 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
20669 * gdb.t11/list.exp: Remove extraneous whitespace.
20670
20671 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20672
20673 * gdb.t16/printcmds.exp (test_print_strings): Accept
20674 "(unsigned char *) " before the string.
20675
20676 * TODO: Add notes about printing of fancy types and GDB expressions.
20677
20678 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
20679
20680 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
20681 * gdb.t06/configure.in: Don't try to compile signals test program
20682 if doing mips-idt-ecoff.
20683
20684 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
20685
20686 * Most .exp files: Tweak to run under either version of expect.
20687
20688 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20689
20690 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
20691 xfails; I'm not sure why they are failing, but not because of PR 1806.
20692
20693 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
20694
20695 * config/unix-gdb.exp: Remove gdb_unload cause it's already
20696 defined in lib/gdb.exp.
20697
20698 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20699
20700 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
20701 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
20702 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
20703 have to be typeless.
20704
20705 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20706
20707 * TODO: Add suggestion for copyright year test.
20708
20709 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
20710
20711 * configure.in (*-*-lynxos*): Add stabs tests.
20712
20713 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20714
20715 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
20716 so insert a tab before any assembler directive in column zero.
20717
20718 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
20719 stores.
20720 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
20721 stores.
20722 (fpu_short_memory_tests): Likewise.
20723
20724 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20725
20726 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
20727 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
20728 .stabs directives in comments.
20729
20730 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20731
20732 * TODO: New file, describing tests we could write.
20733 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
20734
20735 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20736
20737 * gdb.t06/signals.exp: Add kludge to force re-sync.
20738
20739 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
20740 to xgdb instead of gdb, get out of gdb.
20741
20742 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
20743
20744 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
20745 for info.
20746
20747 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20748
20749 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
20750 * gdb.stabs/configure.in (hppa*-*-*): Use it.
20751 * gdb.stabs/hppa.sed: New sed script for the PA.
20752
20753 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20754
20755 * gdb.stabs: Re-write weird.def and configuration to use sed
20756 instead of cpp. sed is portable and POSIX; cpp is neither.
20757
20758 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20759
20760 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
20761
20762 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20763
20764 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
20765
20766 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20767
20768 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
20769 "_vb$".
20770 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
20771 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
20772
20773 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20774
20775 * lib/gdb.exp: Comment out code which depends on non-existent
20776 `transform' procedure.
20777
20778 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
20779
20780 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
20781 * lib/gdb.exp: Transform tool name.
20782 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
20783 1.1's new error handling system.
20784
20785 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20786
20787 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
20788
20789 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20790
20791 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
20792 They made pattern matching so slow that timeouts happened on
20793 heavily loaded systems. Now any output from "show print" which
20794 gets us back to the GDB prompt is a PASS.
20795
20796 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
20797
20798 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
20799
20800 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20801
20802 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
20803
20804 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
20805 It is not from PR 3220.
20806
20807 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20808
20809 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
20810 just started failing because they depended on the order the
20811 subcommands are presented, or exact docstring text. This kind of
20812 test is a pain and has minimal benefit.
20813
20814 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20815
20816 * gdb.t09/corefile.exp: At end of test, use "core" command with
20817 no arguments.
20818
20819 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
20820
20821 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
20822 17}/Makefile.in: Make it possible to run the testsuite with Sun
20823 make and CC = cross gcc by adding explicit build rules for .o
20824 files.
20825
20826 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20827
20828 * gdb.t15/funcargs.exp: Don't put comments on same line as
20829 setup_xfail (@#$*%& tcl braindamage!).
20830
20831 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20832
20833 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
20834
20835 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
20836
20837 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
20838 * gdb.t20/inherit.exp: remove three dumplicate entries.
20839
20840 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20841
20842 * gdb.t06/break.exp: For "next over recursive call", fail on any
20843 incorrect output, not just on "factorial (value=2)".
20844
20845 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20846
20847 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
20848 working now. Add an xfail if accesing a bss variable causes
20849 a memory error if the target is not yet run.
20850
20851 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20852
20853 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
20854 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
20855 name of __st* demangling (2 strings). Did Kung really get the
20856 more than 95 others right without testing them?
20857
20858 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
20859
20860 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
20861
20862 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
20863
20864 * configure.in (configdirs): Add gdb.disasm
20865 * gdb.disasm: New directory for GDB disassembler tests.
20866 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
20867
20868 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20869
20870 * gdb.t00/help.exp: Don't test "help set".
20871
20872 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
20873 from within expect statements. None of these happen anymore and
20874 they cause regressions to be silently unnoticed.
20875
20876 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
20877 messages) about known failures with gcc cygnus-2.4.5-930417.
20878
20879 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
20880 comp-info.exp so it gets built if it doesn't exist.
20881
20882 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
20883 it is no longer used.
20884 * gdb.t13/comp-info.c: Removed.
20885
20886 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20887
20888 * gdb.t06/signals.exp: Add xfail for sun3.
20889
20890 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20891
20892 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
20893 relevant because ^C doesn't get sent but failure can be reproduced
20894 interactively).
20895
20896 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20897
20898 * gdb.stabs/alpha.mt: New configuration file for alpha.
20899 * gdb.stabs/configure.in: Use it.
20900 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
20901 sharing with alpha.mt, redefine long to word via preprocessor.
20902 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
20903 for alpha.
20904 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
20905 native cc.
20906 * gdb.t00/teststrategy.exp: Change expect string so that we
20907 consume the `(xgdb)' from the command echo and from the gdb prompt.
20908 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
20909 gdb currently compares all values as long, so this failure probably
20910 applies to any configuration where LONGEST is bigger than a target int.
20911 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
20912 with gcc.
20913 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
20914 to handle opaque pointers, gcc is.
20915 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
20916 as first argument. Include <sys/types.h> and change all operator
20917 new definitions to use size_t.
20918 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
20919 now that we use size_t.
20920
20921 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20922
20923 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
20924 a long or float array cast all array members to the same type.
20925 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
20926 with 64 bit longs.
20927 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
20928 on alpha.
20929 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
20930
20931 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20932
20933 * gdb.t24 (demangle.exp): Constructors of templates have names like
20934 vector<int>::vector(int) not vector<int>::vector<int>(int). See
20935 section 14.6 of the ARM.
20936
20937 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
20938 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
20939 accomplish little and slow down the testsuite.
20940
20941 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
20942 Accept spaces various places.
20943
20944 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20945
20946 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
20947 with watchpoint enabled.
20948
20949 * Makefile.in: Remove definition of CC and remove the second
20950 definition of CXX (the "CXX = gcc" one remains). These definitions
20951 were causing backquotes to be expanded within backquotes, which
20952 doesn't work.
20953
20954 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
20955
20956 * gdb.t17/callfuncs.exp: Add "return 0" to end.
20957
20958 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20959
20960 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
20961 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
20962 by mips cc and contains no stabs entries.
20963
20964 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
20965
20966 * config/vx-gdb.exp: Use fake device to load files rather than
20967 NFS.
20968 * lib/gdb.exp: New proc to do "file" command.
20969 * config/unix-gdb.exp: Use new "file" proc.
20970
20971 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20972
20973 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
20974 Rework board rebooting slightly.
20975 (gdb_exit): Don't exit from the remote shell; there isn't one.
20976 * gdb.stabs/weird.exp: If a program is being debugged already,
20977 kill it.
20978 * gdb.t04/setvar.exp: Stop and restart gdb.
20979 * gdb.t05/expr.exp: Likewise.
20980 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
20981 restart gdb and reload the program.
20982 * gdb.t08/opaque.exp: Likewise.
20983 * gdb.t12/scope.exp: Likewise.
20984 * gdb.t13/bitfields.exp: Likewise.
20985 * gdb.t15/funcargs.exp: Likewise.
20986 * gdb.t20/classes.exp: Likewise.
20987 * gdb.t03/ptype.exp: Increase timeout.
20988 * gdb.t16/printcmds.exp (test_print_string_constants,
20989 test_print_array_constants): Likewise.
20990 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
20991 * gdb.t20/classes.exp (do_tests): Likewise.
20992 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
20993
20994 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
20995
20996 * gdb.stabs: Renamed *wierd* to *weird*.
20997
20998 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20999
21000 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
21001 for timeout. Add "known gcc 2.4.5 bug" to failure message.
21002
21003 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
21004
21005 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
21006 (do_tests): Remove xfail for whatis on one_var and two_var.
21007
21008 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
21009
21010 * Makefile.in: Made cross building work better by adding
21011 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
21012
21013 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21014
21015 * gdb.t15/{return.c,return.exp,Makefile.in}:
21016 New test, currently commented out.
21017
21018 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
21019
21020 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
21021 still running and removes the leftover named socket so GDb can do
21022 clean restarts.
21023
21024 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
21025
21026 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
21027 console, not GDB.
21028 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
21029 cross testing works better with "make check"
21030 * config/unix-gdb: Use default procedures for exit and version.
21031 * config/vx-gdb.exp: Cleaned up and massaged back to working order
21032 with the newest VxWorks.
21033
21034 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21035
21036 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
21037 old form.
21038
21039 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
21040 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
21041
21042 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
21043
21044 * config/unix-gdb.exp: Remove this version of gdb_exit
21045 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
21046 Rob says he'll look at it when he gets back to testing boards.
21047
21048 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
21049
21050 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
21051 an expected fail for certain ptype commands.
21052
21053 * gdb.t20/classes.exp: Update expected results of "ptype class
21054 Base1" to account for the constructor that now appears in the type.
21055
21056 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
21057
21058 * configure.in (configdirs): Restore gdb.t04, which mysteriously
21059 disappeared from list.
21060 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
21061 "alldone" proc with call to cleanup and exit.
21062 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
21063 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
21064 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
21065 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
21066 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
21067 "alldone" proc with simple returns that suppress remaining
21068 tests. The alldone proc went away many months ago.
21069
21070 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21071
21072 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
21073
21074 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
21075
21076 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21077
21078 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
21079 as vax gdb will display them.
21080
21081 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21082
21083 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
21084 optimizers.
21085
21086 * scope.exp: Change "bad value for localval" messages so each one
21087 is unique.
21088
21089 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
21090 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
21091
21092 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
21093
21094 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21095
21096 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
21097 doesn't exist (due to optimization).
21098
21099 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21100
21101 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
21102 contains \r because the filename is long.
21103
21104 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
21105 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
21106
21107 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21108
21109 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
21110 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
21111 Ultrix.
21112 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
21113 int tests.
21114 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
21115
21116 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
21117
21118 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
21119
21120 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
21121 to match does not match the passing case but still matches the
21122 failing case.
21123
21124 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21125
21126 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
21127
21128 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
21129
21130 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
21131 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
21132 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
21133 Remove various versions of gdb_exit.
21134 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
21135 gdb_exit.
21136 * config/unix-gdb.exp: gdb_exit remains here, and should override
21137 the generic version, since it's doing a lot of wierd stuff that
21138 the other versions aren't. FIXME, fold it in, or abandon this
21139 version.
21140
21141 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21142
21143 * gdb.t24/demangle.exp: Add tests for PR 3220.
21144
21145 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21146
21147 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
21148
21149 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
21150
21151 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
21152 "i386-*-*". Works for i486 as well.
21153
21154 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
21155 bug, and expand domain of xfail to all SVR4 systems, since the
21156 actual problem is likely to be in generic SVR4 /proc support.
21157
21158 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21159
21160 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
21161
21162 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
21163
21164 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
21165 xfails for other systems. Match a missing 'Continuing.' as an
21166 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
21167
21168 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
21169 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
21170 Only issue warning for missing executables if -all option is used.
21171
21172 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
21173 file if -all option is used. It's like an unpredictable XFAIL.
21174
21175 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21176
21177 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
21178 for dynamically linked binaries.
21179
21180 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
21181
21182 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21183
21184 * gdb.t20/inherit.exp: Change message for "print tagless struct"
21185 to state that this is a known bug in old versions of g++.
21186
21187 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21188
21189 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
21190 while waiting for `Continuing'.
21191
21192 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
21193
21194 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
21195 in text, data, and bss.
21196 * gdb.t10/nodebug.c: Add local and global test variables for
21197 initialized and uninitialized data.
21198
21199 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21200
21201 * config/unix-gdb.exp (gdb_exit): Add "wait".
21202
21203 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21204
21205 * gdb.t06/signals.exp: xfail the continue from the handler for all
21206 targets.
21207
21208 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
21209 function with watchpoints enabled, the i386 call dummy starts with
21210 a call.
21211
21212 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
21213 386 bsd names its corefiles.
21214
21215 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
21216
21217 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
21218 compilers don't grok it.
21219 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
21220 with small octal ints rather than character constants, which
21221 are signed and might not fit if first promoted to int.
21222
21223 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
21224
21225 * gdb.t09/Makefile.in (clean): Remove corefile.
21226
21227 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21228
21229 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
21230
21231 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21232 and Jim Kingdon (kingdon@cygnus.com)
21233
21234 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
21235 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
21236 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
21237
21238 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21239
21240 * gdb.t17/interrupt.exp: Add xfail for hppa.
21241
21242 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21243
21244 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
21245 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
21246 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
21247 to determine signed-ness of bitfields and use the result to setup
21248 the xfail.
21249 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
21250 * gdb.t15/funcargs.exp: Use them to step until the second indirect
21251 call line is reached if necessary.
21252
21253 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21254
21255 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
21256
21257 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21258
21259 * gdb.t06/break.exp: Also test `clear' command.
21260
21261 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21262
21263 * gdb.t00/teststrategy.exp: Remove extra quote.
21264
21265 * gdb.t07/watchpoint.exp: Change xfail for calling function with
21266 watchpoint enabled to be for all non-68k machines.
21267
21268 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
21269
21270 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21271
21272 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
21273 targets use aout.mt instead of ecoff.mt as gas understands
21274 standard aout format.
21275
21276 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21277
21278 * lib/gdb.exp (runto): Don't insist that function we are running to
21279 was compiled with -g.
21280
21281 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
21282
21283 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
21284 to get back into the read system call.
21285 Accept leading newline in case where we woke it up.
21286
21287 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21288
21289 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
21290 to make the stabs test work on ecoff systems using gcc and -with-stabs.
21291 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
21292 enable ecoff configuration.
21293
21294 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21295
21296 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
21297
21298 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21299
21300 * gdb.t16/printcmds.exp: Add another printf test.
21301
21302 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
21303
21304 * configure.in: If configured -with-stabs on any target, add
21305 stabsdirs to configdirs.
21306
21307 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21308
21309 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
21310 fun" so pattern does not match the command itself.
21311
21312 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21313
21314 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
21315
21316 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21317
21318 * gdb.t17/interrupt.exp: Test for more things.
21319
21320 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21321
21322 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
21323 compiler arranges the code and line numbers.
21324
21325 * gdb.t17/interrupt.exp: Don't send \n after ^C.
21326
21327 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21328
21329 * gdb.t00/help.exp: Increase expect input buffer size.
21330
21331 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21332
21333 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
21334
21335 * gdb.t07/watchpoint.exp: Add xfail for hppa.
21336
21337 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
21338
21339 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
21340 [0-9]*, not just [0-9].
21341
21342 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21343
21344 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
21345
21346 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
21347
21348 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21349
21350 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
21351
21352 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21353
21354 * gdb.t06/signals.c: Add xfails for sun3.
21355
21356 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
21357
21358 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
21359 test_stepping tests.
21360
21361 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21362
21363 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
21364
21365 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
21366
21367 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
21368 rather than actually putting it through cpp twice.
21369
21370 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
21371
21372 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
21373
21374 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
21375 no longer needed.
21376
21377 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21378
21379 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
21380
21381 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
21382 C++ features prints as "struct", make it a pass, not an xfail.
21383
21384 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21385
21386 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
21387 Don't require VA to print as "class" rather than "struct".
21388
21389 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
21390
21391 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
21392
21393 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21394
21395 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
21396
21397 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21398
21399 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
21400 order.
21401
21402 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21403
21404 * gdb.t16/printcmds.exp: Add printf tests.
21405
21406 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
21407
21408 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
21409
21410 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
21411
21412 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
21413 pass counts, to counteract any existing or future setup_xfails.
21414
21415 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21416
21417 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
21418 {BEGIN,END}_COMMON for common block instead of STAB.
21419 * gdb.stabs/wierd.exp: Add xfail for rs6000.
21420
21421 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
21422 intp_var should be N_GSYM not N_LSYM.
21423 wierd-aout.S: Use a label for the value of the N_SO.
21424 wierd.def: Remove all backslashes.
21425 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
21426
21427 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21428
21429 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
21430 get the expected next to inheritance3.
21431
21432 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21433
21434 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
21435 now that gcc-2.4 gets it right.
21436
21437 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21438
21439 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
21440
21441 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
21442 generating comp-info.exp which works for cross-compilation.
21443
21444 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
21445
21446 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
21447 "*-*-sysv4.*".
21448
21449 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
21450
21451 * gdb.t01/run.exp: Start with a fresh gdb.
21452 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
21453 SVR4.x.
21454
21455 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
21456
21457 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
21458 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
21459 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
21460 Makefile.in (distclean, realclean): Remove gdbme.c from list of
21461 things to remove.
21462
21463 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
21464
21465 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
21466 test cases from bug reports.
21467
21468 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
21469
21470 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
21471 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
21472 avoid spurious xfails.
21473 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
21474 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
21475 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
21476
21477 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
21478
21479 * gdb.t00/teststrategy.exp: Rework to provide more useful
21480 description of each test, fix problem with systems that define
21481 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
21482 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
21483 results for "next over recursive call" so timeouts aren't taken
21484 by error.
21485
21486 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
21487
21488 * gdb.t12/scope.exp: Test printing of variables before run.
21489
21490 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
21491 printed in wrong order due to sorting.
21492
21493 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
21494
21495 * gdb.t00/teststrategy.exp: Fix expected results for printing
21496 user entered string constant. Is array of char, prints with no
21497 address.
21498
21499 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
21500 commands.
21501 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
21502 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
21503 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
21504 of struct of char arrays.
21505 * gdb.t00/radix.exp: New tests for radix commands.
21506
21507 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
21508
21509 * gdb.t16/printcmd.exp: Print a variable before running program
21510 (with xfail for AIX).
21511
21512 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
21513
21514 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
21515
21516 * gdb.t16/printcmd.exp: Don't print variables before running program.
21517
21518 * gdb.t06/break.exp: Don't require envp argument to main.
21519
21520 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
21521
21522 * gdb.t02/whatis.exp, gdb.t11/list.exp:
21523 Add xfails for rs6000.
21524
21525 * gdb.t02/whatis.exp: Change other tests not to re-test something
21526 we already tested.
21527
21528 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
21529 each type used has a variable of that type.
21530
21531 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
21532
21533 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
21534
21535 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21536
21537 * configure.in: change srctrigger to be a file, not a directory
21538
21539 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
21540
21541 * configure.in (mips-idt-ecoff*): Added trailing '*'.
21542
21543 * gdb.t11/list.exp: Fixed a couple of typos.
21544
21545 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
21546
21547 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
21548 is fixed and PR is closed.
21549 * gdb.t16 (gdbme.c): Add simple test string variable.
21550 * gdb.t16 (printcmds.exp): Add tests with simple test string
21551 variable, primarily for boundaries on "set print elements".
21552
21553 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
21554
21555 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
21556 Make leading 0's optional and don't expect a tab in the middle
21557 of the number.
21558
21559 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
21560
21561 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
21562 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
21563 don't end command passed to gdb_test with newline.
21564
21565 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
21566 signed keyword away, don't expect signed bitfields to be signed.
21567
21568 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
21569 printing with only as many 1's as are in the field as well as printing
21570 with 32 1's (see comment).
21571
21572 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
21573
21574 * gdb.t00/default.exp: Start with a fresh gdb.
21575 * configure.in (configdirs): Remove gdb.t31 until the chill
21576 compiler works again. It no longer is able to find chillrt0
21577 since it isn't in libchill.a anymore.
21578 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
21579 wierd.o, make more modular.
21580 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
21581 spurious newlines that caused problems.
21582
21583 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21584
21585 * Move test with enums and partial symbols from gdb.t03/ptype.exp
21586 to gdb.stabs/wierd.exp since GCC has worked around the bug.
21587 gdb.stabs/wierd.{exp,def}: Many new tests.
21588
21589 * gdb.t00/default.exp: update info line for new message.
21590
21591 * gdb.t02/{whatis.exp,gdbme.c}:
21592 Test that "char *" doesn't print as "caddr_t".
21593
21594 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21595
21596 * gdb.t00/help.exp: Use .* in place of some help messages which
21597 just changed.
21598 gdb.t00/default.exp: Update "info frame" test for new message.
21599 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
21600 Remove some xfails
21601
21602 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21603
21604 * gdb.t03/{gdbme.c,ptype.exp}:
21605 Add tests for typedef'd struct and union without tags.
21606 Also check "whatis" on a variable of a typedef'd enum without a tag.
21607
21608 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
21609 PRMS 1823; the bug still exists but isn't reproduced by this test
21610 anymore), and remove rs6000 XFAIL (the bug is fixed).
21611
21612 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
21613 duplicated from whatis.exp. For those that are left, accept
21614 "long", "long int", or "int" for long variables (whatis.exp already
21615 has an XFAIL for "int", so no need to fail it here).
21616
21617 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
21618 Deal with GCC's names for types now that GDB uses the compiler's names.
21619
21620 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
21621 setup_xfail's for sunos4. If we #defined the signed keyword away,
21622 don't expect GDB to know that char it is signed.
21623
21624 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
21625
21626 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
21627
21628 * configure.in (configdirs): Add gdb.t24 for C++ tests that
21629 should work on any system, regardless of debugging format.
21630 * gdb.t21/demangle.exp: Move to gdb.t24.
21631 * gdb.t24/demangle.exp: Move from gdb.t21.
21632 * gdb.t24/{Makefile.in, configure.in}: New files.
21633
21634 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21635
21636 * configure.in: Do gdb.stabs and C++ tests only for stabs.
21637 * gdb.stabs: New directory.
21638
21639 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21640
21641 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
21642 not just "Quit anyway?".
21643
21644 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
21645
21646 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
21647 that all setup_xfails are immediately followed by clear_xfails.
21648
21649 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
21650
21651 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
21652 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
21653 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
21654 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
21655 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
21656 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21657 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21658 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
21659 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
21660 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
21661 gdb.t31/chillvars.exp, lib/gdb.exp:
21662 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
21663 bug-gdb@prep.ai.mit.edu.
21664
21665 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
21666
21667 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
21668 with 0.0, not integer 0.
21669
21670 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
21671
21672 * gdb.t06/break.exp: Update for "Kill the program" message change.
21673
21674 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
21675
21676 * Makefile.in (GDBFLAGS): Set to -nx.
21677 * Makefile.in (site.exp): Use GDBFLAGS.
21678
21679 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21680
21681 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
21682 Makefiles.
21683 (check): depend on just-check.
21684 (just-check): added so that tests can be run without a noop
21685 build pass.
21686
21687 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21688
21689 Switch to using configure's configdirs.
21690 * Makefile.in (Makefile): add configure.in dependency.
21691 (SUBDIRS): removed redundant assignment.
21692 * configure.in: switch subdirs assignment to configdirs.
21693 * gdb.t*/configure.in: new files.
21694
21695 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
21696
21697 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
21698 works.
21699
21700 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
21701
21702 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
21703 in explicit rules. Apparently this is not supported by some makes.
21704
21705 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
21706
21707 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
21708
21709 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21710
21711 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
21712 disappeared.
21713
21714 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
21715
21716 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
21717
21718 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
21719
21720 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
21721 watchpoint problem that is now fixed.
21722 * gdb.t30/chexp.exp: Remove setup_xfail for printing
21723 uninitialized convenience variables.
21724 * gdb.t31/chillvars.exp: Fix expected patterns for printing
21725 structures.
21726
21727 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21728
21729 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
21730 which causes expect to get out of sync with gdb on long output
21731 from help set.
21732 * gdb.t09/corefile.exp: Make expected pattern for core file
21733 failing signal and frame output format less sun specific.
21734
21735 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
21736
21737 * gdb.t31/chillvars.exp: Add and remove initial dummy
21738 breakpoint, so that symbol table is forced in.
21739 (Needed at least on Sunos4, though it seems not SVR4.)
21740 * gdb.t31/chillvars.exp: Update for changed output format.
21741
21742 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
21743
21744 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
21745
21746 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
21747
21748 * Makefile.in: Added --srcdir when invoking runtest, removed the
21749 need for a local config file. (optional now)
21750
21751 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
21752
21753 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
21754 failure count used to force early termination. Add some more
21755 expected failures for gnu style demangling.
21756
21757 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21758
21759 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
21760 pmi variable from gdb.t20/gdbme to get optimized away.
21761 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
21762 Check for written corefile upon timeout _and_ eof.
21763
21764 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21765
21766 * config/unix-gdb.exp: Add missing return 0.
21767
21768 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21769
21770 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
21771 test termination.
21772
21773 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
21774
21775 * configure.in (subdirs): Put back gdb.t17 which mysteriously
21776 disappeared.
21777
21778 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
21779
21780 * gdb.t10/crossload.exp: Disable the i860-elf test until such
21781 time as i860 support works.
21782
21783 * gdb.t15/funcargs.exp: Fix expected outputs to include
21784 "backtrace 100\r" rather than just "backtrace\r", to match last
21785 change.
21786
21787 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
21788
21789 * config/udi-gdb.exp (gdb_exit): Remove close command.
21790 (gdb_target_udi): New procedure to set the UDI target.
21791 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
21792 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
21793 Added waits for prompts after several question responses. Added
21794 some more responses used by a29k-amd-udi-gdb.
21795 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
21796 pass different arguments, restart UDI connection after program
21797 completion.
21798 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
21799 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21800 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
21801 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
21802 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
21803 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
21804 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21805 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
21806 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
21807 after program completion.
21808 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
21809 compiled with a SELECT_VECS setting.
21810 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
21811 infinite recursion.
21812
21813 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
21814 Added checks for COFF results, and made them expected failures for
21815 all targets. It would be better to make them expected failures
21816 for COFF targets only.
21817
21818 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21819
21820 * Makefile.in: add null dvi target, don't bother to recurse
21821 through test directories for info and install-info; rename
21822 $(datadir) to be dejagnu instead of deja-gnu
21823
21824 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
21825
21826 * gdb.t31/gdbme.ch: Re-enable code that previously caused
21827 compiler to coredump.
21828 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
21829 code.
21830
21831 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
21832
21833 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
21834 coredump.
21835 * gdb.t31/chillvars.exp: Comment out tests that depend on that
21836 code.
21837
21838 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
21839
21840 * gdb.t03/ptype.exp: tests for return code from gdb_test.
21841 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
21842 which in a shell. Deletes xgdb when done.
21843 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
21844 Tests the return from the "set height" or "set width" commands.
21845 Added a few return codes where needed.
21846
21847 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
21848
21849 * Makefile.in (SUBDIRS): Add gdb.t17.
21850 * configure.in (subdirs): Add gdb.t17.
21851 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
21852 files to test gdb's calling of functions in the inferior with
21853 the correct arguments and gdb's ability to retrieve any
21854 result returned.
21855
21856 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
21857
21858 * config/unix-gdb.exp (gdb_exit): Remove close commands that
21859 may be called after gdb goes away. Previous versions of expect
21860 needed these to avoid file descriptor leaks, but they cause
21861 errors with the current revision of expect.
21862 * gdb.t00/gdbvars.exp: Use -re on expected output after
21863 setting sevenbit-strings.
21864 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
21865 to set sevenbit-strings consistent across tests.
21866 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
21867 set sevenbit-strings consistent across tests.
21868
21869 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
21870
21871 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
21872 expected output to match current "expect" expectations.
21873
21874 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
21875
21876 * gdb.t00/default.exp: Change expected output for default "source"
21877 command, to match new gdb behavior which requires a filename to
21878 source.
21879
21880 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
21881
21882 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
21883 expected fail for i486-*-* that misses the marker2 function.
21884 * gdb.t10/crossload.exp (bfddefault): Allow successful
21885 recognition of a format to pass even if no symbols are found.
21886 Explicitly catch failures where the format is not recognized
21887 or is ambiguous, and add the reason to the fail message.
21888 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
21889 the cause is and invalid target and add reason to failure message.
21890 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
21891 elf32-i386, elf32-sparc, and elf32-i860.
21892 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
21893 Set up expected failure for 'filename'::variable scope resolution,
21894 which is now apparently broken on all targets.
21895 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
21896 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
21897 gdb.t23/templates.exp: Change failure for missing binfile into
21898 just a warning.
21899 gdb.t21/demangle.exp: Change all cfront references to 'arm'
21900 references.
21901
21902 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
21903
21904 * gdb.t00/default.exp: Add expected output for default "source"
21905 command, to match new gdb behavior.
21906 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
21907
21908 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
21909
21910 * config/*-gdb.exp: returns an error, rather than exiting on
21911 internal errors.
21912
21913 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
21914
21915 * gdb.t03/gdbme.c: Add pointer to struct variable.
21916 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
21917 referencing struct members.
21918
21919 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
21920
21921 * configure.in (mips-idt-ecoff): New target.
21922 * config/mips-gdb.exp: New file for remote board using MIPS remote
21923 debugging protocol.
21924
21925 * Redid configuration scheme. Removed gdb.t*/configure.in.
21926 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
21927 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
21928 distclean targets. Built executables via .o files. Adjusted
21929 tests to account for source files in $(srcdir) rather than
21930 $(objdir).
21931 * lib/gdb.exp (runto): Don't expect () after the function name,
21932 because it may have arguments.
21933
21934 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
21935
21936 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
21937 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
21938 expected failures for mips-idt-* and mips-sgi-*.
21939 * gdb.t00/default.exp (attach): Kill process if requested.
21940 * gdb.t00/help.exp (help target core, help target): Accept a gdb
21941 that does not read core files.
21942 * gdb.t01/run.exp: Removed checks for exit status code.
21943 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
21944 it is linked in.
21945 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
21946 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
21947 appropriate, rather than doing it by hand.
21948 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
21949 execution.
21950 * gdb.t10/crossload.exp: Kill existing program if needed.
21951 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
21952 appropriate, rather than doing it by hand. Always increase
21953 timeout for this test, not just for VxWorks.
21954
21955 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
21956
21957 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
21958 of Chill STRUCT types and STRUCT values.
21959 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
21960 than "char".
21961 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
21962 struct2): New struct definitions and initializations to test
21963 simple Chill STRUCT types.
21964
21965 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
21966
21967 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
21968 the null byte at the end of strings.
21969 * gdb.t00/default.exp: Make show version insensitive to copyright
21970 date.
21971 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
21972 to avoid dependencies on target char signedness.
21973 * gdb.t16/printcmds.exp: Update expected results for explicitly
21974 unsigned char.
21975 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
21976 now work.
21977 * gdb.t21/demangle.exp: Add many more patterns for template
21978 demangling, most of them being expected failures.
21979 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
21980 string we are matching for, to match on the whole string.
21981 * gdb.t21/demangle.exp: Add many new test strings to demangle,
21982 and fix a whole bunch that had incorrect expected output but were
21983 passing anyway because of the bug in "proc demangle".
21984 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
21985 type.
21986 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
21987
21988 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
21989
21990 * gdb/testsuite: made modifications to testcases, etc., to allow
21991 them to work properly given the reorganization of deja-gnu and the
21992 relocation of the testcases from deja-gnu to a "tool" subdirectory.
21993
21994 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
21995
21996 * gdb/testsuite: Initial creation of gdb/testsuite.
21997 Migrated dejagnu testcases and support files for testing nm to
21998 gdb/testsuite from deja-gnu. These files were moved "as is"
21999 with no modifications. This migration is part of a major overhaul
22000 of dejagnu. The modifications to these testcases, etc., which
22001 will allow them to work with the new version of dejagnu will be
22002 made in a future update.
22003
22004 For additional changes see gdb.mi/ChangeLog-1999-2003.
22005 \f
22006 ;; Local Variables:
22007 ;; mode: change-log
22008 ;; left-margin: 8
22009 ;; fill-column: 74
22010 ;; version-control: never
22011 ;; End:
22012
22013 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
22014 2003, 2004, 2005 Free Software Foundation, Inc.
22015 Copying and distribution of this file, with or without modification,
22016 are permitted provided the copyright notice and this notice are preserved.