* gdb.ada/ptype_tagged_param: New testcase.
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2010-02-09 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.ada/ptype_tagged_param: New testcase.
4
5 2010-02-08 Tom Tromey <tromey@redhat.com>
6
7 PR c++/8017:
8 * gdb.cp/overload.exp: Add tests.
9 * gdb.cp/overload.cc (struct K): New.
10 (namespace N): New.
11 (main): Call new functions.
12 (K::staticoverload): Define.
13
14 Mon Feb 8 13:18:22 2010 Chris Moller <moller@mollerware.com>
15
16 PR gdb/10728
17 * gdb.cp/pr10728-x.h: New file.
18 * gdb.cp/pr10728-x.cc: New file.
19 * gdb.cp/pr10728-y.cc: New file.
20 * gdb.cp/pr10728.exp: New file.
21 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
22
23 Mon Feb 8 12:54:54 2010 Chris Moller <moller@mollerware.com>
24
25 PR gdb/9067
26 * gdb.cp/pr9067.exp: New
27 * gdb.cp/pr9067.cc: New
28 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
29
30 2010-02-08 Joel Brobecker <brobecker@adacore.com>
31
32 * lib/gdb.exp (gdb_test_timeout): New global variable.
33 Set it to timeout if not already set.
34 (gdb_init): Reset the value of timeout to gdb_test_timeout.
35
36 2010-02-05 Doug Evans <dje@google.com>
37
38 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
39 user.
40
41 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
42
43 PR c++/7935:
44 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
45
46 2010-02-04 Tom Tromey <tromey@redhat.com>
47
48 * gdb.cp/virtbase.exp: Make test case names unique.
49
50 2010-02-02 Tom Tromey <tromey@redhat.com>
51
52 * gdb.cp/virtbase.exp: Add regression tests.
53 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
54 (main): Instantiate RHC.
55
56 2010-02-02 Tom Tromey <tromey@redhat.com>
57
58 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
59 type-printing change.
60
61 2010-02-02 Tom Tromey <tromey@redhat.com>
62
63 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
64 * gdb.cp/virtbase.cc: New file.
65 * gdb.cp/virtbase.exp: New file.
66 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
67
68 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
69
70 PR libc/11214:
71 * gdb.threads/current-lwp-dead.c: Include features.h.
72 (HAS_NOMMU): New.
73 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
74
75 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
76
77 * gdb.base/symbol-without-target_section.exp,
78 gdb.base/symbol-without-target_section.c: New.
79
80 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
81
82 * gdb.base/bigcore.exp: Reset increased timeout.
83 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
84
85 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
86
87 * gdb.base/gcore.exp (capture_command_output): Use
88 gdb_test_multiple.
89
90 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
91
92 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
93 * gdb.arch/thumb2-it.exp (test_it_break): New function.
94 (Top level): Call it.
95
96 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
97
98 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
99
100 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
101
102 * gdb.base/call-strs.exp, gdb.base/default.exp,
103 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
104 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
105 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
106 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
107 gdb.base/watchpoint-solib.exp: Save and restore timeout.
108 * gdb.base/ending-run.exp: Correct restore of timeout.
109 * gdb.base/page.exp: Remove unnecessary timeout setting.
110
111 2010-01-29 Joel Brobecker <brobecker@adacore.com>
112
113 * gdb.ada/rec_return: New testcase.
114
115 2010-01-29 Joel Brobecker <brobecker@adacore.com>
116
117 * gdb.ada/call_pn: New testcase.
118
119 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
120
121 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
122 (Top level): Use it to resume.
123 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
124 the Thumb mode displaced stepping error as unsupported.
125
126 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
127
128 * gdb.cp/nsusing.exp: Added more tests.
129 * gdb.cp/nsrecurs.exp: Ditto.
130 * gdb.cp/nsusing.cc: Added test functions.
131 * gdb.cp/nsrecurs.cc: Ditto.
132
133 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
134
135 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
136 absolute directory pathnames in gdb.sum file.
137
138 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
139
140 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
141 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
142
143 2010-01-26 Tom Tromey <tromey@redhat.com>
144
145 PR exp/7643:
146 * gdb.base/printcmds.exp (test_print_string_constants): Remove
147 setup_kfail.
148
149 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
150
151 * gdb.cp/nsrecurs.exp: New test.
152 * gdb.cp/nsrecurs.cc: New test program.
153 * gdb.cp/nsstress.exp: New test.
154 * gdb.cp/nsstress.cc: New test program.
155 * gdb.cp/nsdecl.exp: New test.
156 * gdb.cp/nsdecl.cc: New test program.
157
158 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
159
160 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
161 imported into file scope.
162 Marked test as xfail.
163 * gdb.cp/namespace-using.cc (marker5): New function.
164 * gdb.cp/shadow.exp: New test.
165 * gdb.cp/shadow.cc: New test program.
166 * gdb.cp/nsimport.exp: New test.
167 * gdb.cp/nsimport.cc: New test program.
168
169 2010-01-25 Tom Tromey <tromey@redhat.com>
170
171 PR gdb/11049:
172 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
173 with "set print null-stop on".
174
175 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
176
177 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
178 Adjust it for DISASSEMBLY_OMIT_FNAME.
179
180 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
181
182 PR symtab/11199:
183 * gdb.dwarf2/member-ptr-forwardref.exp,
184 gdb.dwarf2/member-ptr-forwardref.S: New.
185
186 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
187
188 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
189 (thread1_func): Protect thread1_tid with thread1_tid_cond by
190 thread1_tid_mutex. Remove gdbstop_mutex handling.
191 (thread2_func): Protect thread2_tid with thread2_tid_cond by
192 thread2_tid_mutex. Remove gdbstop_mutex handling.
193 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
194 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
195 pthread_cond_wait conditionalizations by while loops.
196
197 2010-01-20 Tom Tromey <tromey@redhat.com>
198
199 PR backtrace/10770:
200 * gdb.dwarf2/pr10770.exp: New file.
201 * gdb.dwarf2/pr10770.c: New file.
202 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
203
204 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
205
206 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
207 that target was removed, and the test always runs native anyway.
208
209 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
210
211 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
212 gdb.base/watchpoint-cond-gone-stripped.c: New.
213
214 2010-01-19 Tom Tromey <tromey@redhat.com>
215
216 PR c++/8000:
217 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
218 existing tests.
219 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
220 (main): Use AAA::SomeEnum.
221
222 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
223
224 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
225 (test_ignore_count): Declare line_callme_body global.
226 (run to breakpoint with ignore count): Use line_callme_body.
227 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
228 (set line_main_hello, set line_main_return): Reindent.
229 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
230 New.
231 (continue to callee4): Use line_callee4_body.
232 (check *stopped from CLI command): Use line_callee4_next.
233 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
234 (set line_main_hello, set line_main_return): Reindent.
235 (set line_callee4_head, set line_callee4_body): New.
236 (continue to callee4): Use line_callee4_body.
237
238 2010-01-18 Tom Tromey <tromey@redhat.com>
239
240 PR c++/9680:
241 * gdb.cp/casts.cc: Add new classes and variables.
242 * gdb.cp/casts.exp: Test new operators.
243
244 2010-01-18 Tom Tromey <tromey@redhat.com>
245 Thiago Jung Bauermann <bauerman@br.ibm.com>
246
247 * gdb.python/source2.py: New file.
248 * gdb.python/source1: New file.
249 * gdb.python/python.exp: Test "source" command.
250
251 2010-01-15 Stan Shebs <stan@codesourcery.com>
252
253 * gdb.trace/tfile.c: New file.
254 * gdb.trace/tfile.exp: New file.
255
256 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
257
258 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
259
260 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
261
262 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
263
264 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
265
266 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
267 (libfunc): New parameter action. Implement also selectable "sleep".
268 * gdb.base/break-interp-main.c: Include assert.h.
269 (libfunc): New parameter action.
270 (main): New parameters argc and argv. Assert argc. Pass argv.
271 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
272 (test_attach): New proc.
273 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
274 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
275
276 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
277
278 * gdb.base/break-interp.exp (test_core): New proc.
279 (test_ld): Call it.
280
281 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
282
283 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
284 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
285 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
286 and gdb_compile_shlib. Use new -Wl compiler options.
287 (dl bt, main bt): New tests.
288
289 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
290
291 Support PIEs with no symfile_objfile.
292 * gdb.base/break-interp.exp: New argument at the test_ld calls.
293 (test_ld): New parameter trynosym.
294 (test_ld <$trynosym>): New block.
295
296 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
297
298 * gdb.base/break-interp.exp: New file.
299
300 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
301
302 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
303 * gdb.python/py-prettyprint.py (pp_ls): New printer.
304 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
305 test.
306 * gdb.python/py-prettyprint.c: Define lazystring test structure.
307 * gdb.python/py-mi.exp: Add lazy string test.
308
309 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
310
311 * lib/mi-support.exp (mi_check_thread_states): Handle
312 core number in thread listing.
313
314 2010-01-12 Joel Brobecker <brobecker@adacore.com>
315
316 * gdb.base/maint.exp: Adjust the expected output for the
317 "maint print type" test. Use gdb_test_multiple instead of
318 gdb_sent/gdb_expect.
319
320 2010-01-11 Doug Evans <dje@google.com>
321
322 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
323 from gdbserver_download. All callers updated.
324
325 * gdb.server/ext-run.exp: "info os processes" requires xml support.
326
327 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
328
329 Implement binary numbers parsing.
330 * gdb.base/printcmds.exp (test_integer_literals_accepted)
331 (test_integer_literals_rejected): New binary tests.
332
333 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
334
335 * gdb.cell/configure: Regenerate.
336
337 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
338
339 * gdb.base/corefile.exp: Move the core finding block out and call it as
340 core_find, new variable $corefile, replace corefile by $corefile and
341 [file tail $corefile] for usage vs. test names resp.
342 * lib/gdb.exp (core_find): Move it as a new function here. New
343 parameter binfile and deletefiles. New variable $destcore. Pre-delete
344 $destcore. Return "" on error.
345
346 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
347
348 Workaround PR binutils/10802.
349 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
350 (twice).
351
352 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
353
354 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
355
356 2010-01-08 Joel Brobecker <brobecker@adacore.com>
357
358 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
359 call, to avoid interruption.
360
361 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
362
363 * gdb.stabs/weird.def (args93): New.
364
365 2010-01-07 Doug Evans <dje@google.com>
366
367 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
368
369 2010-01-07 Tom Tromey <tromey@redhat.com>
370
371 * gdb.base/source.exp: Use correct line number.
372
373 2010-01-05 Stan Shebs <stan@codesourcery.com>
374
375 * gdb.trace/tracecmd.exp: Test ftrace.
376
377 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
378
379 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
380
381 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
382
383 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
384 "uint_for_mi_testing".
385
386 2010-01-01 Joel Brobecker <brobecker@adacore.com>
387
388 Test indented comment in file being sourced.
389 * gdb.base/commands.exp: Test indented comment in file being sourced.
390
391 2010-01-01 Joel Brobecker <brobecker@adacore.com>
392
393 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
394 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
395 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
396 notice.
397
398 2010-01-01 Joel Brobecker <brobecker@adacore.com>
399
400 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
401 notice.
402
403 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
404
405 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
406 missing $after_stopped and comma (,) expectation.
407
408 2009-12-31 Stan Shebs <stan@codesourcery.com>
409
410 * gdb.trace/actions.exp: Test teval action.
411
412 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
413
414 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
415 (top level): Call test_watchpoint_in_big_blob.
416 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
417 watchpoints.
418 (func3): Write to buf.
419
420 2009-12-29 Stan Shebs <stan@codesourcery.com>
421
422 * gdb.trace/actions.exp: Test default-collect.
423
424 2009-12-28 Stan Shebs <stan@codesourcery.com>
425
426 * gdb.trace/tsv.exp: New file.
427 * gdb.base/completion.exp: Update ambiguous info output.
428
429 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
430
431 * gdb.base/find.c (main): Reference search buffers.
432 * gdb.base/included.c (main): Reference integer.
433 * gdb.base/ptype.c (charfoo): Declare.
434 (intfoo): Call charfoo.
435 * gdb.base/scope0.c (useitp): New function.
436 (usestatics): Use useitp.
437 (useit): Add a type for val.
438 * gdb.base/scope1.c (useit1): Take a pointer argument.
439 (usestatics1): Update calls to useit1.
440 * gdb.cp/call-c.cc: Declare foo.
441 (main): Call foo.
442 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
443 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
444 (main): Call C::ensureRefs and ensureOtherRefs.
445 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
446 variables.
447 (ensureOtherRefs): New function.
448 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
449 * gdb.cp/templates.cc (main): Call t5i.value.
450
451 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
452
453 Fix compatibility with G++-4.5.
454 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
455 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
456 (uncaught return): Remove.
457
458 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
459 Phil Muldoon <pmuldoon@redhat.com>
460
461 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
462 (bp_location13, bp_location14, bp_location17, bp_location18)
463 (marker3_proto, marker4_proto): New variables.
464 (breakpoint info): Update output.
465 (run until breakpoint at marker3, run until breakpoint at marker4): New
466 tests.
467
468 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
469
470 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
471 Replace the printf call of Y by provided "y-set-1" label. New block
472 for the second shared library.
473 * gdb.base/unload.exp: Compile also the second library, call
474 gdb_load_shlibs also for it. Use now gdb_breakpoint.
475 (single pending breakpoint info): Rename to ...
476 (pending breakpoint info before run): ... this extended test.
477 (libfile2, libname2, libsrcfile2, libsrc2)
478 (lib_sl2): New variables.
479 (exec_opts): Set also SHLIB_NAME2.
480 (pending breakpoint info on first run at shrfunc1)
481 (pending breakpoint info on second run at shrfunc1)
482 (pending breakpoint info on second run at shrfunc2)
483 (print y from libfile, print y from libfile2): New tests.
484 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
485 * gdb.base/unloadshr2.c: New.
486
487 2009-12-22 Hui Zhu <teawater@gmail.com>
488
489 * gdb.reverse/sigall-reverse.exp: Adjust.
490
491 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
492
493 PR gdb/10884
494
495 * gdb.mi/var-cmd.c (do_bitfield_tests): New
496 (main): Call do_bitfield_tests.
497 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
498
499 2009-12-20 Joel Brobecker <brobecker@adacore.com>
500
501 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
502 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
503 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
504 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
505 gdb.modula2/unbounded1.c: Update copyright header.
506
507 2009-12-10 Chris Moller <moller@mollerware.com>
508
509 PR gdb/9399
510 * gdb.cp/virtfunc2.exp: New tests
511 * gdb.cp/virtfunc2.cc: New tests
512 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
513
514 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
515
516 * gdb.reverse/i387-env-reverse.c: New file.
517 * gdb.reverse/i387-env-reverse.exp: New file.
518 * gdb.reverse/i387-stack-reverse.c: New file.
519 * gdb.reverse/i387-stack-reverse.exp: New file.
520
521 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
522
523 * gdb.python/py-type.exp (test_range): New test.
524
525 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
526
527 PR python/10805
528
529 * gdb.python/py-type.exp: New file.
530 * gdb.python/py-type.c: New file.
531 * Makefile.in: Add py-type.
532
533 2009-12-03 Tom Tromey <tromey@redhat.com>
534
535 * gdb.python/py-value.exp (test_parse_and_eval): New
536 function.
537
538 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
539
540 PR gdb/11022
541
542 * gdb.base/pr11022.exp: New test.
543 * gdb.base/pr11022.c: New test.
544
545 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
546
547 Fix spurious false FAILs.
548 * gdb.base/structs.c (chartest): New.
549 (main): Fill-in chartest.
550 * gdb.base/structs.exp (anychar_re, first): New.
551 (start_structs_test): Import global anychar_re and first.
552 New gdb_test call "set print elements 300; ${testfile}"
553 (start_structs_test <$first>): New block.
554 (any): Import global anychar_re. New variable ac. Use ${ac}.
555
556 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
557
558 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
559
560 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
561
562 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
563 Force $srcfile file.
564 * gdb.base/foll-fork.c (callee): Comment out the printf call.
565
566 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
567
568 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
569 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
570 * gdb.threads/watchthreads-reorder.exp: Likewise.
571
572 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
573
574 PR gdb/8704
575
576 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
577 "if", and "thread". Correct matching in the previous test.
578
579 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
580
581 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
582
583 2009-11-23 Michael Snyder <msnyder@vmware.com>
584
585 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
586 * gdb.reverse-watch-precsave.exp: Ditto.
587
588 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
589
590 * gdb.asm/asm-source.exp: Adjust.
591 * gdb.base/help.exp: Adjust.
592
593 2009-11-22 Pedro Alves <pedro@codesourcery.com>
594
595 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
596 (do_syscall_tests_without_xml): Set data-directory to
597 /the/path/to/nowhere.
598
599 2009-11-21 Pedro Alves <pedro@codesourcery.com>
600
601 * gdb.threads/local-watch-wrong-thread.c,
602 gdb.threads/local-watch-wrong-thread.exp: New files.
603
604 2009-11-21 Pedro Alves <pedro@codesourcery.com>
605
606 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
607 assume new `regsub' syntax available.
608
609 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
610
611 * gdb.base/watchpoint-hw-hit-once.exp,
612 gdb.base/watchpoint-hw-hit-once.c: New.
613
614 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
615
616 * gdb.threads/watchthreads-reorder.exp,
617 gdb.threads/watchthreads-reorder.c: New.
618
619 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
620
621 * gdb.xml/tdesc-regs.exp: Use for m68k.
622
623 2009-11-15 Pedro Alves <pedro@codesourcery.com>
624
625 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
626
627 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
628
629 * lib/gdb.exp (current_target_name): New procedure.
630 (gdb_wrapper_target): New variable.
631 (gdb_wrapper_init): Set gdb_wrapper_target.
632 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
633 wrapper.
634
635 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
636
637 * gdb.base/remote.exp: Delete the slowest load test.
638 Do not load with fixed packet sizes.
639
640 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
641
642 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
643
644 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
645
646 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
647 srcfile when setting a breakpoint.
648
649 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
650
651 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
652 macros.
653
654 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
655
656 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
657 to be in memory.
658 * gdb.base/display.c (force_mem): New.
659 (do_loops): Use it. Add breakpoint comments.
660 (do_vars): Add a breakpoint comment.
661 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
662 line numbers.
663
664 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
665
666 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
667 instead of a bare "run".
668
669 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
670
671 * gdb.python/py-prettyprint.exp: Adjust.
672
673 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
674
675 * lib/cell.exp (skip_cell_tests): Clean up test files before
676 returning.
677
678 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
679
680 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
681 and the breakpoint menu. Do not call perror if a prompt is seen.
682 Consume the following GDB prompt.
683 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
684 * gdb.cp/namespace.exp: Use gdb_test.
685 * gdb.cp/templates.exp: Use gdb_test.
686 (test_template_breakpoints): Use gdb_test_multiple.
687
688 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
689
690 * gdb.base/break1.c (struct some_struct, values): Move earlier.
691 (marker4): Reference values.
692
693 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
694
695 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
696 is missing.
697
698 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
699
700 * gdb.base/break.c (need_malloc): New.
701 * gdb.base/constvars.c (main): Reference crass and crisp.
702 * gdb.base/gdb1821.c (main): Reference bar.
703 * gdb.cp/gdb1355.cc (main): Reference s1.
704 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
705 (main): Call them.
706 * gdb.cp/hang2.cc (dummy2): Define.
707 * gdb.cp/hang3.cc (dummy3): Define.
708 * gdb.cp/m-data.cc (main): Reference shadow.
709
710 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
711 Nathan Froyd <froydnj@codesourcery.com>
712
713 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
714 remote host.
715
716 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
717
718 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
719 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
720 * gdb.dwarf2/dw2-compressed.exp: Likewise.
721 * gdb.dwarf2/dw2-intercu.exp: Likewise.
722 * gdb.dwarf2/dw2-intermix.exp: Likewise.
723 * gdb.dwarf2/dw2-producer.exp: Likewise.
724 * gdb.dwarf2/mac-fileno.exp: Likewise.
725 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
726 py-prettyprint.py to the remote host.
727 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
728
729 2009-11-11 Keith Seitz <keiths@redhat.com>
730
731 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
732 use it instead of "Foo".
733 * gdb.cp/classes.exp (do_tests): Add a test to access
734 a method through a typedef'd class name.
735
736 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
737
738 * gdb.base/long_long.exp: Permit leading zeros on floating-point
739 exponents.
740 * gdb.base/pointers.exp: Likewise.
741 * gdb.cp/ref-types.exp: Likewise.
742
743 2009-11-11 Keith Seitz <keiths@redhat.com>
744
745 * gdb.cp/cplusfuncs.cc (class foo): Add operators
746 new[] and delete[].
747 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
748 "void".
749 (probe_demangler): Remove all single-quoting of
750 method and variable names.
751 (info_func_regexp): Remove the word "void" from any
752 occurrence of "(void)".
753 (print_addr_2): Remove all single-quoting of
754 method names.
755 (print_addr_2_kfail): Likewise.
756 (print_addr): Single-quote C function names before
757 passing to print_addr_2.
758 (test_paddr_operator_functions): Remove single-quoting
759 for method names.
760 Add tests for operator new[] and operator delete[].
761
762 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
763
764 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
765
766 2009-11-09 Keith Seitz <keiths@redhat.com>
767
768 * gdb.cp/overload.exp: Add tests for resolving overloaded
769 methods in expression parsing/evaluation.
770
771 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
772
773 * lib/gdb.exp (default_gdb_version): Use --version instead of
774 --command.
775
776 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
777
778 * lib/gdb.exp (gdb_compile_test): New.
779 (skip_ada_tests, skip_java_tests): New.
780 (gdb_compile): Use gdb_compile_test for f77.
781 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
782 * lib/java.exp (compile_java_from_source): Remove runtests check,
783 use gdb_compile_test to record result.
784 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
785 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
786 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
787 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
788 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
789 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
790 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
791 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
792 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
793 adjust gdb_compile invocations.
794
795 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
796
797 * Makefile.in (abs_builddir): New.
798 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
799 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
800 `$(abs_builddir)/site.exp'.
801
802 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
803
804 * config/m68k-emc.exp, lib/emc-support.exp,
805 gdb.trace/gdb_c_test.c: Delete.
806 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
807 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
808 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
809 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
810 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
811 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
812 casing for m68k-*-elf.
813
814 2009-11-03 Pedro Alves <pedro@codesourcery.com>
815
816 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
817 * gdb.arch/i386-prologue.exp: Likewise.
818 * gdb.arch/i386-unwind.exp: Likewise.
819
820 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
821
822 * lib/gdb.exp (gdb_expect): Fix timeout typo.
823
824 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
825
826 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
827
828 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
829
830 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
831
832 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
833
834 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
835
836 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
837
838 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
839 * gdb.base/sepdebug2.c: New file.
840
841 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
842
843 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
844 the modified warnings for catch syscall. Verify if GDB was compiled
845 with support for lib expat, and choose which tests to run depending
846 on this.
847
848 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
849
850 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
851 that composite commands are parsed OK. And also test
852 that breakpoint commands do work.
853
854 2009-10-23 Michael Snyder <msnyder@vmware.com>
855
856 gdb.reverse/consecutive-precsave.exp: Change expect pattern
857 to allow for new disassembly style.
858
859 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
860
861 * gdb.asm/asm-source.exp: Adjust.
862
863 2009-10-22 Michael Snyder <msnyder@vmware.com>
864
865 * gdb.reverse/break-precsave.exp: New test.
866 * gdb.reverse/consecutive-precsave.exp: Ditto.
867 * gdb.reverse/finish-precsave.exp: Ditto.
868 * gdb.reverse/i386-precsave.exp: Ditto.
869 * gdb.reverse/machinestate-precsave.exp: Ditto.
870 * gdb.reverse/sigall-precsave.exp: Ditto.
871 * gdb.reverse/solilb-precsave.exp: Ditto.
872 * gdb.reverse/step-precsave.exp: Ditto.
873 * gdb.reverse/until-precsave.exp: Ditto.
874 * gdb.reverse/watch-precsave.exp: Ditto.
875
876 2009-10-22 Michael Snyder <msnyder@vmware.com>
877
878 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
879 for gdb_expect. Adjust one test's expect strings for the new
880 format of disassemble.
881 * gdb.reverse/finish-reverse.exp: Delete 'return'.
882 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
883 gdb_test_multiple.
884 * gdb.reverse/step-reverse.exp: Delete 'return'.
885 * gdb.reverse/until-reverse.exp: Delete blank lines.
886 * gdb.reverse/watch-reverse.exp: Delete blank lines.
887
888 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
889
890 * gdb.base/consecutive.exp: Adjust.
891 * gdb.base/display.exp: Likewise.
892 * gdb.base/pc-fp.exp: Likewise.
893 * gdb.base/sigbpt.exp: Likewise.
894
895 2009-10-19 Michael Snyder <msnyder@vmware.com>
896
897 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
898 * gdb.reverse/finish-reverse.c: Ditto.
899 * gdb.reverse/sigall-reverse.c: Ditto.
900 * gdb.reverse/solib-reverse.c: Ditto.
901 * gdb.reverse/step-reverse.c: Ditto.
902 * gdb.reverse/watch-reverse.c: Ditto.
903
904 2009-10-19 Pedro Alves <pedro@codesourcery.com>
905 Stan Shebs <stan@codesourcery.com>
906
907 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
908 * gdb.base/foll-exec.exp: Adjust to expect a process id before
909 "Executing new program".
910 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
911 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
912 left listed after having been killed.
913 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
914 * gdb.base/maint.exp: Adjust test.
915
916 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
917 * gdb.multi/Makefile.in: New.
918 * gdb.multi/base.exp: New.
919 * gdb.multi/goodbye.c: New.
920 * gdb.multi/hangout.c: New.
921 * gdb.multi/hello.c: New.
922 * gdb.multi/bkpt-multi-exec.c: New.
923 * gdb.multi/bkpt-multi-exec.exp: New.
924 * gdb.multi/crashme.c: New.
925
926 2009-10-13 Tristan Gingold <gingold@adacore.com>
927
928 * gdb.base/sepdebug.exp: Check debug info are found.
929
930 2009-10-08 Pedro Alves <pedro@codesourcery.com>
931
932 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
933 bits.
934
935 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
936
937 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
938
939 2009-10-07 Joel Brobecker <brobecker@adacore.com>
940
941 * gdb.base/watchpoints.c: Add copyright header. Reformat one
942 of the comments.
943
944 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
945
946 * gdb.base/annota1.exp: Remove obsolete match_max increase.
947 * gdb.base/annota3.exp: Idem.
948 * gdb.base/maint.exp: Idem.
949
950 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
951
952 * lib/gdb.exp (default_gdb_init): Set current value of match_max
953 to default.
954
955 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
956
957 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
958 mingw and cygwin targets.
959
960 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
961 Pedro Alves <pedro@codesourcery.com>
962
963 * lib/gdb.exp (gdb_compile): Avoid adding
964 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
965
966 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
967
968 * gdb.base/shr1.c: Use %p in format string.
969 * gdb.base/unload.c: Avoid warning in fprintf.
970 * gdb.base/watchpoint-solib.c: Idem.
971
972 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
973
974 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
975 long type.
976 (test_unlink): Correct printf string.
977 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
978 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
979
980 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
981
982 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
983 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
984 * gdb.arch/ia64-breakpoint-shadow.S: New file.
985
986 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
987
988 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
989 * gdb.objc/nondebug.exp: Likewise.
990
991 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
992
993 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
994 target_info setting.
995
996 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
997 that detect new threads during "info threads".
998
999 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1000
1001 * gdb.threads/manythreads.c (main): Increase thread stack size
1002 to 2*PTHREAD_STACK_MIN.
1003 * gdb.threads/multi-create.c (main): Likewise.
1004 (create_function): Likewise.
1005
1006 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1007
1008 * gdb.base/dump.exp: Pass difference of pointer types instead
1009 of integer types as offset to restore in intarr3.srec case.
1010
1011 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1012
1013 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
1014
1015 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1016
1017 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
1018
1019 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1020
1021 New test for two watchpoints, with disabling of
1022 the first inserted.
1023 * testsuite/gdb.base/watchpoints.c: New file.
1024 * testsuite/gdb.base/watchpoints.exp: New file.
1025
1026 2009-09-25 Tom Tromey <tromey@redhat.com>
1027
1028 * gdb.base/charset.exp: Test utf-16 strings with Python.
1029
1030 2009-09-25 Tom Tromey <tromey@redhat.com>
1031
1032 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
1033 UCS-4.
1034 * gdb.base/charset.c (utf_32_string): Rename.
1035 (init_utf32): Rename.
1036 (main): Update.
1037
1038 2009-09-22 Tom Tromey <tromey@redhat.com>
1039
1040 * gdb.python/py-function.exp: Add regression tests.
1041
1042 2009-09-21 Keith Seitz <keiths@redhat.com>
1043
1044 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
1045 with invalid operator.
1046
1047 2009-09-21 Keith Seitz <keiths@redhat.com>
1048
1049 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
1050 and destructor using typedef name of class.
1051 * gdb.cp/classes.cc (class Base1): Add a destructor.
1052 (base1): New typedef.
1053 (use_methods): Instanitate an object of type base1.
1054 * gdb.cp/templates.exp (test_template_typedef): New procedure.
1055 (do_tests): Call test_template_typedef.
1056 * gdb.cp/templates.cc (Baz::~Baz): New method.
1057 (intBazOne): New typedef.
1058 (main): Instantiate intBazOne.
1059
1060 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
1061
1062 PR python/10633
1063
1064 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
1065 Function.
1066 (run_lang_tests): Add print elements test.
1067
1068 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
1069
1070 * gdb.python/py-value.exp (test_subscript_regression): New
1071 function. Test for invalid subscripts.
1072 * gdb.python/py-value.c (main): Add test array, and pointer to it.
1073 (ptr_ref): New function.
1074
1075 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1076
1077 * gdb.base/default.exp: Fix "show convenience".
1078
1079 2009-09-15 Tom Tromey <tromey@redhat.com>
1080
1081 * lib/mi-support.exp (mi_create_varobj): Update.
1082 (mi_create_floating_varobj): Likewise.
1083 (mi_create_dynamic_varobj): New proc.
1084 (mi_varobj_update): Update.
1085 (mi_varobj_update_with_type_change): Likewise.
1086 (mi_varobj_update_kv_helper): New proc.
1087 (mi_varobj_update_dynamic_helper): Rewrite.
1088 (mi_varobj_update_dynamic): New proc.
1089 (mi_list_varobj_children): Update.
1090 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
1091 * gdb.python/python-prettyprint.py (pp_outer): New class.
1092 (pp_nullstr): Likewise.
1093 (lookup_function): Register new printers.
1094 * gdb.python/python-prettyprint.c (struct substruct): New type.
1095 (struct outerstruct): Likewise.
1096 (substruct_test): New function.
1097 (struct nullstr): New type.
1098 (string_1, string_2): New globals.
1099 (main): Add new tests.
1100 * gdb.python/python-mi.exp: Added regression tests.
1101 * gdb.mi/mi2-var-display.exp: Update.
1102 * gdb.mi/mi2-var-cmd.exp: Update.
1103 * gdb.mi/mi2-var-child.exp: Update.
1104 * gdb.mi/mi2-var-block.exp: Update.
1105 * gdb.mi/mi-var-invalidate.exp: Update.
1106 * gdb.mi/mi-var-display.exp: Update.
1107 * gdb.mi/mi-var-cmd.exp: Update.
1108 * gdb.mi/mi-var-child.exp: Update.
1109 * gdb.mi/mi-var-block.exp: Update.
1110 * gdb.mi/mi-break.exp: Update.
1111 * gdb.mi/gdb701.exp: Update.
1112
1113 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1114
1115 * Makefile.in: Inclusion of catch-syscall object.
1116 * gdb.base/catch-syscall.c: New file.
1117 * gdb.base/catch-syscall.exp: New file.
1118
1119 2009-09-12 Michael Snyder <msnyder@vmware.com>
1120
1121 * gdb.reverse/step-reverse.exp: Explicitly check for targets
1122 that can support reverse debuggnig.
1123
1124 2009-09-11 Tom Tromey <tromey@redhat.com>
1125
1126 * gdb.dwarf2/valop.S: New file.
1127 * gdb.dwarf2/valop.exp: New file.
1128
1129 2009-09-11 Mark Kettenis <kettenis@gnu.org>
1130
1131 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
1132
1133 2009-09-10 Doug Evans <dje@google.com>
1134
1135 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
1136 Add $gdb_prompt to second breakpoint regexp.
1137
1138 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
1139
1140 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
1141 names, add missing ones.
1142 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
1143 * gdb.python/py-frame.c: Rename from python-frame.c.
1144 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
1145 testfile name.
1146 * gdb.python/py-function.exp: Rename from python-function.exp.
1147 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
1148 testfile name.
1149 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
1150 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
1151 Adjust testfile name.
1152 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
1153 * gdb.python/py-template.cc: Rename from python-template.cc.
1154 * gdb.python/py-template.exp: Rename from python-template.exp.
1155 Adjust testfile name.
1156 * gdb.python/py-value.c: Rename from python-value.c.
1157 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
1158 testfile name.
1159
1160 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1161
1162 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
1163 $bpt2address.
1164 (Second breakpoint address is valid on ia64)
1165 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
1166
1167 2009-09-03 Joseph Myers <joseph@codesourcery.com>
1168
1169 * gdb.base/ending-run.exp: Restrict regular expression matching
1170 line number to require closing brace following.
1171
1172 2009-09-03 Doug Evans <dje@google.com>
1173
1174 * gdb.base/store.exp (check_set): Fix typo in expected value message.
1175
1176 2009-09-02 Tom Tromey <tromey@redhat.com>
1177
1178 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
1179
1180 2009-09-02 Tom Tromey <tromey@redhat.com>
1181
1182 * gdb.dwarf2/callframecfa.exp: New file.
1183 * gdb.dwarf2/callframecfa.S: New file.
1184
1185 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1186
1187 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
1188 gdb.base/solib-overlap-main.c: New.
1189
1190 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
1191
1192 PR gdb/10565
1193
1194 * gdb.base/bitfields.c (struct container, container): New.
1195 (main): Initialize it and call break5.
1196 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
1197
1198 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1199
1200 Support constant DW_AT_data_member_location by GCC PR debug/40659.
1201 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
1202
1203 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1204
1205 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
1206
1207 2009-08-26 Michael Snyder <msnyder@vmware.com>
1208
1209 * gdb.base/i386-reverse.c: New file.
1210 * gdb.base/i386-reverse.exp: New file.
1211 * gdb.base/Makefile.in: Add new files to be removed.
1212
1213 2009-08-26 Joseph Myers <joseph@codesourcery.com>
1214
1215 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
1216 environment-pwd for remote host.
1217 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
1218
1219 2009-08-24 Keith Seitz <keiths@redhat.com>
1220
1221 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
1222 Add two new C++ completer tests which limit the output to a
1223 given class.
1224
1225 2009-08-24 Michael Snyder <msnyder@vmware.com>
1226
1227 * gdb.base/del.exp: Fix typo in comment.
1228 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
1229
1230 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1231
1232 * configure: Regenerate.
1233 * gdb.hp/configure: Likewise.
1234 * gdb.hp/gdb.aCC/configure: Likewise.
1235 * gdb.hp/gdb.base-hp/configure: Likewise.
1236 * gdb.hp/gdb.compat/configure: Likewise.
1237 * gdb.hp/gdb.defects/configure: Likewise.
1238 * gdb.hp/gdb.objdbg/configure: Likewise.
1239 * gdb.stabs/configure: Likewise.
1240
1241 2009-08-19 Doug Evans <dje@google.com>
1242
1243 * gdb.base/gdbvars.c: New file.
1244 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
1245
1246 2009-08-14 Pedro Alves <pedro@codesourcery.com>
1247
1248 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
1249 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
1250
1251 2009-08-13 Pedro Alves <pedro@codesourcery.com>
1252
1253 * gdb.base/default.exp: Adjust "set language test": it's now an
1254 enum command. Larger help string moved to "help set language".
1255 * gdb.base/help.exp: Adjust "help set language" expected output,
1256 now lists all known languages.
1257
1258 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
1259
1260 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
1261 all frame arguments.
1262 * gdb.arch/altivec-regs.exp: Likewise.
1263
1264 2009-08-07 Tom Tromey <tromey@redhat.com>
1265
1266 * gdb.base/setshow.exp: Add tests for changes to set language, set
1267 check range, and set check type.
1268
1269 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1270
1271 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
1272 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
1273 Call it.
1274
1275 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1276
1277 * configure.ac: Run gdb.cell tests when appropriate.
1278 * configure: Regenerate.
1279 * lib/cell.exp: New file.
1280 * gdb.cell: New directory.
1281 * gdb.cell/configure.ac: New file.
1282 * gdb.cell/configure: New file.
1283 * gdb.cell/Makefile.in: New file.
1284 * gdb.cell/arch.exp: New file.
1285 * gdb.cell/break.c: New file.
1286 * gdb.cell/break.exp: New file.
1287 * gdb.cell/break-spu.c: New file.
1288 * gdb.cell/bt.c: New file.
1289 * gdb.cell/bt2-spu.c: New file.
1290 * gdb.cell/bt-spu.c: New file.
1291 * gdb.cell/bt.exp: New file.
1292 * gdb.cell/coremaker.c: New file.
1293 * gdb.cell/coremaker-spu.c: New file.
1294 * gdb.cell/core.exp: New file.
1295 * gdb.cell/gcore.exp: New file.
1296 * gdb.cell/data.c: New file.
1297 * gdb.cell/data.exp: New file.
1298 * gdb.cell/data-spu.c: New file.
1299 * gdb.cell/ea-cache.exp: New file.
1300 * gdb.cell/ea-cache.c: New file.
1301 * gdb.cell/ea-cache-spu.c: New file.
1302 * gdb.cell/ea-standalone.c: New file.
1303 * gdb.cell/ea-standalone.exp: New file.
1304 * gdb.cell/ea-test.c: New file.
1305 * gdb.cell/ea-test.exp: New file.
1306 * gdb.cell/f-regs.exp: New file.
1307 * gdb.cell/mem-access.c: New file.
1308 * gdb.cell/mem-access.exp: New file.
1309 * gdb.cell/mem-access-spu.c: New file.
1310 * gdb.cell/ptype.exp: New file.
1311 * gdb.cell/registers.exp: New file.
1312 * gdb.cell/size.c: New file.
1313 * gdb.cell/sizeof.exp: New file.
1314 * gdb.cell/size-spu.c: New file.
1315 * gdb.cell/solib.exp: New file.
1316 * gdb.cell/solib-symbol.exp: New file.
1317
1318 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1319
1320 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
1321
1322 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1323
1324 * gdb.base/float.exp: Handle VFP registers.
1325
1326 2009-07-14 Michael Snyder <msnyder@vmware.com>
1327
1328 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
1329 to bring gdb to the beginning of the calling line.
1330
1331 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
1332 confusing the i386 epilogue unwinder.
1333
1334 2009-07-14 Stan Shebs <stan@codesourcery.com>
1335
1336 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
1337
1338 2009-07-14 Michael Snyder <msnyder@vmware.com>
1339
1340 * gdb.reverse/step-reverse.exp (stepi into function call):
1341 Call instruction may not be first instruction in the line.
1342 (reverse stepi from a function call): Used wrong line number.
1343
1344 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1345
1346 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
1347
1348 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1349
1350 Fix gdb.base/macscp.exp when using custom inputrc.
1351 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
1352 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
1353 env(TERM) set.
1354 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
1355 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
1356
1357 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1358
1359 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
1360 * gdb.base/annota1.exp (thread_test): Import global $testfile.
1361 Change the compilation target to match the testcase name.
1362 * gdb.base/sect-cmd.exp: Change the compilation target to match the
1363 testcase name.
1364 * a2-run.exp: Use for setup prepare_for_testing. Change the
1365 compilation target to match the testcase name.
1366 * gdb.base/commands.exp: Likewise.
1367 * gdb.base/finish.exp: Likewise.
1368 * gdb.base/float.exp: Likewise.
1369 * gdb.base/info-target.exp: Likewise.
1370 * gdb.base/relational.exp: Likewise.
1371 * gdb.base/term.exp: Likewise.
1372 * gdb.base/until.exp: Likewise.
1373 * gdb.base/volatile.exp: Likewise.
1374 * gdb.base/whatis-exp.exp: Likewise.
1375
1376 2009-07-11 Hui Zhu <teawater@gmail.com>
1377
1378 * gdb.base/help.exp (disassemble): Update expected help text.
1379
1380 2009-07-09 Tom Tromey <tromey@redhat.com>
1381
1382 * lib/gdb.exp: Handle TRANSCRIPT.
1383 (remote_spawn, remote_close, send_gdb): New procs.
1384
1385 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1386
1387 * gdb.python/python-prettyprint.c: Add counted null string
1388 structure.
1389 * gdb.python/python-prettyprint.exp: Print null string. Test for
1390 embedded nulls.
1391 * gdb.python/python-prettyprint.py (pp_ns): New Function.
1392 * gdb.python/python-value.exp (test_value_in_inferior): Add
1393 variable length string fetch tests.
1394 * gdb.python/python-value.c (main): Add strings for string fetch tests.
1395
1396 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1397
1398 * gdb.base/dump.exp (inaccessible memory is reported): New test.
1399
1400 2009-07-07 Tom Tromey <tromey@redhat.com>
1401
1402 * gdb.base/call-rt-st.exp: Update for change to escape output.
1403 * gdb.base/callfuncs.exp: Likewise.
1404 * gdb.base/charset.exp: Likewise.
1405 * gdb.base/constvars.exp: Likewise.
1406 * gdb.base/long_long.exp: Likewise.
1407 * gdb.base/pointers.exp: Likewise.
1408 * gdb.base/printcmds.exp: Likewise.
1409 * gdb.base/setvar.exp: Likewise.
1410 * gdb.base/store.exp: Likewise.
1411 * gdb.cp/ref-types.exp: Likewise.
1412 * gdb.mi/mi-var-child.exp: Likewise.
1413 * gdb.mi/mi-var-display.exp: Likewise.
1414 * gdb.mi/mi2-var-display.exp: Likewise.
1415 * gdb.base/charset.exp: Test octal escape sequence length.
1416 Update for change to escape output.
1417
1418 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1419
1420 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
1421
1422 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
1423
1424 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
1425
1426 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1427
1428 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
1429 gdbserver increasing $portnum if "Can't bind address" has been seen.
1430
1431 2009-07-05 Pedro Alves <pedro@codesourcery.com>
1432
1433 * gdb.base/ending-run.exp: Add "step out of main" pattern for
1434 mingw32ce.
1435
1436 2009-07-05 Pedro Alves <pedro@codesourcery.com>
1437
1438 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
1439 VFP format.
1440
1441 2009-07-02 Pedro Alves <pedro@codesourcery.com>
1442
1443 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
1444 linux. Adjust to use "inferior", "info inferiors", "detach
1445 inferior" and "kill inferior" instead of "restart", "info fork",
1446 "detach fork" and "delete fork".
1447 * gdb.base/ending-run.exp: Spell out "info".
1448 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
1449 the "kill" command.
1450
1451 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1452
1453 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
1454 change to prefix TLS offset in hex with 0x.
1455
1456 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1457
1458 * gdb.base/default.exp: Update test case for "x" changes.
1459
1460 2009-07-01 Tristan Gingold <gingold@adacore.com>
1461
1462 * gdb.base/bigcore.exp: Make darwin untested.
1463
1464 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1465
1466 * gdb.base/completion.exp (directory completion): Create the directory.
1467 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
1468 escapeuniquesub.
1469 (directory completion 2): Expect now ${escapeuniquesub}.
1470 (Glob remaining of directory test): Remove one excessive newline.
1471 Expect the real output.
1472
1473 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1474
1475 Fix `make check//%' target after `make check' has been ran.
1476 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
1477 a mkdir call.
1478 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
1479 (%/.dir): Remove.
1480
1481 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1482
1483 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
1484 the expected result record.
1485
1486 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1487
1488 Remove racy FAILs relying just on the timeouts.
1489 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
1490 (annotation_level 2): Remove racy FAILs.
1491
1492 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
1493
1494 gdb/10275
1495 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
1496
1497 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
1498
1499 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
1500
1501 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
1502
1503 * gdb.mi/mi-stack.exp: Testing symbolic options
1504 to -stack-list-locals and -stack-list-arguments.
1505
1506 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1507
1508 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
1509
1510 2009-06-29 Tom Tromey <tromey@redhat.com>
1511
1512 * dg-extract-results.sh: New file.
1513 * Makefile.in (FORCE_PARALLEL): New variable.
1514 (CHECK_TARGET): New conditional variable.
1515 (check): Use CHECK_TARGET.
1516 (DO_RUNTEST): New variable.
1517 (check-single): New target.
1518 (TEST_DIRS): New variable.
1519 (TEST_TARGETS): Likewise.
1520 (check-parallel): New target.
1521 (check-gdb.%): New pattern.
1522 (BASE1_FILES): New variable.
1523 (BASE2_FILES): Likewise.
1524 (check-gdb.base%): New pattern.
1525 (%/.dir): New pattern.
1526 * configure: Rebuild.
1527 * aclocal.m4 (AM_CONDITIONAL): New defun.
1528 * configure.ac: Check whether user is using GNU make.
1529 (GMAKE): New conditional.
1530
1531 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
1532
1533 * gdb.cp/namespace-nested-import.cc: New test.
1534 * gdb.cp/namespace-nested-import.exp: New test.
1535
1536 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1537
1538 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
1539 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
1540 * gdb.opt/Makefile.in (EXECUTABLES): Update.
1541 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
1542 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
1543 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
1544 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
1545 gdb.opt/inline-markers.c: New files.
1546 * lib/gdb.exp (skip_inline_frame_tests): New function.
1547 (skip_inline_var_tests): New function.
1548
1549 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
1550
1551 * gdb.cp/exception.exp: Don't require $hex before inner frame in
1552 backtrace.
1553
1554 2009-06-27 Michael Snyder <msnyder@vmware.com>
1555
1556 * gdb.reverse: New directory.
1557 * gdb.reverse/break-reverse.c: New test.
1558 * gdb.reverse/break-reverse.exp: New test.
1559 * gdb.reverse/consecutive-reverse.c: New test.
1560 * gdb.reverse/consecutive-reverse.exp: New test.
1561 * gdb.reverse/finish-reverse.c: New test.
1562 * gdb.reverse/finish-reverse.exp: New test.
1563 * gdb.reverse/machinestate.c: New test.
1564 * gdb.reverse/ms1.c: New test.
1565 * gdb.reverse/machinestate.exp: New test.
1566 * gdb.reverse/Makefile.in: New file.
1567 * gdb.reverse/shr2.c: New test.
1568 * gdb.reverse/solib-reverse.c: New test.
1569 * gdb.reverse/solib-reverse.exp: New test.
1570 * gdb.reverse/step-reverse.c: New test.
1571 * gdb.reverse/step-reverse.exp: New test.
1572 * gdb.reverse/until-reverse.c: New test.
1573 * gdb.reverse/ur1.c: New test.
1574 * gdb.reverse/until-reverse.exp: New test.
1575 * gdb.reverse/watch-reverse.c: New test.
1576 * gdb.reverse/watch-reverse.exp: New test.
1577 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
1578 * configure: Regenerate.
1579
1580 2009-06-26 Doug Evans <dje@google.com>
1581
1582 * gdb.base/psymtab.exp: Turn off pending breakpoints.
1583
1584 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
1585
1586 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
1587 windows problem for 'file delete $binfile'.
1588
1589 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
1590
1591 * gdb.cp/namespace-using.exp: New test.
1592 * gdb.cp/namespace-using.cc: New test.
1593
1594 2009-05-20 Joel Brobecker <brobecker@adacore.com>
1595
1596 * gdb.ada/variant_record_packed_array: New testcase.
1597
1598 2009-06-23 Tom Tromey <tromey@redhat.com>
1599
1600 * gdb.base/charset.exp (test_combination): Regression test.
1601 * gdb.base/charset.c (my_wchar_t): New typedef.
1602 (myvar): New global.
1603 (main): Set myvar.
1604
1605 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
1606
1607 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
1608 target.
1609
1610 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1611
1612 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
1613
1614 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1615
1616 * gdb.mi/gdb680.exp: Update test for error message.
1617
1618 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1619
1620 * gdb.base/annota1.exp: Allow multiple occurrences of the
1621 frames-invalid annotation.
1622 * gdb.cp/annota2.exp: Likewise.
1623
1624 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1625
1626 * gdb.cp/gdb2495.cc: New file.
1627 * gdb.cp/gdb2495.exp: New file.
1628
1629 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1630
1631 Report error on GDB crash during runto.
1632 * lib/gdb.exp (runto <eof>): New.
1633
1634 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
1635
1636 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
1637 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
1638 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
1639 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
1640 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
1641 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
1642 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
1643 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
1644 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
1645 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
1646 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
1647 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
1648 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
1649 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
1650 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
1651 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
1652 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
1653 gdb.server/server-mon.exp, gdb.server/server-run.exp,
1654 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
1655 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
1656 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
1657 gdb.trace/passcount.exp, gdb.trace/report.exp,
1658 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
1659 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
1660 gdb.trace/while-stepping.exp: Use a unique name for the compiled
1661 executable.
1662
1663 2009-06-07 Pedro Alves <pedro@codesourcery.com>
1664
1665 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
1666 defined before referencing it.
1667
1668 2009-06-03 Doug Evans <dje@google.com>
1669
1670 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
1671 * gdb.arch/i386-see.c: Ditto.
1672
1673 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
1674
1675 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
1676 (check_macro): Return 1 if undefined.
1677 If first test fails, check if macro debug information is available,
1678 and report unsupported test if no macro information is found.
1679
1680 2009-05-29 Doug Evans <dje@google.com>
1681
1682 * gdb.threads/hand-call-in-threads.exp: New.
1683 * gdb.threads/hand-call-in-threads.c: New.
1684
1685 2009-05-29 Michael Snyder <msnyder@vmware.com>
1686
1687 * gdb.base/break-always.exp: Change "1" to "on".
1688 Add confirmation check.
1689
1690 2009-05-28 Pedro Alves <pedro@codesourcery.com>
1691
1692 * gdb.threads/threxit-hop-specific.c: New.
1693 * gdb.threads/threxit-hop-specific.exp: New.
1694 * gdb.threads/thread-execl.c: New.
1695 * gdb.threads/thread-execl.exp: New.
1696
1697 2009-05-27 Tom Tromey <tromey@redhat.com>
1698 Thiago Jung Bauermann <bauerman@br.ibm.com>
1699
1700 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
1701 (mi_child_regexp): Likewise.
1702 (mi_list_varobj_children_range): Likewise.
1703 (mi_get_features): Likewise.
1704 (mi_list_varobj_children): Rewrite.
1705 * gdb.python/python-mi.exp: New file.
1706
1707 2009-05-27 Tom Tromey <tromey@redhat.com>
1708 Thiago Jung Bauermann <bauerman@br.ibm.com>
1709 Phil Muldoon <pmuldoon@redhat.com>
1710 Paul Pluzhnikov <ppluzhnikov@google.com>
1711
1712 * gdb.python/python-prettyprint.exp: New file.
1713 * gdb.python/python-prettyprint.c: New file.
1714 * gdb.python/python-prettyprint.py: New file.
1715 * gdb.base/display.exp: print/r is now valid.
1716
1717 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1718 Tom Tromey <tromey@redhat.com>
1719 Pedro Alves <pedro@codesourcery.com>
1720 Paul Pluzhnikov <ppluzhnikov@google.com>
1721
1722 * gdb.python/python-template.exp: New file.
1723 * gdb.python/python-template.cc: New file.
1724 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1725 tests.
1726 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1727 Call it.
1728 (test_value_after_death): New proc.
1729 * gdb.python/python-value.c (PTR): New typedef.
1730 (main): New variable 'x'.
1731
1732 2009-05-27 Tom Tromey <tromey@redhat.com>
1733
1734 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
1735 tests.
1736 * gdb.python/python-value.exp (py_objfile_tests): New proc.
1737 Call it.
1738
1739 2009-05-27 Pedro Alves <pedro@codesourcery.com>
1740
1741 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
1742
1743 2009-05-24 Pedro Alves <pedro@codesourcery.com>
1744
1745 * gdb.threads/fork-thread-pending.c: New.
1746 * gdb.threads/fork-thread-pending.exp: New.
1747
1748 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1749
1750 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
1751 * gdb.dwarf2/dw2-strp.S (a_string2): New.
1752
1753 2009-05-18 Jon Beniston <jon@beniston.com>
1754
1755 * gdb.asm/asm-source.exp: Add lm32 target.
1756
1757 2009-05-17 Pedro Alves <pedro@codesourcery.com>
1758
1759 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
1760 `gdb_get_line_number'. Call `callee' in both parent and child.
1761 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
1762 `gdb_get_line_number' instead of hardcoding line numbers.
1763 (catch_fork_unpatch_child): New procedure to test detaching
1764 breakpoints from child fork.
1765 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
1766 hardcoding line numbers.
1767 (do_fork_tests): Run `catch_fork_unpatch_child'.
1768
1769 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
1770
1771 * gdb.mi/mi-cmd-var.exp: Check that when varobj
1772 of structure type enters or leaves the scope, it
1773 is reported by -var-update.
1774
1775 2009-05-11 Doug Evans <dje@sebabeach.org>
1776
1777 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
1778 * gdb.threads/pending-step.c (main): Fix off-by-one error.
1779 * gdb.threads/schedlock.c (main): Fix off-by-one error.
1780
1781 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1782
1783 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
1784
1785 2009-04-30 Doug Evans <dje@google.com>
1786
1787 * gdb.threads/watchthreads2.exp: New testcase.
1788 * gdb.threads/watchthreads2.c: New testcase.
1789
1790 2009-04-29 Doug Evans <dje@google.com>
1791
1792 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
1793 * gdb.cp/mb-ctor.cc: Ditto.
1794 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
1795 * gdb.cp/mb-inline.h (multi_line_foo): New function.
1796 * gdb.cp/mb-inline1.cc: Call it.
1797 * gdb.cp/mb-inline2.cc: Ditto.
1798 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
1799 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
1800
1801 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1802
1803 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
1804 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
1805 Replace all uses of `decimal' by `nonzero'.
1806 (info macro FROM_COMMANDLINE): New test.
1807
1808 2009-04-27 Tom Tromey <tromey@redhat.com>
1809
1810 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
1811
1812 2009-04-27 Doug Evans <dje@google.com>
1813
1814 * gdb.threads/watchthreads.c (main): Initialize args before starting
1815 the threads. Plus formatting cleanup.
1816 * gdb.threads/watchthreads.exp: Avoid errant failures due to
1817 biased scheduling of one thread.
1818
1819 2009-04-27 Jerome Guitton <guitton@adacore.com>
1820
1821 * gdb.cp/templates.cc (GetMax): New template.
1822 (main): Declare two instances of GetMax.
1823 * gdb.cp/templates.exp: Add new test.
1824
1825 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1826
1827 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
1828
1829 2009-04-22 Joseph Myers <joseph@codesourcery.com>
1830
1831 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
1832
1833 2009-04-15 Tom Tromey <tromey@redhat.com>
1834
1835 * gdb.base/charset.exp: Add regression test.
1836
1837 2009-04-14 Joel Brobecker <brobecker@adacore.com>
1838
1839 * gdb.base/exe-lock.exp: New testcase.
1840
1841 2009-04-13 Tom Tromey <tromey@redhat.com>
1842
1843 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
1844 operator on Frame.
1845
1846 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1847
1848 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
1849 * gdb.server/ext-attach.exp: Likewise.
1850
1851 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
1852
1853 Eliminate some sleep usage.
1854
1855 * gdb.mi/basics.c (do_nothing): New.
1856 (main): Use do_nothing instead of printf, so that
1857 not to introduce race condition between output of
1858 inferiour and output of gdb. Do not use sleep as it
1859 is not generally available on embedded targets.
1860
1861 2009-04-02 Pedro Alves <pedro@codesourcery.com>
1862
1863 * gdb.server/ext-attach.exp: Expect an optional process id after
1864 "Detached from remote process".
1865
1866 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1867
1868 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
1869 gdb.dwarf2/dw2-unresolved.exp: New.
1870
1871 2009-04-02 Pedro Alves <pedro@codesourcery.com>
1872
1873 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
1874 mi_run_to_main.
1875
1876 2009-04-02 Pedro Alves <pedro@codesourcery.com>
1877
1878 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
1879 mi_run_to_main. Skip thread exit test on remote targets.
1880 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
1881 mi_run_to_main.
1882 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
1883 mi_run_to_main.
1884 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
1885 when expecting ^connected. Detect when the target doesn't support
1886 non-stop mode.
1887 (mi_run_cmd): Detect if non-stop mode was requested by isn't
1888 supported. Return -1 on error, 0 on success.
1889 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
1890 (mi_runto): Return mi_runto_helper's result explicitly.
1891
1892 2009-04-01 Pedro Alves <pedro@codesourcery.com>
1893
1894 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
1895
1896 2009-04-01 Tom Tromey <tromey@redhat.com>
1897
1898 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
1899 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
1900 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
1901 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
1902
1903 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
1904 Jan Kratochvil <jan.kratochvil@redhat.com>
1905
1906 PR gdb/931
1907 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
1908 output.
1909 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
1910 for gdb/931.
1911 * dw2-strp.S (DW_AT_language): Change to C++.
1912 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
1913
1914 2009-03-31 Joel Brobecker <brobecker@adacore.com>
1915
1916 * gdb.ada/tasks: New testcase.
1917
1918 2009-03-30 Stan Shebs <stan@codesourcery.com>
1919
1920 * gdb.trace/actions.exp: Update to match new info trace format.
1921 * gdb.trace/deltrace.exp: Ditto.
1922 * gdb.trace/infotrace.exp: Ditto.
1923 * gdb.trace/passcount.exp: Ditto.
1924 * gdb.trace/save-trace.exp: Ditto.
1925 * gdb.trace/while-stepping.exp: Ditto.
1926 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
1927
1928 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1929
1930 * gdb.python/python-frame.c: New file.
1931 * gdb.python/python-frame.exp: New file.
1932
1933 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1934
1935 * gdb.python/python-value.exp: Add tests for the address
1936 attribute.
1937
1938 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
1939
1940 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
1941
1942 2009-03-26 Doug Evans <dje@google.com>
1943
1944 * gdb.mi/mi-nonstop-exit.exp: New file.
1945 * gdb.mi/non-stop-exit.c: New file.
1946
1947 2009-03-26 Tom Tromey <tromey@redhat.com>
1948
1949 Update for change to prologue skipping:
1950 * gdb.mi/mi2-simplerun.exp: Update.
1951 * gdb.mi/mi2-break.exp: Update.
1952 * gdb.mi/mi-simplerun.exp: Update.
1953 * gdb.mi/mi-break.exp: Update.
1954 * gdb.base/ending-run.exp: Update.
1955
1956 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1957
1958 * gdb.python/python-value.exp (test_value_in_inferior): Test
1959 gdb.Value.is_optimized_out attribute.
1960
1961 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1962
1963 * gdb.dwarf2/dw2-noloc-main.c: New file.
1964 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
1965 (.text): Remove.
1966 (.data): New.
1967 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
1968 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
1969 (DW_TAG_subprogram func_cu1, noloc): Remove.
1970 (main): New.
1971 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
1972 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
1973 (file_symbols): New procedure.
1974
1975 2009-03-25 Tom Tromey <tromey@redhat.com>
1976
1977 * gdb.base/charset.exp (valid_target_charset): New proc.
1978 Use it to skip tests on invalid charsets.
1979
1980 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1981
1982 * gdb.base/completion.exp: Add a test for directory completion.
1983
1984 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1985
1986 Fix a racy FAIL.
1987 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
1988 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
1989
1990 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1991
1992 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
1993 * gdb.python/python-function.exp: Add test for function returning
1994 a GDB value.
1995
1996 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
1997
1998 * gdb.python/python-function.exp: New file.
1999
2000 2009-03-20 Tom Tromey <tromey@redhat.com>
2001
2002 * gdb.base/store.exp: Update for change to escape output.
2003 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
2004 to escape output.
2005 * gdb.base/pointers.exp: Update for change to escape output.
2006 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
2007 to escape output.
2008 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
2009 escape output.
2010 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
2011 to escape output.
2012 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
2013 escape output.
2014 * gdb.base/setvar.exp: Update for change to escape output.
2015 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
2016 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
2017 to escape output.
2018 (test_print_string_constants): Likewise.
2019 * gdb.base/charset.exp (valid_host_charset): Check size of
2020 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
2021 cases. Handle "auto"-related output.
2022 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
2023 (uvar, Uvar): New globals.
2024
2025 2009-03-19 Jerome Guitton <guitton@adacore.com>
2026
2027 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
2028 deltas.
2029 * gdb.ada/fixed_points.exp: Ditto.
2030
2031 2009-03-18 Pedro Alves <pedro@codesourcery.com>
2032
2033 * return-nodebug.c: Don't include stdio.h.
2034 (init): Delete.
2035 (func): Delete definition and provide extern declaration.
2036 (t): New.
2037 (main): Don't call printf. Call func and store its result in t.
2038 * return-nodebug1.c: New.
2039 * return-nodebug.exp: Don't expect stdio output. Instead, print
2040 the global variable t. Drop printf formatters and cast types from
2041 foreach loop. Don't use prepare_for_testing. Compile
2042 return-nodebug.c and return-nodebug1.c in separate steps. Don't
2043 define FORMAT or CAST.
2044
2045 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2046
2047 * gdb.base/solib-display.exp: Disable test for remote targers.
2048
2049 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2050
2051 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
2052
2053 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2054
2055 Fix a racy FAIL.
2056 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
2057 code from `follow parent, print pids'.
2058 (`follow child, print pids', `follow parent, print pids'): Call it.
2059 Replace `gdb_test "break..."' by gdb_breakpoint.
2060
2061 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
2062
2063 * gdb.mi/mi-cli.exp: Adjust for output difference in
2064 sync and async modes.
2065
2066 2009-03-12 Joel Brobecker <brobecker@adacore.com>
2067
2068 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
2069 that was checked in by mistake. Remove loading of ada.exp, since
2070 this is not necessary in this case.
2071
2072 2009-03-12 Joel Brobecker <brobecker@adacore.com>
2073
2074 * gdb.ada/ptype_arith_binop.exp: New testcase.
2075
2076 2009-03-12 Joel Brobecker <brobecker@adacore.com>
2077
2078 * gdb.ada/mod_from_name: New testcase.
2079
2080 2009-03-12 Joel Brobecker <brobecker@adacore.com>
2081
2082 * gdb.ada/tick_last_segv: New testcase.
2083
2084 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
2085
2086 * gdb.mi/mi-cli.exp: Remove debug print.
2087
2088 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
2089
2090 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
2091 include the token in ^running and frame info in *stopped.
2092
2093 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2094
2095 * solib-display.exp: New file.
2096 * solib-display-main.c: New file.
2097 * solib-display-lib.c: New file.
2098
2099 2009-03-05 Pedro Alves <pedro@codesourcery.com>
2100
2101 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
2102
2103 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2104
2105 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
2106 (list_and_check_macro): Use more specific test name.
2107 (next to definition): Make the test names unique.
2108
2109 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2110
2111 * gdb.pascal/floats.exp: Accept approximate results everywhere.
2112
2113 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2114
2115 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
2116 notifications.
2117 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
2118 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
2119 * lib/mi-support.exp (library_loaded_re): New.
2120 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
2121
2122 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2123
2124 * gdb.gdb/observer.exp: Use test_notification observer, not
2125 normal_stop, everywhere.
2126 (test_normal_stop_notifications): Rename to...
2127 (test_notifications): ...this.
2128 (test_observer_normal_stop): Rename to...
2129 (test_observer): ...this.
2130
2131 2009-02-16 Doug Evans <dje@google.com>
2132
2133 * gdb.arch/amd64-disp-step.S (test_int3): New test.
2134 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
2135 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
2136 (test_prefixed_syscall,test_int3): New tests.
2137 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
2138 (test_prefixed_syscall,test_int3): New tests.
2139
2140 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2141
2142 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
2143 (mi_expect_interrupt): Likewise.
2144 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
2145 response.
2146
2147 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
2148
2149 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
2150 * gdb.base/pc-fp.exp (get_valueofx): Remove.
2151 Replace calls to get_valueofx by get_hexadecimal_valueof.
2152
2153 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
2154
2155 * lib/gdb.exp (get_valueof): Accept anything as a return value.
2156 (get_integer_valueof): New procedure.
2157 (get_sizeof): Use new get_integer_value_of.
2158 * gdb.base/sizeof.exp: Replace all uses of get_valueof
2159 by get_integer_valueof.
2160
2161 2009-02-13 Tom Tromey <tromey@redhat.com>
2162
2163 * gdb.base/remote.exp (get_sizeof): Remove.
2164 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
2165 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
2166 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
2167 * lib/gdb.exp (get_valueof): Move from long_long.exp.
2168 (get_sizeof): Likewise.
2169
2170 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2171
2172 PR fortran/9806
2173 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
2174
2175 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2176
2177 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
2178
2179 2009-02-06 Pedro Alves <pedro@codesourcery.com>
2180
2181 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
2182
2183 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
2184
2185 * gdb.python/python-cmd.exp: New file.
2186
2187 2009-02-06 Tristan Gingold <gingold@adacore.com>
2188
2189 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
2190
2191 2009-02-05 Tristan Gingold <gingold@adacore.com>
2192
2193 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
2194 pointer is dereferenced and use this signal name in regexp.
2195 * gdb.base/signull.exp: Ditto.
2196 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
2197 * gdb.base/signull.c (main): Ditto.
2198
2199 2009-02-04 Tom Tromey <tromey@redhat.com>
2200 Thiago Jung Bauermann <bauerman@br.ibm.com>
2201
2202 * gdb.python/python-value.exp: Use `gdb.history' instead of
2203 `gdb.value_from_history'.
2204 (test_value_numeric_ops): Add test for conversion of enum constant.
2205 * gdb.python/python-value.c (enum e): New type.
2206 (evalue): New global.
2207 (main): Use argv.
2208
2209 2009-02-04 Jerome Guitton <guitton@adacore.com>
2210
2211 * gdb.ada/uninitialized_vars: New test program.
2212 * gdb.ada/uninitialized_vars.exp: New testcase.
2213
2214 2009-02-02 Tom Tromey <tromey@redhat.com>
2215
2216 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
2217 * gdb.cp/pr2489.cc: Rename...
2218 * gdb.cp/pr9594.cc: ... to this.
2219
2220 2009-02-02 Tom Tromey <tromey@redhat.com>
2221
2222 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
2223 * gdb.cp/pr2489.cc: New file.
2224 * gdb.cp/cpcompletion.exp: New file.
2225
2226 2009-02-02 Tom Tromey <tromey@redhat.com>
2227
2228 PR exp/9059:
2229 * gdb.cp/call-c.exp: Add regression test.
2230 * gdb.cp/call-c.cc (FooHandle): New typedef.
2231 (main): New variable 'handle'.
2232
2233 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2234
2235 * lib/mi-support.exp (et_mi_thread_list)
2236 (check_mi_and_console_threads): Adjust for current thread in
2237 -thread-list-ids output.
2238
2239 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2240
2241 * gdb.mi/mi-break.exp (test_disabled_creation): New.
2242 Call it.
2243
2244 2009-01-28 Doug Evans <dje@google.com>
2245
2246 * gdb.arch/amd64-disp-step.S: New file.
2247 * gdb.arch/amd64-disp-step.exp: New file.
2248 * gdb.arch/i386-disp-step.S: New file.
2249 * gdb.arch/i386-disp-step.exp: New file.
2250
2251 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
2252
2253 * gdb.base/find.exp: Set newline variable
2254 using quotes instead of braces to fix cygwin failures.
2255
2256 2009-01-23 Pedro Alves <pedro@codesourcery.com>
2257
2258 * gdb.base/radix.exp: Add tests to ensure that that set
2259 input-radix 0 and set output-radix 0 are really rejected.
2260
2261 2009-01-23 Pedro Alves <pedro@codesourcery.com>
2262
2263 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
2264 copyright years.
2265
2266 2009-01-23 Pedro Alves <pedro@codesourcery.com>
2267
2268 PR gdb/9664:
2269 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
2270
2271 2009-01-22 Pedro Alves <pedro@codesourcery.com>
2272
2273 PR c++/9631:
2274 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
2275
2276 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
2277
2278 * gdb.server/file-transfer.exp: Use EXEEXT variable for
2279 binfile definition to fix Windows OS failure.
2280
2281 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
2282
2283 PR gdb/9346
2284 * gdb.base/interrupt.c (sigint_handler): New.
2285 (main): Install a SIGINT handler if SIGNALS is defined. Exit
2286 on error.
2287 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
2288 Test "signal SIGINT".
2289
2290 2009-01-19 Doug Evans <dje@google.com>
2291
2292 * gdb.base/break.exp: Update expected gdb output.
2293 * gdb.base/sepdebug.exp: Ditto.
2294 * gdb.mi/mi-syn-frame.exp: Ditto.
2295 * gdb.mi/mi2-syn-frame.exp: Ditto.
2296 * gdb.base/call-signal-resume.exp: New file.
2297 * gdb.base/call-signals.c: New file.
2298 * gdb.base/unwindonsignal.exp: New file.
2299 * gdb.base/unwindonsignal.c: New file.
2300 * gdb.threads/interrupted-hand-call.exp: New file.
2301 * gdb.threads/interrupted-hand-call.c: New file.
2302 * gdb.threads/thread-unwindonsignal.exp: New file.
2303
2304 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2305
2306 * gdb.base/define.exp: Test defining and hooking prefix commands.
2307 * gdb.python/python.exp: Update test for "show user" output.
2308
2309 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2310
2311 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
2312 now the output exactly, using less wildcards. Expect also the output
2313 of gfortran-4.3. Update for the f-valprint.c modification from
2314 2008-04-22.
2315 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
2316 Remove gdb_test test names where matching the command.
2317
2318 2009-01-01 Pedro Alves <pedro@codesourcery.com>
2319
2320 PR breakpoints/9681:
2321 * gdb.base/watchpoint.exp: Add regression test.
2322
2323 2008-12-31 Pedro Alves <pedro@codesourcery.com>
2324
2325 * gdb.threads/attach-into-signal.exp: Don't use
2326 gdb_suppress_entire_file.
2327 * gdb.threads/attach-stopped.exp: Ditto.
2328 * gdb.threads/attachstop-mt.exp: Ditto.
2329
2330 2008-12-31 Pedro Alves <pedro@codesourcery.com>
2331
2332 PR gdb/8812:
2333 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
2334
2335 2008-12-29 Pedro Alves <pedro@codesourcery.com>
2336
2337 PR gdb/7536:
2338 * gdb.base/radix.exp: Add tests to ensure invalid input radices
2339 and unsupported output radices are really rejected.
2340
2341 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2342
2343 * gdb.cp/punctuator.exp: Backslash the '$' signs.
2344
2345 2008-12-22 Tom Tromey <tromey@redhat.com>
2346
2347 * gdb.cp/punctuator.exp: New file.
2348
2349 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2350
2351 * gdb.base/completion.exp (Completing non-existing component): New test.
2352
2353 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 Fix for PR gdb/8648.
2356 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
2357 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
2358 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
2359 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
2360
2361 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2362
2363 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
2364
2365 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
2366
2367 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
2368 compiler actually generate code at the expected line number.
2369
2370 2008-12-15 Jie Zhang <jie.zhang@analog.com>
2371
2372 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
2373
2374 2008-12-12 Tom Tromey <tromey@redhat.com>
2375
2376 * gdb.base/commands.exp (redefine_hook_test): New proc.
2377 Call it.
2378
2379 2008-12-11 Tom Tromey <tromey@redhat.com>
2380
2381 * gdb.base/macscp.exp: New regression test.
2382
2383 2008-12-11 Tom Tromey <tromey@redhat.com>
2384
2385 * gdb.base/macscp.exp: Print "address.addr".
2386 * gdb.base/macscp1.c (struct outer): New struct.
2387 (address): New global.
2388
2389 2008-12-09 Tom Tromey <tromey@redhat.com>
2390
2391 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
2392 Call it.
2393
2394 2008-12-04 Doug Evans <dje@google.com>
2395
2396 * gdb.server/ext-run.exp: Relax regexp for init program.
2397
2398 2008-12-03 Tristan Gingold <gingold@adacore.com>
2399
2400 * gdb.base/macscp.exp: Generate an object file during compilation
2401 to work around Darwin dsymutil limitations.
2402
2403 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2404
2405 Test resolving external references to TLS variables.
2406 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
2407 FILE2_THREAD_LOCAL.
2408 (testfile2, srcfile2): New variables.
2409 * gdb.threads/tls.c (file2_thread_local)
2410 (function_referencing_file2_thread_local): New.
2411 * gdb.threads/tls2.c: New file.
2412
2413 2008-11-28 Joel Brobecker <brobecker@adacore.com>
2414
2415 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
2416 rather than integer, as integer might not be big enough when
2417 on 64bit targets.
2418
2419 2008-11-27 Jerome Guitton <guitton@adacore.com>
2420
2421 * gdb.cp/formatted-ref.exp: Add equality test.
2422 * gdb.ada/formatted_ref.exp: Ditto.
2423
2424 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2425
2426 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
2427 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
2428
2429 2008-11-20 Andreas Schwab <schwab@suse.de>
2430
2431 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
2432 matching syscall entry point.
2433 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
2434 (tcatch_vfork_then_child_follow): Likewise. Finish through
2435 vfork even if we stopped at the syscall trampoline.
2436
2437 2008-11-20 Doug Evans <dje@google.com>
2438
2439 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
2440
2441 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2442
2443 * gdb.arch/ppc-dfp.exp: New file.
2444 * gdb.arch/ppc-dfp.c: New file.
2445
2446 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2447
2448 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
2449
2450 2008-11-17 Doug Evans <dje@google.com>
2451
2452 * gdb.mi/mi-syn-frame.exp: Update expected output.
2453 * gdb.mi/mi2-syn-frame.exp: Update expected output.
2454
2455 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2456
2457 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
2458 "thread N" results in =thread-selected.
2459 * lib/mi-support (mi_run_cmd, mi_expect_stop)
2460 (mi_send_resuming_command_raw): Be prepared for
2461 =thread-selected.
2462
2463 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2464
2465 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
2466 * lib/mi-support.exp: Likewise.
2467
2468 2008-11-16 Joel Brobecker <brobecker@adacore.com>
2469
2470 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
2471 commands from the expected output for "help catch".
2472
2473 2008-11-15 Joel Brobecker <brobecker@adacore.com>
2474
2475 * gdb.ada/int_deref.exp: New testcase.
2476
2477 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
2478
2479 * gdb.mi/gdb2549.exp: New file.
2480
2481 2008-11-11 Doug Evans <dje@google.com>
2482
2483 * gdb.base/callexit.exp: New file.
2484 * gdb.base/callexit.c: New file.
2485
2486 2008-11-10 Doug Evans <dje@google.com>
2487
2488 * lib/gdb.exp (GDBFLAGS): Move -nx ...
2489 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
2490 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
2491 (default_gdb_start,default_gdb_exit): Ditto.
2492 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
2493 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
2494 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
2495 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
2496 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
2497 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
2498
2499 2008-11-03 Andreas Schwab <schwab@suse.de>
2500
2501 * gdb.base/hashline2.exp: Fix typo.
2502 * gdb.base/hashline3.exp: Likewise.
2503
2504 2008-10-30 Tom Tromey <tromey@redhat.com>
2505
2506 * gdb.base/pointers.exp: Add test.
2507 * gdb.base/pointers.c (k, S): New typedefs.
2508 (instance): New global.
2509
2510 2008-10-30 Andreas Schwab <schwab@suse.de>
2511
2512 * gdb.base/args.exp: Add tests for newlines.
2513
2514 2008-10-30 Joel Brobecker <brobecker@adacore.com>
2515
2516 gdb.base/foll-exec.exp: Update the expected output of a couple
2517 of "info breakpoints" tests.
2518
2519 2008-10-28 Tom Tromey <tromey@redhat.com>
2520
2521 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
2522
2523 2008-10-24 Pedro Alves <pedro@codesourcery.com>
2524
2525 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
2526 gdb_start_cmd.
2527 Use runto_main before any test that requires execution.
2528
2529 2008-10-23 Pedro Alves <pedro@codesourcery.com>
2530
2531 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
2532 instead of SIGINT.
2533
2534 2008-10-22 Joel Brobecker <brobecker@adacore.com>
2535
2536 * gdb.base/completion.exp: Update expected output following
2537 the addition of the "info tasks" command.
2538
2539 2008-10-22 Tom Tromey <tromey@redhat.com>
2540
2541 * gdb.base/exprs.exp (test_expr): Add test for string
2542 concatenation.
2543
2544 2008-10-19 Pedro Alves <pedro@codesourcery.com>
2545
2546 * configure.ac: Output gdb.python/Makefile.
2547 * configure: Regenerate.
2548 * gdb.python/Makefile.in: New.
2549
2550 2008-10-16 Joel Brobecker <brobecker@adacore.com>
2551
2552 * gdb.base/foll-fork.exp: Adjust the expected output to match
2553 the new description for fork/vfork catchpoints in the "info
2554 breakpoints" output.
2555
2556 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2557
2558 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
2559
2560 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2561
2562 * gdb.python/python-value.c: New file.
2563 * gdb.python/python-value.exp: New file.
2564
2565 2008-10-15 Pedro Alves <pedro@codesourcery.com>
2566
2567 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
2568
2569 2008-10-15 Denis Pilat <denis.pilat@st.com>
2570
2571 * gdb.cp/mb-ctor.exp: Fix a typo.
2572
2573 2008-10-09 Tom Tromey <tromey@redhat.com>
2574
2575 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
2576 'fprintf' and 'stderr'.
2577
2578 2008-10-07 Joel Brobecker <brobecker@adacore.com>
2579
2580 * gdb.ada/ref_tick_size.exp: New testcase.
2581
2582 2008-10-06 Doug Evans <dje@google.com>
2583
2584 * gdb.dwarf2/dw2-cu-size.exp: New file.
2585 * gdb.dwarf2/dw2-cu-size.S: New file.
2586
2587 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
2588 .Ltype_int for clarity.
2589
2590 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2591
2592 PR gdb/2384:
2593 * gdb.cp/gdb2384.exp: Extended to test more cases.
2594 * gdb.cp/gdb2384.cc: Likewise.
2595 * gdb.cp/gdb2384-base.h: Likewise.
2596 * gdb.cp/gdb2384-base.cc: Likewise.
2597
2598 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2599
2600 * gdb.base/maint.exp (maint print type): Remove printing
2601 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
2602
2603 2008-09-30 Tom Tromey <tromey@redhat.com>
2604
2605 * gdb.base/macscp.exp: Add completion tests.
2606 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
2607 (TWENTY_THREE): Likewise.
2608 (FORTY_EIGHT): Likewise.
2609
2610 2008-09-30 Tom Tromey <tromey@redhat.com>
2611
2612 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
2613 everywhere.
2614 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
2615
2616 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2617
2618 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
2619 testcase is derived from. Fix racy dependency on an expected PID
2620 number. No longer support the testcase on Linux kernel 2.4.x.
2621
2622 2008-09-27 Tom Tromey <tromey@redhat.com>
2623
2624 * gdb.base/macscp.exp: Add tests for stringification, splicing,
2625 and varargs.
2626
2627 2008-09-22 Pedro Alves <pedro@codesourcery.com>
2628
2629 * lib/mi-support.exp (mi_expect_interrupt): New.
2630 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
2631 from gdb.mi/mi-nonstop.exp.
2632 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
2633 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
2634 lib/mi-support.exp.
2635 Use mi_check_thread_states throughout. Avoid ".*" and do not
2636 require an anchor after -exec-run.
2637
2638 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2639
2640 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
2641 stop is pending. Avoid ".*" when two stops are pending.
2642 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
2643 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
2644 newlines in fullnames.
2645 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
2646 (mi_expect_stop): Update comments. Only anchor in sync mode.
2647 Do not match newlines.
2648 (mi_send_resuming_command_raw): Always return status.
2649 (mi_get_stop_line): Do not match more than one line by accident.
2650 Only anchor in sync mode.
2651 (mi_run_inline_test): If -exec-next fails, give up.
2652
2653 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2654
2655 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
2656 on SPU.
2657
2658 2008-09-10 Joel Brobecker <brobecker@adacore.com>
2659
2660 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
2661
2662 2008-09-10 Joel Brobecker <brobecker@adacore.com>
2663
2664 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
2665 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2666 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
2667 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2668 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
2669 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
2670 gdb.ada/interface.exp, gdb.ada/null_array.exp,
2671 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2672 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2673 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2674 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
2675 Include the "= " sequence in the expected output of print tests.
2676
2677 2008-09-10 Joel Brobecker <brobecker@adacore.com>
2678
2679 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
2680 description for boolean types.
2681
2682 2008-09-09 Pedro Alves <pedro@codesourcery.com>
2683
2684 * gdb.base/hook-stop-continue.c: New.
2685 * gdb.base/hook-stop-continue.exp: New.
2686
2687 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2688
2689 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
2690
2691 2008-09-08 Jerome Guitton <guitton@adacore.com>
2692
2693 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
2694 (stack_check_probe_2, stack_check_probe_loop_1)
2695 (stack_check_probe_loop_2): New functions.
2696 (main): Add call to these new functions.
2697 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
2698 functions, check that the breakpoint is inserted at the appropriate
2699 location.
2700 (insert_breakpoint): Slightly refine this procedure so that it can
2701 be called several times in the test.
2702
2703 2008-09-08 Jerome Guitton <guitton@adacore.com>
2704
2705 * gdb.base/stack-checking.c: New file.
2706 * gdb.base/stack-checking.exp: New file.
2707
2708 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2709
2710 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
2711 * gdb.arch/altivec-regs.exp: Likewise.
2712 * gdb.arch/vsx-regs.exp: Likewise.
2713
2714 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2715
2716 * gdb.arch/ppc-fp.exp: New file.
2717 * gdb.arch/ppc-fp.c: New file.
2718
2719 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2720
2721 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
2722 lest gcc-4.3.1 optimizes the whole thing away.
2723
2724 2008-09-04 Michael Snyder <msnyder@vmware.com>
2725
2726 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
2727 as "at" (for non-debug functions such as _start).
2728
2729 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2730
2731 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
2732 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
2733 software watchpoints.
2734 * gdb.base/watch_thread_num.exp: Likewise.
2735
2736 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
2737
2738 * gdb.arch/i386-bp_permanent.exp: New test.
2739
2740 2008-08-24 Tom Tromey <tromey@redhat.com>
2741
2742 * gdb.base/maint.exp: Update "maint print type".
2743
2744 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
2745
2746 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
2747 support. Adjust the order of "*running" notifications.
2748 * gdb.mi/non-stop.c: Don't cast from int to void* and
2749 back.
2750
2751 2008-08-20 Mark Kettenis <kettenis@gnu.org>
2752
2753 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
2754 expect to find it in the "info frame" output.
2755
2756 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
2757
2758 * gdb.base/interp.exp: Always consume both prompts.
2759
2760 2008-08-20 Pedro Alves <pedro@codesourcery.com>
2761
2762 * gdb.base/pending.exp: Test pending breakpoints without symbols
2763 loaded.
2764
2765 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2766
2767 * lib/mi-support.exp (mi_expect_stop): Produce
2768 more details on failures.
2769 * gdb.mi/mi-nonstop.exp: New.
2770 * gdb.mi/non-stop.c: New.
2771
2772 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2773
2774 * gdb.mi/mi-async.exp: Use 'set target-async'.
2775 * lib/mi-support.exp: Use 'set/show target-async'.
2776
2777 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
2778
2779 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
2780
2781 2008-08-17 Tom Tromey <tromey@redhat.com>
2782
2783 * gdb.base/help.exp (help catch): Rewrite.
2784
2785 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2786
2787 * gdb.base/define.exp: Test indented command documentation.
2788 * gdb.python/python.exp: Test indented multi-line command.
2789
2790 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
2791
2792 * testsuite/gdb.arch/vsx-regs.c: New source file.
2793 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
2794 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
2795
2796 2008-08-14 Tom Tromey <tromey@redhat.com>
2797
2798 * gdb.base/macscp.exp: Add regression test for "macro define" or
2799 "macro undef" with no arguments.
2800
2801 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2802
2803 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
2804
2805 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2806
2807 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
2808
2809 2008-08-06 Tom Tromey <tromey@redhat.com>
2810
2811 * gdb.python/python.exp: New file.
2812
2813 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2814
2815 Fix for PR gdb/1543.
2816 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
2817 $LOCATION.
2818 (location): New variable.
2819 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
2820 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
2821 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
2822 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
2823 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
2824 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
2825 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
2826 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
2827 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
2828 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
2829 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2830 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
2831 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2832 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
2833 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2834 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
2835 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
2836 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
2837 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
2838 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2839 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
2840 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
2841 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
2842 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
2843 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
2844 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
2845 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
2846 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
2847 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
2848 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
2849 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
2850 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
2851 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
2852 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
2853 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
2854 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
2855 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
2856 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2857 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
2858 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
2859 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
2860 gdb.base/type-opaque.exp, gdb.base/until.exp,
2861 gdb.base/value-double-free.c, gdb.base/varargs.exp,
2862 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
2863 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
2864 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2865 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
2866 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
2867 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2868 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2869 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
2870 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
2871 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
2872 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
2873 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
2874 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
2875 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
2876 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
2877 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2878 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
2879 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
2880 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
2881 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
2882 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
2883 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
2884 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
2885 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
2886 gdb.pascal/types.exp, gdb.stabs/weird.exp,
2887 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
2888 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
2889 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
2890 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
2891 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
2892 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
2893 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2894 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2895 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2896 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2897 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2898 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2899 lib/mi-support.exp, lib/trace-support.exp: Remove reference
2900 to bug-gdb@prep.ai.mit.edu .
2901
2902 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
2903
2904 * lib/mi-support.exp (mi_load_shlibs): New.
2905 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
2906
2907 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
2908
2909 * lib/mi-support.exp (get_mi_thread_list)
2910 (check_mi_and_console_threads): New, moved from ...
2911 * gdb.mi/mi-pthread.exp: ...here.
2912 * gdb.mi/gdb669.exp (get_mi_thread_list)
2913 (check_mi_and_console_threads): Delete.
2914 * gdb.mi/mi2-pthread.exp: Likewise.
2915
2916 2008-07-28 Tom Tromey <tromey@redhat.com>
2917
2918 * Makefile.in (just-check): Remove. Move body to...
2919 (check): ... here.
2920
2921 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2922
2923 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
2924 Add a test for duplicated SIGINTs.
2925
2926 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2927
2928 * gdb.threads/schedlock.exp (get_args): Update to work for any
2929 value of NUM.
2930 (Top level): Report the number of threads that did not resume.
2931
2932 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2933
2934 * gdb.dwarf2/dw2-compressed.S: Also define __start.
2935
2936 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2937
2938 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
2939 non-MI prompt.
2940
2941 2008-07-26 Tom Tromey <tromey@redhat.com>
2942
2943 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
2944 (function_struct, function_struct_ptr): New globals.
2945 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
2946 function pointer in a struct.
2947
2948 2008-07-26 Tom Tromey <tromey@redhat.com>
2949
2950 * gdb.base/macscp.exp: Add test for macro lexing bug.
2951
2952 2008-07-18 Tom Tromey <tromey@redhat.com>
2953
2954 * gdb.base/macscp.exp: Add macro tests.
2955
2956 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2957
2958 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
2959
2960 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2961
2962 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
2963
2964 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2965
2966 * gdb.cp/class2.exp: fix for failure on spu-elf
2967
2968 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2969
2970 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
2971
2972 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2973
2974 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
2975
2976 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
2977
2978 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
2979
2980 2008-07-11 Kevin Buettner <kevinb@redhat.com>
2981
2982 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
2983 of regexp to account for changes made to GDB in the printing of
2984 byte vectors.
2985
2986 2008-07-11 Tom Tromey <tromey@redhat.com>
2987
2988 * gdb.base/completion.exp: Add 'help' completion test.
2989
2990 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2991
2992 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
2993
2994 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2995
2996 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
2997
2998 2008-07-09 Pedro Alves <pedro@codesourcery.com>
2999
3000 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
3001
3002 2008-07-09 Pedro Alves <pedro@codesourcery.com>
3003
3004 * gdb.base/fullname.exp: Restore pwd if compiling failed.
3005
3006 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3007
3008 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
3009
3010 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
3011
3012 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
3013 previous commit. Add a comment.
3014
3015 2008-06-28 Pedro Alves <pedro@codesourcery.com>
3016
3017 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
3018
3019 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
3020
3021 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
3022
3023 2008-06-27 Pedro Alves <pedro@codesourcery.com>
3024
3025 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
3026 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
3027 compiling an executable, link in an object that forces unbuffered
3028 output.
3029 * lib/set_unbuffered_mode.c: New file.
3030
3031 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3032
3033 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
3034
3035 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
3036
3037 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
3038 mi_expect_stop.
3039 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
3040 Demand that *running is output.
3041 (detect_async): Perform checking every time.
3042 (mi_send_resuming_command): Extract everything into...
3043 (mi_send_resuming_command_raw): ...this.
3044 (mi_expect_stop): Don't accept any output before *stopped.
3045
3046 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
3047
3048 Robustify mi-simplerun.
3049 * gdb.mi/basics.c (main): Add a call to sleep.
3050 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
3051 * gdb.mi/mi2-cli.exp: Likewise.
3052 * gdb.mi/mi-break.exp: Likewise.
3053
3054 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
3055
3056 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
3057
3058 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3059
3060 * gdb.mi/mi-console.exp: Adjust.
3061 * gdb.mi/mi-syn-frame.exp: Adjust.
3062 * gdb.mi/mi2-console.exp: Adjust.
3063 * gdb.mi/mi2-syn-frame.exp: Adjust.
3064 * lib/mi-support.exp (mi_run_cmd): Adjust.
3065 (mi_send_resuming_command): Adjust.
3066
3067 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3068
3069 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
3070 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
3071 testing of stopped.
3072 * gdb.mi/mi2-syn-frame.exp: Likewise.
3073 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
3074 (async, detect_async): New.
3075 (mi_expect_stop, mi_continue_to_line): Adjust expectation
3076 depending on if we're running in sync or async mode.
3077
3078 2008-06-09 Tom Tromey <tromey@redhat.com>
3079
3080 * gdb.base/completion.exp: New tests for field name completion
3081 with spaces, and field name completion with '->'.
3082
3083 2008-06-06 Tom Tromey <tromey@redhat.com>
3084
3085 * gdb.base/break1.c (struct some_struct): New struct.
3086 (values): New global.
3087 * gdb.base/completion.exp: Add field name completion test.
3088
3089 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3090
3091 * gdb.cp/call-c.exp: Test for incorrect handling of reference
3092 to pointer.
3093 * gdb.cp/call-c.cc: Likewise.
3094
3095 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
3096
3097 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
3098 annotation.
3099
3100 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
3101 Pedro Alves <pedro@codesourcery.com>
3102
3103 * gdb.threads/execl.c, gdb.threads/execl1.c,
3104 gdb.threads/execl.exp: New tests.
3105
3106 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
3107 Daniel Jacobowitz <dan@codesourcery.com>
3108
3109 * gdb.cp/exception.exp: Activate test, make it work with pending
3110 catchpoints.
3111
3112 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3113
3114 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
3115
3116 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
3117
3118 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
3119 now printed.
3120 * gdb.mi/mi2-var-cmd.exp: Likewise.
3121
3122 2008-05-27 Andreas Schwab <schwab@suse.de>
3123
3124 * gdb.base/frame-args.exp: Handle arguments that are optimized
3125 out.
3126
3127 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
3128
3129 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
3130 quiet for ppc32 and group options into a single variable.
3131
3132 2008-05-23 Joel Brobecker <brobecker@adacore.com>
3133
3134 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
3135 of zero-size elements.
3136 * gdb.ada/null_array.exp: Test printing this new array.
3137
3138 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3139
3140 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
3141
3142 2008-05-21 Joel Brobecker <brobecker@adacore.com>
3143
3144 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
3145 of the "finish" command.
3146
3147 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
3148
3149 * gdb.base/annota1.exp: Test for new annotation.
3150
3151 2008-05-16 Pedro Alves <pedro@codesourcery.com>
3152
3153 * gdb.base/fixsection.exp: New file.
3154 * gdb.base/fixsection0.c: New file.
3155 * gdb.base/fixsection1.c: New file.
3156
3157 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3158
3159 * gdb.base/annota1.exp: Accept printf@... in place of printf.
3160 * gdb.base/annota3.exp: Likewise.
3161
3162 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
3163
3164 * gdb.base/watch_thread_num.exp: Don't run tests that require
3165 watchpoints if the target doesn't support them.
3166
3167 2008-05-12 Doug Evans <dje@google.com>
3168
3169 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
3170
3171 2008-05-09 Joel Brobecker <brobecker@adacore.com>
3172
3173 * gdb.ada/assign_1.exp: New testcase.
3174
3175 2008-05-09 Doug Evans <dje@google.com>
3176
3177 * gdb.base/find.exp: New file.
3178 * gdb.base/find.c: New file.
3179
3180 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
3181
3182 * gdb.base/commands.exp (watchpoint_command_test): Handle
3183 gdb,no_hardware_watchpoints.
3184 * gdb.base/float.exp: Allow ARM targets without floating point.
3185 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
3186
3187 2008-05-06 Jerome Guitton <guitton@adacore.com>
3188 Joel Brobecker <brobecker@adacore.com>
3189
3190 * gdb.ada/lang_switch: New test program.
3191 * gdb.ada/lang_switch.exp: New testcase.
3192
3193 2008-05-05 Doug Evans <dje@google.com>
3194
3195 * gdb.base/help.exp (disassemble): Update expected help text.
3196
3197 2008-05-04 Pedro Alves <pedro@codesourcery.com>
3198
3199 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
3200
3201 2008-05-04 Pedro Alves <pedro@codesourcery.com>
3202
3203 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
3204 different times.
3205
3206 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3207
3208 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
3209 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
3210 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
3211 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
3212
3213 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
3214
3215 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
3216 notification to appear.
3217
3218 2008-05-04 Daniel Jacobowitz <dan@debian.org>
3219
3220 * gdb.base/fullname.c: New file.
3221 * gdb.base/fullname.exp: New file.
3222 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
3223
3224 2008-05-03 Pedro Alves <pedro@codesourcery.com>
3225
3226 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
3227 expressions with macros.
3228
3229 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3230
3231 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
3232
3233 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3234
3235 * gdb.base/completion.exp: Handle lack of other symbols beginning
3236 with "a".
3237
3238 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
3239
3240 2008-05-02 Jim Blandy <jimb@codesourcery.com>
3241
3242 * gdb.asm/asmsrc1.s: Add scratch space.
3243
3244 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3245 Daniel Jacobowitz <dan@codesourcery.com>
3246
3247 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
3248 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
3249 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
3250
3251 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
3252
3253 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
3254
3255 2008-05-01 Joel Brobecker <brobecker@adacore.com>
3256
3257 * gdb.base/info-target.exp: New testcase.
3258
3259 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3260
3261 * gdb.cp/hang.exp: Use .cc instead of .C.
3262 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
3263 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
3264
3265 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3266
3267 * gdb.base/gdb1250.exp: Remove perror.
3268 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
3269
3270 2008-04-30 Pedro Alves <pedro@codesourcery.com>
3271
3272 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
3273 .2byte.
3274
3275 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
3276
3277 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
3278 (maybe_kfail): New.
3279
3280 2008-04-25 Pedro Alves <pedro@codesourcery.com>
3281
3282 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
3283
3284 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3285
3286 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
3287 * gdb.mi/mi2-syn-frame.exp: Likewise.
3288 * lib/mi-support.exp: Likewise.
3289
3290 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3291
3292 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
3293 to specify regexp for the location to stop at.
3294 * gdb.base/break-always.c: New.
3295 * gdb.base/break-always.exp: New.
3296
3297 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3298
3299 * lib/mi-support.exp (mi_runto_helper): Adjust
3300 for the original-location field.
3301 (mi_create_breakpoint, mi_list_breakpoints): New.
3302 * gdb.mi/mi-break.exp: Adjust.
3303 * gdb.mi/mi2-break.exp: Adjust.
3304 * gdb.mi/mi-pending.exp: Adjust.
3305 * gdb.mi/mi-simplerun.exp: Adjust.
3306 * gdb.mi/mi2-simplerun.exp: Adjust.
3307 * gdb.mi/mi-syn-frame.exp: Adjust.
3308 * gdb.mi/mi2-syn-frame.exp: Adjust.
3309 * gdb.mi/mi-until.exp: Adjust.
3310 * gdb.mi/mi2-until.exp: Adjust.
3311 * gdb.mi/mi-var-display.exp: Adjust.
3312 * gdb.mi/mi2-var-display.exp: Adjust.
3313 * gdb.mi/mi-watch.exp: Adjust.
3314 * gdb.mi/mi2-watch.exp: Adjust.
3315
3316 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
3317
3318 * aclocal.m4: Add override.m4.
3319 * configure: Regenerate.
3320
3321 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
3322
3323 * gdb.mi/var-cmd.c (do_at_tests): Verify that
3324 '-var-update --all-values' reports new value even the type
3325 of a variable object has changed.
3326
3327 2008-04-18 Craig Silverstein <csilvers@google.com>
3328
3329 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
3330 files.
3331
3332 2008-04-18 Joel Brobecker <brobecker@adacore.com>
3333
3334 * gdb.ada/atomic_enum: New test program.
3335 * gdb.ada/atomic_enum.exp: New testcase.
3336
3337 2008-04-17 Doug Evans <dje@google.com>
3338
3339 * gdb.opt/Makefile.in: Fix whitespace.
3340
3341 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
3342
3343 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
3344
3345 2008-04-17 Doug Evans <dje@google.com>
3346
3347 * gdb.base/hashline1.exp: New testcase.
3348 * gdb.base/hashline2.exp: New testcase.
3349 * gdb.base/hashline2.exp: New testcase.
3350
3351 2008-04-17 Pedro Alves <pedro@codesourcery.com>
3352
3353 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
3354
3355 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
3356
3357 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
3358 temporary breakpoint to match "Temporary breakpoint".
3359 * gdb.base/break.exp (delete_breakpoints): Likewise.
3360 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
3361 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
3362 * gdb.base/display.exp: Likewise.
3363 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
3364 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
3365 * gdb.base/restore.exp (restore_tests): Likewise.
3366 * gdb.base/sepdebug.exp: Likewise.
3367 * gdb.base/watchpoint.exp: Likewise.
3368 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
3369 * gdb.mi/mi-pending.exp: Likewise.
3370 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
3371 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
3372 * gdb.mi/mi-var-cmd.exp: Likewise.
3373 * gdb.mi/mi-var-display.exp: Likewise.
3374 * gdb.mi/mi2-cli.exp: Likewise.
3375 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
3376 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
3377 * gdb.mi/mi2-var-display.exp: Likewise.
3378 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
3379 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
3380 new "disp" field.
3381 (mi_expect_stop): Move after_reason argument to be really after
3382 reason. This is to support fix for PR2424.
3383
3384 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3385
3386 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
3387
3388 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
3389
3390 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
3391 field. Add more floating varobj tests.
3392 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
3393 field.
3394 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
3395 (main): Call do_at_tests.
3396 * lib/mi-support.exp (mi_create_floating_varobj)
3397 (mi_varobj_update_with_type_change): New.
3398
3399 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3400
3401 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
3402 option of -var-evaluate-expression.
3403 * gdb.mi/mi2-var-display.exp: Likewise.
3404
3405 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
3406
3407 Introduce test setup helpers.
3408 * lib/gdb.exp (build_executable, clean_restart)
3409 (prepare_for_testing): New.
3410 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
3411 * gdb.base/return.exp: Likewise.
3412 * gdb.base/ending-run.exp: Likewise.
3413
3414 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
3415
3416 * gdb.mi/mi-async.exp: New test for asynchronous Machine
3417 Interface (MI) responses.
3418
3419 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
3420
3421 * gdb.cp/breakpoint.cc: New code to test conditions involving
3422 member variables.
3423 * gdb.cp/breakpoint.exp: Test condition involving member
3424 variables.
3425
3426 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
3427
3428 * lib/mi-support.exp (mi_expect_stop): New.
3429 (mi_run_cmd): Change the
3430 token. Use mi_send_resuming_command, use
3431 mi_expect_stop.
3432 (mi_execute_to_helper): Rename to mi_execute_to.
3433 (mi_send_resuming_command): Add more error patterns.
3434 (mi_wait_for_stop): Renamed to...
3435 (mi_get_stop_line): ...this.
3436 (mi_run_inline_test): Adjust.
3437
3438 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
3439 * gdb.mi/mi-console.exp: Likewise.
3440 * gdb.mi/mi-pending.exp: Likewise.
3441 * gdb.mi/mi-simplerun.exp: Likewise.
3442 * gdb.mi/mi-stack.exp: Likewise.
3443 * gdb.mi/mi-stepi.exp: Likewise.
3444 * gdb.mi/mi-syn-frame.exp: Add comment.
3445 * gdb.mi/mi-until.exp: Likewise.
3446 * gdb.mi/mi-var-display.exp: Likewise.
3447 * gdb.mi/mi-watch.exp: Likewise.
3448 * gdb.mi/mi2-cli.exp: Likewise.
3449 * gdb.mi/mi2-console.exp: Likewise.
3450 * gdb.mi/mi2-simplerun.exp: Likewise.
3451 * gdb.mi/mi2-stack.exp: Likewise.
3452 * gdb.mi/mi2-stepi.exp: Likewise.
3453 * gdb.mi/mi2-until.exp: Likewise.
3454 * gdb.mi/mi2-var-display.exp: Likewise.
3455 * gdb.mi/mi2-watch.exp: Likewise.
3456
3457 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3458
3459 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
3460
3461 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
3462
3463 2008-04-04 Pedro Alves <pedro@codesourcery.com>
3464
3465 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
3466 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
3467 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
3468 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
3469 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
3470 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
3471 expect an mi error duplicated in stderr.
3472
3473 2008-04-03 Joel Brobecker <brobecker@adacore.com>
3474
3475 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
3476 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
3477 Add a couple of tests that verify the behavior when the new setting
3478 is set to "cancel" and "all".
3479 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
3480 "ask" before we start the testing.
3481
3482 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
3483
3484 * gdb.cp/casts.cc: Add class reference variables.
3485 * gdb.cp/casts.exp: New test cases for up/down casting references.
3486
3487 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
3488
3489 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
3490 instead of beginning to make an extra test pass.
3491 * gdb.mi/mi2-var-display.exp: Likewise.
3492
3493 2008-03-31 Maciej W. Rozycki <macro@mips.com>
3494
3495 * gdb.base/break.exp: Mark failures as such. Fix formatting.
3496
3497 2008-03-31 Markus Deuling <deuling@de.ibm.com>
3498 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3499
3500 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
3501 value. Add xfail for older kernels.
3502
3503 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
3504
3505 Bring mi-support in line with gdb.exp.
3506 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
3507 (mi_gdb_start): New function.
3508
3509 2008-03-28 Maciej W. Rozycki <macro@mips.com>
3510
3511 * gdb.mi/mi-var-cmd.exp: Fix a typo.
3512
3513 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3514
3515 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
3516 * gdb.mi/mi2-var-display.exp: Likewise.
3517
3518 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
3519
3520 * lib/mi-support.exp (mi_create_varobj_checked): New.
3521 (mi_list_varobj_children): Allow to check for a
3522 value.
3523 (mi_list_array_varobj_children): New.
3524
3525 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
3526 and mi_list_varobj_children, as opposed to hardcoding
3527 expected strings.
3528 * gdb.mi/gdb701.exp: Likewise.
3529 * gdb.mi/gdb792.exp: Likewise.
3530 * gdb.mi/mi-var-block.exp: Likewise.
3531 * gdb.mi/mi-var-cmd.exp: Likewise.
3532 * gdb.mi/mi-var-invalidate.exp: Likewise.
3533 * gdb.mi/mi2-var-block.exp: Likewise.
3534 * gdb.mi/mi2-var-child.exp: Likewise.
3535 * gdb.mi/mi2-var-cmd.exp: Likewise.
3536 * gdb.mi/mi2-var-display.exp: Likewise.
3537
3538 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3539
3540 Fix random false FAILs on i386.
3541 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
3542
3543 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
3544
3545 PR gdb/544
3546 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
3547
3548 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
3549
3550 PR gdb/544
3551 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
3552
3553 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3554
3555 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
3556 fixed PR gdb/544.
3557
3558 2008-03-21 Pedro Alves <pedro@codesourcery.com>
3559
3560 * gdb.threads/fork-child-threads.exp: Test next over fork.
3561
3562 2008-03-21 Chris Demetriou <cgd@google.com>
3563
3564 * gdb.base/break.exp (rbreak junk): New test for rbreak
3565 "Junk at end of arguments" issue.
3566
3567 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3568
3569 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
3570 *& to work on created array elements.
3571 (Top level): Test print $pc with a file. Test string operations
3572 without a target.
3573 * gdb.base/ptype.exp: Do not expect *& to work on created array
3574 elements.
3575
3576 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3577
3578 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3579 gdb.threads/staticthreads.exp: Update exit query.
3580
3581 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
3582
3583 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
3584
3585 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3586
3587 * gdb.base/watchpoint.c (global_ptr, func4): New.
3588 (main): Call func4.
3589 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
3590 (test_inaccessible_watchpoint): New.
3591
3592 2008-02-29 Maciej W. Rozycki <macro@mips.com>
3593
3594 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
3595 select the largest.
3596
3597 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3598
3599 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
3600 frames-invalid annotations.
3601
3602 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
3603
3604 * gdb.base/assign.exp: avoid same output for different tests.
3605
3606 2008-02-27 Doug Evans <dje@google.com>
3607
3608 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
3609 for bug 1738.
3610 (breakpoint_to_handler_entry): Ditto.
3611
3612 2008-02-27 Joel Brobecker <brobecker@adacore.com>
3613
3614 * gdb.base/ending-run.exp: Use the first line of code inside
3615 function body to test breakpoints.
3616 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
3617 location where the breakpoint is inserted when using the line
3618 where a function is declared. Fix typo in the description of
3619 one of the tests.
3620 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
3621
3622 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3623
3624 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
3625 tests.
3626
3627 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
3628
3629 * gdb.base/args.exp: avoid same output for tests
3630 with single quotes.
3631
3632 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
3633
3634 * gdb.base/annota1.exp: Adjust for 'info break'
3635 format changes.
3636 * gdb.base/annota3.exp: Likewise.
3637 * gdb.base/break.exp: Likewise.
3638 * gdb.base/condbreak.exp: Likewise.
3639 * gdb.base/pending.exp: Likewise.
3640 * gdb.base/sepdebug.exp: Likewise.
3641 * gdb.base/unload.exp: Likewise.
3642 * gdb.cp/ovldbreak.exp: Likewise.
3643 * gdb.mi/mi-pending.exp: Likewise.
3644
3645 2008-02-07 Doug Evans <dje@google.com>
3646
3647 * gdb.cp/mb-inline.exp: New.
3648 * gdb.cp/mb-inline.h: New.
3649 * gdb.cp/mb-inline1.cc: New.
3650 * gdb.cp/mb-inline2.cc: New.
3651
3652 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
3653
3654 * gdb.pascal/floats.pas: New test program.
3655 * gdb.pascal/floats.exp: New testcase.
3656
3657 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
3658
3659 * gdb.base/callfuncs.c (t_float_many_args): New function.
3660 (t_double_many_args): New function.
3661 * gdb.base/callfuncs.exp: Add tests for exceeding float
3662 and double parameters passed through the stack.
3663
3664 2008-02-05 Joel Brobecker <brobecker@adacore.com>
3665
3666 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
3667 gdb.ada/complete/foo.adb: New files.
3668 * gdb.ada/complete.exp: New testcase.
3669
3670 2008-02-03 Doug Evans <dje@google.com>
3671
3672 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
3673
3674 * gdb.cp/gdb2384.exp: New file.
3675 * gdb.cp/gdb2384.cc: New file.
3676 * gdb.cp/gdb2384-base.h: New file.
3677 * gdb.cp/gdb2384-base.cc: New file.
3678
3679 2008-02-02 Doug Evans <dje@google.com>
3680
3681 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
3682
3683 2007-02-01 Joel Brobecker <brobecker@adacore.com>
3684
3685 * gdb.ada/sym_print_name: New test program.
3686 * gdb.ada/sym_print_name.exp: New testcase.
3687
3688 2007-02-01 Joel Brobecker <brobecker@adacore.com>
3689
3690 * gdb.ada/nested/hello.adb: New file.
3691 * gdb.ada/nested.exp: New testcase.
3692 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
3693
3694 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3695
3696 * gdb.mi/basic.c (return_1): New function.
3697 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
3698 don't cause future evaluations of function to report
3699 creation of internal breakpoints.
3700
3701 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3702
3703 * gdb.mi/mi-break.exp (test_error): New.
3704 Call it.
3705
3706 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
3707
3708 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
3709 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
3710
3711 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3712
3713 * gdb.pascal/integers.pas: New test program.
3714 * gdb.pascal/integers.exp: New testcase.
3715
3716 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
3717
3718 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
3719
3720 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
3721
3722 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
3723 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
3724
3725 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
3726
3727 * gdb.ada/formatted_ref: New test program.
3728 * gdb.ada/formatted_ref.exp: New testcase.
3729
3730 * gdb.cp/formatted-ref.cc: New file.
3731 * gdb.cp/formatted-ref.exp: New testcase.
3732
3733 2008-01-30 Joel Brobecker <brobecker@adacore.com>
3734
3735 * gdb.base/ptype.exp: Add testing of "ptype $pc".
3736
3737 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
3738
3739 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
3740 (test_file_list_exec_source_file): Update to new macro-info field.
3741
3742 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
3743
3744 * gdb.ada/exprs: New test program.
3745 * gdb.ada/exprs.exp: New testcase.
3746
3747 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3748
3749 * dfp-test.c (DELTA, DELTA_B): New definitions.
3750 (double_val1, double_val2, double_val3, double_val4, double_val5,
3751 double_val6, double_val7, double_val8, double_val9, double_val10,
3752 double_val11, double_val12, double_val13, double_val14, dec32_val1,
3753 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
3754 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
3755 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
3756 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
3757 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
3758 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
3759 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
3760 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
3761 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
3762 dec128_val16): New global variables.
3763 (decimal_dec128_align): New function.
3764 (decimal_mixed): Likewise.
3765 (decimal_many_args_dec32): Likewise.
3766 (decimal_many_args_dec64): Likewise.
3767 (decimal_many_args_dec128): Likewise.
3768 (decimal_many_args_mixed): Likewise.
3769 * dfp-test.exp: Add tests calling new inferior functions.
3770
3771 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3772
3773 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
3774 gdb.server/ext-run.exp: New files.
3775 * lib/gdbserver-support.exp (gdbserver_download): New.
3776 (gdbserver_start): New. Update gdbserver expected
3777 output.
3778 (gdbserver_spawn): Use them.
3779 (gdbserver_start_extended): New.
3780
3781 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3782
3783 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
3784 Run on GNU/Linux.
3785 (do_exec_tests): Check for systems which do not support catchpoints.
3786 Do not match START.
3787 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
3788 Run on GNU/Linux. Enable verbose output.
3789 (check_fork_catchpoints): New.
3790 (explicit_fork_child_follow, catch_fork_child_follow)
3791 (tcatch_fork_parent_follow): Update expected messages.
3792 (do_fork_tests): Use check_fork_catchpoints.
3793 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
3794 Run on GNU/Linux. Enable verbose output.
3795 (check_vfork_catchpoints): New.
3796 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
3797 expected messages.
3798 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
3799
3800 2008-01-29 Jim Blandy <jimb@red-bean.com>
3801
3802 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
3803 host' errors.
3804 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
3805
3806 2008-01-29 Jim Blandy <jimb@red-bean.com>
3807
3808 * gdb.threads/sigthread.c: Use barriers to ensure that
3809 child_thread and child_thread_two are always initialized before we
3810 start to use them.
3811
3812 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
3813
3814 * gdb.base/watchpoint-solib.exp: New.
3815 * gdb.base/watchpoint-solib.c: New.
3816 * gdb.base/watchpoint-solib-shr.c: New.
3817
3818 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
3819
3820 * gdb.base/gdb1056.exp: Add unsigned integer test.
3821
3822 2008-01-28 Doug Evans <dje@google.com>
3823
3824 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
3825
3826 2008-01-27 Jim Blandy <jimb@codesourcery.com>
3827
3828 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
3829
3830 * gdb.base/expand-psymtabs.exp: Doc fix.
3831
3832 2008-01-26 Mark Kettenis <kettenis@gnu.org>
3833
3834 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
3835
3836 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
3837
3838 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
3839 -var-set-format.
3840
3841 2008-01-23 Chris Demetriou <cgd@google.com>
3842
3843 * gdb.threads/thread_events.c: New testcase source file.
3844 * gdb.threads/thread_events.exp: New testcase expect file.
3845
3846 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
3847
3848 * lib/gdb.exp: Add the variable octal.
3849
3850 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
3851 -var-set-format.
3852
3853 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
3854 Vladimir Prus <vladimir@codesourcery.com>
3855
3856 * gdb.base/float.exp: Allow missing floating point for m68k and
3857 PowerPC.
3858
3859 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
3860
3861 * gdb.mi/basics.c: Setup for testing breakpoints
3862 ignore count.
3863 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
3864 * gdb.mi/mi-cli.exp: Adjust.
3865 * gdb.mi/mi2-cli.exp: Adjust.
3866
3867 2008-01-17 Pedro Alves <pedro@codesourcery.com>
3868
3869 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
3870 and 'dummy_ptr' integer pointer. Initialize struct_declarations
3871 with dummy_ptr's address.
3872 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
3873 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
3874 all targets.
3875 * gdb.mi/mi2-var-child.exp: Likewise.
3876
3877 2008-01-09 Joel Brobecker <brobecker@adacore.com>
3878
3879 * gdb.ada/null_array: New test program.
3880 * gdb.ada/null_array.exp: New testcase.
3881
3882 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
3883
3884 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
3885 with required float modifiers.
3886
3887 2008-01-08 Joel Brobecker <brobecker@adacore.com>
3888
3889 * gdb.ada/funcall_param: New test program.
3890 * gdb.ada/funcall_param.exp: New testcase.
3891
3892 2008-01-08 Joel Brobecker <brobecker@adacore.com>
3893
3894 * gdb.ada/arrayparam: New test program.
3895 * gdb.ada/arrayparam.exp: New testcase.
3896
3897 2008-01-08 Joel Brobecker <brobecker@adacore.com>
3898
3899 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
3900 landed. Should also fix random failures in the test following it.
3901
3902 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3903
3904 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
3905 for expressions with decimal float values.
3906 (test_dfp_conversions): New function to test casts to and from
3907 decimal float types.
3908 Call test_dfp_conversions.
3909 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
3910 elements.
3911 (main): Initialize ds.float4 and ds.double8 elements.
3912 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
3913 string to new error message.
3914 (d64_set_tests): Likewise.
3915 (d128_set_tests): Likewise.
3916 Add tests for expressions with decimal float variables. Add tests for
3917 conversions to and from decimal float types.
3918
3919 2008-01-05 Joel Brobecker <brobecker@adacore.com>
3920
3921 * gdb.ada/packed_tagged/comp_bug.adb: New file.
3922 * gdb.ada/packed_tagged.exp: New testcase.
3923
3924 2008-01-04 Joel Brobecker <brobecker@adacore.com>
3925
3926 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
3927 gdb.ada/homonym/homonym_main.adb: New files.
3928 * gdb.ada/homonym.exp: New testcase.
3929
3930 2008-01-04 Joel Brobecker <brobecker@adacore.com>
3931
3932 * gdb.ada/packed_array.exp: Add testing of references to
3933 a packed array.
3934
3935 2008-01-04 Joel Brobecker <brobecker@adacore.com>
3936
3937 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
3938 New files.
3939 * gdb.ada/type_coercion.exp: New testcase.
3940
3941 2008-01-04 Joel Brobecker <brobecker@adacore.com>
3942
3943 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
3944 gdb.ada/tagged/foo.adb: New file.
3945 * gdb.ada/tagged.exp: New testcase.
3946
3947 2008-01-04 Joel Brobecker <brobecker@adacore.com>
3948
3949 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
3950 gdb.ada/ptype_field/foo.adb: New files.
3951 * gdb.ada/ptype_field.exp: New testcase.
3952
3953 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3954
3955 * gdb.ada/print_pc.exp: New testcase.
3956
3957 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3958
3959 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
3960 gdb.ada/taft_type/p.adb: New files.
3961 * gdb.ada/taft_type.exp: New testcase.
3962
3963 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3964
3965 * gdb.ada/array_bounds/bar.adb: New file.
3966 * gdb.ada/array_bounds.exp: New testcase.
3967
3968 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3969
3970 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
3971 gdb.ada/arrayptr/foo.adb: New files.
3972 * gdb.ada/arrayptr.exp: New testcase.
3973
3974 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3975
3976 * gdb.base/set-lang-auto.exp: New testcase.
3977
3978 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3979
3980 * gdb.ada/fun_addr/foo.adb: New file.
3981 * gdb.ada/fun_addr.exp: New testcase.
3982
3983 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3984
3985 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
3986 New files
3987
3988 2008-01-02 Joel Brobecker <brobecker@adacore.com>
3989
3990 * array_subscript_addr/p.adb: New file.
3991 * array_subscript_addr.exp: New testcase.
3992
3993 2008-01-02 Joel Brobecker <brobecker@adacore.com>
3994
3995 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
3996 New files.
3997 * gdb.ada/str_cmp_ref.exp: New testcase.
3998
3999 2008-01-01 Joel Brobecker <brobecker@adacore.com>
4000
4001 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
4002 gdb.ada/fun_in_declare/foo.adb: New files.
4003 * gdb.ada/fun_in_declare.exp: New testcase.
4004
4005 2008-01-01 Joel Brobecker <brobecker@adacore.com>
4006
4007 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
4008 gdb.ada/ref_param/pck.ads: New files.
4009 * gdb.ada/ref_param.exp: New testcase.
4010
4011 2008-01-01 Joel Brobecker <brobecker@adacore.com>
4012
4013 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
4014 gdb.ada/interface/foo.adb: New files.
4015 * gdb.ada/interface.exp: New testcase.
4016
4017 2007-12-31 Jim Blandy <jimb@codesourcery.com>
4018
4019 * gdb.base/multi-forks.exp: Consume all output from child
4020 processes before proceeding to next test.
4021
4022 2007-12-29 Jim Blandy <jimb@codesourcery.com>
4023
4024 * configure: Regenerated.
4025
4026 2007-12-27 Joel Brobecker <brobecker@adacore.com>
4027
4028 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
4029 gdb.ada/fixed_cmp/fixed.adb: New files.
4030 * gdb.ada/fixed_cmp.exp: New testcase.
4031
4032 2007-12-27 Joel Brobecker <brobecker@adacore.com>
4033
4034 * gdb.ada/boolean_expr.exp: New testcase.
4035
4036 2007-12-26 Jim Blandy <jimb@codesourcery.com>
4037
4038 * gdb.base/multi-forks.exp: Doc fix.
4039
4040 2007-12-26 Joel Brobecker <brobecker@adacore.com>
4041
4042 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
4043 * gdb.ada/char_param.exp: Do not compile our test program with
4044 -gnata, this is unnecessary.
4045 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
4046
4047 2007-12-24 Joel Brobecker <brobecker@adacore.com>
4048
4049 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
4050 gdb.ada/print_chars/foo.adb: New files.
4051 * gdb.ada/print_chars.exp: New testcase.
4052
4053 2007-12-24 Joel Brobecker <brobecker@adacore.com>
4054
4055 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
4056 gdb.ada/char_param/foo.adb: New files.
4057 * gdb.ada/char_param.exp: New testcase.
4058
4059 2007-12-22 Jim Blandy <jimb@codesourcery.com>
4060
4061 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
4062 hard-coding source line numbers into the test.
4063 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
4064 gdb_get_line_number to find.
4065
4066 2007-12-22 Joel Brobecker <brobecker@adacore.com>
4067
4068 * gdb.base/ptype.c (highest): New struct type.
4069 (the_highest): New variable of that type.
4070 (main): Add dummy assignment to a field of variable the_highest.
4071 * gdb.base/ptype.exp: Test type printing of our new variable.
4072
4073 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
4074
4075 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
4076 and record first explicitly generated thread number.
4077 Use that thread number for thread specific watchpoint test.
4078 Add iteration number to repetitive tests.
4079
4080 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
4081 Jim Blandy <jimb@codesourcery.com>
4082
4083 * gdb.base/expand-psymtabs.c: New testcase
4084 source file.
4085 * gdb.base/expand-psymtabs.exp: New testcase
4086 expect file.
4087
4088 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
4089
4090 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
4091 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
4092
4093 2007-12-17 Joel Brobecker <brobecker@adacore.com>
4094
4095 * gdb.ada/frame_args/foo.adb: New file.
4096 * gdb.ada/frame_args/pck.ads: New file.
4097 * gdb.ada/frame_args/pck.adb: New file.
4098 * gdb.ada/frame_args.exp: New testcase.
4099
4100 2007-12-17 Joel Brobecker <brobecker@adacore.com>
4101
4102 * gdb.base/frame-args.c: New file.
4103 * gdb.base/frame-args.exp: New testcase.
4104
4105 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4106 Joseph Myers <joseph@codesourcery.com>
4107
4108 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
4109
4110 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
4111
4112 * gdb.mi/mi-pending.exp: New.
4113 * gdb.mi/mi-pending.c: New.
4114 * gdb.mi/mi-pendshr.c: New.
4115
4116 2007-12-06 Jim Blandy <jimb@codesourcery.com>
4117
4118 * gdb.base/default.exp: Update expected output for 'info catch'.
4119
4120 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4121
4122 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
4123 must be set to binary.
4124
4125 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
4126
4127 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
4128
4129 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4130
4131 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
4132 gdb.mi/mi-file-transfer.exp: New.
4133
4134 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4135
4136 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
4137
4138 2007-11-22 Maciej W. Rozycki <macro@mips.com>
4139
4140 * gdb.trace/backtrace.exp: Fix a typo.
4141 * gdb.trace/circ.exp: Likewise.
4142 * gdb.trace/collection.exp: Likewise.
4143 * gdb.trace/limits.exp: Likewise.
4144 * gdb.trace/report.exp: Likewise.
4145 * gdb.trace/tfind.exp: Likewise.
4146 * gdb.trace/while-dyn.exp: Likewise.
4147
4148 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
4149
4150 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
4151 objects of pointers that can't be dereferenced are now
4152 "noneditable".
4153
4154 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4155
4156 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4157 (target_cpu): Remove.
4158
4159 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
4160
4161 * gdb.base/ending-run.exp: Expect the list of cleared
4162 breakpoint to come in natural order, not the reversed one.
4163
4164 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
4165
4166 * gdb.mi/mi-var-child.c (do_child_deletion): New.
4167 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
4168
4169 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
4170
4171 * gdb.base/printcmds.exp: New function
4172 test_printf_with_dfp.
4173
4174 2007-11-02 Doug Evans <dje@google.com>
4175
4176 * gdb.disasm/t01_mov.s: Remove carriage returns.
4177 * gdb.disasm/t02_mova.s: Ditto.
4178 * gdb.disasm/t03_add.s: Ditto.
4179 * gdb.disasm/t04_sub.s: Ditto.
4180 * gdb.disasm/t05_cmp.s: Ditto.
4181 * gdb.disasm/t06_ari2.s: Ditto.
4182 * gdb.disasm/t07_ari3.s: Ditto.
4183 * gdb.disasm/t08_or.s: Ditto.
4184 * gdb.disasm/t09_xor.s: Ditto.
4185 * gdb.disasm/t10_and.s: Ditto.
4186 * gdb.disasm/t11_logs.s: Ditto.
4187 * gdb.disasm/t12_bit.s: Ditto.
4188 * gdb.disasm/t13_otr.s: Ditto.
4189
4190 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4191
4192 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
4193
4194 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4195
4196 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
4197 provide DFP support.
4198
4199 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4200
4201 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
4202 Test "set powerpc vector-abi". Skip auto-detection tests for old
4203 toolchains.
4204
4205 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
4206
4207 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
4208 with [string compare].
4209
4210 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
4211
4212 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
4213 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
4214
4215 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
4216
4217 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
4218 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
4219 * gdb.opt/Makefile.in: New makefile.
4220 * Makefile.in: Create new directory "gdb.opt".
4221 * configure.ac: Add "gdb.opt" directory.
4222 * configure: Regenerated.
4223
4224 2007-10-25 Doug Evans <dje@google.com>
4225
4226 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
4227 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
4228
4229 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
4230 Thiago Jung Bauermann <bauerman@br.ibm.com>
4231
4232 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
4233 Floating Point expressions.
4234 * gdb.base/dfp-test.exp: new file adding tests for Decimal
4235 Floating Point variables.
4236 * gdb.base/dfp-test.c: new file containing program with Decimal
4237 Floating variables, used by gdb.base/dfp-test.exp.
4238
4239 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4240
4241 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
4242
4243 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4244
4245 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
4246 compiling test case with GCC.
4247 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
4248
4249 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4250
4251 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
4252 format changes.
4253
4254 2007-10-18 Michael Snyder <msnyder@specifix.com>
4255
4256 * gdb.base/dbx.exp: Add missing "-re " operator.
4257
4258 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
4259
4260 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
4261 * configure.ac: Removed trailing spaces after backslash.
4262 * gdb.modula2: New directory.
4263 * gdb.modula2/Makefile.in: New file.
4264 * gdb.modula2/unbounded-array.exp: New file.
4265 * gdb.modula2/unbounded1.c: New file.
4266
4267 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4268
4269 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
4270
4271 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
4272
4273 * gdb.base/sigstep.c (main): Add checks for
4274 return values for setitimer call.
4275 Call setitimer again with itimer = ITIMER_REAL
4276 if first call to setitimer fails.
4277
4278 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
4279
4280 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
4281 of $timeout.
4282
4283 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
4284
4285 * gdb.server/server-run.exp: Test for dynamic linker symbols.
4286
4287 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
4288
4289 * lib/gdb.exp (gdb_run_cmd): Move comment outside
4290 of gdb_expect call, to avoid interruption.
4291
4292 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
4293
4294 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
4295 (v_unsigned_long_long, v_long_long_array)
4296 (v_signed_long_long_array, v_unsigned_long_long_array)
4297 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
4298 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
4299 [!NO_LONG_LONG]: New.
4300 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
4301 v_long_long_member.
4302
4303 (v_long_long_func, v_signed_long_long_func)
4304 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
4305 (main) [!NO_LONG_LONG]: Initialize long long variants.
4306
4307 * gdb.base/whatis.exp: If board file requests no_long_long, build
4308 test with NO_LONG_LONG defined. Test long long, signed long long,
4309 and unsigned long long variants but only if board file doesn't
4310 disable it.
4311
4312 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
4313 Daniel Jacobowitz <dan@codesourcery.com>
4314
4315 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
4316 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
4317 * configure: Regenerated.
4318 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
4319 gdb.pascal/types.exp, lib/pascal.exp: New files.
4320
4321 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
4322
4323 * gdb.cp/classes.exp (do_tests): Always step to the line after the
4324 call.
4325 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
4326 to return to the call.
4327 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
4328 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
4329 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
4330 * gdb.mi/mi-until.exp (test_until): Likewise.
4331 * gdb.mi/mi2-until.exp (test_until): Likewise.
4332
4333 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
4334
4335 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
4336 two-char array.
4337 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
4338
4339 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4340
4341 * gdb.threads/watchthreads.c (thread_function): Sleep between
4342 iterations.
4343 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
4344 at once for S/390. Generate matching fails and passes.
4345
4346 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
4347
4348 * gdb.mi/var-cmd.c (do_children_tests): Initialize
4349 the 'struct_declarations' variable to zeros.
4350
4351 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
4352
4353 * gdb.cp/mb-ctor.cc: New.
4354 * gdb.cp/mb-ctor.exp: New.
4355 * gdb.cp/mb-templates.cc: New.
4356 * gdb.cp/mb-templates.exp: New.
4357
4358 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
4359
4360 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
4361
4362 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
4363
4364 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
4365 targets.
4366 * configure: Regenerate.
4367
4368 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
4369
4370 * gdb.base/annota1.exp: Adjust for 'info break'
4371 format changes.
4372 * gdb.base/annota3.exp: Likewise.
4373 * gdb.base/break.exp: Likewise.
4374 * gdb.base/condbreak.exp: Likewise.
4375 * gdb.base/pending.exp: Likewise.
4376 * gdb.base/sepdebug.exp: Likewise.
4377 * gdb.base/unload.exp: Likewise.
4378 * gdb.base/ovldbreak.exp: Likewise.
4379
4380 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
4381
4382 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
4383 messages.
4384 * gdb.base/chng-syms.exp: Likewise.
4385 * gdb.base/unload.exp: Likewise.
4386
4387 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
4388
4389 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
4390
4391 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4392
4393 * schedlock.c (NUM): Change to 1.
4394 (main): Use args[0] for the main thread.
4395 * schedlock.exp: Only expect two threads. Only issue one pass or fail
4396 regardless of the number of threads.
4397
4398 2007-09-14 Maciej W. Rozycki <macro@mips.com>
4399
4400 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
4401 type down.
4402 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
4403 test.
4404 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
4405 watchpoint type down.
4406 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
4407 test.
4408
4409 2007-09-14 Maciej W. Rozycki <macro@mips.com>
4410
4411 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
4412 Move all the tests here and run them twice, once using software
4413 watchpoints and once using hardware watchpoints.
4414 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
4415
4416 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
4417
4418 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
4419 test.
4420
4421 2007-09-10 Mark Kettenis <kettenis@gnu.org>
4422
4423 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
4424 build-id.
4425
4426 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
4427 know about $ORIGIN. Calculate output dir from $dest instead of
4428 using ${objdir}/{$subdir}.
4429
4430 2007-09-09 Mark Kettenis <kettenis@gnu.org>
4431
4432 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
4433 gcore, before continuing with the test.
4434
4435 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
4436
4437 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
4438 * gdb.mi/mi-watch.exp: Likewise.
4439
4440 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4441 Jim Blandy <jimb@codesourcery.com>
4442
4443 * gdb.arch/i386-sse.exp: Do not expect character constants.
4444 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
4445 * gdb.base/display.exp: Allow print/s.
4446 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
4447 and unsigned char array changes.
4448
4449 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4450
4451 * gdb.base/display.exp: Add tests for printf %p.
4452
4453 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
4454
4455 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
4456 the dll name to unicode.
4457
4458 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4459
4460 * gdb.base/default.exp (show version): Update the version text.
4461 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
4462
4463 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4464
4465 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
4466 New files.
4467
4468 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4469
4470 * lib/gdb.exp (build_id_debug_filename_get): New function.
4471 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
4472 Remove the generate DEBUG file for the future testcase runs.
4473 New testcase for the NT_GNU_BUILD_ID retrieval.
4474 Move the final testing step to ...
4475 (test_different_dir): ... a new function.
4476 New parameter XFAIL to XFAIL all the tests performed.
4477 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
4478 New parameter TYPE to PF_PREFIX all the tests performed.
4479
4480 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4481
4482 * gdb.mi/mi-var-cp.cc (path_expression): New
4483 function.
4484 * gdb.mi/mi-var-cp.exp: Run path exression tests.
4485
4486 2007-08-27 Markus Deuling <deuling@de.ibm.com>
4487
4488 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
4489 to fit into SPU Local Store memory.
4490
4491 2007-08-23 Joel Brobecker <brobecker@adacore.com>
4492
4493 * gdb.base/default.exp: Adjust the expected output of "info
4494 warranty" after the switch to GPLv3.
4495
4496 2007-08-23 Joel Brobecker <brobecker@adacore.com>
4497
4498 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
4499 to 30000 (from 20000).
4500
4501 2007-08-23 Joel Brobecker <brobecker@adacore.com>
4502
4503 Switch the license of all .exp files to GPLv3.
4504 Switch the license of all .f and .f90 files to GPLv3.
4505 Switch the license of all .s and .S files to GPLv3.
4506
4507 2007-08-23 Joel Brobecker <brobecker@adacore.com>
4508
4509 * configure.ac: Switch license to GPLv3.
4510
4511 2007-08-23 Joel Brobecker <brobecker@adacore.com>
4512
4513 Switch the licensing to GPLv3 for all .ads and .adb files.
4514
4515 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
4516
4517 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
4518 and t_int_double.
4519 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
4520
4521 2007-08-17 Joel Brobecker <brobecker@adacore.com>
4522
4523 * gdb.base/step-line.c: Switch license to GPL version 3, and
4524 update copyright year.
4525 * gdb.base/step-line.inp: Likewise.
4526
4527 2007-08-17 Joel Brobecker <brobecker@adacore.com>
4528
4529 * gdb.base/gdb1555.exp: Make expected output immune to formatting
4530 changes inside gdb1555.c.
4531 * gdb.base/pending.exp: Likewise.
4532
4533 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
4534
4535 * config/default.exp: New file.
4536
4537 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
4538
4539 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
4540 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
4541
4542 2007-07-30 Maciej W. Rozycki <macro@mips.com>
4543
4544 * gdb.base/dump.exp: Force the correct endianness for binary
4545 formats not carrying this information.
4546
4547 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4548
4549 * gdb.threads/staticthreads.exp: Match .*sem_post.
4550
4551 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4552
4553 * gdb.base/readline.exp (operate_and_get_next): Match the final
4554 prompt.
4555
4556 2007-07-23 Kevin Buettner <kevinb@redhat.com>
4557
4558 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
4559 to restarting SID.
4560
4561 2007-07-18 Kevin Buettner <kevinb@redhat.com>
4562
4563 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
4564 prior to `gdb_start'.
4565
4566 2007-07-18 Kevin Buettner <kevinb@redhat.com>
4567
4568 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
4569 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
4570 Remove call to gdb_unload.
4571
4572 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
4573 Daniel Jacobowitz <dan@codesourcery.com>
4574
4575 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
4576 for __WIN32__.
4577 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
4578 * gdb.base/unload.exp: Use shared library test routines.
4579
4580 2007-07-03 Markus Deuling <deuling@de.ibm.com>
4581
4582 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
4583 * gdb.base/solib-symbol-lib.c: Likewise.
4584 * gdb.base/solib-symbol-main.c: Likewise.
4585
4586 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4587
4588 * config/gdbserver.exp (gdb_reconnect): New.
4589 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
4590 gdb.base/solib-disc.exp: New files.
4591 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
4592 remote debugging".
4593 (gdb_compile): Add shlib_load flag.
4594 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
4595 port.
4596 (gdbserver_reconnect): New.
4597
4598 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
4599 Daniel Jacobowitz <dan@codesourcery.com>
4600
4601 * gdb.base/annota3.exp: Test for if construct.
4602
4603 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
4604
4605 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
4606
4607 2007-06-21 Chris Dearman <chris@mips.com>
4608 Maciej W. Rozycki <macro@mips.com>
4609
4610 * gdb.base/display.exp: Allow a newline after display/i.
4611 * gdb.base/pc-fp.exp: Likewise.
4612 * gdb.base/sigbpt.exp: Likewise.
4613
4614 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4615
4616 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
4617 required features to be included.
4618
4619 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
4620
4621 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
4622 in info threads output.
4623
4624 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4625 Markus Deuling <deuling@de.ibm.com>
4626
4627 * gdb.arch/spu-info.exp: New testcase.
4628 * gdb.arch/spu-info.c: New file.
4629
4630 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
4631
4632 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
4633 tpcs_offset. Restore lr after the call.
4634 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
4635
4636 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
4637
4638 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
4639 (gdbserver_run): Kill any running gdbserver.
4640 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
4641
4642 2007-05-17 Maciej W. Rozycki <macro@mips.com>
4643
4644 * gdb.base/sigbpt.exp: Preset segv_addr.
4645
4646 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4647
4648 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
4649 (gdb_compile_shlib): Likewise.
4650 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
4651 (default_gdb_init): Clear cleanfiles.
4652 (gdb_finish): Delete recorded cleanfiles.
4653 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
4654
4655 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
4656 Do not use isnative.
4657 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
4658 gdb.base/so-impl-ld.exp: Likewise.
4659 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
4660 * gdb.base/unload.exp: Likewise. Do not pass empty option to
4661 gdb_compile.
4662
4663 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
4664
4665 * config/unknown.exp: Remove.
4666
4667 2007-05-15 Markus Deuling <deuling@de.ibm.com>
4668
4669 * gdb.base/info-proc.exp: Check is_remote.
4670
4671 2007-05-14 Markus Deuling <deuling@de.ibm.com>
4672
4673 * gdb.base/gcore.exp: Initialize variable core_supported.
4674
4675 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4676
4677 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
4678
4679 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4680
4681 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
4682 * gdb.threads/print-threads.exp (test_all_threads): Allow
4683 negative and hexadecimal thread IDs.
4684
4685 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4686
4687 * gdb.java/jprint.java (public): Avoid invalid call to static
4688 method.
4689
4690 2007-05-14 Denis Pilat <denis.pilat@st.com>
4691
4692 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
4693 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
4694 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
4695 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
4696 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
4697
4698 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4699
4700 * gdb.base/overlays.exp: Add support for targets with only code
4701 overlay support, not data overlay. Support spu-*-* target in
4702 this mode.
4703 * gdb.base/ovlymgr.c: Provide stubs for spu target.
4704 * gdb.base/spu.ld: New file.
4705
4706 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
4707
4708 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
4709
4710 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
4711
4712 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
4713
4714 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4715
4716 * gdb.java/jmain.exp: Handle demangled names with and without method
4717 signatures.
4718
4719 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
4720
4721 * gdb.mi/mi-syn-frame.c (main, foo, bar)
4722 (have_a_very_merry_interrupt): Remove calls to puts.
4723 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
4724 inferior output.
4725 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
4726 test names.
4727
4728 2007-04-29 Markus Deuling <deuling@de.ibm.com>
4729 Daniel Jacobowitz <dan@codesourcery.com>
4730
4731 * gdb.base/auxv.exp (core_works): Also check is_remote.
4732 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
4733
4734 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
4735
4736 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
4737 message, not the undefined 'module' variable.
4738 * gdb.base/siginfo.exp: Likewise.
4739 * gdb.base/sigstep.exp: Likewise.
4740 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
4741 serialport.
4742 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
4743
4744 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
4745
4746 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
4747 target sim fails. Return 0 otherwise.
4748 (gdb_load): Return prematurely if gdb_target_sim fails.
4749
4750 2007-04-16 Denis Pilat <denis.pilat@st.com>
4751
4752 * gdb.base/setshow.exp: Reset height after having set it to 100.
4753
4754 2007-04-16 Denis Pilat <denis.pilat@st.com>
4755
4756 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
4757
4758 2007-04-16 Denis Pilat <denis.pilat@st.com>
4759
4760 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
4761
4762 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4763
4764 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
4765 tests. Run the frozen varobjs test.
4766 * gdb.mi/var-cmd.c (do_frozen_tests): New.
4767 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
4768
4769 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4770
4771 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
4772 gdb.base/type-opaque.exp: New files.
4773
4774 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
4775
4776 * gdb.mi/mi-var-child.c
4777 (do_children_tests): User char[2] instead of
4778 char so that automatic printing of pointers to char
4779 don't give unpredicable result.
4780 * gdb.mi/var-cmd.c (do_locals_test): Initialize
4781 local variables.
4782 * gdb.mi/mi-var-child.exp: Step to right line
4783 of do_children_tests.
4784 * gdb.mi/mi2-var-child.exp: Likewise.
4785 * gdb.mi/mi-var-cmd.exp: Step to right line of
4786 do_locals_tests.
4787 (do_children_tests): User char[2] instead of
4788 char so that automatic printing of pointers to char
4789 don't give unpredicable result.
4790 * gdb.mi/mi2-var-cmd.exp: Likewise.
4791 * lib/mi-support.exp (mi_continue_to_line):
4792 Pass test name to mi_wait_for_stop.
4793
4794 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4795
4796 * gdb.asm/asm-source.exp: Remove d10v case.
4797 * lib/gdb.exp (skip_cplus_tests): Likewise.
4798 * gdb.asm/d10v.inc: Deleted.
4799
4800 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4801
4802 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
4803
4804 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4805
4806 * config/netware.exp: Delete file.
4807
4808 2007-03-29 Joel Brobecker <brobecker@adacore.com>
4809
4810 * gdb.dwarf2/dw2-noloc.S: New file.
4811 * gdb.dwarf2/dw2-noloc.exp: New file.
4812
4813 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4814
4815 * gdb.cp/method2.cc: New test.
4816 * gdb.cp/method2.exp: New test.
4817 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
4818
4819 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4820
4821 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
4822
4823 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4824
4825 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
4826
4827 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
4828
4829 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
4830 (gdb_load): Delete, replace with...
4831 (gdb_reload): ...this.
4832 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
4833 * gdb.server/server-mon.exp: Likewise.
4834 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
4835 (gdb_start_cmd): New.
4836 (gdb_file_cmd): Save the last loaded file.
4837 (gdb_reload): New.
4838 (gdb_gnu_strip_debug): Use transform.
4839 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
4840 support here. Use new $last_loaded_file. Check mtime.
4841 (gdb_target_cmd): Handle ObjC failure case.
4842 (infer_host_exec): Delete.
4843 (gdbserver_load): Rename to...
4844 (gdbserver_run): ...this. Simplify.
4845 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
4846 (mi_gdb_load): Move most contents to a new function...
4847 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
4848 (mi_run_cmd): Use mi_gdb_target_load.
4849 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
4850 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
4851 Use gdb_run_cmd.
4852 * gdb.base/charsign.exp: Remove incorrect comment.
4853 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
4854 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
4855 gdb.base/start.exp: Use gdb_start_cmd.
4856
4857 2007-03-23 Nigel Stephens <nigel@mips.com>
4858 Maciej W. Rozycki <macro@mips.com>
4859
4860 * gdb.base/sigbpt.exp: Fix the message when skipping test.
4861 * gdb.base/signull.exp: Similarly.
4862
4863 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4864
4865 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
4866 messages available to test cases (like chng-sym.exp).
4867
4868 2007-03-14 Andreas Schwab <schwab@suse.de>
4869
4870 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
4871 format changes.
4872
4873 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
4874
4875 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
4876 (optimized_1): New.
4877 (main): Call optimized_1.
4878 (gdb2029): Correct typos. Call gdb2029_marker.
4879 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
4880 for gdb2029.
4881
4882 2007-03-12 Mark Kettenis <kettenis@gnu.org>
4883
4884 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
4885 as tabs. Remove redundant test pattern.
4886
4887 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4888
4889 * gdb.base/long_long.exp: Accept optional symbol name in <...>
4890 for /a format output.
4891
4892 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
4893
4894 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
4895 collect output incrementally.
4896
4897 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4898
4899 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
4900 for -var-create lpcharacter test.
4901 * gdb.mi/mi2-var-cmd.exp: Likewise.
4902
4903 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4904
4905 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
4906 pass on targets where address zero is readable.
4907
4908 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4909
4910 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
4911 just a single architecture.
4912
4913 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4914
4915 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
4916 (fetch_all_registers): New function, uses gdb_test_multiple and
4917 exp_continue to fetch inferior output line-by-line.
4918 Replace all uses of do_get_all_registers by fetch_all_registers.
4919
4920 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4921
4922 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
4923 in target_info.
4924
4925 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4926
4927 * gdb.threads/manythreads.exp: Use $message string for
4928 consistancy; add a default (timeout) case.
4929
4930 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4931
4932 * gdb.base/watchpoint.exp: Fix truncated comment.
4933
4934 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
4935
4936 * Makefile.in: Remove spurious single-quotes from sed command.
4937
4938 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4939
4940 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
4941 func.
4942 * gdb.mi/mi2-var-cmd.exp: Likewise.
4943
4944 2007-02-27 Joel Brobecker <brobecker@adacore.com>
4945
4946 * gdb.dwarf2/dw2-producer.S: New file.
4947 * gdb.dwarf2/dw2-producer.exp: New testcase.
4948
4949 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
4950
4951 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
4952 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
4953 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
4954 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
4955 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
4956 Revert tests to use mi_gdb_test and include value field in output
4957 of -var-create.
4958
4959 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4960
4961 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
4962
4963 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4964
4965 * gdb.base/maint.exp: Remove full paths from test names.
4966 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
4967 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
4968
4969 2007-02-27 Joel Brobecker <brobecker@adacore.com>
4970
4971 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
4972
4973 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4974
4975 * gdb.server/server-mon.exp: New test.
4976
4977 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4978
4979 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
4980
4981 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4982
4983 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
4984 register capitalization.
4985
4986 2007-02-13 Denis Pilat <denis.pilat@st.com>
4987
4988 * gdb.mi/mi-var-invalidate.exp: New file.
4989
4990 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4991
4992 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
4993
4994 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4995
4996 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
4997
4998 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4999
5000 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
5001 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
5002
5003 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
5004
5005 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
5006 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
5007 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
5008 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
5009 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
5010 * gdb.mi/gdb792.exp, lib/mi-support.exp:
5011 Update tests to include value field in output of -var-create.
5012
5013 2007-02-08 Andreas Schwab <schwab@suse.de>
5014
5015 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
5016
5017 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5018
5019 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
5020 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
5021
5022 2007-02-02 Denis Pilat <denis.pilat@st.com>
5023
5024 * gdb.threads/threadapply.exp: check that frame is not changed by
5025 the thread apply all command.
5026
5027 2007-01-31 Andreas Schwab <schwab@suse.de>
5028
5029 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
5030
5031 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
5032 in the dwarf sections.
5033 * gdb.dwarf2/mac-fileno.S: Likewise.
5034
5035 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
5036 bspstore register on ia64.
5037
5038 2007-01-29 Andreas Schwab <schwab@suse.de>
5039
5040 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
5041 "frame-begin" annotation.
5042
5043 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
5044 number of "frames-invalid" annotations.
5045
5046 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5047
5048 * gdb.base/commands.exp: Call if_commands_test.
5049 (gdb_test_no_prompt, if_commands_test): New.
5050
5051 2007-01-28 Mark Kettenis <kettenis@gnu.org>
5052
5053 * gdb.threads/sigthread.c (NSIGS): Make bigger.
5054
5055 2007-01-27 Andreas Schwab <schwab@suse.de>
5056
5057 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
5058 .short/.int/.quad in the dwarf sections.
5059 * gdb.dwarf2/dw2-intercu.S: Likewise.
5060 * gdb.dwarf2/dw2-intermix.S: Likewise.
5061
5062 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5063
5064 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
5065 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
5066 array.
5067 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
5068 * gdb.base/setvar.exp: Likewise.
5069
5070 2007-01-26 Andreas Schwab <schwab@suse.de>
5071
5072 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
5073 test.
5074
5075 * gdb.base/multi-forks.exp ("restart $i"): Also match
5076 __kernel_syscall_via_break.
5077
5078 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
5079
5080 * lib/mi-support.exp (mi_delete_varobj): New.
5081 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
5082 testcase.
5083 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
5084 (main): Call the above.
5085 (reference_update_test, base_in_reference_test)
5086 (reference_to_pointer): Delete the created varobjs.
5087
5088 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
5089
5090 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
5091 * configure: Regenerated.
5092 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
5093 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
5094 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
5095 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
5096 * lib/gdb.exp (gdb_skip_xml_test): New function.
5097
5098 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
5099
5100 * gdb.base/sigrepeat.exp: Correct error message.
5101
5102 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5103 Daniel Jacobowitz <dan@codesourcery.com>
5104
5105 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
5106 gdb.arch/i386-gnu-cfi-asm.S: New files.
5107
5108 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5109
5110 * lib/gdb.exp: Abort on missing `site.exp'.
5111
5112 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5113 Daniel Jacobowitz <dan@codesourcery.com>
5114
5115 * gdb.base/included.c, gdb.base/included.exp,
5116 gdb.base/included.h: New files.
5117
5118 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5119
5120 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
5121 (maximize_rlimit): Reduce limits on 64-bit systems.
5122
5123 2007-01-19 Mark Kettenis <kettenis@gnu.org>
5124
5125 From Marcus Deuling <deuling@de.ibm.com>:
5126 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
5127 every case.
5128
5129 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
5130
5131 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
5132 (test_path_specification): Use objdir instead of srcdir to always
5133 get an absolute filename.
5134
5135 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
5136
5137 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
5138
5139 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
5140
5141 * gdb.mi/mi-var-cp.cc (reference_update_tests):
5142 Make sure the variable we're using is in scope.
5143 (reference_to_pointer): Likewise.
5144
5145 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5146
5147 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
5148 has no debug information.
5149
5150 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5151
5152 * gdb.base/annota1.exp: Remove extra send_gdb.
5153
5154 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5155
5156 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
5157
5158 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5159
5160 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
5161
5162 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
5163 Daniel Jacobowitz <dan@codesourcery.com>
5164
5165 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
5166 lcharacter or linteger change. Correct duplicated test name.
5167 * gdb.mi/mi2-var-cmd.exp: Likewise.
5168
5169 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5170
5171 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
5172
5173 2007-01-05 Joel Brobecker <brobecker@adacore.com>
5174
5175 * gdb.base/nofield.c: New file.
5176 * gdb.base/nofield.exp: New testcase.
5177
5178 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5179
5180 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
5181
5182 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
5183 test.
5184
5185 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5186
5187 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
5188
5189 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5190
5191 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
5192 when continuing.
5193
5194 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
5195
5196 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
5197 Expect ".exe" extension.
5198
5199 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
5200
5201 * gdb.base/charset.exp: Add explicit filename to break.
5202 * gdb.base/dbx.exp: Add explicit filename to breaks.
5203
5204 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
5205
5206 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
5207 * gdb.mi/mi2-file.exp: Likewise.
5208
5209 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
5210
5211 Implement specification of MI tests as comments
5212 in C and C++ sources.
5213 * lib/mi-support.exp (mi_autotest_data): New variable.
5214 (mi_autotest_source): New variable.
5215 (count_newlines, mi_prepare_inline_tests)
5216 (mi_get_inline_test, mi_continue_to_line)
5217 (mi_run_inline_test, mi_tbreak)
5218 (mi_send_resuming_command, mi_wait_for_stop): New functions.
5219 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
5220 Run inline tests.
5221 * gdb.mi/mi-var-cp.cc: Define tests here.
5222
5223 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
5224
5225 Simplify usage of mi_continue_to.
5226 * lib/mi-support.exp (mi_runto_helper): Renamed
5227 from mi_runto, added new parameter 'run_or_continue'.
5228 (mi_runto): Use mi_runto_helper.
5229 (mi_continue_to): Accept just function name as parameter.
5230 Use mi_runto_helper.
5231 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
5232 * gdb.mi/mi2-var-cmd.exp: Likewise.
5233
5234 2006-01-04 Joel Brobecker <brobecker@adacore.com>
5235
5236 Make this testcase a bit more realistic. The current code
5237 is too simplistic, and allows the compiler to optimize out
5238 some of the entities we need for this testcase.
5239 * gdb.ada/null_record/bar.ads (Void_Star): New type.
5240 (Do_Nothing): Add extra parameter.
5241 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
5242 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
5243 by using a variable of type Void_Star.
5244
5245 2006-01-04 Joel Brobecker <brobecker@adacore.com>
5246
5247 * gdb.ada/catch_ex/foo.adb: New file.
5248 * gdb.ada/catch_ex.exp: New testcase.
5249
5250 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
5251
5252 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
5253 pass --image-base to linker.
5254
5255 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5256 Daniel Jacobowitz <dan@codesourcery.com>
5257
5258 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
5259 secondary prompts.
5260
5261 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5262
5263 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
5264 output. Test the types of members and member pointers.
5265 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
5266 gdb/2092.
5267 * gdb.cp/member-ptr.exp: Search for a comment instead of a
5268 statement. Enable for GCC. Update expected output for some tests
5269 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
5270 layout.
5271 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
5272 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
5273 (Diamond::vget_base): New.
5274 (main): Add new tests.
5275 * gdb.cp/printmethod.exp: Update expected output for member functions.
5276 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
5277 print pEe->D::vg().
5278
5279 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5280
5281 * gdb.threads/tls.exp: Allow stops in sem_post.
5282
5283 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
5284
5285 * gdb.base/annota1.exp: Allow .*printf in backtraces.
5286 * gdb.base/annota3.exp: Likewise.
5287 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
5288 again (instead of timing out).
5289 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
5290 GCC bug 26475.
5291 * gdb.java/jmisc.exp: Adjust to work with method signatures including
5292 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
5293 test from jmisc1.exp.
5294 * gdb.java/jmisc1.exp: Delete.
5295 * gdb.java/jprint.exp: Adjust to work with method signatures including
5296 return types.
5297 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
5298 * gdb.threads/linux-dp.exp: Don't be confused by program output.
5299 * lib/java.exp (compile_java_from_source): Pass the correct type
5300 to target_compile.
5301
5302 2006-12-31 Joel Brobecker <brobecker@adacore.com>
5303
5304 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
5305 (stack_align_edx): New function.
5306 (stack_align_eax): New function.
5307 (main): Add calls to stack_align_edx and stack_align_eax.
5308 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
5309 Add testing for the cases where the register used during a stack
5310 realignment is edx. Same for eax.
5311
5312 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
5313
5314 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
5315 and generic PE targets.
5316
5317 2006-12-29 Joel Brobecker <brobecker@adacore.com>
5318
5319 * gdb.ada/array_return.exp: Update copyright date list.
5320
5321 2006-12-27 Joel Brobecker <brobecker@adacore.com>
5322
5323 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
5324 (Create_Small_Float_Vector): New function.
5325 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
5326 function body.
5327 * gdb.ada/array_return/p.adb: Use new type and function from
5328 package Pck.
5329 * gdb.ada/array_return.exp: Add a test verifying that GDB is
5330 able to print the value returned by a function returning an
5331 array of float.
5332
5333 2006-12-20 Joel Brobecker <brobecker@adacore.com>
5334
5335 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
5336 The associated tests should be PASSing.
5337
5338 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5339
5340 Test for base in references.
5341 * gdb.mi/mi-var-cp.cc: Add test code.
5342 * gdb.mi/mi-var-cp.exp: Test for bases in references.
5343 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
5344 * gdb.mi/mi2-watch.exp: Likewise.
5345 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
5346 (mi_list_varobj_children): New function.
5347
5348 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5349
5350 * lib/mi-support.exp
5351 (mi_runto): Accept "()" after function name.
5352 (mi_create_varobj): New function.
5353 (mi_varobj_update): New function.
5354 (mi_Check_varobj_value): New function.
5355 * gdb.mi/mi-var-cp.exp: New file.
5356 * gdb.mi/mi-var-cp.cc: New file.
5357
5358 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
5359
5360 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
5361 gdb.base/weaklib2.c: New files.
5362
5363 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
5364
5365 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
5366 info. Adjust test names.
5367
5368 * gdb.base/break.c (main): Move position of malloc.
5369 * gdb.base/break.exp: Revert mistaken checkin.
5370
5371 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
5372
5373 * gdb.mi/mi-var-cmd.exp: Check -var-update after
5374 assignement of arrays and function pointers.
5375 * gdb.mi/var-cmd.c: Add declaration necessary for above
5376 tests.
5377
5378 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
5379
5380 * gdb.base/break.c (main): Call malloc.
5381
5382 * gdb.threads/linux-dp.exp: Read thread table before and after
5383 creating each philosopher and verify it.
5384
5385 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
5386 Paul Brook <paul@codesourcery.com>
5387 Daniel Jacobowitz <dan@codesourcery.com>
5388
5389 * gdb.base/ending-run.exp: Flatten expect script stepping out of
5390 main to remove duplication. Add start function of the form
5391 '_*start[1-9]*'. Add RVDS start function.
5392
5393 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
5394
5395 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
5396
5397 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5398
5399 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
5400 * gdb.asm/spu.inc: New file.
5401 * gdb.base/term.exp: Disable if [target_info exists noargs].
5402 * gdb.gdb/complaints.exp: Disable if ![isnative].
5403 * gdb.gdb/selftest.exp: Likewise.
5404 * gdb.gdb/observer.exp: Likewise.
5405 * gdb.gdb/xfullpath.exp: Likewise.
5406 * gdb.base/attach.exp: Disable on SPU target.
5407 * gdb.cp/bs145503.exp: Likewise.
5408 * gdb.cp/exception.exp: Likewise.
5409 * gdb.cp/userdef.exp: Likewise.
5410
5411 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
5412
5413 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
5414
5415 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
5416
5417 * gdb.base/completion.exp: Fix completion tests for
5418 'info' and 'info '.
5419 * gdb.base/help.exp (help_test_raw, test_class_help)
5420 (test_prefix_command_help): Move...
5421 * lib/gdb.exp: Here.
5422 * gdb.base/main.exp: Adjust.
5423 * gdb.cp/maint.exp: Adjust.
5424 * gdb.trace/tracecmd.exp: Use test_help_class.
5425
5426 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
5427
5428 * gdb.stabs/weird.exp (print_weird_var): Use
5429 gdb_test_multiple instead of gdb_expect.
5430
5431 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
5432
5433 * gdb.base/help.exp (help_test_raw): New.
5434 (test_class_help): New.
5435 (test_prefix_command_help): New.
5436 Adjust testcases.
5437
5438 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
5439
5440 * gdb.base/constvars.c (main): Write to crass and crips, so that
5441 they are allocated by the compiler.
5442
5443 2006-10-27 Andreas Schwab <schwab@suse.de>
5444
5445 * gdb.base/multi-forks.exp: Use "detach fork" instead of
5446 "detach-fork".
5447
5448 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
5449
5450 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
5451 of patterns.
5452
5453 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5454
5455 * gdb.base/sepdebug.exp: Remove debug format test.
5456 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
5457 Handle no-symtab.
5458 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
5459
5460 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5461
5462 * gdb.threads/manythreads.c (thread_function, main): Don't cast
5463 int to pointer or pointer to int.
5464 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
5465
5466 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
5467
5468 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
5469
5470 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5471
5472 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
5473
5474 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
5475
5476 PR c++/2116
5477 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
5478
5479 2006-10-06 Joel Brobecker <brobecker@adacore.com>
5480
5481 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
5482 the corresponding bug has been fixed in GDB (PR/2018).
5483
5484 2006-10-06 Joel Brobecker <brobecker@adacore.com>
5485
5486 * gdb.base/subst.exp: New testcase.
5487
5488 2006-10-06 Joel Brobecker <brobecker@adacore.com>
5489
5490 * gdb.ada/array_return/pck.ads: Add copyright notice.
5491 * gdb.ada/array_return/pck.adb: Likewise.
5492 * gdb.ada/array_return/p.adb: Likewise.
5493 * gdb.ada/exec_changed/first.adb: Likewise.
5494 * gdb.ada/exec_changed/second.adb: Likewise.
5495
5496 2006-10-06 Joel Brobecker <brobecker@adacore.com>
5497
5498 * gdb.ada/watch_arg/watch.adb: New file.
5499 * gdb.ada/watch_arg.exp: New testcase.
5500
5501 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
5502
5503 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
5504 via string_to_regexp.
5505 * gdb.mi/mi2-basics.exp: Likewise.
5506
5507 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
5508
5509 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
5510 Remove unused / obsolete files.
5511
5512 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
5513
5514 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
5515
5516 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5517
5518 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
5519 HIGH_FRAME argument to -stack-list-arguments can be larger than
5520 the number of frames.
5521
5522 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
5523
5524 * gdb.base/args.c (main): Add breakpoint marker.
5525 * gdb.base/args.exp: Use args_test for tests. Add new tests which
5526 really test empty arguments.
5527 (args_load): Delete.
5528 (args_test): New.
5529
5530 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
5531
5532 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
5533 check for one file.
5534
5535 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
5536
5537 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
5538 HIGH_FRAME argument to -stack-list-locals can be larger than
5539 the number of frames.
5540
5541 2006-08-18 Fred Fish <fnf@specifix.com>
5542
5543 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
5544 '$' in front of skip_vmx_tests_saved when setting that.
5545
5546 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
5547
5548 * gdb.base/trace-commands.exp: New file.
5549
5550 2006-08-10 Joel Brobecker <brobecker@adacore.com>
5551 Daniel Jacobowitz <dan@codesourcery.com>
5552
5553 * gdb.base/step-bt.exp: Make hexadecimal address optional in
5554 expected output of the backtrace commands.
5555
5556 2006-08-09 Joel Brobecker <brobecker@adacore.com>
5557
5558 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
5559 untested followed by return combination.
5560 * gdb.arch/altivec-regs.exp: Likewise.
5561 * gdb.arch/e500-abi.exp: Likewise.
5562 * gdb.arch/e500-regs.exp: Likewise.
5563 * gdb.arch/gdb1291.exp: Likewise.
5564 * gdb.arch/gdb1431.exp: Likewise.
5565 * gdb.arch/gdb1558.exp: Likewise.
5566 * gdb.arch/i386-prologue.exp: Likewise.
5567 * gdb.arch/i386-unwind.exp: Likewise.
5568 * gdb.asm/asm-source.exp: Likewise.
5569 * gdb.base/a2-run.exp: Likewise.
5570 * gdb.base/advance.exp: Likewise.
5571 * gdb.base/all-bin.exp: Likewise.
5572 * gdb.base/annota1.exp: Likewise.
5573 * gdb.base/annota3.exp: Likewise.
5574 * gdb.base/args.exp: Likewise.
5575 * gdb.base/arithmet.exp: Likewise.
5576 * gdb.base/assign.exp: Likewise.
5577 * gdb.base/async.exp: Likewise.
5578 * gdb.base/attach.exp: Likewise.
5579 * gdb.base/bang.exp: Likewise.
5580 * gdb.base/bigcore.exp: Likewise.
5581 * gdb.base/bitfields.exp: Likewise.
5582 * gdb.base/bitfields2.exp: Likewise.
5583 * gdb.base/break.exp: Likewise.
5584 * gdb.base/call-sc.exp: Likewise.
5585 * gdb.base/call-strs.exp: Likewise.
5586 * gdb.base/callfuncs.exp: Likewise.
5587 * gdb.base/checkpoint.exp: Likewise.
5588 * gdb.base/chng-syms.exp: Likewise.
5589 * gdb.base/code-expr.exp: Likewise.
5590 * gdb.base/commands.exp: Likewise.
5591 * gdb.base/completion.exp: Likewise.
5592 * gdb.base/cond-expr.exp: Likewise.
5593 * gdb.base/condbreak.exp: Likewise.
5594 * gdb.base/consecutive.exp: Likewise.
5595 * gdb.base/constvars.exp: Likewise.
5596 * gdb.base/corefile.exp: Likewise.
5597 * gdb.base/cvexpr.exp: Likewise.
5598 * gdb.base/dbx.exp: Likewise.
5599 * gdb.base/define.exp: Likewise.
5600 * gdb.base/detach.exp: Likewise.
5601 * gdb.base/display.exp: Likewise.
5602 * gdb.base/dump.exp: Likewise.
5603 * gdb.base/ena-dis-br.exp: Likewise.
5604 * gdb.base/ending-run.exp: Likewise.
5605 * gdb.base/environ.exp: Likewise.
5606 * gdb.base/eval-skip.exp: Likewise.
5607 * gdb.base/exprs.exp: Likewise.
5608 * gdb.base/fileio.exp: Likewise.
5609 * gdb.base/finish.exp: Likewise.
5610 * gdb.base/float.exp: Likewise.
5611 * gdb.base/foll-exec.exp: Likewise.
5612 * gdb.base/foll-fork.exp: Likewise.
5613 * gdb.base/foll-vfork.exp: Likewise.
5614 * gdb.base/freebpcmd.exp: Likewise.
5615 * gdb.base/funcargs.exp: Likewise.
5616 * gdb.base/gcore.exp: Likewise.
5617 * gdb.base/gdb1090.exp: Likewise.
5618 * gdb.base/gdb1250.exp: Likewise.
5619 * gdb.base/huge.exp: Likewise.
5620 * gdb.base/info-proc.exp: Likewise.
5621 * gdb.base/interrupt.exp: Likewise.
5622 * gdb.base/jump.exp: Likewise.
5623 * gdb.base/langs.exp: Likewise.
5624 * gdb.base/lineinc.exp: Likewise.
5625 * gdb.base/list.exp: Likewise.
5626 * gdb.base/logical.exp: Likewise.
5627 * gdb.base/long_long.exp: Likewise.
5628 * gdb.base/macscp.exp: Likewise.
5629 * gdb.base/maint.exp: Likewise.
5630 * gdb.base/mips_pro.exp: Likewise.
5631 * gdb.base/miscexprs.exp: Likewise.
5632 * gdb.base/multi-forks.exp: Likewise.
5633 * gdb.base/opaque.exp: Likewise.
5634 * gdb.base/overlays.exp: Likewise.
5635 * gdb.base/pc-fp.exp: Likewise.
5636 * gdb.base/pointers.exp: Likewise.
5637 * gdb.base/printcmds.exp: Likewise.
5638 * gdb.base/psymtab.exp: Likewise.
5639 * gdb.base/ptype.exp: Likewise.
5640 * gdb.base/recurse.exp: Likewise.
5641 * gdb.base/relational.exp: Likewise.
5642 * gdb.base/relocate.exp: Likewise.
5643 * gdb.base/remote.exp: Likewise.
5644 * gdb.base/reread.exp: Likewise.
5645 * gdb.base/restore.exp: Likewise.
5646 * gdb.base/return.exp: Likewise.
5647 * gdb.base/return2.exp: Likewise.
5648 * gdb.base/scope.exp: Likewise.
5649 * gdb.base/sect-cmd.exp: Likewise.
5650 * gdb.base/sep.exp: Likewise.
5651 * gdb.base/sepdebug.exp: Likewise.
5652 * gdb.base/setshow.exp: Likewise.
5653 * gdb.base/setvar.exp: Likewise.
5654 * gdb.base/sigall.exp: Likewise.
5655 * gdb.base/sigbpt.exp: Likewise.
5656 * gdb.base/signals.exp: Likewise.
5657 * gdb.base/signull.exp: Likewise.
5658 * gdb.base/sizeof.exp: Likewise.
5659 * gdb.base/solib.exp: Likewise.
5660 * gdb.base/step-line.exp: Likewise.
5661 * gdb.base/step-test.exp: Likewise.
5662 * gdb.base/structs.exp: Likewise.
5663 * gdb.base/structs2.exp: Likewise.
5664 * gdb.base/term.exp: Likewise.
5665 * gdb.base/twice.exp: Likewise.
5666 * gdb.base/until.exp: Likewise.
5667 * gdb.base/varargs.exp: Likewise.
5668 * gdb.base/volatile.exp: Likewise.
5669 * gdb.base/watchpoint.exp: Likewise.
5670 * gdb.base/whatis-exp.exp: Likewise.
5671 * gdb.base/whatis.exp: Likewise.
5672 * gdb.cp/ambiguous.exp: Likewise.
5673 * gdb.cp/annota2.exp: Likewise.
5674 * gdb.cp/annota3.exp: Likewise.
5675 * gdb.cp/bool.exp: Likewise.
5676 * gdb.cp/breakpoint.exp: Likewise.
5677 * gdb.cp/casts.exp: Likewise.
5678 * gdb.cp/class2.exp: Likewise.
5679 * gdb.cp/classes.exp: Likewise.
5680 * gdb.cp/cplusfuncs.exp: Likewise.
5681 * gdb.cp/ctti.exp: Likewise.
5682 * gdb.cp/derivation.exp: Likewise.
5683 * gdb.cp/exception.exp: Likewise.
5684 * gdb.cp/gdb1355.exp: Likewise.
5685 * gdb.cp/hang.exp: Likewise.
5686 * gdb.cp/inherit.exp: Likewise.
5687 * gdb.cp/local.exp: Likewise.
5688 * gdb.cp/m-data.exp: Likewise.
5689 * gdb.cp/m-static.exp: Likewise.
5690 * gdb.cp/member-ptr.exp: Likewise.
5691 * gdb.cp/method.exp: Likewise.
5692 * gdb.cp/misc.exp: Likewise.
5693 * gdb.cp/namespace.exp: Likewise.
5694 * gdb.cp/overload.exp: Likewise.
5695 * gdb.cp/ovldbreak.exp: Likewise.
5696 * gdb.cp/pr-1023.exp: Likewise.
5697 * gdb.cp/pr-1210.exp: Likewise.
5698 * gdb.cp/pr-574.exp: Likewise.
5699 * gdb.cp/printmethod.exp: Likewise.
5700 * gdb.cp/psmang.exp: Likewise.
5701 * gdb.cp/ref-params.exp: Likewise.
5702 * gdb.cp/ref-types.exp: Likewise.
5703 * gdb.cp/rtti.exp: Likewise.
5704 * gdb.cp/templates.exp: Likewise.
5705 * gdb.cp/try_catch.exp: Likewise.
5706 * gdb.cp/userdef.exp: Likewise.
5707 * gdb.cp/virtfunc.exp: Likewise.
5708 * gdb.disasm/am33.exp: Likewise.
5709 * gdb.disasm/h8300s.exp: Likewise.
5710 * gdb.disasm/mn10300.exp: Likewise.
5711 * gdb.disasm/sh3.exp: Likewise.
5712 * gdb.disasm/t01_mov.exp: Likewise.
5713 * gdb.disasm/t02_mova.exp: Likewise.
5714 * gdb.disasm/t03_add.exp: Likewise.
5715 * gdb.disasm/t04_sub.exp: Likewise.
5716 * gdb.disasm/t05_cmp.exp: Likewise.
5717 * gdb.disasm/t06_ari2.exp: Likewise.
5718 * gdb.disasm/t07_ari3.exp: Likewise.
5719 * gdb.disasm/t08_or.exp: Likewise.
5720 * gdb.disasm/t09_xor.exp: Likewise.
5721 * gdb.disasm/t10_and.exp: Likewise.
5722 * gdb.disasm/t11_logs.exp: Likewise.
5723 * gdb.disasm/t12_bit.exp: Likewise.
5724 * gdb.disasm/t13_otr.exp: Likewise.
5725 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
5726 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
5727 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5728 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
5729 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
5730 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
5731 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
5732 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
5733 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
5734 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
5735 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
5736 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
5737 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
5738 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
5739 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
5740 * gdb.mi/gdb701.exp: Likewise.
5741 * gdb.mi/gdb792.exp: Likewise.
5742 * gdb.mi/mi-basics.exp: Likewise.
5743 * gdb.mi/mi-break.exp: Likewise.
5744 * gdb.mi/mi-cli.exp: Likewise.
5745 * gdb.mi/mi-console.exp: Likewise.
5746 * gdb.mi/mi-disassemble.exp: Likewise.
5747 * gdb.mi/mi-eval.exp: Likewise.
5748 * gdb.mi/mi-file.exp: Likewise.
5749 * gdb.mi/mi-read-memory.exp: Likewise.
5750 * gdb.mi/mi-regs.exp: Likewise.
5751 * gdb.mi/mi-return.exp: Likewise.
5752 * gdb.mi/mi-simplerun.exp: Likewise.
5753 * gdb.mi/mi-stack.exp: Likewise.
5754 * gdb.mi/mi-stepi.exp: Likewise.
5755 * gdb.mi/mi-syn-frame.exp: Likewise.
5756 * gdb.mi/mi-until.exp: Likewise.
5757 * gdb.mi/mi-var-block.exp: Likewise.
5758 * gdb.mi/mi-var-child.exp: Likewise.
5759 * gdb.mi/mi-var-cmd.exp: Likewise.
5760 * gdb.mi/mi-var-display.exp: Likewise.
5761 * gdb.mi/mi-watch.exp: Likewise.
5762 * gdb.mi/mi2-basics.exp: Likewise.
5763 * gdb.mi/mi2-break.exp: Likewise.
5764 * gdb.mi/mi2-cli.exp: Likewise.
5765 * gdb.mi/mi2-console.exp: Likewise.
5766 * gdb.mi/mi2-disassemble.exp: Likewise.
5767 * gdb.mi/mi2-eval.exp: Likewise.
5768 * gdb.mi/mi2-file.exp: Likewise.
5769 * gdb.mi/mi2-read-memory.exp: Likewise.
5770 * gdb.mi/mi2-regs.exp: Likewise.
5771 * gdb.mi/mi2-return.exp: Likewise.
5772 * gdb.mi/mi2-simplerun.exp: Likewise.
5773 * gdb.mi/mi2-stack.exp: Likewise.
5774 * gdb.mi/mi2-stepi.exp: Likewise.
5775 * gdb.mi/mi2-syn-frame.exp: Likewise.
5776 * gdb.mi/mi2-until.exp: Likewise.
5777 * gdb.mi/mi2-var-block.exp: Likewise.
5778 * gdb.mi/mi2-var-child.exp: Likewise.
5779 * gdb.mi/mi2-var-cmd.exp: Likewise.
5780 * gdb.mi/mi2-var-display.exp: Likewise.
5781 * gdb.mi/mi2-watch.exp: Likewise.
5782 * gdb.stabs/exclfwd.exp: Likewise.
5783 * gdb.stabs/weird.exp: Likewise.
5784 * gdb.threads/gcore-thread.exp: Likewise.
5785 * gdb.trace/actions.exp: Likewise.
5786 * gdb.trace/backtrace.exp: Likewise.
5787 * gdb.trace/circ.exp: Likewise.
5788 * gdb.trace/collection.exp: Likewise.
5789 * gdb.trace/deltrace.exp: Likewise.
5790 * gdb.trace/infotrace.exp: Likewise.
5791 * gdb.trace/limits.exp: Likewise.
5792 * gdb.trace/packetlen.exp: Likewise.
5793 * gdb.trace/passc-dyn.exp: Likewise.
5794 * gdb.trace/passcount.exp: Likewise.
5795 * gdb.trace/report.exp: Likewise.
5796 * gdb.trace/save-trace.exp: Likewise.
5797 * gdb.trace/tfind.exp: Likewise.
5798 * gdb.trace/tracecmd.exp: Likewise.
5799 * gdb.trace/while-dyn.exp: Likewise.
5800 * gdb.trace/while-stepping.exp: Likewise.
5801
5802 2006-08-08 Joel Brobecker <brobecker@adacore.com>
5803
5804 * gdb.base/step-bt.c: New file.
5805 * gdb.base/step-bt.exp: New testcase.
5806
5807 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5808
5809 * config/monitor.exp (gdb_load): Remove support for obsolete
5810 download-write-size.
5811 * gdb.base/remote.exp: Likewise. Update all callers of
5812 gdb_timed_load.
5813
5814 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
5815
5816 * cursal.exp: Pass binfile to gdb_load.
5817
5818 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
5819
5820 * gdb.base/cursal.exp: Add "" to gdb_load call.
5821
5822 2006-07-29 Mark Kettenis <kettenis@gnu.org>
5823
5824 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
5825 NetBSD/ELF targets.
5826
5827 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
5828
5829 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
5830 operator*.
5831
5832 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
5833
5834 * gdb.base/completion.exp: Update for change in "file" behavior.
5835 * gdb.stabs/weird.exp: Likewise.
5836 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
5837 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
5838
5839 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
5840
5841 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
5842 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
5843
5844 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5845
5846 * gdb.base/default.exp: Update source command error message.
5847 * gdb.base/help.exp: Update 'help source' message.
5848
5849 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
5850
5851 * gdb.cp/bs15503.exp: Update comment for no longer crashing
5852 test.
5853
5854 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
5855
5856 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
5857
5858 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5859
5860 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
5861
5862 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
5863
5864 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
5865
5866 2006-07-17 Mark Kettenis <kettenis@gnu.org>
5867
5868 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
5869 *-*-openbsd* from targets for wich we expect ARM FPA floating
5870 point format.
5871
5872 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
5873
5874 * gdb.cp/annota3.exp: Expect frame-begin annotation.
5875
5876 2006-07-17 Mark Kettenis <kettenis@gnu.org>
5877
5878 * gdb.base/annota3.exp: Expect frame-begin annotation.
5879
5880 2006-07-14 Joel Brobecker <brobecker@adacore.com>
5881
5882 * gdb.base/help.exp: Adjust "help unset" test to accept
5883 any list of unset commands.
5884
5885 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
5886 Daniel Jacobowitz <dan@codesourcery.com>
5887
5888 * gdb.cp/ref-params.exp: New test.
5889 * gdb.cp/ref-params.cc: New source file.
5890 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
5891
5892 2006-07-08 Mark Kettenis <kettenis@gnu.org>
5893
5894 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
5895 spaces/tabs in regular expressions since they might not be there.
5896
5897 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
5898
5899 * gdb.base/ifelse.exp: New file.
5900
5901 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
5902
5903 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
5904 line.
5905 * gdb.base/huge.exp: Loop over compilation to find a size that
5906 is acceptable.
5907 * gdb.base/remote.exp: Correct expected strings.
5908 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
5909
5910 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5911
5912 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
5913
5914 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5915
5916 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
5917 native.
5918
5919 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5920
5921 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
5922 enable stabs testing.
5923
5924 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5925
5926 * gdb.base/auxv.exp: Intercept undefined command messages before
5927 gdb_test_multiple does.
5928
5929 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5930
5931 * Makefile.in (host_alias): Remove.
5932 (target_alias): Use @target_noncanonical@.
5933 (site.exp): Don't set host_alias.
5934 * aclocal.m4: Remove contents. Include acx.m4.
5935 * configure: Regenerated.
5936 * configure.ac: Use ACX_NONCANONICAL_TARGET.
5937
5938 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
5939
5940 * lib/gdb.exp (gdb_load_cmd): New.
5941
5942 * gdb.base/fileio.c: Add system(NULL) test.
5943 * gdb.base/fileio.exp: Check it.
5944
5945 * gdb.base/break.c: Add 10a breakpoint at }
5946 * gdb.base/break.exp: Add test for breakpoint at }
5947 * gdb.cp/anon-union.cc: Add code at end of function.
5948 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
5949 * gdb.mi/var-cmd.c: Add code at end of function.
5950 * gdb.mi/mi-var-display.exp: Adjust end of next.
5951 * gdb.mi/mi2-var-display.exp: Likewise.
5952 * gdb.base/fileio.c: Add stop function and insert calls at
5953 stopping places.
5954 * gdb.base/fileio.exp: Breakpoint stop function and remove
5955 explicit line number references.
5956
5957 2006-05-19 Joel Brobecker <brobecker@adacore.com>
5958
5959 * gdb.base/del.exp (test_delete_alias): New function.
5960 Now check that both "del" and "d" work as aliases for "delete".
5961
5962 2006-05-18 Fred Fish <fnf@specifix.com>
5963
5964 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
5965 required. Check for spurious output after program exits normally.
5966
5967 2006-05-17 Fred Fish <fnf@specifix.com>
5968
5969 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
5970 gdb_load, so it works in the simulator.
5971
5972 2006-05-11 Fred Fish <fnf@specifix.com>
5973
5974 * gdb.base/bang.exp: Ignore unexpected output between the
5975 "program exited normally" and the gdb prompt, as many other
5976 tests do.
5977
5978 2006-05-07 Mark Kettenis <kettenis@gnu.org>
5979
5980 * gdb.base/help.exp: Make "delete checkpoint" part option for
5981 "help d" and "help delete" tests.
5982
5983 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5984
5985 * gdb.mi/mi-basics.exp: Add missing serial number to
5986 expected output in some mi_gdb_test statements.
5987 * gdb.mi/mi2-basics.exp: Likewise.
5988
5989 2006-05-05 Joel Brobecker <brobecker@adacore.com>
5990
5991 * gdb.base/del.c: New file.
5992 * gdb.base/del.exp: New testcase.
5993
5994 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
5995
5996 * gdb.base/break.exp: Do not assume a breakpoint on
5997 main will actually be in $srcfile when optimizing.
5998 * gdb.base/savedregs.exp: Do not require that the dummy
5999 frame location match up to a symbol and source file location.
6000 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
6001 will get printed without a mi_cmd_data_list_register_values prefix.
6002 (*-data-list-register-*): Correct regular expressions to expect the new
6003 pseudo d? floating point registers.
6004 * gdb.mi/mi2-regs.exp: Likewise.
6005
6006 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
6007
6008 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
6009 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
6010 is allocated by the compiler.
6011 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
6012 anons, e, anone to force their allocation by the compiler.
6013
6014 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6015
6016 * gdb.base/help.exp: Update expected text for help d and
6017 help delete.
6018
6019 2006-05-02 Mark Kettenis <kettenis@gnu.org>
6020
6021 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
6022 NetBSD/ELF targets.
6023
6024 2006-04-30 Mark Kettenis <kettenis@gnu.org>
6025
6026 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
6027 single-step breakpoint fails; make this a KFAIL on
6028 sparc*-*-openbsd*.
6029 * gdb.base/siginfo.exp: Likewise.
6030 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6031
6032 2006-04-26 Michael Snyder <msnyder@redhat.com>
6033
6034 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
6035 which may have to consume output from other forks.
6036 Add tests to make sure that "delete fork" succeeded.
6037
6038 2006-04-20 Michael Snyder <msnyder@redhat.com>
6039
6040 * 2006-03-22 Jim Blandy <jimb@redhat.com>
6041 Add support for the Renesas M32C and M16C.
6042
6043 * gdb.asm/asm-source.exp: Add m32c target.
6044 * gdb.asm/m32c.inc: Support for m32c target.
6045
6046 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
6047
6048 * gdb.base/commands.exp (recursive_source_test): New test.
6049
6050 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
6051
6052 * gdb.base/float.exp: Add pattern for sparc targets.
6053
6054 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6055
6056 * gdb.base/commands.exp (stray_arg0_test): New test.
6057
6058 2006-03-30 Paul Brook <paul@codesourcery.com>
6059
6060 * gdb.mi/mi-until.exp: kfail broken until command.
6061 * gdb.mi/mi2-until.exp: Ditto.
6062
6063 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
6064
6065 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
6066
6067 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
6068
6069 * gdb.base/prelink.exp: Anchor tested-for regular expression
6070 on gdb prompt.
6071
6072 2006-03-07 Paul Brook <paul@codesourcery.com>
6073
6074 * gdb.base/assign.exp: Correct fail message.
6075
6076 2006-03-07 Paul Brook <paul@codesourcery.com>
6077
6078 * lib/compiler.c: Extract armcc version number.
6079 * lib/compiler.cc: Ditto.
6080
6081 2006-03-07 Paul Brook <paul@codesourcery.com>
6082
6083 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
6084 additional_flags=-w.
6085 * gdb.arch/altivec-regs.exp: Ditto.
6086 * gdb.arch/e500-abi.exp: Ditto.
6087 * gdb.arch/e500-regs.exp: Ditto.
6088 * gdb.base/all-bin.exp: Ditto.
6089 * gdb.base/annota1.exp: Ditto.
6090 * gdb.base/annota3.exp: Ditto.
6091 * gdb.base/args.exp: Ditto.
6092 * gdb.base/arithmet.exp: Ditto.
6093 * gdb.base/assign.exp: Ditto.
6094 * gdb.base/async.exp: Ditto.
6095 * gdb.base/bang.exp: Ditto.
6096 * gdb.base/break.exp: Ditto.
6097 * gdb.base/call-rt-st.exp: Ditto.
6098 * gdb.base/completion.exp: Ditto.
6099 * gdb.base/cond-expr.exp: Ditto.
6100 * gdb.base/condbreak.exp: Ditto.
6101 * gdb.base/consecutive.exp: Ditto.
6102 * gdb.base/define.exp: Ditto.
6103 * gdb.base/display.exp: Ditto.
6104 * gdb.base/ena-dis-br.exp: Ditto.
6105 * gdb.base/environ.exp: Ditto.
6106 * gdb.base/eval-skip.exp: Ditto.
6107 * gdb.base/info-proc.exp: Ditto.
6108 * gdb.base/jump.exp: Ditto.
6109 * gdb.base/logical.exp: Ditto.
6110 * gdb.base/long_long.exp: Ditto.
6111 * gdb.base/maint.exp: Ditto.
6112 * gdb.base/miscexprs.exp: Ditto.
6113 * gdb.base/pc-fp.exp: Ditto.
6114 * gdb.base/pointers.exp: Ditto.
6115 * gdb.base/relational.exp: Ditto.
6116 * gdb.base/reread.exp: Ditto.
6117 * gdb.base/sect-cmd.exp: Ditto.
6118 * gdb.base/sep.exp: Ditto.
6119 * gdb.base/sepdebug.exp: Ditto.
6120 * gdb.base/until.exp: Ditto.
6121 * gdb.base/whatis-exp.exp: Ditto.
6122 * gdb.cp/annota2.exp: Ditto.
6123 * gdb.cp/annota3.exp: Ditto.
6124 * gdb.trace/actions.exp: Ditto.
6125 * gdb.trace/backtrace.exp: Ditto.
6126 * gdb.trace/circ.exp: Ditto.
6127 * gdb.trace/collection.exp: Ditto.
6128 * gdb.trace/deltrace.exp: Ditto.
6129 * gdb.trace/infotrace.exp: Ditto.
6130 * gdb.trace/limits.exp: Ditto.
6131 * gdb.trace/packetlen.exp: Ditto.
6132 * gdb.trace/passc-dyn.exp: Ditto.
6133 * gdb.trace/passcount.exp: Ditto.
6134 * gdb.trace/report.exp: Ditto.
6135 * gdb.trace/save-trace.exp: Ditto.
6136 * gdb.trace/tfind.exp: Ditto.
6137 * gdb.trace/tracecmd.exp: Ditto.
6138 * gdb.trace/while-dyn.exp: Ditto.
6139 * gdb.trace/while-stepping.exp: Ditto.
6140 * lib/gdb.exp: Ditto.
6141 (gdb_compile): Handle nowarning option.
6142
6143 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
6144
6145 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
6146 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
6147 Rename executable to prelinkt. Don't re-prelink if we didn't
6148 get a core file. Test prelink -u exit status to tell whether
6149 prelinking failed. Use gdb_test_multiple.
6150
6151 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6152
6153 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
6154 (do_tests): Call it.
6155
6156 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
6157
6158 * gdb.base/prelink.exp: New test.
6159 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
6160
6161 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
6162
6163 * gdb.fortran/derived-type.f90: New file.
6164 * gdb.fortran/derived-type.exp: New testcase.
6165
6166 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
6167
6168 * gdb.base/default.exp: Allow ';' as a directory separator.
6169
6170 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
6171
6172 * gdb.base/help.exp (help add-symbol-file): Update.
6173
6174 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
6175
6176 * gdb.base/help.exp (help load): Update expected results.
6177
6178 2006-02-19 Fred Fish <fnf@specifix.com>
6179
6180 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
6181 specifix hex value as part of results.
6182 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
6183
6184 2006-02-16 Fred Fish <fnf@specifix.com>
6185
6186 * gdb.base/whatis.c: Define variables using typedefs char_addr,
6187 ushort_addr, and slong_addr, so the typedefs are not optimized
6188 away.
6189 * gdb.base/whatis.exp: Add tests using type name for struct type,
6190 union type, enum type, and typedef.
6191
6192 2006-02-13 Mark Kettenis <kettenis@gnu.org>
6193
6194 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
6195
6196 2006-02-13 Jim Blandy <jimb@redhat.com>
6197
6198 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
6199 case where it takes two "next" commands to skip past the init
6200 call.
6201
6202 2006-02-12 Fred Fish <fnf@specifix.com>
6203
6204 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
6205 to handle cases where it takes two "next" commands to skip
6206 past the init call.
6207
6208 2006-02-07 Joel Brobecker <brobecker@adacore.com>
6209
6210 * gdb.ada/array_return.exp: Mark the last test as expected to fail
6211 on hppa32 targets.
6212
6213 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
6214
6215 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
6216 field.
6217
6218 2006-01-29 Mark Kettenis <kettenis@gnu.org>
6219
6220 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
6221
6222 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
6223
6224 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
6225 files.
6226
6227 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6228
6229 * gdb.cp/maint.exp: Set complaints to a positive value.
6230
6231 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
6232
6233 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
6234 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
6235 function name.
6236
6237 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
6238
6239 * gdb.base/checkpoint.c: Update copyright notice. Include
6240 <stdlib.h>.
6241
6242 2006-01-04 Jim Blandy <jimb@redhat.com>
6243
6244 * gdb.asm/asm-source.exp: Independently provide default values for
6245 asm-flags and debug-flags. Use 'string equal' to do the
6246 comparison, not the implicit expr's '==' operator. Remove
6247 now-unneeded assignments to asm-flags. In h8300 case, place
6248 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
6249
6250 2006-01-04 Michael Snyder <msnyder@redhat.com>
6251
6252 * gdb.base/checkpoint.c: New file.
6253 * gdb.base/checkpoint.exp: New file.
6254 * gdb.base/multi-fork.c: New file.
6255 * gdb.base/multi-fork.exp: New file.
6256 * gdb.base/pi.txt: New file (data for checkpoint.c test).
6257
6258 2006-01-04 Fred Fish <fnf@specifix.com>
6259
6260 * gdb.base/ptype.c (foo): Add typedef.
6261 (intfoo): Add function.
6262 * gdb.base/ptype1.c: New file.
6263 * gdb.base/ptype.exp: Handle compilation and linking with two
6264 source files. Test that proper type for "foo" is found based
6265 on source context rather than first match found in symtabs.
6266
6267 2005-12-28 Mark Kettenis <kettenis@gnu.org>
6268
6269 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
6270 * gdb.asm/openbsd.inc: Indent commands.
6271
6272 2005-12-26 Mark Kettenis <kettenis@gnu.org>
6273
6274 * gdb.base/freebpcmd.exp: Increase timeout.
6275
6276 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
6277
6278 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
6279
6280 * gdb.base/default.exp: Update check for "show version".
6281
6282 2005-12-09 Randolph Chung <tausq@debian.org>
6283
6284 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
6285 * gdb.asm/pa64.inc: New file.
6286
6287 2005-12-09 Randolph Chung <tausq@debian.org>
6288
6289 * gdb.asm/common.inc: Indent commands.
6290 * gdb.asm/asmsrc1.s: Likewise.
6291 * gdb.asm/asmsrc2.s: Likewise.
6292
6293 2005-12-09 Randolph Chung <tausq@debian.org>
6294
6295 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
6296 (get_addr_of_sym): Remove duplicate print.
6297 (gen_core): xfail hppa*-*-hpux*, update expected output.
6298 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
6299 * gdb.arch/pa64-nullify.s: New file.
6300
6301 2005-12-09 Randolph Chung <tausq@debian.org>
6302
6303 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
6304
6305 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
6306
6307 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
6308 code generation for these functions.
6309 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
6310 error message.
6311
6312 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6313
6314 * gdb.base/help.exp (help b, help br, help bre, help brea)
6315 (help break): Update the expected message.
6316
6317 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
6318
6319 * gdb.asm/m68hc11.inc: Setup the data section.
6320 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
6321 script for this test.
6322 (m6812-*-*): Likewise.
6323
6324 2005-11-09 Randolph Chung <tausq@debian.org>
6325
6326 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
6327
6328 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
6329
6330 * gdb.base/break.exp: Fix a comment typo.
6331
6332 2005-11-03 Jim Blandy <jimb@redhat.com>
6333
6334 Checked in by Elena Zannoni <ezannoni@redhat.com>
6335
6336 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
6337
6338 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
6339
6340 * gdb.arch/gdb1558.c: Include stdio.h.
6341
6342 2005-10-31 Mark Kettenis <kettenis@gnu.org>
6343
6344 * gdb.asm/asm-source.exp: Use -e instead of --entry.
6345
6346 2005-10-31 Mark Kettenis <kettenis@gnu.org>
6347
6348 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
6349
6350 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
6351
6352 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
6353 vscr" tests to better match output.
6354
6355 2005-10-12 Jim Blandy <jimb@redhat.com>
6356
6357 * gdb.base/structs.exp (any): New function.
6358 (test_struct_returns): Don't make any assumptions at all about
6359 what value the function returns when GDB can't set the return
6360 value.
6361
6362 2005-10-09 Joel Brobecker <brobecker@adacore.com>
6363
6364 * gdb.ada/arrayidx/p.adb: New file.
6365 * gdb.ada/arrayidx.exp: New testcase
6366
6367 2005-10-09 Joel Brobecker <brobecker@adacore.com>
6368
6369 * gdb.ada/array_return/pck.ads: New file.
6370 * gdb.ada/array_return/pck.adb: New file.
6371 * gdb.ada/array_return/p.adb: New file.
6372 * gdb.ada/array_return.exp: New testcase.
6373
6374 2005-10-03 Joel Brobecker <brobecker@adacore.com>
6375
6376 * gdb.base/arrayidx.c: New file.
6377 * gdb.base/arrayidx.exp: New testcase.
6378
6379 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
6380
6381 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
6382 frames-invalid and breakpoints-invalid are no longer generated
6383 with level 3 so don't expect them in the output.
6384
6385 2005-09-27 Bob Rossi <bob@brasko.net>
6386
6387 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
6388 from test. Escape the | in mi_gdb_test call.
6389 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
6390 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
6391 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
6392 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
6393 expected regex's in mi_gdb_test calls.
6394 * lib/mi-support.exp: Remove arbitrary .* from tests.
6395 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
6396 Fully anchor GDB/MI expected results in mi_gdb_test.
6397 * lib/gdb.exp (string_to_regexp): Escape the ] character.
6398 * gdb.base/sizeof.exp: Remove escape character. Correct test.
6399
6400 2005-09-26 Paul Brook <paul@codesourcery.com>
6401
6402 * long_long.exp: Exclude eabi targets from arm FPA float format test.
6403
6404 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
6405
6406 * bfp-test.c: New file.
6407 * bfp-test.exp: New testcase.
6408
6409 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
6410
6411 * gdb.fortran/subarray.exp: New testcase to test the evaluation
6412 of subarray and substring variable.
6413 * gdb.fortran/subarray.f: New source file for the test of subarray
6414 and substring variable evaluation.
6415 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
6416 of string constant.
6417
6418 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
6419
6420 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
6421 copyright dates.
6422
6423 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
6424
6425 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
6426 powerpc altivec' test with an almost identical 'info vector' test.
6427
6428 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
6429
6430 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
6431 vscr" tests to match output.
6432
6433 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
6434
6435 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
6436 output.
6437
6438 2005-09-11 Bob Rossi <bob@brasko.net>
6439
6440 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
6441 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
6442 commands that return an MI output command and an asyncronous MI output
6443 command.
6444 * gdb.mi/mi-console.exp: Ditto.
6445
6446 2005-09-11 Bob Rossi <bob@brasko.net>
6447
6448 * gdb.mi/mi-var-child.c: Include <string.h>.
6449
6450 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
6451
6452 * killed.exp: Correct gdb_expect syntax.
6453
6454 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
6455
6456 * lib/mi-support.exp (mi_gdb_load): Fix typo.
6457
6458 2005-08-02 Bob Rossi <bob@brasko.net>
6459
6460 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
6461 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
6462 Change tests to inferior-tty-set/show.
6463 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
6464 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
6465 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
6466 inferior. Use mi_gdb_test to get GDB and Inferior output.
6467 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
6468 descriptor.
6469 (mi_inferior_tty_name): Add inferior PTY file name.
6470 (mi_gdb_start): Add INFERIOR_PTY parameter.
6471 (mi_gdb_test): Add IPATTERN parameter.
6472
6473 2005-08-02 Bob Rossi <bob@brasko.net>
6474
6475 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
6476 parameter to mi_gdb_test.
6477 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
6478
6479 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6480
6481 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
6482 struct_declarations.
6483 * gdb.mi/mi-var-child.exp: Step over the initialization of
6484 struct_declarations.
6485
6486 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6487
6488 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
6489 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
6490 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
6491 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
6492 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
6493 file.
6494
6495 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
6496
6497 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
6498 (do_children_tests): Assign values to the extra elements.
6499
6500 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
6501 them for tests for "-var-update --no-values" and
6502 "-var-update --all-values".
6503 Add test for "-var-list-children --simple-values".
6504
6505 * gdb.mi/basics.c (callee4): Add integer array D[3]...
6506
6507 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
6508 "-stack-list-locals --simple-values" Improve doc strings and
6509 comments.
6510
6511 2005-07-18 Mark Kettenis <kettenis@gnu.org>
6512
6513 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
6514 *-*-openbsd*.
6515 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
6516
6517 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
6518 sigaltsatck'.
6519
6520 2005-07-14 Bob Rossi <bob@brasko.net>
6521
6522 * gdb.base/default.exp (tty): Changed output of command.
6523 * gdb.base/help.exp (help tty): Ditto.
6524
6525 2005-07-12 Mark Kettenis <kettenis@gnu.org>
6526
6527 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
6528
6529 2005-07-10 Mark Kettenis <kettenis@gnu.org>
6530
6531 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
6532 -stack-select-frame without arguments.
6533 (test_stack_frame_listing): Add test for newly implemented command
6534 -stack-info-frame.
6535
6536 2005-07-06 Bob Rossi <bob@brasko.net>
6537
6538 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
6539 command.
6540 (Copyright): Update copyright.
6541
6542 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
6543
6544 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
6545 tests to evaluate exponentiation expression.
6546
6547 2005-06-29 Andreas Schwab <schwab@suse.de>
6548
6549 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
6550 main to avoid warnings.
6551
6552 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
6553
6554 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
6555
6556 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
6557 -stack-select-frame without arguments.
6558 (test_stack_frame_listing): Add test for newly implemented command
6559 -stack-info-frame.
6560
6561 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
6562
6563 * gdb.fortran/array-element.f: New file.
6564 * gdb.fortran/array-element.exp: New testcase.
6565
6566 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6567
6568 * gdb.base/bigcore.exp: Correct checks for systems which can
6569 not dump a large core file.
6570
6571 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6572
6573 * gdb.base/relocate.c: Add a copyright notice.
6574 (dummy): Remove.
6575 * gdb.base/relocate.exp: Test printing the values of variables
6576 from a relocatable file.
6577
6578 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6579
6580 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
6581 excess MI output after an error.
6582
6583 2005-05-29 Joel Brobecker <brobecker@adacore.com>
6584
6585 * gdb.arch/alpha-step.c: New file.
6586 * gdb.arch/alpha-step.exp: New testcase.
6587
6588 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
6589 Dennis Brueni <dennis@slickedit.com>
6590
6591 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
6592 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
6593 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
6594 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
6595 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
6596 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
6597 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
6598
6599 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
6600 Wu Zhou <woodzltc@cn.ibm.com>
6601
6602 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
6603 IBM's xlc compiler.
6604 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
6605 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
6606
6607 2005-05-13 Jim Blandy <jimb@redhat.com>
6608
6609 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
6610 calling gdb_suppress_entire_file.
6611 * gdb.base/charset.exp: Same.
6612 * gdb.base/call-rt-st.exp: Same.
6613
6614 2005-05-05 Bob Rossi <bob_rossi@cox.net>
6615
6616 * lib/gdb.exp (fullname_syntax): Added global regex.
6617 (fullname_syntax_POSIX): Ditto.
6618 (fullname_syntax_UNC): Ditto.
6619 (fullname_syntax_DOS_CASE): Ditto.
6620 (fullname_syntax_DOS): Ditto.
6621 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
6622 fullname_syntax variable to scope and use it.
6623 (test_file_list_exec_source_files): Ditto.
6624 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
6625
6626 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
6627
6628 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
6629
6630 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
6631
6632 * lib/gdb.exp (skip_altivec_tests): New function, based on
6633 check_vmx_hw_available from the GCC testsuite.
6634 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
6635 * lib/gdb.arch/altivec-regs.exp: Likewise.
6636
6637 2005-05-02 Jim Blandy <jimb@redhat.com>
6638
6639 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
6640 calling gdb_suppress_entire_file.
6641
6642 2005-04-30 Randolph Chung <tausq@debian.org>
6643
6644 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
6645 Slightly relax "sem_post" name checking.
6646
6647 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6648
6649 * gdb.base/unload.exp: Use new shared library infrastructure.
6650
6651 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
6652
6653 * gdb.base/so-impl-ld.exp: Use new shared library
6654 infrastructure.
6655
6656 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
6657
6658 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
6659 * gdb.asm/h8300.inc: New file.
6660
6661 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6662
6663 * gdb.base/shlib-call.exp: Change to use new shared library
6664 infrastructure.
6665
6666 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6667
6668 * gdb.base/pending.exp: Change to use new shared library
6669 infrastructure.
6670
6671 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
6672
6673 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
6674 use test_compiler_info instead of gcc_compiled, and update copyright.
6675
6676 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
6677
6678 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
6679 shared objects being adjusted and update copyright years.
6680
6681 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
6682
6683 * ChangeLog: Correct some 2003-01-13 dates.
6684 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
6685 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
6686 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
6687 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
6688 gdb.trace/tfind.exp: Update copyright years.
6689
6690 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
6691 Daniel Jacobowitz <dan@codesourcery.com>
6692
6693 * lib/gdb.exp (gdb_compile): Handle shlib=.
6694 (gdb_compile_shlib): New function.
6695
6696 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
6697
6698 * lib/gdb.exp (test_compiler_info): Give argument a default value.
6699
6700 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6701
6702 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
6703 gdb.server.
6704 * configure.ac: Likewise.
6705 * configure: Regenerated.
6706 * gdb.gdbserver/Makefile.in: Moved to...
6707 * gdb.server/Makefile.in: ... here.
6708 * gdb.gdbserver/server.c: Moved to...
6709 * gdb.server/server.c: ... here.
6710 * gdb.gdbserver/server-run.exp: Moved to...
6711 * gdb.server/server-run.exp: ... here.
6712
6713 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
6714
6715 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
6716 * configure.ac: Create gdb.gdbserver/Makefile.
6717 * configure: Regenerated.
6718 * lib/gdbserver-support.exp: New file, derived from
6719 config/gdbserver.exp.
6720 * config/gdbserver.exp: Use gdbserver-support.exp.
6721 * gdb.gdbserver/Makefile.in: New file.
6722 * gdb.gdbserver/server.c: New file.
6723 * gdb.gdbserver/server-run.exp: New file.
6724
6725 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
6726
6727 * lib/gdb.exp (test_compiler_info): Return compiler_info
6728 if no arguments are given.
6729
6730 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
6731
6732 * gdb.arch/altivec-abi.exp: Check for compiler and set
6733 use altivec' flag accordingly.
6734 * gdb.arch/altivec-regs.exp: Likewise.
6735
6736 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
6737
6738 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
6739
6740 2005-03-27 Andreas Schwab <schwab@suse.de>
6741
6742 * gdb.base/bigcore.c (main): Add missing mode argument in open
6743 call.
6744
6745 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
6746
6747 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
6748 downloads.
6749 * config/gdbserver.exp (gdb_load): Likewise.
6750
6751 2005-03-14 Paul Brook <paul@codesourcery.com>
6752
6753 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
6754 targets.
6755
6756 2005-03-09 Joel Brobecker <brobecker@adacore.com>
6757
6758 * gdb.dwarf2/dup-psym.S: New file.
6759 * gdb.dwarf2/dup-psym.exp: New testcase.
6760
6761 2005-03-09 Joel Brobecker <brobecker@adacore.com>
6762
6763 * gdb.ada/exec_changed/first.adb: New file.
6764 * gdb.ada/exec_changed/second.adb: New file.
6765 * gdb.ada/exec_changed.exp: New testcase.
6766
6767 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
6768
6769 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
6770 (A2): New class.
6771 (main): Test operator+.
6772 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
6773 breakpoint test.
6774
6775 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
6776 * gdb.base/signull.exp: Disable if gdb,nosignals.
6777 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
6778 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
6779 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
6780 * gdb.mi/mi2-console.exp: Likewise.
6781 * gdb.trace/collection.exp (run_trace_experiment): Consume the
6782 continue output at start.
6783 (gdb_collect_locals_test): Robustify regexp.
6784 * gdb.trace/passc-dyn.exp: Fix comment typo.
6785 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
6786
6787 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
6788
6789 * gdb.asm/asm-source.exp: Add iq2000 case.
6790 * gdb.asm/iq2000.inc: New file.
6791
6792 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
6793
6794 * gdb.base/command.exp: Change hardcoded value to regular expression.
6795 * gdb.base/float.exp: Add powerpc to the list of targets checked.
6796
6797 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
6798
6799 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
6800 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
6801 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
6802 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
6803 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
6804
6805 2005-03-05 Mark Kettenis <kettenis@gnu.org>
6806
6807 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
6808 changes.
6809
6810 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
6811
6812 * lib/compiler.c: Add test for IBM's xlc compiler.
6813 * lib/compiler.cc: Likewise.
6814
6815 2004-02-24 Joel Brobecker <brobecker@adacore.com>
6816
6817 * gdb.ada/fixed_points.exp: Create compilation object directory
6818 before running the test.
6819 * gdb.ada/null_record.exp: Likewise.
6820 * gdb.ada/packed_array.exp: Likewise.
6821 * gdb.ada/start.exp: Likewise.
6822
6823 2005-02-15 Joel Brobecker <brobecker@adacore.com>
6824
6825 * gdb.ada/packed_array/pa.adb: New file.
6826 * gdb.ada/packed_array.exp: New testcase.
6827
6828 2005-02-10 Mark Kettenis <kettenis@gnu.org>
6829
6830 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
6831 files.
6832
6833 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
6834 on *-*-openbsd*. Correctly match whitespace in regukar
6835 expressions.
6836
6837 2005-02-10 Daniel Jacobowitz <dan@debian.org>
6838
6839 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
6840 PR exp/1821
6841 * gdb.base/gdb1821.c: New test file.
6842 * gdb.base/gdb1821.exp: New test file.
6843
6844 2005-02-09 Joel Brobecker <brobecker@adacore.com>
6845
6846 * gdb.base/start.c: New file.
6847 * gdb.base/start.exp: New testcase.
6848
6849 2005-02-09 Joel Brobecker <brobecker@adacore.com>
6850
6851 * gdb.ada/start/dummy.adb: New file.
6852 * gdb.ada/start.exp: New testcase.
6853
6854 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
6855
6856 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
6857 for printing symbols and statistics.
6858 Add test for using relative pathnames in "maint print msymbols" test.
6859 Mark "maint info sections DATA" XFAIL on Cygwin.
6860 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
6861 tests.
6862
6863 2005-02-09 Andreas Schwab <schwab@suse.de>
6864
6865 Committed by Andrew Cagney <cagney@gnu.org>
6866 * gdb.base/remotetimeout.exp: New file.
6867
6868 2005-02-07 Mark Kettenis <kettenis@gnu.org>
6869
6870 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
6871
6872 2005-02-03 Joel Brobecker <brobecker@adacore.com>
6873
6874 * gdb.ada/gnat_ada.gpr: New file.
6875 * gdb.ada/gnat_ada.gin: Delete, no longer used.
6876 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
6877 * configure.ac: No longer generate gnat_ada.gpr.
6878 * configure: Regenerate.
6879 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
6880 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
6881 * gdb.ada/null_record/bar.ads: Likewise.
6882 * gdb.ada/null_record/bar.adb: Likewise.
6883 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
6884 * gdb.ada/null_record.exp (testdir): New variable.
6885 (testfile): executable is now in testdir subdirectory.
6886 (srcfile): Use full path to the main compilation unit.
6887 * gdb.ada/fixed_points.exp: Same changes as above.
6888
6889 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
6890
6891 * gdb.base/interp.exp: New test.
6892
6893 2005-01-24 Andrew Cagney <cagney@gnu.org>
6894
6895 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
6896
6897 2005-01-19 Andrew Cagney <cagney@gnu.org>
6898
6899 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
6900 configure.ac not configure.in.
6901
6902 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
6903 of powerpc*-*-*.
6904 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
6905 * gdb.base/list.exp (test_list_function)
6906 (test_list_filename_and_function): Ditto.
6907 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
6908
6909 2005-01-16 Andrew Cagney <cagney@gnu.org>
6910
6911 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
6912
6913 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
6914
6915 2005-01-14 Andrew Cagney <cagney@gnu.org>
6916
6917 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
6918 * gdb.mi/mi2-var-cmd.exp: Ditto.
6919
6920 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
6921
6922 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
6923
6924 2005-01-07 Andrew Cagney <cagney@gnu.org>
6925
6926 * configure.ac: Rename configure.in, require autoconf 2.59.
6927 * configure: Re-generate.
6928 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
6929 * gdb.stabs/configure: Re-generate.
6930 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
6931 * gdb.hp/configure: Re-generate.
6932 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
6933 autoconf 2.59.
6934 * gdb.hp/gdb.objdbg/configure: Re-generate.
6935 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
6936 autoconf 2.59.
6937 * gdb.hp/gdb.defects/configure: Re-generate.
6938 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
6939 autoconf 2.59.
6940 * gdb.hp/gdb.compat/configure: Re-generate.
6941 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
6942 autoconf 2.59.
6943 * gdb.hp/gdb.base-hp/configure: Re-generate.
6944 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
6945 autoconf 2.59.
6946 * gdb.hp/gdb.aCC/configure: Re-generate.
6947
6948 2004-12-15 Jim Blandy <jimb@redhat.com>
6949
6950 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
6951 under NPTL when there is debugging info available for libpthread.
6952
6953 2004-12-13 Jerome Guitton <guitton@gnat.com>
6954
6955 * gdb.ada/fixed_points.c: New file.
6956 * gdb.ada/fixed_points.exp: New file.
6957
6958 2004-12-03 Randolph Chung <tausq@debian.org>
6959
6960 * gdb.arch/pa-nullify.exp: New file.
6961 * gdb.arch/pa-nullify.s: New file.
6962
6963 2004-11-30 Randolph Chung <tausq@debian.org>
6964
6965 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
6966 instead of "tbug". Fix regexp to work properly with gdb_test.
6967
6968 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
6969
6970 * gdb.base/bitfields2.exp: New test.
6971 * gdb.base/bitfields2.c: New file.
6972
6973 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
6974
6975 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
6976
6977 2004-11-16 Randolph Chung <tausq@debian.org>
6978
6979 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
6980
6981 2004-11-14 Daniel Jacobowitz <dan@debian.org>
6982
6983 * gdb.threads/threadapply.exp: Correct "macro details" test.
6984
6985 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
6986
6987 * gdb.threads/threadapply.exp: New test.
6988 * gdb.threads/threadapply.c: New file.
6989
6990 2004-11-07 Mark Kettenis <kettenis@gnu.org>
6991
6992 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
6993 frames.
6994
6995 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
6996
6997 * gdb.base/cursal.exp: New file.
6998 * gdb.base/cursal.c: New file.
6999
7000 2004-11-03 Andrew Cagney <cagney@gnu.org>
7001
7002 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
7003
7004 2004-10-30 Mark Kettenis <kettenis@gnu.org>
7005
7006 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
7007 NetBSD/ELF targets.
7008
7009 2004-10-29 Joel Brobecker <brobecker@gnat.com>
7010
7011 * gdb.threads/bp_in_thread.c: New file, copied from
7012 pthread_cond_wait.c.
7013 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
7014 file, rather than reusing the .c file from another testcase.
7015
7016 2004-10-20 Joel Brobecker <brobecker@gnat.com>
7017
7018 * gdb.ada/null_record.exp: Check where we stopped after
7019 sending the start command, instead of where the associated
7020 temporary breakpoint was inserted.
7021
7022 2004-10-14 Andrew Cagney <cagney@gnu.org>
7023
7024 * gdb.mi/gdb701.c (main): Return 0.
7025
7026 2004-10-13 Daniel Jacobowitz <dan@debian.org>
7027
7028 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
7029
7030 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
7031
7032 * gdb.threads/schedlock.c: Add comment markers to use to find
7033 line numbers.
7034 * gdb.threads/schedlock.exp: Adjust regex to handle the new
7035 comments.
7036 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
7037 breakpoint lines.
7038
7039 2004-10-12 Daniel Jacobowitz <dan@debian.org>
7040
7041 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
7042
7043 2004-10-12 Daniel Jacobowitz <dan@debian.org>
7044
7045 * configure.in: Add gdb.dwarf2.
7046 * configure: Regenerated.
7047 * Makefile.in: Add gdb.dwarf2.
7048 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
7049 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
7050 gdb.dwarf2/file1.txt: New files.
7051
7052 2004-10-11 Orjan Friberg <orjanf@axis.com>
7053
7054 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
7055 of "run", since the latter doesn't work with remote targets. Adjust
7056 the breakpoint numbering accordingly.
7057 * gdb.threads/pthread_cond_wait.exp: Ditto.
7058
7059 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
7060
7061 * gdb.base/overlays.exp: Update copyright years.
7062
7063 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
7064
7065 * gdb.base/overlays.exp: Disable if target is Linux.
7066
7067 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
7068
7069 * config/gdbserver.exp (gdb_load): Use right filename on remote.
7070
7071 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
7072
7073 * gdb.asm/asm-source.exp: Add m32r-linux target.
7074 * gdb.asm/m32r-linux.inc: New file.
7075
7076 2004-09-24 Andrew Cagney <cagney@redhat.com>
7077 David Anderson <anderson@redhat.com>
7078
7079 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
7080 command fails, assume things will work.
7081 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
7082 (_GNU_SOURCE): Define.
7083 (print_unsigned, print_hex): Change parameter to "long long".
7084 (print_byte_count): New function, use to print byte counts.
7085 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
7086 O_LARGEFILE.
7087 (main): Compute an upper bound on a corefile in max_core_size.
7088 Limit memory chunk size to max_core_size. Limit total memory
7089 allocated to max_core_size.
7090
7091 2004-09-23 Andrew Cagney <cagney@gnu.org>
7092
7093 * gdb.base/bigcore.exp: Replace the code that creates a corefile
7094 from a separate process with code that creates a corefile by
7095 making the inferior dump core.
7096
7097 2004-09-23 Mark Kettenis <kettenis@gnu.org>
7098
7099 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
7100 block.
7101
7102 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
7103
7104 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
7105 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
7106 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
7107 Likewise.
7108
7109 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
7110
7111 * gdb.java/jprint.exp: New test case for java inferior call.
7112 * gdb.java/jprint.java: Ditto.
7113
7114 2004-09-15 Joel Brobecker <brobecker@gnat.com>
7115
7116 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
7117
7118 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
7119
7120 * gdb.threads/killed.c: Include <stdlib.h>.
7121 * gdb.threads/pthreads.c: Likewise.
7122
7123 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
7124
7125 * gdb.threads/killed.c: Add copyright notice.
7126
7127 2004-09-10 Jason Molenda (jmolenda@apple.com)
7128
7129 * gdb.base/define.exp: Two new tests to verify zero space chars
7130 after 'if' and 'while' commands in a user-defined command is correctly
7131 parsed.
7132
7133 2004-09-08 Andrew Cagney <cagney@gnu.org>
7134
7135 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
7136 delivery test with duplicate at end of file.
7137
7138 2004-09-06 Mark Kettenis <kettenis@jive.nl>
7139
7140 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
7141
7142 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
7143
7144 * config/hppro.exp: Removed.
7145
7146 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
7147
7148 * config/sparclet.exp: Removed.
7149
7150 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
7151
7152 * config/udi.exp: Removed.
7153
7154 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
7155
7156 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
7157 of "exp_continue".
7158 (advancei): Likewise.
7159
7160 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7161
7162 * gdb.base/unload.exp: Fix so messages aren't duplicated.
7163
7164 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
7165
7166 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
7167 to check for nodebug in executable.
7168 * gdb.gdb/observer.exp (setup_test): Likewise.
7169 * gdb.gdb/selftest.exp (test_with_self): Likewise.
7170 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
7171
7172 2004-09-01 Andrew Cagney <cagney@gnu.org>
7173
7174 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
7175 files.
7176
7177 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7178
7179 * gdb.base/unload.exp: Fix expected warning message to match
7180 latest format.
7181
7182 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
7183
7184 * gdb.base/call-rt-st.exp: Fix typos.
7185
7186 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
7187
7188 * gdb.threads/thread_check.exp: New testcase.
7189 * gdb.threads/thread_check.c: New testcase.
7190
7191 2004-08-31 Andrew Cagney <cagney@gnu.org>
7192
7193 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
7194 (skip_to_handler_entry): New procedures. Test stepping into a
7195 handler when the breakpoint is at the handler's entry point.
7196
7197 2004-08-30 Andrew Cagney <cagney@gnu.org>
7198
7199 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
7200 gdb/1757.
7201
7202 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
7203
7204 With code from Manoj Iyer <manjo@austin.ibm.com>:
7205 * lib/gdb.exp (gdb_file_cmd): Return more information in the
7206 return value. Add an arm for "no debugging symbols found".
7207 Change a stray "error" to "perror".
7208 (gdb_run_cmd): Adapt to new return value.
7209 * gdb.base/remote.exp: Adapt to new return value.
7210 * gdb.gdb/complaints.exp: Likewise.
7211 * gdb.gdb/observer.exp: Likewise.
7212 * gdb.gdb/selftest.exp: Likewise.
7213 * gdb.gdb/xfullpath.exp: Likewise.
7214
7215 2004-08-27 Joel Brobecker <brobecker@gnat.com>
7216
7217 * gdb.threads/bp_in_thread.exp: New testcase.
7218
7219 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
7220
7221 Fix PR testsuite/1735.
7222 * gdb.threads/schedlock.c (thread_function): Add a cast
7223 to suppress a gcc warning.
7224 * gdb.threads/thread-specific.c (thread_function): Likewise.
7225
7226 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7227
7228 * gdb.base/unload.c: Include <stdlib.h>.
7229
7230 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7231
7232 From Paul Gilliam <pgilliam@us.ibm.com>:
7233 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
7234 synchronized after the "return".
7235
7236 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7237
7238 * gdb.mi/basics.c: Include <stdio.h>.
7239 * gdb.mi/pthreads.c: Include <stdlib.h>.
7240 * gdb.mi/var-cmd.c: Include <stdlib.h>.
7241
7242 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
7243
7244 * gdb.threads/schedlock.c: Add copyright notice.
7245
7246 2004-08-25 Andrew Cagney <cagney@gnu.org>
7247
7248 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
7249 (skip_over_handler, breakpoint_over_hander): New test procedures.
7250 (advance, advancei): Add a proper prefix, do not use
7251 rerun_to_main.
7252 * gdb.base/sigstep.c (main): Change to use an infinite loop.
7253
7254 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
7255
7256 * gdb.mi/basics.c: Add copyright notice.
7257 * gdb.mi/var-cmd.c: Add copyright notice.
7258
7259 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
7260
7261 * lib/gdb.exp: Remove signed_keyword_not_used.
7262 * lib/compiler.c: Likewise.
7263 * lib/compiler.cc: Likewise.
7264
7265 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
7266
7267 * gdb.base/whatis.c: Remove conditional disabling of "signed".
7268 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
7269
7270 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
7271
7272 * gdb.base/whatis.c: Add copyright notice.
7273
7274 2004-08-20 Mark Kettenis <kettenis@gnu.org>
7275
7276 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
7277 it to skip the breakpoints encoded in the inline assembly.
7278
7279 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7280
7281 * Makefile.in: Add gdb.fortran.
7282
7283 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7284
7285 * gdb.base/call-sc.exp (test_scalar_returns):
7286 Fix cut-and-paste glitch in "Make fun return now".
7287
7288 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
7289
7290 * configure.in: Add gdb.fortran.
7291 * configure: Regenerate.
7292 * gdb.fortran/Makefile.in: New file.
7293 * lib/gdb.exp (skip_fortran_tests): New procedure.
7294
7295 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
7296
7297 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
7298 reference to bug-gnu@prep.ai.mit.edu.
7299 * gdb.mi/mi-var-child.exp: Likewise.
7300 * gdb.mi/mi-var-cmd.exp: Likewise.
7301 * gdb.mi/mi-var-display.exp: Likewise.
7302 * gdb.mi/mi2-var-block.exp: Likewise.
7303 * gdb.mi/mi2-var-child.exp: Likewise.
7304 * gdb.mi/mi2-var-cmd.exp: Likewise.
7305 * gdb.mi/mi2-var-display.exp: Likewise.
7306
7307 2004-08-15 Mark Kettenis <kettenis@gnu.org>
7308
7309 * gdb.base/unload.c (main): Make local variable msg const.
7310
7311 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
7312
7313 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
7314 to bug-gnu@prep.ai.mit.edu.
7315 * gdb.mi/mi-disassemble.exp: Likewise.
7316 * gdb.mi/mi-eval.exp: Likewise.
7317 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
7318 default line number.
7319 * gdb.mi/mi-return.exp: Likewise.
7320 * gdb.mi/mi-simplerun.exp: Likewise.
7321 * gdb.mi/mi-stack.exp: Likewise.
7322 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
7323 number with explicit range test.
7324 * gdb.mi/mi-watch.exp: Likewise.
7325 * gdb.mi/mi2-break.exp: Likewise.
7326 * gdb.mi/mi2-cli.exp: Likewise.
7327 * gdb.mi/mi2-disassemble.exp: Likewise.
7328 * gdb.mi/mi2-eval.exp: Likewise.
7329 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
7330 default line number.
7331 * gdb.mi/mi2-return.exp: Likewise.
7332 * gdb.mi/mi2-simplerun.exp: Likewise.
7333 * gdb.mi/mi2-stack.exp: Likewise.
7334 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
7335 number with explicit range test.
7336 * gdb.mi/mi2-watch.exp: Likewise.
7337
7338 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
7339
7340 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
7341 * gdb.cp/m-static.exp: Likewise.
7342 * gdb.cp/rtti.exp: Likewise.
7343
7344 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7345
7346 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
7347
7348 2004-08-14 Eli Zaretskii <eliz@gnu.org>
7349
7350 * ChangeLog: Prefix Local Variables with semi-colons and indent
7351 the reference to older ChangeLog files, to fix fontification in
7352 Emacs.
7353
7354 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7355
7356 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
7357 * gdb.mi/mi2-break.exp: Likewise.
7358
7359 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7360
7361 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
7362
7363 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7364
7365 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
7366
7367 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
7368
7369 * gdb.cp/classes.exp: Remove unused declarations. Just let
7370 test names default instead of providing special names. Remove
7371 extraneous demangler test.
7372
7373 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
7374
7375 * gdb.base/unload.exp: New test for breakpoints in dynamically
7376 loaded libraries.
7377 * gdb.base/unload.c: Ditto.
7378 * gdb.base/unloadshr.c: Ditto.
7379
7380 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
7381
7382 * gdb.cp/classes.exp (test_ptype_class_objects): Call
7383 cp_test_ptype_class.
7384 (test_enums): Likewise.
7385
7386 2004-08-10 Andrew Cagney <cagney@gnu.org>
7387
7388 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
7389 files.
7390
7391 2004-08-10 Andrew Cagney <cagney@gnu.org>
7392
7393 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
7394 init_malloc call.
7395
7396 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
7397
7398 * ChangeLog: Add copyright notice. The notice is copied
7399 from emacs 21.3 top level ChangeLog.
7400
7401 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7402
7403 * lib/cp-support.exp: New file.
7404 * lib/cp-support.exp (cp_test_type_class): New function.
7405 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
7406 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
7407 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
7408 cp_test_ptype_class.
7409
7410 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7411
7412 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
7413 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
7414 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
7415 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
7416 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
7417 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
7418 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
7419 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
7420 gdb.mi/mi2-watch.exp: Update copyright years.
7421
7422 2004-08-09 Mark Kettenis <kettenis@gnu.org>
7423
7424 * gdb.base/sigaltstack.exp: Provide proper anchoring.
7425
7426 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
7427
7428 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
7429 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
7430 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
7431 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7432 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
7433 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
7434 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
7435 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7436 gdb.mi/mi-watch.exp: Update copyright years.
7437
7438 2004-08-08 Daniel Jacobowitz <dan@debian.org>
7439
7440 PR gdb/1738
7441 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
7442 from a breakpoint with a pending signal.
7443
7444 2004-08-08 Daniel Jacobowitz <dan@debian.org>
7445
7446 PR gdb/1736
7447 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
7448 * gdb.base/sigaltstack.exp (finish_test): Consume output until
7449 the prompt.
7450 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
7451
7452 2004-08-08 Daniel Jacobowitz <dan@debian.org>
7453
7454 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
7455
7456 2004-08-08 Daniel Jacobowitz <dan@debian.org>
7457
7458 PR gdb/1736
7459 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
7460 for i?86-*-linux*.
7461
7462 2004-08-08 Daniel Jacobowitz <dan@debian.org>
7463
7464 * gdb.arch/i386-prologue.exp: Compile without debug information.
7465
7466 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
7467
7468 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
7469 rather than asking gdb to search.
7470
7471 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7472
7473 * gdb.base/gcore.c: Include <string.h>.
7474
7475 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7476
7477 * gdb.base/gcore.c: Add copyright notice.
7478
7479 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
7480
7481 * gdb.base/freebpcmd.c: Include <stdio.h>.
7482 * gdb.base/long_long.c: Include <string.h>.
7483 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
7484 * gdb.base/siginfo.c: Include <string.h>.
7485 * gdb.base/sigstep.c: Include <string.h>.
7486
7487 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7488
7489 * gdb.base/complex.c: Include <stdlib.h>.
7490
7491 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7492
7493 * gdb.base/complex.c: Add copyright notice.
7494
7495 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7496
7497 * gdb.base/charset.c: Include <stdlib.h>.
7498
7499 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7500
7501 * gdb.base/auxv.c: Include <stdlib.h>.
7502
7503 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7504
7505 * gdb.base/auxv.c: Add copyright notice.
7506
7507 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
7508
7509 * gdb.base/coremaker.c: Add copyright notice.
7510 * gdb.base/coremaker2.c: Add copyright notice.
7511
7512 2004-08-04 Andrew Cagney <cagney@gnu.org>
7513
7514 * gdb.base/store.exp: Update copyright.
7515 (check_set, up_set, check_struct, up_struct): Add a prefix to test
7516 names, do not import gdb_prompt.
7517
7518 2004-08-01 Andrew Cagney <cagney@gnu.org>
7519
7520 Fix PR testsuite/1729.
7521 * gdb.base/dump.exp: Add test name to callers of capture_value, do
7522 not use capture_value with value 4.
7523 (capture_value): Add optional test name parameter.
7524 (test_reload_saved_value, test_restore_saved_value): Use $msg as
7525 the prefix, pass to capture_value.
7526
7527 2004-08-01 Mark Kettenis <kettenis@gnu.org>
7528
7529 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
7530 * gdb.arch/i386-prologue.c (standard): New prototype and function.
7531 (main): Call new function.
7532
7533 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7534
7535 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
7536
7537 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7538
7539 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
7540
7541 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
7542
7543 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
7544 Accept more values of vtbl pointer. Remove some messages
7545 about "obsolete gcc or gdb".
7546
7547 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
7548
7549 * gdb.cp/classes.exp: Accept more varieties of ptype output.
7550
7551 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
7552
7553 * gdb.base/asm-source.exp: Properly convert target board
7554 debug flags from gcc format to binutils format.
7555
7556 2004-07-28 Mark Kettenis <kettenis@gnu.org>
7557
7558 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
7559 gdb1718". PR backtrace/1718 partially fixed.
7560
7561 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
7562
7563 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
7564
7565 2004-07-26 Nick Clifton <nickc@redhat.com>
7566
7567 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
7568 good default value for a specific architecture is available then
7569 set it to that value. Otherwise default to the -gstabs switch.
7570 Remove the -g... switches from the asm-flags variable. Allow the
7571 target board info to override the value if it wants to. Pass the
7572 switch on the assembler command line.
7573
7574 2004-07-23 Mark Kettenis <kettenis@gnu.org>
7575
7576 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
7577 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
7578 (main): Call new function.
7579
7580 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
7581
7582 Test for PR exp/1715.
7583 * gdb.base/radix.exp: Refactor common procedures. Make all
7584 test names unique. Change XFAIL to KFAIL.
7585
7586 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
7587
7588 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
7589 * gdb.ada/gnat_ada.gin: ... to here.
7590 * configure.in: Use gnat_ada.gin.
7591 * configure: Regenerate.
7592
7593 2004-07-20 Andrew Cagney <cagney@gnu.org>
7594
7595 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
7596 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
7597 XFAILs. Clean up test messages and comments. Check backtraces.
7598 Delete re-sync code.
7599
7600 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7601
7602 Fix PR cli/740.
7603 * gdb.base/annota1.exp: Honor gdb,nosignals.
7604 * gdb.base/annota3.exp: Likewise.
7605
7606 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
7607
7608 * lib/java.exp: Update copyright notice.
7609
7610 2004-07-19 Andrew Cagney <cagney@gnu.org>
7611
7612 * gdb.base/selftest.exp: Copy file from here ...
7613 * gdb.gdb/selftest.exp: ... to here.
7614
7615 2004-07-16 Andrew Cagney <cagney@redhat.com>
7616
7617 * lib/insight-support.exp: Delete file.
7618 * lib/java.exp (java_init): Fix copyright.
7619
7620 2004-07-16 Andrew Cagney <cagney@gnu.org>
7621
7622 * gdb.base/restore.c: Append "prologue" to comments marking the a
7623 function's prologue.
7624 * gdb.base/restore.exp: Update copyright, re-indent.
7625 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
7626 callerN" prefix where needed. Update patterns that match a
7627 function's prologue.
7628
7629 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
7630
7631 * gdb.base/restore.c: Add copyright notice.
7632
7633 2004-07-16 Andrew Cagney <cagney@gnu.org>
7634
7635 * gdb.base/logical.exp: Update copyright.
7636 (evaluate): New procedure. Use to re-implement tests using
7637 several tables.
7638
7639 2004-07-14 Martin Hunt <hunt@redhat.com>
7640
7641 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
7642 which fixes some problems where init.tcl was not found.
7643
7644 2004-07-13 Andrew Cagney <cagney@gnu.org>
7645
7646 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
7647 (check_sizeof, check_valueof): Do not include the output in the
7648 test name. Use gdb_test.
7649 (get_valueof): Use gdb_test_multiple.
7650
7651 * gdb.base/step-test.exp: Update copyright. Use
7652 gdb_test_multiple. Ensure that test names do not include
7653 architecture dependent output.
7654
7655 * gdb.gdb/observer.exp: Update copyright.
7656 (setup_test): Use gdb_test_multiple.
7657 (attach_first_observer, attach_second_observer)
7658 (attach_third_observer, detach_first_observer)
7659 (detach_second_observer, detach_third_observer)
7660 (reset_counters, check_counters): Make $message a prefix.
7661 (test_normal_stop_notifications): Add "args" parameter - a list of
7662 init functions to be called. Make $message a prefix,
7663 (test_observer_normal_stop): Change the message prefixes so that
7664 they are unique, pass the attach / detach procedures to
7665 test_normal_stop_notifications.
7666
7667 * gdb.base/signull.exp (test_segv): Prefix all tests with
7668 "${name}". Clean up test messages.
7669
7670 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
7671
7672 * gdb.base/ena-dis-br.exp: Update copyright.
7673 (break_at): New function. Replace send_gdb with gdb_test,
7674 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
7675 ignore count, not stopped at bpt", with KFAIL.
7676
7677 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
7678
7679 * gdb.base/attach.exp: Remove cleanupfile handling.
7680
7681 2004-07-12 Andrew Cagney <cagney@gnu.org>
7682
7683 * gdb.base/annota1.exp: Cleanup corefile test name.
7684 * gdb.base/annota3.exp: Ditto.
7685
7686 2004-07-12 Andrew Cagney <cagney@gnu.org>
7687
7688 * gdb.base/signals.exp: Clean up copyright, re-indent.
7689
7690 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
7691 gdb_test and gdb_test_multiple.
7692
7693 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
7694
7695 * gdb.java/jmain.exp: Fix expected line number for main to
7696 break at. Set XFAIL for break at main test since gcj does not
7697 provide line number info for first statement in main.
7698
7699 2004-07-08 Andrew Cagney <cagney@gnu.org>
7700
7701 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
7702
7703 * gdb.base/sigbpt.exp: Make the common part of each test name a
7704 prefix instead of suffix.
7705
7706 2004-07-07 Bob Rossi <bob_rossi@cox.net>
7707
7708 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
7709 test from test_tbreak_creation_and_listing to
7710 test_file_list_exec_source_file
7711 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
7712 Changed name of test from test_tbreak_creation_and_listing to
7713 test_file_list_exec_source_file
7714
7715 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
7716
7717 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
7718 the jmisc() constructor instead of <init>.
7719 * gdb.java/jmisc1.exp: Ditto.
7720
7721 2004-07-07 Andrew Cagney <cagney@gnu.org>
7722
7723 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
7724 corrupting the PC.
7725
7726 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
7727
7728 * gdb.cp/templates.exp: Accept whitespace change in demangler
7729 output.
7730
7731 2004-07-06 Andrew Cagney <cagney@gnu.org>
7732
7733 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
7734
7735 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
7736
7737 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
7738 * lib/compiler.cc: Likewise.
7739
7740 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
7741
7742 * lib/compiler.cc: Work around string preprocessing problem
7743 with old hp c++ compiler.
7744 * lib/compiler.c: Likewise.
7745
7746 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
7747
7748 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
7749 directives to conditionalize symbol prefixing.
7750 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
7751 additional_flags handling. Add underscore prefix for Cygwin.
7752 * gdb.arch/i386-unwind.c: Use preprocessor directives to
7753 conditionalize symbol prefixing.
7754 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
7755 additional_flags handling. Add underscore prefix for Cygwin.
7756
7757 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
7758
7759 * gdb.base/bigcore.exp: Skip test on Cygwin.
7760
7761 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
7762
7763 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
7764 formats for "info register". Use gdb_test_multiple. Fix
7765 the "invalid register" test.
7766
7767 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
7768
7769 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
7770 PID for Cygwin. Add Cygwin specific strings to check for in some
7771 tests.
7772 (do_attach_tests): Add a test for user interaction when attaching
7773 to a process with no matching symbol table already loaded.
7774
7775 2004-06-26 Andrew Cagney <cagney@gnu.org>
7776
7777 Test PR java/1567 and PR java/1565.
7778 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
7779 * gdb.java/jmisc2.exp: Delete file.
7780
7781 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
7782
7783 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
7784
7785 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
7786
7787 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
7788 attach process.
7789
7790 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
7791
7792 * gdb.cp/pr-1553.exp: Remove.
7793
7794 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
7795
7796 * gdb.cp/pr-1553.cc: Remove.
7797 * gdb.cp/pr-1553.exp: Disable this test.
7798
7799 2004-06-20 Jim Blandy <jimb@redhat.com>
7800
7801 Fix PR testsuite/1680.
7802 * gdb.arch/i386-sse.exp: Properly quote curly braces in
7803 regular expressions.
7804
7805 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7806
7807 Fix PR testsuite/1679.
7808 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
7809 Issue an UNSUPPORTED result instead.
7810
7811 2004-06-18 Jim Blandy <jimb@redhat.com>
7812
7813 * gdb.base/charset.exp: Only send a control-C if we see a new
7814 prompt and incomplete command.
7815
7816 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
7817
7818 * gdb.cp/pr-574.cc: Add copyright notice.
7819
7820 2004-06-17 Jim Blandy <jimb@redhat.com>
7821
7822 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
7823 cases where the regexp has no groups; this grabs random text from
7824 the previous test suite, whatever that was.
7825
7826 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
7827
7828 * gdb.cp/printmethod.cc: Add copyright notice.
7829
7830 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
7831
7832 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
7833
7834 2004-06-16 Andrew Cagney <cagney@gnu.org>
7835
7836 * gdb.base/signull.c: Update copyright. Include <string.h>.
7837 (bowler): Replace data_pointer with data_read
7838 and data_write cases. Add code_descriptor case.
7839 (zero, desc): New array and pointer.
7840 (data, code): Change to simple pointers.
7841 * gdb.base/signull.exp: Fix probe pattern matching a function
7842 descriptor SIGSEGV. Replace data_pointer with data_read and
7843 data_write tests.
7844
7845 2004-06-16 Andrew Cagney <cagney@gnu.org>
7846
7847 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
7848
7849 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7850
7851 * gdb.base/long_long.c: Add copyright notice.
7852
7853 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
7854
7855 * gdb.base/long_long.exp: Remove reference to
7856 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
7857 to gdb_breakpoint and gdb_continue_to_breakpoint.
7858
7859 2004-06-14 Jim Blandy <jimb@redhat.com>
7860
7861 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
7862 endian case.
7863
7864 2004-06-14 Andrew Cagney <cagney@gnu.org>
7865
7866 * gdb.base/gcore.exp (capture_command_output): Delete the always
7867 passing tests containing inferior values.
7868 * gdb.base/ending-run.exp: Do not include the breakpoint address
7869 in the test message. Update copyright.
7870 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
7871 size in the test name, use gdb_test_multiple. Update copyright.
7872
7873 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7874
7875 * gdb.cp/ref-types.cc: Add copyright notice.
7876
7877 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
7878
7879 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
7880 hp_aCC_compiler.
7881 * lib/compiler.cc: Likewise.
7882 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
7883 'set' commands. Log diagnostics for other lines. Set
7884 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
7885
7886 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
7887
7888 * gdb.cp/try_catch.cc: Add copyright notice.
7889
7890 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
7891
7892 * gdb.cp/userdef.cc: Add copyright notice.
7893
7894 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
7895
7896 * gdb.cp/virtfunc.cc: Add copyright notice.
7897
7898 2004-06-11 Randolph Chung <tausq@debian.org>
7899
7900 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
7901 problem.
7902
7903 2004-06-10 Andrew Cagney <cagney@gnu.org>
7904
7905 * lib/compiler.cc, lib/compiler.c: Append either
7906 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
7907 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
7908 instead of gcc-3-3.
7909
7910 2004-06-09 Andrew Cagney <cagney@gnu.org>
7911
7912 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
7913 gdb/1455, bug is specific to "long long" and "double".
7914
7915 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
7916 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
7917 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
7918 fixed.
7919
7920 2004-06-09 Andrew Cagney <cagney@gnu.org>
7921
7922 * gdb.base/structs.exp (test_struct_returns): Replace
7923 "return_value_unknown" and "finish_value_unknown" by
7924 "return_value_known" and "finish_value_known". Instead of
7925 "return_value_unknown" iff "finish_value_unknown", check
7926 "return_value_known" implies "finish_value_known".
7927
7928 2004-06-08 Martin Hunt <hunt@redhat.com>
7929
7930 * gdb.base/float.exp: Add pattern for mips targets.
7931
7932 2004-06-08 Randolph Chung <tausq@debian.org>
7933
7934 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
7935 message for unknown architectures more clear.
7936
7937 2004-06-08 Joel Brobecker <brobecker@gnat.com>
7938
7939 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
7940 start the execution of the program.
7941
7942 2004-06-07 Jim Blandy <jimb@redhat.com>
7943
7944 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
7945 * gdb.arch/i386-cpuid.h: New helper file.
7946
7947 2004-06-07 Randolph Chung <tausq@debian.org>
7948
7949 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
7950 has started.
7951
7952 2004-06-04 Roland McGrath <roland@redhat.com>
7953
7954 Fix PR gdb/1647.
7955 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
7956 differently to be robust to output buffering differences.
7957
7958 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
7959
7960 * gdb.threads/pthreads.exp: Update copyright years.
7961 (check_control_c): Change asynchronous 'after' to synchronous.
7962
7963 2004-06-04 Roland McGrath <roland@redhat.com>
7964
7965 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
7966 next gdb prompt.
7967
7968 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
7969
7970 Fix PR gdb/1636.
7971 * gdb.threads/manythreads.exp: Change asynchronous 'after'
7972 calls to synchronous.
7973
7974 2004-05-26 Jim Blandy <jimb@redhat.com>
7975
7976 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
7977
7978 2004-05-24 Randolph Chung <tausq@debian.org>
7979
7980 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
7981 * gdb.asm/pa.inc: New file.
7982
7983 2004-05-22 Mark Kettenis <kettenis@gnu.org>
7984
7985 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
7986
7987 2004-05-21 Joel Brobecker <brobecker@gnat.com>
7988 Daniel Jacobowitz <drow@mvista.com>
7989
7990 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
7991 GDB prompt.
7992
7993 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7994
7995 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
7996 setjmp/longjmp. Use sigaction instead of signal.
7997
7998 2004-05-19 J. Brobecker <brobecker@gnat.com>
7999 Michael Snyder <msnyder@redhat.com>
8000
8001 * gdb.threads/pthread_cond_wait.c: New file.
8002 * gdb.threads/pthread_cond_wait.exp: New testcase.
8003
8004 2004-05-13 Andrew Cagney <cagney@redhat.com>
8005
8006 * gdb.base/signull.exp, gdb.base/signull.c: New files.
8007 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
8008
8009 2004-05-11 Andrew Cagney <cagney@redhat.com>
8010
8011 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
8012 fixed but revealed gdb/1639.
8013
8014 2004-05-10 Andrew Cagney <cagney@redhat.com>
8015
8016 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
8017 func1" and "next to 2nd alarm", kernel bug avoided.
8018
8019 2004-05-10 Daniel Jacobowitz <dan@debian.org>
8020
8021 PR external/1568
8022 * gdb.base/bigcore.exp: Check the size of the dumped core file.
8023 XFAIL if it is smaller than bytes_allocated.
8024 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
8025 (main): Make chunks_allocated unsigned. Correct comment.
8026
8027 2004-05-07 Joel Brobecker <brobecker@gnat.com>
8028
8029 * gdb.arch/powerpc-aix-prologue.c: New file.
8030 * gdb.arch/powerpc-aix-prologue.exp: New file.
8031
8032 2004-05-07 Jim Blandy <jimb@redhat.com>
8033
8034 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
8035 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
8036
8037 2004-05-06 Joel Brobecker <brobecker@gnat.com>
8038
8039 * gdb.base/sep.exp: No longer setup_kfail when the program was
8040 built with dwarf2.
8041
8042 2004-05-05 Jim Ingham <jingham@apple.com>
8043
8044 * gdb.base/pending.exp: Make sure pending breakpoints
8045 preserve the ignore count.
8046
8047 2004-04-27 Jerome Guitton <guitton@gnat.com>
8048
8049 * i386-prologue.exp: Add testcase for jump instruction as first
8050 instruction of the real code.
8051 * i386-prologue.c (jump_at_beginning): New function.
8052
8053 2004-04-28 Mark Kettenis <kettenis@gnu.org>
8054
8055 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
8056 x86_64-*-*.
8057
8058 2004-04-28 Mark Kettenis <kettenis@gnu.org>
8059
8060 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
8061 i*86-*-*.
8062
8063 2004-04-25 Mark Kettenis <kettenis@gnu.org>
8064
8065 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
8066 expression that checks the return type.
8067
8068 2004-04-23 Andrew Cagney <cagney@redhat.com>
8069
8070 * gdb.base/call-sc.exp: New test of scalar call/return values.
8071 * gdb.base/call-sc.c: Ditto.
8072
8073 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8074
8075 * gdb.threads/manythreads.c: Reduce thread stack size.
8076
8077 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
8078
8079 * gdb.threads/manythreads.c: Add copyright notice.
8080
8081 2004-04-23 Andrew Cagney <cagney@redhat.com>
8082
8083 * gdb.base/siginfo.exp: Better handle step out of signal.
8084 * gdb.base/sigstep.exp: Ditto.
8085
8086 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
8087 Daniel Jacobowitz <drow@mvista.com>
8088
8089 * gdb.threads/manythreads.c: New testcase.
8090 * gdb.threads/manythreads.exp: Ditto.
8091
8092 2004-04-22 Jim Blandy <jimb@redhat.com>
8093
8094 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
8095 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
8096
8097 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
8098
8099 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
8100
8101 2004-04-21 Andrew Cagney <cagney@redhat.com>
8102
8103 * gdb.base/sigstep.c: New file.
8104 * gdb.base/sigstep.exp: New file.
8105
8106 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8107
8108 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
8109 call to observer_notify_normal_stop.
8110
8111 2004-04-15 Andrew Cagney <cagney@redhat.com>
8112
8113 * gdb.base/siginfo.c: New file.
8114 * gdb.base/siginfo.exp: New file.
8115
8116 2004-04-12 J. Brobecker <brobecker@gnat.com>
8117
8118 * gdb.base/sep.exp: Fix typo in comment.
8119
8120 2004-04-12 J. Brobecker <brobecker@gnat.com>
8121
8122 * gdb.base/sep.c: New file.
8123 * gdb.base/sep-proc.c: New file.
8124 * gdb.base/sep.exp: New testcase.
8125
8126 2004-04-09 Mark Kettenis <kettenis@gnu.org>
8127
8128 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
8129 support.
8130
8131 2004-04-05 Andrew Cagney <cagney@redhat.com>
8132
8133 * gdb.base/sigaltstack.c: New file.
8134 * gdb.base/sigaltstack.exp: New file.
8135
8136 2004-04-04 Joel Brobecker <brobecker@gnat.com>
8137
8138 * gdb.base/foll-fork.exp: Update the expected output for
8139 "help set follow-fork-mode", to match a change that was made
8140 to the help of this variable on 2004-01-13.
8141
8142 2004-04-01 Joel Brobecker <brobecker@gnat.com>
8143
8144 * lib/ada.exp: Add copyright notice.
8145 * bar.ads: Likewise.
8146 * bar.adb: Likewise.
8147 * null_record.adb: Likewise.
8148 * null_record.exp: Likewise.
8149 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
8150
8151 2004-04-01 Joel Brobecker <brobecker@gnat.com>
8152
8153 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
8154 * configure: Regenerate.
8155
8156 2004-04-01 Joel Brobecker <brobecker@gnat.com>
8157
8158 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
8159 to build the application. Remove the message printed when in
8160 verbose mode, redundant with the UNSUPPORTED message above.
8161
8162 2004-03-31 Joel Brobecker <brobecker@gnat.com>
8163
8164 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
8165 * gdb.ada (null_record.exp): New testcase.
8166
8167 2004-03-31 Joel Brobecker <brobecker@gnat.com>
8168
8169 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
8170
8171 2004-03-31 Joel Brobecker <brobecker@gnat.com>
8172
8173 * gdb.ada: New subdirectory.
8174 * gdb.ada/Makefile.in: New file.
8175 * gdb.ada/gnat_ada.gpr.in: New file.
8176
8177 2004-03-31 Joel Brobecker <brobecker@gnat.com>
8178
8179 * lib/ada.exp: New file.
8180
8181 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
8182
8183 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
8184 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
8185
8186 2004-03-22 Andrew Cagney <cagney@redhat.com>
8187
8188 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
8189 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8190 Problem identified by Ulrich Weigand.
8191
8192 2004-03-17 David Carlton <carlton@kealia.com>
8193
8194 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
8195 PR c++/826.
8196
8197 2004-03-16 Roland McGrath <roland@redhat.com>
8198
8199 * gdb.base/auxv.exp: New file.
8200 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
8201
8202 2004-03-12 David Carlton <carlton@kealia.com>
8203
8204 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
8205 * gdb.cp/pr-1553.cc: Ditto.
8206 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
8207 pass branch.
8208
8209 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
8210
8211 * gdb.cp/templates.exp: Accept more template types.
8212
8213 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
8214
8215 From Corinna Vinschen with modifications.
8216 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
8217 local variable obj_with_enum.
8218 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
8219 results with obj_with_enum.
8220
8221 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
8222
8223 * gdb.cp/classes.cc: New file, copied from misc.cc.
8224 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
8225
8226 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
8227
8228 * gdb.cp/misc.cc: Add copyright notice.
8229
8230 2004-03-05 David Carlton <carlton@kealia.com>
8231
8232 * gdb.cp/rtti.exp: Add 'print *obj3' test.
8233 * gdb.cp/rtti.h: Update copyright.
8234 (namespace n2::n3): New.
8235 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
8236 (n2::n3::func3): New.
8237 (main): Call n2::n3::func3.
8238 * gdb.cp/rtti2.cc: Update copyright.
8239 (n2::create3): New.
8240
8241 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8242
8243 * gdb.asm/openbsd.inc: Fix typo.
8244
8245 2004-03-03 Fred Fish <fnf@redhat.com>
8246
8247 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
8248 "val" instead of unused "size". Update copyright year.
8249
8250 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8251
8252 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
8253 to use unsigned char.
8254 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
8255 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
8256
8257 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8258
8259 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
8260 line of output.
8261
8262 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8263
8264 * gdb.base/relocate.c (dummy): Initialize.
8265
8266 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8267
8268 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
8269 a breakpoint at exit.
8270
8271 2004-02-27 Fred Fish <fnf@redhat.com>
8272
8273 * gdb.base/chng-syms.exp: Add expect condition to match failing
8274 case that isn't a timeout.
8275
8276 2004-02-27 Andrew Cagney <cagney@redhat.com>
8277
8278 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
8279 support.
8280
8281 2004-02-26 Fred Fish <fnf@redhat.com>
8282
8283 * gdb.arch/gdb1431.c: Remove.
8284 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
8285 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
8286 of "until" incorrectly.
8287
8288 2004-02-26 J. Brobecker <brobecker@gnat.com>
8289
8290 * gdb.cp/class2.cc (empty): New class.
8291 (refer): New function.
8292 (main): Declare an object of type empty and use it.
8293 * gdb.cp/class2.exp: Print the value of an object of type empty.
8294
8295 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8296
8297 * gdb.base/langs.exp: Update query string to match the
8298 new nquery format used for pending breakpoints.
8299
8300 2004-02-26 Andrew Cagney <cagney@redhat.com>
8301
8302 Fix PR i18n/1570.
8303 * gdb.base/charset.c: Update copyright notice.
8304 (main, init_string): Remove the escape character '\e' tests.
8305 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
8306 * gdb.base/charset.exp (valid_host_charset): Ditto.
8307 * gdb.base/setvar.exp: Ditto.
8308
8309 2004-02-24 Andrew Cagney <cagney@redhat.com>
8310
8311 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
8312 mmapped data in core file" PASS and FAIL messages consistent.
8313
8314 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
8315 setting a breakpoint. Work around PR java/1565.
8316
8317 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8318
8319 * lib/gdb.exp (gdb_breakpoint): Update query string to match
8320 new nquery format.
8321 * gdb.base/pending.exp: Ditto.
8322
8323 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8324
8325 * configure.in: Run stabs tests on *BSD.
8326 * configure: Regenerated.
8327
8328 2004-02-21 Mark Kettenis <kettenis@gnu.org>
8329
8330 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
8331
8332 2004-02-20 Fred Fish <fnf@redhat.com>
8333
8334 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
8335 blank in test for "returns short", for consistency with other
8336 "returns xxx" tests. Update copyright year.
8337
8338 2004-02-19 Fred Fish <fnf@redhat.com>
8339
8340 New testcase for PR breakpoint/1558.
8341 * gdb.arch/gdb1558.exp: New file.
8342 * gdb.arch/gdb1558.c: New file.
8343
8344 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
8345
8346 * gdb.base/nodebug.exp: Fix typo.
8347
8348 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8349
8350 Committed by Jim Blandy <jimb@redhat.com>.
8351
8352 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
8353
8354 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
8355
8356 * gdb.base/float.exp: Support s390*-*-* targets.
8357
8358 2004-02-17 Adam Fedor <fedor@gnu.org>
8359
8360 * gdb.base/gdb1555.exp: New file.
8361 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
8362
8363 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
8364
8365 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
8366
8367 2004-02-16 Fred Fish <fnf@redhat.com>
8368
8369 * gdb.arch/gdb1291.c: Remove
8370 * gdb.arch/gdb1291.s: New test input file.
8371 * gdb.arch/gdb1291.exp: Expand test to check case that should not
8372 fail. Test for correct result, known incorrect result, other
8373 failures and timeouts.
8374
8375 2004-02-16 Andrew Cagney <cagney@redhat.com>
8376
8377 * gdb.base/bigcore.exp: New file.
8378 * gdb.base/bigcore.c: New file.
8379
8380 2004-02-13 Andrew Cagney <cagney@redhat.com>
8381
8382 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
8383 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
8384 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
8385 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
8386 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
8387 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
8388 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
8389 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
8390 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
8391 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
8392
8393 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
8394
8395 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
8396 executed is an alloc instruction.
8397
8398 2004-02-11 David Carlton <carlton@kealia.com>
8399
8400 * gdb.cp/breakpoint.exp: New.
8401 * gdb.cp/breakpoint.cc: New.
8402
8403 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
8404
8405 Partial fix for PR gdb/1543.
8406 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
8407 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
8408 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
8409 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
8410 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
8411 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
8412 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
8413 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
8414 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
8415 to bug-gdb@prep.ai.mit.edu .
8416 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
8417 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
8418 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
8419 Likewise.
8420
8421 2004-02-10 Andrew Cagney <cagney@redhat.com>
8422
8423 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
8424 using gdb_internal_error_resync.
8425
8426 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
8427
8428 * gdb.threads/thread-specific.exp: Stop early if no threads are
8429 found.
8430
8431 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
8432
8433 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
8434
8435 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
8436
8437 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
8438 breakpoints.
8439
8440 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
8441
8442 * config/sim.exp (gdb_load): Handle $arg == "".
8443 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
8444 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
8445
8446 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
8447
8448 * gdb.base/maint.exp: Update test to reflect
8449 obstack changes.
8450
8451 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
8452
8453 * gdb.base/pendshr.c (pendfunc): New function that calls
8454 pendfunc1.
8455 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
8456
8457 2004-02-04 Fred Fish <fnf@redhat.com>
8458
8459 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
8460 function symbols and update copyright years.
8461 * gdb.arch/gdb1291.c: Ditto.
8462
8463 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8464
8465 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
8466
8467 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8468
8469 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
8470
8471 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
8472
8473 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
8474
8475 2004-02-02 Fred Fish <fnf@redhat.com>
8476
8477 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
8478 remote targets. Update copyright years.
8479
8480 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8481
8482 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
8483 support.
8484 * gdb.base/langs.exp: Fix test which attempts to create
8485 breakpoint on non-existent function to handle new pending
8486 support.
8487 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
8488 a breakpoint.
8489 * gdb.base/pending.exp: New test.
8490 * gdb.base/pending.c: New file.
8491 * gdb.base/pendshr.c: Ditto.
8492
8493 2004-02-02 David Carlton <carlton@kealia.com>
8494
8495 * gdb.cp/overload.exp: Add overloadNamespace tests.
8496 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
8497 (overloadNamespace, XXX): New.
8498 (main): Call XXX::marker2.
8499
8500 2004-02-01 Fred Fish <fnf@redhat.com>
8501
8502 * gdb.base/dump.exp: Use runto_main instead of "runto main".
8503 * gdb.base/finish.exp: Ditto.
8504 * gdb.base/gcore.exp: Ditto.
8505 * gdb.base/huge.exp: Ditto.
8506 * gdb.base/info-proc.exp: Ditto.
8507 * gdb.base/return2.exp: Ditto.
8508 * gdb.threads/gcore-thread.exp: Ditto.
8509
8510 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
8511
8512 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
8513
8514 2004-02-01 Mark Kettenis <kettenis@gnu.org>
8515
8516 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
8517 that opening the file succeeds on OpenBSD.
8518
8519 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
8520
8521 * gdb.threads/thread-specific.c: New file.
8522 * gdb.threads/threads-specific.exp: New test script.
8523 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
8524 to expect_out.
8525
8526 2004-02-01 Mark Kettenis <kettenis@gnu.org>
8527
8528 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
8529 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
8530 only on the "print_small_structs from print_long_arg_list" test.
8531
8532 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
8533
8534 * gdb.base/completion.exp: Kill a stray backslash.
8535
8536 From Jim Ingham <jingham@apple.com>:
8537 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
8538 agrees with the result from sending a tab.
8539
8540 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8541
8542 * gdb.base/chng-syms.exp: Remove stray newline.
8543
8544 2004-01-31 Mark Kettenis <kettenis@gnu.org>
8545
8546 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
8547 *-*-openbsd*.
8548 * gdb.asm/openbsd.inc: New file.
8549
8550 2004-01-30 Mark Kettenis <kettenis@gnu.org>
8551
8552 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
8553 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
8554 *-*solaris2*. Remove commented out default settings for
8555 asm-flags. Replace gdb_compile with target_link.
8556
8557 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
8558
8559 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
8560 for all tests. Remove old hp-ux and cygnus xfail cases.
8561
8562 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
8563
8564 * gdb.base/chng-syms.exp: New file.
8565 * gdb.base/chng-syms.c: New file.
8566
8567 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8568
8569 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
8570 Provide arms for current output in all my configurations.
8571
8572 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
8573
8574 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
8575 * lib/compiler.cc: Likewise.
8576 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
8577 get the right preprocessor. Eval the output directly. Remove
8578 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
8579 hp_f77_compiler and hp_f90_compiler completely.
8580 (gdb_preprocess): Delete.
8581 (get_compiler): Delete.
8582
8583 2004-01-24 Mark Kettenis <kettenis@gnu.org>
8584
8585 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
8586 <string.h>.
8587
8588 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
8589
8590 * gdb.mi/mi-stack.exp: Update copyright.
8591
8592 2004-01-23 David Carlton <carlton@kealia.com>
8593
8594 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
8595 test for cp_lookup_transparent_type.
8596 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
8597 call them.
8598
8599 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
8600
8601 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
8602 after -var-update.
8603
8604 2004-01-23 David Carlton <carlton@kealia.com>
8605
8606 * gdb.cp/namespace.cc (C::ensureRefs): New.
8607 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
8608
8609 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
8610
8611 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
8612 case "-stack-list-locals 2".
8613 * gdb.mi/mi-var-child.exp: Test for case
8614 "-var-list-children --all-values NAME".
8615
8616 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
8617
8618 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
8619
8620 2004-01-18 Mark Kettenis <kettenis@gnu.org>
8621
8622 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
8623 used with gdb_test_multiple.
8624
8625 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
8626 read at address 0. This fixes PR testsuite/1504.
8627
8628 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
8629
8630 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
8631 Remove downloading, guessing the host executable, the calls to
8632 gdb_file_cmd and gdb_target_cmd, and "load" support.
8633 (infer_host_exec): New function broken out from gdb_load.
8634 (gdb_load): New wrapper for gdbserver_gdb_load.
8635 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
8636 gdb_target_cmd. Use -target-select.
8637 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
8638 Download binaries to the host. Clear last_mi_remote_file when
8639 we load a new binary.
8640 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
8641 call gdbserver_gdb_load and mi_gdb_target_cmd.
8642
8643 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8644
8645 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
8646 type patterns.
8647
8648 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
8649
8650 * gdb.cp/templates.exp: Fix typo in test name of
8651 "print Foo<volatile char*>::foo".
8652
8653 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8654
8655 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
8656
8657 2004-01-16 Ben Elliston <bje@wasabisystems.com>
8658
8659 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
8660 (clean mostlyclean): Remove empty rm.
8661
8662 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
8663
8664 * gdb.base/setvar.exp: Add copyright years.
8665
8666 2004-01-14 David Carlton <carlton@bactrian.org>
8667
8668 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
8669 PR c++/1511 and update coment.
8670 * gdb.cp/templates.exp: Update patterns to match current output.
8671 If changes involve something other than whitespace, KFAIL
8672 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
8673
8674 2004-01-14 David Carlton <carlton@kealia.com>
8675
8676 * gdb.cp/namespace.exp: Add tests involving classes defined within
8677 namespaces.
8678 * gdb.cp/namespace.cc (C::CClass): New.
8679 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
8680
8681 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
8682
8683 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
8684 what debug info we have. Print a better message if something goes
8685 wrong while producing the separate debug info file.
8686
8687 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8688
8689 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
8690
8691 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
8692
8693 * gdb.base/callfuncs.c: Add copyright notice.
8694
8695 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
8696
8697 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
8698 inheritance. PR gdb/1498, PR gcc/13539.
8699
8700 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
8701
8702 * gdb.threads/gcore-thread.exp: Prefix name of binary with
8703 test specific name.
8704 * gdb.mi/gdb669.exp: Ditto.
8705 * gdb.mi/mi-pthreads.exp: Ditto.
8706 * gdb.mi/mi1-pthreads.exp: Ditto.
8707 * gdb.mi/mi2-pthreads.exp: Ditto.
8708
8709 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8710
8711 * gdb.cp/member-ptr.cc: Add copyright notice.
8712
8713 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
8714
8715 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
8716 some patterns for recent versions of gcc and hpacc. Delete
8717 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
8718 Delete tests that access a NULL pointer-to-member-data. This
8719 script is still disabled for gcc.
8720
8721 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
8722
8723 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
8724 escaped correctly.
8725
8726 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
8727
8728 * gdb.base/sepdebug.exp: New file.
8729 * gdb.base/sepdebug.c: New file.
8730 * lib/gdb.exp (separate_debug_filename): New procedure.
8731 (gdb_gnu_strip_debug): New procedure.
8732
8733 2004-01-12 Andrew Cagney <cagney@redhat.com>
8734
8735 * gdb.mi/ChangeLog: Delete file. Renamed to ...
8736 * gdb.mi/ChangeLog-1999-2003: New file.
8737
8738 2004-01-12 Andrew Cagney <cagney@redhat.com>
8739
8740 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
8741 "Renaming a directory to a non-empty directory returns ENOTEMPTY
8742 or EEXIST", treat EBUSY as an XFAIL.
8743
8744 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
8745
8746 * gdb.base/scope.exp: Remove obsolete setup_xfail for
8747 hp_cc_compiler.
8748
8749 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8750
8751 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
8752 decorations.
8753
8754 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
8755
8756 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
8757 and "(aCC)" decorations. Remove obsolete doco about old
8758 test results.
8759
8760 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8761
8762 * gdb.cp/exception.exp: Fix typo in doco.
8763
8764 2004-01-09 Mark Kettenis <kettenis@gnu.org>
8765
8766 * gdb.base/gdb1476.exp: Fix typo.
8767
8768 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8769
8770 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
8771 file.
8772
8773 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
8774
8775 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
8776 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
8777 Use gdb_compile. Remove restriction on gcc. Add some patterns
8778 for recent version of gdb. Delete second half, which was a copy
8779 of the first half with different build flags. This test is
8780 still disabled because it is still not ready for production.
8781
8782 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8783
8784 * gdb.cp/exception.cc: Add copyright notice.
8785 * gdb.cp/exception.exp: Add a notice that this file is broken
8786 because of line number changes caused by addition of copyright
8787 notice.
8788
8789 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8790
8791 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
8792 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
8793
8794 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8795
8796 * gdb.cp/classes.exp: Accept gnu abi 2.
8797 * gdb.cp/derivation.exp: Likewise.
8798 * gdb.cp/overload.exp: Likewise.
8799 * gdb.cp/virtfunc.exp: Likewise.
8800
8801 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8802
8803 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
8804 semicolon after end of function.
8805
8806 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8807
8808 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
8809 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
8810 boilerplate code for compiling and running the program under
8811 test. Add some string method tests.
8812
8813 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8814
8815 * gdb.cp/bs15503.cc: Add copyright notice.
8816 * gdb.cp/bs15503.exp: Adjust line number.
8817
8818 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8819
8820 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
8821 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
8822
8823 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8824
8825 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
8826 hp_cc_compiler.
8827
8828 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8829
8830 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
8831 * gdb.cp/ctti.exp: Use the marker instead of "next".
8832 With gcc, run further before bailing.
8833
8834 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8835
8836 * gdb.cp/cttiadd.cc: Add copyright notice.
8837 * gdb.cp/cttiadd1.cc: Likewise.
8838 * gdb.cp/cttiadd2.cc: Likewise.
8839 * gdb.cp/cttiadd3.cc: Likewise.
8840
8841 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8842
8843 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
8844 Use gdb_test, gdb_test_multiple. Use floating-point values that
8845 have exact representations in IEEE-ish formats.
8846
8847 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8848
8849 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
8850 compilers. Delete duplicate call to get_compiler_info.
8851 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
8852 * gdb.base/volatile.exp: Likewise.
8853
8854 2004-01-07 Mark Kettenis <kettenis@gnu.org>
8855
8856 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
8857 memory at address 0.
8858
8859 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
8860
8861 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
8862 to test for hp-ux assembler. Fix copyright years.
8863
8864 2004-01-07 Andrew Cagney <cagney@redhat.com>
8865
8866 * gdb.base/fileio.c (strerrno): Add "EBUSY".
8867
8868 2004-01-07 Andrew Cagney <cagney@redhat.com>
8869
8870 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
8871 when creating the read-only file. From analysis by Roland McGrath
8872 and Elena Zannoni.
8873
8874 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8875
8876 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
8877
8878 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8879
8880 * gdb.base/cvexpr.c: Be type-safe with function pointers and
8881 data pointers.
8882
8883 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8884
8885 * gdb.cp/m-static.exp: Compile one source file at a time.
8886 Delete unused call to get_compiler_info.
8887
8888 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
8889
8890 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
8891 * gdb.base/call-rt-st.exp: Likewise.
8892 * gdb.base/nodebug.exp: Likewise.
8893 * gdb.base/volatile.exp: Likewise.
8894 * gdb.cp/ref-types.exp: Likewise.
8895 * gdb.cp/templates.exp: Likewise.
8896
8897 2004-01-05 Mark Kettenis <kettenis@gnu.org>
8898
8899 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
8900
8901 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
8902
8903 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
8904 hppa*-hp-hpux*.
8905
8906 2004-01-04 Mark Kettenis <kettenis@gnu.org>
8907
8908 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8909 x86_64-*-*.
8910
8911 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
8912 sparc64-*-* and sparc*-solaris2*.
8913
8914 2004-01-04 Mark Kettenis <kettenis@gnu.org>
8915
8916 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
8917 return ${tests}" test. The ${tests} already mentions the
8918 filename.
8919
8920 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8921
8922 * gdb.cp/local.exp: Accept gcc abi 2.
8923
8924 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8925
8926 * gdb.cp/templates.exp: Accept gcc abi 2.
8927
8928 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8929
8930 * lib/compiler.cc: Remove supports_template_debugging.
8931 * gdb.cp/templates.exp: Do not test supports_template_debugging.
8932
8933 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8934
8935 * gdb.cp/namespace.exp: Accept gcc abi 2.
8936
8937 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8938
8939 * gdb.cp/method.exp: Accept gcc abi 2.
8940
8941 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8942
8943 * gdb.cp/classes.exp: Generate identical results as old version.
8944 * gdb.cp/derivation.exp: Likewise.
8945 * gdb.cp/overload.exp: Likewise.
8946 * gdb.cp/virtfunc.exp: Likewise.
8947
8948 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8949
8950 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
8951 mysterious bug with sourceware version of expect.
8952
8953 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8954
8955 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
8956 current versions of gcc, including gcc abi 2. Remove gratuitous
8957 restart of test program. Use gdb_test_multiple and gdb_test for
8958 all tests. Add patterns to xfail missing "const" in "const char *"
8959 and kfail PR gdb/1155.
8960
8961 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
8962
8963 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
8964 current versions of gcc, including gcc abi 2. Remove gratuitous
8965 restart of test program. Use gdb_test_multiple and gdb_test for
8966 all tests. Add patterns to kfail PR gdb/1498.
8967
8968 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8969
8970 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
8971 current versions of gcc, including gcc abi 2. Use "breakpoint"
8972 and "continue" instead of restarting the target program. Use
8973 gdb_test_multiple and gdb_test for all tests.
8974
8975 2004-01-01 Mark Kettenis <kettenis@gnu.org>
8976
8977 * gdb.asm/asm-source.exp: Update copyright year. Link statically
8978 for *-*-solaris2*.
8979
8980 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
8981
8982 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
8983 current versions of gcc, including gcc abi 2. Use "breakpoint"
8984 and "continue" instead of restarting the target program several
8985 times. Use gdb_test_multiple and gdb_test for all tests.
8986
8987 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
8988
8989 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
8990 source files.
8991
8992 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8993
8994 * gdb.base/environ.exp: Handle compiling test case from multiple
8995 source files.
8996
8997 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
8998
8999 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
9000
9001 2003-12-17 Jim Blandy <jimb@redhat.com>
9002
9003 * gdb.base/freebpcmd.c: Add copyright notice.
9004
9005 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
9006
9007 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
9008
9009 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
9010
9011 2003-12-13 Jim Blandy <jimb@redhat.com>
9012
9013 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
9014
9015 2003-12-12 Kevin Buettner <kevinb@redhat.com>
9016
9017 * gdb.asm/frv.inc: New file.
9018 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
9019
9020 2003-12-09 Fred Fish <fnf@redhat.com>
9021
9022 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
9023 functions to break1.c and leave prototypes behind. Add more
9024 "set breakpoint NN here" comments.
9025 * gdb.base/break1.c: New file.
9026
9027 * gdb.base/break.exp: Handle compiling test case from multiple
9028 source files and change source file references as needed.
9029 * gdb.base/completion.exp: Ditto.
9030 * gdb.base/condbreak.exp: Ditto.
9031 * gdb.base/define.exp: Ditto.
9032 * gdb.base/ena-dis-br.exp: Ditto.
9033 * gdb.base/info-proc.exp: Ditto.
9034 * gdb.base/maint.exp: Ditto.
9035 * gdb.base/until.exp: Ditto.
9036
9037 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
9038 hardcoded line numbers.
9039 * gdb.base/define.exp: Ditto.
9040 * gdb.base/ena-dis-br.exp: Ditto.
9041 * gdb.base/maint.exp: Ditto.
9042 * gdb.base/until.exp: Ditto.
9043
9044 * gdb.base/completion.exp: Use "break1" for completion tests since
9045 "break" is no longer a unique prefix.
9046
9047 2003-12-06 Andrew Cagney <cagney@redhat.com>
9048
9049 * gdb.base/structs.exp (test_struct_returns): When applicable, set
9050 "return_value_unimplemented". When an unimplemented struct return
9051 architecture, report incorrect values as a KFAIL
9052
9053 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
9054
9055 * gdb.cp/rtti.exp: Accept new wording of warning from
9056 cp_lookup_rtti_type.
9057
9058 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
9059
9060 Partial fix for PR testsuite/1456.
9061 * gdb.base/scope.exp (test_at_main): Replace references to
9062 gcc_compiled with calls to test_compiler_info.
9063 (test_at_foo): Likewise.
9064 (test_at_bar): Likewise.
9065
9066 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
9067
9068 Partial fix for PR testsuite/1456.
9069 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
9070 to test_compiler_info.
9071
9072 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
9073
9074 * gdb.base/so-impl-ld.exp: Update copyright notice.
9075
9076 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
9077
9078 Partial fix for PR testsuite/1456.
9079 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
9080 to test_compiler_info.
9081
9082 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
9083
9084 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
9085 from current versions of gdb. Clean up regular expressions.
9086 Delete redundant timeout case.
9087
9088 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
9089
9090 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
9091 from current versions of gdb. Clean up regular expressions.
9092 Delete redundant timeout case.
9093
9094 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
9095
9096 Partial fix for PR testsuite/1456.
9097 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
9098 gcc_compiled with call to test_compiler_info.
9099
9100 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
9101
9102 Partial fix for PR testsuite/1456.
9103 * gdb.base/list.exp (test_list_function): Delete unused declaration
9104 of gcc_compiled.
9105
9106 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
9107
9108 Partial fix for PR testsuite/1456.
9109 * gdb.base/complex.exp: Replace reference to gcc_compiled with
9110 call to test_compiler_info.
9111
9112 2003-11-29 Mark Kettenis <kettenis@gnu.org>
9113
9114 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
9115 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
9116 it to create the appropriate note.inc.
9117 * gdb.asm/asmsrc1.s: Include "note.inc".
9118 * gdb.asm/netbsd.inc: New file.
9119 * gdb.asm/empty.inc: New file.
9120
9121 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
9122
9123 Partial fix for PR testsuite/1456.
9124 * gdb.base/constvars.exp: Replace references to gcc_compiled with
9125 calls to test_compiler_info.
9126
9127 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
9128
9129 Partial fix for PR testsuite/1456.
9130 * gdb.base/volatile.exp: Replace references to gcc_compiled with
9131 calls to test_compiler_info.
9132
9133 2003-11-27 Mark Kettenis <kettenis@gnu.org>
9134
9135 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
9136 pattern for the KFAILs.
9137
9138 2003-11-25 Adam Fedor <fedor@gnu.org>
9139
9140 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
9141 * gdb.objc/objcdecode.m: New file.
9142
9143 2003-11-25 Adam Fedor <fedor@gnu.org>
9144
9145 * gdb.objc/nondebug.exp: Test for PR objc/1236.
9146 * gdb.objc/nondebug.m: New file.
9147
9148 2003-11-26 Ben Elliston <bje@wasabisystems.com>
9149
9150 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
9151 NetBSD as it does on FreeBSD. Modelled on a similar change by
9152 Mark Kettenis on 2003-05-30.
9153 (link-flags): Set to "--entry _start" regardless of target.
9154 Special linker flags are to be appended to $link-flags.
9155 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
9156
9157 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
9158
9159 * gdb.cp/method.exp: Accept output of new demangler.
9160
9161 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
9162
9163 * gdb/class2.exp: New file.
9164 * gdb/class2.cc: New file.
9165
9166 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
9167
9168 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
9169 of new demangler.
9170
9171 2003-11-23 Mark Kettenis <kettenis@gnu.org>
9172
9173 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
9174 of gdb_test "run".
9175
9176 2003-11-23 Mark Kettenis <kettenis@gnu.org>
9177
9178 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
9179 "continue" into "run".
9180
9181 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
9182
9183 Partial fix for PR testsuite/1456.
9184 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
9185 call to test_compiler_info.
9186 * gdb.cp/ctti.exp: Likewise.
9187 * gdb.cp/derivation.exp: Likewise.
9188 * gdb.cp/member-ptr.exp: Likewise.
9189 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
9190 reference to gcc_compiled.
9191
9192 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
9193
9194 Fix PR testsuite/1463.
9195 * gdb.base/structs.exp (start_structs_test): Call
9196 get_debug_format before using the debug format.
9197
9198 2003-11-22 Andrew Cagney <cagney@redhat.com>
9199
9200 * lib/gdb.exp (gdb_test_multiple): Add simple example.
9201 * gdb.base/structs.exp: Use gdb_test_multiple.
9202
9203 2003-11-20 Andrew Cagney <cagney@redhat.com>
9204
9205 * gdb.base/structs.exp: Handle and recover from internal errors.
9206 Replace "foo${n}" with "foo<n>" in test messages.
9207
9208 * gdb.base/structs.exp: Update copyright. Rewrite.
9209 * gdb.base/structs.c: Update copyright. Rewrite.
9210
9211 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
9212 resync count exceeded.
9213
9214 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
9215 from the internal error.
9216 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
9217 Original from Jim Blandy.
9218 (gdb_test_multiple): Use gdb_internal_error_resync.
9219
9220 2003-11-19 Andrew Cagney <cagney@redhat.com>
9221
9222 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
9223 KFAIL.
9224
9225 2003-11-17 Mark Kettenis <kettenis@gnu.org>
9226
9227 New testcase for PR backtrace/1435.
9228 * gdb.arch/i386-unwind.exp: New file.
9229 * gdb.arch/i386-unwind.c: New file.
9230
9231 2003-11-17 Andrew Cagney <cagney@redhat.com>
9232
9233 * lib/gdb.exp (compiler_info): New global.
9234 (test_compiler_info): New function.
9235 (get_compiler_info): Set compiler_info.
9236 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
9237 "compiler_info" to gcc-<major>-<minor>.
9238
9239 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
9240
9241 * gdb.trace/configure: Remove.
9242
9243 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
9244
9245 * gdb.base/break.c: Add comments to aid finding line numbers for
9246 breakpoints.
9247 * gdb.base/break.exp: Remove all references to explicit line
9248 numbers.
9249
9250 2003-11-11 Nick Clifton <nickc@redhat.com>
9251
9252 * gdb.base/shreloc.exp: Do not run for targets which do not
9253 support shared objects.
9254
9255 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
9256
9257 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
9258 Don't run tests if nofileio flag is given.
9259
9260 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
9261
9262 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
9263 as well as 'Watchpoint'.
9264
9265 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
9266
9267 Reported by Jim Ingham <jingham@apple.com>:
9268 * gdb.base/annota1.exp: Match at least one occurrence of the
9269 signal handler annotation.
9270
9271 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
9272
9273 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
9274 as well as 'Watchpoint'.
9275
9276 2003-11-05 Michael Chastain <mec@shout.net>
9277
9278 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
9279
9280 2003-11-03 Kris Warkentin <kewarken@qnx.com>
9281
9282 * gdb.arch/gdb1291.c: New test file.
9283 * gdb.arch/gdb1291.exp: New test script.
9284 * gdb.arch/gdb1431.c: New test file.
9285 * gdb.arch/gdb1431.exp: New test script.
9286
9287 2003-10-22 Michael Chastain <mec@shout.net>
9288
9289 * gdb.mi/pthreads.c: Add copyright notice.
9290
9291 2003-10-22 Michael Chastain <mec@shout.net>
9292
9293 * gdb.threads/pthreads.c: Add copyright notice.
9294
9295 2003-10-20 Michael Chastain <mec@shout.net>
9296
9297 * gdb.base/gdb1056.exp: New test script.
9298
9299 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9300
9301 * gdb.threads/killed.exp: Use gdb_run_cmd.
9302
9303 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9304
9305 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
9306 create a core file.
9307 * gdb.threads/gcore-thread.exp: Likewise.
9308
9309 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
9310
9311 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
9312 type, based on char type.
9313 (struct bit_flags_short_t): New bitfield type, based on short type.
9314 (init_bit_flags_char): New fuction.
9315 (init_bit_flags_short): Ditto.
9316 (print_bit_flags_char): Ditto.
9317 (print_bit_flags_short): Ditto.
9318 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
9319
9320 2003-10-11 Michael Chastain <mec@shout.net>
9321
9322 * gdb.base/call-rt-st.exp: Update copyright year.
9323
9324 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9325
9326 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
9327 * gdb.disasm/sh3.s: Ditto.
9328
9329 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
9330
9331 * gdb.threads/switch-threads.exp: New test.
9332 * gdb.threads/switch-threads.c: New source file.
9333
9334 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
9335
9336 * gdb.base/ending-run.exp: Add sh specific case.
9337
9338 2003-10-06 Andrew Cagney <cagney@redhat.com>
9339
9340 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
9341 * gdb.disasm/mn10200.exp: Delete obsolete file.
9342
9343 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
9344
9345 * ChangeLog: Correct an entry command.exp -> commands.exp.
9346 * gdb.base/commands.exp (bp_deleted_in_command_test)
9347 (temporary_breakpoint_commands): Check noargs.
9348
9349 2003-09-25 David Carlton <carlton@kealia.com>
9350
9351 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
9352 of some print tests, where appropriate. Add tests for C::D::cd,
9353 E::ce, F::cXfX, G::XgX.
9354 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
9355
9356 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
9357
9358 * lib/java.exp (java_init): Import target_alias before using it.
9359
9360 2003-09-25 David Carlton <carlton@kealia.com>
9361
9362 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
9363
9364 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
9365
9366 * gdb.base/selftest.exp: Accomodate more instruction reordering
9367 weirdness.
9368
9369 2003-09-17 Michael Chastain <mec@shout.net>
9370
9371 * gdb.cp/gdb1355.exp: New file.
9372 * gdb.cp/gdb1355.c: New file.
9373
9374 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
9375
9376 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
9377 * gdb.asm/sh.inc: New file.
9378
9379 2003-09-11 David Carlton <carlton@kealia.com>
9380
9381 * gdb.cp/namespace.exp: Add tests for namespace types.
9382 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
9383 (test_namespace): New.
9384
9385 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
9386
9387 * gdb.base/relocate.exp: Handle new gdb output at startup.
9388 * gdb.stabs/weird.exp: Ditto.
9389
9390 2003-09-08 Michael Chastain <mec@shout.net>
9391
9392 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
9393
9394 2003-09-07 Michael Chastain <mec@shout.net>
9395
9396 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
9397 'parse error'.
9398
9399 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
9400
9401 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
9402
9403 2003-08-30 Michael Chastain <mec@shout.net>
9404
9405 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
9406 * gdb.gdb/observer.exp: Ditto.
9407 * gdb.gdb/xfullpath.exp: Ditto.
9408
9409 2003-08-29 Mark Kettenis <kettenis@gnu.org>
9410
9411 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
9412 *-*-*bsd*.
9413
9414 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
9415
9416 * gdb.base/dump.exp: Skip for ia64.
9417
9418 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
9419
9420 * gdb.asm/asm-source.exp: Add ia64 support.
9421 * gdb.asm/ia64.inc: New file.
9422
9423 2003-08-22 Michael Chastain <mec@shout.net>
9424
9425 * gdb.cp: New directory.
9426 * gdb.cp/*: Copy from gdb.c++/*.
9427 * gdb.c++/*: Remove.
9428 * Makefile.in: Change gdb.c++ to gdb.cp.
9429 * configure.in: Ditto.
9430 * configure: Regnerate.
9431
9432 2003-08-18 Mark Kettenis <kettenis@gnu.org>
9433
9434 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
9435 * gdb.arch/i386-prologue.c (gdb1338): Add function.
9436
9437 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
9438
9439 * mi-var-display.exp (-var-list-children weird): Accept function
9440 pointers with argument types.
9441 * mi1-var-display.exp (-var-list-children weird): Likewise.
9442 * mi2-var-display.exp (-var-list-children weird): Likewise.
9443
9444 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
9445
9446 * gdb.base/annota3.exp: Add missing newline.
9447
9448 2003-08-06 Michael Chastain <mec@shout.net>
9449
9450 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
9451
9452 2003-08-12 Michael Snyder <msnyder@redhat.com>
9453
9454 * gdb.base/float.exp: Add test for SH.
9455
9456 2003-08-10 Mark Kettenis <kettenis@gnu.org>
9457
9458 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
9459
9460 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
9461
9462 * gdb.base/completion.exp: Remove reduntant completion test
9463 on filename.
9464
9465 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
9466
9467 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
9468 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
9469 gdb.trace/save-trace.exp: Make sure that full pathnames are
9470 escaped correctly.
9471
9472 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
9473
9474 * configure.in: Don't generate config.h from config.hin.
9475 * configure: Regenerate.
9476 * config.hin: Remove file.
9477 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
9478 * gdb.threads/pthreads.c: Ditto.
9479
9480 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
9481
9482 From Kei Sakamoto <sakamoto.kei@renesas.com>:
9483 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
9484 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
9485 Replace ld24 with seth/add3.
9486
9487 2003-08-02 Andrew Cagney <cagney@redhat.com>
9488
9489 * gdb.base/annota3.exp: New file.
9490 * gdb.base/annota3.c: New file.
9491 * gdb.c++/annota3.exp: New file.
9492 * gdb.c++/annota3.cc: New file.
9493
9494 2003-07-29 Michael Chastain <mec@shout.net>
9495
9496 * gdb.threads/tls.c (spin): Check errno only if sem_wait
9497 actually failed.
9498 (do_pass): Likewise.
9499 * gdb.threads/tls.exp: Always initialize no_of_threads.
9500
9501 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
9502
9503 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
9504 pattern.
9505 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
9506 * gdb.threads/tls.exp: Recognize one case of the host library not
9507 supporting TLS.
9508
9509 2003-07-27 Andrew Cagney <cagney@redhat.com>
9510
9511 * gdb.base/fileio.exp: Use SH when running commands using
9512 remote_exec.
9513
9514 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9515
9516 From Kei Sakamoto <sakamoto.kei@renesas.com>:
9517 * gdb.base/relocate.c (dummy): New padding array.
9518
9519 2003-07-22 Michael Snyder <msnyder@redhat.com>
9520
9521 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
9522
9523 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
9524 patterns to be more general, accepting old and new output.
9525 Some output chars (such as '+') also must be quoted.
9526 Some addresses are displayed numerically instead of
9527 symbolically.
9528
9529 2003-07-23 Michael Snyder <msnyder@redhat.com>
9530
9531 * gdb.base/return2.exp: Don't test long-long return.
9532
9533 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
9534 * gdb.disasm/t01_mov.exp: Ditto.
9535 * gdb.disasm/t02_mova.s: Ditto.
9536 * gdb.disasm/t02_mova.exp: Ditto.
9537 * gdb.disasm/t03_add.s: Ditto.
9538 * gdb.disasm/t03_add.exp: Ditto.
9539 * gdb.disasm/t04_sub.s: Ditto.
9540 * gdb.disasm/t04_sub.exp: Ditto.
9541 * gdb.disasm/t05_cmp.s: Ditto.
9542 * gdb.disasm/t05_cmp.exp: Ditto.
9543 * gdb.disasm/t06_ari2.s: Ditto.
9544 * gdb.disasm/t06_ari2.exp: Ditto.
9545 * gdb.disasm/t07_ari3.s: Ditto.
9546 * gdb.disasm/t07_ari3.exp: Ditto.
9547 * gdb.disasm/t08_or.s: Ditto.
9548 * gdb.disasm/t08_or.exp: Ditto.
9549 * gdb.disasm/t09_xor.s: Ditto.
9550 * gdb.disasm/t09_xor.exp: Ditto.
9551 * gdb.disasm/t10_and.s: Ditto.
9552 * gdb.disasm/t10_and.exp: Ditto.
9553 * gdb.disasm/t11_logs.s: Ditto.
9554 * gdb.disasm/t11_logs.exp: Ditto.
9555 * gdb.disasm/t12_bit.s: Ditto.
9556 * gdb.disasm/t12_bit.exp: Ditto.
9557 * gdb.disasm/t13_otr.s: Ditto.
9558 * gdb.disasm/t13_otr.exp: Ditto.
9559
9560 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
9561
9562 * gdb.threads/tls.exp :Add kfail for 'info address' case.
9563
9564 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
9565
9566 * gdb.threads/tls.c : New file.
9567 * gdb.threads/tls.exp : New file.
9568 * gdb.threads/tls-main.c : New file.
9569 * gdb.threads/tls-shared.c : New file.
9570 * gdb.threads/tls-shared.exp : New file.
9571
9572 2003-07-22 Andreas Schwab <schwab@suse.de>
9573
9574 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
9575
9576 2003-07-20 Andreas Schwab <schwab@suse.de>
9577
9578 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
9579 due to insn reordering.
9580
9581 2003-07-15 Andrew Cagney <cagney@redhat.com>
9582
9583 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
9584
9585 2003-07-15 Michael Chastain <mec@shout.net>
9586
9587 * gdb.base/gdb1250.exp: New file.
9588 * gdb.base/gdb1250.c: New file.
9589
9590 2003-07-09 Michal Ludvig <mludvig@suse.cz>
9591
9592 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
9593 expansion of size_t to 'unsigned long', not only to 'unsigned'.
9594
9595 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
9596
9597 * gdb.threads/tls.c: New file.
9598 * gdb.threads/tls.exp: New file.
9599 * gdb.threads/tls-main.c: New file.
9600 * gdb.threads/tls-shared.c: New file.
9601 * gdb.threads/tls-shared.exp: New file.
9602
9603 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
9604
9605 * gdb.base/annota1.exp: Make sure that we properly escape the
9606 full path of the source file. Xfail more permissive patterns,
9607 due to a compiler debug info problem.
9608
9609 2003-07-07 Andreas Schwab <schwab@suse.de>
9610
9611 * gdb.asm/m68k.inc: New file.
9612 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
9613
9614 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
9615 arguments"): Also match negative number.
9616
9617 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
9618
9619 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
9620
9621 * gdb.base/store.c (charest): New typedef.
9622 (add_char): Rename to add_charest, update.
9623 (wack_char): Rename to wack_charest, update types. Return l + r
9624 to keep r live across the call.
9625 (wack_short, wack_int, wack_long, wack_longest, wack_float)
9626 (wack_double, wack_doublest): Return l + r to keep r live across
9627 the call.
9628 * gdb.base/store.exp: Accomodate store.c changes.
9629
9630 2003-06-30 David Carlton <carlton@kealia.com>
9631
9632 * gdb.c++/maint.exp (test_invalid_name): New.
9633 (test_first_component): Add tests for invalid names.
9634
9635 2003-06-29 Michael Chastain <mec@shout.net>
9636
9637 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
9638 output of '<VTT for class>' for virtual base classes.
9639
9640 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
9641
9642 * gdb.base/completion.exp: Tab-complete "complet" instead of
9643 "compl".
9644 * gdb.base/complex.exp, gdb.base/complex.c: New files.
9645
9646 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
9647
9648 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
9649 * gdb.base/volatile.exp: Likewise.
9650
9651 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
9652
9653 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
9654 gdb/1265.
9655
9656 2003-06-28 Michael Chastain <mec@shout.net>
9657 Daniel Jacobowitz <drow@mvista.com>
9658
9659 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
9660 initial line count of 'captured_main' from 26 to 32.
9661 (test_with_self): Allow xmalloc call to be interleaved with the
9662 preceding two lines.
9663
9664 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9665
9666 * gdb.base/bang.exp: New testcase.
9667
9668 2003-06-23 Joel Brobecker <brobecker@gnat.com>
9669
9670 * gdb.base/langs.exp: Add some tests for the "minimal" language
9671 support.
9672
9673 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
9674
9675 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
9676 the testcase.
9677
9678 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9679
9680 * gdb.base/relocate.exp: Test add-symbol-file with a variable
9681 offset.
9682
9683 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9684
9685 * gdb.c++/pr-1210.cc: New file.
9686 * gdb.c++/pr-1210.exp: New file.
9687
9688 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
9689
9690 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
9691 000-exec-continue.
9692
9693 2003-06-15 Mark Kettenis <kettenis@gnu.org>
9694
9695 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
9696 on *-*-*bsd* instead of *-*-freebsd*.
9697
9698 2003-06-14 Andrew Cagney <cagney@redhat.com>
9699
9700 * gdb.base/store.exp: Test longest and doublest. Test all
9701 parameters. Weaken return statement match.
9702 * gdb.base/store.c: Add longest and doublest - aka long long and
9703 long double functions. Put all parameters into local register
9704 variables. Use negative values.
9705
9706 2003-06-14 Andrew Cagney <cagney@redhat.com>
9707
9708 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
9709 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
9710 exit status.
9711 * gdb.base/fileio.exp: Disable target when nointerrupts and
9712 noinferiorio, instead of limiting it to remote. Use remote_exec
9713 instead of system.
9714
9715 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
9716
9717 * gdb.base/float.exp: Add ia64 support.
9718
9719 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
9720
9721 * gdb.base/fileio.exp: Run only on remote targets.
9722
9723 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
9724
9725 * gdb.base/fileio.c: New file, testing File-I/O.
9726 * gdb.base/fileio.exp: Ditto.
9727
9728 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
9729
9730 * gdb.base/shreloc.exp: New file, check symbol values obtained from
9731 shared objects after relocation at load time (gdb PR/1132).
9732 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
9733 as above, part of the shared object relocation test.
9734
9735 2003-06-08 Mark Kettenis <kettenis@gnu.org>
9736
9737 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
9738 fully filled history list.
9739 * gdb.base/gdb_history: New file.
9740
9741 * gdb.base/signals.exp: XFAIL "continue to func1" on
9742 i*86-*-freebsd*.
9743
9744 * gdb.base/attach.exp: When trying to attach to a nonexistent
9745 process, make it possible to specify the PID based on the target,
9746 and do so for *-*-freebsd*.
9747
9748 2003-06-02 Richard Henderson <rth@redhat.com>
9749
9750 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
9751
9752 2003-06-02 Richard Henderson <rth@redhat.com>
9753
9754 * gdb.base/selftest.exp: Next over lim_at_start initialization.
9755
9756 2003-06-02 Richard Henderson <rth@redhat.com>
9757
9758 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
9759
9760 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
9761
9762 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
9763 of globalvar.
9764
9765 2003-06-01 Mark Kettenis <kettenis@gnu.org>
9766
9767 * gdb.asm/asm-source.exp: Check for memory read errors in
9768 disassembler test on *BSD too.
9769
9770 2003-06-01 Richard Henderson <rth@redhat.com>
9771
9772 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
9773 for .frame.
9774 (gdbasm_call): Lose ldgp.
9775 (gdbasm_startup): Add frame information.
9776 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
9777
9778 2003-05-31 Mark Kettenis <kettenis@gnu.org>
9779
9780 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
9781 i?86-*-*.
9782
9783 2003-05-30 Mark Kettenis <kettenis@gnu.org>
9784
9785 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
9786 FreeBSD.
9787
9788 2003-05-29 Richard Henderson <rth@redhat.com>
9789
9790 * gdb.asm/alpha.inc: New file.
9791 * gdb.asm/asm-source.exp: Use it.
9792
9793 2003-05-29 Jim Blandy <jimb@redhat.com>
9794
9795 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
9796 'core.PID'.
9797
9798 2003-05-22 Jim Blandy <jimb@redhat.com>
9799
9800 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
9801 backtrace.
9802
9803 2003-05-20 David Carlton <carlton@math.stanford.edu>
9804
9805 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
9806 this time.
9807
9808 2003-05-19 David Carlton <carlton@bactrian.org>
9809
9810 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
9811 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
9812
9813 2003-05-19 David Carlton <carlton@bactrian.org>
9814
9815 * gdb.c++/namespace.exp: Add namespace scope and anonymous
9816 namespace tests.
9817 Bump copyright date.
9818 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
9819 (main): Call C::D::marker2.
9820 * gdb.c++/namespace1.cc: New file.
9821
9822 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
9823
9824 Roland McGrath <roland@redhat.com>
9825 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
9826 there is no manager thread.
9827
9828 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
9829
9830 * gdb.threads/schedlock.exp: Remove assumption that all threads
9831 will run in a particular small time slice. Also ensure we break
9832 in one of the child threads rather than the main thread.
9833
9834 2003-05-07 Jim Blandy <jimb@redhat.com>
9835
9836 Add support for assembly source testing on the s390x.
9837 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
9838 architecture.
9839 * gdb.asm/s390x.inc: New file.
9840
9841 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
9842 succession of 'if' statements.
9843
9844 2003-05-05 Andrew Cagney <cagney@redhat.com>
9845
9846 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
9847
9848 2003-05-05 Andrew Cagney <cagney@redhat.com>
9849
9850 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
9851 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
9852
9853 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9854
9855 * gdb.base/charset.exp: Update based on new behavior of set/show
9856 charset commands.
9857
9858 2003-05-01 Andrew Cagney <cagney@redhat.com>
9859
9860 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
9861 variable do not give memory errors.
9862
9863 2003-04-30 Adam Fedor <fedor@gnu.org>
9864
9865 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
9866 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
9867 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
9868 gdb.objc/basicclass.m: : New files
9869
9870 * lib/gdb.exp (gdb_compile_objc): New procedure.
9871
9872 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
9873
9874 * gdb.base/signals.exp: Make backtrace tests more specific.
9875
9876 2003-04-23 David Carlton <carlton@bactrian.org>
9877
9878 * gdb.c++/maint.exp (test_first_component): Add tests for
9879 'operator' in more locations.
9880
9881 2003-04-16 Kevin Buettner <kevinb@redhat.com>
9882
9883 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
9884
9885 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
9886
9887 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
9888 func marke' instead. Update test name.
9889
9890 2003-04-15 David Carlton <carlton@math.stanford.edu>
9891
9892 * gdb.c++/maint.exp: New file.
9893
9894 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9895
9896 * gdb.threads/schedlock.c: Change type of thread function argument
9897 to long, to avoid warnings on 64-bit platforms.
9898
9899 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
9900
9901 * gdb.base/attach.exp: Add new message from ptrace in case of
9902 attaching to nonexistent process.
9903
9904 2003-04-11 Jim Blandy <jimb@redhat.com>
9905
9906 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9907 gdb.c++/userdef.cc: Place comments on the lines to which the
9908 marker function might return.
9909 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9910 gdb.c++/userdef.exp: Look for those comments to check that we've
9911 returned to the right place, instead of checking line numbers.
9912
9913 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
9914
9915 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
9916 match on sourcefile name, instead of directory name.
9917
9918 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
9919
9920 * gdb.base/completion.exp: Use string_to_regexp to match the
9921 working directory name.
9922
9923 2003-04-09 Jim Blandy <jimb@redhat.com>
9924
9925 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9926 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
9927 after an inferior function call, report the failure, but allow the
9928 test to continue.
9929
9930 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9931
9932 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9933 with -DPROTOTYPES.
9934
9935 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
9936
9937 * gdb.base/break.exp: Revert last patch.
9938
9939 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
9940
9941 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
9942 with -DPROTOTYPES.
9943
9944 2003-04-02 Andrew Cagney <cagney@redhat.com>
9945
9946 * gdb.base/callfuncs.exp: Make "print add" messages unique.
9947 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
9948 matching directories by the name breakpoint.
9949 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
9950 Make "continue to marker1" consistent.
9951 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
9952 message consistent.
9953 * lib/gdb.exp: Put "the program is no longer running", and "the
9954 program exited" in parenthesis.
9955 * lib/mi-support.exp: Ditto.
9956
9957 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9958
9959 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
9960
9961 2003-03-29 Andrew Cagney <cagney@redhat.com>
9962
9963 * gdb.base/sizeof.c (main): Print the value of '\377'.
9964 * gdb.base/sizeof.exp: Check the sign of '\377'.
9965
9966 2003-03-27 Michael Chastain <mec@shout.net>
9967
9968 * gdb.base/gdb1090.exp: New file.
9969 * gdb.base/gdb1090.cc: New file.
9970
9971 2003-03-27 J. Brobecker <brobecker@gnat.com>
9972
9973 * gdb.gdb/observer.exp: New regression test.
9974
9975 2003-03-27 Michael Chastain <mec@shout.net>
9976
9977 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
9978 * gdb.base/ptype.exp: Likewise.
9979
9980 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
9981
9982 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
9983
9984 2003-03-26 Michael Chastain <mec@shout.net>
9985
9986 * gdb.base/ptype.exp: Actually use some typedef'd types.
9987
9988 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9989
9990 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
9991 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
9992
9993 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
9994
9995 * gdb.base/default.exp: Fix regular expression.
9996
9997 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
9998
9999 * gdb.base/args.exp: Fix regular expression.
10000
10001 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
10002
10003 * gdb.base/help.exp: Allow Win32 child process.
10004
10005 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
10006
10007 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
10008 when stepping out of main().
10009
10010 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
10011
10012 * gdb.base/default.exp: Check for win32 specific message when calling
10013 "run" without executable.
10014
10015 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
10016
10017 * gdb.base/args.exp: Expect .exe in output.
10018
10019 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
10020
10021 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
10022 Cygwin native.
10023
10024 2003-03-17 Andrew Cagney <cagney@redhat.com>
10025
10026 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
10027 vector registes.
10028 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
10029 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
10030
10031 2003-03-17 David Carlton <carlton@math.stanford.edu>
10032
10033 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
10034 test, for PR breakpoints/38.
10035 Call test_watchpoint_and_breakpoint.
10036 * gdb.base/watchpoint.c (func3): New function.
10037 (main): Call func3.
10038
10039 2003-03-04 David Carlton <carlton@math.stanford.edu>
10040
10041 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
10042 Garply<Garply<char> >:: garply".
10043 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
10044 with respect to PR c++/1111; note also PR c++/1113.
10045 (test_template_breakpoints): KFAIL "constructor breakpoint" with
10046 respect to PR c++/1062.
10047 KFAIL "destructor breakpoint" with respect to PR c++/1112.
10048
10049 2003-03-03 David Carlton <carlton@math.stanford.edu>
10050
10051 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
10052 with respect to PR c++/57.
10053 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
10054 c++/826.
10055 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
10056 respect to PR c++/57.
10057
10058 2003-03-03 David Carlton <carlton@math.stanford.edu>
10059
10060 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
10061 respect to PR c++/33 into FAILs.
10062
10063 2003-03-03 Michael Chastain <mec@shout.net>
10064
10065 * configure.in: Update copyright years.
10066
10067 2003-03-03 Michael Chastain <mec@shout.net>
10068
10069 * Makefile.in: Update copyright years.
10070
10071 2003-02-28 David Carlton <carlton@math.stanford.edu>
10072
10073 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
10074 print class instead of struct and/or superfluous protection
10075 specifiers, as long as the resulting output is equivalent to the
10076 source code.
10077 Delete FIXME from end of messages on tests that don't need
10078 fixing.
10079
10080 2003-02-28 David Carlton <carlton@math.stanford.edu>
10081
10082 * gdb.c++/templates.exp (do_tests): Allow const in the two
10083 Foo<volatile char *>::foo tests.
10084
10085 2003-02-27 Michael Snyder <msnyder@redhat.com>
10086
10087 * gdb.base/restore.c (main): Return zero, so exit code
10088 will be consistant.
10089
10090 2003-02-26 David Carlton <carlton@math.stanford.edu>
10091
10092 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
10093 char *>::foo" test with respect to PR c++/33. Create a new test
10094 which is identical to that one except that it doesn't put the
10095 space between the "char" and the "*"; KFAIL it, too.
10096
10097 2003-02-26 David Carlton <carlton@math.stanford.edu>
10098
10099 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
10100 template types into either PASSes or KFAILs (corresponding to PR
10101 c++/57). Tweak indentation. Update copyright.
10102
10103 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10104
10105 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
10106
10107 2003-02-13 Michael Chastain <mec@shout.net>
10108
10109 * gdb.base/exprs.exp: Remove i960 remnants.
10110 * gdb.base/funcargs.exp: Likewise.
10111 * gdb.base/list.exp: Likewise.
10112 * gdb.base/ptype.exp: Likewise.
10113
10114 2003-02-14 David Carlton <carlton@math.stanford.edu>
10115
10116 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
10117 pEe->D::vg()" from XFAIL to KFAIL.
10118
10119 2003-02-13 Jason Molenda (jmolenda@apple.com)
10120
10121 * gdb.base/maint.exp: Update maint print statistics regexp to include
10122 new entries.
10123
10124 2003-02-13 Michael Chastain <mec@shout.net>
10125
10126 * gdb.c++/inherit.exp: Remove call to get_debug_format.
10127
10128 2003-02-12 Michael Chastain <mec@shout.net>
10129
10130 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
10131 * gdb.c++/inherit.exp: Likewise.
10132 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
10133 * gdb.c++/templates.exp: Likewise.
10134 * gdb.c++/virtfunc.exp: Likewise.
10135
10136 2003-02-06 Jason Molenda (jason-cl@molenda.com)
10137
10138 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
10139 why the code is written that way.
10140
10141 2003-02-05 Michael Chastain <mec@shout.net>
10142
10143 * gdb.base/dump.exp: Add missing copyright line.
10144
10145 2003-02-05 Jason Molenda (jason-cl@molenda.com)
10146
10147 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
10148 at the beginning so the breakpoint doesn't get set on the loop.
10149
10150 2003-02-05 Michael Chastain <mec@shout.net>
10151
10152 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
10153 output for configurations with gcc 2.95.3.
10154
10155 2003-02-05 Keith Seitz <keiths@redhat.com>
10156 Andrew Cagney <ac131313@redhat.com>
10157
10158 * gdb.mi/mi-cli.exp: New file.
10159
10160 2003-02-04 Michael Chastain <mec@shout.net>
10161
10162 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
10163 Call perror and then continue.
10164
10165 2003-02-03 Michael Chastain <mec@shout.net>
10166
10167 * gdb.c++/pr-1023.cc: New file.
10168 * gdb.c++/pr-1023.exp: New file.
10169
10170 2003-02-05 Jim Blandy <jimb@redhat.com>
10171
10172 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
10173 it's local to foobar. Check for it there, and check that it's not
10174 present in main.
10175 * gdb.c++/local.cc (marker2): New function.
10176 (foobar): Call marker1.
10177 (main): Call marker2 instead of marker1.
10178
10179 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10180
10181 * gdb.disasm/mn10200.exp: Obsolete file.
10182 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
10183 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
10184 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
10185
10186 2003-02-04 David Carlton <carlton@math.stanford.edu>
10187
10188 * gdb.c++/overload.exp: Test intToChar(1).
10189 * gdb.c++/overload.cc (intToChar): New.
10190 (main): Call intToChar.
10191
10192 2003-02-03 David Carlton <carlton@math.stanford.edu>
10193
10194 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
10195 'might_kfail' arg.
10196 KFAIL some of the continue_to_bp_overloaded calls, according to
10197 PR c++/1025.
10198
10199 2003-02-01 Michael Chastain <mec@shout.net>
10200
10201 * gdb.base/advance.c (marker1): New marker function.
10202 * gdb.base/advance.exp: When the 'advance' command lands on the
10203 return breakpoint, it can legitimately stop on either the
10204 current line or the next line. Accommodate both outcomes.
10205 * gdb.base/until.exp: Likewise.
10206
10207 2003-02-02 Andrew Cagney <ac131313@redhat.com>
10208
10209 2002-11-10 Jason Molenda (jason-cl@molenda.com):
10210 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
10211 now a list, not a tuple.
10212 * gdb.mi/mi-var-display.exp: Ditto.
10213 * gdb.mi/gdb792.exp: Ditto.
10214
10215 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10216
10217 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
10218 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
10219 stack backtraces.
10220 * gdb.mi/mi-syn-frame.c: Part of same.
10221
10222 2003-02-01 Mark Kettenis <kettenis@gnu.org>
10223
10224 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
10225 gdb.mi/mi1-pthreads.exp: Return instead of calling
10226 gdb_suppress_entire_file.
10227
10228 2003-02-01 Mark Salter <msalter@redhat.com>
10229
10230 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
10231
10232 2003-01-31 Mark Salter <msalter@redhat.com>
10233
10234 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
10235 Support empty arg.
10236
10237 2003-01-30 Michael Chastain <mec@shout.net>
10238
10239 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
10240 This was a workaround for a UTF-8 bug in readline 4.3. The bug
10241 has been fixed in gdb/readline on 2003-01-09.
10242
10243 2003-01-29 Michael Snyder <msnyder@redhat.com>
10244
10245 * gdb.base/maint.exp: Allow for leading underscore in symbol.
10246 * gdb.base/display.exp: Allow for leading underscore in symbol.
10247 * gdb.base/args.exp: Skip if target does not support args passing.
10248
10249 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10250
10251 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
10252 gdb_test. Accept a list of expect arguments as the third
10253 parameter.
10254 (gdb_test): Use it.
10255
10256 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
10257
10258 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
10259 allow for different test tree configurations. Update some
10260 tescases accordingly.
10261 * gdb.arch/altivec-regs.exp: Ditto.
10262 * gdb.asm/asm-source.exp: Ditto.
10263 * gdb.base/advance.exp: Ditto.
10264 * gdb.base/display.exp: Ditto.
10265 * gdb.base/long_long.exp: Ditto.
10266 * gdb.base/mips_pro.exp: Ditto.
10267 * gdb.base/overlays.exp: Ditto.
10268 * gdb.base/relocate.exp: Ditto.
10269 * gdb.base/setshow.exp: Ditto.
10270 * gdb.base/step-line.exp: Ditto.
10271 * gdb.base/step-test.exp: Ditto.
10272 * gdb.base/until.exp: Ditto.
10273 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
10274
10275 2003-01-17 David Carlton <carlton@math.stanford.edu>
10276
10277 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
10278 corresponding to PR c++/945.
10279 Update copyright.
10280
10281 2003-01-17 David Carlton <carlton@math.stanford.edu>
10282
10283 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
10284 corresponding to PR c++/68.
10285
10286 2003-01-17 David Carlton <carlton@math.stanford.edu>
10287
10288 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
10289 (test_paddr_hairy_functions): Call print_addr_2_kfail for
10290 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
10291
10292 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10293
10294 * gdb.base/break.exp: Fix change of default location, because of
10295 removal of until tests.
10296 * gdb.base/help.exp: Update test for new 'until' help message.
10297 Add test for help on 'advance'.
10298 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
10299
10300 2003-01-15 Mark Kettenis <kettenis@gnu.org>
10301
10302 * gdb.base/default.exp: Adapt "info float" test for recent changes
10303 to that command. Add test for "info vector".
10304 * gdb.base/float.exp: New file. Add test for "info float" that
10305 resembles the old test in gdb.base/default.exp.
10306
10307 2003-01-15 David Carlton <carlton@math.stanford.edu>
10308
10309 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
10310
10311 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10312
10313 * gdb.base/break.exp: Move the tests of until command from here...
10314 * gdb.base/until.exp: ... to here. New file. Add other tests.
10315 * gdb.base/advance.c: New file.
10316 * gdb.base/advance.exp: New file.
10317
10318 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
10319
10320 * gdb.base/args.c: New file.
10321 * gdb.base/args.exp: New file.
10322
10323 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
10324
10325 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
10326
10327 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
10328
10329 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
10330
10331 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
10332
10333 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
10334 dates.
10335
10336 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10337
10338 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
10339
10340 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10341
10342 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
10343 (ptype &*"foo").
10344 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
10345
10346 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10347
10348 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
10349 * gdb.mi/mi1-console.exp: Likewise.
10350
10351 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10352
10353 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
10354 * gdb.mi/mi1-console.exp: Likewise.
10355
10356 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10357
10358 * gdb.c++/overload.exp: Remove some fixed XFAILs.
10359
10360 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
10361
10362 * gdb.base/detach.exp: New test.
10363
10364 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
10365
10366 * Makefile.in (ALL_SUBDIRS): New variable.
10367 (subdirs, clean, distclean): Use it.
10368 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
10369 regenerating Makefile, since it is generated from the top level.
10370 * gdb.asm/Makefile.in: Likewise.
10371 * gdb.base/Makefile.in: Likewise.
10372 * gdb.c++/Makefile.in: Likewise.
10373 * gdb.disasm/Makefile.in: Likewise.
10374 * gdb.java/Makefile.in: Likewise.
10375 * gdb.mi/Makefile.in: Likewise.
10376 * gdb.threads/Makefile.in: Likewise.
10377 * gdb.trace/Makefile.in: Likewise.
10378
10379 2003-01-09 David Carlton <carlton@math.stanford.edu>
10380
10381 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
10382 Add copyright year 2003.
10383
10384 2003-01-06 Michael Chastain <mec@shout.net>
10385
10386 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
10387 When selecting a thread, 'line' and 'file' are optional.
10388 * gdb.mi/mi1-pthreads.exp: Likewise.
10389
10390 2003-01-06 Andreas Schwab <schwab@suse.de>
10391
10392 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
10393 failures.
10394
10395 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10396
10397 Fix PR gdb/844
10398 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
10399 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
10400
10401 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
10402 instead of calling gdb_suppress_entire_file.
10403 * gdb.threads/print-threads.exp: Likewise.
10404 * gdb.threads/schedlock.exp: Likewise.
10405
10406 * gdb.threads/killed.exp: Return instead of calling
10407 gdb_suppress_entire_file.
10408 * gdb.threads/linux-dp.exp: Likewise.
10409 * gdb.threads/pthreads.exp: Likewise.
10410
10411 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10412
10413 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
10414 stabs.
10415 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
10416 * gdb.base/whatis.exp: Always allow (void) after function names.
10417
10418 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10419
10420 * gdb.c++/casts.exp: Correct regexp.
10421
10422 2003-01-04 Mark Kettenis <kettenis@gnu.org>
10423
10424 * configure.in: Call AC_CONFIG_HEADER. Don't call
10425 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
10426 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
10427 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
10428 aforementioned directories in the AC_OUPUT call.
10429 * config.hin: New file.
10430 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
10431 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
10432 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
10433 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
10434 pass -I$objdir instead of -I$objdir/$subdir in compilation.
10435 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
10436 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
10437 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
10438 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
10439 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
10440 gdb.threads/configure.in, gdb.threads/configure,
10441 gdb.threads/config.in, gdb.trace/configure.in,
10442 gdb.trace/configure: Removed.
10443
10444 2003-01-03 Michael Chastain <mec@shout.net>
10445
10446 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
10447 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
10448
10449 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
10450
10451 * gdb.base/store.exp: Fix regular expressions.
10452
10453 2002-12-28 Mark Kettenis <kettenis@gnu.org>
10454
10455 * configure.in: Rewrite.
10456 * configure: Regenerated.
10457
10458 2003-01-03 David Carlton <carlton@math.stanford.edu>
10459
10460 * gdb.base/psymtab.exp: New file.
10461 * gdb.base/psymtab1.c: Ditto.
10462 * gdb.base/psymtab2.c: Ditto.
10463
10464 2002-12-23 Adam Fedor <fedor@gnu.org>
10465
10466 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
10467
10468 2002-12-23 David Carlton <carlton@math.stanford.edu>
10469
10470 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
10471 and current_directory initialization.
10472
10473 2002-12-22 Jim Blandy <jimb@redhat.com>
10474
10475 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
10476 rather than as part of the output file name.
10477
10478 * gdb.base/attach.exp: There's no need to copy the test program to
10479 /tmp; that was only ever necessary on HP/UX, and this test is
10480 entirely disabled there anyway.
10481
10482 2002-12-21 Jim Blandy <jimb@redhat.com>
10483
10484 * gdb.c++/psmang.exp: Doc fix.
10485
10486 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
10487 test.
10488
10489 2002-12-20 David Carlton <carlton@math.stanford.edu>
10490
10491 * gdb.c++/annota2.exp: KFAIL annotate-quit.
10492
10493 2002-12-18 Michael Chastain <mec@shout.net>
10494
10495 * gdb.c++/annota2.exp: Add copyright year 2002.
10496
10497 2002-12-17 David Carlton <carlton@math.stanford.edu>
10498
10499 * gdb.c++/try_catch.cc: Add marker comments.
10500 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
10501 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
10502 * gdb.c++/m-static.cc: Ditto.
10503 * gdb.c++/m-static1.cc: Ditto.
10504 * gdb.c++/try_catch.cc: Ditto.
10505
10506 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
10507
10508 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
10509 to see whether we are using the new -environment-directory
10510 command which resets via -r or the old version of the command
10511 which may prompt the user. Part of fix for gdb/741.
10512
10513 2002-12-13 Andrew Cagney <ac131313@redhat.com>
10514
10515 * gdb.fortran/types.exp: Update obsolete comment.
10516 * gdb.fortran/exprs.exp: Ditto.
10517 * lib/gdb.exp: Delete obsolete code.
10518 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
10519 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
10520 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
10521 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
10522 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
10523 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
10524 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
10525 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
10526 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
10527 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
10528 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
10529 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
10530 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
10531 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
10532 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
10533 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
10534 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
10535 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
10536 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
10537 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
10538 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
10539 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
10540 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
10541 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
10542 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
10543 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
10544 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
10545 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
10546 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
10547 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
10548 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
10549 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
10550 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
10551 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
10552 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
10553 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
10554 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
10555
10556 2002-12-11 David Carlton <carlton@math.stanford.edu>
10557
10558 * gdb.c++/m-data.exp: Add test for members that shadow global
10559 variables: see PR gdb/804.
10560 * gdb.c++/m-data.cc: Ditto.
10561
10562 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
10563
10564 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
10565
10566 2002-12-06 David Carlton <carlton@math.stanford.edu>
10567
10568 * gdb.base/store.c: Don't declare functions static.
10569
10570 2002-12-04 Andrew Cagney <ac131313@redhat.com>
10571
10572 * gdb.base/store.exp, gdb.base/store.c: New files.
10573
10574 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
10575
10576 * gdb.base/selftest.exp: Update for current gdb.
10577
10578 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
10579
10580 * gdb.base/maint.exp: Only dump symbols from one source file
10581 or objfile.
10582
10583 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
10584
10585 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
10586 function call.
10587
10588 2002-11-25 Jim Blandy <jimb@redhat.com>
10589
10590 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
10591 function appearing in error message.
10592
10593 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
10594
10595 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
10596
10597 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
10598
10599 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
10600 for mi1 and current mi is in correct format. New mi startup message
10601 should be in mi console format. This is part of fix for PR gdb/604.
10602
10603 2002-09-18 Fernando Nasser <fnasser@redhat.com>
10604
10605 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
10606 which explicitly prints the zero offset as "+0".
10607
10608 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
10609
10610 * gdb.threads/schedlock.c (args): Make unsigned.
10611
10612 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
10613
10614 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
10615 numbers. Allow "foo2|selected stack frame".
10616 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
10617 * gdb.asm/asmsrc2.s: Likewise.
10618 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
10619 comments.
10620 * gdb.asm/mips.inc: New file.
10621
10622 2002-10-18 Adam Fedor <fedor@gnu.org>
10623
10624 * gdb.base/default.exp: Update expected output to include 'ObjC'.
10625 * gdb.base/help.exp: Likewise.
10626
10627 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10628
10629 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
10630 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
10631
10632 2002-10-02 Jim Blandy <jimb@redhat.com>
10633
10634 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
10635
10636 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10637
10638 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
10639 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
10640 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
10641 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
10642 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
10643 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
10644 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
10645
10646 2002-09-29 Andrew Cagney <ac131313@redhat.com>
10647
10648 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
10649 * mi0-disassemble.exp, mi0-eval.exp: Delete.
10650 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
10651 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
10652 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
10653 * mi0-var-block.exp, mi0-var-child.exp: Delete.
10654 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
10655
10656 2002-09-27 Kevin Buettner <kevinb@redhat.com>
10657
10658 * gdb.base/annota1.exp (info break): Make directory components of
10659 path optional since not all compilers emit this debug information.
10660
10661 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
10662 step ends up stepping out of the function instead of stopping on
10663 the epilogue.
10664
10665 2002-09-26 Keith Seitz <keiths@redhat.com>
10666
10667 * lib/insight-support.exp (gdbtk_start): Figure out where
10668 the insight executable is based on where gdb is. Use this
10669 executable to start insight instead of gdb.
10670
10671 2002-09-25 Andrew Cagney <cagney@redhat.com>
10672
10673 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
10674
10675 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10676
10677 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
10678 test_isolated_complaints.
10679 (test_empty_complaint): New function.
10680 (test_empty_complaints): New function. Check no output when no
10681 complaints.
10682
10683 2002-09-19 Jim Blandy <jimb@redhat.com>
10684
10685 * gdb.base/charset.exp, gdb.base/charset.c: New files.
10686
10687 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10688
10689 * gdb.gdb/complaints.exp: New file.
10690
10691 2002-09-18 Andrew Cagney <ac131313@redhat.com>
10692
10693 * gdb.base/maint.exp: Check `help maint internal-warning'.
10694
10695 2002-09-18 David Carlton <carlton@math.stanford.edu>
10696
10697 * gdb.c++/m-static.exp: Remove breakpoints depending on line
10698 numbers, and replace them by a single breakpoint after the
10699 constructors are all finished.
10700 Add test 4.
10701 * gdb.c++/m-static.cc: Add test 4.
10702 * gdb.c++/m-static.h: New file.
10703 * gdb.c++/m-static1.cc: New file.
10704
10705 * gdb.c++/printmethod.exp: New file.
10706 * gdb.c++/printmethod.cc: New file.
10707
10708 * gdb.c++/pr-574.exp: New file.
10709 * gdb.c++/pr-574.cc: New file.
10710
10711 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
10712
10713 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
10714 embedded targets which never actually exit.
10715
10716 2002-09-18 Fernando Nasser <fnasser@redhat.com>
10717
10718 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
10719 "don't step after run" as unresolved or unsupported, instead of xfail.
10720
10721 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
10722
10723 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
10724 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
10725 Add newline to expected string in "step out of main (status wrapper)"
10726 case.
10727
10728 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
10729
10730 * lib/gdb.exp (rerun_to_main): Allow restarting application.
10731 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
10732
10733 2002-09-17 Tom Tromey <tromey@redhat.com>
10734
10735 * gdb.base/printcmds.exp (test_print_string_constants): Expect
10736 \000, not \0, in double-quoted string.
10737
10738 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
10739
10740 * gdb.base/commands.exp: Don't expect a "Program exited normally"
10741 string after running the commands execution on breakpoint tests.
10742
10743 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
10744
10745 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
10746
10747 2002-09-12 Joel Brobecker <brobecker@gnat.com>
10748
10749 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
10750
10751 2002-09-10 Keith Seitz <keiths@redhat.com>
10752
10753 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
10754 runto proc.
10755 (mi_run_to_main): Use mi_runto.
10756 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
10757
10758 2002-09-10 Keith Seitz <keiths@redhat.com>
10759
10760 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
10761 regexp for stopping at main. Could have multiple event notifications.
10762 Don't assume that main was declared with no parameters.
10763 (mi_next): Use mi_step_to.
10764 (mi_step): Use mi_next_to.
10765
10766 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
10767
10768 * gdb.base/default.exp: Fix expected string in `info float' test.
10769
10770 2002-09-09 Ben Elliston <bje@redhat.com>
10771
10772 * config/mips.exp: Update comments.
10773 * config/mips-idt.exp: Likewise.
10774 * config/nind.exp: Likewise.
10775 * config/slite.exp: Likewise.
10776 * config/sparclet.exp: Likewise.
10777 * config/udi.exp: Likewise.
10778 * config/vx.exp: Likewise.
10779 * config/vxworks29k.exp: Likewise.
10780
10781 2002-09-05 Jim Blandy <jimb@redhat.com>
10782
10783 * gdb.threads/killed.exp: Fix test failure message.
10784
10785 2002-09-04 Keith Seitz <keiths@redhat.com>
10786
10787 * lib/mi-support.exp: Update copyright.
10788 (mi_gdb_test): Increase the priority of the expected pattern
10789 so that it matches gdb_test.
10790
10791 2002-09-03 Keith Seitz <keiths@redhat.com>
10792
10793 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
10794 Use integer comparison instead of string comparison for testing
10795 whether binary was built.
10796
10797 2002-09-03 Jim Blandy <jimb@redhat.com>
10798
10799 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
10800
10801 2002-08-29 Jim Blandy <jimb@redhat.com>
10802
10803 * gdb.threads/pthreads.exp: Move the portable thread compilation
10804 code into a function in lib/gdb.exp, and call that from here.
10805 * lib/gdb.exp (gdb_compile_pthreads): New function.
10806
10807 2002-08-29 Keith Seitz <keiths@redhat.com>
10808
10809 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
10810 expect_out so that callers can get at it.
10811
10812 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
10813
10814 * gdb.threads/print-threads.c: New file.
10815 * gdb.threads/print-threads.exp: New file.
10816 * gdb.threads/schedlock.c: New file.
10817 * gdb.threads/schedlock.exp: New file.
10818
10819 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
10820
10821 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
10822 not altivec.c.
10823
10824 2002-08-17 Mark Kettenis <kettenis@gnu.org>
10825
10826 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
10827 targets. The problem should be fixed now.
10828
10829 2002-08-15 Mark Kettenis <kettenis@gnu.org>
10830
10831 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
10832 2002-07-24 change that removes final dots from error messages.
10833
10834 2002-08-13 Tom Tromey <tromey@redhat.com>
10835
10836 * gdb.base/readline.exp: New file.
10837
10838 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10839
10840 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
10841 supress message.
10842
10843 2002-08-01 Andrew Cagney <cagney@redhat.com>
10844
10845 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
10846 CHILL_FOR_TARGET and CHILL_LIB.
10847 * configure.in (configdirs): Remove gdb.chill.
10848 * configure: Regenerate.
10849 * lib/gdb.exp: Obsolete references to chill.
10850 * gdb.fortran/types.exp: Ditto.
10851 * gdb.fortran/exprs.exp: Ditto.
10852
10853 2002-07-30 Kevin Buettner <kevinb@redhat.com>
10854
10855 * gdb.base/shlib-call.exp (additional_flags): Conditionally
10856 set Irix-specific compile and link flags.
10857
10858 2002-07-29 Kevin Buettner <kevinb@redhat.com>
10859
10860 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
10861 source files. The ``-o'' option doesn't work with the ``-E'' option
10862 when using the Irix compiler.
10863
10864 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
10865
10866 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
10867 Improve support for reusing an exec file. Copy exec file
10868 to target, and run gdbserver on the target instead of on the host.
10869
10870 2002-07-18 Jim Blandy <jimb@redhat.com>
10871
10872 * gdb.base/ending-run.exp: Don't expect to see the program end in
10873 some orderly fashion when we're running on a real stand-alone
10874 board.
10875
10876 * gdb.base/interrupt.exp: Correct logic for skipping tests on
10877 targets that don't support interrupts.
10878
10879 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
10880
10881 * gdb.base/attach.exp: Add patterns to match output from /proc-based
10882 systems.
10883 Move comments in expect statements to inside the actions, so that they
10884 don't get matched against.
10885
10886 2002-07-10 Mark Kettenis <kettenis@gnu.org>
10887
10888 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
10889 function when asleep" test.
10890
10891 2002-07-10 Andrew Cagney <ac131313@redhat.com>
10892
10893 * gdb.base/page.exp: Rewrite to handle problems with very long
10894 `info set' output. Update copyright.
10895
10896 2002-06-26 Andrew Cagney <ac131313@redhat.com>
10897
10898 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
10899 gdb.threads-hp.
10900 * gdb.hp/configure: Regenerate.
10901 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
10902 * gdb.hp/gdb.threads-hp/configure: Delete file.
10903 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
10904
10905 2002-06-22 Andrew Cagney <ac131313@redhat.com>
10906
10907 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
10908 setlocale, bindtextdomain and textdomain.
10909
10910 2002-06-11 Jim Blandy <jimb@redhat.com>
10911
10912 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
10913 preprocessor macro information is present.
10914
10915 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
10916 tests.
10917
10918 2002-06-06 Michael Snyder <msnyder@redhat.com>
10919
10920 * gdb.base/overlays.exp: Record addresses of overlay
10921 functions in TCL variables rather than in GDB variables,
10922 to avoid having GDB convert them to pointers (with loss
10923 of information).
10924
10925 * gdb.base/d10v.ld: Merge in several years worth of
10926 default linker script changes.
10927 * gdb.base/long_long.exp: Add check for sizeof (long double).
10928
10929 2002-06-06 Michal Ludvig <mludvig@suse.cz>
10930
10931 * gdb.asm/asm-source.exp: Add x86-64 target.
10932 * gdb.asm/x86_64.inc: New.
10933
10934 2002-05-30 Michael Chastain <mec@shout.net>
10935
10936 From Benjamin Kosnik <bkoz@redhat.com>:
10937 * gdb.c++/m-static.cc: New file.
10938 * gdb.c++/m-static.exp: New file.
10939
10940 2002-05-28 Michael Snyder <msnyder@redhat.com>
10941
10942 * gdb.base/call-ar-st.exp: Allow for reduced floating point
10943 precision.
10944
10945 2002-05-27 Michael Chastain <mec@shout.net>
10946
10947 From Benjamin Kosnik <bkoz@redhat.com>:
10948 * gdb.c++/m-data.cc: New file.
10949 * gdb.c++/m-data.exp: New file.
10950
10951 2002-05-27 Michael Chastain <mec@shout.net>
10952
10953 From Benjamin Kosnik <bkoz@redhat.com>:
10954 * gdb.c++/try_catch.cc: New file.
10955 * gdb.c++/try_catch.exp: New file.
10956
10957 2002-05-27 Michael Chastain <mec@shout.net>
10958
10959 * gdb.c++/local.exp: Accept more nested types in output.
10960
10961 2002-05-26 Michael Chastain <mec@shout.net>
10962
10963 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
10964
10965 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
10966
10967 * lib/gdb.exp (gdb_wrapper_init): Just because
10968 gdb_wrapper_file exists, this does not mean that the file
10969 should not be rebuilt. That is what gdb_wrapper_initialized
10970 is for.
10971 (default_gdb_init): Reset gdb_wrapper_initialized.
10972
10973 2002-05-23 Michael Snyder <msnyder@redhat.com>
10974
10975 * gdb.base/all-bin.exp: Revise previous patch by just reducing
10976 the precision of the floating point test results.
10977 * gdb.base/call-rt-st.exp: Ditto.
10978
10979 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
10980 * gdb.base/call-rt-st.exp: Ditto.
10981
10982 2002-05-19 Michael Chastain <mec@shout.net>
10983
10984 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
10985
10986 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
10987
10988 * configure.in (configdirs): Add gdb.arch.
10989 * configure: Regenerate.
10990
10991 2002-05-17 Jim Blandy <jimb@redhat.com>
10992
10993 * gdb.base/completion.exp: Recognize the more detailed error
10994 messages produced by the macro expander's lexical analyzer.
10995
10996 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
10997
10998 * gdb.arch/altivec-abi.c: New file.
10999 * gdb.arch/altivec-abi.exp: New file.
11000 * gdb.arch/altivec-regs.c: New file.
11001 * gdb.arch/altivec-regs.exp: New file.
11002
11003 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
11004
11005 * gdb.base/maint.exp (maint print type): Update for new type
11006 structure.
11007
11008 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
11009
11010 * gdb.arch: New directory.
11011 * gdb.arch/configure.in: New file.
11012 * gdb.arch/configure: New file.
11013 * gdb.arch/Makefile.in: New file.
11014
11015 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
11016
11017 * gdb.asm/asm-source.exp: Add v850 as supported target.
11018 * gdb.asm/v850.inc: New file.
11019
11020 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
11021
11022 * gdb.c++/annota2.exp (annotate-quit): Add comment.
11023
11024 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
11025
11026 * gdb.base/break.exp: Check 'break "marker2"'.
11027
11028 2002-05-10 Michael Snyder <msnyder@redhat.com>
11029
11030 * gdb.base/long_long.exp: Fix typo.
11031
11032 2002-05-10 Jim Blandy <jimb@redhat.com>
11033
11034 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
11035 a bug.
11036
11037 * gdb.base/printcmds.exp (test_integer_literals_rejected):
11038 Recognize more detailed error message produced by the macro
11039 expander's lexical analyzer.
11040 * lib/gdb.exp (test_print_reject): Same.
11041
11042 2002-05-09 Mark Kettenis <kettenis@gnu.org>
11043
11044 * gdb.c++/method.exp: Fix typo.
11045
11046 2002-05-08 Michael Snyder <msnyder@redhat.com>
11047
11048 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
11049 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
11050 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
11051 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
11052 Add iftarget clause for strongarm.
11053
11054 2002-05-06 Michael Snyder <msnyder@redhat.com>
11055
11056 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
11057 (gdb_continue_to_end): Accept output from status wrapper.
11058 * gdb.base/ending-run.exp: Add case for output from status wrapper.
11059 Clean up fail messages to match pass messages.
11060
11061 Enable the "needs_status_wrapper" testsuite feature.
11062 * lib/gdb.exp (gdb_wrapper_init): New procedure.
11063 (gdb_compile): Conditionally call gdb_wrapper_init.
11064 * gdb.base/a2-run.exp: Recognize output from status wrapper.
11065 * gdb.c++/method.exp: Recognize output from status wrapper.
11066
11067 2002-05-06 Ben Elliston <bje@redhat.com>
11068 From Graydon Hoare <graydon@redhat.com>
11069
11070 * config/sid.exp: Include support for "rawsid" protocol.
11071
11072 2002-05-03 Jim Blandy <jimb@redhat.com>
11073
11074 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
11075 * gdb.c++/hang3.C: New file.
11076
11077 2002-05-04 Andrew Cagney <ac131313@redhat.com>
11078
11079 * gdb.base/default.exp: Remove obsolete code.
11080 * gdb.c++/misc.exp: Ditto. Update copyright.
11081 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
11082 * gdb.base/whatis.exp: Ditto. Update copyright.
11083 * gdb.base/scope.exp: Ditto. Update copyright.
11084 * gdb.base/ptype.exp: Ditto. Update copyright.
11085 * gdb.base/printcmds.exp: Ditto. Update copyright.
11086 * gdb.base/opaque.exp: Ditto. Update copyright.
11087 * gdb.base/list.exp: Ditto.
11088 * gdb.base/funcargs.exp: Ditto. Update copyright.
11089 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
11090 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
11091 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
11092 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
11093 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
11094 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
11095
11096 2002-05-02 Michael Snyder <msnyder@redhat.com>
11097
11098 * gdb.base/watchpoint.exp: Add xscale target.
11099 * gdb.base/long_long.exp: Add xscale target.
11100 * gdb.base/default.exp: Add xscale target.
11101
11102 2002-05-01 Jim Blandy <jimb@redhat.com>
11103
11104 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
11105 gdb.c++/hang.exp: New test.
11106
11107 2002-05-01 Fred Fish <fnf@redhat.com>
11108
11109 * gdb.base/completion.exp: Handle completions of "./Make" for
11110 more than one completion possibility, as is the case when we
11111 build and test in the source tree.
11112
11113 2002-04-29 Anthony Green <green@redhat.com>
11114
11115 * gdb.java/jmisc1.exp: New file.
11116 * gdb.java/jmisc2.exp: New file.
11117
11118 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
11119
11120 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
11121
11122 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
11123
11124 * gdb.base/help.exp: Change 'help status' to allow for target
11125 dependent output differences.
11126
11127 2002-04-22 Michael Chastain <mec@shout.net>
11128
11129 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
11130
11131 2002-04-22 Michael Chastain <mec@shout.net>
11132
11133 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
11134
11135 2002-04-17 David S. Miller <davem@redhat.com>
11136
11137 * gdb.asm/sparc64.inc: New file.
11138 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
11139
11140 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
11141
11142 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
11143 instruction file directly into the build tree. Clean up at end of
11144 test.
11145
11146 2002-04-18 David S. Miller <davem@redhat.com>
11147
11148 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
11149 handle 64-bit platforms correctly.
11150 * gdb.base/maint.exp: Likewise.
11151
11152 2002-04-18 Kevin Buettner <kevinb@redhat.com>
11153
11154 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
11155 ``-fpic'' when compiling files comprising a shared library, but
11156 it does need additional linker flags in order to find shared
11157 libraries at run time.
11158
11159 2002-04-18 Kevin Buettner <kevinb@redhat.com>
11160
11161 * gdb.base/cvexpr.c (use): New function.
11162 (main): Invoke use() on all global variables to prevent
11163 some linkers from deleting these otherwise unused symbols.
11164
11165 2002-04-17 Michael Chastain <mec@shout.net>
11166 From David S. Miller <davem@redhat.com>
11167
11168 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
11169 handle 64-bit platforms correctly.
11170
11171 2002-04-12 Michael Snyder <msnyder@redhat.com>
11172 From Jim Blandy <jimb@redhat.com>
11173 * gdb.base/foo.c (foox): Remove section attribute; the linker
11174 script can handle this instead.
11175 * gdb.base/bar.c (barx): Same.
11176 * gdb.base/baz.c (bazx): Same.
11177 * gdb.base/grbx.c (grbxx): Same.
11178
11179 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
11180 manager doesn't automatically unmap overlays unnecessarily.
11181
11182 2002-04-10 Martin M. Hunt <hunt@redhat.com>
11183
11184 * gdb.base/ending-run.exp: Fix pattern for Mips targets
11185 stepping out of main.
11186
11187 2002-04-09 Michael Chastain <mec@shout.net>
11188
11189 * gdb.c++/local.cc (main): Move call to marker1() inside nested
11190 scope so that the nested scope tests will make sense.
11191 * gdb.c++/local.exp: Write patterns that actually work with gcc
11192 (the HP patterns "were never known to work with gcc").
11193 Keep the old aCC patterns too.
11194
11195 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
11196
11197 * gdb.base/attach.exp: Correct target board test.
11198
11199 2002-04-08 Michael Chastain <mec@shout.net>
11200
11201 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
11202 in a const method. Add some xfail and fail cases for configurations
11203 that do not emit the "const ...".
11204
11205 2002-04-07 Michael Chastain <mec@shout.net>
11206
11207 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
11208 Accept "A * const" and "const A * const" as type of "this".
11209 Fix spelling of getFunky throughout. Make messages uniform.
11210
11211 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
11212
11213 Work around for PR gdb/285:
11214 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
11215
11216 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
11217
11218 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
11219 instructions file at run time instead of configure time.
11220 Sometimes we run the test in a directory that is not the one we
11221 configured in.
11222 * gdb.asm/configure.in: Delete creation of symlink.
11223 * gdb.asm/configure: Regenerate.
11224
11225 2002-04-05 J. Brobecker <brobecker@gnat.com>
11226
11227 * gdb.gdb/xfullpath.exp: New test, to exercise the new
11228 xfullpath () function.
11229
11230 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
11231
11232 * gdb.asm/Makefile.in: Correct dependencies.
11233
11234 * gdb.asm/powerpc.inc: New file.
11235 * gdb.asm/asm-source.exp: Add PowerPC.
11236 * gdb.asm/configure.in: Likewise.
11237 * gdb.asm/configure: Regenerated.
11238
11239 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
11240
11241 * gdb.base/relocate.exp: New file.
11242 * gdb.base/relocate.c: New file.
11243
11244 2002-04-04 Fred Fish <fnf@redhat.com>
11245
11246 * gdb.base/step-test.exp: Update comment regarding stopping in
11247 memcpy/bcopy calls inserted as part of the compiler runtime.
11248
11249 2002-04-04 Michael Snyder <msnyder@redhat.com>
11250
11251 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
11252
11253 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
11254
11255 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
11256 (gdb_expect): Remove $notransfer hack.
11257
11258 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
11259
11260 * gdb.c++/classes.exp ("calling method for small class"): Match
11261 updated register output.
11262
11263 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
11264
11265 Fix PR gdb/452
11266 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
11267 when finished. Make gdb_file_cmd send "exec-file" when
11268 appropriate.
11269
11270 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
11271
11272 * gdb.base/attach.exp: Remove extra setup_xfail.
11273
11274 2002-03-26 Michael Snyder <msnyder@redhat.com>
11275
11276 * gdb.base/default.exp: Add tests for dump, append, and restore.
11277 * gdb.base/help.exp: Add tests for dump, append, and restore.
11278 * gdb.base/dump.exp: New file, test dump, append and restore.
11279 * gdb.base/dump.c: New file.
11280
11281 2002-03-27 Michael Snyder <msnyder@redhat.com>
11282
11283 * gdb.base/help.exp: Modify expect strings to reflect
11284 clean-ups in help messages.
11285
11286 2002-03-26 Fred Fish <fnf@redhat.com>
11287
11288 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
11289 have debugging info for those functions and the compiler uses them
11290 internally to copy structs around.
11291
11292 2002-03-26 Fred Fish <fnf@redhat.com>
11293
11294 * gdb.base/list.exp: Revert the change made yesterday and add note
11295 about why we don't list the default lines for remote targets.
11296
11297 2002-03-25 Michael Snyder <msnyder@redhat.com>
11298
11299 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
11300
11301 2002-03-25 Fred Fish <fnf@redhat.com>
11302
11303 * gdb.base/list.exp: This test works on remote targets so remove
11304 the short circuit for remote targets. Update copyright.
11305
11306 2002-03-25 Fred Fish <fnf@redhat.com>
11307
11308 * gdb.base/attach.exp: Fix logic error that was suppressing this
11309 test for all non hppa*-*-hpux* targets, instead of the hp target.
11310 Move comments closer to the suppression point. Also now need to
11311 check that we are running natively.
11312
11313 2002-03-22 Michael Snyder <msnyder@redhat.com>
11314
11315 * gdb.base/default.exp: Add test for gcore. Update copyright.
11316 * gdb.base/help.exp: Add test for gcore. Update copyright.
11317
11318 2002-03-06 Fred Fish <fnf@redhat.com>
11319
11320 * gdb.base/funcargs.c: Remove extraneous ';' character.
11321 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
11322
11323 2002-03-04 Michael Chastain <mec@shout.net>
11324
11325 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
11326 accommodate gcc v3 function signature.
11327 * gdb.mi/mi0-var-cmd-exp: Ditto.
11328
11329 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11330
11331 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
11332 ``GNU/Linux'' or ``Linux kernel''
11333 * testsuite/gdb.threads/pthreads.c: Ditto.
11334
11335 2002-02-24 Michael Chastain <mec@shout.net>
11336
11337 * gdb.threads/pthreads.c (thread1): Add a return statement.
11338 (thread2): Likewise.
11339 (foo): Likewise.
11340
11341 2002-02-23 Michael Chastain <mec@shout.net>
11342
11343 * gdb.threads/linux-dp.c (philosopher): Add a return statement
11344 to placate gcc.
11345
11346 2002-02-23 Michael Chastain <mec@shout.net>
11347
11348 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
11349 test "ptype bint". The test passes on all my stabs configurations.
11350
11351 2002-02-21 Jim Blandy <jimb@redhat.com>
11352
11353 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
11354 filename at a time, and watch for the ones we want to see.
11355
11356 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
11357 types of pointers to prototyped functions.
11358
11359 2002-02-20 Andrew Cagney <ac131313@redhat.com>
11360
11361 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
11362 signed, unsigned and straight char.
11363 (padding_char, padding_short, padding_int, padding_long,
11364 padding_long_long, padding_float, padding_double,
11365 padding_long_double): New global variables.
11366 (fill, fill_structs): New functions.
11367
11368 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
11369 for correctly sized writes. Update copyright.
11370 (get_valueof): New procedure.
11371 (get_sizeof): Call get_valueof.
11372 (check_valueof): New procedure.
11373 (check_padding): New procedure.
11374
11375 2002-02-20 Michael Chastain <mec@shout.net>
11376
11377 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
11378 to setup_xfail. Document some of the remaining calls.
11379
11380 2002-02-18 Michael Chastain <mec@shout.net>
11381
11382 * gdb.c++/userdef.exp: Update copyright year.
11383
11384 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
11385
11386 * gdb.c++/userdef.exp: Test overloaded operators properly.
11387 Remove xfails.
11388
11389 2002-02-14 Michael Snyder <msnyder@redhat.com>
11390
11391 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
11392
11393 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11394
11395 * gdb.base/a2-run.exp: Check for a remote target properly.
11396 * gdb.base/annota1.exp: Likewise.
11397 * gdb.base/list.exp: Likewise.
11398 * gdb.base/reread.exp: Likewise.
11399 * gdb.base/scope.exp: Likewise.
11400 * gdb.base/shlib-call.exp: Likewise.
11401 * gdb.base/term.exp: Likewise.
11402 * gdb.c++/annota2.exp: Likewise.
11403
11404 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11405
11406 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
11407
11408 2002-02-10 Michael Chastain <mec@shout.net>
11409
11410 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
11411 (call_after_alloca): Ditto.
11412
11413 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11414
11415 * gdb.base/ending-run.exp: Guard "cont" test with
11416 gdb_skip_stdio_test.
11417
11418 2002-02-06 Jim Blandy <jimb@redhat.com>
11419
11420 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
11421 from here...
11422 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
11423 To here. Disable this test on non-HP platforms. Add big comment.
11424
11425 2002-02-04 Michael Snyder <msnyder@redhat.com>
11426
11427 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
11428 other than d10v and m32r.
11429
11430 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
11431
11432 * gdb.base/default.exp: Rewrite test patterns to reduce time
11433 taken to match them.
11434
11435 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11436
11437 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
11438 Allow a start function above main.
11439 * gdb.threads/linux-dp.exp: Fix copyright date.
11440
11441 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11442
11443 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
11444 (check_philosopher_stack): Check for manager thread before checking
11445 for a just-starting thread.
11446
11447 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11448
11449 From Neil Booth <neil@daikokuya.demon.co.uk>:
11450 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
11451 warnings.
11452
11453 2002-01-21 Fred Fish <fnf@redhat.com>
11454
11455 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
11456 not caller.
11457
11458 2002-01-21 Jim Blandy <jimb@redhat.com>
11459
11460 * gdb.base/reread.exp: Check that GDB properly re-reads the
11461 executable file when it changes while no inferior is running.
11462
11463 2002-01-21 Fred Fish <fnf@redhat.com>
11464
11465 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
11466 optionally accept the "shlib events" variation.
11467
11468 2002-01-21 Jim Blandy <jimb@redhat.com>
11469
11470 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
11471 call `fflush' after every `printf', so that the output is produced
11472 at predictable points, regardless of whatever buffering does (or
11473 doesn't) take place.
11474 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
11475 at different points.
11476
11477 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11478
11479 * gdb.c++/inherit.exp: Update copyright years.
11480 * gdb.c++/method.exp: Likewise.
11481
11482 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11483
11484 * gdb.c++/classes.exp: Update for improved v3 support and skipping
11485 artificial methods/arguments.
11486 * gdb.c++/derivation.exp: Likewise.
11487 * gdb.c++/inherit.exp: Likewise.
11488 * gdb.c++/method.exp: Likewise.
11489 * gdb.c++/virtfunc.exp: Likewise.
11490
11491 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11492
11493 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
11494 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
11495 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
11496 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
11497 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
11498 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
11499
11500 2002-01-17 Jim Blandy <jimb@redhat.com>
11501
11502 * gdb.asm/asm-source.exp (info symbol): Take another shot at
11503 anchoring the pattern matching the entry point symbol's name.
11504
11505 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11506
11507 * gdb.base/maint.exp: Update ``maint internal-error'' to match
11508 continue/quit query. Update copyright.
11509
11510 2002-01-14 Michael Snyder <msnyder@redhat.com>
11511
11512 * gdb.base/gcore.exp: Remove extra debugging output.
11513
11514 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
11515
11516 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
11517 for slightly dubious v2 mangled string.
11518
11519 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
11520
11521 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
11522
11523 2002-01-10 Jason Merrill <jason@redhat.com>
11524
11525 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
11526
11527 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
11528 constructors.
11529 * gdb.c++/derivation.exp: Likewise.
11530 * gdb.c++/templates.exp: Likewise.
11531 * gdb.c++/virtfunc.exp: Likewise.
11532
11533 2002-01-10 Michael Snyder <msnyder@redhat.com>
11534
11535 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
11536
11537 2002-01-08 Michael Snyder <msnyder@redhat.com>
11538
11539 * gdb.base/gcore.exp: New test for generate-core-file command.
11540 * gdb.base/gcore.c: Testcase for above.
11541 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
11542
11543 2002-01-08 Jason Merrill <jason@redhat.com>
11544
11545 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
11546
11547 2002-01-07 Fred Fish <fnf@redhat.com>
11548
11549 * gdb.c++/overload.exp: Remove unconditional xfails for:
11550 print foo_instance1.overloadargs(1)
11551 print foo_instance1.overloadargs(1, 2)
11552 print foo_instance1.overloadargs(1, 2, 3)
11553 print foo_instance1.overloadargs(1, 2, 3, 4)
11554 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
11555 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
11556 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
11557 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
11558 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
11559 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
11560 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
11561 print foo_instance1.overload1arg()
11562 print foo_instance1.overload1arg((char)arg2)
11563 print foo_instance1.overload1arg((signed char)arg3)
11564 print foo_instance1.overload1arg((unsigned char)arg4)
11565 print foo_instance1.overload1arg((int)arg7)
11566 print foo_instance1.overload1arg((unsigned int)arg8)
11567 print foo_instance1.overload1arg((float)arg11)
11568 print foo_instance1.overload1arg((double)arg12)
11569
11570 2002-01-07 Michael Snyder <msnyder@redhat.com>
11571
11572 * gdb.base/huge.exp: New test. Print a very large target data object.
11573 (skip_huge_test): New test variable. Define if you want to skip this
11574 test. The test reads an 8 megabyte data object from the target, so it
11575 might be very time consuming on remote targets with a slow connection.
11576 * gdb.base/huge.c: New file. Test case for above.
11577
11578 2002-01-07 Fred Fish <fnf@redhat.com>
11579
11580 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
11581 g_instance.bfoo, and g_instance.cfoo.
11582
11583 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
11584
11585 * gdb.base/break.c (multi_line_if_conditional): New function.
11586 (multi_ilne_while_conditional): Likewise.
11587 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
11588 IF or WHILE condition puts the breakpoint at the start of
11589 the condition.
11590
11591 * gdb.base/selftest.exp (backtrace through signal handler): Remove
11592 hppa*-*-hpux* expected failure.
11593 * gdb.base/structs.exp (do_function_calls): Similarly.
11594
11595 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
11596 watchpoints.
11597
11598 2002-01-06 Andrew Cagney <ac131313@redhat.com>
11599
11600 Fix PR gdb/66.
11601 * gdb.base/structs.exp: Replace skip for a29k with skip for
11602 gdb,cannot_call_functions.
11603 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
11604 * gdb.base/callfuncs.exp: Ditto.
11605 * gdb.base/call-rt-st.exp: Ditto.
11606 * gdb.base/call-strs.exp: Ditto.
11607 * gdb.base/callfwmall.exp: Ditto.
11608 * gdb.base/scope.exp: Obsolete xfail a29k.
11609 * gdb.c++/misc.exp: Ditto.
11610 * gdb.c++/cplusfuncs.exp: Ditto.
11611 * gdb.base/ptype.exp: Ditto.
11612 * gdb.base/printcmds.exp: Ditto.
11613 * gdb.base/opaque.exp: Ditto.
11614 * gdb.base/list.exp: Ditto.
11615 * gdb.base/funcargs.exp: Ditto.
11616 * gdb.base/default.exp: Ditto.
11617
11618 2002-01-04 Michael Snyder <msnyder@redhat.com>
11619
11620 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
11621 * gdb.base/maint.exp: Add tests for maint info sections options.
11622
11623 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
11624
11625 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
11626
11627 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
11628
11629 * gdb.asm/arm.inc: New file.
11630 * gdb.asm/asm-source.exp: Add arm targets.
11631 * gdb.asm/configure.in: Ditto.
11632 * gdb.asm/configure: Recreated from configure.in.
11633
11634 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
11635
11636 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
11637 with HP's compiler.
11638 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
11639 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
11640 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
11641 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
11642
11643 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
11644 either HP's compilers or GCC.
11645
11646 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
11647 a SIGBUS or SIGSEGV.
11648
11649 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
11650
11651 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
11652 can be compiled with either HP's compiler or GCC.
11653
11654 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
11655 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
11656 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
11657
11658 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
11659 to match current gdb output. Update due to using auto-solib-limit
11660 for limiting instead of overloading auto-solib-add.
11661 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
11662 test program.
11663
11664 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
11665 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
11666 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
11667 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
11668 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
11669 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
11670 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
11671 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
11672 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
11673 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
11674 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
11675 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
11676 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
11677
11678 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
11679 a SIGTRAP to the inferior.
11680
11681 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
11682
11683 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
11684 Substitute call to target_link by call to gdb_compile.
11685
11686 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
11687
11688 * gdb.base/break.exp: Fix HP specific search string when testing
11689 backtracing in a called function.
11690
11691 * gdb.base/constvars.exp: Only set lang to C++ if we're
11692 compiling the test with HP's compilers.
11693 * gdb.base/volatile.exp: Similarly.
11694
11695 2001-12-19 Jim Blandy <jimb@redhat.com>
11696
11697 * gdb.base/printcmds.exp: Expect the null character to be printed
11698 as '\0', and the '\013' to be printed as '\v'.
11699 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
11700 * gdb.base/setvar.exp: Same.
11701
11702 2001-12-17 Jim Blandy <jimb@redhat.com>
11703
11704 * gdb.base/completion.exp: Rather than completing very long
11705 filenames, which can make the readline library produce output we
11706 don't recognize, cd to the directory first, and then complete
11707 using nice, short relative paths.
11708
11709 * gdb.base/completion.exp: On some systems, there is, in fact, a
11710 variable named `b' in scope, since GDB treats all static
11711 variables as being in scope. So use `no_var_named_this'
11712 instead of `b'.
11713
11714 * gdb.base/corefile.exp: Recognize the message saying that GDB
11715 can't find the core file's registers as a failure.
11716
11717 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
11718
11719 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
11720 test expect string more specific.
11721
11722 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
11723
11724 * gdb.asm/asm-source.exp: Add support for xstormy16.
11725 * gdb.asm/configure.in: Ditto.
11726 * gdb.asm/configure: Rebuild.
11727 * gdb.asm/xstormy16.inc: New file.
11728
11729 2001-12-10 Fred Fish <fnf@redhat.com>
11730
11731 * gdb.base/maint.exp: Update to match changes in type dumping code.
11732
11733 2001-12-10 Jim Blandy <jimb@redhat.com>
11734
11735 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
11736 matching the entry point symbol's name at the beginning of the
11737 line.
11738
11739 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
11740
11741 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
11742 gdb.c++/inherit.exp, gdb.c++/method.exp,
11743 gdb.c++/namespace.exp, gdb.c++/templates.exp,
11744 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
11745 and class layout support.
11746
11747 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
11748
11749 * gdb.c++/classes.exp: Add test for static member function.
11750 * gdb.c++/misc.cc: Add class with static member function.
11751
11752 2001-12-07 Jim Blandy <jimb@redhat.com>
11753
11754 If GDB says it can't find the struct the function returned, report
11755 those tests as `unsupported'.
11756 * gdb.base/call-rt-st.exp (print_struct_call): New function.
11757 Rewrite subsequent tests to use it.
11758
11759 If GDB says it can't find the struct the function returned, report
11760 those tests as `unsupported'.
11761 * gdb.base/structs.exp (call_struct_func): New function.
11762 (do_function_calls): Use call_struct_func to call the functions
11763 returning structs.
11764
11765 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
11766 whether functions are prototyped or not, so we can't possibly pass
11767 arguments to t_float_values2 properly.
11768
11769 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
11770 value of `timeout' for targets other than the mips*tx39-*.
11771
11772 2001-12-06 Michael Snyder <msnyder@redhat.com>
11773
11774 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
11775 and detect whether the start symbol has a leading underscore.
11776
11777 2001-12-04 Jim Blandy <jimb@redhat.com>
11778
11779 * gdb.base/completion.exp: Clarify indentation.
11780
11781 2001-12-03 Jim Blandy <jimb@redhat.com>
11782
11783 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
11784 variables on the S/390, not `.word'.
11785
11786 2001-11-30 Jim Blandy <jimb@redhat.com>
11787
11788 Add assembly-source tests for s390-ibm-linux.
11789 * gdb.asm/s390.inc: New file.
11790 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
11791 the S/390 architecture.
11792 * gdb.asm/configure: Regenerated.
11793
11794 2001-11-30 Michael Snyder <msnyder@redhat.com>
11795
11796 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
11797 next, info source, info sources, info line, global and static
11798 variables, and static functions.
11799 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
11800 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
11801 * gdb.asm/asmsrc1.s: Add a static function and some variables.
11802 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
11803 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
11804 (gdbasm_leave): Restore frame pointer.
11805 (gdbasm_startup): Copy stack set-up from crt0.S.
11806
11807 2001-11-26 Fernando Nasser <fnasser@redhat.com>
11808
11809 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
11810 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
11811 to a local (non-static) variable. Copy tstruct.a to a static buffer
11812 and return a pointer to that buffer.
11813 * gdb.base/callfwmall.c (t_structs_a): Ditto.
11814
11815 2001-11-24 Mark Kettenis <kettenis@gnu.org>
11816
11817 * gdb.asm/configure.in: Fix recognition of ix86 target.
11818 * gdb.asm/configure: Regenerate.
11819
11820 2001-11-21 Michael Snyder <msnyder@redhat.com>
11821
11822 * gdb.asm/sparc.inc: New file.
11823 * gdb.asm/asm-source.exp: Recognize sparc target.
11824 * gdb.asm/configure.in: Recognize sparc target.
11825 * gdb.asm/configure: Regenerate.
11826
11827 2001-11-21 Michael Snyder <msnyder@redhat.com>
11828
11829 * gdb.asm/m32r.inc: New file.
11830 * gdb.asm/asm-source.exp: Recognize m32r target.
11831 * gdb.asm/configure.in: Recognize m32r target.
11832 * gdb.asm/configure: Regenerate.
11833
11834 2001-11-20 Michael Snyder <msnyder@redhat.com>
11835
11836 * gdb.asm/i386.inc: New file.
11837 * gdb.asm/asm-source.exp: Recognize ix86 target.
11838 * gdb.asm/configure.in: Recognize ix86 target.
11839 * gdb.asm/configure: Regenerate.
11840
11841 * gdb.c++/namespace.exp: Fix quotes in output messages.
11842
11843 2001-11-14 Michael Snyder <msnyder@redhat.com>
11844
11845 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
11846 qualifier in a type cast expression, to designate an address
11847 in the instruction space (Harvard architecture).
11848
11849 2001-11-13 Michael Snyder <msnyder@redhat.com>
11850
11851 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
11852 Tests for expressions using 'const' and 'volatile'.
11853
11854 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
11855
11856 * gdb.asm/asm-sources.exp: Allow defining linker flags.
11857
11858 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
11859
11860 * lib/mi-support.exp (mi_run_to_helper): Move comments
11861 outside of gdb_expect.
11862
11863 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
11864
11865 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
11866 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
11867 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
11868 mi0_run_to): New functions.
11869 * gdb.mi/mi-simplerun.exp: Use them.
11870 * gdb.mi/mi0-simplerun.exp: Likewise.
11871 * gdb.mi/mi-var-cmd.exp: Likewise.
11872 * gdb.mi/mi0-var-cmd.exp: Likewise.
11873
11874 2001-11-10 Andrew Cagney <ac131313@redhat.com>
11875
11876 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
11877 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
11878
11879 2001-11-09 Andrew Cagney <ac131313@redhat.com>
11880
11881 * gdb.base/restore.exp: Include $expected value in restored test
11882 message.
11883
11884 2001-11-09 Andrew Cagney <ac131313@redhat.com>
11885
11886 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
11887 implemented.
11888
11889 2001-11-08 Michael Snyder <msnyder@redhat.com>
11890
11891 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
11892 Add pass/fail message for stop at breakpoint in call dummy function.
11893
11894 2001-11-07 Michael Snyder <msnyder@redhat.com>
11895
11896 * gdb.c++/templates.exp (test_template_breakpoints):
11897 If we get an overload menu, but it does not match what
11898 we expect, we still need to issue the "cancel" command.
11899 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
11900 making the whitespace optional. Argument for "new" may be
11901 "unsigned" as well as "unsigned int/long".
11902 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
11903 making the whitespace optional. Also replace "(void) with
11904 "((void|)), making the keyword "void" optional.
11905 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
11906 making the whitespace optional. Also replace "(void) with
11907 "((void|)), making the keyword "void" optional.
11908 * gdb.base/callfuncs.c (t_float_values): This function must
11909 _not_ be prototyped, and the following function (t_float_values2)
11910 must be prototyped (if the compiler supports it), so that GDB
11911 can be tested against both cases. Usually one case involves
11912 promotion of float to double, while the other does not.
11913 * gdb.base/callfwmall.c: Ditto.
11914 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
11915 includes a stack frame for "start".
11916
11917 2001-11-05 Jim Blandy <jimb@redhat.com>
11918
11919 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
11920 pointers are 32 bits long, and that offsets of relocs are always
11921 stored in the data (REL-style), and not in the reloc entry itself
11922 (RELA-style).
11923 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
11924 stabs.
11925
11926 2001-11-01 Michael Snyder <msnyder@redhat.com>
11927
11928 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
11929 and regular expression operators by using quoting.
11930
11931 2001-10-31 Michael Snyder <msnyder@redhat.com>
11932
11933 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
11934 depending on what the symbol table contains.
11935 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
11936 the output of the ptype command. Similarly, accept both "const &"
11937 and "const&".
11938
11939 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
11940
11941 * gdb.base/miscexprs.c (main): Add usage of preprocessor
11942 symbol `STORAGE' to allow to choose the storage class of
11943 the local datastructures.
11944 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
11945 compiler directive.
11946
11947 2001-10-30 Michael Snyder <msnyder@redhat.com>
11948
11949 * gdb.base/jump.exp: Allow it to run for all targets.
11950
11951 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
11952
11953 * gdb.base/call-ar-st.c (print_double_array): Match for loop
11954 with new double_array size.
11955 (main): Change storage class of all local variables to static.
11956 Reduce size of double_array to 9.
11957 * gdb.base/call-ar-st.exp: Increase timeout value.
11958 Change expected output for double array to match new size in
11959 call-ar-st.c.
11960
11961 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
11962
11963 * gdb.base/ending-run.exp: Create identical output when passing
11964 `step to end of run' case. Add regular expression branch satisfying
11965 Stormy16 target.
11966
11967 2001-10-28 Mark Kettenis <kettenis@gnu.org>
11968
11969 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
11970 that we catch the expected failure under Linux/x86.
11971
11972 2001-10-29 Orjan Friberg <orjanf@axis.com>
11973
11974 * gdb.base/setvar.exp: Escape curly braces.
11975 * gdb.stabs/weird.exp: Ditto.
11976
11977 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
11978
11979 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
11980 * gdm.mi/mi0-hack-cli.exp: Likewise.
11981
11982 2001-10-25 Andrew Cagney <ac131313@redhat.com>
11983
11984 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
11985 messages.
11986
11987 2001-10-21 Andrew Cagney <ac131313@redhat.com>
11988
11989 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
11990 checking MI enabled.
11991
11992 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
11993
11994 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
11995
11996 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
11997
11998 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
11999 if gdb child process crashes, just signal an error.
12000
12001 2001-10-02 Jim Blandy <jimb@redhat.com>
12002
12003 * lib/gdb.exp (test_xfail_format): Simplify.
12004
12005 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
12006 front of the variable name `format'. Simplify `if'.
12007
12008 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
12009
12010 * gdb.threads/pthreads.exp: Wait for output and delay
12011 before sending ^C.
12012
12013 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
12014
12015 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
12016 some incorrect output instead of timing out.
12017 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
12018
12019 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
12020
12021 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
12022 check to allow additional `int'.
12023
12024 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
12025
12026 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
12027 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
12028
12029 2001-09-27 Michael Snyder <msnyder@redhat.com>
12030
12031 * lib/gdb.exp (test_debug_format): New proc.
12032 (setup_xfail_format): Use new proc test_debug_format.
12033 * gdb.base/constvars.exp (local_compiler_xfail_check): New
12034 proc; use new service proc test_debug_format.
12035 Replace all other "gcc_compiled" tests with this test.
12036 * gdb.base/volatile.exp (local_compiler_xfail_check): New
12037 proc; use new service proc test_debug_format.
12038 Replace all other "gcc_compiled" tests with this test.
12039
12040 2001-09-27 Michael Snyder <msnyder@redhat.com>
12041
12042 * gdb.base/cvexpr.exp: New file.
12043 * gdb.base/cvexpr.c: New file
12044 Test for expressions using const and volatile keywords.
12045
12046 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
12047
12048 * gdb.base/constvars.exp: Check for different orders of keywords
12049 and additional "int" strings in output.
12050
12051 2001-09-22 Andrew Cagney <ac131313@redhat.com>
12052
12053 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
12054 responses from "help maint".
12055
12056 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
12057
12058 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
12059 to localhost:NNN instead of :NNN, in case Xvfb is listening
12060 only on TCP.
12061
12062 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
12063
12064 * gdb.base/recurse.exp: When checking leaving the watchpoint
12065 scope, recognize when gdb is in function's epilogue and pass.
12066
12067 2001-09-18 Keith Seitz <keiths@redhat.com>
12068
12069 * lib/insight-support.exp (_gdbtk_export_target_info): Add
12070 support for running tests against sid targets.
12071 (gdbtk_done): Ditto.
12072
12073 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
12074
12075 * gdb.base/ending-run.c (main): Set stdout buffersize
12076 to the same reasonable value for any target.
12077 * gdb.base/ending-run.exp: Add a regular expression
12078 to make testsuite happy on Sanyo Stormy16 target.
12079
12080 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
12081
12082 * gdb.base/display.c (do_loops): Add float variable `f'.
12083 Increment f in loop.
12084 * gdb.base/display.exp: Increment timeout by 60 seconds.
12085 Change float display test to use variable `f'.
12086
12087 2001-09-17 Jim Blandy <jimb@redhat.com>
12088
12089 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
12090 overflowing the limited breakpoint tables on some ROM monitors
12091 (like the ROM68K).
12092
12093 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
12094
12095 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
12096 the "-ac" (disable access control) flag.
12097
12098 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
12099
12100 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
12101 ints.
12102
12103 2001-08-30 Keith Seitz <keiths@redhat.com>
12104
12105 * lib/gdb.exp: Move all insight-related functionality into
12106 separate file.
12107 * lib/insight-support.exp: New file.
12108
12109 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
12110
12111 * config/sid.exp (sid_start): Never set sid verbosity; disable
12112 expect_background {} that consumed its stdout; tolerate </dev/null.
12113 Attempt to set endianness override in "sid" protocol mode. Cleanup.
12114
12115 2001-08-18 Andrew Cagney <ac131313@redhat.com>
12116
12117 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
12118 CLI jump command to start it.
12119 (mi_run_to_main): Fail immediatly when unexpected output.
12120
12121 2001-08-18 Andrew Cagney <ac131313@redhat.com>
12122
12123 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
12124 beginning of function. Fix PR gdb/191.
12125
12126 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
12127
12128 * config/sid.exp (sid_start): Don't warn if we cannot figure out
12129 what to force sid endianness to.
12130
12131 2001-08-15 Keith Seitz <keiths@redhat.com>
12132
12133 * lib/gdb.exp (gdbtk_start): Don't set environment
12134 variables for TCL_LIBRARY and friends. Insight will
12135 now figure these out for itself.
12136
12137 2001-08-02 Michael Snyder <msnyder@redhat.com>
12138
12139 * gdb.base/completion.exp: Remove the symbol "a64l" from
12140 the expect string; this is target-specific, and not related
12141 to what is being tested.
12142
12143 2001-08-02 Dave Brolley <brolley@redhat.com>
12144
12145 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
12146
12147 2001-07-25 Michael Snyder <msnyder@redhat.com>
12148
12149 * gdb.base/consecutive.exp: New file. Test stepping over
12150 breakpoints on consecutive instructions.
12151 * gdb.base/consecutive.c: New file.
12152
12153 * gdb.base/call-rt-st.exp: Use double-backslash to quote
12154 curly braces in regular expressions.
12155
12156 2001-07-25 Michael Snyder <msnyder@redhat.com>
12157
12158 * gdb.base/ending-run.exp: Accept "Program exited normally" as
12159 legitimate output from stepping out of main.
12160
12161 2001-07-22 Keith Seitz <keiths@redhat.com>
12162
12163 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
12164 the empty string, do not run the tests.
12165
12166 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12167
12168 * gdb.base/long_long.exp: Detect size of pointer. Take into
12169 account 2-byte pointers when testing for p/a results.
12170
12171 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12172
12173 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
12174 and defined to 1K for m68hc11.
12175 (random_data): Reduce table to 1K for embedded platforms (68hc11).
12176 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
12177 (sizeof_random_data): New variable to tell the size of the data table;
12178 don't test past this size; always run to main.
12179
12180 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12181
12182 * gdb.base/return2.exp: return of long long and double fails for
12183 68HC11; don't execute these tests on that platform.
12184 * gdb.base/return.exp: Return of a double fails for 68hc11.
12185
12186 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12187
12188 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
12189 tests that print a float.
12190 * call-rt-st.exp: Likewise.
12191
12192 2001-07-12 Mark Kettenis <kettenis@gnu.org>
12193
12194 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
12195 running this test on Linux.
12196
12197 2001-06-24 Michael Chastain <chastain@redhat.com>
12198
12199 * gdb.base/arithmet.exp: Remove some tests to make all test names
12200 unique.
12201
12202 2001-07-03 Michael Snyder <msnyder@redhat.com>
12203
12204 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
12205 the output of the ptype command.
12206
12207 2001-07-02 Michael Snyder <msnyder@redhat.com>
12208
12209 * gdb.base/completion.exp: Don't assume that break.c is the only
12210 source file that may contain functions named "marker".
12211 * gdb.base/corefile.exp: Quote the curly braces in regexp.
12212
12213 2001-06-28 Andrew Cagney <ac131313@redhat.com>
12214
12215 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
12216 of files to delete.
12217
12218 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
12219 * gdb.disasm/h8300s.exp: New file.
12220 gdb.disasm/h8300s.s: Likewise.
12221
12222 2001-06-27 Andrew Cagney <ac131313@redhat.com>
12223
12224 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
12225 empty breakpoint tables.
12226
12227 2001-06-25 Andrew Cagney <ac131313@redhat.com>
12228
12229 * lib/mi-support.exp: Update args=... part of stop-reason
12230 patterns. Accept either a list or a tuple.
12231
12232 2001-06-23 Andrew Cagney <ac131313@redhat.com>
12233
12234 * lib/mi-support.exp: Remove local emacs variable defining
12235 change-log-default-name.
12236
12237 2001-06-22 Michael Chastain <chastain@redhat.com>
12238
12239 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
12240 This is operationally compatible with the previous version.
12241
12242 2001-06-13 Jim Blandy <jimb@redhat.com>
12243
12244 * lib/gdb.exp (gdb_test): Doc fix.
12245
12246 2001-06-10 Michael Chastain <chastain@redhat.com>
12247
12248 * gdb.base/exprs.exp: Remove a duplicate test.
12249
12250 2001-06-06 Jim Blandy <jimb@redhat.com>
12251
12252 * gdb.base/return2.exp (main): Use values to test float and double
12253 returns that are not NaN's, to avoid being confused by IEEE
12254 comparison rules.
12255
12256 2001-06-04 Michael Snyder <msnyder@redhat.com>
12257
12258 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
12259 non-zero if control_c fails. Terminate the test on failure,
12260 rather than wait for 12 more tests to time out.
12261
12262 2001-06-06 Jim Blandy <jimb@redhat.com>
12263
12264 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
12265 Don't forget to match the GDB prompt.
12266
12267 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
12268
12269 2001-06-04 Jim Blandy <jimb@redhat.com>
12270
12271 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
12272 command.
12273
12274 2001-05-31 Kevin Buettner <kevinb@redhat.com>
12275
12276 * gdb.base/annota1.exp (info break): Match four or more spaces
12277 after "Address".
12278
12279 2001-05-31 Michael Chastain <chastain@redhat.com>
12280
12281 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
12282 (dm_type_int_star): Likewise.
12283 (dm_type_long_star): Likewise.
12284 (dm_type_void_star): Likewise.
12285
12286 2001-05-29 Kevin Buettner <kevinb@redhat.com>
12287
12288 * gdb.base/completion.exp (INPUTRC): Set this environment variable
12289 to a known value in order to get consistent results regardless
12290 of the setting of INPUTRC or the presence or contents of .inputrc.
12291
12292 2001-05-24 Michael Snyder <msnyder@redhat.com>
12293
12294 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
12295 Don't require that the main thread and the manager thread are the
12296 first in the list.
12297
12298 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
12299 debugging. If test fails, issue an "unsupported" not a "fail".
12300
12301 2001-05-24 Jim Blandy <jimb@redhat.com>
12302
12303 Don't assume that short is shorter than int.
12304 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
12305 assume that shorts are smaller than ints. On a 16-bit machine,
12306 this isn't true.
12307 ("print unsigned char == (~0)"): Add test that verifies that ~0,
12308 an int, is not equal to ~0 stored in an unsigned char. This tests
12309 the same thing that the previous test meant to, but works on
12310 16-bit machines, too.
12311 ("print unsigned char != (~0)"): Same test, complemented.
12312
12313 2001-05-24 Michael Snyder <msnyder@redhat.com>
12314
12315 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
12316 test for (full_coverage == 0). This makes the test run faster,
12317 and prevents dejagnu getting out of step.
12318
12319 2001-05-23 Kevin Buettner <kevinb@redhat.com>
12320
12321 * gdb.base/finish.exp (finish_void): Revise pattern for
12322 stopping on the call statement to not permit stopping at
12323 the start of the instructions comprising the call sequence.
12324
12325 2001-05-19 Michael Chastain <chastain@redhat.com>
12326
12327 * gdb.base/callfuncs.exp: Make all test names unique.
12328 * gdb.base/commands.exp: Make all test names unique.
12329 * gdb.base/condbreak.exp: Make all test names unique.
12330 * gdb.base/dbx.exp: Make all test names unique.
12331 * gdb.base/default.exp: Make all test names unique.
12332 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
12333 and TIMEOUT messages to their corresponding PASS message.
12334 * gdb.base/ending-run.exp: Make all test names unique.
12335 * gdb.base/long_long.exp: Remove duplicate test.
12336
12337 2001-05-21 Kevin Buettner <kevinb@redhat.com>
12338
12339 * gdb.base/finish.exp (finish_void): Allow "finish" command to
12340 stop on the call statement as well as the statement after the
12341 call.
12342
12343 2001-05-21 Michael Snyder <msnyder@redhat.com>
12344
12345 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
12346
12347 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
12348
12349 * gdb.base/completion.exp: Revamp test. Make it execute on all
12350 platforms.
12351
12352 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
12353
12354 * config/gdbserver.exp (gdb_load): Handle the case
12355 in which the arguments to gdbserver are given in the
12356 baseboard configuration file.
12357 Also handle the case in which the server needs to do a
12358 load.
12359
12360 2001-05-07 Keith Seitz <keiths@cygnus.com>
12361
12362 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
12363 set up the display for testing.
12364 (gdbtk_start): Convert all paths to paths that tcl will like.
12365 Export target information to environment.
12366 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
12367 necessary.
12368 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
12369 (to_tcl_path): New proc to convert a given pathname into
12370 a path acceptible as an argument to a tcl command.
12371 (_gdbtk_export_target_info): New proc to export target info
12372 into the environment for gdbtk testing.
12373 (gdbtk_done): New proc to signal end-of-test.
12374
12375 2001-05-06 Jim Blandy <jimb@redhat.com>
12376
12377 * restore.c: Make the code of caller0 correspond to its comment.
12378
12379 2001-05-03 Michael Snyder <msnyder@redhat.com>
12380
12381 * config/sid.exp (gdb_target_sid): Check for error messages.
12382 On error or timeout, don't make expect exit (which will terminate
12383 all subsequent tests); instead just make gdb exit.
12384 (gdb_load): Check for error messages. On error or timeout,
12385 return a negative value.
12386
12387 2001-04-24 Jim Blandy <jimb@redhat.com>
12388
12389 * gdb.c++/templates.exp: If we see the prompt for the overload
12390 list, but we haven't recognized any of the longer patterns,
12391 arrange for this test to fail, not hang.
12392
12393 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
12394 variations.
12395
12396 2001-04-22 Michael Chastain <chastain@redhat.com>
12397
12398 * gdb.c++/local.exp: Use the 'runto' library function.
12399 * gdb.c++/namespace.exp: Likewise.
12400 * gdb.c++/overload.exp: Likewise.
12401
12402 2001-03-26 Kevin Buettner <kevinb@redhat.com>
12403
12404 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
12405 * gdb.base/step-line.exp: New file. Test step/next in presence of
12406 #line directives.
12407 * gdb.base/step-line.c: New file. Test program for the above.
12408 * gdb.base/step-line.inp: New file. We pretend that this file has
12409 been transformed by some other tool into step-line.c.
12410
12411 2001-03-21 Jim Blandy <jimb@redhat.com>
12412
12413 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
12414 unmangled operator names.
12415
12416 2001-03-20 Jim Blandy <jimb@redhat.com>
12417
12418 * gdb.threads/linux-dp.exp: Recognize an additional message
12419 generated by GDB when it doesn't understand how to debug threads
12420 on the target system.
12421
12422 2001-03-19 Andrew Cagney <ac131313@redhat.com>
12423
12424 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
12425
12426 2001-03-12 Michael Chastain <chastain@redhat.com>
12427
12428 * gdb.c++/derivation.exp: Use the 'runto' library function.
12429
12430 2001-03-12 Michael Chastain <chastain@redhat.com>
12431
12432 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
12433
12434 2001-02-24 Michael Chastain <chastain@redhat.com>
12435
12436 * gdb.c++/ref-types.exp: Change handwritten code to library
12437 function 'runto'.
12438
12439 2001-03-16 Orjan Friberg <orjanf@axis.com>
12440
12441 * gdb.base/signals.exp: Set count to 0 explicitly.
12442
12443 2001-03-15 Mark Salter <msalter@redhat.com>
12444
12445 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
12446 (gdb_target_monitor): Add check of gdb_target_cmd return value.
12447 (gdb_load): Add support for additional target_info: gdb_download_size
12448 and gdb_load_timeout.
12449
12450 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
12451
12452 * gdb.base/annota1.exp: Move test of isnative to earlier in the
12453 file -- to prevent failing when the compile fails but we have no
12454 intention of running the tests anyway.
12455
12456 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
12457 tests if set.
12458
12459 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
12460 integers.
12461
12462 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
12463 * gdb.c++/namespace.exp: Ditto.
12464
12465 2001-03-07 Orjan Friberg <orjanf@axis.com>
12466
12467 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
12468 * gdb.base/pointers.exp: Relax pattern match of decimals.
12469
12470 2001-03-06 Kevin Buettner <kevinb@redhat.com>
12471
12472 * Makefile.in, config/abug.exp, config/cfdbug.exp,
12473 config/cpu32bug.exp, config/dve.exp, config/est.exp,
12474 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
12475 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
12476 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
12477 config/sh.exp, config/sid.exp, config/slite.exp,
12478 config/sparclet.exp, config/udi.exp, config/unknown.exp,
12479 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
12480 config/vxworks.exp, config/vxworks29k.exp,
12481 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
12482 gdb.base/all-bin.exp, gdb.base/annota1.exp,
12483 gdb.base/arithmet.exp, gdb.base/assign.exp,
12484 gdb.base/async.exp, gdb.base/attach.exp,
12485 gdb.base/bitfields.exp, gdb.base/bitops.exp,
12486 gdb.base/break.exp, gdb.base/call-ar-st.exp,
12487 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
12488 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
12489 gdb.base/commands.exp, gdb.base/completion.exp,
12490 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
12491 gdb.base/constvars.exp, gdb.base/corefile.exp,
12492 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
12493 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
12494 gdb.base/ending-run.exp, gdb.base/environ.exp,
12495 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
12496 gdb.base/finish.exp, gdb.base/foll-exec.exp,
12497 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
12498 gdb.base/funcargs.exp, gdb.base/help.exp,
12499 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
12500 gdb.base/logical.exp, gdb.base/long_long.exp,
12501 gdb.base/maint.exp, gdb.base/mips_pro.exp,
12502 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
12503 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
12504 gdb.base/pointers.exp, gdb.base/printcmds.exp,
12505 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
12506 gdb.base/regs.exp, gdb.base/relational.exp,
12507 gdb.base/remote.exp, gdb.base/reread.exp,
12508 gdb.base/restore.exp, gdb.base/return2.exp,
12509 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
12510 gdb.base/selftest.exp, gdb.base/setshow.exp,
12511 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
12512 gdb.base/sigall.exp, gdb.base/signals.exp,
12513 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
12514 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
12515 gdb.base/step-test.exp, gdb.base/structs.c,
12516 gdb.base/structs.exp, gdb.base/structs2.exp,
12517 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
12518 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
12519 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
12520 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
12521 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
12522 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
12523 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
12524 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
12525 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
12526 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
12527 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
12528 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
12529 gdb.fortran/types.exp, gdb.java/jmisc.exp,
12530 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
12531 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
12532 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12533 gdb.trace/circ.exp, gdb.trace/collection.exp,
12534 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
12535 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12536 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
12537 gdb.trace/report.exp, gdb.trace/save-trace.exp,
12538 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12539 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
12540 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
12541 notices.
12542
12543 2001-02-27 Michael Snyder <msnyder@cygnus.com>
12544
12545 * gdb.base/varargs.c (find_max_double): Fix printf format string:
12546 first arg is int not float.
12547
12548 2001-02-22 Michael Snyder <msnyder@cygnus.com>
12549
12550 * gdb.base/reread.exp: Unsupported for non-native targets;
12551 doesn't work for remote debugging.
12552
12553 2001-02-19 Fernando Nasser <fnasser@redhat.com>
12554
12555 From Drew Moseley <dmoseley@redhat.com>
12556 * gdb.base/ending-run.exp: Properly handle the BSP state when
12557 stepping past the end of main.
12558
12559 2001-02-19 John Moore <jmoore@redhat.com>
12560
12561 * gdb.base/commands.exp (infrun_breakpoint_command_test):
12562 Converted HPUX fix for non-expected items following multiple
12563 step commands into general solution for all platforms.
12564
12565 2001-02-18 Michael Chastain <chastain@redhat.com>
12566
12567 * gdb.c++/classes.exp (do_tests): Change runto statements
12568 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12569 statements demangler agnostic.
12570 * gdb.c++/virtfunc.exp (do_tests): Likewise.
12571 (gdb_virtfunc_restart): Likewise.
12572
12573 2001-02-14 Michael Chastain <chastain@redhat.com>
12574
12575 * gdb.c++/inherit.exp (do_tests): Change runto statements
12576 from "runto 'foo(void)'" to "runto 'foo'". This makes the
12577 statements demangler agnostic.
12578
12579 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
12580
12581 * gdb.threads/pthreads.exp: Unify pass/fail messages for
12582 ``continue to bkpt at common_routine in thread 2'' and ``stopped
12583 before calling common_routine 15 times'' tests.
12584
12585 2001-02-11 Michael Chastain <chastain@redhat.com>
12586
12587 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
12588 Helps the test script figure out which demangler is in use.
12589 (dm_type_foo_ref): Ditto.
12590 (dm_type_int_star): Ditto.
12591 (dm_type_long_star): Ditto.
12592 (dm_type_unsigned_int): Ditto.
12593 (dm_type_void): Ditto.
12594 (dm_type_void_star): Ditto.
12595 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
12596 Probe the gdb demangler and set variables to accommodate
12597 formatting differences.
12598 (info_func_regexp): New function. Same as info_func, but
12599 matches against a regexp.
12600 (info_func): Match against a literal string.
12601 (print_addr_2): New function. Match against a literal string,
12602 which can be different from the input to gdb.
12603 (print_addr): Simply call print_addr_2 with the same argument twice.
12604 (test_lookup_operator_functions): Use demangler formatting variables.
12605 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
12606 the tests in the same order as the C++ class declaration.
12607 (test_paddr_operator_functions): Ditto.
12608 (test_paddr_overloaded_functions): Ditto.
12609 (test_paddr_hairy_functions): Use demangler formatting variables.
12610 Add reference to gdb/19 for related tests.
12611 (do_tests): Call probe_demangler.
12612
12613 2001-01-30 Kevin Buettner <kevinb@redhat.com>
12614
12615 * gdb.c++/templates.cc (printf): Remove unused function definition.
12616
12617 2001-01-26 Felix Lee <flee@redhat.com>
12618
12619 * sid.exp (sid_exit): Pass host, not target, to remote_close.
12620
12621 2001-01-25 matthew green <mrg@redhat.com>
12622
12623 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
12624 up sid.
12625 (sid_exit): Call `remote_pop_conn' after GDB is gone.
12626
12627 2001-01-25 matthew green <mrg@redhat.com>
12628
12629 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
12630 Deprecate $sid_spawn_id.
12631 (sid_exit): Remove code necessary only for `spawn.'
12632
12633 2001-01-25 matthew green <mrg@redhat.com>
12634
12635 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
12636
12637 2001-01-28 Michael Chastain <chastain@redhat.com>
12638
12639 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
12640 to call when tests fail. It takes gdb out of the overloaded
12641 function choice menu back to the main prompt, so that the test
12642 program stays synchronized.
12643 (set_bp_overloaded): New proc to collect all the common
12644 code for setting a breakpoint on an overloaded name. Calls
12645 take_gdb_out_of_choice_menu when needed.
12646 (menu_overload1arg): New variable to collect the repeated
12647 instances of the expected menu for an overloaded name. Change
12648 the regular expression to handle changes in g++ type encoding:
12649 "void" can be either "void" or "", and "unsigned int" can be
12650 either "unsigned int" or "unsigned".
12651 (continue_to_bp_overloaded): Change regular expressions to handle
12652 changes in g++ type encoding.
12653 (no proc): Call take_gdb_out_of_choice_menu when needed.
12654 Remove redundant calls to "info break". Accept either "canceled"
12655 or "cancelled". Change regular expressions in "info break"
12656 calls to handle changes in g++ type encoding. Give all tests
12657 unique strings.
12658
12659 2001-01-17 Ben Elliston <bje@redhat.com>
12660
12661 * config/sid.exp: New file.
12662
12663 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
12664
12665 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
12666
12667 2000-12-21 Michael Snyder <msnyder@cygnus.com>
12668
12669 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
12670 Add a RE to accept a non-ascii char if one is ever presented.
12671
12672 2000-12-20 Fernando Nasser <fnasser@redhat.com>
12673
12674 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
12675
12676 2000-12-18 Michael Snyder <msnyder@cygnus.com>
12677
12678 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
12679 in regexp. One '\' does not suffice on Linux.
12680
12681 2000-12-09 Michael Chastain <chastain@redhat.com>
12682
12683 * gdb.base/break.exp (test_clear_command): Use a marker function
12684 rather than 'main' for the test function. Also move this
12685 test to an execution point where the marker function names are
12686 guaranteed to be bound to functions. (Executing tests after a
12687 'finish' from main runs into name conflicts with local names
12688 in __libc_start_main).
12689
12690 2000-12-07 Michael Snyder <msnyder@cygnus.com>
12691
12692 * gdb.base/finish.exp: New test for gdb's "finish" command.
12693 * gdb.base/return2.exp: New test for gdb's "return" command.
12694 * gdb.base/return2.c: New source file for above.
12695
12696 2000-12-05 Michael Snyder <msnyder@cygnus.com>
12697
12698 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
12699 * gdb.base/miscexprs.exp: Ditto.
12700 * gdb.base/pointers.exp: Ditto.
12701 * gdb.c++/derivation.exp: Ditto.
12702 * gdb.c++/local.exp: Ditto.
12703 * gdb.c++/namespace.exp: Ditto.
12704 * gdb.c++/overload.exp: Ditto.
12705 * gdb.c++/ref-types.exp: Ditto.
12706
12707 2000-12-05 Michael Snyder <msnyder@cygnus.com>
12708
12709 * gdb.base/constvars.exp: Test result of "up" command.
12710 * gdb.base/miscexprs.exp: Ditto.
12711 * gdb.base/pointers.exp: Ditto.
12712 * gdb.base/scope.exp: Ditto.
12713 * gdb.c++/derivation.exp: Ditto.
12714 * gdb.c++/local.exp: Ditto.
12715 * gdb.c++/namespace.exp: Ditto.
12716 * gdb.c++/overload.exp: Ditto.
12717 * gdb.c++/ref-types.exp: Ditto.
12718
12719 2000-11-22 Michael Chastain <chastain@redhat.com>
12720
12721 * mips_pro.exp: Accept either "middle -> top -> main" or
12722 "middle -> main" in the backtrace, because gcc can optimize
12723 tail calls to jumps. Remove setup_xfail for the hppa case.
12724 Add a comment with the original warning messages from PR 3016,
12725 which was filed in 1993, to preserve them for posterity.
12726
12727 2000-11-17 Nick Duffek <nsd@redhat.com>
12728
12729 * lib/gdb.exp (gdb_test): Override timeout with board info.
12730
12731 2000-11-17 Nick Duffek <nsd@redhat.com>
12732
12733 * gdb.base/display.exp: Don't kill running stub. Add "again" to
12734 the second kill and detach messages.
12735
12736 2000-11-17 Nick Duffek <nsd@redhat.com>
12737
12738 * configure.in: Add AC_EXEEXT.
12739 * configure: Regenerate.
12740 * Makefile.in (just-check): Export EXEEXT.
12741 * lib/gdb.exp ($EXEEXT): Import from environment.
12742 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
12743 expect "maint dump-me" on Cygwin.
12744 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
12745 $EXEEXT.
12746
12747 2000-11-17 Nick Duffek <nsd@redhat.com>
12748
12749 * gdb.base/break.exp: Test backtrace and finish from called
12750 function on all platforms, not just HP-UX.
12751
12752 2000-11-03 Michael Snyder <msnyder@cygnus.com>
12753
12754 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
12755 code from gdb_target_monitor, so it can be used independantly
12756 for gdbserver. Also comment out an unnecessary PUTS.
12757
12758 2000-11-03 Michael Snyder <msnyder@cygnus.com>
12759
12760 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
12761 * gdb.base/corefile.exp: Expect the message "Program is being
12762 debugged already" when we send the "corefile" command, since
12763 the preceeding gdb_load may have connected gdb to a remote target.
12764 * gdb.base/display.exp: Disable hardware watchpoints if new
12765 board info variable "no_hardware_watchpoints" is true.
12766 Replace single-letter commands with more readable ones.
12767 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
12768 if new board info variable "no_hardware_watchpoints" is true.
12769 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
12770 to see if stdio (printf) testing is possible.
12771 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
12772 board info variable "no_hardware_watchpoints" is true. Use new
12773 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
12774
12775 2000-11-13 Fernando Nasser <fnasser@redhat.com>
12776
12777 From Orjan Friberg <orjanf@axis.com>:
12778 * gdb.base/printcmds.exp: Escape curly braces followed by a number
12779 in array print pattern match.
12780
12781 2000-11-09 Fernando Nasser <fnasser@redhat.com>
12782
12783 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
12784 spelling "cancelled" to U.S. spelling "canceled" to match changes
12785 made to gdb.
12786 * gdb.c++/ovldbreak.exp: Ditto.
12787
12788 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12789
12790 * gdb.base/callfuncs.c (main): Moved to end of file, call
12791 t_double_values to initialize the FPU before inferior calls are made.
12792 * gdb.base/callfuncs.exp: Test for register preservation after calling
12793 inferior functions. Add tests for continuining, finishing and
12794 returning from a stop in a call dummy.
12795
12796 2000-10-24 Michael Snyder <msnyder@cygnus.com>
12797
12798 * gdb.base/commands.exp: Break up long lines, and re-indent.
12799
12800 2000-10-19 Michael Snyder <msnyder@cygnus.com>
12801
12802 * config/gdbserver.exp: Rewritten from the ground up, to make it
12803 compatible with the current dejagnu tree, and to make it work with
12804 the new "gdbserver" in libremote.
12805
12806 2000-10-16 Michael Snyder <msnyder@cygnus.com>
12807
12808 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
12809 * gdb.base/varargs.exp: Skip entire test if no printf support.
12810 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
12811 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
12812
12813 2000-10-13 Michael Snyder <msnyder@cygnus.com>
12814
12815 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
12816 no floating point support.
12817 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
12818 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
12819 * gdb.base/call-rt-st.exp: Ditto.
12820 * gdb.base/call-strs.exp: Ditto.
12821
12822 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
12823
12824 * gdb.base/sizeof.c: include <stdio.h>.
12825
12826 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
12827 'finish', otherwise uncaptured gdb_prompt would potentially
12828 throw remaining test points out of sync.
12829
12830 2000-07-26 Scott Bambrough <scottb@netwinder.org>
12831
12832 * gdb.base/recurse.exp: Run tests for all targets.
12833 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
12834 gnu-oldld case on ARM.
12835 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
12836 for ARM targets.
12837
12838 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
12839
12840 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
12841 * gdb.java/configure: Rebuild.
12842
12843 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
12844
12845 * gdb.java/jv-exp.exp: New file.
12846
12847 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
12848
12849 * configure: Rebuilt.
12850 * configure.in (configdirs): Add gdb.java.
12851 * gdb.java/jmisc.java: New file.
12852 * gdb.java/jmisc.exp: New file.
12853 * gdb.java/Makefile.in: New file.
12854 * gdb.java/configure: Rebuilt.
12855 * gdb.java/configure.in: New file.
12856 * lib/java.exp: New file.
12857
12858 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12859
12860 * gdb.base/exprs.exp: Test casts to a pointer including over and
12861 underflow.
12862
12863 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
12864
12865 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
12866 and the compilers sizes.
12867
12868 2000-07-09 Nick Duffek <nsd@redhat.com>
12869
12870 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
12871 (use_methods): New function.
12872 (main): Call use_methods().
12873 * gdb.c++/classes.exp (test_method_param_class): New procedure.
12874 (do_tests): Call test_method_param_class.
12875
12876 2000-07-09 Nick Duffek <nsd@redhat.com>
12877
12878 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
12879 spelling.
12880 (test_enums): New procedure. Move enum tests from end of script
12881 to here. Set breakpoint on function name instead of line number.
12882 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
12883 (enums2): New marker function.
12884 (enums1): New function.
12885 (main): Call enums1(). Move enum tests to enums1().
12886
12887 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
12888
12889 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
12890 compile/link program. Update line numbers.
12891 * gdb.asm/d10v.inc: Define ``startup''.
12892 * gdb.asm/asmsrc1.s: Add definition of _start.
12893
12894 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
12895
12896 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
12897
12898 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12899
12900 * gdb.base/maint.exp: Add 'maint print architecture' item to output
12901 of 'help maint print' command.
12902
12903 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
12904
12905 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
12906 they use gdb_expect_list.
12907
12908 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
12909
12910 * gdb.base/commands.exp: Use ``set remote
12911 memory-read-packet-size'' instead of ``set endian big'' to test
12912 long commands.
12913
12914 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
12915
12916 * gdb.c++/templates.exp (do_tests): Make all of these work under
12917 g++, and stop skipping them.
12918
12919 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
12920 work under g++.
12921
12922 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
12923 initialization.
12924
12925 2000-06-02 Michael Snyder <msnyder@cygnus.com>
12926
12927 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
12928 the regular expression: accept an (almost) arbitrary sequence of
12929 "frames-invalid" and "breakpoints-invalid" messages both before
12930 and after the "starting" message.
12931
12932 2000-06-02 Michael Snyder <msnyder@cygnus.com>
12933
12934 * gdb.c++/local.exp: This test has never been known to work with g++.
12935
12936 2000-05-18 Michael Snyder <msnyder@cygnus.com>
12937
12938 * gdb.base/annota1.exp (annotate-signal-handler-caller):
12939 Relax the regular expression a little, make it pass on Solaris 8.
12940
12941 2000-05-12 Kevin Buettner <kevinb@redhat.com>
12942
12943 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
12944 a call, do not require that gdb stop on the line after the call.
12945 Instead, it is permissible for gdb to stop on the line of the
12946 call itself.
12947
12948 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
12949
12950 * gdb.base/break.exp (bp on small function, optimized file):
12951 Add a second pass pattern. The behavior differs here between stabs
12952 and dwarf for one-line functions. Stabs preserves two line symbols
12953 (one before the prologue and one after) with the same line number,
12954 but dwarf regards these as duplicates and discards one of them.
12955 Therefore the address after the prologue (where the breakpoint is)
12956 has no exactly matching line symbol, and GDB reports the breakpoint
12957 as if it were in the middle of a line rather than at the beginning.
12958
12959 2000-05-08 Michael Snyder <msnyder@cygnus.com>
12960
12961 * gdb.base/interrupt.exp: Make "pass" message say "send"
12962 rather than "send_gdb" (for consistancy).
12963
12964 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
12965
12966 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
12967 * gdb.c++/templates.cc: Properly check for GCC version number.
12968 * lib/compiler.cc: Likewise
12969
12970 2000-04-28 Michael Snyder <msnyder@cygnus.com>
12971
12972 * gdb.base/break.exp: When compiled with -O2 optimization,
12973 gdb may not stop at the first line of main, due to code motion.
12974
12975 2000-04-26 Michael Snyder <msnyder@cygnus.com>
12976
12977 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
12978 This test depends on parsing the printf output from the target.
12979 Since the sparclet stub doesn't do stdio, this will never work.
12980 * gdb.base/call-rt-st.exp: ditto.
12981 * gdb.base/call-strs: ditto.
12982
12983 2000-04-24 Michael Snyder <msnyder@cygnus.com>
12984
12985 * gdb.base/miscexprs.exp: make sizeof long array test portable.
12986
12987 * gdb.base/ending-run.exp: After connecting to a remote target,
12988 but before running, the target will appear to be in a random
12989 location. Specify both a file and a line for breakpoints.
12990 Also, the function that calls main may be called 'init'
12991 rather than 'start'.
12992
12993 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12994
12995 * gdb.base/help.exp: Update output for add-symbol-file command.
12996
12997 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
12998
12999 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13000 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
13001
13002 2000-04-07 J.T. Conklin <jtc@redback.com>
13003
13004 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
13005
13006 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
13007
13008 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
13009
13010 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
13011 values that can be represented exactly.
13012 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
13013 above change, and to not check against the directory part of the source
13014 file name.
13015 (step into print_long_arg_list): Likewise.
13016 (print print_small_structs from print_long_arg_list): Likewise.
13017 (print print_long_arg_list): Likewise.
13018
13019 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13020
13021 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
13022
13023 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
13024
13025 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
13026
13027 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
13028
13029 * gdb.base/commands.exp (deprecated_command_test): Add test for
13030 deprecate with no arguments.
13031
13032 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
13033
13034 * gdb.base/break.exp: Add new test for setting breakpoints on
13035 optimized code so we can test breakpoints work even when function
13036 prologues may be optimized away
13037
13038 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
13039
13040 From David Whedon <dwhedon@gordian.com>
13041 * gdb.base/commands.exp : Added command deprecator tests.
13042
13043 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
13044
13045 * gdb.base/help.exp: Added test for new apropos command.
13046
13047 2000-03-21 Kevin Buettner <kevinb@redhat.com>
13048
13049 * gdb.base/pointers.c (usevar): New function.
13050 (main): Make sure that global variables v_int_pointer2, rptr,
13051 and y are all referenced someplace in the program by calling
13052 usevar() on them. [Some linkers delete symbols which are
13053 never referenced. The space remains, but there's no way to
13054 get a (symbolic) handle on the variable from the debugger.]
13055
13056 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13057
13058 * gdb.base/printcmds.c: Add typedeffed arrays.
13059
13060 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
13061 procedure to test arrays that are typedef'd.
13062
13063 2000-03-13 James Ingham <jingham@leda.cygnus.com>
13064
13065 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
13066 the library directories.
13067
13068 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
13069
13070 * configure.in (configdirs): Add sub directory gdb.mi.
13071 * configure: Re-generate.
13072
13073 * gdb.mi: New directory.
13074
13075 2000-02-25 Scott Bambrough <scottb@netwinder.org>
13076
13077 * gdb.base/long_long.exp: Correct test suite failure when printing
13078 a long long value as a double on ARM platforms.
13079
13080 2000-02-16 Jim Blandy <jimb@redhat.com>
13081
13082 * gdb.base/break.exp ("breakpoint line number"): Make sure the
13083 default source file is set properly before running this test.
13084
13085 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13086
13087 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
13088 gdbtk/library directory, not in gdbtcl2.
13089
13090 2000-02-04 Jim Blandy <jimb@redhat.com>
13091
13092 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
13093 backslash from regexp pattern.
13094
13095 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
13096 procedure. Use it to run all the "continue to bp overloaded"
13097 tests. Note that this changes the names of the tests slightly.
13098 If the breakpoint hit message includes a hex PC value, because
13099 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
13100 from the real source code, still consider that a pass.
13101
13102 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
13103 XFAIL here if the breakpoint message contains a hex address. Note
13104 similar change on 1999-11-02.
13105
13106 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
13107
13108 * gdb.base/ptype.exp: Establish a default source file before
13109 calling get_debug_format.
13110
13111 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
13112
13113 * gdb.base/watchpoint.exp: Remove duplication of test messages.
13114
13115 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
13116
13117 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
13118 of successive stepi commands -- while in the prologue we should see
13119 the function entry bracket.
13120
13121 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
13122
13123 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
13124 reach __change_mode() when stepping through the end of main().
13125
13126 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
13127
13128 * gdb.base/default.exp: Fix expected pattern.
13129 * gdb.base/help.exp: Same.
13130
13131 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13132
13133 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
13134 Don't use xfail's because that affects only the following test.
13135
13136 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
13137 solaris or linux.
13138
13139 * gdb.base/selftest.exp: Update to reflect changes to main.c.
13140
13141 2000-01-07 Michael Snyder <msnyder@cygnus.com>
13142
13143 * gdb.base/display.exp: Some yacc parsers like to say
13144 "A syntax error" rather than "A parse error". Accept both.
13145
13146 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
13147
13148 * gdb.base/default.exp: Remove OS dependent string from "target
13149 remote" test.
13150 * gdb.base/help.exp: Same for "help target remote" test.
13151
13152 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13153
13154 From Jim Kingdon <kingdon@redhat.com>:
13155
13156 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
13157 prompt (cleanup rather than necessity, but still might keep output
13158 from spilling to next test).
13159
13160 2000-01-02 Fred Fish <fnf@cygnus.com>
13161
13162 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
13163 AIX, which defines them in <sys/types.h>.
13164
13165 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
13166
13167 * gdb.base/default.exp: Match arm* etc instead of arm in "info
13168 float" test.
13169
13170 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
13171
13172 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
13173
13174 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
13175 outermost frame disallowed".
13176
13177 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
13178
13179 * gdb.base/setvar.exp: New tests for setting the value of a struct
13180 with a constant list.
13181
13182 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
13183
13184 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
13185 require the user to type a cast before setting the value of a struct.
13186
13187 1999-12-06 Jim Blandy <jimb@cygnus.com>
13188
13189 * gdb.base/default.exp: Expect the new 'info float' command on
13190 all i386 platforms.
13191
13192 * gdb.threads/linux-dp.exp: Expand our ability to recognize
13193 LinuxThreads libraries that don't support debugging.
13194
13195 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
13196
13197 * gdb.base/remote.c: Fill the buffer with truely random data.
13198 Change the buffer type to ``unsigned char'' to simplify size
13199 arithmetic.
13200
13201 * gdb.base/remote.exp: Reduce download numbers by one. Typical
13202 stub only handles 400-1 byte packets. Verify that the download
13203 worked.
13204
13205 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
13206
13207 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
13208 tests, using UNRESOLVED for the untested cases. Also, does not wait
13209 for a timeout if the prompt was received before a recognizable pattern.
13210
13211 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
13212
13213 * lib/gdb.exp (gdb_expect_list): Fix spelling.
13214
13215 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13216
13217 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
13218 watchpoints.
13219
13220 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
13221
13222 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
13223
13224 * gdb.c++/local.exp: Be more flexible in recognizing local class
13225 name mangling. Don't allow horribly truncated method names.
13226 * gdb.c++/derivation.exp: Expect protected inheritance.
13227 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
13228 * gdb.c++/virtfunc.exp: Likewise.
13229 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
13230 when printing a nested enum.
13231
13232 1999-11-22 Jim Blandy <jimb@cygnus.com>
13233
13234 * gdb.base/step-test.exp: Properly await GDB's response to setting
13235 a breakpoint on the call to large_struct_by_value.
13236
13237 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
13238 just because we have debug info for the `start' function.
13239
13240 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
13241
13242 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
13243 "Unknown signal" messages, which indicate (on LinuxThreads) that
13244 GDB doesn't know how to debug threads on this system. This is
13245 better than hanging while philosopher 0 dumps chatter into gdb.log.
13246
13247 1999-11-18 Tom Tromey <tromey@cygnus.com>
13248
13249 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
13250
13251 1999-11-18 Fred Fish <fnf@cygnus.com>
13252
13253 * gdb.base/coremaker2.c: Add sample program for generating
13254 cores that is more self contained than coremaker.c. Eventually
13255 I'll add more code to this and tie it into the testsuite.
13256
13257 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
13258
13259 * gdb.base/dollar.exp: Remove, now in gdb.hp.
13260
13261 1999-11-10 Jimmy Guo <guo@cup.hp.com>
13262
13263 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
13264 from $srcdir/lib/.
13265 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
13266 and gdb.c++/.
13267
13268 * gdb.c++/derivation.exp: remove redundant get compiler info code.
13269
13270 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
13271 'continue with watch' test point.
13272
13273 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
13274
13275 Merged from p2linux-990323-branch:
13276
13277 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
13278
13279 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
13280
13281 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
13282 {limit,fixed}''. Test ``set download-write-size''.
13283
13284 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
13285
13286 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
13287 gdb_expect_list.
13288
13289 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
13290
13291 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
13292
13293 1999-11-03 Mark Salter <msalter@cygnus.com>
13294
13295 * gdb.base/break.exp: Fix "stub continue" pattern.
13296
13297 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
13298
13299 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
13300
13301 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
13302
13303 * gdb.base/display.exp ("finish"): Add timeout clause.
13304
13305 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
13306 plain prompt clause, so this doesn't have to time out in order to
13307 fail.
13308
13309 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
13310 breakpoint hit messages include an address.
13311
13312 * gdb.base/display.exp: Don't forget to escape parens in regular
13313 expressions. Unix regexp notatation sucks.
13314
13315 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13316
13317 * gdb.base/annota1.exp: Test for annotate-signalled: change output
13318 order for 'signalled' message.
13319
13320 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
13321
13322 From Jimmy Guo <guo@cup.hp.com>:
13323 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
13324 * gdb.base/annota1.c: Add code for tests to work with.
13325
13326 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
13327
13328 * gdb.base/remote.exp: New test for remote downloading settings.
13329 * gdb.base/remote.c: New file with large .data.
13330
13331 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
13332
13333 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
13334 for LinuxThreads support, merged from the Code Fusion branch.
13335
13336 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
13337
13338 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
13339 containing exp_continue into a while within an expect. Don't
13340 attempt a start more than three times. Check return value from
13341 gdb_load.
13342
13343 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
13344
13345 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
13346 a pass case.
13347
13348 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
13349
13350 * gdb.base/break.c (main): Added a statement that we can step
13351 off of.
13352 * gdb.base/break.exp: Added tests for setting a breakpoint
13353 at an offset and stepping onto a breakpoint.
13354
13355 1999-10-01 Fred Fish <fnf@cygnus.com>
13356
13357 * gdb.base/help.exp (help add-symbol-file): Update to match current
13358 gdb output.
13359
13360 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
13361
13362 * gdb.base/break.exp: Code locations are in hex, don't forget!
13363 (For HP-UX.)
13364
13365 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
13366
13367 * condbreak.exp: Use break.c as test program.
13368 * condbreak.c: Remove, redundant with break.c.
13369
13370 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
13371
13372 * config/monitor.exp (gdb_target_monitor): Disable X- and
13373 Z-packets if the target needs it.
13374
13375 1999-09-13 James Ingham <jingham@leda.cygnus.com>
13376
13377 * gdb.c++/overload.exp: Added tests for listing overloaded
13378 functions with function pointers in the arg, explicitly calling
13379 out the version you want.
13380
13381 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
13382
13383 * long_long.exp: Add variations of test cases that work for
13384 targets with 16-bit ints and 32-bit doubles.
13385
13386 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
13387
13388 * break.c (main): Compare a possibly-uninitialized argc with an
13389 unlikely value that fits in 16 bits.
13390
13391 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
13392
13393 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
13394 0xfeeb, don't want negative numbers if ints are 16 bits.
13395
13396 * lib/gdb.exp (skip_cplus_tests): New proc.
13397 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
13398 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
13399 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
13400 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
13401 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
13402 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
13403 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
13404 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
13405
13406 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
13407
13408 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
13409
13410 * gdb.base/corefile.exp (up): Allow a parameter to appear
13411 in the frame that we're going up to.
13412
13413 From Jim Blandy <jimb@cygnus.com>:
13414
13415 * gdb.base/default.exp (info float): Expect some output now.
13416
13417 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
13418 returning floating-point values to fail on the x86.
13419 * gdb.base/callfwmall.exp (do_function_calls): Same.
13420
13421 * gdb.base/list.exp (test_listsize): Correct expectations for
13422 listing line 1 with listsize 2. Also, listing a single line
13423 works now, as does listing three lines. [Kevin's note: There
13424 were a number of other cases fixed too where the expectations
13425 differed...]
13426
13427 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
13428
13429 * gdb.base/selftest.exp: Add case for when version prints as
13430 constant string instead of char pointer.
13431
13432 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
13433
13434 * gdb.base/ending-run.exp: Add Solaris case for what happens when
13435 stepping out of main.
13436
13437 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
13438 G++ used.
13439
13440 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
13441 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
13442
13443 * gdb.c++/ovldbreak.exp: Update match string in test that
13444 includes a warning of multiple breakpoints.
13445
13446 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
13447
13448 * gdb.base/display.exp: Improve precision of step-after-finish
13449 added yesterday.
13450
13451 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
13452 test.
13453
13454 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
13455 configs when using G++, not just hppa*.
13456
13457 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13458
13459 * gdb.base/async.c: New file.
13460 * gdb.base/async.exp: New file.
13461
13462 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
13463
13464 * gdb.base/break.exp: Tweak PA specific tests to properly handle
13465 PA64.
13466
13467 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
13468
13469 * gdb.base/display.exp: "finish" can leave us mid-line on many
13470 targets, deal with it. Add a small constant to main, instead of
13471 1000 since main+1000 may not be a valid address in the target.
13472
13473 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
13474 on hpux11.
13475
13476 * gdb.base/attach.exp: Handle another hpux11 error message variant
13477 when attaching to a process that does not exist.
13478
13479 1999-08-19 J.T. Conklin <jtc@redback.com>
13480
13481 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
13482 characters in 'continue to 1241' test.
13483
13484 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
13485
13486 * gdb.base/call-ar-st.exp: Add a shorter match case for the
13487 stop in print_long_arg_list, define and use a whitespace
13488 variable in print_small_structs test, add an XFAIL for Solaris.
13489 * gdb.base/dbx.exp: XFAIL func commands until somebody is
13490 interested enough to fix.
13491
13492 1999-08-13 Keith Seitz <keiths@cygnus.com>
13493
13494 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
13495 (dbx_gdb_load): Remove. Use gdb_load instead, since that
13496 proc knows about targets other than the natives.
13497 (test_assign): Use "gdb_run_cmd" to "run" the target.
13498 Check that we've actually hit the breakpoint at main.
13499 When we attempt to assign a value to a local variable, check
13500 that the variable is in the current scope, i.e., don't use
13501 a test with an empty result.
13502
13503 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
13504
13505 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
13506 command.
13507
13508 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
13509
13510 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13511 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
13512 gdb.compat, gdb.threads-hp.
13513 gdb.hp/configure, gdb.hp/configure.in: New files.
13514 gdb.hp/Makefile.in: Recurse into new subdirs.
13515 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
13516 gdb.hp/gdb.objdbg: New directory, tests for debugging info
13517 in object files.
13518 gdb.hp/tools: New directory, aux tools for HP-specific tests.
13519
13520 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
13521
13522 * gdb.base/display.exp: Help expect by putting a newline in the
13523 funky printf, remove a bogus p/a test.
13524
13525 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13526
13527 * gdb.base/display.exp: Make sure that when we say 'run', we are
13528 connected to the target. This is necessary when running not
13529 natively.
13530
13531 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
13532
13533 * gdb.base/step-test.exp: Removed some extraneous messages.
13534
13535 * gdb.base/long_long.exp: Don't run memory examination tests
13536 on little-endian targets (they will need a different set of
13537 results to match).
13538
13539 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
13540
13541 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
13542 until somebody decides to fix GDB.
13543
13544 * gdb.base/long_long.c: Stop compiler complaint by specifying long
13545 constant as "ULL".
13546 * gdb.base/long_long.exp: Loosen x/c test, add partial result
13547 matches for a couple x/2 commands.
13548
13549 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
13550
13551 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
13552 by merging in ref-types2 tests.
13553 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
13554
13555 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13556 * gdb.c++/Makefile.in: Add standard actions.
13557 (EXECUTABLES): Rename from PROGS, update list.
13558 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
13559 from gdb.hp.
13560 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
13561 foo and bar locals.
13562 * gdb.c++/anon-union.exp: Fix tests to match.
13563 * gdb.c++/classes.exp: Run if HP compiler used, add extra
13564 expect matches to handle output variations.
13565 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
13566 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
13567 output, add HP alternatives for new and delete prints.
13568 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
13569 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
13570 * gdb.c++/demangle.exp: Use $style when reporting failure.
13571 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
13572 * gdb.c++/inherit.exp: Run if HP compiler used, add some
13573 match alternatives.
13574 * gdb.c++/local.exp: Add match alternatives or xfails for HP
13575 compilers.
13576 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
13577 * gdb.c++/method.exp: Add match alternatives.
13578 * gdb.c++/misc.cc: Add bool types.
13579 * gdb.c++/misc.exp: Add tests for bool types.
13580 * gdb.c++/overload.exp: Add xfails.
13581 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
13582 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
13583 add some more template parameter tests (only for HP currently).
13584 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
13585 * gdb.c++/virtfunc.cc: Add return type and value for main.
13586 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
13587 match alternatives.
13588
13589 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13590
13591 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
13592
13593 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
13594
13595 * gdb.base/signals.exp: Don't expect getting a backtrace from
13596 within a signal handler to fail on Linux.
13597
13598 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
13599
13600 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13601 * lib/gdb.exp: Remove some gratuitious semicolons.
13602 (delete_breakpoints): Increase timeout.
13603 (gdb_expect): Add -notransfer option.
13604 (gdb_test): Use -notransfer option.
13605 (get_compiler_info): Add f77 case.
13606 (get_compiler): New proc, split out from gdb_preprocess, add f77
13607 case.
13608 (gdb_preprocess): Call get_compiler.
13609
13610 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
13611 * gdb.base/attach.exp, gdb.base/display.exp,
13612 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
13613 gdb.base/long_long.exp, gdb.base/printcmds.exp,
13614 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
13615 third arg to gdb_test.
13616 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
13617 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
13618 HP-UX xfails, add others.
13619 * gdb.base/completion.exp: Reflect name change of self-test.
13620 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
13621 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
13622 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
13623 HP failure number.
13624 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
13625 useless HP-UX 10.30 references.
13626 * gdb.base/maint.exp: Loosen matches.
13627 * gdb.base/pointers.c (main): Declare more_code.
13628 * gdb.base/pointers.exp: Match on output of a `next'.
13629 * gdb.base/structs.c: Add prototypes.
13630 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
13631 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
13632
13633 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13634
13635 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
13636 command.
13637
13638 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13639
13640 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
13641 Fix run to main failures. Watchpoint can be hardware watchpoint.
13642
13643 * gdb.base/annota1.exp: Clean up some more, in case printf has
13644 debug info. Deal with lack of signal hanlder info in stack.
13645
13646 From Jim Kingdon <kingdon@redhat.com>:
13647 * gdb.base/annota1.exp: If printf has debug info, deal with it.
13648
13649 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
13650
13651 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
13652 gdb.base/foll-vfork.exp: Don't run for crosses.
13653
13654 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
13655
13656 * gdb.base/configure.in: Check for gdbvars.exp instead of
13657 a1-selftest.exp.
13658 * gdb.base/configure: Re-generate.
13659
13660 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
13661
13662 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
13663 in trying to run first and name is too long.
13664
13665 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
13666 pointers2.c and pointers2.exp, respectively.
13667 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
13668 doschk happier.
13669
13670 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
13671
13672 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
13673 callfuncs2.c and callfuncs2.exp.
13674
13675 * gdb.base/list.exp: Remove mistaken xfails.
13676 * gdb.base/list0.h: Add optional prototypes.
13677
13678 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
13679
13680 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
13681 calling malloc.
13682 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
13683 * ptype.exp: Move test for get_debug_format to before its first
13684 use.
13685
13686 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13687
13688 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
13689 * gdb.base/annota2.cc, annota2.exp: Move from here.
13690 * gdb.c++/annota2.cc, annota2.exp: To here.
13691 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
13692
13693 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
13694
13695 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
13696 a consistent format.
13697
13698 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
13699
13700 From Jimmy Guo <guo@cup.hp.com> and others at HP:
13701 * lib/gdb.exp (get_compiler_info): Add detection for assorted
13702 HP compilers, also set the globals $true and $false.
13703
13704 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
13705 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
13706 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
13707 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
13708 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
13709 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
13710 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
13711 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
13712 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
13713 whatis.c} Add C++ compatible function definitions and return
13714 types, add includes for library functions.
13715 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
13716 * gdb.base/step-test.c (myglob): Rename from glob.
13717 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
13718 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
13719 files, move here from gdb.hp.
13720 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
13721 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
13722 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
13723 Adjust line numbers in regexps.
13724
13725 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
13726 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
13727 instead of 0/1.
13728
13729 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
13730 foll-vfork.exp: New files, move here from gdb.hp.
13731 * gdb.base/page.exp: New file, test of pagination command.
13732
13733 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
13734 recursion test.
13735 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
13736
13737 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
13738 gdb.base/solib.exp: Fix compiler invocation process.
13739
13740 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
13741 HP-UX 11, turn off overload resolution explicitly.
13742 * gdb.base/commands.exp: Set argument list explicitly, add
13743 watchpoint test.
13744 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
13745 them work.
13746 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
13747 expressions properly.
13748 * gdb.base/corefile.exp: Loosen the match slightly.
13749 * gdb.base/default.exp: Allow "Error accessing memory" message
13750 also.
13751 * gdb.base/display.exp: Skip over x/0 j if PA64.
13752 * gdb.base/funcargs.exp: Add xfails for HP-UX.
13753 * gdb.base/interrupt.exp: Ditto.
13754 * gdb.base/langs.exp: Add symbolic matches governed by compiler
13755 in use.
13756 * gdb.base/list.exp: Add xfails for HP-UX.
13757 * gdb.base/long_long.exp: Refine some of the numeric matches.
13758 * gdb.base/mips_pro.exp: Xfail on HP-UX.
13759 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
13760 * gdb.base/nodebug.exp: Succeed on more varieties of output.
13761 * gdb.base/opaque.exp: Remove some HP-UX xfails.
13762 * gdb.base/ptype.exp: Succeed on more varieties of output.
13763 * gdb.base/scope.exp: Add xfails for HP-UX.
13764 * gdb.base/sect-cmd.exp: Add more cases.
13765 * gdb.base/setvar.exp: Add xfails for HP-UX.
13766 * gdb.base/shlib-call.exp: Loosen some matches slightly.
13767 * gdb.base/signals.exp: Match on void symbolically.
13768 * gdb.base/step-test.exp: Add case for PA64.
13769 * gdb.base/term.exp: Add exit and restart.
13770 * gdb.base/twice.exp: Clean up after self.
13771 * gdb.base/varargs.exp: Disable overload resolution explicitly.
13772 * gdb.base/whatis.exp: Allow more ways to pass tests.
13773
13774 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
13775 no longer useful.
13776
13777 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
13778
13779 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
13780 list of patterns.
13781 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
13782 print_double_array(double_array)", "continuing to breakpoint
13783 1018", "print print_double_array(array_d)" and "continuing to
13784 1034" tests.
13785
13786 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
13787
13788 * Makefile.in: Add empty html and install-html targets.
13789
13790 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
13791
13792 * config/mt-*: Remove, these haven't been used since 1996.
13793
13794 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
13795
13796 * gdb.base/call-strs.c, gdb.base/ending-run.c,
13797 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
13798 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
13799
13800 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
13801
13802 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
13803 simpler match case for the ptype of the big class.
13804
13805 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13806
13807 * gdb.exp: Fix test for gdb_prompt existence.
13808
13809 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13810
13811 * gdb.exp (gdb_test): Add fail after calls to perror.
13812
13813 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13814
13815 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
13816
13817 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
13818
13819 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
13820
13821 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
13822
13823 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
13824 malloc() is linked in.
13825
13826 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
13827
13828 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
13829 step at end.
13830
13831 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
13832
13833 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
13834
13835 * gdb.java/jv-print.exp: New file. (Our first Java test!)
13836
13837 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
13838
13839 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
13840 * gdb.base/mips_pro.exp: Likewise.
13841
13842 1999-06-02 Keith Seitz <keiths@cygnus.com>
13843
13844 * gdb.c++/templates.cc: Change all "new" operators to throw
13845 an exception.
13846 * gdb.c++/cplusfuncs.cc: Likewise.
13847
13848 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
13849
13850 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
13851
13852 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
13853 * gdb.base/ending-run.exp: When stepping out of main, accept a
13854 step into an arbitrary assembler file.
13855
13856 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13857
13858 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
13859 "breakpoint-invalid" to be printed.
13860 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
13861 number of "frames-invalid" and "breakpoint-invalid" to be printed.
13862 * gdb.base/annota2.cc: Initialize a.x to 0.
13863
13864 1999-05-17 Keith Seitz <keiths@cygnus.com>
13865
13866 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
13867 when "skip_float_tests" set.
13868 Ditto for "print print_double_array(array_d)", "print print_small_structs",
13869 "print print_ten_doubles", and "step into print_long_arg_list".
13870 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
13871 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
13872 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
13873 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
13874 "skip_float_tests" is set.
13875 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
13876 when "skip_float_tests" set.
13877
13878 1999-05-06 Keith Seitz <keiths@cygnus.com>
13879
13880 * gdb.base/annota2.cc: Include stdio.h.
13881
13882 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
13883
13884 * gdb.base/crossload.exp: Remove, this has been disabled ever
13885 since BFD stopped including all targets, and cross-GDB gets
13886 plenty of testing anyway.
13887 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
13888 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
13889 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
13890 * gdb.base/README: Remove, was doc for this.
13891 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
13892 needed.
13893
13894 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13895
13896 * gdb.base/call-ar-st.exp: Fix one regular expression in test
13897 output.
13898
13899 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
13900 * gdb.base/annota2.exp: New file. More annotation tests.
13901 * gdb.base/annota1.c: New file. Source file for annota1.exp.
13902 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
13903
13904 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
13905
13906 * config/cfdbug.exp: New file.
13907
13908 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
13909
13910 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
13911 Marcus Daniel's and Dale Hawkins's demangler crashes.
13912
13913 * gdb.c++/demangle.exp (test_gnu_style_demangling,
13914 test_lucid_style_demangling, test_arm_style_demangling,
13915 test_hp_style_demangling): Try Tom Tromey's core-dumping
13916 identifier under each demangling style.
13917
13918 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
13919
13920 * gdb.c++/demangle.exp: Include the current demangling style
13921 in all test names.
13922 (current_demangling_style): New global variable.
13923 (set_demangling_style, test_demangling_core, test_demangling,
13924 test_demangling_exact): New functions.
13925 (test_gnu_style_demangling, test_lucid_style_demangling,
13926 test_arm_style_demangling, test_hp_style_demangling): Use those,
13927 instead of calling gdb_test and gdb_test_exact directly.
13928 (catch_demangling_errors): New function, which reports errors
13929 signalled by the demangling test functions in an orderly way.
13930 (do_tests): Use catch_demangling_errors.
13931
13932 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
13933
13934 * gdb.base/signals.exp (test_handle_all_print): Use () for
13935 grouping in expressions, not {}.
13936
13937 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
13938 initialized yet.
13939
13940 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
13941
13942 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
13943 are listed.
13944
13945 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
13946
13947 * gdb.stabs/weird.exp: Test for CC being defined before
13948 looking at its value.
13949
13950 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
13951
13952 * gdb.base/call-ar-st.exp: Remove stray '#'.
13953 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
13954 "short int" and "long int".
13955 * gdb.c++/overload.cc: Cast the string added in the previous
13956 change, to mollify finicky HP compiler.
13957 * gdb.hp/reg-test.exp (testfile): Fix file name.
13958 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
13959
13960 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
13961 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
13962 alternate form of enum ptype.
13963
13964 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
13965
13966 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
13967 * gdb.hp/*.exp: Change all to run compiler probe only after
13968 passing skip_hp_tests, so as not to waste time on guaranteed
13969 failure.
13970
13971 * gdb.c++/overload.cc: Pass string instead of char addr, always
13972 init ccpfoo.
13973 * gdb.c++/templates.cc: Fix syntax error.
13974
13975 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
13976
13977 * gdb.base/commands.exp: Add test for correct position of '>'
13978 when issuing the 'commands' command after a 'while' or 'if'
13979 command.
13980
13981 1999-03-18 James Ingham <jingham@cygnus.com>
13982
13983 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
13984
13985 * gdb.c++/method.exp: It was testing an uninitialized int on the
13986 stack and assuming it was positive.
13987
13988 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
13989
13990 * gdb.base/step-test.exp: Catch a case where finish is broken and
13991 keep it from killing the rest of the tests.
13992 Use gdb_continue_to_end.
13993
13994 * gdb.base/sigall.exp: use gdb_continue_to_end.
13995
13996 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
13997
13998 * gdb.base/display.exp: use runto_main, not run.
13999
14000 * gdb.base/default.exp: Check for the current error message in the
14001 r abbreviation test.
14002 Add strongarm to the targets that know info float.
14003
14004 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
14005 run which doesn't work with monitors.
14006
14007 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
14008
14009 * gdb.base/break.exp: use the gdb_continue_to_end proc.
14010
14011 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
14012 program. Traps the case (in Cygmon) when the program never really
14013 exits. Same as Mark's continue_to_exit, but I had put it in a lot
14014 more places, so I used my name. Sorry Mark...
14015
14016 * config/monitor.exp (gdb_target_monitor): added another
14017 target_info parameter: remotebinarydownload. This will set the
14018 remotebinarydownload flag if this is causing some boards trouble.
14019
14020 1999-03-18 Mark Salter <msalter@cygnus.com>
14021
14022 * lib/gdb.exp (continue_to_exit): New function.
14023
14024 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
14025 * gdb.base/ending-run.exp: Ditto.
14026 * gdb.base/step-test.exp: Ditto.
14027
14028 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
14029
14030 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
14031 (suggested by Art Haas <ahaas@neosoft.com>).
14032
14033 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
14034
14035 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
14036
14037 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
14038
14039 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
14040 descriptions of types (short unsigned int vs unsigned short, etc).
14041
14042 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
14043
14044 * gdb.base/call-strs.exp: Don't assume that `step' will step over
14045 a call to strlen; sometimes we do have sources.
14046
14047 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
14048
14049 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
14050 character, so GDB won't print garbage after its end.
14051
14052 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
14053 breakpoint there instead. Sometimes GCC emits memcpy to handle
14054 the large structures being passed by value, so we step into that
14055 instead of sum_array_print, which obscures what we're really testing.
14056 * gdb.base/step-test.exp: However, we do want a test that notices
14057 the bizarre steps into memcpy, so do that here. Add check for
14058 stepping into function calls that pass large structures by value.
14059 ("Is that a noun clause, or are you just happy to see me?")
14060 Remove all references to specific line numbers.
14061 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
14062 New type and function.
14063 (main): Call large_struct_by_value, passing it a large struct by value.
14064 * lib/gdb.exp (gdb_get_line_number): New function.
14065
14066 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
14067 more portable.
14068
14069 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
14070
14071 * lib/gdb.exp: Doc fixes.
14072
14073 1999-03-05 Nick Clifton <nickc@cygnus.com>
14074
14075 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
14076
14077 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
14078
14079 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
14080 commands. They're not germane to this test, and they don't work
14081 that way on remote targets.
14082
14083 1999-03-01 James Ingham <jingham@cygnus.com>
14084
14085 * Changelog entries merged over from gdb development branch.
14086
14087 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
14088
14089 * lib/gdb.exp (gdbtk_analyze_results): Generic function
14090 for outputting results of test run.
14091
14092 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
14093
14094 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
14095
14096 1999-02-25 Felix Lee <flee@cygnus.com>
14097
14098 * lib/gdb.exp (debug_format): initialize
14099
14100 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
14101
14102 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
14103 * gdb.base/call-rt-st.c: Ditto.
14104
14105 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
14106
14107 * gdb.threads/pthreads.exp (horiz): New variable.
14108 (test_startup): Fix regexps that capture thread numbers.
14109
14110 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
14111
14112 * gdb.base/smoke.exp: Disambiguate two test case names (both
14113 called ``print'').
14114
14115 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
14116
14117 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
14118 compilation.
14119
14120 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
14121
14122 * gdb.base/miscexprs.exp: Change patterns to match GDB's
14123 actual output formatting.
14124 * gdb.base/smoke.exp: GDB removes leading 0's.
14125 * gdb.base/volatile.exp: Don't check type of remuneration;
14126 that variable is no longer defined in constvars.c.
14127 * gdb.base/step-test.c (main): Exit with explicit exit code.
14128 * gdb.base/step-test.exp: Remove two nexti checks--they are
14129 not portable.
14130
14131 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
14132
14133 * gdb.base/help.exp ("help delete display"): Fix test to match
14134 gdb's output.
14135
14136 * gdb.base/long_long.c (known_types): Initialize values to zero.
14137 * gdb.base/long_long.exp: Step one more line
14138 so 'dec' is initialized in "get to known place". GDB removes
14139 leading zeros. Explicitly ask for hex formatting. Use
14140 unique test case names.
14141
14142 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14143
14144 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
14145
14146 * gdb.c++/method.exp: Add missing close brace.
14147
14148 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
14149
14150 * gdb.base/maint.exp: Use 'set height 0' to disable page
14151 prompting, not 'set height 400'.
14152
14153 Fix a bunch of timeouts.
14154 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
14155 four separate tests, so expect doesn't take forever to match a ton
14156 of text against a regexp with lots of .* forms.
14157 ("maint print psymbols", "maint print symbols"): Make some of
14158 these greps more selective, so that expect doesn't try to wade
14159 through huge piles of output and time out.
14160
14161 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
14162
14163 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
14164 tests: one which doesn't expect shlib events to be reported, and
14165 another which does, but is XFAIL for all platforms other than
14166 HP/UX.
14167
14168 * gdb.base/break.exp: Teach the test suite that the `catch
14169 fork', `catch vfork', and `catch exec' commands produce error
14170 messages on platforms that don't provide these features.
14171
14172 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
14173
14174 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
14175 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
14176 (shortening names from solib_threshold.exp etc), won't run on
14177 anything but HP-UX for the foreseeable future.
14178 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
14179 reflect move.
14180
14181 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
14182
14183 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
14184 gdb.trace/Makefile.in (clean): Remove all test executables.
14185
14186 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
14187
14188 * gdb.base/shlib-call.exp: add test cases to verify that gdb
14189 successfully re-sets breakpoints in shared libraries.
14190 * gdb.base/shmain.c (main): return 0, don't fall off the end.
14191
14192 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14193
14194 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
14195 and compiled w/o GCC.
14196
14197 * gdb.hp/watch-cmd.exp: ditto.
14198
14199 * gdb.hp/watch-hp.exp: ditto.
14200
14201 * gdb.hp/xdb1.exp: ditto.
14202
14203 * gdb.hp/xdb2.exp: ditto.
14204
14205 * gdb.hp/dbx.exp: ditto.
14206
14207 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
14208
14209 * constvars.c: Remove C++-isms.
14210 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
14211 with GCC.
14212
14213 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
14214
14215 The following changes are part of the HP merge.
14216
14217 * gdb.base/break.exp: new tests to verify that catchpoints for
14218 fork, vfork, and exec don't trigger inappropriately.
14219
14220 * gdb.base/opaque.exp: compile one file at a time, then link.
14221
14222 * gdb.base/signals.exp: be more restrictive about which hppa
14223 systems receive a setup_xfail. new tests.
14224
14225 * gdb.base/solib_threshold.build: new file.
14226 * gdb.base/solib_threshold.exp: new file.
14227 * gdb.base/solib_threshold.link_opts: new file.
14228 * gdb.base/solib_threshold.mk: new file.
14229 * gdb.base/gen_solib_threshold.c: new file.
14230
14231 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
14232 tests. New tests for enums inside classes.
14233
14234 * gdb.c++/compiler.cc: indicate support of template debugging.
14235
14236 * gdb.c++/demangle.exp: run hp style demangling tests.
14237
14238 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
14239 tests.
14240
14241 * gdb.c++/misc.cc: changes to support new tests.
14242
14243 * gdb.c++/templates.cc: changes to support HP's compiler; changes
14244 to support new tests.
14245
14246 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
14247 gcc, then skip these tests.
14248
14249 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
14250
14251 The following files are part of the HP merge; some had longer
14252 names at HP, but have been renamed to be no more than 14
14253 characters in length.
14254
14255 * gdb.hp/ambiguous.cc: new file.
14256 * gdb.hp/ambiguous.exp: new file.
14257 * gdb.hp/attach.exp: new file.
14258 * gdb.hp/attach2.exp: new file.
14259 * gdb.hp/classes-hp.exp: new file.
14260 * gdb.hp/ctti.exp: new file.
14261 * gdb.hp/ctti-add.cc: new file.
14262 * gdb.hp/ctti-add1.cc: new file.
14263 * gdb.hp/ctti-add2.cc: new file.
14264 * gdb.hp/ctti-add3.cc: new file.
14265 * gdb.hp/dbx.exp: new file.
14266 * gdb.hp/exception.cc: new file.
14267 * gdb.hp/exception.exp: new file.
14268 * gdb.hp/foll-exec.c: new file.
14269 * gdb.hp/foll-exec.exp: new file.
14270 * gdb.hp/foll-fork.c: new file.
14271 * gdb.hp/foll-fork.exp: new file.
14272 * gdb.hp/foll-vfork.c: new file.
14273 * gdb.hp/foll-vfork.exp: new file.
14274 * gdb.hp/inherit-hp.exp: new file.
14275 * gdb.hp/more-steps.exp: new file.
14276 * gdb.hp/namespace.cc: new file.
14277 * gdb.hp/namespace.exp: new file.
14278 * gdb.hp/optimize.exp: new file.
14279 * gdb.hp/pxdb.c: new file.
14280 * gdb.hp/pxdb.exp: new file.
14281 * gdb.hp/quicksort.exp: new file.
14282 * gdb.hp/reg-test.exp: new file.
14283 * gdb.hp/reg-test.s: new file.
14284 * gdb.hp/sized-enum.c: new file.
14285 * gdb.hp/sized-enum.exp: new file.
14286 * gdb.hp/start-stop.exp: new file.
14287 * gdb.hp/templ-hp.cc: new file.
14288 * gdb.hp/templ-hp.exp: new file.
14289 * gdb.hp/thr-lib.c: new file.
14290 * gdb.hp/thr-lib.exp: new file.
14291 * gdb.hp/thr-lib.h: new file.
14292 * gdb.hp/thr-liblib.c: new file.
14293 * gdb.hp/virtfun-hp.c: new file.
14294 * gdb.hp/virtfun-hp.exp: new file.
14295 * gdb.hp/watch-cmd.exp: new file.
14296 * gdb.hp/watch-hp.exp: new file.
14297 * gdb.hp/xdb1.exp: new file.
14298 * gdb.hp/xdb2.exp: new file.
14299 * gdb.hp/xdb3.exp: new file.
14300
14301 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
14302
14303 The following files are part of the HP merge; some had longer
14304 names at HP, but have been renamed to be no more than 14
14305 characters in length.
14306
14307 * gdb.base/ss.h: new file.
14308 * gdb.base/call-ar-st.c: new file.
14309 * gdb.base/call-ar-st.exp: new file.
14310 * gdb.base/call-rt-st.c: new file.
14311 * gdb.base/call-rt-st-exp: new file.
14312 * gdb.base/call-strs.exp: new file.
14313 * gdb.base/ena-dis-br.exp: new file.
14314 * gdb.base/environ.exp: new file.
14315 * gdb.base/long_long.exp: new file.
14316 * gdb.base/sect-cmd.exp: new file.
14317 * gdb.base/shlib-cl2.exp: new file.
14318 * gdb.base/smoke.exp: new file.
14319 * gdb.base/so-impl-ld.c: new file.
14320 * gdb.base/so-impl-ld.exp: new file.
14321 * gdb.base/so-indr-cl.c: new file.
14322 * gdb.base/so-indr-cl.exp: new file.
14323 * gdb.base/varargs.exp: new file.
14324 * gdb.base/volatile.exp: new file.
14325 * gdb.base/whatis-exp.exp: new file.
14326 * gdb.base/display.exp: new file.
14327 * gdb.c++/derivation.exp: new file.
14328 * gdb.c++/local.exp: new file.
14329 * gdb.c++/member-ptr.exp: new file.
14330 * gdb.c++/overload.exp: new file.
14331 * gdb.c++/ovldbreak.exp: new file.
14332 * gdb.c++/ref-types.exp: new file.
14333 * gdb.c++/ref-types2.exp: new file.
14334 * gdb.c++/userdef.exp: new file.
14335
14336 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
14337
14338 * gdb.base/default.exp: Reflect wording change in remote.c.
14339
14340 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
14341
14342 * gdb.base/help.exp: Update to reflect current text.
14343
14344 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
14345
14346 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
14347 they're stack variables and contain garbage.
14348 * gdb.c++/anon-union.exp: new file.
14349
14350 The following changes were made by David Taylor
14351 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
14352 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
14353 in changes by HP.
14354
14355 * gdb.base/bitops.exp: new file.
14356 * gdb.base/default.exp: change expected messages for catch and
14357 info catch tests to reflect HP merge changes.
14358 * gdb.base/enable-disable-break.exp
14359 * gdb.base/ending-run.c: new file.
14360 * gdb.base/long_long.c: new file.
14361 * gdb.base/maint.exp: new file.
14362 * gdb.base/pointers2.exp: new file.
14363 * gdb.base/shlib-call2.exp: new file.
14364 * gdb.base/solib.exp: new file.
14365 * gdb.base/step-test.c: new file.
14366 * gdb.c++/anon-union.cc: new file.
14367 * gdb.c++/local.cc: new file.
14368 * gdb.c++/member-pointer.cc: new file.
14369 * gdb.c++/method.cc: new file.
14370 * gdb.c++/ref-types.cc: new file.
14371 * gdb.c++/ref-types2.cc: new file.
14372 * gdb.c++/userdef.cc: new file.
14373
14374 * gdb.base/scope.exp: compile one file at a time, then link.
14375 * gdb.base/langs.exp: ditto.
14376 * gdb.base/list.exp: ditto.
14377
14378 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
14379
14380 The following changes were made by David Taylor
14381 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
14382 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
14383 in changes by HP.
14384
14385 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
14386 skip tests. When compiling pass c++ flag to gdb_compile.
14387 * gdb.c++/
14388
14389 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
14390 test for on hppa*-*-hpux*; use args to see if c++ was specified.
14391 (skip_hp_tests): new function.
14392 (gdb_preprocess): new function.
14393
14394 * configure.in (hpdir): decide whether to configure gdb.hp.
14395 * configure: regenerated.
14396
14397 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
14398 to delete on clean.
14399 (EXECUTABLES): update to reflect new additions.
14400 * gdb.base/commands.exp: update message expected.
14401 * gdb.base/default.exp: add copyright notice.
14402 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
14403 * gdb.base/help.exp: update messages to reflect current text.
14404 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
14405 targets for recurse tests.
14406 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
14407 skip this file.
14408
14409 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
14410 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
14411 compilation.
14412 * gdb.c++/misc.exp: ditto.
14413 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
14414 run the tests. tell gdb_compile that it's a c++ compilation.
14415
14416 * gdb.threads/pthreads.exp: fix typo in message.
14417
14418 * gdb.base/all-bin.exp: new file.
14419 * gdb.base/arithmet.exp: new file.
14420 * gdb.base/assign.exp: new file.
14421 * gdb.base/completion.exp: new file.
14422 * gdb.base/cond-expr.exp: new file.
14423 * gdb.base/condbreak.exp: new file.
14424 * gdb.base/define.exp: new file.
14425 * gdb.base/dollar.exp: new file.
14426 * gdb.base/environment.exp: new file.
14427 * gdb.base/eval-skip.exp: new file.
14428 * gdb.base/jump.exp: new file.
14429 * gdb.base/logical.exp: new file.
14430 * gdb.base/pointers.exp: new file.
14431 * gdb.base/relational.exp: new file.
14432 * gdb.base/section_command.exp: new file.
14433 * gdb.base/whatis-expr.exp: new file.
14434
14435 * gdb.base/all-types.c: new file.
14436 * gdb.base/call-array-struct.c: new file.
14437 * gdb.base/call-return-struct.c: new file.
14438 * gdb.base/call-strings.c: new file.
14439 * gdb.base/callfuncs2.c: new file.
14440 * gdb.base/condbreak.c: new file.
14441 * gdb.base/constvars.c: new file.
14442 * gdb.base/display.c: new file.
14443 * gdb.base/int-type.c: new file.
14444 * gdb.base/jump.c: new file.
14445 * gdb.base/miscexprs.c: new file.
14446 * gdb.base/pointers.c: new file.
14447 * gdb.base/pointers2.c: new file.
14448 * gdb.base/shmain.c: new file.
14449 * gdb.base/shr1.c: new file.
14450 * gdb.base/shr2.c: new file.
14451 * gdb.base/solib.c: new file.
14452 * gdb.base/solib1.c: new file.
14453 * gdb.base/solib2.c: new file.
14454 * gdb.base/varargs.c: new file.
14455 * gdb.c++/derivation.cc: new file.
14456 * gdb.c++/overload.cc: new file.
14457 * gdb.c++/ovldbreak.cc: new file.
14458 * gdb.hp/attach.c: new file.
14459 * gdb.hp/attach2.c: new file.
14460 * gdb.hp/average.c: new file.
14461 * gdb.hp/compiler.c: new file.
14462 * gdb.hp/compiler.cc: new file.
14463 * gdb.hp/execd-program.c: new file.
14464 * gdb.hp/follow-exec.c: new file.
14465 * gdb.hp/follow-fork.c: new file.
14466 * gdb.hp/follow-vfork-and-exec.c: new file.
14467 * gdb.hp/misc-hp.cc: new file.
14468 * gdb.hp/more-steps.c: new file.
14469 * gdb.hp/optimize.c: new file.
14470 * gdb.hp/quicksort.c: new file.
14471 * gdb.hp/run-hp.c: new file.
14472 * gdb.hp/start-stop.c: new file.
14473 * gdb.hp/sum.c: new file.
14474 * gdb.hp/templates-hp.cc: new file.
14475 * gdb.hp/thread-local-in-lib.c: new file.
14476 * gdb.hp/thread-local-in-lib.h: new file.
14477 * gdb.hp/thread-local-in-lib.lib.c: new file.
14478 * gdb.hp/vforked-program.c: new file.
14479 * gdb.hp/virtfunc-hp.cc: new file.
14480 * gdb.hp/watchpoint-hp.c: new file.
14481 * gdb.hp/xdb.c: new file.
14482 * gdb.hp/xdb0.c: new file.
14483 * gdb.hp/xdb0.h: new file.
14484 * gdb.hp/xdb1.c: new file.
14485
14486 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
14487
14488 The following change was made by Edith Epstein
14489 <eepstein@cygnus.com> as part of a project to merge in changes
14490 originally made by HP; HP did not create ChangeLog entries.
14491
14492 * gdb.c++/demangle.exp: changed the expected output for some
14493 ARM-style mangling -- removed second reference to datatype.
14494 For example, maint demangle __dt__11T1__pt__2_cFv
14495 T1<char>::~T1<char>(void)
14496 becomes,
14497 maint demangle __dt__11T1__pt__2_cFv
14498 T1<char>::~T1(void)
14499
14500 (test_hp_style_demangling): new hp specific demangling test cases.
14501
14502 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
14503
14504 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
14505 * gdb.trace/backtrace.exp: Likewise.
14506 * gdb.trace/circ.exp: Likewise.
14507 * gdb.trace/collection.exp: Likewise.
14508 * gdb.trace/deltrace.exp: Likewise.
14509 * gdb.trace/infotrace.exp: Likewise.
14510 * gdb.trace/limits.exp: Likewise.
14511 * gdb.trace/packetlen.exp: Likewise.
14512 * gdb.trace/passc-dyn.exp: Likewise.
14513 * gdb.trace/passcount.exp: Likewise.
14514 * gdb.trace/report.exp: Likewise.
14515 * gdb.trace/save-trace.exp: Likewise.
14516 * gdb.trace/tfind.exp: Likewise.
14517 * gdb.trace/tracecmd.exp: Likewise.
14518 * gdb.trace/while-dyn.exp: Likewise.
14519 * gdb.trace/while-stepping.exp: Likewise.
14520
14521 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
14522
14523 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
14524
14525 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
14526
14527 From Brendan Kehoe:
14528 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
14529 int return types.
14530
14531 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
14532
14533 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
14534 remote dos host testing right.
14535
14536 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
14537
14538 * gdb.base/corefile.exp: remove some xfails.
14539
14540 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
14541
14542 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
14543 have different timestamps.
14544
14545 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
14546
14547 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
14548 gdb.base/default.exp: Replace "exec" with "executable".
14549
14550 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
14551
14552 * gdb.base/default.exp: Change else if to elseif from previous
14553 delta.
14554
14555 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
14556
14557 * gdb.base/default.exp: Add brace missing from previous delta.
14558
14559 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
14560
14561 * gdb.base/default.exp: Support test for info float for all
14562 varieties of arm toolchain.
14563
14564 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
14565
14566 * gdb.trace/*.exp: remove "remote_download" command.
14567
14568 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
14569
14570 * gdb.trace/*.exp: remove -gdwarf from compile.
14571
14572 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
14573
14574 * gdb.trace/configure.in(AC_INIT): typo
14575 * gdb.trace/configure: regenerated
14576
14577 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
14578
14579 * config/m68k-emc.exp: New file.
14580 * lib/<emc-support.exp trace-support.exp}: New files.
14581 * configure.in: add new test directory gdb.trace.
14582 * gdb.trace/{configure configure.in Makefile.in}: New files.
14583 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
14584 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
14585 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
14586 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
14587 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
14588 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
14589 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
14590
14591 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
14592
14593 * gdb.c++/classes.exp: Change all regular expressions to match
14594 arbitrary combinations of newline/carriage-return, so that they
14595 will work equally well on Unix and Windows.
14596 * gdb.c++/inherit.exp: ditto.
14597 * gdb.c++/virtfunc.exp: ditto.
14598
14599 1998-08-11 Dawn Perchik <dawn@cygnus.com>
14600
14601 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
14602
14603 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
14604
14605 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
14606 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
14607 to use a0-a3/d0-d3 as needed.
14608
14609 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
14610
14611 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
14612 * gdb.disasm/am33.exp: Corresponding changes.
14613
14614 1998-07-11 Felix Lee <flee@cygnus.com>
14615
14616 * gdb.base/callfuncs.exp: add cmp10 test.
14617 * gdb.base/callfuncs.c (cmp10): new function.
14618
14619 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
14620
14621 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
14622 into two parts to get around a synchronization problem in expect.
14623
14624 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
14625
14626 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
14627
14628 * configure.in: Add options for gdbtk testsuite.
14629
14630 * configure: Regenerate.
14631
14632 * gdb.gdbtk: New directory to hold gdbtk tests.
14633
14634 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14635
14636 * gdb.fortran/types.exp: Escape brackets in expect patterns
14637 for test_float_literal_types_accepted tests.
14638 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
14639 before run test.
14640
14641 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
14642
14643 * am33.exp: Just compile, do not link the testcase.
14644 * am33.s: Add ".am33" pseudoop to force am33 mode.
14645
14646 1998-06-25 Felix Lee <flee@cygnus.com>
14647
14648 * gdb.base/setshow.exp: make sure $pc is sane.
14649
14650 * gdb.stabs/weird.exp: split expect patterns properly.
14651
14652 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
14653
14654 * gdb.disasm/am33.s: New disassembler testfile for the am33.
14655 * gdb.disasm/am33.exp: Run it.
14656
14657 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
14658
14659 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
14660 match processing (and eliminate spurious timeouts when running).
14661
14662 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
14663
14664 * gdb.base/signals.exp (test_handle_all_print): put back Mach
14665 exception test, but conditionalize it on target [mach | gnu].
14666
14667 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
14668
14669 * gdb.base/overlays.exp: fixup compile line for linker script.
14670
14671 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
14672
14673 * gdb.fortran/types.exp: don't guess at float size.
14674
14675 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
14676
14677 * gdb.base/exprs.exp: delete test that depends on int size.
14678
14679 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
14680
14681 * config/sim.exp: Removed checks for target triplets.
14682 (gdb_target_sim): Use gdb,target_sim_options.
14683
14684 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
14685
14686 * gdb.base/reread.exp: New file.
14687 * gdb.base/reread1.c: New file.
14688 * gdb.base/reread2.c: New file.
14689
14690 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
14691
14692 * config/sim.exp: Use 'target sim -sparclite' when running
14693 SPARClite programs.
14694
14695 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
14696
14697 * gdb.base/structs2.exp: New file.
14698 * gdb.base/structs2.c: New file.
14699
14700 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
14701
14702 * gdb.asm/common.inc: New file.
14703 * gdb.asm/d10v.inc: New file.
14704 * asm-source.exp: Pass -I's to gas to find .inc files.
14705 Update line numbers in expected output.
14706 * asmsrc1.s: Rewrite.
14707 * asmsrc2.s: Rewrite.
14708 * configure.in: Create arch.inc symlink.
14709 * configure: Regenerate.
14710 * Makefile.in (distclean): Delete arch.inc.
14711
14712 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
14713
14714 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
14715 (t_enum_value2): ditto
14716 (t_enum_value3): ditto
14717 (main): ditto
14718 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14719
14720 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
14721 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
14722 change.
14723 Use gdb_test instead of send_gdb/gdb_expect sequences.
14724
14725 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
14726
14727 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
14728 not void.
14729
14730 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
14731
14732 * gdb.base/branches.c: Code with lots of loops and
14733 subroutines. Used to test gdbs ability to single step through PC
14734 changes, especially to test mips-tdep.c:mips_next_pc
14735
14736 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
14737
14738 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
14739 more rigorous EGCS C++ error checking.
14740
14741 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14742
14743 * gdb.base/help.exp: Clean up `help set args' and `help show args'
14744 tests.
14745 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
14746 function when asleep.
14747 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
14748 for i*86 Linux and SVR4 signal handling problems.
14749 Remove linux xfail for `next to handler in signals_tests_1', fixed
14750 by recent infrun.c change.
14751 Limit backtrace to 10 frames to avoid timeout problems with infinite
14752 stack backtraces.
14753 Adjust expect pattern in `handle all print' test to match Apr 28 1997
14754 target.[ch] change.
14755
14756 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
14757
14758 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
14759 for a newline from gdb before continuing.
14760 (default_gdb_exit): Just look for y or n.
14761 (gdb_test): Detect abnormal exit from GDB running on DOS; if
14762 it does, fail the rests of the tests in the file.
14763
14764 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
14765
14766 * config/cygmon.exp: New file.
14767
14768 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
14769
14770 * gdb.base/list.exp: Fix problem with "list default lines around
14771 main" test on remote targets.
14772
14773 * gdb.base/scope.exp: Fix problem with filelocal_bss before
14774 run test on remote targets.
14775
14776 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
14777
14778 * gdb.asm: New directory.
14779 * configure.in: Configure it.
14780 * configure: Regenerate.
14781 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
14782 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
14783
14784 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
14785
14786 * config/mn10300-eval.exp: New file to support MN10300 eval board.
14787
14788 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
14789
14790 * gdb.base/overlays (several files): Merge the two overlay
14791 managers into one. Change variables (foox, barx, bazx, grbxx)
14792 back into ints but force them to load in their proper sections.
14793
14794 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
14795
14796 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
14797 on-chip insn memory and IMAP1 to upper 128k.
14798 (D10VCopy): Handle memory regions crossing 16k boundaries.
14799 (D10VCopy): Transfer data in 32 bit chunks.
14800
14801 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
14802
14803 * gdb.base/overlays.c (main): Exit normally when result is
14804 correct.
14805
14806 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
14807 map. Include space for printf in .text segment.
14808
14809 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
14810 updated d10v memory VMA/LMA map.
14811 (D10VCopy): Call D10VTranslate.
14812
14813 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
14814
14815 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
14816
14817 * gdb.base/bar.c (barx, bar): Change variable to small array so
14818 that it won't be put into the .sdata - small data -
14819 section. Update reference.
14820 * gdb.base/baz.c (bazx, baz): Ditto.
14821 * gdb.base/foo.c (foox, foo): Ditto.
14822 * gdb.base/grbx.c (grbxx, grbx): Ditto.
14823
14824 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
14825 to be arrays.
14826
14827 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
14828
14829 * gdb.base/overlays.exp: fix up and get working again.
14830 Add tests for backtraces from an overlay function.
14831
14832 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
14833
14834 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
14835 "calling function with watchpoint enabled".
14836
14837 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
14838
14839 * gdb.base/break.exp (test_next_with_recursion): Remove
14840 gdb_suppress_tests for d10v-*-*.
14841 * lib/gdb.exp (gdb_suppress_tests): Disable this function
14842 pending review of whether it is useful or not.
14843
14844 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
14845
14846 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
14847
14848 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
14849
14850 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
14851 * config/dve.exp: New file to support Densan boards.
14852
14853 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
14854
14855 * gdb.base/interrupt.exp: Document problem of simulators, signals,
14856 reads and BSD.
14857
14858 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
14859
14860 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
14861 response.
14862
14863 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
14864
14865 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
14866
14867 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
14868 test.
14869
14870 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
14871 target_sizeof_long and target_bigendian_p.
14872 (structs_by_value, structs_by_reference): Check values according
14873 to targets word size and endianess.
14874
14875 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
14876
14877 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
14878 output.
14879
14880 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
14881
14882 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
14883 Update test of set args help to match source change.
14884
14885 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
14886
14887 * gdb.base/default.exp: Expect help system output to be in
14888 alphabetical order.
14889 * gdb.base/help.exp: Ditto.
14890
14891 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
14892
14893 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
14894 "i*86-pc-linux-gnu*".
14895 * gdb.base/interrupt.exp: Ditto.
14896 * gdb.base/corefile.exp: Ditto.
14897
14898 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
14899 define vxworks when building the testcase.
14900
14901 * gdb.base/ptype.exp: Fix testnames to be unique.
14902 * gdb.base/radix.exp: Ditto.
14903 * gdb.base/term.exp: Ditto.
14904 * gdb.base/whatis.exp: Ditto.
14905 * gdb.c++/classes.exp: Ditto.
14906
14907 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
14908
14909 * gdb.base/callfuncs.exp: Fix indentation.
14910
14911 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
14912 suppress_flag has been set.
14913 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
14914 target feature.
14915
14916 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
14917
14918 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
14919 the testcase.
14920
14921 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
14922 set_debug_traps() and breakpoint().
14923 * gdb.c++/misc.cc (main): Ditto.
14924 * gdb.c++/templates.cc (main): Ditto.
14925 * gdb.c++/virtfunc.cc (main): Ditto.
14926
14927 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
14928
14929 * lib/gdb.exp(gdb_step_for_stub): New function.
14930 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
14931 exists, reload the executable and do a "continue" instead of
14932 doing a jump.
14933 (runto_main): Use gdb_step_for_stub.
14934
14935 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
14936 tests to have unique names.
14937 * gdb.base/callfuncs.exp: Ditto.
14938 * gdb.base/commands.exp: Ditto.
14939 * gdb.base/default.exp: Ditto.
14940 * gdb.base/help.exp: Ditto.
14941 * gdb.base/list.exp: Ditto.
14942 * gdb.base/opaque.exp: Ditto.
14943 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
14944 similar tests.
14945
14946 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
14947 * gdb.c++/cplusfuncs.cc: Ditto.
14948 * gdb.c++/virtfunc.cc: Ditto.
14949
14950 * config/monitor.exp: Keep track of the last file we saw, rather
14951 than trying to get the info from gdb.
14952
14953 * gdb.fortran/types.exp: Move comment to previous line.
14954
14955 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
14956
14957 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
14958 target mode.
14959
14960 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
14961
14962 From Bob Manson:
14963 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
14964 string from GDB when it connects.
14965
14966 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
14967
14968 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
14969
14970 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
14971 if we can't get a debug format from GDB (we may be testing an
14972 older GDB). Use a 10 second timeout when checking for the format.
14973
14974 * gdb.stabs/weird.exp: Fix quoting.
14975
14976 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
14977
14978 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
14979
14980 * config/arm-ice.exp: New file.
14981
14982 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
14983
14984 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
14985 until it has been modified to work with the new testsuite.
14986
14987 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
14988 testcase won't compile, cause all of the testcases in the file to
14989 fail instead.
14990
14991 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
14992 (gdb_clear_suppressed): New procedure.
14993 (gdb_stop_suppressing_tests): Only clear suppress_flag if
14994 it contains a positive value.
14995
14996 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
14997
14998 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
14999
15000 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
15001
15002 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
15003
15004 * lib/gdb.exp (setup_xfail_format): New function.
15005 (get_debug_format): New function to get debug format.
15006 (debug_format): New global variable to hold last value set
15007 by get_debug_format.
15008 * gdb.base/list.exp: Call get_debug_format and expect some
15009 tests to fail for DWARF 1 and COFF formats.
15010 * gdb.c++/ptype.exp: Ditto.
15011 * gdb.c++/classes.exp: Ditto.
15012 * gdb.c++/cplusfuncs.exp: Ditto.
15013 * gdb.c++/inherit.exp: Ditto.
15014 * gdb.c++/templates.exp: Ditto.
15015 * gdb.c++/virtfunc.exp: Ditto.
15016
15017 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
15018
15019 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
15020 host doesn't have a currently-open connection.
15021
15022 * config/sparclet.exp: Cleanups and fixes to make it generic for
15023 any gdb stub target. Handle cases where gdb doesn't respond when
15024 interrupted in a sane fashion.
15025
15026 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
15027 same thing in a totally different way.
15028
15029 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
15030 setting "timeout".
15031 (gdb_start): We set the global gdb_prompt variable in
15032 default_gdb_init now.
15033
15034 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
15035
15036 * gdb.base/printcmds.exp: Fix "check for floating addition"
15037 regexp to accept results within approx +/- .01 of exact value.
15038 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
15039
15040 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
15041
15042 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
15043 properly.
15044 (gdb_expect): Add optional timeout parameter, and add timeout
15045 value to various calls.
15046 (gdb_suppress_tests): Only give one warning message per group.
15047
15048 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
15049
15050 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
15051 global variables. Handle getting a value for $timeout more
15052 gracefully.
15053
15054 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
15055
15056 * lib/gdb.exp: Close connection to remote host if gdb doesn't
15057 initialize.
15058 (default_gdb_init): New procedure; allow gdb_init to be overridden
15059 by a target configuration file.
15060 (gdb_expect): Pass the timeout to remote_expect.
15061
15062 * config/monitor.exp(gdb_load): Fix typo in regexp.
15063
15064 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
15065
15066 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
15067
15068 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
15069
15070 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
15071 here. Call gdb_target_exec before rebooting the target, to make
15072 sure the connection to the target is closed.
15073 (gdb_load): Pass the name of the executable to gdb_target_monitor.
15074 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
15075 Also detect "Timeout reading from remote" error.
15076
15077 * config/gdbserver.exp: Pass the executable being loaded to
15078 gdb_target_monitor. Don't call gdb_file_cmd here; let
15079 gdb_target_monitor do it.
15080
15081 * gdb.disasm/hppa.exp: Don't use exec_output.
15082
15083 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
15084
15085 * gdb.base/list.exp: If we're debugging a non-native target,
15086 try to set the pc register to point to the start of the
15087 program before doing the first list command.
15088
15089 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
15090 test_calls after restarting.
15091
15092 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
15093 reloading.
15094
15095 * gdb.base/watchpoint.exp: Fix typo.
15096
15097 * gdb.base/setshow.exp: Check for use_gdb_stub.
15098
15099 * gdb.base/break.exp: Fix continue until exit test for the gdb
15100 stub case.
15101 * gdb.base/langs.exp: Ditto.
15102
15103 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
15104 gdb_load_offset. If we weren't given a file to load, figure out
15105 what the current file is and use it.
15106
15107 * config/i386-bozo.exp: New file.
15108
15109 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
15110
15111 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
15112 feature.
15113
15114 * config/proelf.exp: New entry.
15115
15116 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
15117
15118 * lib/gdb.exp: Remove spurious .* patterns at the beginning
15119 of regexps.
15120
15121 * gdb.base/watchpoint.exp: Don't run the test_stepping
15122 tests if gdb can't call functions on the target.
15123
15124 * gdb.base/setshow.exp: Don't run the set prompt tests if
15125 the board has gdb_prompt set.
15126
15127 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
15128
15129 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
15130 * gdb.base/commands.exp: Likewise.
15131 * gdb.base/setshow.exp: Likewise.
15132
15133 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
15134
15135 * config/monitor.exp(gdb_start): Look for gdb_prompt target
15136 feature.
15137
15138 * config/i960.exp: New file.
15139
15140 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
15141
15142 * gdb.base/funcargs.exp: Check for gdb,short_int target
15143 feature instead of looking for explicit target triplets.
15144
15145 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
15146
15147 * gdb.base/printcmds.exp: add a couple more tests a la
15148 "p 123DEADBEEF", to check parse_number.
15149 * top.c: change "to enable to enable" to "to enable" in a couple
15150 of help strings.
15151
15152 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
15153
15154 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
15155 on the mn10300.
15156
15157 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
15158
15159 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
15160 where the test executable is run with explicit args.
15161 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
15162
15163 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
15164
15165 * gdb.base/run.c: Use FAKEARGV to build test executable that
15166 does not require a command line arg, since most simulators
15167 don't currently support passing such an arg into the simulated
15168 program.
15169 * gdb.base/commands.exp: Change tests to insert the proper
15170 value as the arg to the first recursive factorial call. Change
15171 compilation line to define FAKEARGV at compile time.
15172
15173 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
15174
15175 * gdb.base/recurse.exp: Enable these tests for the mn10300.
15176 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
15177 function with watchpoint enabled" test.
15178
15179 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
15180
15181 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
15182 Don't call gdb_test when the command doesn't return to a gdb prompt.
15183
15184 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
15185 "Tests restarted" messages.
15186
15187 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
15188
15189 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
15190
15191 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
15192
15193 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
15194 for INFO SYMBOL; add help tests for OVERLAY commands.
15195 * gdb.base/default.exp: add tests for INFO SYMBOL command;
15196 add tests for OVERLAY commands
15197 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
15198 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
15199 * gdb.base/sigall.c: add usestubs code frag
15200 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
15201
15202 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
15203
15204 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
15205 failures.
15206 (gdb_stop_suppressing_tests): Note that tests have restarted.
15207
15208 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
15209
15210 * config/h8300.exp: New file.
15211
15212 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
15213
15214 * gdb.base/setshow.exp: Check for the existence of a
15215 feature, not its value.
15216
15217 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
15218
15219 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
15220
15221 * gdb.base/scope.exp: It's now init0(), not init().
15222
15223 * gdb.base/scope0.c: For now, change init() to be init0().
15224
15225 * config/monitor.exp: Use gdb_serial in preference to serial
15226 or netport.
15227
15228 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
15229 and it's not already set.
15230
15231 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
15232
15233 * gdb.base/setshow.exp: Only test the run command if the target
15234 isn't using a stub and if it supports argument passing.
15235
15236 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
15237
15238 * config/udi.exp(gdb_start): Make sure UDICONF is set
15239 properly before starting gdb.
15240
15241 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
15242
15243 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
15244 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
15245 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
15246
15247 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
15248
15249 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
15250 specialized code to reboot the board, use remote_reboot instead.
15251
15252 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
15253
15254 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
15255
15256 * config/monitor.exp: Make sure we disconnect from the target.
15257 Also, try a reboot/reload cycle instead of failing if the
15258 load fails.
15259
15260 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
15261
15262 * gdb.base/default.exp: Don't set match_max.
15263 * gdb.base/help.exp: Ditto.
15264 * gdb.base/list.exp: Ditto.
15265 * gdb.base/signals.exp: Ditto.
15266
15267 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
15268 set, use remote_ld to download the testcase instead of
15269 the GDB loader.
15270
15271 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
15272
15273 * config/vr5000.exp: New file.
15274
15275 * config/monitor.exp(gdb_target_monitor): Add pattern for
15276 "Ending remote" to detect errors in connecting.
15277
15278 * gdb.base/setshow.exp: Add .* within auto language test.
15279
15280 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
15281 target feature.
15282
15283 * config/monitor.exp(gdb_load): Check for a failure when loading,
15284 and reboot the board if necessary.
15285
15286 * gdb.base/setvar.exp(test_set): Handle multiple prints within
15287 a set of tests. Remove print.* from the patterns being checked.
15288
15289 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
15290
15291 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
15292 refer to gdb_spawn_id.
15293
15294 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
15295 longer used.
15296 * config/sparclet.exp: Ditto.
15297 * config/sparclet-old.exp: Ditto.
15298 * config/slite.exp: Ditto.
15299 * config/sim.exp: Ditto.
15300 * gdb.base/funcargs.exp: Ditto.
15301
15302 * lib/gdb.exp:Remove references to gdb_spawn_id.
15303 (gdb_expect): Move to remote.exp.
15304
15305 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
15306
15307 * config/monitor.exp: Detect the "Couldn't establish connection"
15308 message from GDB.
15309
15310 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
15311
15312 * gdb.base/bitfields.exp: Use runto instead of explicit
15313 gdb_run_cmd/gdb_expect sequences.
15314
15315 * gdb.base/break.exp(text_next_with_recursion): Add match for
15316 gdb_expect call.
15317
15318 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
15319 We also need to handle the "A program is being debugged already"
15320 prompt from gdb. Use gdb_test to set the baud rate.
15321
15322 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
15323 to 20000. Really. I mean it.
15324
15325 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
15326
15327 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
15328 fails. If suppress_flag is set, skip perror message about not
15329 being able to send to GDB.
15330 (send_gdb): If suppress_flag is set, don't try to send commands to
15331 GDB.
15332 (gdb_expect): If suppress_flag is set, always fail immediately.
15333 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
15334 (gdb_init): Call gdb_stop_suppressing_tests.
15335 (default_gdb_exit): Ditto.
15336 (default_gdb_start): Ditto.
15337
15338 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
15339 gdb_stop_suppressing_tests as appropriate.
15340 * gdb.base/break.exp: Ditto.
15341 * gdb.base/callfuncs.exp: Ditto.
15342 * gdb.base/commands.exp: Ditto.
15343 * gdb.base/exprs.exp: Ditto.
15344 * gdb.base/funcargs.exp: Ditto.
15345 * gdb.base/list.exp: Ditto.
15346 * gdb.base/recurse.exp: Ditto.
15347 * gdb.base/scope.exp: Ditto.
15348 * gdb.base/structs.exp: Ditto.
15349 * gdb.c++/inherit.exp: Ditto.
15350
15351 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
15352
15353 * config/vr4300.exp: New file.
15354
15355 * gdb.*/*.exp: Call gdb_expect instead of expect.
15356
15357 * lib/gdb.exp(gdb_expect): New function.
15358
15359 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
15360
15361 * lib/gdb.exp(gdb_init): New function.
15362
15363 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
15364 for each individual variable set.
15365
15366 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
15367 name.
15368
15369 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
15370
15371 * gdb.base/scope.exp: Use gdb_test.
15372
15373 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
15374 aborting; the testsuite driver will do that for us (see
15375 gdb_finish). Also, use gdb_test in a few more places.
15376
15377 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
15378
15379 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
15380
15381 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
15382
15383 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
15384 and "add_tests" are not at the same address.
15385
15386 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
15387
15388 * gdb.base/ptype.exp: Use gdb_test.
15389
15390 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
15391
15392 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
15393 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
15394 left in. No longer expect them to fail.
15395
15396 * gdb.stabs/*.mt; Deleted, no longer used.
15397 * gdb.stabs/configure.in: Remove references to target makefile
15398 frags.
15399 * gdb.stabs/configure: Rebuilt.
15400
15401 * gdb.disasm/*.mt: Deleted, no longer used.
15402 * gdb.disasm/configure.in: Remove references to target makefile
15403 frags. Use "sh3.s" as the unique filename for this directory.
15404 * gdb.disasm/configure: Rebuilt.
15405
15406 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
15407 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
15408 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
15409
15410 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
15411
15412 * config/udi.exp: Use mondfe,name instead of remote_host.
15413
15414 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
15415
15416 * gdb.base/watchpoint.exp: Don't expect a failure when calling
15417 a function with a watchpoint enabled on the mn10200.
15418
15419 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
15420 before trying to create it!
15421
15422 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
15423
15424 * config/vx.exp: Use hostname instead of netport.
15425
15426 * config/vxworks.exp: New file.
15427
15428 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
15429
15430 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
15431 gdb before assuming everything worked. Send a ^C if a timeout
15432 occurs.
15433
15434 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
15435 $gdb_spawn_id directly.
15436 (gdb_run_cmd): Try _start as well as start. Use the target feature
15437 gdb,start_symbol as the symbol to start from when jumping.
15438
15439 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
15440
15441 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
15442 redundant) test.
15443
15444 * gdb.base/recurse.exp: Relax final value test for 'b' so that
15445 it doesn't lose for 16bit integer systems.
15446
15447 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
15448
15449 * gdb.fortran/types.exp: If the target doesn't support "double"
15450 data types, then expect "real" types to only be 4 bytes.
15451
15452 * gdb.c++/virtfunc.exp: Expect failure for virtual function
15453 call tests if the target doesn't support inferior function calls.
15454
15455 * gdb.base/printcmds.exp: Allow minor deviation in FP values
15456 in printf tests.
15457
15458 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
15459
15460 * gdb.base/help.exp: Disable "help set", "help show", and
15461 "help support". Simplify regexp for "help stack".
15462
15463 * gdb.base/default.exp: Set match_max to 5000 and the timeout
15464 to 60 seconds. Temporarily set match_max to 15000 around the
15465 "info copying" test.
15466
15467 * gdb.base/nodebug.exp: Don't try to do an inferior function
15468 call if the target doesn't support them.
15469 * gdb.base/printcmds.exp: Likewise.
15470 * gdb.base/setvar.exp: Likewise.
15471 * gdb.base/structs.exp: Likewise.
15472 * gdb.c++/templates.exp: Likewise.
15473 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
15474
15475 * gdb.base/recurse.exp: Enable for the mn10200.
15476
15477 * configure.in: Do configure gdb.stabs directory for *-*-elf
15478 targets.
15479 * configure: Rebuilt.
15480
15481 * gdb.base/break.exp: Check for gdb,noresults before testing
15482 exit status and/or results from the target.
15483 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
15484 * lib/gdb.exp: Remove old (now bogus) initialization of
15485 noinferior, noargs, noresults and nosignals.
15486
15487 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
15488
15489 * config/sh.exp: New file.
15490
15491 * config/slite.exp: Try to connect multiple times to the board
15492 before rebooting. Only send a "monitor run" if need_monitor_run
15493 is set.
15494
15495 * gdb.base/break.exp: Don't do the "stub continue" test if
15496 the target has gdb_stub set.
15497
15498 * gdb.base/callfuncs.exp: Increase the timeout.
15499
15500 * gdb.base/interrupt.exp: Don't even try to compile the testcase
15501 if the target has gdb,noinferiorio set.
15502
15503 * gdb.base/list.exp: Increase match_max to 10000 characters.
15504
15505 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
15506
15507 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
15508 target.
15509
15510 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
15511
15512 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
15513
15514 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
15515 trying to delete the copy of gdb. Catch the file delete so we
15516 don't die if the delete fails; also, the file should be copied to
15517 the host, not to the build.
15518
15519 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
15520
15521 * lib/gdb.exp(gdb_test): Surround the result pattern with
15522 parenthesis in case it contains multiple regexps separated
15523 with |.
15524
15525 * gdb.base/watchpoint.exp: Use gdb_test.
15526 * gdb.base/default.exp: Ditto.
15527
15528 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
15529
15530 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
15531
15532 * gdb.base/scope.exp: Use gdb_test.
15533 * gdb.c++/classes.exp: Ditto.
15534 * gdb.c++/inherit.exp: Ditto.
15535
15536 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
15537
15538 * gdb.base/crossload.exp: Don't use execute_anywhere, use
15539 remote_exec instead.
15540 * gdb.base/corefile.exp: Don't be ridiculous.
15541 * gdb.base/*.c: Add missing stub invocations.
15542
15543 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
15544
15545 * config/slite.exp: Miscellaneous fixes.
15546
15547 * lib/gdb.exp: Fix runto.
15548
15549 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
15550 the target.
15551
15552 * gdb.base/watchpoint.exp: Fix regexp.
15553
15554 * lib/gdb.exp(default_gdb_exit): Add a catch to the
15555 close and wait commands, as the descriptor may now be
15556 invalid. Always call "remote_close host".
15557
15558 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
15559
15560 Major rewrite for testsuite revision.
15561
15562 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
15563 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
15564 instead of relying on spawn_id to always contain a valid
15565 spawn id.
15566 (get_compiler_info): New procedure to build the ${binfile}.ci
15567 file, instead of replicating this in N different places.
15568 (gdb_compile): New procedure.
15569
15570 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
15571 appropriate arguments) instead of compile. Use gdb_test in a lot
15572 more places. Use send_gdb instead of send. Always run gdb_start
15573 at the start of a testcase, as this is no longer done magically.
15574
15575 config/*-gdb.exp: Rename without the -gdb suffix.
15576
15577 config/mips.exp: Use remote_close instead of exit_remote_shell.
15578 config/monitor.exp: Use target_info instead of looking at
15579 baud, timeout, etc.
15580 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
15581
15582 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15583
15584 * gdb.c++/templates.exp (test_ptype_of_templates),
15585 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
15586 Update expect patterns for destructors and assignment operators
15587 to match corresponding c-typeprint.c changes.
15588 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
15589 to destructor breakpoint test, GDB should be able to set the
15590 destructor breakpoint without specifying arguments.
15591
15592 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
15593
15594 * gdb.threads/pthreads.exp: Change result for failure to compile due
15595 to lack of pthreads runtime support from an error to simply an
15596 unsupported test, per dejagnu standards.
15597
15598 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15599
15600 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
15601 where GDB exits to reduce pattern match time.
15602 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
15603
15604 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
15605
15606 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
15607
15608 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
15609 * gdb.base/default.exp: ditto.
15610 * gdb.base/nodebug.exp: ditto.
15611 * gdb.base/printcmds.exp: ditto.
15612 * gdb.base/ptype.exp: ditto.
15613 * gdb.base/setvar.exp: ditto.
15614 * gdb.base/structs.exp: ditto.
15615 * gdb.base/setshow.c: Guard against uninitialized values of argc.
15616
15617 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
15618
15619 * configure, */configure: Rebuild with autoconf 2.12.
15620
15621 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
15622
15623 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
15624 use new i*86-pc-linux*-gnu quads.
15625 * gdb.base/corefile.exp: Ditto.
15626 * gdb.base/signals.exp: Ditto.
15627 * gdb.base/sigall.exp: Ditto.
15628 * gdb.base/interrupt.exp: Ditto.
15629
15630 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
15631 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
15632 RedHat 4.0.
15633
15634 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
15635 linux. This allows the test case to at least compile on latest
15636 linux, but still not run due to missing the threads runtime library.
15637
15638 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15639
15640 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
15641 directory to search gdb directory. Accept and step over conditional
15642 stack alignment code. Consume $prompt in failure cases.
15643 Reset timeout to $oldtimeout instead of some arbitrary value.
15644 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
15645 timeout problems with infinite stack backtraces.
15646 * gdb.base/ptype.exp (ptype struct link, union tu_link):
15647 Accept function parameters for linkfunc member.
15648
15649 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
15650
15651 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
15652 (CXXFLAGS): Remove, unreferenced.
15653 (B_OPTIONS): Add for -B options and add code to initialize with
15654 previous -B options and also add -B option to pick up cross compiled
15655 runtime.
15656 (TARGET_INCLUDES): Add for -I options and add code to initialize when
15657 doing cross compiles.
15658 (target_alias): Declare global.
15659 (xgcc): Set variable to full path of gcc in build tree. Use findfile
15660 to verify that gcc exists in build tree, and if so set CC to that
15661 gcc and to use B_OPTIONS and TARGET_INCLUDES.
15662
15663 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
15664
15665 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
15666 ptype test for anonymous union. Fixup testcase to match
15667 current gcc debug output.
15668
15669 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
15670
15671 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
15672 force argument to an unsigned long type.
15673
15674 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
15675
15676 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
15677 tests and anonymous union print/ptype tests.
15678 * gdb.base/list.exp (test_forward-search): Increase timeout by
15679 5 minutes for the "search extremely long line" case.
15680 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
15681 completely optional and that the pass/fail messages use the command as
15682 the message if that third arg is a null string.
15683 (gdb_test_exact): Arrange that a null string pattern means match a
15684 null string output rather than any output, which might include random
15685 errors.
15686 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
15687 backtrace test.
15688 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
15689 always failing and failure is now exposed by gdb.exp changes.
15690
15691 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
15692
15693 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
15694 weren't being noted.
15695
15696 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15697
15698 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
15699 * gdb.stabs/weird.exp: Remove v_comb xfails.
15700
15701 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
15702
15703 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
15704 list.exp scope.exp watchpoint.exp]
15705 Make all timeout error msgs explicitly say "(timeout)".
15706
15707 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
15708
15709 * config/monitor.exp: Increase download timeout to 1000 seconds.
15710
15711 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
15712
15713 * config/m32r.exp: Increase timeout to 120 seconds.
15714
15715 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
15716
15717 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
15718 and accept older ordering as obsolescent gcc or gdb.
15719 * gdb.c++/templates.exp: Ditto.
15720 * gdb.c++/virtfunc.exp: Ditto.
15721
15722 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
15723
15724 * gdb.base/coremaker.c: Add code to mmap some data so we
15725 can check that it ends up in the core file.
15726 * gdb.base/corefile.exp: Add test to read mmapped data
15727 from core file.
15728
15729 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
15730
15731 * config/m32r.exp: New file.
15732
15733 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
15734
15735 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
15736 that cflags can contains -gstabs, and work correctly for other tests.
15737
15738 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
15739
15740 * gdb.base/setshow.exp: New file, tests show and set.
15741 * gdb.base/setshow.c: New file, tests show and set.
15742 * gdb.base/help.exp: Add test for help set|show annotate.
15743 * gdb.base/default.exp: Add test for set|show annotate.
15744
15745 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
15746
15747 * testsuite/gdb.base/break.exp: Make backtrace from factorial
15748 errors unique.
15749 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
15750 explicitly.
15751
15752 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
15753
15754 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
15755 and width commands. This is done elsewhere.
15756 * (gdb_start): Don't call gdb_start_sim here. That's already
15757 done in gdb_load. This fixes lots of failures in default.exp.
15758
15759 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
15760
15761 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
15762 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
15763 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
15764 in the same we we treat other failures (since it may be an expected
15765 condition), rather than as an error.
15766 * gdb.base/signals.exp (test_handle_all_print): Revert back to
15767 old test format.
15768
15769 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
15770
15771 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
15772 (distclean maintainer-clean realclean): No need to remove files
15773 twice. Nuke the duplicates.
15774 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
15775 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
15776 Remove config.h along with other config files.
15777
15778 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
15779
15780 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
15781 "p func1 ()" and note that rests of tests are skipped.
15782 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
15783 setup_xfails for "print func2::coremaker_local".
15784 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
15785 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
15786 affected by the previous run test.
15787 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
15788 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
15789 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
15790 "pass int powerset tuple" and "pass modeless int powerset tuple".
15791 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
15792 "real write 4" and "real write 8".
15793 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
15794 setup_xfails for "print vs1 after tuple assign 2",
15795 "print \$i after tuple assign 2", and
15796 "print vs2 after tuple assign 2".
15797 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
15798 meaningful error message and return -1 so the caller can
15799 suppress further tests and avoid a cascade of errors.
15800
15801 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
15802
15803 * gdb.base/a1-selftest.exp: Tweak tests to account for new
15804 format for printing version.
15805 * gdb.base/default.exp: Ditto.
15806 * gdb.base/interrupt.exp: Fix problem with cascade of
15807 errors if child process dies while calling a function.
15808
15809 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
15810
15811 * Makefile.in (VPATH): Add
15812 * Makefile.in (Makefile, config.status): Fix rules so things get
15813 remade when necessary.
15814
15815 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
15816
15817 * Makefile.in (just-check): Add path to sibling expect dir
15818 to environment variable specified by RPATH_ENVVAR.
15819
15820 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
15821
15822 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
15823 (just-check): Add shared library paths for libstdc++, tk,
15824 tcl, bfd, and opcodes to the environment variable specified
15825 in RPATH_ENVVAR.
15826 * configure.in: Add support to recognize --enable-shared flag
15827 and generate correct value for RPATH_ENVVAR.
15828 * configure: Regenerated with autoconf.
15829
15830 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
15831
15832 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
15833 include all osf versions.
15834 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
15835 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
15836 when target is linux. When failing to build pthreads test
15837 executable, give more meaningful message.
15838 * gdb.threads/pthreads.c: Hpux also uses old definition of second
15839 arg for pthread_create.
15840
15841 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
15842
15843 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
15844 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
15845 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
15846 and -lpthreads (everybody else).
15847 (test_startup): Fail gracefully if threads are not supported.
15848 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
15849 "p/c array_index("abcdef",2)" when not gcc compiled.
15850 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
15851 "print func2::coremaker_local" when not gcc compiled.
15852 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
15853 "ptype on opaque struct tagname (statically)",
15854 "ptype on opaque struct tagname (dynamically) 1", and
15855 "ptype on opaque struct tagname (dynamically) 2"
15856 for not compiled with gcc.
15857 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
15858 backtrace when compiled with gcc.
15859 * lib/gdb.exp (runto_main): Return result of "runto main" rather
15860 than always return success.
15861
15862 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
15863
15864 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
15865
15866 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
15867
15868 * gdb.base/structs.exp: Undo last change.
15869
15870 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
15871
15872 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
15873 encapsulate all the steps/nexts done during self test, starting
15874 at main, and makes them less sensitive to optimization issues.
15875 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
15876 signal handler" test.
15877 * gdb.threads/pthreads.exp: Only run this for native configs.
15878 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
15879 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
15880 tests.
15881 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
15882 for "runto test_calls(void)" test.
15883
15884 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
15885
15886 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
15887 and don't expect address info in breakpoint confirmations.
15888
15889 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
15890
15891 * gdb.base/list.exp (test_forward_search): Increase timeout
15892 temporarily by 60 seconds for searching extremely long line,
15893 and then reset to old value when done. Increase expect input
15894 buffer to 10000.
15895
15896 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
15897
15898 * gdb.base/list.exp (test_forward_search): Fix to handle very
15899 long source line without overflowing expect's input buffer.
15900
15901 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
15902
15903 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
15904 "buffer_full".
15905
15906 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
15907 "buffer_full".
15908
15909 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
15910 "buffer_full".
15911
15912 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
15913 "buffer_full".
15914
15915 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
15916
15917 * configure.in (configdirs): Add gdb.threads.
15918 * configure: Regenerated with autoconf.
15919 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
15920 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
15921 * gdb.threads/configure: New, generated with autoconf.
15922
15923 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
15924
15925 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
15926
15927 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
15928
15929 * gdb.base/signals.exp (test_handle_all_print): Test separately for
15930 each signal's status in the output of "handle all print".
15931 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
15932 the \r\n sequence that immediately precedes the gdb prompt.
15933 * gdb.base/a1-selftest.exp: Save original timeout and restore
15934 after test.
15935
15936 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
15937
15938 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
15939 symbol.
15940
15941 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15942
15943 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
15944
15945 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
15946
15947 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
15948 timeout by 60 seconds.
15949
15950 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
15951
15952 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
15953 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
15954 error return.
15955
15956 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
15957
15958 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
15959 gdb initialization, also report how long dejagnu waited. Restore
15960 old timeout before doing error return. Temporarily increase timeout
15961 by 3 minutes to allow for slow startups over heavy NFS use.
15962
15963 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
15964
15965 * lib/gdb.exp: Report timeout value for verbosity level 2.
15966 * config/gdbserver.exp: Ditto.
15967 * config/hppro.exp: Ditto.
15968 * config/mips-gdb.exp: Ditto.
15969 * config/monitor.exp: Ditto.
15970 * config/netware.exp: Ditto.
15971 * config/sim-gdb.exp: Ditto.
15972 * config/slite-gdb.exp: Ditto.
15973 * config/udi-gdb.exp: Ditto.
15974 * config/unix-gdb.exp: Ditto.
15975 * config/vx-gdb.exp: Ditto.
15976 * gdb.base/a1-selftest.exp: Ditto.
15977 * gdb.base/a2-run.exp: Ditto.
15978 * gdb.base/break.exp: Ditto.
15979 * gdb.base/corefile.exp: Ditto.
15980 * gdb.base/list.exp: Ditto.
15981 * gdb.base/recurse.exp: Ditto.
15982 * gdb.base/scope.exp: Ditto.
15983 * gdb.base/signals.exp: Ditto.
15984
15985 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15986
15987 * gdb.threads/Makefile.in (docdir): Removed.
15988
15989 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15990
15991 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
15992 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
15993 @srcdir@.
15994 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
15995 autoconf 2.5 or higher.
15996 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
15997
15998 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
15999
16000 * configure: Regenerated.
16001 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
16002 avoid name clashes with SunOS headers.
16003
16004 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
16005
16006 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
16007
16008 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
16009
16010 * gdb.base/callfuncs.exp: Finish last change -- make sure the
16011 prototype information ends up in the compiler info file.
16012
16013 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
16014
16015 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
16016 attempting to regenerate it. Eliminate use of a temporary file
16017 and just generate the info file directly. Source it immediately,
16018 for consistency of use.
16019 * gdb.base/corefile.exp: Ditto
16020 * gdb.base/exprs.exp: Ditto.
16021 * gdb.base/funcargs.exp: Ditto.
16022 * gdb.base/langs.exp: Ditto.
16023 * gdb.base/list.exp: Ditto.
16024 * gdb.base/mips_pro.exp: Ditto.
16025 * gdb.base/nodebug.exp: Ditto.
16026 * gdb.base/opaque.exp: Ditto.
16027 * gdb.base/ptype.exp: Ditto.
16028 * gdb.base/scope.exp: Ditto.
16029 * gdb.base/setvar.exp: Ditto.
16030 * gdb.base/signals.exp: Ditto.
16031 * gdb.base/whatis.exp: Ditto.
16032 * gdb.c++/templates.exp: Ditto.
16033 * gdb.c++/virtfunc.exp: Ditto.
16034 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
16035 whether or not to add -lstdc++ to the compile command line args.
16036
16037 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16038
16039 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
16040 it got fixed by the recent lookup_minimal_symbol_by_pc change.
16041 Increase timeout, a lot of single stepping might be needed if the
16042 target has no hardware watchpoints.
16043
16044 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
16045
16046 * gdb.base/break.exp: Ignore compiler warnings when compiling
16047 break.c.
16048 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
16049 * gdb.base/default.exp: Add h8300 xfails. Handle messages
16050 from remote-sim.
16051 * gdb.base/exprs.exp: Add h8300 xfails.
16052 * gdb.base/funcargs.exp: Likewise.
16053 * gdb.base/nodebug.exp: Likewise.
16054 * gdb.base/printcmds.exp: Likewise.
16055 * gdb.base/ptype.exp: Likewise.
16056 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
16057 h8300 xfails.
16058 * gdb.base/return.exp: Handle float/double precision problems
16059 on the h8300.
16060 * gdb.base/funcargs.c: Explicitly make last constant argument to
16061 call_after_alloca_subr an unsigned long type.
16062 * gdb.base/return.c: Include stdio.h.
16063
16064 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
16065
16066 * config/abug.exp: New file for the older Motorola Bug monitor
16067 that runs on the mvme13x series VME boards.
16068 * config/monitor.exp: Use the new config array for target settings
16069 if they exist.
16070
16071 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
16072
16073 * sim-gdb.exp: Make the SH simulator allocate less space when
16074 it is targeted.
16075
16076 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
16077
16078 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
16079 test.
16080
16081 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
16082
16083 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
16084 "rs6000-*-*" for "list function in include file" when gcc compiled.
16085 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
16086 for "p ctable1[120]".
16087 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
16088 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
16089 Remove setup_xfail for "rs6000-*-*" for
16090 "print 'scope0.c'::filelocal before run".
16091 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
16092 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
16093 since some compilers don't allow both options to be given
16094 on the same command line. Create object file and move it.
16095
16096 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
16097
16098 * gdb.base/corefile.exp: Always regenerate the core file, since
16099 we always regenerate the coremaker program. Detect special case
16100 where registers cannot be read from core file.
16101
16102 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
16103
16104 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
16105 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
16106 * gdb.c++/templates.exp: Only match on basename of file since
16107 some formats like xcoff don't encode directory information.
16108 * gdb.stabs/weird.exp: Use the right sed script for powerpc
16109 and rs6000 AIX xcoff targets.
16110 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
16111 * configure: Regenerate.
16112 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
16113 here, rather than in distclean.
16114
16115 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
16116
16117 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
16118 defined, and use it to compile the test case with -O2. The
16119 native compilation still uses no optimization.
16120 * gdb.base/mips_pro.c: Remove inline assembly code since
16121 it is compiled PIC by default, which results in assembler
16122 warnings that make the testsuite think the compilation
16123 was unsuccessful.
16124
16125 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
16126
16127 * gdb.c++/misc.exp: Add note to message for
16128 "print s.a for foo struct" that this is a known gcc 2.7.2
16129 and earlier bug.
16130
16131 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
16132
16133 * gdb.base/break.exp: Fix pattern for matching "Delete all
16134 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
16135 setup_xfail for deleting all breakpoints test. Fix various
16136 timeout messages to include "(timeout)".
16137 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
16138 for "p t_float_values2(3.14159,float_val2)".
16139 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
16140 for "continue to call2g" when gcc compiled.
16141 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
16142 "up to foo in langs.exp", "show language at foo in langs.exp",
16143 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
16144 and "show language at fsub in langs.exp".
16145 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
16146 "list line 1 in include file", "list message for lines past EOF",
16147 "list function in include file", "list list0.h:foo", and
16148 "list filename:function; nonexistant function".
16149 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
16150 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
16151 and "ptype t_char_array" to be for native cc only.
16152
16153 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
16154
16155 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
16156 setup_xfail for "print coremaker_bss", "print coremaker_ro",
16157 "print func2::coremaker_local", and "backtrace in corefile.exp".
16158
16159 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
16160
16161 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
16162 "bt in signals.exp". This problem only appears when running
16163 the testsuite, and then only intermittently.
16164
16165 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
16166
16167 * gdb.base/return.exp (return_tests): Differentiate between
16168 two tests of continuing.
16169
16170 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
16171
16172 * */Makefile.in (maintainer-clean): Remove config.log.
16173 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
16174 * gdb.c++/Makefile.in (PROGS): Add inherit.
16175 (clean): Remove *.ci.
16176
16177 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
16178
16179 * gdb.c++/misc.cc: Add test code from Mike Stump.
16180 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
16181
16182 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
16183
16184 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
16185 to "alpha-*-osf2*" and add comment.
16186 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
16187 setup_xfail for "step over execarg initialization" and
16188 "step over corearg initialization".
16189 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
16190 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
16191 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
16192 gcc compiled for "print coremaker_bss", "print coremaker_ro",
16193 "print func2::coremaker_local", and "backtrace in corefile.exp".
16194 * gdb.base/signals.exp: Build and source signals.ci.
16195 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
16196 to be for gcc only.
16197 * lib/gdb.exp: Move verbose statements outside conditionals.
16198
16199 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16200
16201 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
16202 Feb 3 procfs.c change.
16203
16204 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
16205
16206 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
16207
16208 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
16209
16210 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
16211 from dejagnu's apparent default of 10 seconds, which gives random
16212 results when running the tests over NFS on moderately loaded systems.
16213 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
16214
16215 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
16216
16217 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
16218 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
16219 result reports.
16220
16221 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
16222
16223 * configure.in (CY_AC_PATH_TCLH): Remove.
16224 * configure: Regenerate.
16225
16226 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
16227
16228 * gdb.c++/Makefile.in (clean): Add missing '{'.
16229
16230 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
16231
16232 * lib/gdb.exp: Provide a default value for noinferior.
16233
16234 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
16235 Load libgloss.exp.
16236
16237 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
16238
16239 * gdb.disasm/hppa.exp: Compile directly into an executable, use
16240 the executable, not the .o to run the tests from.
16241
16242 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
16243
16244 * gdb.base/break.exp: Don't test for program exit or exit status
16245 if $noresults if nonzero.
16246 * gdb.base/langs.exp: Likewise.
16247 * gdb.base/watchpoint.exp: Likewise.
16248
16249 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
16250 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
16251 trying to compile the testcase.
16252
16253 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
16254
16255 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
16256 * gdb.base/signals.exp (continue to handler): Likewise.
16257
16258 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
16259
16260 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
16261
16262 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
16263
16264 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
16265
16266 * gdb.base/corefile.exp: Recognize "not found" as failure
16267 when trying to determine if a core file was generated.
16268 If no core file was generate the first time, try again without
16269 the ulimit -c to work around braindamaged shells.
16270
16271 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
16272
16273 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
16274 [] tests with "test" and enclose string in quotes.
16275 * gdb.stabs/configure: Rebuild
16276
16277 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
16278
16279 Changes in sync with expect:
16280 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
16281 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
16282 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
16283 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
16284 argument to AC_REQUIRE.
16285 * configure: Regenerated.
16286
16287 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
16288
16289 * gdb.base/corefile.exp: When generating a core, discard any
16290 error messages about ulimit not found and the "core dumped"
16291 message from the shell that runs the coredumper.
16292
16293 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
16294
16295 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
16296
16297 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
16298 which sed script to run. Expect failure for v_comb test
16299 on PA targets too.
16300
16301 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
16302
16303 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
16304 "print func2::coremaker_local" and for "backtrace in corefile.exp"
16305
16306 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
16307
16308 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
16309 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
16310 "sparc-sun-solaris*" xfails for "p v_comb".
16311 * lib/gdb.exp (default_gdb_start): Fix typo.
16312 * gdb.base/corefile.exp: Allow "Core was generated by ..."
16313 messages to not include the full program name that caused
16314 the core dump since some systems (such as solaris) apparently
16315 truncate this path to about 80 characters.
16316 When generating a core file first try increasing the core file
16317 size limit to unlimited since some systems may default it to
16318 zero, and it is harmless to try it. Move the test for failing
16319 to generate a core file to where it will actually get executed.
16320 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
16321 new gdb result from g++ debug info improvements and make old
16322 pattern obsolescent. Also account for size_t differences
16323 (may be int or long).
16324 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
16325 initialization before function call is placed in the delay slot
16326 and thus appears to be skipped over by commands such as "next".
16327
16328 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16329
16330 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
16331
16332 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
16333
16334 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
16335 input source file; fix code to compile test to deal with this
16336 convention.
16337 * gdb.c++/*.exp: Likewise.
16338
16339 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
16340
16341 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
16342 "bt in signals.exp".
16343
16344 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
16345
16346 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
16347 "step over execarg initialization" and
16348 "step over corearg initialization".
16349
16350 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
16351
16352 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
16353 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
16354
16355 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
16356
16357 From Rob Savoye (rob@poseidon.cygnus.com)
16358 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
16359 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
16360 configure.in}, gdb.disasm/{Makefile.in, configure.in},
16361 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
16362 configure.in}: Major reworking for autoconfig.
16363 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
16364 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
16365 New files.
16366 * config/unix-gdb.exp: Make GDB global.
16367 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
16368 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
16369 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
16370 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
16371 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
16372 term.exp, twice.exp, watchpoint.exp, whatis.exp},
16373 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
16374 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
16375 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
16376 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
16377 pr-8136.exp, result.exp, string.exp, tuples.exp},
16378 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
16379 to returns as necessary, arrange for test to compile own testcase
16380 executable.
16381 * lib/gdb.exp: Changes for testsuite to compile own test cases.
16382
16383 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
16384
16385 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
16386 clear_xfail at end of test which might not call either pass or fail.
16387 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
16388 "backtrace through signal handler".
16389
16390 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16391
16392 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
16393 continuing from a job control stop signal.
16394 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
16395
16396 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
16397
16398 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
16399 * gdb.base/corefile.exp: Likewise.
16400 * gdb.base/funcargs.exp: Likewise.
16401
16402 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
16403
16404 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
16405 * config/monitor.exp: Add support for setting baud rate.
16406
16407 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
16408
16409 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
16410 i*86-*-linux* xfails for "backtrace through signal handler".
16411 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
16412 "print func2::coremaker_local".
16413 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
16414 alpha-dec-osf2* xfail for
16415 "delete all breakpoints when none".
16416
16417 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
16418
16419 * gdb.base/break.exp: Change test that deletes all breakpoints
16420 when no user breakpoints are installed. A post 4.15 change
16421 causes gdb to no longer prompt in this case.
16422
16423 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
16424
16425 * gdb.base/return.exp (return_tests): Change xfail for test
16426 "correct value returned double test" to stop xfailing at
16427 Solaris 2.5. Apparently the bug has been fixed.
16428
16429 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
16430
16431 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
16432 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
16433
16434 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
16435
16436 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
16437 * gdb.disasm/hppa.s: Corresponding changes.
16438
16439 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
16440
16441 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
16442 makefile fragment.
16443 * config/mt-hpux: Deleted.
16444
16445 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
16446
16447 * Many files: When warning about suppressed tests due to a
16448 nonexistant test binary, avoid incrementing the warning count.
16449
16450 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
16451
16452 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
16453
16454 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16455
16456 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
16457 "sparc-*-solaris2*".
16458
16459 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16460
16461 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
16462 Add global and local variables and initialize them.
16463 * gdb.base/corefile.exp: Test correct mapping of corefile sections
16464 by printing variables. Remove rs6000 and powerpc xfails, BFD now
16465 extracts the file name and terminating signal from the core file.
16466 * TODO: Remove note about tests for correct mapping of corefile.
16467 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
16468 from optimizing it away.
16469 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
16470 handles common blocks.
16471
16472 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
16473
16474 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
16475 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
16476
16477 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
16478
16479 * Makefile.in (maintainer-clean): New target, synonym for
16480 realclean.
16481 * gdb.base/Makefile.in (maintainer-clean): Likewise.
16482 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
16483 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
16484 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
16485 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
16486 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
16487
16488 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
16489
16490 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
16491 xfails when not gcc compiled for "print foo::funclocal".
16492 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
16493 "print foo::funclocal at foo",
16494 "print 'scope1.c'::foo::funclocal at foo",
16495 "print foo::funclocal_bss at foo",
16496 "print 'scope1.c'::foo::funclocal_bss at foo",
16497 "print foo::funclocal_ro at foo",
16498 "print 'scope1.c'::foo::funclocal_ro at foo",
16499 "print bar::funclocal at foo" and
16500 "print 'scope1.c'::bar::funclocal at foo".
16501 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
16502 gcc compiled for "print foo::funclocal at bar".
16503 Expand all messages to ensure that they identify that
16504 the test is at bar().
16505 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
16506 gcc compiled for:
16507 "ptype on opaque struct pointer (statically)",
16508 "ptype on opaque struct tagname (statically)",
16509 "ptype on opaque struct pointer (dynamically) 1",
16510 "ptype on opaque struct tagname (dynamically) 1",
16511 "ptype on opaque struct pointer (dynamically) 2" and
16512 "ptype on opaque struct tagname (dynamically) 2
16513 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
16514 gcc compiled for:
16515 "p datalocal"
16516 "whatis datalocal",
16517 "ptype datalocal",
16518 "p bsslocal",
16519 "whatis bsslocal", and
16520 "ptype bsslocal".
16521 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
16522 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
16523 when not gcc compiled.
16524 * gdb.base/funcargs.exp (float_and_integral_args): Add
16525 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
16526 compiled.
16527 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
16528 "backtrace from call6a" when not gcc compiled.
16529 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
16530 "backtrace from call7a" when not gcc compiled.
16531 * gdb.base/callfuncs.exp (do_function_calls):
16532 Add "hppa*-*-hpux*" xfail when not gcc compiled for
16533 "p t_char_array_values(char_array_val2,char_array_val1)",
16534 "p t_char_array_values(char_array_val1,char_array_val2)",
16535 "p t_char_array_values("carray 1","carray 2")",
16536 "p t_char_array_values("carray 1",char_array_val2)",
16537 "p t_char_array_values(char_array_val1,"carray 2")",
16538 "p sum_args(1,{2})",
16539 "p sum_args(2,{2,3})",
16540 "p sum_args(3,{2,3,4})",
16541 "p sum_args(4,{2,3,4,5})"
16542 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
16543 "backtrace in corefile.exp" when not gcc compiled.
16544
16545 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16546
16547 * gdb.base/signals.exp: Rewrite `handle all print' test as
16548 a procedure. Accept blanks or TABs as whitespace, increase
16549 timeout and expect input buffer size for the large output
16550 from the command. Remove "i*86-*-bsdi2.0" xfail.
16551
16552 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16553
16554 * gdb.base/setvar.exp: Add new testcases for truncation when
16555 assigning invalid values to bitfields.
16556
16557 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
16558
16559 * gdb.base/callfuncs.exp (do_function_calls): Remove
16560 mips-sgi-irix* xfail for
16561 "call inferior func with struct - returns char *"
16562 and fix test so that an optional (unsigned char *) cast is
16563 accepted in the result.
16564
16565 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
16566
16567 * gdb.base/funcargs.exp (float_and_integral_args): Remove
16568 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
16569 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
16570 * gdb.base/signals.exp: Remove duplicate "handle all print" test
16571 that accidentally got checked in.
16572
16573 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
16574
16575 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
16576 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
16577 compiled test.
16578 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
16579 Add mips-sgi-irix5* xfail for not gcc compiled.
16580 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
16581 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
16582 "p top", "whatis top", "p middle", and "whatis middle".
16583 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
16584 "whatis signed char" for not gcc compiled.
16585 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
16586 "set variable signed char=-1 (-1)" and
16587 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
16588 * gdb.base/funcargs.exp (float_and_integral_args):
16589 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
16590 Add mips-sgi-irix* xfail when not gcc compiled for
16591 "continue to call2b".
16592 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
16593 "continue to call2g".
16594 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
16595 "backtrace from call6a"
16596 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
16597 "backtrace from call7k".
16598 Add mips-sgi-irix5* xfail when not gcc compiled for
16599 "backtrace from call7a".
16600 (localvars_after_alloca): Fix gdb_test cmds for
16601 "print * after runto ...".
16602 Remove rs6000-*-* xfails for
16603 "print i after runto localvars_after_alloca" and
16604 "print l after runto localvars_after_alloca"
16605 for all compilers.
16606 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
16607 when not compiled with gcc, for:
16608 "print signed char == (minus)",
16609 "print signed char != (minus)",
16610 "print signed char < (minus)",
16611 "print signed char > (minus)".
16612 * gdb.base/callfuncs.exp (do_function_calls):
16613 Add mips-sgi-irix* xfail, when compiled with native compiler, for
16614 "call inferior func with struct - returns char *".
16615 * gdb.base/return.exp (return_tests): Change xfail for
16616 "correct value returned double test" to include Solaris 2.4.
16617 * gdb.base/funcargs.exp (float_and_integral_args):
16618 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
16619
16620 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16621
16622 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
16623 enumeration bitfields if compiling with GNU C.
16624 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
16625 to empty' prompt.
16626
16627 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
16628
16629 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
16630 test for PRO targets.
16631
16632 * gdb.base/funcargs.exp: Avoid ever setting more than 8
16633 breakpoints in the inferior at any given time by making
16634 two groups of breakpoints for call2*, call6* and call7*
16635 tests.
16636
16637 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16638
16639 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
16640 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
16641 from optimizing it away.
16642 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
16643 "call inferior func with struct".
16644
16645 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
16646
16647 * configure.in: Only configure gdb.chill for particular targets.
16648
16649 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
16650
16651 * gdb.base/Makefile.in: Add action to .c.o transformation
16652 rule that generates a .ci file for each .o file and remove
16653 explicit .c.o rules except for callfuncs.o.
16654 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
16655 generates a .ci file for each .o file and remove explicit
16656 .cc.o rules.
16657 (clean): Remove *.tmp *.ci files.
16658 (EXECUTABLES): Remove templ-info.exp.
16659 * gdb.base/compiler.c: New file.
16660 * gdb.c++/compiler.cc: New file
16661 * gdb.base/scope.exp: Source gdb.base/scope.ci.
16662 Change rs6000-*-* xfail for
16663 "print 'scope0.c'::filelocal_ro" and
16664 "print 'scope1.c'::filelocal" and
16665 "print 'scope1.c'::filelocal_bss" and
16666 "print 'scope1.c'::filelocal_ro" and
16667 "print 'scope1.c'::foo::funclocal" and
16668 "print 'scope1.c'::foo::funclocal_ro" and
16669 "print 'scope1.c'::bar::funclocal" and
16670 "print 'scope0.c'::filelocal_ro" and
16671 "print 'scope1.c'::filelocal at foo" and
16672 "print 'scope1.c'::filelocal_bss at foo" and
16673 "print 'scope1.c'::filelocal_ro at foo" and
16674 "print 'scope1.c'::foo::funclocal at foo" and
16675 "print 'scope1.c'::foo::funclocal_bss at foo" and
16676 "print 'scope1.c'::foo::funclocal_ro at foo" and
16677 "print 'scope1.c'::bar::funclocal at foo" and
16678 "print 'scope0.c'::filelocal_ro" and
16679 "print 'scope1.c'::filelocal" and
16680 "print 'scope1.c'::filelocal_bss" and
16681 "print 'scope1.c'::filelocal_ro" and
16682 "print 'scope1.c'::foo::funclocal" and
16683 "print 'scope1.c'::foo::funclocal_bss" and
16684 "print 'scope1.c'::foo::funclocal_ro" and
16685 "print 'scope1.c'::bar::funclocal" and
16686 "print 'scope1.c'::bar::funclocal_bss"
16687 to only be xfail'd when not compiled with gcc.
16688 Add rs6000-*-* xfail for
16689 "print 'scope0.c'::filelocal_bss before run"
16690 when compiled with gcc.
16691 (test_at_main): Add rs6000-*-* xfail for
16692 "print filelocal_ro in test_at_main"
16693 when compiled with gcc.
16694 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
16695 Add rs6000-*-aix* xfail for
16696 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
16697 "ptype t_char_array", not compiled with gcc.
16698 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
16699 xfail for "list foo (in include file)" when gcc compiled.
16700 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
16701 (integral_args): Add rs6000-*-* xfail for
16702 "run to call0a" if not compiled with gcc.
16703 (unsigned_integral_args): Add rs6000-*-* xfail for
16704 "run to call1a" if not compiled with gcc.
16705 (float_and_integral_args): Add rs6000-*-* xfail for
16706 "run to call2a" if not compiled with gcc and for
16707 "continue to call2b" for any compiler.
16708 Add rs6000-*-* xfail to
16709 "print f1 after run to call2a" for gcc compiled.
16710 (discard_and_shuffle): Add rs6000-*-* xfail for
16711 "run to call6a".
16712 (shuffle_round_robin): Add rs6000-*-* xfail for
16713 "backtrace from call7a" if not compiled with gcc.
16714 Add rs6000-*-* xfail for
16715 "backtrace from call7b" if compiled with gcc.
16716 (call_after_alloca): Add rs6000-*-* xfail for
16717 "print c in call_after_alloca" and
16718 "print s in call_after_alloca" and
16719 "backtrace from call_after_alloca_subr"
16720 if not compiled with gcc.
16721 (localvars_in_indirect_call): Add rs6000-*-* xfail for
16722 "print c in localvars_in_indirect_call" and
16723 "print c in localvars_in_indirect_call" and
16724 "backtrace in indirectly called function" and
16725 "stepping into indirectly called function"
16726 if not compiled with gcc.
16727 (localvars_after_alloca): Add rs6000-*-* xfail for
16728 "print c after runto localvars_after_alloca" and
16729 "print s after runto localvars_after_alloca" and
16730 "print i after runto localvars_after_alloca" and
16731 "print l after runto localvars_after_alloca"
16732 for all compilers.
16733 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
16734 than whatis-info.exp.
16735 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
16736 than opaque-info.exp.
16737 Setup rs6000-*-* xfail for
16738 "ptype on opaque struct pointer (statically)" and
16739 "ptype on opaque struct pointer (dynamically)" when
16740 not compiled with gcc.
16741 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
16742 rather than callf-info.exp.
16743 (do_function_calls): Add clear_xfail for rs6000-*-* for
16744 "p t_float_values2(3.14159,float_val2)". Seems to work
16745 fine there, both with xlc and gcc. Need to find out what
16746 it is doing right and fix other platforms.
16747 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
16748 "call inferior func with struct - returns int",
16749 "call inferior func with struct - returns long",
16750 "call inferior func with struct - returns float",
16751 "call inferior func with struct - returns double",
16752 "call inferior func with struct - returns char *",
16753 but only if not gcc compiled (presumes xlc compiled).
16754 Change rs6000-*-* xfails for
16755 "call inferior func with struct - returns char" and
16756 " call inferior func with struct - returns short" to only
16757 xfail if not using gcc.
16758 (clean mostlyclean): Remove *.ci and *.tmp files.
16759 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
16760 than templ-info.exp.
16761 * gdb.base/langs.exp: Source gdb.base/langs.ci.
16762 Add rs6000-*-* xfail for "up to foo in langs.exp"
16763 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
16764 when not gcc compiled.
16765
16766 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16767
16768 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
16769 * gdb.base/corefile.exp: Likewise.
16770 * gdb.base/list.exp: Likewise.
16771 * gdb.base/scope.exp: Likewise.
16772 * gdb.base/siganls.exp: Likewise.
16773
16774 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
16775 compiler output.
16776 * gdb.base/whatis.exp: Likewise.
16777
16778 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
16779
16780 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
16781 failure (opcode table has been fixed to match reality).
16782
16783 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
16784
16785 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
16786 "call inferior func with struct - returns char",
16787 "call inferior func with struct - returns short"
16788
16789 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
16790 "print 'scope0.c'::filelocal at main",
16791 "print 'scope0.c'::filelocal_bss in test_at_main",
16792 "print 'scope0.c'::filelocal at foo",
16793 "print 'scope0.c'::filelocal_bss in test_at_foo",
16794 "print 'scope0.c'::filelocal at bar",
16795 "print 'scope0.c'::filelocal_bss in test_at_bar"
16796
16797 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
16798 in source file 1". This bug seems to have been fixed with both
16799 gcc and native cc (was native assembler bug?).
16800
16801 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
16802
16803 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
16804 "backtrace through signal handler" to "i*86-*-sysv4*".
16805 * gdb.base/signals.exp: Add xfail for "'next' behaved as
16806 continue" case. Add "known SVR4 bug" to fail message.
16807 Add "i*86-*-bsdi2.0" xfail for "handle all print".
16808 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
16809 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
16810 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
16811 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
16812 "up to foo in langs.exp", "show language at foo in
16813 langs.exp", "up to cppsub_ in langs.exp", "show
16814 language at cppsub_ in langs.exp", "up to fsub in
16815 langs.exp", and "show language at fsub in langs.exp".
16816 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
16817 "bactrace in corefile.exp".
16818 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
16819 "call inferior function with struct - returns float" and
16820 "call inferior function with struct - returns double".
16821
16822 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
16823
16824 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
16825 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
16826 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
16827 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
16828
16829 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
16830
16831 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
16832 (or overriden) "CHILL" macro rather then bare "gcc".
16833 Also look for ../../gcc/xgcc since that is what we will
16834 actually need, not "Makefile". Remove following assignment
16835 of CHILL to CHILL_FOR_TARGET because that results in
16836 recursive definition.
16837
16838 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
16839
16840 * gdb.base/corefile.exp: Change xfail for backtrace in
16841 corefile.exp from linuxaout to all linux.
16842 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
16843 cases where we miss the breakpoint at the signal handler
16844 for some reason. Setup xfail for linuxoldld/linuxaout and
16845 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
16846 hitting SIGURG breakpoint.
16847 * gdb.base/signals.exp: Setup xfail for "next" acting like
16848 continue to add linuxoldld. Setup xfail for all linux for
16849 "next to handler in signals_tests_1", "backtrace in
16850 signals_tests_1", "continue to func1", "pass SIGUSR1",
16851 and continue to handler".
16852
16853 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
16854
16855 * Update all FSF addresses except those in COPYING* files.
16856
16857 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
16858
16859 * gdb.base/a2-run.exp: Change messages to be more explicit about
16860 the status of args, and quote binfile in results.
16861
16862 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
16863
16864 * gdb.base/callfuncs.exp: Add tests for passing structs to
16865 inferior functions and return various types.
16866 * gdb.base/callfuncs.c: Add functions to receive a struct
16867 and return a member of the struct, in various types.
16868
16869 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16870
16871 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
16872
16873 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16874
16875 * config/vxworks29k.exp: New file, sources vxworks.exp.
16876
16877 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16878
16879 * config/gdbremote.exp: New file. Testing framework using
16880 gdbserver.
16881
16882 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
16883
16884 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
16885 "call function when asleep" and "send end of file".
16886 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
16887 for "backtrace in corefile.exp".
16888 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
16889 for "backtrace through signal handler".
16890 * gdb.base/corefile.exp: Make sure we actually generate a core file
16891 before trying the core tests. Some systems allow the user to suppress
16892 generation of core files and default to that (linux for example).
16893 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
16894 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
16895
16896 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16897
16898 * gdb.threads: New directory with some crude multi-threaded
16899 gdb tests (step.exp and step2.exp).
16900 * config/mt-lynx (STEP_EXECUTABLE): Define.
16901 (THREADFLAGS): Define.
16902
16903 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
16904
16905 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
16906
16907 * gdb.base/signals.exp: Disable whole file for lynx until
16908 further notice.
16909
16910 * gdb.base/signals.exp: xfail test where "next" acts like
16911 "continue" for lynx.
16912
16913 * gdb.base/interrupt.exp: xfail test for calling function while
16914 inferior is asleep for lynx.
16915
16916 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
16917 than one cr-lf after each command.
16918
16919 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16920
16921 * configure.in: Reinstate setting of stabsdirs variable, fix
16922 typo in setting up configdirs for native builds.
16923
16924 * gdb.base/return.exp: Fix typo in return double test.
16925 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
16926 compiler from optimizing them away.
16927
16928 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
16929
16930 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
16931 sequences to be echo'd by gdb when using gdb_test.
16932 * gdb.chill/chexp.exp: Likewise.
16933 * gdb.fortran/exprs.exp: Likewise
16934
16935 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16936
16937 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
16938 after the inferior gdb has started.
16939
16940 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
16941 after each command.
16942 * gdb.base/funcargs.exp: Likewise.
16943 * gdb.base/gdbvars.exp: Likewise.
16944 * gdb.base/interrupt.exp: Likewise.
16945 * gdb.base/list.exp: Likewise.
16946 * gdb.base/watchpoint.exp: Likewise.
16947 * gdb.c++/demangle.exp: Likewise.
16948 * gdb.c++/inherit.exp: Likewise.
16949 * gdb.chill/chexp.exp: Likewise.
16950 * gdb.fortran/exprs.exp: Likewise.
16951
16952 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
16953 test if we can't handle IO to/from the inferior.
16954
16955 * gdb.c++/misc.exp: Always check for a program already being
16956 started after sending a "run" command to gdb.
16957
16958 * gdb.base/twice.exp: Start with a fresh gdb.
16959
16960 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
16961 only depend on gdb's expression code, not the chill runtime.
16962
16963 * gdb.base/return.c: Put return values into variables so we
16964 can have gdb print them rather than depending on the program
16965 to print them.
16966 * gdb.base/return.exp: Corresponding changes.
16967
16968 * lib/gdb.exp: Provide default value for noinferiorio.
16969 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
16970 the inferior.
16971
16972 * gdb.base/break.exp: Always check for a program already being
16973 started after sending a "run" command to gdb.
16974 (text_next_with_recursion): Don't check the output from the
16975 program's printf statement. Instead just make sure the program
16976 exited.
16977
16978 * gdb.base/commands.exp: Protect tests which need arguments with
16979 $noargs conditionals.
16980
16981 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16982
16983 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
16984 of structure member arrays to match gdb/valops.c:value_addr change.
16985
16986 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
16987
16988 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
16989 cases.
16990
16991 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
16992
16993 * configure.in (configdirs): Remove gdb.chill from default list
16994 of subdirs and then add it back in only if doing a native build.
16995 The current chill compiler does not yet work in any cross build.
16996 * Revert all signal changes from Jul 6.
16997 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
16998 for sh-hms targets, allowing these tests to link, with no other
16999 changes. Testing is suppressed by setting "nosignals" in site.exp.
17000
17001 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
17002
17003 * configure.in (signaldirs): Define and add to configdirs for all
17004 targets except some specific ones that are known to not support signals.
17005 Also clean up formatting.
17006 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
17007 (signals, sigall): Remove rules to build.
17008 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
17009 Moved to new gdb.signals directory.
17010 * gdb.signals: New test directory.
17011 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
17012 signals.c signals.exp}: New or moved files.
17013
17014 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
17015
17016 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
17017
17018 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
17019
17020 * gdb.base/return.exp: Xfail `return double' test failure
17021 on at least Solaris 2.3 and handle future/past versions on
17022 a case by case basis as appropriate. Also update message
17023 to include i*86 failures.
17024
17025 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17026
17027 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
17028
17029 * lib/gdb.exp: Fix comment which erroneously identified
17030 gdb_file_cmd as gdb_load (the 19 May change was in fact to
17031 gdb_file_cmd not gdb_load).
17032 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
17033
17034 * gdb.base/setvar.exp: Make test names consistent between pass and
17035 fail cases. Use gdb_test more.
17036
17037 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17038
17039 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
17040
17041 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17042
17043 * gdb.base/help.exp: Fix expected help string for `show commands'.
17044
17045 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
17046
17047 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
17048
17049 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
17050 of a text section.
17051
17052 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
17053
17054 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
17055 that loop eventually terminates. Fix Connection refused logic so
17056 that testsuite will expire nicely.
17057
17058 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
17059
17060 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
17061 config/rom68k.exp: New tcl glue for the appropriate monitors.
17062 These all just end up calling monitor.exp.
17063 * config/monitor.exp (gdb_target_monitor): Handle `Connection
17064 refused' by retrying. Cleanup some timeout issues.
17065 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
17066 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
17067 callers don't have to set/restore global timeout variable.
17068
17069 * The following set of changes centralizes management of the global
17070 timeout variable. This way, it can be set in one target dependent
17071 place instead of dozens of places scattered throughout the test suite.
17072 If you need to lengthen a timeout, then you should either set timeout
17073 in one of the config/{target}.exp files, or multiply it by a factor.
17074 Setting it to an absolute value is always going to lose for some
17075 targets.
17076 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
17077 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
17078 * gdb.base/funcargs.exp: Don't set timeout.
17079 * gdb.base/list.exp (test_forward_search): Only use local timeout.
17080 * gdb.base/printcmds.exp (test_print_string_constants
17081 test_print_array_constants): Don't set timeout.
17082 * gdb.base/ptype.exp: Don't set timeout.
17083 * gdb.base/recurse.exp: Don't set timeout.
17084 * gdb.base/return.exp: Don't set timeout.
17085 * gdb.base/watchpoint.exp: Don't set timeout.
17086 * gdb.c++/classes.exp (do_tests): Don't set timeout.
17087 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
17088
17089 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
17090
17091 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
17092
17093 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17094
17095 * lib/gdb.exp: Disable chill tests for irix5.
17096
17097 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17098
17099 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
17100 each test pass or fail.
17101
17102 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17103
17104 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
17105 xlc not gcc.
17106
17107 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
17108
17109 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
17110
17111 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
17112
17113 * config/est.exp: Fix copyright and comments. Remove dead code.
17114 Use targetname, serialport and baud variables instead of fixed
17115 constants.
17116 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
17117 * config/cpu32bug.exp: New file to support cpu32bug monitors.
17118
17119 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17120
17121 * gdb.base/watchpoint.exp: Don't run
17122 test_watchpoint_triggered_in_syscall for sunos.
17123
17124 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17125
17126 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
17127 they don't seem to exist. Do include stdio.h.
17128
17129 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17130
17131 * gdb.base/a1-selftest.exp: Add alpha xfail.
17132
17133 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17134
17135 * gdb.base/watchpoint.c (main): Prompt before calling read().
17136 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
17137 Revise accordingly. Remove cruft about sending "123" several
17138 times, until it gets noticed. Clean up the "print buf[0]" stuff
17139 so that it passes or fails, and waits for prompts in the usual way.
17140
17141 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17142
17143 * gdb.base/recurse.exp: Fix comment.
17144
17145 * TODO: Remove item about printing variables in nodebug.exp. Add
17146 item about enabling tests which are only run on some targets.
17147
17148 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
17149 fail, make test names unique, use new gdb_test convention
17150 regarding pattern, use gdb_test more, etc.).
17151
17152 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
17153 fail, make test names unique, etc.).
17154
17155 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17156
17157 * gdb.base/nodebug.c: Change return type of top and middle to
17158 short.
17159 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
17160 are fixed by the recent mdebugread.c changes. Allow `short ()'
17161 as type for top and middle.
17162
17163 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17164
17165 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
17166 nearly as I can tell, the whole thing was an accident in Stu's
17167 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
17168 to replace a send/expect pair with gdb_test, but ended up only
17169 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
17170 of 30 Mar 1995 took care of it, but left this vestigial comment
17171 which I am now nuking.
17172
17173 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17174
17175 * gdb.base/break.exp: Look for different line number for
17176 breakpoint at main depending on usestubs.
17177
17178 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17179
17180 * gdb.base/list.exp: Adjust some alternate expect patterns to
17181 match recent list0.c change. Add alternate expect pattern for
17182 output from `list default lines around main' for optimizing
17183 compilers.
17184
17185 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17186
17187 * lib/gdb.exp: If nosignals is not set, set it to 0.
17188
17189 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
17190
17191 * config/slite-gdb.exp: Responds to load symbol table prompt.
17192 * gdb.base/break.exp: Adjust line number, fix rerun.
17193 * gdb.base/langs0.c: Add #ifdef usestubs.
17194
17195 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
17196
17197 * gdb.base/list.exp: Adjust line contents after adding new lines in
17198 list0.c. Also fix a syntax error.
17199
17200 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
17201 * gdb.base/break.exp: ditto.
17202 * gdb.base/list.exp: ditto.
17203 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
17204 * gdb.base/run.c: ditto.
17205 * gdb.base/list0.c: ditto.
17206 * gdb.base/funcargs.c: ditto.
17207
17208 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
17209
17210 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
17211 $targetname, $serialport and $baud instead of hardwired variables.
17212 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
17213 target doesn't support signals.
17214
17215 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
17216
17217 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
17218
17219 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17220
17221 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
17222 Don't rely on the value of an auto variable before it has been
17223 initialized. Use gdb_test more.
17224
17225 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17226
17227 * lib/gdb.exp (default_gdb_version): A version number must start
17228 with a digit, but other than that contains all characters up to
17229 the first whitespace character.
17230
17231 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17232
17233 * gdb.base/commands.exp (breakpoint_command_test): New tests.
17234
17235 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17236
17237 * gdb.c++/*.exp: Warn if executable does not exist. The original
17238 reason for skipping the warning was that configure.in sometimes
17239 intentionally skipped building the executables but the tcl code
17240 had no way of knowing. That (a) was always bogus with respect to
17241 error handling, (b) is no longer true (right now there is no way
17242 to skip C++ tests).
17243
17244 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
17245
17246 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17247
17248 * gdb.base/list.exp: Add expect patterns for output from
17249 SunPRO compiled executables.
17250 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
17251 types.
17252
17253 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17254
17255 * gdb.base/break.exp (test_next_with_recursion): Accept any line
17256 number (we are already testing that the correct source line text
17257 gets printed).
17258
17259 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
17260 that is what is intended, but something needed to be done to get
17261 sunos4 native working again.
17262
17263 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
17264
17265 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
17266 apparently went with a (very) old xfail.
17267
17268 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
17269
17270 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
17271 runto_main is a proc in gdb.exp that will do 'step' for target use
17272 stubs.
17273 * gdb.base/exprs.exp: ditto.
17274 * gdb.base/interrupt.exp: ditto.
17275 * gdb.base/opaque.exp: ditto.
17276 * gdb.base/printcmds.exp: ditto.
17277 * gdb.base/ptype.exp: ditto.
17278 * gdb.base/scope.exp: ditto.
17279 * gdb.base/setvar.exp: ditto.
17280 * gdb.base/signals.exp: ditto.
17281 * gdb.base/twice.exp: ditto.
17282 * gdb.c++/classes.exp: ditto.
17283 * gdb.c++/inherit.exp: ditto.
17284 * gdb.c++/templates.exp: ditto.
17285 * gdb.base/break.exp: no run and hit main for stubs. Change line
17286 numbers for breakpoints and info breakpoint.
17287 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
17288 breakpoint().
17289 * gdb.base/callfuncs.c: ditto.
17290 * gdb.base/exprs: ditto.
17291 * gdb.base/interrupt.c: ditto.
17292 * gdb.base/opaque0.c: ditto.
17293 * gdb.base/printcmds.c: ditto.
17294 * gdb.base/ptype.c: ditto.
17295 * gdb.base/scope0.c: ditto.
17296 * gdb.base/setvar.c: ditto.
17297 * gdb.base/signals.c: ditto.
17298 * gdb.base/twice.c: ditto.
17299 * gdb.c++/misc.cc: ditto.
17300 * gdb.c++/templates.cc: ditto.
17301
17302 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17303
17304 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
17305
17306 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
17307 somewhere between `read' and `main.c'. I'm pretty sure the
17308 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
17309 and it isn't particularly useful.
17310
17311 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
17312
17313 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17314
17315 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
17316
17317 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
17318
17319 * config/mt-slite: add LIBS and -nostdlib.
17320 * config/slite-gdb.exp: add this new file to support sparclite target.
17321
17322 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
17323
17324 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
17325
17326 * gdb.base/a2-run.exp: Change argument to istarget from
17327 "*-*-vxworks" to "*-*-vxworks*".
17328 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
17329
17330 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
17331
17332 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
17333 will not runto main but do a 'step' to step out of breakpoint().
17334 * config/mt-slite: add -Dusestubs.
17335
17336 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17337
17338 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
17339 instead of just @.
17340
17341 * gdb.base/signals.exp: Add test for "handle all print".
17342 * TODO: Remove "handle all print". Also remove item about
17343 checking copyright date (I don't like the idea of a spurious FAIL
17344 based on when we run the tests).
17345
17346 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
17347 for SunOS4 (reason for failure not investigated). Remove
17348 redundant test for $binfile.
17349
17350 * gdb.base/nodebug.c (array_index): Call malloc.
17351
17352 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
17353
17354 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
17355
17356 * gdb.base/recurse.exp: Update gdb_test invocation to use new
17357 conventions and slightly simplify the matching regexp.
17358
17359 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17360
17361 * gdb.base/break.exp: Update gdb_test invocation to use new
17362 convention.
17363
17364 * lib/gdb.exp: If noargs is not set, set it to 0.
17365
17366 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
17367 tests unique.
17368
17369 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
17370
17371 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17372
17373 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
17374 one argument of type "<non-float parameter>".
17375
17376 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
17377
17378 * config/rom68k.exp: New file to support Motorola IDP board.
17379 * gdb.base/a2-run.exp: Skip this file if noargs is set.
17380 * gdb.base/break.c: Change things around so that this program
17381 doesn't depend upon args. This is necessary to make remote
17382 targets work (in general, they can't take args).
17383 * gdb.base/break.exp: Don't try to send args to program. Don't
17384 expect output. Also, replace lots of code with gdb_test.
17385
17386 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17387
17388 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
17389 printing of '\'' (which is what the comment says we are testing,
17390 even though we were not), not '''.
17391 (test_integer_literals_rejected): Test that printing ''' is an error.
17392
17393 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17394 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
17395 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
17396 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
17397 Use gdb_test not test_print_accept.
17398 * lib/gdb.exp: Remove test_print_accept.
17399
17400 * gdb.base/signals.exp (signal_tests_1): Make pass message
17401 consistent with fail message.
17402
17403 * gdb.base/whatis.exp: Remove xfails for printing char vs.
17404 unsigned char; the bug (PR 1821) is fixed.
17405
17406 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
17407
17408 * gdb.base/scope.exp (test_at_localscopes): Call pass for
17409 successful tests--makes xfailing them work right.
17410
17411 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17412
17413 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
17414 only \r\n, not .*. The test can pass .* as the last thing in
17415 $pattern if that is what it wants. In addition to providing this
17416 flexibility, this change should speed up pattern matching in cases
17417 where the pattern already ended with .* (there were a number of
17418 them). This change also helps catch bad patterns--in the old
17419 scheme the typo "char \*" instead of "char \\*" would pass. Now
17420 it is caught.
17421 * Many .exp files: Update callers.
17422
17423 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
17424 clearer and does not spuriously match multiple ('s. Likewise for
17425 ) and *.
17426
17427 * gdb.base/nodebug.exp: Test ability to call a function and pass
17428 it a string (even with no debugging info).
17429
17430 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
17431 "p '\'", which is the same as "p ''" once tcl gets done with
17432 quoting, to "p '\\'", which I suspect is what is intended (one
17433 backslash gets sent to GDB).
17434
17435 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
17436
17437 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17438
17439 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
17440 1817) was fixed literally years ago.
17441
17442 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17443
17444 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
17445 test, it causes stepping out of call_after_alloca_subr with
17446 optimizing compilers.
17447 (localvars_in_indirect_call): Consume GDB prompt if `finish'
17448 fails.
17449
17450 * gdb.c++/templates.exp: Source templ-info.exp only if
17451 the templates executable exists.
17452
17453 * gdb.c++/misc.cc (class Contains_static_instance,
17454 class Contains_nested_static_instance),
17455 gdb.c++/classes.exp (test_static_members): Test printing of
17456 a class that contains a static instance of the class.
17457
17458 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17459
17460 * gdb.base/langs2.c (cppsub_): Don't prototype.
17461 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
17462 only, I believe).
17463
17464 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17465
17466 * lib/gdb.exp (skip_chill_tests): New procedure.
17467
17468 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
17469
17470 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
17471
17472 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
17473 each expect pattern. Cuts runtime from 12 to about 4 seconds.
17474
17475 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17476
17477 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
17478
17479 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
17480 disassemble 8, not 16, instructions for part 4.
17481
17482 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
17483 support the latter anymore.
17484
17485 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
17486 -DNO_PROTOTYPES.
17487 * gdb.base/callfuncs.c: Control use of prototypes based on
17488 NO_PROTOTYPES, not __STDC__.
17489 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
17490 t_float_values2 tests if prototypes in use.
17491
17492 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
17493 t_double_values): When checking differences against DELTA, check
17494 that difference is within the range (-DELTA,DELTA), not just
17495 (-infinity,DELTA).
17496
17497 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
17498
17499 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
17500 'file' command firts, then 'target', then 'load', this is due to gdb
17501 target set up.
17502 * config/mips-gdb.exp: Fix a couple regular exp bugs.
17503
17504 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
17505
17506 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
17507 FP load/store variants.
17508 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
17509
17510 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
17511
17512 * gdb.base/term.exp: Do not give a warning if not native, it is
17513 not an abnormal condition.
17514
17515 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
17516
17517 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
17518 t_char_array".
17519
17520 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
17521
17522 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
17523 are getting the version number.
17524
17525 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
17526 if not native, it is not an abnormal condition.
17527
17528 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17529
17530 * lib/gdb.exp: Just use "file exists", rather than undocumented
17531 dejagnu procedure "findfile".
17532
17533 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17534
17535 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
17536 (LDFLAGS): Set to -Xlinker -Ur.
17537
17538 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
17539 Removed, these values are set by lib/gdb.exp.
17540
17541 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
17542
17543 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17544
17545 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
17546 of replicating gdb startup code.
17547
17548 * config/mt-vxworks (LDFLAGS): Set to -r.
17549 (CFLAGS_FOR_TARGET): Removed.
17550
17551 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
17552 (gdb) and gdb for vxworks uses (vxgdb).
17553
17554 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
17555 executable is not in the tree and host != target, use sed and
17556 program_transform_name to determine the gdb name used by the
17557 target.
17558
17559 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
17560 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
17561
17562 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17563
17564 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
17565 floats, chars, and shorts where there are ANSI-style function
17566 definitions.
17567
17568 * gdb.base/langs.exp, gdb.base/langs*: New test.
17569 * gdb.base/Makefile.in: Build it.
17570 * TODO: Remove item about checking that C names don't get C++
17571 demangling applied; this test tests it.
17572
17573 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17574
17575 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
17576 went with the const70 xfail. The xfail went away a year ago.
17577
17578 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
17579
17580 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
17581 for hp300.
17582
17583 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
17584
17585 * gdb.base/a1-selftest.exp: Don't run on hp300.
17586
17587 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17588
17589 * Makefile.in (site.exp): Set host_alias and target_alias as well
17590 as host_triplet and target_triplet.
17591
17592 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17593
17594 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
17595
17596 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
17597 places as other ecoff systems).
17598
17599 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
17600 ultrix.
17601
17602 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17603
17604 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
17605 remove them.
17606 * gdb.base/nodebug.exp: Accept "function" in addition to "text
17607 variable and "variable" in addition to "data variable".
17608 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
17609
17610 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
17611 2.
17612 * gdb.base/list1.c (long_line): Add additional statement at start
17613 of function.
17614 * gdb.base/list.exp (test_forward_search): Update line number to
17615 reflect new statement.
17616
17617 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17618
17619 * gdb.base/signals.exp: Reinitialize searched source directories
17620 after gdb_start call.
17621
17622 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
17623
17624 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
17625 * gdb.stabs/Makefile.in: Likewise.
17626
17627 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
17628 change. Instead split the tests into smaller pieces.
17629 * gdb.disasm/hppa.s: Corresponding changes.
17630
17631 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17632
17633 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17634 Quote ^C when passing it to stty. For some shells ^ is a pipe.
17635
17636 * gdb.base/funcargs.exp: Modify many tests so that every test
17637 either passes or fails. Make some test names unique.
17638
17639 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17640
17641 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
17642 Call stty to set interrupt character.
17643
17644 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
17645 for HP assembler versus GNU assembler based on actual behavior of
17646 $(CC), rather than assuming that $(AS) is always the GNU assembler.
17647
17648 * TODO: Suggest a few more stepping tests.
17649
17650 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
17651
17652 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
17653 restart GDB for h8300 after a continue.
17654 (return): Add pattern to match a29k-udi behavior.
17655 * gdb.base/nodebug.exp: Remove obsolete comment.
17656 * gdb.base/regs.exp: New file, testing of register displays.
17657 * gdb.base/return.exp: Fix typo in reference to $objdir.
17658 * gdb.base/whatis.exp: Always start with a fresh GDB.
17659
17660 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17661
17662 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
17663 higher, these tests generate a lot of output.
17664
17665 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17666
17667 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
17668 code following the catch silently ignored some errors; without the
17669 catch they should be thrown like any other tcl error. Also, the
17670 catch used "" instead of {} which meant all the callers who wanted
17671 to include one of the characters "[]$ had to quote it an extra time.
17672 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
17673 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
17674 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
17675 Remove extra quoting.
17676
17677 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
17678
17679 * gdb.base/commands.exp: Make test names unique; every test either
17680 passes or fails. Update some comments.
17681
17682 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
17683
17684 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17685
17686 The following fixes a FAIL caused by the fact that the alpha stabs
17687 configuration didn't use the ".if alpha" code in weird.def.
17688 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
17689 bit pointer, so the 32 bit version works even on the alpha.
17690 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
17691 Remove the stuff which allowed us to have separate versions for
17692 alpha and everything else.
17693
17694 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
17695 regexp which "info func operator\[\](" is supposed to match. Fix
17696 string to send to GDB. Note that GDB still doesn't work right. Add a
17697 new test for "info func .perator\[\](" which GDB does handle correctly.
17698
17699 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
17700
17701 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17702
17703 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
17704 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
17705 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
17706 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
17707 it makes the tests harder to understand and confuses test-o-matic.
17708 The preferred style is that each test provides a PASS or a FAIL,
17709 and has a unique message (e.g. "continue #54" not just "continue")
17710 which is the same for the pass and the fail.
17711 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17712 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
17713 to lib/gdb.exp.
17714 * gdb.base/printcmds.exp: Use test_print_accept. Remove
17715 prt_accept which was basically the same thing. Likewise for
17716 test_print_reject and prt_reject.
17717 * lib/gdb.exp (test_print_reject): Add some more error message
17718 patterns to match from the former printcmds.exp (prt_reject).
17719 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
17720 One defect of the passcount stuff is that some of it failed to
17721 report XPASS where appropriate.
17722 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
17723 stuff before and after arg in expected pattern.
17724 (test_paddr_operator_functions): Re-do test without print_addr_of;
17725 this is the only test which seems to want extra stuff there.
17726
17727 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17728
17729 * gdb.base/nodebug.exp: Update new tests to reflect improved
17730 wording of gdb output.
17731
17732 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
17733 and "ptype" work on variables in files compiled without -g.
17734 Replaces commented out "maint print msymbol" tests.
17735
17736 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17737
17738 * gdb.base/setvar.c (dummy): Call malloc.
17739
17740 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
17741 losing with the irix4 sed.
17742
17743 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
17744 ALRM" on irix4.
17745
17746 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17747
17748 * TODO: Remove items about corefile.exp testing new exec-file and
17749 backtrace; both are now done. Add items about printing enums.
17750
17751 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17752
17753 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
17754 "get signal $thissig" test fails.
17755
17756 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
17757
17758 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17759
17760 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
17761 compiler warning with dec alpha compiler.
17762
17763 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
17764 extra \n from gdb_test call (this explains why the prompt test
17765 that I removed yesterday was there).
17766 (user_defined_command_test): Remove extra \n and prompt test.
17767
17768 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
17769 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
17770 doesn't exist.
17771 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
17772 Also remove alpha workaround, which turns out to be because
17773 SIGABRT == SIGLOST.
17774
17775 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
17776
17777 * gdb.base/help.exp: Don't test "help show".
17778
17779 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17780
17781 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
17782 "set print address" is on.
17783 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
17784 pass prompt to gdb_test; gdb_test already looks for the prompt.
17785
17786 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
17787
17788 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
17789 was a vestige of the manual TESTSTRATEGY, and the purpose of it
17790 was to make sure that gdb can read a core file. But (a) the "read
17791 the corefile" part didn't make it to a1-selftest.exp, we just
17792 delete the corefile after creating it, and (b) we test reading
17793 corefiles in corefile.exp anyway. Also, this test left around a
17794 xgdb process on Solaris.
17795
17796 * gdb.base/corefile.exp: Also test backtrace.
17797
17798 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
17799
17800 * gdb.base/commands.exp: Test a simple user defined command with
17801 arguments and if/while statements; verify the full user command is
17802 printed by "show user".
17803
17804 * gdb.base/commands.exp: Test if/while commands as part of a
17805 breakpoint command list; verify they appear in breakpoint
17806 information.
17807
17808 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17809
17810 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
17811 than by dividing by zero.
17812
17813 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
17814
17815 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
17816 performing an inferior call with watchpoints enabled.
17817 * gdb.base/watchpoint.c (main): Delete second unnecessary read
17818 call.
17819
17820 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17821
17822 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
17823 of "file" command.
17824
17825 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
17826 Add additional pattern for when "int operator int(void);" appears
17827 in a different order.
17828
17829 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17830
17831 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
17832
17833 * gdb.base/help.exp: Replace most of docstrings for "info signals"
17834 and "signal" with ".*".
17835
17836 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17837
17838 * TODO: Add note about "handle all nostop".
17839
17840 * gdb.base/{sigall.c, sigall.exp}: New test.
17841 * gdb.base/Makefile.in: Add it.
17842
17843 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17844
17845 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
17846 when invoking GDB, suppresses any windowing interface.
17847
17848 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
17849
17850 * config/sim-gdb: New file, simulator testing support.
17851
17852 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
17853
17854 * gdb.base/interrupt.exp: Test calling func1 twice.
17855
17856 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
17857
17858 * gdb.base/list.exp (test_forward_search): Set timeout higher
17859 when we'll be getting lots of output from gdb.
17860
17861 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
17862 "init_malloc" to after the expect statement. Run it if that
17863 regexp is taken, but also for two others which happen if source
17864 cannot be found.
17865
17866 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17867
17868 * gdb.base/printcmds.exp: New test, for printing register before
17869 program is running.
17870
17871 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17872
17873 * gdb.base/list.exp: Correct some alternate expect patterns
17874 to reflect changes in list1.c.
17875
17876 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17877
17878 * TODO: Add item regarding large frames.
17879
17880 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
17881
17882 * TODO: Remove item about enabling return.exp; it
17883 is enabled. Suggest a few more "return" tests.
17884
17885 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17886
17887 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
17888 anonymous unions.
17889
17890 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17891
17892 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
17893 and pr-5646.o, so "make" is the same as "make all", not "make
17894 pr-4975.o".
17895
17896 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
17897
17898 * gdb.base/list.exp: Adjust expectations to reflect changes in
17899 list1.c.
17900 (test_forward_search): New test proc.
17901 * gdb.base/list1.c (long_line): New function, has long source line.
17902
17903 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
17904
17905 * gdb.base/a1-selftest.exp: Change initial stepping to know about
17906 additional line of code that was added.
17907
17908 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
17909
17910 * gdb.disasm/hppa.s: Break the large branching tests into smaller
17911 tests so as not to overflow expect's input buffers.
17912 * gdb.disasm/hppa.exp: Corresponding changes.
17913
17914 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17915
17916 Beginnings of template debugging tests.
17917 * gdb.c++/templ-info.cc: New file to test for template
17918 debugging capability of the compiler.
17919 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
17920 templ-info.cc.
17921 * gdb.c++/templates.cc: Add explicit template instantiations
17922 to enable compiling with -fno-implicit-templates. Add destructor
17923 and 'value' method to T5 class for template tests.
17924 * gdb.c++/templates.exp: Add testcases for printing of template
17925 types, setting breakpoints on template methods and calling a
17926 template method.
17927
17928 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
17929
17930 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
17931 branch target since some assemblers (gas-2.5) may emit a
17932 relocation for the branch instead of resolving it in the
17933 assembler.
17934
17935 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17936
17937 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
17938 through signal handler.
17939
17940 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17941
17942 * configure.in (*-*-netware): Use config/mt-netware.
17943
17944 * config/mt-netware: New file.
17945 * config/mt-i386-netware: Removed, separate configs for different
17946 netware architectures are no longer needed now that we have
17947 --with-headers.
17948
17949 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17950
17951 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
17952 by the recent changes to use ANSI C arithmetic conversions.
17953
17954 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17955
17956 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
17957 bug involving using inferior_pid to figure out whether to select a
17958 frame.
17959
17960 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
17961
17962 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
17963 match the current disassembler output.
17964
17965 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
17966
17967 * gdb.fortran/exprs.exp: Expect VOID instead of void.
17968 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
17969 types, expect "int" as type of integer values (for now).
17970
17971 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
17972
17973 * gdb.base/commands.exp: New tests for if/while commands.
17974
17975 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
17976
17977 * lib/gdb.exp (runto): Replace sub-pattern for hex value
17978 by .*, since hex values have different syntax in Chill mode.
17979
17980 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17981
17982 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
17983 linefeed from expect pattern for repeated types with indices > 9.
17984
17985 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
17986
17987 First part of Fortran test suite.
17988 * gdb.fortran: New directory.
17989 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
17990
17991 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17992
17993 * gdb.base/default.exp: Update expect pattern for load command
17994 without arguments.
17995
17996 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17997
17998 * configure.in: Change i386 to i[345]86.
17999 * gdb.base/configure.in: Likewise.
18000 * gdb.c++/configure.in: Likewise.
18001 * gdb.chill/configure.in: Likewise.
18002
18003 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
18004
18005 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
18006 patterns, since that is not a valid context for comments.
18007
18008 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
18009
18010 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
18011 repeated types and repeated types with indices > 9.
18012
18013 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
18014
18015 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
18016 2417; old bug has been fixed.
18017
18018 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
18019
18020 * gdb.base/interrupt.exp: When trying to wake up the inferior,
18021 send the newline ourselves instead of assuming gdb_test will do
18022 so when passed an empty input string.
18023
18024 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
18025 stabs testcode.
18026
18027 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18028
18029 * lib/gdb.exp (gdb_test): Don't send anything if the first
18030 argument is an empty string. This makes cases where we want to
18031 match output that is already in expect's buffers (for example,
18032 matching a breakpoint after gdb_run_cmd has been called) work
18033 reliably.
18034
18035 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18036
18037 * config/netware.exp: New file.
18038
18039 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18040
18041 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
18042 the -B and -L prefixes so we can find the debugging stub.
18043
18044 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
18045 there and we are using the gcc from the tree.
18046
18047 * gdb.base/types.c: Removed.
18048
18049 * gdb.base/configure.in: Look for makefile fragments in ../config.
18050 Recognize i386-*-netware.
18051 * gdb.c++/configure.in: Likewise.
18052
18053 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18054
18055 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
18056 the correct TCL syntax.
18057
18058 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18059
18060 * gdb.base/opaque.exp: use runto instead of messing around with
18061 breakpoints. Simplify by using gdb_test.
18062
18063 * gdb.base/bitfields.exp: restart between tests on netware targets
18064 because breakpoints aren't relocated after target death. Run
18065 processes to completion.
18066
18067 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
18068
18069 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
18070
18071 * Makefile.in: Remove extra tabs that confuse some versions
18072 of "make". Use the newly built gdb to test with by default,
18073 rather than the first one in the tester's search path.
18074
18075 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
18076
18077 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
18078
18079 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
18080 condition help.
18081
18082 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18083
18084 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
18085
18086 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
18087 running.
18088 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
18089 * gdb.base/funcargs.exp: Likewise.
18090
18091 * gdb.base/bitfields.exp: Simplify by using gdb_test.
18092 * gdb.base/funcargs.exp: Likewise.
18093
18094 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
18095 message is "".
18096
18097 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18098
18099 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
18100 return,signals,twice}.exp: Handle non-existant binaries
18101 consistantly.
18102
18103 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
18104 * gdb.base/Makefile.in: Don't try to generate a core dump, we
18105 might testing a cross development system.
18106
18107 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18108
18109 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
18110 runtest script is relative to ${srcdir}, not ${rootdir}.
18111
18112 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
18113
18114 * gdb.base/signals.exp: Allow for optionality of breakpoint
18115 address.
18116
18117 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18118
18119 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
18120
18121 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18122
18123 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
18124 for size_t definition.
18125 * gdb.c++/templates.cc: Likewise
18126
18127 * config/mt-i386-netware: New file.
18128
18129 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
18130 defined.
18131
18132 * gdb.base/Makefile.in: Added support for systems that name core
18133 files by appending "core" to the program name.
18134 * gdb.base/a1-selftest.exp: Likewise.
18135
18136 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18137
18138 * gdb.base/return.exp: Add comment and message for `return double'
18139 test failure on Sparc Solaris.
18140
18141 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
18142
18143 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
18144
18145 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18146
18147 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
18148 from optimizing them away.
18149 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
18150 patterns to include default constructors and assignment operators,
18151 to match gcc versions beyond 2.5.8. Accept any cplus demangling
18152 character in the output of the virtual base pointer.
18153
18154 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18155
18156 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
18157 expression match in print_addr_of to avoid unintented matches.
18158 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
18159 versions up to 2.5.8.
18160
18161 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18162
18163 * gdb.base/list.exp: Tweak alternate pattern for listing of an
18164 included file to run under newer versions of expect.
18165 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
18166 consecutive >'s in templates to accomodate recent cplus-dem.c change.
18167 Remove xfail for the virtual table of BDDHookV.
18168
18169 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
18170
18171 * lib/gdb.exp (string_to_regexp): Set a default result.
18172 (default_gdb_start): Fix misleading message.
18173
18174 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
18175
18176 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
18177 Remove all CC, etc definitions.
18178 * config/mt-hpux: New file.
18179 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
18180 (CFLAGS, LDFLAGS): Define.
18181 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
18182
18183 * Makefile.in (site.exp): Don't insert host_os, etc.
18184 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
18185 (distclean): Check existence of subdir.
18186 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
18187 * gdb.base/Makefile.in: General cleanup and simplification.
18188 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
18189 to build executables. Use default rule to build .o files.
18190 (EXPECT, RUNTEST, CC): Fix relative pathname.
18191 (site.exp): Don't insert host_os, etc.
18192 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
18193 and/or SIGUSR1 defined.
18194 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
18195 * gdb.c++/Makefile.in: General cleanup and simplification.
18196 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
18197 (CFLAGS): Remove.
18198 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
18199
18200 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
18201
18202 * gdb.base/recurse.exp: Misc changes to get tests running again
18203 after Kung's changes to the watchpoint code.
18204 * gdb.base/watchpoint.exp: Likewise.
18205
18206 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
18207
18208 * lib/gdb.exp (string_to_regexp): Convert {\} also.
18209
18210 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
18211
18212 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
18213 * lib/gdb.exp (default_gdb_start): Define.
18214 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
18215 gdb.base/funcargs.exp, gdb.base/opaque.exp,
18216 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
18217 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
18218 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
18219 Don't call gdb_target_udi in between tests.
18220
18221 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18222
18223 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
18224 (which was basically just a local version of the same thing). In
18225 addition to avoiding duplication, gdb_test_exact is faster.
18226 * lib/gdb.exp (gdb_test_exact): Fix typo.
18227
18228 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
18229 don't give an error.
18230
18231 * gdb.base/term.exp: Call delete_breakpoints before starting.
18232
18233 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
18234 (t10): Add comment.
18235
18236 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
18237
18238 Reorganization of the GDB Test Suite.
18239
18240 * gdb.base: New directory, contains all the basic tests.
18241 * gdb.c++: New directory, tests specific to C++.
18242 * gdb.chill: New directory, tests specific to Chill.
18243 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
18244 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
18245 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
18246 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
18247 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
18248 t30-31 to chill).
18249 * */gdbme.*: Rename to match appropriate expect scripts.
18250 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
18251 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
18252 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
18253 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
18254 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
18255 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
18256 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
18257 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
18258 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
18259 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
18260 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
18261 gdb.c++/virtfunc.cc: New names of C++ files.
18262 * gdb.chill/chillvars.ch: New name of Chill file.
18263 * gdb.base/configure.in, gdb.c++/configure.in,
18264 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
18265 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18266 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
18267 * configure.in (configdirs): Update to reflect directory changes.
18268 (target_abbrev): No longer define for any configuration.
18269 * Makefile.in: Cosmetic improvements to header comments.
18270
18271 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
18272
18273 Various changes to gdb.t31:
18274
18275 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
18276 * gdbme.ch: Make all key-words and predefineds be upper-case.
18277 * chillvars.exp: Expect key-words and predefinds in upper-case.
18278
18279 * chillvars.exp: Use gdb_test_exact many places.
18280 Change expected output for arrays (which now includes index labels).
18281
18282 * pr-5020.exp, gdme.ch (module PR_5020):
18283 New test, for PR-5020.
18284
18285 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
18286
18287 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
18288 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
18289
18290 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
18291
18292 * Makefile.in: Fix bit-rot in definitions of CHILL,
18293 CHILL_FOR_TARGET and Chill_LIB.
18294 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
18295 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
18296 CHILL, and CHILL_LIB.
18297
18298 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
18299
18300 * Revert the previous changes. Please see Rob's directory
18301 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
18302
18303 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
18304
18305 * Makefile.in, configure.in, config/mips-gdb.exp,
18306 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
18307 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
18308 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
18309 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
18310 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
18311 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
18312 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
18313 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
18314 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
18315 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
18316 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
18317 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
18318 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
18319 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
18320 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
18321 changes from 94Q1.
18322
18323 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
18324
18325 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
18326 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
18327 Rob's new testing fragments.
18328
18329 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
18330
18331 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
18332 lib/gdb.exp: Replace error proc calls with perror.
18333
18334 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
18335
18336 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
18337 version also, match on casted version strings, and match on
18338 gdb startup case where the line numbers might be messed up.
18339
18340 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
18341
18342 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
18343 (CFLAGS): Delete it from here.
18344
18345 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
18346
18347 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
18348
18349 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
18350
18351 * Makefile.in (RUNTEST): Default to just "runtest".
18352
18353 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18354
18355 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
18356 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
18357 the code has been restructured.
18358
18359 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18360
18361 * gdb.t00/default.exp (set write): Allow any number of \r and/or
18362 \n, not just one of each.
18363
18364 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
18365 /bin/cc gives a warning if you do.
18366
18367 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
18368
18369 * gdb.t24/demangle.exp: change expect pattern of
18370 __t10ListS_link1ZUiRCUiPT0
18371
18372 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18373
18374 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
18375 on local variables in recursive functions.
18376
18377 * gdb.t07/Makefile.in: Build the new test.
18378
18379 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18380
18381 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
18382 directly. Instead compare the return values from actual calls.
18383
18384 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
18385
18386 * Makefile.in (check): Set TCL_LIBRARY for runtest.
18387
18388 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18389
18390 * From Peter Schauer with minor modifications.
18391 * gdb.t15/return.exp (return_tests): Handle targets where "return"
18392 stops in mid-line in the caller. Add xfail for returning a float
18393 value on X86 targets.
18394
18395 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18396
18397 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
18398 to avoid expect lossage.
18399 (fmem_LRbug_tests): Likewise.
18400 * gdb.disasm/hppa.s: Corresponding changes.
18401
18402 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
18403 conditions to work with latest dejagnu/expect.
18404
18405 * gdb.t15/funcargs.exp (finish from indirect call): No longer
18406 expected to fail on the PA.
18407 (backtrace in call with trampolines): Explicitly require main
18408 to be frame #1 (no trampolines should show up in backtrace).
18409
18410 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
18411 "continue -expect".
18412 * gdb.t06/break.exp: Likewise.
18413 * gdb.t07/watchpoint.exp: Likewise.
18414 * gdb.t13/bitfields.exp: Likewise.
18415 * gdb.t15/{funcargs,return}.exp: Likewise.
18416 * gdb.stabs/weird.exp: Likewise.
18417 * config/{mips,udi}-gdb.exp: Likewise.
18418
18419 * hppa.sed: Enclose comments within a sed command to avoid
18420 losing with the old OSF1 sed.
18421
18422 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18423
18424 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
18425 sequent dynix.
18426 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
18427 * gdb.t15/funcargs.exp: Conditionally step again to really
18428 finish from marker_call_with_trampolines. Handle the case where
18429 the first step from within call_with_trampolines already steps
18430 us back to main.
18431 * gdb.t15/gdbme.c: Add comment to closing brace of
18432 call_with_trampolines for funcargs.exp.
18433
18434 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18435
18436 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
18437 Fix typo(s).
18438
18439 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18440
18441 * gdb.t07/gdbme.c: More code for watchpoint testing.
18442
18443 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
18444 "Hardware watchpoint" throughout file.
18445 (test_watchpoint_triggered_in_syscall): New test.
18446 (test_complex_watchpoint): New test.
18447
18448 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18449
18450 * gdbme.c (call_with_trampolines): New function to try and step
18451 into. Tests trampoline problems on the PA.
18452
18453 * funcargs.exp (localvars_in_indirect_call): No longer expect
18454 stepping into indirect call to fail on PAs.
18455 (test_stepping_over_trampolines): New test.
18456
18457 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18458
18459 * TODO: Add suggestions for static member function tests, and
18460 completion tests.
18461
18462 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18463
18464 * TODO: Add suggestions for "p/a" tests.
18465
18466 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
18467 (default_gdb_exit): Replace all the hair with sending "quit" to
18468 the process with a simple close.
18469
18470 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18471
18472 * TODO: Add suggestions for shared library tests.
18473
18474 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18475
18476 * TODO: Add suggestions for x/s tests.
18477
18478 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18479
18480 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
18481 "enable once", and "enable breakpoints once" with ".*".
18482
18483 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18484
18485 * TODO: Add suggestions about structure passing tests.
18486
18487 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18488
18489 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
18490 the primary1 test, use work around if __GNUC__ < 2.
18491 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
18492 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
18493 Test for bad output rather than waiting for timeout. Issue
18494 second continue only if first continue failed.
18495
18496 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18497
18498 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
18499 operator[] test with gdb_test because the old code didn't seem to
18500 be getting the quoting right with the new dejagnu.
18501
18502 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
18503
18504 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
18505 one from the path.
18506 * Makefile.in: Use a fresh expect if there is one, use runtest
18507 from the src tree if there is one.
18508
18509 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18510
18511 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
18512 next over recursive call. Revise the tests from that point on
18513 (which had been skipped) to match GDB's actual (correct) output.
18514
18515 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
18516 with next over a breakpoint whose condition is false.
18517
18518 * gdb.t00/help.exp: Comment out "help set print" tests just like
18519 (and for same reason as) "help set" test.
18520
18521 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18522
18523 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
18524 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
18525
18526 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18527
18528 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
18529 necessary gdb_target_udi.
18530
18531 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
18532
18533 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
18534 1838 and 2417; they are fixed.
18535
18536 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
18537 gdb.t03/ptype.exp (ptype structure, ptype union):
18538 Remove xfails; the test is looser than when the xfails were added.
18539
18540 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
18541 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
18542
18543 * gdb.t01/run.exp: Only run shell test if isnative.
18544
18545 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
18546 since "run" automatically loads if necessary. Call gdb_target_udi
18547 after the "file" since "file" kills any execution target.
18548
18549 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
18550 GDB. GDB doesn't work that way (not anymore at least) on UDI.
18551 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
18552 argument for UDI.
18553
18554 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18555
18556 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
18557
18558 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
18559
18560 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18561
18562 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
18563 properly quoting regexps. This makes the second argument to
18564 demangle a fixed string, which matches the callers, instead of a
18565 shell-style pattern which is what the previous implementation
18566 used. Update some of the callers.
18567
18568 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18569
18570 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
18571 (comib_nullified_tests): Fix typo.
18572 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
18573 strings. No longer expected to fail.
18574
18575 * gdb.disasm/hppa.s (addib_tests): Fix typo.
18576 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
18577 strings. No longer expected to fail.
18578
18579 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
18580 string. No longer expected to fail.
18581
18582 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18583
18584 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
18585 No longer expected to fail.
18586
18587 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
18588 string. No longer expected to fail.
18589
18590 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18591
18592 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
18593 only in the names (I probably got most of them). I was even
18594 generous with some which differed in underscores in names, and
18595 probably missed a few, and I *still* was able to remove almost a
18596 third of the file with almost no impact on testsuite coverage.
18597
18598 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18599
18600 * gdb.t00/default.exp: Match udi_attach error message as well as
18601 the one from child_attach.
18602
18603 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
18604
18605 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
18606
18607 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
18608 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
18609
18610 * Move test with enums and partial symbols back to
18611 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
18612 Reverts the change of 26 May 93. Per today's change to
18613 stabs.texinfo, the behavior that weird.exp was expecting was
18614 unreasonable; what is important is that the compiler+gdb get
18615 things right, which happens with a recent gcc. Also fix the test
18616 to deal with native compilers which put out the stab gdb can't
18617 deal with.
18618
18619 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18620
18621 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
18622 in the names. The main thing these accomplish is to slow things down.
18623 Many more such duplicates surely remain.
18624
18625 * gdb.t00/help.exp: Comment out "help support" test just like
18626 (and for same reason as) "help set" test.
18627
18628 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
18629
18630 * gdb.t06/break.exp: Remove setup_xfails for
18631 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
18632 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
18633 about known bug in gcc to include up through 2.5.8.
18634 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
18635 well as "_vb$".
18636 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
18637 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
18638 with latest gcc and gdb.
18639 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
18640 well as "_vb$".
18641
18642 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18643
18644 * configure.in (hppa*-*-*): Also configure and build stabs-only
18645 tests.
18646
18647 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18648
18649 * gdb.t10/hppa.mt: A makefile fragment for the PA.
18650 * gdb.t10/configure.in (hppa*-*-*): Use it.
18651
18652 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18653
18654 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
18655
18656 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18657
18658 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
18659 versions prior to 1.13.5.
18660
18661 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18662
18663 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
18664 the prompt is at the start of a line.
18665
18666 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18667
18668 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
18669 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
18670 in the copr tests now.
18671 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
18672 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
18673 expected to fail.
18674
18675 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
18676
18677 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
18678 gdb.t31/chillvars.exp, lib/gdb.exp:
18679 Tweak to run under either version of expect.
18680 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
18681 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
18682 * gdb.t11/list.exp: Remove extraneous whitespace.
18683
18684 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18685
18686 * gdb.t16/printcmds.exp (test_print_strings): Accept
18687 "(unsigned char *) " before the string.
18688
18689 * TODO: Add notes about printing of fancy types and GDB expressions.
18690
18691 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
18692
18693 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
18694 * gdb.t06/configure.in: Don't try to compile signals test program
18695 if doing mips-idt-ecoff.
18696
18697 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
18698
18699 * Most .exp files: Tweak to run under either version of expect.
18700
18701 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18702
18703 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
18704 xfails; I'm not sure why they are failing, but not because of PR 1806.
18705
18706 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
18707
18708 * config/unix-gdb.exp: Remove gdb_unload cause it's already
18709 defined in lib/gdb.exp.
18710
18711 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18712
18713 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
18714 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
18715 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
18716 have to be typeless.
18717
18718 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18719
18720 * TODO: Add suggestion for copyright year test.
18721
18722 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
18723
18724 * configure.in (*-*-lynxos*): Add stabs tests.
18725
18726 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18727
18728 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
18729 so insert a tab before any assembler directive in column zero.
18730
18731 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
18732 stores.
18733 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
18734 stores.
18735 (fpu_short_memory_tests): Likewise.
18736
18737 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18738
18739 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
18740 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
18741 .stabs directives in comments.
18742
18743 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18744
18745 * TODO: New file, describing tests we could write.
18746 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
18747
18748 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18749
18750 * gdb.t06/signals.exp: Add kludge to force re-sync.
18751
18752 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
18753 to xgdb instead of gdb, get out of gdb.
18754
18755 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
18756
18757 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
18758 for info.
18759
18760 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18761
18762 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
18763 * gdb.stabs/configure.in (hppa*-*-*): Use it.
18764 * gdb.stabs/hppa.sed: New sed script for the PA.
18765
18766 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18767
18768 * gdb.stabs: Re-write weird.def and configuration to use sed
18769 instead of cpp. sed is portable and POSIX; cpp is neither.
18770
18771 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18772
18773 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
18774
18775 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18776
18777 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
18778
18779 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18780
18781 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
18782 "_vb$".
18783 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
18784 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
18785
18786 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18787
18788 * lib/gdb.exp: Comment out code which depends on non-existent
18789 `transform' procedure.
18790
18791 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
18792
18793 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
18794 * lib/gdb.exp: Transform tool name.
18795 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
18796 1.1's new error handling system.
18797
18798 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18799
18800 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
18801
18802 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18803
18804 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
18805 They made pattern matching so slow that timeouts happened on
18806 heavily loaded systems. Now any output from "show print" which
18807 gets us back to the GDB prompt is a PASS.
18808
18809 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
18810
18811 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
18812
18813 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18814
18815 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
18816
18817 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
18818 It is not from PR 3220.
18819
18820 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18821
18822 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
18823 just started failing because they depended on the order the
18824 subcommands are presented, or exact docstring text. This kind of
18825 test is a pain and has minimal benefit.
18826
18827 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18828
18829 * gdb.t09/corefile.exp: At end of test, use "core" command with
18830 no arguments.
18831
18832 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
18833
18834 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
18835 17}/Makefile.in: Make it possible to run the testsuite with Sun
18836 make and CC = cross gcc by adding explicit build rules for .o
18837 files.
18838
18839 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18840
18841 * gdb.t15/funcargs.exp: Don't put comments on same line as
18842 setup_xfail (@#$*%& tcl braindamage!).
18843
18844 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18845
18846 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
18847
18848 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
18849
18850 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
18851 * gdb.t20/inherit.exp: remove three dumplicate entries.
18852
18853 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18854
18855 * gdb.t06/break.exp: For "next over recursive call", fail on any
18856 incorrect output, not just on "factorial (value=2)".
18857
18858 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18859
18860 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
18861 working now. Add an xfail if accesing a bss variable causes
18862 a memory error if the target is not yet run.
18863
18864 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18865
18866 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
18867 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
18868 name of __st* demangling (2 strings). Did Kung really get the
18869 more than 95 others right without testing them?
18870
18871 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
18872
18873 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
18874
18875 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
18876
18877 * configure.in (configdirs): Add gdb.disasm
18878 * gdb.disasm: New directory for GDB disassembler tests.
18879 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
18880
18881 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18882
18883 * gdb.t00/help.exp: Don't test "help set".
18884
18885 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
18886 from within expect statements. None of these happen anymore and
18887 they cause regressions to be silently unnoticed.
18888
18889 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
18890 messages) about known failures with gcc cygnus-2.4.5-930417.
18891
18892 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
18893 comp-info.exp so it gets built if it doesn't exist.
18894
18895 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
18896 it is no longer used.
18897 * gdb.t13/comp-info.c: Removed.
18898
18899 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
18900
18901 * gdb.t06/signals.exp: Add xfail for sun3.
18902
18903 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18904
18905 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
18906 relevant because ^C doesn't get sent but failure can be reproduced
18907 interactively).
18908
18909 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18910
18911 * gdb.stabs/alpha.mt: New configuration file for alpha.
18912 * gdb.stabs/configure.in: Use it.
18913 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
18914 sharing with alpha.mt, redefine long to word via preprocessor.
18915 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
18916 for alpha.
18917 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
18918 native cc.
18919 * gdb.t00/teststrategy.exp: Change expect string so that we
18920 consume the `(xgdb)' from the command echo and from the gdb prompt.
18921 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
18922 gdb currently compares all values as long, so this failure probably
18923 applies to any configuration where LONGEST is bigger than a target int.
18924 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
18925 with gcc.
18926 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
18927 to handle opaque pointers, gcc is.
18928 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
18929 as first argument. Include <sys/types.h> and change all operator
18930 new definitions to use size_t.
18931 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
18932 now that we use size_t.
18933
18934 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18935
18936 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
18937 a long or float array cast all array members to the same type.
18938 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
18939 with 64 bit longs.
18940 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
18941 on alpha.
18942 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
18943
18944 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18945
18946 * gdb.t24 (demangle.exp): Constructors of templates have names like
18947 vector<int>::vector(int) not vector<int>::vector<int>(int). See
18948 section 14.6 of the ARM.
18949
18950 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
18951 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
18952 accomplish little and slow down the testsuite.
18953
18954 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
18955 Accept spaces various places.
18956
18957 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18958
18959 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
18960 with watchpoint enabled.
18961
18962 * Makefile.in: Remove definition of CC and remove the second
18963 definition of CXX (the "CXX = gcc" one remains). These definitions
18964 were causing backquotes to be expanded within backquotes, which
18965 doesn't work.
18966
18967 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
18968
18969 * gdb.t17/callfuncs.exp: Add "return 0" to end.
18970
18971 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18972
18973 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
18974 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
18975 by mips cc and contains no stabs entries.
18976
18977 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
18978
18979 * config/vx-gdb.exp: Use fake device to load files rather than
18980 NFS.
18981 * lib/gdb.exp: New proc to do "file" command.
18982 * config/unix-gdb.exp: Use new "file" proc.
18983
18984 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18985
18986 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
18987 Rework board rebooting slightly.
18988 (gdb_exit): Don't exit from the remote shell; there isn't one.
18989 * gdb.stabs/weird.exp: If a program is being debugged already,
18990 kill it.
18991 * gdb.t04/setvar.exp: Stop and restart gdb.
18992 * gdb.t05/expr.exp: Likewise.
18993 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
18994 restart gdb and reload the program.
18995 * gdb.t08/opaque.exp: Likewise.
18996 * gdb.t12/scope.exp: Likewise.
18997 * gdb.t13/bitfields.exp: Likewise.
18998 * gdb.t15/funcargs.exp: Likewise.
18999 * gdb.t20/classes.exp: Likewise.
19000 * gdb.t03/ptype.exp: Increase timeout.
19001 * gdb.t16/printcmds.exp (test_print_string_constants,
19002 test_print_array_constants): Likewise.
19003 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
19004 * gdb.t20/classes.exp (do_tests): Likewise.
19005 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
19006
19007 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
19008
19009 * gdb.stabs: Renamed *wierd* to *weird*.
19010
19011 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
19012
19013 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
19014 for timeout. Add "known gcc 2.4.5 bug" to failure message.
19015
19016 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
19017
19018 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
19019 (do_tests): Remove xfail for whatis on one_var and two_var.
19020
19021 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
19022
19023 * Makefile.in: Made cross building work better by adding
19024 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
19025
19026 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19027
19028 * gdb.t15/{return.c,return.exp,Makefile.in}:
19029 New test, currently commented out.
19030
19031 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
19032
19033 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
19034 still running and removes the leftover named socket so GDb can do
19035 clean restarts.
19036
19037 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
19038
19039 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
19040 console, not GDB.
19041 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
19042 cross testing works better with "make check"
19043 * config/unix-gdb: Use default procedures for exit and version.
19044 * config/vx-gdb.exp: Cleaned up and massaged back to working order
19045 with the newest VxWorks.
19046
19047 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19048
19049 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
19050 old form.
19051
19052 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
19053 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
19054
19055 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
19056
19057 * config/unix-gdb.exp: Remove this version of gdb_exit
19058 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
19059 Rob says he'll look at it when he gets back to testing boards.
19060
19061 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
19062
19063 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
19064 an expected fail for certain ptype commands.
19065
19066 * gdb.t20/classes.exp: Update expected results of "ptype class
19067 Base1" to account for the constructor that now appears in the type.
19068
19069 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
19070
19071 * configure.in (configdirs): Restore gdb.t04, which mysteriously
19072 disappeared from list.
19073 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
19074 "alldone" proc with call to cleanup and exit.
19075 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
19076 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
19077 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
19078 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
19079 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
19080 "alldone" proc with simple returns that suppress remaining
19081 tests. The alldone proc went away many months ago.
19082
19083 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19084
19085 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
19086
19087 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
19088
19089 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19090
19091 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
19092 as vax gdb will display them.
19093
19094 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19095
19096 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
19097 optimizers.
19098
19099 * scope.exp: Change "bad value for localval" messages so each one
19100 is unique.
19101
19102 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
19103 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
19104
19105 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
19106
19107 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19108
19109 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
19110 doesn't exist (due to optimization).
19111
19112 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19113
19114 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
19115 contains \r because the filename is long.
19116
19117 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
19118 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
19119
19120 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19121
19122 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
19123 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
19124 Ultrix.
19125 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
19126 int tests.
19127 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
19128
19129 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
19130
19131 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
19132
19133 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
19134 to match does not match the passing case but still matches the
19135 failing case.
19136
19137 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19138
19139 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
19140
19141 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
19142
19143 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
19144 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
19145 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
19146 Remove various versions of gdb_exit.
19147 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
19148 gdb_exit.
19149 * config/unix-gdb.exp: gdb_exit remains here, and should override
19150 the generic version, since it's doing a lot of wierd stuff that
19151 the other versions aren't. FIXME, fold it in, or abandon this
19152 version.
19153
19154 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19155
19156 * gdb.t24/demangle.exp: Add tests for PR 3220.
19157
19158 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19159
19160 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
19161
19162 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
19163
19164 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
19165 "i386-*-*". Works for i486 as well.
19166
19167 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
19168 bug, and expand domain of xfail to all SVR4 systems, since the
19169 actual problem is likely to be in generic SVR4 /proc support.
19170
19171 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19172
19173 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
19174
19175 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
19176
19177 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
19178 xfails for other systems. Match a missing 'Continuing.' as an
19179 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
19180
19181 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
19182 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
19183 Only issue warning for missing executables if -all option is used.
19184
19185 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
19186 file if -all option is used. It's like an unpredictable XFAIL.
19187
19188 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19189
19190 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
19191 for dynamically linked binaries.
19192
19193 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
19194
19195 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19196
19197 * gdb.t20/inherit.exp: Change message for "print tagless struct"
19198 to state that this is a known bug in old versions of g++.
19199
19200 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19201
19202 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
19203 while waiting for `Continuing'.
19204
19205 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
19206
19207 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
19208 in text, data, and bss.
19209 * gdb.t10/nodebug.c: Add local and global test variables for
19210 initialized and uninitialized data.
19211
19212 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19213
19214 * config/unix-gdb.exp (gdb_exit): Add "wait".
19215
19216 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19217
19218 * gdb.t06/signals.exp: xfail the continue from the handler for all
19219 targets.
19220
19221 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
19222 function with watchpoints enabled, the i386 call dummy starts with
19223 a call.
19224
19225 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
19226 386 bsd names its corefiles.
19227
19228 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
19229
19230 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
19231 compilers don't grok it.
19232 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
19233 with small octal ints rather than character constants, which
19234 are signed and might not fit if first promoted to int.
19235
19236 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
19237
19238 * gdb.t09/Makefile.in (clean): Remove corefile.
19239
19240 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19241
19242 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
19243
19244 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19245 and Jim Kingdon (kingdon@cygnus.com)
19246
19247 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
19248 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
19249 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
19250
19251 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19252
19253 * gdb.t17/interrupt.exp: Add xfail for hppa.
19254
19255 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19256
19257 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
19258 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
19259 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
19260 to determine signed-ness of bitfields and use the result to setup
19261 the xfail.
19262 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
19263 * gdb.t15/funcargs.exp: Use them to step until the second indirect
19264 call line is reached if necessary.
19265
19266 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19267
19268 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
19269
19270 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19271
19272 * gdb.t06/break.exp: Also test `clear' command.
19273
19274 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
19275
19276 * gdb.t00/teststrategy.exp: Remove extra quote.
19277
19278 * gdb.t07/watchpoint.exp: Change xfail for calling function with
19279 watchpoint enabled to be for all non-68k machines.
19280
19281 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
19282
19283 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19284
19285 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
19286 targets use aout.mt instead of ecoff.mt as gas understands
19287 standard aout format.
19288
19289 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
19290
19291 * lib/gdb.exp (runto): Don't insist that function we are running to
19292 was compiled with -g.
19293
19294 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
19295
19296 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
19297 to get back into the read system call.
19298 Accept leading newline in case where we woke it up.
19299
19300 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19301
19302 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
19303 to make the stabs test work on ecoff systems using gcc and -with-stabs.
19304 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
19305 enable ecoff configuration.
19306
19307 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19308
19309 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
19310
19311 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19312
19313 * gdb.t16/printcmds.exp: Add another printf test.
19314
19315 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
19316
19317 * configure.in: If configured -with-stabs on any target, add
19318 stabsdirs to configdirs.
19319
19320 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19321
19322 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
19323 fun" so pattern does not match the command itself.
19324
19325 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19326
19327 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
19328
19329 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19330
19331 * gdb.t17/interrupt.exp: Test for more things.
19332
19333 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19334
19335 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
19336 compiler arranges the code and line numbers.
19337
19338 * gdb.t17/interrupt.exp: Don't send \n after ^C.
19339
19340 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19341
19342 * gdb.t00/help.exp: Increase expect input buffer size.
19343
19344 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19345
19346 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
19347
19348 * gdb.t07/watchpoint.exp: Add xfail for hppa.
19349
19350 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
19351
19352 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
19353 [0-9]*, not just [0-9].
19354
19355 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19356
19357 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
19358
19359 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
19360
19361 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19362
19363 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
19364
19365 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19366
19367 * gdb.t06/signals.c: Add xfails for sun3.
19368
19369 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
19370
19371 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
19372 test_stepping tests.
19373
19374 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19375
19376 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
19377
19378 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
19379
19380 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
19381 rather than actually putting it through cpp twice.
19382
19383 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
19384
19385 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
19386
19387 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
19388 no longer needed.
19389
19390 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19391
19392 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
19393
19394 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
19395 C++ features prints as "struct", make it a pass, not an xfail.
19396
19397 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19398
19399 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
19400 Don't require VA to print as "class" rather than "struct".
19401
19402 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
19403
19404 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
19405
19406 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19407
19408 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
19409
19410 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19411
19412 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
19413 order.
19414
19415 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19416
19417 * gdb.t16/printcmds.exp: Add printf tests.
19418
19419 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
19420
19421 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
19422
19423 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
19424
19425 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
19426 pass counts, to counteract any existing or future setup_xfails.
19427
19428 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19429
19430 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
19431 {BEGIN,END}_COMMON for common block instead of STAB.
19432 * gdb.stabs/wierd.exp: Add xfail for rs6000.
19433
19434 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
19435 intp_var should be N_GSYM not N_LSYM.
19436 wierd-aout.S: Use a label for the value of the N_SO.
19437 wierd.def: Remove all backslashes.
19438 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
19439
19440 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19441
19442 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
19443 get the expected next to inheritance3.
19444
19445 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19446
19447 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
19448 now that gcc-2.4 gets it right.
19449
19450 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19451
19452 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
19453
19454 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
19455 generating comp-info.exp which works for cross-compilation.
19456
19457 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
19458
19459 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
19460 "*-*-sysv4.*".
19461
19462 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
19463
19464 * gdb.t01/run.exp: Start with a fresh gdb.
19465 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
19466 SVR4.x.
19467
19468 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
19469
19470 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
19471 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
19472 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
19473 Makefile.in (distclean, realclean): Remove gdbme.c from list of
19474 things to remove.
19475
19476 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
19477
19478 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
19479 test cases from bug reports.
19480
19481 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
19482
19483 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
19484 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
19485 avoid spurious xfails.
19486 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
19487 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
19488 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
19489
19490 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
19491
19492 * gdb.t00/teststrategy.exp: Rework to provide more useful
19493 description of each test, fix problem with systems that define
19494 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
19495 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
19496 results for "next over recursive call" so timeouts aren't taken
19497 by error.
19498
19499 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
19500
19501 * gdb.t12/scope.exp: Test printing of variables before run.
19502
19503 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
19504 printed in wrong order due to sorting.
19505
19506 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
19507
19508 * gdb.t00/teststrategy.exp: Fix expected results for printing
19509 user entered string constant. Is array of char, prints with no
19510 address.
19511
19512 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
19513 commands.
19514 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
19515 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
19516 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
19517 of struct of char arrays.
19518 * gdb.t00/radix.exp: New tests for radix commands.
19519
19520 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
19521
19522 * gdb.t16/printcmd.exp: Print a variable before running program
19523 (with xfail for AIX).
19524
19525 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
19526
19527 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
19528
19529 * gdb.t16/printcmd.exp: Don't print variables before running program.
19530
19531 * gdb.t06/break.exp: Don't require envp argument to main.
19532
19533 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
19534
19535 * gdb.t02/whatis.exp, gdb.t11/list.exp:
19536 Add xfails for rs6000.
19537
19538 * gdb.t02/whatis.exp: Change other tests not to re-test something
19539 we already tested.
19540
19541 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
19542 each type used has a variable of that type.
19543
19544 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
19545
19546 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
19547
19548 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19549
19550 * configure.in: change srctrigger to be a file, not a directory
19551
19552 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
19553
19554 * configure.in (mips-idt-ecoff*): Added trailing '*'.
19555
19556 * gdb.t11/list.exp: Fixed a couple of typos.
19557
19558 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
19559
19560 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
19561 is fixed and PR is closed.
19562 * gdb.t16 (gdbme.c): Add simple test string variable.
19563 * gdb.t16 (printcmds.exp): Add tests with simple test string
19564 variable, primarily for boundaries on "set print elements".
19565
19566 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
19567
19568 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
19569 Make leading 0's optional and don't expect a tab in the middle
19570 of the number.
19571
19572 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
19573
19574 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
19575 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
19576 don't end command passed to gdb_test with newline.
19577
19578 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
19579 signed keyword away, don't expect signed bitfields to be signed.
19580
19581 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
19582 printing with only as many 1's as are in the field as well as printing
19583 with 32 1's (see comment).
19584
19585 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
19586
19587 * gdb.t00/default.exp: Start with a fresh gdb.
19588 * configure.in (configdirs): Remove gdb.t31 until the chill
19589 compiler works again. It no longer is able to find chillrt0
19590 since it isn't in libchill.a anymore.
19591 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
19592 wierd.o, make more modular.
19593 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
19594 spurious newlines that caused problems.
19595
19596 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19597
19598 * Move test with enums and partial symbols from gdb.t03/ptype.exp
19599 to gdb.stabs/wierd.exp since GCC has worked around the bug.
19600 gdb.stabs/wierd.{exp,def}: Many new tests.
19601
19602 * gdb.t00/default.exp: update info line for new message.
19603
19604 * gdb.t02/{whatis.exp,gdbme.c}:
19605 Test that "char *" doesn't print as "caddr_t".
19606
19607 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19608
19609 * gdb.t00/help.exp: Use .* in place of some help messages which
19610 just changed.
19611 gdb.t00/default.exp: Update "info frame" test for new message.
19612 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
19613 Remove some xfails
19614
19615 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19616
19617 * gdb.t03/{gdbme.c,ptype.exp}:
19618 Add tests for typedef'd struct and union without tags.
19619 Also check "whatis" on a variable of a typedef'd enum without a tag.
19620
19621 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
19622 PRMS 1823; the bug still exists but isn't reproduced by this test
19623 anymore), and remove rs6000 XFAIL (the bug is fixed).
19624
19625 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
19626 duplicated from whatis.exp. For those that are left, accept
19627 "long", "long int", or "int" for long variables (whatis.exp already
19628 has an XFAIL for "int", so no need to fail it here).
19629
19630 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
19631 Deal with GCC's names for types now that GDB uses the compiler's names.
19632
19633 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
19634 setup_xfail's for sunos4. If we #defined the signed keyword away,
19635 don't expect GDB to know that char it is signed.
19636
19637 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
19638
19639 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
19640
19641 * configure.in (configdirs): Add gdb.t24 for C++ tests that
19642 should work on any system, regardless of debugging format.
19643 * gdb.t21/demangle.exp: Move to gdb.t24.
19644 * gdb.t24/demangle.exp: Move from gdb.t21.
19645 * gdb.t24/{Makefile.in, configure.in}: New files.
19646
19647 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19648
19649 * configure.in: Do gdb.stabs and C++ tests only for stabs.
19650 * gdb.stabs: New directory.
19651
19652 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19653
19654 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
19655 not just "Quit anyway?".
19656
19657 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
19658
19659 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
19660 that all setup_xfails are immediately followed by clear_xfails.
19661
19662 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
19663
19664 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
19665 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
19666 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
19667 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
19668 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
19669 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19670 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19671 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
19672 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
19673 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
19674 gdb.t31/chillvars.exp, lib/gdb.exp:
19675 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
19676 bug-gdb@prep.ai.mit.edu.
19677
19678 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
19679
19680 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
19681 with 0.0, not integer 0.
19682
19683 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
19684
19685 * gdb.t06/break.exp: Update for "Kill the program" message change.
19686
19687 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
19688
19689 * Makefile.in (GDBFLAGS): Set to -nx.
19690 * Makefile.in (site.exp): Use GDBFLAGS.
19691
19692 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19693
19694 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
19695 Makefiles.
19696 (check): depend on just-check.
19697 (just-check): added so that tests can be run without a noop
19698 build pass.
19699
19700 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19701
19702 Switch to using configure's configdirs.
19703 * Makefile.in (Makefile): add configure.in dependency.
19704 (SUBDIRS): removed redundant assignment.
19705 * configure.in: switch subdirs assignment to configdirs.
19706 * gdb.t*/configure.in: new files.
19707
19708 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
19709
19710 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
19711 works.
19712
19713 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
19714
19715 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
19716 in explicit rules. Apparently this is not supported by some makes.
19717
19718 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
19719
19720 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
19721
19722 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19723
19724 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
19725 disappeared.
19726
19727 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
19728
19729 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
19730
19731 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
19732
19733 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
19734 watchpoint problem that is now fixed.
19735 * gdb.t30/chexp.exp: Remove setup_xfail for printing
19736 uninitialized convenience variables.
19737 * gdb.t31/chillvars.exp: Fix expected patterns for printing
19738 structures.
19739
19740 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19741
19742 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
19743 which causes expect to get out of sync with gdb on long output
19744 from help set.
19745 * gdb.t09/corefile.exp: Make expected pattern for core file
19746 failing signal and frame output format less sun specific.
19747
19748 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
19749
19750 * gdb.t31/chillvars.exp: Add and remove initial dummy
19751 breakpoint, so that symbol table is forced in.
19752 (Needed at least on Sunos4, though it seems not SVR4.)
19753 * gdb.t31/chillvars.exp: Update for changed output format.
19754
19755 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
19756
19757 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
19758
19759 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
19760
19761 * Makefile.in: Added --srcdir when invoking runtest, removed the
19762 need for a local config file. (optional now)
19763
19764 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
19765
19766 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
19767 failure count used to force early termination. Add some more
19768 expected failures for gnu style demangling.
19769
19770 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19771
19772 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
19773 pmi variable from gdb.t20/gdbme to get optimized away.
19774 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
19775 Check for written corefile upon timeout _and_ eof.
19776
19777 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19778
19779 * config/unix-gdb.exp: Add missing return 0.
19780
19781 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19782
19783 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
19784 test termination.
19785
19786 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
19787
19788 * configure.in (subdirs): Put back gdb.t17 which mysteriously
19789 disappeared.
19790
19791 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
19792
19793 * gdb.t10/crossload.exp: Disable the i860-elf test until such
19794 time as i860 support works.
19795
19796 * gdb.t15/funcargs.exp: Fix expected outputs to include
19797 "backtrace 100\r" rather than just "backtrace\r", to match last
19798 change.
19799
19800 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
19801
19802 * config/udi-gdb.exp (gdb_exit): Remove close command.
19803 (gdb_target_udi): New procedure to set the UDI target.
19804 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
19805 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
19806 Added waits for prompts after several question responses. Added
19807 some more responses used by a29k-amd-udi-gdb.
19808 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
19809 pass different arguments, restart UDI connection after program
19810 completion.
19811 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
19812 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
19813 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
19814 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
19815 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
19816 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
19817 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
19818 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
19819 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
19820 after program completion.
19821 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
19822 compiled with a SELECT_VECS setting.
19823 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
19824 infinite recursion.
19825
19826 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
19827 Added checks for COFF results, and made them expected failures for
19828 all targets. It would be better to make them expected failures
19829 for COFF targets only.
19830
19831 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19832
19833 * Makefile.in: add null dvi target, don't bother to recurse
19834 through test directories for info and install-info; rename
19835 $(datadir) to be dejagnu instead of deja-gnu
19836
19837 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
19838
19839 * gdb.t31/gdbme.ch: Re-enable code that previously caused
19840 compiler to coredump.
19841 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
19842 code.
19843
19844 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
19845
19846 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
19847 coredump.
19848 * gdb.t31/chillvars.exp: Comment out tests that depend on that
19849 code.
19850
19851 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
19852
19853 * gdb.t03/ptype.exp: tests for return code from gdb_test.
19854 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
19855 which in a shell. Deletes xgdb when done.
19856 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
19857 Tests the return from the "set height" or "set width" commands.
19858 Added a few return codes where needed.
19859
19860 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
19861
19862 * Makefile.in (SUBDIRS): Add gdb.t17.
19863 * configure.in (subdirs): Add gdb.t17.
19864 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
19865 files to test gdb's calling of functions in the inferior with
19866 the correct arguments and gdb's ability to retrieve any
19867 result returned.
19868
19869 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
19870
19871 * config/unix-gdb.exp (gdb_exit): Remove close commands that
19872 may be called after gdb goes away. Previous versions of expect
19873 needed these to avoid file descriptor leaks, but they cause
19874 errors with the current revision of expect.
19875 * gdb.t00/gdbvars.exp: Use -re on expected output after
19876 setting sevenbit-strings.
19877 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
19878 to set sevenbit-strings consistent across tests.
19879 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
19880 set sevenbit-strings consistent across tests.
19881
19882 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
19883
19884 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
19885 expected output to match current "expect" expectations.
19886
19887 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
19888
19889 * gdb.t00/default.exp: Change expected output for default "source"
19890 command, to match new gdb behavior which requires a filename to
19891 source.
19892
19893 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
19894
19895 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
19896 expected fail for i486-*-* that misses the marker2 function.
19897 * gdb.t10/crossload.exp (bfddefault): Allow successful
19898 recognition of a format to pass even if no symbols are found.
19899 Explicitly catch failures where the format is not recognized
19900 or is ambiguous, and add the reason to the fail message.
19901 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
19902 the cause is and invalid target and add reason to failure message.
19903 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
19904 elf32-i386, elf32-sparc, and elf32-i860.
19905 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
19906 Set up expected failure for 'filename'::variable scope resolution,
19907 which is now apparently broken on all targets.
19908 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
19909 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
19910 gdb.t23/templates.exp: Change failure for missing binfile into
19911 just a warning.
19912 gdb.t21/demangle.exp: Change all cfront references to 'arm'
19913 references.
19914
19915 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
19916
19917 * gdb.t00/default.exp: Add expected output for default "source"
19918 command, to match new gdb behavior.
19919 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
19920
19921 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
19922
19923 * config/*-gdb.exp: returns an error, rather than exiting on
19924 internal errors.
19925
19926 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
19927
19928 * gdb.t03/gdbme.c: Add pointer to struct variable.
19929 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
19930 referencing struct members.
19931
19932 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
19933
19934 * configure.in (mips-idt-ecoff): New target.
19935 * config/mips-gdb.exp: New file for remote board using MIPS remote
19936 debugging protocol.
19937
19938 * Redid configuration scheme. Removed gdb.t*/configure.in.
19939 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
19940 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
19941 distclean targets. Built executables via .o files. Adjusted
19942 tests to account for source files in $(srcdir) rather than
19943 $(objdir).
19944 * lib/gdb.exp (runto): Don't expect () after the function name,
19945 because it may have arguments.
19946
19947 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
19948
19949 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
19950 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
19951 expected failures for mips-idt-* and mips-sgi-*.
19952 * gdb.t00/default.exp (attach): Kill process if requested.
19953 * gdb.t00/help.exp (help target core, help target): Accept a gdb
19954 that does not read core files.
19955 * gdb.t01/run.exp: Removed checks for exit status code.
19956 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
19957 it is linked in.
19958 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
19959 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
19960 appropriate, rather than doing it by hand.
19961 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
19962 execution.
19963 * gdb.t10/crossload.exp: Kill existing program if needed.
19964 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
19965 appropriate, rather than doing it by hand. Always increase
19966 timeout for this test, not just for VxWorks.
19967
19968 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
19969
19970 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
19971 of Chill STRUCT types and STRUCT values.
19972 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
19973 than "char".
19974 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
19975 struct2): New struct definitions and initializations to test
19976 simple Chill STRUCT types.
19977
19978 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
19979
19980 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
19981 the null byte at the end of strings.
19982 * gdb.t00/default.exp: Make show version insensitive to copyright
19983 date.
19984 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
19985 to avoid dependencies on target char signedness.
19986 * gdb.t16/printcmds.exp: Update expected results for explicitly
19987 unsigned char.
19988 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
19989 now work.
19990 * gdb.t21/demangle.exp: Add many more patterns for template
19991 demangling, most of them being expected failures.
19992 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
19993 string we are matching for, to match on the whole string.
19994 * gdb.t21/demangle.exp: Add many new test strings to demangle,
19995 and fix a whole bunch that had incorrect expected output but were
19996 passing anyway because of the bug in "proc demangle".
19997 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
19998 type.
19999 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
20000
20001 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
20002
20003 * gdb/testsuite: made modifications to testcases, etc., to allow
20004 them to work properly given the reorganization of deja-gnu and the
20005 relocation of the testcases from deja-gnu to a "tool" subdirectory.
20006
20007 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
20008
20009 * gdb/testsuite: Initial creation of gdb/testsuite.
20010 Migrated dejagnu testcases and support files for testing nm to
20011 gdb/testsuite from deja-gnu. These files were moved "as is"
20012 with no modifications. This migration is part of a major overhaul
20013 of dejagnu. The modifications to these testcases, etc., which
20014 will allow them to work with the new version of dejagnu will be
20015 made in a future update.
20016
20017 For additional changes see gdb.mi/ChangeLog-1999-2003.
20018 \f
20019 ;; Local Variables:
20020 ;; mode: change-log
20021 ;; left-margin: 8
20022 ;; fill-column: 74
20023 ;; version-control: never
20024 ;; End:
20025
20026 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
20027 2003, 2004, 2005 Free Software Foundation, Inc.
20028 Copying and distribution of this file, with or without modification,
20029 are permitted provided the copyright notice and this notice are preserved.